@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
/* 'PT Sans Narrow', sans-serif */



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	position: relative;
	min-width: 1020px;
	background: url(../images/main_bg.png) 0 0 repeat #232323;

}

.main {
	padding-top: 75px;
	background: url(../images/bg_body.jpg) center 0 no-repeat;
}


.main1 {
	width: 1020px;
	margin: 0 auto;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 0;
	padding-top: 20px;
}


input {
	border-radius: 0 !important;
}


img {
	max-width: 100%;
}

/****Heads****/


h1, h2, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	padding: 132px 120px 14px;
	text-align: center;
	background: url(../images/h2_bg.png) center bottom no-repeat;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 5px 5px 5px #4a4224;
}

h2 span {
	color: #ffa001;
	display: block;
}

h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	padding-top: 36px;
	margin-bottom: 24px;
}

h3.head1 {
	padding-top: 33px;
}

h3.head2 {
	padding-top: 47px;
}

h3.head3 {
	padding-top: 31px;
}

.page1 h3 {
	padding-top: 37px;
	margin-bottom: 24px;
}

.page1 h3.head1 {
	padding-top: 34px;
	margin-bottom: 29px;
}

h4 {
	padding-top: 38px;
	font-size: 16px;
	line-height: 18px;
	color: #705f43;
	margin-bottom: 22px;
}

h42 {
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #705f43;
	margin-bottom: 22px;
}

h43 {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #00C;
	margin-bottom: 22px;
}

.fright ul li+li {
	margin-top: 5px;
}

.fright li {
	color: #797979;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list  {
	padding-top: 14px;
}

ul.list  li{
	color: #d58808;
	position: relative;
	padding-left: 19px;
}


ul.list  li+li {
	margin-top: 10px;
}

ul.list li:after {
	content:  '';
	background: url(../images/link_arrows.png) 0 0 no-repeat;
	width: 10px;
	height: 7px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}

ul.list  li a:hover {
	color: #666 ;
}


ul.list.l1 {
	padding-top: 0;
}
/****Links****/



a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #d58808;
}

a.link-1 {
	color: #d58808;
	display: inline-block;
}

.map a.link-1 {
	margin-left: 10px;
}

a.link-1:hover {
	color: #fff;
}

a.btn {
	color: #d58808;
	display: inline-block;
	padding-right: 16px;
	margin-top: 19px;
	position: relative;
}

a.btn.bt1 {
	margin-top: 21px;
}

a.btn:hover {
	color: #666666;
}

a.btn:after {
	content: '';
	display: block;
	right: 0;
	position: absolute;
	top: 7px;
	width: 10px;

	height: 7px;
	background: url(../images/link_arrows2.png) 0 0 no-repeat;
}

a.btn:hover:after {
	background-position: 0 bottom;
	
}

a.link1:hover:after {
	background-position: 0 0;
}

a.link1 {
	color: #666666;
	display: inline-block;
	padding-right: 20px;
	margin-top: 10px;
	font-size: 14px;
	position: relative;
}

a.link1:hover {
	color: #d58808;
}


a.link1:after {
	content: '';
	display: block;
	right: 0;
	position: absolute;
	top: 8px;
	width: 10px;

	height: 7px;
	background: url(../images/link_arrows2.png) 0 bottom no-repeat;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-top: 5px;
}

.page1 .img_inner {
	margin-top: 41px;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 17px;
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-right: 40px;
	margin-top: 0;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.ver {
	position: relative;
	padding-right: 20px;
}

.ver:after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	background: url(../images/ver.png) right 0 repeat-y;
	top: 41px;
	bottom: 0;
	right: 0;

}

.page1 .ver {
	padding-right: 10px;
}

.page1 .ver:after {
	width: 2px;
	background: url(../images/ver.png) 0 0 repeat-y;	
}

.nowrap {
	white-space: nowrap;
}
/*header*/

.page1 header {

	padding-bottom: 0;
}
header {
	position: relative;
	display: block;
	padding: 30px 0 0px;
	position: static;
	background: url(../images/trsn1.png)  0 0  repeat;
}

header h1 {
	float: left;
	z-index: 910;
	margin-bottom: 28px;
		text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 221px;
	height: 63px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

/**Content**/


.content {
	background: url(../images/main_bg.png) 0 0 repeat;
	box-shadow: 0 0 8px #1a1a1a;
	padding-bottom: 50px;
}

.page1 .content {
	padding-bottom: 44px;
	padding-top: 0;
}

.hor {
	background: url(../images/hor.png) 0 bottom repeat-x;
	padding-top: 33px;
}

.carousel1 {
	cursor: default !important;
}

.car_div {
	padding-top: 2px;
	margin: 0 -10px;
}

.carousel1 li {
	float: left;
	text-align: center;
	margin: 0 10px;
}




.hor1 {
	padding-top: 37px;
	margin-bottom: 5px;
}

a.prev,a.next {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 38px;
	display: block;
}

a.prev:hover {
	background-position: 0 bottom;
}

a.next {
	background-position: right bottom;
	margin-left: 5px;
}

a.next:hover {
	background-position: right 0;
}

.col1 {
	color: #666666;
	font-size: 14px;
	padding-bottom: 1px;
}

.col11 {
	color: #666666;
	font-size: 16px;
	padding-bottom: 1px;
}

.hor2 {
	border-bottom: 1px solid #2f2f2f;
	padding-top: 39px;
}


.hor2.h1 {
	padding-top: 35px;
}

.team {
	overflow: hidden;
	margin: -18px 0px 0 -20px;
}

.team>div {

	font-size: 14px;
	float: left;
	overflow: hidden;
	width: 330px;
	margin: 18px 0px 0 20px;
}

.team>div .col1 {
	padding-bottom: 0;
}

.products .clear {
	height: 24px;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.2;
}

a.gal {
	margin-top: 5px;
	margin-bottom: 13px;
	display: block;
	background: url(../images/magnify.png) center no-repeat #D58808;
}

.serv {
	overflow: hidden;
}

.serv+.serv {
	margin-top: 18px;
}

.prv p {
	margin-bottom: 19px;
}

.prv a.link1 {
	position: relative;
	top: 10px;
}

/**Map**/

.map {
	margin-bottom: 0 !important;
	overflow: hidden;
}


.map figure {
	padding-top: 0px;
	display: block;
	width: 593px !important;
	margin-bottom: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 593px;
	height: 277px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map address dt {
	margin-bottom: 20px;
}

.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}

/**Footer**/
footer {
	box-shadow: 0 4px 8px #1a1a1a;
	display: block;
	padding-bottom: 42px;
	line-height: 19px;
	color: #969595;
	background: url(../images/bg_footer.png) 0 0 repeat;

}


.copy {
	text-align: right;
	padding-right: ;
	padding: 42px 28px 0px 0;
	position: relative;
	font: bold 14px/24px 'PT Sans Narrow', sans-serif;
	color: #6a593d;
	text-transform: uppercase;
}

.copy span {
	position: relative;
	top: -23px;
}

.f_logo {
	display: block;
}

#newsletter {
	padding-top: 21px;
	position: relative;
}

#newsletter>span {
	display: block;
	margin-bottom: 31px;
}

#newsletter .rel {
	position: relative;
	overflow: visible;
}

#newsletter .email {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}


#newsletter input {
	float: left;
	color: #797979;
	background: url(../images/newsletter_bg.png) 0 0 repeat;
	width: 100%;
	border: solid;
	height: 30px;
	font: italic 12px/20px  Arial, Helvetica, sans-serif;
	padding: 5px 75px 5px 13px;
	outline: none !important;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a {
position: absolute;
top: 0;
right: 0;
font-size: 10px;
line-height: 20px;
	color: #fff;
	background-color: #d57315;
display: inline-block;
border: 1px solid #c46c17;
padding: 4px 9px;
text-transform: uppercase;
}


#newsletter a:hover {
	background-color: #8a8a8a;
	border-color: #8a8a8a; 
}


#newsletter .error, #form1 .empty {		
	height:0px;
	top: 42px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:20px;

}

#newsletter .success {
	width: 100%;
	top: 0px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	background: #4f4f4f;
	left: 0px;
 color: #8a8a8a;
	overflow: hidden;
	padding: 15px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}

/**To Top**/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 39px;
	height: 39px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(../images/totop.png) no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline: none;
	background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

#newsletter input {
	font-size: 11px;
}

.content, footer {
	box-shadow: none !important;
}

.team > div {
	width: 258px;
	font-size: 12px;
}

.main {
	padding-top: 0;
}

.copy span {
	top: 0;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	padding-top: 50px;
}

.main1 {
	width: auto;
	margin: 0;
}

 .nowrap {
 white-space: normal;
}

 .map {
 	padding-right: 0 !important;
 }



 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.slider_wrapper {
	height: 383px !important;
}

.camera_pag {
	bottom: 20px !important;
}


.nowrap {
	white-space: normal;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

#newsletter input  {
	font-size: 12px;
}

.team {
	margin-left: 0;
	margin-right: 0;
}

.products .clear {
	height: 0;
}

a.gal {
	margin-top: 25px;
}

.team > div {
	margin-left: 0;
	margin-right: 0;
	width: auto;
	float: none;
}

.newsletter i

.copy {
	text-align: left;

}

.none {
	clear: both;
}

footer .grid_2.fright, .cop {
	width: 50% !important;
	float: left !important;
}

.ver {
	padding-right: 0 !important;
}

.ver:after {
	display: none;
}

h2 {
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
	font-size: 30px;
	line-height: 30px;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}


.img_inner img {
	width: 100%;
}

 header {
 position: relative;
}
 header h1 {
 margin-bottom: 10px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

.slider_wrapper {
	height: 249px !important;
}


}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

h2 {

	margin: 0 20px;
	font-size: 20px;
	line-height: 20px;
}

.copy {
	padding-top: 80px;
	font-size: 13px;
}

}
