/* 
	Template: _Agency Template
	Author: Chad Smith - BC Gurus
*/

/* ========
	Universals
======================= */
.alt-bg-color {
	background: #f0f0ea;
	padding: 20px 0;
}
/* ========
	Header Styles
======================= */
header {
	padding: 20px 0;
}
#logo {
	/*	float: left;
	margin: 38px 0 0;
	width: 187px;*/
	
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
#logo:hover {
	border: none;
	opacity: 0.5;
}

.search {
	color: #65656c;
	border-bottom: 1px solid #65656c;
	float: right;
	overflow: hidden;
	width: 191px;
	-webkit-transition: border-bottom 0.3s ease-in-out;
	-moz-transition: border-bottom 0.3s ease-in-out;
	-o-transition: border-bottom 0.3s ease-in-out;
	-ms-transition: border-bottom 0.3s ease-in-out;
	transition: border-bottom 0.3s ease-in-out;
}
.search:hover {
	border-bottom: 1px solid #8b8b90;
}
.search-box input[type="text"] {
	background: none;
	border: none;
	box-shadow: none;
	color: #8b8b90;
	float: left;
	width: 87%;
}
.search-box i {
	float: right;
	margin: 8px 0 0;
	width: 20px;
}
/* ========
	Navigation
======================= */
nav li:last-child {
	padding: 0;
}
nav li a:link,  nav li a:visited {
	border-bottom: 2px solid #31313b;
	color: #ecebe6;
	font-family: 'OpenSansSemibold';
	font-size: 1em;
	text-transform: uppercase;
}
nav li a:active,  nav li a:hover,  nav li.selected a {
	background: #31313b;
	border-bottom: 2px solid #f5a965;
	color: #fff;
}
/* ========
	Hero
======================= */
#hero {
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	margin: 20px auto;
	max-width: 1228px;
	width: 100%;
}
#hero .orbit-container .orbit-prev > span {
	background: url(images/prev.png) no-repeat scroll center center;
	padding: 33px 0 0 43px;
}
#hero .orbit-container .orbit-next > span {
	background: url(images/next.png) no-repeat scroll center center;
	padding: 33px 0 0 14px;
	right: 7px;
}
/* ========
	Work
======================= */
.list {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
#thumbs {
	margin: 20px 0;
	position: relative;
}
#thumbs .list a, #thumbs .list a img {
	display: block;
	position: relative;
}
#thumbs .list a {
	overflow: hidden;
}
#thumbs .list a div {
	background: #31313b;
	background: rgba(49,49,59,0.8);
	height: 100%;
	padding: 20px;
	position: absolute;
	width: 100%;
}
#thumbs .list span {
	display: block;
}
#thumbs .list p {
	color: #fff;
	font-family: 'NovecentowideMediumRegular';
	font-size: 13px;
	margin: 0;
}
#thumbs .list p:first-child {
	color: #f5a862;
}
.date {
	display: block;
	margin: -10px 0 1em;
}
.social-count {
	font-size: .875em;
	margin: 18px 0;
}
.fb-like {
	margin: 18px 0 0;
}
aside .pagination, .home-widget .pagination {
	display: none;
}
#infscr-loading {
	font-family: 'NovecentowideMediumRegular';
	font-size: 1.1em;
	margin: 25px 0;
	text-align: left;
}
#infscr-loading img {
	float: left;
	margin: -4px 10px 0 0;
	width: 24px;
}
/* ========
	Work
======================= */
.thumb-list {
	background: url(images/icon-plus.png) no-repeat scroll center 127px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
.thumb-list a:link,  .thumb-list a:visited {
	color: #5c5852;
}
.thumb-list:hover div {
	opacity: 1;
	filter: alpha(opacity=1);
}
.thumb-list div {
	background: #f0f0ea;
	background: rgba(240,240,234,0.5);
	height: 100%;
	left: 0;
	padding: 127px 0 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.thumb-list h6 {
	margin: 20px 0 10px;
}
.thumb-list small {
	display: block;
	font-size: 70%;
	line-height: 18px;
}
/* ========
	aside
======================= */
aside ul {
	background: #eaeae5;
	margin: 0 0 20px;
	padding: 10px;
}
aside li {
	font-size: 85%;
	list-style: none;
	padding: 0;
}
aside li a:link,  aside li a:visited {
	display: block;
	font-family: 'OpenSansSemibold';
	padding: 5px 0;
}
aside li a:before {
	content: " - ";
}
/* ========
	Staff
======================= */
.staff-list {
	margin: 10px 0 20px;
}
.staff-list h6 {
	font-size: .8125em;
	margin: 10px 0;
}
.staff-list img {
	display: block;
	margin: 0 auto;
	width: auto;
}
.staff-list .rounded {
	background: #ddddd5;
	border-radius: 50%;
	color: #fff;
	padding: 13px 17px;
	font-size: 1.25em;
	margin: 0px 5px;
	display: inline-block;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.staff-list a:hover .rounded {
	background: #f5a862;
}
/* ========
	Sidebar nav
======================= */
#sidenav {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}
#sidenav li.side-title a:link, #sidenav li.side-title a:visited {
	background: none;
	font-family: 'OpenSansSemibold';
	font-size: 155%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 2px solid #30303B;
}
#sidenav li.side-title a:active, #sidenav li.side-title a:hover, #sidenav li.side-title.selected a {
	background: none;
	color: #333;
}
#sidenav li a:link, #sidenav li a:visited {
	background: #eaeae5;
	color: #333;
	display: block;
	padding: 10px 20px;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
#sidenav li a:active, #sidenav li a:hover, #sidenav li.selected a {
	background: #f0f0ea;
	color: #f5a862;
}
#sidenav li a:before {
	content: "";
}
/* ========
	Detail Features
======================= */
.feature-list h3 {
	color: #000;
	font-size: 12px;
}
.feature-list h3, .feature-list h4 {
	margin: 0 0 3px 75px;
}
.feature-list p {
	margin: 0 0 18px 75px;
}
.feature-list ul {
	margin: 0 0 0 50px;
}
.feature-list li {
	list-style: none;
	margin: 0 0 21px;
	overflow: hidden;
	position: relative;
}
.feature-list li li {
	margin: 0;
	padding: 0;
}
.feature-list li .icon {
	float: left;
	margin-right: 18px;
}
/* ========
	FAQ's
======================= */
.faq-question {
	background: #eaeae5;
	border-bottom: 2px solid #f5a862;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.faq-question > a {
	background: url(images/icon-heading-block-sml.png) no-repeat scroll left bottom;
	color: #5c5852;
	display: block;
	font-family: 'NovecentowideMediumRegular';
	font-size: 1.25em;
	margin: 1em 0 8px;
	padding: 0 0 13px;
}
.faq-question .comment-form input[type="text"], .faq-question .comment-form input[type="email"], .faq-question .comment-form textarea {
	background: #f2f2ed;
	width: 100%;
}
/* ========
	Footer
======================= */
footer {
	font-family: 'NovecentowideNormalRegular';
	padding: 75px 0 20px;
}
footer h4 {
	font-family: 'NovecentowideNormalRegular';
	font-weight: normal;
}
footer input[type="text"], footer input[type="email"], footer textarea {
	background: #57575f;
	background: rgba(255,255,255,.19);
	border: none;
	color: whitesmoke;
}
footer input[type="text"]:focus, footer input[type="email"]:focus, footer textarea:focus {
	background: rgba(255,255,255,.3);
	box-shadow: none;
}
footer textarea.cat_listbox {
	height: 135px;
}
#social-icons {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#social-icons li {
	display: inline;
	float: left;
	font-size: 2em;
	margin: 0;
	padding: 0 10px;
}
#social-icons li:first-child, #footer-links li:first-child {
	padding: 0 10px 0 0;
}
#social-icons a:link,  #social-icons a:visited {
	color: #f0f0ea;
}
#social-icons a:active,  #social-icons a:hover {
	color: #fff;
}
#footer-links {
	margin: 20px 0;
	padding: 0;
}
#footer-links li {
	color: #6b6b6b;
	display: inline;
	float: left;
	font-size: 70%;
	margin: 0;
	padding: 0 5px;
}
#footer-links li a:link,  #footer-links li a:visited {
	color: #6b6b6b;
}
#footer-links li a:active,  #footer-links li a:hover {
	color: #999;
}
#footer-links li.uty1, #footer-links li.uty0 {
	display: none;
}
/* ========
	Facebook Comments
======================= */
.blogcom .fb_iframe_widget, .blogcom .fb_iframe_widget iframe, .blogcom .fb_iframe_widget span {
	width: 100% !important;
}
/* ===== Online Shop ==================== */

.shop-main {
	margin: 0;
}
.shop-main .header {
	border: none;
}
.shop-main .cart-summary {
	width: 215px;
}
.shop-product-large {
	text-align: left;
	border: none;
}
.shop-product-large #images {
	width: 300px;
	float: left;
}
/* ===== Checkout Form ==================== */

.form-row {
	border-bottom: 1px solid #EDEDED;
	overflow: hidden;
	padding: 15px 0;
}
legend {
	font-weight: bold;
}
.info-section {
	width: 30%;
	float: left;
}
.info-section p {
	padding-right: 15px;
}
.form-section {
	width: 70%;
	float: left;
}
label.left {
	float: left;
	line-height: 35px;
	margin-right: 5px;
}
.shop-checkout.shop-form label {
	display: block;
}
.form-detail {
	float: left;
	width: 250px;
}
.form-detail legend {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
}
.form-detail p {
	font-size: 12px;
}
.form-data {
	float: right;
	width: 450px;
}
#payment-form .form-detail {
	width: 255px;
}
#payment-form .form-data {
	width: 570px;
}
#payment-form label {
	width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
	margin-right: 20px;
	width: 92%;
}
#payment-form input.cat_textbox {
	border: 1px solid #999;
	padding: 3px;
}
#payment-form select.cat_dropdown {
	margin-right: 20px;
	width: 258px;
}
 select.short, {
 width: 117px !important;
 float:left;
}
input.cat_textbox.sm {
	width: 70px !important;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
	width: 110px;
}
#payment-form input.purchase-amount {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #222222;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 53px;
}
#purchase-total {
	background: none repeat scroll 0 0 #FAFAFA;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	margin-bottom: 20px;
	padding: 10px;
}
.purchase-amount {
	float: none !important;
	box-shadow: none !important;
}
#purchase-total span {
	font-weight: bold;
	font-size: 16px;
	color: #999;
	padding-left: 10px;
}
 @media only screen and (min-width: 58.75em) {
.top-bar-section ul.right li .dropdown {
	right: auto;
	left: -5px;
}
}


/* ========
	@Media Queries
======================= */
@media screen and (max-width:940px) {
.search {
	background: #fff;
	margin: 20px 0;
	width: 100%;
}
}
@media screen and (max-width:840px) {
.orbit-container .orbit-slides-container > * .orbit-caption {
	top: 18px;
}
}
@media screen and (max-width:780px) {
#calendar-container {
	display: none;
}
#shippingSpan {
	display: block;
	clear: both;
}
}
@media screen and (max-width: 737px) {
.orbit-container .orbit-slides-container > * .orbit-caption {
	top: 37%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
	background-color: rgba(255, 255, 255, 0.0);
}
.orbit-caption h2, .orbit-caption p {
	display: none;
}
}
@media screen and (max-width:486px) {
table.webform td {
	display: block;
}
}
@media screen and (max-width:458px) {
#thumbs .list p {
	display: none;
}
}
/* ========
	@font-face
======================= */
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSans-Semibold-webfont.eot');
	src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideMediumRegular';
	src: url('fonts/Novecentowide-Medium-webfont.eot');
	src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Novecentowide-Medium-webfont.woff') format('woff'),  url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'),  url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideBookRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideNormalRegular';
	src: url('fonts/Novecentowide-Normal-webfont.eot');
	src: url('fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Novecentowide-Normal-webfont.woff') format('woff'),  url('fonts/Novecentowide-Normal-webfont.ttf') format('truetype'),  url('fonts/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideLightBold';
	src: url('fonts/Novecentowide-DemiBold-webfont.eot');
	src: url('fonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Novecentowide-DemiBold-webfont.woff') format('woff'),  url('fonts/Novecentowide-DemiBold-webfont.ttf') format('truetype'),  url('fonts/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NovecentowideBookBold';
	src: url('fonts/Novecentowide-Bold-webfont.eot');
	src: url('fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/Novecentowide-Bold-webfont.woff') format('woff'),  url('fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),  url('fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
	font-weight: normal;
	font-style: normal;
}



.form-small {
	max-width: 400px;
	
}