/* main settings */

* {
	margin: 0;
}


html {
	overflow: -moz-scrollbars-vertical; /* force vertical scroll bars in FF to prevent horizontal 'shaking' */
}

body {
	/* font-family: Helvetica, Arial, sans-serif; */
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	/* font-family: "Open Sans",sans-serif; */
	font-size: 1.4em;
	line-height: 2.0em;
	color: #6B6B47;
	margin: 0;
	padding: 0;

	background: url("/img/geschrift2.jpg") repeat scroll center top #EEEEEE;

	/*
	background: url('/img/bggrey.png');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	*/
}

p {
	margin-bottom: 10px;
}

hr {
	color: none;
	border: solid 1px #DDDDDD;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: #BA2F39;
	text-decoration: underline;	
}

.navbar a {
	text-decoration: none;		
}

a:hover {
	color: #F80012;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

.small {
	font-size: 80%;
	line-height: 120%;
}

img {
	border: none;
  max-width: 100%; /* responsive */	
}

/* responsive video youtube */
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* aligns */
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.pleasewait {
	display: none;
	border: solid 1px grey;
	text-align: center;
	padding: 10px;
}

.errors li {
	color: #990000;
	font-size: 80%;
	background: yellow;
	padding: 2px;
}

.errormessage {
	color: #990000;
	background: yellow;
	padding: 5px;
}

h1,h2,h3,h4,h5,h6, legend {
	font-weight: normal;
	color: #111111;
	font-family: times,Times New Roman,times-roman,georgia,serif;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
	letter-spacing: -0.03em;
	color: #111111;
}

h2, legend {
	color: #444444;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 1.5em;
	padding: 9px 0 5px 0;
	margin: 0;
}

h3 {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2pt;
	word-spacing: normal;
	font-style: italic;
}

.row, .container {
	background: #FFFFFF;	
}


#content {
	/* padding-top: 199px; /* Height of the header */
	/* padding-top: 10px; /* Height of the header */
	/* padding-bottom: 40px; /* Height of the footer */
	width: 100%;
	text-align: left;

	color: #6B6B47;
/*
	font-size: 13px;
	line-height: 24px;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
*/	
}

#maincontent {
	text-align: left;
	/* padding: 20px; */
}

#sidebar {
	text-align: left;
	/*	padding: 20px;	 */
	color: #6B6B6B;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	color: #6B6B47;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 10px;
	line-height: 200%;
	letter-spacing: 0;
	font-style: normal;
}

#sidebar p {
	padding: 10px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: url(/img/arrow2.png);
	list-style-position: inside;
}

#sidebar li {
	font-size: 90%;
	background-color: #DDDDDD;
	padding: 10px;
	margin-top: 5px;
	line-height: 130%;
}

#sidebar a {
	color: #6B6B6B;
	text-decoration: none;
}

#sidebar .selected {
	text-decoration: underline;
	color: black;
}

#sidebar a:hover {
	color: #990000;
}

#top {
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 100%;

	background: url("/img/logo.jpg") no-repeat white;
	height: 170px;
	text-align: center;
}

#logo2 {
	width: 100%;
	background: url("/img/logo.jpg") no-repeat bottom white;
	height: 190px; /* header hight */
	text-align: center;
}

#logo a {
	text-decoration: none;
}

#logo strong, #logo #slogan {
	color: #999;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	display: inline-block;
}


#logo #slogan {
	font-style: italic;
}


#logo a:hover {
	text-decoration: none;
}

#header {
	position: absolute;
	top: 0;
	height: 100px;
	z-index: 1;
}

.footerimage {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius: 10px;
	margin: 1%;
	border: solid grey 1px;
} 

.footerinfo {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
		
	background: #231F20;
	color: #CCCCCC;
	margin-top:25px; 	
}

.footerinfo h2 {
	color: grey;
}

.footerinfo a {
	color: inherit;
	text-decoration: none;
}	

.footerinfo ul {
	margin: 0;
	padding: 0;
}


/*
#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	z-index: 4;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	font-size: 90%;
	line-height: 200%;
	background: #6B6B6B;
	color: white;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius: 10px;
}
*/

#footer {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
	line-height: 200%;
	/* background: #6B6B6B; */
	background: grey;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer li {
	padding: 2px 5px 2px 5px;
	float: left;
}

#footer #copyright {
	float: right;
	padding: 5px;
}

.thumbnail {
	width: 100px;
	height: 150px;
	padding: 10px;
	float: left;
	font-size: 10px;
	line-height: 100%;
	text-align:center;
}

.thumbnail a {
	color: #2C2C2C;
}

.thumbnail a:hover {
	text-decoration: underline;
	color: #990000;
}

.thumbnail img {
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
}

.schilderij img {
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
	margin: 15px;
}

.previous {
	float: left;
}

.next {
	float: right;
}


/* Default form */
.defaultform label {
}

.defaultform .hint,  .defaultform .description {
	font-size: 90%;
	font-style: italic;
}

.defaultform dt,.defaultform dd {
	margin-top: 5px;
}

.defaultform dt {
	clear: left;
}

.defaultform fieldset {
	background: #DDDDDD;
}



/* product */

.productlist li {
	list-style: none;
	border: solid 1px #DDD;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 160px;
	height: 220px;
	text-align: center;
	position: relative; /* to position .foot */
}

.productlist .highlight {
	background: yellow;
}

.productlist li .image {
	text-align: center; /* for horizontal align */
	line-height: 150px; /* for vertical align */
}

.productlist li .image img {
	vertical-align: middle;
}

.productlist li .productlist_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.productlist li .productlist_foot div {
	padding: 5px;
}

#cart td {
	padding: 5px;
}

#cart thead td {
	background: grey;
	color: black;
	padding: 5px;
	border-bottom: solid black 1px;
}

#cart tfoot td {
	border-top: solid black 1px;
}

/* Click button */

.clickbutton, .clickbutton2 {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	cursor: pointer;
}

.clickbutton {
	-moz-box-shadow:inset 0px 2px 0px 0px #3E94D1;
	-webkit-box-shadow:inset 0px 2px 0px 0px  #3E94D1;
	box-shadow:inset 0px 2px 0px 0px  #3E94D1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0A64A4), color-stop(1, #03406A) );
	background:-moz-linear-gradient( center top, #0A64A4 5%, #03406A 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A64A4', endColorstr='#03406A');
	background-color:#0A64A4;
	border:1px solid #0A64A4;
	color:#ffffff;
	text-shadow:1px 1px 0px #03406A;
}

.clickbutton2 {
	-moz-box-shadow:inset 0px 2px 0px 0px #FFAC40;
	-webkit-box-shadow:inset 0px 2px 0px 0px  #FFAC40;
	box-shadow:inset 0px 2px 0px 0px  #FFAC40;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9000), color-stop(1, #A65E00) );
	background:-moz-linear-gradient( center top, #FF9000 5%, #A65E00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9000', endColorstr='#A65E00');
	background-color:#FF9000;
	border:1px solid #FF9000;
	color:#ffffff;
	text-shadow:1px 1px 0px #A65E00;
}

.clickbutton:hover {
	color:#ffffff;
	-moz-box-shadow:0 0 7px #0A64A4;
	-webkit-box-shadow:0 0 7px #0A64A4;
	box-shadow:0 0 7px#0A64A4;
	text-decoration: none;
}

.clickbutton2:hover {
	color:#ffffff;
	-moz-box-shadow:0 0 7px #FF9000;
	-webkit-box-shadow:0 0 7px #FF9000;
	box-shadow:0 0 7px#FF9000;
	text-decoration: none;
}

.clickbutton.smallsize, .clickbutton2.smallsize {
	line-height: 0.8em;
	font-weight: normal;
	font-size: inherit;
}

.clickbutton.normalsize, .clickbutton2.normalsize {
	width: 200px;
}

.clickbutton.bigsize, .clickbutton2.bigsize {
	width: 300px;
}

.clickbutton.fixedheight, .clickbutton2.fixedheight {
	white-space: nowrap;
}

/* prijs tabel */
#pricetable td, #pricetable tr, #pricetable th {
	padding: 5px;
	letter-spacing: 0.04em;
}

#pricetable th {
	text-align: center;
	background: #DDD;
}

#pricetable td {
	text-align: right;
	width: 200px;
	background: #EEE;
}


#actionlist li {
	font-weight: bold;
	font-size: 110%;
	padding-top: 20px;
}

#actionlist small {
	font-size: 100%;
}

.socialmediabox {
	padding: 5px;
	height: 24px;
}

.socialmediabox * {
	vertical-align: middle;
	height: 24px;
}


.zegelring {
	padding: 10px;
	text-align: center;
	height: 280px;
	margin: 5px;	
/*
	display: inline-block;
	margin: 5px;
	width: 100%;
	height: 250px;
	position: relative;
	float: left;
*/	
	overflow: none;
	border: 1px solid #DDD;
}

.zegelringoverlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.zegelringprijs {
	display: inline-block;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -1px;
}

#zegelringkosten {
	font-size: 150%;
	line-height: 150%;

	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
}

.zegelringcollectie {
	padding: 10px;
	border: dashed 1px #0A64A4;
	margin: 5px;
}

.zegelringbox {
	/* background: #0A64A4;  */
	/* color: white;  */
	border: solid 1px #0A64A4;
	color: #0A64A4;

	width: 94%;
	padding: 5px;
	margin: 0 3%;
	border-radius: 6px 6px 6px 6px;
}

.zegelringbox ul {
	margin: 0;
	padding: 5px;
	list-style-type:square;
	list-style-position:outside;
	margin-left: 10px;
}

.zegelringbox h2 {
	/* color: white; */
	color: black;
}

.zegelringclickmore {
	background: white;
	margin: -100px  auto 100px auto;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border: dashed 1px #0A64A4;
	width: 200px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.clickmeoverlay {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(/img/clickme.png) center center no-repeat #FFF;
	cursor: pointer;
	height: 140px;
	width: 200px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

.clickmeoverlay:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;

	-webkit-box-shadow: 0px 0px 4px #0A64A4;
	-moz-box-shadow: 0px 0px 4px #0A64A4;
	box-shadow: 0px 0px 4px #0A64A4;

}

.horizontalul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 80%;
}

.horizontalul li {
	float: left;
	padding-left: 10px;
}

.horizontalul li a {
	color: #6B6B47;
}

.contacttop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: white;
	background: #231F20;
	z-index: 25;
	text-align: center;
	font-size: 120%;
	padding: 5px;
	border-bottom: solid #333333 2px;
}

.contacttop a {
	color: white;
}

.reversedivs {
	margin: 0;
	padding: 0;
	float: left;
}

.reverseright, .reverseleft {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: inline;
	background: green;
}

.reverseright {
	float: right;
	background: blue;
}

.recensie {
	background: #231F20;
	color: white;
	padding: 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.rounded {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


.cookiebottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #CCCCCC;
	background: #333333;
	z-index: 25;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	border-bottom: solid #333333 2px;
	opacity: 0.8;
}

.cookiebottom a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

.cookiebottom a:hover {
	color: white;
}

#welcome {
	/* background: #09446C;  */
	/* background: #231F20; */
	background: #231F20;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 5px;
}

#welcome .zoomin:hover {
	opacity: 0.65;
}

/* FADE SLIDER */
div.fader {
  padding: 0 0 10px 10px;
}

div.queue,
div.queue img {
  width: 100%;
}

div.queue {
  position: relative;
  
  /* stretch box: http://webdesignerwall.com/tutorials/css-elastic-videos */
	padding-bottom: 60%; /* 56.25% */
	padding-top: 30px;
	height: 0;
	overflow: hidden;  
}

div.queue img  {
  position: absolute;

  /* stretch box: http://webdesignerwall.com/tutorials/css-elastic-videos */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


.close {
	cursor: pointer;	
	opacity:.8;
	filter:alpha(opacity=80);
}



/* responsive form */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label, legend {
  float: left;
  padding-right: 10px;
}

form > div > div, form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 2%;
}


input[type=text],
input[type=email],
input[type=url],
input[type=password],
select,
textarea {
  width: 90%; 
	margin-left: 5%;    
	
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  
	margin-bottom: 10px;  
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
	margin-left: 5%;    	
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: black;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5% 0;
    background: inherit;
		border-radius: 15px;	    
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 90%; 
		margin-left: 5%;    
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: left;
  }
}

fieldset {
	border-radius: 15px;	
	box-shadow: 3px 3px 3px #888888;	
}

fieldset legend {
	/* color: #003366; */

	padding: 10px;
}

input[type=submit] {
	margin: 2%;
}

/* end responsive form */

/* BEGIN navbar collapse at xxx pixels - source: http://www.bootply.com/105174 
	https://coderwall.com/p/wpjw4w/change-the-bootstrap-navbar-breakpoint
	UPDATE: http://www.bootply.com/120604
*/
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
/* END navbar collapse at xxx pixels */    
    

@media (min-width: 992px) {    
    #ringfiltercollapse.collapse {
			display: block!important;
		}
		
		#ringfiltercollapsebutton {
			display: none;
		}

		.navbar-brand {
			display: none; 
		}
		
		/* HOVER EVENT DISABLED ON SMALL PORTS, SINCE THIS CAUSES iOS to double tab */
		.zegelring img:hover {
			opacity: 0.65;
		}
		
}

@media (max-width: 992px) {    
	#logo2 {
		display: none;
	}
	
	.contacttop {
		display: none;
	}

	.hideonmobile {
		display: none;
	}

}

.ratings {
	padding-right: 3px;
	float: left;
}

.ratings img {
	width: 15px;
}
/* BEGIN navbar colors */
/* 
	http://twitterbootstrap3navbars.w3masters.nl/?color=%23ffffff&linkcolor=%23999999&activelinkcolor=%2308c&gradient=0&borders=0#
	- paste below
	- change navbar-custom to background-color:transparent; and border: none;
	
	Alternative: 	http://work.smarchal.com/twbscolor/css/e74c3cc0392becf0f1ffbbbc0 

*/

/* END navbar colors */

.navbar-inverse {
    background-color:transparent;
    border: none;
}



.navbar {
	margin : 0;
	z-index: 9;
}

.nav {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;	
}

.navbar-header {
	border-bottom: 1px solid #DDDDDD;		
	width: 100%; /* prevent horizontal shaking on iphone and iOS */
}

.navbar .mainmenuitem {
	text-transform: uppercase;	
	text-align: center;
}

.navbar .mainmenudropdownitem {
	width: auto;
	text-transform: none;	
	text-align: left;
	border: solid grey 1px;
	margin: 2px;
	padding: 5px;
}

.navbar .mainmenudropdownitem:before { 
    content: "";
    border-color: transparent #0088cc;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: 0em;
    top: 1.1em;
    position: relative;
}


.navbar > .container > div
{
  background-color: white;
	font-size: 100%;
}


@media (min-width: 992px) {
	.menudivider {
		background: url('../img/menu-item-bullet.png') no-repeat right center;
	}

	.navbar .mainmenuitem {
		width: 16%; /* 20% = 5 menu items, 16% = 6 items */ 	
	}
	
}

.navbar-custom {
  background-color: transparent; 
  border: none;
}


.navbar-custom .navbar-brand {
  color: #666666;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #4d4d4d;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #666666;
}
.navbar-custom .navbar-nav > li > a {
  color: #881a01;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #0088cc;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #0088cc;
  background-color: #eeeeee;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #ededed;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #0088cc;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0088cc;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #0088cc;
    background-color: #eeeeee;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #666666;
}
.navbar-custom .navbar-link:hover {
  color: #0088cc;
}