/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
i.fa.fa-circle {
    font-size: 6px;
    text-align: center;
    vertical-align: middle;
}
.ullist li{
     display:block; 
     float: none; 
     margin-right: 0px; 
	 color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
	    margin-bottom: 2%;
}
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:2px;
 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;
  color:#F36421;
  }
.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%;float:left;}
/*end reset*/

p
{
	  color: #666;
    font-family: "Open Sans",sans-serif;}
body{
	font-family:Arial, Helvetica, sans-serif;
	/*background-image: url(../images/velvet_texture1613.jpg)*/
	/*background: #F2F6F9;*/
	background:#F2F6F9;
}
.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;
}
.wrapper-box{
	background:#fff;
	/*padding:0 6%;*/
/*box-shadow: -2px 0 26px 10px #333;*/
}
.banner{
	background:#fff;
	padding-bottom:3%;
}
.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}

.logo{
	float:left;
	/*width: 84%;*/
}
.header-top{
	padding: 2% 0;
	/*background-color: #f1f1f1;*/
}
.col.span_1_of_contact1 {
    width: 55.1%;
}
/*--menu--*/
/*#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: 70px;
  float: left;
	width: 83%;
}
#cssmenu > ul > li {
  float: left;
  z-index: 99;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li > a {
  color: #fff;
  font-size:1.1em;
  font-weight: 600;
  line-height: 70px;
  padding:24px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  text-transform: uppercase;
}
#cssmenu li.active a, #cssmenu li a:hover{
	 color:#F36421;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top:70px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color:#F36421;
  color: #f0f0f0;
}*/
/*
.follow_icon {
	list-style: none;
	padding-bottom:10px;
}
.follow_icon li {
	display:inline-block;
	margin-left:8px;
	padding-top: 1.7%;
}
.follow_icon li :hover{
	opacity:0.7;
}
.follow_icon li a img {
	vertical-align: middle;
}*/
.search_box {
	margin-top: 18px;
	border: 1px solid #D2D2D2;
	position: relative;
	float:right;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 0.85em;
	color: #ACACAC;
	width: 74%;
	padding: 9px;
	-webkit-apperance: none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 12px;
	position: absolute;
	right: 0;
	width: 25px;
	height: 32px;
}
/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_4.span_1_of_4.footer-lastgrid {
    display: block;
    float: right;
   
    margin: 1% -4% 0% 0.6%;
}
.col_1_of_4.span_1_of_4.footer-lastgrid1 {
    display: block;
    float: right;
    margin: 2% -4% 0% 0%;
}
.content-top{
	/*margin-bottom:3%;*/
	padding:20px;

}
.col.span_1_of_contact1 {
    width: 55.1%;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left:40px; } /* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 30.8%;
	
}
/*.span_1_of_4  h3{
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#373737;
}
.span_1_of_4  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color:#A0A0A0;
	line-height: 1.5em;
	
	text-align: justify;
}*/
/*.span_1_of_1  p {
	font-size:medium;
	padding:0.5em 0;
	color:#A0A0A0;
    line-height: 1.5;*/
	
}.faq-form ul li:before{
content:"\f0DE";
font-family:fontawesome;}
p
{ /*text-align:justify;*/}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}	
}
.main .faq-form ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	a.anchor_tag {
    font-size: x-small;
}
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
	
	.header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
	.col_1_of_4:first-child { margin-left:2px; }
	
.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
   width: 95.1%;  
    padding-top: 246px;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	a.anchor_tag {
    font-size: x-small;
    }
    .header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.about-top1 .col_1_of_4.span_1_of_4 
	{
		width:92%;
		padding:4%; 
		
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
    width: 95.1%;  
    padding-top: 246px;
    }
    .header-bottom {
    margin: 5px;
    padding: 7px;
    }
}
.title-img {
	margin-bottom: 30px;
	
    }
    .content-middle .title-img{
    border:5px solid #f1f1f1;}
.title {
	color: #FFF;
	width:100%;
	margin: 0;
	overflow: hidden;
	float: left;
}
.title-desc {
	float: left;
}
.title-desc p{
	font-size: 1.3em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	text-transform: uppercase;
}
h4.head {
	color: #60B6E6;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom:10px;
	text-transform: uppercase;	
}
hr {
	margin:19px 0;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;	
}
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:10px 20px;
	font: 13px Arial,Helvetica,sans-serif;
	color: #FFF;
	border: none;
	background-color: #BAD9ED;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary:hover {
	background: none;
	color: #FFF;
	background-color: #F36421;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 1% 4.6%;
}

.col_1_of_3:first-child { margin-left: 2px;  margin-top: -40px;}
.span_1_of_3 {
	/*width: 102.9999%;*/
	width:29.99999%;
}
.col_1_of_3.span_1_of_first {
    /*height: 496px;*/
    /*height:355px;
    display: block;
	float:right;
	margin: 0% 0 1% 1.6%;
	margin-top: -202px;*/
}
/*.span_1_of_first{
	width: 25.2%;
	padding:2.5%; 
	background-color: #3A	3A3A;
	margin-right: 4.5%;
	font-size:medium;
	color:White;
	font-family: 'Open Sans', sans-serif;
}*/
.span_1_of_3  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	a.anchor_tag {
    font-size: x-small;
}
.header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
   width: 95.1%;   
    padding-top: 246px;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     a.anchor_tag {
    font-size: x-small;
}
    .header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
     .col_1_of_4 .span_1_of_4 ul li
     {
         display:block;
     } 
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
    width: 95.1%;   
    padding-top: 246px;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}
p.title1 {
	font-size:84px;
	color: #FFF;
	letter-spacing: -4px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.title2 {
	font-size:30px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: -16px;
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;		
}
.span_1_of_first hr {
	margin: 6px 0 11px 0;
	border-bottom: none;
	border-color: #8C8C8C;
}
.span_1_of_first  h4 {
	color: #FFF;
	margin-bottom: 15px;
	text-transform:uppercase;
	font-size: 13px;
}
p.para{
	color: #999;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 19px;
}
.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size:13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link:hover {
	color: #F36421;
}
.middle-desc{
	overflow: hidden;
	
width: 100%;
	float: left;
}
.title-desc1 p {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom:5px;
}
.sub-desc p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color: #A0A0A0;
	line-height: 1.5em;
}
/*--content-bottom**/
/*  GRID OF THREE   ============================================================================= */
.head-title {
    margin-top: -51px;  margin-left: 48px;
    color: #333;
    font-family: "Open Sans",sans-serif;    font-weight: 600;  line-height: 1.2;  margin-bottom: 20px;  
    /* margin-top: 0; */  text-align: left;  text-transform: uppercase;
}
.col_1_of_bottom{
	display: block;
	float:left;
	margin: 1% 21px 1% 1.6%;
	background: #F2F6F9;
}
.col_1_of_bottom:first-child { margin-left: 1px; }

.span_1_of_bottom {
	width:  29.2%;
	/*padding:1.5%; */
	padding:6px;
}
.col_1_of_bottom1.span_1_of_bottom {
  /*  border: 5px solid #eee;*/
}
.col_1_of_bottom1.span_1_of_last {
  /*  border: 5px solid #eee;*/
}
.col_1_of_bottom1:first-child { margin-left: 9px; }


.col_1_of_bottom1{
	display: block;
	float:left;
	margin: 1% 9px 0% 1.9%;
	background: #F2F6F9;
}

.span_1_of_last {
	width: 29.2%;
	padding:1.5%; 
	background: #F36421;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_bottom:hover  {
	background:#F36421;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_bottom:hover a{color:#fff;}
.span_1_of_bottom h5{
	font-size:1.3em;
	text-transform:uppercase;
}
.span_1_of_bottom:hover p{
	color:#fff;
}
.span_1_of_bottom img{
	padding-bottom:7%;
}
.span_1_of_last:hover  {
	background:#F36421;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_last h5{
	font-size:1.3em;
	text-transform:uppercase;
	color:#666;
}
.span_1_of_last:hover p{
	color:#fff;
}
.span_1_of_last img{
	padding-bottom:7%;
}
.span_1_of_last p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
}
.a-link2 {
	
	/*float:right;*/
	color:#F77508;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.a-link2:hover {
	color:#333;
}
.span_1_of_bottom  p  {
	font-size:13px;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;
	text-transform:uppercase;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	a.anchor_tag {
    font-size: x-small;
}
	.wrap{
		width:95%;
	}
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%;  
	}
	.footer-bottom p
	{
	   margin:0px;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
   width: 95.1%;  
    padding-top: 246px;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
    a.anchor_tag {
    font-size: x-small;
}
    .header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
    .col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
    width: 95.1%; 
    padding-top: 246px;
}
     .footer-bottom p
	{
	   margin:0px;
	}
     .wrap{
		width:95%;
	}		
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.header-bottom {
    margin: 5px;
    padding: 7px;
}
}
.span_1_of_bottom .btn-link1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color: #F77508;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.span_1_of_bottom .btn-link1:hover
{
    cursor:pointer;
    color:#333;
} 
 .btn-link2 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color: #F77508;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link2:hover
{
    cursor:pointer;
    color:#333;
} 
.main_link{
	margin-bottom:2%;
}
.content-middle{
	margin-bottom:-57px;
}
.content-bottom{
	margin-bottom:0%;
	padding:15px;
	
}
/*--footer--*/
.footer{
	border-top: 0px solid #DADADA;
}
.span_1_of_4 ul li {
	background: url(../images/marker.png)no-repeat;
	line-height: 0.4em;
	 padding-left: 20px;
	/*padding: 0 0 19px 13px;*/
	
}
.span_1_of_4 ul li a {
	color: #A0A0A0;
	font-size: 13px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	display:block;
}
.span_1_of_4 ul li a:hover {
	color:#333;
}
ul.list3 li {
	font-size: 12px;
	background:none;
}
.list3 li>img {
	float: left;
	margin-right: 13px;
	margin-top: 4px;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	font-size:13px;
}
/*.copy {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 2% 0;
	margin-right: 196px;
}
.copy p a {
	color:#F36421;
	font-size:13px;
}
/*.footer-top {
	padding-top: 2%;
	border-bottom: 1px solid #DADADA
}
.copy p a:hover {
	color:#333;
}*/
/*--about--*/
.lsidebar1 {
	display: block;
	float: left;
	margin: 1% 0% 1% 4.6%;
}
.span_1_of_a {
	width: 29.2%;
	float: left;
}
.span_2_of_a h3, .span_1_of_a h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
.testimonials {
	padding: 12px 0 15px;
	position: relative;
}
.testimonials h3, .sidebar h3 {
	color: #60B6E6;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.testimonials p {
	font-size: 13px;
	padding: 1.3em 0 0 0;
	color:#A0A0A0;
	line-height: 1.8em;
	text-indent: 35px;
}
.testimonials span.quotes {
	position: absolute;
	left: 0;
	top: 50px;
	width: 24px;
	height: 24px;
	background: url(../images/quote.png) no-repeat;
}
.span_2_of_a {
	width: 66.1%;
	text-align: justify;
}
.cont1 {
	display: block;
	float: left;
	margin: 1% 108px 1% 0;
}
.about_desc h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}
.about_desc p span {
	color: #60B6E6;
	font: 12px/12px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.image {
	padding-top:3%;
}
.grid {
	display: block;
	float: left;
	margin: 2% 0 0% 3.6%;
}
.grid:first-child {
	margin-left: 0;
}
.images_3_of_1 {
	width: 35.2%;
}
.span_2_of_1 {
	width: 61.1%;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.span_2_of_1 h4 {
	color: #60B6E6;
	font: 13px/13px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.span_2_of_a p {
	font-size: 13px;
	padding-top: 1%;
	line-height: 1.5em;
	color: #A0A0A0;	
}
.more {
	padding-top:5%;
}
.testimonials h3 span a {
	color: #000;
	font-size:13px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 10px;
	text-transform: lowercase;
}
.testimonials h3 span a:hover {
	text-decoration:none;
}
.about-top{
	margin-bottom:2%;
	margin-top:25px;
}
/*--services--*/
.gallery-grid {
	width: 31.2222%;
	float: left;
}
.grid2 {
	margin: 0px 35px;
}
.gallery-grid h4 {
	color: #60B6E6;
	font: 15px/15px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	-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;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#333;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #A0A0A0;
	line-height: 1.6em;
}
.gallery-grids {
	margin-bottom: 30px;
}
.services{
	padding-top:2%;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 66.1%;
}
.span_1_of_contact {
	width: 29.2%;
	padding-top:33px; 
}
.about-top1 .span_1_of_contact {
	/*width: 29.2%;*/
	padding-top:33px;
	border: 5px solid #eee;
	/*width:25.2%;
	padding:2.5%; */
	background-color: #f1f1f1;
	/*margin-right: 4.5%;*/
	font-size:medium;
	color:White;
	font-family: 'Open Sans', sans-serif;
	display: block;
    float: right;
   margin: -1% 4px 0% 0.6%; 
}
/*.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
}*/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#A0A0A0;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:97%;
	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 textarea{
	resize:none;
	height:120px;		
}
/*.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#F36421 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	background-color:#333;
}
.contact-form input[type="submit"]:active{
	background-color:#333;  
}*/
.company_address{
	padding-top:10px;
	/*margin-top: -33px;*/
}
.company_address p{
	color: #A0A0A0;
	font-size: 13px;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}


/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -37px;
}	
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	a.anchor_tag {
    font-size: x-small;
}
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -11px;
}	
	.footer-bottom 
	{
	   margin:0px;
	}
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
	.col_1_of_4.span_1_of_4 {
    display: block;
}
.col_1_of_4:first-child { margin-left:2px; }
.footer-bottom span{float:left; }
.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
   width: 95.1%; 
    padding-top: 246px;
    width: 70.1%;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	a.anchor_tag {
    font-size: x-small;
}
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -9px;
}	
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.col_1_of_4.span_1_of_4 {
    display: block;
    }
    .footer-bottom 
	{
	   margin:0px;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
    width: 95.1%; 
    padding-top: 246px;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) 
{
       a.anchor_tag {
    font-size: x-small;
}
.header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -9px;
}	
    .footer-bottom span{float:left; }
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.col_1_of_4.span_1_of_4 {
    display: block;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
.footer-bottom 
	{
	   margin:0px;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.col.span_1_of_contact1 {
    margin-bottom: 16px;  
    margin-top: -232px;  
    margin-left: 4px;  
    width: 95.1%; 
    padding-top: 246px;
}
}
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}

/*complete css of menu start*/
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:block;
	margin:0;
	padding:0;
	/*position: absolute;*/
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
/*li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
}*/

/*Hover state for top level links*/
/*li:hover a {
	background: #19c589;
}*/

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #f36421;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px)
{
    .col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    }
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -11px;
}	
	/*Make dropdown links appear inline*/
    .footer-bottom
	{
	   margin:0px;
	}
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}
	
}
/*end menu css responsive*/
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}	
	.logo {
		/*width: 36%;*/
		margin: -7px;
	}
	.gallery-grid {
		width: 31.1%;
	}
	.map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -37px;
}	
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
	.logo {
		/*width:  36%;*/
		margin: -7px;
	}
	.gallery-grid {
		width:30.9%;
	}
	.map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -37px;
}	
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
}
@media (max-width:1024px){
	.map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -37px;
}	
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
	.wrap{
		width:90%;
	}	
	.logo {
		/*width: 36%;*/
		margin: -7px;
	}
	.gallery-grid {
		width:30.3%;
	}
	#cssmenu {
		width: 100%;
	}
	#col_1_of_4 .span_1_of_4 {
		width: 82%;
	}
	.follow_icon li {
		padding-top: 2.3%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 1em;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	.span_1_of_bottom1 p {
		font-size: 12px;
	}
}
@media (max-width:800px)
{
    .col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    }
    .footer-bottom span{float:left; }
	.wrap{
		width:90%;
	}	
	.logo {
		width: 36%;
		margin: -7px;
	}
	.gallery-grid {
		width: 29.5%;
	}
	#cssmenu {
		width:100%;
	}
	#col_1_of_4 .span_1_of_4 {
		width:77%;
	}
	.follow_icon li {
		padding-top:2.9%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	.span_1_of_bottom1 p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 15px;
	}
	#col_1_of_4 .span_1_of_4 > ul > li > a {
		font-size: 15px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}
.map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -11px;
}
.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}	
	
}
@media (max-width:640px)
{
    .col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    }
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -9px;
}	
    .footer-bottom span{float:left; }
	.wrap{
		width:90%;
	}	
	.logo {
		/*width:65%;*/
		padding-left: 80px;
		
	}
	.header-top .logo >a
{
	float: inherit;
	padding-left:30px;
}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
	}
	#col_1_of_4 .span_1_of_4
	{
		width:71%;
	}
	.follow_icon li {
		padding-top: 4%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	.span_1_of_bottom1 p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	#col_1_of_4 .span_1_of_4 > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}
a.anchor_tag {
    font-size: x-small;
}
}
@media (max-width:480px)
{
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -9px;
}	
.header-top .logo >a
{
	float: inherit;
	padding-left:49px;
}
    .col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    }
	.wrap{
		width:90%;
	}	
	.logo {
		width:44%;
		float: inherit;
	    padding-left: -9px;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	#col_1_of_4 .span_1_of_4 {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	.span_1_of_bottom1 p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 0px 0px;
	}
	#col_1_of_4 .span_1_of_4 > ul > li > a {
		font-size: 13px;
		padding: 0px 0px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin-top: 12px;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	.follow_icon {
		text-align: center;
	}
	#col_1_of_4 .span_1_of_4 > ul > li {
		float:none;
		display:inline-block;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}
a.anchor_tag {
    font-size: x-small;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}
}
@media (max-width:320px)
{
    .header-top .logo >a
{
	float: inherit;
	padding-left:46px;
}
    .map{
	/*border:1px solid #C7C7C7;*/
	margin-bottom:15px;
	margin-left: -7px;
}	
    .col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    }
	.wrap{
		width:90%;
	}	
	.logo {
		width:54%;
		padding-left: 58px;
		float: inherit;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	#col_1_of_4 .span_1_of_4 {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	.span_1_of_bottom1 p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 11px;
		padding: -1px 0px;
	}
	#col_1_of_4 .span_1_of_4 > ul > li > a {
		font-size: 11px;
		padding: 10px 0px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin:5px 0;
		float:none;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	#col_1_of_4 .span_1_of_4 > ul > li {
		float:none;
		display:inline-block;
	}
	
	.follow_icon {
		text-align: center;
	}
	.images_3_of_1 {
		width:100%;
	}
	.span_2_of_1 {
		width:100%;
	}
	.footer-bottom 
	{
	   margin:0px;
	}
	.col_1_of_4:first-child { margin-left:2px; }
	.footer-bottom span{float:left; }
	.lsidebar1 .span_1_of_a .offers_list .banner
{
	background:#fff;
	padding-bottom:3%;
}
a.anchor_tag {
    font-size: x-small;
}
.header-bottom {
    margin: 5px;
    padding: 7px;
}

}
.faq-form ul li:before{
content:"\f0DE";
font-family:fontawesome;}
p{ /*text-align:justify;*/}

 .lsidebar1.span_1_of_a.offers_list {
   margin-bottom: 21px;
    margin-top: -392px;  margin-left: 476px;
}
.lsidebar1.span_1_of_a.offers_list1 {
    margin-bottom: 17px;
    margin-top: -821px;  
    margin-left: 695px;;
}
.cont1.sapn_2_of_a h4
{
    color: #60B6E6;
	font: 13px/13px Arial,Helvetica,sans-serif;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/*new css*/

.header-top .logo ul.follow_icon
{
	float:right;
	position:relative;
}
.header-top .logo ul li a
{
	background-color:#fff;
	min-width:0px;
}
.header-bottom
{
	background-color: #232323;
	margin-left:5px;
	margin-right:5px;
	padding-left: 3px;
	margin-top: -10px;
}
/*menu*/
.header .header-bottom #cssmenu > ul > li > a
 {
 	display:block;
 	min-width:103px;
 	height:45px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
}
.header .header-bottom #cssmenu > ul > li.active a
{
	background-color:#f36421;
}
.header .header-bottom #cssmenu > ul > li a:hover
{
	background-color:#f36421;
}
/*footer css*/

.footer .footer-bottom #col_1_of_4 .span_1_of_4 > ul > li > a
 {
 	display:block;
 	min-width:140px;
 	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-bottom 
{
    float:left;
    width:100%;
    
}
.footer-bottom span{float:right; }
.footer-bottom p{color:#fff; padding:10px;}

.footer .footer-bottom #col_1_of_4 .span_1_of_4 > ul > li.active a
{
	background-color:#f36421;
}
.footer .footer-bottom #col_1_of_4 .span_1_of_4 > ul > li a:hover
{
	background-color:#f36421;
}
.footer-bottom a
{
      text-decoration: none;
  color: #f36421;
}

.footer-top 
{
	background-color: #f1f1f1;
	border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding-top: 2%;
}
.span_1_of_4  h3{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
	padding-left:20px;
	}
	.col_1_of_4.span_1_of_4 li a {
    color: #333;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    }
	
.col_1_of_4.span_1_of_4 > ul {
    padding-left: 37px;
    display:block;
}
address {
       color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin-bottom:10px;
}
/*contact us*/
.contact-form
{
	padding:30px;
}
.contact-form h3
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
	
}
.contact-form label
{
	  color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}
.contact-form input
{
	  color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}
.contact-form #btn_submit
{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#F36421 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
   right:0;
    
    font-family: "Open Sans",sans-serif;
}
.contact_info > h3 {

	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
}
.company_address > h3 {

	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
}
/*career page*/
.about-top 
{
	padding:20px;
}
.about-top h2
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
}
.about-top h3
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#333;
}
.about-top > p {
      color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.about-top p {
      color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.about-top h4
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#333;
}

/*home */
.about-top1 
{
	padding:16px;
	margin-top:-29px;
}
.about-top1 h2
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#f36421;
}
.about-top1 h3
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#333;
}
.about-top1 > p {
      color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.about-top1 p {
      color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
.about-top1 h4
{
	margin-bottom: 20px;
	font-weight: 600;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 0px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	color:#333;
}
/*about us page*/
.col.span_1_of_contact > h3 {
	color: #f36421;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: -26px;
    text-align: left;
    text-transform: uppercase
}
/*home page css*/
.content-top > h3
{
	color: #f36421;
    font-family: "Open Sans",sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: -26px;
    text-align: left;
    text-transform: uppercase	
	
}
.content-top p ,.content-middle p{		
color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

.col_1_of_bottom.span_1_of_bottom {
   /* border: 5px solid #eee;*/
}
.col_1_of_bottom.span_1_of_last {
   /* border: 5px solid #eee;*/
}
.content-middle
{
	padding:0px;
}
.span_1_of_first
{
	border: 5px solid #eee;
	width:25.2%;
	padding:2.5%; 
	background-color: #f1f1f1;
	/*margin-right: 4.5%;*/
	font-size:medium;
	color:White;
	font-family: 'Open Sans', sans-serif;
	display: block;
    float: left;
    margin: -5% 0 1% 1.6%;
}
.col_1_of_3.span_1_of_first h3 {
    color: #f36421;


    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
}
.col_1_of_3.span_1_of_3 .title-desc1 h4
{
	 color: #333;


    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
}

.col.span_2_of_contact {
    margin-right: 20px;
}
.col.span_2_of_contact1 
{
   background-color: #fff;
color: #333;
}
.sub-desc {
    float: left;
    margin-right: 8px;
}



.about-top1 .span_1_of_4 {
    float: left;
    width: 22.8%;
}

.content-middle .cont1 {
    background-color:#3a3a3a;
    margin:0px;
}
.content-middle .cont1 h1{
 color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;}
    
    .content-middle .cont1 h2{
 color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    border-bottom:1px solid #fff;padding-bottom:25px;}
    
    .content-middle .cont1 p{
 color: #fff;
   font-family: "Open Sans",sans-serif;
    font-size: 14px;
   padding:19px;
    /*text-align: justify;*/}
    
/*--------styles------*/
.about-top2 {
    padding: 19px;
    margin-top: -10px;
    margin-left: 12px;
  margin-right: 12px;
}