@charset "utf-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0;margin:0;padding:0;vertical-align:baseline; }
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object { display:block; }
a img { border:0; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline:none; }

html, body {
	height:100%;
	width:100%;
	-webkit-text-size-adjust:100%;
}
body {
	font-family:"Roboto Slab", sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	color:#333;
}

/* Grid Layout */

.container {
	position:relative;
	width:100%;
	padding:0;
}
.row {
	position:relative;
	margin:0 auto;
	padding:0;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.width {
	max-width:1000px;
	margin:0 auto;
}
.span20, .span25, .span33, .span50, .span66, .span75 {
	float:left;
}
.span20 {
	width:20%;
}
.span25 {
	width:25%;
}
.span33 {
	width:33.33%;
}
.span50 {
	width:50%;
}
.span66 {
	width:66.66%; 
}
.span75 {
	width:75%; 
}
.span100 {
	width:100%;
}
.colCenter {
	position:absolute;
	margin:0 25%;
}
.colLeft {
	position:absolute;
	padding-right:75% !important;
}
.colRight {
	position:absolute;
	padding-left:75% !important;
}

/* Global Styles */

a:link, a:visited, a:hover, a:active {
	color:#;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.aside {
	display:block;
	margin:2em 0;
	padding-left:5em;
	font-family:"Bad Script", sans-serif;
	font-size:18px;
}
b, .bold {
	font-weight:700;
}
.bgBody {
	background-image:url(../img/bg20160416_1600x1600_body.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.border-double {
	padding:24px;
	border-width:4px;
	border-style:double;
	border-color:#8f6f52;
}
.btn {
	display:inline-block;
	border:none;
	padding:8px 16px;
	background:none;
	text-decoration:none !important;
	cursor:pointer;
}
.btn:hover {
	text-decoration:none !important;
}
.btnDefault {
	border:1px solid #ccc;
	color:#ccc !important;
	transition:background-color 250ms;
}
.btnDefault:hover {
	color:#fff !important;
	background-color:#333;
	background-color:rgba(0,0,0,0.5);
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
form, form select, form select option, form input, form textarea {
	width:640px;
	max-width:100%;
	margin:0 auto;
	font-family:"Roboto Slab", sans-serif;
	font-weight:300;
	text-align:left;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
form input[type=text], form textarea {
	background:rgba(255,255,255,0.8);
	border:none;
	width:640px;
	max-width:100%;
	padding:.5em;
}
form input[type=text]:focus, form textarea:focus {
	background:#fff;
}
.formField1 {
	display:none;
}
input[type=image] {
	vertical-align:middle;
}
input[type=submit] {
	width:auto;
}
input.formField1 {
	display:none;
}
label {
	font-size:16px;
}
.gray {
	color:#737373;
}
h1,.h1, h2,.h2, h3,.h3 {
  font-weight:700;
  line-height:1.25em;
}
h1, .h1 {
  font-weight:100;
	font-size:200%;
}
h2, .h2 {
	font-size:150%;
}
h3, .h3 {
	font-size:125%;
}
h3 img {
	width:33%;
	height:auto;
}
.hidden {
	display:none;
}
hr {
	clear:both;
	width:100%;
	color:#808080;
	background-color:#808080;
	height:1px;
	border:none;
	margin:48px 0;
}
img {
	max-width:100% !important;
}
.large {
	font-size:150%;
  line-height:1.25em;
}
p {
	margin:24px 0;
}
.padding {
	padding:32px;
}
.padding2 {
	padding:48px;
}
.right {
	text-align:right;
}
.small {
	font-size:12px;
}
.width {
	max-width:960px;
}

/* Title */

div.titleHome {
	display:table;
	width:100%;
	height:100vh;
	background-image:url(../img/bg20160416_1600x1600.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
	text-align:center;
}
div.titleHome p {
	display:table-cell;
	width:100%;
	height:100vh;
	vertical-align:middle;
	text-align:center;
}
div.titleMail {
	display:table;
	width:100%;
	height:50vh;
	background-image:url(../img/bg20160416_1600x1600.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
	text-align:center;
}
div.titleMail p {
	display:table-cell;
	width:100%;
	height:50vh;
	vertical-align:middle;
	text-align:center;
}

/* Footer */

footer {
	position:relative;
	width:100%;
	padding:32px;
	background-image:url(../img/bg20160416_1600x1600_footer.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#ccc;
	text-align:center;
}
footer h4 {
	margin-bottom:8px;
	font-weight:700;
}
footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
footer ul li {
	margin-bottom:8px;
}
footer ul li a:link, footer ul li a:visited, footer ul li a:hover, footer ul li a:active {
	text-decoration:none;
	color:#ccc !important;
}
footer ul li a:hover {
	color:#fff !important;
}

/* Home Page */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
/* display none until init */
.owl-carousel {
	display:none;
	position:relative;
	width:100%;
	max-width:100%;
	float:left;
	-ms-touch-action:pan-y;
}
.owl-carousel img {
	width:100%;
	height:auto;
}
.owl-carousel .owl-wrapper {
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow:hidden;
	position:relative;
	max-width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float:left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor:pointer;
}
.owl-controls {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:  hidden;
	-ms-backface-visibility:   hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top:0px;
	text-align:center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	display:inline-block;
	zoom:1;
	*display:inline;/*IE7 life-saver */
	margin:5px;
	padding:3px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#fff;
	filter:Alpha(Opacity=33);/*IE7 fix*/
	opacity:0.33;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter:Alpha(Opacity=66);/*IE7 fix*/
	opacity:0.66;
	text-decoration:none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display:inline-block;
	zoom:1;
	*display:inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display:block;
	width:12px;
	height:12px;
	margin:6px;
	filter:Alpha(Opacity=33);/*IE7 fix*/
	opacity:0.33;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);/*IE7 fix*/
	opacity:1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#fff;
	padding:2px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

/* preloading images */
.owl-item.loading {
	min-height:150px;
	background:url(AjaxLoader.gif) no-repeat center center
}

/* Mobile Styles */

@media only screen and (max-width:767px) {
	
	/* Grid Layout */
	
	.span20, .span25, .span33, .span50, .span66, .span75 {
		width:100%;
	}
	
	/* Global Styles */
	
	.aside {
		padding-left:0;
	font-size:15px;
	}
	.btnPhoneCall {
		display:inline;
	}
	form input[type=text], form textarea {
		width:100%;
	}
	.padding {
		padding:16px;
	}
	.padding {
		padding:32px;
	}
	
	/* Header */
	
	header {
		padding:32px;
	}
	
}
