/*--
	Theme Name: bobbleheadhall
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.1.1
	MotoPress Version: 1.0
--*/
@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Patua+One);
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
	background:#fff;
	min-height:36px;
	margin:0;
	padding:8px 12px !important;
	border:1px solid #e7e7e7;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#b0b0b0;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], .main-holder input[type="tel"], html.ie8 .main-holder textarea {
	min-height:18px;
	line-height:18px;
}
.main-holder input[type="submit"],
.main-holder .submit-wrap input[type="button"],
.main-holder input[type="reset"] {
	background:none;
	height:36px;
	margin:0 10px 0 0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:underline;
	color:#8f0013;
}
.main-holder input[type="submit"]:focus,
.main-holder .submit-wrap input[type="button"]:focus,
.main-holder input[type="reset"]:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#8f0013;
}
.main-holder input[type="submit"]:hover,
.main-holder .submit-wrap input[type="button"]:hover,
.main-holder input[type="reset"]:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#b0b0b0;
}
.main-holder .search-form input[type="text"] { margin:0 10px 0 0; }
h1 {
	margin:0 0 24px 0;
	letter-spacing:2px;
}
h1 a {
	text-decoration:none;
	color:#1d2d58;
}
h1 a:hover {
	text-decoration:none;
	color:#8f0013;
}
@media (min-width: 768px) and (max-width: 979px) {
	h1 { letter-spacing:1px; }
}
@media (max-width: 767px) {
	h1 { letter-spacing:0; }
}
h2 {
	margin-bottom:32px;
	letter-spacing:2px;
}
h2 a {
	text-decoration:none;
	color:#1d2d58;
}
h2 a:hover {
	text-decoration:none;
	color:#8f0013;
}
h3 {
	margin-bottom:24px;
	letter-spacing:2px;
}
h3 a {
	text-decoration:none;
	color:#1d2d58;
}
h3 a:hover {
	text-decoration:none;
	color:#8f0013;
}
h3 em {
	display:block;
	margin:0 0 -9px 0;
	font-style:normal;
}
h4 {
	letter-spacing:1px;
	text-transform:uppercase;
}
h4 a {
	text-decoration:underline;
	color:#1d2d58;
}
h4 a:hover {
	text-decoration:underline;
	color:#8f0013;
}
h4 strong {
	display:block;
	padding:4px 0 4px 0;
	letter-spacing:2px;
	line-height:36px;
	font-size:36px;
	font-weight:400;
	color:#8f0013;
}
@media (min-width: 979px) and (max-width: 1200px) {
	h4 strong {
		line-height:30px;
		font-size:30px;
	}
}
html.ie8 h4 strong {
	line-height:30px;
	font-size:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	h4 strong {
		letter-spacing:1px;
		line-height:22px;
		font-size:22px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	h4 br { display:none; }
}
h5 { text-transform:uppercase; }
h5 a { text-decoration:none; }
h5 a:hover {
	text-decoration:none;
	color:#2f2f2f;
}
h6 { margin:0; }
h6 strong {
	display:block;
	padding:0 0 18px 0;
}
p { margin:0 0 18px 0; }
body.home p { margin:0 0 11px 0; }
p strong { color:#1d2d58; }
@media (max-width: 767px) {
	body.home .span6 { margin-bottom:20px; }
}
.header {
	background:url(images/header.png) repeat-x 50% 0%;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		background:url(images/header.png) repeat 50% 0%;
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}
}
body.home .header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.header .logo {
	background:#8f0013;
	max-width:122px;
	min-height:96px;
	margin:0;
	padding:32px 24px 23px 24px;
}
@media (max-width: 767px) {
	.header .logo {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
.header .logo .logo_h__txt {
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
.header .logo .logo_h__txt a { text-decoration:none; }
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo p { display:none; }
.header .nav__primary { margin:0; }
@media (max-width: 767px) {
	.header .nav__primary { margin:20px 0; }
}
.header .nav__primary .sf-menu { float:left; }
.header .nav__primary .sf-menu ul {
	background:#1d2d58;
	width:170px;
	padding:14px 0 13px 0;
}
.header .nav__primary .sf-menu > li { background:none; }
.header .nav__primary .sf-menu > li > a {
	height:70px;
	padding:48px 59px 0 59px;
	letter-spacing:2px;
	border:none;
	text-transform:uppercase;
	text-decoration:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { padding:48px 48px 0 48px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:48px 48px 0 48px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { padding:48px 26px 0 26px; }
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:0 0 1px 0;
}
.header .nav__primary .sf-menu > li li a {
	padding:6px;
	border:none;
	letter-spacing:2px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -85px;
	top:154px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	margin:0;
	top:-14px;
	left:173px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#1d2d58;
	height:88px;
	padding-top:63px;
}
.header .nav__primary .sf-menu > li > a:hover .sf-sub-indicator, .header .nav__primary .sf-menu > li.sfHover> a .sf-sub-indicator, .header .nav__primary .sf-menu > li.current-menu-item > a .sf-sub-indicator, .header .nav__primary .sf-menu > li.current_page_item > a .sf-sub-indicator { top:85px; }
html.ie8 .header .nav__primary .sf-menu > li > a:hover, html.ie8 .header .nav__primary .sf-menu > li.sfHover> a, html.ie8 .header .nav__primary .sf-menu > li.current-menu-item > a, html.ie8 .header .nav__primary .sf-menu > li.current_page_item > a { padding-top:63px; }
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a { background:#252525; }
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:75px;
	right:50%;
}
#slider-wrapper {
	background:url(images/slider_bg.gif) repeat-x 50% 100%;
	padding:0 0 7px 0;
}
#slider-wrapper .container {
	position:relative;
	width:1600px;
	margin:0 0 0 -800px;
	left:50%;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container {
		width:1200px;
		margin:0 0 0 -600px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container {
		width:1200px;
		margin:0 0 0 -600px;
	}
}
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_target_content:before {
	background:#fff;
	display:block;
	height:50px;
	position:absolute;
	right:0;
	left:1087px;
	bottom:0;
	z-index:1;
	content:'';
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_target_content:before { left:937px; }
}
html.ie8 #slider-wrapper .camera_target_content:before { left:937px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_target_content:before { left:737px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_target_content:before { display:none; }
}
#slider-wrapper .camera_caption {
	width:816px;
	position:absolute;
	top:340px;
	right:217px;
	bottom:auto;
	left:auto;
	z-index:99;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption { right:367px; }
}
html.ie8 #slider-wrapper .camera_caption { right:367px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		width:616px;
		top:200px;
		right:240px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:440px;
		margin:0 -220px 0 0;
		top:240px;
		right:50%;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption {
		width:280px;
		margin:0 -140px 0 0;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
}
#slider-wrapper .camera_caption div strong {
	float:right;
	width:298px;
	letter-spacing:2px;
	line-height:38px;
	font-family:'Patua One', cursive;
	font-size:24px;
	font-weight:400;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div strong {
		width:200px;
		letter-spacing:1px;
		font-size:16px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div strong {
		display:block;
		float:none;
		width:100%;
		margin:0 0 10px 0;
		line-height:28px;
		font-size:24px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div strong {
		line-height:22px;
		font-size:18px;
	}
}
#slider-wrapper .camera_caption div strong span {
	background:#8f0013;
	display:inline-block;
	margin:-2px 0 0 0;
	padding:0 14px 2px 14px;
	vertical-align:top;
}
#slider-wrapper .camera_caption div em {
	float:right;
	max-width:518px;
	margin:0 298px 0 0;
	letter-spacing:1px;
	line-height:51px;
	font-family:'Patua One', cursive;
	font-size:48px;
	font-weight:400;
	font-style:normal;
	text-align:right;
	color:#8f0013;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div em {
		max-width:416px;
		margin:0 200px 0 0;
		font-size:34px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div em {
		display:block;
		float:none;
		max-width:100%;
		margin:0;
		line-height:27px;
		font-size:24px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div em {
		line-height:23px;
		font-size:20px;
	}
}
#slider-wrapper .camera_caption div em span {
	background:#fff;
	display:inline-block;
	margin:0 0 3px 0;
	padding:0 7px 4px 7px;
	vertical-align:top;
}
#slider-wrapper .camera_caption div a {
	letter-spacing:2px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#8f0013;
	position:absolute;
	top:322px;
	left:548px;
	z-index:99;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div a { top:317px; }
}
html.ie8 #slider-wrapper .camera_caption div a { top:317px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div a {
		font-size:16px;
		top:285px;
		left:408px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div a {
		background:#fff;
		display:inline-block;
		position:relative;
		margin:15px 0 0 0;
		padding:4px 7px 4px 7px;
		vertical-align:top;
		top:auto;
		left:auto;
	}
}
#slider-wrapper .camera_caption div a:hover {
	text-decoration:none;
	color:#b0b0b0;
}
#slider-wrapper .camera_caption div a:hover:after { background-position:0% -14px; }
#slider-wrapper .camera_caption div a:after {
	background:url(images/slider_arrow.png) no-repeat 0% 0%;
	display:inline-block;
	width:10px;
	height:13px;
	overflow:hidden;
	margin:3px 0 0 11px;
	vertical-align:top;
	content:'';
}
#slider-wrapper .camera_pag {
	position:absolute;
	left:50px;
	bottom:0;
}
#slider-wrapper .camera_thumbs {
	position:absolute;
	top:143px;
	right:213px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_thumbs { right:323px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_thumbs {
		top:123px;
		right:231px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_thumbs { display:none !important; }
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_next {
	background:#1d2d58;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:0 -287px 0 0;
	top:auto;
	right:50%;
	bottom:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_next { margin:0 -137px 0 0; }
}
html.ie8 #slider-wrapper .camera_next { margin:0 -137px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_next { margin:0 -137px 0 0; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next { margin:0 -50px 0 0; }
}
#slider-wrapper .camera_next:hover { background:#8f0013; }
#slider-wrapper .camera_next span {
	background:url(images/next.png) no-repeat 50% 50%;
	width:50px;
	height:50px;
	overflow:hidden;
}
#slider-wrapper .camera_prev {
	background:#1d2d58;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:0 -237px 0 0;
	top:auto;
	right:50%;
	bottom:0;
	left:auto;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_prev { margin:0 -87px 0 0; }
}
html.ie8 #slider-wrapper .camera_prev { margin:0 -87px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_prev { margin:0 -87px 0 0; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev { margin:0 0 0 -50px; }
}
#slider-wrapper .camera_prev:hover { background:#8f0013; }
#slider-wrapper .camera_prev span {
	background:url(images/prev.png) no-repeat 50% 50%;
	width:50px;
	height:50px;
	overflow:hidden;
}
#slider-wrapper .camera_commands {
	margin:0 -182px 0 0;
	top:auto;
	right:50%;
	bottom:5px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_commands { margin:0 -32px 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_commands { margin:0 -32px 0 0; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_commands { margin:0 55px 0 0; }
}
.content-holder {
	margin:0;
	padding:52px 0 35px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:52px 20px 35px 20px; }
}
body.home .content-holder { padding:60px 0 35px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:60px 20px 35px 20px; }
}
#sidebar { padding-top:39px; }
#sidebar .widget { margin:0 0 58px 0; }
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 16px;
	list-style:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#8f0013;
}
#sidebar ul li:hover:before { background-position:0% -8px; }
#sidebar ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:4px;
	height:7px;
	overflow:hidden;
	margin:0;
	padding:0;
	position:absolute;
	top:6px;
	left:0;
	content:'';
}
#sidebar ul li a {
	text-decoration:none;
	color:#8f0013;
}
#sidebar ul li a:hover { color:#b0b0b0; }
#sidebar ul li ul { padding:6px 0 0 0; }
#sidebar ul.post-list { margin:0 0 -6px 0; }
#sidebar ul.post-list li {
	margin-bottom:25px;
	padding:0;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:none;
	color:#b0b0b0;
}
#sidebar ul.post-list li:before { display:none; }
#sidebar ul.post-list li .thumbnail { margin:5px 32px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail { margin:5px 15px 10px 0; }
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 3px 0;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
#sidebar ul.post-list li h4 {
	margin:0 0 18px 0;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:none;
	color:#1d2d58;
}
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#1d2d58;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#8f0013;
}
#sidebar ul.post-list li .excerpt { margin:0 0 11px 0; }
#sidebar ul.comments-custom { padding:1px 0 0 0; }
#sidebar ul.comments-custom li {
	padding:0;
	padding:26px 0 0 0;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:none;
	color:#b0b0b0;
}
#sidebar ul.comments-custom li:before { display:none; }
#sidebar ul.comments-custom li:first-child { padding:0; }
#sidebar ul.comments-custom li a {
	text-decoration:none;
	color:#b0b0b0;
}
#sidebar ul.comments-custom li a:hover {
	text-decoration:none;
	color:#8f0013;
}
#sidebar ul.comments-custom li .thumbnail {
	margin:4px 30px 10px 0;
	padding:10px;
	border:1px solid #e7e7e7;
}
#sidebar ul.comments-custom li time {
	display:block;
	margin:0 0 -2px 0;
	padding:28px 0 0 0;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
#sidebar ul.comments-custom li h4 {
	margin:0;
	color:#8f0013;
}
#sidebar ul.comments-custom li h4 a {
	text-decoration:none;
	color:#8f0013;
}
#sidebar ul.comments-custom li h4 a:hover {
	text-decoration:none;
	color:#2f2f2f;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:16px 0 0 0;
	padding:0;
	border:none;
}
div.carousel-wrap {
	position:relative;
	z-index:99;
}
div.carousel-wrap.news {
	margin:-38px 0 0 0;
	padding:0;
}
div.carousel-wrap.news .es-carousel { padding:52px 0 0 0; }
div.carousel-wrap.news ul li { position:relative; }
div.carousel-wrap.news ul li:hover:before { display:block; }
div.carousel-wrap.news ul li:hover h5 a { color:#2f2f2f; }
div.carousel-wrap.news ul li:hover p a { color:#2f2f2f; }
div.carousel-wrap.news ul li:before {
	background:#2f2f2f;
	display:none;
	width:100%;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:-51px;
	left:0;
	content:'';
}
@media (max-width: 767px) {
	div.carousel-wrap.news ul li:before { display:none !important; }
}
div.carousel-wrap.news ul li time {
	float:left;
	width:45px;
	margin:0 5px 0 0;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:18px;
	font-weight:400;
	color:#1d2d58;
}
div.carousel-wrap.news ul li time i {
	display:block;
	margin:-3px 0 0 0;
	line-height:36px;
	font-size:36px;
	font-style:normal;
}
div.carousel-wrap.news ul li h5 {
	overflow:hidden;
	padding:0 10px 0 0;
	letter-spacing:1px;
	font-weight:400;
}
@media (max-width: 480px) {
	div.carousel-wrap.news ul li h5 { clear:both; }
}
div.carousel-wrap.news ul li h5 a { text-decoration:none; }
div.carousel-wrap.news ul li p {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:7px 0 0 0;
	clear:both;
	line-height:18px;
	font-size:13px;
	color:#b0b0b0;
}
div.carousel-wrap.news ul li p a {
	text-decoration:none;
	color:#b0b0b0;
}
div.carousel-wrap.news ul li a.btn { display:none; }
div.carousel-wrap.news .es-nav-next {
	background:#fff url(images/button_next.png) no-repeat 0% -38px;
	width:38px;
	height:38px;
	margin:0;
	padding:0;
	position:absolute;
	top:auto;
	right:-100px;
	bottom:-49px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.carousel-wrap.news .es-nav-next { right:0; }
}
html.ie8 div.carousel-wrap.news .es-nav-next { right:0; }
@media (min-width: 768px) and (max-width: 979px) {
	div.carousel-wrap.news .es-nav-next { right:0; }
}
@media (max-width: 767px) {
	div.carousel-wrap.news .es-nav-next { right:0; }
}
div.carousel-wrap.news .es-nav-next:hover { background:#8f0013 url(images/button_next.png) no-repeat 0% 0%; }
div.carousel-wrap.news .es-nav-prev {
	background:#fff url(images/button_prev.png) no-repeat 0% -38px;
	width:38px;
	height:38px;
	margin:0;
	padding:0;
	position:absolute;
	top:auto;
	right:-62px;
	bottom:-49px;
	z-index:99;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.carousel-wrap.news .es-nav-prev { right:38px; }
}
html.ie8 div.carousel-wrap.news .es-nav-prev { right:38px; }
@media (min-width: 768px) and (max-width: 979px) {
	div.carousel-wrap.news .es-nav-prev { right:38px; }
}
@media (max-width: 767px) {
	div.carousel-wrap.news .es-nav-prev { right:38px; }
}
div.carousel-wrap.news .es-nav-prev:hover { background:#8f0013 url(images/button_prev.png) no-repeat 0% 0%; }
ul.latest { padding:13px 0 0 0; }
ul.latest li {
	background:#f5f5f5;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.latest li {
		width:270px !important;
		margin-left:30px !important;
	}
}
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.latest li:first-child { margin-left:0 !important; }
}
ul.latest li:hover { background:#252525; }
ul.latest li:hover h5 a { color:#fff; }
ul.latest li:hover a.btn-primary {
	background:#151515;
	color:#8f0013;
}
ul.latest li .thumbnail { margin:-15px -15px 24px -15px; }
@media (max-width: 767px) {
	ul.latest li .thumbnail {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
ul.latest li h5 {
	margin:0 0 15px 0;
	padding:0 5px;
	letter-spacing:2px;
	line-height:26px;
	font-size:24px;
	color:#1d2d58;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.latest li h5 {
		letter-spacing:1px;
		line-height:22px;
		font-size:20px;
	}
}
html.ie8 ul.latest li h5 {
	letter-spacing:1px;
	line-height:22px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.latest li h5 {
		letter-spacing:1px;
		line-height:22px;
		font-size:20px;
	}
}
ul.latest li h5 a {
	text-decoration:none;
	color:#1d2d58;
}
ul.latest li h5 a:hover {
	text-decoration:none;
	color:#fff;
}
ul.latest li p { margin:0 0 18px 0; }
ul.latest li a.btn-primary {
	background:#e7e7e7;
	display:block;
	margin:0 -15px -15px -15px;
	padding:8px 0 13px 0;
	text-decoration:none !important;
}
a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:underline !important;
	color:#8f0013;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#8f0013;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#b0b0b0;
}
a.btn-link {
	background:url(images/link.png) no-repeat 0% 0%;
	display:inline-block;
	width:10px;
	height:13px;
	overflow:hidden;
	vertical-align:top;
	line-height:0;
	font-size:0;
	text-decoration:none !important;
}
a.btn-link:hover {
	background:url(images/link.png) no-repeat 0% -14px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	text-decoration:none !important;
	color:#b0b0b0;
}
div.list.arrow-list { padding:9px 0 0 0; }
div.list.arrow-list ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 16px;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#8f0013;
}
div.list.arrow-list ul li:hover:before { background-position:0% -8px; }
div.list.arrow-list ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:4px;
	height:7px;
	overflow:hidden;
	margin:0;
	padding:0;
	position:absolute;
	top:6px;
	left:0;
	content:'';
}
div.list.arrow-list ul li a {
	text-decoration:none;
	color:#8f0013;
}
div.list.arrow-list ul li a:hover { color:#b0b0b0; }
div.list.custom-list { padding:21px 0 0 0; }
div.list.custom-list ul li {
	margin:0;
	padding:0;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#afafaf;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.list.custom-list ul li { font-size:11px; }
}
html.ie8 div.list.custom-list ul li { font-size:11px; }
@media (min-width: 768px) and (max-width: 979px) {
	div.list.custom-list ul li { font-size:10px; }
}
div.list.custom-list ul li:before { display:none; }
div.list.custom-list ul li em {
	font-style:normal;
	color:#1d2d58;
}
.spacer { height:31px; }
.hero-unit {
	background:none;
	position:relative;
	margin:0 0 20px 0;
	padding:2px 60px 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:20px;
	font-family:'Patua One', cursive;
	font-size:18px;
	font-weight:400;
	color:#1d2d58;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit { padding:2px 0 0 0; }
}
html.ie8 .hero-unit { padding:2px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit {
		padding:2px 0 0 0;
		line-height:18px;
		font-size:16px;
	}
}
.hero-unit h1 {
	margin:0 0 3px 0;
	letter-spacing:1px;
	line-height:26px;
	font-size:24px;
	text-transform:uppercase;
	color:#8f0013;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		line-height:24px;
		font-size:22px;
	}
}
.hero-unit h1 a {
	text-decoration:none;
	color:#8f0013;
}
.hero-unit.block_1:hover h1, .hero-unit.block_2:hover h1 { color:#b0b0b0; }
.hero-unit.block_1:hover h1 a, .hero-unit.block_2:hover h1 a { color:#b0b0b0; }
.hero-unit.block_1:hover .btn-align a, .hero-unit.block_2:hover .btn-align a { background-position:0% -14px; }
.hero-unit.block_1:hover p a, .hero-unit.block_2:hover p a { color:#b0b0b0; }
.hero-unit.block_1 p, .hero-unit.block_2 p { display:inline; }
.hero-unit.block_1 p a, .hero-unit.block_2 p a {
	text-decoration:none;
	color:#1d2d58;
}
.hero-unit.block_1 .btn-align, .hero-unit.block_2 .btn-align {
	display:inline-block;
	margin:5px 0 0 7px;
	vertical-align:top;
}
.hero-unit.block_1 { margin:0 0 70px 0; }
.hero-unit.block_1:before {
	background:url(images/icon_1.png) no-repeat 0% 0%;
	display:block;
	width:27px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:-28px;
	left:3px;
	content:'';
}
.hero-unit.block_1:hover:before { background-position:0% -25px; }
.hero-unit.block_2:before {
	background:url(images/icon_2.png) no-repeat 0% 0%;
	display:block;
	width:28px;
	height:28px;
	overflow:hidden;
	position:absolute;
	top:-33px;
	left:2px;
	content:'';
}
.hero-unit.block_2:hover:before { background-position:0% -29px; }
ul.info { padding:4px 0 0 0; }
@media (max-width: 767px) {
	ul.info {
		width:100%;
		overflow:hidden;
		padding:4px 0 20px 0;
	}
}
@media (max-width: 767px) {
	ul.info li {
		float:left !important;
		max-width:170px !important;
		margin:0 4% 0 0 !important;
	}
}
@media (max-width: 480px) {
	ul.info li {
		float:left !important;
		width:45% !important;
		margin:0 4% 0 0 !important;
	}
}
ul.info li h5 { display:none; }
ul.info li p { display:none; }
.service-box {
	background:none;
	margin:0 0 38px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box figure.icon { margin:0 30px 0 0; }
.service-box h2 {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box h2 {
		padding:0;
		overflow:visible;
	}
}
@media (max-width: 767px) {
	.service-box h2 {
		padding:0;
		overflow:visible;
	}
}
.service-box .service-box_txt {
	margin:25px 0 11px 0;
	clear:both;
}
@media (max-width: 767px) {
	.service-box .service-box_txt {
		margin:0 0 11px 0;
		clear:none;
	}
}
.service-box .btn-align { text-align:left; }
html.ie8 ul.posts-grid li .thumbnail img { max-width:inherit; }
.footer {
	background:none;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer .footer-widgets {
	background:#fcfcfc url(images/line.gif) repeat-x 0% 0%;
	position:relative;
	padding:38px 0 37px 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-widgets { padding:38px 0 48px 0; }
}
html.ie8 .footer .footer-widgets { padding:38px 0 48px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets { padding:38px 0 48px 0; }
}
@media (max-width: 767px) {
	.footer .footer-widgets { padding:38px 0 48px 0; }
}
.footer .footer-widgets:before {
	background:#fcfcfc url(images/line.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.footer .footer-widgets:after {
	background:#fcfcfc url(images/line.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.footer .footer-widgets .info_block {
	background:#8f0013;
	padding:22px 31px 21px 26px;
	letter-spacing:2px;
	line-height:14px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-widgets .info_block { padding:20px; }
}
html.ie8 .footer .footer-widgets .info_block { padding:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .info_block { padding:15px; }
}
.footer .footer-widgets .info_block:hover { background:#c7c7c7; }
.footer .footer-widgets .info_block:hover strong { color:#fff; }
.footer .footer-widgets .info_block:hover p:before { background-position:0% -35px; }
.footer .footer-widgets .info_block h4 {
	margin:0 0 4px 0;
	padding:0 70px 0 0;
	letter-spacing:1px;
	line-height:26px;
	font-family:'Patua One', cursive;
	font-size:24px;
	font-weight:400;
	text-transform:none;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-widgets .info_block h4 { padding:0; }
}
html.ie8 .footer .footer-widgets .info_block h4 { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .info_block h4 { padding:0; }
}
.footer .footer-widgets .info_block strong {
	display:block;
	margin:0 0 8px 0;
	letter-spacing:1px;
	line-height:18px;
	font-size:18px;
	font-weight:400;
	text-transform:none;
	color:#ff8b8b;
}
.footer .footer-widgets .info_block p {
	width:100%;
	overflow:hidden;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .info_block p { font-size:10px; }
}
.footer .footer-widgets .info_block p:before {
	background:url(images/cloud.gif) no-repeat 0% 0%;
	float:right;
	width:60px;
	height:34px;
	overflow:hidden;
	margin:2px 0 0 10px;
	vertical-align:top;
	content:'';
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .info_block p:before {
		float:left;
		margin:2px 10px 5px 0;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-widgets .info_block p br { display:none; }
}
html.ie8 .footer .footer-widgets .info_block p br { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .info_block p br { display:none; }
}
@media (max-width: 767px) {
	.footer .footer-widgets .info_block p br { display:none; }
}
.footer .copyright {
	background:url(images/line.gif) repeat-x 0% 0%;
	position:relative;
	padding:32px 0 42px 0;
}
@media (max-width: 767px) {
	.footer .copyright { text-align:center; }
}
.footer .copyright:before {
	background:url(images/line.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.footer .copyright:after {
	background:url(images/line.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.footer .copyright .footer-text {
	float:none;
	letter-spacing:1px;
	line-height:14px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#d2d2d2;
}
.footer .copyright .footer-text strong {
	float:left;
	max-width:92px;
	margin:0 8px 0 0;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	color:#d2d2d2;
}
@media (max-width: 767px) {
	.footer .copyright .footer-text strong {
		display:block;
		max-width:100%;
		float:none;
	}
}
@media (max-width: 767px) {
	.footer .copyright .footer-text strong a {
		display:inline-block;
		vertical-align:top;
	}
}
.footer .copyright .footer-text strong span {
	display:block;
	margin:0 0 -1px 0;
}
@media (max-width: 767px) {
	.footer .copyright .footer-text strong span { margin:0; }
}
.footer .copyright .footer-text em {
	display:block;
	padding:34px 0 0 0;
	font-style:normal;
}
@media (max-width: 767px) {
	.footer .copyright .footer-text em { padding:0; }
}
.footer .copyright .footer-text a {
	text-decoration:none;
	color:#d2d2d2;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#8f0013;
}
.footer nav.footer-nav { margin:32px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer nav.footer-nav { float:right; }
}

@media screen and (min-width: 768px) {
	nav.footer-nav ul {
		text-align: right !important;
	}
}

nav.footer-nav ul li {
	float: none !important;
	display: inline-block;
	white-space: nowrap;
}

#social_media-widgets {
	display: none;
}
@media screen and (min-width: 768px) {
	#social_media-widgets {
		display: block;
	}
}

#social_media-widgets .fb-page {
	margin: 0 5px 0 0;
	display: none;
}
#social_media-widgets .twitter-widget {
	display: none;
}
@media screen and (min-width: 768px) {

	#social_media-widgets .social-width-260,
	#social_media-widgets .social-width-330 {
		display: none;
	}
	#social_media-widgets .social-width-200 {
		display: inline-block;
	}
}
@media screen and (min-width: 980px) {

	#social_media-widgets .social-width-200,
	#social_media-widgets .social-width-330 {
		display: none;
	}
	#social_media-widgets .social-width-260 {
		display: inline-block;
	}
}
@media screen and (min-width: 1200px) {

	#social_media-widgets .social-width-200,
	#social_media-widgets .social-width-260 {
		display: none;
	}
	#social_media-widgets .social-width-330 {
		display: inline-block;
	}
}


.footer nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#8f0013;
}
.footer nav.footer-nav ul li a { text-transform:uppercase; }
.footer nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#8f0013;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail.large {
	max-width:704px;
	margin-bottom:25px;
}
.title-section { padding:0; }
.title-section h1 {
	margin:0 0 17px 0;
	line-height:24px;
	font-size:24px;
	text-transform:uppercase;
	color:#8f0013;
}
.title-section ul {
	background:none;
	margin:0;
	padding:11px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.title-section ul li {
	line-height:18px;
	font-size:13px;
	color:#b0b0b0;
}
.title-section ul li.divider { margin:0 3px; }
.title-section ul li.active {
	font-weight:700;
	color:#1d2d58;
}
.title-section ul li a {
	text-decoration:none;
	color:#b0b0b0;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#1d2d58;
}
.post-header { padding:10px 0 0 0; }
.post-header h2 {
	line-height:26px;
	font-size:24px;
	text-transform:uppercase;
}
div.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#f5f5f5;
	margin:0 0 50px 0;
	padding:30px;
	border:none;
}
.post-author h3 {
	margin:0 0 15px 0;
	letter-spacing:1px;
	line-height:16px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
.post-author h3 a {
	text-decoration:none;
	color:#8f0013;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#2f2f2f;
}
.post-author p.post-author_gravatar img {
	background:#fff;
	padding:13px;
	border:1px solid #e7e7e7;
}
.post-author .post-author_link {
	letter-spacing:1px;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
.post-author .post-author_link p { margin:0; }
.post-author .post-author_link a {
	text-decoration:none;
	color:#8f0013;
}
.post-author .post-author_link a:hover {
	text-decoration:none;
	color:#2f2f2f;
}
.related-posts { margin:0 0 40px 0; }
.related-posts ul li {
	line-height:18px;
	font-size:13px;
	font-weight:700;
	color:#1d2d58;
}
.related-posts ul li a {
	text-decoration:none;
	color:#1d2d58;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#8f0013;
}
ol.comment-list li .comment-body {
	background:#f5f5f5 !important;
	border:none;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-author img {
	background:#fff;
	padding:13px;
	border:1px solid #e7e7e7;
}
ol.comment-list li .comment-body .comment-author span.author {
	width:93px;
	padding:10px 0 0 0;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	color:#8f0013;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:20px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
ol.comment-list li .comment-body div.reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body div.reply a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:underline !important;
	color:#8f0013;
}
ol.comment-list li .comment-body div.reply a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#8f0013;
}
ol.comment-list li .comment-body div.reply a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#b0b0b0;
}
.cancel-comment-reply { padding:0 0 8px 0; }
.wpcf7-form .wpcf7-not-valid-tip { line-height:24px; }
.wpcf7-form .ajax-loader { margin:10px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.wpcf7-recaptcha.aligncenter > div {
	margin: 0 auto;
}

.nf-form-fields-required {
	display: none;
}
.nf-field-container.span4 {
	clear: none;
	margin-left: 2.564102564102564% !important;*
	margin-left: 2.5109110747408616% !important;
}
.nf-field-container.span4.first-child {
	margin-left: 0 !important;
}

.filter-wrapper { padding:3px 0 12px 0; }
.filter-wrapper strong {
	margin:0;
	padding:0;
	letter-spacing:1px;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#2f2f2f;
}
.filter-wrapper ul li { margin:0 0 0 48px; }
.filter-wrapper ul li.active a {
	text-decoration:underline !important;
	color:#8f0013 !important;
}
.filter-wrapper ul li a {
	background:none !important;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	letter-spacing:1px;
	line-height:16px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#8f0013 !important;
}
.filter-wrapper ul li a:hover {
	text-decoration:underline !important;
	color:#8f0013 !important;
}
ul#portfolio-grid li .thumbnail { margin:0 0 25px 0; }
ul#portfolio-grid li h3 {
	margin:0;
	letter-spacing:normal;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#1d2d58;
}
ul.pager {
	margin-top:30px;
	padding:11px 0;
	border-color:#e7e7e7;
}
ul.pager li a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Patua One', cursive;
	font-size:12px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:underline !important;
	color:#8f0013;
}
ul.pager li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#8f0013;
}
ul.pager li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline !important;
	color:#b0b0b0;
}
.type-portfolio .thumbnail.large { margin:0; }
.archive_lists h3 {
	line-height:30px;
	font-size:26px;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#8f0013; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.page-id-1797 .products {
	display: none !important;
}
body #motopress-main.main-holder .content-holder .page-title { display:none; }
body #motopress-main.main-holder .content-holder a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
body #motopress-main.main-holder .content-holder div.product .onsale {
	right:inherit;
	left:-5px;
}
body #motopress-main.main-holder .content-holder div.product div.images .thumbnails {
	margin-left:0;
	padding-top:0px;
}
body #motopress-main.main-holder .content-holder div.product .summary .quantity { margin-bottom:10px; }
body #motopress-main.main-holder .content-holder div.product .summary .quantity .qty { margin-bottom:0px; }
body #motopress-main.main-holder .content-holder div.product .summary h1:first-letter { text-transform:uppercase; }
body #motopress-main.main-holder .content-holder div.product div .tabs {
	padding:0 0 0 3px;
	margin:0;
	background:none;
	position:relative;
	border-radius:0;
}
body #motopress-main.main-holder .content-holder div.product div .tabs:before, body #motopress-main.main-holder .content-holder div.product div .tabs:after {
	border:none;
	box-shadow:none;
	display:none;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active {
	background:none;
	border-bottom:none;
	top:0px;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li.active a {
	color:#706c6c;
	padding-bottom:.5em;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li {
	margin:0 1px;
	padding:0 4px;
	background:none;
	border:none;
	top:5px;
	box-shadow:none;
	font-size:inherit;
	position:relative;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a {
	text-shadow:none;
	color:inherit;
	padding:.5em 0;
	padding-bottom:.2em;
	font-weight:bold;
	text-decoration:none;
	background:none;
}
body #motopress-main.main-holder .content-holder div.product div .tabs li a:hover { color:#706c6c; }
body #motopress-main.main-holder .content-holder div.product div .tabs li:before, body #motopress-main.main-holder .content-holder div.product div .tabs li:after {
	border:none;
	box-shadow:none;
	display:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel {
	padding:15px;
	background:none;
}
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment_container img { margin-top:6px; }
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li .comment-text {
	border:none;
	padding-top:0;
}
body #motopress-main.main-holder .content-holder div.product div.panel #reviews #comments ol.commentlist li p.meta { font-size:12px; }
body #motopress-main.main-holder .content-holder div.product table.variations tr td {
	background:none;
	color:#706c6c;
	text-shadow:none;
}
body #motopress-main.main-holder .content-holder div.product table.variations tr td label { padding-top:7px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div .tabs { padding:0 0 0 0px; }
	body #motopress-main.main-holder .content-holder div.product div .tabs:before, body #motopress-main.main-holder .content-holder div.product div .tabs:after {
		border:none;
		box-shadow:none;
		display:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li {
		display:block;
		box-shadow:none;
		margin-bottom:-2px;
		z-index:10 !important;
		border-radius:0;
		margin:0 0px;
		top:0px;
		float:none;
		border-bottom:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li:before, body #motopress-main.main-holder .content-holder div.product div .tabs li:after {
		border:none;
		box-shadow:none;
		display:none;
	}
	body #motopress-main.main-holder .content-holder div.product div .tabs li a {
		display:block;
		padding-bottom:.5em;
		float:none;
	}
	body #motopress-main.main-holder .content-holder div.product div.images, body #motopress-main.main-holder .content-holder div.product div.summary {
		float:none;
		width:100%;
	}
}
body #motopress-main.main-holder .content-holder ul.products li.product >a img, body #motopress-main.main-holder .content-holder div.product div.images >a img, body #motopress-main.main-holder .content-holder div.product div.images .thumbnails >a img {
	width:100% !important;
	height:auto !important;
	display:block;
	margin:0 0 8px;
	background:#EEE;
	-webkit-box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	border:none;
	padding:0;
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder .content-holder div.product div.images {
	width:48%;
	margin-bottom:2em;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder div.product div.images { width:100%; }
}
body #motopress-main.main-holder .content-holder div.product .summary {
	float:right;
	width:48%;
}
body #motopress-main.main-holder .content-holder div.product .summary .price { text-align:left !important; }
body #motopress-main.main-holder .content-holder div.product #tabs { padding:0; }
body #motopress-main.main-holder .content-holder ul.products li.product >a .price, body #motopress-main.main-holder .content-holder div.product .summary .price {
	color:#8f0013;
	font-size:15px;
	font-weight:bold;
	float:none;
	text-align:center;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a .price del, body #motopress-main.main-holder .content-holder ul.products li.product >a .price span.from, body #motopress-main.main-holder .content-holder div.product .summary .price del, body #motopress-main.main-holder .content-holder div.product .summary .price span.from {
	font-size:13px;
	display:inline-block;
}
body #motopress-main.main-holder .content-holder ul.products li.product >a:hover { text-decoration:none; }
body #motopress-main.main-holder .content-holder ul.products li.product >a:hover .price { color:#2f2f2f; }
body #motopress-main.main-holder .content-holder ul.products {
	margin:25px 0 0 -20px !important;
	list-style:none;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder ul.products { margin-left:-30px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products { margin-left:-25px !important; }
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder ul.products { margin-left:-2% !important; }
}
body #motopress-main.main-holder .content-holder ul.products li.first { clear:none; }
body #motopress-main.main-holder .content-holder ul.products li.product {
	float:none;
	display:inline-block;
	width:140px;
	margin:0 0 30px 17px;
	position:relative;
	text-align:center;
	vertical-align:top;
}
body #motopress-main.main-holder .content-holder ul.products li.product a.added_to_cart { display:none; }
body #motopress-main.main-holder .content-holder ul.products li.product >a {
	display:block;
	margin-bottom:10px;
}
body #motopress-main.main-holder .content-holder ul.products li.product .button { display:inline-block !important; }
body #motopress-main.main-holder .content-holder ul.products li.product h3, body #motopress-main.main-holder .content-holder ul.products li.product strong {
	font-size:21px;
	padding:.5em 0;
	font-style:normal;
}
@media (min-width: 1200px) {
	body #motopress-main.main-holder .content-holder ul.products li.product {
		width:170px;
		margin-left:27px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	body #motopress-main.main-holder .content-holder ul.products li.product {
		width:140px;
		margin-left:22px;
	}
}
@media (max-width: 767px) {
	body #motopress-main.main-holder .content-holder ul.products li.product {
		width:23%;
		margin-left:1.4%;
	}
}
@media (max-width: 480px) {
	body #motopress-main.main-holder .content-holder ul.products li.product {
		width:48%;
		margin-left:1.4%;
	}
}
@media (max-width: 320px) {
	body #motopress-main.main-holder .content-holder ul.products li.product {
		width:70%;
		margin-left:15%;
	}
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"], body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] {
	padding:8px 15px;
	margin:0 0 18px !important;
	list-style:none;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:0 1px 0 #fff;
	font-size:12px;
	color:#999 !important;
}
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a { color:#8f0013; }
body #motopress-main.main-holder .content-holder *[class*="breadcrumb"] a:hover, body #motopress-main.main-holder .content-holder *[id*="breadcrumb"] a:hover { color:#2f2f2f; }
body #motopress-main.main-holder .content-holder .onsale {
	position:absolute;
	min-height:32px;
	min-width:32px;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	top:-10px;
	right:-5px;
	margin:0;
	color:#fff;
	text-shadow:0 -1px 0 #2f2f2f;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background-color:#69131e;
	background-image:-moz-linear-gradient(top,#8f0013,#2f2f2f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#8f0013),to(#2f2f2f));
	background-image:-webkit-linear-gradient(top,#8f0013,#2f2f2f);
	background-image:-o-linear-gradient(top,#8f0013,#2f2f2f);
	background-image:linear-gradient(to bottom,#8f0013,#2f2f2f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f0013', endColorstr='#ff2f2f2f', GradientType=0);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
	border-radius:10em;
	border:0px transparent solid;
}
body #motopress-main.main-holder .content-holder select.orderby { margin-top:20px; }
body #motopress-main.main-holder a.button, body #motopress-main.main-holder button.button, body #motopress-main.main-holder input.button, body #motopress-main.main-holder #respond input#submit, body #motopress-main.main-holder #content input.button {
	display:inline-block;
	font-weight:normal;
	*display:inline;
	*zoom:1;
	padding:4px 12px;
	margin-bottom:10px;
	font-size:14px;
	line-height:18px;
	*line-height:18px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #ccc;
	*border:0;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
body #motopress-main.main-holder a.button:hover, body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder a.button.disabled, body #motopress-main.main-holder a.button[disabled], body #motopress-main.main-holder button.button:hover, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder button.button.disabled, body #motopress-main.main-holder button.button[disabled], body #motopress-main.main-holder input.button:hover, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder input.button.disabled, body #motopress-main.main-holder input.button[disabled], body #motopress-main.main-holder #respond input#submit:hover, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #respond input#submit.disabled, body #motopress-main.main-holder #respond input#submit[disabled], body #motopress-main.main-holder #content input.button:hover, body #motopress-main.main-holder #content input.button:focus, body #motopress-main.main-holder #content input.button:active, body #motopress-main.main-holder #content input.button.active, body #motopress-main.main-holder #content input.button.disabled, body #motopress-main.main-holder #content input.button[disabled] {
	color:#333;
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
}
body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #content input.button:active, body #motopress-main.main-holder #content input.button.active { background-color:#cccccc \9; }
body #motopress-main.main-holder a.button:first-child, body #motopress-main.main-holder button.button:first-child, body #motopress-main.main-holder input.button:first-child, body #motopress-main.main-holder #respond input#submit:first-child, body #motopress-main.main-holder #content input.button:first-child { *margin-left:0; }
body #motopress-main.main-holder a.button:hover, body #motopress-main.main-holder button.button:hover, body #motopress-main.main-holder input.button:hover, body #motopress-main.main-holder #respond input#submit:hover, body #motopress-main.main-holder #content input.button:hover {
	color:#333;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	background-color:#e6e6e6;
	background:#e6e6e6;
	*background-color:#d9d9d9;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
body #motopress-main.main-holder a.button:focus, body #motopress-main.main-holder button.button:focus, body #motopress-main.main-holder input.button:focus, body #motopress-main.main-holder #respond input#submit:focus, body #motopress-main.main-holder #content input.button:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
body #motopress-main.main-holder a.button.active, body #motopress-main.main-holder a.button:active, body #motopress-main.main-holder button.button.active, body #motopress-main.main-holder button.button:active, body #motopress-main.main-holder input.button.active, body #motopress-main.main-holder input.button:active, body #motopress-main.main-holder #respond input#submit.active, body #motopress-main.main-holder #respond input#submit:active, body #motopress-main.main-holder #content input.button.active, body #motopress-main.main-holder #content input.button:active {
	background-color:#e6e6e6;
	background-color:#d9d9d9 \9;
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
body #motopress-main.main-holder a.button.disabled, body #motopress-main.main-holder a.button[disabled], body #motopress-main.main-holder button.button.disabled, body #motopress-main.main-holder button.button[disabled], body #motopress-main.main-holder input.button.disabled, body #motopress-main.main-holder input.button[disabled], body #motopress-main.main-holder #respond input#submit.disabled, body #motopress-main.main-holder #respond input#submit[disabled], body #motopress-main.main-holder #content input.button.disabled, body #motopress-main.main-holder #content input.button[disabled] {
	cursor:default;
	background-color:#e6e6e6;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list {
	list-style:none outside;
	padding:0;
	margin:0;
}
body #motopress-main.main-holder .sidebar ul.cart_list li {
	padding:4px 0;
	margin:0;
	list-style:none;
	overflow:visible !important;
	background:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li:before, body #motopress-main.main-holder .sidebar ul.cart_list li:after { display:none; }
body #motopress-main.main-holder .sidebar ul.cart_list li span {
	width:60px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	list-style:none;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a {
	display:block;
	font-weight:bold;
}
body #motopress-main.main-holder .sidebar ul.cart_list li a img {
	height:auto;
	float:right;
	width:32px;
	display:block;
	margin:0 0 8px;
	background:#EEE;
	border:none;
	-webkit-box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 0px 5px 0 rgba(0,0,0,0.3);
	transition:all ease-in-out .2s;
}
body #motopress-main.main-holder #content form .form-row input.input-text, body #motopress-main.main-holder #content form .form-row textarea, body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #container form .form-row input.input-text, body #motopress-main.main-holder #container form .form-row textarea, body #motopress-main.main-holder #container form select {
	height:30px;
	padding:6px;
	line-height:16px;
	max-height:200px;
	max-width:100%;
	font-size:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
}
body #motopress-main.main-holder #content form select, body #motopress-main.main-holder #container form select { padding:4px 0px; }
body #motopress-main.main-holder #content .page div.cart-collaterals { overflow:hidden; }
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
	float:left;
	margin-top:20px;
	text-align:left;
}
body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table>tbody>tr>td { text-align:right; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page div.cart-collaterals .cart_totals table { width:100%; }
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
	float:left;
	margin-top:20px;
	text-align:left;
}
body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator h2 a span { display:none; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page div.cart-collaterals form.shipping_calculator {
		float:none;
		width:100%;
	}
}
body #motopress-main.main-holder #content .page table.cart dl dt { background:none; }
body #motopress-main.main-holder #content .page table.cart .quantity input[type="button"] { width:25px; }
body #motopress-main.main-holder #content .page a.remove {
	background:none;
	font-size:30px;
	text-indent:0;
	line-height:28px;
	height:auto;
	width:28px;
	overflow:hidden;
}
body #motopress-main.main-holder #content .page a.remove:hover {
	background-position:0 -16px;
	text-decoration:none;
	color:#9d261d;
}
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form table.cart input[name*="update_cart"] {
		float:left;
		clear:both;
		display:block;
		margin-bottom:10px;
	}
	body #motopress-main.main-holder #content .page form table.cart .checkout-button {
		float:left;
		margin:10px 0 0 0 !important;
		padding:4px 7px;
		clear:both;
	}
	body #motopress-main.main-holder #content .page form table.cart thead tr th.product-remove, body #motopress-main.main-holder #content .page form table.cart thead tr th.product-price, body #motopress-main.main-holder #content .page form table.cart thead tr th.product-quantity { display:none; }
	body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-remove, body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-price, body #motopress-main.main-holder #content .page form table.cart tbody tr td.product-quantity { display:none; }
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page form table.cart .buttons_added { margin:0; }
	body #motopress-main.main-holder #content .page form table.cart input#coupon_code {
		margin-bottom:10px;
		width:55px;
	}
	body #motopress-main.main-holder #content .page form table.cart input.checkout-button {
		float:left;
		clear:both;
		display:block;
		margin-bottom:10px;
		margin-left:0;
	}
}
@media (max-width: 979px) {
	body #motopress-main.main-holder #content .page .col2-set .col-2 {
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page .col2-set .col-1 {
		float:none;
		width:100%;
		padding:3px 0;
	}
}
body #motopress-main.main-holder #content .page .col2-set .col-2 h3 { float:none; }
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling {
	float:none;
	line-height:inherit;
	position:relative;
	right:0;
}
body #motopress-main.main-holder #content .page .col2-set .col-2 p#shiptobilling label {
	font-size:inherit;
	padding:0;
}
body #motopress-main.main-holder #content .page .lost_password { margin-left:15px; }
@media (max-width: 480px) {
	body #motopress-main.main-holder #content .page form .form-row {
		padding:3px 0px;
		float:none;
		width:100%;
	}
	body #motopress-main.main-holder #content .page #payment .form-row {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:10px;
	}
	body #motopress-main.main-holder #content .page #payment .form-row div.payment_message:after {
		top:-6px;
		left:79%;
	}
}
body #motopress-main.main-holder #content .page td.product-quantity { min-width:inherit; }
body #motopress-main.main-holder #content .page div#payment { background:rgba(0,0,0,0.2); }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods { border:none; }
body #motopress-main.main-holder #content .page div#payment ul.payment_methods li input {
	float:left;
	margin-top:4px;
}
body #motopress-main.main-holder #content .page div#payment div.form-row { border:none; }
body .cart-collaterals .shipping_calculator button.button {
	max-width:225px;
	width:100% !important;
}
body .cart-collaterals .cart_totals h2, body .cart-collaterals .shipping_calculator h2 {
	text-align:left;
	margin:0;
	margin-left:10px;
}
body a.button, body button.button, body input.button, body #respond input#submit, body #content input.button, body .navigation a, body .button-alt, body #submit, body #respond form .form-submit input#submit {
	display:inline-block;
	font-weight:normal;
	*display:inline;
	*zoom:1;
	padding:4px 12px;
	margin-bottom:0px;
	margin-top:0 !important;
	font-size:14px !important;
	line-height:18px !important;
	*line-height:18px !important;
	text-align:center;
	vertical-align:middle !important;
	cursor:pointer;
	color:#333;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image:-o-linear-gradient(top,#fff,#e6e6e6);
	background-image:linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #ccc;
	*border:0;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	float:none;
	height:auto;
}
body a.button:hover, body a.button:focus, body a.button:active, body a.button.active, body a.button.disabled, body a.button[disabled], body button.button:hover, body button.button:focus, body button.button:active, body button.button.active, body button.button.disabled, body button.button[disabled], body input.button:hover, body input.button:focus, body input.button:active, body input.button.active, body input.button.disabled, body input.button[disabled], body #respond input#submit:hover, body #respond input#submit:focus, body #respond input#submit:active, body #respond input#submit.active, body #respond input#submit.disabled, body #respond input#submit[disabled], body #content input.button:hover, body #content input.button:focus, body #content input.button:active, body #content input.button.active, body #content input.button.disabled, body #content input.button[disabled], body .navigation a:hover, body .navigation a:focus, body .navigation a:active, body .navigation a.active, body .navigation a.disabled, body .navigation a[disabled], body .button-alt:hover, body .button-alt:focus, body .button-alt:active, body .button-alt.active, body .button-alt.disabled, body .button-alt[disabled], body #submit:hover, body #submit:focus, body #submit:active, body #submit.active, body #submit.disabled, body #submit[disabled], body #respond form .form-submit input#submit:hover, body #respond form .form-submit input#submit:focus, body #respond form .form-submit input#submit:active, body #respond form .form-submit input#submit.active, body #respond form .form-submit input#submit.disabled, body #respond form .form-submit input#submit[disabled] {
	color:#333;
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
}
body a.button:active, body a.button.active, body button.button:active, body button.button.active, body input.button:active, body input.button.active, body #respond input#submit:active, body #respond input#submit.active, body #content input.button:active, body #content input.button.active, body .navigation a:active, body .navigation a.active, body .button-alt:active, body .button-alt.active, body #submit:active, body #submit.active, body #respond form .form-submit input#submit:active, body #respond form .form-submit input#submit.active { background-color:#cccccc \9; }
body a.button:first-child, body button.button:first-child, body input.button:first-child, body #respond input#submit:first-child, body #content input.button:first-child, body .navigation a:first-child, body .button-alt:first-child, body #submit:first-child, body #respond form .form-submit input#submit:first-child { *margin-left:0; }
body a.button:hover, body button.button:hover, body input.button:hover, body #respond input#submit:hover, body #content input.button:hover, body .navigation a:hover, body .button-alt:hover, body #submit:hover, body #respond form .form-submit input#submit:hover {
	color:#333;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	background-color:#e6e6e6;
	background:#e6e6e6;
	*background-color:#d9d9d9;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}
body a.button:focus, body button.button:focus, body input.button:focus, body #respond input#submit:focus, body #content input.button:focus, body .navigation a:focus, body .button-alt:focus, body #submit:focus, body #respond form .form-submit input#submit:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
body a.button.active, body a.button:active, body button.button.active, body button.button:active, body input.button.active, body input.button:active, body #respond input#submit.active, body #respond input#submit:active, body #content input.button.active, body #content input.button:active, body .navigation a.active, body .navigation a:active, body .button-alt.active, body .button-alt:active, body #submit.active, body #submit:active, body #respond form .form-submit input#submit.active, body #respond form .form-submit input#submit:active {
	background-color:#e6e6e6;
	background-color:#d9d9d9 \9;
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
body a.button.disabled, body a.button[disabled], body button.button.disabled, body button.button[disabled], body input.button.disabled, body input.button[disabled], body #respond input#submit.disabled, body #respond input#submit[disabled], body #content input.button.disabled, body #content input.button[disabled], body .navigation a.disabled, body .navigation a[disabled], body .button-alt.disabled, body .button-alt[disabled], body #submit.disabled, body #submit[disabled], body #respond form .form-submit input#submit.disabled, body #respond form .form-submit input#submit[disabled] {
	cursor:default;
	background-color:#e6e6e6;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #commentform label { display:inline-block; }
body #commentform input[type="text"] {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:30px;
	padding:5px 6px;
}
body #fancybox-outer #respond, body #fancybox-content #respond { color:#000; }
body #fancybox-outer #respond h3, body #fancybox-content #respond h3 { color:inherit; }
@media (max-width: 580px) {
	body .ppt, body .pp_details { width:90% !important; }
	body .pp_pic_holder {
		max-width:580px;
		width:95% !important;
		left:2% !important;
	}
	body .pp_pic_holder .pp_content {
		width:100% !important;
		height:auto !important;
	}
	body #pp_full_res img {
		width:100% !important;
		height:auto !important;
	}
	body .pp_hoverContainer {
		width:100% !important;
		height:100% !important;
	}
	body a.pp_close { right:-30px !important; }
}
body .pp_description { display:none !important; }
body .pp_fade { position:relative; }
body div.pp_overlay { width:100% !important; }
body .comment-form-comment textarea#comment {
	width:100%;
	max-width:500px;
	min-width:auto;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body .reviewer { display:inline-block; }
body.jigoshop .quantity input.qty {
	height:14px;
	text-align:center;
	padding:7px 5px;
}
body.jigoshop .quantity input[type="button"] {
	height:30px;
	text-align:center;
	width:17px !important;
}
body.jigoshop .jigoshop_message {
	line-height:20px;
	height:20px;
}
body.jigoshop .jigoshop_message .button { margin:-5px 0 -10px 0 !important; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.input-radio ~ .payment_box {
	display: none;
}

.input-radio:checked ~ .payment_box {
	display: block !important;
}

em {
	font-style: normal;
}

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

div.quantity{
	width:104px !important;
}

@media (max-width: 480px){
		td.product-quantity, th.product-quantity{
  		display: block !important;
   
  }
}

@media (max-width: 480px){
		form.form-cart-items .quantity{
  		width:97px !important;
   
  }
}

@media (max-width: 480px){
		form.cart .quantity{
  		width: 97px !important;
   
  }
}

.copyright_text {
	text-align: center;
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
	.copyright_text {
		clear: right;
		float: right;
		margin: 10px 0;
	}
}


