/*Blue #0488cd */
.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover,.tp-rightarrow.default:hover, .nivo-prevNav:hover, .nivo-nextNav:hover, .contact-box:hover, #options li a.selected, .ch-info .ch-info-back {
    background: #092a4d;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pager li > a:hover, .pager li > a:focus, .navbar-toggle i, .cn-wrapper li a, .cn-wrapper:after {
    background-color: #092a4d;
    color: #fff;
}


#options li a.selected {
	border: 1px solid #0488cd;
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #0488cd !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #2eaef0 !important;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#0488cd,#2eaef0);
	background: -moz-linear-gradient(#0488cd,#2eaef0);
	background: -o-linear-gradient(#0488cd,#2eaef0);
	background: -ms-linear-gradient(#0488cd,#2eaef0);
	background: linear-gradient(#0488cd,#2eaef0);
}

.btn-color, .subscribe-btn {
	background: -webkit-linear-gradient(#2eaef0,#0488cd);
	background: -moz-linear-gradient(#2eaef0,#0488cd);
	background: -o-linear-gradient(#2eaef0,#0488cd);
	background: -ms-linear-gradient(#2eaef0,#0488cd);
	background: linear-gradient(#2eaef0,#0488cd);
	border: 1px solid #2f7295;

	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
}


#current,.menu ul li a:hover,.menu ul>li:hover>a {
    border-bottom: 3px solid #092a4d;
}

ul.why li:before {
    background: #163c65;
}

.menu ul ul {
    border-top: 3px solid #092a4d !important;
}

#horizontal-tabs ul.tabs li.current {
    border-top: 2px solid #0488cd;
}

#vertical-tabs ul.tabs li.current {
    border-left: 2px solid #092a4d;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-bottom-color:#163c65;
}

a, .post-item h4 a:hover, .cn-wrapper li a:hover, .cn-wrapper li a.active {
    color: #092a4d;
}



div.showroom {
  padding-top: 30px;
  padding-bottom: 30px;
}
div.showroom-controls {
  background: url(../img/showroom-bg.png);
  margin-bottom: 12px;
  height: 24px;
}
div.showroom-controls i.verticalSeparator:before {
  content: "|";
  color: #dadada;
  font-weight: normal;
  font-style: normal;
}
div.showroom-controls div.links {
  background: #ffffff;
  font-weight: 600;
  padding-right: 10px;
  float: left;
}
.widewrapper.weak-highlight div.showroom-controls div.links {
  background: #fafafa;
}
div.showroom-controls div.controls {
  float: right;
  background-color: white;
  padding: 0 0 0 10px;
}
.widewrapper.weak-highlight div.showroom-controls div.controls {
  background: #fafafa;
}
div.showroom-controls div.controls a {
  display: block;
  float: left;
  width: 20px;
  height: 21px;
}
div.showroom-controls div.controls a.left {
  background-image: url(../img/showroom-left.png);
}
div.showroom-controls div.controls a.right {
  background-image: url(../img/showroom-right.png);
  margin-left: 5px;
}
div.showroom-controls a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div.showroom-controls a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.showroom-item {
  margin-bottom: 20px;
}
.showroom-item .image {
  position: relative;
}
@media (max-width: 767px) {
  .showroom-item .image {
    width: 263px;
    margin: auto;
  }
}
.showroom-item .image .overlay {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  bottom: 0;
  opacity: 0;
  display: hidden;
  background-color:rgba(0,0,0,.5);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
@media (max-width: 767px) {
  .showroom-item .image .overlay {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.75;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.showroom-item .image .overlay .glyphicons {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  margin-top: -16px;
  margin-left: -16px;
}
.showroom-item .image .overlay .glyphicons i:before {
  font-size: 30px;
  color: #ffffff;
}
.showroom-item .image .overlay div.name {
  color: #fff;
  position: absolute;
  bottom: -25px;
  right: 10px;
  padding: 5px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .showroom-item .image .overlay div.name {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 5px;
  }
}
.showroom-item .image:hover .overlay {
  opacity: 0.75;
}
.showroom-item .image:hover div.name {
  bottom: 5px;
}
.showroom-item.blog-item .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0px;
}
.showroom-item.blog-item .content h3 a {
  color: #6f6f6f;
}
.showroom-item.blog-item .content span.meta {
  display: block;
}
.showroom-item.blog-item .content span.preview {
  display: block;
  margin-top: 5px;
}
.showroom-item.blog-item .content a.more {
  margin-top: 16px;
  display: block;
}