@charset "UTF-8";
/* CSS Document */

/*=================left navibar begin=========================================*/

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto;
}

.gw-sidebar {
	
  width: 300px;
  
  background-color: #102445;
  bottom: 0;
  margin-top: auto;
margin-bottom: auto;
  left: 0;
	padding-left:20px;
	
}

.gw-sidebar .nano-pane {
  background: #102445;

}

.gw-sidebar .gw-nav-list {  }

.gw-sidebar .gw-nav-list li a { padding-left: 20px; }

.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.gw-nav-list>li:first-child { border-top: 0;}

.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list>li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.active { background-color: #102445; }

/*HERE*/
.gw-nav-list>li>a {
  display: block;
  height: 38px!important;
  line-height: 36px!important;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 15px;
  text-decoration: none;
}

.gw-open > a { outline: 0; }

.gw-nav-list>li.gw-open { border-bottom-color: #e5e5e5 }

.gw-nav-list>li.gw-open>a {
  background-color: #fafafa;
  color: #fff
}

.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus { background-color: #fafafa }

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #fff;
}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
  background-color: #102445;
  color: #d3a74e;
  font-weight: normal;
  font-size: 17px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list>li.active>a>[class*="icon-"] {
 font-weight: normal
}

.gw-nav-list>li.active>a:hover:before { display: none }

.gw-nav-list>li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 0px solid #d3a74e;
  border-width: 0 2px 0 0
}

.gw-nav-list li.gw-open>a:after { display: none }

.gw-nav-list>li a>.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 17px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #d3a74e;
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow { color: #fff }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin-right: 2px
}

/*
.gw-nav-list>li.active .gw-submenu {
 display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}*/

.gw-nav-list>li .gw-submenu {
  font-size: 15px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  
}

.gw-nav-list>li .gw-submenu>li {
  margin-left: 0;
  position: relative
}
/*
.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #e09f91;
  padding: 3px 0 5px 43px;
  margin: 0;
  border-top: 0px dotted #e4e4e4;
  font-size: 15px;
  text-decoration: none;
}*/

.gw-nav-list>li .gw-submenu>li>a:focus { text-decoration: none }

.gw-nav-list>li .gw-submenu>li>a:hover {
  text-decoration: none;
  color: #fff;
}

.gw-nav-list>li .gw-submenu>li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 0px solid #dd4814;
}

.gw-nav-list>li .gw-submenu>li.active>a { color: #d3a74e }

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
  display: none;
  font-size: 15px;
  font-weight: normal;
  width: 17px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #102445
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child { display: inline-block }

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child { color: #d3a74e }

.gw-nav-list>li>.gw-submenu>li:first-child>a { border-top: 0px; }

.gw-nav-list li .gw-submenu { overflow: hidden }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after { display: none }

.gw-nav-list li.active>.gw-submenu>li.active>a:after { display: none }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after { display: block }

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
/*=================left navibar end=========================================*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

.gw-nav-list>li>a {
  display: block;
  height: 10px!important;
  line-height: 8px!important;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 15px;
  text-decoration: none;
}
	
	
.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;  
	height: 15px!important;
  line-height: 10px!important;

  color: #fff;
  padding: 3px 0 5px 43px;
  margin: 0;
  border-top: 0px dotted #e4e4e4;
  font-size: 15px;
  text-decoration: none;
}
	
		
.gw-nav-list>li .gw-submenu>li>a:first-child  {
  
  color: #fff;
 
  margin-top: 10px!important;
  border-top: 0px dotted #e4e4e4;
 
}
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/*
.gw-nav-list>li>a {
  display: block;
  height: 20px;
  line-height: 18px;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 15px;
  text-decoration: none;
}*/
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	

.gw-nav-list>li>a {
  display: block;
  height: 30px;
  line-height: 28px;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 15px;
  text-decoration: none;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

.gw-nav-list>li>a {
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 17px;
  text-decoration: none;
}
	
	
.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #fff;
  padding: 3px 0 5px 43px;
  margin: 0;
  border-top: 0px dotted #e4e4e4;
  font-size: 15px;
  text-decoration: none;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
.gw-nav-list>li>a {
  display: block;
  height: 48px;
  line-height: 39px;
  padding: 0 16px 0 7px;
  background-color: #102445;
  color: #fff;
  text-shadow: none!important;
  font-size: 17px;
  text-decoration: none;
}
	
	
.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #fff;
  padding: 3px 0 5px 43px;
  margin: 0;
  border-top: 0px dotted #e4e4e4;
  font-size: 15px;
  text-decoration: none;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}