html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}
html {
    height: 100%;
}
body {
    background-color: #224c5a;
    min-height: 100%;
    word-wrap: break-word;
    color: #fff;
    font-family: Gilroy, 'Tahoma', Arial;
    font-size: 14px;
    font-weight: normal;
}

body,
header{
    min-width: 1300px;
}

input{
    font-family: Gilroy, 'Tahoma', Arial;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	outline: none;
}
a {
    color: #d2b897;
}
a:hover {
}
.hover-underline{
    text-decoration: none;
}
.hover-underline:hover{
    text-decoration: underline;
}


.wrapper,
.latestnewsmodulebody,
.partnersmodule,
.hotvacmodule,
.component {
    width: 100%;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}
.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

header{
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 50;
}

header .logo{
    background: url(../images/logo.png) 0 0 no-repeat ;
    width: 203px;
    padding-left: 66px;
    padding-top: 10px;
    box-sizing: border-box;
    height: 54px;
    float: left;
}
header .logo a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.0;
}
header .wrapper{
    padding: 0 40px;
}

header nav{

}

nav {
    position: absolute;
    width: 880px;
    padding-top: 16px;
    left: 50%;
    margin-left: -440px;
}

nav > div{
    text-align: center;
}

nav.topmenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: justify;
    display: inline-block;
}
nav.topmenu ul li{
    display: inline-block;
    padding: 0 40px;
}
nav.topmenu ul li:first-child{
    padding-left: 0;
}
nav.topmenu ul li ul li:first-child{
    padding-left: 120px;
}

nav.topmenu ul li a,
nav.topmenu ul li > span
{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
nav.topmenu ul li a:hover,
nav.topmenu ul li span:hover
{
    text-decoration: underline;
}

.lang-wrapper{
    float: right;
    margin-right: 14px;
    padding-top: 20px;
}
.lang-wrapper a{
    display: inline-block;
    color: #d4b998;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 14px;
}
.lang-wrapper a.active,
.lang-wrapper a:hover
{
    color: #fff;
    text-decoration: underline;
}

.debug_info {
    margin: 10px;
    color: #CCC;
}
#debug_query_dump {
    display: none;
}
.debug_query_count a {
    color: #FFF;
    border-color: #FFF;
}
#debug_query_show .query {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
#debug_query_show .query .src {
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}
.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.red_query {
    color: #c0392b;
}
.green_query {
    color: #27ae60;
}

#popup{
    display: none;
}

.relative {
    position: relative;
}

article{
    padding-top: 66px;
}

.home-innermodulebody{
    height: 100%;
    overflow: hidden;
    background: url(../images/bg-video.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 96%;
    margin: 0 2%;
}

.home-innermodulebody #hometitle{
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 98%;
    text-align: center;
    color: #fff;
    font-size: 72px;
}

#addtext-line{
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 98%;
    z-index: 50;
}
#addtext-line ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

#addtext-line ul li{
    color: #fff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 3px solid #d2b897;
    margin:0 80px;
    text-transform: uppercase;
    width: 115px;
}
#addtext-line ul li a,
#addtext-line ul li span {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

#radar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: url(../images/round.png) 50% 50% no-repeat ;
    background-size: cover;
}

footer{
    z-index: 50;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 28px;
}
footer .wrapper{
    padding: 0 40px;
}

footer a.havequestions{
    font-size: 16px;
    color: #d2b897;
    line-height: 28px;
}
footer .powered a{
    font-size: 14px;
    color: #d2b897;
    line-height: 28px;
}

article > .wrapper{

}

body.menu-17{

    background-size: cover;
}

.content-leftcol{
    width: 35%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding-left: 50px;
}

.content-rightcol{
    width: 60%;
    float: right;
    height: 100%;
    padding-right: 4%;
    box-sizing: border-box;
}
.content-rightcol{
    color: #eaeaea;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.content-page{
    width: 100%;
    height: 100%;
    padding-top: 66px;
    background-size: cover;
}

.content-page .inner-page{
    min-height: 500px;
    width: 96%;
    margin: 0 2%;
    position: relative;
    border: 1px solid #85837a;
}

.content-page .inner-page.static{
    padding: 0 20px;
}

.content-page{
    background: url(../images/bg-company.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.menu-17 .content-page{
    background: url(../images/bg-company.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.menu-32 .content-page{
    background: url(../images/bg-crewning.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.menu-31 .content-page{ /* management*/
    background: url(../images/bg-contacts.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.content-page h1.con_heading{
    font-size: 36px;
    text-transform: uppercase;
}

.article-description{
    font-size: 16px;
    color: #d5ba97;
    font-weight: 500;
    line-height: 1.5;
}


.content-page.page-2{
    background: url(../images/bg-vacancies.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.content-page.page-3{
    background: url(../images/bg-contacts.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.content-page.page-4{
    background: url(../images/bg-crewning.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.page-handler{
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.page-handler .nextpage{
    display: inline-block;
    background: url(../images/btn-down.png) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
}

.page-handler .prevpage{
    margin-left: 20px;
    display: inline-block;
    background: url(../images/btn-up.png) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
}

/* scrollify */
.pagination {
    position:fixed;
    right:3px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    font-size:1.4em;
    z-index: 10;
}
.pagination a {
    display:block;
    height:20px;
    margin-bottom:5px;
    color:white;
    position:relative;
    padding:4px;
}
.pagination a.active:after {
    box-shadow:inset 0 0 0 5px;
}
.pagination a .hover-text {
    display: none;
    position:absolute;
    right:15px;
    top:7px;
    opacity:0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    padding-right: 15px;
}
.pagination a:hover .hover-text {
    opacity: 1;
}
.pagination a:after {
    -webkit-transition:box-shadow 0.5s ease;
    transition:box-shadow 0.5s ease;
    width:10px;
    height:10px;
    display: block;
    border:1px solid;
    border-radius:50%;
    content:'';
    position: absolute;
    margin:auto;
    top:0;
    right:4px;
    bottom:0;
}

/* ********************* */

.small-certificates a{
    float: left;
    display: block;
    margin-right: 32px;
}

.small-certificates a:nth-child(2n){
    margin-top: 30px;
}

.small-certificates a:last-child{
    margin-right: 0;
}

.transparent-button{
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d2b897;
    padding: 12px 40px;
    font-size: 16px;
    transition: all 0.2s ease-in 0s;
    background-color: transparent;
    cursor: pointer;
    color: #d2b897;
}
.transparent-button:hover{
    background-color: #d2b897;
    color: #282828
}

#map-canvas{
    width: 100%;
    height: 100%;
}
.vacancies .main-vacancies {
    padding: 0 15px;
}
.main-vacancies .column-header {
    width: 20%;
    float: left;
    height: 40px;
    color: #d1b897;
    font-weight: 600;
    text-transform: uppercase;
}
.main-vacancies .mainRow  {
    height: 35px;
    border-bottom: 1px solid #d0b796;
}
.main-vacancies .row  {
    padding: 5px 0;
    border-bottom: 1px solid rgba(208, 183, 150, 0.5);
}
.main-vacancies .row:nth-of-type(even)  {
    background: rgba(46, 77, 88, 0.66);
}
.vacancies .main-vacancies .row .colaction {
    padding-top: 0;
    text-align: right;
}
.colaction a {
    border: 1px solid #d0b796;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}
.colaction a:hover {
    background-color: #d2b897;
    color: #282828;
}
.headBar #btn-anketa a:hover {
    background: url(../images/btnApplicationBlack.png) 12px 50% no-repeat #d2b897;
    color: #282828;
}
.main-vacancies .row .rowItem {
    float: left;
    padding-top: 10px;
    text-transform: uppercase;
}
.main-vacancies .colpost {
    width: 14%;
    padding-left: 5px;
}
.main-vacancies .colship {
    width: 16%;
}
.main-vacancies .coldwt {
    width: 9%;
}
.main-vacancies .colsalary {
    width: 20%;
}
.main-vacancies .colduration {
    width: 17%;
}
.main-vacancies .coldate {
    width: 11%;
}
.main-vacancies .colaction {
    width: 13%;
}
.main-vacancies .row .hiddeninfo {
    display: none;
}
.headBar h1.con_heading {
    padding: 40px 0 45px 15px;
    margin: 0;
    width: 50%;
    float: left;
    display: inline-block;
}
.headBar #btn-anketa {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 10px;
    padding-top: 30px;
}
.headBar #btn-anketa a {
    color: #d0b796;
    text-transform: uppercase;
    border: 1px solid #d0b796;
    padding: 20px 20px 20px 56px;
    font-size: 16px;
    display: inline-block;
    background: url(../images/btnApplication.png) 12px 50% no-repeat;
    text-decoration: none;
}


#anketa-form input[type=text],
#anketa-form select
{
    padding: 5px 10px;
}
#anketa-form table{
    margin-bottom:20px;
}

#anketa-form table th{
    padding-bottom: 10px;
    font-size: 16px;
}

.menu320-handler{
    position: relative;
    float: right;
    background: url(../images/ico-burger.png) 50% 50% no-repeat;
    width: 34px;
    height: 24px;
    cursor: pointer;
    margin-top: 10px;
}



#menu-mobile{
    width: 100%;
    height: 100%;
    min-height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/menu-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    z-index: 3000;
    display: none;
}
.radar-dot{
    background-color: #fff ;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255,255,255, 0.5);
    position: absolute;
    z-index: 100;
    cursor: default;
    
}

