/*
	Theme Name:Rudds
	Description: Rudds website template
*/
/* ---------------------------
 Reset
--------------------------- */
@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { list-style:none; position: relative; display: inline-block; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px 10px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:70px;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
 General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
	overflow: hidden;
	overflow-y: scroll;
}
body {
	position: relative;
	color: #222;
	font: 700 15px/1.4 Lora, arial, serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	color: #222;
}
a:hover {
	color: #c4c200;
}
p {
 margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.2;
	color: #607935;
	font-family: 'Lily Script One', cursive;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
}
table { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
td,
th {
	border: 0;
	padding: 5px;
}
th {
	background: #eee;
}
tr:nth-child(even){
	background: #f7f7f7;
}
label a {
	color: #c4c200;	
}
label a:hover {
	text-decoration: underline;
}
article ul,
article ol {
	padding:0 0 15px 22px;
}
iframe,
object {
	max-width: 100%;
	display: block;
}
aside {
	padding-top: 40px;
}
aside h5 {
	font-family: Lora;	
	font-weight: 300;
	background: url(images/aside-header.png) 0 0 no-repeat;
	line-height: 27px;
	padding: 0 15px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
}
aside ul {
	padding-left: 20px;
	list-style-type: disc;
}
aside ul ul {
	/*font-style: italic;*/
	padding-left: 15px;
}
aside li {
	margin-bottom: 2px;
}
aside .active,
aside .current-cat > a,
aside .active > a {
	color: #c4c200;
}


/* ---------------------------
 Layout
--------------------------- */
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-top: 100px;
}
#header h1 {
	position: absolute;
	z-index: 9999;
	top: -60px;
	left: 50%;
	margin-left: -180px;
}

#nav {
	background: #333132;
	height: 60px;
	width: 100%;
	top: 10px;
	right: 70px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 20px;
}
#nav:after {
	background: url(images/nav-wave.png);
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -4px;
	content: '';
	display: block;
}
#nav ul {
	position: relative;
	z-index: 999;
}
#nav li {
	position: relative;
	display: block;
	float: left;
}
#nav a {
	display: block;
	padding: 0 20px;
	line-height: 60px;
	color: #fff;
}
#nav a:hover {
	color: #c4c200;
}
#nav ul ul {
	position: absolute;
	left: 50%;
	top: 60px;
	z-index: 9999;
	display:none;
	width: 182px;
	margin-left: -91px;
	padding-top: 5px;
	text-transform:none;
}
#nav #menu-header > li:nth-child(4) {
	margin-left: 360px;
} 
#nav #menu-header > li:after {
	content: '';
	background: #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;	
	margin-top: -3px;	
	right: -3px;
	top: 50%;
}
#nav #menu-header > li:nth-child(3):after,
#nav #menu-header > li:nth-child(6):after {
	display: none;
}
#nav ul ul:after {
	height: 9px;
	width: 100%;
	content: '';
	display: block;
	background: url(images/nav-dropdown-bg.png);
	bottom: 0;
	left: 0;
	margin-bottom: -9px;
  	vertical-align: text-bottom;
}
#nav li:hover ul {
	display: block;
}
#nav ul ul li {
	float: none;
}
#nav ul ul li:first-child a {
	padding-top: 15px;
}
#nav ul ul a {
	padding: 5px;
	line-height: 16px;
	color: #000;
	background: #eee;
	background: rgba(255, 255, 255, .72);
}

#main {
	padding-top: 250px;
	padding-bottom: 100px;
	min-height: 800px;
}

#before-footer {
	background: url(images/before-footer.jpg) top center repeat-x;
	padding: 0 0 70px;
}
#before-footer .col4 {
	position: relative;
}
#before-footer .col4:first-of-type a {
	margin-left: 15px;
}
#before-footer .col4:first-of-type p {
	margin: 5px 45px 25px 10px;
	text-align: center;
}
#before-footer .col4:after {
	width: 4px;
	height: 300px;
	background: url(images/before-footer-separator.png) no-repeat;
	content: '';
	display: block;
	position: absolute;
	right: -2px;
	top: -20px;
}
#before-footer .col4:last-child:after {
	display: none;
}
#before-footer .col4:first-of-type h5 {
	margin-left: 15px;
}
#before-footer input {
	margin-bottom: 20px;
	width: 95%;
}
#before-footer button {
	display: block;
	width: 155px;
	height: 30px;
	background: url(images/btn-send.png);
	border: 0;
	text-indent: -9999px;
	margin:auto auto;
}
#before-footer .more a {
	display: block;
	width: 184px;
	height: 32px;
	background: url(images/btn-black-seemore.png);
	text-indent: -9999px;
	margin: 0 auto;
}

#footer ul {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
#footer li {
	display: inline-block;
	margin: 0 25px;
	position: relative;
}
#footer li a {
	color: #222;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li:after {
	content: '';
	background: #000;
	border-radius: 100%;
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;	
	margin-top: -3px;	
	right: -30px;
	top: 50%;
}
#footer li:last-child:after {
	display: none;
}

.copyrights {
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 25px;
	position: relative;
}
.copyrights:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: url(images/shapewave-top.png);
	position: absolute;
	left: 0;
	top: -5px;
}


/* ---------------------------
 Specific
--------------------------- */
.alert {
	font-family: tahoma, verdana, sans-serif;
	text-align: left;
	padding: 10px 20px;
	border-left: 10px solid #eee;
	background: #fafafa;
	position: relative;
	z-index: 9999;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 14px;
}
.alert-error {
	background-color: #fcf2f2;
	border-color: #b94a48;
	color:#b94a48;
}
.alert-warning {
	color: #c09853;
	background-color: #fefbed;
	border-color: #c09853;
}
.alert-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}                 
.alert h5 {
	color:inherit;
	font-weight:bold;
	font-size:16px;
	padding: 10px 0 5px;
	margin: 0;
}
.alert ul {
	padding: 5px 0 5px 20px;
}
.alert p {
	padding: 10px 0;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	vertical-align: middle;
}
.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.clearfix:before,
.clearfix:after {
 content: "\0020";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix:after {
 clear: both
}
.clearfix {
 zoom: 1
}
.controls-group {
	overflow: hidden;
}
.controls-group .checkbox {
	float:left;
	width:40%;
}
.controls-group .checkbox + .checkbox {
	margin-top: 0;
}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
 float: left;
 text-align: left;
}
.alignright {
 float: right;
 text-align: right;
}
.alignleft {
 margin: 0 15px 15px 0
}
.alignright {
 margin: 0 0 15px 15px
}

.social {
	font-size: 0;
}
.social li {
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/social-icons.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.social li:nth-child(2) a {
	background-position: -44px 0;
}
.social li:nth-child(3) a {
	background-position: -88px 0;
}
.social li:nth-child(4) a {
	background-position: -132px 0;
}
.social li a:hover {
	opacity: .7;
}

.share {
	padding-top: 15px;
}
.share *,
.share *:before,
.share *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.page-header {
	margin-bottom: 20px;
}
.page-header h1 {
	font-family: 'Lily Script One', cursive;	
	color: #607935;
	font-size: 35px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(images/hr.png) left bottom no-repeat;
}

.cta-video {
	padding: 20px 0;
	text-align: center;
}

.tip {
	line-height: 1.2;
	max-width: 235px;
	height: 200px;
	background: url(images/tip-paper-bg.png);
	padding: 20px;
	margin: 0 auto;
}
.tip h3 {
	padding: 0 0 5px;
	color: #333;
	font-size: 30px;
}

.grid {
	padding-bottom: 10px;
}
.grid h2 {
	font-size: 35px;
}
.grid a {
	display: block;
	margin-bottom: 20px;
}
.grid .thumb {
	max-height: 120px;
	overflow: hidden;
	position: relative;
}
.grid .thumb img {
	width: 100%;
	display: block;
}
.grid .thumb:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: url(images/wave-recipe-thumb.png);
}
.grid iframe {
	height: 200px;
}
.grid h4 {
	font-family: Lora;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 10px;
	background: #fff;
}

/* Pages */
.page-home #main {
	padding: 0;
}
.page-home .socials {
	padding: 10px 0;
	height: 85px;
	background: url(images/socials-bg.jpg) center top repeat-x;
}
.page-home .social {
	padding-top: 10px;
	margin-left: -35px;
}
.page-home .products {
	background: url(images/products-bg.jpg) center top  repeat-x;
	height: 722px;
	text-align: center;
	padding: 50px 0;
}
.page-home .products article {
	padding: 0 15%;
	color: #fff;
}
.page-home .about {
	background: url(images/home-about-bg.jpg) center repeat-x;
	height: 764px;
	overflow: hidden;
}
.page-home .about .book {
	margin-top: -30px;
}
.page-home .about article {
	position: absolute;
	right: 80px;
	top: 330px;
	max-width: 380px;
	text-align: center;
}
.page-home .about a img {
	padding-top:10px;
}
.page-home .recent-tip .tip {
	margin-top: -10px;
}

/* Story */
.parent-story {
	background-image: url(images/bg-about.jpg);
}

/* Range */
.page-range {
	background-image: url(images/bg-range.jpg);
}
.page-range aside:after {
	background: url(images/range-aside.png);
	width: 430px;
	height: 320px;
	display: block;
	content: '';
	margin-top: 100px;
}

.range-listing h3 {
	background: #607935;
	color: #fff;
	padding: 10px 15px 5px 15px;
	margin-bottom: 10px;
	position: relative;
}
.range-listing h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: url(images/shapewave-bottom.png);
	position: absolute;
	left: 0;
	bottom: -4px;
}
.range-listing .content {
	padding-top: 20px;
}

.range-grid {
	background: url(images/hr.png) 0 0 no-repeat;		
	padding: 30px 0;
}
.range-grid h3 {
	font-size: 35px;
}
.range-grid h4 {
	font-family: Lora;
	color: #607935;
	font-weight: bold;
	background: #fff;
	padding: 10px;
	font-size: 16px;
}

/* Recipes */
.page-recipes,
.single-fanrecipes,
.single-recipes,
.parent-recipes {
	background-image: url(images/bg-recipe.jpg);
}

.recipes-search {
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(images/hr.png) left bottom no-repeat;		
}
.recipes-search button {
	display: block;
	width: 59px;
	height: 29px;
	background: url(images/btn-black-go.png);
	border: 0;
	text-indent: -9999px;	
}
.recipes-search label.col4 {
	font-weight:bold;
}
.recipes-nav {
	margin-bottom: 20px;
}
.recipes-nav li {
	margin-right: 6px;
	height:31px;
}
.recipes-nav li a {
	display:block;
	height:31px;
}
.recipes-nav li:first-child a {
	background: url(images/recipe-breakfast.png);	
	width:188px;
}
.recipes-nav li:nth-child(2) a,
.recipes-nav li:nth-child(3) a,
.recipes-nav li:nth-child(4) a {
	width:161px;
}
.recipes-nav li a:hover,
.recipes-nav li:nth-child(2) a:hover,
.recipes-nav li:nth-child(3) a:hover,
.recipes-nav li:nth-child(4) a:hover, 
.recipes-nav li.active:first-child a,
.recipes-nav li.active:nth-child(2) a,
.recipes-nav li.active:nth-child(3) a,
.recipes-nav li.active:nth-child(4) a {
	background-position:0 31px;
}
.recipes-nav li:nth-child(2) a {
	background: url(images/recipe-dinner.png);	
}
.recipes-nav li:nth-child(3) a {
	background: url(images/recipe-lunch.png);	
}
.recipes-nav li:nth-child(4) a {
	background: url(images/recipe-snacks.png);	
}

.tasty-recipe {
	background: url(images/hr.png) left bottom no-repeat;	
	padding-bottom: 30px;	
	margin-bottom: 10px;
}
.tasty-recipe a {
	position: relative;	
	display: block;	
}
.tasty-recipe h5 {
	background: #607935;
	color: #fff;
	padding: 15px;
	font-size: 25px;
	position: absolute;
	width: 100%;
}
.tasty-recipe h5:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: url(images/shapewave-bottom.png);
	position: absolute;
	left: 0;
	bottom: -4px;
}
.tasty-recipe img {
	width: 100%;
	display: block;
}
.tasty-recipe .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	padding: 15px;
}
.tasty-recipe .inner:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	top: -4px;
	background: url(images/wave-recipe-thumb.png);
}
.tasty-recipe .inner img {
	text-align: right;
	position: relative;
	float:right;
	width: 79px;
	height: 29px;
}
.tasty-recipe h3 {
	padding: 0 0 5px;
}
.tasty-recipe p {
	margin-bottom: 5px;
}

.recipe-thumb {
	margin-bottom: 20px;
}

.page-submit-recipe form {
	padding-right: 30%;
}
.page-submit-recipe form button {
	display: block;
	margin: 0 auto;
	width: 224px;
	height: 37px;
	background: url(images/btn-black-sharethelove.png);
	border: 0;
	text-indent: -9999px;
}


/* Blog */
.page-blog {
	background-image: url(images/bg-blog.jpg);
}
.page-blog aside:after {
	background: url(images/blog-aside-teacup.png);
	width: 465px;
	height: 520px;
	display: block;
	content: '';
	margin-top: 200px;
}

.post .thumb {
	margin-bottom: 10px;
	display: block;
}
.post-listing {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/hr.png) left bottom no-repeat;	
}

/* Contact */
.page-contact,
.parent-contact {
	background-image: url(images/bg-contact.jpg);	
}
.page-contact h4 {
	font-size: 25px;
	color: #607935;
	font-family: 'Lily Script One', cursive;
	padding: 0 0 20px;
}
.page-contact fieldset {
	width: 650px;
	height: 464px;
	margin-left: -80px;
	padding: 70px 120px;
	background: url(images/contact-form-bg.png) 0 0 no-repeat;
}
.page-contact .inner {
	padding-left: 60px;
}
.page-contact .vcard {
	margin-bottom: 20px;
}
.page-contact .vcard .row {
	position: relative;
}
.page-contact .vcard .row:before {
	content: '';
	display: block;
	position: absolute;
	left: -50px;
	width: 44px;
}
.page-contact .vcard .row:nth-child(1):before {
	height: 37px;
	background: url(images/icon-map.png);
	top: -5px;	
}
.page-contact .vcard .row:nth-child(2):before {
	height: 51px;
	background: url(images/icon-tel.png);
	bottom: 5px;
}
.page-contact .vcard .row:nth-child(3):before {
	height: 33px;
	background: url(images/icon-mail.png);
	top: -5px;	
}

/* Newsletter */
.page-newsletter .thumb {
	margin: -50px -50px 0 0;
	display: block;
	text-align: right;
}
.page-newsletter .wpcf7 .wpcf7-submit { 
	width: 257px;
	height: 42px;
	background: url(images/btn-green-signmeup.png);
}

/* Video recipes */
.page-video-recipes {
	background-image: url(images/bg-video.jpg);		
}

/* Comments */
.comment-form-comment textarea {
	width:690px;
	height:100px;
}
.commentlist {
	padding-left:25px;
}
.comment-form-author {
	float:left;
	width:49%;
}
.comment-form-email {
	float:right;
	width:49%;
}
.comment-form-author input,
.comment-form-email input {
	width:93%;
}
.comment-form-comment {
	clear:both;
}

/* Page recipe books */

.page-recipe-books #main h3 {
	color: #fff;
	background-color: #607935;
	position:relative;
	padding: 5px 15px;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 34px;
}
.page-recipe-books #main h3:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	content: '';
	height: 5px;
	background: url("images/bg-title-books.png") bottom;
}
.page-recipe-books #main p {
	margin-right: 7%;
}
/* ---------------------------
 Grid
--------------------------- */
.container {
	padding: 0;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.main-container {
	max-width: 1140px;
	margin: 0 auto;
	background: url(images/bg-body.png);
}
.row {
	margin-left: -1%;
	margin-right: -1%;	
	margin-bottom: 20px;
}
.row:before,
.row:after {
	content: '';
	display: table;
}
.row:after {
	clear: both;
}

[class^="col"] {
	float: left;
	display: block;
	padding: 0 1%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}


/* ---------------------------
 Plugins
--------------------------- */
#map_canvas {
	 height: 200px;
	 border: 7px solid #fff;
	 margin-bottom: 20px;
}
#map_canvas img {
	 max-width: none;
	 width: auto;
}

/* Contact Form 7 */
.wpcf7-list-item {
    display: inline-block;
    min-height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 7%;
    vertical-align: middle;
}
.wpcf7-list-item label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
}
.form-actions {
	text-align: center;
}
.form-actions label {
	margin-bottom: 20px;
}
.form-actions label input[type="checkbox"],
.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.wpcf7 [disabled] {
	background: #eee;
	cursor: not-allowed;
	color: #999;
}
.wpcf7 .form-actions .wpcf7-form-control-wrap {
	display: inline-block;
	width: auto;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 label strong { 
	color: #f95900; 
}
.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	position: relative;
}
.wpcf7 textarea {
	height: 120px;
}
.wpcf7 .wpcf7-submit,
#comments #submit {
	text-indent: -9999px;
	display: block;
	background: url(images/btn-black-send.png);
	width: 264px;
	height: 37px;
	margin: 0 auto;
	border: 0;
}
.wpcf7 .form-actions {
	margin-bottom: 20px;
}
.wpcf7 .form-actions p {
	text-align: center;
	padding: 10px;
}
.wpcf7 .ajax-loader {
	float: right;
}
.wpcf7-response-output { 
	padding: 15px 5%;
	width: 100%;	
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok { 
	background: #398f14; 
	color: #fff;
} 
.wpcf7-display-none { 
	display: none; 
} 
.wpcf7-validation-errors { 
	background: #b00; 
	color: #fff; 
} 
.wpcf7-not-valid-tip { 
	-webkit-border-radius: 0 10px 10px 10px; 
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px; 
	position: absolute; 
	top: 20px; 
	z-index: 100; 
	display: block; 
	color: #fff; 
	background: #d00; 
	padding: 5px 20px; 
	border: none; 
	right: -40px; 
	width: auto; 
} 
.wpcf7-not-valid-tip-no-ajax { 
	color: #f00; 
	display: block; 
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99992;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
}

.fancybox-opened {
	z-index: 99993;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	filter: alpha(opacity=80);	
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
 overflow: hidden !important;
 width: auto;
}

.fancybox-lock body {
 overflow: hidden !important;
}

.fancybox-lock-test {
 overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	 only screen and (min--moz-device-pixel-ratio: 1.5),
	 only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* BXSlider*/
.intro {
    height: 640px;
	overflow: hidden;
	position: relative;
}
.intro article {
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: 300;
	padding: 20px 25px;
	max-width: 350px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
}
.intro article h3 {
	font-size:30px;
}
.bx-wrapper {
	position:relative;
}
.bx-wrapper li {
    background-size: cover;
    background-position: 50% 50%;
}
.bx-wrapper li .container {
	height: 640px;
}
.bx-controls-direction {
	display:none;
}
.bx-pager.bx-default-pager {
	z-index: 9999;
	position:absolute;
	bottom: 20px;
	right: 20px;
	display:none;
}
/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	margin: 0 4px;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #fff;
	border:1px solid rgba(255, 255, 255, .7);
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 23px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	background: rgba(255, 255, 255, .9);
}


/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 979px) {
	
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
	
}