body{
	margin:0;
	/*background-color: #f6f4f1;*/
	background-color: #f0eddf;
	/*#979797;*/
	font: 14px/17px Arial, sans-serif;
	font-family: 'Lato', sans-serif;;

}

#header{
	background-color:#400040;
	/*#3f4246;*/
	width: 100%;
	min-width: 1263px;
	height: 200px;
	/*color:#f9ca7e;*/
	color:#f4a321;
}

#header-main{
	margin: 0 auto;
	width: 1032px;
	height: 130px;
	background-image:url('../img/shades2.png');
	background-repeat: no-repeat;
	/*background-size:contain;*/
}

#nav{
	position: relative;
	top:130px;
	height: 52px;
	background-color: #270027;
	color: #8e008e;
	border: 1px solid #5a005a;
	border-top-color: #0e000e;
	border-left-color: #0e000e;
	border-right: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 48px;
}

#nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#nav > ul > li {
    float: left;
}

#nav > ul > li > a:link, #nav > ul > li > a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    text-transform: capitalize;
}

#nav > ul > li > a:hover, #nav > ul > li > a:active {
    background-color: #0e000e;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#nav > ul > li > a:active {
	color: white;
}

#content{
	width: 1032px;
	margin: 0 auto;
}
@media only screen and (max-width : 1280px){
	#content{
		margin-left: 118px;
	}

}
#content-header{
	background-color:#400040;
	/*3f4246;*/
	width: 100%;
	min-width: 1263px;
	height: 50px;
}

#content-main{
	width: 100%;
	min-height: 400px;
	background-color: #f0eddf;
	position: relative;
	
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.four.joint {
width: 25%;
}
.columns {
float: left;
position: relative;
line-height: 19px;
}
.text-left {
text-align: left;
}
.clear {
content: "";
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display: block;
font-size: 0;
width: 100%;
}

.sc-divider.curved {
background: url('../img/dividers-light.png') no-repeat 0 -150px;
width: 900px;
margin: 0 auto;
}

.sc-divider.curved {
border: 0;
height: 50px;
margin-bottom: 40px;
}

.sc-divider {
content: "";
border-top: 1px solid #d8d8d8;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}

.joint > div {
position: relative;
padding: 20px;
}
.first.joint > div {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}

.joint > div {
position: relative;
padding: 20px;
}

.joint > div, .accordion .panel, .ui-tabs-panel, .wp-pagenavi span, .wp-pagenavi.cat-navi a, .wp-pagenavi.comment-navi a, .wp-pagenavi.post-navi a span {
border: 1px solid #d8d8d8;
color: #46403f;
/*color: #675e52;*/
/*background-color: #fff;*/
/*background-image: -moz-linear-gradient(#fff, #f8f8f8);*/
/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f8f8f8));*/
/*background-image: -webkit-linear-gradient(#fff, #f8f8f8);
background-image: -o-linear-gradient(#fff, #f8f8f8);
background-image: -ms-linear-gradient(#fff, #f8f8f8);
-pie-background: linear-gradient(#fff, #f8f8f8);*/
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.sc-image.shadow-padding {
padding-bottom: 20px;
}

.sc-image.shadow-s {
min-width: 230px;
}

.sc-image.aligncenter {
margin: 0 auto;
text-align: center;
}

.btn {
display: inline-block;
text-align: center;
vertical-align: middle;
transition: all 0.4s ease;
background: #4c443c;
color: #fff;
text-transform: uppercase;
font-size: 10px;
line-height: 25px;
height: 25px;
padding: 0 18px;
margin-top: 9px;
font-weight: bold;
font-family: 'Asap', sans-serif;
text-decoration: none;
}
.btn:hover {
background: #664422;
}
#footer-xt{
	width: 100%;
	background-image:url('../img/fabric2.png');
}
#footer{
	height: 160px;
	width: 1223px;
	margin: 0 auto;
	background:#1e1b1b;
	background-image:url('../img/fabric2.png');
	background-repeat:repeat;
	padding:20px;
	color:#8e008e;
	font-family: 'Arvo',arial,serif,sans-serif;
	padding-bottom:20px;
	
}

#footer-left > ul > li > a{
	color:#979797;
	font-weight:bold;
	font-family: 'Arvo',arial,serif,sans-serif;
	text-decoration: none;
	
}
#footer-left > ul  {
	list-style-type:none;
}
#footer-left{
	width:20%;
	display:inline-block;
	float:left;
}
#footer-left > ul > li{
	padding-bottom: 8px;
}
#footer-right{
	width:30%;
	float:left;
	display:inline-block;
	text-align:right;
}
#footer-right > p > a:visited{
	color:#f9ca7e;
}
#footer-center{
	width:50%;
	float:left;
	display:inline-block;
}
#contact_links{
	width: 60%;
	float: left;
}
#analytics{
	padding-top: 10px;
	width: 40%;
	float: left;
	height:150px;
	overflow:overlay;
	scroll:auto;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.footer-logo{
	padding-right:10px;
	width:120px;
	height:120px;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.col-1-3{
	width: 33.33%;
	float:left;
}
#social-icons{
  padding: 20px 0 20px 0;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  font-size: 1em;
  background: #d8d0ab;
}
#facebook{
	width: 50px;
	height: 52px;
	background: url("../img/facebook.png");
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;/*
	vertical-align: middle;
  	text-align:center;*/
	line-height: 38px;
	min-width: 35px;
  	min-height: 35px;
}
#linkedin{
	width: 50px;
	height: 52px;
	background: url("../img/linkedin.png");
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;
	/*text-align: right;*/
	line-height: 38px;
	min-width: 35px;
  	min-height: 35px;
  	/*vertical-align: middle;
  	text-align:center;*/
}
#twitter{
	width: 50px;
	height: 52px;
	background: url("../img/twitter.png");
	background-size: cover;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 0;
	/*vertical-align: middle;
  	text-align:center;*/
	line-height: 38px;
	min-width: 35px;
  	min-height: 35px;
}
#facebook:hover{
	width: 49px;
	height: 51px;
}
#linkedin:hover{
	width: 49px;
	height: 51px;
}
#twitter:hover{
	width: 49px;
	height: 51px;
}
.contacts{
	
	width: 220px;
	height: 40px;
	line-height: 40px;
	padding: 2px;
	padding-left: 60px;
	margin-bottom: 6px;
	margin-left: 30px;
	color:#f9ca7e;
	
}

#email{
	background: rgba(64,0,64, 0.7) url('../img/email2.png') no-repeat;
	background-size: 44px 44px;
	background-position: left;
}

#phone{
	background: rgba(64,0,64, 0.7) url('../img/phone2.png') no-repeat;
	background-size: 41px 41px;
	background-position: 3px 0px;
}
#fax{
	background: rgba(64,0,64, 0.7) url('../img/fax2.png') no-repeat;
	background-size: 41px 41px;
	background-position: 3px 0px;
}

#email:hover{
	background: rgba(64,0,64, 0.4)url('../img/email2.png') no-repeat;
	background-size: 45px 45px;
	background-position: left;
}

#phone:hover{
	background: rgba(64,0,64, 0.4) url('../img/phone2.png') no-repeat;
	background-size: 42px 42px;
	background-position: 3px 0px;
}
#fax:hover{
	background: rgba(64,0,64, 0.4) url('../img/fax2.png') no-repeat;
	background-size: 42px 42px;
	background-position: 3px 0px;
}

.title{
	background-color: rgba(57, 52, 51, 0.4);
	height:45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;	
	text-align: center;
	color: rgb(57, 52, 51);
}

#about{
	text-align:justify;
	font-size: 16px;
	color:#46403f;
}

#about-image{
	margin: 0 auto;
	width:40%;
}
#contact-info{
	width:500px;
	float:left;
	margin-left:100px;
	color:#675e52;
	padding-top: 90px;
	background-image: url('../img/contact-back.png');
	background-repeat:  no-repeat;
	background-position: 200px 90px;
	background-size: 300px 150px;
}

#contact-form{
	width: 640px;
	height: 608px;
	margin:0 auto;
	background-image: url('../img/contact-form.jpg');
	background-repeat:  no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#form-element{
	position: relative;
	left: 190px;
	top:184px;
}
#form-element2{
	position: relative;
	left: 190px;
	top:205px;
}

input{
	height: 23px;
	width: 285px;
}
#form-element3{
	position: relative;
	left: 160px;
	top:228px;
}
textarea{
	width:315px;
	height: 170px;
	resize: none;
}
#form-element3 > #btn-send > input{
	background-image: url('../img/send.png');
	background-color: transparent;
	width: 58px;
	height: 59px;
	position: relative;
	top:-18px;
	left:132px;
	border:none;
}

#form-element3 > #btn-send > input:hover{
	/*width: 57px;
	height: 58px;*/
	top:-17px;
	left:132px;
	cursor: pointer;
}
#success{
	background-color: #d8ffd8;
	width:200px;
	height: 100px;
	border:solid 1px #c4ffc4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	color: #00b100;
	margin:0 auto;
	text-align: center;
	position: absolute;
	left:410px;
	top:483px;
	padding-top: 20px;
	box-sizing:border-box;
}

.staff-desc{
	padding: 20px;
	width: 500px;
}
.alert-danger{
	color: red;
	padding: 5px;
	background: lightpink;
	margin-left: 10px;
	border:solid 1px pink;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: top;
}