/*=================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: 320px;
  position: fixed;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 0 0;
  background-color: #F2F2F2;
  bottom: 0;
  top: 0;
  left: 0;
}

.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
}

.gw-sidebar .gw-nav-list { border-right: 1px solid #CCC; }

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

.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d5d5d7;
  
}

.gw-nav-list>li:first-child { border-top: 0; }
.gw-nav-list>li:last-child { border-bottom: 1px solid #d5d5d7;}

.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  
  border-top: 1px solid #d5d5d7;
  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: 12px;
  position: absolute;
  right: 28px;
  top: 15px;
  background:url(../img/arrow-up.png) no-repeat;
 /* -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;*/
}

.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 12px;
  position: absolute;
  right: 28px;
  top: 15px;
 background:url(../img/arrow-up.png) no-repeat;
  /*-webkit-transform: rotate(45deg);*/
}
.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 11px;
  height: 6px;
  position: absolute;
  right: 28px;
  top: 15px;
 background:url(../img/arrow-down.png) no-repeat;
  /*-webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;*/
}

.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 11px;
  height: 6px;
  position: absolute;
  right: 28px;
  top: 15px;
  background:url(../img/arrow-down.png) no-repeat;
  /*-webkit-transform: rotate(45deg);*/
}

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

.gw-nav-list>li>a {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px 0 18px;
  font-family: "robotocondensed-bold";
  color: #001777;
  text-shadow: none!important;
  font-size: 18px;
  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: #1963aa
}

.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: #428bca;
}

..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: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,241,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#ffffff', GradientType=0 );
  color: #001777;
  
}
.gw-nav-list>li>a:hover{background: rgba(250,250,250,1);
 background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,241,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff1', endColorstr='#ffffff', GradientType=0 );
  color: #001777; }

.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: 2px solid #dd4814;
  border-width: 0 0px 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: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666
}

.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: #1963aa }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  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: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
 
}

.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: #009ee0;
  padding: 0px 0 0px 30px;
  margin: 0;
  font-size: 15px;
  font-family: "robotocondensed-bold";
  text-decoration: none;
  line-height:32px;
  height:32px;
}

.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: #cfcfcf;
  background: #none !important;
}

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

.gw-nav-list>li .gw-submenu>li.active>a { color: #cfcfcf; background: #none !important;}

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

.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: #c86139 }

.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=========================================*/






.volume:hover { background:#fff;}
.fa.fa-volume-up:hover { color:#37A3DC;}

#bx-pager a { width:214px; height:135px; overflow:hidden;}
#bx-pager a img { overflow:hidden;  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease; }
  
  
#bx-pager a img:hover { transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  }
#demo, #demo1 { position:relative; top:0px; }
.loupe { background-color:#555; background:rgba(0, 0, 0, 0.3); border:5px solid rgba(0, 0, 0, 0); cursor:url(blank.png), url(blank.cur), none; }

.galleria2 ul li a:hover .gal-hover{opacity: 0.9;transition-duration: 0.3s;transition-timing-function: ease;}
