/*----------------------------------------------------------------------------------FIRST MENU*/

/* Sticky Navigation */
nav { 
	width: 100%; 
	top: 0; 
	z-index: 99; 
	padding-top: 0; 
	padding-bottom: 0; 
	transition: all 400ms ease-in-out 0s; 
	-webkit-transition: all 400ms ease-in-out 0s; 
	-moz-transition: all 400ms ease-in-out 0s;}
nav img:hover{
	-webkit-filter: opacity(.8);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.nav-transparent .logo-dark { 
	display: none;}
.shrink-nav.nav-dark, 
.shrink-nav.nav-transparent { 
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);}

/* Main Navigation */
.navbar-default{
	background-color: rgba(255,255,255,0.3);
    border-color: transparent;}
.shrink-nav .logo-light { display: none; }
.shrink-nav .logo-dark { display: inline-block;}
.logo-white, .logo-black { margin: 10px 0; height: 35px;}

/* Color and Other Element */
.navbar-collapse{
	display: block !important;
    height: auto !important;
    overflow: visible !important;}
.navbar-nav{
	display: inline-block;
    list-style-type: none;
    margin: 0 auto;}
@media (min-width: 1200px) and (max-width: 1399px){
.navbar-nav{padding-right: 55px;}}
@media (min-width: 768px) and (max-width: 1145px){
.navbar-nav{padding-right: 67px;}}
.navbar-default{
	border:0;}
@media (min-width: 768px){
.navbar-default .navbar-nav > li{
	display: inline-block;
	float: none;}}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
	color:#FFF;
	font-weight: 500;
    padding: 22px 15px 20px;
	font-size: 0.9em;}


.shrink-nav .navbar-nav > li > a,
.shrink-nav .navbar-nav > li > a:focus {
    color:#343431;}

@media (min-width:768px) {
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:hover {
	color:#FFF;
	background-image: linear-gradient(to top, #62c0f3, #4c6fa7);}
.navbar-default .navbar-nav > li > a {
    background: transparent url(../images/icon_sort_white.png) center bottom -10px no-repeat;}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:#FFF;
    background: transparent url(../images/icon_sort_white.png) center bottom 10px no-repeat;}
.shrink-nav.navbar-default .navbar-nav > li > a:hover,
.shrink-nav.navbar-default .navbar-nav > .active > a,
.shrink-nav.navbar-default .navbar-nav > .active > a:hover{
	color:#FFF;
    background: transparent url(../images/icon_sort_white.png) center bottom 10px no-repeat;}}

/* Sticky Nav */
@media (max-width:767px) {
.logo-white, .logo-black{
	margin: 7px auto 13px;}
.logo-dark {
	display: none;}
.logo-light {
	display: inline-block; 
	float: none;}
.shrink-nav .logo-light {
	display: none;}
.shrink-nav .logo-dark {
	display: inline-block;}	
.navbar-default .navbar-toggle {
    padding: 23px 15px;
	margin: 0;
	border-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
	border: 0;
    border-radius: 0;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-image: linear-gradient(to top, #62c0f3, #4c6fa7);}
.sticky-nav i {
	color: #fff;
	font-size: 1.1em;}
.shrink-nav i { 
	color: #333;
	font-size: 1.1em;}
.sticky-nav .navbar-toggle .icon-bar {
	background-color: #fff;}
.shrink-nav .navbar-toggle .icon-bar { 
	background-color: #333;}}

@media (min-width:768px) {
.sticky-nav {
	padding-top: 0;}
.shrink-nav {
	padding-top: 0;}
.collapse-navation{
	padding: 0;}
.navbar.shrink-nav .container {
	border-bottom: 0;}}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;}
.main-navigation{
	padding: 0 20px;}
.main-navigation .float-left{
	z-index: 1;}

.tool_area{
	position: absolute;
	top: 0;
	right: 15px;}
.tool_area ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;}
.tool_area li{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;}

.tool_area ul li:hover .menu_second{
	display:block;}
ul.menu_second{
	display:none;
	position:absolute;
	top:62px;
	right:-15px;
	z-index:9999;
	width:150px;
	height:auto;
	padding:15px 10px;
	margin:0;
	background:url(../images/bg_lng.png) repeat-x;
	background-size: contain;
	list-style-type:none;}
.menu_second li{
	padding:7px 15px !important;
	margin:0 !important;
	text-align:right;
	width:100% !important;}
.menu_second li h3{
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #3ac3ed;}
.menu_second li a{
	display: inline-block;
	margin:0;
	padding: 0 !important;
	width: 100% !important;
	height: auto !important;
	color:#FFF;
	text-shadow:none;
	font-size:0.9em}
/*.menu_second li a:hover::before,
.menu_second li a:focus::before,*/
.menu_second li.active a::before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 13px;
	background: url(../images/icon_sort.png) no-repeat;}

.menu_second li a:hover,
.menu_second li a:focus{
	color: #3ac3ed;}
	
.tool_area button{
	background: transparent;
	padding: 0 11px;
	margin: 0;
	border: 0;
	width: auto;
	height: 62px;
	line-height: 62px;
	cursor: default;}
.sticky-nav .tool_area button{
	color: #FFF;}
.shrink-nav .tool_area button{
	color: #333;}
.tool_area button:hover{
	color:#FFF;
	background-image: linear-gradient(to top, #62c0f3, #4c6fa7);}
@media (max-width:767px) {
.tool_area{
	position: absolute;
	right: inherit;
	left: 13px;
	z-index: 1031;}
.tool_area button{
	padding: 0 8px;
	height: 60px;
	line-height: 60px;}}

/*----------------------------------------------------------------------------------FIRST MENU - PAGE STYLE*/

.page_style .nav-transparent .logo-light { 
	display: none;}
.page_style .nav-transparent .logo-dark { 
	display: inline-block;}
.page_style .navbar-default .navbar-nav > li > a,
.page_style .navbar-default .navbar-nav > li > a:focus{
	color:#333;}
.page_style .navbar-default{
	background: #fff;
	color: #333;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.page_style .sticky-nav i,
.page_style .shrink-nav i{
    color: #333 !important;}
.sticky-nav button:hover i,
.page_style .sticky-nav button:hover i,
.page_style .shrink-nav button:hover i{
    color: #FFF !important;}
.page_style .tool_area button:hover{
	color:#FFF;}

@media (min-width:768px) {
.page_style .navbar-default .navbar-nav > li > a:hover, 
.page_style .navbar-default .navbar-nav > .active > a, 
.page_style .navbar-default .navbar-nav > .active > a:hover, 
.page_style .navbar-default .navbar-nav > .active > a:focus {
	color:#FFF;}}
@media (max-width:767px) {
.page_style .sticky-nav .navbar-toggle .icon-bar {
	background-color: #333;}
.page_style .sticky-nav .navbar-toggle:hover .icon-bar, .sticky-nav .navbar-toggle:hover .icon-bar {
	background-color: #FFF;}}

.menu_second.search_area {
	width: 400px;}
.tool_area .search_area button{
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	color: #FFF !important;
    background-image: linear-gradient(to top, #62c0f3, #4c6fa7);}
.tool_area .search_area button i{
	font-size:1em;}
.page_style .tool_area .search_area button i{
	color: #FFF !important;}

/*----------------------------------------------------------------------------------MOBILE MENU*/

/* Overlay style */
.overlay, .overlay_LNG, .overlay_SEARCH {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1040;
	background: url(../images/bg_menu_m.png) repeat-x;
	background-size: cover}

/* Overlay closing cross */
.overlay .overlay-close, .overlay_LNG .overlay-close, .overlay_SEARCH .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/btn_close.png) no-repeat center center;
    background-size: contain;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;}

/* Menu style */
.overlay nav, .overlay_LNG nav, .overlay_SEARCH nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}
.overlay ul, .overlay_LNG ul, .overlay_SEARCH ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	width: 80%;
	position: relative;}
.overlay ul li, .overlay_LNG ul li, .overlay_SEARCH ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}
.overlay ul li h3, .overlay_LNG ul li h3, .overlay_SEARCH ul li h3{
	color: #3ac3ed;}
.overlay ul li a, .overlay_LNG ul li a, .overlay_SEARCH ul li a {
	font-size: 1.2em;
	font-weight: 500;
	display: block;
	color: #fff;
	padding: 10px 50px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;}
.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li.active a,
.overlay_LNG ul li a:hover,
.overlay_LNG ul li a:focus,
.overlay_LNG ul li.active a,
.overlay_SEARCH ul li a:hover,
.overlay_SEARCH ul li a:focus,
.overlay_SEARCH ul li.active a{
	color: #FFF;}
.overlay ul li a:hover::before,
.overlay ul li a:focus::before,
.overlay ul li.active a::before,
.overlay_LNG ul li a:hover::before,
.overlay_LNG ul li a:focus::before,
.overlay_LNG ul li.active a::before,
.overlay_SEARCH ul li a:hover::before,
.overlay_SEARCH ul li a:focus::before,
.overlay_SEARCH ul li.active a::before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 13px;
	background: url(../images/icon_sort.png) no-repeat;}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;}

@media screen and (max-height: 30.5em) {
.overlay nav, .overlay_LNG nav , .overlay_SEARCH nav {
	height: 70%;
	font-size: 34px;}
.overlay ul li, .overlay_LNG ul li, .overlay_SEARCH ul li {
	min-height: 34px;}}

