/*

Client: The Dory Shop
Developer: Spectacle Group (http://spectaclegroup.ca)

Project Colours
#

*/

html {
	overflow-y: scroll;
}

body {
	text-rendering: optimizeLegibility;
	background-color: #211c3c;
	font-family: "news-gothic-std",sans-serif;
	padding-top: 0;
	color: black;
}

hr {
	margin: 20px 0 20px 0;
	border-top: 1px solid #e1ab11!important;
	border-bottom: 1px solid #e1ab11!important;
}

hr.nav {
	margin: 2px 0 2px 0;
}

ul.nav {
}

.nav li {
    display: inline;
}

.nav li a {
	margin-top: 20;
    display: inline;
}

#brand h1 {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 2em;
}


h2, h3 {
	font-family: "brioso-pro",sans-serif;
	color: #e1ab11;
}

#sidebar h3 {
    color: black;
}

#brand p {
}

.nav li a:hover {
	background: white;
	color: #211c3c;
}

#news1 {
	padding-left: 20px;
}

#news2 {
	padding-left: 30px;
	padding-right: 30px;	
	border: 2px solid #e1ab11;
	border-top: none;
	border-bottom: none;
}

#news3 {
	padding-right: 20px;
}

.nav, .subnav {
	font-family: "brioso-pro", sans-serif;
}

.navbar {
	margin-bottom: 0;
}

.navbar , .navbar .navbar-inner, .navbar .navbar-inner .container,  .nav li.active a {
	background-image: none;
	background-color: #e1ab11!important;
}

.navbar .nav {
	margin-top: 20px;
	margin-bottom: 15px;
}

.navbar-inner {
	border: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
}

.nav li {
	font-size: 20px;
	line-height: 24px;
}

.navbar .nav li a {
	text-transform: uppercase;
	color: white;
	text-shadow: none;
	padding: 15px 25px 10px 25px;
	font-weight: normal;
}

.nav li.active a, .subnav li.active a  {
	color: #211c3c;
}

.navbar .btn-navbar {
	float: left;
	color: #211c3c;
}

div#subnav {
    margin-top: 30px;
}

ul.subnav {
    display: inline;
    list-style-type: none; 
}

ul.subnav li {
    list-style: none;
    display: inline;
    margin-right: 30px;
}

ul.subnav li {
	text-transform: uppercase;
}

#main {
	background-color: white;
	top: 158px;
	position: relative;
}

#main a:hover {
	color: #e1ab11;
}

.container {
	padding-left: 0;
}

#content {
	min-height: 0px;
	margin-right: 20px;
	margin-left: 20px;
}

#content p {
	margin: 0 0 20px;
}

#testimonial {
	margin-left: 20px;
}

#testimonial img {
	width: 100%;
}

#main #testimonial p {
	margin-top: 10px;
	font-family: "adobe-garamond-pro",sans-serif;
	color: #e1ab11;
	text-align: center;
}

p {
	color: white;
}

body.template12 #main h1 {
	color: #e1ab11;
	margin-top: 20px;
}

body.template13 img.productimg {
	padding-left: 0;
}

body.template13 #main .row-fluid, body.template12 #main .row-fluid {
	margin-left: 20px;
}

body.template13 .span8, body.template12 #extraImages.span6 {
	padding-right: 20px;
}

body.template12 #extraImages.span6 {
	padding-top: 20px;
}

body.template13 .span8 img, body.template12 .span6 img {
	padding-bottom: 20px;
}

body.template13 h2 {
	margin-top: 20px;
	font-size: 25px;
	line-height: 24px;
}

#main p {
	color: black;
}

a {
	color: #e1ab11;
}

h1 {
	font-family: "adobe-garamond-pro",sans-serif;
}

a:hover {
	color: white;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #211c3c;
	background-color: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sticky {
	background-color: #211c3c;
	position: fixed;
	z-index: 100;
	width: 100%;
}

#sticky .container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#brand {
}

#sticky .container p.text-right {
	margin-right: 30px;
	display: inline;
	float: right;
	margin-top: 30px;
}

.text-left h1 {
	display: inline;
}

#map {
	padding-left: 20px;
}

#blogtitle {
	padding-left: 20px;
	padding-right: 20px;
}

#blogcontent {
	margin-left: 30px;
}

#blogcontent .post {
	margin-bottom: 30px;
}

#myCarousel {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#myCarousel p {
	color: white;
}

.carousel-inner {
}

.carousel-caption h4 {
	font-family: "brioso-pro",sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	color: #e1ab11;
	margin-bottom: 30px;
}

.carousel-caption p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.carousel-caption p.text-right, .newsexcerpt p.text-right {
	font-family: "brioso-pro",sans-serif;
}

.carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 66%;
	padding: 30px 70px 30px 30px;
	background: #211c3c;
	background: rgba(33,28,60,0.75);
}

.carousel-control {
	background: #e1ab11;
	border: none;
	top: 45%;
	margin-top: 0;
}

.carousel-control:hover {
}

img.productimg {
	position: relative;
    padding-left: 20px;
	width: 100%;
}

body.template3 img.productimg {
	padding-left: 0;
}

div.productdesc  {
    padding-left: 20px;
    padding-right: 20px;
}

div.productdesc h1, div.productdesc h2 {
	margin-top: 0;
}

div.productdesc caption {
    text-align: left; 
}

div.productdesc table {
	font-size: 75%;
}

form#quick-search input.btn {
	padding: 5px;
    margin-bottom: 5px;
	background-color: [$navBG]];
}

input.btn[type="text"][title] {
}

#newssection {
	margin-top: 40px;
	margin-bottom: 40px;	
}

.newsexcerpt h2 {
	line-height: 33px;
	margin: 10px 0 0 0;
}

.newsexcerpt p.date {
	text-transform: uppercase;	
	font-size: .9em;
}

.newsexcerpt p.text-right {
	font-size: 1.1em;
}

footer {
	border: none;
	margin-top: 0;	
}

footer p {
	padding: 0 20px 0 20px;
}

/* Large desktop */
@media (min-width: 1200px) { 

 }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1200px) {

.navbar .nav li a {
	padding: 15px 15px 10px 15px;
}

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.carousel-caption {
	top: 0;
	left: 0;
	padding-left: 70px;
}

img.productimg {
    padding-left: 0;
}

#main {
	top: 225px;
}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.carousel-caption {
	top: 0;
	left: 0;
	padding-left: 70px;
}

img.productimg {
    padding-left: 0;
}

#main {
	top: 225px;
}

#news1, #news2, #news3 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#news2 {
	border: none;
	border-top: none;
	border-bottom: none;
}

#map, #testimonial {
	margin-right: 20px;
}

#contact {
	padding-left: 20px;	
}


}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

#sticky {
	position: relative;
}

img.productimg {
    padding-left: 0;
}

.carousel-caption {
	top: 0;
	left: 0;
	padding-left: 70px;
}
.carousel-caption h4 {
	font-size: .95em;
	margin-bottom: 5px;
}
.carousel-caption p {
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 5px;
}

#main {
	top: 0px;
}

}

@media only screen and (max-width: 979px) {
	
	#flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	#flip-scroll * html .cf { zoom: 1; }
	#flip-scroll *:first-child+html .cf { zoom: 1; }
	
	#flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	#flip-scroll th,
	#flip-scroll td { margin: 0; vertical-align: top; }
	#flip-scroll th { text-align: left; }
	
	#flip-scroll table { display: block; position: relative; width: 100%; }
	#flip-scroll thead { display: block; float: left; }
	#flip-scroll tbody { display: inline-block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	#flip-scroll thead tr { display: block; }
	#flip-scroll th { display: block; text-align: right; }
	#flip-scroll tbody tr { display: inline-block; vertical-align: top; }
	#flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
  
	/* sort out borders */

	#flip-scroll table { border: none; }
	#flip-scroll th { border-bottom: 0; border-left: 0; }
	#flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
	#flip-scroll tbody+tbody { border:none; }
	#flip-scroll tbody tr:first-child { border-right: none; }
	#flip-scroll tbody tr { border-left: 1px solid #babcbf; border-right: 1px solid #babcbf; }
	#flip-scroll th:first-child,
	#flip-scroll td:first-child { border-top: none; }
	#flip-scroll th:last-child,
	#flip-scroll td:last-child { border-bottom: none; }
	#flip-scroll th { border-top: 1px solid #ddd; }
}