/* reset */
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:0px;padding:0px;}
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 */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: #FFF;
}
.wrap{
	width:80%;
	margin:0 auto;
}
.top-search {
	float: right;
	margin-bottom: 1%;
}
/*-----start-top-header-----*/
.logo{
	float: left;
	background: #DC483A;
	padding: 11px 20px 10px 20px;
}
.top-search input[type="text"]{
	float: left;
	width: 164px;
	height: 28px;
	border: none;
	background: #fff;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.top-search input[type="submit"] {
	background: #DC483A url(../images/icon-1.png) center center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:none;
}
.top-search input[type="submit"]:hover{
	background: #303030 url(../images/icon-1.png) center center;
}
.top-nav {
  float: right;
}
.top-nav ul li a {
  background: #303030;
  padding: 31px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  text-transform: uppercase;
  font-size: 0.875em;
 }
 .top-nav li.active> a, .top-nav li> a:hover {
  color: #FFF;
  background: #DC483A;
}
/*--header--*/

.main-header {
	background: #303030;
	border-bottom: 5px solid #DC483A
}
.container{
	position:relative;
}
.about_grid{
	position: absolute;
    top: -360px;
    width: 100%;
}
.top-header {
	position: absolute;
    top: -595px;
    width: 100%;
}
/*--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 {
	padding: 0;
	background-color: #F4F4F4;
	background-image: -moz-linear-gradient(top,#fcfcfc,#e8e8e8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FCFCFC),to(#E8E8E8));
	background-image: -webkit-linear-gradient(top,#FCFCFC,#E8E8E8);
	background-image: -o-linear-gradient(top,#fcfcfc,#e8e8e8);
	background-image: linear-gradient(to bottom,#FCFCFC,#E8E8E8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffe8e8e8', GradientType=0);
}
#cssmenu > ul > li {
    float: left;
    z-index: 99;
    position: relative;
}
#cssmenu > ul > li > a {
    background: #303030;
    padding: 31px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-transform: uppercase;
    font-size: 0.875em;
}
#cssmenu > ul > li > a.active {
    color: #FFFFFF;
    background: #DC483A;
}
#cssmenu li.active a, #cssmenu li a:hover{
	color: #FFF;
	background: #DC483A;
}
#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 7px 0 9px 0;
    background-color: #303030;
    text-align: left;
    position: absolute;
    top: 124px;
    left: 69%;
    margin-left: -90px;
    width: 100%;
    -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:67px;
  visibility: visible;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
	color: #FFFFFF;
    font-size: 13px;
    background-color: #303030;
    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: #DC483A;
    color: #f0f0f0;
}
/*----start-content----*/
.top-grid{
	float:left;
	width:33.33%;
}
.top-grid img{
	display:block;
}
.top-grid a{
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top-grid a:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
#last-grid{
	margin:0;
}
#last-grid1{
	margin-right:0;
}
.top-grid{
	width: 31.33%;
	margin-right: 2%;
	border: 1px solid rgba(238, 238, 238, 0.28);
	padding: 5px 0 0 0;
	background: rgba(255, 255, 255, 0.53);
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top-grid h3{
	color: #DC483A;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 7px 10px;
}
.top_grids-box {
	position:relative;	
}
.top-grids{
	position:relative;	
	top: -50px;
}
/*---start-mid-grid----*/
.mid-grids{
	border: 1px dashed rgba(0, 0, 0, 0.06);
	border-right: none;
	border-left: none;
	padding: 1.5em 0 2em 0;
	margin:2em 0 2em 0;
}
.mid-grid{
	float: left;
	width: 31.33%;
	margin: 0 2% 0 0%;
}
.mid-grid h3{
	color:#303030;
	font-size:1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.mid-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height:1.5em;
}
.mid-grid p{
	font-family: Arial, sans-serif;
	color:#777;
	font-size:0.875em;
	display: block;
	padding:1em 0;
	line-height:1.5em;
}
.button{
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 30%;
}
.button:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.mid-grid ul li{
	display:block;
	border-bottom: 1px dashed #C7C7C7;
	padding: 1.3px 0;
}
.mid-grid ul li a{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding:0.5em 0;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
}
.mid-grid ul li a:hover{
	color:#DC483A;
}
.mid-grid ul li:before{
	content:url(../images/icon3.png);
	padding-right:5px;
}
.mid-grid ul {
	margin-bottom:1.3em;
}
.latest-news-pic{
	float:left;
	width:20%;
}
.latest-news-info{
	float:right;
	width:76%;
}
.latest-news-info a{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	line-height: 1.5em;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.latest-news-info a:hover{
	color:#777;
}
/*---start-bottom-grid-videos-----*/
.bottom-grid-videos{
	float:left;
	width:66%;
}
.bottom-grid-videos h3{
	color: #303030;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}
.video-grid{
	float:left;
	width:48%;
	margin-right:2%;
}
.video-grid img{
	display:block;
}
.video-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips{
	float:right;
	width:33%;
}
.tips h3{
	color: #303030;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}
/*-----*/
.menu_container {
 	margin-top: 5%;
 	font-family: 'Open Sans', sans-serif;
}
.menu_head {
	background: #303030;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
	margin: 0 0 1px 0;
    padding: 7px 11px;
    font-family: 'Open Sans', sans-serif;
}
.menu_body {
	background: #fff;
}
.menu_body p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
	padding:10px;
}
.plusminus{
	float:right;
	color: #DC483A;
}
/*---start-footer-----*/
.footer{
	padding: 1em 0;
	background: #303030;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: relative;
	margin-top: 4em;
}
.footer p{
	color:#FFF;
	font-size: 0.875em;
}
.footer p a{
	color:#DC483A;
}
.footer p a:hover{
	color:#FFF;
}
/*** move top **/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-icon.png) no-repeat;
}
/*---start-about----*/
.banner{
	z-index: 
}

.about-left{
	width:70%;
	float:left;
}
.about-left span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height:1.8em;
}
.about-left h2{
	color: #303030;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.about-left p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about {
	margin-top:70px;
}
/*----about-histore----*/
.about-histore{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about-histore h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-histore ul li span{
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 13px;
	float: left;
	background: #EEE;
}
.about-histore ul li p{
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	padding: 0px 0px 20px 0px;
	float: right;
	width: 91%;
	border:none;
}
.about-histore ul li p label{
	color:#DC483A;
	display:block;
}
.about-sidebar{
	float:right;
	width:28%;
}
.about-sidebar h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-sidebar ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-sidebar ul li a:hover{
	color: #DC483A;
}
.about-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 19px no-repeat;
	padding: 9px 10px 8px 18px;
}
.about-sidebar ul li:hover{
	background: url(../images/marker1.png) 0 19px no-repeat;
}
/*---cooking-tips------*/
.ctips {
	margin-top:70px;
}
.tips-left{
	width: 48%;
	float: left;
	padding-right: 2%;
}
.tips-left-grid h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 0px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.tips-left-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips-left-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	line-height: 1.5em;
}
.tips-right{
	float:right;
	width:50%
}
.tips-right h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 0px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.tips-right li,.tips-right p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.5em;
}
.tips-right li:before{
	content:url(../images/icon3.png);
	padding-right:10px;
}
.tips-right li{
	padding:0.5em 0;
}
.cooking-eq h3{
	color: #303030;
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.eq-grid{
	float:left;
	width:31.33%;
	margin-right:2%;
}
.eq-grid span{
	font-family: Arial, sans-serif;
	color: #DC483A;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height: 1.8em;
}
.eq-grid p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
/*---services----*/
.service-content h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #303030;
	font-family: 'Open Sans', sans-serif;
}
.service-content ul li p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #303030;
	font-family: 'Open Sans', sans-serif;
	display: block;
}
.service-content{
	float:left;
	width: 74.5%;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width:23%;
}
.services-sidebar h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.services-sidebar ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #DC483A;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services {
	margin:70px 0 30px 0;
}
/*---start-gallery---*/
.gallerys {
	margin:70px 0px 30px 0px;
}
.gallerys h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.gallery-grid{
	width: 31.44%;
	float:left;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-button a {
	color: #FFF;
background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	display: block;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 30%;
}
.gallery-button a:hover {
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	margin-bottom: 30px;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 55px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #DC483A;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #303030;
	-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;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#DC483A;
}
/*  Contact Form  ============================================================================= */
.contact{
	margin-top:70px;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.875em;
	color: #454545;
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#303030;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	border:none;
	cursor:pointer;
	color: #FFF;
	background: url(../images/icon1.png) no-repeat 100% -0% #303030;
	padding: 10px 50px 10px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	display: block;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-form input[type="submit"]:hover{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.contact-form input[type="submit"]:active{
	background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	.top-header{
		top: -543px;
	}
	.top-search input[type="submit"]{
		 height: 45px;
	}
	.wrap {
		width: 85%;
	}
	.gallery-grid {
		width: 30.44%;
	}
	
}
@media(max-width:1366px){
	.top-header {
		top: -520px;
	}
	.top-search input[type="submit"] {
		height: 29px;
	}
	.wrap {
		width: 90%;
		}
}
@media(max-width:1280px){
	.top-header {
		top: -489px;
	}
	.wrap {
		width: 95%;
	}
}
@media(max-width:1080px){
	.top-header {
		top: -400px;
	}
	.button{
		width: 37%;
	}
	.logo{
		padding: 11px 4px 10px 4px;
	}
	.mid-grid ul li a{
	    padding: 0.75em 0 0.75em 0;
	}
	.latest-news-info a{
		margin: 0.7em 0 0.7em 0;
	}
	.latest-news-pic img {
		margin: 20px 0 20px 0;
	}
	.gallery-button a{
		width: 40%;
	}
}
@media(max-width:1050px){
	.mid-grid ul li a {
		padding: 0.90em 0 0.90em 0;
	}
	.latest-news-pic img {
		margin: 28px 0 28px 0;
	}
	.latest-news-info a {
		margin: 1.1em 0 1.1em 0;
	}	
	.about-histore ul li p{
		width: 89%;
	}
}
@media(max-width:1024px){
	#cssmenu > ul > li > a{
		padding: 29px;
	}
	.top-header {
		top: -380px;
	}
	.latest-news-info a {
		margin: 1.2em 0 1.2em 0;
	}
}
@media(max-width:991px){
	#cssmenu > ul > li > a {
		padding: 29px;
		font-size: 0.820em;
	}
	.about-histore ul li p {
		width: 87%;
	}
	.about_grid{
		top: -252px;
	}
	.logo {
		padding: 11px 4px 6px 4px;
	}
}	
@media(max-width:900px){
	#cssmenu > ul > li > a {
		padding: 22px 23px 36px 22px;
		font-size: 0.82em;
	}
	.top-header {
		top: -320px;
	}
	.button {
		width: 50%;
		}
	.latest-news-info a {
		margin: 10px;
	}
	.mid-grid ul li a {
		padding: 0.90em 0 1.1em 0;
	}
	.about_grid{
		top: -229px;
	}
}
@media(max-width:800px){
	#cssmenu > ul > li > a {
		padding: 22px 16px 36px 13px;
	}
	.top-header {
		top: -300px;
	}
	.mid-grid{
		width: 100%;
	}
	.button {
		width: 15%;
	}
	.mid-grid{
		margin: 10px 2% 10px 0%;
	}
	.flexslider .slides img{
		height: 250px;
	}
	.about_grid {
		top: -299px;
	}
	.about-histore ul li p {
		width: 80%;
	}
	.gallery-button a {
		width: 50%;
		margin: 0 0 15px 0;
	}
	.contact-form input[type="submit"]{
	    padding: 10px 66px 10px 10px;
	}
}
@media(max-width:768px){
	#cssmenu > ul > li > a{
		font-size: 0.70em;
		padding: 22px 18px 39px 14px;
	}
	.top-header {
		top: -235px;
		}
	.gallery-grid {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.gallery-button a {
		width: 16%;
	}
	.about-sidebar {
		width: 100%;
	}
	.about-left {
		width: 100%;
	}
	.tips-left {
		width: 100%;	
	}
	.tips-right {
		width: 100%;
	}
	.eq-grid {
		width: 100%;
	}
	.service-content {
    	width: 100%;
	}
	.services-sidebar {
    	width: 100%;
	}
}
@media(max-width:736px){
	#cssmenu > ul > li > a {
		padding: 22px 13px 39px 14px;
	}
	.button {
		width: 20%;
	}
	.latest-news-pic img {
		margin: 18px 0 18px 0;
	}
	.latest-news-info {
		width: 80%;
	}
}
@media(max-width:667px){
	#cssmenu > ul > li > a {
		font-size: 0.80em;
		padding: 22px 2px 39px 7px;
	}
	.logo {
		padding: 13px 8px 7px 4px;
	}
	#cssmenu > ul > li > ul{
	    left: 131%;
	}
	#cssmenu ul ul a{
	    font-size: 10px;
	}
}
@media(max-width:600px){
	.logo {
		padding: 1px 8px 7px 4px;
		text-align: center;
		width: 100%;
	}
	#cssmenu > ul > li > a {
		font-size: 0.60em;
		padding: 22px 22px 39px 26px;
		width: 60%;
		margin: 0;
	}
	.flexslider .slides img{
		height:300px;
	}
	.top-header {
		top: -290px;
	}
	.span_1_of_3 {
		width: 100%;
	}
}
@media(max-width:568px){
	#cssmenu > ul > li > a{
		padding:22px 23px 39px 20px;
	}
}
@media(max-width:480px){
	#cssmenu > ul > li > a {
		padding: 22px 9px 38px 27px;
		font-size: 0.50em;
	}
	.top-grid h3{
		  font-size: 1em;
	}
	.button {
		width: 30%;
	}
}
@media(max-width:414px){
	#cssmenu > ul > li > a {
		padding: 22px 28px 10px 49px;
		font-size: 0.650em;
	}
	.top-grid h3 {
		font-size: 0.8em;
	}
	.top-grid {
		width: 31%;
	}
	.bottom-grid-videos {
		width: 100%;
	}
	.video-grid {
		width: 100%;
	}
	.tips {
		width: 100%;
	}
	.logo {
		padding: 1px 0px 7px 0px;
	}
	.gallery-button a {
		width: 30%;
	}
	.service-content ul li span {
		width: 15%;
	}
	.about-histore ul li p {
		width: 75%;
	}
}
@media(max-width:384px){
	#cssmenu > ul > li > a {
		padding: 22px 4px 10px 49px;
		font-size: 0.600em;
		width: 100%;
	}
	.top-header {
		top: -447px;
`	}
	.flexslider .slides img {
		height: 450px;
	}
	.mid-grids{
		margin:0;
		padding:0;
	}
}
@media(max-width:375px){
	#cssmenu > ul > li > a {
		padding: 22px 4px 10px 49px;
		font-size: 0.597em;
		width: 100%;
	}
}
@media(max-width:320px){
	#cssmenu > ul > li > a {
		padding: 31px 23px 10px 19px;
		font-size: 0.550em;
	}
	.top-grid {
    	width: 100%;	
	}
	.button {
		width: 50%;
	}
	.gallery-button a {
		width: 40%;
	}
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #fb5710 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}