/*

Theme Name: Aeronautics

Description: Aeronautics

Version: 0.1

Author: Roi Wolf

License URI: license.txt

*/

@media (max-width: 767px) {

.col-lg-2 {

  width: 45%!important;

}

.management2 {

    margin-left: 20px!important;


}
}

body {

    background: #fff;

    font-size: 14px;

    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;

}



.nopad {

   padding: 0 !important;

   margin: 0 !important;

}



.mainpad {

    padding: 10px;

}



ul.nav li.dropdown:hover > ul.dropdown-menu {

    display: block;

}



.nav>li>a {

    padding: 0;

}



icoicon img {

  margin-top: 21px;

}



.management {

    margin: 0 auto;

    width: 100%;

margin-left: 20px;

}



.management .manager {

  float: left;

/*  min-width: 19%;*/

/*  min-width: 15%;*/

  text-align: center;

  margin-right: 1%;

vertical-align: top;

}



.management .manager .title {

  margin-top: 10%;

}


.management .manager .name {

  margin-top: 5%;

}


.col-lg-2 {

  width: 15%;

}


.management2 {

    width: 104%;

   /* margin-left: 290px; */

margin-left: 25%;

    clear:both;

}

.management2 .manager2 {

  float: left;

  text-align: center;

  margin-right: 1%;

vertical-align: top;

}

.management2 .manager2 .title {

  margin-top: 20%;

}

.management2 .manager2 .name {

  margin-top: 5%;

}


body {

    background: #fff;

}



.nopad {

   padding: 0 !important;

   margin: 0 !important;

}



.mainpad {

    padding: 10px;

}



ul.nav li.dropdown:hover > ul.dropdown-menu {

    display: block;

}



.nav>li>a {

    padding: 0;

}



#system_table .headline {

  color: #000;

}



.page-end, .page-start {

  margin-bottom:66px;

  clear: both;

}

p:empty{

    display:none;

}



.blue_title {

    color: #516e7b;

}



h2 {

    margin-bottom:80px;

}



h3 {



}



h3.list-align {

  padding-left:22px;

}

.blue_title.border {

	position: relative;

	display: block;

	text-align:center;

}



.blue_title.border:after  {

    content:"";

    background: #516e7b;

    position: absolute;

    top: 140%;

    left: 47%;

    height: 2px;

    width: 6%;

}

.divider {

    background: #d9dee2;

    height: 1px;

    clear: both;

    margin-right: 15px;

    margin-left: 15px;

}



.divider_full {

    background: #d9dee2;

    height: 1px;

    clear: both;

}



.divider.small-space {

  margin-top: 54px;

  margin-bottom: 54px;

}



.divider.large-space {

   margin-bottom: 80px;

   margin-top: 54px;

}



/* ==================== Header ==================== */



#header {

    position: relative;

    z-index: 1000;

}



#header_in {

    padding: 15px 0;

    background: #000;

    color: #b3b9bd;

    opacity: 0.8;

    position: absolute;

    top: 0;

    width: 100%;

}



#menu-header-menu {

    float: right;

}



#menu-header-menu li {

    list-style-type: none;

    float: left;

}



#menu-header-menu a {

    color: #b3b9bd;

}



#menu-header-menu ul {

    background: #000;

}



#menu-header-menu a:hover,  #menu-header-menu a:focus, #menu-header-menu a:active{

    text-decoration: none;

    background: transparent;

    color: #fff;

}



/*#menu-header-menu .caret {

    display: none;

}*/





/* ==================== Header Menu ==================== */



/* CSSTerm.com Simple Horizontal DropDown CSS menu */



.drop_menu {

	padding:0;

	margin:0;

	list-style-type:none;

	height:0px;

}

.drop_menu li { float:left; }

.drop_menu li a {

	padding:9px 20px;

	display:block;

	color:#fff;

	text-decoration:none;

	font:12px arial, verdana, sans-serif;

}



/* Submenu */

.drop_menu ul {

	position:absolute;

	left:-9999px;

	top:-9999px;

	list-style-type:none;

}

.drop_menu li:hover { position:relative; }

.drop_menu li:hover ul {

	left:0px;

	top:30px;

	background:#5FD367;

	padding:0px;

}



.drop_menu li:hover ul li a {

	padding:12px 5px;

	display:block;

	width:268px;

	text-indent:15px;

        border-bottom: 1px solid #737373;

}

.drop_menu li:hover ul li a:hover { }



.drop_menu .menu-item-has-children:after {

  content: " ";

  background: url(img/icons/r_arr.png);

  width: 6px;

  height: 11px;

  display: block;

  float: right;

  top: -22px;

  left: -8px;

  position: relative;

}



.drop_menu .menu-item-has-children:hover:after {

    background: url(img/icons/u_arr.png);

    width: 10px;

    height: 6px;

    left: -4px;

    top: -20px;

}





.drop_menu li:hover ul li a img {

    /*width: 40px;*/

    margin-right: 15px;

}







/* ==================== Footer ==================== */



#footer {

    background: url(img/footer.png);

    color: #55565a;

}



#footer .container {

    padding: 40px 0;

    line-height: 15px;

}



#footer .f_title {

    font-weight: bold;

}



#footer .f_link {

    color: #3d6088;

}



#footer .f_title ,#footer .f_link {

    margin-top: 5px;

    display: block;

}



#footer .f_icons {

    display: inline;

    margin-right: 2px;

}



#footer .f_icons2 {

    margin-left: 10px;

}



#footer .search-field {

    border: 1px solid #56565a;

    border-radius: 2px;

    background: transparent;

    padding: 5px 2px;

}



#footer .f_s_icon {

    display: inline;

    margin-left: 10px;

    cursor: pointer;

}



#footer .f_menu_warp {

    border-left: 1px solid #55565a;

    padding-left: 9px;

}



#footer .f_menu_warp .title {

    font-size: 16px;

    margin-bottom: 10px;

    text-transform: uppercase;

}



#footer ul {

    padding: 0;

}



#footer .f_menu li {

    list-style-type: none;

    margin-top: 4px;

}



#footer .f_menu a {

    color: #55565a;

}



#footer .f_careees {

    text-align: center;

}



#footer .f_careees .title {

    font-size: 20px;

    margin-bottom: 10px;

    text-transform: uppercase;

}



#footer .f_careees img {

    margin: 0 auto;

}



#footer_bottom {

    background: #56565a;

}



#footer_bottom .container {

    color: #d5e05c;

    padding: 20px 0;

}



#footer_bottom .f_link {

    color: #d5e05c;

    padding: 0 10px;

}



#footer_bottom .f_menu {

    color: #55565a

}



.half .blue_title {

    font-size: 19px;

}









/* ==================== Home Page ==================== */



.home_posts .main_title {

    margin-top: 15px;

    margin-bottom: 20px;

    font-size: 19px;

    display: block;

}



.home_posts .content {

    height: 170px;

}



.home_posts .read_more {

    display: block;

}







/* ==================== Services ==================== */



.services_posts {

    margin: 15px 0;

}

.services_posts .main_title {

    font-size: 19px;

    display: block;

}



/* ==================== Systems ==================== */



#system_table .divider {

    margin: 5px 0;

}



#system_table .in {

    color: #516e7b;

    font-size: 16px;

}



#system_vid {

    background: #6b848f;

    color: #fff;

    padding: 25px 15px;

}



#system_vid #main_text {

    text-align: center;

    border-bottom: 1px solid #fff;

    padding-bottom: 7px;

    font-size: 20px;

    float: none;

    margin: 15px auto;

}

#system_vid .vid_title {

    font-size: 16px;

    margin-top: 10px;

}



.orbiter3_posts .image {

	position: relative;

	background: #000;



}





.thumbnavigator.jssort01 img {

    cursor: pointer;

}



div[u="slides"] {

    width: 100% !important;

}



.bx-wrapper .bx-viewport {

    left: 0 ;

    border: 0;

    box-shadow: none;

}



.bx-controls {

    display: none;

}



.bx-wrapper {

    margin: 0;

}

.bx-wrapper {

  padding-top: 74px;

  background-color: #000;

}

#bx-pager {

    background: #56565a;

}



/*#slider_system img[u="thumb"] {

    position: relative;

    z-index: 99;

}*/



.orbiter3_posts .image img {

    -webkit-transition: all 0.5s linear;

       -moz-transition: all 0.5s linear;

        -ms-transition: all 0.5s linear;

         -o-transition: all 0.5s linear;

            transition: all 0.5s linear;

	opacity: 0.7;

    height: 300px;

      width: 100%;

}



.orbiter3_posts .image:hover img  {

	opacity: 1;

	cursor: pointer;

}





.orbiter3_posts .image:hover .text {

	display: block;

}



.orbiter3_posts  .image .text {

	position: absolute;

	bottom: 0;

	padding: 2%;

	left: 0;

	width: 100%;

	display: none;

	height: 27%;

	background: #0f0e09;

	color: #fff;

}



.orbiter3_posts .image .text a {

	color: #fff;

	font-size: 1em;

	font-weight: bold;

}



.orbiter3_posts .image .text p{

  font-size: 0.5em;

}





.nopadding {

   padding: 0 !important;

   margin: 0 !important;

}



.brochure_title {

    text-align: center;

    font-size: 25px;

    color: #55565a;

}



.brochure {

    padding: 5px 17px;

    border: 1px solid #56565a;

    margin: 0 auto;

    float: none;

    display: block;

    display: inline-block;

    color: #55565a;

    line-height: 39px;

	border-radius: 5px;

}



.brochure:active,.brochure:hover {

    text-decoration: none;

    color: #55565a;

}



.brochure img {

    margin-right: 20px;

}



/* ==================== Solutions ==================== */



.solutions-icons .icon ul {

  margin-top:10%;

	margin-bottom: 10%;

}



.solutions-icons .icon ul li {

  color :#fff;

}



.solutions-icons .icon .bu {

  border: 1px solid #fff;

  text-align: center;

  background: transparent;

  color :#fff;

  font-size:100%;

  border-radius: 5px;

  padding: 3px 12px;

}



.solutions-icons .icon .m_con {

    min-height: 167px;

}

.solutions-icons .icon .m_con.last_one {

    min-height: 226px;

}







.solutions-icons {

  background: #93a1ac;

  padding: 0 12% 0;

  padding-bottom: 25px;



}



.solutions-icons .icon {

    float: left;

    margin-top: 87px;

    min-height:432px;

    position: relative;

}



.solutions-icons .icon strong {

  color: #fff;

}



/* ==================== Contact Us ==================== */



.page-738 .f_icons{

  display: inline;

  margin-right: 2px;

}







/* ================== Aero Gallery ================== */

#aero-gallery

{

    margin-top: 30px;

    margin-bottom: 30px;

    width: 100%;

}



.aero-gallery-item

{

    position: relative;

    width: 33.333%;

    display: inline-block;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    margin-top: -6px;

    cursor: pointer;

    overflow: hidden;

    -webkit-transition: -webkit-filter 0.5s;
    -moz-transition: -webkit-filter 0.5s;
    -ms-transition: -webkit-filter 0.5s;
    -o-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;





}



.aero-gallery-background

{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    background-color: rgba(0,0,0,0);



    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;

}



.aero-gallery-background article

{

    position: fixed;

    top: 100%;

    left: 5%;

    width: 90%;

    height: 90%;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center center;

    /*-webkit-filter: sepia(100%) brightness(3);*/



    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;





}



.aero-gallery-background.show

{

    background-color: rgba(0,0,0,0.8);

}



.aero-gallery-background.show article

{

    top: 5%;

    /*-webkit-filter: sepia(0%) brightness(1);*/

}



@media only screen and (max-width: 1200px) {



    .aero-gallery-item

    {

        width: 50%;

    }



}



@media only screen and (max-width: 600px) {


    #aero-system-slider #slides
    {
        padding-top: 74px !important;
    }

    .aero-gallery-item

    {

        width: 100%;

    }



}



.aero-gallery-item .caption

{

    position: absolute;

    color: white;

    bottom: -100px;

    width: 100%;

    background-color: rgba(0,0,0,0.8);

    -webkit-transition: opacity 0.5s, bottom 0.5s;
    -moz-transition: opacity 0.5s, bottom 0.5s;
    -ms-transition: opacity 0.5s, bottom 0.5s;
    -o-transition: opacity 0.5s, bottom 0.5s;
    transition: opacity 0.5s, bottom 0.5s;





    padding: 5px 15px;

    box-sizing: border-box;

    opacity: 0;

}



.aero-gallery-item:hover

{

    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    filter: brightness(1.2);





}



.aero-gallery-item:hover .caption

{

    opacity: 1;

    bottom: 0;

}



.aero-gallery-item .caption h1

{

    font-size: 20px;

}



/* =============== Aero Slider ============== */



#aero-system-slider

{

    position: relative;

    width: 100%;

}



#aero-system-slider #slides

{
    overflow: hidden;

    white-space: nowrap;



    width: 100%;

}



#aero-system-slider #slides #slides-container

{

    width: 100%;

    max-height: 837px;

}



#aero-system-slider #slides #slides-container > div

{

    position: relative;

    width: 100%;

    vertical-align: top;

    display: inline-block;

    margin-right: -4px;

}



#aero-system-slider #slides #slides-container > div > *

{

    position: absolute;

}



#aero-system-slider #slides #slides-container > div > p

{

position: relative;

}



#aero-system-slider #slides #slides-container .aero-slider-background

{

    position: relative;

    width: 100%;

}



#aero-system-slider #selector > div

{

    /*width: 168px;*/

    background-repeat: no-repeat;

    background-size: contain;

    width: 14.1%;

    height: 111px;

    display: inline-block;

    cursor: pointer;



    -webkit-transition: background-image 0.5s;
    -moz-transition: background-image 0.5s;
    -ms-transition: background-image 0.5s;
    -o-transition: background-image 0.5s;
    transition: background-image 0.5s;





}



#aero-system-slider #selector

{

    background-color: #56565A;

    white-space: nowrap;

    overflow: hidden;

}



@-webkit-keyframes hotspot-anim,
@-moz-keyframes hotspot-anim,
@-ms-keyframes hotspot-anim,
@-o-keyframes hotspot-anim,
@keyframes hotspot-anim
{
    0% { background-size: 100% 100% }
    100% { background-size: 90% 90% }
}



#aero-system-slider .hotspot

{

    background-image: url(/aero-slider/img/slides/hotspot.png);

    background-repeat: no-repeat;

    background-position: center center;

    position: absolute;

    width: 50px;

    height: 50px;

    cursor: pointer;



    -webkit-animation: hotspot-anim 1s infinite alternate;
    -moz-animation: hotspot-anim 1s infinite alternate;
    -ms-animation: hotspot-anim 1s infinite alternate;
    -o-animation: hotspot-anim 1s infinite alternate;
    animation: hotspot-anim 1s infinite alternate;





}



#aero-system-slider .hotspot .bubble

{

    pointer-events: none;
	display: none;


    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);


    /*display: none;*/

}



#aero-system-slider .hotspot.bubble-up .bubble

{
display: none;

    pointer-events: none;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;





}



#aero-system-slider .hotspot.show .bubble

{
display: block;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);





    /*display: block;*/

}



#aero-system-slider .info

{

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;





}





#aero-system-slider .plane

{

    position: absolute;

    width: 60%;

    top: 40%;

    left: 33%;



    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;





}



#aero-system-slider #dominator .plane

{

    top: 30%;

}



#aero-system-slider #orbiter3 .plane

{

    top: 35%;

}



#aero-system-slider #aerostar .plane

{

    top: 30%;

}



#aero-system-slider #skystar180 .plane,

#aero-system-slider #skystar300 .plane

{

    top: 18%;

}



#aero-system-slider #orbiter1k .plane

{

    top: 30%;

}



@media only screen and (max-width: 1023px) {



    #aero-system-slider .info

    {

        opacity: 0;

    }



    #aero-system-slider .hotspot

    {

        /*-webkit-transform: scale(0.7);*/

    }



    #aero-system-slider .plane

    {

        width: 80%;

        top: 35%;

        left: 10%;

    }



    #aero-system-slider #orbiter3 .plane

    {

        top: 15%;

    }



    #aero-system-slider #dominator .plane

    {

        top: 15%;

    }



    #aero-system-slider #aerostar .plane

    {

        top: 15%;

    }



    #aero-system-slider #skystar180 .info,

    #aero-system-slider #skystar300 .info

    {

        opacity: 1;

    }



    #aero-system-slider #skystar180 .plane,

    #aero-system-slider #skystar300 .plane

    {

        width: 60%;

        left: 38%;

        /*left: 20%;*/

        /*top: 15%;*/

    }



}



@media only screen and (max-width: 700px) {



    #aero-system-slider .hotspot

    {

        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);





    }





}



@media only screen and (max-width: 600px) {



    #aero-system-slider #dominator .plane

    {

        top: 15%;

    }



    #aero-system-slider #orbiter3 .plane

    {

        top: 25%;

    }



#aero-system-slider #orbiter1k .plane

{

    top: 15%;

}



}



#menu-item-4 > a,

#menu-item-139 > a,

#menu-item-197 > a,

#menu-item-209 > a,

#menu-item-95 > a,

#menu-item-982 > a

{

	font-size: 15px;

	font-weight: bold !important;

}



.page-120 .half img

{

	float: left;

	margin-top: 20px;

	margin-right: 20px;

}















