body.speaker-page .container {
    background: none;
}
body.speaker-page header.main {
    height: 432px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}
body.speaker-page .header-bg {
    position: absolute;
    left: 0; top: 0; right: 0;
    height: 432px;
    background: url("../img/speaker-header-bg.jpg") no-repeat center center transparent;
    background-size: cover;
}
body.speaker-page header.main .logo .white-logo {
    display: none;
}
body.speaker-page header.main .logo .dark-logo {
    display: block;
}
/*body.speaker-page header.main .phone {}
body.speaker-page header.main .phone a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.speaker-page header.main .phone a:hover {
    border-bottom: 1px solid rgba(216, 2, 2, 0.3);
}*/
body.speaker-page header.main .phone .phone-number {
    color: #ffffff;
    _display: block;
}
body.speaker-page header.main .phone .mail.desktop {
    _float: none;
}
body.speaker-page header.main .medal span {
    color: #ffffff;
}


.speaker-view {
    margin-top: 150px;
    overflow: hidden;
    position: relative;
}
.speaker-view .short-info {
    padding: 0 20px;
    width: 340px;
    float: left;
}
.speaker-view .cities:before {
    content: " ";
}
.speaker-view .short-info .list-link {}
.speaker-view .short-info .list-link a {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px 5px 19px;
    border-radius: 2px;
    position: relative;
    margin: 0 0 25px 0;
    background: #3d3333;
}
.speaker-view .short-info .list-link a:before {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url("../img/speaker-list-arrow.png");
    position: absolute;
    left: 5px; top: 50%;
    margin: -6px 0 0;
}
.speaker-view .short-info .photo {
    position: relative;
    height: 300px;
    width: 300px;
}
.speaker-view .short-info .photo img {
    width: 100%;
}
.speaker-view .short-info > .header {
    margin: 60px 0 0;
    height: 208px;
    position: absolute;
    top: 0;
    left: 400px;
    display: none;
}
.speaker-view .short-info > .header .h1 {
    font-size: 45px;
    margin: 0 0 1rem;
    line-height: 3rem;
    /*background: linear-gradient(white, white, white, blue, red, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;*/
}
.speaker-view .short-info > .header p {
    margin: 0;
}
.speaker-view .short-info .player-wave {
    display: none !important;
}
.speaker-view .short-info .player-wave-title {
	display: none !important;
}
/*
.speaker-view .short-info .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    color: #ffffff;
    padding: 20px 20px 10px;
    font-size: 12px;
    font-style: italic;
    background: url("../img/speaker-info-bg.png") left bottom repeat-x transparent;
}
.speaker-view .short-info .photo span a {
    color: #ffffff;
    position: relative;
    margin-left: 15px;
}
.speaker-view .short-info .photo span a:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin: -6px 0 0;
    width: 8px;
    height: 12px;
    background: url("../img/speaker-info-icon.png") center center no-repeat transparent;
}
*/
.speaker-view .short-info .bb {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 20px;
}
.speaker-view .short-info .bb .price {}
.speaker-view .short-info .bb .price .unavailable {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #f00;
}
.speaker-view .short-info .bb .price .header {
    font-weight: bold;
    margin: 0 0 15px;
}
.speaker-view .short-info .bb .price ul.tabs {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
}
.speaker-view .short-info .bb .price ul.tabs li {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    float: left;
    padding: 3px 8px;
    line-height: 18px;
}
.speaker-view .short-info .bb .price ul.tabs li a {
    font-size: 12px;
    border-bottom: 1px dotted #4283c0;
}
.speaker-view .short-info .bb .price ul.tabs li.active {
    border-color: #e6e6e6;
}
.speaker-view .short-info .bb .price ul.tabs li.active a {
    color: #212121;
    border: none;
}
.speaker-view .short-info .bb .price ul.tabs-content {}
.speaker-view .short-info .bb .price ul.tabs-content li {}
.speaker-view .short-info .bb .price ul.tabs-content li + li {
    display: none;
}
.speaker-view .short-info .bb .price ul.tabs-content li dl.items {}
.speaker-view .short-info .bb .price ul.tabs-content li dl.items dt {
    float: left;
    color: #727272;
    margin-right: 5px;
}
.speaker-view .short-info .bb .price ul.tabs-content li dl.items dt:after {
    content: " —";
}
.speaker-view .short-info .bb .price ul.tabs-content li dl.items dd {}
.speaker-view .short-info .bb .price .order-date {
    color: #727272;
    margin: 15px 0;
}
.speaker-view .short-info .bb .languages {}
.speaker-view .short-info .bb .languages ul.f32 {
    overflow: hidden;
    margin: 15px 0 0;
}
.speaker-view .short-info .bb .languages ul.f32 li.flag {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 7px 0 0;
}
.speaker-view .short-info .bb .languages p {
    margin: 0 0 15px;
    color: #727272;
    font-size: 14px;
    font-style: italic;
}
.speaker-view .short-info .bb a.order-btn {
    background: rgba(0, 0, 0, 0) url("../img/order2.png") no-repeat scroll 80px center;
    border: 1px solid #fa6042;
    border-radius: 3px;
    color: #fa6042;
    display: block;
    font-size: 12px;
    line-height: 43px;
    margin: 15px auto;
    padding: 0 0 0 25px;
    text-align: center;
    text-transform: uppercase;
    width: 260px;
}
.speaker-view .short-info .bb a.order-btn:hover {
    background: #fa6042 url("../img/order2-white.png") no-repeat scroll 80px center;
    color: #ffffff;
}

.speaker-view .full-info {
    padding: 0 40px 0;
    margin: 0 0 0 360px;
}
.speaker-view .full-info .header {
    color: #ffffff;
    margin: 60px 0 0;
    height: 208px;
}
.speaker-view .full-info .header h1 {
    font-size: 45px;
}
.speaker-view .full-info .header p {
    margin: 0;
}
.speaker-view .full-info .general-info-wrapper {
    margin: 0 0 50px 0;
}
.speaker-view .full-info table.general-info {
    border-collapse: collapse;
	margin-bottom: 24px;
}
.speaker-view .full-info table.general-info th {
    text-align: left;
}
.speaker-view .full-info table.general-info td {}
.speaker-view .full-info table.general-info td.date {
    white-space: nowrap;
    padding-right: 35px;
}
.speaker-view .full-info table.general-info td.text {
	padding-right: 35px;
}
.speaker-view .full-info table.general-info th.text {
	padding-right: 35px;
}
.speaker-view .full-info .about {
    margin: 50px 0;
}
.speaker-view .full-info .about h3 {
    font-size: 34px;
}
.speaker-view .full-info .about p {}
.speaker-view .full-info ul.projects {
    overflow: hidden;
}
.speaker-view .full-info ul.projects li {
    margin: 10px 0;
    overflow: hidden;
}

body.speaker-page .speakers {
    float: none;
}
body.speaker-page #disqus_thread {
    margin-top: 40px;
}
body.speaker-page .speakers > h3 {
    padding: 0 20px;
    margin-bottom: 17px;
}
body.speaker-page .speakers > h3 a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #4283c0;
    line-height: 21px;
    vertical-align: middle;
    padding: 0 10px;
    border-radius: 2px;
    margin: 0 0 0 15px;
}
body.speaker-page .speakers > h3 a:hover {
    background: #4283c0;
    color: #ffffff;
}

.player-wave {
    margin: 40px 0 0 0;
    overflow: hidden;
    width: 100%;
    /*max-width: 540px;*/
    position: relative;
    /*position: absolute;
    left: 400px;
    top: 268px;*/
}
.player-wave .jp-play,
.player-wave .jp-pause {
    width: 48px;
    height: 48px;
    /*background: url("../img/player-wave-btn.png") center center no-repeat transparent;*/
    cursor: pointer;
    fill: #e0e0e0;
}
.player-wave .jp-play:hover,
.player-wave .jp-pause:hover {
    fill: #fa6042;
}
.player-wave .wave {
    height: 48px;
    background: url("../img/player-wave-bg.png") left top repeat-x transparent;
    margin: 0 0 0 70px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.player-wave .wave .jp-play-bar {
    height: 48px;
    background: url("../img/player-wave-bg.png") left bottom repeat-x transparent;
    width: 0;
}
.player-wave .wave .jp-seek-bar {
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}
p.player-wave-title {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 14px;
    color: #727272;
    font-style: italic;
    clear: both;
}
.player-wave-link + .player-wave {
    display: none;
}
.speaker-view .full-info > .player {
	position: relative;
	overflow: hidden;
}
.speaker-view .short-info > .player {
	position: relative;
	overflow: hidden;
}
.uptolike-buttons {
    text-align: center;
    margin: 25px 0;
}
.uptolike-buttons .uptl_toolbar {
    /*text-align: right;*/
}
.uptolike-buttons > .header {
    color: #888888;
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin-left: 20px;
}

.speaker-view .ico-favourite {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
}
.speaker-view .ico-favourite .ico-pic {
    background: url(../img/speakers/favourite.png) no-repeat;
    width: 22px;
    height: 20px;
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.speaker-view .ico-favourite.active .ico-pic, .speaker-view .ico-favourite:hover .ico-pic {
    background-position: 0 -20px;
}

.speaker-view .icons-bottom {
    display: inline-block;
    font-size: 13px;
    margin-top: -27px;
    width: 100%;
    margin-left: 6px;
}
.speaker-view .icon-btn {
    background-color: #43affc;
    border-radius: 2px;
    color: #fff;
    float: left;
    line-height: 15px;
    margin-bottom: 4px;
    margin-right: 6px;
    padding: 4px 4px;
}
.speaker-view .icon-btn a {color: #fff; border-bottom: none;}
.speaker-view .icon-btn.ico-new {background-color: #f69cd5;}
.speaker-view .icon-btn.ico-top {background-color: #fb7172;}
.speaker-view .icon-btn.ico-clock {background-color: #8dc63f;}
.speaker-view .icon-btn.ico-star {background-color: #43affc;}
.speaker-view .icon-btn.ico-character {background-color: #f7941d;}
.speaker-view .icon-btn.ico-vocal {background-color: #fdc54f;}

@media (max-width: 900px) {
    .speaker-view .short-info > .header h1 {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .uptl_container {
        display: none;
    }
    .speaker-view .short-info {
        float: none;
        width: auto;
    }
    .speaker-view .short-info .list-link {
        width: 300px;
        margin: 0;
    }
    .speaker-view .short-info .photo {
        margin: 0;
    }
    .speaker-view .short-info > .header {
        margin: 20px 0 0;
        position: relative;
        color: inherit;
        left: auto;
        top: auto;
        height: auto;
        display: block;
    }
    .speaker-view .short-info .player-wave {
        display: block !important;
        position: relative;
        left: auto;
        top: auto;
    }
    .speaker-view .short-info .player-wave-title {
		display: block !important;
	}
    .speaker-view .short-info .bb {
        width: 340px;
        margin: 0 auto;
        border: none;
        background-color: #f9f9f9;
    }
    .speaker-view .full-info {
        padding: 0 20px;
        margin: 0;
    }
    .speaker-view .full-info .player-wave {
        display: none;
    }
    .speaker-view .full-info .player-wave-title {
		display: none;
	}
    .speaker-view .full-info .header {
        display: none;
    }
}
@media (max-width: 512px) {
    .speaker-view .short-info .list-link {
        display: none;
    }
    .speaker-view {
        margin-top: 120px;
    }
    .speaker-view .short-info .photo {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    body.speaker-page .header-bg {
        height: 300px;
    }
}

.speaker-view .full-info table.general-info th.city {
	white-space: nowrap;
}
@media (max-width: 800px) {
	.uptolike-buttons > .header {
		display: none;
	}
	#toTop {
		display: none;
	}
	.speaker-view .full-info table.general-info th.city {
		white-space: normal;
	}
	.speaker-view .full-info table.general-info td.date {
	    white-space: nowrap;
	    padding-right: 20px;
	}
	.speaker-view .full-info table.general-info td.text {
		padding-right: 20px;
	}
	.speaker-view .full-info table.general-info th.text {
		padding-right: 20px;
	}

}


.speaker-view .short-info .photo .ico-wow {
    display: block;
    background: url("../img/wow-voice.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    width: 74px;
    height: 54px;
    top: -11px;
    right: -8px;
}
.hot-price-on-img-voice {
    background: url("../img/icons/hot-price.svg") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    width: 45px;
    height: 57px;
    right: 40px;
    bottom: 183px;
    display: block;
}
@media (max-width: 768px) {
    .hot-price-on-img-voice {
        position: inherit;
        float: right;
        margin-right: 20px;
    }
}