/* 
* Theme name: AXe Child - Theme AXe Child
* Template: axetheme
* Author: AXe - Esolbiz
* Author URI: http://www.esolbiz.com
* Version: 1.0
*/
/* General */
@font-face {
  font-family: 'FuturaLT-Book';
  src: url('font/FuturaLT-Book.eot?#iefix') format('embedded-opentype'),  
  url('font/FuturaLT-Book.woff') format('woff'), 
  url('font/FuturaLT-Book.ttf')  format('truetype'), 
  url('font/FuturaLT-Book.svg#FuturaLT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'FuturaLT-Book' !important;
}
.margin10{
margin: 0 10px;
}
.ug-thumb-wrapper.ug-tile, .ug-thumb-wrapper.ug-tile img.ug-thumb-image, .ug-thumb-wrapper.ug-tile.ug-tile-clickable{
height: 254px !important;
}
.ug-tiletype-columns{/*height: 255px !important;*/}

#bannersection {
    height: 443px;
    overflow: hidden;
}
#bannersection img{
width: 100%;
}

/*******************Header***************************/
#logoarea img{
	z-index: 999;
	position: relative;
}
#logomenusection {
    padding-top: 5px;
    margin-bottom: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2%;
    padding: 0px 30px;
}
/*******************Header***************************/
/* Menu Section */
#mainmenu{
 /* clear:both;*/
 /*font-family: 'Open Sans';*/

 /*  width: 62%;*/
 font-weight: normal;
 margin-top: 15px;
}
#mainmenu ul{
  list-style: none;
  position: relative;
  z-index: 10;
  text-align: right;
}
#mainmenu div.menu ul, #mainmenu ul.menu{
  border-bottom: 0px solid transparent;
}
#mainmenu ul li{
 /* float: left;*/
 display: inline-block;
 position:relative;
 white-space: nowrap;
 /*width:14.285714285714285714285714285714%;*/
 width:auto;
 text-align: center;
 margin:0px 10px;
 /*opacity:1;*/
 /*transition:all 0.7s;*/
}
#mainmenu ul li:hover, #mainmenu ul li.current_page_item{
   /* opacity:0.7;
   transform:scale(1.05);*/
 }

 #mainmenu ul li a{
  display: block;
  padding:13px 10px;
  color: #000;
  font-weight: 600;
}
#mainmenu ul.menu > li > a,#mainmenu div.menu ul > li > a{
  position: relative;
  border-bottom: 0px solid transparent !important;
  bottom:-3px;
  font-size:14px !important;
}
#mainmenu ul li:hover > a, #mainmenu ul li.current_page_item > a,#mainmenu ul li.current_page_parent > a,#mainmenu ul li.current_page_ancestor > a{
  color: #b9251b !important;
}
#mainmenu ul li ul li:hover > a, #mainmenu ul li ul li.current_page_item > a,
#mainmenu ul li ul li.current_page_parent > a, 
#mainmenu ul li ul li.current_page_ancestor > a{
	color: rgba(255,255,255,0.7) !important;
}
#mainmenu ul.menu > li:hover > a,#mainmenu ul.menu > li.current_page_item > a,#mainmenu ul > li.current_page_ancestor > a{
  border-bottom-color:#0095da !important;
}
#mainmenu ul li ul{
  display:none;
  position:absolute;
  top:100%;
  left:0px;
  background: rgba(0,0,0,0.5);
  padding:5px 10px;
  text-align: left;
  box-shadow: 1px 1px 10px #777;
  z-index:100;
  
}
#mainmenu ul li ul li{
 display: block;
 white-space: nowrap;
 float: none;
 text-align: left;
 padding: 5px 0px;
 margin: 0px;
 min-width: 150px;
}
#mainmenu ul li ul li a{
  padding:0px;
  margin:0px;
  color: #fff;
}
#mainmenu ul li ul li ul{
  top:0px;
  left:100%;
}
#mainmenu ul li:hover >ul{
  display: block;
}
/* Menu Section */

#bannersection .featuredimg {
    width: 100%;
    height: 485px;
    background-size: cover;
    background-position: center top;
}
.metaslider .slides img{

}

.wonderplugin-gridgallery-list, .wonderplugingridgallery{
text-align: center !important; 
display: block !important;
margin: 10px auto !important;
    width: auto !important;
    max-width: 760px !important;
}
.page-id-76 .wonderplugin-gridgallery-list {
    max-width: 510px !important;
}

.home_content {
    width: 50%;
    margin: 0 auto;
}
/*******************Page Css***************************/
.titleheading{
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.titleheading:after{
    content: '';
    border-bottom: 3px solid #b82319;
    width: 53px;
    position: absolute;
    height: 4px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.home-boxes .axeadbox{
	float: left;
	display: inline-block;
	width: 48%;
	margin: 1%;
	padding: 1% 1%;
	text-align: center;
}
.home-boxes .axeadbox, input[type=submit],input[type=submit]:hover{
	transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);	
}
.home-boxes .axeadbox:hover{
	transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);	
}
.home-boxes .axeadbox h3{
	text-transform: uppercase;
	font-weight: bold;
}
.home-boxes .axeadbox p{
	color: #6e6e6e;
}

.home-boxes .axeadbox img {
    max-width: 375px;
}
.home-boxes .axeadbox .adboxreadmore {
    color: #b82319;
    font-weight: 600;
}
#maincontent ul li{
	padding: 0px 0px 0px 25px;
	margin: 10px 0px;
}
#maincontent ul li:before{
	content: url(images/tick.png) !important;
	height: 20px;
	width: 20px;
	left: 0 !important;
	top: 0 !important;
}




hr {
    clear: both;
}


.contact_form .contact_l {padding-right: 30px;}
.contact_form .contact_r {padding-right: 30px;}
.contact_form .contact_l  h3, .contact_form .contact_r h3{
	font-weight: 600;
	position: relative;
	margin-bottom: 40px;
}
.contact_form .contact_l h3:after, .contact_form .contact_r h3:after{
	content: url(images/hr.jpg);
	position: absolute;
	height: 2px;
	top: 25px;
	left: 0;	
}
input[type=text], input[type=tel], input[type=number], 
input[type=email], input[type=password], select, textarea{
	background-color: #fff !important;
	color: #232323;
	border: 1px solid #777;
	padding: 10px;
}
input[type=submit]{
    background-color: #b82319 !important;
    color: #fff !important;
    padding: 11px 26px;
    outline-color: #b82319;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: groove;
}
input[type=submit]:hover{
    background-color: #000 !important;
    color: #fff !important;
    padding: 11px 26px;
    outline-color: #000;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: groove;
    -o-box-shadow: 1px 1px 5px transparent;
    -webkit-box-shadow: 1px 1px 5px transparent;
    -moz-box-shadow: 1px 1px 5px transparent;
    -khtml-box-shadow: 1px 1px 5px transparent;
    box-shadow: 1px 1px 5px transparent;
}
.cont-table{
	margin-bottom: 20px;
}
.cont-table td{
    padding: 5px 5px;
    vertical-align: top;
}
/*******************page Css***************************/
/*******************Footer***************************/
#footer{
    background-image: url(images/footer_bg.jpg);
    border-top: 0px solid transparent !important;
}
#footer h3{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	position: relative;
	margin-bottom: 40px;
	font-family: 'Open Sans' !important;
}
#footer h3:after{
	content: url(images/hr.jpg);
	position: absolute;
	height: 2px;
	top: 25px;
	left: 0;
}
.footersectionone p{
	color: #828282;
	margin: 10px 0 20px;
}
 .widget_themeaxe_socialwidget ul li{
	margin-left: 0 !important;
	margin-right: 7px !important;
}
.footersectiontwo ul li{
	display: block !important;
	float: none !important;
	border: 0 !important;
	margin: 10px 0px;
}
.footersectiontwo ul li a{
	padding: 0 !important;
}

.footersectionthree table tr td:first-child{
	color: #b82319;
	font-weight: bold;
	font-size: 14px;
}
.footersectionthree table tr td{
	color: #6f6f6f;
	font-size: 14px;
    padding: 5px 5px;	
}
/*******************Footer***************************/

/* =Responsive Menu
-------------------------------------------------------------- */
/*.responsive-menu-button {
    padding: 10px 20px !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: right !important;
    background: #b82419 !important;
}
.responsive-menu-button .responsive-menu-label {
    font-size: 20px;
    padding-right: 10px;
}
#responsive-menu-container {
    z-index: 99999 !important;
}
body.logged-in #responsive-menu-container #responsive-menu-title {
    padding: 65px 5% 25px 5% !important;
}
body.logged-in .responsive-menu-button {
    top: 46px !important;
}
#responsive-menu-title-image img{max-width: 100% !important;}*/
button#responsive-menu-button{background: transparent !important;top: 31px !important;}
button#responsive-menu-button:hover{background: transparent !important;}
/* =Responsive
-------------------------------------------------------------- */
/*******************Responsive**************************/


@media screen and (max-width: 1024px){

}
@media screen and (max-width: 800px){
.home-boxes .axeadbox img {max-width: 100%;}
.home-boxes .axeadbox:hover {
    transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
}
#bannersection .featuredimg { height: 350px;;}
#logomenusection {
    position: absolute; text-align: left; margin: 0px 0px; top: 10px; left: 10px; padding: 0; }
.home_content { width: 69%;  margin: 0 auto;}

}
@media screen and (max-width: 736px){
#bannersection {
    height: auto;
    overflow: visible;
}
#logoarea img {
    height: 50px;
}
.w, .left{float: none; display: block;}
.w1, .w2,.w3, .w4,.w5, .w6,.w7, .w8,.w9, .w10,.w11, .w12{width: auto;}
#footer{text-align: center;} 
#footer h3:after{right: 0;}
#footer .footercolumns aside.widget {
    max-width: 100%;
}
.footersectionthree table tr td{
display: block;
}
.pro{text-align: center;display: block;margin: 0 auto;}
.ug-tiletype-columns{height: auto !important;}
#bannersection .featuredimg { height: 300px;}
}
@media screen and (max-width: 667px){
#bannersection .featuredimg {height: 275px;}
.home_content { width: 80%;  margin: 0 auto;}
}
@media screen and (max-width: 600px){
#bannersection .featuredimg {height: 265px;}
.home_content { width: 90%;  margin: 0 auto;}
}
@media screen and (max-width: 568px){
.home-boxes .axeadbox{float: none; display: block;width: auto;}
.home-boxes .axeadbox img { }
#bannersection .featuredimg {height: 200px;}
.home_content { width: 90%;  margin: 0 auto;}
}
@media screen and (max-width: 480px){
#bannersection .featuredimg { height: 235px;;}
#logomenusection {
    position: absolute;
    text-align: left;
    margin: 0px 0px;
    top: 10px;
    left: 10px;
    padding: 0;
}
.home_content { width: auto;  margin: 0 auto;}
}
@media screen and (max-width: 414px){
	
}
@media screen and (max-width: 384px){
	
}
@media screen and (max-width: 375px){
	
}
@media screen and (max-width: 350px){
.home-boxes .axeadbox img {max-width: 100%;}
}
@media screen and (max-width: 320px){
	
}

/*******************Responsive**************************/