html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'bebas_neueregular';
    src:url(../fonts/BebasNeue-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.wrap1{
	width:70%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.logo img {
	float:left;
	
}
.logo h1 a{
	color: #FFF;
	font-size: 6em;
	font-family: 'bebas_neueregular';
}
/******************************************************************************/
/* menu                                                                    */
/******************************************************************************/

#menu-icon
    {
        display:hidden;
        width:40px;
        height:40px;
        background: #ccc url(../img/mene-icon.png)center;   
    }

a:hover#menu-icon
    {
        background-color:red;
        border-radius: 4px 4px 0 0;
    }
.cssmenu{
	text-align:center;
	padding:0.1% 0 0.2%;
	background:#2f292b;
	
}
.cssmenu > ul > li {
	display: inline-block;
	position: relative;
}
.cssmenu > ul > li.active a, .cssmenu > ul > li a:hover {
	color: #000;
	background:#65b95f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.cssmenu > ul > li > a {
	text-transform: uppercase;
	font: normal 15px/30px PT Sans, sans-serif;
	color: #FFF;
	display: block;
	line-height: 2.8em;
	padding: 10px 25px;
	letter-spacing: 1px;
}
/******************************************************************************/
/* header                                                                     */
/******************************************************************************/

.header{
	background:#fff;
	padding: 2% 0;
}
.header-text {
	float: right;
	margin-top: 50px ;
	font-size: 0.8125em;
	color:#8A8803;
}
.header-text .phone {
	color:#8A8803;
	font:16px/1.2em Arial, Helvetica, sans-serif;
	padding-left: 20px;
	display: inline-block;
	margin: 0;
	background: url(../images/phone.png) left 8px no-repeat;
}
.banner{
	background:#fff;
	padding-bottom:2%;
}
.about-banner{
	background:#2f292b;
}
.main{
	padding:3% 0;
}
/*--content--*/
/******************************************************************************/
/*content                                                                 */
/******************************************************************************/
.top-box h1{
	text-align: center;
	color: #888;
	font-size: 3em;
	font-family: 'bebas_neueregular';
	margin-bottom: 20px;
	}
	#pro
	{
	color: #888;
	font-size: 3em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';	
	margin-left:20px;
	}
	
hr {
	border-bottom: 1px solid #CCC;
	border-top: none;
	margin: 0;
	width: 500px;
	display: inline-block;
	margin-top: -14px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#about {
	border-bottom: 1px solid #CCC;
	border-top: none;
	margin: 0;
	width: 400px;
	display: inline-block;
	margin-top: -14px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px)
{#about {
	border-bottom: 1px solid #CCC;
	border-top: none;
	margin: 0;
	width: 200px;
	display: inline-block;
	margin-top: -14px;
	margin-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
	}
	@media screen and (max-width:640px)
{#about {
	border-bottom: 1px solid #CCC;
	border-top: none;

	width: 350px;
	display: inline-block;
	margin-top: -14px;
	margin-bottom: 14px;
	margin-left: 100px;

}
	}
.top-box{
	text-align:center;
	margin-bottom: 2%;
}
.top-box p{
	color: #999;
	font-size: 0.8125em;
	line-height: 1.5em;
	width: 65%;
	margin: 0 auto;
}
@media screen and (max-width:768px)
{
	.top-box p{
	color: #999;
	font-size: 0.8125em;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto;
}
}
@media screen and (max-width:640px)
{
	.top-box p{
	color: #999;
	font-size: 0.8125em;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto;
}
}

.topedmheading h1 {
    text-align: center;
    color: #888;
    font-size: 2em;
    font-family: 'bebas_neueregular';
    margin-bottom: 20px;
}

/*  GRID OF FIVE   ============================================================================= */
.col_1_of_5{
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.col_1_of_5:first-child { margin-left: 0; }
.span_1_of_5 {
  	width: 16.72%;
}
.span_1_of_5  h3{
	color: #888;
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_1_of_5   p {
	color: #999;
	font-size: 0.8125em;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.wrap1{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
 @media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.wrap1{
		width:95%;
	}	
	.col_1_of_5{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_5 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
 @media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}.wrap1{
		width:95%;
	}	
	.col_1_of_5{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_5 {
		width:92%;
		padding:4%;
	}
}
.grid_img{
	text-align:center;
	margin-bottom: 4%;
}
.content-top{
	margin-bottom:5%;
}
/*  GRID OF FOUR   ============================================================================= */

.col_1_of_4{
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 31.6%;
}

.sspan_1_of_4 {
	width: 22.8888%;
}

.span_1_of_4 img{
	display:block;
	width:100%;
}
.span_1_of_4  h3 a{
	color:#fff;
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_4  h3 a:hover{
	color:#E4E24F;
}
/* END GRID OF FOUR   ============================================================================= */
/*  installations GRID OF FOUR   ============================================================================= */

.ccol_1_of_4{
	display: block;

	float: left;
	margin: 1% 0 1% 2.6%;
}
.ccol_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.sspan_1_of_4 {
	width: 22.8888%;
}

.sspan_1_of_4 img{
	display:block;
}
.sspan_1_of_4  h3 a{
	color:#fff;
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.sspan_1_of_4  h3 a:hover{
	color:#E4E24F;
}
/* END  installationsGRID OF FOUR   ============================================================================= */
/* Products GRID OF FOUR   ============================================================================= */
#pro_img img {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#pro_img:hover {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	opacity: 1;
}
#pro_img
{
	padding-left:80px;
	margin-right:20px;
	margin-bottom:5px;
	float:left;}
#pro_subimg
{
	padding-left:00px;
	margin-right:20px;
	margin-top:5px;
	float:left;}

.pro_col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.pro_span_1_of_4 {
	width: 90.2%;
}
.pro_span_1_of_4 img{
	display:block;
}
.pro_span_1_of_4  h3 a{
	color:#fff;
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.pro_span_1_of_4  h3 a:hover{
	color:#E4E24F;
}
/* END products GRID OF FOUR   ============================================================================= */
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	.wrap1{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}.wrap1{
		width:95%;
	}	
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.col_1_of_4 .hover_img
	{
		padding: 0% 0%;}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
		.pro_col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.pro_span_1_of_4 {
		width:94%;
		padding:3%;  
	}
	.ccol_1_of_4{ 
		margin: 0% 0 0% 0%;
	}
	.sspan_1_of_4 {
		width:94%;
		padding:0%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
	.pro_col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.pro_span_1_of_4 {
		width:92%;
		padding:4%; 
	}
	.ccol_1_of_4{ 
		margin: 0% 0 0% 0%;
	}
	.sspan_1_of_4 {
		width:92%;
		padding:0%; 
	}
}
.caption{
	background: #2F292B;
	padding:20px;
	text-align:center;
}
hr.hr {
	border-bottom: 1px solid #4A4A4A;
	width: 133px;
	position: relative;
	top: -4px;
}
.caption p{
	color:#fff;
	font-size:0.8125em;
	line-height:1.5em;
}
.content-bottom{
	margin-bottom: 5%;
}
.caption1{
	padding-top:8%;
}
time {
	color: #929292;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
}
.lnk {
	color:#65b95f;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
	margin-bottom:3%;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.lnk:hover{
	color:#888;
}

.caption1 p{
	color:#999;
	font-size:0.8125em;
	line-height:1.5em;
	margin-bottom: 5%;
} 
.btn.btn-primary {
	box-shadow: none;
	background: #65b95f;
	position: relative;
	font-size: 0.99em;
	display: inline-block;
	padding:7px 15px 7px 15px;
	font-family: 'PT Sans', sans-serif;
	color: #FFF;
	text-shadow: none;
	border: none;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 4px solid #1b83ac;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn.btn-primary:hover {
	background:#333;
	border-bottom: 4px solid #111;
}
.hover_img img {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.hover_img img:hover {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	opacity: 1;
}
/*--footer--*/
.footer {
	background: #2F292B;
	text-align:center;
	padding:1% 0;
}
.footer-text h2{
	color:#fff;
	font-size:3em;
	font-family: 'bebas_neueregular';
	text-transform:uppercase;
	margin-bottom:2%;
}
.footer-text p{
	font-size:0.8125em;
	line-height:1.5em;
	color:#989898;
}
.follow_icon {
	list-style: none;
	padding: 2% 0;
}
ul.follow_icon li {
	display: inline-block;
	margin-left:15px;
}
.follow_icon li a img {
	vertical-align: middle;
	
}
.follow_icon li a img:hover {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	transform: scale(0.99);	
}
.copy p{
	color:#fff;
	font-size:0.8125em;
}
.copy p a{
	color:#E4E24F;
}
.copy p a:hover{
	color:#fff;
}
/*--about--*/
.col:first-child {
	margin-left: 0;
}
.col {
	display: block;
	float: left;
}
.span_1_of_about {
	width: 73.2%;
	margin-right: 3%;
}
.span_1_of_about h3 {
	color:#888;
	font-size: 2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-img {
	width: 30%;
	float: left;
	margin-right: 2%;
}
.about-desc {
	width: 68%;
	float: left;
	margin-right: 0;
}
.about-desc p {
	color: #999;
	font-size: 0.8125em;
	line-height: 1.5em;
}
.about-topgrid1 {
	width: 29%;
	float: left;
	margin-right: 5%;
}
.about-topgrid1 h3 {
	color:#888;
	font-size: 2em;
		margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	font-family: 'bebas_neueregular';
}


.about-topgrid1 img {
	margin-bottom:10px;
	width:100%;

}
.about-topgrid1 h5 {
	color: #888;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom:5px;
}
.about-topgrid1 p {
	font-size: 0.8125em;
	color: #999;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
}



.about-histore {
	float: left;
	width: 30%;
}
.about-histore h3 {
	color:#888;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	font-family: 'bebas_neueregular';
}
.about-histore ul li span {
	color: #65b95f;
	font-weight:bold;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	float: left;
	width: 15%;
}

.about-histore ul li p {
	font-size: 0.8125em;
	color: #999;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
	float: right;
	width: 83%;
}
.about-services {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.about-services h3 {
	color:#888;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	font-family: 'bebas_neueregular';
}
.questions {
	margin: 10px 0 3px 0;
}
.questions h4 {
	color: #888;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
.questions p {
	font-size: 0.8125em;
	color: #999;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
}
.comments-custom li {
	overflow: hidden;
	margin: 0;
	padding: 0px 0 20px 0;
	border-bottom: none;
	background: none;
}
.comments-custom.unstyled .icon {
	background: url(../images/comment.png) no-repeat 0 50%;
	width: 37px;
	height: 70px;
	float: left;
	border-right: 1px solid #D3D0D0;
	padding: 0 8px 0 0;
	margin: 0 10px 0 0;
}
.right-text {
	width:80%;
	float: left;
}
.comments-custom.unstyled .comments-custom_h {
	color: #333;
	font-size: 1em;
	margin: -2px 0 0 0;
}
.comments-custom.unstyled .comments-custom_txt {
	padding: 2px 0 0 0;
	font-size: 13px;
	line-height: 1.5em;
}
.comments-custom time {
	font-size: 11px;
	color: #333;
}
.span_1_of_about1 h3 {
	color: #888;
	font-size: 2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-top{
	padding-bottom:3%;
}
.comments-custom.unstyled .comments-custom_txt a {
	color: #999;
}
.comments-custom.unstyled .comments-custom_txt a:hover {
	color:#E4E24F;
}
.span_1_of_about1 {
	width: 23.2%;
}
p.desc{
	font: italic 18px PT Sans, sans-serif;
	line-height: 23px;
	color: #999;
	font-size: 1.2em;
}
.padd {
	padding: 0 100px;
}
h4.head{
	color:#65B95F;
	font-family: 'PT Sans', sans-serif;
	font-size:0.8125em;
	line-height:1.5em;
	text-transform: uppercase;
	padding-bottom: 3%;
}
.list-box .numb {
	font-family: 'bebas_neueregular';
	font-size:4em;
	color: #888;

}
#pro_more
{
	font-size:1.0em;
	font-weight: bold;
	color: #65b95f;

	}
.list-box ul li
{
	font-size: 0.8125em;
	line-height: 1.5em;
	padding:3px;
	color: #999;}
h4 {
	color: #65B95F;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	text-transform: uppercase;
}
#keywords
{
	color: #65B95F;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	text-transform: uppercase;

}
#pro_1 {
	color: #65B95F;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;

	text-transform: uppercase;
}
#pro_2 {
	color: #888;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.8em;
	line-height: 1.5em;

	text-transform: uppercase;
}
h6
{
	color: #000;
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	}
#pro_3 {
	color: #888;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;

	text-transform: uppercase;
}
h4:hover
{
	color:#888888;}
h5 {
	color: #BDBA04;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-top:5px;
}
p.txt1{
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5%;
}
p.txt2{

	font-size: 0.8125em;
	line-height: 1.5em;
	padding:3px;
	color: #999;
}
p.txt4{

	font-size: 0.8125em;
	line-height: 1.5em;
	padding:3px;
	margin-left:15px;
	color: #999;
}
@media screen and (max-width:320px)
{
	p.txt4{

	font-size: 0.8125em;
	line-height: 1.5em;
	padding:0px;
	margin-left:0px;
	color: #999;
}
}
.more{
	padding-top:4%;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 30.2%;
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	color: #888;
	font-size: 2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form input[type="submit"]:hover{
	color:#fff;
}

.contact-form input[type="submit"]{
	padding:8px;
	display:block;
	width:20%;
	background:#65b95f;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.9125em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #000;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
	cursor:pointer;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.company_address{
	padding-top:0px;
}
.company_address p{
	font-size:0.8125em;
	color:#999;
	line-height: 1.5em;
}
.company_address p span{

	color:#333;
	cursor:pointer;
}
.company_address p span a{
	text-decoration:none;

	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}.wrap1{
		width:95%;
	}		
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.ccol_1_of_4{ 
		margin: 0% 0 0% 0%;
	}
	.sspan_1_of_4 {
		width:50%;
		padding:0%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}.wrap1{
		width:95%;
	}	
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.contact-form input[type="submit"]{
	padding:8px;
	display:block;
	width:40%;}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}.wrap1{
		width:95%;
	}	
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--404--*/
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
}
/*--responsive design--*/
/******************************************************************************/
/* 1366                                                                     */
/******************************************************************************/

@media (max-width:1366px){
	.wrap{
		width:90%;
	}	.wrap1{
		width:90%;
	}	
	.right-text {
		width: 79%;
	}
}
/******************************************************************************/
/* end 1366                                                                     */
/******************************************************************************/

/******************************************************************************/
/* 1280                                                                     */
/******************************************************************************/

@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
	.wrap1{
		width:90%;
	}	
	.right-text {
		width:78%;
	}
}
/******************************************************************************/
/* end 1280                                                                     */
/******************************************************************************/


/******************************************************************************/
/* 1024                                                                     */
/******************************************************************************/

@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.right-text {
		width:73%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.header-text .phone {
		background: url(../images/phone.png) left 7px no-repeat;
	}
	.ccol_1_of_4{ 
		margin: 0% 0 0% 0%;
	}
	.sspan_1_of_4 {
		width:50%;
		padding:0%; 
	}
}
/******************************************************************************/
/* end 1024                                                                     */
/******************************************************************************/


/******************************************************************************/
/* 800                                                                     */
/******************************************************************************/

@media (max-width:800px){
	.wrap{
		width:90%;
	}	#close
	{
		display:none;}
	.wrap1{
		width:100%;
	}	
	.right-text {
		width:65%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.logo h1 a {
		font-size: 5em;
	}
	.header-text {
			margin:0;
		float: right;
		text-align: center;
	}
	.cssmenu > ul > li > a {
		font: normal 14px/30px PT Sans, sans-serif;
		padding: 4px 10px;
		line-height: 2.8em;
	}
	.top-box h1 {
		font-size: 2.5em;
	}
	hr {
		width: 350px;
	}
	.span_1_of_5 h3 {
		font-size: 13px;
	}
	.span_1_of_4 h3 a {
		font-size: 1.2em;
	}
	.btn.btn-primary {
		font-size: 0.8125em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.7em;
	}
	.list-box .numb {
		font-size: 3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.footer-text h2 {
		font-size: 2.5em;
	}
}
/******************************************************************************/
/* end 800                                                                     */
/******************************************************************************/


/******************************************************************************/
/* 768                                                                     */
/******************************************************************************/
@media (max-width:768px){
	.wrap{
		width:90%;
	}.wrap1{
		width:100%;
	}	
	.right-text {
		width: 64%;
	}	
	.cssmenu > ul > li > a {
		font: normal 14px/30px PT Sans, sans-serif;
		padding: 8px 15px;
		line-height: 2.8em;
	}
	
}
/******************************************************************************/
/* end 768                                                                     */
/******************************************************************************/


/******************************************************************************/
/* 640                                                                     */
/******************************************************************************/
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	
	.wrap1{
		width:100%;
	}	
	.right-text {
		width:65%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.logo h1 a {
		font-size:4em;
	}
	
	.header-text {
			margin:0;
		float: right;
		text-align: center;
	}
	.cssmenu > ul > li > a {
		font: normal 14px/30px PT Sans, sans-serif;
		padding: 8px 8px;
		line-height: 2.8em;
	}
	.top-box h1 {
		font-size: 2.5em;
	}
	hr {
		width: 350px;
	}
	.span_1_of_5 h3 {
		font-size: 13px;
	}
	.span_1_of_4 h3 a {
		font-size: 1.2em;
	}
	.btn.btn-primary {
		font-size: 0.8125em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.7em;
	}
	.list-box .numb {
		font-size: 3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.footer-text h2 {
		font-size: 2.5em;
	}
	.header {
		padding:20px 0;
	}
	.header-text .phone {
		background: url(../images/phone.png) left 9px no-repeat;
	}
	.span_1_of_about {
		width: 100%;
	}
	.span_1_of_about1 {
		width: 100%;
	}
	.about-topgrid1 {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.about-histore {
		float: none;
		width: 100%;
	}
	.about-services {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.span_1_of_about h3 {
		font-size: 1.7em;
	}
	.about-topgrid1 h3 {
		font-size: 1.7em;
	}
	.about-histore h3 {
		font-size: 1.7em;
	}
	.about-services h3 {
		font-size: 1.7em;
	}
}
/******************************************************************************/
/* end 640                                                                     */
/******************************************************************************/

@media (max-width:576px){.cssmenu > ul > li > a {
		font: normal 13px/30px PT Sans, sans-serif;
		padding: 8px 6px;
		line-height: 1.8em;
	}
	#close
	{
		display:none;}}
/******************************************************************************/
/* 520                                                                     */
/******************************************************************************/
@media (max-width:520px){.cssmenu > ul > li > a {
		font: normal 13px/30px PT Sans, sans-serif;
		padding: 8px 2px;
		line-height: 1.8em;
	}
	#close
	{
		display:none;}}
/******************************************************************************/
/* end 520                                                                     */
/******************************************************************************/		
		
/******************************************************************************/
/* 480                                                                    */
/******************************************************************************/
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	
	.right-text {
		width:65%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.logo h1 a {
		font-size:4em;
	}
	.header-text {
			margin:0;
		float: right;
		text-align: center;
	}
	.cssmenu > ul > li > a {
		font: normal 11px/30px PT Sans, sans-serif;
		padding: 10px 3px;
		line-height: 2.0em;
	}
	.top-box h1 {
		font-size:2em;
	}
	hr {
		width: 350px;
	}
	.span_1_of_5 h3 {
		font-size: 13px;
	}
	.span_1_of_4 h3 a {
		font-size: 1.2em;
	}
	.btn.btn-primary {
		font-size: 0.8125em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.7em;
	}
	.list-box .numb {
		font-size: 3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.footer-text h2 {
		font-size: 2em;
	}
	.header {
		padding:20px 0;
	}
	.padd {
		padding: 0 20px;
	}
	.header-text .phone {
		background: url(../images/phone.png) left 9px no-repeat;
	}
	.span_1_of_about {
		width: 100%;
	}
	.span_1_of_about1 {
		width: 100%;
	}
	.about-topgrid1 {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.about-histore {
		float: none;
		width: 100%;
	}
	.about-services {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.span_1_of_about h3 {
		font-size: 1.7em;
	}
	.about-topgrid1 h3 {
		font-size: 1.7em;
	}
	.about-histore h3 {
		font-size: 1.7em;
	}
	.about-services h3 {
		font-size: 1.7em;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 1.7em;
	}
	#close
	{
		display:none;}
		#hide
		{
			display:none;}
	
}
/******************************************************************************/
/* end 480                                                                     */
/******************************************************************************/

@media (max-width:412px){.cssmenu > ul > li > a {
		font: normal 13px/30px PT Sans, sans-serif;
		padding: 5px 1px;
		line-height: 1.8em;
	}
	#hide
		{
			display:none;}}
/******************************************************************************/
/* 384                                                                     */
/******************************************************************************/

@media (max-width:384px){
	.wrap{
		width:90%;
	}	
	.right-text {
		width:65%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.logo h1 a {
		font-size:4em;
	}
	.header-text {
		margin: 0;
		float: none;
		text-align: center;
	}
	.cssmenu > ul > li > a {
		font: normal 13px/30px PT Sans, sans-serif;
		padding: 0px 0px;
		line-height: 2.8em;
		
	}
	.top-box h1 {
		font-size:2em;
	}
	hr {
		width:230px;
	}
	.span_1_of_5 h3 {
		font-size: 13px;
	}
	.span_1_of_4 h3 a {
		font-size: 1.2em;
	}
	.btn.btn-primary {
		font-size: 0.8125em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.7em;
	}
	.list-box .numb {
		font-size: 3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.footer-text h2 {
		font-size: 2em;
	}
	.header {
		padding:20px 0;
	}
	.padd {
		padding: 0 20px;
	}
	.header-text .phone {
		background: url(../images/phone.png) left 9px no-repeat;
	}
	.span_1_of_about {
		width: 100%;
	}
	.span_1_of_about1 {
		width: 100%;
	}
	.about-topgrid1 {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.about-histore {
		float: none;
		width: 100%;
	}
	.about-services {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.span_1_of_about h3 {
		font-size: 1.7em;
	}
	.about-topgrid1 h3 {
		font-size: 1.7em;
	}
	.about-histore h3 {
		font-size: 1.7em;
	}
	.about-services h3 {
		font-size: 1.7em;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 1.7em;
	}
	.top-box p {
		width: 90%;
	}
	.cssmenu > ul > li {
		display: block;
	}
	.cssmenu {
		padding: 2px 0;
	}
	.follow_icon li a img {
		width: 60%;
	}
	ul.follow_icon li {
		margin-left: -3px;
	}
	#close
	{
		display:none;}#hide
		{
			display:none;}
}
/******************************************************************************/
/* end 384                                                                     */
/******************************************************************************/

/******************************************************************************/
/*  320                                                              */
/******************************************************************************/

@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.right-text {
		width:65%;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.logo h1 a {
		font-size:4em;
	}
	.header-text {
		margin: 0;
		float: none;
		text-align: center;
	}
	.cssmenu > ul > li > a {
		font: normal 13px/30px PT Sans, sans-serif;
		padding: 0px 0px;
		line-height: 2.8em;
		
	}
	.top-box h1 {
		font-size:2em;
	}
	hr {
		width:230px;
	}
	.span_1_of_5 h3 {
		font-size: 13px;
	}
	.span_1_of_4 h3 a {
		font-size: 1.2em;
	}
	.btn.btn-primary {
		font-size: 0.8125em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.7em;
	}
	.list-box .numb {
		font-size: 3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.footer-text h2 {
		font-size: 2em;
	}
	.header {
		padding:20px 0;
	}
	.padd {
		padding: 0 20px;
	}
	.header-text .phone {
		background: url(../images/phone.png) left 9px no-repeat;
	}
	.span_1_of_about {
		width: 100%;
	}
	.span_1_of_about1 {
		width: 100%;
	}
	.about-topgrid1 {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.about-histore {
		float: none;
		width: 100%;
	}
	.about-services {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.span_1_of_about h3 {
		font-size: 1.7em;
	}
	.about-topgrid1 h3 {
		font-size: 1.7em;
	}
	.about-histore h3 {
		font-size: 1.7em;
	}
	.about-services h3 {
		font-size: 1.7em;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 1.7em;
	}
	.top-box p {
		width: 90%;
	}
	.cssmenu > ul > li {
		display: block;
	}
	.cssmenu {
		padding: 2px 0;
	}
	.follow_icon li a img {
		width: 60%;
	}
	ul.follow_icon li {
		margin-left: -3px;
	}
	#close
	{
		display:none;}
		#hide
		{
			display:none;}
		.contact-form input[type="submit"]{
	padding:8px;
	display:block;
	width:40%;}
}
/******************************************************************************/
/*  end 320
/******************************************************************************/

/******************************************************************************/
/*  back to top                                                                      */
/******************************************************************************/

div#page {
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 16px;
			font-family: 'bebas_neueregular';
			padding: 1em;
			display: none;
			border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	

/******************************************************************************/
/* end  back to top                                                                      */
/******************************************************************************/

/******************************************************************************/
/* contact form error box
/******************************************************************************/
@media only screen and (max-width: 320px) {
#popupbox {
			color: #fff;
			display: none;
			position: fixed;
			top: 25%;
			left: 0%;
			width: 100%;
			height: auto;
			padding: 16px;
			border: 10px solid #00aeef;
			background-color:#2f292b;
			z-index:1002;
			overflow: auto;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			cursor:pointer;
		}
#popup-out{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 200%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
}
#popupbox {
			color: #fff;
			display: none;
			position: fixed;
			top: 25%;
			left: 20%;
			width: 50%;
			height: auto;
			padding: 16px;
			border: 10px solid #00aeef;
			background-color:#2f292b;
			z-index:1002;
			overflow: auto;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			cursor:pointer;
			
		}
#popupbox p
{
	 text-align:center;text-transform: uppercase;
	 font-family: 'bebas_neueregular';
	 font-size:18px;
	 color: #FFF;
	 letter-spacing: 1px;
}
#popupbox h4
{
	text-align:center;
}	
#popup-out{
			display: none;
			position: fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height:100%;
			background-color: black;
			z-index:1001;
			-webkit-opacity: 0.8;
			-moz-opacity: 0.8;
			-o-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
			
		}
		
		/******************************************************************************/
/* end contact form error box
/******************************************************************************/

#feedback { 
  height: 124px; 
  width: 204px; 
  position: fixed; 
  top: 40%;
  left:95%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
}
@media screen and (max-width:1366px)
{
	#feedback
	{
		left:94%;}}
@media screen and (max-width:1280px)
{
	#feedback
	{
		left:94%;}}
		
@media screen and (max-width:1120px)
{
	#feedback
	{
		left:93%;}}
@media screen and (max-width:1024px)
{
	#feedback
	{
		left:92%;}}
		@media screen and (max-width:800px)
{
	#feedback
	{
		left:91%;}}
		@media screen and (max-width:768px)
{
	#feedback
	{
		left:90%;}}
				@media screen and (max-width:640px)
{
	#feedback
	{
		left:87.5%;}}
		@media screen and (max-width:520px)
{
	#feedback
	{
		left:84%;}}
		@media screen and (max-width:480px)
{
	#feedback
	{
		left:83%;}}
@media (min-width: 320px) and (max-width: 480px) {
		.contact-form input[type="submit"]{
	padding:8px;
	display:block;
	width:40%;}
	
}
	
		
		@media screen and (max-width:384px)
{
	#feedback
	{
		left:80%;}}
		@media screen and (max-width:320px)
{
	#feedback
	{
		left:75%;}}
		
		@media screen and (max-width:240px)
{
	#feedback
	{
		left:50%;}}

#feedback a { 
  display: block; 
  background: #f00; 
  height: 110px; 
  width: 140px; 
  padding: 8px 16px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 17px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#feedback a:hover { 
  background: #06c; 
}

/*readmore style code */
 *, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}



.columnsContainer1 { position: relative; margin: .5em; }

 .leftColumn1 {padding-right: 2.5em; }
 
.rightColumn1{
	padding-left:4em;}
.leftColumn1 { margin-bottom: .5em;}

@media screen and (min-width: 47.5em ) {
  .rightColumn1 { margin-left: 15.5em; }

	.leftColumn1 { position: absolute; top: 0; left: 0; width: 18.75em; }   
}
@media screen and (min-width:480px) {
  .rightColumn1 { margin-left: 5.5em; }
	.leftColumn1{ position: absolute; top: 0; left: 0; width: 10em; }   
}

@media screen and (min-width:640px) {
  .rightColumn1 { margin-left: 12.5em; }

	.leftColumn1{ position: absolute; top: 0; left: 0; width: 18.75em; }   
}


#panel,#flip
{
display:none;	
padding:5px;
text-align:center;
background-color:#e5eecc;
border:solid 1px #c3c3c3;
}
#panel
{
padding:50px;
display:none;
}

@media screen and (max-width:640px) 
{
	.nav
	{
	text-align:left;
	
	background:#2f292b;	
	}

	.nav > ul > li.active a, .nav > ul > li a:hover {
	color: #000;
	background:#65b95f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	.nav > ul > li > a {
	text-transform: uppercase;
	font: normal 15px/30px PT Sans, sans-serif;
	color: #FFF;
	display: block;
	line-height: 1em;
	padding: 10px 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
	#panel,#flip
	{
	display:block;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	background:#2f292b;
	border:solid 1px #f5f5f5;	
	}
	#flip img:hover
	{
		cursor:pointer;}
	#panel
	{
	padding:50px;
	display:none;
	}
	.cssmenu
	{
	display:none;
	}
}