html{color:#000;background:#FFF;}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,
img{border:0;}
address,
caption,
cite,
code,
dfn,
strong,
th,
var{font-style:normal;font-weight:normal;}
ol,
ul{list-style:none;}
caption,
th{text-align:left;}
h1,
h2,
h3,
h4,
h5,
h6{font-size:100%;font-weight:normal;}
q:before,
q:after{content:'';}
abbr,
acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,
textarea,
select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,
textarea,
select{*font-size:100%;}
legend{color:#000;}
*{outline:none;}
.clearfix{clear:both;font-size:0;height:0;overflow:hidden;}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
* html .clearfix{height:1%;}
input, button, textarea{-webkit-border-radius:0;}
/*@font-face {
    font-family: 'scadabold_italic';
    src: url('fonts/scada-bolditalic-webfont.eot');
    src: url('fonts/scada-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/scada-bolditalic-webfont.woff2') format('woff2'),
        url('fonts/scada-bolditalic-webfont.woff') format('woff'),
        url('fonts/scada-bolditalic-webfont.ttf') format('truetype'),
        url('fonts/scada-bolditalic-webfont.svg#scadabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scadaitalic';
    src: url('fonts/scada-italic-webfont.eot');
    src: url('fonts/scada-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/scada-italic-webfont.woff2') format('woff2'),
        url('fonts/scada-italic-webfont.woff') format('woff'),
        url('fonts/scada-italic-webfont.ttf') format('truetype'),
        url('fonts/scada-italic-webfont.svg#scadaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scadabold';
    src: url('fonts/scada-bold-webfont.eot');
    src: url('fonts/scada-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/scada-bold-webfont.woff2') format('woff2'),
        url('fonts/scada-bold-webfont.woff') format('woff'),
        url('fonts/scada-bold-webfont.ttf') format('truetype'),
        url('fonts/scada-bold-webfont.svg#scadabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scadaregular';
    src: url('fonts/scada-regular-webfont.eot');
    src: url('fonts/scada-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/scada-regular-webfont.woff2') format('woff2'),
        url('fonts/scada-regular-webfont.woff') format('woff'),
        url('fonts/scada-regular-webfont.ttf') format('truetype'),
        url('fonts/scada-regular-webfont.svg#scadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
html{
    min-height:100%;
    height:100%;
}
body{
    font-family: "Scada";
    color:#fff;
    /*min-height: 768px;*/
    min-height: 550px;
    height:100%;
    position: relative;
    background: #f6f6f6;
    min-width: 1250px;
}
a {
    text-decoration: none;
}

.full-width{
    width:100%;
    min-width: 1250px;
    z-index: 2;
}
.container{
    width:1250px;
    margin:0px auto;
    position: relative;
}
header{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    padding-top:30px;
    /*padding-bottom: 17px;*/
    z-index: 999;
}
header.scrolled-menu{
    background: rgba(31,54,92,1); 
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
header.scrolled-menu-dark{
    /*background:  rgba(255,255,255,0.8);*/
    /*background:  rgba(246,246,246,1);*/
    background:  #fefefe;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
header.scrolled-menu-dark.scrolled-menu-out,header.scrolled-menu.scrolled-menu-out{
    background:  transparent;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
header .logo{
    float:left;
    margin-top:-15px;
    margin-left:10px;
    width:131px;
}
header .logo a{
    display: block;
    /*    background: url("images/logo.png") no-repeat left top transparent;
        text-indent: -1000px;*/
    width:131px;
    position: relative;
    bottom:0px;
    /*height:78px;*/
}
header.scrolled-menu h1 a,header.scrolled-menu-dark h1 a{
    width:110px;
    bottom:6px;
    -webkit-transition: width 500ms,bottom  500ms ease-out;
    -moz-transition: width  500ms,bottom  500ms ease-out;
    -ms-transition: width  500ms,bottom  500ms ease-out;
    -o-transition: width  500ms,bottom  500ms ease-out;
    transition: width  500ms,bottom  500ms ease-out;
}
header.scrolled-menu.scrolled-menu-out h1 a,header.scrolled-menu-dark.scrolled-menu-out h1 a{
    width:131px;
    bottom:0px;
    -webkit-transition: width  500ms,bottom  500ms ease-out;
    -moz-transition: width  500ms,bottom  500ms ease-out;
    -ms-transition: width  500ms,bottom  500ms ease-out;
    -o-transition: width  500ms,bottom  500ms ease-out;
    transition: width  500ms,bottom  500ms ease-out;
}
header .logo a img{
    width:100%;
}
header nav{
    margin-top: -5px;
}
header nav,header .lang-container ul li,header nav ul li{
    float: left;
}
header .search-button,header .lang-container{
    float:right;
    margin-bottom: 15px;
}
header nav ul li{
    /*margin-top: -4px;*/
    /*margin-left: 2px;*/
    border:1px solid transparent;
}
header nav ul li:first-child{
    margin-left: 18px;

}
.single-post header nav ul li.current-menu-item,
.single-post header nav ul li.current-post-ancestor,
.single-post header nav ul li.current-category-ancestor,
.single-post header nav ul li:hover{
    border:1px solid #0772d3;
    /*margin-top: -6px;*/
    /*margin-left:0px;*/
}
header nav ul li:hover{
    border:1px solid rgba(7,114,211,0.5);
}
header nav ul li.current-menu-item:first-child,header nav ul li:first-child:hover,header nav ul li.current-post-ancestor:first-child{
    margin-left:18px;
}
header nav ul li a{
    font-family: "Open Sans";
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    /*padding:14px;*/
    padding:7px 13px;
    display: block;
    /*margin-top: -11px;*/
}
.dark-menu nav ul li a,header.scrolled-menu-dark nav ul li a{
    color:#1f365c;
}


header .lang-container ul li{
    margin-left:6px;
}
header .lang-container ul li:first-child{
    margin-left:0px;
}
header .lang-container ul li a{
    color:#0772d3;
    font-size:12px;
    display: block;
    font-family: "Open Sans";
    text-transform: uppercase;
    padding:3px 6px;
}
header .lang-container ul li.active a{
    border:1px solid #0772d3;
}
header .search-button{
    margin: 0px 20px;
    margin-left: 25px;
    display: block;
    width:30px;
    height: 24px;
    background: url(images/search-button.png) no-repeat center center;
    border: 1px solid rgba(255,255,255,0.2);
}

header.dark-menu .search-button,header.scrolled-menu-dark .search-button{
    background: url(images/search-button-dark.png) no-repeat center center;
    border: 1px solid #bec6ce;
}
header .search-button.active{
    background: url(images/search-close.png) no-repeat center center;
}
header.dark-menu .search-button.active{
    background: url(images/search-close-dark.png) no-repeat center center;
}
header form{
    position:absolute;
    display: none;
    right: 18px;
    top: 60px;
    /*background: url(images/search-active.png) no-repeat left top;*/
    background: url(images/search-active_gray.png) no-repeat left top;
    width:155px;
    height:35px;
    padding-left:5px;
}
header.dark-menu form{
    background: url(images/search-active_gray.png) no-repeat left top;
    /*background: url(images/search-active-dark.png) no-repeat left top;*/
}
header form input[type="text"]{
    background: none;
    width: 130px;
    margin-top: 12px;
    border: none;
    padding-right: 30px;
    /*color:#fff;*/
    color:#1f365c;
    font-size: 12px;
    font-family: "Open Sans";
}
header form input[type="submit"]{
    position: absolute;
    right: 8px;
    /*top: 15px;*/
    top: 13px;
    width: 13px;
    height: 13px;
    background: none;
    /*background: url(images/search-button.png) no-repeat center center;*/
    background: url(images/search-button-dark.png) no-repeat center center;
    border: none;
    cursor: pointer;
}
header.dark-menu form input[type="submit"]{
    background: url(images/search-button-dark.png) no-repeat center center;
}
header.dark-menu form input[type="text"]{
    color:#1f365c;
}

/* home  */
.home-tabs{
    position: relative;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    min-width: 1250px;
    z-index: 0;
}
.home-tabs .tab{
    display: none;
    z-index: 1;
    position: relative;
}
.home-tabs .tab.active{
    display: block;
}
.home-tabs .tab img,.page-bck{
    width:100%;
    position: fixed;
    z-index: 0;
    min-width: 1250px;
}
.home-tabs .tab .tab-content{
    position: fixed;
    width:100%;
    top:50%;
}
.home-tabs .tab .container{
    /*padding-top:228px;*/
    text-align: center;
    margin-top:-150px;
    /*    position: absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: 15% 0 0 -25%;*/
}
.home-tabs .tab .container h2{
    padding:15px 0px;
    /*padding-bottom: 20px;*/
    background: url(images/home-title-bck.png), url(images/home-title-bck.png);
    background-repeat: no-repeat;
    background-position: top center,bottom center;
    margin-bottom: 17px;
}
.home-tabs .tab .container h2 a{
    font-size: 45px;
    color: #fff;
    font-family: "Scada";
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 18px;
    display: block;
}
.home-tabs .tab .container h2 a strong{
    font-size: 93px;
    font-weight: 700;
    display: block;
    line-height: 94px;
    font-family: "Scada";
}
.home-tabs .tab .container span{
    font-size:18px;
    font-family: "Scada";
    font-weight: 100;
    display: block;
    max-width: 600px;
    margin:0px auto;
}
.home-container {
    position: fixed;
    bottom:35px;
    width:100%;
    min-width: 1024px;
}
.home-container .bottom-home-container{
    width:706px;
    margin:0px auto;
    position: relative;
}
.home-container .bottom-home-container > div{
    float:right;
    background: rgba(29,49,84,0.9);
    width:370px;
    position: relative;
}
.home-container .bottom-home-container > div:first-child{
    float:left;
    width:314px;
    /*height:81px;*/
    height:100px;
    background: url(images/home-left-bck3.png) no-repeat left top rgba(29,49,84,0.9);
}

.home-container .bottom-home-container > div .slides-container{
    /*padding: 19px 0px 35px;*/
    /*padding: 19px 0px 54px;*/
    padding: 33px 0px 40px;
}

.home-container .bottom-home-container > div .slides{
    display: none;
}
.home-container .bottom-home-container > div .slides.active{
    display: block;
}
.home-container .bottom-home-container > div .slides ul li{
    float:left;
    width:33%;
}
.home-container .bottom-home-container > div .slides ul li a{
    display: block;
    text-align: center;
    padding: 0px 15px;
}
.home-container .bottom-home-container > div .slides ul li a img{
    max-width: 100%;
    display: block;
    margin:0px auto;
}

.home-container .bottom-home-container > div .dots-nav{
    text-align: left;
    overflow: auto;
    z-index: 9999999;
    position: absolute;
    padding: 0px;
    width: 100%;
    bottom:8px;
    left:20px;
}
.home-container .bottom-home-container > div .dots-nav li{
    display: inline-block;
}
.home-container .bottom-home-container > div .dots-nav li a{
    display: block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #fff;
}
.home-container .bottom-home-container > div .dots-nav li a.active{
    background: #0772d3;
}

.home-container .bottom-home-container > div:first-child span{
    /* display: block; */
    /*padding-top: 55px;*/
    padding-top: 10px;
    color: #5DB2FF;
    float: left;
    /*height: 100%;*/
    text-align: center;
    width: 103px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px;
    /*opacity:0.4;*/
    cursor:pointer;
}
.home-container .bottom-home-container > div:first-child ul {
    float:left;
    padding-top: 14px;
}
.home-container .bottom-home-container > div:first-child ul li{
    width:185px;
    overflow: hidden;
    color:#ffe800;
}
.home-container .bottom-home-container > div:first-child ul li a{
    display:block;
    background:url(images/home-list-bck.png) no-repeat left center;
    padding-left: 14px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    font-family: "Open Sans";
    /*opacity:0.4;*/
}
.home-container .bottom-home-container > div:first-child ul li a:hover{
    opacity:0.8;
}

.home-container .bottom-home-container  > div.news-container .slides-container{
    padding:0px;
    /*padding-bottom:3px;*/
}
.news-container .slides div:first-child{
    float:left;
    width:82px;
    text-align: center;
    border-right: 1px solid #0c1a38;
    margin-right: 17px;
    padding-bottom: 12px;
}
.news-container .slides div:first-child span{
    line-height: 32px;
    /*    margin-bottom: 10px;
        padding-top: 12px;*/
    margin-bottom: 7px;
    /*    padding-top: 15px;*/
    padding-top: 25px;
    min-height: 32px;
}
.news-container .slides div:first-child span,.news-container .slides div:first-child strong{
    color:#5db2ff;
    display: block;
    font-size:44px;
}
.news-container .slides div:first-child strong{
    font-size:17px;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 9px;
    min-height: 15px;
}
.news-container .slides a{
    display: block;
    float: left;
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
    font-family: "Open Sans";
    width: 235px;
    padding-top: 14px;
    /*padding-top: 30px;*/
    line-height: 18px;
}
.news-container .slides a img{
    margin-left:5px;
}
.home-container .bottom-home-container  > div.news-container .dots-nav{
    left:100px;
}

/*services*/
.page-background.services-list-background{
    background-image: url(images/services.jpg);  
}
.background{
    position: fixed;
    z-index: 0;
    width:100%;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    min-width: 1250px;
}
.training-services{
    text-align: center;
    /*padding-top:155px;*/
    padding-top:100px;
}
.training-services > h2,.contact-page-container .container > h2{
    line-height: 66px;
    font-size:48px;
    text-transform: uppercase;
    padding:0px 100px;
    background:url(images/services-header-left.png),url(images/services-header-right.png);
    background-position: left 22px,right 22px;
    background-repeat: no-repeat,no-repeat;
    display: inline-block;
    margin-bottom: 5px;
}
.training-services > span{
    display: block;
    margin:0px auto;
    /*width:605px;*/
    width:80%;
    font-size:14px;
    font-family: "Open Sans";
    line-height: 20px;
    /*    margin-bottom:115px;*/
    margin-bottom:66px;
}
.training-services > span.cat-level-one-title{
    margin-bottom:115px;
}
.training-services > ul.category-list li{
    float:left;
    /*     width:20%; */
    width: 25%;
}
.training-services > ul.category-list li:nth-child(4){display: none;}
.training-services > ul.category-list li >a{
    background: #0b1937;
    border-radius: 50%;
    display: block;
    width:123px;
    height:123px;
    line-height: 163px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.training-services > ul.category-list li >a:hover{
    background: #0772d3;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
.training-services > ul.category-list li h2 a{
    font-size:20px;
    text-transform: uppercase;
    display: block;
    margin:0px auto;
    width:100%;
    color:#fff;
    line-height: 24px;
}
.training-services > ul.category-list li h2 a span{
    font-family: "Roboto";
    font-size:14px;
    display: block;
    font-weight: 300;
    background: url(images/services-list-bck.png) no-repeat center top;
    margin-top: 7px;
    padding-top: 8px;
}
.training-services-list{
    padding-top: 185px;
}
.training-services-list > h2{
    padding: 0px 113px;
}
.training-services-list > span {
    width: 770px;
    margin-bottom: 124px;
}
.services-list{
    position: relative;
    overflow: auto;
    width:810px;
    margin:0px auto;
    display: block;
    text-align: left;
}
.services-list > li{
    float:left;
    width:340px;
}
.services-list > li:first-child{
    margin-right: 130px;
}
.services-list.centered-list > li{
    float: none;
    width:100%;
    /*text-align: center;*/
    margin-right: 0px;
}

.services-list > li h2{
    font-size: 20px;
    font-family: "Open Sans";
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}
.services-list > li ol li{
    margin-bottom:10px;
}
.services-list > li ol li a{
    background: url(images/services-list-link-bck.png) no-repeat left center;
    color:#fff;
    font-size: 14px;
    font-family: "Open Sans";
    padding-left: 13px;
}
.services-list > li ol li a:hover{
    text-decoration: underline;
}
.services-list.centered-list > li ol{
    display: block;
    width:400px;
    margin:0px auto;
}

/*about us*/
.page-background.about-us-background{
    background-image: url(images/about-us.jpg);  
}
.about-us {
    /*    padding-top: 180px;*/
    padding-top: 100px;
}
.about-us .abou-us-content{
    margin-top: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    padding: 0px 95px;
    font-size: 14px;
    line-height: 20px;
}
.about-buttons {
    text-align: center;
    margin-top:57px;
}
.about-buttons li{
    display: inline-block;
    margin-left:33px;
}
.about-buttons li:first-child{
    margin-left:0px;
}
.about-us .abou-us-content .gallery-button ,.about-us .abou-us-content .contact-link {
    display: block;
    color:#0772d3;
    font-size:15px;
    font-family: "Open Sans";
    padding-top:50px;
    background: url(images/gallery-button.png) no-repeat center top;
}
.about-us .abou-us-content .contact-link {
    background: url(images/contact-button.png) no-repeat center top;
}

/*gallery popup*/
.popup-container{
    position: fixed;
    width:100%;
    height: 100%;
    top:0px;
    left:0%;
    bottom:0px;
    z-index: 99999999999;
    background: rgba(0,0,0,0.5);
    display: none;
    cursor: pointer;
}
.popup-container .popup-content{
    /*    position: relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:80%;
        margin:0px auto;*/
}
.popup-container .popup-close{
    z-index: 99999999999;
    position: absolute;
    right:10px;
    top:10px;
    display: block;
    /*    width:24px;
        height:24px;*/
    width:30px;
    height:30px;
    background: url(images/popup-close.png) no-repeat left top;
    /* Firefox */
    -moz-transition: all 200ms ease;
    /* WebKit */
    -webkit-transition: all 200ms ease;
    /* Opera */
    -o-transition: all 200ms ease;
    /* Standard */
    transition: all 200ms ease;
}
.popup-container .popup-close:hover{
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* WebKit */
    -webkit-transform: rotate(180deg) ;
    /* Opera */
    -o-transform: rotate(180deg) ;
    /* Standard */
    transform: rotate(180deg);
}
.fotorama__nav__shaft{
    background: #fff;
}
.fotorama__arr--next{
    background: url(images/fotorama-right.png) no-repeat left top;
}
.fotorama__arr--prev{
    background: url(images/fotorama-left.png) no-repeat left top;
}
.fotorama__active{
    opacity: 0.6;
}
.fotorama__thumb-border{
    display: none;
}










/* college page / cats */
.page-id-1335 .page-background.tehnici-background,
.category-za-kolezha .page-background.tehnici-background,
.category-profesii .page-background.tehnici-background,
.category-sertifikati .page-background.tehnici-background,
.category-priem .page-background.tehnici-background,
.category-upcoming-college-training .page-background.tehnici-background,

.postid-346 .page-background.tehnici-background,
.category-158 .page-background.tehnici-background,
.category-tech .page-background.tehnici-background,
.category-pilot .page-background.tehnici-background,
.postid-620 .page-background.tehnici-background,
.postid-624 .page-background.tehnici-background
{
    background-image: url(images/college-bck.jpg);
}



.page-id-1335 .fullwidth-content ul.category-list > li > div.slide-container,.page-id-1335 header.scrolled-menu,
.category-za-kolezha .fullwidth-content ul.category-list > li > div.slide-container ,.category-za-kolezha header.scrolled-menu,
.category-profesii .fullwidth-content ul.category-list > li > div.slide-container ,.category-profesii header.scrolled-menu,
.category-sertifikati .fullwidth-content ul.category-list > li > div.slide-container ,.category-sertifikati header.scrolled-menu,
.category-priem .fullwidth-content ul.category-list > li > div.slide-container,.category-priem header.scrolled-menu,

.category-upcoming-college-training .cat-img-left,

.postid-346 .fullwidth-content ul.category-list > li > div.slide-container,.postid-346 header.scrolled-menu,
.category-158 .fullwidth-content ul.category-list > li > div.slide-container,.category-158 header.scrolled-menu,
.category-tech .fullwidth-content ul.category-list > li > div.slide-container,.category-tech header.scrolled-menu,
.category-pilot .fullwidth-content ul.category-list > li > div.slide-container,.category-pilot header.scrolled-menu,
.postid-620 .fullwidth-content ul.category-list > li > div.slide-container,.postid-620 header.scrolled-menu,
.postid-624 .fullwidth-content ul.category-list > li > div.slide-container,.postid-624 header.scrolled-menu
{
    background: #a41e34;
}

.page-id-1335 header nav ul li:hover ,
.category-za-kolezha header nav ul li:hover ,
.category-profesii header nav ul li:hover ,
.category-sertifikati header nav ul li:hover ,
.category-priem header nav ul li:hover, 

.postid-346 header nav ul li:hover, 
.category-158 header nav ul li:hover, 
.category-tech header nav ul li:hover, 
.category-pilot header nav ul li:hover, 
.postid-620 header nav ul li:hover, 
.postid-624 header nav ul li:hover 
{
    border: 1px solid rgba(164,30,52,0.5);
}

.page-id-1335 header nav ul li.current-menu-item, header nav ul li.current-post-ancestor, .page-id-1335 header nav ul li.current-category-ancestor, .page-id-1335 header nav ul li:hover,
.category-za-kolezha header nav ul li.current-menu-item, .category-za-kolezha header nav ul li.current-post-ancestor, .category-za-kolezha header nav ul li.current-category-ancestor, .category-za-kolezha header nav ul li:hover,
.category-profesii header nav ul li.current-menu-item, .category-profesii header nav ul li.current-post-ancestor, .category-profesii header nav ul li.current-category-ancestor, .category-profesii header nav ul li:hover,
.category-sertifikati header nav ul li.current-menu-item, .category-sertifikati header nav ul li.current-post-ancestor, .category-sertifikati header nav ul li.current-category-ancestor, .category-sertifikati header nav ul li:hover, 
.category-priem header nav ul li.current-menu-item, .category-priem header nav ul li.current-post-ancestor, .category-priem header nav ul li.current-category-ancestor, .category-priem header nav ul li:hover,

.postid-346 header nav ul li.current-menu-item, .postid-346 header nav ul li.current-post-ancestor, .postid-346 header nav ul li.current-category-ancestor, .postid-346 header nav ul li:hover,
.category-158 header nav ul li.current-menu-item, .category-158 header nav ul li.current-post-ancestor, .category-158 header nav ul li.current-category-ancestor, .category-158 header nav ul li:hover,
.category-tech header nav ul li.current-menu-item, .category-tech header nav ul li.current-post-ancestor, .category-tech header nav ul li.current-category-ancestor, .category-tech header nav ul li:hover,
.category-pilot header nav ul li.current-menu-item, .category-pilot header nav ul li.current-post-ancestor, .category-pilot header nav ul li.current-category-ancestor, .category-pilot header nav ul li:hover,
.postid-620 header nav ul li.current-menu-item, .postid-620 header nav ul li.current-post-ancestor, .postid-620 header nav ul li.current-category-ancestor, .postid-620 header nav ul li:hover,
.postid-624 header nav ul li.current-menu-item, .postid-624 header nav ul li.current-post-ancestor, .postid-624 header nav ul li.current-category-ancestor, .postid-624 header nav ul li:hover,

.home #menu-item-1338:hover
{
    border: 1px solid #a41e34;
}

.page-id-1335 header .lang-container ul li.active a ,
.category-za-kolezha header .lang-container ul li.active a ,
.category-profesii header .lang-container ul li.active a ,
.category-sertifikati header .lang-container ul li.active a ,
.category-priem header .lang-container ul li.active a,

.postid-346 header .lang-container ul li.active a,
.category-158 header .lang-container ul li.active a,
.category-tech header .lang-container ul li.active a,
.category-pilot header .lang-container ul li.active a,
.postid-620 header .lang-container ul li.active a,
.postid-624 header .lang-container ul li.active a
{
    border: 1px solid #a41e34;
}

.page-id-1335 header .lang-container ul li a ,
.category-za-kolezha header .lang-container ul li a ,
.category-profesii header .lang-container ul li a ,
.category-sertifikati header .lang-container ul li a ,
.category-priem header .lang-container ul li a,

.postid-346 header .lang-container ul li a,
.category-158 header .lang-container ul li a,
.category-tech header .lang-container ul li a,
.category-pilot header .lang-container ul li a,
.postid-620 header .lang-container ul li a,
.postid-624 header .lang-container ul li a
{
    color: #a41e34;
}

.home .home-upcoming-trainings li:nth-child(4) a{
    background:url(images/home-list-bck_college.png) no-repeat left center !important;
}

/*tehnici list page*/
.page-background.tehnici-background{
    background-image: url(images/services-bck.jpg);  
}

.fullwidth-content{
    position: fixed;
    bottom:0px;
    left:0px;
    width: 100%;
    min-width: 1250px;
}
.fullwidth-content ul.category-list> li{
    float: left;
    width:25%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.fullwidth-content ul.category-list> li.fake{
    cursor: default;
}
.fullwidth-content ul.category-list> li img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.fullwidth-content ul.category-list> li h2{
    position: absolute;
    bottom: 15px;
    text-align: center;
    font-size: 18px;
    color:#fff;
    background: url(images/tehnici-title-border.png) no-repeat bottom center;
    width: 90%;
    text-transform: uppercase;
    padding:0px 5%;
    padding-bottom:10px;
}
.fullwidth-content ul.category-list> li>div.slide-container{
    position: absolute;
    top:100%;
    background: #0772d3;
    height:100%;
    width: 100%;
}
.fullwidth-content ul.category-list> li>div.slide-container div{
    padding: 40px 20px;
    padding-top:55px;
}
.fullwidth-content ul.category-list> li>div.slide-container div h3{
    margin-bottom:36px;
}
.fullwidth-content ul.category-list> li>div.slide-container div h3 a{
    text-align: center;
    display: block;
    font-size:18px;
    text-transform: uppercase;
    color:#fff;
    background: url(images/tehnici-title-border.png) no-repeat bottom center;
    padding:0px 25px;
    padding-bottom:11px;
}
.fullwidth-content ul.category-list> li>div.slide-container div ul{
    overflow: auto;
}
.fullwidth-content ul.category-list> li>div.slide-container div ul li{
    margin-bottom:12px;
}
.fullwidth-content ul.category-list> li>div.slide-container div ul li a{
    color:#fff;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background: url(images/services-list-link-bck.png) no-repeat left 5px;
    padding-left:15px;
    line-height: 18px;
    padding-right: 35px;
}
.fullwidth-content ul.category-list> li>div.slide-container div> a{
    padding-left:10px;
    display: block;
    color:#fff;
    font-size: 12px;
    font-family: "Open Sans";
    margin-top: 1px;
}
.fullwidth-content ul.category-list> li>div.slide-container div> a:hover{
    text-decoration: underline;
}


/*downloads*/
.page-background.downloads-background{
    background-image: url(images/downloads.jpg);  
}
.downloads-page{
    padding-top: 122px;
}
.download-list{
    overflow: auto;
    /*max-height: 500px;*/
    /*height:10%;*/
    margin-bottom:30px;
    margin-top:38px;
    text-align: left;
    font-family: "Open Sans";
}
.mCSB_1_scrollbar .mCSB_draggerRail{ background-color: #030d1c; opacity: 0.3;}
.mCSB_1_scrollbar .mCSB_dragger .mCSB_dragger_bar{ background-color: #1f365c; opacity: 0.7}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail  {
    width: 9px;
}
.download-list h3{
    font-size:18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-left:12px;
}
.download-list ul{
    overflow: auto;
    margin-bottom: 44px;
}
.download-list ul li{
    padding:5px 15px;
}
.download-list ul li:nth-child(2n-1){
    background: rgba(31,54,92,0.6);
}
.download-list ul li a{
    color:#fff;
    font-size: 14px;
    font-family: "Open Sans";
    line-height: 23px;
}
.download-list ul li a:hover{
    opacity:0.5;
}
.download-list ul li a span{
    float:right;
    padding-right: 25px;
    background: url(images/download-button.png) no-repeat right center;
    color:#0772d3;
}


/*news*/
.light-page h2,.contact-page-container .container > h2{
    color:#1f365c;
    background:url(images/news-header-left.png),url(images/news-header-right.png);
    background-position: left 22px,right 22px;
    background-repeat: no-repeat,no-repeat;
}
.news-list-page{
    padding-top:116px;
}
.news-list-page > h2:first-child{
    margin-bottom:53px;
}
.news-list{
    overflow: auto;
    margin-bottom: 63px;
}
.news-list:last-of-type{
    margin-bottom:35px;
}
.news-list li{
    float:left;
    width:355px;
    margin-left:73px;
    text-align: left;
}
.news-list li:first-child,.news-list li:nth-child(3n+1){
    margin-left:0px;
}
.news-list li a{
    display: block;
}
.news-list li img{
    max-width: 100%;
    display: block;
}
.news-list li> a{
    margin-bottom: 17px;
}
.news-list li strong{
    text-transform: uppercase;
    font-size:12px;
    color:#3b97ea;
    display: block;
    margin-bottom: 3px;
}
.news-list li h3{
    margin-bottom: 3px; 
}
.news-list li h3 a{
    color:#1f365c;
    font-size:18px;
    font-family: "Open Sans";
    text-transform: uppercase;
}
.news-list li span{
    color:#788194;
    font-size:14px;
    font-family: "Open Sans";
}

/*inner news*/

.news-inner{
    color:#788194;
    font-size: 14px;
    font-family: "Open Sans";
    padding:0px 30px;
    padding-top:135px;
    width:1190px;
}
.news-inner > img{
    float:left;
    width:459px;
    margin-right:20px;
    display: block;
}
.news-inner > .date{
    font-family: "Scada";
    font-weight: bold;
    color:#0772d3;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}
.news-inner .inner-contacts-link{
    background: url(images/inner-news-contact-link.png) no-repeat center top;
    padding-top:50px;
    display:inline-block;
    color:#1f365c;
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.news-inner > h2{
    font-size: 36px;
    color:#1f365c;
    font-family: "Scada";
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 11px;
}
.news-inner .inner-content{
    line-height: 22px;
}

.news-inner .inner-content strong{
    font-weight: bold;
}
.news-inner .inner-content em{
    font-style: italic;
}
.news-inner .inner-content h1,
.news-inner .inner-content h2,
.news-inner .inner-content h3,
.news-inner .inner-content h4,
.news-inner .inner-content h5,
.news-inner .inner-content h6{
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.news-inner .inner-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
.news-inner .inner-content h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.news-inner .inner-content h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.news-inner .inner-content h4 {
    font-size: 1.12em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.news-inner .inner-content h5 {
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}
.news-inner .inner-content h6 {
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}
.news-inner .inner-content ul li:before,.services-inner-content > ul > li ul li:before{
    content:"•";
    color:#1f365c;
    padding-right:5px;
}
.news-inner .inner-content ol li{
    list-style-type:decimal;
    list-style-position: inside;
}
/*START Pagination*/
.pagination {
    /*width: 84px;*/
    margin-bottom:30px;
    height: 25px;
}
.pagination .wp-pagenavi {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination .wp-pagenavi span,.pagination .wp-pagenavi a{
    width: 25px;
    display: inline-block;
    margin: 0 2px 0 1px;
}
.pagination .wp-pagenavi span,.pagination .wp-pagenavi a {
    width: 25px;
    height: 23px;
    /*display: block;*/
    text-align: center;
    padding: 1px 0 0 0;
    border-radius: 50%;
    color:#788194;
    font-size:14px;
    font-family:"Open Sans";
    line-height: 23px;
}
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span.current{
    /*background: url(images/pag-hover.jpg) no-repeat;*/
    width: 25px;
    height: 25px;
    /*font-weight: bold;*/
    color:#fff;
    background: #0772d3;
}
/*END Pagination*/

/*inner page*/
.inner-page-container{
    width:100%;
    padding-top:110px;
}
.inner-image-header{
    /*margin-top:110px;*/
    width:100%;
    margin-bottom:25px;
}
.services-inner-content{
    margin-bottom:30px;
    color:#1f365c;
}
.services-inner-content h2{
    text-transform: uppercase;
    font-size:36px;
    color:#1f365c;
    margin-bottom:30px;
}
.services-inner-content h3{
    text-transform: uppercase;
    font-size:14px;
    color:#1f365c;
    font-family:"Open Sans";
    font-weight: bold;
    margin-bottom:3px;
}
.services-inner-content > ul> li{
    float:left;
    margin-left:70px;
    width:550px;
}
.services-inner-content > ul> li:first-child{
    margin-left:0px;
    width:510px;
}
.services-inner-content > ul > li ul li,.services-inner-content > ul > li p,.services-inner-content .single-content{
    color:#788194;
    font-size: 14px;
    font-family:"Open Sans";
}
.services-inner-content .single-content h1,
.services-inner-content .single-content h2,
.services-inner-content .single-content h3,
.services-inner-content .single-content h4,
.services-inner-content .single-content h5,
.services-inner-content .single-content h6{
    color:#1f365c;
    font-weight: bold;
}
.services-inner-content .single-content h1{
    font-size: 24px;
}
.services-inner-content .single-content h2{
    font-size: 22px;
    text-transform: none;
    margin: auto;
}
.services-inner-content .single-content h3{
    font-size: 18px;
    text-transform: none;
    margin: auto;
}
.services-inner-content .single-content h4{
    font-size: 16px;
}
.services-inner-content .single-content h5{
    font-size: 12px;
}
.services-inner-content .single-content h6{
    font-size: 10px;
}
.services-inner-content .single-content p{
    padding-bottom: 10px;
    padding-top:10px;
}
.services-inner-content a,.services-inner-content .single-content a{
    color:#1f365c;
}

.services-inner-content .single-content strong{
    font-weight: bold;
}
.services-inner-content .single-content em{
    font-style: italic;
}
.services-inner-content .single-content ol{
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.services-inner-content .single-content ul {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
}
.services-inner-content .single-content ul li,.services-inner-content .single-content ol li{
    float:none;
    width: auto;
    margin:auto;
}
.services-inner-content .single-content ul li:before{
    content: "•";
    color: #1F365C;
    padding-right: 5px;
}

.inner-contact-list-gallery{
    margin-bottom:30px;
}
.inner-contact-list-gallery .gallery-button,.inner-contact-list-gallery .inner-contact-link{
    display: inline-block;
    color: #1f365c;
    font-size: 15px;
    font-family: "Open Sans";
    /*padding-top: 50px;*/
    /*background: url("images/inner-gallery-button.png") no-repeat center top transparent;*/
    /*background: url("images/inner-gallery-icon.png") no-repeat center 10px;*/

}
.inner-contact-list-gallery .gallery-button span,.inner-contact-list-gallery .inner-contact-link span,.inner-contact-list-gallery .gallery-button b,.inner-contact-list-gallery .inner-contact-link b,.inner-contact-link.sertificate-link b{
    border-radius: 50%;
    background: #1f365c;
    display: block;
    width:44px;
    height:44px;
    margin:0px auto;
    margin-bottom:5px;
}

.inner-contact-list-gallery .inner-contact-link{
    /*background: url("images/inner-contact-icon.png") no-repeat center 10px;*/
    /*background: url("images/inner-news-contact-link.png") no-repeat center top transparent;*/
    margin-left:25px;
}
.inner-contact-list-gallery .gallery-button b,.inner-contact-list-gallery .inner-contact-link b{
    background: url("images/inner-gallery-icon.png") no-repeat center center transparent;
}
.inner-contact-list-gallery .inner-contact-link b{
    background: url("images/inner-contact-icon.png") no-repeat center center transparent;
}
.inner-contact-link.simulators-link b{
    background: url("images/simulators-white.png") no-repeat center center transparent;
}
.inner-contact-link.sertificate-link b{
    background: url("images/sertificate-icon.png") no-repeat center center transparent;
}
.inner-contact-list-gallery .gallery-button:hover span,.inner-contact-list-gallery .inner-contact-link:hover span,.inner-contact-link.sertificate-link:hover span{
    background: #0772d3;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

.full-width-footer{
    width:100%;
    min-width: 1250px;
}
/*.full-width-footer .footer-news{
    padding-top:44px;
    padding-bottom:40px;
    overflow: auto;
    background: #ebecee;
}
.full-width-footer .footer-news li{
    float:left;
    width:23%;
    border-left:1px solid #d1d2d4;
    padding:0px 5%;
}
.full-width-footer .footer-news li:first-child{
    border-left:0px;
}
.full-width-footer .footer-news li div:first-child{
    float: left;
    width: 15%;
    text-align: center;
    margin-right: 5%;
}
.full-width-footer .footer-news li div:first-child strong,.full-width-footer .footer-news li div:first-child span  {
    color: #0772d3;
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 31px;
}
.full-width-footer .footer-news li div:first-child strong{
    font-size:17px;
    text-transform: uppercase;
}
.full-width-footer .footer-news li a {
    display: block;
    float: left;
    color: #1f365c;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans";
    width: 80%;
    line-height: 18px;
}
.full-width-footer .footer-news li a img{
    display: block;
    margin-top:5px;
}*/
.full-width-footer .footer-logos {
    width:100%;
    overflow: auto;
    padding:18px 0px;
    background: #fefefe;
    position: relative;
}
.full-width-footer .footer-logos li{
    float:left;
    width:16%;
}
.full-width-footer .footer-logos li a {
    display: block;
    text-align: center;
    padding: 0px 5%;
    cursor: default;
}
.full-width-footer .footer-logos li a img{
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

/*inner icons*/
.inner-icons-page {
    padding-top: 128px;
}
.inner-icons-page .services-inner-content > h2{
    margin-bottom:55px;
}
.inner-icons-page h2 span{
    font-size:14px;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: none;
    display: block;
}
.inner-icons-page  ul > li{
    margin-left:30px;
    width:570px;
}
.inner-icons-page  ul > li:first-child{
    margin-left:0px;
    width:542px;
}
.inner-icons-page  ul > li>h3{
    margin-bottom: 23px;
    font-size: 16px;
}
.inner-icons-page ul li img,.inner-icons-page ul li div div{
    float:left;
}
.inner-icons-page ul li img{
    margin-right: 6px;
}
.inner-icons-page ul li > div{
    padding-left:7px;
}
.inner-icons-page ul li> div> div{
    width:485px;
    padding-left:0px;
}
.inner-icons-page ul li> div> div p{
    line-height: 19px;
}
.inner-icons-page .inner-contact-list-gallery {
    margin-bottom: 52px;
    padding-left: 0px;
    /*width:1143px;*/
}


/*simulators inner*/
.page-background.simulators-page-background{
    background-image: url(images/simulators-page-bck.jpg);  
}
.full-width-footer > .container div{
    position: absolute;
    z-index: 0;
    width: 100%;
    /*height: 100px;*/
}
.full-width-footer > .container div >img{
    position: absolute;
    right:0px;
    bottom:78%;
    max-width: 700px;
}
/*.inner-contact-link.sertificate-link{
    background: url(images/sertificate-button.png) no-repeat center top;
}*/
.simulators-content{
    width:600px;
}
.simulators-content h2{
    color:#1f365c;
    font-size:36px;
    margin-bottom:50px;
}
.simulators-content table{
    margin-bottom:40px;
}
.simulators-content td{
    font-size:14px;
    font-family: "Open Sans";
    color:#1f365c;
    line-height: 18px;
    padding: 5px 15px 5px 0px;
}
.simulators-content td:first-child{
    font-weight: bold;
    text-transform: uppercase;
    padding:10px 15px 10px 15px;
    /*padding-right: 15px;*/
    font-size: 12px;
    line-height: 12px;
}
.simulators-content tr:nth-child(2n-1){
    background:rgba(31,54,92,0.05);
}
.inner-simulator-page .inner-contact-list-gallery {
    margin-bottom: 60px;
}

/*home slider*/

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(images/pattern.png) repeat top left;*/
}
.cb-slideshow li{
    /* opacity:0; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cb-slideshow li.active{
    z-index: 9999999;
}
.cb-slideshow >li >span ,.page-background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
}
.page-background{
    display:block;
    position: fixed;
}

.cb-slideshow li:nth-child(1){
    opacity:1;
}
.no-cssanimations .cb-slideshow li{
    opacity: 1;
}
/*@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 50px }
}*/
.cb-slideshow .tab-content{
    /*
        position: fixed;
        width:100%;
        top:30%;
    */
    position: absolute;
    width:100%;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cb-slideshow .container{
    /*padding-top:228px;*/
    text-align: center;
    /*margin-top:-150px;*/
    /*    position: absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: 15% 0 0 -25%;*/
    width:1024px;
}
.cb-slideshow .container h2{
    padding:15px 0px;
    /*padding-bottom: 20px;*/
    background: url(images/home-title-bck.png), url(images/home-title-bck.png);
    background-repeat: no-repeat;
    background-position: top center,bottom center;
    margin-bottom: 17px;
}
.cb-slideshow .container h2 a{
    font-size: 45px;
    color: #fff;
    font-family: "Scada";
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 18px;
    display: block;
}
.cb-slideshow .container h2 a strong{
    font-size: 93px;
    font-weight: 700;
    display: block;
    line-height: 94px;
    font-family: "Scada";
}
/*
.cb-slideshow .container span{
    font-size:18px;
    font-family: "Scada";
    font-weight: 100;
    display: block;
    max-width: 600px;
    margin:0px auto;
}
*/
.cb-slideshow .container span{
    font-size: 37px;
    color: #ffe800;
    font-family: "Scada";
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    /*     max-width: 600px; */
    margin:0px auto;
}
.cb-slideshow .container span a{
    font-size: 30px;
    color: #ffe800;
    font-family: "Scada";
    text-transform: uppercase;
    font-weight: 100;
    display: block;
}

/*contscts*/
.hidden-lang{display: none;}
.page-background.contacts-page-background{
    background-image: url(images/contacts.jpg);  
}
.contact-page-container{
    /*padding-top:112px;*/
    padding-top: 100px;
}
.contact-page-container .container{
    text-align: center;
}
.contact-page-container .container> h2{
    margin-bottom:60px;
}
.contact-page-container .container> span{
    display: block;
    text-transform: uppercase;
    color:#1f365c;
    font-size:24px;
    width:470px;
    margin:50px auto;
    margin-bottom:36px;
}
.contact-page-container form{
    text-align: left;
    color:#1f365c;
    font-family: "Open Sans";
}
.contact-tabs-container{
    position: relative;

}
.contact-tabs-container ul.contacts-dots-nav{
    overflow: auto;
    margin:0px auto;
    width:575px;
}
.contact-tabs-container ul.contacts-dots-nav li{
    float:left;
    width:77px;
    /*     margin-left:47px; */
    margin-left: 86px;
}
.contact-tabs-container ul.contacts-dots-nav li:first-child{
    margin-left:0px;
}
.contact-tabs-container ul.contacts-dots-nav li:nth-child(4){display: none;}
.contact-tabs-container ul.contacts-dots-nav li a{
    display: block;
    width:77px;
    height:87px;
    /*background: url(images/pilot-icon-contacts.png) no-repeat left top;*/
}
.contact-tabs-container ul.contacts-dots-nav li a b,.contact-tabs-container ul.contacts-dots-nav li a b span{
    display: block;
    border-radius: 50%;
    background: #1f365c;
    position: relative;
    width: 77px;
    height:77px;
}
.contact-tabs-container ul.contacts-dots-nav li a b span{
    background: none;
}
.contact-tabs-container ul.contacts-dots-nav li a.contact-pilot b span{
    background: url(images/contacts-pilot-icon.png) no-repeat center center;
}
.contact-tabs-container ul.contacts-dots-nav li a.contact-stuardese b span{
    background: url(images/contacts-stuardese-icon.png) no-repeat center center;
}
.contact-tabs-container ul.contacts-dots-nav li a.contact-tehnici b span{
    background: url(images/contacts-wrench-icon.png) no-repeat center center;
}
.contact-tabs-container ul.contacts-dots-nav li a.contact-security b span{
    background: url(images/contacts-shield-icon.png) no-repeat center center;
}
.contact-tabs-container ul.contacts-dots-nav li a.contact-college b span{
    background: url(images/contacts-college-icon.png) no-repeat center center;
}
.contact-tabs-container ul.contacts-dots-nav li a:hover b{
    background: #0772d3;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
.contact-tabs-container ul.contacts-dots-nav li a.active{
    /*background-image: url(images/pilot-icon-contacts-active.png);*/
    background: url(images/contacts-active-icon.png) no-repeat left top;
}
.contact-tabs-container ul.contacts-dots-nav li a.active b{
    background: none !important;
}
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-stuardese{
    background-image: url(images/stuardese-icon-contacts.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-stuardese:hover,.contact-tabs-container ul.contacts-dots-nav li a.contact-stuardese.active{
    background-image: url(images/stuardese-icon-contacts-active.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-tehnici{
    background-image: url(images/wrench-icon-contacts.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-tehnici:hover,.contact-tabs-container ul.contacts-dots-nav li a.contact-tehnici.active{
    background-image: url(images/wrench-icon-contacts-active.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-security{
    background-image: url(images/shield-icon-contacts.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-security:hover,.contact-tabs-container ul.contacts-dots-nav li a.contact-security.active{
    background-image: url(images/shield-icon-contacts-active.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-college{
    background-image: url(images/college-icon-contacts.png);
}*/
/*.contact-tabs-container ul.contacts-dots-nav li a.contact-college:hover,.contact-tabs-container ul.contacts-dots-nav li a.contact-college.active{
    background-image: url(images/college-icon-contacts-active.png);
}*/
.contact-tabs{
    display: none;
    width:680px;
    margin:0px auto;
}
.contact-tabs.active{
    display: block;
}
.contact-tabs h3{
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color:#0772d3;
    margin: 42px 0px 31px;
    font-family:"Scada";
}
.contact-tabs h4{
    /*    color:#1f365c;
        font-family:"Open Sans";*/
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom:13px;
}
.contact-tabs .personal-info{
    overflow: auto;
    margin-bottom: 5px;
}
.contact-tabs .personal-info li{
    float:left;
    width:208px;
    margin-left:28px;
    margin-bottom:12px;
}
.contact-tabs .personal-info li:first-child,.contact-tabs .personal-info li:nth-child(3n +1){
    margin-left:0px;
}
.contact-tabs label{
    font-size:14px;
    display: block;
    margin-bottom:6px;
}
.contact-tabs input[type="text"]{
    display: block;
    padding:6px 10px;
    border:1px solid #9ca5b5;
    font-size: 12px;
    line-height: 17px;
    width:186px;
    background: none;
    color:inherit;
}

.select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    border: 1px solid #9ca5b5;
    color: inherit;
    background-color: transparent;
    line-height: normal;
    padding: 7px 10px;
    border-radius: 0px;
    background-image: none;
    height: auto;
    font-size: 12px;
    font-family: "Open Sans";
}

.select2-container .select2-choice .select2-arrow {
    top: 2px;
    border-left: none;
    border-radius: 0px;
    background: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: url(images/select-2-arrow-down.png) no-repeat 0px 45%;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
    background: url(images/select-2-arrow-up.png) no-repeat 0px 45%;
}
.select2-container-multi .select2-choices{
    background: none;
}
.contact-tabs textarea{
    resize: none;
    width:658px;
    height:48px;
    padding:10px;
    color:inherit;
    font-size:12px;
    overflow: hidden;
    border: 1px solid #9ca5b5;
    background: none;
}
.contact-tabs hr{
    border:none;
    border-bottom:1px solid #9ca5b5;
    margin:24px 0px;
    display: block;
}

/*file upload*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 0px;
    overflow: auto;
}

.file-upload-wrapper {
    position: relative; 
    margin-bottom: 5px;
    overflow: auto;
    border:1px solid #9ca5b5;

}
.contact-tabs input[type="text"].file-upload-input {
    width: 456px;
    color: inherit;
    font-size: 16px;
    padding:5px 10px; 
    border: none;
    background-color: transparent; 
    float: left; /* IE 9 Fix */
    line-height: 21px;
    height: 21px;
}
/*.file-upload-button {
    cursor: pointer; 
    display: inline-block; 
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0px; 
    border: none;
    margin-left: -1px;  
    background-color: #0772d3; 
    float: left;  IE 9 Fix 
    width:203px;
}*/
.file-upload-button {
    background-color: #0772d3;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 7px;
    margin-left: -1px;
    margin-top: 2px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    width: 203px;
}

.contact-tabs input[type="text"].fullwidth-input{
    width:658px;
    margin-bottom:15px;
}
.contact-tabs dl{
    display: block;
    border: 1px solid #9CA5B5;
    font-size: 12px;
    width: 206px;
    color: inherit;
    overflow: auto;
}
.contact-tabs dl dt{
    float:left;
    width:25px;
    padding:5px 0px;
}
.contact-tabs dl dt input[type="text"]{
    width:22px;
    border:none;
    padding: 2px 1px;
    border-left:1px solid #9CA5B5;
    text-align: center;
    line-height: 17px;
}
.contact-tabs dl dt:first-child input{
    border-left:none;
}

/*radio buttons*/
.contact-tabs form ol{
    margin-top:8px;
    overflow: auto;
}
.contact-tabs form ol li{
    float:left;
    width:50%;
}
.radio-buttons-container{
    position:relative;
    height: 32px;
}
.custom-radio-container{
    background:none;
    position:absolute;
    top:0px;
    left:0px;
}
.custom-radio-container label{
    display: block;
    margin-bottom:0px;
    float:left;
    cursor:pointer;
}

.radio-buttons-container .floated{
    float:left;
    width:58px;
}
input[type="radio"]{
    width:auto;
    float:left;
    opacity: 0;
}
.radio-button,.custom-radio-button{
    display:block;
    width:12px;
    height:12px;
    border-radius: 15px;
    border:1px solid #cfcfcf;
    float:left;
    margin-right:9px;
    background:#fff;
    cursor:pointer;
}
.radio-button.active,.custom-radio-button.active{
    background: url(images/radio.png) no-repeat 1px 1px #fff;
}

.submit-container{
    position: relative;
    margin-top: 24px;
    height: 30px;
    margin-bottom: 44px;
    line-height: 38px;
}
.submit-container span{
    font-size:12px;
}
.submit-container input[type="submit"]{
    position: absolute;
    right:0px;
    top:0px;
    width:203px;
    height:30px;
    background: #0772d3;
    color:#fefefe;
    font-size: 12px;
    font-weight: bold;
    border:none;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-footer{
    margin-bottom:50px;
    overflow: auto;
}
.tab-footer span{
    display: block;
    float:left;
    /*width:50%;*/
    width:33%;
    color:#1f365c;
    text-align: center;
    font-family: "Scada";
    text-transform: uppercase;
    font-size:18px;
    position: relative;
    padding-top:50px;
}
.tab-footer span > a{
    color:#1f365c;
}

.tab-footer img{
    display: block;
    margin:0px auto;
}
.tab-footer em{
    display: block;
    position: absolute;
    top:15px;
    left:0px;
    width:100%;
}
.tab-footer span:first-child em{
    top:9px;
}
.tab-footer img{
    display: block;
    margin:0px auto;
}


/*fixed footer*/

/*.fixed-footer-container {min-height:100%;position:relative;background: #fefefe;}*/
.fixed-footer-container {min-height:100%;position:relative;background: #f6f6f6;}
.fixed-footer-container.simulators-bck{
    background-image: url(images/simulators-page-bck.jpg); 
    background-color: #fefefe;
    background-size: cover;
    background-position: 50% 50%;
}
.fixed-footer-container .inner-page-container{padding-bottom:215px;}
.fixed-footer-container .inner-page-container.multiple-rows-template{
    padding-bottom:20px !important;
    padding-top: 0px;
}
.fixed-footer-container .inner-page-container.multiple-rows-template:first-child{
    padding-top: 128px;
}
.fixed-footer-container.multiple-page-template{
    padding-bottom:70px;
}
.full-width-footer {
    padding-top: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*contact-form 7 fixes*/
.wpcf7-list-item-label{
    display:none;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px !important;
    width: 200px;
}
dt span.wpcf7-not-valid-tip {
    display: none;
}
dt input.wpcf7-not-valid{
    background: #F00 !important;
}
span.wpcf7-form-control-wrap {
    position: static !important;
}

/*owl carousel*/

.full-width-footer .footer-news{
    padding-top:44px;
    padding-bottom:40px;
    overflow: auto;
    background: #ebecee;
    position: relative;
}
.full-width-footer .footer-news .btn{
    position: absolute;
    left:8px;
    top:45%;
    color:#000;
    display: block;
    width: 28px;
    height: 28px;
    /*    border-radius: 50%;
        padding:5px 10px;
        color:#1F365C;
        border:1px solid #1F365C;*/
    background: url(images/news-arrow-left.png) no-repeat left top;
    cursor: pointer;
    /*text-indent: -99999999999999px;*/
}
.full-width-footer .footer-news .btn.owl-next{
    left:auto;
    right: 8px;
    background: url(images/news-arrow-right.png) no-repeat left top;
}
.full-width-footer .footer-news .owl-carousel{
    width:93%;
    margin: 0px auto;
    /*min-width: 1250px;*/
}
.full-width-footer .footer-news .item{
    padding:5px 5%;
}
.full-width-footer .footer-news .owl-item{
    border-left:1px solid #d1d2d4;
}
.full-width-footer .footer-news .owl-item:first-child{
    border-left:0px;
}
.full-width-footer .footer-news .item div:first-child{
    float: left;
    /*width: 15%;*/
    width:50px;
    text-align: center;
    /*margin-right: 5%;*/
    margin-right: 17px;
}
.full-width-footer .footer-news .item div:first-child strong,.full-width-footer .footer-news .item div:first-child span  {
    color: #0772d3;
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 31px;
}
.full-width-footer .footer-news .item div:first-child strong{
    font-size:17px;
    text-transform: uppercase;
}
.full-width-footer .footer-news .item a {
    display: block;
    float: left;
    color: #1f365c;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans";
    width: 70%;
    line-height: 18px;
}
.full-width-footer .footer-news .item a img{
    display: block;
    margin-top:5px;
}

/*search*/
.no-results{
    font-family: "Open Sans";
    color:#1F365C !important;
    font-size: 18px;
}
.search-page>h2 span{
    display: block;
    font-size:22px;
}

div.three-boxes > div{
    float:left;
    border:1px solid #8590a0;
    padding:25px 35px;
    cursor:pointer;
    width:300px;
    text-align: center;
    margin-left:10px;
    line-height: 15px;
    height: 70px;
    position: relative;
}
div.three-boxes > div:first-child{
    margin-left:0px;
}
div.three-boxes > div h3 a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans";
    color:#0772d3 !important;
    display: block;
    pointer-events: none; /* disable link */
}
div.three-boxes > div span{
    color:#1f365c;
    font-size: 14px;
    font-family: "Open Sans";
}

div.three-boxes > div:hover{
    border:1px solid #ebecee;
    background: #ebecee;
}
div.three-boxes > div:hover h3{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.three-boxes > div:hover span{
    display: none;
}


.container.container-with-padding{
    width:1190px;
    padding:0px 30px;
}

.error-page{
    height:100%;  
    text-align: center;
    color:#1F365C;
    font-size:36px;
    text-transform: uppercase;
}
.error-page div{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.error-page div span{
    font-size:60px;
}
.contacts-pin{
    cursor: pointer;
}
.contact-page-container.addresses-container{
    position: relative;
    min-height: 100%;
    padding-top:0px;
}
.contact-page-container.addresses-container .container{
    padding-bottom:370px;
    padding-top: 112px;
}
.contacts-map{
    height:370px;
    width: 100%;
    padding-top: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-page-container.addresses-container .container> h2 {
    margin-bottom: 46px;
}
.addresses-container ul{
    overflow: auto;
    margin-bottom: 33px;
}
.addresses-container ul li{
    float: left;
    width:625px;
    text-align: center;
    color: #1f365c;
    padding: 15px 0px;
    padding-bottom: 15px;
}
.addresses-container ul li:first-child{
    border-right: 1px solid #e1e1e1;
    width:624px;
}
.addresses-container ul li h4{
    font-size:18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}
.addresses-container ul li span{
    font-size:14px;
    display: block;
    line-height: 34px;
}
.full-width-footer .footer-news.footer-news-title{
    padding-top:25px;
}
.footer-news-title h4{
    color:#1f365c;
    font-size: 24px;
    font-family: "Scada";
    text-transform: uppercase;
    text-align: center;
    margin-bottom:20px;
    background: url(images/carousel-title.jpg) no-repeat bottom center;
    padding-bottom:10px;
}
.footer-news.news-bottom-border{
    border-bottom:1px solid #f6f6f6;
}


/* Christmas hat */

.logo:hover{
    animation: shake 1s ease-in-out;
    -webkit-animation: shake 1s ease-in-out;
    -moz-animation: shake 1s ease-in-out;

}


@media all and (max-width:1250px){
    .full-width-footer > .container div > img {
        right: 250px;
        width: 350px;
    }
}

body .home-container .bottom-home-container div.footer-left-part {
    background-image: none;

    display: table-row;
    vertical-align: middle;
}

body .home-container .bottom-home-container div.footer-left-part > div {
    width: 103px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #0c1a38;
    height: 100px;
    display: table-cell;
    /* line-height: 100px; */
    vertical-align: middle;
    /* line-height: 100px; */
}

body .home-container .bottom-home-container  div.footer-left-part > ul {
    position: absolute;

    top: 47%;
    left: 125px;
    padding-top: 0px;
    /* bottom: 0px; */
    right: 0px;
    vertical-align: middle;
    display: inline-block;
}

body .home-container .bottom-home-container div.footer-left-part > div > div {
    text-align: center;

    height: 60px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 103px;
    margin-top: 20px;
}

body .home-container .bottom-home-container div.footer-left-part > div > div > span {

    /* display: block; */


    padding-top: 0;
    color: #5DB2FF;


    float: none;
    /* height: 100%; */
    text-align: center;

    text-transform: uppercase;
    font-size: 14px;


    margin-right: 0px;


    /* opacity: 0.4; */
    cursor: pointer;


    position: absolute;

    bottom: 0px;

    left: 0px;

    right: 0px;

    /* height: 18px; */

    padding: 0px !important;

    margin: 0px;

}

body .home-container .bottom-home-container div.footer-left-part > div > div {
    position: relative;
    top: 0px;
    /* background-image: url('images/home-left-bck3-fix.png'); */
    background-repeat: no-repeat;
    background-position: top center;
    /* padding-bottom: 30px; */
}

body .home-container .bottom-home-container div.footer-left-part > div > div > a > img {
    vertical-align: top;
}
body .home-container .bottom-home-container div.footer-left-part > div > div > a{
    display: block;
    cursor: pointer;
}

a.da-faq > strong {
    white-space: nowrap;
}
.simulators-z-index{
    z-index: 1;
}
.custom-second-position-fix {
    display: inline-block !important;
}
.custom-second-position {
    display: inline-block !important;
    background: initial !important;
    padding-left: 0 !important;
}
@media all and (max-device-width:1249px){
    .cb-slideshow, .cb-slideshow::after {
        /* 	    position: absolute !important; */
        overflow: hidden;
    }
    /*
            .home-container,.fullwidth-content {
                position: absolute !important;
            }
    */

    .cb-slideshow,.home-container{
        position: static !important;
        margin:0px auto;
        margin-top:100px;
        height: auto;
    }
    .cb-slideshow .tab-content{
        position: static !important;
        top:auto;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .cb-slideshow li{
        position: static !important;
        height: auto;
    }
    .home-container{
        margin-top:50px;
    }

}

@media all and (max-width:600px){
    .download-list{
        /* 	    min-height: 600px; */
    }
}
@media all and (max-width:320px){
    html,body{
        position: relative;
        box-sizing: border-box;
        min-height: 1750px;
        max-height: 100%;
        height: 100vh;
    }
    .page-background{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom:0px;
        right:0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        z-index: 0;
        min-height: 100%;
    }

}

/* Christmas hat */


@-webkit-keyframes shake {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    40% {
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    60% {
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    80% {
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shake {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    40% {
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    60% {
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    80% {
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
header ul{
    overflow: hidden;
}
.menu-sub{
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid rgba(120,120,120,0.3);
}

.menu-sub li a{
    text-transform: none;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    padding: 0px 13px;
}

.footer-right-part{
    height: 101px;
}

.home-upcoming-trainings{
    position: absolute;
    top: 47%;
    left: 125px;
    padding-top: 0px;
    /* bottom: 0px; */
    right: 0px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -36px;
}

.home-upcoming-trainings li a{

    display: block;
    background: url(images/home-list-bck.png) no-repeat left center;
    padding-left: 14px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    font-family: "Open Sans";
    text-transform: uppercase;

}

.home-upcoming-trainings li a:hover{
    opacity: 0.5;
}

.footer-right-part-icon{

    width: 103px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #0c1a38;
    height: 100px;
    display: table-cell;
    /* line-height: 100px; */
    vertical-align: middle;
    /* line-height: 100px; */
}

.footer-right-part-icon-wrap{

    text-align: center;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 103px;
    margin-top: 15px;
}
.footer-right-part-icon-wrap span{

    /* display: block; */
    /* padding-top: 55px; */
    padding-top: 3px;
    color: #5DB2FF;
    float: left;
    /* height: 100%; */
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;

}

header nav{
    margin-left: 15px;
}

.services-list{
    position: relative;
    overflow: hidden;
    min-height: 150px;
}
.cat-img-left{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: #0b1937;
    border-radius: 50%;
    display: block;
    width: 123px;
    height: 123px;
    line-height: 163px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.cat-img-left img{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

/*Technical online training*/
.tot-container {
    background: rgba(29,49,84,0.7);
    background-image: url(images/monitor_19x19.png);
    background-repeat: no-repeat;
    background-position: 18px 15px;
    color: #ffe800;
    float: right;
    position: relative;
    width: 220px;
    height: 110px;
    box-sizing: border-box;
    padding-left: 54px;
    padding-top: 15px;
    margin-right: 25px;

}
.tot-container h3 {
    font-family: "Open Sans";
    color: #ffe800;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 21px;
}
.tot-container li {
    /*font-family: "Open Sans";*/
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    margin-bottom:11px;
}
.tot-container a {
    font-family: "Open Sans";
    color: #fff;
    font-weight: normal;
    font-size: 11px;
}
.tot-container a:hover {
    color: #ffe800;
    text-decoration: underline;
}
.tot-container a.active {
    color: #ffe800;
}
.h3-button-tot {
    background-image: url(images/monitor_blue_19x19.png);
    background-position: 12px 8px;
    background-repeat: no-repeat;
    border: 2px solid #1f365c;
    width: 202px;
    font-size: 15px !important;
    box-sizing: border-box;
    padding: 7px 0px 7px 45px;
    position: relative;
    left: 6px;
}
.page-template-default a {
    color: #0772d3;
}