@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow.eot');
    src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow-Bold.eot');
    src: url('../fonts/ArialNarrow-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-spacing: 0;
}
td, td img {
	vertical-align: top;		
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 	
	height: 30px;	
	border-radius: 4px 4px;		
	border: 1px #cccccc solid;
	padding-left: 5px;
	font-family: "Arial Narrow", Arial, sans-serif;
  	font-stretch: ultra-condensed;
  	font-size: 13px;
}
input[type="text"]:focus,input[type="text"]:hover{
	border-color:#ffa509;
	border: 1px solid #ffa509;
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/

body {
	line-height: 1;
	color: #000;
	text-align: left;
	font: 12px "Arial-Narrow", sans-serif;
	background: #fff;
}

input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b1b1b1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b1b1b1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b1b1b1;
}

ul, ol {
	list-style: none;
}

/* --------------- /Базовые настройки ---------*/

button::-moz-focus-inner {
	padding: 0px; 
	border-width: 0px;
}

h1, .h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	padding-top: 25px;
	font-weight: normal;
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow:0px 1px 2px #000;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 16px;
}	
	
h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 14px;
}	
	
h4 {
	font-family: "Arial Narrow", Arial, sans-serif;
  	text-align: center;
  	font-weight: normal;
  	padding-top: 45px;
  	font-size: 13px;
	
}	
.title{
	position: relative;
	background: url(../images/title.png) bottom center no-repeat;
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.title:after{
	border-bottom: 1px #bcc1c5 dashed;
	position: absolute;
	width: 98px;
	bottom: 10px;
	left:37%;
	content: '';
}
.title:before{
	border-bottom: 1px #bcc1c5 dashed;
	position: absolute;
	width: 98px;
	bottom: 10px;
	right:37%;
	content: '';
}

img {
	border: 0;
	max-width: 100%;
}	

* {
	outline: none;
}

a {text-decoration: none;color: #cccccc;}

a:hover {text-decoration: underline;}	
:focus        {outline:0;}

.button{
	position: relative;
	border: 0;
	background: url(../images/button.png) 0 0 no-repeat;
	padding: 13px 17px 13px 16px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	z-index: 1000;
}
.button:hover, .button:focus{
	background-position: 0 100%;
}
.button-bg{
	position: relative;
	text-align: center;
}
.button-bg:before{
	background: url(../images/button-before.png) 0 0 no-repeat;
	position:absolute;
	width: 112px;
	height: 55px;
	top:-10%;
	left: 50%;
	margin-left: -56px;
	content: '';

}
.main {
	width: 100%;
	min-width: 320px;
	position:relative;
	overflow: hidden;
}

.center {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 25px;
	position: relative;
}

#header {
	width: 100%;
	height: 115px;
	position: relative;
	background:url(../images/header-bg.png) top center no-repeat;
}
.header-call{
	float:left;
	margin-top: 28px;
}
.button-call{
	background:url(../images/button-call.png) 0 0 no-repeat;
	width: 117px;
	height: 24px;
	position: relative;
	display: inline-block;
	padding: 14px 16px;
	font-family: "Arial Narrow", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color:#fff !important;
	text-decoration: underline;
	text-decoration-style:dotted;
	 -moz-text-decoration-style:dotted;
	 text-shadow:0px 1px 1px #000;
	 text-align: left;
}
.button-call:hover{
	text-decoration: underline;
	text-decoration-style:dotted;
	-moz-text-decoration-style:dotted;
	background-position: 0 100%;
}
.button-call:before{
	background: url(../images/button-shadow.png) 0 0 no-repeat;
	width: 151px;
	height: 4px;
	position: absolute;
	display: block;
	bottom: -1px;
	left:-7px;
	content: '';

}
.logo{
	position: absolute;
	left:50%;
	top:30px;
	margin-left: -124px;
	z-index: 1000;
}
.logo a{
	display: block;
}
.header-contacts{
	background: url(../images/contacts.png) 0 5px no-repeat;
	float:right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color:#353535;
	text-align: right;
	padding-left: 40px;
	margin-top: 25px;
}
.header-contacts p span{
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}
.header-addres{
	font-family: "Arial Narrow", Arial, sans-serif;
  	font-weight: normal;
  	font-size: 13px;
  	color:#353535;
}
#content {
	width: 100%;
	min-height: 400px;
}	
.special{
	position: relative;
	display: inline-block;
	width: 100%;
	background: url(../images/special-bg.png) top center no-repeat;
}
.special-text{
	text-align: right;
	width: 420px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.special-text p{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 42px;
	color:#353535;
	line-height: 40px;
}
.special-text span{
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
}
.special-text:before{
	background: url(../images/apple.png) 0 0 no-repeat;
	position: absolute;
	top:120px;
	right: -100px;
	height:302px;
	width: 392px;
	z-index: 1000;
	content: '';
}
.special-form-bg{
	position: relative;
	background: url(../images/table.png) 0 0 no-repeat;
	width: 432px;
	height: 334px;
	margin-bottom: 103px;
	display: inline-block;
}
.zx54 .special-form-bg{
	position: absolute;
	background: url(../images/table.png) 0 0 no-repeat;
	width: 432px;
	height: 334px;
	margin-bottom: 103px;
	display: inline-block;
}
.special-form{
	background: #fff;
	margin: 15px 17px 15px 15px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 24px;
}
.special-form:before{
	background:url(../images/form-shadow.png) 0 0 no-repeat;
	position: absolute;
	width: 400px;
	height: 9px;
	bottom: 28px;
	left: 15px;
	content: '';
}
.special-form-title{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color:#828282;
	padding: 0px 110px;
	margin-bottom: 16px;
}
.name label{
	background: url(../images/name.png) 0 0px no-repeat;
	display:inline-block;
	height: 22px;
	width: 30px;
	vertical-align: middle;
	margin-bottom: 5px;
}
.name{
	height: 32px;
	display: block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.name input{
	margin-left:8px;
	line-height: 20px;
	width: 260px;
}
.name:hover label{
	background-position: 0 100%;
}
.call label{
	background: url(../images/call.png) 3px 0px no-repeat;
	display:inline-block;
	height: 23px;
	width: 30px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.call{
	height: 32px;
	display: block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.call input{
	margin-left:8px;
	line-height: 20px;
	width: 260px;
}
.call:hover label{
	background-position: 3px 100%;
}
.mail label{
	background: url(../images/mail.png) 3px 0px no-repeat;
	display:inline-block;
	height: 23px;
	width: 30px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.mail{
	height: 32px;
	display: block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.mail input{
	margin-left:8px;
	line-height: 20px;
	width: 260px;
}
.mail:hover label{
	background-position: 3px 100%;
}
.recomendation{
	position: relative;
	width: 100%;
	background:url(../images/rec-bg.png) repeat-x;
}
.recomendation:before{
	background: url(../images/rec-shadow.png) 0 0 no-repeat;
	width: 1919px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left:1px;
	z-index: 100;
	content: '';
}
.rec-list{
	width: 100%;
	text-align: center;
	padding-top:20px;
	padding-bottom: 23px;
}
.rec-list li{
	display: inline-block;
	text-align: center;
	width: 170px;
	margin-right: 85px;
}
.rec-list li:last-child{
	margin-right: 0px;
}
.rec-block{
	text-align: center;
	position: relative;
	width: 100%;
}
.rec-list li:last-child .elipse{
	padding: 18px 10px;
}
.rec-list li:last-child .elipse span{
	font-size: 11px;

}
.elipse{
	border: 3px #fff solid;
	padding: 15px 20px;
	border-radius: 120px 120px;
	text-align: center;
	box-shadow: 0px 0px 2px 0px #000;
	margin-bottom: 10px;
	display: inline-block;
}
.elipse p{
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color:#fff;
	line-height: 20px;
}
.elipse span{
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color:#fff;
}
.rec-text{
	font-family: "Arial Narrow", Arial, sans-serif;
}
.rec-text p{
	font-weight: bold;
	font-size: 16px;
	color:#fff;
}
.rec-text span{
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color:#aea9a9;
}
.products{
	width: 100%;
	position: relative;
	background: url(../images/product-list-bg.png) top center no-repeat;
	height:476px;
}
.products-title{
	width: 100%;
	position: relative;
	background: url(../images/title-bg.png) top center no-repeat;
	height: 84px;
	margin-bottom: 40px;
}
.product-list{
	margin-top: 60px;
	margin-left: 25px;
}
.product-list li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
}
.product-text{
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	text-shadow:0px 0px 3px #000;
	position: absolute;
	top:2px;
	right: 15px;
}
.grushi .product-text{
	right:18px;
}
.pomidori .product-text{
	right:5px;
}
.perec .product-text{
	right:18px;
}
.kapusta1 .product-text{
	font-size: 13px;
	width: 72px;
	text-align: center;
	line-height: 9px;
	top:3px;
	right: 5px;
}
.kapusta2 .product-text{
	font-size: 13px;
	width: 72px;
	text-align: center;
	line-height: 9px;
	top:3px;
	right: 5px;
}
.sliva .product-text{
	right: 18px;
}
li.sliva{
	margin-right: 0;
}
li.golubika{
	margin-right: 0;
}
.golubika .product-text{
	right: 10px;
}
.choise-title{
	width: 100%;
	position: relative;
	background: url(../images/choise-title.png) top center no-repeat;
	text-align: center;
}
.choise-title h1{
	color:#746044;
	opacity: 0.8;
	text-shadow:none;
	margin-bottom: 10px;
}
.choise-title h1.title{
	background: url(../images/title-2.png) bottom center no-repeat;
}
.choise-title h1.title:before{
	border-color:#2c2119;
	right: 38%;
}
.choise-title h1.title:after{
	border-color:#2c2119;
	left: 38%;
}
.choise-title p{
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	color:#746044;
	padding-bottom: 33px;
}
.choise-title:before{
	background: url(../images/choise-shadow.png) 0 0 no-repeat;
	position: absolute;
	width: 1920px;
	height: 10px;
	bottom: -10px;
	left: 0;
	z-index: 100;
	content: '';
}
.choise{
	width: 100%;
	position: relative;
	background: url(../images/choise-bg.png) top center no-repeat;
}
.choise:before{
	background: url(../images/rec-shadow.png) 0 0 no-repeat;
	width: 1919px;
	height: 10px;
	position: absolute;
	bottom: -9px;
	left: -1px;
	z-index: 99;
	content: '';
}
.choise-list{
	padding-top: 45px;
	padding-left: 50px;
	padding-bottom: 20px;
	position: relative;
	box-shadow:0px 0px 2px 0px #9ba0a3;
}
.choise-list:before{
	background: url(../images/choise-before.png) 0 0 no-repeat;
	position: absolute;
	width: 988px;
	height: 56px;
	bottom: -54px;
	left: -3px;
	z-index: 100;
	content: '';
}
.choise-list li{
	display: inline-block;
	width: 400px;
	margin-right: 85px;
	margin-bottom:25px;
	vertical-align: top;
}
.choise-list li:nth-child(even){
	margin-right: 0;
}
.choise-block{
	position: relative;
	width:981px;
	background: #fff;

}
.choise-img{
	float: left;
	margin-right: 30px;
	width: 86px;
}
.choise-text{
	overflow: hidden;
}
.choise-text p{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#a5a2a2;
	line-height: 15px;
}
.choise-info{
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.choise-info span{
	font-weight: bold;
	font-size: 16px;
}
.questions{
	width: 100%;
	position:relative;
	background: url(../images/special-bg.png) top center no-repeat;
	height:525px;
	text-align: center;
	padding-top: 40px;
}
.question-form h1{
	font-size: 42px;
	text-shadow:none;
	color:#353535;
	text-transform: none;
	text-align: center;
	width: 254px;
	display: inline-block;
	margin-bottom: 20px;
}
.question-form{
	width: 432px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-left: 200px;
}
.question-form:after{
	background: url(../images/girl.png) 0 0  no-repeat;
	position: absolute;
	width: 267px;
	height: 486px;
	top:39px;
	left:-200px;
	content: '';
}
.question-form .special-form-bg{
	margin: 0;
}
.security{
	position: relative;
	width: 100%;
	background:url(../images/rec-bg.png) repeat-x;
	text-align: center;
}
.security:before{
	background: url(../images/rec-shadow.png) 0 0 no-repeat;
	width: 1919px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left:1px;
	z-index: 1000;
	content: '';
}
.security-block{
	display: inline-block;
	background: url(../images/security.png)  0 center no-repeat;
	width: 290px;
	padding-left: 100px;
	padding-top: 67px;
	padding-bottom: 67px;
}
.security-block p{
	text-align: left;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	line-height: 16px;
}
.security-block span{
	text-align: left;
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	color:#aea9a9;
	line-height: 16px;
}
.trable-bg{
	width: 100%;
	position: relative;
	background: url(../images/trable-bg.png) top center no-repeat;
}
.trable-title{
	width: 100%;
	position: relative;
	background: url(../images/trable-title.png) top center no-repeat;
}
.left-column{
	float: left;
	width: 50%;
	text-align: right;
	padding-bottom: 23px;
}
.left-column h1{
	display: inline-block;
	margin:0;
	margin-right:30px;
}
.left-column p{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	text-shadow:0px 1px 2px #000;
	margin-right: 30px;
}
.right-column{
	float:right;
	width: 50%;
	text-align: left;
}
.right-column h1{
	display: inline-block;
	margin:0;
	margin-left:30px;
}
.right-column p{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	text-shadow:0px 1px 2px #000;
	margin-left: 30px;
}
.trable-list{
	margin-top: 90px;
	padding-bottom: 100px;
	float:left;

}
ul.trable-list li{
	background: url(../images/trable-list.png) 0 3px no-repeat;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-shadow:0px 1px 2px #000;
	padding-left: 25px;

}
.ok-list{
	margin-top: 90px;
	padding-bottom: 100px;
	float:right

}
ul.ok-list li{
	background: url(../images/ok.png) 0 -1px no-repeat;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-shadow:0px 1px 2px #000;
	padding-left: 25px;

}
.mens{
	position: absolute;
	display: block;
	bottom: -3px;
	left:25%;
}
.process-title{
	width: 100%;
	position: relative;
	background: url(../images/process-title.png) top center no-repeat;
}
.process-title h1{
	color: #746044;
    padding-bottom: 24px;
    opacity: 0.8;
    text-shadow: none;
    margin:0;
}

.process-title:before {
    background: url("../images/choise-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 1920px;
    z-index: 100;
}
.process{
	width: 100%;
	position: relative;
	background: url(../images/process.png) top center no-repeat;
}
.process-list{
	padding-top: 57px;
	padding-bottom: 76px;
	margin-left: 10px;
	width: 1000px;
}
.process-list li{
	display: inline-block;
	text-align: center;
	width: 150px;
	margin-right: 28px;
	margin-left: 7px;
}
.process-list li:first-child{
	margin-left: 20px;
}
.process-list li:last-child{
	margin-right: 0;
}
.process-list li p{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color:#86755d;
}
.photogallery{
	background: url(../images/photogallery.png) top center;
	width: 100%;
	position: relative;
	height: 790px;
	text-align: center;
	margin-bottom: 10px;
}
.photogallery h1{
	color:#000;
	text-shadow:none;
}
.photogallery h1.title{
	background-image: url(../images/photo-slash.png);
	margin-bottom: 20px;
}
.photogallery h1.title:before{
	border-color:#000;
}
.photogallery h1.title:after{
	border-color:#000;
}
.photogallery p{
	font-family: Arial;
	font-style: italic;
	font-size:12px;
	width: 357px;
	display: inline-block;
	color:#353535;
}
.slider{
	position: relative;
	display: inline-block;
	background: #353535;
	padding: 40px 40px;
	border-bottom: 4px solid #1f1f1f;
	border-right: 4px solid #1f1f1f;
	margin-top: 40px;
	box-shadow: 1px 1px 5px 0px #000;
}
.slider ul{
	border-top: 4px solid #1f1f1f;
	border-left: 4px solid #1f1f1f;
}
.cycle-pager{
	position: absolute;
	background:url(../images/cycel.png);
	display: block;
	width: 580px;
	bottom: 40px;
	left:44px;
	padding: 20px 0px;
	z-index: 1000;

}
.cycle-pager span{
	display: inline-block;
	height: 13px;
	width: 13px;
	background:url(../images/pager.png) 0 0 no-repeat;
	border:0;
	z-index:1000;
	margin-right: 10px;

}
.cycle-pager span.cycle-pager-active{
	background-position: 0 100%;
}
.clients{
	width: 100%;
	position: relative;
	background:url(../images/clients-bg.png) top center no-repeat;
}
.clients:before {
    background: url("../images/rec-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 10px;
    left: 1px;
    position: absolute;
    width: 1919px;
    z-index: 1000;
}
.clients h1{
	color:#000;
	text-shadow:none;
}.clients ul{
	text-align: center;
	line-height: 20px;
}
.clients ul li{
	display: inline-block;
	margin-right: 33px;
	margin-bottom: 27px;
	height: 106px;
}
.clients ul li:last-child{
	margin: 0;
}
.clients ul li a{
	display: inline-block;
		vertical-align: middle;
}
.contacts{
	width: 100%;
	position: relative;
	/*background:url(../images/map.png) top center no-repeat;*/
	height: 398px;
	z-index: 1;

}
.contacts-form{
	display: block;
	position: absolute;
	margin-left: 103px;
	margin-top: -355px;
	z-index: 999;
}
.contacts-form .special-form-bg{
	margin-bottom: 0;
}
.contacts-block{
	background: #fff;
	margin-top: 30px;
	padding: 50px 20px;
	width: 287px;
	float:left;
	position: relative;
}
.contacts-block:before{
	background:url(../images/contacts-before.png) 0 0 no-repeat;
	position: absolute;
	bottom:-28px;
	right: 0;
	width: 310px;
	height: 27px;
	content: '';

}
.contacts-block table tr td{
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	color:#949191;
	height: 20px;
}
.contacts-block table{
	margin-left: 33px;
	padding-bottom: 20px;
}
.contacts-block table tr td:first-child{
	color:#353535;
}
.contact-title{
	font-family: "Arial Narrow";
	font-weight: bold;
	color:#353535;
	font-size:16px;
	background: url(../images/contact.png) 80% 0 no-repeat;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
	padding-right: 80px;
	border-bottom: 1px dotted #bbbbbb;
	margin-bottom: 20px;
}
#footer {
	width: 100%;
	position: relative;
	background:url(../images/footer.png);
	padding-top: 15px;
}
.copyright {
	text-align: center;
	padding-bottom: 8px;
}
.copyright-text{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}
.copyright-text p {
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	color:#d6d6d6;
}
.copyright-text a{
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	color:#eb9709;
	text-decoration: underline;

}
.copyright-text a:hover{
	text-decoration: none;
}

.clear {
	*zoom: 1;
}

.clear:after {
	height: 0; 
	clear: both; 
	content: "."; 
	display: block; 
	overflow: hidden;
	line-height: 0; 
	font-size: 0; 
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/* Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 0px;
    margin: 0 0 10px 10px;
    display: inline;
}

img.alignleft {
    padding: 0px;
    margin: 0 10px 10px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body  {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.container {
  background: #e74c3c;
  min-height: 100%;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 0.7;
  background: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: visible;
}
.md-content {
  color: #fff;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.md-content .form {
  width: 350px;
  background: white;
  margin: 0 auto 50px;
  box-shadow: 0 0px 3px 0px #cccccc;
  padding: 25px 0px 15px 0px;
}
.md-content .form form {
  text-align: center;
  margin: 0 auto;
}
.md-content .form input[type="text"]#phone {
  width: 255px;
  height: 45px;
  border: 1px solid #cccccc;
  line-height: 30px;
  text-align: center;
  font: 23px 'PT Sans Bold', sans-serif;
  margin: 6px auto;
  padding: 0px 15px 0px 15px;
}
.md-content .form input[type="submit"]#send {
  width: 287px;
  height: 55px;
  text-align: center;
  vertical-align: top;
  font: 23px 'PT Sans Bold', sans-serif;
  margin: 6px auto;
}
.md-content .form .agreement {
  text-align: center;
  font: 13px 'PT Sans Regular', sans-serif;
  color: black;
  padding: 7px 25px 10px;
}
.btn {
	display: inline-block;
	width: 100%;
	background: #ffe500;
	position: relative;
	font-family: 'Helios', sans-serif;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px 4px;
	margin: 0px auto 0px auto;
	outline: none;
	border: none;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3 {
	background: #ffe500;
	color: #000000;
	box-shadow: 0 3px #e2cd2f;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-3c:hover {
	box-shadow: 0 2px #e2cd2f;
	top: 1px;
}

.btn-3c:active {
	box-shadow: 0 0 #e2cd2f;
	top: 2px;
}

section.thanks {
	width: 100%;
	margin: 140px auto 0px;
	clear: both;
}

section.thanks .done {
	text-align: center;
	font: 104px 'PT Sans Bold', sans-serif;
	margin: 0 auto;
	clear: both;
}

section.thanks .success {
	text-align: center;
	font: 45px 'PT Sans Regular', sans-serif;
	margin: 15px auto;
	clear: both;
}