@font-face {
    font-family: 'Radiometry'; 
    src: url(fonts/radiometry.ttf); 
   }

html, body{
    overflow-x: hidden;
}

body{
    font-size: 18px;
    color: rgb(48, 48 ,48);
    font-family: 'Open Sans';
    line-height: 1.7;
}

img{
    width: 100%;
}

ul{
    padding: 0;
    list-style: none;
}

input:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
    line-height: inherit;
    color: #1b1b1b;
}

h1{
    font-size: 64px;
}

h2{
    font-size: 36px;
}

h3, h4 {
    font-size: 24px;
}

h5, h6{
    font-size: 18px;
}

@media (max-width: 767px){
    body, h5, h6{
        font-size: 1em;
    }
    
    h1{
        font-size: 48px
    }
    
    h2{
        font-size: 30px;
    }
    
    h3, h4{
        font-size: 20px;
    }
}


a, a:hover, a:focus{
    text-decoration: none;
    color: rgb(28,28,28);
    transition: all linear .3s;
}

@media (min-width: 1200px){
    .container {
        width: 1060px;
        padding: 0;
    }
}

section{
    padding: 70px 0;
}

@media (max-width: 768px){
    section{
        padding: 50px 0;
    }
}



/* VIDEO SECTION */

.sec-video{
    text-align: center;
}

.sec-video h2{
    margin: 15px auto 50px;
}

.sec-video iframe{
    width: 850px;
    height: 450px;
    box-shadow: 0 30px 100px -20px rgba(0,0,0,0.65);
}

@media (max-width: 992px){
    .sec-video iframe{
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 768px){
    .sec-video iframe{
        height: 300px;
        box-shadow: none;
    }
    
    .sec-video .container{
        padding: 0;
    }
    
    .sec-video h2{
    margin-bottom:  30px;
    }
}

@media (max-width: 480px){
    .sec-video iframe{
        height: 250px;
    }
}



/* APP SECTION */

.sec-app h2, 
.sec-app h6, 
.sec-app p,
.campaning p,
.campaning h2,
.sec-training p,
.sec-training h2,
.cont_block h3{
    margin-bottom: 30px;
}

@media (max-width: 767px){
    .sec-app h2, 
    .sec-app h6, 
    .sec-app p,
    .campaning p,
    .campaning h2,
    .sec-training p,
    .sec-training h2,
    .cont_block h3{
    margin-bottom: 20px;
}
}

.sec-app{
    background: rgb(209, 209, 209);
}

.sec-app h6{
    color: #7c7c7c;
    font-weight: 400;
    text-transform: none;
    font-size: inherit;
}

.btn-app a{
    display: inline-block;
    margin: 0 20px 20px 0;
}

.img-app{
    position: absolute;
    bottom: -105px;
    right: -100px;
}
.home .img-app{position: absolute; bottom: -70px;}

@media (max-width: 768px){
    .img-app{
       position: relative;
       right: 0;
       bottom: -50px;
    }
}



/* CAMPAIGN SECTION */

.campaning{
    background: #0d3242;
    color: #abd1e1;
}

.campaning .col-md-4:not(:last-child){
    margin-bottom: 55px;
}

.post-content{
    padding: 35px 25px;
    background: #17495e;
    font-size: 16px;
}
.post-one > a img {
    transition: all .3s ease;
}
.post-one > a:hover img {
    filter: brightness(80%);
}

.campaning h2,
.post-content h3, 
.post-content a{
    color: #fff;
}


.post-content h3{
    font-size: 21px;
    line-height: 1.5;
    text-transform: none;
}

.post-content a{
    display: block;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto';
    transition: all linear .3s;
}

.post-content a:hover,
.post-content a:focus{
    color: #d8d8d8
}

.post-content p{
    margin: 15px 0 0;
}


@media (min-width: 992px){
    .post-content h3{
        min-height: calc(1.5 * 21px * 2);
    }
}

.btn-center{
    text-align: center;
}

.show-more, .popup-youtube{
    padding: 20px 45px;
    background: #17495e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-top: 50px;
    border-radius: 4px;
    transition: all cubic-bezier(0.52, 1.64, 0.37, 0.66) .3s;
}
.campaning .show-more {
    margin-top:0; 
}

.popup-youtube{
	margin-top: 20px;
	padding: 15px 50px;
}

.show-more:hover, .show-more:focus,
.popup-youtube:hover, .popup-youtube:focus{
   box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
   transform: scale(1.1);
   color: #fff;
}


@media (max-width: 767px){
    .show-more, .popup-youtube{
        padding: 15px 25px;
    }
}


/* TRAINING SECTION */

.sec-training img{
    box-shadow: 0 30px 100px -20px rgba(0,0,0,0.5);
    margin-bottom: 80px;
}

.sec-training .col-md-6:first-child{
    padding-right: 10%
}

.sec-training .col-md-6:not(:first-child) h2{
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
}

@media (max-width: 767px)
{
    .sec-training .col-md-6:first-child{
        padding-right: 0
    }
    
    .sec-training img{
        box-shadow: none;
        margin-bottom: 15px;
    }
    
    .sec-training .col-md-6:last-of-type p{
        margin-bottom: 0;
    }
}



/*------------------------------------*\
    MENU
\*------------------------------------*/
.site-header{
    background: #f1f1f1;
    height: 100px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
    
.site-header + section{
    margin-top: 100px;
}
.home .site-header + section {margin-top:0; padding-top:100px;}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	text-align: left;
    padding: 0;
    font-size: 16px;
}

.main-navigation a {
    text-transform: uppercase;
	font-weight: bold;
	color: #0d3242;
	transition: all linear .3s;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
    
    .main-navigation li:last-of-type{
        font-size: 14px;
        padding: 15px 35px;
        background: #0d3242;
        color: #fff;
        box-shadow: 0 0 40px 40px #0d3242 inset, 0 0 0 0 #0d3242;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        border-radius: 5px;
    }
    
    .main-navigation li:last-of-type a{
        color: #fff;
    }

    .main-navigation li:last-of-type:hover{
        box-shadow: 0 0 10px 0 #276b98 inset, 0 0 10px 4px #276b98;
    }

    .main-navigation li:not(:last-of-type) a:hover{
        color: #5bc0de;
    }

    .main-navigation li:not(:last-of-type) a:after{
        width: 0px;
        transition: all linear .3s;
        content: '';
        display: block;
        position: relative;
        left: 50%;
        top: 37px;
    }
    
    .main-navigation li.current-menu-item:not(:last-of-type) a:after, 
    .main-navigation li:hover:not(:last-of-type) a:after {
        width: 80%;
        left: 10%;
        box-shadow: 0 -2px 0px 1px #0d3242;
     }
    
    .logo,
	.main-navigation ul {
		display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100px;
    }
}

@media screen and (max-width:992px) {
    .menu-bar+.menu-bar {
        margin-top: 6px;
    }
    
    .toggled .menu-bar{
        margin: 0;
        position: absolute;
    }

    .toggled .bar1 {
       transform: rotate(45deg);
    }

    .toggled .bar3 {
        transform: rotate(-45deg);
    }

    .toggled .bar2 {
        opacity: 0;
        transform: translateX(-20px);
    }

    .menu-toggle,
    .main-navigation.toggled ul {
	   display: block;
    }
	
	#primary-menu {    
        padding-top: 40px;
    }

	.menu-bar {
	    display: block;
	    position: relative;
	    background: #337ab2;
	    width: 26px;
	    height: 2px;
	    border-radius: 1px;
	    transition: all .3s;
	    margin: 0 auto;
	}
    
    .site-header{
        height: 60px;
    }
    
    .site-header + section{
	   margin-top: 60px;
    }

    .logo{
		display: flex;
        justify-content: space-around;
        align-items: center;
        height: 60px;
        position: fixed;
        left: 20px;
    }
    
	.menu-toggle, .menu-toggle:active, .menu-toggle:focus {
		display: block;
        background: transparent;
        position: fixed;
        padding: 7px 8px;
        width: 42px;
        height: 32px;
        right: 15px;
        top: 30px;
        transform: translateY(-50%);
		transition: all .5s cubic-bezier(1, 0, .645, .65);
		z-index: 99999999;
		border: 0;
		outline: 0;
		box-shadow: none;
	}

	header .main-navigation div li {
		display: block;
		text-align:right;
        padding: 10px 15px;
	}

	header .main-navigation div li.current-menu-item,	
    header .main-navigation div li:hover {
		background: #e5e5e5
	}

	header .main-navigation div li.current-menu-item a,	
    header .main-navigation div li:hover a {
	    color: #6db9d9;
     
	}
    
	header .main-navigation > div {
		position: fixed;
		right: -300px;
		width: 280px;
		background: #F9F9FA;
		z-index: 150;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		overflow: hidden;
		height: 100%;
        top: 60px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) inset;
	}
    
	header .toggled div {
		right: 0;
	}
}

.logos img{
	width: auto;
	margin-left: 30px;
	max-height: 50px;
}

.logos{
	position: absolute;
	top: 50px;
	transform: translateY(-50%);
	right: 20px;
}
.logos-mob {
    display: none;
    margin-top: 20px;
	text-align:center;
	padding-right:10px;
}
.logos-mob > a {
    display: inline-block;
    margin: 5px 4px;
    text-align: center;
}
.logos-mob img {
    width: unset;
    max-height: 35px;
	
}


/*INNER PAGE*/

.title_inner h1{
    text-align: center;
    font-family: 'Radiometry';
}


/*CONTENT*/

.content,
.team {
    background-color: rgb(209, 209, 209);
}

.content .container > p,
.cont_block {
    margin-bottom: 60px;
}

.content .container > p {
    font-size: 24px;
}

@media (max-width: 767px){
    .content .container > p{
        font-size: 18px;
    }
    
    .content .container > p,
    .cont_block {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .cont_block h3 {
        text-align: center;
    }
}


/*OUR TEAM*/

.team h2 {
    text-align: center;
    margin-top: -30px; 
}

.team h3{
    margin: 50px 0;
}

.team-text h4,
.team-s3 h5{
    margin: 30px 0 10px;
}

.team .row > .col-md-3,
.team-s3 .row div{
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .team-text {
        margin: 0 auto;
        width: 250px;
        text-align: center;
    }
    
    .team h3 {
        margin: 30px 0;
    }
    
    .team-s3 h5 {
        font-size: 18px;
        text-align: center;
    }
}



/*FOOTER*/

.footer {
    padding-top: 70px;
    background: url(img/footerbg.jpg) no-repeat scroll center center / cover;
}

.footer-top h2,
.footer-top .container > p,
.menu-contacts{
    text-align: center;
}

.footer-top h2,
.menu-contacts i,
.menu-contacts a {
    color: #fff;
}

.footer-top .container > p {
    margin-top: 45px;
    color: rgb(132, 167, 188);
}

.menu-contacts {
    margin: 30px auto 80px ;
}

.menu-contacts li{
    display: inline-block;
    margin: 0 10px;
}

.menu-contacts i {
    margin-right: 10px;
}

.menu-contacts a:hover {
    color: rgb(240, 241, 241);
}

.wpcf7-form {
    width: 530px;
    margin: 0 auto;
}

.wpcf7-form-control {
    background-color: transparent;
    border: 1px solid rgb(132, 167, 188);
    font-size: 16px;
        color: #fafafa;
}

::-webkit-input-placeholder {    
            color: rgb(132, 167, 188);}
::-moz-placeholder          {   
            color: rgb(132, 167, 188);}
:-ms-input-placeholder{    
            color: rgb(132, 167, 188);}

.wpcf7-text {
    padding: 10px 0 10px 25px;
    width: calc(50% - 10px);
    border-radius: 40px;
}

.wpcf7-email {
    margin-left: 20px;
}

.wpcf7-textarea {
    width: 100%;
    height: 150px;
    margin: 30px 0; 
    border-radius: 8px;
    padding: 10px 20px;
}

.wpcf7-submit {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
    padding: 12px 45px;
    border-radius: 4px;
    background-color: rgb(240, 241, 241);
    color: #0d3242;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, transparent 50%, #186384 50%);
    background-position: 0% 0%;
    background-size: 210%;
    transition: background 150ms ease-in-out, color 150ms ease-in-out;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus{
  color: #fff;
  background-position: 0 100%;
}

@media (max-width: 768px) {
    footer{
        padding-top: 50px;
    }
    
    .menu-contacts li:nth-child(1) {
        margin-bottom: 10px;
    }
    
    .wpcf7-form {
        width: 95%;
    }
    
    .wpcf7-text {
        margin: 0 0 20px;
        width: 100%;
    }
}



/*FOOTER BOT*/

.footer-bot {
    padding: 25px 0;
    background-color: #f1f1f1;
    text-align: center;
}

.social {
    margin: 10px auto 20px;
}

.social li {
    display: inline-block;
    font-size: 24px;
    margin: 0 10px;
}

.social li a:hover,
.social li a:focus{
    color: #1588aa
}

.copyright{
	margin:0;
}


.credit p,
.credit p a {
    font-size: 14px;
    color: rgb(181, 181, 181);
    margin: -10px 0 0;
}

.credit p a:hover {
    color: rgb(51, 122, 178);
}



/* APP PAGE */

.logo-text{
	background: #cfd1d1;
	text-align: center;
}

.logo-text img{
	width: auto;
}

.logo-text .logo{
	margin: 40px 0 50px;
}

.logo-text h2{
	line-height: 1.5;
	margin-bottom: 30px;
}

.sec-app > .container > p{
    font-size: 24px;
}

/*
.sec-app > .container > p,
.sec-app > .container  p:last-of-type{
    margin-bottom: 60px;
}
*/
.sec-app p,
.btn-app{
    position: relative;
    z-index: 100;
}

.act-il-app .sec-app .img-app img{
    width: 160%;
    transform: translateX(-13%)
}

@media (max-width: 767px){
	.logo-text .logo{
		margin-top: 10px;
	}
    
    .act-il-app .sec-app .img-app img{
        margin-top: -120px;
    }

	.logo-text h2{
		margin-bottom: 10px;
    }

    .sec-app > .container > p,
    .sec-app > .container  p:last-of-type{
        margin-bottom: 45px;
    }
}



/* MAIN PAGE HEADER */

.first-screen img{
	width: auto;
}

.logo-header img{
	filter: brightness(0) invert(1);
    width: 100%;
}

.title3-header a{
    color: #fff;
	font-size: 30px;
	letter-spacing:3px;
	text-align: center;
	line-height: 1.5;
	text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.title_header h1,
.title_header-bot h2{
    font-weight: 400;
 	font-family: Open Sans;
	font-size: 36px;
 	color: #fff;
 	letter-spacing: 5px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    background: #9e9e9c;
    padding: 20px 0;
    border-radius: 40px;
    border: 10px solid #33323a;
}

.title_header-bot h2{
	padding: 30px 0;
	width: 100%;
}
@media (min-width: 1600px){
	.title_header-bot h2{
        width:calc(100% + 320px);
        transform: translateX(-160px);
    }
}

.flags-wrapper{
	text-align: center;
	margin: 90px 0;
}

.flags{
    display: flex;
}

.flags a{
	margin: 0 10px;
}

.header-flag{
	margin-top: 7%;
}

.header-flag .flag,
.flags{
	position:absolute;
	left: 50%;
	transform: translate(-50%, -65%);
	z-index: 100;
}

.first-screen .row {
    margin-top: 70px;
}

.first-screen .row .title3-header{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background:#9e9e9c;
}

.flags-wrapper,
.header-flag,
.first-screen .row,
.first-screen .row .title3-header,
.first-screen .row .col-lg-4{
	position: relative;
}

.first-screen .row .col-lg-4:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.first-screen .row div:first-child .circle-arrow {
    background: rgba(0, 0, 0, 0) url("img/arrow_left.png") no-repeat scroll 0 0;
    display: block;
    height: 33px;
    position: absolute;
    right: 60px;
    top: -42px;
    width: 29px;
}
.first-screen .row div:nth-child(2) .circle-arrow {
    background: rgba(0, 0, 0, 0) url("img/arrow_center.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    margin-right: -15px;
    position: absolute;
    right: 50%;
    top: -50px;
    width: 30px;
}

.first-screen .row div:last-child .circle-arrow {
    background: rgba(0, 0, 0, 0) url("img/arrow_right.png") no-repeat scroll 0 0;
    display: block;
    height: 33px;
    position: absolute;
    left: 60px;
    top: -42px;
    width: 29px;
}

.first-screen .row .title3-header{
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
	
}

.first-screen .row .title3-header:after{
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	border-radius: 50%;
	border: 2px solid #9e9e9c;
    top: -10px;
    left: -10px;
}

.first-screen .row .col-lg-4 {width:300px;}
#primary-menu li {}
.team-s2 .col-md-3 {max-width: 20%;}
.room_title {font-size: 36px; font-weight:700; border-bottom: 3px solid #0d3242; color:#0d3242; line-height:50px; display:block; text-align:center; margin-bottom: 30px; }


@media (min-width: 1366px){

	.first-screen .row .col-lg-4{
	   position: absolute;
    }
    
	.first-screen .row .col-lg-4:nth-child(1){
	   left: -80px;
    }

    .first-screen .row .col-lg-4:nth-child(2){
	   left: 50%;
	   transform: translateX(-50%);
    }

    .first-screen .row .col-lg-4:nth-child(3){
	   right: -80px;
    }

    .flags-wrapper{
		    margin-top: 410px;
    }

}

@media (min-width: 1366px) and  (max-width: 1700px){
	
 	.first-screen .row .col-lg-4 {width:200px;}
	.title3-header a {font-size:16px;}
	.title_header h1, .title_header-bot h2 {padding:10px 0;}
	.flags-wrapper{margin-top: 25%;}
	.header-flag .flag {width: 50px;} 
	.title_header h1, .title_header-bot h2 {font-size:25px;}
	.header-flag {margin-top: 5%;}
	.first-screen .row .col-lg-4:nth-child(3) {    right: 0;}
	.first-screen .row .col-lg-4:nth-child(1) {    left: 0;}

    .main-navigation ul {justify-content: unset;}
    #primary-menu li {margin-right: 15px;}
    .main-navigation li:last-of-type {padding: 15px;}
    .logos img {margin-left: 10px;width: auto;    height: 35px;}
	.title_header h1{padding:0;}
	
    /* .logos {right: -20px;} */
}

@media (max-width: 1365px){
    .flags-wrapper,
    .header-flag{
        margin-top:100px;
    }

    .logo-header{
        width: 75%;
        margin: auto;
    }

    .flags-wrapper{
        margin-bottom: 0;
    }


    .main-navigation ul {justify-content: unset;}
    #primary-menu li {margin-right:15px;}
    .main-navigation li:last-of-type {padding: 15px;}
    .logos img {margin-left: 5px;width: auto;    max-height: 39px;}
    /* .logos {right: -70px;} */

}

@media (max-width: 992px){
    .first-screen .row .col-sm-12{
        margin: auto;
    }
    .home .first-screen {
        display: none;
    }
    .first-screen .flag, 
    .flags img{
    	width: 80px;
    }

    .title_header h1,
    .title_header-bot h2{
        border: 7px solid #33323a;
    }

    .circle-arrow {
        display: none !important;
    }

    .logos-mob {
        display: block;
    }


}

@media (max-width: 768px){
    .first-screen .row .col-sm-12{
        flex-basis: 50%;
    }

    .title_header h1,
    .title3-header a,
    .title_header-bot h2{
        font-size: 26px;
        letter-spacing: 2px;
    }

    .first-screen .flag, 
    .flags img{
    	width: 70px;
    }
    section.sec-center h2, section.sec-center p:first-of-type, section.sec-center img {
        max-width: 100% !important;
    }
	.btn-center {
		text-align: center;
		margin-top: 30px;
	}
}

@media (max-width: 576px){
    .title_header h1,
    .title3-header a,
    .title_header-bot h2{
	   font-size: 22px;
    }
	.btn-app a {width:35%; margin:0 5% 0 0 }
	.btn-app a img {height: 40px;}
	.btn-app {margin-bottom:30px;}
	.logos-mob.footerlogos {display:block; margin-bottom:20px; margin-top:0;  }
	.home .img-app {position:relative; bottom:-50px;}
}

@media (max-width: 480px){
    .first-screen .row .col-sm-12{
        flex-basis: 60%;
        margin-bottom: 40px;
    }

    .flags-wrapper{
		margin-top:60px;
    }

    .first-screen .flag, .flags img{
    	width: 60px;
    }
}

@media (max-width: 400px){
    .title3-header a{
	   font-size: 16px;
    }
}



/* CAMPAIGN PAGE */

.campaigns section{
	background-color: #cfd1d1;
}

/*
.campaigns section:nth-child(even){
	background-color: #f1f1f1;
}
*/

.content-training p:first-child,
.content-camp p{
	font-size: 24px;
}

.content-training p:first-child,
.content-camp p:first-child{
	margin-bottom: 50px;
}

.content-training h3,
.video-capm h2{
	line-height: 1.5;
	margin-bottom: 25px;
}
section.sec-gallery {
    padding-top: 0;
}
.video-capm h3{
    margin: 0 auto 70px;
    text-align: center;
    width: 60%;
}
.video-capm img{
	margin-bottom: 30px;
}
.video-capm.sec-center {
    text-align: center;
}


@media (min-width: 768px){
    .content-camp + .video-capm .col-md-6:last-child
    {
	   padding-right: 8%;
    }

    .video-capm img{
	   box-shadow: 0 30px 100px -20px rgba(0,0,0,0.3);
    }

    .video-capm .col-md-6:first-child{
	   display: flex;
	   align-items: center;
    }
}

.img5-wrap{
	display: flex;
}

.img5-wrap .img-one:not(:last-child) {
    margin-right: 40px;
}
.img5-wrap .img-one {
    width: 20%;
}


section.sec-center h2,
section.sec-center p:first-of-type,
section.sec-center img{
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}
section.sec-center img {
    margin: 30px 0 60px;
}
section.sec-center p:not(:first-of-type) {
    text-align: left;
}

@media (max-width: 992px)
{
	.img5-wrap{
	   flex-wrap:wrap;
    }
    
	.img5-wrap .img-one{
       /* flex-basis: 50%;
        padding: 0 15px!important; */
        margin: 0 auto 30px;
	}
    .img5-wrap .img-one {
        width: 26%;
    }
    .video-capm h3 {
        width: 100%;
    }
    .content-camp + .video-capm .col-md-6:last-child {
        padding-right: 0;
    }
}

@media (max-width: 767px){
	.video-capm h3{
        margin: 0 auto 50px;
        width: 100%;
    }

    .content-training p:first-child,
    .content-camp p{
        font-size: 20px;
    }

	.img5-wrap .img-one{
		flex-basis: 100%;
	}
    .img5-wrap .img-one {
     margin: 0 auto !important;
     max-width: 300px;
    }

}



/* TRAINING PAGE */

.training{
	background-color: #cfd1d1;
}

.content-training h3{
	text-transform: none;
}

.img-btn{
	padding-top: 10px;
}

.img-btn .show-more{
	margin: 130px auto 30px;
}

.img-wrap{
	margin-bottom: 40px;
}

@media (min-width: 1200px){
	.img-btn .container{
	   width: 1170px;
    }
}

/* MEDIA ROOMS PAGE */

.content-rooms{
	background-color: #cfd1d1;
	font-size: 24px;
}

.content-rooms .container p:last-of-type{
	margin-bottom: 85px;
}



.content-rooms .container img{
max-width: 900px;
margin-left: 50%;
transform: translateX(-50%);
}


@media (max-width: 767px){
    .img-btn .show-more{
        margin: 30px auto 0;
    }

    .content-rooms{
        font-size: 20px;
    }

    .content-rooms .container p:last-of-type{
        margin-bottom: 30px;
    }
	.team > div .col-md-3,.team > div .col-md-2 {max-width:48%;width:48%; margin: 0 1%;    float: left;     display: inline-block;}
	.team img {width:100%; max-width:100%;}
	.team-text {width:auto;}
	.team-text h4, .team-s3 h5 {margin:10px 0;}
	.team .row > .col-md-3, .team-s3 .row div {margin-bottom:0;}
}



/* CONTACT PAGE */

.contact-us .wpcf7-text{
	width: 100%;
	margin: 0 0 20px;
}

.contact-us .wpcf7-textarea{
	margin: 10px 0 25px;
}

.contact-us .wpcf7-submit{
	margin: 0;
	transform: none;
}

.contact-us .footer{
	padding: 0;
}

.contact{
	padding-top: 90px;;
}

.social-contact a,
.social-contact i{
	color: #fff;
	text-transform: uppercase;
}

.social-contact i,
.show-more i{
	margin-right: 15px;
}

.social-contact li{
	margin: 30px 0;
}

@media (max-width: 1200px){
    .contact-us .wpcf7-form{
        width: 100%;
    }
    .logos{
        display: none;
    }
}

@media (min-width: 992px){
    .contact-us .img-wrap{
        padding-top: 30px;
        width: 105%;
    }
}

@media (max-width: 992px){
	.contact{
		text-align: center;
		padding: 70px 0 50px;
	}
    
    .contact-us .img-wrap{
        width: 60%;
        margin: 0 auto;
    }

    .social-contact{
        margin-top: 30px;
    }

    .social-contact li{
        margin: 10px;

    }
}

span.wpcf7-not-valid-tip.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
	display: none!important;
}

.wpcf7-not-valid{
	box-shadow: 0 0 2px 1px #ff5d5d;
	border-color: #cc2d2d
}

.single-post h1{
    font-size: 42px;
    line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1400px){

	#masthead .container {min-width: 1400px;}

}