

/*--  start_default  --*/
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    /*font-family:Arial-AMU, sans-serif;*/
    font-family:pragmat, sans-serif;
    font-size: 17px;
    word-wrap: break-word;
    /*color:#1c0440;*/
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    /*font-family: Arial-AMU,sans-serif;*/
    font-family: pragmat,sans-serif;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input{
outline:none;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}

.fixWidth{
    width:1200px;
    margin:auto;
}



#menu nav:not(.mm-menu) {
	display: none;
}

.menubs{
    display:none;
}


.top_wrap{
    width: 100%;
}

.top_row{
        height: 10px;
    background: #00581e;
    width: 100%;
}

.top_row .fixWidth{
    height: 120px;
}

.logoBox{
    float: left;
}

.logoBox img{
    height: 93px;
    margin: 10px 0;
}

.menu_right_box{
      float: right;
    width: 876px;
}

.mod-languages,
.social{
    float: right;
    margin-top:15px;
}

.social li{
    float: left;
    padding: 0 5px;
}

.dskMenu ul {
        width: 100%;
    display: inline-block;
}

.dskMenu ul li{
        float: left;
}

.dskMenu ul li a{
    padding: 0 5px;
    color: #00552b;
    display: block;
    position: relative;
}

.dskMenu ul li.active a:before{
    content:"";
     background:url(../img/active_menu.png) no-repeat;
     width:69px;
     height:17px;
     position:absolute;
     left:11px;
         bottom: -20px;
}


.mainBg{
        width: 100%;
    display: inline-block;
    height: 450px;
    position:relative;
    background:url(../img/header_bg.jpg) no-repeat;
    background-attachment: fixed;
}

.mainBg .fixWidth{
    position:relative;
     height: 450px;
}

.mainBg h5{
    position: absolute;
    bottom: 100px;
    font-size: 115px;
    color: rgba(82,82,82,0.6);
    left: 0px;
    font-weight: bold;
}


.mainBg h6{
    color: rgba(254,244,5,0.8);
    font-weight: bold;
    position: absolute;
    bottom: 50px;
    left: 80px;
    font-size: 28px;
}


.menuBox{
    margin-top: 15px;
    display: inline-block;
    float: right;
}


.menu_right_box{
    background:url(../img/menu_bg.png) no-repeat;
    background-size:796px auto;
    background-position:right bottom;
    height: 118px;
}


.mod-languages{
    padding-top: 5px;
    margin-left: 25px;
}


.aboutBox{
        margin: 60px 0;
}


.aboutBox .fixWidth{
        position: relative;
}

.aboutRow{
        width: 100%;
    display: inline-block;
}

.aboutPreview{
    float: left;
    width: 720px;
}

.aboutPreview img{
        width: 100%;
}


.aboutContent{
        width: 570px;
    position: absolute;
    right: 0;
    top: 43px;
    background: #00581e;
    padding: 60px;
}

.aboutContent > h2{
color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.aboutContent > h3{
        text-align: center;
    color: #fff500;
}

.aboutContent p{
        text-align: center;
    color: #fff;
}


.newsRow{
            display: inline-flex;
    width: 100%;
}

.newsBox{
        display: inline-block;
    width: 100%;
    margin-top: 60px;
    margin-bottom:60px;
}

.newsItem{
        width: 32%;
    margin-right: 23px;
}

.newsPrev img{
    width:100%;
}

.newsRow .newsItem:last-of-type{
    margin:0;
}

.newsItem h3{
        color: #4b4b4b;
    font-weight: bold;
    text-align: center;
    margin: 40px 0px 0px 0px;
    padding: 5px 0;
    position: relative;
}
.newsItem h3:before{
    content: "";
    background: url(../img/news_header_bg.png) no-repeat center center;
    width: 121px;
    height: 17px;
    position: absolute;
    top: -25px;
    left: 34%;
    
}

.newsCont{
    text-align:center;
}

.newspub{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #a3a3a3;
    font-size: 12px;
    padding-bottom: 5px;
}





.mainBgMiddle {
    width: 100%;
    height: 500px;
    background: url(../img/middle_bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


.partnersBlock{
    width:100%;
    height:280px;
    margin: 20px 0;
}


.middleDesc{
    padding: 158px 0;
}

.middleDesc h5{
        font-size: 67px;
    color: rgba(255,245,0,0.6);
    text-transform: inherit;
    font-weight: bold;
    text-align: center;
        padding-bottom: 20px;
}

.middleDesc h6{
        font-size: 75px;
    color: rgba(255,245,0,0.6);
    text-transform: inherit;
    font-weight: bold;
    text-align: center;
}


.blockTitle {
    text-align: center;
}



.blockTitle h2{
    display: inline-block;
    background: url(../img/news_header_bg.png) no-repeat center bottom;
    padding: 21px 0px 30px 0px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 25px;
    color: #00581e;

}

.contactH h2{
    display: inline-block;
    background: url(../img/contact_header.png) no-repeat center bottom;
    color: #fff;
}

.partSlider{
        width: 100%;
    display: inline-block;
    overflow: hidden;
    margin:50px 0;
}


.contactBlock{
        width: 100%;
    display: inline-flex;
    height: 550px;
}

.contactLeftBl{
        width: 50%;
}

.contactRightBl{
    width: 50%;
    background: #00581e;
}


.footerRow{
        width: 100%;
    display: inline-flex;
}

.footerRowItem{
    width: 38%;
}

.copyrightBlock{
        margin-top: 40px;
    width:100%;
    background:#00581e;
}

.copyrightBlock p{
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}


.footerRow .footerRowItem:nth-of-type(1){
padding: 66px 50px 0px 0px;
    text-align: right;
    background: url(../img/footer_loc.png) no-repeat right center;
}

.footerRow .footerRowItem:nth-of-type(2){
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.footerRow .footerRowItem:nth-of-type(3){
padding: 66px 0px 0px 65px;
    text-align: left;
     background:url(../img/footer_phone.png) no-repeat left center;
}

.footerRowItem{
        margin-left: 20px;
}



.contactRightBl form{
    width: 480px;
    margin: 50px auto;
}

.formRow{
        width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.formRow input[type="text"],
.formRow input[type="email"]{
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    background: #87b095;
    border: none;
}


.formRow input::placeholder,
.formRow textarea::placeholder{ 
  color: #32794a;
  opacity: 1; 
}

.formRow input:-ms-input-placeholder,
.formRow textarea:-ms-input-placeholder{ 
   color: #32794a;
}

.formRow input::-ms-input-placeholder,
.formRow textarea::-ms-input-placeholder{ 
   color: #32794a;
}


.formRow textarea{
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    background: #87b095;
    border: none;
    resize:none;
    height:120px;
}

.contactRightBl .formRow:last-of-type{
    text-align: center;
}

.contactRightBl .formRow:last-of-type input{
      background: #fff500;
    border: none;
    color: #00552b;
    padding: 10px 100px;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.item-104 ul{
    display:none;
}


.headline_outer{
    width: 100%;
    display: inline-block;
    height: 130px;
    position: relative;
    background: #F6F7F3;
}



.headline_text{
    padding: 48px 0;
    color: #000;
    font-size: 25px;
}

.headline_outer .fixWidth{
    position:relative;
}

.headline_text h1{
        font-size: 26px;
}

.cmsms_breadcrumbs{
    position: absolute;
    bottom: 46px;
    right: 0;
}


.cmsms_breadcrumbs ul{
    display: inline-flex;
    width: 100%;
}



.niceRadio { 
	margin: 0 5px 0 0; 
	width: 25px; height: 24px; 
	background: url(../img/radio.png) no-repeat; 
	cursor: pointer; 
	float:left; }
.niceRadio input, .rukaRadio input, .polRadio input { display: none; }
.niceRadio.radioChecked, .polRadio.radioChecked, .rukaRadio.radioChecked{ background: url(../img/radio2.png) no-repeat; }
.radio.disabled {  }
.radio.checked.disabled {  }
.radio.focused {  }
.radio.checked.focused {  }


 .rate_radio {
    text-align: center;
    margin: 30px 0;
}

.rate_radio .rr_val {
    display: inline-block;
    margin: 0 20px;
}

.rr_val label {
    float: left;
    color: #333745;
    font-size: 18px;
    margin: 2px 0 0 5px;
}


.cl_bts {
    height: 80px;
    width: 100%;
    display: inline-flex;
}

.cl_bts a.active {
    height: 50px;
    background: #fff;
    border-top: 12px solid #d4dae2;
    color: #59616c;
    font-size: 15px;
    line-height: 40px;
}

.cl_bts a:first-child {
    border-left: none;
}


.cl_bts a {
    float: left;
    height: 50px;
    background: #00581e;
    width: 49%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-left: 1px solid #fff;
}



.rate_table table {
	 width:100%;
	 margin: 40px 0 0 0;
	 padding:0;
	 border-collapse: collapse;
}

.rate_table table thead td,
.rate_table table tfoot td {
	 vertical-align: top;
	 color:#59616c;
	 font-size: 12px;
	 padding: 10px;
	 border-bottom: 2px solid #d4dae2;
}
.rate_table table thead td a,
.rate_table table tfoot td a{
	color: #59616c;
	
	font-size: 12px;
}

.rate_table table tbody td {
	 vertical-align: top;
	 color:#59616c;
	 font-size: 14px;
	 padding: 10px;
	 border-bottom: 1px solid #d4dae2;
}


.eventLayout{
        margin: 30px 0px 100px 0px;
    display: inline-block;
    width: 100%;
}


.inner_box{
    width: 60%;
    margin: 0 auto;
}

.inner_preview{
    width: 100%;
}

.inner_preview img{
    width: 50%;
    float: left;
}

.inner_preview h1{
    font-size: 27px;
    float: right;
    width: 49%;
    word-break: break-word;
    padding: 20px;
}

.inenr_content{
        width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #999;
}

.inner_item_row{
    display: inline-flex;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
}

.inner_key{
    width: 200px;
    color: #999;
    font-weight: bold;
}

.inner_value{
    float: left;
}

.inner_value img{
    opacity:0.1;
    width: 30px;
}

.activeH{
    opacity:1!important;
}

.cmsms_breadcrumbs ul li{
    color:#000;
}

.consulting-custom-title{
        text-align: center!important;
    padding: 20px 0;
    margin: 10px 0;
    font-size: 25px;
}

.stm_post_info{
        width: 100%;
    display: inline-block;
}

.stm_post_details {
        float: right;
}

.newsSocial{
    display: inline-flex;
}

p.social-share{
        font-size: 21px;
    margin: 0 5px;
    cursor:pointer;
}




table.table {
    font-size:16px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.table td, table.table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

table.table tr:nth-child(even){background-color: #f2f2f2}

table.table th {
padding-top: 11px;
    padding-bottom: 11px;
    background-color: #00581E;
    color: white;
    font-size: 13px;
    text-align: center;
}


.singleItem{
    margin-bottom:100px;
}





.serviceContent{
    width: 100%;
    display: inline-block;

	    padding-bottom: 100px;
}




.serviceLeftBlock{
	    width: 330px;
    float: left;
}

.serviceRightBlock,
.newsBlsInPage{
	    width: 840px;
    float: right;
}

.serviceRightBlock .page-header{
	display:none;
}


.serviceContent .pageInner{
	width:1200px;
	margin:0 auto;
	    padding: 50px 0px 50px 0px;
	    overflow:hidden;
	
}

.serviceContent .item-page img{
	max-width:100%;
}




.service_page{
      width: 100%;
    display: inline-block;


}



.serMEnOver{
    margin-bottom: 40px;
    padding: 30px 30px 30px;
    border: solid 1px #cdeacf;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.serMEnOver:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: -26px;
    left: 0;
    -moz-transform: translateY(-50%);
    right: 0;
    margin: auto;
    opacity: .3;
    background: #00581e;
    display:none;
}


.serMEnOver ul li{
        padding: 6px 0;
}

 .serMEnOver a.btn.btn-default {
        background: #00581e;
    padding: 13px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

 .serMEnOver a.btn.btn-default:hover{
    background: #00581e;
}


 .menuBox ul li a:hover,
 .menuBox ul li.active a{
     color:#00581e;
 }

.serMEnOver ul li a {
    padding: 15px 15px 15px;
    display: block;
    background: #f3f3f3;
    transition: all .3s;
    font-weight: 400;
    position: relative;
}

.fa-file-text{
    padding:0 10px;
}

.serMEnOver ul li  a:before {
    opacity: 0;
    transition: all .3s;
        content: "\f054";
    font-family: FontAwesome;
    padding-right: 10px;
    position: absolute;
    left: 0;
    font-size: 14px;
color: #00581e;
    top: 18px;
}


.serMEnOver ul li a:hover,
.serMEnOver ul li.active a{
    background: #00581e !important;
    color: #fff!important;
    padding-left: 35px !important;
}
.serMEnOver ul li.active a:before,
.serMEnOver ul li a:hover:before{
    opacity: 1;
    color: #fff!important;
    left: 15px;
    background: #00581e !important;
}



.serviceRightBlock p{
        color: #797979;
    line-height: 1.4;
}

.serviceRightBlock .item-image{
        margin-bottom: 30px;
}


 blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}


 blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}

.view_article .blogLayout ul{
    margin: 0px 0px 0px 40px;
}

.view_article .blogLayout ul li{
position:relative;
padding:2px 0;
}

.view_article .blogLayout ul li:before {
    content: "\2022";
    color: #00581e;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}


.type_about-menu .vc_custom_heading,
.type_about-menu .stm_post_details {
    display:none;
}


.pdf_form{
    width: 100%;
    display: inline-block;
}

.pdf_form li{
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.pdf_form li a{
        width: 100%;
    display: block;
    position: relative;
}

.pdf_form li a:before{
content: "\f1c1";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: -26px;
    top: 0;
    color: #00581e;
    font-weight: bold;
}


.stm_events_modern_list{
        width: 100%;
    display: inline-block;
}


.stm_events_modern_list .item{
        width: 100%;
    float: left;
    height: 240px;
    overflow: hidden;
        margin-bottom: 40px;
}


.coachPrev{
        width: 50%;
    float: left;
}
.coachPrev img{
width:100%;
    
}

.coachData{
    float: left;
    width: 43%;
    padding-left:20px;
}

.coachData > h3{
        font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}




.coachData table {
	 width:100%;
	 padding:0;
	 border-collapse: collapse;
}

.coachData table thead td{
	 vertical-align: top;
	 color:#59616c;
	 font-size: 12px;
	 padding: 10px;

}


.coachData table tbody td {
	 vertical-align: top;
	 color:#59616c;
	 font-size: 14px;
	 padding: 10px;
}






.vc_tta-panel-title{
    font-size: 25px;
    padding: 20px 0;
    color: #00581E;
}

.vc_tta-panel-body .wpb_row {
        width: 100%;
    display: inline-flex;
}

.vc_tta-panel-body .wpb_row .wpb_column {
    width: 49%;
    margin: 0 8px;
    height: 325px;
    overflow: hidden;
}

.vc_single_image-wrapper  img{
    width:100%;
}


.lastContBlock{
        background: #00581E;
}

.lastContBlock .stm_contacts_widget {
    padding: 15px;
    box-sizing: border-box;
}

.lastContBlock .stm_contacts_widget h4{
        text-align: center;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
}


.addresUl li{
        width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


.addresUl li .icon{
        float: left;
    padding: 0px 10px 0px 0px;
    color: #FFF402;
}

.addresUl li .text{
    float: left;
    color: #fff;
    width:91%;
}


.formBoxData{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}


.formBoxData h4{
        background: #00581E;
    color: #fff;
    padding: 10px 17px;
}

.formBoxDataInner{
    width: 100%;
}

.agentBlock{
    width: 23%;
}

#wpcf7-f508-p11-o1{
    margin:20px 0;
}

.request_callback .col-xs-12{
        width: 100%;
    display: inline-flex;
}

.request_callback  .input-group{
width: 33%;
    float: left;
    margin: 0px 4px 10px 0px;
}


.request_callback  .input-group input{
        width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
}
.mapBx{
    margin-bottom:100px;
}

.request_callback   textarea{
            width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    resize:none;
}


.messageBs{
    width: 100%;
    display: inline-block;
}


.stm_contact_info{
    padding: 17px 0;
}

.stm_contact_info h5{
        font-size: 23px;
        color:#00581E;
}

.messageBsSubmit{
    text-align: right;
    width: 100%;
}


.messageBsSubmit button{
    padding: 10px 40px;
    box-sizing: border-box;
    border: none;
    background: #00581E;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
}



.posts_grid>ul {
    position: relative;
    padding: 0;
    margin: 0 -15px 30px;
    list-style: none;
    font-size: 0;
}

.posts_grid>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 39px;
    padding: 0 15px;
    width: 33.3%;
    font-size: 14px;
}


.posts_grid .post_thumbnail {
    margin: 0 0 30px;
        width: 100%;
    display: inline-block;
}

.posts_grid .post_thumbnail a {
    position: relative;
    display: block;
}


.posts_grid .post_thumbnail a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    transition: all .3s ease;
    opacity: 0;
}

.posts_grid .post_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.posts_grid .post_thumbnail a:after {
font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 34px;
    opacity: 0;
}
.posts_grid .post_thumbnail a:before, .posts_grid h5:before, .posts_grid>ul:after, .stm_testimonials .item .testimonial:after {
    content: '';
}

.posts_grid .post_thumbnail a:after, .stm_news .news_list li .image a:after, .testimonials_carousel .testimonial .image a:after {
    content: "+";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.posts_grid h5 {
    padding: 0;
    margin-bottom: 10px;
}


.posts_grid h5:before {
    width: 47px;
    height: 5px;
    background: #00581e;
    display: block;
    margin: 0 0 20px;
}
.posts_grid h5 a {
    color: #002e5b;
    font-weight:bold;
}
.post_list_ul h5 .secondary_font_color_hv {
    transition: .3s;
}

.posts_grid .post_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    color:#999;
}
.posts_grid .post_date i {
    font-size: 15px;
    color: #00581e;
    margin: 0 5px 0 0;
}


.posts_grid {
    position: relative;
}


.posts_grid>ul:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #ddd;
}



.posts_grid .post_thumbnail a:hover:after, .posts_grid .post_thumbnail a:hover:before {
    opacity: 1;
}

.posts_grid .post_thumbnail a:hover:after, .posts_grid .post_thumbnail a:hover:before {
    opacity: 1;
}



.blogLayout{
    margin:20px;
}


.blogLayout .vc_custom_heading  h2{
    color: #222;
        margin-bottom: 23px;
    font-size: 36px;
    letter-spacing: -.06em;
    line-height: 45px;
    padding: 10px 0 0;
}


.post_details_wr .stm_post_info {
    border-top: 1px solid #ddd;
    padding: 13px 0 0;
    margin: 0 0 43px;
        position: relative;
}


.stm_post_details {
    position: relative;
    margin: 0 0 5px;
}

.stm_post_details ul {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.stm_post_details ul li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0 0 10px 20px;
    padding: 0 0 0 21px;
    font-size: 13px;
}

.stm_post_details ul li:first-child {
    margin: 0;
    padding: 0;
}


.stm_post_details ul li i {
    color: #00581e;
    font-size: 15px;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}


.stm_post_details ul li:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 3px;
}

.stm_post_details span {
    color: #222;
}


.post_date:before{
    display:none;
}


.post_thumbnail img{
    width:100%;
}

.newsSocial{
     float: right;
    margin: -6px 0px 4px 0px;
}


.newsSocial p{
    float: left;
    margin-left:10px;
    cursor:pointer;
}

.newsSocial p i{
        font-size: 25px;
        color:#233E89;
}

body:not(.page_103) .vc_custom_heading{
    display:none;
}



.singleItem .wpb_wrapper > h2{
        font-size: 20px;
    padding-bottom: 10px;
}

.view_article  .stm_post_details{
        float: left;
    width: 100%;
}

.view_article  .post_details_wr .stm_post_info{
    margin:0;
}

.view_article .pull-left {
    float: left;
    margin: 0px 20px 10px 0px;
}


div.mod-languages a{
    font-size:13px;
}


.newsPrev,
.post_thumbnail,
.coachPrev{
    overflow: hidden;
    position: relative;
}

.newsPrev img,
.post_thumbnail img,
.coachPrev img{
    transition: all 0.5s ease 0s;
}

.newsPrev:hover img,
.post_thumbnail:hover img,
.coachPrev:hover img{
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}


.newsPrev,
.post_thumbnail{
    height: 230px;
    margin-bottom: 10px;
}



.type_about-menu.view_article .pull-left,
.page_102.view_article .pull-left{
    float:none;
    width:100%;
}

.type_about-menu.view_article .pull-left img,
.page_102.view_article .pull-left img{
    width:100%;
}





.page_144 iframe:nth-of-type(2n+1){
    float:left;
    margin-bottom:20px;
}

.page_144 iframe:nth-of-type(2n){
        float:right;
    margin-bottom:20px;
}


.mapIframe{
    border:none;
    position: relative;
    top: -46px;
}


.mapOvs{
    width:100%;
    height:480px;
    overflow:hidden;
        margin-bottom:30px;
}






