@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 */

@font-face {
    font-family: 'futura_condensed_extra_boldRg';
    src: url('../fonts/futura_condensed_extra_bold_regular-webfont.eot');
    src: url('../fonts/futura_condensed_extra_bold_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_condensed_extra_bold_regular-webfont.woff') format('woff'),
         url('../fonts/futura_condensed_extra_bold_regular-webfont.ttf') format('truetype'),
         url('../fonts/futura_condensed_extra_bold_regular-webfont.svg#futura_condensed_extra_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futura_bold_bt-webfont.eot');
    src: url('../fonts/futura_bold_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_bold_bt-webfont.woff') format('woff'),
         url('../fonts/futura_bold_bt-webfont.ttf') format('truetype'),
         url('../fonts/futura_bold_bt-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-medium-webfont.eot');
    src: url('../fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-medium-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	width: 100%;
}

/*This css style will prevent skype from formatting the numbers in web-page*/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container, span[class^="skype_pnh_print_container"] {display:inline !important;} 

a[href^=tel]{color:#231f20; text-decoration:none;}
a[href^=tel]:hover{color:#231f20; text-decoration:none;}

* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #858585;
	position: relative;
	min-width: 1020px;
	background: url(../images/bg.jpg) 0 0 repeat #232323;

}


.main {
	padding-top: 75px; width:100%; position:relative; top:0px; left:0px; z-index:10;
	
}
.main-bg{height:945px; width: 100%; overflow:hidden; position:absolute; z-index:0; top:0px; }
.main-bg img{width:100%; height:auto;}

img{
	border:none;
	}
 .main1 {
	width: 1020px; position:relative;
	margin: 0 auto;
	
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}
p.p2 {
	margin:5px 0;
}

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


input {
	border-radius: 0 !important;
}


img {
	max-width: 100%;
}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-family: 'futura_condensed_extra_boldRg';
	font-weight: normal;
	color: #141a23;
	text-transform: uppercase;
}

h2 {
	padding: 160px 0px 0px;
	text-align: center;
	font-size: 64px;
	line-height:65px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'futura_condensed_extra_boldRg';
	text-shadow: 5px 5px 5px #4a4224; color:#fff; letter-spacing:1px;
}

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

h3 {
	font-size: 28px;
	line-height: 30px;
	padding-top: 36px;
	margin-bottom: 24px;
}
h5 {
	font-size: 20px; font-weight:normal;
	line-height: 30px;
	padding-top:10px;
	margin:0px 0px 10px;
}

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: 15px;
	line-height: 18px;
	color: #7a0b1e;
	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: #7a0b1e;
	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: #333333;
}


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



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

a:hover {
	color:inherit;
}

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

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

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

a.btn {
	color: #0F6939;
	display: inline-block;
	padding-right: 16px;
	margin-top: 19px;
	position: relative;
	font-weight:bold;
}

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

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

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

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

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

a.link1:hover:after {
	background-position: 0 bottom; color: #858585;
}

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

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


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

	height: 7px;
	background: url(../images/link_arrows.png) 0 0 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/trsn2.png)  top  repeat-x;
}

header h1 {
	float: left;
	z-index: 910;
	margin-bottom: 28px;
		text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 221px;
	height: 84px;
	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.jpg) 0 0 repeat;
	box-shadow: 0 0 8px #e1e1e1;
	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;
	width:33%;
}

.call-sec
{
	float:right; font-size:30px; color:#231f20; display: block;    padding: 0 0 24px; font-weight:normal; font-family: 'futura_condensed_extra_boldRg' ;
}


.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: #0F6939;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
}

.hor2 {
	border-bottom: 1px solid #d2d2d2;
	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; font-weight:bold;
}

.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: 15px;
	display: block;
	background: url(../images/magnify.png) center no-repeat #A2AF65;
}

.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 #e1e1e1;
	display: block;
	padding-bottom: 42px;
	line-height: 19px;
	color: #404040;
	background: url(../images/footer-bg.jpg) top repeat-x;

}
footer a
{
	color:#404040;
}

.copy {
	text-align: left;
	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: #404040;
	background: url(../images/newsletter_bg.jpg) 0 0 repeat;
	width: 100%;
	border: none;
	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: #7a0b1e;
display: inline-block;
border: none;
padding: 4px 9px;
text-transform: uppercase;
}


#newsletter a:hover {
	background-color: #333333;
}


#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===============================================*/
.grass-img
{
	float:left; margin:5px 20px 20px 0; border:1px solid #231F20;
}
.grass-p
{
	margin:20px 0 0;
}
.dc-logo
{
	padding:45px 0 0 ; float:right;
}
.grass-name {
	margin:0px; padding:5px 0 0; font-weight:bold;
}
.grass-name a
 {
	 color: #0F6939; text-decoration:none;
 }
.grass-name a:hover
 {
	 color: inherit; 
 }


@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: 768px) {

.measure1,.measure2, .measure3 { width:50% !important; margin:0 auto !important; float:none !important;}	
.total1, .total { float:none !important; margin:0 auto !important; width:48% !important;}

.measure-btn {
    float: none !important;
    margin: 0 auto !important;
    width: 50% !important;
}

.measure2, .measure3{ border:#C5C5C5  solid 1px !important; border-top:none !important;}
.center { text-align:center !important;}


}



@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;
}
.grass-img {
    border: none;
    float: none;
    margin: 15px 0 20px 0;
    text-align: center;
    width: auto;
}

}
.servicesbox1-marginleft-0{ margin-left:0px;}
@media only screen and (max-width: 480px) {
 body {
 min-width: 300px;
}

h2 {

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

.copy {
	padding-top: 80px;
	font-size: 13px;
}
.call-sec {
    float: none; text-align:center; padding:20px 0 0;
}
.copy {padding-top:45px;}
.servicesbox1-marginleft-0{ margin-left:10px;}

.measure1,.measure2, .measure3 { width:96% !important; margin:0 auto !important; float:none !important;}	
.total1, .total { float:none !important; margin:0 auto !important; width:92.5% !important;}

.container_12 .grid_16{ width:96%;}

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

h2 {

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

.copy {
	padding-top:50px;
	font-size: 13px;
}
.call-sec {
    float: none; text-align:center; padding:20px 0 0;
}
.container_12 .grid_15{ width:50%; }
.servicesbox1-marginleft-0{ margin-left:10px;}

.measure1,.measure2, .measure3 { width:96% !important; margin:0 auto !important; float:none !important;}	
.total1, .total { float:none !important; margin:0 auto !important; width:92.5% !important;}


}




/*20 January*/


.measure
{
	width:100%; margin:0 auto; padding:0px;
}
.measure1
{
	width:302px; float:left; margin:0px; padding:20px 8px; border:1px solid #c5c5c5; margin:40px 0 0; text-align:center;
}
.measure2
{
	width:302px; float:left; margin:0px; padding:20px 8px; border:1px solid #c5c5c5; margin:40px 0 0; border-left:none;  text-align:center;
}
.measure3
{
	width:302px; float: left; margin:0px; padding:20px 8px; border:1px solid #c5c5c5; margin:40px 0 0;  border-left:none; text-align:center;
}


.border1 {border-right:1px solid #c5c5c5;}



.h1
{
	font-size:32px;
    font-weight: normal;
    line-height: 17px;
}

@media only screen and (max-width: 767px) {
.h1
{
	font-size:25px;
    line-height: 33px;
}
h3 {
    font-size: 21px;
    }
}

.measure h2
{
	font-size:22px; line-height:30px; padding-bottom:0px; font-weight:bold; padding-top:20px; text-shadow:none; color:#0F6939;}
	
.measure h3
{
	font-size: 16px;
    font-weight: normal;
    line-height: 17px;
	padding-top:15px;
}
.measure p
{
	font-size: 15px;
    font-weight: normal;
}


.calculation {
    margin: 0;
    padding: 25px 0 0;
}



.measure .input2{
    background: none repeat scroll 0 0 #333333;
    border: 2px solid #E1E1E1;
    color: #FFFFFF;
    height: 28px;
	padding:5px;
	float:left;
	margin:0 5px 0 0;
}
.measure .input3{
    background: none repeat scroll 0 0 #504D4D;
    border: 2px solid #E1E1E1;
    color: #FFFFFF;
	width:50px;
    height: 28px;
	padding:5px;
	float:left;
	margin:0 5px 0 0;
}





.input_row { width:300px; float:left;}
.measure .input1 {
	color: #FFFFFF;
    float: left;}


.measure div.totalT {
    background:#ebebeb;
    border: none;
    color: #504D4D;
    float: left;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 5px;
    width: 113px;
	margin:3px;
}
.allTotal,.grandTotal{ background:none;
    border: none;
    color: #fff;
    float: left;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    width: 82px;
	margin:3px;}

.measure input[type="text"] {
    background:#ebebeb;
    border: none;
    color: #504D4D;
    float: left;
    height: 28px;
    margin: 0 5px 0 0;
    padding: 5px;
    width: 57px;
	margin:3px;
}

.type3{ width:108px !important; margin-right:0px !important;}
.type4{ width:32px !important;}
.type5{ width:50px !important; margin-right:0px !important;}





.numb	{background:#ebebeb;
    border: none;
    color: #504D4D;
	float:left;
    height: 28px;
    margin: 3px 5px 3px 0;
    padding: 5px;}
	
	
	
.a_57 { width:71px; float:left; margin-right:5px;}
.a_108 { width:108px; float:left;}
.null_a { float:left; padding:0px; margin-right:5px; padding:0 5px;  width:13px;}



.total1 {
    width:288px; float:left; margin:0px; padding:15px 15px; border:1px solid #C5C5C5; margin:0px 0 0; border-top:none;
	font-size:18px; font-weight:normal; color:#404040;
}


.total {
    background:#0F6939; width:608px; float: left; margin:0px; padding:19px 15px 12px; border:none; margin:0px 0 0;
	font-size:18px; font-weight:normal; color:#fff;
}


.reset {
    background:#fff;
	color:#0F6939;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    width: 122px;
	border:none;
	text-transform:uppercase;
	font-size:15px !important;
	cursor:pointer;
}
.reset:hover {
    background:#0F6939;
	color:#fff;
}

.order1 {
    background: #0F6939;
	color:#fff;
    float: right;
    font-weight: bold;
    margin-right: 0px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    width: 140px;
	border:none;
	text-transform:uppercase;
	font-size:15px !important;
	cursor:pointer;
}
.order1:hover {
    background: #fff;
	color:#0F6939;
}

.measure-btn
{
	width:955px; margin:0 auto; float:none;
}


.grid_12 h1 {

    font-size: 32px;
    font-weight: normal;
    line-height: normal;
	margin-top:32px;
}

.wid1{ float:left; width:19px; margin-right:5px;}
.wid{ float:left; width:43px; margin-right:5px;}

ul.list-new{ padding:0px; margin:0px 0 20px;}
ul.list-new li{ list-style-type:disc; list-style-position:inside;}
.footer-logo{ padding-top:45px;}

.div-input .g-recaptcha { 
	transform:scale(0.82); 
	-webkit-transform: scale(0.82); 
	transform-origin:0 0; 
	-webkit-transform-origin:0 0; 
	margin-top: 16px;
	height: 60px;
}

.g-recaptcha { 
	transform:scale(0.82); 
	-webkit-transform: scale(0.82); 
	transform-origin:0 0; 
	-webkit-transform-origin:0 0; 
	height: 60px;
	margin-top: 10px;
}


.submit-class {
    position: relative;
    top: 20px;
    left: -1px;
}

.btn.submit-cls {
    position: relative;
    right: 55px;
}
.contact-btns {display:inline-block;}
.btn.submit-cls.contact-btn {
    position: relative;
    right:0px;
}

.cptcha {
    position: relative;
    right: 11px;
}
.img-right { float:right; margin:0 0 0 15px; }




@media only screen and (max-width: 767px) {
.img-right {
    clear: both;
    float: none;
    margin: 10px auto;
    width: 100%;
}

.cptcha {
    position: relative;
    right: 0px;
}
.btn.submit-cls {
    position: relative;
    right: 0px;
}
}
