/*
Theme Name: Estreia
Theme URI: http://www.estreia.net
Author: Estreia New Media
Author URI: http://www.estreia.net
Description: Theme designed for VOLTARION in Dec2014.
Version: 1.0
License: Proprietary
License URI: http://www.estreia.net
Tags: 
Text Domain: estreia
*/



/* -- global -- */

html {
	margin: 0;
	overflow: auto;
    height: 100%;
	}

body {
	background: #958c79;
	font: 11px Verdana, Geneva, Arial;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}

img {
	border: 0;
	}

a {
	color: #67add4;
	text-decoration: none;
	}

form {
	margin: 0;
}

.divClear {
	height: 1px;
	clear: both;
}

#divMain {
	position: absolute;
	width: 100%;
	top: 135px;
	text-align: center;
	z-index: 400;
}

#divSubMain {
	width: 100%;
	background: #ffffff;
}






/* -- header -- */

#divHeaderContainer {
	position: fixed;
	width: 100%;
	min-width: 1220px;
	height: 135px;
	background: #ffffff;
	text-align: center;
	z-index: 600;
}

#divHeader {
	width: 1220px;
	height: 95px;
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#mainLogo {
	width: 224px;
	height: 95px;
	margin: 0;
	float: left;
}

#divHeaderRight {
	max-width: 500px;
	text-align: right;
	float: right;
}

#divLangs {
	height: 23px;
	color: #565146;
	font: 11px Verdana, Arial, Geneva;
	line-height: 23px;
	float: right;
	margin: 0;
 } 

#divLangs a {
	height: 23px !important;
	color: #565146;
	line-height: 23px !important;
	padding: 0 10px;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	margin-right: 1px !important;
	float: left;
	display: block !important;
 }

#divLangs a:last-child {
	margin-right: 0;
 }

#divLangs a.lang_sel_sel {
	background: #efefef;
 }

#divLangs a:hover {
	background: #efefef;
 }

#divContacts {
	height: 26px;
	font: 22px 'Raleway', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #565146;
	line-height: 26px;
	margin-top: 45px;
	text-align: right;
	clear: right;
 }

#divContacts a {
	font: 22px 'Raleway', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #ff7700;
	line-height: 26px;
 }

#divContacts a:hover {
	color: #565146;
 }
 
#divContacts img {
	vertical-align: middle;
	margin: 0 10px;
 }







/* jQuery slide menu */

#divMenu {
	width: 100%;
	height: 40px;
	background: #565146;
	text-align: center !important;
	clear: both;
	}

.jqueryslidemenu {
	height: 40px;
	font: 14px 'Raleway', Verdana, Arial, Geneva;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	z-index: 1000;
	}

.jqueryslidemenu ul {
	height: 40px;
	margin: 0 auto !important;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
	display: inline-block;
	}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index: 1100;
	cursor: pointer;
	}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	background: #565146;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px !important;
	text-align: center;
	display: block;
	z-index: 1000;
	}
	
* html .jqueryslidemenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	z-index: 1000;
	}

.jqueryslidemenu ul li a:hover {
	background-color: #3a372f;
	color: #ffffff;
}

.jqueryslidemenu ul li:hover {
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	background: #565146;
	display: block;
	visibility: hidden;
	z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	background: #565146;
	border-top: 1px solid #3a372f;
	border-left: 0;
	display: list-item;
	float: none;
	z-index: 1000;
	}

.jqueryslidemenu ul li ul li:first-child {
	display: list-item;
	}

.jqueryslidemenu ul li ul li:last-child {
	border-right: 0;
	}	

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
	width: 250px;
	z-index: 1000;
	}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 210px;
	font: 11px Verdana, Arial, Geneva;
	text-transform: none;
	text-align: left;
	color: #ffffff;
	line-height: 20px;
	padding: 6px 10px 6px 30px !important;
	margin: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	z-index: 1000;
	}

.jqueryslidemenu ul li ul li.firstMenuItem a {
	width: 220px;
	font: 13px Verdana, Arial, Geneva;
	line-height: 20px;
	color: #d7c69b !important;
	padding: 6px 10px 6px 20px !important;
	}

.jqueryslidemenu ul li ul li a:hover {
	/*sub menus hover style*/
	color: #ffffff;
	}

.jqueryslidemenu ul li ul li:hover {
	/*sub menus hover style*/
	background-color: #3a372f;
	}

.rightarrowclass {
	/* display: none; */
	width: 20px;
	height: 20px;
	float: right;
}

.downarrowclass {
	display: none;
}







/* -- intro -- */

#divSlideshow {
	position: relative;
	width: 1250px;
	height: 385px;
	background: #958c79;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#divSlideshow .divSlide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1250px;
	height: 385px;
	overflow: hidden;
	opacity: 0;
}

#divSlideshow .divSlide .slide {
	width: 1250px;
	height: 385px;
	font: 13px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #666666;
	float: left;
	cursor: pointer;
}

#divSlideshow .divSlide .slide .tabSlideLabel {
	width: 545px;
	height: 385px;
}

#divSlideshow .divSlide .slide .tabSlideLabel td {
	width: 545px;
	height: 385px;
	vertical-align: middle;
}

#divSlideshow .divSlide .slide .tabSlideLabel td .slideLabel {
	width: 515px;
	background: url('media/bg_slide.png');
	padding: 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divSlideshow .divSlide .slide h1 {
	font: 300 34px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	text-align: left;
	line-height: 40px;
	margin: 0 0 0 15px;
}

#divSlideshow .divSlide .slide h1 a {
	color: #333333;
}

#divSlideshow .divSlide .slide h2 {
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	text-align: justify;
	line-height: 26px;
	margin: 0 0 0 15px;
}

#divSlideshow .divSlide .slide h2 a {
	color: #333333;
}

#divSlideshow .divSlide .slide a.labelButton {
	background: #71b0d3;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 5px 0 0 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

#divSlideshow .divSlide .slide a.labelButton:hover {
	background: #3a372f;
}

#divSlideshow .divSlide .slide strong, #divSlideshow .divSlide .slide b {
	font-weight: 500;
}

#divSlideshow .divSlide .slide p {
	display: inline;
	margin: 0;
}

/* jssor slider bullet navigator */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 {
	position: absolute;
	left: 30px;
	top: 340px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	width: 23px;
	background: url('media/navigator.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div {
	background-position: 0 0;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -28px 0;
}
.jssorb21 .av {
	background-position: -56px 0;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -84px 0;
}







/* -- page title -- */

#divPageTitle {
	position: relative;
	width: 1250px;
	height: 254px;
	background: #958c79;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0;
}

#divPageTitle .tabTitleLabel {
	position: relative;
	width: 545px;
	height: 254px;
}

#divPageTitle .tabTitleLabel td {
	width: 545px;
	height: 254px;
	vertical-align: middle;
}

#divPageTitle .tabTitleLabel td .titleLabel {
	width: 515px;
	background: url('media/bg_slide.png');
	padding: 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divPageTitle h1 {
	font: 300 34px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	text-align: left;
	line-height: 40px;
	margin: 0 0 0 15px;
}

#divPageTitle h2 {
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 26px;
	margin: 0 0 0 15px;
}

#divPageTitle h2 a {
	color: #ff7700;
}

#divPageTitle h2 a:hover {
	color: #993300;
}







/* -- banner -- */

#divBanner {
	position: absolute;
	top: 0;
	right: 15px;
	width: 500px;
	height: 254px;
	text-align: right;
	overflow: hidden;
}

#divBanner1 {
	position: absolute;
	top: -150px;
	right: 0;
	font: 400 26px 'Raleway', Verdana, Arial, Geneva;
	line-height: 52px;
	color: #ffffff;
	text-align: right;
	opacity: 0.2;
}

#divBanner2 {
	position: absolute;
	top: 250px;
	right: 0;
	font: 300 32px 'Raleway', Verdana, Arial, Geneva;
	line-height: 64px;
	color: #000000;
	text-align: right;
	opacity: 0.2;
}

#divBanner3 {
	position: absolute;
	top: -150px;
	right: 0;
	font: 300 22px 'Raleway', Verdana, Arial, Geneva;
	line-height: 44px;
	color: #ffffff;
	text-align: right;
	opacity: 0.2;
}

#divBanner4 {
	position: absolute;
	top: 250px;
	right: 0;
	font: 300 24px 'Raleway', Verdana, Arial, Geneva;
	line-height: 48px;
	color: #000000;
	text-align: right;
	opacity: 0.2;
}












/* -- left content -- */

#divContent {
	width: 1220px;
	min-height: 300px;
	background: #ffffff;
	padding-top: 20px;
	margin: 0 auto;
}

#divLeftContent {
	width: 807px;
	background: #ffffff;
	margin: 0;
	float: left;
}

#divLeftContent .divLeftBox {
	width: 777px;
	background: #efefef;
	font: 13px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 140%;
	text-align: justify;
	padding: 0 15px;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	clear: both;
	opacity: 0;
}

#divLeftContent .divLeftBox a {
	color: #ff7700;
	line-height: 140%;
}

#divLeftContent .divLeftBox a:hover {
	color: #565146;
}

#divLeftContent .divLeftBox ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#divLeftContent .divLeftBox ul li {
    background-image: url("media/icon_bullet.png");
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 30px; 
	line-height: 30px;
}

#divLeftContent .divLeftBox img {
	-moz-border-radius: 2px;
	border-radius: 2px;
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
	-moz-transform: scale(0.5); /* Firefox */
	-o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
}

#divLeftContent .divLeftBox img.alignright {
	margin: 0 -15px 0 15px;
	float: right;
}

#divLeftContent .divLeftBox img.alignleft {
	margin: 0 15px 0 -15px;
	float: left;
}

#divLeftContent .divLeftBox:hover {
	background: #efefef url('media/bg_widget3box_hover.gif') right bottom no-repeat;
}

#divLeftContent .divLeftBox:last-child {
	margin-bottom: 10px;
}

#divLeftContent .divLeftBox h2 {
	font: 300 28px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#divLeftContent .divLeftBox h2 a {
	font: 300 28px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
}

#divLeftContent .divLeftBox h3 {
	color: #444444;
	padding-top: 15px;
	margin-top: 0;
	text-align: left;
}

#divLeftContent .divLeftBox h4 {
	font-size: 15px;
	color: #958c79;
	text-align: left;
}

#divLeftContent .divLeftBox p {
	margin-top: 0px;
}

#divLeftContent .divLeftBox strong {
	font-weight: bold;
	color: #958c79;
}











/* -- content -- */

#contentBox {
	width: 807px;
	background: #ffffff url('media/bg_contentbox_hover.gif') right bottom no-repeat;
	font: 13px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 140%;
	text-align: justify;
	margin-bottom: 20px;
	opacity: 0;
}

.contentPost {
	cursor: auto;
	background-image: none;
}

#contentBox a {
	color: #ff7700;
	line-height: 140%;
}

#contentBox a:hover {
	color: #565146;
}

#contentBox h2 {
	font: 300 28px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

#contentBox h2 img.alignleft {
	margin-top: -10px;
}

#contentBox h2 img.duas {
	margin-top: 5px !important;
}

#contentBox h3 {
	color: #444444;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

#contentBox h4 {
	font-size: 15px;
	color: #958c79;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

#contentBox strong {
	font-weight: bold;
	color: #958c79;
}

#contentBox p {
	margin: 0px 0px 15px 0px;
}

#contentBox hr {
	height: 1px;
	background: #ffffff;
	border: 0;
	border-top: 2px solid #efefef;
	margin: 15px 0;
}

#contentBox ul {
    list-style-type: none;
    padding: 0px;
}

#contentBox ul li {
    background-image: url("media/icon_bullet.png");
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 30px; 
	line-height: 30px;
}

#contentBox img.alignright {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
	-moz-transform: scale(0.5); /* Firefox */
	-o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
	margin-left: 10px;
	float: right;
}

#contentBox img.alignleft {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
	-moz-transform: scale(0.5); /* Firefox */
	-o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
	margin-right: 10px;
	float: left;
}

#contentBox img.aligncenter {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
	-moz-transform: scale(0.5); /* Firefox */
	-o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
	margin: 0 auto;
	float: none;
}

#contentBox .wp-caption {
	min-width: 100px !important;
	text-align: center;
	padding: 10px;
	margin: 0 15px 15px 0;
	border: 1px solid #efefef;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

#contentBox .wp-caption:hover {
	background: #efefef;
}

p.wp-caption-text {
	text-align: center !important;
	padding: 5px 10px 0 10px !important;
	margin-bottom: 0 !important;
	clear: both;
}

#contentBox .wp-caption img {
	margin: 0 auto;
	float: none;
	clear: both;
}

a.moreButton {
	background: #71b0d3;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva !important;
	color: #ffffff !important;
	line-height: 30px !important;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 10px 0 15px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

a.moreButton:hover {
	background: #3a372f;
}












/* -- share and contact -- */

#divContactShare {
	width: 807px;
	background: #ffffff url('media/bg_contentbox_hover.gif') right bottom no-repeat;
	font: 13px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 140%;
	text-align: left;
	clear: both;
	opacity: 0;
}

a.contactButton {
	background: #71b0d3;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva !important;
	color: #ffffff !important;
	line-height: 30px !important;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 10px 15px 15px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

a.contactButton:hover {
	background: #3a372f;
}

#shareButton {
	background: #ffffff;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva !important;
	color: #444444 !important;
	border: 1px solid #efefef;
	line-height: 30px !important;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 10px 15px 15px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

#shareButton:hover {
	background: #efefef;
}












/* -- left content -- */

#tab2Columns {
	width: 807px;
	margin-bottom: 20px;
	padding: 0;
	clear: both;
}

#tab2Columns td.tdItem {
	width: 363px;
	background: #efefef;
	font: 13px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 140%;
	text-align: justify;
	vertical-align: top;
	padding: 0 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	opacity: 0;
}

#tab2Columns td.tdItem:hover {
	background: #efefef url('media/bg_widget3box_hover.gif') right bottom no-repeat;
}

#tab2Columns td.tdEmpty {
	background-color: #ffffff !important;
	cursor: auto !important;
}

#tab2Columns td.tdEmpty:hover {
	background-color: #ffffff !important;
	background-image: none;
	cursor: auto !important;
}

#tab2Columns .tdSeparator {
	width: 20px;
	background: #ffffff;
	padding: 0;
}

#tab2Columns td a {
	color: #ff7700;
	line-height: 140%;
}

#tab2Columns td a:hover {
	color: #565146;
}

#tab2Columns td ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#tab2Columns td ul li {
    background-image: url("media/icon_bullet.png");
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 30px; 
	line-height: 30px;
}

#tab2Columns td img {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
	-moz-transform: scale(0.5); /* Firefox */
	-o-transform: scale(0.5); /* Opera */
    transform: scale(0.5);
	margin: 0;
}

#tab2Columns td img.alignright {
	float: right;
	margin: 0 -15px 0 15px;
}

#tab2Columns td img.alignleft {
	float: left;
	margin-right: 15px;
}

#tab2Columns td h2 {
	font: 300 28px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	text-align: left;
}

#tab2Columns td h2 a {
	font: 300 28px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
}

#tab2Columns td h3 {
	color: #444444;
	padding-top: 15px;
	margin-top: 0;
	text-align: left;
}

#tab2Columns td h4 {
	font-size: 15px;
	color: #958c79;
	text-align: left;
}

#tab2Columns td p {
	margin-top: 0px;
}

#tab2Columns td strong {
	font-weight: bold;
	color: #958c79;
}















/* -- related -- */

#divRelated {
	width: 807px;
	font: 15px Verdana, Arial, Geneva;
	color: #333333;
	text-align: left;
	line-height: 140%;
	margin: 15px 0 20px 0;
}

#divRelated .relatedTitle {
	height: 39px;
	font: 300 22px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 36px;
	border-bottom: 4px solid #efefef;
}

#divRelated .relatedTitle img {
	vertical-align: middle;
	margin: 0 10px 10px 0;
}

#divRelated a {
	font: 15px Verdana, Arial, Geneva;
	color: #ff7700;
	line-height: 30px;
	border-bottom: 1px solid #efefef;
	display: block;
}

#divRelated a:hover {
	color: #333333;
}













/* -- right content -- */

#divRightContent {
	position: relative;
	width: 390px;
	background: #ffffff;
	padding-left: 20px;
	margin: 0;
	float: left;
}

#divRightContent2 {
	position: relative;
	width: 390px;
	background: #ffffff;
	margin: 0;
	z-index: 600;
}

#divRightContent a.linkItem {
	width: 360px;
	min-height: 24px;
	background: #efefef;
	font: 15px Verdana, Arial, Geneva;
	color: #444444;
	text-align: left;
	line-height: 20px;
	border: 1px solid #efefef;
	padding: 8px 15px;
	margin-bottom: 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	opacity: 0;
}

#divRightContent a.linkItem:hover {
	background: #ffffff;
	color: #333333;
}

#divRightContent a.linkItem:first-child {
	background: #565146;
	color: #ffffff;
	border: 1px solid #565146;
}

#divRightContent a.linkItem:first-child:hover {
	background: #3a372f;
	border: 1px solid #3a372f;
}

#divRightContent a.linkItem:active {
	width: 360px;
	min-height: 24px;
	background: #ffffff;
	font: 15px Verdana, Arial, Geneva;
	color: #444444;
	text-align: left;
	line-height: 20px;
	border: 1px solid #efefef;
	padding: 8px 15px;
	margin-bottom: 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

#divRightContent a.linkItem.currentItem {
	width: 360px;
	min-height: 24px;
	background: #ffffff;
	font: 15px Verdana, Arial, Geneva;
	color: #444444;
	text-align: left;
	line-height: 20px;
	border: 1px solid #efefef;
	padding: 8px 15px;
	margin-bottom: 1px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}











/* -- form contacto -- */

#divContactForm {
	width: 369px;
	background: #e9e9e9;
	font: 13px Verdana, Arial, sans-serif;
	line-height: 30px;
	margin: 0 0 15px 15px;
	padding: 15px 15px 15px 10px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#divContactForm .titleDiv {
	font: 17px 'Raleway', Verdana, Arial, Geneva;
	color: #444444;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px #ffffff solid;
	display: block;
}

#divContactForm .smallTxt {
	font: 11px Verdana, Arial, sans-serif;
}

#divContactForm input[type=text] {
	width: 269px;
	height: 30px;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#divContactForm input[type=email] {
	width: 269px;
	height: 30px;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#divContactForm input[type=file] {
	width: 269px;
	height: 30px;
	background: #ffffff;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 29px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	clear: right;
}

#divContactForm textarea {
	width: 269px;
	height: 120px;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}
 
/* -- captcha -- */
#divContactForm form span.captchaLabel {
	margin-left: 90px;
	display: block;
 }

#divContactForm img.wpcf7-captchac {
	float: right;
	clear: both;
 }
#divContactForm form .wpcf7-captchar {
	margin-bottom: 1px;
 }
 /* -- end captcha -- */

#divContactForm .divSubmit {
	width: 369px;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0 0 0;
	border-top: 1px #ffffff solid;
	clear: both;
}

#divContactForm input[type=submit] {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #db853c;
	font: 13px Verdana, Arial, Geneva;
	text-align: center;
	color: #ffffff;
	margin: 1px 134px 0 134px !important;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divContactForm input[type=submit]:hover {
	background: #3a372f;
	cursor: pointer;
}

#divContactForm .wpcf7-response-output {
	font: 11px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 16px;
	text-align: center;
	margin-top: 5px;
	padding: 5px !important;
	border-color: #ff7700 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divContactForm .wpcf7-not-valid-tip {
	width: 269px !important;
	height: 20px !important;
	margin: 0 0 0 80px !important;
	font: 11px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 20px;
	text-align: center;
	padding: 5px !important;
	border-color: #ff7700 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

#divDialog {
	background: #db853c;
	font: 13px Verdana, Arial, Geneva;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
	margin-top: 10px;
	padding: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#divDialog strong {
	font: 20px 'Raleway', Verdana, Arial, Geneva;
	color: #ffffff;
}











/* -- widgets content -- */

#widgetContainer {
	position: relative;
	width: 1220px;
	background: #ffffff;
	padding-top: 15px;
	margin: 0 auto;
	clear: both;
	opacity: 0;
}

#widgetContainer .textwidget {
	background: #efefef;
	margin: 0 auto 20px auto;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#widgetContainer .widgetBoxes {
	position: relative;
	width: 1220px;
	background: #ffffff;
	margin: 0 auto 20px auto;
	clear: both;
}

#widgetContainer .widgetBoxes .widgetBoxesTitle {
	font: 300 32px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 38px;
	margin: 0 auto 10px auto;
	display: block;
}

#widgetContainer .widgetBoxes .widgetBox {
	background: #efefef;
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	line-height: 25px;
	color: #333333;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	cursor: pointer;
}

#widgetContainer .widgetBoxes .widgetBox h1 {
	font: 300 26px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 32px;
}

#widgetContainer .widgetBoxes .widgetBox h2 {
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 25px;
}

#widgetContainer .widgetBoxes .widgetBox h3 {
	font: 15px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 20px;
}

#widgetContainer .widgetBoxes .widgetBox:hover {
	background: #efefef url('media/bg_widget3box_hover.gif') right bottom no-repeat;
}

#widgetContainer .widgetBoxes .widgetBox a {
	color: #ff7700;
 }

#widgetContainer .widgetBoxes .widgetBox img.aligncenter {
	margin: 0 auto 10px auto;
}

#widgetContainer .widgetBoxes .widgetBox img.alignleft {
	float: left;
}

#widgetContainer .widgetBoxes .widgetBox img.alignright {
	float: right;
}

#widgetContainer .widgetBoxes .widgetBox:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: sepia(0.5);
	-webkit-filter: sepia(0.5);
	-moz-filter: sepia(0.5);
	-ms-filter: sepia(0.5);
	-o-filter: sepia(0.5);
	filter: brightness(0.8);
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
	-o-filter: brightness(0.8);
}

#widgetContainer .widgetBoxes .widgetBox1 {
	width: 1220px;
}

#widgetContainer .widgetBoxes .widgetBox2 {
	width: 600px;
}

#widgetContainer .widgetBoxes .widgetBox3 {
	width: 393px;
}

#widgetContainer .widgetBoxes .widgetBoxSep {
	width: 20px;
	float: left;
}









/* -- tabs -- */

#tabs {
	position: relative;
	top: 10px;
	width: 1220px !important;
	background: #ffffff;
	text-align: center;
	margin: 0 auto 20px auto;
	clear: both;
	opacity: 0;
}

#tabs ul li {
	margin-right: 1px;
	border-bottom: 1px solid #ffffff;
}

#tabs ul li:first-child:hover {
	background: #85bddd !important;
	color: #ffffff !important;
}

#tabs ul li:nth-child(2):hover {
	background: #96c45b !important;
	color: #ffffff !important;
}

#tabs ul li:nth-child(3):hover {
	background: #dfad36 !important;
	color: #ffffff !important;
}

#tabs ul li:last-child {
	margin-right: 0;
}

#tabs-1 {
	background: #85bddd !important;
	font: 13px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #333333;
	text-align: left;
}

#tabs-1 a.tabButton {
	background: #ffffff;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva;
	color: #71b0d3;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 5px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

#tabs-1 a.tabButton:hover {
	color: #333333;
}

#tabs-2 {
	background: #96c45b !important;
	font: 13px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #333333;
	text-align: left;
}

#tabs-2 a.tabButton {
	background: #ffffff;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva;
	color: #526d2f;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 5px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

#tabs-2 a.tabButton:hover {
	color: #333333;
}

#tabs-3 {
	background: #dfad36 !important;
	font: 13px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #333333;
	text-align: left;
}

#tabs-3 a.tabButton {
	background: #ffffff;
	font: 400 15px 'Raleway', Verdana, Arial, Geneva;
	color: #ac852a;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 15px;
	margin: 5px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
}

#tabs-3 a.tabButton:hover {
	color: #333333;
}

#tabs div h1 {
	font: 300 26px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 32px;
}

#tabs div h2 {
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	color: #333333;
	line-height: 25px;
}

#tabs div h3 {
	font: 15px Verdana, Arial, Geneva;
	color: #333333;
	line-height: 20px;
}

#tabs div a {
	font: 15px Verdana, Arial, Geneva;
	line-height: 22px;
	color: #ffffff;
}

#tabs div a:hover {
	color: #333333;
}

#tabs div p {
	margin-top: 0;
	margin-bottom: 15px;
}

#tabs div iframe {
	margin-top: 0;
	margin-bottom: 15px;
}

#tabs hr {
	height: 1px;
	background: #ffffff;
	border: 0;
	margin: 10px 0;
	opacity: 0.5;
}

#tabs div img.alignleft {
	margin: -15px 15px 0 -15px;
	float: left;
}

#tabs div img.aligncenter {
	margin: -15px auto 0 auto;
}

#tabs div img.alignright {
	margin: -15px 0 0 15px;
	float: right;
}












/* -- highlights -- */

#highlightsDiv {
	position: relative;
	width: 1220px;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	opacity: 0;
}

#highlightsDiv .highlightsBox {
	width: 393px;
	height: 195px;
	background: #6e6b5e;
	font: 13px Verdana, Arial, Geneva;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	overflow: hidden;
}

#highlightsDiv .highlightsBox:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
}

#highlightsDiv .highlightsBox .highlightsTitle {
	height: 40px;
	font: 300 20px 'Raleway', Verdana, Arial, Geneva;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #958c79;
	margin-bottom: 10px;
	display: block;
}

#highlightsDiv .highlightsBox a {
	color: #ffcc00;
}

#highlightsDiv .highlightsBox a:hover {
	color: #ffffff;
}

#highlightsDiv .highlightsBox:nth-child(3n+2) {
	width: 394px;
	margin: 0 20px;
}

/* styles for only 2 widgets */
.bigHighlights .highlightsBox {
	width: 600px !important;
	font-size: 15px !important;
	line-height: 140% !important;
}

.bigHighlights .highlightsBox:nth-child(3n+2) {
	width: 600px !important;
	margin: 0px 0px 0px 20px !important;
}
/* end */ 

#divLinkedin {
	width: 180px;
	height: 25px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}










/* -- MailChimp form -- */

#mc_embed_signup {
	max-width: 300px;
	background:#6e6b5e;
	font: 13px Verdana, Arial, Geneva !important;
	margin: 0 auto;
}

#mc_embed_signup .mc-field-group {
	min-height: 32px !important;
	margin: 0 0 1px 0 !important;
	padding: 0 !important;
}

#mc_embed_signup .mc-field-group label {
	line-height: 32px;
	text-align: right;
	margin: 0 !important;
	padding: 0 !important;
}

#mce-EMAIL, #mce-FNAME {
	width: 200px !important;
	height: 32px !important;
	font: 13px Verdana, Arial, Geneva !important;
	line-height: 32px !important;
	padding: 0 5px !important;
	margin: 0 0 0 15px !important;
	border: 0 !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	float: right;
}

#mc_embed_signup div.mce_inline_error {
	background:#6e6b5e !important;
	color: #ffcc00 !important;
	text-align: center;
	padding: 5px 0 !important;
	margin: 0 !important;
}

#mc_embed_signup .button {
	width: 129px;
	background-color: #97d7fb !important;
	font: 13px Verdana, Arial, Geneva !important;
	color: #565146 !important;
	letter-spacing: 1px;
	margin-right: 93px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	display: block !important;
	float: right;
}

#mc_embed_signup .button:hover {
	background-color: #ffc001 !important;
}

#mc_embed_signup div.response {
	width: 100% !important;
	top: 0 !important;
	text-align: center;
	margin: 0 0 100px 0 !important;
	padding: 0 !important;
}

#mc_embed_signup #mce-success-response {
	font: 11px Verdana, Arial, Geneva !important;
	font-weight: normal !important;
	color: #ffcc00 !important;
}









/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url('media/slideshow_border1.png') no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url('media/slideshow_border1.png') repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url('media/slideshow_border1.png') no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url('media/slideshow_border1.png') no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url('media/slideshow_border1.png') repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url('media/slideshow_border1.png') no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url('media/slideshow_border2.png') repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url('media/slideshow_border2.png') repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:140px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:45px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:65px; color:#444;}
        #cboxLoadingOverlay{background:#fff url('media/slideshow_loading.gif') no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}










/* -- contact window -- */

#colorboxParentWindow {
	display: none;
}

#colorboxWindow {
	background: #ffffff;
	font: 13px Verdana, Arial, sans-serif;
	line-height: 30px;
	color: #505050;
	text-align: left;
	border: 1px solid #efefef;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 10px;
}

#colorbox:focus {
	outline: none;
}

#colorboxWindow .titleDiv {
	min-height: 30px;
	background: #efefef;
	font: 15px Verdana, Arial, Geneva;
	color: #444444;
	text-align: center;
	line-height: 30px;
	border: 1px solid #efefef;
	padding: 0;
	margin: 0 auto;
	-moz-border-radius: 2px;
	border-radius: 2px;
	clear: both;
}

#colorboxWindow img {
	float: right;
 }

#colorboxWindow form p {
	margin-left: 10px;
 }
 
/* -- captcha -- */
#colorboxWindow form span.captchaLabel {
	margin-left: 80px;
	display: block;
 }

#colorboxWindow img.wpcf7-captchac {
	margin-right: 5px;
	float: right;
	clear: both;
 }
#colorboxWindow form .wpcf7-captchar {
	float: right;
 }
 /* -- end captcha -- */
 
#colorboxWindow input[type=text] {
	width: 269px;
	height: 30px;
	background: #efefef;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 29px;
	text-align: left;
	margin: 1px 10px 0 0;
	padding: 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#colorboxWindow input[type=email] {
	width: 269px;
	height: 30px;
	background: #efefef;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	line-height: 29px;
	text-align: left;
	margin: 1px 10px 0 0;
	padding: 0 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#colorboxWindow textarea {
	width: 269px;
	height: 50px;
	background: #efefef;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #444444;
	text-align: left;
	margin: 1px 10px 0 0;
	padding: 5px;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

#colorboxWindow .divSubmit {
	width: 369px;
	text-align: center;
	margin: 10px 0;
	padding: 10px 0 0 0;
	clear: both;
}

#colorboxWindow input[type=submit] {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: #db853c;
	font: 13px Verdana, Arial, Geneva;
	text-align: center;
	color: #ffffff;
	margin: 1px 134px 0 134px !important;
	border: 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#colorboxWindow input[type=submit]:hover {
	background: #3a372f;
	cursor: pointer;
}

#colorboxWindow .wpcf7-response-output {
	font: 10px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 16px;
	text-align: center;
	margin: 0 !important;
	padding: 3px !important;
	border-color: #ff7700 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#colorboxWindow .wpcf7-not-valid-tip {
	width: 250px !important;
	height: 20px !important;
	margin: 0 0 0 90px !important;
	font: 11px Verdana, Arial, Geneva;
	color: #444444;
	line-height: 20px;
	text-align: center;
	padding: 0 !important;
	border-color: #ff7700 !important;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#colorboxWindow #divDialog {
	background: #ff7700;
	font: 13px Verdana, Arial, Geneva;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
	margin-top: 10px;
	padding: 20px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#cboxLoadedContent {
	margin-bottom: 0 !important;
}

#colorboxWindow #divDialog strong {
	font: 20px 'Raleway', Verdana, Arial, Geneva;
	color: #ffffff;
}












/* -- footer -- */

#divFooter {
	height: 32px;
	font: 13px Verdana, Arial, Geneva;
	color: #59574c;
	letter-spacing: 1px;
	line-height: 32px;
	border: 1px solid #6e6b5e;
	padding: 0;
	margin: 0 auto;
	-moz-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	clear: both;
}

#divFooter a, #divFooter div, #divFooter span {
	font: 13px Verdana, Arial, Geneva;
	color: #59574c;
	letter-spacing: 1px;
	line-height: 32px;
	border-left: 1px solid #6e6b5e;
	padding: 0 15px;
	float: left;
	display: block;
}

#divFooter div.textwidget {
	border-left: 0;
	padding: 0;
}

#divFooter .textwidget div:first-child {
	border-left: 0;
	padding: 0 15px 0 0;
}

#divFooter div.divYear {
	padding: 0 10px 0 15px;
	border-left: none;
}

#divFooter a:hover {
	background: #6e6b5e;
	color: #958c79;
}

#divFooter a.scrollToTop {
	width: 54px;
	background: #958c79 url("media/icon_top.gif") top no-repeat;
	padding: 0;
}

#divFooter a.scrollToTop:hover {
	width: 54px;
	background: #6e6b5e url("media/icon_top.gif") bottom no-repeat;
	padding: 0;
}

#divCredits {
	width: 1220px;
	height: 20px;
	font: 13px Verdana, Arial, Geneva;
	color: #6e6b5e;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: right;
	margin: 0 auto;
	clear: both;
}

#divCredits a {
	color: #6e6b5e !important;
	}

#divCredits a:hover {
	color: #444444 !important;
	}

#divSeo {
	width: 940px;
	height: 20px;
	font-size: 9px;
	color: #958c79;
	margin: 5px auto;
	clear: both;
	cursor: default;
}

#divSeo a {
	font-size: 9px;
	color: #958c79;
	cursor: default;
}