
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body {
	background:url(../images/body.jpg) 0 0 repeat;
	font-family:CalibriRegular, Helvetica, sans-serif;
	font-size:13px; 
	line-height:15px;
	color:#000;
	margin: 0;
	padding: 0;
	border: 0;
	min-width:1300px;
}
html, body { height:100%;}


@font-face {
    font-family: 'CalibriRegular';
    src: url('Calibri/calibri.eot');
    src: url('Calibri/calibri.eot') format('embedded-opentype'),
         url('Calibri/calibri.woff') format('woff'),
         url('Calibri/calibri.ttf') format('truetype'),
         url('Calibri/calibri.svg#CalibriRegular') format('svg');
}
@font-face {
    font-family: 'calibrib';
    src: url('Calibrib/calibrib.eot');
    src: url('Calibrib/calibrib.eot') format('embedded-opentype'),
         url('Calibrib/calibrib.woff2') format('woff2'),
         url('Calibrib/calibrib.woff') format('woff'),
         url('Calibrib/calibrib.ttf') format('truetype'),
         url('Calibrib/calibrib.svg#calibrib') format('svg');
}

a {
	color:#d52d00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	position: relative;
	width: 1200px; 
}

	/* Header */

	
	/* Content */
		
	/* Footer */
	
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrapper:after {
  clear: both;
}

.extra-wrap {overflow:hidden;}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	outline:none;
}

/*----- other -----*/
.img-indent { 
	margin:0 27px 0 0; 
	float:left;
}


/*--------------------- header start--------------- */
.header {min-height:142px; position:relative; background:url(../images/header.gif) 0 0 repeat-x;}
	
.header img {border:none;}
.header-grey {
	background: #4c5866;
	height:35px;
}
ul.sf-menu {
  padding:0 0 0 0px; 
  margin:0;
  float:left;
}
ul.sf-menu li {
  font-size:14px; 
  line-height:16px; 
  float:left; 
  list-style:none; 
  position:relative;
  font-family: CalibriRegular;
  margin: 0 0 0 0px;
  position: relative;
}
ul.sf-menu li a {
  color:#fff;
  display:inline-block; 
  padding:11px 27px 8px 27px;
  text-decoration:none;		
}
ul.sf-menu li a:hover {
	
}

.sf-menu ul {
	position:absolute;
	top:			-999em;
	width:			155px; 
	display:none;
	padding:12px 0 13px 28px;
	background:url(../images/sf-menu-ul.png) 0 0 repeat;
	border:none;
	
}
.sf-menu li li {
	font-size:14px;
	line-height:16px;
	padding:0px 0 3px 20px;
	margin:5px 0 0 0;
	background:url(../images/sf-menu-li.png) 0 4px no-repeat;
	float:none;
	z-index:999;
	text-align:left;
}
.sf-menu li li a {
	padding:0;
	text-decoration:underline;
	color:#fff;
	background:none;
	text-decoration:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			35px;
	z-index:		99;	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			189px;
	top:			0px;	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em;
	top:			00px;
}

.sf-menu > li.sfHover > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {
	background: #7f8d97;
}
.sf-menu > li.sfHover ,
.sf-menu li:focus, .sf-menu li:hover, .sf-menu li.active {	
	
}

.sf-menu li li.sfHover > a,
	.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a.active {
		text-decoration:underline;
		background: none;
}
.sf-menu li li.sfHover,
	.sf-menu li li:focus, .sf-menu li li:hover, .sf-menu li li.active { 			
}

.logo {
	float: left;
	display: inline-block;
	margin: 24px 0 20px 20px;
}
.header-orange {
	width: 235px;
	height: 35px;
	background: #f68b23;
	float: right;
	text-align: center;
}
.header-orange a {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-family: CalibriRegular;
	background:url(../images/header-orange-a.png) 0 0 no-repeat;
	padding: 5px 0 3px 33px;
	margin: 6px 0 0 0;
}
.header-orange a:hover {
	text-decoration: underline;
}
.header-grey1 {
	width: 209px;
	height: 35px;
	background: #7f8d97;
	float: right;
	text-align: center;
}
.header-grey1 a {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-family: CalibriRegular;
	background:url(../images/header-grey1-a.png) 0 0 no-repeat;
	padding: 5px 0 3px 33px;
	margin: 6px 0 0 0;
}
.header-grey1 a:hover {
	text-decoration: underline;
}
.header-line {
	float: left;
	padding: 39px 0 0 41px;
}
.header-text {
	font-size: 14px;
	line-height: 22px;
	color: #282828;
	text-transform: uppercase;
	font-family: CalibriRegular;
	padding: 44px 0 0 26px;
	float: left;
}
.header-link {
	font-size: 18px;
	line-height: 18px;
	float: right;
	font-family: CalibriRegular;
	text-transform: uppercase;
	background:url(../images/header-link.png) 0 1px no-repeat;
	margin: 55px 25px 0 0;
	padding: 0 0 0 23px;
}
.header-link a {
	color: #f68b23;
	text-decoration: none;
	border-bottom: 1px dashed #f68b23;
	display: inline-block;
	padding: 0 0 2px 0;
}
.header-link a:hover {
	border-bottom: 1px dashed #fff;
}
.header-block {
	width: 220px;
	float: right;
	margin: 43px 40px 0 0;
	text-align: right;
}
.header-phone {
	font-size: 25px;
	line-height: 27px;
	color: #282828;
	font-family: calibrib;
}
.header-time {
	font-size: 12px;
	line-height: 14px;
	color: #7f8d97;
	font-family: CalibriRegular;
	padding: 0 3px 0 0;
}


ul.sf-menu1 {
  padding:22px 0 0 0px; 
  margin:0;
  float:left;
}
ul.sf-menu1 li {
  font-size:20px; 
  line-height:22px; 
  float:left; 
  list-style:none; 
  position:relative;
  font-family: CalibriRegular;
  margin: 0 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
ul.sf-menu1 li a {
  color:#282828;
  display:inline-block; 
  padding:3px 27px 3px 27px;
  text-decoration:none;		
}
ul.sf-menu1 li:first-child {
	margin-left: 0px;
}

.sf-menu1 ul {
	position:absolute;
	top:			-999em;
	width:			310px; 
	display:none;
	padding:12px 0 13px 20px;
	background:url(../images/sf-menu1-ul.png) 0 0 repeat;
	border:none;
	
}
.sf-menu1 li li {
	font-size:18px;
	line-height:20px;
	padding:0px 0 11px 20px;
	margin:5px 0 0 0;
	background:url(../images/sf-menu-li.png) 0 7px no-repeat;
	float:none;
	z-index:999;
	text-align:left;

}
.sf-menu1 li li a {
	padding:0;
	text-decoration:underline;
	color:#fff;
	background:none;
	text-decoration:none;
}

.sf-menu1 li:hover ul,
.sf-menu1 li.sfHover ul {
	left:			0px;
	top:			44px;
	z-index:		99;	
}
ul.sf-menu1 li:hover li ul,
ul.sf-menu1 li.sfHover li ul {
	top:			-999em;	
}
ul.sf-menu1 li li:hover ul,
ul.sf-menu1 li li.sfHover ul {
	left:			189px;
	top:			0px;	
}
ul.sf-menu1 li li:hover li ul,
ul.sf-menu1 li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu1 li li li:hover ul,
ul.sf-menu1 li li li.sfHover ul {
	left:			10em;
	top:			00px;
}

.sf-menu1 > li.sfHover > a,
.sf-menu1 a:focus, .sf-menu1 a:hover, .sf-menu1 a.active {
	background: #fff;
	color: #f68b23;
}
.sf-menu1 > li.sfHover ,
.sf-menu1 li:focus, .sf-menu1 li:hover, .sf-menu1 li.active {	
	
}

.sf-menu1 li li.sfHover > a,
	.sf-menu1 li li a:focus, .sf-menu1 li li a:hover, .sf-menu1 li li a.active {
		text-decoration:underline;
		background: none;
		color:#fff;
}
.sf-menu1 li li.sfHover,
	.sf-menu1 li li:focus, .sf-menu1 li li:hover, .sf-menu1 li li.active { 			
}
.logo-page {
	float: left;
	margin: 28px 0 0 20px;
	display: inline-block;
}
ul.page-menu {
	padding: 30px 0 0 40px;
	margin: 0px;
	float: left;
}
ul.page-menu li {
	font-size: 16px;
	line-height: 18px;
	list-style: none;
	text-transform: uppercase;
	float: left;
	text-align: center;
	font-family: CalibriRegular;
	border-left: 1px solid #c3c3c3;
	padding: 0 23px 0 23px;
}
ul.page-menu li:first-child {
	border-left: none;
}
ul.page-menu a {
	text-decoration: none;
	color: #282828;
	display:table-cell;
  	height:51px;
  	vertical-align:middle;
}
ul.page-menu a:hover {
	text-decoration: underline;
}
.page-header-block {
	float: right;
	width: 205px;
	text-align: right;
	margin: 15px 23px 0 0;
}
.header-link1 {
	font-size: 18px;
	line-height: 18px;
	float: right;
	font-family: CalibriRegular;
	text-transform: uppercase;
	background:url(../images/header-link.png) 0 1px no-repeat;
	margin: 13px 0 0 0;
	padding: 0 0 0 23px;
}
.header-link1 a {
	color: #f68b23;
	text-decoration: none;
	border-bottom: 1px dashed #f68b23;
	display: inline-block;
	padding: 0 0 2px 0;
}
.header-link1 a:hover {
	border-bottom: 1px dashed #fff;
}
.header1 {
	display: none;
	height:98px;
	background:url(../images/header1.png) 0 0 repeat-x;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}
.logo1 {
	float: left;
	display: inline-block;
	margin: 16px 0 0 15px;
}
ul.header1-menu {
	padding: 35px 0 0 0;
	margin: 0px;
	float: left;
}
ul.header1-menu li {
	float: left;
	font-size: 15px;
	line-height: 17px;
	color: #282828;
	font-family: calibrib;
	list-style: none;
	text-transform: uppercase;
	padding: 0 14px 0 34px;
}
ul.header1-menu a {
	color: #282828;
	text-decoration: none;
}
ul.header1-menu a:hover {
	text-decoration: underline;
}
.header1-block {
	float: right;
	width: 210px;
	text-align: center;
	margin: 0 24px 0 0;
}
.header1-link {
	font-size: 12px;
	line-height: 14px;
	color: #4c5866;
	text-transform: uppercase;
	background:url(../images/header1-link.png) 0 0 no-repeat;
	display: inline-block;
	padding: 3px 0 0 19px;
	margin: 7px 0 0 0;
}
.header1-link a {
	color: #4c5866;
	text-decoration: none;
	border-bottom: 1px dashed #4c5866;
}
.header1-phone {
	font-size: 25px;
	line-height: 27px;
	color: #282828;
	font-family: calibrib;
	padding: 5px 0 0 0;
}
.header1-link1 {
	font-size: 12px;
	line-height: 14px;
	color: #f68b23;
	text-transform: uppercase;
	background:url(../images/header1-link1.png) 0 0 no-repeat;
	display: inline-block;
	padding: 0 0 0 19px;
	margin: 4px 0 0 0;
}
.header1-link1 a {
	color: #f68b23;
	text-decoration: none;
	border-bottom: 1px dashed #f68b23;
}
/*--------------------- header end--------------- */


/*--------------------- content start--------------- */
.content {
  min-height:600px;
  position:relative;
  padding: 0 0 20px 0;

}
.thumb-block-menu {
	background:url(../images/thumb-block.png) 0 0 repeat-x;
	min-height: 100px;
}
.bg-top {
	padding: 16px 0 0 0;
}
.bg {
	background:url(../images/bg.jpg) 0 0 no-repeat;
	height: 500px;
}
.bg-box-pad {
	padding: 68px 0 0 798px;
}
.bg-box {
	height: 360px;
	width: 364px;
	background:url(../images/bg-box.png) 0 0 repeat;
	border-radius: 9px;
}
.bg-box-title {
	font-size: 41px;
	line-height: 51px;
	color: #ff9021;
	font-family: calibrib;
	text-align: center;
	text-transform: uppercase;
	text-shadow:1px 1px #000;
	padding: 16px 0 0 0;
}
.bg-box-title span {
	font-size: 48px;
	line-height: 50px;
}
.bg-box-text {
	font-size: 21px;
	line-height: 23px;
	color: #282828;
	font-family: CalibriRegular;
	padding: 13px 30px 0 0;
	text-align: right;
}
.number-pad {
	padding: 16px 0 0 20px;
}
.number-block {
	width: 29px;
	height: 45px;
	background:url(../images/number-block.png) 0 0 no-repeat;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 2px 0 0;
}
.number-block span {
	display: inline-block;
	font-size: 35px;
	line-height: 37px;
	color: #000;
	font-family: calibrib;
	padding: 2px 0 0 0;
}
.number-block1 {
	width: 29px;
	height: 45px;
	background:url(../images/number-block.png) 0 0 no-repeat;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 25px 0 0;
}
.number-block1 span {
	display: inline-block;
	font-size: 35px;
	line-height: 37px;
	color: #000;
	font-family: calibrib;
	padding: 2px 0 0 0;
}
.number-block-line {
	position: absolute;
	top: 21px;
	left: 0px;
}
.number-text {
	font-size: 16px;
	line-height: 18px;
	color: #282828;
	font-family: calibrib;
	float: left;
	padding: 8px 20px 0 25px;
}
.bg-box-button {
	width: 273px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	border-radius: 7px;
	display: inline-block;
	font-family: calibrib;
	text-align: center;
	background: #ff9021;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 32px 0 0 46px;
	padding: 18px 0 18px 0;
}
.bg-box-button:hover {
	text-decoration: underline;
}
.grey-pad {
	padding: 65px 0 0 0;
}
.grey-block {
	background: #4c5866;
	min-height: 226px;
}
.grey-block-title {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	padding: 22px 0 27px 0;
	font-family: CalibriRegular;
}
.grey-box-pic {
	padding: 0px;
}
.grey-box {
	width: 145px;
	height: 130px;
	float: left;
	text-align: center;
	margin: 0 10px 0 40px;
}
.grey-box-link {
	font-size: 17px;
	line-height: 19px;
	color: #fff;
	font-family: CalibriRegular;
	text-decoration: none;
	display: inline-block;
	margin: 7px 0 0 0;
}

.title {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	text-align: center;
	font-family: calibrib;
	padding: 61px 0 9px 0;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 35px 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 0 0;
	padding:0;
	height:112px;
	width:1175px;

}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin:0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	font-size:20px;
	line-height:22px;
	font-family: calibrib;
	text-align: center;
	border-right:1px solid #edecec;
	outline:none;
}
.ui-tabs .ui-tabs-nav li span {
	font-size: 20px;
	line-height: 22px;
	font-family: CalibriRegular;
}
.ui-tabs .ui-tabs-nav li a {
	color:#000;

}
.ui-tabs .ui-tabs-nav .ui-corner-top a,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 32px 55px 27px 55px;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:first-child {

	
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor li:last-child {

	
}




.ui-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	color:#f68b23;
	box-shadow:0 -3px 3px #d4d4d4;
-moz-box-shadow:0 -3px 3px #d4d4d4;
-webkit-box-shadow:0 -3px 3px #d4d4d4;
background:url(../images/ui-tabs-nav-li.gif) 0 0 no-repeat;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
	color:#f68b23;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;

}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0;
	background: none;
}


.ui-tabs .ui-tabs-panel.ui-tabs-hide{
	display: none;
}



.thumb-block {
	min-height: 200px;
	background:url(../images/thumb-block.gif) 0 0 repeat-x;
}
.tab-col1 {
	float: left;
	width: 470px;
	margin: 54px 0 0 120px;
}
.tab-col2 {
	float: left;
	width: 540px;
	margin: 34px 0 0 0px;
	position: relative;
}
.tab-text {
	font-size: 20px;
	line-height: 22px;
	color: #f68b23;
	font-family: CalibriRegular;
}
ul.tab-list {
	padding: 30px 0 0 54px;
	margin: 0px;
}
ul.tab-list li {
	font-size: 17px;
	line-height: 19px;
	color: #282828;
	list-style: none;
	background:url(../images/tab-list-marker.png) 0 5px no-repeat;
	font-family: CalibriRegular;
	padding: 0 0 11px 21px;
}
.tabs-tab-button {
	float: left;
	width: 158px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	background: #f68b23;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin: 139px 0 0 10px;
	padding: 16px 0 14px 0;
	font-family: CalibriRegular;
}
.tabs-tab-button:hover {
	background: #4c5866;
}
.tabs-img {
	float: left;
}
.tab-box {
	width: 225px;
	height: 240px;
	float: left;
	margin: 0 33px 0 33px;
	text-align: center;
}
.tabs-price1 {
	font-size: 14px;
	line-height: 16px;
	color: #626262;
	font-family: CalibriRegular;
	padding: 16px 0 0 0;
}
.tabs-price1 span {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	text-decoration: line-through;
	padding: 0 0 0 17px;
}
.tab-box-top {
	padding: 0 0 0 0;
}
.tab-box-top {
	padding: 28px 0 0 0;
}
.tabs-price2 {
	font-size: 14px;
	line-height: 16px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 2px 0 0 0;
}
.tabs-price2 span {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	padding: 0 0 0 17px;
	font-family: calibrib;
}
.tab-button1 {
	float: left;
	width: 328px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	background: #4c5866;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin: 43px 0 42px 205px;
	padding: 16px 0 14px 0;
	font-family: CalibriRegular;
}
.tab-button1:hover {
	background: #f68b23;
}
.tab-button2 {
	float: left;
	width: 328px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	background: #f68b23;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin: 43px 0 0 95px;
	padding: 16px 0 14px 0;
	font-family: CalibriRegular;
}
.tab-button2:hover {
	background: #4c5866;
}
.thumb-block1 {
	min-height: 200px;
	background:url(../images/thumb-block1.png) 0 0 repeat-x;
}
.col1 {
	float: left;
	width: 523px;
	margin: 64px 0 0 90px;
}
.col2 {
	float: left;
	width: 450px;
	margin: 27px 0 0 50px;
	position: relative;
}
.grey-pad1 {
	padding: 4px 0 0 0;
}
.grey-box1 {
	width: 125px;
	height: 95px;
	float: left;
	text-align: center;
	margin: 10px 6px 0 10px;
	position: relative;
}
.grey-block1 {
	background: #4c5866;
	min-height: 203px;
}
.grey1-block-title {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	padding: 22px 0 15px 0;
	font-family: CalibriRegular;
}
.grey1-box-pic {
	padding: 0px;
}
.orange-next {
	position: absolute;
	top: 28px;
	right: -10px;
}
.orange-hand {
	float: left;
	margin: 0 0 0 30px;
}
.title1 {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	text-align: center;
	font-family: calibrib;
	padding: 39px 0 39px 0;
}
.bg-slider {
	height: 80px;
	width: 82px;
	margin: 82px 0 0 248px;
	position: relative;
}
.camera-text {
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	width: 435px;
	margin: 30px 0 0 50px;
	font-family: CalibriRegular;
}
.camera-caption-block {
	position: absolute;
	top: 170px;
	left: -195px;
	width: 160px;
	text-align: center;
}
.camera-caption-name {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-family: CalibriRegular;
}
.camera-caption-name span {
	font-size: 12px;
	line-height: 14px;
}
.camera-caption-data {
	font-size: 16px;
	line-height: 18px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 20px 0 0 0;
}
.camera-caption-absolute {
	width: 501px;
    height:279px;
	background:url(../images/camera-caption.png) 0 0 no-repeat;
	position: absolute;
	left: 158px;
	top:-82px;
}
.height {
	height: 219px;
}
.button3 {
	float: left;
	width: 154px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	background: #f68b23;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	margin: 20px 0 0 493px;
	padding: 16px 0 14px 0;
	font-family: CalibriRegular;
}
.button3:hover {
	background: #4c5866;
}
.index-otzuv {
	font-size: 18px;
	line-height: 20px;
	color: #f68b23;
	float: left;
	display: inline-block;
	font-family: CalibriRegular;
	margin: 33px 0 0 82px;
}
.top {
	padding: 45px 0 0 0;
}
.owl-demo-pad {
	padding: 0 0 0 53px;
}
.about-block {
	height: 40px;
	background:url(../images/about-block.gif) 0 0 repeat-x;
}
.border {
	border-bottom: 3px solid #7f8d97;
}
.about-list {
	padding: 14px 0 0 27px;
	margin: 0 0 0 0;
}
.about-list li {
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	float: left;
	font-family: CalibriRegular;
	background:url(../images/about-list-marker.gif) 0 1px no-repeat;
	padding: 0 22px 0 22px;
}
.about-list li:first-child {
	background: none;
	padding-left: 0px;
}
.about-list a {
	color: #4c5866;
	text-decoration: none;
}
.about-list a:hover {
	text-decoration: underline;
}
.about-list1 {
	padding: 12px 0 25px 27px;
	margin: 0 0 0 0;
}
.about-list1 li {
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	float: left;
	font-family: CalibriRegular;
	background:url(../images/about-list1-marker.png) 0 4px no-repeat;
	padding: 0 7px 0 13px;
	color: #626262;
}
.about-list1 li:first-child {
	background: none;
	padding-left: 0px;
}
.about-list1 a {
	color: #b0b0b0;
	text-decoration: none;
}
.about-list1 a:hover {
	text-decoration: underline;
}
.about-pad {
	padding: 0 26px 0 26px;
}
h1 {
	padding: 35px 0 10px 0;
	margin: 0 0 0 0;
	font-size: 40px;
	line-height: 42px;
	color: #f68b23;
	font-family: CalibriRegular;
	font-weight: normal;
}
.about-text {
	font-size: 16px;
	line-height: 22px;
	color: #282828;
	padding: 16px 0 0 0;
}
.about-grey-top {
	padding: 30px 0 0 0;
}
.about-grey {
	min-height: 224px;
	background: #4c5866;
}
.about-grey-title {
	font-size: 35px;
	line-height: 37px;
	color: #fff;
	text-align: center;
	padding: 25px 0 0 0;
}
.about-grey-text {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	padding: 0px 0 0 0;
}
.about-grey-form {
	padding: 33px 0 0 113px;
}
.about-grey-form input {
	border: none;
	width: 285px;
	margin: 0px 36px 18px 0px;
	padding: 17px 0 15px 15px;
	font-size: 20px;
	line-height: 22px;
	font-family: CalibriRegular;
	border-radius: 5px;
	color: #777777;
	float: left;
}
.about-grey-form input[type="submit"] {
	width:300px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#f68b23;
	text-decoration:none;
	margin:0 0 0 0;
	padding:16px 0 16px 0;
	cursor:pointer;
	border:none;
	float: left;
}
.page-404-col1 {
	float: left;
	width: 720px;
}
.page-404-text {
	font-size: 30px;
	line-height: 40px;
	color: #a8a8a8;
	padding: 15px 0 0 0;
}
.img-404 {
	float: right;
	padding: 33px 62px 0 0;
}
.contacts-col1 {
	float: left;
	width: 720px;
	margin: 36px 0 0 30px;
}
.contacts-col2 {
	float: right;
	width: 301px;
	margin: 0 30px 0 0px;
}
.contacts-block {
	min-height: 100px;
	padding: 30px 0 31px 0;
	background:url(../images/contacts-block.png) 0 bottom repeat-x;
}
.contacts-title {
	font-size: 28px;
	line-height: 30px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 0 0 27px 0;
}
.contacts-address {
	font-size: 16px;
	line-height: 18px;
	color: #5e5e5e;
	background:url(../images/contacts-address.png) 0 0 no-repeat;
	padding: 8px 0 8px 42px;
	margin: 0 0 0 8px;
}
.contacts-phone {
	font-size: 22px;
	line-height: 24px;
	color: #5e5e5e;
	background:url(../images/contacts-phone.png) 0 0 no-repeat;
	padding: 5px 0 8px 42px;
	margin: 20px 0 0 8px;
}
.contacts-email {
	font-size: 16px;
	line-height: 18px;
	color: #5e5e5e;
	background:url(../images/contacts-email.png) 0 0 no-repeat;
	padding: 0px 0 8px 42px;
	margin: 18px 0 0 8px;
}
.contacts-email a {
	color: #5e5e5e;
}
.contacts-box {
	width: 200px;
	float: left;
	margin: 33px 10px 0 80px;
}
.contacts-box-title {
	font-size: 18px;
	line-height: 22px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 0 0 18px 0;
}
.contacts-box-phone {
	font-size: 18px;
	line-height: 20px;
	color: #5e5e5e;
	background:url(../images/contacts-box-phone.png) 0 0 no-repeat;
	padding: 2px 0 2px 32px;
	margin: 0 0 0 5px;
}
.contacts-box-email {
	font-size: 16px;
	line-height: 18px;
	color: #5e5e5e;
	background:url(../images/contacts-box-email.png) 0 3px no-repeat;
	padding: 0 0 2px 32px;
	margin: 10px 0 0 5px;
}
.contacts-box-email a {
	color: #5e5e5e;
}
.window-box {
	width: 360px;
	height: 470px;
	float: left;
	margin: 10px 0 10px 29px;
}
.window-box-link {
	font-size: 28px;
	line-height: 30px;
	color: #f68b23;
	font-family: CalibriRegular;
	display: inline-block;
	margin: 22px 0 0 0;
}
.window-box-text {
	font-size: 16px;
	line-height: 20px;
	color: #5e5e5e;
	font-family: CalibriRegular;
	padding: 18px 0 0 0;
}
.window-box-price {
	font-size: 22px;
	line-height: 24px;
	color: #4c5866;
	font-family: CalibriRegular;
	padding: 12px 0 0 0;
}
.window-box-price span {
	font-size: 28px;
	line-height: 30px;
	font-family: calibrib;
}
.window-box-button {
	width: 138px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	font-family: CalibriRegular;
	text-decoration: none;
	background: #7f8d97;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 0 0;
	padding: 12px 0 10px 0;
}
.window-box-button:hover {
	background: #f7943e;
}
.windows1-text {
	font-size: 20px;
	line-height: 22px;
	color: #7f8d97;
	font-family: CalibriRegular;
}
.windows1-col1 {
	float: left;
	width: 415px;
	margin: 47px 0 0 0;
}
.windows1-col2 {
	float: left;
	width: 540px;
	margin: 0 0 0 168px;
}
.windows1-title {
	font-size: 22px;
	line-height: 24px;
	color: #5b5b5b;
	font-family: calibrib;
}
ul.list-new1 {margin:0px; padding:31px 0 0 0;}
ul.list-new1 li {
 width: 100%; 
 overflow: hidden; 
 vertical-align: top;
 line-height: 18px;
  color: #b04b49;
  font-size:16px;
  padding-bottom:12px;
  font-family: CalibriRegular;
}
 ul.list-new1 li strong {
  background: url(../images/line-hor.gif) repeat-x 0% bottom;
  display: block; 
  overflow: hidden;
  font-weight:normal;
 }
ul.list-new1 li span {
  float: right;
   color: #303030;
   font-size:16px;
   
 }
ul.list-new1 li a {
  float: left;
   text-decoration: none;
   color: #8e8e8e;
 }
 .windows1-img1 {
 	float: left;
 	margin: 0 0 0 0px;
 }
 .windows1-img2 {
 	float: left;
 	margin: 0 0 0 46px;
 }
 .windows1-col3 {
	float: left;
	width: 470px;
	margin: 3px 0  0;
}
.windows1-col4 {
	float: left;
	width: 560px;
	margin: 0 0 0 93px;
}
ul.windows1-list {
	padding: 26px 0 0 0;
	margin: 0px;
}
ul.windows1-list li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #7f8d97;
	position: relative;
	margin: 0 22px 0 0;
	float: left;
}
.li-hover:hover .windows1-list-block {
	display: inline;
}
.windows1-list-block {
	width: 196px;
	height: 17px;
	padding:5px 0 5px 0;
	position: absolute;
	top: 52px;
	left: -80px;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #8e8e8e;
	font-family: CalibriRegular;
	display: none;
	border: 1px solid #b0b0b0;
}
.windows1-list-block:before  {

 	content: "";
    position: absolute;
    z-index: 1000;
  	top: -8px;
    left: 50%;
    margin-left: -8px;  
    padding: 8px;
    background: url(../images/windows1-list-block.png) top no-repeat;
   	border: 0;
   

}
.windows1-price {
	font-size: 30px;
	line-height: 32px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 20px 0 10px 290px;
}
.windows1-price span {
	font-size: 40px;
	line-height: 42px;
}
.windows1-button1 {
	float: left;
	width: 218px;
	padding: 10px 0 10px 0;
	margin: 0px;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	background: #4c5866;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.windows1-button1:hover {
	background: #f68b23;
}
.windows1-button2 {
	float: left;
	width: 228px;
	padding: 10px 0 10px 0;
	margin: 0px 0 0 67px;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	background: #f68b23;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.windows1-button2:hover {
	background: #4c5866;
}
.reviews-pad {
	padding: 7px 0 36px 0;
}
.reviews-button1 {
	float: left;
	width: 184px;
	padding: 13px 0 13px 0;
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	background: #f68b23;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.reviews-button1:hover {
	background: #4c5866;
}
.reviews-button2 {
	float: left;
	width: 184px;
	padding: 13px 0 13px 0;
	margin: 0px 0 0 42px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	background: #4c5866;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.reviews-button2:hover {
	background: #f68b23;
}
.reviews-left {
	width: 160px;
	float: left;
	margin: 0 0 0 4px;
	text-align: center;
}
.reviews-img {
	padding: 0px;
}
.reviews-name {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-family: CalibriRegular;
	padding: 5px 0 0 0;
}
.reviews-name span {
	font-size: 12px;
	line-height: 14px;
}
.reviews-block {
	padding: 0 0 29px 0;
}
.reviews-data {
	font-size: 16px;
	line-height: 18px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 6px 0 0 0;
}
.reviews-box {
	float: left;
	width: 913px;
	border: 1px solid #c1c1c1;
	margin: 8px 0 0 41px;
	position: relative;
	border-radius: 10px;
}
.reviews-box:hover {
	border: 1px solid #f68b23;
		box-shadow:0 0 12px #c5c5c5;
-moz-box-shadow:0 0 12px #c5c5c5;
-webkit-box-shadow:0 0 12px #c5c5c5;
}
.reviews-box .padding {
	padding: 12px 46px 18px 22px;
}
.reviews-box-text {
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	font-family: CalibriRegular;
	padding: 7px 0 0 4px;
}
.reviews-box-absolute {
	position: absolute;
	top:36px;
	left:-21px;
	background: url(../images/reviews-box-absolute.gif) 0 0 no-repeat;
	height: 47px;
	width: 21px;
}
.reviews-box:hover .reviews-box-absolute {
	background: url(../images/reviews-box-absolute-hover.gif) 0 0 no-repeat;
}
.review1-form {
	padding: 10px 0 0 18px;
}
.review1-form input {
	border: 1px solid #c7c7c7;
	width: 346px;
	margin: 0px 24px 18px 10px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
}
.review1-block {
	float: left;
	width: 358px;
	margin: 19px 25px 0 10px;
}
.review1-block-text {
	font-size: 16px;
	line-height: 16px;
	color: #282828;
	float: left;
	font-family: CalibriRegular;
}
.review1-block-pic1 {
	float: left;
	padding: 8px 0 0 15px;
}
.review1-top {
	padding: 62px 0 0 0;
}
.review1-text1 {
	font-size: 24px;
	line-height: 26px;
	color: #282828;
	float: left;
	padding: 0 0 0 10px;
}
.review1-block-pic3 {
	float: left;
	padding: 0 0 0 10px;
}
.review1-text2 {
	font-size: 16px;
	line-height: 18px;
	color: #282828;
	float: left;
	padding: 8px 8px 0 0px;
}
.review1-top1 {
	padding: 51px 0 0 0;
}
.review1-box {
	width: 80px;
	height: 30px;
	border: 1px solid #cdcdcd;
	float: left;
	margin: 0 15px 0 0;
}
.review1-radio input {
	float: left;
	width: 11px;
	padding: 0px;
	margin: 10px 0 0 8px;
	float: left;
}
.review1-radio-text {
	font-size: 16px;
	line-height: 18px;
	color: #282828;
	float: left;
	padding: 7px 0 0 6px;
}
.review1-radio-pic {
	float: right;
	padding: 3px 5px 0 0;
}
.review1-left {
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 0 0 27px;
}
.review1-right {
	float: left;
	width: 915px;
	margin: 8px 0 0 56px;
}
.review1-foto {
	overflow: hidden;
	height: 82px;
	width: 82px;
	margin: 0 auto;
}
.review1-top2 {
	padding: 58px 0 0 0;
}
.review1-foto-link {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	margin: 3px 0 0 0;
}
.reviews1-box {
	float: left;
	width: 913px;
	border: 1px solid #c1c1c1;
	position: relative;
	border-radius: 10px;
	min-height: 309px;
	margin: 0 0 0 0;
}
.reviews1-box .padding {
	padding: 12px 46px 18px 22px;
}
.reviews1-box-text {
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	font-family: CalibriRegular;
	padding: 7px 0 0 4px;
}
.reviews1-box-absolute {
	position: absolute;
	top:36px;
	left:-21px;
	background: url(../images/reviews-box-absolute.gif) 0 0 no-repeat;
	height: 47px;
	width: 21px;
}


.reviews1-box-absolute.error_img {
	
	background: url(../images/reviews-box-absolute.png) 0 0 no-repeat !important;
	
}

#file-error{

	color: red;
}
#add_review .ok_text{

	font-size: 23px;
	text-align: center;
	padding: 20px 0;

}
.review1-form input[type="submit"] {
	width:152px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#ff9021;
	text-decoration:none;
	margin:63px 0 0 515px;
	padding:9px 0 9px 0;
	cursor:pointer;
	border:none;
}
.review1-text3 {
	font-size: 14px;
	line-height: 16px;
	color: #777777;
	padding: 18px 0 0 0px;
	text-align: center;
}
.services-box {
	width: 360px;
	min-height: 380px;
	margin: 10px 0 25px 30px;
	float: left;
}
.portfolio-items {position:relative;display:inline-block;}


.portfolio-items .cage-box {
	display:block;
	width:360px;
	height:230px;
}

.portfolio-items .caption {
	display:block;
	position:absolute;
	z-index:999;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.portfolio-items:hover .caption {
	width:360px;
	height:230px;
	opacity:1;
	filter:alpha(opacity=80);
	background:url(../images/cage-box-hover.png) 0 0 repeat;
}
.portfolio-items .caption {
	bottom:0px;
	left:0px;
	width:100%;
	height:0;
}
ul.services-list {
	padding: 27px 0 0 21px;
	margin: 0px;
}
ul.services-list li {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	list-style: none;
	padding: 0 0 7px 0;
}
ul.services-list a {
	color:#fff;
	text-decoration: none
}
ul.services-list a:hover {
	text-decoration: underline;
}
.services-price {
	width: 140px;
	font-size: 18px;
	line-height: 20px;
	color: #4c5866;
	text-align: center;
	padding: 8px 0 8px 0;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	bottom: 11px;
	right: 13px;
}
.services-price a {
	text-decoration: none;
	color: #4c5866;
}
.services-box-text {
	font-size: 16px;
	line-height: 20px;
	color: #5e5e5e;
	font-family: CalibriRegular;
	padding: 18px 0 0 0;
	height: 60px;
}
.services-box-link {
	font-size: 28px;
	line-height: 30px;
	color: #f68b23;
	font-family: CalibriRegular;
	display: inline-block;
	margin: 22px 0 0 0;
}
.services-box-button {
	width: 138px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	font-family: CalibriRegular;
	text-decoration: none;
	background: #7f8d97;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	margin: 18px 0 0 0;
	padding: 12px 0 10px 0;
}
.services-box-button:hover {
	background: #f7943e;
}
.services1-pad {
	padding: 0 0 30px 30px;
}
.services1-box {
	width: 360px;
	min-height: 380px;
	margin: 10px 0 25px 0px;
	float: left;
}
.portfolio-items1 {position:relative;display:inline-block;}


.portfolio-items1 .cage-box1 {
	display:block;
	width:360px;
	height:230px;
}

.portfolio-items1 .caption1 {
	display:block;
	position:absolute;
	z-index:999;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .6s ease-in-out;
	-moz-transition:all .6s ease-in-out;
	-o-transition:all .6s ease-in-out;
	-ms-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out;
}

.portfolio-items1:hover .caption1 {
	width:360px;
	height:230px;
	opacity:1;
	filter:alpha(opacity=80);
	background:url(../images/cage-box-hover.png) 0 0 repeat;
}
.portfolio-items1 .caption1 {
	bottom:0px;
	left:0px;
	width:100%;
	height:0;
}
.akcui-box {
	width: 360px;
	height: 435px;
	float: left;
	margin: 10px 0 30px 30px;
	position: relative;

}
.akcui-box-link {
	font-size: 28px;
	line-height: 30px;
	color: #f68b23;
	font-family: CalibriRegular;
	display: inline-block;
	margin: 22px 0 0 0;
}
.akcui-box-button {
	width: 138px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	font-family: CalibriRegular;
	text-decoration: none;
	background: #7f8d97;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0 10px 0;
	position: absolute;
	bottom: 0px;
	left:0px;
}
.akcui-box-button:hover {
	background: #f7943e;
}
.akcui-box-text {
	font-size: 16px;
	line-height: 20px;
	color: #5e5e5e;
	font-family: CalibriRegular;
	padding: 18px 0 0 0;
}
.services1-img-left {
	float: left;
}
.services1-grey-block {
	width: 421px;
	height: 230px;
	background: #7f8d97;
	float: left;
}
.services1-grey-link {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-family: CalibriRegular;
	display: inline-block;
	margin: 31px 0 0 33px;
}
.services1-grey-text {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-family: CalibriRegular;
	display: inline-block;
	margin: 18px 0 0 33px;
}
.services1-grey-button {
	width: 138px;
	padding: 10px 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	color: #7f8d97;
	margin: 20px 0 0 33px;
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.services1-grey-button:hover {
	text-decoration: underline;
}
.akcui1-top {
	padding: 27px 0 0 0;
}
.akcui1-left {
	float: left;
	margin: 0 0 0 26px;
	width: 580px;
}
.akcui1-right {
	float: right;
	margin: 0 0 0 0;
	width: 590px;
}
.akcui1-title {
	font-size: 40px;
	line-height: 42px;
	color: #f68b23;
	font-family: CalibriRegular;
	padding: 7px 0 0 0;
}
.akcui1-text {
	font-size: 20px;
	line-height: 22px;
	color: #282828;
	text-align: justify;
	padding: 33px 25px 0 0;
}
.akcui1-form {
	padding: 45px 0 0 0;
}
.akcui1-form input {
	border: 1px solid #969696;
	width: 156px;
	margin: 0px 20px 0 0px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
}
.akcui1-form input[type="submit"] {
	width:163px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#ff9021;
	text-decoration:none;
	margin:0 0 0 0;
	padding:9px 0 9px 0;
	cursor:pointer;
	border:none;
}
.akcui1-text1 {
	font-size: 14px;
	line-height: 14px;
	color: #696969;
	text-align: justify;
	padding: 56px 25px 0 0;
}
.akcui1-bg {
	height: 400px;
	width: 590px;
	background:url(../images/akcui1-bg.jpg) 0 0 no-repeat;
}
.bg-box-pad1 {
	padding: 231px 0 0 197px;
}
.akcui1-box {
	height: 144px;
	width: 364px;
	background:url(../images/bg-box.png) 0 0 repeat;
	border-radius: 9px;
}
/*--------------------- footer start--------------- */

.footer {
  	height:288px;
  	background: #4c5866; 
  	position:relative;
 
}
.footer-col1 {
	width: 140px;
	float: left;
	margin: 0 0 0 39px;
}
.footer-col2 {
	width: 150px;
	float: left;
	margin: 0 0 0 44px;
}
.footer-col3 {
	width: 160px;
	float: left;
	margin: 0 0 0 52px;
}
.footer-col4 {
	width: 180px;
	float: left;
	margin: 0 0 0 60px;
}
.footer-col5 {
	width: 225px;
	float: right;
	margin: 0 28px 0 0;
	text-align: right;
}
.footer-top {
	padding: 30px 0 0 0;
}
.footer-title {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-family: CalibriRegular;
	text-transform: uppercase;
}
ul.footer-list {
	padding: 18px 0 0 0;
	margin: 0px;
}
ul.footer-list li {
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	font-family: CalibriRegular;
	padding: 0 0 10px 0;
}
ul.footer-list a {
	text-decoration: none;
	color: #a5b9d0;
}
ul.footer-list a:hover {
	text-decoration: underline;
}
ul.footer-list1 {
	padding: 18px 0 0 0;
	margin: 0px;
}
ul.footer-list1 li {
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	font-family: CalibriRegular;
	padding: 0 0 10px 21px;
}
ul.footer-list1 a {
	text-decoration: none;
	color: #a5b9d0;
}
ul.footer-list1 a:hover {
	text-decoration: underline;
}
.footer-list1-m1 {
	background:url(../images/footer-list1-m1.png) 0 2px no-repeat;
}
.footer-list1-m2 {
	background:url(../images/footer-list1-m2.png) 0 0px no-repeat;
}
.footer-list1-m3 {
	background:url(../images/footer-list1-m3.png) 0 0px no-repeat;
}
.footer-list1-m4 {
	background:url(../images/footer-list1-m4.png) 0 0px no-repeat;
}
.footer-list1-m5 {
	background:url(../images/footer-list1-m5.png) 0 0px no-repeat;
}
ul.footer-list2 {
	padding: 0px 0 0 0;
	margin: 0px;
}
ul.footer-list2 li {
	float: left;
	padding: 10px 16px 2px 0;
	list-style: none;
}
.footer-phone {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	font-family: calibrib;
}
.footer-text {
	font-size: 12px;
	line-height: 14px;
	color: #a3b7ce;
	font-family: CalibriRegular;
}
.footer-link {
	font-size: 14px;
	line-height: 14px;
	color: #a5b9d0;
	font-family: CalibriRegular;
	background:url(../images/footer-link.png) 0 0px no-repeat;
	display: inline-block;
	padding: 3px 0 3px 20px;
	margin: 8px 0 0 0;
}
.footer-link a {
	text-decoration: none;
	color: #a5b9d0;
	border-bottom: 1px dashed #a5b9d0;
}
.footer-link1 {
	font-size: 14px;
	line-height: 14px;
	color: #a5b9d0;
	font-family: CalibriRegular;
	display: inline-block;
	padding: 51px 0 0px 0px;
}
.footer-link1 a {
	color: #fff;
}
.footer-top1 {
	padding: 18px 0 0 0;
}
.footer-text1 {
	font-size: 14px;
	line-height: 16px;
	color: #9baec4;
	float: left;
	font-family: CalibriRegular;
	padding: 6px 0 0 40px
}
.footer-logo {
	float: left;
	display: inline-block;
	margin: 0 0 0 8px;
}
ul.footer-list3 {
	padding: 6px 0 0 19px;
	margin: 0px;
	float: left;
}
ul.footer-list3 li {
	font-size: 14px;
	line-height: 16px;
	list-style: none;
	font-family: CalibriRegular;
	padding: 0 15px 0px 0;
	float: left;
}
ul.footer-list3 a {
	text-decoration: none;
	color: #9baec4;
}
ul.footer-list3 a:hover {
	text-decoration: underline;
}
.footer-text2 {
	font-size: 14px;
	line-height: 16px;
	color: #a0a6ad;
	float: right;
	font-family: CalibriRegular;
	padding: 8px 27px 0 0;
}
.footer-img {
	margin-top:-7px;
	margin-left:7px;
}
/*--------------------- footer end--------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:50px;
	overflow:hidden;
	border:none;
	background: url(../images/top1.png) 0 0 no-repeat;
}

#toTopHover {
	width:40px;
	height:40px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
.form-block-white {
	background: #fff;
	min-height: 100px;
	width: 301px;
	padding: 0 0 22px 0;
}
.form-block {
	background: url(../images/form-block.png) 0 0 repeat;
	position:fixed;
	top: 173px;
	left:50%;
	z-index:999;
	display:none;
	margin: 0 0 0 -171px;
	border: 1px solid #bfbfbf;
	text-align: center;
	z-index: 999;
	padding: 20px;
}
.close-absolute {
	position:absolute;
	top:28px;
	right:28px;
}
.form-block-title {
	font-size: 24px;
	line-height: 26px;
	color: #ff9021;
	font-family: calibrib;
	text-transform: uppercase;
	padding: 23px 0 25px 0;
}
.form-block input {
	border: 1px solid #c7c7c7;
	width: 226px;
	margin: 0px 0px 18px 0px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
}
.form-block textarea {
	border: 1px solid #c7c7c7;
	width: 226px;
	margin: 0px 0px 18px 0px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
	height: 60px;
}
.form-block input[type="submit"] {
	width:152px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#ff9021;
	text-decoration:none;
	margin:11px 0 0 0;
	padding:9px 0 9px 0;
	cursor:pointer;
	border:none;
}
#overlay {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
display:none;
background:url(../images/overlay.png) 0 0 repeat;
z-index: 998;
}



.form-block1 {
	background: url(../images/form-block.png) 0 0 repeat;
	position:fixed;
	top: 173px;
	left:50%;
	z-index:999;
	display:none;
	margin: 0 0 0 -171px;
	border: 1px solid #bfbfbf;
	text-align: center;
	z-index: 999;
	padding: 20px;
}

.form-block1 input {
	border: 1px solid #c7c7c7;
	width: 226px;
	margin: 0px 0px 18px 0px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
}
.form-block1 input[type="submit"] {
	width:152px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#ff9021;
	text-decoration:none;
	margin:11px 0 0 0;
	padding:9px 0 9px 0;
	cursor:pointer;
	border:none;
}


.form-block-white1 {
	background: #fff;
	min-height: 100px;
	width: 581px;
	padding: 0 0 22px 0;
}
.form-block2 {
	background: url(../images/form-block.png) 0 0 repeat;
	position:fixed;
	top: 273px;
	left:50%;
	z-index:999;
	display:none;
	margin: 0 0 0 -311px;
	border: 1px solid #bfbfbf;
	text-align: center;
	z-index: 999;
	padding: 20px;
}

.form-block2 input {
	border: 1px solid #c7c7c7;
	width: 226px;
	margin: 0px 11px 18px 11px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
}
.form-block2 input[type="submit"] {
	width:152px;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-family: calibrib;
	text-transform:uppercase;
	display:inline-block;
	background:#ff9021;
	text-decoration:none;
	margin:11px 0 0 0;
	padding:9px 0 9px 0;
	cursor:pointer;
	border:none;
}
.form-block2 textarea {
	border: 1px solid #c7c7c7;
	width: 486px;
	margin: 0px 0px 18px 0px;
	padding: 11px 0 9px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: CalibriRegular;
	border-radius: 4px;
	height: 120px;
}



.reviews-box-text textarea {
 outline: none;
height: 309px;
 width: 860px;
 border:0;
 resize: none;
 overflow: auto;
}

.file-input-wrapper{

	color: #000;
}
.camera_wrap img,
.reviews-img img{

	border-radius: 100px;
}

.footer-text2 a{
	color: #a5b9d0;
	text-decoration: none;
}

.wincalc input {color: #ff0000 !important; }

.title_step{

	font-size: 18px;
	font-weight: 700;
	margin-left: 21px;
	color: #fff;
	padding-top: 20px;
}

.title_step a{
	color: #fff;
}

.btn_price{

    background: #4c5866 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: CalibriRegular;
    font-size: 20px;
    line-height: 22px;
    padding: 16px 0 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    float: right;
    position: relative;
    top:30px;


}

.btn_price:hover {
    background: #f68b23;
}