/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Open Sans, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
img {
	max-width: 100%;
}
ol, ul {
	list-style: none;
	text-align: left;
	margin-bottom: 20px;
}
ul { 
	list-style-type: disc; 
	list-style-position: inside; 
}
ol { 
	list-style-type: decimal; 
	list-style-position: inside; 
}
ul ul, ol ul { 
	list-style-type: circle; 
	list-style-position: inside; 
	margin-left: 15px; 
}
ol ol, ul ol { 
	list-style-type: lower-latin; 
	list-style-position: inside; 
	margin-left: 15px; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

/* Start CSS Styles */

html, body, .main-container {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 20px;
}
body {
	background: #EEE;
}
h1, h2, h3, h4, h5, h6, .menu-navigation ul.menu > li > a, .header .contact-details a span {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
p {
	margin: 10px 0;
	text-align: left;
}
a {
	text-decoration: none;
	color: #bf9958;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: rgba(0,0,0,0.7);
}
a.button, input.button {
	display: inline-block;
	padding: 5px 10px;
	background: #bf9958;
	color: #FFF;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 0;
}
a.button:hover, input.button:hover {
	background-image: url('../images/overlay.png');
}
a.clear-button {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#google_translate_element {
	position: absolute;
	top: 6px;
	right: 10px;
}
.list-style {
	margin: 0 0 25px 15px;
}
.list-style li {
	margin: 5px 0;
	list-style-image: url(../assets/img/list1.png);
	list-style-position: outside;
}
.wrapper {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
}
.wrapper > .main-container {
	border-top: 10px solid #333;
	margin: 20px 0;
}
.main-container {
	width: 100%;
	float: left;
	background: #FFF;
}
.header {
	width: 100%;
	float: left;
	padding: 20px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.header .one-fourth, .header .one-half, .header .one-third, .header .two-third {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	padding: 0 3%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
	text-align: left;
}
.header .one-half {
	width: 50%;
}
.header .one-fourth {
	width: 25%;
}
.header .one-third {
	width: 33%;
}
.header .two-third {
	width: 66%;
}
.header .logo {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.header .logo img {
	border-radius: 10px;
	max-width: 100%;
	max-height: 160px;
}
.header .site-name p {
	padding: 10px 0;
	text-align: center;
}
.header .site-name p.site-name-title {
	margin-top: 15px;
	font-size: 24px;
}
.header .site-name .site-name-tagline {
	font-size: 14px;
	border-top: #EEE 1px solid;
	color: #666;
}
.header .contact-details {
	float: right;
	width: 100%;
	margin-top: 15px;
}
.header .contact-details .contact-info, .header .contact-details .contact-email {
	font-size: 18px;
	text-align: right;
}
.header .contact-details .contact-info a.mobile-phone {
	margin-left: 10px;
}
.header .contact-details .contact-email {
	margin-top: 10px;
}
.header .contact-details .contact-info a i.fa-mobile {
	font-size: 20px;
}
.header .contact-details a.clear-button {
	padding: 0;
}
.header .contact-details a span {
	float: right;
	background: #94e964;
	color: #000;
	padding: 12px 5%;
	margin-top: 15px;
	font-size: 16px;
	box-shadow: 0px 1px 2px #333;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #000;
	-webkit-transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
	-ms-transition: all 0.10s ease-in-out;
	-o-transition: all 0.10s ease-in-out;
}
.header .contact-details a span:hover {
	background-image: url('../images/overlay.png') !important;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}
.header .contact-details a span:active {
	box-shadow: inset 0px 0px 10px #333;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
	display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
	display: block;
}
.menu-navigation {
	float: left;
	position: relative;
	width: 100%;
	background: #bf9958;
	z-index: 200;
}
.menu-navigation ul.menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	box-shadow: 0px 1px 2px #333;
	list-style: none;
}
.menu-navigation ul.menu li {
	display: inline-block;
	min-height: 50px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.menu-navigation ul.menu > li > a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 20px;
	text-shadow: 0px 1px 1px #333;
}
.menu-navigation ul.menu li.first a {
	border-left: none;
}
.menu-navigation ul.menu li.last a {
	border-right: none;
}
.menu-navigation ul.menu li:hover {
	background-image: url('../images/overlay.png');
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.menu-navigation ul.menu ul {
	display: none;
	position: absolute;
	min-width: 185px;
	box-sizing: border-box;
}
.menu-navigation ul.menu li:hover > ul {
	display: block;
}
.menu-navigation ul.menu li ul li {
	display: block;
	text-align: left;
	line-height: 40px;
	padding: 0 15px;
	background-image: url('../images/overlay.png');
	color: #FFF;
}
.menu-navigation ul.menu li ul li:hover {
	padding-left: 20px;
}
.menu-navigation ul.menu li ul li a {
	color: #DDD;
}
.menu-navigation ul.menu li ul li a {
	display: block;
	color: #FFF;
}
.selected {
	border-bottom: 5px solid #bf9958;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.title-block {
	background: #bf9958;
	width: 48px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
}

/* Layouts */ 
.content .home-slider {
	width: 100%;
	float: left;
	background: #CCC;
}
.content .main {
	width: 100%;
	float: left;
}
.content .main .full-width, .content .main .one-half, .content .main .one-third, .content .main .one-fourth {
	float: left;
	margin: 40px 0;
	padding: 0 2.5%;
	text-align: left;
	border-left: #EEE 1px solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content .main .full-width {
	width: 100%;
	border-left: 0;
}
.content .main .one-half {
	width: 50%;
}
.content .main .one-third {
	width: 33%;
}
.content .main .one-fourth {
	width: 25%;
}
.content .main .one-half.first, .content .main .one-third.first {
	border-left: 0;
}
.content .main .one-fourth.first {
	border-color: transparent;
}
.content .main h1, .content .main h2 {
	position: relative;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #EEE 1px solid;
	clear: both;
}
.content .main h1 {
	font-size: 18px;
	font-weight: bold;
}
.content .main h2 {
	font-size: 16px;
}
.content .main .one-half-half {
	width: 49%;
	float: left;
	margin: 0 0 20px 2%;
	padding: 0;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content .main .one-half-half.first {
	margin: 0 0 20px 0;
}

/* Homepage Slider */
body .sy-caption-wrap .sy-caption {
	-webkit-border-radius: initial;
	-moz-border-radius: initial;
	-ms-border-radius: initial;
	-o-border-radius: initial;
	border-radius: initial;
}

/* Homepage Content */
.content .main .homepage-content {
	margin-top: 40px;
	padding: 0 2.5%;
}
.content .main .homepage-content h1 {
	line-height: 30px;
	margin-bottom: 20px;
}
.content .main p.homepage-description {
}

/* Contact Us */
.contact-form input[type=text], .contact-form textarea {
	width: 92%;
	border-radius: 5px;
}
.contact-form textarea {
	vertical-align: top
}
.contact-form label {
	margin-top: 10px;
}
.LV_valid {
    color: rgba(0, 180, 0, 0.75) !important;
}
.LV_invalid {
	color: rgba(240, 0, 0, 0.75) !important;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.LV_validation_message.LV_valid {
	width: 2%;
	margin: 0 0 0 1% !important;
}
.LV_invalid_field {
	border: 1px solid rgba(240, 0, 0, 0.75) !important;
}
.contact-form .g-recaptcha {
	float: left;
	margin-bottom: 10px;
}

#map.home-map {
	width: 100%;
	height: 200px;
}
#map.contact-map {
	width: 100%;
	height: 350px;
}

/* Blog Posts */
.blog-post {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #F7F7F7;
}
.content .main .single-blog-post h1 {
	margin-bottom: 10px;
}
.content .main .single-blog-post p.date {
	margin-top: 0;
	margin-bottom: 20px;
}
.content .main .single-blog-post h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
/* Blog Pagination */
.pagination {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
.pagination li {
	list-style: none;
	display: inline-block;
}
.pagination a {
	display: block;
	border: 1px solid #D5D5D5;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: none;
	margin:2px;
}
.pagination a:hover, .pagination a:active {
	background:#efefef;
}
.pagination span.current {
	display: block;
	background-color: #687282;
	border: 1px solid #D5D5D5;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 4px 8px;
}
.pagination span.disabled {
	display: block;
	border: 1px solid #EEEEEE;
	color: #DDDDDD;
	font-size: 14px;
	margin: 2px;
	padding: 4px 8px;
}

/* Footer Styles */
.footer {
	float: left;
	position: relative;
	width: 95%;
	padding: 10px 2.5%;
	height: 20px;
	background: #333;
	line-height: 20px;
	color: #FFF;
}
.footer .footer-left {
	float: left;
}
.footer .footer-right {
	float: right;
}
.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	color: #DDDDDD;
}
.footer-top {
	height: auto;
	background: #F7F7F7;
}
ul.social-icons {
	margin: 0;
	text-align: center;
}
ul.social-icons li {
	display: inline-block;
	margin: 0 5px;
}
ul.social-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
ul.social-icons li.facebook a {
	background: #3b5998;
}
ul.social-icons li.google-plus a {
	background: #dd4b39 ;
}
ul.social-icons li.twitter a {
	background: #4099FF;
}
ul.social-icons li.linkedin a {
	background: #0e76a8;
}
ul.social-icons li a {
	font-size: 16px;
}
ul.social-icons li a:hover {
	color: #FFF;
	opacity: 0.6;
}

/* Full Width Styles */

body.full-width .wrapper {
	width: 100%;
}
body.full-width .wrapper > .main-container {
    margin: 0;
}
body.full-width .container, .full-width .main .container {
	max-width: 1280px;
	margin: 0 auto;
}

/* Responsive Styles Begin */

/* Media Query Max-Width: 1160px; */
@media only screen and (max-width:1160px) {
	.wrapper {
		width: 960px;
	}
	body .one-third.logo img {
		width: 250px;
		margin-top: 10px;
	}
	.header .contact-details {
		margin-top: 10px;
		margin-right: 10px;
	}
	.menu-navigation ul.menu li a {
		font-size: 14px;
	}
	.contact-form .g-recaptcha {
		width: 100%;
	}
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.83);
		-webkit-transform: scale(0.83);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media only screen and (max-width:960px) {
	.wrapper {
		width: 768px;
	}
	body .one-third.logo img {
		width: 200px;
		margin-top: 20px;
	}
	.header .site-name p.site-name-title {
		font-size: 18px;
	}
	.header .contact-info {
		font-size: 16px;
	}
	.header .contact-details {
		margin-top: 0;
	}
	.header .contact-details a {
		font-size: 14px;
	}
	.header .contact-details .contact-info a {
		display: block;
		line-height: 25px;
	}
	.header .contact-details a.mobile-phone {
		margin-left: 0;
	}
	.header .contact-details .contact-email {
		margin-top: 0;
	}
	.header .contact-details a span {
		margin-top: 10px;
	}
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.67);
		-webkit-transform: scale(0.67);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media only screen and (max-width:768px) {
	.wrapper {
		width: 100%;
	}
	.one-fourth, .one-third, .one-half {
		width: 100% !important;
	}
	.header {
		height: auto;
	}
	.header .logo {
		margin-top: 0;
	}
	body .one-third.logo img {
		margin-top: 0;
	}
	.header .one-half {
		text-align: center;
	}
	.header .site-name p.site-name-title {
		margin-top: 5px;
	}
	.header .contact-details {
		float: none;
	}
	.header .contact-details .contact-info, .header .contact-details .contact-email {
		text-align: center;
	}
	.header .contact-details a.cta {
		display: block;
		line-height: 50px;
		margin-top: 10px;
	}
	.header .contact-details a span {
		float: none;
		width: 50%;
		min-width: 150px;
		margin: 10px auto;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.menu-navigation ul.menu {
		display: none;
	}
	.menu-navigation ul.menu li {
		width: 100%;
		min-height: 40px;
	}
	.menu-navigation ul.menu li a {
		font-size: 12px;
		padding: 10px 0;
		border: 0;
	}
	.menu-navigation ul.menu ul {
		position: relative;
		width: 100%;
	}
	.menu-navigation ul.menu li ul li {
		text-align: center;
		padding: 0;
	}
	.content .main .one-third {
		margin: 20px 0;
		padding: 0 5%;
	}
	.list-style {
		margin: 0 0 0 15px;
	}
}
@media only screen and (max-width:468px) {
	
}