/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
/* General Styles */
body{
	background-color: #fff;
}
body,html,h1,h2,h3,h4,h5,h6,p,a,ul li, ul li a{
	font-family: "Lato", sans-serif !important;
}
h1,
#slides .caption h1{
	font-size: 60px;
	font-weight: 400;
	color: #404041;
	line-height: 66px;
	padding-top: 120px;
}
h1 span,
#slides .caption h1 span{
	font-size: 80px;
	font-weight: 700;
}
h2{
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
}
h2 span{
	font-weight: 700;
}
h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 38px;
}
h4{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
h5{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.generalBtn,
.generalBtn:hover,
.generalBtn:focus{
	text-decoration: none;
	display: inline-block;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	text-align: center;
	height: auto;
}
.generalBtnLarge{
	font-size: 30px;
	line-height: 32px;
	padding: 12px 30px 15px;
	border: 2px solid transparent;
}
.generalBtnSmall,
.generalBtnSmall:hover{
	font-size: 18px;
	line-height: 24px;
	padding: 6px 30px 9px;
	border: 2px solid #679753;
	background-color: #fff;
}
.text-danger .generalBtnSmall,
.text-danger .generalBtnSmall:hover{
	color: #333;
	border: 2px solid #333;;
}
.btnGreen{
	color: #fff !important;
	background-color: #976a4d;
}
.btnGreen:hover,
.btnGreen:active,
.btnGreen:focus{
	background-color: #fff;
	border: 2px solid #976a4d;
	color: #976a4d !important;
}
.btnGray{
	color: #fff !important;
	background-color: #39393a;
}
.btnGray:hover,
.btnGray:active,
.btnGray:focus{
	background-color: #fff;
	border: 2px solid #39393a;
	color: #39393a !important;
}
.scrollup i:hover{
	background-color: #39393a;
}
.textBold{
	font-weight: 700;
}
img{
	border-radius: 0px;
}
/************* General Anatomy and override classes ************/
.newLine{
	display: block !important;
}

/*********************** Form styles **************************/
.formStyle label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #9c9b9b;
	font-weight: normal;
	margin: 0;
}
.formStyle input[type="submit"],
.formStyle input[type="button"],
.formStyle input[type="reset"],
.formStyle button[type="submit"],
.formStyle button[type="reset"] {
	background-color: #fff;
	border: none;
	color: #976a4d;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 600;
	padding: 2px 28px;
	-webkit-border-radius: 0x;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #976a4d;
	text-align: center;
	text-transform: uppercase;
	height: auto;
}
.formStyle input[type="submit"]:hover,
.formStyle input[type="button"]:hover,
.formStyle input[type="reset"]:hover,
.formStyle button[type="submit"]:hover,
.formStyle button[type="reset"]:hover {
	color: #ffffff !important;
	cursor: pointer !important;
	background-color: #976a4d !important;
}
.formStyle input[type="text"],
.formStyle input[type="email"],
.formStyle input[type="number"],
.formStyle input[type="tel"],
.formStyle input[type="password"],
.formStyle textarea,
.formStyle select {
	background-color: #ffffff;
	border: none;
	padding: 12px 10px;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #999999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-style: italic;
}
.formStyle textarea {
	resize: none;
	min-height: 189px;
}
/* all */
::-webkit-input-placeholder { color:#cccbcb; }
::-moz-placeholder { color:#cccbcb; } /* firefox 19+ */
:-ms-input-placeholder { color:#cccbcb; } /* ie */
input:-moz-placeholder { color:#cccbcb; }

/************** Section specific styles ********************/

/* Navigation area */
.navbar-default{
	height: 105px;
	padding: 14px 0 11px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus{
	color: #404041;
	font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.active > a:hover{
	color: #976a4d;
	border: 1px solid #976a4d;
}
#logo{
	margin-top: 10px;
}
.navbar-default .navbar-toggle{
	border-color: #404041;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	border-color: #976a4d;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	color: #976a4d;
	
}
.navbar-toggle{
	color: #404041;
}

/**************** Hero *********************/
.heroOverlay{
	display: none;
}
.slides-navigation{
	display: none;
}

/* Our message */
.ourMessageWide{
	background-color: #976a4d;
	padding: 52px 0 19px;
}
.ourMessageWide h2{
	color: #404041;
	margin-top: 0px;
}
.ourMessageWide p{
	color: #fff;
}
.messageImgWrap img{
	padding-top: 15px;
}

/* CatchPhrase */
.catchPhraseWide{
	background-color: #976a4d;
	padding: 102px 0 98px;
}
.catchPhraseWide h2{
	margin: 0 0;
}
.catchPhraseWide h2,
.catchPhraseWide h2 span{
	font-size: 39px;
	line-height: 47px;
	color: #fff;
}
.catchPhraseCTA{
	text-align: right;
}


/*********** question Answers **************/
.questionAnswersWide{
	background-color: #eeeeee;
	padding: 20px 0 70px;
}
.questionAnswersWide h2{
	margin-bottom: 55px;
}
.questionAnswersWide h2,
.questionAnswersWide h3{
	color: #976a4d;
}
.questionAnswersWide p{
	color: #404041;
}
.questionImage img{
	border: 2px solid #976a4d;
}

/********* Team *********/
.teamWide{
	padding: 20px 0 96px;
}
.teamWide h2{
	color: #976a4d;
}
.teamWide p{
	color: #353535;
}
.memberImage {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.memberImage img{
	display: inline-block;
}
.memberDetails{
	background-color: #976a4d;
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 65px;
}
.memberDetails p{
	font-size: 21px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}
.memberDetails p span{
	font-weight: 400 !important;
	color: #353535 !important;
}

/******* top footer *********/
.topFooterWide{
	background-color: #976a4d;
	color: #fff;
	padding: 48px 0 20px;
}
.topFooterWide p,
.topFooterWide p a,
.topFooterWide a,
.bottomFooter p,
.bottomFooter p a,
.bottomFooter a{
	color: #fff;
}
.topFooterWide p a:hover,
.topFooterWide p a:active{
	color: #414042;
}
.topFooterWide h4{
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.topFooterWide h4:after{
	position: absolute;
	content: "";
	width: 74px;
	height: 3px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}
.footerTel{
	font-size: 30px;
	font-weight: 700;
}

/* bottom footer */
.bottomFooterWide{
	background-color: #414042;
	padding: 50px 0;
}
.bottomFooter{
	position: relative;
}
.bottomFooter p.copy{
	margin-bottom: 0;
}
.bottomFooter p a:hover{
	text-decoration: underline;
}
.zedLogo{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -39px;
}

/********** Contact and Map *************/
.contactAndMapWide{
	background-color: #e0dede;
	padding-bottom: 0;
}
.contactAndMapWide h2{
	color: #976a4d;
	margin-bottom: 10px;
	margin-top: 62px;
}
.contactAndMapWide p{
	font-size: 18px;
	font-weight: 400;
	color: #414042;
	margin-bottom: 60px;
}
.contactAndMapWide h5{
	margin-bottom: 38px;
	color: #414042;
}
.contact{
	width: 570px;
	float: right;
}
#map-canvas{
	min-height: 748px;
	position: relative;
}
#map-canvas:before{
	position: absolute;
	content: "";
	left: -2px;
	top: 0;
	width: 146px;
	height: 748px;
	background-image: url(../img/map-before-object.png);
	background-repeat: no-repeat;
	z-index: 5;
}
#map-canvas p{
	font-size: 16px;
	margin: 5px 0 8px;
}
.required-field{
	color: #000 !important;
}
/************** Testimonials *****************/
.testimonialWide{
	background-image: url(../img/testimonial-bg.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;	
	padding: 100px 0;
	background-attachment: fixed;
}
.testimonialHeader{
	float: right;
}
.testimonialWide h2{
	text-align: left;
	color: #976a4d;
}
.testimonialWide .carousel-control.right,
.testimonialWide .carousel-control.left{
	background-image: none;
}
.testimonialWide p{
	color: #fff;
	line-height: 32px;
	padding: 0 15px;
}
.testimonialText{
	min-height: 500px;
}
p.words{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 36px;
}
p.words span{
	font-size: 30px;
}
p.author{
	font-size: 18px;
	font-weight: 700;
}
.testimonial{
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
	text-indent: -9999px;
	width: 22px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}
.glyphicon.glyphicon-chevron-left {
    left: 0;
    top: 20px;
	background-image: url(../img/prev.png);
}
.glyphicon.glyphicon-chevron-right {
    right: 0;
    top: 77%;
	background-image: url(../img/next.png);
}


/******************* Services ****************/
.servicesWide{
	background-color: #f1f1f1;
	color: #404041;
	padding: 34px 0 51px;
}
.servicesWide h2{
	color: #976a4d;
}
.servicesWide .greenList li,
.servicesWide .greenList li a{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.greenList {
    padding: 0 10px;
	color: #976a4d;
}
.greenList span{
	color: #404041;
}
.panel-group .panel-heading{
	background-color: #f1f1f1 /*58ced0*/;
	border: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#accordion .panel a.selected .panel-heading{
	border-bottom: 1px solid #976a4d;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.panel-title::after{
	color: #976a4d;
}
.panel-group .panel-heading h5{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #404041;
}
#accordion .panel a.selected .panel-heading{
	background-color: #976a4d;
	color: #fff;
}
#accordion .panel a.selected .panel-heading .panel-title::after{
	color: #fff;
}
.listHeader{
	color: #404041;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 18px;
}
.panel{
	background-color: transparent;
}
.panel-body{
	border-top: none;
}
.panel-body ul li{
	margin-bottom: 28px;
}
.panel-body ul.smallMargin li{
	margin-bottom: 5px !important;
}
.serviceImgWrap{
	text-align: center;
}

.serviceImg{
	display: none;	
}
.shown{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/********** Thumbnail wrap and main video ***********/
.videoWide{
	background-color: #000;
}
.thumbnailWrap{
	cursor: pointer;
}
/*.thumbnailWrap,
.mainVideo{
	height: 660px;
}*/
p.message{
	margin-bottom: 15px;
	padding: 10px 10px;
}
.messageWide{
	z-index: 5;
}
.messageWide p{
	margin-top: 120px;
}

/* static sliders */
.mobileBanner{
	background-image: url(../img/hero-bg2.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 120px 0;
	position: relative;
	display: none;
}
h1.mobileCaption{
	font-size: 28px;
    line-height: 35px;
	color: #fff;
}
h1.mobileCaption span{
	font-size: 36px;
}
.staticParallax{
	opacity: 1 !important;	
}	

::selection {
  background: #976a4d; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #976a4d; /* Gecko Browsers */
  color: #fff;
}

.phoneItem{
    font-size: 24px !important;
    position: relative;
    top: -3px;
}
