body {
  color: #3b3b3b;
}

a {
  color: #13709f;
}
a:hover, a:focus {
  color: #1890cd;
}
.flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:focus,.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-prev:focus
{
	color:rgba(255, 255, 255, 0);
}

#navigation li.current-menu-item > a, #navigation li.current-menu-parent > a, #navigation li.current_page_parent > a {
  color: #fff; 
}

blockquote cite {
  color: rgba(59, 59, 59, 0.8);
}

input:focus,
textarea:focus {
  border-color: #13709f;
}

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background-color: #066e9a;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #066e9a;
}
.btn.transparent,
input[type="button"].transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
button.transparent,
.button.transparent {
  border: 2px solid #13709f;
  color: #13709f;
}
.btn.transparent:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover,
input[type="reset"].transparent:hover,
button.transparent:hover,
.button.transparent:hover {
  background: #13709f;
  color: #FFF;
}
.btn.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white,
button.white,
.button.white {
  border: 2px solid #FFF;
  color: #FFF;
}
.btn.white:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
button.white:hover,
.button.white:hover {
  background: #FFF;
  color: #13709f;
}

#paging a, #paging > span {
  color: #3b3b3b;
}
#paging span.current,
#paging a:hover {
  border-color: #13709f;
  background: #13709f;
}

.filters-nav a.selected,
.filters-nav a:hover {
  background: #13709f;
  border: 2px solid #13709f;
}

.item-nav li a:hover , .item-nav li a:focus, .item-nav li a:focus:hover{
  background: #066E9A;
}
.item-nav li.active a {
  background: #13709f;
}

.item-icon {
  color: #13709f;
}

.item.overlayed .item-thumb a:before {
  background: rgba(51, 51, 51, 0.45);
}

.form-allowed-tags,
.comment-notes {
  color: rgba(59, 59, 59, 0.8);
}

.sale-wrap {
  background: #13709f;
}

.quantity input {
  background: #13709f;
}

.woocommerce-tabs .tabs li.active a {
  color: #FFF;
  background: #13709f;
}

.price_slider .ui-slider-handle {
  background: #13709f;
}


/*Bookingform*/

/* Booking box / form */
/*#booking form {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: solid 3px #af9769;
  background: #232323;
  color: #232323;
  background: -moz-linear-gradient(top, #ceb991 0%, #a68e5f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ceb991), color-stop(100%, #a68e5f));
  background: -webkit-linear-gradient(top, #ceb991 0%, #a68e5f 100%);
  background: -o-linear-gradient(top, #ceb991 0%, #a68e5f 100%);
  background: -ms-linear-gradient(top, #ceb991 0%, #a68e5f 100%);
  background: linear-gradient(to bottom, #ceb991 0%, #a68e5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gold-gradient-from', endColorstr='$gold-gradient-to',GradientType=0 );
}*/

#booking label {
  color: #3b3b3b;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
  width: 100%;
}

#booking input[type="text"] {
	font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
  color: #222;
  /*border-radius: 5px;*/
  border: 1px solid #ddd;
  height: 34px;
  width: 100%;
}

#booking button {
  background: none;
  box-shadow: none;
  color: #93876e;
}

#booking .bookbtn input {
  color: #fff;
/*  box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
  border-radius: 5px;*/
  width: 100%;
}

/*#booking .bookbtn input:hover {
  color: #fff;
  box-shadow: 0 3px 50px rgba(0,0,0,.23),0 3px 100px rgba(0,0,0,.23);
}*/


.dk
{
/*  background-color: #fff;
  border-radius: 5px;
  color: #222;
  width: 100%;*/
  padding: 4px 10px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}

