body {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
}

p {
	color: #797979;
	font-size: 13px;
	margin-top: 20px;
	text-align: left;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

h2 {
	color: #303030;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
}

h3 {
	font-size: 13px;
	color: #303030;
	text-align: left;
	font-weight: 700;
}

.container {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-bottom: 74px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

.top-menu {
	width: 100%;
	float: left;
	text-align: center;
}

.top-menu h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #4d4d4d;
	margin-top: 23px;
	line-height: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.title {
	width: 100%;
	text-align: center;
	float: left;
		
}

.title h1{
	background-color: #3aa0c1;	
	text-align: center;
	width: 310px;
	margin: 28px 5px 20px;	
	overflow: auto;
	display: inline-block;
	padding: 15px 0;
		
}

.content {
	text-align: center;
	margin: 0 5px;
	float: left;
}

.slider {
	width: 100%;
	float: left;
	border: medium none !important;
    padding: 0 !important;
}

/***** HEADER *****/
.header {
	width: 100%;
	height: 140px;	
	font-weight: 700;
	text-align: center;
	padding-top: 12px;
}

.home-header {
	background: url("../images/header-bg.jpg");
	background-size: cover;
}

.header-left {
	width: 110px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.logo {
	width: 104px;
	display: inline-block;
	text-align: center;
}

.header-right {
	width: 110px;
	display: inline-block;
	text-align: center;
	padding-top: 44px;
	vertical-align: top;
}

.header-left h2 {
	font-family: 'Cardo', serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 8px;
}

.location {
	width: 100%;
	text-align: center;	
	font-size: 12px;
	margin-top: 6px;
}

.location img {
	display: inline-block;
}

.location span {
	display: inline-block;
    position: relative;
    vertical-align: middle;
	margin-top: -12px;
}

.location  a {
	color: #d8532b;
	text-decoration: none;
}

/***** HOME *****/
.home-menu {
	background: rgba(0, 0, 0, 0) url("../images/home-bg.jpg") repeat scroll top center;
	background-size: cover;
	width: 100%;
	height: 390px;
	float: left;
	text-align: center;
}

.home-menu h2 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-top: 23px;
	line-height: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.home-items {
	background: rgba(0, 0, 0, .5);
	float: left;
	width: 100%;
	margin-top: 120px;
}

.home-items ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
}

.home-items ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 31px 0;
    text-align: center;
}

.first-home {
	border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.home-items ul li a {
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

/***** RESTORATION *****/
.restoration {
	width: 100%;
	float: left;
	text-align: center;
}

.title-line {
	width: 100%;
	float:left;
	margin-top: 30px;
}


h2.background::before {
    border-top: 1px solid #d7d7d7;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
}
h2.background {
    position: relative;
    z-index: 1;
}
.title-line h2 {
    color: #000000;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
	font-family: "Cardo",Arial,Tahoma,sans-serif;
    font-weight: 300;
}

h2.background span {
    background: #fff none repeat scroll 0 0;
}
.title-line h2.background span {
    padding: 0 10px;
}

.golden-text{
	width: 100%;
	float: left;
}

.golden-text h4 {
    color: #a4904c;
    font-family: Cardo;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin-top: 40px;
	font-weight: 300;
	padding: 0 10px;
}

.twentytwenty-container {
	width: 100%;
	float: left;
}

.title-line p {
	padding: 0 5px;
	color: #8f8f8f;
	font-size: 14px;
	line-height: 20px;
}

.title-line-last {
	margin-bottom: 50px;
}

/***** CUSTOM *****/
.custom {
	width: 100%;
	float: left;
	text-align: center;
}

.custom-gallery {
	width: 100%;
	float: left;
}

.bx-wrapper .bx-viewport {
	border: medium none !important;
    box-shadow: none !important;
}

.custom-gallery .bx-wrapper .bx-pager {
	display: none !important;
}

.custom-gallery .bx-wrapper {
	margin-bottom: 30px;
}

.bx-prev {
	color: #a6ce39;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-left: 15px;
}

.bx-next{
	color: #a6ce39;
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-right: 15px;
}

.custom .icons {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.custom .icons .icons-box {
	width: 137px;
	height: 125px;
	margin-left: 14px;
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	display: inline-block;
	text-align: center;
	margin-bottom: 14px;
}

.custom .icons .last-box {
	width: 137px;
	height: 125px;
	margin-left: 10px;
	background-color: #d8532b;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.custom .icons .icons-box img {
	margin-top: 29px;
}

.icons-box h4 {
	font-size: 14px;
	color: #000;
	margin-top: 18px;
}

.last-box span {
	color: #ffffff;
	font-size: 14px;
}

.last-box h4 {
	color: #ffffff;
	font-size: 18px;
	margin: 5px 0px;
	font-weight: bold;
	line-height: 20px;
}

.span-free {
	margin-top: 23px;
	display: inline-block;
}

/***** GALLERY *****/
.gallery {
	width: 100%;
	float: left;
	text-align: center;
}

.gallery-img {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.gallery-img .bx-wrapper {
	margin-bottom: 0px;
}

/***** PROCESS *****/
.process {
	width: 100%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 35px;
}

.process-details {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.process-details img {
	float: left;
	margin-right:18px;
	display: block;
}

.details-right {
	display: block;
	float: left;
	width: 70%;
}

.details-right h2 {
    color: #d94d2a;
    font-family: Cardo;
    font-size: 24px;
    font-style: italic;
	font-weight: 300;
	text-align: left;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.details-right p{
	font-size: 14px;
	color: #858585;
	line-height: 20px;
	margin-top: 0;
}

.details-right-1 {
	height: 205px;
}

.details-right-2 {
	height: 185px;
}

.details-right-3 {
	height: 180px;
}

.details-right-4 {
	height: 197px;
}

/***** TESTIMONIALS *****/
.testimonials {
	width: 100%;
	float: left;
}

.testimonials-slider {
	width: 100%;
	float: left;
}

.testimonials-slider .bx-pager {
	display: none;
}

.bxslider p {
	color: #8f8f8f;
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    text-align: center;
}

.testimonials-slider .bx-wrapper .bx-prev {
	left: 0 !important;
	margin-left: 0;
}

.testimonials-slider .bx-wrapper .bx-next {
	right: 0 !important;
	margin-right: 0;
}

.testimonials-slider  h5 {
	color: #a4904c;
    font-family: Cardo;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a {
	top: 40% !important;
}

/***** LOCATION *****/
.location {
	width: 100%;
	float: left;
}

.map {
	width: 100%;
	float: left;
	height: 250px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#map-canvas {
    height: 250px;
    width: 100%;
}

.contact-form {
	width: 98%;
	float: left;
	padding: 0 5px;
}

input[type="text"], select, textarea {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
	border-color: rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    outline: medium none;
    padding: 10px;
	font-family: 'Lato', sans-serif;
	float:left;
}

textarea {
	height: 135px;
}

.file-button {
	width: 100%;
	float: left;
	margin-top: 11px;
}

input[type="file"] {	
	float: left;
}

.upload {
    width: 115px;
    height: 40px;
    background: url('../images/upload.png');
    overflow: hidden;	
}

.upload input {
    display: block !important;
    width: 115px !important;
    height: 40px !important;
    opacity: 0 !important;
    overflow: hidden !important;
	cursor: pointer;
}

.submit-button {
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: 60px;
}

.submit {
	float: left;
	width: 155px;
	background: #d8532b;
	color: #ffffff !important;
	font-size: 14px;
	padding: 20px 0;
	border-radius: 7px;
}

.submit:hover {
	background: #ea5a2f;
}

.error {
	color: #d8532b;
	margin-bottom: 7px;
	display: inline-block;
}

.hidden {
	display: none;
}

#contactMsg {
	color: #a6ce39;
    float: left;
    font-family: Cardo;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 50px;
    width: 100%;
}

/***** FOOTER *****/
.footer {
	width: 100%;
	height: 75px;
	float: left;
	background-color: #a6ce39;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 1001;
}

.footer-block {
	display: inline-block;
}

.footer-block a{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	float: left;
	border-right: 1px solid #96bc30;
	height: 74px;
	padding: 0 14px;
}

.footer-block a i {
	font-size: 21px;
	margin-top: 16px;
	margin-bottom: 6px;
	display: block;
}

.last-footer a{
	border-right: none !important;
}

.first-footer {
	padding-left: 3px;
}

#service {
	cursor: pointer;
}

.sub-menu {
	background-color: #91b62b;
    bottom: 75px;
    padding: 15px 20px;
    position: absolute;
    text-align: left;
	display: none;
	left: 50%;	
	margin-left: -88px;	
}

.first-item-sub  {
	margin-bottom: 10px;
}

.sub-item a {
	color: #ffffff;
	text-decoration: none;
}

.sub-item i {
	color: #ffffff;
}
