
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/emlyon/bgtl.png");
	background-position:top left;
	background-repeat:no-repeat;
	}
	
.header .container .row .col-md-3:nth-child(3)>div {
    background-image: url("../img/emlyon/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: 14px;
    padding: 20px 40px;
    color:#fff;
    font-family: "Gotham Pro Bold";
	font-size:17px;
	font-weight:normal;
    transition: .5s;
}
.btn-yellow {
    color: #fff;
    background: #e2001a;
	min-width:300px;
}
.btn-yellow:hover {
    -webkit-box-shadow: 0px 0px 48px -9px #e2001a;
    -moz-box-shadow: 0px 0px 48px -9px #e2001a;
    box-shadow: 0px 0px 48px -9px #e2001a;
	color: #fff;
}
.btn-violet {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad7cfb+0,b577ec+100 */
    background: #ff0202; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0202 0%, #ff0202 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff0202 0%,#ff0202 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0202 0%,#ff0202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0202', endColorstr='#ff0202',GradientType=0 ); /* IE6-9 */
	min-width:260px;
}
.btn-violet:hover {
    color: #fff;
    -webkit-box-shadow: 0px 0px 48px -9px #e2001a;
    -moz-box-shadow: 0px 0px 48px -9px #e2001a;
    box-shadow: 0px 0px 48px -9px #e2001a;
}
.manchester {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 18px;
}

.manchester p, .manchester img{
margin-bottom:30px;
}

.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-green{
	background-color:#a7ce3b;
	margin-bottom:60px;
}
.types-gray{
	background-color:#f3f3f4;
	margin-bottom:60px;
	padding-bottom:50px;
	padding-top:50px;
}
.types h2{
    margin-top: 70px;
    margin-bottom: 70px;
}

.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");*/
background-color:#231f20;
    height: 680px;
    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: 767px) {
    .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;
}
}

.ibox{
background-color:#FFFFFF;
text-align:center;
min-height:278px;
padding:24px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
margin-bottom:55px;
font-size:18px;
}

.ibox img{
padding-bottom:38px;
}

.whatbox{
margin-bottom:100px;
}

.what{
background-color:#f68422;
color:#FFFFFF;
display:table-cell;
vertical-align:middle;
text-align:center;
height:180px;
font-size:30px;
padding:0px 20px;
margin-bottom:50px;
width: inherit;
}

.whatline{
width:15px;
height:45px;
background-color:#f68422;
margin:0px auto;
}

.wgreen{
background-color:#a7ce3b;
}

.wyellow{
background-color:#fabf34;
}

.manchester .img-responsive{
width:100%;
}

@media (max-width: 991px)
{
.what{
display:block;
padding:40px;
height:auto;
width:100%;
}
}

.marks{
font-size:18px;
margin-bottom:35px;
padding-left:70px;
min-height:80px;
}

.marks img{
float:left;
position:absolute;
margin-left:-70px;
}

@media (max-width: 991px)
{
.types-gray h2{
font-size:30px;
}
}

.figure{
padding-left:110px;
margin-bottom:20px;
min-height:140px;
font-size:18px;
}

.figure span{
position:absolute;
color:#b7d660;
font-weight:bold;
font-size:20px;
margin-left:-100px;
/*line-height:95px;*/
font-family:sans-serif, Arial, Helvetica;
}