@charset "utf-8";
/* CSS Document */



.page_title{
    color: #f2f2d7;
    font-family: "Muli",sans-serif;
    font-size: 32pt;
    font-weight: normal;
    margin: 45px 0 20px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

.mobile_view{ display:none;}


.body_bg_home{ background: url(../img/AAQ1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:600px;
  display:block;

}  


.body_bg_sales{ background: url(../img/AAQ2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}  


.body_bg_recruiting_process{ background: url(../img/AAQ3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}  


.body_bg_executive_search{ background: url(../img/AAQ4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

} 


.body_bg_about_us{ background: url(../img/AAQ5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}  

.body_bg_contact_us{ background: url(../img/AAQ6.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:600px;
  display:block;

}  
  
  
 
  



 @keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Firefox */
        @-moz-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Safari and Chrome */
        @-webkit-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }

        /* Internet Explorer */
        @-ms-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }​

        /* Opera */
        @-o-keyframes fadein {
            from { opacity: 0; }
            to   { opacity: 1; }
        }​







.navbar-default{ width:60%; margin:auto; position:fixed; left:0; right:0; bottom:5%;}

.home_logo{ position:absolute; z-index:1111; left:0; right:0; top:0; bottom:0; margin:auto; width:740px; height:135px;}
.home_logo h2{ text-transform:uppercase; font-size:60pt; color:#ffffff; font-weight:normal; border-bottom: solid 3px #7f7f7f;}
.home_logo p{ text-transform:uppercase; font-size:18pt; color:#ffffff; letter-spacing: 11.7px;}



.inner_logo{ margin:25px 25px 0 0; width:198px; float:right; }
.inner_logo h2{ text-align:right; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:16pt; color:#ffffff; font-weight:normal; border-bottom: solid 3px #7f7f7f;  margin: 0 0 2px; padding: 0 0 1px;}
.inner_logo p{ text-align:right; text-transform:uppercase; font-size:7.5pt; color:#ffffff; letter-spacing: 1.4px; font-family: 'Open Sans', sans-serif;}


.inner_content{ padding-left:20px; }
.inner_content h2{ font-size:32pt; font-weight:normal; color:#f2f2d7; padding:0; margin:45px 0 20px 0; font-family: 'Muli', sans-serif; text-transform:uppercase;}
.inner_content p{ max-width: 90%; font-size:11pt; line-height:20px; font-weight:normal; color:#f2f2f2; padding:0; margin:20px 0; font-family: 'Muli', sans-serif;}

.inner_content ul{ padding:0 0 0 14px; margin:0; max-width: 90%; }
.inner_content ul li{ list-style-type:disc;  font-size:11pt; line-height:20px; font-weight:normal; color:#f2f2f2; padding:0; margin:20px 0; font-family: 'Muli', sans-serif;}



.navbar_homr{ position:absolute; bottom:20px; left:0; right:0;}


.inner_content p.about_text{ max-width:450px;}
.inner_content ul.abou_list{ max-width:556px;}

.inner_content p.recruiting{ max-width:270px;}
.inner_content p.contact{ font-size: 18pt;
    line-height: 32px;
    max-width: 300px;}

.inner_content p.contact a{ color:#ffffff; text-decoration:none;}	
.inner_content p.contact a:hover{ color:#ffffff; text-decoration:none;}
	


.navbar_contact{ position:absolute; bottom:40px; left:0; right:0;}














@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



#nav,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
#nav ul {
  list-style: none;
  width: 100%;
  float: left;
}

#nav li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  #nav li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

#nav a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #f4421a;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  #nav a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

#nav ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  #nav ul ul a {
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #f4421a url("hamburger.gif") no-repeat 50% 33%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}





.rotet_text_wrapper {
  backface-visibility: hidden;
  perspective: 1000px;
  
}
.rotet_text{ position:absolute; left:28%; padding-top:6%; text-align:left; font-family: "Muli",sans-serif; color:#ffffff; font-size:36pt;  
 -webkit-transform:  rotate(350deg);-moz-transform:  
 rotate(350deg);-o-transform:  
 rotate(350deg);writing-mode: lr-tb;  
 -ms-transform:rotate(350deg);}

.rotet_text a{ text-decoration:none; color:#ffffff;}
.rotet_text a:hover{ text-decoration:none; color:#ffffff;}





@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.inner_logo {
  width: 197px;
}

.inner_logo p {
  letter-spacing: 1.3px;
}





}







@media only screen and (-webkit-min-device-pixel-ratio: 1) {
	
	.inner_logo {
  width: 197px;
}

	
     ::i-block-chrome, .inner_logo {
        width: 188px;
    }
	
	
	 ::i-block-chrome, .home_logo p {
        letter-spacing: 12.9px;
    }
	
	

	
}
















