     
					/********************************
					*   Color
					**********************************/
					a,
					.text-primary,
					.pagination > li > a, .pagination > li > span,
					.btn-primary .badge,
					.btn-link,
					.list-group-item.active > .badge, .nav-pills > .active > a > .badge,
					.panel-primary > .panel-heading .badge,
					.wpt-taxonomy-popular-show-hide, .wpt-repadd
						{ color: #0088cc; }


					a:hover, a:focus,
					a.text-primary:hover,
					a.bg-primary:hover,
					.btn-link:hover, .btn-link:focus,
					.wpt-taxonomy-popular-show-hide:hover, .wpt-taxonomy-popular-show-hide:focus, .wpt-taxonomy-popular-show-hideactive, .wpt-repadd:hover, .wpt-repadd:focus, .wpt-repaddactive,
					.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus
						{ color: #004466; }


					/********************************
					*   Background
					**********************************/
					.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
					.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
					.progress-bar,
					.label-primary,
					.bg-primary,
					body .navbar-toggle, body .ddl-navbar-toggle,
					body .ddl-dropdown-menu > .active > a, body .ddl-dropdown-menu > .active > a:hover, body .ddl-dropdown-menu > .active > a:focus
						{ background-color: #0088cc; }


					@media (min-width: 768px) {
						.navbar-default, body .ddl-navbar-default
							{ background-color: #0088cc;	}
					}


					@media (max-width: 767px) {
						body .navbar-collapse, body .ddl-navbar-collapse
							{ background-color: #0088cc;	}
					}

					body .navbar-default .navbar-toggle:hover, body .ddl-navbar-default .ddl-navbar-toggle:hover,
					body .navbar-default .navbar-toggle:focus, body .ddl-navbar-default .ddl-navbar-toggle:focus,
					.label-primary[href]:hover, .label-primary[href]:focus
						{ background-color: #004466; }


					/********************************
					*   Border
					**********************************/
					.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
					.panel-primary,
					.border-primary,
					.bypostauthor .avatar
						{ border-color: #0088cc; }

					.panel-primary > .panel-heading + .panel-collapse > .panel-body {
						border-top-color: #0088cc;
					}
					.panel-primary > .panel-footer + .panel-collapse > .panel-body
						{ border-bottom-color:	#0088cc; }


					/********************************
					*   Color Variations
					**********************************/

					.btn-primary,
					.btn-primary.disabled,
					input[type="submit"],
					.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus,
					.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus,
					.panel-primary > .panel-heading,
					.pagination ul:not(.wpv_pagination_dots) .wpv_page_current span,
					.pagination ul:not(.wpv_pagination_dots) .wpv-archive-pagination-link-current 
					{
						background-color: #0088cc;
						border-color: #0074ad;
					}
					.btn-primary:hover, input[type="submit"]:hover, .btn-primary:active, input[type="submit"]:active, .btn-primary.active, input.active[type="submit"], .open>.btn-primary.dropdown-toggle, .open>input.dropdown-toggle[type="submit"], .btn-primary:focus, input[type="submit"]:focus, .btn-primary.focus, input.focus[type="submit"], .btn-primary:active:hover, input[type="submit"]:active:hover, .btn-primary:active:focus, input[type="submit"]:active:focus, .btn-primary:active.focus, input[type="submit"]:active.focus, .btn-primary.active:hover, input.active[type="submit"]:hover, .btn-primary.active:focus, input.active[type="submit"]:focus, .btn-primary.active.focus, input.active.focus[type="submit"], .open>.btn-primary.dropdown-toggle:hover, .open>input.dropdown-toggle[type="submit"]:hover, .open>.btn-primary.dropdown-toggle:focus, .open>input.dropdown-toggle[type="submit"]:focus, .open>.btn-primary.dropdown-toggle.focus, .open>input.dropdown-toggle.focus[type="submit"]
					{
						background-color:   #004466;
						border-color: #003047
					}
				  

					/********************************
					*   Color
					**********************************/

					.product-box a:hover, .well-product:not(.premium) h2 a:hover, .row_information .row_value a:hover, .product-box a:focus, .well-product:not(.premium) h2 a:focus, .row_information .row_value a:focus,
					.featured-item:hover header .title,
					.list-header a:hover,
					.category-listing h3 a,
					.product-description > h3 .glyphicon, .product-description > h3 .fa, .row_information .row_label .glyphicon, .row_information .row_label .fa,
					.main-footer a:hover
						{ color: #0088cc; }


					/********************************
					*   Background
					**********************************/
					.filter-list .search-header,
					.cart-icon
						{ background-color: #0088cc; }

					.cart-icon:hover, .cart-icon:focus
						{ background-color: #004466; }

					@media (max-width: 767px) {
						.list-element .location:before
							{ background-color: #0088cc;	}
					}

					/********************************
					*   Border
					**********************************/

					.filter-list .search-header:after{ 
						border-color:  transparent transparent transparent #0088cc;
						}
						
						@media (max-width: 767px){
							.filter-list .search-header:after { 
								border-color: #0088cc transparent transparent transparent; 
							}
						}

					.sidebar .filter-list .search-header:after
						{ border-color: #0088cc transparent transparent transparent; }

				    /********************************
					*   Color Variations
					**********************************/
					.product-buttons .price
						{   background: rgba(0,136,204, .3);
							color: #002233; }
					body {
  font-size: 14px;
}

.inline-block {
  padding: 10px;
}

a.bg-primary {
  text-decoration: none;
}

.bg-primary.glyphicon {
  color: #fff;
  padding: 17px;
}

  .border-top,
.border-bottom {
  margin-bottom: 0;
}

.post-info {
  color: #ccc;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.post-info a {
  color: #ccc;
}

.post-info > p {
  margin: 0;
}

.headline-over-post {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1;
}

a.bg-primary:hover {
  color: #fff;
  text-decoration: none;
}

h3.inline-block {
  margin: 0;
}

.label {
  display: block;
  margin-top: -10px;
  text-align: left;
  padding: 2px 0 0 0;
  font-weight: normal;
}

.label + * {
  margin-top: 15px;
}

  /* Breaking News Slider */
#breaking-news-slider .bg-img-container {
  height: 400px;
  margin-bottom: 50px;
}

#breaking-news-slider .bg-img-container > div {
  position: absolute;
  bottom: 0;
}

.breaking-news-navigation {
  position: absolute;
  right: 15px;
  z-index: 10;
}

  /* Archive Page */
.archive .post-content {
  margin-bottom: 60px;
}

  /* Categories Grid */
.categories-grid-item {
  position: relative;
}

.categories-grid-item-posts-list {
  margin: 20px 0 30px;
}

.categories-grid-item-posts-list h4 {
  font-size: 14px;
}

  /* Categories Sidebar */
#wpv-categories-sidebar ul {
  list-style: none;
  padding: 0;
}

#wpv-categories-sidebar ul li {
  display: inline-block;
  width: 49%;
  padding: 8px 0 8px 12px;
  border-bottom: 1px dotted #ccc;
}

  /* Background Image Container */
.bg-img-container {
  position: relative;
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.post-image.bg-img-container {
  height: 300px;
  margin: 30px 0 20px;
}

.single .post-image.bg-img-container {
  margin-top: 0;
}

.post-image-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}

  /* Posts List */
ul.posts-list {
  padding: 0;
  list-style: none;
}

ul.posts-list li:after {
  content: "";
  display: table;
  clear: both;
}

ul.posts-list .thumbnail {
  margin: 0 7px 0 0;
}

  /* Featured News Slider */
#wpv-featured-news-slider {
  position: relative;
}

.wpv-featured-news-slider-post {
  box-sizing: border-box;
  width: 32%;
  float: left;
  display: block;
}

.wpv-featured-news-slider-post:nth-of-type(3n+2) {
  padding-right: 2%;
  padding-left: 2%;
  width: 36%;
}

.featured-news-slider-nav-controls {
  position: absolute;
  right: 0;
  z-index: 1;
}

  /* Menu */
#main-menu-container {
  margin-bottom: 50px;
}

body .nav > li > a:after, body .ddl-nav > li > a:after {
  content: none;
}

body .nav > li > a, body .ddl-nav > li > a {
  padding: 15px;
  font-weight: normal;
}

.ddl-navbar.ddl-navbar-default {
  min-height: 0;
  margin: 0;
  background-color: transparent;
}


  /* Footer */
.main-footer {
  background-color: #333;
  color: #fff;
}

  .footer-credits-products-logo,
.footer-credits-text {
  display: inline-block;
  vertical-align: bottom;
}

.footer-credits-products-logo {
  margin-left:-15px;
  width: 120px;
}

@media (min-width: 768px){
.footer-credits-products-logo {
  margin-bottom:-5px;
}
.footer-credits-text {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.footer-credits-text p:last-child {
  margin-bottom: 0;
}
}
.footer-credits-otgs {
  margin-top: 30px;
  text-align: right;
}



























