﻿
.css300 {
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.css500 {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.css700 {
    -moz-transition: all 700ms;
    -webkit-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}

.row {
    position: relative;
    width: 95%;
    height: 100%;
    margin: auto;
    max-width: 72%;
}

.halfRow {
    width: 49%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.txtJustify {
    font-size: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.txtJustify .stretch {
    width: 100%;
    display: inline-block;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}
.table .table-row {
    display: table-row;
}
.table .table-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


#Master {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
}



#Master #Nav {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
    padding:0;
    height: 190px;
    min-width: 300px;
    background:url(../images/navi_shadow.png) no-repeat left bottom;
    background-size:100%;
}

#Master #navClear{height:100px}
#Master #Nav .bg {
    position: relative;
    z-index: 1;
    height: 100%;
    /*width:94%;
    margin:0 3%;
    background:#FFF;*/
    
}
#Master #Nav #navUL {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    list-style-type: none;
    float:right;
    margin-right:-1%;
}

#Master #Nav #navUL.topnavi {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    display: table;
    list-style-type: none;
    float:right;
}
    #Master #Nav #navUL.topnavi li {
        position: relative;
        display: table-cell;
        white-space:nowrap;
        vertical-align:middle;
        width:16%;
        color:#000;
        text-align:center;
        -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease;	transition: all 0.25s ease; cursor:pointer;
        padding-right:0.104vw;
    }

    #Master #Nav #navUL.topnavi li:nth-child(1) {
        width:16%;
    }

   #Master #Nav #navUL.topnavi li:nth-child(2) {
        width:14%;
    }

     #Master #Nav #navUL.topnavi li:nth-child(3) {
        width:18%;
    }


   #Master #Nav #navUL.topnavi li:nth-child(6) {
        width:20%;
    }

    #Master #Nav #navUL.topnavi li:hover {
        position: relative;
        display: table-cell;
        white-space:nowrap;
        vertical-align:middle;
        text-align:center;
        color:#02b0ed;
        -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease;	transition: all 0.25s ease; cursor:pointer
    }
   


   #Master #Nav #navUL .Prod, #Master #Nav #navUL .Tech, #Master #Nav #navUL .Cont{
    position: relative;
    background:#fff;
} 

#Master #Nav #navUL .Prod:hover .navDropdown{
    box-shadow: 0 11px 35px rgba(0,0,0,0.4);
    transform: translateX(-20%) translateY(100%);
    
}

#Master #Nav #navUL .Tech:hover .navDropdown{
    box-shadow: 0 11px 35px rgba(0,0,0,0.4);
    transform: translateX(-5%) translateY(100%);
    
}

 #Master #Nav #navUL .Cont:hover .navDropdown{
    box-shadow: 0 11px 35px rgba(0,0,0,0.4);
    transform: translateY(100%);
    
}

#Master #Nav #navUL li .table {
    position: relative;
    z-index: 2;
}
#Master #Nav #navUL li a {
    text-decoration: none;
}
*#Master #Nav #navUL li .navLink{
    font-family: 'Exo-ExtraBold';
    font-size: 18px;
    color: #000;
    background: none;
    width: auto;
    text-align: center;
    vertical-align:middle;
    text-transform:uppercase;
}
*#Master #Nav #navUL li a.navLink{
    font-family: 'SourceSansPro-SemiBold';
    font-size: 16px;
    line-height:18px;
    color: #57c39b;
    background: none;
    width: auto;
   text-align: center;
    vertical-align:middle;
    text-transform:uppercase;
}

*#Master #Nav .btmnavi li a.navLink{
    font-family: 'SourceSansPro-Bold';
    font-size: 18px;
    line-height:20px;
}
*#Master #Nav #navUL li a.navLink:hover{
    background: none;
    width: auto;
    color:#9ada48;
    text-align: center;
    vertical-align:middle;
}

#Master #Nav #navUL li .navDropdown {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 110%;
    box-shadow: 0 0;
    background-color: #fff;
    transform: translateX(-5%) translateY(0%);
    z-index:-1;
}


#Master #Nav #navUL li .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 16px;
    display: block;
    padding: 15px 0 33px 0.741vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;
}
#Master #Nav #navUL li .navDropdown .ddlNav:hover {
    background-color: #eef8fe;
}
#Master #Nav #navUL li .navDropdown .ddlNav:last-child {
    border-bottom: 0;
}

#Master #Nav #navUL li.Prod .navDropdown {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 150%;
    box-shadow: 0 0;
    background-color: #fff;
    transform: translateX(-20%) translateY(0%);
    z-index:-1;
}

#Master #Nav #navUL li.Cont .navDropdown {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    box-shadow: 0 0;
    background-color: #fff;
    transform: translateY(0%);
    z-index:-1;
}

#Master #Nav #navUL li.Prod .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 16px;
    display: block;
    padding: 15px 0 33px 1.481vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;

}

/*#Master #Nav #navUL li.Prod .navDropdown .ddlNav:first-child {
    font-family: 'Exo-ExtraBold';
    font-size: 0.875vw;
    display: block;
    padding: 25px 0;
    text-align: center;
    letter-spacing: 0.5px;
    border-right: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;
    width:50%;
    float:left;
}*/
#Master #Nav #navUL li .navDropdown .ddlNav img{width:3.813vw; margin:0 auto;margin-bottom: -20px;  margin-right: 15px;}


#Master #Nav #navUL li a .logo {
    width: 100%;
    max-width: 180px;
}
#Master #Nav #navUL li a .logo:hover {
    
}
#Master #Nav #navUL li .trigger {
    cursor: pointer;
    background-color: #1b1a19;
}
#Master #Nav #navUL li .trigger:hover {
    background-color: #767676;
}

#Master #Nav.opacity{
    opacity: 0.3;
}
#Master #Nav.opacity:hover{
    opacity: 1;
}

 .accordion {
 	width: 100%;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 }
 .accordion li{width:100%;}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 23px 0;
    text-align:center;
    margin:0 auto;
	color: #1b1a19;
	font-size: 14px;
	border-bottom: 1px solid #d8d4c4;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    background:#f5f3ea;
}
    .accordion .link:hover {
        cursor: pointer;
        background: #e8e1c3;
        color: #1b1a19;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li img {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li img.arrowdown {
	right: 30px;
	left: auto;
	font-size: 16px;
}

.ddlFB .accordion li img.arrowdown{right:15px}

.accordion li.open .link {
	background: #e8e1c3;
}


.accordion li.open img.arrowdown {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #fff;
 	font-size: 14px;
 }

 .submenu li {
     background: #fff ;
 	border-bottom: 1px solid #d8d4c4;
 }

  .submenu li:hover {
     background: #e8e1c3;
     -webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
 }

 .submenu a {
 	display: block;
     color: #1b1a19;
 	text-decoration: none;
 	padding: 15px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #e8e1c3;
 	color: #1b1a19;
     -webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
 }

/************************************/
#Master #Nav .subnavi_ddl{position:relative;z-index:3;color:#1b1a19;border-bottom:1px solid #d8d4c4; padding:22px 0 18px 0; text-transform:uppercase; background: url(../images/icon_arrow_left.png) no-repeat 5% center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none;}
#Master #Nav .subnavi_noddl{color:#1b1a19;border-bottom:1px solid #d8d4c4; padding:22px 0 18px 0; text-transform:uppercase; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none;}
#Master #Nav .subnavi_noddl:hover{color:#1b1a19;background: #e8e1c3;cursor:pointer; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none;}
#Master #Nav .subnavi_ddl:hover{color:#1b1a19;background: url(../images/icon_arrow_left.png) no-repeat 5% center #e8e1c3;cursor:pointer; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; text-decoration:none;}
#Master #Nav .subnavi_ddl a, #Master #Nav .subnavi_noddl a{color:#1b1a19;}
#Master #Nav .subsubnavi{width:50%;transform:translateX(100%);position:absolute;z-index:-1}
#Master #Nav .subsubnavi.hover{transform:translateX(0%);-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}

#Master #Nav .ddlFB .subsubnavi{width:50%;transform:translateX(300%);position:absolute;z-index:-1;-webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease; transition:all 0.6s ease;}
#Master #Nav .ddlFB .subsubnavi.hover{transform:translateX(0%);-webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease; transition:all 0.6s ease;}

/************************************/


@media screen and (max-width: 1599px) {
        
    #Master .row {
        max-width: 90%;
    }
    #Master #Nav .ddlFB {
    right:-20%;
}
}

@media screen and (max-width: 1479px) {

    #Master #Nav .ddlFacilities .table-cell .ddlWrapper{
        padding: 2.03vw;
    }
    #Master #Nav .ddlFacilities .table-cell .ddlWrapper a.ddlSolutions {
        font-size: 1vw;
    }
    #Master #Nav .ddlFacilities .table-cell .ddlWrapper a.title {
        font-size: 1.08vw;
    }
    
}
@media only screen and (min-width: 1601px){

   #Master #Nav {
        height: 11.000vw !important;
    }
    #Master #navClear {
    clear: both;
    height: 5.750vw;
}
        #Master #Nav #navUL.topnavi li {
        position: relative;
        display: table-cell;
        white-space:nowrap;
        vertical-align:middle;
        width:14%;
        color:#000;
        text-align:center;
        -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease;	transition: all 0.25s ease; cursor:pointer
    }

    #Master #Nav #navUL.topnavi li:nth-child(1) {
        width:18%;
    }

    #Master #Nav #navUL.topnavi li:nth-child(2) {
        width:14%;
    }

     #Master #Nav #navUL.topnavi li:nth-child(3) {
        width:19%;
    }
    
      #Master #Nav #navUL.topnavi li:nth-child(4) {
        width:17%;
    }

       #Master #Nav #navUL.topnavi li:nth-child(5) {
        width:16%;
    }


   #Master #Nav #navUL.topnavi li:nth-child(6) {
        width:16%;
        
    }
   #Master.onScroll>#Nav #navUL.topnavi li:nth-child(6){background:url(../images/btn_book_s.png) no-repeat center 60%;max-width:7.813vw;background-size:100%;}
#Master.onScroll>#Nav #navUL.topnavi li:nth-child(6):hover{background:url(../images/btn_book_ov_s.png) no-repeat center 60%;max-width:7.813vw;background-size:100%;}

         .navi_area ul li .navidiv.tel{padding:1.1vw 0vw}

    #Master #Nav #navUL li.Prod .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 0.833vw;
    display: block;
    padding: 30px 1.481vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;

}
    #Master #Nav #navUL.topnavi {
    width: 100%;
    height: 3.125vw;
    margin: 0;
    padding: 0;
    display: table;
    list-style-type: none;
    float:right;
}

    #Master #Nav #navUL li .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 1.125vw;
    display: block;
    padding: 15px 0 33px 0.741vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;
}
#Master #Nav #navUL li a.navLink{
    font-size:0.938vw;
    line-height:0.938vw;
}
*#Master #Nav .btmnavi li a.navLink{
    font-family: 'SourceSansPro-Bold';
    font-size: 1.042vw;
    line-height:1.042vw;
}

}

@media only screen and (max-width: 1360px) {
    #Master #Nav{height:180px}
    #Master #navClear{height:100px;}
    
    /*#Master #Nav #navUL.topnavi li:nth-child(1) {
        width:12%;
    }

   #Master #Nav #navUL.topnavi li:nth-child(2) {
        width:19%;
    }

   #Master #Nav #navUL.topnavi li:nth-child(3) {
        width:11%;
    }

     #Master #Nav #navUL.topnavi li:nth-child(4) {
        width:14%;
    }


   #Master #Nav #navUL.topnavi li:nth-child(7) {
        width:20%;
    }
}*/

@media only screen and (max-width: 1279px) {
    #Master #Nav {padding:0 ; height: 60px;
}
    #Master #Nav #navUL{height:60px !important;}
.navi_area ul li .navidiv.fb, .navi_area ul li .navidiv.tel {
    padding: 19px 20px;
}
    #Master #navClear {
    clear: both;
    height: 60px;
}

    #nav_wrap {
        float: right;
        min-width: 700px;
    }
    #Master #Nav #navUL li.Cont .navDropdown{width:110%} 
   #Master #Nav #navUL li .navDropdown{width:120%} 
   #Master #Nav #navUL li.Prod .navDropdown{width:160%}
   .navi_area ul li .navidiv.lang{padding:1.563vw 2.1vw}

   *#Master #Nav #navUL li .navLink{
    font-family: 'Exo-ExtraBold';
    font-size: 16px;
    background: none;
    width: auto;
    text-align: center;
    vertical-align:middle;
    text-transform:uppercase;
}
*#Master #Nav #navUL li a.navLink{
    font-family: 'Exo-ExtraBold';
    font-size: 16px;
    line-height:18px;
    background: none;
    width: auto;
   text-align: center;
    vertical-align:middle;
}
#Master #Nav #navUL li .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 14px;
    display: block;
    padding: 15px 0 33px 0.741vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;
}
#Master #Nav #navUL li.Prod .navDropdown .ddlNav {
    font-family: 'Exo-ExtraBold';
    font-size: 14px;
    display: block;
    padding: 15px 0 33px 1.481vw;
    text-align: left;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dbd7c6;
    color:#1b1a19;
    white-space:normal;

}

#logo_area{padding-top:10px}
#Master #Nav #navUL li:nth-child(7) .tel{background:url(../images/navi_call.png) no-repeat 0% center; padding-left:22%;font-size:20px;}
}


@media screen and (max-width: 1100px)
{
    #Master #Nav #navUL li.Cont .navDropdown{width:120%} 
   #Master #Nav #navUL li .navDropdown{width:130%} 
   #Master #Nav #navUL li.Prod .navDropdown{width:180%}
}
@media screen and (max-width: 1023px) {
    #Master #Nav #navUL li a .logo {
    width: 100%;
    max-width: 120px;
}
    #Master #Nav {padding:0 0 0 0;}
    #Master #Nav {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        min-width: 300px;
    }


}
@media screen and (max-width: 959px) {
    #Master #Nav {
        height:60px;
        padding:0;
    }

#Master #navClear {
    clear: both;
    height: 60px;
}

}
