
h2 {
    font-family: "Gotham Pro Bold";
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    color: #383d42;
    text-align: center;
}
strong, b {
    font-family: "Gotham Pro Bold";
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
/*    background: url("../img/escp2/video-on-top-2.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-container video {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.8;
}
.header{
    position: relative;
    /*background-image: url("../img/escp2/bg-header.jpg");*/
    height: 680px;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}
.header .container>img{
    margin: 84px auto 0;
    position: relative;
    z-index: 999;
}
.header .container .row .col-md-3>div {
    padding: 30px 15px;
    min-height: 165px;
    color: #fff;
    font-family: "Gotham Pro Bold";
    font-size: 17px;
    margin-top: 50px;
    text-align: center;
    background: rgba(0,0,0,0.6);
/*    background: rgba(34,27,77,1);
    background: -moz-linear-gradient(-45deg, rgba(34,27,77,1) 0%, rgba(54,40,118,0.82) 36%, rgba(54,40,118,0.5) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,27,77,1)), color-stop(36%, rgba(54,40,118,0.82)), color-stop(100%, rgba(54,40,118,0.5)));
    background: -webkit-linear-gradient(-45deg, rgba(34,27,77,1) 0%, rgba(54,40,118,0.82) 36%, rgba(54,40,118,0.5) 100%);
    background: -o-linear-gradient(-45deg, rgba(34,27,77,1) 0%, rgba(54,40,118,0.82) 36%, rgba(54,40,118,0.5) 100%);
    background: -ms-linear-gradient(-45deg, rgba(34,27,77,1) 0%, rgba(54,40,118,0.82) 36%, rgba(54,40,118,0.5) 100%);
    background: linear-gradient(135deg, rgba(34,27,77,1) 0%, rgba(54,40,118,0.82) 36%, rgba(54,40,118,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221b4d', endColorstr='#362876', GradientType=1 );*/
    -webkit-box-shadow: 0px 11px 25px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 11px 25px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 11px 25px 0px rgba(0,0,0,0.4);
}

.header .container .row .col-md-3>div a{
color:#6a8cb8;
font-size:12px;
}

.header .container .row .col-md-3:nth-child(1)>div {
   /* background-image: url("../img/cbs/bgtl.png");*/
	background-position:top left;
	background-repeat:no-repeat;
	}
	
.header .container .row .col-md-3:nth-child(3)>div {
/*    background-image: url("../img/cbs/bgbr.png");*/
	background-position:bottom right;
	background-repeat:no-repeat;
	}	

.header .container .row .col-md-3>div>img {
    display: block;
    margin: 0 auto;
}
.header .container .row .col-md-3>div>span {
    display: block;
    margin-top: 25px;
}
.header .container a {
    margin-top:60px;
}
.btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 40px;
    color:#fff;
    font-family: "Gotham Pro Bold";
	font-size:17px;
	font-weight:normal;
    transition: .5s;
}
.btn-yellow {
    color: #fff;
    background: #7a3d80;
	min-width:300px;
}
.btn-yellow:hover {
    -webkit-box-shadow: 0px 0px 48px -9px #7a3d80;
    -moz-box-shadow: 0px 0px 48px -9px #7a3d80;
    box-shadow: 0px 0px 48px -9px #7a3d80;
	color: #fff;
}
.btn-violet {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad7cfb+0,b577ec+100 */
    background: #7a3d80; /* Old browsers */
    background: -moz-linear-gradient(top, #7a3d80 0%, #7a3d80 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7a3d80 0%,#7a3d80 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7a3d80 0%,#7a3d80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a3d80', endColorstr='#7a3d80',GradientType=0 ); /* IE6-9 */
	min-width:260px;
}
.btn-violet:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 48px -9px #7a3d80;
    -moz-box-shadow: 0px 0px 48px -9px #7a3d80;
    box-shadow: 0px 0px 48px -9px #7a3d80;
}
.manchester {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
}
.manchester strong {
    color:#e89605;
}
.why{
    box-shadow: inset 0 7px 20px -7px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 7px 20px -7px rgba(0,0,0,0.1);
    -moz-box-shadow:    inset 0 7px 20px -7px rgba(0,0,0,0.1);
    background-image: url("../img/escp2/bg-why.jpg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why h2{
    margin-top: 70px;
    margin-bottom: 70px;
}
.why .block-img-left {
    text-align: left;
    float:left;
}
.why .block-text-left {
    left:46%;
    -webkit-box-shadow: -20px 20px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -20px 20px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -20px 20px 20px 0px rgba(0,0,0,0.2);
}
.why .block-img-right {
    text-align: right;
    float:right;
}
.why .block-text-right {
    left:17%;
    -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.2);
}

.why .block-text-right div:after{
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    top:70px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
}
.why .block-text-left div:before{
    content: '';
    display: block;
    position: absolute;
    left:-10px;
    width: 0;
    height: 0;
    top:70px;
    border-right: solid 10px rgba(255,255,255,1);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
}

.why .block-text-right, .why .block-text-left {
    font-size:18px;
    position: absolute;
    z-index: 999;
    width: 540px;
    margin-top: 78px;
    padding: 50px 40px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.why .row:nth-child(3) .block-text-left{
    margin-top: 90px;
    right:21%;
}
.why .btn {
    margin-top:70px;
    margin-bottom:70px;
    min-width: 284px;
}
.types{
/*    background-image: url("../img/escp2/bg-types.jpg");*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.types h2{
    margin-top: 70px;
    margin-bottom: 70px;
}
.types .row .col-md-5 .block-type {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*border: 1px solid transparent;*/
    /*border-collapse: separate;*/
    background: white;
    -webkit-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
    /*min-height: 598px;*/
}
.types .row .col-md-5 .block-type.yellow {
    -webkit-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.01);
    -moz-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.01);
    box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.01);
}
.types .row .col-md-5 .block-type.violet>.block-head{
    background-image: url("../img/cbs/type-1.jpg");
}
.types .row .col-md-5 .block-type.yellow>.block-head{
    background-image: url("../img/cbs/type-2.jpg");
}
.types .row .col-md-5 .block-type>.block-head {
     height: 150px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     color:#fff;
    font-size: 28px;
    text-align: center;
    padding-top: 36px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.types .row .col-md-5 .block-type>.block-head>strong {
    text-transform: uppercase;
}
.types .row .col-md-5 .block-type>.block-body {
    padding: 30px;
}
.types .row .col-md-5 .block-type>.block-body>.row .col-md-1,
.types .row .col-md-5 .block-type>.block-body>.row .col-md-11{
    margin-bottom: 15px;
    min-height: 30px;
}
.types .btn {
    margin-top:70px;
    margin-bottom: 70px;
    min-width: 284px;
}
.speaker {
    background-image: url("../img/escp2/bg-speaker.jpg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:70px;
    padding-bottom:70px;
	margin-top:40px;
	margin-bottom:110px;
}
.speaker .row .col-md-6 {

}
.speaker .row .col-md-8:nth-child(2) {
    font-size:18px;
}
.speaker .row .col-md-8 p:nth-child(1) {
    margin-bottom:40px;
}
.speaker .row .col-md-8:nth-child(2) strong {
    display: block;
}
.speaker .row .col-md-8:nth-child(2) span {
    color:#cf307b;
}
.schedule {
/*    background-image: url("../img/escp2/bg-types.jpg");*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:70px;
    padding-bottom:70px;
}
.schedule .row .col-md-8 ul {
    list-style-image: url("../img/escp2/point.jpg");
    font-size:19px;
}
.schedule .row .col-md-8 ul li{
    margin-bottom:15px;
}
.schedule .row .btn {
    margin-top: 40px;
    margin-bottom: 60px;
}
.schedule .row .col-md-12  strong {
    font-size: 19px;
    color:#1d3859;
    display: block;
    margin-bottom:30px;
}
.schedule .block-video {
    position: relative;
    background-image: url("../img/escp2/bg-notebook.png");
    height: 600px;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -60px;
	
}
.schedule .block-video img{
    position: relative;
    top: 50%;
    transform: translateY(24%);
    margin: 0 auto;
}
.schedule .block-video .btn {
    margin-top: 200px;
}

@media only screen and (max-width: 813px) {
    .header {
        height:970px;
        background-image: url("../img/escp2/bg-header.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .video-container {
        display: none;
    }
    .manchester .img-responsive {
        margin: 0 auto;
    }
    .manchester .col-md-10 {
        text-align: center;
        margin-top: 20px;
    }
    .why .block-text-right, .why .block-text-left {
        position: static;
        width: 100%;
        margin-top:0px;
    }
    .why .row:nth-child(3) .block-text-left {
        margin-top: 0px;
    }
    .why .row .block-text-right,.why .row .block-text-left {
        margin-bottom:30px;
    }
    .why .row .block-img-right,.why .row .block-img-left {
        margin-bottom:30px;
    }
    .why .block-text-right div:after,
    .why .block-text-left div:after,
    .why .block-text-right div:before,
    .why .block-text-left div:before{
        content: none;
    }
    .types .row .col-md-5 .block-type>.block-head {
        font-size:20px;
        padding-top: 50px;
    }
    .types .row .col-md-5 .block-type:nth-child(1) {
        margin-bottom: 50px;
    }
    .speaker p:nth-child(1){
        margin-top: 40px;
    }
    .speaker p:nth-child(2){
        margin-bottom: 40px;
    }
    .schedule .block-video {
        height: auto;
        background: none;
        margin-top:0;
    }
    .schedule .block-video img {
        transform: none;
    }
    .schedule .block-video .btn {
        margin-top: 30px;
    }
}



.speaker-up{
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid transparent;*/
    /*border-collapse: separate;
    background: white;
    -webkit-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.15);
	padding:30px;
	margin-top:-120px;
	position:absolute;*/
}



@media only screen and (max-width: 1199px) {
.speaker-up{
position:relative;
}
.speaker {
	margin-top:0px;
	margin-bottom:0px;
}
}