@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@font-face {
    font-family: 'socialicoregular';
    src: url('socialico-webfont.woff2') format('woff2'),
         url('socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration:none;
	color: inherit;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
small,a,span,strong,em,
div,section,header,aside,footer,
article,nav {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Century Gothic";
	width: 100%;
	max-width: 1440px;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
}
#hd-wrapper,
#hd-wrapper-bot,
#mn-wrapper,
#testimonials-wrapper,
#contact-wrapper,
#ft-wrapper {
	width: 100%;
	min-width: 1440px;
}
#hd-wrapper {
	background: url(../images/common/hd-wrapper.jpg) no-repeat center top #000;
}
#hd-wrapper-bot {
	background: url(../images/common/hd-wrapper-bot.jpg) no-repeat center bottom;
}
#mn-wrapper {
	background: url(../images/common/mn-wrapper.jpg) repeat-y center top;
}
#testimonials-wrapper {
	background: url(../images/common/testimonials-wrapper.jpg) no-repeat center bottom;
}
#contact-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/contact-wrapper.jpg);
}
#ft-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/ft-wrapper.jpg);
}

header,
#content,
footer,
#services-section,
#testimonials-section,
#contact-section {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}

/*floats*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*clearings*/
.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix {
	display:block;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin:20px auto;
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}
.ctc-form input,
.ctc-form textarea {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 120%;
	color:#000;
	font-family:Arial;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 10px;
	border-radius: 3px;
	border:1px solid #FFF;
	box-sizing: border-box;
}
.ctc-form textarea {
	min-height: 120px;
	padding: 10px 0 0 15px;
}
.ctc-form input[type="text"] {
	height: 50px;
	padding: 0 0 0 15px;
}
.ctc-form input[type="submit"] {
	width: 150px;
	height: 43px;
	cursor: pointer;
}
.ctc-form .g-recaptcha {
	display: inline-block;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
}
#content .gallery li img {
	width: 100%;
	max-width: 200px;
	border-radius: 10px;
}
#content .thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #DDD;
	color: #014c8c;
	text-decoration: none;
}

/* navigation */
nav a#pull {
	display: none;
	padding: 15px 0 15px;
	font-size: 1em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
nav a#pull:after {
	content:"";
	background: url(../images/nav-icon.png) no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	right:15px;
	top:10px;
}
nav ul li,
nav ul li a {
	display: inline-block;
	vertical-align: top;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
nav ul li {
	padding: 0 10px 0;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
nav ul li a {
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	background: transparent;
	border-color: transparent;
}
nav ul li.active-menu a,
nav ul li a:hover {
	border-color: #FFF;
}
/* end */
h1,
h2 {
	font-size: 36px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	line-height: 120%;
	color: #666;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
p {
	font-size: 15px;
	line-height: 160%;
}
.logo {
	line-height: 0;
}
.logo img {
	width: 100%;
	max-width: 212px;
}

/*header*/
header {
	min-height: 1047px;
	padding: 0;
}
header nav,
header .logo,
header .left-text,
header .right-text {
	position: absolute;
}
header p {
	font-size: 16px;
	line-height: 120%;
}
header p small {
	display: inline-block;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
header nav {
	top: 278px;
	left: 0;
	width: 100%;
	z-index: 1;
}
header nav ul {
	display: inline-block;
	vertical-align: top;
	padding: 15px 20px 15px;
	background: #8D501A;
}

header .logo {
	top: 0;
	left: 514px;
}

header .left-text,
header .right-text {
	top: 8px;
}
header .left-text {
	left: 0;
	text-align: left;
}
header .right-text {
	right: 0;
	text-align: right;
}
header .right-text p {
	font-size: 18px;
	font-weight: bold;
}
header .banner {
	position: absolute;
	top: 321px;
	left: 0;
	width: 100%;
	min-height: 684px;
	padding: 480px 0 0;
	box-sizing: border-box;
	background-size: cover;
	border: 9px solid #DE924B;
	box-shadow: 0 0 15px #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/banner.jpg);
}
header .banner h2 {
	font-size: 53px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
header .banner p a {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	padding: 15px 0 15px;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 3px;
	border: 1px solid #FFF;
	background: transparent;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	transition: all ease 2s;
}
header .banner p a:hover {
	background: #543010;
}
/* end */
.btn {
	letter-spacing: 2px;
	padding: 15px 25px;
	background: #8D501A;
	border: 1px solid #8D501A;
	display: inline-block;
	font-size: 11px;
	transition: all ease 1s;
}

.btn:hover{
	background: transparent;
	color: #8D501A;
}

/*banner*/
#banner {
	min-height: 344px;
	padding: 0;
}
/* end */

/*content*/
#content {
	padding: 0 0 60px;
}
#content article {
	padding: 0 235px 0;
}
#content h1,
#content h2 {
	padding: 10px 0 8px;
	font-size: 45px;
	text-transform: none;
	background: url(../images/common/title-border.jpg) no-repeat center bottom;
}
#content h3 {
	color: #FFF;
}
#content p small {
	display: block;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}
/* end */

/* content bottom */
#services-section {
	padding: 55px 0 300px;
}

#services-section h2 {
	font-size: 36px;
	color: #6E330E;
}

#services-section dl {
	display: inline-block;
	vertical-align: top;
	max-width: 301px;
	margin: 0 2.5px;
}

#services-section dl:first-of-type{
	margin-left: 0px;
}

#services-section dl:last-of-type{
	margin-right: 0px;
}

#services-section dd{
	margin: 0;
}

#services-section dd h4{
	position: relative;
	font-family: "Oswald";
	font-size: 22px;
	color: #6E330E;
	margin-bottom: 40px;
}

#services-section dd h4:after{
	position: absolute;
	content: " ";
	width: 148px;
	height: 11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	background: url(../images/common/titleBot.png) no-repeat;
}

#testimonials-wrapper{
	padding-bottom: 270px;
}

#testimonials-section {
	position: relative;
	margin-top: -250px;
	max-width: 960px;
	padding-top: 50px;
	min-height: 565px;
	padding: 0;
	background: #FBF2EA;
}

#testimonials-section:after{
	position: absolute;
	content: " ";
	width: 932px;
	height: 535px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
	background: url(../images/common/testiBack.png) no-repeat;
	z-index: 1;
}

#testimonials-section h3 {
	padding-top: 50px;
}

#testimonials-section h2 {
	font-size: 36px;
	color: #6E330E;
	margin-bottom: 20px;
}

#testimonials-section .btn{
	margin-top: 20px;
	background: #6F330F;
	position: relative;
	z-index: 5;
}

#testimonials-section .btn:hover{
	background: transparent;
}

.rvwBox{
	max-width: 960px;
	margin: 20px auto 10px;
	padding: 20px 30px;
	border: 1px solid #8D501A;
	border-left: 5px solid #6F330F;
}

.rvwDesc{
	font-family: "Century Gothic";
	font-size: 15px;
	color: #666666;
	margin: 0 87.5px 10px;
}

.rvwStar{
	font-size: 25px;
	color: #6F330F;
	letter-spacing: 3px;
}

.rvwName{
	margin-top: -10px;
	font-size: 16px;
	font-weight: 700;
	color: #6F330F;
}

.rvwImg{
	margin-top: 10px;
  position: relative;
  z-index: 8;
}

.rvwImg img {
	margin: 10px;
}

.inner #content .rvwDesc{
	margin: 0;
}

.inner #content .rvwStar,.inner #content .rvwName{
	text-align: right;
}

#gallery-section{
	position: relative;
	padding: 20px 0 40px;
}

#gallery-section h3 {
	color: #E5AA74;
}

#gallery-section h2 {
	color: #FDE8D4;
	margin-bottom: 50px;
}

.galTitle{
	margin-top: 40px;
	position: relative;
	z-index: 5;
}

.galTitle:before{
	position: absolute;
	content: " ";
	width: 405px;
	height: 352px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
	background: url(../images/common/titleGal.png) no-repeat;
}

.btnBox{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
	width: 78px;
	border-radius: 50%;
	background: rgba(111, 51, 15, 0.8);
	border: 1px solid rgba(111, 51, 15, 0.8);
	padding: 53px 36px;
	transition: all ease 1s;
}

.btnBox:hover{
	background: transparent;
	border: 1px solid #FDE7D3;
}

.galBot{
	font-size: 18px;
	color: #FDE7D3;
	font-weight: 700;
	transition: all ease 1s;
}

.galBox{
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.galBox img:nth-of-type(2) {
	position: relative;
}

.galBox img:first-of-type {
	margin-right: -60px;
	margin-bottom: 40px;
}

.galBox img:last-of-type {
	margin-left: -60px;
	margin-bottom: 40px;
}

#contact-section {
	padding: 40px 0;
	max-width: 960px;
	margin: 0 auto;
}

#contact-section h2{
 	color: #DFECD8;
}

.contactBox{
	padding: 20px 0;
}

.gLeft, .gRight{
	width: 49%;
}

.gRight textarea{
	height: 170px;
}

.ctc-form .cnBtn[type="submit"]{
	color: #fff;
	width: 220px;
	height: 55px;
}

.cnBtn{
	font-size: 18px;
	font-weight: 700;
	background: transparent;
	border: 1px solid #fff;
	letter-spacing: 2px;
	transition: all ease 1s;
}

.cnBtn:hover {
	background: #8D501A;
}

/* end */

/*footer*/
footer {
	padding: 55px 0 15px;
}
footer article:nth-of-type(1) {
	padding: 0;
}
footer article:nth-of-type(1) p {
	font-size: 15px;
	line-height: 120%;
}
footer article:nth-of-type(1) p small {
	display: block;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 120%;
	color: #EAB88A;
	text-transform: uppercase;
}
footer article:nth-of-type(1) .social-media small {
	padding: 0;
}
footer article:nth-of-type(1) section {
	display: inline-block;
	vertical-align: top;
	padding: 95px 70px 0;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
}
footer article:nth-of-type(1) section:nth-of-type(1) p:nth-of-type(1) {
	font-size: 22px;
	letter-spacing: 1px;
}
footer article:nth-of-type(1) section:nth-of-type(1) p:nth-of-type(1) small {
	padding: 0 0 5px;
}
footer article:nth-of-type(1) section:nth-of-type(2) {
	padding: 0;
	text-align: center;
}

footer article:nth-of-type(2) {
	padding: 20px 0 0;
}
footer article:nth-of-type(2) p {
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 120%;
	color: #EAB88A;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* end */

footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}

.social-media span {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 120%;
	font-family: 'socialicoregular';
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}
.social-media a:hover {
	color: #543010;
}
.button {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	padding: 15px 0 15px;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
	text-align: center;
	background: #543010;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.button:hover {
	background: #666;
}

.inner #content {
	min-height: 400px;
	padding: 40px 0 30px;
	text-align: left;
}

.inner #content article {
	padding: 0 15px 0;
}

.inner #content h1 {
	color: #8C5019;
	text-align: center;
	margin-bottom: 30px;
}

.inner #content h2{
	font-size: 35px;
	color: #8C5019;
	background: none;
}

.inner #content h3{
	font-size: 23px;
	color: #8C5019;
}

.inner #content .ctc-form{
	max-width: 960px;
	margin: 0 auto;
}

.inner #content .ctc-form input[type="text"], .inner #content .ctc-form textarea {
	border: 1px solid #8C5019;
}

.inner #content .ctc-form .btn {
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.inAbtBox p, .inSrvBox p, .inAbtBox li, .inSrvBox li{
	color: #000;
}

.inner #content .inSrvBox ul, .inner #content .inAbtBox ul{
	list-style: circle;
	margin-left: 30px;
}

.inner #content .inSrvBox .srv3Col{
	columns: 3;
	list-style: none;
}

.inSrvLeft, .inSrvRight, .inSrvBot{
	padding: 10px 20px 30px;
	border-left: 5px solid #8C5019;
	box-shadow: 0px 0px 10px #8C5019;
}

.inSrvLeft, .inSrvRight{
	min-height: 135px;
	width: 45%;
}

.inSrvBot{
	margin-top: 30px;
}

.inAbtBox ul li {
	line-height: 1.7;
}

.inAbtBox h2{
	border-bottom: 5px solid #8C5019;
}

.inAbtBox h3{
	margin-top: 20px;
}

.inAbtTop{
	text-align: center;
}

.inAbtTop p{
	margin: 10px 0;
}


.cta{display: none;}
/** Responsive
-------------------------------------------------------*/


@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
  #hd-wrapper, #hd-wrapper-bot, #mn-wrapper, #testimonials-wrapper, #contact-wrapper, #ft-wrapper{min-width: 320px}
  header, #content, footer, #services-section, #testimonials-section, #contact-section{width: 95%;}
  #testimonials-section:after{width: 95%;}
  nav ul li{padding: 0 3px;}
  header nav, header .logo, header .left-text, header .right-text{position: static;}
  header .banner{top: 412px;}
  header .left-text, header .right-text{display: block;text-align: center;}
  header .banner{padding: 100px 0;min-height: 0}
  header {
    min-height: auto;
    padding: 10px 0 400px;
  }
  #content article{padding: 0;}
  #services-section dl{width: 43%;max-width: 400px; margin: 20px auto;}
  #testimonials-wrapper {padding-bottom: 10%;}
  .galTitle:before{display: none;}
  .galBox img{width:30%;margin-right: 0!important; margin-left: 0!important;margin-top: 0!important;margin-bottom: 0!important;}
  .btnBox {top: 73px;width: 8%;padding: 21px 11px;}
  footer article:nth-of-type(1) section{width: 30%;padding: 95px 0;}
}

@media screen and (max-width: 800px){
	#hd-wrapper {padding: 0}
	#hd-wrapper .row {width: 100%}
	#hd-wrapper nav {display:block; height: auto;position: absolute;top: 0;left: 0;right: 0}
  	#hd-wrapper nav ul { width: 95%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#hd-wrapper nav ul li { width: 100%;position: relative; }
  	#hd-wrapper nav ul li a { display: block; float:none; padding: 10px 0;}
  	#hd-wrapper nav a {text-align: left; width: 100%;}
	#hd-wrapper nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#hd-wrapper nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#hd-wrapper nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
  #hd-wrapper nav ul li.active-menu a,
  #hd-wrapper nav ul li a:hover {border-color: #8D501A;}
  header {min-height: auto;padding:81px 0 400px;width: 100%;}
  header .banner h2{font-size: 7vw}
  #services-section dl{width: 100%;}
  #services-section dl img{width: 75%;}
  .rvwDesc{margin: 0 10px 10px;}
  #testimonials-section:after{display: none;}
  #gallery-section{padding: 20px 0 37%;}
  .galBox{top: 239px;}
  .galBox img{width: 32%;}
  .btnBox{width: 72px;}
  .gLeft, .gRight{width: 100%;}
  footer article:nth-of-type(1) section{width: 95%;padding: 5% 0;}
  .inSrvLeft, .inSrvRight{width: 85%;float: none; margin: 20px auto;}
  .inSrvBot{width: 85%;margin: 20px auto;}
	.cta{background: #8D501A  url("../images/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #8D501A ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}



/*modification codes*/
#ha_100_revs{display: inline-block;}
#ha_100_revs img{width: 50%;}
