*,*:after,*:before{
	box-sizing:border-box;	
	-moz-box-sizing:border-box;	
	-webkit-box-sizing:border-box;	
}
@font-face {
    font-family: 'goudy_old_stylebold';
    src: url('../fonts/goudy_old_style_bold-webfont.eot');
    src: url('../fonts/goudy_old_style_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudy_old_style_bold-webfont.woff2') format('woff2'),
         url('../fonts/goudy_old_style_bold-webfont.woff') format('woff'),
         url('../fonts/goudy_old_style_bold-webfont.ttf') format('truetype'),
         url('../fonts/goudy_old_style_bold-webfont.svg#goudy_old_stylebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'goudy-old-styleoldstylenormal';
    src: url('../fonts/goudyo-webfont.eot');
    src: url('../fonts/goudyo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudyo-webfont.woff2') format('woff2'),
         url('../fonts/goudyo-webfont.woff') format('woff'),
         url('../fonts/goudyo-webfont.ttf') format('truetype'),
         url('../fonts/goudyo-webfont.svg#goudy-old-styleoldstylenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-regular-webfont.eot');
    src: url('../fonts/cinzel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cinzel-regular-webfont.woff2') format('woff2'),
         url('../fonts/cinzel-regular-webfont.woff') format('woff'),
         url('../fonts/cinzel-regular-webfont.ttf') format('truetype'),
         url('../fonts/cinzel-regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'goudy_old_styleregular';
    src: url('../fonts/goudy-old-style-regular-webfont.eot');
    src: url('../fonts/goudy-old-style-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudy-old-style-regular-webfont.woff2') format('woff2'),
         url('../fonts/goudy-old-style-regular-webfont.woff') format('woff'),
         url('../fonts/goudy-old-style-regular-webfont.ttf') format('truetype'),
         url('../fonts/goudy-old-style-regular-webfont.svg#goudy_old_styleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.cls{
	clear:both;	
}
a{
	color:#626366;	
}
p{
	padding-bottom:10px;	
}
h1{
	font-size:17px;
	color:#626366;
    font-family: 'cinzelregular';
	text-transform:uppercase;
	margin-bottom:20px;	
}
body{
	color:#1c1614;
	font-size:14px;	
    font-family: 'goudy_old_styleregular';
	line-height:120%;
	background:#98918f;
}
.mainWrapper{
	width:100%;
	height:auto;
	text-align:center;	
}
.wrapper{
	width:990px;
	text-align:left;
	margin:0px auto;	
	height:auto;
	background:#fff;
	padding:20px 26px 0px 26px;
}
.header{
	float:left;
	width:100%;
	height:auto;	
	margin-bottom:16px;
}
.logo{
	float:left;	
	padding-top:13px;
}
.topLinks{
	float:right;	
	font-size:19px;
	line-height:1;
	text-align:right;
}
.topLinks a, .topLinks span{
	display:block;
	margin-bottom:4px;
}
.topLinks span{
    font-family: 'cinzelregular';
}
.mainNav{
	float:right;	
	font-size:16px;/*from 19px to 16px*/
    font-family: 'cinzelregular';
}
.mainNav ul{
	float:left;
	width:100%;
	text-align:right;
}
.mainNav ul li{
	float:left;
}
.mainNav ul li a{
	float:left;
	padding:12px 16px;/*from 28px to 16px*/
	line-height:1.2;
	background:#58585b;
	text-transform:uppercase;
	color:#fff;
}
.mainNav ul li.active a, .mainNav ul li:hover a{
	background:#a7a9ab;
	color:#1c1614;
}
.content ul{
	list-style-type:inherit;
	padding-left:20px;	
}
.content ul li{
	padding-bottom:10px;
}
.content strong{
    font-family: 'goudy_old_stylebold';
	font-weight:600;
}
.superbox-title{
	font-size:17px;
	color:#fff;
    font-family: 'cinzelregular';
	/*text-transform:uppercase;*/
	margin:10px;	
}
.slider{
	width:100%;
	float:left;	
	margin-bottom:30px;
}
.footer{
	border-top:1px solid #1c1614;	
	width:100%;
	float:left;	
	margin-top:10px;
	padding:20px 0px;
	font-size:14px;
	color:#626366;
    font-family: 'cinzelregular';
}
.footerNav, .footerNav ul{
	float:left;
	width:100%;
}
.footerNav ul li{
	float:left;
	list-style: none;
}
.footerNav ul li a{
	float:left;
	padding:0px 20px;
	line-height:1.2;
	text-transform:uppercase;
	color:#fff;
	color:#626366;
	border-left:1px solid #626366;
}
.footerNav ul li:first-child a{
	padding-left:0px;
	border-left:0px solid #626366;
}

#contactForm {
	float: left;
	width: 600px;
}
#contactForm ul{
	list-style:none;
	padding:0px;	
}
#contactForm ul li {
	float: left;
	width: 100%;
	padding: 10px 0px;
	position: relative;
}
#contactForm ul li label {
	float: left;
	width: 160px;
	color: #303030;
}
.alerterror {
	color: #FF0000;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

#contactForm ul li input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #B2B2B2;
	color: #979797;
	float: left;
	font-size: 14px;
	padding: 8px 10px 10px;
	width: 380px;
}
#contactForm ul li textarea {
	background: #FFFFFF;
	border: 1px solid #B2B2B2;
	color: #979797;
	float: left;
	font-size: 14px;
	height: 120px;
	max-height: 120px;
	max-width: 380px;
	overflow: auto;
	padding: 8px 10px 10px;
	resize: none;
	width: 380px;
}
.verificationCode {
	background: #ffffff;
	border: solid 1px #B2B2B2;
	padding: 11px;
	width: 131px;
	color: #666;
	float: left;
}
#contactForm ul li input[type="text"]#txtwcaptcha {
	padding: 10px;
	width: 229px;
	margin: 0px 0 5px 20px;
	float: left;
}
#contactForm ul li label.error {
	position: absolute;
	top: -6px;
	right: 60px;
	color: #B50007;
	width: 400px;
	font-size: 11px;
	text-align: right;
	display: none;
}
#contactForm input.error, textarea.error {
	color: #B50007 !important;
	border: 1px solid #B50007 !important;
}
ul.form input[type='button'], input[type='reset'], input[type='submit'] {
	color: #fff;
	font-size: 13px;
    font-family: 'goudy_old_styleregular';	
	text-transform: uppercase;
	height: 38px;
	padding: 0 15px;
	background: #58585b;
	border: none;
	margin: 7px 10px 0 0;
	text-align: center;
	cursor:pointer;
}
ul.form input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
	color: #58585b;
	background: #a7a9ab;
}
.slicknav_menu {
	display:none;
}
.superbox-O{
	background:#333;	
}
.superbox-O img{
	opacity:0.2;	
}
.col-sm-12
{
    width:70%;    
    float:left;
}
.col-sm-4
{
    width:30%;    
    float:left;
}
.rightbr
{
    border-right:1px solid #c6c6c6;
    }
@media (max-width:992px){
	img{
		max-width:100%;	
	}
	.wrapper{
		width:768px;
		padding:15px 15px 0px 15px;
	}
	.mainNav ul li a{
		padding:10px 20px 10px 25px;	
	}
}
@media (max-width:767px){
	.mainNav {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.wrapper{
		width:640px;
	}
	.footerNav ul li a{
		padding:0px 15px;	
	}
}
@media (max-width:639px){
	.wrapper{
		width:100%;
		
	}
	.footerNav ul li{
		width:100%;	
		display: none;
	}
	.footerNav ul li a, .footerNav ul li:first-child a{
		display:block;
		border-left:none;
		padding:8px 0px;
	}
	#contactForm, #contactForm ul li label.inputLabel, #contactForm ul li label:first-child,
	#contactForm ul li input[type="text"], #contactForm ul li textarea{
		width:100%;
		max-width:100%;
	}
	input.active{
		clear:both;	
			
	}
	#contactForm ul li label.error {
		right:0px;
		top:9px;
	}
}
@media (max-width:479px){
	.logo{
		width:100%;
		text-align:center;
		margin-bottom:15px;	
	}
	.topLinks{
		width:100%;
		text-align:center;
	}
	#contactForm ul li input#txtwcaptcha[type="text"]{
		width:118px;	
	}
}
.col-sm-6 {
    width: 45%;
    
    float: left;
}