/*
Theme Name: Country Vines Estate
Description: Wordpress Theme Designed for Country Vines Estate.
Author: Subhkant Rana
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: url(images/bg.jpg) repeat-y center top #FFFFFF;
}
body, input, textarea {
	color: #5a5a5a;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}
a {
	color: #a64c37;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin-bottom:10px
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #a64c37;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #ffffff;
	border: 1px solid #d2ab67;
	line-height: 18px;
	padding: 4px 8px;
	transition: all 0.3s ease 0s;
	vertical-align:top;
	margin:0;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#a64c37;
}
input[type="submit"], button, .button {
	background:#9a9c6f;
	background: rgb(154,156,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(154, 156, 111, 1) 48%, rgba(134, 136, 97, 1) 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgba(154, 156, 111, 1)), color-stop(52%, rgba(134, 136, 97, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(154, 156, 111, 1) 48%, rgba(134, 136, 97, 1) 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(154, 156, 111, 1) 48%, rgba(134, 136, 97, 1) 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(154, 156, 111, 1) 48%, rgba(134, 136, 97, 1) 52%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(154, 156, 111, 1) 48%, rgba(134, 136, 97, 1) 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9c6f', endColorstr='#868861', GradientType=0 ); /* IE6-9 */
}
input[type="submit"], button, .button {
	border: medium none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	line-height: 16px;
	max-width: 100%;
	padding: 7px 12px 11px;
	text-align: center;
	width: auto;
	transition:0ms;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#868861;
	color:#fff
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
.floatLeft {
	float:left
}
.floatRight {
	float: right;
}
.black {
	color: #000000 !important;
}
.red {
	color: #db151f
}
.blue {
	color: #a64c37
}
.text-muted {
	color: #999999;
}
.separator {
	clear:both;
	padding:5px
}
.highlight {
	background: none repeat scroll 0 0 #a64c37;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 7px;
}
.divider {
	border-top: 1px dotted #AEAEAE;
	clear: both;
	margin-top: 35px;
	padding-bottom: 45px;
	position: relative;
}
.dropcap {
	background-color: #a64c37;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 36px;
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
ul.none {
	margin:0;
	padding:0;
	list-style:none
}
ul.points, ul.points ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.points li {
	padding-left: 15px;
	position: relative;
}
ul.points li:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 4px;
}
ul.checklist, ul.checklist ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.checklist li {
	padding-left: 18px;
	position: relative;
}
ul.checklist li:before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
}
ul.inline, ol.inline {
	list-style: none outside none;
	margin-left: 0;
}
ul.inline > li, ol.inline > li {
	padding-left: 0;
	padding-right: 0;
	display:inline-block;
}
.title {
	border-bottom: 1px solid #DDDDDD;
	color: #a64c37;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top:5px
}
.space5 {
	clear:both;
	height:5px
}
.space10 {
	clear:both;
	height:10px
}
.space20 {
	clear:both;
	height:20px
}
.space30 {
	clear:both;
	height:30px
}
.space40 {
	clear:both;
	height:40px
}
/*------------------------------------------------*/
/*--------------------[COLUMNS]-------------------*/
/*------------------------------------------------*/
.col, .col2, .col3, .col4, .col5, .col6 {
	display: inline;
	float: left;
	margin-right: 4%;
}
.cols .last, .col:last-child, .col.last, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .cols3 .col:last-child {
	margin-right:0 !important;
}
.col, .col2 {
	width: 48%;
}
.cols3 .col, .col3 {
	width: 30.66%;
} /* 3 equal width columns */
.cols4 .col, .col4 {
	width:23.5%;
} /* 4 equal width columns */
.cols5 .col, .col5 {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col, .col6 {
	width:15%;
} /* 6 equal width columns */
/*------------------------------------------------*/
/*---------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	position:relative;
	margin:0 -10px
}
.row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	float:left;
	padding:0 10px
}
.grid12 {
	width:100%
}
.grid11 {
	width:91.66666667%
}
.grid10 {
	width:83.33333333%
}
.grid9 {
	width:75%
}
.grid8 {
	width:66.66666667%
}
.grid7 {
	width:58.33333333%
}
.grid6 {
	width:50%
}
.grid5 {
	width:41.66666667%
}
.grid4 {
	width:33.33333333%
}
.grid3 {
	width:25%
}
.grid2 {
	width:16.66666667%
}
.grid1 {
	width:8.33333333%
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	position: relative;
	width: 1080px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapperIn {
	padding-left:60px;
	padding-right:60px;
	position:relative
}
.wrapperIn:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}
#logo {
	float:left;
	padding-left:30px;
}
#logo h1 {
	padding:0
}
#logo h1 a {
	display:block;
	background:url(images/logo.png);
	text-indent:-9999px;
	width:348px;
	height:72px
}
/*------------------------------------------------*/
/*--------------------[NAVIGATION]----------------*/
/*------------------------------------------------*/
#navigation {
	float: right;
	padding-top: 58px;
	position: relative;
}
#navigation ul {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.8em;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
#navigation ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#navigation ul li {
	border-left: 2px solid #a64c37;
	float: left;
	margin-left: 15px;
	padding: 0 0 0 15px;
	position: relative;
}
#navigation ul li:first-child, #navigation ul li.first {
	padding-left:0;
	margin-left:0;
	border-left:none
}
#navigation ul li a {
	display:block;
	color:#5a5a5a;
}
#navigation ul li:hover > a {
	color:#d2ab67
}
#navigation ul li.current_page_item > a, #navigation ul li.current-menu-item > a {
	color:#d2ab67
}
/*------------------------------------------------*/
/*-----------------[HOME SLIDESHOW]---------------*/
/*------------------------------------------------*/
#homeSlideshow {
	position:relative;
	width:100%;
	display:block
}
#homeSlideshow .splashSlider {
	position:relative;
	width:100%;
	display:block
}
#homeSlideshow .splashSlider .splashArea {
	position:relative;
	width:100%;
	display:none
}
#homeSlideshow .splashSlider .splashArea:first-child {
	display:block
}
#homeSlideshow .splashSlider .splashArea img {
	display:block
}
#homeSlideshow .splashSlider .splashArea .splashContent {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:block
}
.slideHeadline {
	color: #a64c37;
	display: block;
	float: right;
	font-size: 102px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
	padding-top: 45px;
	text-align: left;
	text-transform: uppercase;
}
.slideHeadline span {
	display:block;
	padding-left:70px
}
ol.homeSplash-control-paging {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:99;
	right:30px;
	bottom:30px;
	height:14px;
}
ol.homeSplash-control-paging li {
	display: inline-block;
	margin: 0 3px;
}
ol.homeSplash-control-paging li a {
	background-color: #d2ab67;
	border: 1px solid #a64c37;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
ol.homeSplash-control-paging li a.homeSplash-active {
	border-color:#d2ab67;
	background-color:#a64c37
}
/*------------------------------------------------*/
/*------------------[PAGE HEADER]-----------------*/
/*------------------------------------------------*/
#pageHeader {
	background: none repeat scroll 0 0 #d2ab67;
	min-height: 15px;
	position: relative;
}
#pageHeader img {
	display:block;
}
#pageHeader .wrapperIn {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.headerTitle {
	background: none repeat scroll 0 0 #d2ab67;
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.4);
	color: #a64c37;
	display: inline-block;
	font-size: 46px;
	font-weight: 700;
	line-height: 0.8em;
	padding: 12px 60px 15px;
	text-transform: uppercase;
}
/*------------------------------------------------*/
/*-----------------------[MAIN]-------------------*/
/*------------------------------------------------*/
#main {
	padding-top:45px;
	padding-bottom:45px
}
.container {
	float: left;
	width: 66%;
	padding-right:12px;
}
.container.fullwidth {
	float:none;
	float:none;
	width:100%;
	padding-right:0
}
.sidebar {
	float: right;
	padding-left: 12px;
	width: 34%;
}
.pageTitle {
	color: #9a9c6f;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.widgetTitle {
	color: #9a9c6f;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.sidebar .widgetContainer {
	margin-bottom:50px
}
a.resourceLink {
	color: #5a5a5a;
}
a.resourceLink:hover {
	color:#a64c37;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields li.gfield {
	position:relative;
	display:block;
	margin-bottom:12px;
}
ul.gform_fields li.gfield label.gfield_label {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}
ul.gform_fields li.gfield div.ginput_container {
	display:inline-block;
	width:85%;
	vertical-align:top
}
ul.gform_fields li.gfield div.ginput_container input[type="text"] {
	width:100%
}
ul.gform_fields li.gfield div.ginput_container textarea {
	width:100%;
	height:100px;
}
.gfield_required {
	color: #a64c37;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-left: 2px;
	position: relative;
	top: -3px;
}
.validation_error {
	display:none
}
.validation_message {
	background: none repeat scroll 0 0 #eee;
	border-radius: 3px 0 0;
	bottom: 1px;
	color: #a64c37;
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	padding: 2px 4px;
	position: absolute;
	right: 1px;
}
.gform_footer {
	clear:both;
	text-align:right;
}
.gform_footer img {
	position:absolute
}
/*------------------------------------------------*/
/*---------------[BOXED GRAVITY FORM]-------------*/
/*------------------------------------------------*/
.gform_wrapper.gplaceholder ul.gform_fields li.gfield label.gfield_label {
	display:none
}
.gform_wrapper.gplaceholder ul.gform_fields li.gfield div.ginput_container {
	display:block;
	width:100%
}
.gform_wrapper.boxedForm_wrapper {
	background: none repeat scroll 0 0 #d2ab67;
	padding: 8px;
	position: relative;
}
.gform_wrapper.boxedForm_wrapper ul.gform_fields li.gfield {
	margin-bottom: 5px;
}
.gform_wrapper.boxedForm_wrapper ul.gform_fields li.gfield div.ginput_container input[type="text"] {
	line-height: 24px;
	padding: 5px 10px;
}
.gform_wrapper.boxedForm_wrapper .gform_footer {
	padding-bottom: 2px;
	padding-top: 8px;
	text-align: center;
}
.gform_wrapper.boxedForm_wrapper .gform_footer input[type="submit"] {
	display: block;
	line-height: 16px;
	width: 100%;
}

/*------------------------------------------------*/
/*--------------------[HOME BOXES]----------------*/
/*------------------------------------------------*/
.homeBoxImg{padding-bottom:12px}
.homeBoxImg img{display:block; border:1px solid #a64c37}
.homeIntroBox{padding-bottom:12px}

/*------------------------------------------------*/
/*-----------------[SALES CONTACTS]---------------*/
/*------------------------------------------------*/
.salesContacts {
	color: #a64c37;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	position: relative;
}
.salesContact {
	padding-bottom: 10px;
	padding-top: 2px;
	position: relative;
}
.salesContactTitle {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4em;
	padding-bottom: 2px;
}
.salesContact p {
	margin:0
}
/*------------------------------------------------*/
/*------------------[PHOTO GALLERY]---------------*/
/*------------------------------------------------*/
.photoGallery {
	width:100%;
	position:relative
}
.photoGallery .flexslider {
	width:100%;
	max-height:185px;
	overflow:hidden;
	position:relative
}
.photoGallery ul.slides {
	width:100%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0
}
.photoGallery ul.slides li {
	float:left;
	margin-right:10px;
}
.photoGallery ul.slides li img {
	display:block;
}
.photoGallery ul.slides li a {
	display:block
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	display: block;
	background: url(images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

/*------------------------------------------------*/
/*----------------------[VIDEOS]------------------*/
/*------------------------------------------------*/
.videosRow .grid6{position:relative; margin-bottom:20px}
.videosRow .grid6 .videoContainer{background:#000}
.videosRow .grid6 img{display:block; opacity:1;}
.videoIcon {
  background-color: #fff;
  background-image: url("images/icon_video.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #a64c37;
  border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
  display: block;
  height: 49px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 49px;
  z-index: 9;
  transition:500ms; opacity:0.7
}
.videosRow .grid6 a:hover img{opacity:0.8}
.videosRow .grid6 a:hover .videoIcon {opacity:1}
/*------------------------------------------------*/
/*----------------------[STAGES]------------------*/
/*------------------------------------------------*/
#stagesInfo {
	position:relative
}
.stageThumbArea {
	float: right;
	width: 50%;
}
.stageThumbArea img {
	border: 1px solid #a64c37;
	display: block;
}
.stageIntroArea {
	float: left;
	line-height: 1.4em;
	padding-right: 20px;
	width: 50%;
}
.stageButtons {
	float: left;
	padding-top: 10px;
	width: 50%;
}
.stageButton {
	float:left;
	width:50%;
	padding-right:20px
}
.stageButton .button {
	display:block
}
.stagePricesForm {
	display:none
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
	background: none repeat scroll 0 0 #9a9c6f;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	padding-bottom: 35px;
	padding-top: 35px;
	text-align: center;
}