/* General */
html,body {
	height:100%;
/* The html and body elements cannot have any padding or margin. */
	background:#fff;
	font-family:'Helvetica Neue', Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	width:100%;
}

.container{ max-width: 900px; }

.muted{
	color:#c6c6c6;
}

p{
	margin:10px 0 10px 0;
}

h1,h2,h3,h4 {
	font-family:'Bree Serif',serif;
	font-weight:400;
}

a,a:active,a:visited,a:focus {
	color:#33729D;
}

a:hover { color: #3D5A6C; }


.text-green { color: #B3C878; }
.text-purple, .text-grape { color: #8369AD; }
.text-red { color: #D75D32; }
.text-gold { color: #E6BB78; }
.text-orange { color: #D58B48; }
.text-blue { color: #81ADC0; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.badge{
	font-family: helvetica;
	font-weight:600;
}


.new-badge {
	color:#fff;
	background: #D75D32;
	padding: 6px 10px;
	border-radius: 3px;
	display:inline-block;
	font-size: 18px;
	font-family:'Bree Serif',serif;
}

.new-badge.sm {
	font-size: 11px;
	font-family:Helvetica;
	padding: 2px 4px;
}


/* Header ( and navbar stuff ) */
#header {
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.65);
	border:0;
	width:100%;
	font-size:17px;
	/* border-bottom:1px rgba(255,255,255,.65) solid; */
	min-height:40px;
	height:60px;
	z-index:99999;
}

a.cartloom-viewcart .badge.badge-cart {
	background-color: rgba(0,0,0,.25) !important;
	margin-top:-2px;
	font-size: 14px;
}

.navbar-nav>li>a:hover .badge-cart {
	background-color:rgba(0,0,0,.5);
}

/* .navbar {
	*position:relative;
	*z-index:2;
	overflow:visible;
	margin-bottom:10px;
} */

.navbar-inner {
	padding-top:6px;
	padding-left:20px;
	padding-right:20px;
	background:transparent;
	border:none;
}

.navbar .container {
	width:auto;
}

.navbar-inner {
	border-radius:0!important;
}

.nav .caret {
	border-top-color:#777;
	border-bottom-color:#777;
}

.nav a:hover .caret {
	border-top-color:#ccc;
	border-bottom-color:#ccc;
}

.nav .open>a .caret,.nav .open>a:hover .caret,.nav .open>a:focus .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}

li>a,.navbar-nav>li>a:visited {
	color:#fff;
	background-color:transparent;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color:rgba(0,0,0,.5) !important;
}


.navbar-nav>li>a:hover {
	background-color:rgba(0,0,0,.45);
	color:#fff;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color:rgba(0,0,0,.45);
	border-color:rgba(0,0,0,.45);
	color:#C1D4E3;
}

.navbar-brand {
	width:180px;
	position:relative;
	color:#fff!important;
	-webkit-transition:.5s;
}

.navbar-right.cart li div {
	background:#3473A7; 
	color:#ffffff; 
	border-radius:20px; 
	padding:2px 12px;
	margin:12px 20px 0 0;
	font-size:15px
}

.navbar-right.cart li div a,
.navbar-right.cart li div a:visited {
	color:#C1D4E3;
}
.navbar-right.cart li div a:hover,
.navbar-right.cart li div a:active {
	text-decoration: none;
	color:#fff;
}

i.yd-icon-yabdab_logo,i.yd-icon-yabdab_outline {
	color:#fff;
	position:absolute;
	top:4px;
	left:0;
	font-size:42px!important;
}

.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	list-style:none;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.35);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}

/* add arrow to top of bs3 dropdown */
.navbar .nav>li>.dropdown-menu:before {
	content:'';
	display:inline-block;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-bottom-color:rgba(0,0,0,0.35);
	position:absolute;
	top:-7px;
	left:9px;
}

.navbar .nav>li>.dropdown-menu:after {
	content:'';
	display:inline-block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	position:absolute;
	top:-6px;
	left:10px;
}

.dropdown-menu>li>a {
	color:#444;
}

.dropdown-menu>li>a:hover {
	background-color:#3473A7;
	color:#fff;
}

/* Splash (home) */
#splash {
	background:#88394F url(img/yabdab_bricks_new.jpg);
	background-repeat:no-repeat;
	border-bottom:4px solid #89384F;
	background-color:#89384F;
	position:relative;
	vertical-align:middle;
}

#splash-img {
	height:200px;
}

#splash-text {
/* border:1px solid white; */
	text-align:center;
	margin:20px 0 30px;
}

#splash-text h1 {
	font-size:56px;
	color:#fff;
	text-shadow:1px 1px 6px #000;
}

#splash-text h1 small {
	display:block;
	color:#FDEAA2;
}

/* Subtitle (subpage) */
#subtitle {
	background:#88394F url(../img/yabdab_bricks_new.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #3473A7;
	background-color:#89384F;
	position:relative;
	padding-top:70px;
	vertical-align:middle;
  height: 170px;
	background-attachment:fixed;
	background-size: 100% auto;
}
/* 
#subtitle > .subtitle-overlay {
	background-color: rgba(0,0,0,.25);
	width:100%;
	height:auto;
} */

#subtitle-text {
/* border:1px solid white; */
	text-align:center;
	padding:8px 0 20px;
	display:relative;
}

#subtitle-text h1 {
	font-size:36px;
	color:#fff;
	text-shadow:1px 1px 4px #000;
	margin: 0;
}

#subtitle-text h1 small {
	color:#FDEAA2;
	display:block;
	margin-top:4px
}

#subtitle-text a,#subtitle-text a:hover,
#subtitle-text a:active,
#subtitle-text a:visited{
	color:#FDEAA2;
	text-decoration: none
}


/* Content */
#content {
	z-index:2;
	position:relative;
	margin-top:24px;
	min-height:400px;
	padding-bottom:60px;
	padding-top:8px;
}

#content,
#content .col-md-8,
#content .col-md-3,
#content .col-md-4,
#content .col-md-12 {
	padding-left:0;
	padding-right:0;
}



#content .home .col-md-4 {
	text-align:center;
}

/* Sidebar */
#sidebar { text-align: center; margin-top:30px; padding-top:20px;}

/* Footer */
#footer {
	padding:10px;
	color:#fff;
	background-color:#88394F;
	background:#333333 url(../img/yabdab_bricks_new.jpg);

	border-top:2px solid #3874A5;
	border-bottom:2px solid #3874A5;
	/* Create the parallax scrolling effect */
	background-attachment:fixed;
	background-size: 100% auto
}

/* #footer .footer-overlay {
 background-color:rgba(0,0,0,.45);
	width:100%;
	height:auto;
	padding:20px;
} */

#footer i {
	color:#fff;
}

#footer h4 {
	color:#FDE9A6;
}

#footer a,#footer a:visited {
	color:#fff;
}

#footer a:hover,#footer a:active {
	text-decoration:none;
}

#footer .col-md-4 {
	text-align:center;
}

/* sm nav */
.list-group {
	margin-top:30px;
	margin-bottom:0;
}

.list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.list-group-item {
	position:relative;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	background-color:transparent;
	border:1px solid #666;
	color:#fff;
}

.list-group-item .caret {
	border-top-color:#ccc;
}

a.list-group-item {
	color:#ccc;
}

a.list-group-item:hover {
	color:#fff;
	background-color:#222;
}

.sm-nav-header {
	min-height:20px;
	text-align:center;
	padding:0;
	text-decoration:none!important;
}

.sm-nav-header a:hover {
	text-decoration:none!important;
}

.sm-nav-toggle {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	width:32px;
	padding:6px;
	font-weight:700;
}

.sm-nav-toggle a {
	color:#ccc;
	cursor:pointer;
	position:relative;
}

.sm-nav-toggle a:hover,.sm-nav-toggle a:active,.sm-nav-toggle a:focus {
	color:#fff;
	text-decoration:none!important;
}

.sm-nav-header i.yd-icon-yabdab_logo,.sm-nav-header i.yd-icon-yabdab_outline {
	position:relative;
	left:inherit;
	text-decoration:none;
}

/* Misc */
/* span.smiley-circle {
	display:inline-block;
	background-color:#353535;
	border-radius:50%;
	padding:8px 8px 6px;
	text-align:center;
	color:#fff;
} */

#sm-nav-menu {
	background:rgba(0,0,0,.85);
	width:100%;
	margin:0;
}

/* @media stuff */
@media (max-width: 767px) {
	body {
		padding:0;
	}
	
	#content {
		border-radius:0;
		border-left:0;
		border-right:0;
	}
	
	h3 {
		line-height:23px!important;
	}
	
	h2 {
		line-height:32px!important;
	}
	
	#footer, #subtitle {
		background:#88394F url(../img/yabdab_bricks_mobile.jpg) repeat;
	}

	#subtitle { height:150px;}

	#subtitle h1{
		font-size:24px;
	}
	
	#splash-text {
		margin:8px 0 20px;
	}
	
	#splash-text h1 i {
		display:block;
		font-size:46px;
	}
	
	#splash-text h1 {
		font-size:24px;
	}
	
	#footer a {
		font-size:18px;
		line-height:30px;
	}
}

/* yabdab font */
@font-face {
	font-family:'yabdab';
	src:url(../font/yabdab.eot);
	src:url(../font/yabdab.eot?#iefix) format("embedded-opentype"),url(../font/yabdab.ttf) format("truetype"),url(../font/yabdab.woff) format("woff"),url(../font/yabdab.svg#yabdab) format("svg");
	font-weight:400;
	font-style:normal;
}

[class^="yd-icon-"],[class*=" yd-icon-"] {
	font-family:'yabdab';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
/* Enable Ligatures ================ */
	-webkit-font-feature-settings:liga;
	-moz-font-feature-settings:liga=1;
	-moz-font-feature-settings:liga;
	-ms-font-feature-settings:liga 1;
	-o-font-feature-settings:liga;
	font-feature-settings:liga;
/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.yd-icon-block:before {
	content:"\e600";
}

.yd-icon-cl-text:before {
	content:"\e603";
}

.yd-icon-cl-icon:before {
	content:"\e601";
}

.yd-icon-clsf-text:before {
	content:"\e602";
}

.yd-icon-clsf-icon:before {
	content:"\e604";
}

.yd-icon-md_logo_text:before {
	content:"\e605";
}

.yd-icon-md_logo_3:before {
	content:"\e608";
}

.yd-icon-yabdab_smiley:before {
	content:"\e606";
}

.yd-icon-yabdab_outline:before {
	content:"\e607";
}

.yd-icon-yabdab_logo:before {
	content:"\e61c";
}

.yd-icon-chevron-left:before {
	content:"\e609";
}

.yd-icon-chevron-right:before {
	content:"\e60a";
}

.yd-icon-messages:before {
	content:"\e60b";
}

.yd-icon-twitter:before {
	content:"\e60c";
}

.yd-icon-facebook:before {
	content:"\e60d";
}

.yd-icon-mail:before {
	content:"\e60e";
}

.yd-icon-vimeo2:before {
	content:"\e60f";
}

.yd-icon-pinterest:before {
	content:"\e610";
}

.yd-icon-twitter2:before {
	content:"\e611";
}

.yd-icon-facebook2:before {
	content:"\e612";
}

.yd-icon-vimeo:before {
	content:"\e613";
}

.yd-icon-pinterest2:before {
	content:"\e614";
}

.yd-icon-mail2:before {
	content:"\e615";
}

.yd-icon-chrome:before {
	content:"\e616";
}

.yd-icon-firefox:before {
	content:"\e617";
}

.yd-icon-IE:before {
	content:"\e618";
}

.yd-icon-opera:before {
	content:"\e619";
}

.yd-icon-safari:before {
	content:"\e61a";
}

.yd-icon-bomb:before {
	content:"\e61b";
}

/* makes the font 33% larger relative to the icon container */
.icon-lg,.icon-large {
	font-size:1.3333333333333em;
	line-height:.75em;
	vertical-align:-15%;
}

.icon-2x {
	font-size:2em;
}

.icon-3x {
	font-size:3em;
}

.icon-4x {
	font-size:4em;
}

.icon-5x {
	font-size:5em;
}


/* @group Feature List */

ul.feature_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.feature_list li {
	list-style-type: none;
	margin-left: 0px;
	line-height: 18px;
}

.feature_title {
	font-weight: bold;
	margin: 1px 2px
}

.feature_text {
	font-weight: normal;
	margin-left: 19px;
	margin-top: 0px;
	color: gray;
	display: block;
}

/* @group What's New List */

ul.new-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li i.fa {
	color:#3874A5;
}

nav ul li i.fa { color:#ffffff; }

ul.new-list li {
	list-style-type: none;
	margin-left: 0px;
	line-height: 18px;
	vertical-align: top;
	margin-bottom:8px;
}

.new-title {
	font-weight: bold;
	font-size:18px;
	font-weight:400;
	margin: 1px 2px;
}

.new-text {
	font-size: 16px;
	margin-left: 26px;
	margin-top: 0px;
	color: gray;
	display: block;
}


/* @group Feature List */

ul.icon-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.icon-list li {
	list-style-type: none;
	margin-left: 0px;
	line-height: 18px;
	min-height:80px;
}

ul.icon-list li img  {
	float:left;
	border-width:0;
	width:40px;
	height:auto
}

ul.icon-list li strong {
	font-weight: bold;
	margin: 1px 2px;
	margin-left: 8px;

}

ul.icon-list li p {
	font-weight: normal;
	margin-left: 48px;
	margin-top: 0px;
	color: gray;
	display: block;
}


/* @end */

/* BS3 Overides */
.btn { border-radius: 3px; font-size: 16px; padding:10px 20px; }
.btn-primary { background-color: #777777; border-color: #777777; color:#fff; }
.btn-primary:hover { background-color: #353535; border-color: #353535; }
.btn.cartloom-addtocart.btn-primary { 
width:100%;
	padding:6px 0;
	margin-top:7px;
	font-style:normal;
	font-weight: normal;
	font-size:20px;
	font-family: 'Bree Serif', serif;
	color:#fff;
	}
	 

.btn-primary-blue { color: #fff; background-color: #428bca; border-color: #357ebd; }
.btn-primary-blue:hover { background-color: #3071a9; border-color: #285e8e; }


.panel {
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
position:relative;
}
.panel-footer {
padding: 10px 15px;
background-color: transparent;
border-width:0;
}
.panel-home { margin:4px; text-align: center; }
.panel-home .panel-body { height:300px; }

.scrsht { float:left; margin-right:6px; }

.fa-sm { font-size:10px !important; line-height:14px; vertical-align:middle; color:#5195E3; }
.text-sm { font-size:11px !important; line-height:11px !important; }
.text-blue { color:#5195E3 }
	
.stacks_in, .stacks_out, .stacks_top {
	overflow:visible !important;
}
.modal { margin-top:80px; }
.modal-header, .modal-footer { text-align:center }

footer a, footer a:active, footer a:hover {
	color:#a1a1a1;
}