
/* 
* Version: 1.7
* Dark Blue Color: #549fce;  
* Dark Blue Hover Color: #666666;  
* Additional color: #c2511b;
* rgba(0,0,0,0.6);
*/

a {
  color: #549fce;
}
a:focus, 
a:hover, 
a:active {
	color: #549fce;
}
a.read-more:hover { 
	color:#549fce; 
}
.linked:hover {
	color:#549fce;
}

/* Headers Default
------------------------------------*/
.header .navbar-nav > .active > a {
  color: #549fce;
}
.header .navbar-nav > .active > a {
  border-color: #2a447b;
}
.header .dropdown-menu {
	border-top: solid 2px #549fce;
}
.header .navbar-nav > li:hover > a {
  color: #549fce;
}
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
  color: #ffffff;
}

.header h3 {
	left:0;
	margin-top:12px;
	color:#cf0023;
	font-family: 'marketprofilebold';
	font-size:3.5em;
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg); 
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}

/* Design for max-width: 991px */
@media (max-width: 991px) {
	.header .navbar-nav > .active > a,
	.header .navbar-nav > .active > a:hover,
	.header .navbar-nav > .active > a:focus {
	  background:  #ffffff;
	  color: #549fce !important;
	}
	.header .navbar-nav > .active > a {
	  border-color: #2a447b;
	}
	.header .nav > li > .search:hover {
	  background:  #2a447b;
	}
}

/* Headers v1
------------------------------------*/
.header-v1 .navbar-default .navbar-nav > .active > a,
.header-v1 .navbar-default .navbar-nav > li > a:hover,
.header-v1 .navbar-default .navbar-nav > li > a:focus {
  color: #549fce;
}
.header-v1 .dropdown-menu {
  border-color: #ffffff
}
.header-v1 .navbar-default .navbar-nav > li:hover > a {
  color: #549fce;
}
.header-v1 .navbar .nav > li > .search:hover {
  color: #549fce;
}
.header-v1 .navbar .nav > li > .search:hover {
  color: #549fce;
}
.header-v1 .navbar-default .navbar-toggle {
  border-color: #549fce;
}
.header-v1 .navbar-toggle,
.header-v1 .navbar-default .navbar-toggle:hover,
.header-v1 .navbar-default .navbar-toggle:focus {
  background:  #549fce;
}
.header-v1 .navbar-toggle:hover {
  background:  #666666 !important;
}

/* Design for max-width: 991px */
@media (max-width: 991px) {
	.header-v1 .navbar-default .navbar-nav > li:hover > a {
  	border-color:  #eee;
	}
	.header-v1 .navbar-default .navbar-nav > .active > a,
	.header-v1 .navbar-default .navbar-nav > .active > a:hover,
	.header-v1 .navbar-default .navbar-nav > .active > a:focus {
	  background-color: #549fce;
	}
	.header-v1 .navbar-default .navbar-nav > .active > a {
	  border-color: #eee;
	}
	.header-v1 .navbar .nav > li > .search:hover {
	  background-color: #549fce;
	}
}


/* Sliders
------------------------------------*/
/* Main Parallax Sldier */
.da-slide h2 i {
	background-color: rgba(0,0,0,0.6);
}

/* Sequence Parallax Sldier */
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#c2511b));
  background: -webkit-linear-gradient(#fff, #c2511b);
  background: -moz-linear-gradient(#fff, #c2511b);
  background: -ms-linear-gradient(#fff, #c2511b);
  background: -o-linear-gradient(#fff, #c2511b);
  background: linear-gradient(#fff, #c2511b)
}
#sequence-theme h2 {
	background: rgba(0,0,0,0.6);
}
#sequence-theme .info p {
	background: rgba(0,0,0,0.6);
}

/* Buttons
------------------------------------*/
.btn-u {
	background: #549fce;
	color: #ffffff;
}
.btn-u:hover, 
.btn-u:focus, 
.btn-u:active, 
.btn-u.active, 
.open .dropdown-toggle.btn-u {
	background: #2a447b;
	color: #ffffff;
}

/* Buttons Color */
.btn-u-split.dropdown-toggle {
   border-left: solid 1px #2a447b;
}

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #549fce;
}
.btn-u.btn-brd:hover {
  color: #2a447b;
  border-color: #2a447b;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #2a447b;   
}

/* Service
------------------------------------*/
.service .service-icon {
	color:#549fce;	
}

/* Service Blocks */
.service-alternative .service:hover { 
	background:#549fce;
} 

/* Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a {
	color:#549fce;
}
.thumbnail-style h3 a:hover {
	color:#549fce;
}
.thumbnail-style {
	background-size: cover;
	background-color: rgb(53, 52, 53) !important;
}
.thumbnail-style a.btn-more {
	background:#549fce;
}
.thumbnail-style a.btn-more:hover {
	box-shadow:0 0 0 2px #549fce;
}

/* Typography
------------------------------------*/
/* Heading */
.headline h2, 
.headline h3, 
.headline h4 {
	border-bottom:2px solid #549fce;
}

/* Blockquote */
blockquote:hover {
	border-left-color:#549fce; 
}
.hero {
	border-left-color: #549fce;
}
blockquote.hero.hero-default {
  background: #549fce;
}
blockquote.hero.hero-default:hover {
  background: #2a447b;
}

/* Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
	color: #549fce;
}

/* Footer
------------------------------------*/
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
	color: #549fce;
}

/* Footer Blog */
.footer .dl-horizontal a:hover {
	color:#549fce !important;
}

/* Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover { 
	color:#549fce; 
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #549fce;
	border-color: #549fce !important;
}

/* Post Comment */
.post-comment h3, 
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
	color: #549fce;
}

/* Tabs
------------------------------------*/
/* Tabs v1 */
.tab-v1 .nav-tabs { 
	border-bottom: solid 2px #549fce; 	
}
.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	background: #549fce; 
}
.tab-v1 .nav-tabs > li > a:hover { 
	background: #549fce; 
}

/* Tabs v2 */
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #549fce;
}

/* Tabs v3 */
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	background: #549fce;
	border: solid 1px #666666;
}

/* Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#549fce; 
}
.acc-home .collapse.in { 
	border-bottom:solid 1px #549fce; 
}

/* Testimonials
------------------------------------*/
.testimonials .testimonial-info {
	color: #549fce;
}
.testimonials .carousel-arrow i:hover {
	background: #549fce;
}

/* Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
	color: #549fce;
}

/* Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#ffffff;
}

/* About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
	color:#549fce !important;
}

/* Social Icons */
.team ul.team-socail li i:hover {
	background: #549fce;
}

/* Right Sidebar
------------------------------------*/
/* Right Sidebar */
.who li i,
.who li:hover i, 
.who li:hover a { 
	color:#549fce; 
}
.who li a { 
	color:#ffffff; 
}

/* Privacy Page
------------------------------------*/
.privacy a:hover {
	color:#549fce; 
}

/* Portfolio Page
------------------------------------*/
/* Portfolio v1 */
.view a.info:hover {
	background: #549fce;
}

/* Portfolio v2 */
.sorting-block .sorting-nav li.active {
	color: #549fce;
	border-bottom: solid 1px #549fce;
}
.sorting-block .sorting-grid li a:hover span.sorting-cover {
	background: #549fce;
}

/* Blog Page
------------------------------------*/
.blog h3 {
	color:#549fce;
}
.blog li a:hover {
	color:#549fce;
}

/* Blog Tags */
ul.blog-tags a:hover {
	background: #549fce;
}
.blog-post-tags ul.blog-tags a:hover {
  background:  #549fce;
}

/* Blog Photos */
.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #549fce;
}

/* Blog Latest Tweets */
.blog-twitter .blog-twitter-inner:hover {
	border-color: #549fce;
	border-top-color: #549fce;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #549fce;	
}
.blog-twitter .blog-twitter-inner a {
	color: #549fce;
}

/* Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
	color:#549fce;
}

/* Coming Soon Page
------------------------------------*/
.coming-soon-border {
	border-top: solid 3px #549fce;
}

/* Search Page
------------------------------------*/
.booking-blocks p a {
	color: #549fce;
}

/* Icons Page
------------------------------------*/
.icon-page li:hover { 
	color:#549fce;
}

/* Glyphicons */
.glyphicons-demo a:hover {
	color: #549fce;
	text-decoration: none;
}

/* Social Icons
------------------------------------*/
.social-icons-v1 i:hover {
  color: #fff;
  background: #549fce;
}

/* Magazine Page
------------------------------------*/
/* Magazine News */
.magazine-news .by-author strong {
	color: #549fce;
}

.magazine-news a.read-more {
	color: #549fce;
}

/* Magazine Mini News */
.magazine-mini-news .post-author strong {
	color: #549fce;
}
.news-read-more i {
	background: #549fce;
}

/* Sidebar Features */
.magazine-page h3 a:hover {
	color: #549fce;
}

/* Page Features
------------------------------------*/
/* Tag Boxes v1 */
.tag-box-v1 {
	border-top: solid 2px #549fce;
}

/* Tag Boxes v2 */
.tag-box-v2 {
	border-left: solid 2px #549fce;
}

/* Tag Boxes v7 */
.tag-box-v7 {
	border-bottom: solid 2px #549fce;
}

/* Font Awesome Icon Page Style */
.fa-icons li:hover { 
  color: #549fce;
}
.fa-icons li:hover i {
  background: #549fce; 
}

/* GLYPHICONS Icons Page Style */
.bs-glyphicons li:hover {
  color: #549fce;
}

/* Navigation
------------------------------------*/
/* Pagination */
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #549fce;
  border-color: #549fce;
}
.pagination li a:hover {
  background: #666666;
  border-color: #666666;   
}

/* Pager */
.pager li > a:hover, 
.pager li > a:focus {
  background: #666666;
  border-color: #666666;   
}
.pager.pager-v2 li > a:hover, 
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover, 
.pager.pager-v3 li > a:focus {
  color: #fff;
  background: #549fce;
}

/* Registration and Login Page v2
------------------------------------*/
.reg-block {
	border-top: solid 2px #549fce;
}

/*Image Hover
------------------------------------*/
/* Image-hover */
#effect-2 figure .img-hover {
	background: #549fce;
}

/* Blog Large Page
------------------------------------*/
.blog h2 a:hover {
	color: #549fce;
}

/* Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover {
	color: #549fce;
}
.timeline-v1 .timeline-footer .likes:hover i {
	color: #549fce;
}

/* Timeline v2 Page
------------------------------------*/
/* The icons */
.timeline-v2 > li .cbp_tmicon {
	background: #549fce;
}

/* Progress Bar
------------------------------------*/
.progress-bar-u {
  background: #549fce;
}

/* Job Inner Page
------------------------------------*/
.job-description .save-job a:hover,
.block-description .save-job a:hover {
	color: #549fce;
}

.job-description .p-chart .overflow-h li i,
.job-description .p-chart .overflow-h li a,
.block-description .p-chart .overflow-h li i,
.block-description .p-chart .overflow-h li a {
	color: #549fce;
}

/* Colorful-ul */
.job-description .colorful-ul li a {
	color: #549fce;
}

/* Search Inner Page
------------------------------------*/
.s-results .related-search a:hover {
	color: #549fce;
}
.s-results .inner-results h3 a:hover {
	color: #549fce;
}
.s-results .up-ul li a:hover {
	color: #549fce;
}
.s-results .down-ul li a {
	color: #549fce;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes p a {
  color: #549fce;
}
.funny-boxes .funny-boxes-img li i {
  color: #549fce;
}
.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/* Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #549fce;
}

/* Blockquote
------------------------------------*/
blockquote.bq-green {
  border-color: #549fce;
}
blockquote:hover,
blockquote.text-right:hover {
  border-color: #549fce;
}
.quote-v1 p::before {
  color: #549fce;
}

/* Green Left Bordered Funny Box */
.funny-boxes-left-green {
  border-left: solid 2px #549fce;
}
.funny-boxes-left-green:hover {
  border-left-color: #549fce;
}

/* Testimonials Default
------------------------------------*/
/* Testimonials */
.testimonials .carousel-arrow i:hover {
  background: #549fce;
}

/* Testimonials Default */
.testimonials-bg-default .item p {
  background: #549fce;
}
.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #549fce;
}
.testimonials-bg-default .carousel-arrow i {
  background: #549fce;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #666666;
}

/* Promo Page
------------------------------------*/
/* Promo Box */
.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #549fce;
}

/* Typography
------------------------------------*/
.dropcap {
	color: #549fce;
}

.dropcap-bg {
	color: #fff;
	background: #549fce;
}

/* Breadcrumbs
------------------------------------*/ 
span.label-u,
span.badge-u {
  background: #549fce;
}

/* Icons
------------------------------------*/
/* Icon Link*/
.link-icon:hover i {
  color: #549fce;
  border: solid 1px #549fce;
}

.link-bg-icon:hover i {
  color: #549fce;
  background: #549fce !important;
  border-color: #549fce;
}

/* Icons Backgroun Color
------------------------------------*/ 
i.icon-color-u {
  color: #549fce;
  border: solid 1px #549fce;
}
i.icon-bg-u {
  background: #549fce;
}

/* Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
	color: #549fce;
}

/* Colored Content Boxes
------------------------------------*/
.service-block-u {
  background: #549fce;
}

/* Panels (Portlets)
------------------------------------*/
.panel-u {
	border-color: #549fce;
}
.panel-u > .panel-heading {
   background: #549fce;
}

/* Owl Carousel
------------------------------------*/
.owl-btn:hover {
  background: #549fce;
}

/* Counter
------------------------------------*/
.counters span.counter-icon i {
	background: #549fce;
}
.counters span.counter-icon i:after {
	border-top: 7px solid #549fce;
}

/* SKy-Forms
------------------------------------*/
/* Buttons */
.sky-form .button {
	background: #549fce;
}

/* Rating */
.sky-form .rating input:checked ~ label {
	color: #549fce;
}

/* Message */
.sky-form .message {
	color: #549fce;
}
.sky-form .message i {
	border-color: #549fce;
}

/* Profile
------------------------------------*/
.profile .profile-post:hover span.profile-post-numb {
	color: #549fce;
}
.profile .date-formats {
	background: #549fce;
}
.profile .name-location span i,
.profile .name-location span a:hover {
	color: #549fce;
}
.share-list li i {
	color: #549fce;
}
.profile .comment-list-v2 li:hover i,
.profile .comment-list li:hover i {
	color: #549fce;
}
.profile .profile-post.color-one {
	border-color: #549fce;
}

/* Pricing Page
------------------------------------*/
/* Pricing Head */
.pricing:hover h4 {
	color:#549fce;
}
.pricing-head h3 {
	background:#549fce;
	text-shadow: 0 1px 0 #666666;	
}
.pricing-head h4 {
	color:#999;
	background:#fcfcfc;
	border-bottom:solid 1px #c2511b;
}
	
/* Pricing Content */
.pricing-content li {
	border-bottom:solid 1px #c2511b;
}
.pricing-content li i {
	color:#549fce;
}

/* Pricing Extra */
.sticker-left {
	background: #549fce;
}

/* Pricing Footer */
.pricing-footer a:hover,
.pricing-footer button:hover {
	background:#666666;
}

/* Pricing Active */
.price-active h4 {
	color:#549fce;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#549fce;
}

/* Mega Pricing Tables 
------------------------------------*/
.pricing-mega-v1 .pricing-head h3,
.pricing-mega-v2 .pricing-head h3,
.pricing-mega-v3 .pricing-head h3 {
	text-shadow: 0 1px 0 #666666;
}

/* Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i {
	color:#549fce;
}
.pricing-mega-v1 .pricing-content li i {
	color: #549fce; 
}

/* Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {	
	background: #549fce;
}
.pricing-bg-colored .pricing-head i {
	color:#549fce;
}
.pricing-bg-colored .pricing-footer .btn-u {
	border: 1px solid #fff;
}
.pricing-bg-colored .pricing-head p {
  border-bottom: 1px solid #c2511b;
}

/* Pricing Table Mega v2 
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color {
	background: #549fce;
}
.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4, 
.pricing-mega-v2 .block:hover li, 
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
	background: #549fce;
}

/* Pricing Table Mega v3 
------------------------------------*/
.pricing-mega-v1 .btn-group .dropdown-menu,
.pricing-mega-v3 .btn-group .dropdown-menu {
	background: #549fce !important;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover,
.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
	background: #666666;
}

/* Grid Block v2 
------------------------------------*/
.grid-block-v2 li:hover .grid-block-v2-info {
  border-color: #549fce;
}

/* Testimonials v3 Title 
------------------------------------*/
.testimonials-v3 .testimonials-v3-title p {
  color: #549fce;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background:  #549fce;
}

/* Content Boxes v4 
------------------------------------*/
.content-boxes-v4 i {
  color: #549fce;
}

/* Thumbnails v1 
------------------------------------*/
.thumbnails-v1 .read-more {
  color: #549fce;
}

/* Thumbnails v6 
------------------------------------*/
.testimonials-v6 .testimonials-info:hover {
  border-color: #549fce;
}

/* Team v1 
------------------------------------*/
.team-v1 li:hover > p:before {
  background:  #549fce;
}

/* Team v4
------------------------------------*/
.team-v4 .team-social-v4 a:hover {
  color: #549fce;
}

/* Team v5 & v6 & v7
------------------------------------*/
.team-v5 small,
.team-v6 small,
.team-v7 .team-v7-position {
  color: #549fce;
}

/* Headliner Center
------------------------------------*/
.headline-center h2:after {
  background:  #549fce;
}

/* Headliner Left
------------------------------------*/
.headline-left .headline-brd:after {
  background:  #549fce;
}

/* Portfolio Box
------------------------------------*/
.portfolio-box .portfolio-box-in i {
  background:  #549fce;
}

/* Flat Background Block v1
------------------------------------*/
.flat-bg-block-v1 .checked-list i {
  color: #549fce;
}

/* Owl Carousel v5
------------------------------------*/
.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background:  #549fce;
}

/* Content Boxes v5
------------------------------------*/
.content-boxes-v5:hover i {
  background:  #549fce;
}

/* Block Grid v1
------------------------------------*/
.block-grid-v1:hover {
  border-color: #549fce;
}

/* Block Grid v2
------------------------------------*/
.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #549fce;
}

/* Content Boxes v6
------------------------------------*/
.content-boxes-v6:hover i:after {
  border-color: #549fce;
}
.content-boxes-v6:hover i {
  background:  #549fce;
}

/* Portfolio Box-v2
------------------------------------*/
.portfolio-box-v2 .portfolio-box-v2-in i {
  background:  rgba(0,0,0,0.6);
}
.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background:  #549fce;
}

/* Service Block v1
------------------------------------*/
.service-block-v1 i {
  background:  #549fce;
}

/* Service Block v4
------------------------------------*/
.service-block-v4 .service-desc i {
  color: #549fce;
}

/* Service Block v7
------------------------------------*/
.service-block-v7 i {
  background: #549fce;
}

/* Service Block v8
------------------------------------*/
.service-block-v8 .service-block-desc h3::after {
  background: #549fce;
}

/* Testimonials bs
------------------------------------*/
.testimonials-bs .carousel-control-v2 i:hover {
  border-color: #549fce;
  color: #549fce;
}

/* Fusion Portfolio
------------------------------------*/
.fusion-portfolio #filters-container .cbp-filter-item-active {
  background:  #549fce;
  border-color: #549fce;
}

 .fusion-portfolio #filters-container .cbp-filter-item:hover {
  color: #549fce;
}

.blog_masonry_3col h3 a:hover {
  color: #549fce;
}

/* Cube Portfolio
------------------------------------*/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
  color: #549fce;
}
.cube-portfolio .link-captions li i:hover {
	color: #fff;
	background: #549fce;    
}
.cube-portfolio .cbp-caption-activeWrap.default-transparent-hover {
  background: rgba(0,0,0,0.6) !important;
}

/* Recent Works
------------------------------------*/
.owl-work-v1 .item a:hover span {
  border-bottom-color: #549fce;
}

/* Footer Default
------------------------------------*/
.footer-default .footer .dl-horizontal a:hover {
  color: #549fce !important;
}
.footer-default .footer a {
    color: #549fce;
}
.footer-default .footer a:hover {
  color: #666666;
}
.footer-default .copyright a {
  color: #549fce;
}
.footer-default .copyright a:hover {
  color: #666666;
}

/* Footer v4
------------------------------------*/
.footer-v4 .copyright a {
  color: #549fce;
}

/* Title v1
------------------------------------*/
.title-v1 h1:after, .title-v1 h2:after {
  background-color: #549fce;
}

/* Copyright Section
------------------------------------*/
.copyright-section i.back-to-top:hover {
  color: #549fce;
}

/* Top Control
------------------------------------*/
#topcontrol:hover {
  background-color: #549fce;
}

/* News Info
------------------------------------*/
.news-v1 .news-v1-info li a:hover {
  color: #549fce;
}
.news-v1 h3 a:hover {
    color: #549fce;
}
.news-v2 .news-v2-desc h3 a:hover {
    color: #549fce !important;
}
.news-v3 .post-shares li span {
  background: #549fce;
}
.news-v3 .posted-info li a:hover {
  color: #549fce !important;
}
.news-v3 h2 a:hover {
  color: #549fce !important;
}

/* Blog Trending
------------------------------------*/
.blog-trending small a:hover {
  color: #549fce;
}

/* Blog Masonry
------------------------------------*/
.blog_masonry_3col ul.grid-boxes-news li a:hover {
	color: #549fce;
}

/* List v1
------------------------------------*/
.lists-v1 i {
  background: #549fce;
}

/* List v2
------------------------------------*/
.lists-v2 i {
  color: #549fce;
}

/* Process v1
------------------------------------*/
.process-v1 .process-in > li i {
  background: #549fce;
}

/* Featured Blog
------------------------------------*/
.featured-blog h2::after {
  background: #549fce;
}
.featured-blog .featured-img i:hover {
  color: #fff;
  background: #549fce;
}

.rgba-default {
  background-color: rgba(245, 101, 160, 1);
}

/* Blog Latest Posts
------------------------------------*/
.blog-latest-posts h3 a:hover {
	color: #549fce !important;
}

/* Blog Trending
------------------------------------*/
.blog-trending h3 a:hover {
	color: #549fce !important;
}

.pictureWrapper {
	clear:both;
	width:100%;
	margin: 12px auto 0 auto;
}
.pictureContainer100 {
	height:0px;
	width:100%;
	padding-top:100%;
	position:relative;
}
.pictureContainer70 {
	height:0px;
	width:100%;
	padding-top:70%;
	position:relative;
}
.pictureContainer33 {
	height:0px;
	width:100%;
	padding-top:33%;
	position:relative;
}

/* =Slider and Large Photo headers
-------------------------------------------------------------- */
.flexslider {
  margin-bottom: 0px;
}
.flexslider .container {
  position: relative;
  z-index: 9;
  text-align: left;
  height: 460px;
}
.flexslider .container .carousel-caption {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  bottom: 0;
  opacity: 10;
  filter: alpha(opacity=1000);
  margin: 0 25% 0 0;
  padding: 60px 0px;
  background: none;
  text-align: left;
  left: 0;
  right: 0;
}
.flexslider .container .carousel-caption h2 {
  display: inline-block;
  margin: 0 0 0px 0;
  padding: 16px 30px;
  background: #549fce;
  background-color: rgba(0,0,0,0.6);
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 50px;
  font-weight: 300;
  width: auto;
}
@media (max-width: 767px) {
	.flexslider .container .carousel-caption h2 {
		font-size: 32px;
	}
}
.flexslider .container .carousel-caption h2.skincolored {
  background: #549fce;
  background-color: rgba(0,0,0,0.6);
  color: #ffffff;
}
.flexslider .container .carousel-caption .lead {
  display: inline-block;
  margin: 0;
  padding: 16px 30px;
  background: #549fce;
  background-color: rgba(0,0,0,0.6);
  line-height: 1.25;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 300;
}
.flexslider .container .carousel-caption .lead.skincolored {
  background: #000000;
  background: rgba(0,0,0,0.6);
  color: #ffffff;
}
.flexslider .container .carousel-caption .btn {
  margin-top: 15px;
}
.flexslider .container .carousel-caption .round_badge {
  display: block;
  width: 90px;
  height: 90px;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 120px;
  background-color: #C94EB7;
  border-radius: 60px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.flexslider .container .carousel-caption .round_badge strong {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
  display: block;
}
.flexslider .container .carousel-caption .round_badge strong i {
  font-size: 42px;
}
.flexslider a.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 0;
}
.flexslider .item {
  height: 480px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full_page_photo {
  height: 400px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.full_page_photo.slider_wrapper {
  height: 480px;
}
.full_page_photo section.call_to_action {
  margin: 0;
  max-width: 960px;
  padding: 0px 0px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 10px;
}
.full_page_photo section.call_to_action img {
  display: block;
}
.full_page_photo section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  padding: 16px 30px;
  margin: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  clear: both;
}
.full_page_photo section.call_to_action h3.skincolored {
  background: #549fce;
  background-color: rgba(66, 139, 202, 0.6);
}
.full_page_photo section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 16px 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  clear: both;
}
.full_page_photo section.call_to_action h4.skincolored {
  background: #549fce;
  background-color: rgba(66, 139, 202, 0.6);
}
.full_page_photo #map {
  height: 400px;
}
.full_page_photo #map img {
  max-width: none !important;
}

.list-group .radio {
	margin:0;
}
.list-group-item li {
	padding:4px 8px;
}
.list-group-item {
	background: #353435;
}
.priceFor {
	font-size:2em;
	font-weight: 900;
	color:#549fce;
}
.priceFrom {
	font-size:1.4em;
	text-decoration: line-through;
}
.picWrapper {
	width:100%;
	margin:auto;
	padding:20px;
}
.picWrapper2 {
	width:100%;
	margin:auto;
}
.picContainer43 {
	height:0px;
	width:100%;
	padding-top:75%;
	position:relative;
}
.picContainerSquare {
	height:0px;
	width:100%;
	padding-top:100%;
	position:relative;
}
.videoWrapper {
	clear:both;
	width:100%;
	margin: 24px auto 0 auto;
}
.videoContainer {
	height:0px;
	width:100%;
	padding-top:56.25%;
	/* 16/9 */
	position:relative;
}
.videoContainer iframe {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
.clsUsp {
	background-color:#549fce;
	padding:12px;
	padding-left:16px;
	padding-bottom:1px;
	font-weight:900;
	font-size:1.4em;
}
.clsUsp UL LI {
	color:#fff;
	line-height:1.8em;
}
.clsUsp2 {
	background-color:#e6f4ff;
	color:#333;
	padding:20px;
	font-weight:900;
	font-size:1em;
	line-height:1.4em;
	padding-bottom:1px;
}
.clsUsp2 DIV {
	margin-bottom:12px;
}
.clsUsp2 DIV:last-child {
	margin-bottom:0px;
}
.cProfile {
	background-color:#549fce;
	padding:12px;
	font-weight:900;
	font-size:1.2em;
	color:#fff;
}
/*shopping cart*/
.shoppingcart {
	padding-top:4px;
  color: #ffffff;
}
.cart_items, .cart_prijs {
	text-align:right;
	list-style-type: none;
  color: #ffffff;
}
.cart_items ul li a {
  color: #ffffff;
	font-family:open_sansbold;
	text-transform:uppercase;
}
.cart_items a {
   color: #ffffff;
}
.cart_items a:hover {
	text-decoration:underline;
}
.cart_prijs {
   color: #ffffff;
	font-family:open_sansbold;
}
.cart_color {
   color: #2a447b !important;
}
.cart_button {
   color: #2a447b !important;
   border: 1px solid #666 !important;
   border-radius: 0px !important;
}
.breadcrumbs.breadcrumbs-dark {
  border-bottom: solid 3px #549fce;
}
.prijskleur {
  color: #549fce;
  font-size:1.6em;
  font-weight:600;
}
.clsPreOrder {
  color: #549fce;
  border-color: #549fce;
  font-size:1.1em;
  font-weight:600;
  margin-top:24px !important;
}
.blockopeninghours {
  padding:24px; 
  color:#ffffff !important;
  background:#2a447b !important;
  margin-bottom:12px;
    border-radius: 4px !important;
}
.blockopeninghours h2,.blockopeninghours h3,.blockopeninghours h4 {
  color:#ffffff; 
}
.bike-badge {
	top: 36px;
	color: #fff;
	width: 300px;
	padding: 5px;
	right: -86px;
	font-size: 1em;
	font-weight: bolder;
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color:#549fce;
}
.purchase {
  background-color: #353435; 
}
.purchase span, 
.purchase p {
  color: #ffffff; 
}
body.bodyclass {
	color: #ffffff;
	font-size: 13px;
  background-color: #353435; 
	font-family: 'Open Sans', sans-serif;
}
body.bodyclass .wrapper {
	 background: #353435;
   color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
p { 
   color: #ffffff;
}
.sky-form a {
	 color: #ffffff !important;
}
.sky-form a.btn-u {
	 color: #ffffff !important;
}
h1, h2, h3, h4, h5 { 
   color: #ffffff;
}
.headline h1, h2 { 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif; 
}
.breadcrumbs.breadcrumbs-sitebuilder h1 {
   background-color: rgba(0,0,0,0.6);
  color: #ffffff;
   padding-left: 10px;
   padding-right: 10px;
}
.breadcrumbs.breadcrumbs-sitebuilder {
   padding: 100px 0 40px;
   border-bottom: solid 3px #549fce;
   margin-top: 100px;
}
.breadcrumbs.breadcrumbs-sitebuilder .breadcrumb{
   background-color: rgba(0,0,0,0.6);
   padding-left: 10px;
   padding-right: 10px;
}
.breadcrumbs li > a {
  color: #ffffff;
}
.nav > li > a:focus, .nav > li > a:hover {
   background-color: #2a447b;
}

.table-header {
   background-color: #549fce;
   color: #ffffff;
   font-weight:600;
}
.color-primary {
   color: #549fce;
}
.color-footer-primary {
   color: #eeeeee !important;
}
.sm-margin-bottom-30 {
   margin-bottom: 30px;
}
.blog_masonry_3col {
	padding-bottom: 60px;
}

.blog_masonry_3col .grid-boxes-in {
	padding: 0;
	margin-bottom: 30px;
	border: solid 1px #eee;
}

.blog_masonry_3col .grid-boxes-caption {
	padding: 15px;
}

.blog_masonry_3col h3 {
	font-size: 20px; 
	font-weight: 200;
	line-height: 28px;
}

.blog_masonry_3col h3 a {
	color: #555;
}

.blog_masonry_3col h3 a:hover {
	color: #549fce;
}

.blog_masonry_3col h3 a:hover {
	color: #549fce;
}

.blog_masonry_3col ul.grid-boxes-news {
	margin-bottom: 15px;
}

.blog_masonry_3col ul.grid-boxes-news li {
	font-size: 12px;
}

.blog_masonry_3col ul.grid-boxes-news li,
.blog_masonry_3col ul.grid-boxes-news li a {
	color: #777;
}

.blog_masonry_3col ul.grid-boxes-news li a:hover {
	color: #549fce;
}

/*Quote Block*/
.grid-boxes-caption.grid-boxes-quote {
	padding: 30px;
	background: #333;
	text-align: center;
}

.grid-boxes-quote p {
	position: relative;
}

.grid-boxes-quote p:after {
    content: " \" ";
	margin-left: 10px;
    position: absolute;
    font-family: Tahoma;
}

.grid-boxes-quote p:before {
    content: " \" ";
	margin-left: -15px;
    position: absolute;
    font-family: Tahoma;
}

.grid-boxes-quote p,
.grid-boxes-quote p a,
.grid-boxes-quote span {
	color: #fff;
	font-size: 18px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}	
.purchase .btn-u.btn-block {
   color: #ffffff;
   background: #549fce;
}	
.purchase .btn-u.btn-block:hover {
   color: #ffffff;
   background: #549fce;
}	
.topbar-v4 {
   color: #ffffff;
   background: #2a447b;
   padding-top: 10px;
}	
.header .btn-u {
   color: #2a447b;
   background: #ffffff;
}	
.flex-direction-nav a {
	color: rgba(0,0,0,0.6);
}	
.flex-direction-nav a:before {
  color: rgba(0,0,0,0.6);
}	
.purchase .btn-buy a{
  margin-top: 18px;
  margin-bottom: 9px;
}	
li {
   color: #ffffff;
}	
.standaardtekstkleur {
   color: #ffffff;
}	
.thumbnails {
   background-color: #353435;
}	
.table {
   background-color: #353435;
}	
.di-meldingen { 
  padding:24px; 
  color:#ffffff; 
  background:#549fce; 
  margin-bottom:12px;
    border-radius: 4px !important;
}
.di-meldingen p { 
   color: #ffffff;
}
.di-meldingen h2, .di-meldingen h3, .di-meldingen h4 { 
   color: #ffffff;
}
.footer-v1 .footer h2 {
	color: #eeeeee;
	font-size: 18px;
	font-weight: normal;
  font-family: 'Open Sans', sans-serif; 
	border-bottom:2px solid #eeeeee;
}
.sale-alert {
	position: relative;
	color: #449d44;
	font-size: 1em;
	font-style: italic;
	font-weight: 900;
  font-family: 'Open Sans', sans-serif; 
  bottom: -16px;
}
.sale-alert-list {
	position: relative;
	color: #449d44;
	font-size: 1em;
	font-style: italic;
	font-weight: 900;
  font-family: 'Open Sans', sans-serif; 
  bottom: -16px;
  z-index: 2;
  margin-top: -20px;
  padding-right: 2px;
}
@media (max-width: 550px) {
    .sale-alert {
       bottom: 62px;
    }
}
.fd-bbrow {
	background: #fff;
  padding:24px 96px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.05);
}
.embed-container { 
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  }
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullbarcolor {
  background-color: #2a447b;
}
.navbar-nav>li>a {
  color: #ffffff;
}
.btn-fd-order {
   color: #ffffff;
   background: #4fb847;
}
.btn-fd-order-detail {
   padding: 9px 36px;
   font-size: 1.4em;
}
.btn-fd-order:hover {
  color: #ffffff;
  background: #2a447b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
        .da-cat {
            position: relative;
            float: left;
            border-radius: 5px !important;
            border: 1px solid #434343;
            height: 80px;
            max-height: 80px;
            width: 100%;
            margin-right: 2px;
            margin-bottom: 12px;
            top: 0px;
            text-align: center;
            line-height: 80px;
            font-weight: 400;
            font-size: 1.2em;
        }
        .da-cat:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
        .fa-mgr {
            margin-right: 8px !important;
        }
        .da-cat-fa {
            z-index: 1;
            opacity: 0.7;
        }
        .latest-list small {
            color: #549fce;
        }
@media (min-width:991px) {
        .navcenter {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
}
        .sliderspace {
          padding: 27px;
        }
.fd-usphomepage {
    background: #EE3031;
    color: #fff;
    font-weight:900;
    font-size:1.2em;
    padding: 12px 0px 12px 0px;
}
.fd-filiaal {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif; 
    font-weight:600;
    font-size:1.2em;
    padding: 24px 0px 0px 0px;
}
.sidebar-nav-v1 > li.active > a {
  color: #ffffff !important;
  background: #2a447b !important;
}
.productgroup {
    margin-bottom: 24px;
    border: 2px solid #549fce;
    background-color: #ffffff;
}
.productgroup:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.productgroupcaption {
    background-color: #2a447b;
    text-align: center;
    width: 100%;
    height: 48px;
    padding: 2px;
}
.productgroupcaption h3 {
    color: #ffffff !important;
    font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
.productgroupcaption a:hover {
    text-decoration: none;
}
.caption h3 {
    color: ##ffffff !important;
    font-size: 1.0em;
	font-family: 'Open Sans', sans-serif;
}
.fd-check {
    border: none !important;
    padding: 0px !important;
}
.product-option {
    font-size: 13px !important;
}
.sky-form select {
    font-size: 13px !important;
    padding-left: 6px;
    margin-bottom: 0px;
}
.list-group-item.active a {
    color: #fff !important;
}
.list-group-item.active {
    background-color: #549fce !important;
    border-color: #549fce !important;
}
.header-fixed .header.header-fixed-shrink .nav .search-open{ 
    top:45px
}
.header .nav > li > .search {
  border-bottom: solid 2px transparent; 
} 
.header .nav > li > .search:hover { 
    color:#ffffff; 
    border-bottom-color:#ccc; 
} 
.header .navbar-nav > li > a, .header .navbar-nav > li > a:focus {
  border-bottom: solid 2px transparent; 
} 
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
  border-bottom:solid 2px transparent !important; 
} 
.header { 
  border-bottom: 2px solid #fff
} 
.header-fixed .header.header-fixed-shrink .nav { 
  background: inherit;     
  margin-bottom: -10px; 
} 
.header-fixed .header.header-fixed-shrink { 
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.16); 
  background: rgba(255,255,255, 0.96) !important;     
} 
@media (min-width: 992px) { 
      body.bodyclass .wrapper { 
          margin-top:156px;
      } 
      .header-fixed .header.header-fixed-shrink .logo img { 
          width: 200px !important;
          margin: 8px 0px 0px 0px; 
      } 
      .header-fixed .header.header-fixed-shrink { 
          margin-top: 0 !important;
      }
}
.valign-middle-align-center {
  position: relative;                /* [1] */
  display: inline-block;             /* [2] */
  top: 50%; left: 50%;               /* [3] */
  transform: translate(-50%,-50%);   /* [4] */
}
.valign-middle-align-left {
  position: relative;                /* [1] */
  display: inline-block;             /* [2] */
  top: 50%;                           /* [3] */
  transform: translate(0%,-50%);   /* [4] */
}
.valign-middle-align-right {
  position: relative;                /* [1] */
  display: inline-block;             /* [2] */
  top: 50%; left: 100%;               /* [3] */
  transform: translate(-50%,-50%);   /* [4] */
}
.sky-form {
	font-family: 'Open Sans', sans-serif !important;
}
.megamenu-title {
  font-size:1.6rem;
  color:#549fce;
  font-weight:900;
}
.dropdown-link-list {
  list-style-type:none;
  padding-inline-start: 0px;
  margin-bottom:24px;
}
@media (min-width: 991px) {
  .md-margin-bottom-40 {
      margin-bottom:40px;
  }
}
  .newcaption {
      height:50px;
      overflow:hidden;
  }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
      background-color: #2a447b;
      color: #ffffff;
}
.filter-caption-link > li.active > a, filter-caption-link > li.active > a:hover, filter-caption-link > li.active > a:active {
      color: #ffffff !important;
}
.fa-mgl {
  margin-left:12px
}
.homepageblock-title {
    position:absolute;
    width:100%;
    bottom:24px;
    background: rgba(0,0,0,0.6);
}
.homepageblock-title h3 {
    color:white;
    font-weight:300;
}
.search-btn-v8 {
    cursor: pointer;
}
.re-title-v1,
.re-text-v1 {
  text-shadow: 4px 4px 4px #000;
}
.rev-title {
    position: absolute;
    bottom: 15%;
    left: 5%;
    z-index:499;
    color: #ffffff;
    font-size: 2.8em;
}
.rev-subtitle {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index:499;
    color: #000;
    font-size: 1.6em;
}
@media (max-width: 1199px) {
    .rev-title {
        font-size: 2.2em;
    }
    .rev-subtitle {
        font-size: 1.2em;
    }
}
@media (max-width: 992px) {
    .rev-title {
        font-size: 2em;
    }
    .rev-subtitle {
        font-size: 1em;
    }
}
@media (max-width: 768px) {
  .re-text-v1 {
      font-size: 2.4rem;
  }
}
        .owl-news {
            padding-left: 10%;
            padding-right: 10%;
        }
        .news-item { 
            box-shadow: 0 2px 35px 0 rgba(235, 237, 242, 0.8);
            margin: 24px 24px;
            padding: 12px;
            overflow: hidden;
        }
        .news-item a {
            text-decoration: none;
        }
        .news-item-image {
            overflow: hidden;
        }
        .news-item-title {
            width:100%; 
            height:48px;
            text-align:center;
            padding: 4px 0px;
            font-size: 1.6em;
            color: #ffffff;
        }
        .news-item-text {
            width:100%; 
            height:124px;
            color: #ffffff;
        }
        .owl-news-nav {
            position:absolute;
            width:inherit;
            z-index:100;
            padding-left: 6%;
            padding-right: 6%;
            padding-top:148px;
        }

        .owl-page span {
            background: #549fce !important;
        }

        @media (max-width: 1199px) {
            .owl-news, 
            .owl-news-nav {
                padding-left: 0px;
                padding-right: 0px;
            }
        }
        .ssws-cta-1 {
          background-color: #353435; 
          padding: 48px 0px;
          background-size: cover;
        }
        .ssws-cta-2 {
	        background: #2a447b;
          padding: 48px 0px;
        }
        .cta-title {
          font-size: 2.2em;
          margin-bottom:32px;
          line-height: 40px;
        }
        .cta-text {
          font-size: 1.2em;
        }
        .ssws-cta-1 .cta-title,
        .ssws-cta-1 .cta-text {
          color: #ffffff !important; 
        }
        .ssws-cta-2 .cta-title,
        .ssws-cta-2 .cta-text {
          color: #ffffff !important; 
        }
.sky-form label,
.sky-form .radio {
    color:  #ffffff !important;
}
.sky-form .radio input + i:after,
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    color:  #549fce !important;
    background-color:  #549fce !important;
}
.elevateheadline {
    margin-top:-64px;
    background:#ffffff;
    padding:12px 24px 24px 24px;
}
.elevateheadline h2 {
    color: #549fce;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
}
.elevateheadline h2 a {
    font-style: normal;
}
.bikelist {
    border: 1px solid #ddd;
    margin-bottom: 68px;
}
.bikelist .caption {
    padding: 12px;
}
.bikelist .caption h3 {
    font-size: 1.4em;
    color: #549fce;
}
.bikelist .caption a {
    text-decoration: none; 
}
.bikelist .caption p {
    overflow: hidden;
    height: 40px;
}
.bikelistpictureWrapper {
    clear: both;
    width: 100%;
    overflow: hidden; 
}
.colprijs {
    float: left;
    position:relative;
    background-color:#d7d7d7;
	padding:9px 0px 9px 0px;
	color:black;
	text-align:center;
	font-size:1.1em;
    font-weight: 900;
	height:42px;
    width:50%;
}
.colbutton {
    float: left;
    position:relative;
	background-color:black;
	padding:10px 10px 10px 10px;
	text-align:center;
	text-transform:uppercase;
	color:white;
	height:42px;
    width:50%;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}
.colbutton:hover {
	background-color: #549fce;
}
.colbutton a {
	color:white;
}
.bikelistbuttons {
    margin: 8px -1px;
}
.vd-select {
  margin-left: -28px;
  margin-right: 12px;
  border: 1px solid #ddd;
  padding: 4px;
  width: 72px;
  color: #444 !important;
}
.snippet-5sterrenspecialist {
    display: block;
    padding: 5px;
    line-height: 16px;
}

.snippet-5sterrenspecialist .rating-box,
.snippet-5sterrenspecialist .rating {
    background-repeat: repeat-x;
    background-size: 16px;
}

.snippet-5sterrenspecialist .rating-box {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUxpcbmXY7qYZLqYY7mXY7qXY7yZZb6daCBnnJMAAAAIdFJOUwD9UIzZtjEZ8m+HHwAAASZJREFUOMutkjFzwyAMhalxzFo5OF1x7rrb1z9gZWjXeOh1de7a3Rny/2tBsIGIqdUEJxAf7z0h/lLVlGnILtMoh0zjcsg0+n2mgZCB0mh4qH175qEO1xceatjVPFRXNDyUETBzUECXWCghWk6UsiYwDurZ3VpHH+9F8yvwu0kohHsZK5crveBJaD5t0f1XuxrB0rU6sVShU6DCRIn1pIToXxK+Ho7YQePGHA37hsCu3TasgI/4vZlPRIWDfznx3dv94JV3QqURwild+EylV/1vabSkdxMTKThqbBbmpzhbtG0BanckpB1Iu9siX8LbdxVSSrRJeNH0pPCi7BzxKrg5GSWcIt5Cw8mLjufItGZVF0LectM0TsDlPc7wWm8h4U+wnsU/1C9A8ShDTGLROwAAAABJRU5ErkJggg==);
}

.snippet-5sterrenspecialist .rating {
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGFBMVEVMaXG6mGO/m2i5l2O5l2O7mWW6l2O5mGQs4MZ1AAAACHRSTlMAaRff/0C5lNBFSKEAAAC0SURBVHja7ZNBDgQhCAQFGvz/j/e0YVxn7en71M1EQ9HgeGlsaHioBZBDolCaEQDXjADTjIASjQDXjADTjIAQjYDUjIApGElODjAnqwV8ibqSizUl1nIZ7L7/ihcOdGBc6zD0DKr/TKuczJjoEy26UBMrNQhbBbpHopKJPY892HjYQr/0Y6o9W4teC9rC9Mvci7YQtj5noZb3uUiwuSnbOdi5b7LXKdi4/1j+t4W8F83xIvIBSsMIqQMYDAwAAAAASUVORK5CYII=);
}

.snippet-5sterrenspecialist .schema-5sterrenspecialist {
    display: inline-block;
    vertical-align: top;
}

.snippet-5sterrenspecialist p {
    margin: 0;
    color: #ffffff;
}

.snippet-5sterrenspecialist p span {
    font-weight: bold;
    color: #b99763;
}

.snippet-5sterrenspecialist a {
    color: #b99763;
}
.snippet-5sterrenspecialist a:focus,
.snippet-5sterrenspecialist a:hover {
    text-decoration: none;
}
.sb-sc-badge {
    position: absolute;
    top: -6px;
    left: 15px;
    color: #ffffff;
    background: #4fb847;
    box-shadow: 0px 2px 10px #000;;
}
.sb-sc-lb .sb-sc-badge {
    font-size: 0.4em !important;
}
.sb-filtercheck {
    margin-bottom: 4px !important;
    padding-left: 2px !important;
    font-size: 13px !important;
    line-height: 17px !important;
    cursor: pointer !important;
}
.sb-filtercheckbox{
    width: 17px;
    height: 17px;
    border: solid 1px #bbb;
    background: white;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
    color: #404040 !important;
}
.sb-filtercheckbox i {
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
    color: #549fce;
    font-size: 10px;
}
.dropdown-click {
    cursor: pointer;
}
.breadcrumb.bc-simple a {
    color: #549fce;
}
.breadcrumb.bc-simple a:hover {
    color: #549fce;
}
.breadcrumb.bc-simple .active {
    color: #ffffff;
}
.btn-u {
   font-family: "Open Sans";
}
@media (min-width: 991px) {
  .md-margin-top-20 {
      margin-top:20px;
  }
}
