/* bluedelft.com site */

/* .......... INIT .......... */

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],
template{display:none}
a{background:0 0}
a:active,
a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#333}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,
select{text-transform:none}
button,
html input[type=button],
input[type=reset],
input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],
html input[disabled]{cursor:default}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],
input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

#YUIConnectionSwf {
visibility: hidden;
position: absolute;
left: -9999px;
}

/* BOX SIZING */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* FLOAT CLEARING */

.clearfix:before,
.enclose:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.enclose:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* TYPOGRAPHICAL */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 16px;
}

body {
	background-color: #ffffff;
	color: #643e25;
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #ce6834;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #ce6834;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* HEADING */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ce6834;
	font-family: Roboto Slab;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* OBJECTS */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* FORMS */

input,
select,
textarea {
font-size: 16px;
font-weight: normal;
/*background-color: #fff;
border: none;
color: #AEA699;
padding: 3px;
width: 100%;*/
}

/*input:focus,
textarea:focus {
border: none;
outline: none;
}*/

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
	border: 0;
	color: #643e25;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 22px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #643F25;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #f7f2ec;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* TABLES */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* BUTTONS */

center table {
	width: auto;
	margin: 0;
}

center tbody {
	border: 0;
}

center td {
	border: 0;
}

/* SCREEN READER TEXT */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.awp-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* ICONS */

.icons { background: url('/lib/delft/index.png') no-repeat top left; width: 48px; height: 48px; display: inline-block;vertical-align: middle;position:relative;} 
.icons.facebook { background-position: 0 0; } 
.icons.twitter { background-position: -58px 0; } 
.icons.pinterest { background-position: -116px 0; } 
.icons.google-plus { background-position: -174px 0; } 
.icons.instagram { background-position: -232px 0; } 
.icons.linkedin { background-position: -290px 0; } 
.icons.vimeo { background-position: -348px 0; } 
.icons.tumblr { background-position: -406px 0; } 
.icons.yelp { background-position: -464px 0; } 
.icons.youtube { background-position: -522px 0; } 
.icons.snapchat { background-position: -580px 0; } 
.icons.skype { background-position: -638px 0; } 
.icons.discover { background-position: -696px 0; width: 60px; height: 36px; } 
.icons.mastercard { background-position: -766px 0; width: 60px; height: 36px; } 
.icons.paypal { background-position: -836px 0; width: 60px; height: 36px; } 
.icons.amex { background-position: -906px 0; width: 60px; height: 36px; } 
.icons.visa { background-position: -976px 0; width: 60px; height: 36px; } 
.icons.footer-icon-security { background-position: -1046px 0; width: 174px; height: 58px; } 
.icons.thumbs-up { background-position: -1578px 0; width: 64px; height: 64px; } 
.icons.thumbs-down { background-position: -1652px 0; width: 64px; height: 64px; } 

.icons span{ position:absolute;width:100%;height:100%;top:0;left: 0;z-index: 1;
/* fixes overlap error in IE7/8,make sure you have an empty gif */
background-image: url('empty.gif');}  

/* CAPTION */

.caption {}

.left .caption-image {
	float: left;
	margin: 0 25px 25px 0;
}
.right .caption-image {
	float: right;
	margin: 0 0 25px 25px;
}

/* VIEW DETAILS */

.view-details {
	margin: 15px 0;
}
.view-details a {
	background-color: #e2dfa2;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 24px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	white-space: pre;
	text-align: center;
	width: auto;
}
.view-details a:hover {
	background-color: #f7f2ec;
}

/* PRODUCT */

.addtocart-form {
	margin-top: 15px;
}

.form-item-control {
	border: 1px solid #d5d5d5;
}

.form-item {
	clear: left;
}
.form-item-label {
	display: inline-block;
	margin-right: 7px;
}
.form-item-value {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}

.form-item-code {
	margin-bottom: 15px;
}

.form-item-availability {}
	
.form-item-option {
	margin-bottom: 10px;
}
	.form-item-option .form-item-label {
		min-width: 90px;
	}
	.form-item-charge {
		margin-left: 7px;
	}

.form-item-monogram {}
.form-item-inscription {}
.form-item-checkbox {}
.form-item-select {}

.form-item-textarea {}
	.form-item-textarea .form-item-label,
	.form-item-textarea .form-item-charge {
		vertical-align: top;
	}

.form-item-radio {}
	.form-item-radio .form-item-label {
		vertical-align: top;
	}

.radio-options {
	display: inline-block;
	padding: 0 7px;
	border: 1px solid #ddd;
}
	.radio-option {
		display: block;
	}
	.radio-option.first {}
	.radio-option.last {}
	.radio-option.not-last {}
		.radio-option-label {
			margin-left: 5px;
		}
	
.quantity-total-submit {
	margin-top: 10px;
}

.quantity-total {
	display: inline-block;
}
	
.quantity {
	display: inline-block;
	vertical-align: middle;
}
.quantity-label {
	margin-right: 5px;
	vertical-align: middle;
}
.quantity-input {
	width: 3em;
	margin: 0 10px 0 5px;
	text-align: center;
	vertical-align: middle;
}

.total-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding-top: 10px;
}
.total-price-label {
	margin-right: 7px;
}

.total-price-value {}

.addtocart-submit {
	background-color: #643e25;
	color: #F7F2EC !important;
}

.aprice {}

.itemtype .aprice.bold .form-item-value {
	display: none;
}

.aprice.bold {
	font-weight: bold;
}
.sale-price span {
	color: #ce6834;
}
.regular-price span {
	text-decoration: line-through;
}

/* CONTENTS */

#contents-container {
	margin: 0 -2% !important;
}

.contents-item {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: center;
	border: 1px solid #eeeeee;
	width: 29% !important;
	margin: 2% !important;
	border-radius: 2%;
	box-shadow: 0px 2px 2px 1px #d6d6d6;
}
.contents-image img {
	display: block;
	margin: 0 auto;
}
.contents-ell-format {
	text-align: center;
}
.contents-ell-format-image, .contents-ell-format-text {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.contents-ell-format-text {
	padding-left: 0;
}
.contents-ell-format-text .contents-name a {
	margin: 0 0 10px;
}
.contents-ell-format-image .contents-image img {
	margin: 0 auto;
}
.contents-wrap-format {
	text-align: center;
}
.contents-wrap-format-image {
	float: none;
	width: 100%;
}
.contents-wrap-format .form-item {
	clear: none;
}
.sectiontype .contents-wrap-format .addtocart-submit {
	margin: 10px 0;
}

.itemform-name {
	display: none;
}

.contents-name a {
	text-decoration: none;
	margin: 10px 0;
	display: block;
	font-family: Roboto Slab;
	font-size: 16px;
	color: #643e25;
	padding: 20px 10px 5px;
}

.sectiontype .addtocart-submit {
	display: block;
	margin: 10px auto;
}

.name.contents-name {
	clear: both;
}

/* TITLES */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ENTRIES */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* .......... / INIT .......... */




/* .......... CONTAINERS .......... */

.site-inner,
.wrap {
position: relative;
max-width: 1165px;
margin: 0 auto;
}

.site-inner {
clear: both;
}

.content {
padding: 0 0 10px;
}

#contentarea-wrapper {
	margin: 15px 0;
	overflow: hidden;
}

/* .......... / CONTAINERS .......... */




/* .......... NAVIGATION .......... */

.awp-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.awp-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.awp-nav-menu a {
	color: #643e25;
        text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 20px 24px;
}

.awp-nav-menu a:hover {
	color: #f7f2ec;
}

.awp-nav-menu a:focus,
.awp-nav-menu .current-menu-item > a,
.awp-nav-menu .sub-menu .current-menu-item > a:hover,
.awp-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #f7f2ec;
        color: #643e25;
}

.awp-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.awp-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.awp-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.awp-nav-menu .menu-item:hover {
	position: static;
}

.awp-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.awp-nav-menu > .first > a {
	padding-left: 0;
}

.awp-nav-menu > .last > a {
	padding-right: 0;
}

.awp-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.awp-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.awp-nav-menu > .rss > a {
	margin-left: 48px;
}

.awp-nav-menu > .search {
	padding: 10px 0 0;
}

/* TOGGLES */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ACCESSIBLE */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* HEADER NAV */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .awp-nav-menu li li {
	margin-left: 0;
}

#menu-header-navigation a {
	color: #F7F2EC;
	text-transform: capitalize;
	font-family: roboto slab;
	font-size: 14px;
	padding: 14px 20px;
}

#menu-header-navigation a:focus {
	color: #643e25;
}

.linkcheckout img {
	vertical-align: middle;
	margin-right: 10px;
}

#menu-header-navigation span {
	vertical-align: middle;
}

.nav-item-theme-park-link a {
	background-color: #EE9657;
	text-transform: uppercase !important;
	padding: 15px !important;
	margin-left: 20px;
}

/* PRIMARY NAV */

.nav-primary {
	background-color: #f7f2ec;
}

.nav-primary .awp-nav-menu a {
	color: #643e25;
	text-decoration: none;
	border-right: 2px solid #ADA797;
	font-size: 20px;
	font-weight: 600;
	padding: 39px 57px;
}

.nav-primary .awp-nav-menu a:hover,
.nav-primary .awp-nav-menu a:focus,
.nav-primary .awp-nav-menu .current-menu-item > a {
	color: #F7F2EC;
	background-color: #6aacc8;
}

.nav-primary .awp-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .awp-nav-menu .sub-menu a:hover,
.nav-primary .awp-nav-menu .sub-menu a:focus,
.nav-primary .awp-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* SECONDARY NAV */

.nav-secondary {
	background-color: #fff;
}

/* .......... / NAVIGATION .......... */




/* .......... HEADER .......... */

.site-header {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.site-header .wrap {
	padding: 0;
}

/* LOGO */

.title-area {
	position: absolute;
	padding: 0;
	z-index: 2;
	top: 0;
	left: -20px;
}

.title-area img {
	display: block;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 108px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* HEADER NAV */

.utility-bar {
padding: 0;
background-color: #643f25;
font-size: 15px;
}

.nav-header {
float: right;
}

/* YS SUPERBAR */

#ys_superbar {
width: auto !important;
float: right;
}

.smb-mc .mini_msg, .mini_item_count, .mini_subtotal {
font-family: Roboto !important;
color: #643e25 !important;
}

.yscp_link {
color: #F7F2EC !important;
font-family: 'Roboto Slab';
text-decoration: none !important;
line-height: 46px;
font-size: 14px;
padding: 0 10px;
}

#yscp_signin_link {
margin-right: 10px;
}

/* SEARCH & TAGLINE BAR */

#search-bar {}

#search-bar-wrapper {
width: 810px;
float: right;
}

/* TAGLINE */

#slogan {
float: left;
}

.tagline-images {
margin-top: 8px;
text-align: left;
}

.tagline-images a {
display: inline-block;
padding: 5px 25px;
border-left: 1px solid #C1C2B4;
text-decoration: none;
}

.tagline-images a:first-child {
padding-left: 0;
border-left: 0;
}

.tagline-images a:last-child {
padding-right: 0;
border-right: 0;
}

.tagline-images a img {}

/* SEARCH BOX */

#top-search {
float: right;
margin: 10px 10px 0 0;
}

#searcharea {
float: right;
width: 430px;
border: 1px solid #cbc2b5;
border-radius: 5px;
text-align: right;
}

#searcharea fieldset {
margin: 0;
padding: 0;
border: 0;
}

#searcharea select,
#searcharea [name="section"] {
display: none;
}

#searcharea .labelfield {}

#searcharea input#query {
display: inline-block;
width: calc(100% - 13px - 24px);
height: 40px;
margin: 0 0 0 5px;
padding: 0 11px;
border: 0;
border-radius: 0;
color: #644331;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
line-height: 40px;
}

#searcharea input#query:placeholder {
color: #643e25;
}

#searcharea .buttonlabel {}

#searcharea #searchsubmit {
display: inline-block;
width: 24px;
height: 23px;
margin: 0 7px 0 0;
padding: 0;
border: 0;
border-radius: 0;
color: #644331;
background-color: #ffffff;
background-image: url("https://sep.yimg.com/ay/delft/img-65394.gif");
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -999px;
vertical-align: middle;
cursor: pointer;
overflow: hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* .......... / HEADER .......... */




/* .......... FOOTER .......... */

/* WIDGETS */

.footer-widgets {
	background-color: #f7f2ec;
	clear: both;
	padding: 30px 0 0;
}

.footer-widgets, .footer-widgets a {
	color: #000;
	text-decoration: none;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #ce6834;
}

.footer-widgets li {
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	display: inline-block;
	vertical-align: top;
}

.footer-widgets-1 {
	padding: 2% 4%;
	font-size: 16px;
	font-family: roboto slab;
	width: 41%;
	color: #256e8e;
	margin-right: 15px;
}

.footer-widgets-1 a {
	color: #256e8e;
	float: right;
	margin-top: 20px;
	font-weight: 600;
}

#testimonials {
	position: relative;
}

.testimonials-title {
	color: #000;
	font-weight: 600;
}

.footer-widgets-1 a:hover {
	color: #256e8e;
}

.contact-left a {
	color: #ce6834;
}

.footer-widgets-2 {
	padding: 2% 0 2% 4%;
	font-size: 16px;
	font-family: roboto slab;
	width: 57%;	
}

.contact-left, .contact-right, .contact-social {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.footer-left {
	width: 72%;
	display: inline-block;
	background-color: #FBFAF6;
}

.footer-widgets-3 {
	width: 24%;
	margin: 1% 0% 1% 3%;
	float: right;
}

#footer-contact {
	margin-bottom: 25px;
}

.contact-social a {
	color: #ce6834;
	font-weight: 600;
	text-transform: capitalize;
}

.footer-widget-title {
	font-weight: bold;
	font-family: Roboto Slab;
	margin-bottom: 0;
}
#footer-badges {
	margin: 20px 0 28px;
	background-color: #DAC5A8;
	padding: 25px 0 20px 10px;
}

.contact-social {
	margin-top: 5px;
}

.footer-widgets-3 p {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}

#footer-badges img {
	margin-right: 10px;
	vertical-align: top;
}

#footer-payments a {
	display: block;
	padding: 12px;
	color: #F7F2EC;
	background-color: #EE9657;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-family: roboto slab;
}

/* SITE FOOTER */

.site-footer {
padding: 20px 0 100px;
color: #000;
background-color: #F7F2EC;
text-align: left;
font-size: 12px;
font-family: roboto slab;
line-height: 1;
}

.site-footer p {
margin: 15px 0 0;
}

.site-footer a {
margin: 10px 20px 10px 0;
color: #000;
text-decoration: none;
text-transform: capitalize;
font-size: 14px;
}

.site-footer a:hover {
color: #ce6834;
}

.site-footer li {
display: inline-block;
}

.site-footer .nav-item-viewcart img {
display: none;
}

/* .......... / FOOTER ........... */




/* .......... SIDEBAR .......... */

.sidebar {
	font-size: 14px;
	width: 315px;
	float: left;
	background-image: url(https://turbifycdn.com/ty/cdn/delft/leftnav-bg.png);
	font-family: roboto;
	background-repeat: repeat-y;
	background-position: 1px 0;
	margin-top: 30px;
	padding: 0;
}

.sidebar ul {
	padding-bottom: 25px;
}

.sidebar li {
	border-bottom: 1px solid #D5D1C8;
	margin-bottom: 5px;
	padding: 0 2% 5px 7%;
	width: 301px;
	margin-left: 1px;
}
.sidebar .left-nav li a {
	color: #532821;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .5px;
}
.left-nav-heading {
	display: block;
	height: 44px;
	line-height: 1.3;
	width: 310px;
	margin: 0 0 20px;
	padding: 5px 10px;
	position: relative;
	left: -4px;
	top: 0;
	color: #fff;
	border-top: 1px solid #5C96AE;
	border-bottom: 1px solid #8BD1EF;
	background: #6aacc8;
	background: linear-gradient(top, #383838 0%, #262626 100%);
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 2px #0000004d;
	font-size: 23px;
	font-family: Roboto Slab;
	text-shadow: 1px 1px 1px #263E48;
}
.left-nav-heading::before,
left-nav-heading::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    z-index: -10;
    border: 5px solid;
    border-color: #6aacc8 transparent transparent transparent;    
    left: 0;
}
left-nav-heading::before {left: 0;}
left-nav-heading::after {right: 0;}
.sidebar .left-nav li a:hover {
	color: #ce6834;
}

#sidebar-bottom {
margin-left: 1px;
float:left;
clear:left;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.page-nav-column .content {
	width: 810px;
	float: right;
	background-color: #fff;
	padding-right: 10px;
	margin-top: 15px;
	padding-bottom: 20px;
}

.hometype .content {
	padding-bottom: 0;
}

.hometype #finaltext {
	display: none !important;
}

/* .......... / SIDEBAR .......... */




/* .......... OTHER .......... */

#breadcrumbs {}

.breadcrumbs {
font-size: 12px;
}

.breadcrumb {
	margin-bottom: 20px;
}

.breadcrumbs .separator {
padding: 0 5px;	
}

#introtext {
margin: 20px 0;
}

#finaltext {
margin: 20px 0 10px;
}

#finaltext center td {
	text-align: center !important;
	border-top: 1px solid #643e25 !important;
}

#finaltext center td:last-child {
	border-left: 1px solid #643e25 !important;
}

/* .......... / OTHER .......... */




/* .......... HOME PAGE .......... */

#homearea.right .caption-image {
	margin: 0 0 25px 0;
}

#messagearea {
	margin: 25px 0 50px;
        clear: both;
}

#messagearea h2 {
	color: #643e25;
	margin: 0;
	font-size: 30px;
}

#messagearea p {
	color: #000000;
	font-size: 17px;
}

#messagearea a {
	color: #ce6834;
	text-decoration: underline;
}

#messagearea img {
	float: left;
	margin-right: 10px;
}

#specialstitle {
	background-color: #f7f2ec;
	color: #000000;
	font-size: 20px;
	padding: 5px 15px;
	margin: 15px 0 5px;
}

/* MINI BANNERS */

#home-banners {
display: block;
margin: 25px 0 0;
clear: both;
overflow: hidden;
}

.home-banner {
display: inline-block;
position: relative;
}

.home-banner img {
display: block;
width: 100%;
}

#home-banners span {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
background-color: rgba(0,0,0,.5);
color: #ffffff;
}

#home-banner-2 img {
padding-left: 20px;
}

/* ROTATING BANNER */

#featured-images {
	float: left;
	position: relative;
	text-align: center;
	margin: 10px 0 40px;
}
#featured-images img {
	display: block;
}
.slideshow-shadow {
	text-align: center;
	margin: 0 auto;
}
.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 7px;
	z-index: 99;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 36px;
	width: 24px;
	background: transparent url("/lib/delft/banner-right-left-arrows.png") no-repeat left top;
	margin-top: -18px;
}

.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 7px;
}

.rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.rslides2_nav.next {
  left: auto;
  right: 0;
  }

.rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/lib/delft/banner-right-left-arrows.png") no-repeat left 50%;
  width: 50px;
  }

.rslides3_nav:active {
  opacity: 1.0;
  }

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 99999;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 8px;
  }

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ccc;
	background: #2d3132;
	display: inline-block;
	_display: block;
	*display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 2px 0 rgba(255,255,255,.1);
	width: 8px;
	height: 8px;
}

.rslides_tabs .rslides_here a {
  background: #222;
  background: #ffffff;
  }

/* .......... / HOME PAGE .......... */




/* .......... SEARCH PAGE .......... */

#ys_searchiframe .side #main {
width: 560px !important;
}




/* .......... ITEM PAGE .......... */

#item-wrapper1{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#item-wrapper2 {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
	margin-top: 20px;
}

#item-caption {
    margin: 25px 0 0;
}

#item-insets {
	margin: 0 -1.166%;
}

.item-inset {
	display: inline-block;
	width: 31%;
	margin: 1.166%;
	vertical-align: top;
}

.item-inset img {
	vertical-align: top;
	display: block;
}

#accessorytitle {
	margin: 50px 0 10px 0;
}

/* .......... / ITEM PAGE .......... */




/* .......... AUTOMATIC PRICING .......... */

#itemtype .itemform .total-price {font-weight: bold;}

#itemtype .itemform .total-price .label {}

#itemtype .itemform .total-price .value {
background: #e0e0e0;
color: #f7f2ec;
font-style: italic;
font-weight: bold;
padding: 0 3px;
}

/* .......... / AUTOMATIC PRICING .......... */




/* .......... VENOBOX .......... */

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after{
 -webkit-backface-visibility: hidden;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{
 -webkit-overflow-scrolling:touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
 height: auto;
 left: 0;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 top: 0;
 transition: opacity 0.25s ease-in-out 0s;
 width: 100%;
 z-index: 999;
}
.relativo{
 float: left;
 width: 100%;
 height: 100%;
 display: block;
 position: relative;
}

/* circle preloader */
.vbox-preloader{
 position:fixed; 
 width:32px; 
 height:32px;
 left:50%; 
 top:50%; 
 margin-left:-16px; 
 margin-top:-16px;
 background-image: url(/lib/delft/viewer-preload-circle.png);
 text-indent: -100px;
 overflow: hidden;
 -webkit-animation: playload 1.4s steps(18) infinite;
 -moz-animation: playload 1.4s steps(18) infinite;
 -ms-animation: playload 1.4s steps(18) infinite;
 -o-animation: playload 1.4s steps(18) infinite;
 animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-moz-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-ms-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@-o-keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}
@keyframes playload {
 from { background-position: 0px; }
 to { background-position: -576px; }
}

/* ----- navigation ----- */
.vbox-close{
 cursor: pointer;
 position: fixed;
 top: -1px;
 right: 0;
 width: 46px;
 height: 40px;
 padding: 10px 20px 10px 0;
 display: block;
 background: url(/lib/delft/viewer-close.gif) no-repeat #161617;
 background-position:10px center;
 color: #fff;
 text-indent: -100px;
 overflow: hidden;
}
.vbox-next, .vbox-prev{
 cursor: pointer;
 position: fixed;
 top: 50%;
 color: #fff;
 width: 30px;
 height: 30px;
 margin-top: -15px;
 text-indent: -100px;
 overflow: hidden;
}
.vbox-prev{
 left: 10px;
 background: url(/lib/delft/viewer-prev.gif) center center no-repeat;
}
.vbox-next{
 right: 10px;
 background: url(/lib/delft/viewer-next.gif) center center no-repeat;
}

.vbox-title{
 width: 100%;
 height: 40px;
 float: left;
 text-align: center;
 line-height: 28px;
 font-size: 12px;
 color: #fff;
 padding: 6px 40px;
 overflow: hidden;
 background: #161617;
 position: fixed;
 display: none;
 top: -1px;
 left: 0;

}
.vbox-num{
 cursor: pointer;
 position: fixed;
 top: -1px;
 left: 0;
 height: 40px;
 display: block;
 color: #fff;
 overflow: hidden;
 line-height: 28px;
 font-size: 12px;
 padding: 6px 10px;
 background: #161617;
 display: none;
}
/* ------- inline window ------ */
.vbox-inline{
 width: 420px;
 height: 315px;
 padding: 10px;
 background: #fff;
 text-align: left;
 margin: 0 auto;
 overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
 border: none;
 width: 960px;
 height: 720px;
}
@media (max-width: 992px) {
 .venoframe{
 width: 640px;
 height: 480px;
 }
}
@media (max-width: 767px) {
 .venoframe{
 width: 420px;
 height: 315px;
 }
}
@media (max-width: 460px) {
 .vbox-inline{
 width: 100%;
 }

 .venoframe{
 width: 100%;
 height: 260px;
 }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container{
 position: relative;
 background: #000;
 width: 98%;
 max-width: 1024px;
 margin: 0 auto;
}
.vbox-content{
 text-align: center;
 float: left;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.vbox-container img{
 max-width: 100%;
 height: auto;
 max-height: 1250px;
}
.vwrap{
 opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
 width: 100%;
 height: auto;
 float: left;
 position: relative;
 margin: 0;
 padding: 0;
 left: 0;
 overflow: hidden;
 z-index: 1;
}

/* .......... / VENOBOX .......... */




/* .................... RESPONSIVE .................... */

/* .................... 1199 ................... */
@media all and (max-width: 1199px) {

	.site-inner,
	.wrap {
	width: auto;
	max-width: none;
	margin: 0;
	}

	.wrap,
	.site-header .wrap {
	padding-left: 0;
	padding-right: 0;
	}

	/* HEADER */
	
	.site-header {}
	
	.title-area {
	left: 0;
	}
	
	.utility-bar {
	padding-left: 327px;
	}
	
	#search-bar-wrapper {
	width: calc(100% - 355px);
	}
	
	#top-search {
	width: calc(100% - 380px);
	margin: 10px 10px 0 0;
	}
	
	#searcharea {
	width: 100%;
	}

	/* CONTENT */
	
	.page-nav-column .content {
	width: calc(100% - 355px);
	max-width: none;
	padding-right: 15px;
	}
	
	/* SIDEBAR */
	
	.sidebar {
	margin: 66px 0 0 19px;
	}
	
	#sidebar-bottom {
	margin-left: 20px;
	}
	
	/* TOP NAV */
	
	.nav-primary .awp-nav-menu {
	width: auto;
	margin-left: 333px;
	text-align: center;
	}

	.nav-primary .awp-nav-menu .menu-item {
	padding: 0 32px;
	border-right: 2px solid #ADA797;
	text-align: center;
	}

	.nav-primary .awp-nav-menu .menu-item:last-child {
	border-right: 0;
	}
	
	.nav-primary .awp-nav-menu .menu-item a {
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	}

	/* FOOTER */
	
	.footer-widgets .wrap,
	.site-footer .wrap {
	padding-left: 20px;
	padding-right: 20px;
	}
	
	/* HOME */
	
	.home-banner {
	display: block;
	margin: 10px 0;
	text-align: center;
	}
	
	.home-banner img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
	#home-banner-2 img {
	margin: 0 auto;
	padding-left: 0;
	}
	
}
/* ................... / 1199 ................... */




/* ................... 1099 ................... */
@media all and (max-width: 1099px) {

	/* FOOTER */

	.footer-widgets-1 {
	width: auto;
	}
	
	.footer-widgets-2 {
	width: auto;
	}

	.footer-left,
	.footer-widgets-3 {
	width: 49%;
	margin: 0;
	}
	
	#footer-badges {
	text-align: center;
	}
	
}
/* ................... / 1099 ................... */




/* ................... 1149 ................... */
@media all and (max-width: 1149px) {

	/* HEADER NAV */

	#menu-header-navigation a {
	padding-left: 10px;
	padding-right: 10px;
	}
	
	.yscp_link {
	padding-left: 5px;
	padding-right: 5px;
	}

}
/* ................... / 1149 ................... */




/* ................... 1023 ................... */
@media all and (max-width: 1023px) {
	
	.nav-primary .awp-nav-menu .menu-item {
	padding: 0 20px;
	}

	.nav-primary .awp-nav-menu a {
	padding: 10px 5px;
	font-size: 12px;	
	}

	.nav-item-theme-park-link a {
	margin-left: 0;
	padding: 10px 5px !important;
	background-color: transparent;
	text-transform: unset !important;
	font-size: 12px;	
	}
	
	#menu-header-navigation a {
	padding: 0 10px;
	font-size: 12px;
	}
	
	.nav-header {
	float: none;
	}
	
	.nav-header .awp-nav-menu {
	text-align: center;
	}
	
	#ys_superbar {
	float: none;
	text-align: center;
	}
	
	#ys_superbar {
	padding-bottom: 3px;	
	}
	
	.yscp_link {
	display: inline-block;
	padding: 0 10px;
	line-height: normal;
	}

	#ys_superbar,
	.yscp_link {
	font-size: 12px;
	}
	
	#top-search {
    float: none;
	clear: none;
	width: auto;
	}
	
	#searcharea {
	float: none;
	}
	
	#slogan {
	float: none;
	clear: none;
	width: auto;
	text-align: center;
	}
	
	.tagline-images {
	text-align: center;
	}
	
	.contents-item {
	width: 45% !important;
	}
	
}
/* ................... / 1023 ................... */




/* ................... 940 ................... */
@media all and (max-width: 940px) {

	/* ITEM */
	
	#item-wrapper1,
	#item-wrapper2 {
	display: block;
	width: auto;
	}

	#item-wrapper1 {
	text-align: center;
	}

	#item-image {
	margin-top: 15px;
	}
	
	#largeImage {
	width: auto;
	max-height: 300px;
	margin: 0 auto;
	}
	
}
/* ................... / 940 ................... */

/* end site */

