﻿/**************************************************************************************************** style.css gil*/

nav {
/*	font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;*/
    font: 16px/22px "Fjalla One", sans-serif;

}
div, a, ul, li, nav {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
} 

a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
:focus {
	outline: 0;
}
header,nav  {
	display: block;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 50px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url('/images.png') no-repeat left top;
}

/* ==========================================================================
  3. HEADER STYLE.
============================================================================= */
/* ---- 3.2 Top logo --------------------- */
header.top-head {
	position: relative;
	z-index: 5555;
	min-height: 92px;
	border-bottom: 9px #f4f4f4 solid;
}
/* ---- 3.3 Main menu ------------------ */
.top-menu {
	float: left !important;
	width: auto !important;
}
.top-nav {
	float: left;

}
.top-nav > ul > li {
	position: relative;
	float: left;
    margin: 0;
	border-left: 1px #eee solid;
	height: 53px;
    overflow:hidden\9
}
.top-nav > ul > li:hover{
    overflow:visible\9
}
.top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i {
	margin-top: -5px;
}
.top-nav > ul > li > a {
	display: block;
	padding-top: 22px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	padding-top: 22px;
	height: 53px;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
}
.top-nav > ul li a span {
	display: block;
	margin-top:5px
}
.top-nav > ul li a i{
	color:#b8b8b8;
	font-size:16px
}
.top-nav > ul li a:hover i,.top-nav > ul li.selected a i,.top-nav > ul li.current a i{
	color:#fff;
}
.top-nav > ul > li:after {
	position: absolute;
	bottom: -9px;
	left: -3px;
	display: inline-block;
	width: 100%;
	height: 9px;
	border-left: 1px #E4E4E4 solid;
	background: transparent;
	content: "";
	-moz-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-webkit-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}
.top-nav > ul li ul {
	position: absolute;
	top: 62px;
	z-index: -1;
	min-width: 180px;
    height:0;
    max-height:0;
    
	left: -5px;}
.top-nav > ul > li > ul > li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
	opacity: 0;
	transition: opacity .5s, transform .4s;
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
	transform: rotateY(90deg);
}
.top-nav > ul > li:hover > ul{
    z-index:0;
    height:auto
}
.top-nav > ul > li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.top-nav li li a {
	display: block;
	overflow: hidden;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 40px;
}
.top-nav li li.hasChildren:after {
	position: absolute;
	top: 2px;
	right: 10px;
	display: inline-block;
	color: #fff;
	content: "⏵"/*"\f105"*/;
	font-family: FontAwesome;
}
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a {
	text-decoration: none;
}
/*** sub menu level more than 2 ***/

.top-nav li li li {
	opacity: 0;
	transition: opacity .4s, transform .5s;
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	transform: rotateX(90deg);
}
.top-nav li li > ul{
    height:0;
    left: 100%;
    top: 0;
}
.top-nav li li:hover > ul{
    height:auto;
}
.top-nav li li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}



/****** Sticky Navigation Style *********/
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	padding: 0 !important;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
/*	z-index:99999;*/

	z-index:99;
	min-height:inherit !important;
	border-bottom:0 !important
}
.sticky .top-nav > ul > li{
	/*border:0 !important*/
}
.sticky.top-head-4 .gray-nav:before, .sticky.top-head-4 .gray-nav:after{
	display:none
}
.sticky.top-head-4 .gray-nav{
	background:transparent;
	border:0;
	margin-bottom:0
}
.sticky .top-nav > ul > li > a{
	color:#777 !important
}
.sticky .top-nav > ul > li > a:hover{
	background:transparent !important
}
.sticky .top-nav > ul > li > a i,.sticky .top-nav > ul > li:after,.sticky .bg-head2{
	display: none;
}
.sticky .top-search a{
	margin-top:5px;
	border-radius:0 !important;
	/*width:45px;*/
	height:45px;
	line-height:45px;
	text-align: center;
	padding: 0 !important;
}
.sticky .top-search a span{
	font-size:14px
}
.sticky .search-box{
	top:60px
}
.sticky .search-box:before{
	/*width:45px*/
}
.sticky .top-nav > ul > li > a, .sticky .top-nav > ul > li {
	height: 60px !important;
	padding-top:0
}
.sticky .top-nav > ul > li.selected > a{
	background:transparent !important;
	color:#777 !important
}
.sticky .top-nav > ul > li > a {
	padding-top: 0 !important;
	border-top: 0 !important;
	background: transparent none;
	line-height:60px
}
.sticky .top-nav > ul > li > a span{
	margin-top:0;
	line-height:60px
}
.sticky .top-nav > ul > li > ul {
	top: 60px !important;
	left: 0 !important;
}
.sticky .top-nav > ul > li > ul:after{
	top:-8px;
	bottom:auto !important;
	border-width: 0 10px 8px 10px !important;
}
.sticky .top-nav > ul > li > ul ul{
	bottom:auto !important;
	top:0 !important
}
.sticky .logo{
	margin-top:5px !important
}
.sticky .top-nav > ul > li.hasChildren > a:after{
	display:none !important
}
.sticky .div-mega{
	top:60px !important
}
/***** sticky header style 2 ******/
.head-style2 .sticky .logo{
	padding:0 !important
}
.head-style2 .sticky .top-menu{
	margin-top:0 !important
}
.head-style2 .sticky .top-nav > ul > li > a,.head-style2 .sticky .top-nav > ul > li > a span{
	line-height:58px !important;
	height:58px !important
}
.head-style2 .sticky .top-nav > ul > li > ul {
	top: 58px !important;
}
.head-style2 .sticky .mega-menu .mega-2 .div-mega{
	top:57px
}
.head-style2 .sticky .head2-lft-links,.head-style2 .sticky .right-bar{
	display:none
}
.head-style2 .sticky .top-search a{
	margin-top:8px;
	width:40px;
	height:40px;
	line-height:40px;
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	-webkit-transform: skew(0, 0);
	transform: skew(0, 0);
}
.head-style2 .sticky .top-search a span{
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	-webkit-transform: skew(0, 0);
	transform: skew(0, 0);
}
/***** sticky header style 3 ******/
.head-style3 .sticky.top-head{
	margin-top:0
}
.head-style3 .sticky .logo,.sticky.top-head-4 .logo{
	display:none
}
.head-style3 .sticky .mega-menu .mega-2 .div-mega{
	top:50px
}
.head-style3 .sticky .top-search{
	margin-left:15px
}
/***** sticky header style 4 ******/

/****** Mega menu Style *********/
.mega-menu {
	position:relative
}
.mega-menu .div-mega {
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 99;
	display: none;
	padding-top:2%;
	-webkit-box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
	box-shadow: inset 0px 10px 11px -5px rgba(0,0,0,0.3);
}
.mega-menu > li > a {
	display: block;
	position: relative;
}
.div-mega-section {
	float: left;
	margin: 0 2% 2%;
}
.mega-menu div.div-mega ul {
	visibility: visible;
	position: static;
	max-height: 100%;
	height:100%;
	width:100%
}
.mega-menu div.div-mega ul li {
	opacity: 1;
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}
.mega-menu div.div-mega ul li a {
	padding: 8px 5px;
	line-height: normal;
	overflow: inherit;
	text-overflow: initial;
	white-space: normal;
}
.div-mega h4 {
	background: #fff;
	color: #777;
	padding: 8px 10px;
	font-weight: bold;
}

/* ---- 3.5 Header style 2 ---------------- */
.top-head .container {
	position: relative;
	z-index: 9;
}
.head-style2 .logo {
	margin: 8px 0 0 0 !important;
	padding: 15px 0 14px;
	min-width: 230px;
}
.head-style2 .top-head,.head-style3 .top-head {
	padding: 0;
	min-height: inherit;
	border-bottom:0px !important
}
.head2-lft-links {
	padding: 9px;
	direction: rtl;
}
.head2-lft-links li {
	float: none;
	padding: 2px 0;
	text-align: right;
	white-space: nowrap;
}
.head2-lft-links li i {
	margin-left: 10px;
}
.head-style2 .bg-head2 {
	position: absolute;
	bottom: 4px;
	left: 27%;
	width: 70%;
	height: 50px;
	background: #f6f6f6;
}
.head-style2 .top-nav {
    margin-right:15px
}
.head-style2 .top-nav > ul > li {
	margin-right: 1px;
}
.head-style2 .top-nav > ul > li, .head-style2 .top-nav > ul > li > a {
	padding-top: 0;
	height: 50px;
	line-height: 50px;
}
.head-style2 .top-nav > ul > li > a span, .head-style3 .top-nav > ul > li > a span {
	line-height: 43px !important;
}
.head-style3 .sticky .top-nav > ul > li > a span{
	line-height:50px !important
}
.head-style3 .sticky .top-nav > ul > li > a{
	height:50px !important
}
.head-style2 .top-search {
	margin: 0 15px 0 0;
}
.head-style2 .top-search a {
	margin-top: 0;
	padding: 0 !important;
	width: 50px;
	height: 50px;
	border-radius: 0;
	line-height: 50px;
}
.head-style2 .top-search a span {
	color: #fff;
}
.head-style2 .top-nav > ul > li > ul {
	top: 50px;
	margin-left: -6px;
}
.head-style2 .login-btn .tri {
	top: -11px;
}
.head-style2 .right-bar {
	float: right;
	overflow: hidden;
	margin: 2px 5px 0 0;
}
.head-style2 .right-bar li {
	float: left;
	padding: 5px 0 5px 15px;
}
.head-style2 .right-bar li i {
	margin: 0 10px 0 0;
}
.head-style2 .top-menu {
	float: right !important;
	clear: none;
}
.head-style2 .search-box:before, .head-style3 .search-box:before {
	display: none;
}
.head-style2 .search-box {
	top: 50px;
	right: 12px;
	padding: 15px;
	background: #ECECEC;
}
.head-style2 .search-box input[type=text] {
	width: 310px;
}
.head-style2 .logo a, .head-style3 .logo a{
    margin:auto
}
/******************/
header.top-head .logo a{
	margin-right:0;
	margin-left:0
}
header.top-head.top-head-4 .logo a,.head-style2 header.top-head .logo a, .head-style3 header.top-head .logo a{
	margin-left:auto;
	margin-right:auto
}
.top-nav > ul ul li a i {
	margin-right: 8px;
	font-size: 13px;
}
.portfolio-lft-txt{
	max-height:137px
}
#message{
	margin:0
}

/********* menu updates *********/
.top-nav > ul li ul {
	height:auto;
	max-height:none;
	display:none
}
.top-nav > ul > li > ul > li {
	opacity: 1;
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/*** sub menu level more than 2 ***/
.top-nav ul li li li {
	opacity: 1;
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.top-nav ul li li > ul{
    height:auto;
}
/******** default effect ***********/
.top-nav > ul.def-effect li ul {
	height:0;
	max-height:0;
	display:block;
	opacity:0;
	visibility:hidden
}
.top-nav > ul.def-effect > li > ul > li {
	opacity: 0;
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.top-nav > ul.def-effect > li:hover > ul{
    z-index:0;
    height:auto;
    max-height:none;
}
.top-nav > ul.def-effect li:hover > ul {
	height:auto;
	max-height:none;
	opacity:1;
	visibility:visible
}

.top-nav > ul.def-effect > li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
/*** sub menu level more than 2 ***/
.top-nav ul.def-effect li li li {
	opacity: 0;
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.top-nav ul.def-effect li li > ul{
    height:0;
}
.top-nav ul.def-effect li li:hover > ul{
    height:auto;
}
.top-nav ul.def-effect li li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.top-nav.mega-menu ul div.div-mega ul{
	height:100%;
	max-height:none;
	display:block;
	opacity:1;
	visibility:visible
}
/**********/
.top-nav > ul li a span{
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.top-nav > ul li a span .menu-hint{
	position: absolute;
	top: -12px;
	right: -12px;
	left:auto
}

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('scroll-top-arrow.png') no-repeat left top;
	z-index: 9001;
}

/**************************************************************************************************** default.css gil */
/***** Main Colors *******/
a, a:hover {
	color: #2F5597;
}
.sticky .top-nav > ul > li.selected > a, 
.sticky .top-nav > ul > li.current > a{
	color: #FABB27 !important;
}
/*aqui*/
.top-nav > ul li a:hover, 
.top-nav > ul > li.selected > a, 
.top-nav li.current > a, 
.top-nav li li a, 
.menuBtn {
	background-color: #2F5597;
	color: #FABB27;
}

.responsive-nav {
	background-color: #2F5597;
}
.top-nav li li {
	border-bottom: 1px solid #99CCFF;
}
/*aqui*/
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a, .responsive-nav ul li a:hover, .top-nav > ul > li:hover:after, .top-nav > ul > li.current:after {
	background: #2F3567 !important;
	color: #FABB27;
}

/************************************************************************************************** responsive.css gil*/


.container {
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after,.container:after,.row:after{
	clear: both;
}
[class*="cell-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right:15px;
	float:left
}
.row{
	margin-right:-15px;
	margin-left:-15px
}
.cell-12 {width: 100%;}
.cell-11 {width: 91.66666667%;}
.cell-10 {width: 83.33333333%;}
.cell-9 {width: 80%;}
.cell-8 {width: 66.66666667%;}
.cell-7 {width: 58.33333333%;}
.cell-6 {width: 50%;}
.cell-5 {width: 41.66666667%;}
.cell-4 {width: 33.33333333%;}
.cell-3 {width: 20%;}
.cell-2 {width: 16.66666667%;}
.cell-1 {width: 8.33333333%;}
.responsive-nav,.menuBtn,.responsive-one{
	display:none
}
@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
}

@media (max-width: 1024px) {
	.top-nav > ul > li > a{
		padding-right:13px;
		padding-left:13px
	}
}
@media (max-width: 992px) {
	[class*="cell-"], {
		width: 100%;
		float:none;
		clear:both;
	}
	header.top-head .logo{
		margin-bottom:20px
	}
	header.top-head .logo a{
		background-position:50% 0 !important;
		margin-bottom:15px
	}
	.toolsBar .left,.top-bar [class*="cell-"]{
		clear:none !important;
		float:left !important;
		width:auto !important
	}
	.top-menu{
		float: left !important;
		display: table;
		margin: auto;
	}
	.top-nav > ul > li > a i:after{
		display:none
	}
}
@media (max-width: 768px){
	.top-menu, .top-bar {
		display:none !important
	}
/*	.pageWrapper{
		z-index:9;
		position:relative;
		background:#ffffff
	}
	.pageWrapper.fixedPage{
		z-index:9;
		position:relative;
		background:#ffffff;
		margin:0 !important
	}
*/	body{
		overflow-x:hidden
	}
	.responsive-nav{
		position:fixed;
		width:60%;
		overflow:auto;
		left:-60%;
		top:0px;
		height:100%;
		z-index:9999;
		display:block;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	.responsive-nav.showNav{
		z-index:6666;
		left:0
	}
	.res-act{
		left:0;
	}
	.one-page header.top-head .logo{
		margin-bottom:0
	}
	.one-page .menuBtn {
		position:fixed !important
	}
	.menuBtn{
		padding: 9px 12px 8px 12px;
	    margin: 0;
	    cursor:pointer;
	    z-index:999;
	    top:0;
	    left:0;
		position: fixed;
	    transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		display:block
	}
	.menuBtnOne{
		padding: 9px 12px 8px 12px;
	    margin: 0;
	    cursor:pointer;
	    z-index:999999;
	    top:0px;
	    left:0px;
		position: absolute;
	    transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		display:block;
	}
	.menuBtnOneTogg{
		left:160px
	}
	.responsive-one{
		position:fixed;
		z-index:9999999;
		top:12px;
		display:block
	}
	.responsive-one ul{
		position:absolute;
		left:-160px;
		z-index:9999999;
		width:160px;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	.responsive-nav ul li span.collapse{
		position: absolute;
		right: 10px;
		z-index: 999;
		top: 10px;
		cursor: pointer;
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
	}
	.responsive-nav ul li span.collapse:before{
		/*content: "\f107";
		font-family: FontAwesome;*/
		content:"⏵"
		display:inline-block;
		width: 20px;
		height: 20px;
		top: 10px;
		border-radius: 50%;
		background: #EAEAEA;
		color: #000;
		text-align:center;
		line-height:20px
	}
	.responsive-nav ul li li span.collapse:before{
		border-radius: 0;
	}
	.responsive-nav ul li.current > span.collapse:before{
		content: "⏶"/*"\f106"*/;
	}
	.responsive-nav ul li ul{
		background:#fff
	}
	.responsive-nav ul li ul li{
		border-top-color:#eee
	}
	.responsive-nav ul li ul li a{
		color:#333
	}
	.responsive-one ul li.current a{
		background:#333
	}
	.showOne{
		left:0 !important
	}
	.menuBtn-selected{
		margin-left:60%
	}
	.menuBtn-selected i:before,.menuBtnOneTogg i:before{
		content:"\f00d"
	}
	.menuBtn:focus,.menuBtn:hover{
		color:#fff
	}
	.menuBtn i{
		font-size: 21px;
	}
	.responsive-nav h3{
		color:#fff;
		margin:0px;
		padding:15px;
		font-size:100%;
		text-transform:uppercase;
		font-weight:bold
	}
	.responsive-nav ul li,.responsive-one ul li{
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.responsive-nav ul li a,.responsive-one ul li a{
		display: block;
		color: #fff;
		font-size: 14px;
		outline: none;
		padding:10px 15px;
		text-transform:uppercase
	}
	.responsive-nav ul li a i,.responsive-one ul li a i{
		margin-right:10px
	}
	.responsive-nav > ul > li.selected{
		background:#9E9E9E
	}
	.responsive-nav ul li a:hover{
		text-decoration:none
	}
	.responsive-nav ul li ul,.responsive-nav ul li div.div-mega{
		display: none;
	}
	.responsive-nav ul li ul li a{
		font-size:13px;
		text-transform:none
	}
	.responsive-nav ul li ul li.selected{
		background:#E8E8E8
	}
	.responsive-nav ul ul ul{
		padding-left:25px
	}
	.responsive-nav ul ul ul li a{
		font-size:11px
	}
	.top-nav-style3{
		display:none
	}

}

.div_gil{border:1px black solid}
@media (min-width: 480px){
.div_gil{border:2px magenta solid}
}
@media (min-width: 640px){
.div_gil{border:2px red solid}
}
@media (min-width: 720px){
.div_gil{border:3px blue solid}
	.top-nav > ul > li > a {
	padding-right: 5px;
	padding-left: 5px;
	
	}
}
@media (min-width: 960px){
.div_gil{border:4px yellowgreen solid}
}
@media (min-width: 1024px){
.div_gil{border:5px cadetblue solid}
}

