@font-face {
	font-family: 'CenturyGothic';
	src: url('/fonts/CenturyGothic.eot');
	src: url('/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CenturyGothic.svg#Century Gothic') format('svg'),
		 url('/fonts/CenturyGothic.woff') format('woff'),
		 url('/fonts/CenturyGothic.ttf') format('truetype');
}
@font-face {
	font-family: 'CenturyGothicIt';
	src: url('/fonts/CenturyGothicIt.eot');
	src: url('/fonts/CenturyGothicIt.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/CenturyGothicIt.svg#Century Gothic') format('svg'),
		 url('/fonts/CenturyGothicIt.woff') format('woff'),
		 url('/fonts/CenturyGothicIt.ttf') format('truetype');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('/fonts/CenturyGothicBold.eot');
    src: url('/fonts/CenturyGothicBold.eot') format('embedded-opentype'),
         url('/fonts/CenturyGothicBold.woff2') format('woff2'),
         url('/fonts/CenturyGothicBold.woff') format('woff'),
         url('/fonts/CenturyGothicBold.ttf') format('truetype'),
         url('/fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBoldItalic';
    src: url('/fonts/CenturyGothicBoldItalic.eot');
    src: url('/fonts/CenturyGothicBoldItalic.eot') format('embedded-opentype'),
         url('/fonts/CenturyGothicBoldItalic.woff2') format('woff2'),
         url('/fonts/CenturyGothicBoldItalic.woff') format('woff'),
         url('/fonts/CenturyGothicBoldItalic.ttf') format('truetype'),
         url('/fonts/CenturyGothicBoldItalic.svg#CenturyGothicBoldItalic') format('svg');
}

body{
	background:url(/img/bg.jpg) no-repeat center 0;
	background-attachment:fixed;
	font-family: 'CenturyGothic', sans-serif;
	font-size:16px;
	color:#fff;
	min-width:1200px;
}
a{
	color:#b3b3b3;
}
a:hover{
	text-decoration:none;
}
strong{
	font-family: 'CenturyGothicBold', sans-serif;
	font-weight:normal;
}
em{
	font-family: 'CenturyGothicIt', sans-serif;
	font-style:normal;
}
em strong{
	font-family: 'CenturyGothicBoldItalic', sans-serif;
}
h1, h2, h3, h4{
	color:#fff;
	font-family: 'CenturyGothicBold';
}
h1{
	font-size:27px;
	font-family: 'CenturyGothic', sans-serif;
	border-bottom:#fff 1px solid;
	padding:0 0 6px;
	margin:0 0 15px;
}
h3{
	font-size:16px;
	margin:0 0 24px;
}
.wrapper{
	overflow:hidden;
}
.wrap{
	width:1200px;
	margin:0 auto;
	position:relative;
}

/*popup*/
.overlay{
	position:fixed;
	width:100%;
	height:100%;
	background:url(/img/popup-overlay.png);
	z-index:999;
	top:0;
	left:0;
	display:none;
}
.popup{
	width:324px;
	height:335px;
	background:url(/img/bg-popup.png);
	top:133px;
	right:285px;
	position:absolute;
	z-index:999;
	display:none;
}
.popup .close, div.pp_default .pp_close{
	position:absolute;
	width:10px;
	height:11px;
	background:url(/img/close-btn.png);
	top:10px;
	right:10px;
}
.popup .close:hover{
	background-position:0 -11px;
}
.popup form{
	padding:15px 11px 0;
}
.popup .title{
	font-family: 'CenturyGothicBold', sans-serif;
	border-bottom:#fff 1px solid;
	padding:0 0 8px;
	margin:0 0 10px;
}
label{
	display:block;
	margin:0 0 3px;
}
hr{
	height:0;
	border-bottom:#fff 1px solid;
    clear: both;
}
input[type="text"], textarea{
	width:290px;
	height:31px;
	padding:0 6px;
	border:#999 1px solid;
	background:#fff;
	color:#454545;
	font-size:16px;
	font-family: 'CenturyGothicBold', sans-serif;
	line-height:normal;
	margin:0 0 10px;
	resize:none;
}
textarea{
	padding:4px 6px;
	height:70px;
}
input[type="submit"]{
	width:101px;
	height:27px;
	font-size:13px;
	color:#fff;
	background:#b2b2b2;
	cursor:pointer;
	margin:3px 0 10px;
}
input[type="text"]:focus, textarea:focus{
	box-shadow:inset 0 0 6px rgba(0,0,0,.5);
}
input[type="submit"]:hover{
	background:#888;
}

/*header*/
.header .wrap{
	height:174px;
	background:url(/img/bg-header.png);
}
.logo img{
	display:block;
}
.header .logo{
	float:left;
	border:#b3b3b3 4px solid;
	margin:31px 0 0 10px;
}
.right-block{
	float:right;
	width:861px;
	height:120px;
	margin:32px 10px 0 0;
	background:url(/img/black-overlay.png);
	color:#b3b3b3;
}
.slogan{
	font-size:26px;
	font-family: 'CenturyGothicBold', sans-serif;
	float:left;
	text-align:center;
	line-height:31px;
	text-shadow:0 2px 4px rgba(0,0,0,.6);
	position:relative;
	margin:30px 0 0 42px;
}
.header .address{
	float:right;
	width:275px;
	font-size:14px;
	line-height:20px;
	margin:6px 0 0;
}
.header .address p{
	margin:0 0 5px;
}
.header .address a{
	font-family: 'CenturyGothicBold', sans-serif;
}
.petra-btn{
	display:inline-block;
	vertical-align:middle;
	min-width:140px;
	height:29px;
	line-height:28px;
	background:#454545;
	font-family: 'CenturyGothicBold', sans-serif;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border:#b3b3b3 2px solid;
	text-shadow:0 1px 3px rgba(0,0,0,.6);
	box-shadow:inset 0 1px 4px rgba(0,0,0,.2), inset 0 -1px 4px rgba(0,0,0,.2), inset 1px 0 4px rgba(0,0,0,.2), inset -1px 0 4px rgba(0,0,0,.2);
}
.petra-btn:hover{
	background:#555;
}
.header .petra-btn{
	margin:0 24px 0 0;
}

/*l-sidebar*/
.l-sidebar{
	width:330px;
	float:left;
	background:url(/img/black-overlay.png);
	position:relative;
}
.l-sidebar .left-menu{
	margin:0 0 0 1px;
}
.l-sidebar .left-menu li{
	border-bottom:#fff 1px solid;
}
.l-sidebar .left-menu a{
	font-size:20px;
	text-transform:uppercase;
	font-family: 'CenturyGothicBold', sans-serif;
	text-decoration:none;
	height:46px;
	line-height:46px;
	display:block;
	padding:0 0 0 21px;
}
.l-sidebar .left-menu li:hover > a{
	color:#fff;
}
.l-sidebar .sub{
	height:100%;
	top:0;
	left:330px;
	padding:0 0 0 10px;
	position:absolute;
	overflow:hidden;
	width:0;
}
.l-sidebar .sub > div{
	position:absolute;
	width:164px;
	height:100%;
	background:url(/img/black-overlay.png);
	top:0;
	left:10px;
}
.l-sidebar .sub ul{
	padding:11px 0 0;
}
.l-sidebar .sub li{
	font-size:17px;
	margin:0 0 20px 10px;
	border:none;
	min-width:164px;
}
.l-sidebar .sub a{
	font-size:17px;
	height:auto;
	border:none;
	text-transform:none;
	line-height:20px;
	padding:0;
}
/*---mini-footer---*/
.mini-footer{
	position:absolute;
	bottom:19px;
	left:8px;
	font-size:12px;
	color:#8d8d8d;
}
.mini-footer img{
	margin:0 0 4px 2px;
}
.dev a{
	font-family: 'CenturyGothicBold', sans-serif;
}
.cpr{
	margin:0 0 6px;
}

/*content*/
.content{
	width:861px;
	float:right;
	background:url(/img/black-overlay.png);
	color:#b3b3b3;
}
.content > div{
	padding:30px 19px 16px;
}
.quote{
	border-top:#fff 1px solid;
	text-align:right;
	line-height:21px;
	padding:2px 0 0;
}
.text p{
	line-height:21px;
	margin:0 0 21px;
	color:#fffefe;
}
.sign{
	text-align:right;
	line-height:21px;
	padding:0 0 15px;
}
.banner{
	text-align:center;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:10px 0;
}
.br-cr{
	margin:-16px 0 7px;
}
.br-cr li{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
}
.br-cr a{
	font-family: 'CenturyGothicBold', sans-serif;
}
.pagination{
	margin:0 0 10px;
}
.pagination.bottom{
	margin:-13px 0 15px;
}
.pagination li{
	display:inline-block;
	vertical-align:top;
	margin:0 1px 0 0;
}
.pagination a{
	display:block;
	width:25px;
	height:25px;
	border:#b2b2b2 1px solid;
	color:#fff;
	line-height:26px;
	text-decoration:none;
	text-align:center;
	font-family: 'CenturyGothicBold', sans-serif;
}
.pagination a:hover, .pagination .active{
	background:#b2b2b2;
	color:#000;
}
.pagination .prev, .pagination .next{
	width:50px;
}
.text-justify{
	text-align:justify;
}
.text-justify > li{
	display:inline-block;
	vertical-align:top;
}
.text-justify:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.gallery li{
	width:200px;
	margin:0 0 15px;
}
.gallery div{
	border:#fff 1px solid;
	padding:1px;
	margin:0 0 2px;
}
.gallery img{
	display:block;
}
.gallery p{
	font-size:12px;
	line-height:10px;
}
.brd-block{
	border-bottom:#fff 1px solid;
	border-top:#fff 1px solid;
	padding:15px 0 0;
}
.brd-block.top{
	border-bottom:none;
}
.brd-block p{
	margin:0 0 14px;
}
.contact form {
    float: left;
    width: 304px;
}
.contact .address {
    line-height: 21px;
    margin: 0 0 32px;
}
.contact h3 {
    margin: 0 0 8px;
}
.map {
	height: 374px;
	float: right;
	padding: 1px;
	border: #fff 1px solid;
}


/*pretty*/
div.pp_overlay{
	background:url(/img/popup-overlay.png);
	opacity:1 !important;
}
div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right{
	background:none;
}
.pp_wrapper{
	display:inline-block;
	background:url(/img/bg-popup.png);
	padding:8px 0 0;
}
div.pp_default .pp_content_container .pp_right{
	padding-right: 16px;
}
div.pp_default .pp_content_container .pp_left {
	padding-left: 16px;
}
div.pp_default .pp_content, div.light_rounded .pp_content{
	background:none;
	margin:0 0 -12px;
}
#pp_full_res img{
	display:block;
}
#pp_full_res .brd{
	border:#b3b3b3 1px solid;
	padding:2px;
	margin:0 -3px 0 -3px;
}
div.ppt{
	font-size:14px;
	margin-bottom:11px;
}


input.name2 {width:0; height:0; border:0; }


.err-text{
	color: red;
	font-size: 12px;
}
.callback-form-bottom p{
	display: inline-block;
	color: #ff0000;
	vertical-align: middle;
	font-size: 12px;
}
.callback-form-bottom p.done{
	color: #00FA9A;
}
.g-recaptcha{
	
}
.captcha-err{
	display: block;
	color: #ff0000;
	font-size: 12px;
	margin: 10px 0 10px;
}