body {
	font-size: 13px;
    font-weight: 400;
    line-height: normal;
	margin:0px;
	padding:0px;
	font-family: 'Open sans', sans-serif;
}
.pad0{
	padding:0px;
}
.lpad{
	padding-left:0px;
}
.rpad{
	padding-right:0px;
}
.gallery-block{
	margin-top:15px;
	margin-bottom:15px;
}
.gallery-text{
	text-align:center;
}
    .item{
        padding: 0;
        list-style: none;
		margin-bottom:0px;
        
    }
    .item li{
        display: inline-block;
        position: relative;
        
        text-align: left;
    }
    .item li a{
        display: block;
        padding: 15px 30px;
        color: #333;
        text-decoration: none;
		margin-left:0px;
		    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    }
    .item li a:hover{
        color: #fff;
        background: #f30000;
    }
    .item li ul.dropdown{
        min-width: 750px; /* Set width of the dropdown */
        background: #f2f2f2;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
		padding:0px;
		}
    .item li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    .item li ul.dropdown li{
        display: block;
		float:left;
		width:250px;
    }

@media (min-width: 1500px)
.container {
    width: 1300px;
}

.top-bar {
background-color:#fff;
    float: left;
    width: 100%;
	
	border-bottom:1px solid #e5e5e5;
}
.top-bar ul {
	margin-top:3px;
	padding:0px;
	list-style:none;
	text-align:left;
	margin-bottom:0px;
	}
.top-bar ul li {
	display:inline;
color:#fff;
}

.top-bar ul li {
	display:inline;
color:#555;
font-family: 'Open sans', sans-serif;
    font-size: 13px;
	font-weight:400;
	    text-align: left;
}

.top-bar .in-bar ul li {
	display:inline;
color:#555;
font-family: 'Open sans', sans-serif;
    font-size: 13px;
	font-weight:400;
	    text-align: left;
		padding-top:3px;
		float:left;
}
.top-bar ul li i { 
	color:#555;
	padding:0px 8px;
}
.top-bar ul li a {
	font-size:13px;
	font-weight:400;
	color:#555;
	padding-right:10px;
}
.top-bar ul li a {
	text-decoration:none;
color:#555;
font-family: 'Open sans', sans-serif;
font-size: 13px;
font-weight:400;
padding-right:10px;
}

.detail-bar ul {
	margin:10px 0px;
	padding:0px;
	list-style:none;
	}
.detail-bar ul li {
	display:inline;
}
.detail-bar ul li i { 
	color:#000;
	
}
.detail-bar ul li a {
	font-size:16px;
	font-weight:300;
	color:#292929;
	padding-right:10px;
	font-family: "Open sans", sans-serif;
}
.detail-bar ul li a {
	text-decoration:none;
}
.social {
	float:right;
}
.social ul {
    margin: 0;
}
.social ul li {}

.social ul li:first-child a {
    
}
.social ul li a {
   
  
	background-color: transparent;
    color: #555555;
    display: inline-block;
    float: left;
   font-family: "FontAwesome";
    
    font-style: normal;
    font-weight: normal;
    height:32px;
    text-decoration: none;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
        padding: 9px 10px 0px 10px;
}
.social ul li a.fa-facebook:hover { background-color:#3b5998; color:#fff;}
.social ul li a.fa-twitter:hover {  background-color:#00acee; color:#fff;}
.social ul li a.fa-google-plus:hover {  background-color:#dd4b39; color:#fff;}
.social ul li a.fa-linkedin:hover {  background-color:#007fb1; color:#fff;}
.social ul li a.fa-vimeo-square:hover {  background-color:#8bb225; color:#fff;}
.social ul li a.fa-pinterest-p:hover {  background-color:#c32524; color:#fff;}
.social ul li a.fa-rss:hover {  background-color:#e97633; color:#fff;}
.social ul li a.fa-youtube-square:hover {  background-color:#cb322c; color:#fff;}

.btm-social {
	float:left;
}
.btm-social ul {
    margin: 0;
	padding:0px;
}
.btm-social ul li {
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:4px;
	    margin-right: 4px;
}

.f-border{
	color:#fff;
	    font-size: 35px;
		font-weight: bold;
		margin:0px;
		margin-bottom:10px;
}
.f-text{
	color:rgba(255,255,255,0.5);
}
.btm-social ul li a {
   border:1px solid #525455;
  width:50px;
  border-radius:4px;
  text-align:center;
	background-color: transparent;
    color: #fff;
    display: inline-block;
    float: left;
   font-family: "FontAwesome";
    line-height:50px;
    font-style: normal;
    font-weight: normal;
        padding:0px;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    
}
.btm-social ul li a.fa-facebook:hover { border:1px solid transparent; background-color:#3b5998; color:#fff;}
.btm-social ul li a.fa-twitter:hover {  border:1px solid transparent; background-color:#00acee; color:#fff;}
.btm-social ul li a.fa-google-plus:hover {  border:1px solid transparent; background-color:#dd4b39; color:#fff;}
.btm-social ul li a.fa-linkedin:hover {  border:1px solid transparent; background-color:#007fb1; color:#fff;}
.btm-social ul li a.fa-vimeo-square:hover {  border:1px solid transparent; background-color:#8bb225; color:#fff;}
.btm-social ul li a.fa-pinterest-p:hover {  border:1px solid transparent; background-color:#c32524; color:#fff;}
.btm-social ul li a.fa-rss:hover {  border:1px solid transparent; background-color:#e97633; color:#fff;}
.btm-social ul li a.fa-youtube-square:hover { border:1px solid transparent;  background-color:#cb322c; color:#fff;}



.logo img{
	    padding:  3px;
}
.header {
    float: left;
    width: 100%;
	background-image:url('../img/top-bg.png');
	    background-size: 100% 100%;
}
.search {
    float: right;
    margin-top: 30px;
}
.search input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #8f8f8f;
    padding: 13px 35px 13px 13px;
    width: 275px;
}
.search i {
    color: #f30000;
    font-size: 18px;
    margin-right: -22px;
    position: relative;
    right: 30px;
    top: 2px;
}
.search img {
    bottom: 1px;
    height: 45px;
    position: relative;
}
.navbar-nav > li {
    border-right: 1px solid #cdcece;
    float: left;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
	font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { background:#f30000;}

.menu-block{
display:block;
margin:0px;
padding:0px;
margin-top:0px;
float:right;}



.carousel {
    position: relative;
    float: left;
    width: 100%;
	
}



.navbar{
margin:0px;}
.banner {
    margin-bottom: 30px;
	width:100%;
	float:left;
}

.smal-baner{
	background-image:url('../img/cert_bg.jpg');
	    width: 100%;
    float: left;
    padding: 80px 0px;
    background-size: 100% 100%;
	}
.smal-baner h1{
	text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
.about-des{
	    color: #111;
    font-weight: 300;   
	margin-bottom: 15px;
    color: #111;
    opacity: 0.99;
   font-size: 20px;
    line-height: 30px;
}
.smal-baner h2{
	text-align: center;
    color: #fff;
   
    font-size:27px;
}
.small-banner img { 
	width:100%;
}



.marque {
    
    color: #797878;
    height: 145px;
    margin-top: 20px;
    padding: 20px;
	    padding-top: 0px;
		padding-left:0px;
}
.heading {
       text-align: center;
    font-family: "Open sans",sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 44px;
    color: #111;
    font-weight: 300;
	float:left;
	width:100%;
}
.para {
      text-align: center;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.text{
	text-align:center;
	font-family: 'Open sans', sans-serif;
	color:white;
	margin-top:10px;
	text-transform: uppercase;
}

font[Attributes Style] {
    color: #fff;
}
.box {
    
   text-align:center;
    margin-bottom: 30px;
    border:14px solid transparent;
	font-family: 'Open sans', sans-serif;
	
}

.box:hover{
    
    border:14px solid #f3f3f3;
	
}

.box h3 a{
color:red;
font-family: 'Open sans', sans-serif;}

.box p a{
color:black;
font-family: 'Open sans', sans-serif;}

.box:hover h3 p{
border:6px solid #f3f3f3;
border-width:14px;
margin-bottom: 30px;

}


.box img {
    height: 250px;
    max-width: 100%;
    width: auto;
}
.thumbs_link {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ececec;
	height: 100px;
	
}
.thumbs_link h3 {
    color: #f30000;
    
    font-size: 17px;
    margin: 10px 0 3px;
    text-align:center;
    
}
.thumbs_link p {
    color: #474747;
    
    
    text-align:center;
}



.thumbs_link .d-link {
    border-left: 1px solid #ececec;
    color: #ececec;
    padding: 20px 15px;
    position: relative;
    top: 15px;
}
.thumbs_link .d-link i {
    font-size: 20px;
}
.aboutus {
     background:url("../img/certi-bg.png");
    height:auto;
	float:left;
	background-size:100% 100%;
	width:100%;
}
.map{
display:block;
float:left;
width:100%;
padding:0px;}
.content-title {
    color: #4d8700;
   line-height: 26px;
    font-size: 34px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
	padding-top:50px;
	margin-bottom:26px;
}




.content-box{
width:100%;
float:left;	

}
.content-des p{
       color: #111;
    font-size: 17;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
   
    opacity: 0.99;
	font-family: "Open sans", sans-serif;
}

.content-des img {
    display: inline;
    padding: 65px 30px;
	padding-bottom:50px;
}

.certi-title {
    color: #fff;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
    padding-top:37px;
    font-family: "Raleway", sans-serif;
	font-weight:600;
}


.footer {
    background: #333637;
    padding: 9px 0;
	border-top:1px solid #d5d5d5;
	display: block;
    width: 100%;
    float: left;
	padding-bottom:15px;
	padding-top:60px;
}
.f-title {
    color: #fff;
    font-size: 14px;
   font-weight:700;
	margin:0px;
	
	font-family: "Open sans", sans-serif;
}

.adres a{
    color: #fff;
    font-size:14px;
	font-weight:400;
   
	margin:0px;
	
	font-family: "Open sans", sans-serif;
}

.adres, .f-phone, .fax, .f-mail {
    color: #989a9a;
    padding-bottom: 7px;
}
.adres i, .f-phone i, .fax i, .f-mail i {
	padding-right:7px;
	color:#d3d3d3;
}
.social-bottom {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}
.social-bottom > li {
    border: 1px solid #383838;
    display: inline-block;
	margin-right:3px;
}
.social-bottom li a {
    color: #797878;
    height: 40px;
    padding: 14px;
    text-align: center;
    width: 40px;
}
.social-bottom li a:hover { color:red; text-decoration:none;}

.fmenu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fmenu ul li {
    
    padding: 10px;
}
.fmenu ul li a {
    color: #797878;
}
.fmenu ul li a i {
	padding-right:10px;
	font-size:11px;
	font-family: "Open sans", sans-serif;
}

.fmenu ul li a:hover {
	color:red;
}


.name {
    background: #202020 none repeat scroll 0 0;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 10px 15px;
    width: 49%;
}
.last-name {
    background: #202020 none repeat scroll 0 0;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 49%;
}
.address  p {
	
   text-align:center;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    padding: 3px 15px;
    width: 100%;
	font-family: 'Open sans', sans-serif;
}
.submit {
    background: #35d058 none repeat scroll 0 0;
   font-family: "Open sans", sans-serif;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
	width:100%;
}
.copyright {
	background-color:#282a2b;
	
	    width: 100%;
    float: left;
}
.copy {  
font-family: 'Source Sans Pro', sans-serif;
    color: #787878;
    padding: 27px 0 20px 0px;
    text-align: center;
	font-size:14px;
}

.copy a{  
color: #787878;
 
}

.third-block{
	background-color:#f5f5f5;
	    float: left;
    width: 100%;
	padding-bottom:35px;
}
.third-block1{
	    float: left;
    width: 100%;
	padding-bottom:35px;
}
em{
	color:#4d8700;
	font-size:14px;
	font-weight:bold;
}
.content-des{
	    padding: 0px 10px;
}
.history-block {
	border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-left: 27px;
    padding-top: 22px;
    padding-bottom: 40px;
    margin-bottom: 20px;
	float:left;
}
.history-block2{
	border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-left: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 24px;
	float:left;
}
.history-block2 h2{
color:#555555;
	    margin-top: 0px;
    font-size: 28px;
    font-weight: 600;
	text-align:center;
}
.history-block2 h2 span{
	color:#555555;
	font-size:19px;
	font-weight:400;
}
.history-block h3 {

    margin-top: 0px;
}
.history-block2 h3 {
	margin-top:0px;
}
.block-title {
    
    
   
    text-align: left;
    padding:32px 0px;
    font-family: "Open sans", sans-serif;
	
	padding-bottom:19px;
	font-weight: bolder;
	    color: #555;
    font-size: 29px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
}

.small-banner { margin-bottom:20px;}

.thumbs_link .p-link {
    border-left: 1px solid #ececec;
    color: #ececec;
    padding: 20px 15px;
    position: relative;
    top: 18px;
}
.thumbs_link .p-link i {
    font-size: 24px;
	font-family: "Open sans", sans-serif;
}
.p_heading {
    color: #4d8700;
    font-size: 24px;
    margin: 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Open sans', sans-serif;
	    line-height: 26px;
    font-size: 34px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
}
.txt_id{ margin-top:10px;}

.breadcrumb {
    padding: 8px 15px;
    margin: 15px 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    font-family: 'Open sans', sans-serif;
}



#masterdiv{
border: 1px solid #8C8686;
    display: block;}

.main-title > a{
text-align: center;
    font-size: 17px;
    color: black;
	padding:4px;
	text-decoration:none;
padding:7px 7px 7px 19px;
font-family: "Open sans", sans-serif;

}
.main-title{
margin:16px;}
.left-menu > ul > li > a{
color:#000;
border-bottom:medium black;
padding:7px;}



.left-menu > ul > li {
border-bottom:1px solid #dddfde;
padding:7px 7px 7px 0px;
list-style:none;
}

.head{
text-align: center;
    padding: 10px;
    font-size: 20px;
    border-bottom: 1px solid #dddfde;
    margin-top: 0px;
	font-family: "Open sans", sans-serif;
}



a:hover{
text-decoration:none;}


.left-menu > ul > li > a:hover{
color:red;
}
.pagination > ul > li > a:hover{
color:red;
background-color:transparent;}

.paginati{
margin-top: 10px;
    float: right;}

.paginati > ul > li > a:hover{
color:red;
}
.left-menu ul li:hover{color:red;}
.right-title{
font-size: 16px;
    font-weight: 900;
    font-family: 'Open sans', sans-serif;
    padding: 10px;
    border: 1px solid #9C9090;
	margin-left:12px;}
	
	.right-mtitle{
font-size: 19px;
    font-weight: 900;
    font-family: 'Open sans', sans-serif;
	padding:10px;
	margin-left:3px;}

.right-des1{
padding: 10px;
    
    margin-bottom: 20px;
    
    padding-bottom: 30px;
}

.related{
    font-size: 25px;
    text-align: center;
    font-family: "Open sans", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
	}


.centerbg2{
margin-top:15px;}

.qty{
    padding: 0px;
    margin-top: 19px;
    font-size: 16px;
    font-weight: 800;
	font-family: "Open sans", sans-serif;
}


.size-bar{
border-bottom: 1px solid #dddfde;
margin-bottom: 20px;
padding-bottom: 30px;
font-family: 'Open sans', sans-serif;
}

.head-bar{
padding:0px;
margin-bottom:0px;
}
	
.qtyf{
width:40px;
height:40px;
}
.img{
display:inline-block;}

.navbar-inverse{
background-image:url(../img/menu-bg.jpg);
display:block;
border-top: 1px solid #cdcece;
}

.share-text{
font-size:14px;
 font-family: 'Open sans', sans-serif;
 margin-top:6px;}

 
 .thumbnailbg{
 margin-top:23px;
 margin-bottom:17px;
 padding:0px;}
 
 .thumbnail-img{
 margin-bottom:10px;}
 
 .description-bar{
 width:100%;
 text-align:left;
 float:left;
 background-color:#eeeeee;
 display:block;
 font-size:15px;
 font-family: 'Open sans', sans-serif;
 padding:15px;
 border-bottom:1px solid red;
 margin-bottom:10px;
 }
 .basket{
 
 }
a.basket{ 
display:block !important;
 color:#fff;
 background-color:black;
 width: 50%;
 padding:6px;}
 
 
 
 
 em{
	 font-family: "Open sans", sans-serif;
 font-style:normal;
 }
 
 .contact-bar{
 background-color:#2e2e2e;
 width:100%;
 float:left;
 
 
 }
 
.fa{
padding-top:6px;}


.dropdown-menu > li > a{
font-family: 'Open sans', sans-serif;
color:#000;
}

.dropdown-menu > li > a:hover{
    color:red;
	background-color:#fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
    color: red;
}

.detail-tabs-product-view {
    margin: 10px 0;
    border: 1px solid #E0E1E5;
}

.tabs {
    position: relative;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
	padding:0px;
}

.tab-header-opt .tabs .tab a.active {
    color: #000;
    border-color: #d50000;
    background-color: #FFF;
}


.tab-header-opt .tabs .tab a {
    color: #212121;
    background-color: #eeeeee;
    font-family: "Open sans", sans-serif;
}


.tabs .tab {
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    border-left: 1px solid black;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
    width: 33%;
}

form p {
    margin-bottom: 10px;
    text-align: left;
}

.tab-content-opt {
    padding: 20px 10px;
	float:left;
}

.tab-header-opt .tabs .tab a {
    color: #212121;
    background-color: #eeeeee;
    font-family: "Open sans", sans-serif;
}


.tabs .tab a {
    color: #ee6e73;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
}
.visitor{
	float:left;
	margin-top:25px;
}

.navbar {
    position: relative;
    min-height: 50px;
    
}

.category-view{
	    color: #474747;
}

.category-view:hover{
	    color: #000;
}

.dropbtn {
    
    color: #000;
    
       border: 0;
    background: transparent;
    cursor: pointer;
	
	    color: #000;
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	color:white;
    background-color: #f30000;
}



	
	
	
	.menuitem {
        display: inline-block;
        position: relative;
        float:left;
        text-align: left;
		    padding: 30px 12px;
			border-top:2px solid transparent;
    }
	
	.menuitem a{
        color:#474747;
		    font-size: 13px;
    font-weight: 600;
    }
	
	.menuitem:active{
        border-top:2px solid #4d8700;
    }
	.menuitems{
        display: inline-block;
        position: relative;
        float:left;
        text-align: left;
		padding-top: 21px;
    }
	


.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 input#search {
    background: #f5f5f5;
    border: medium none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 33px;
    margin: 0;
    padding-left: 37px;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
    width: 0;
}
 input::-webkit-input-placeholder {
   font-size:11px;
}
.container-2 input:focus { box-shadow: none;}
.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { 
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder { 
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
 top: 8px;
    left: 12px;

  z-index: 1;
  color: #4f5b66;
}
.container-2 span.icon i { 
	font-size:16px;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 200px;
}
 
.container-2:hover input#search{
width: 200px;
}
 
.container-2:hover .icon{
  color: #93a2ad;
}


.homepostholder {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    padding-top: 14px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform-style: flat;
    -webkit-transform: flat;
    -webkit-transform-style: flat;
}

.homepostimage {
    float: left;
    width: 20%;
    max-width: 70px;
    vertical-align: top;
    position: relative;
    margin-top: 77px;
}

.homepost {
    float: left;
    width: 80%;
    padding-top: 0;
}

.homepost .post {
    float: right;
    width: 100%;
}

.homepost .postbody {
    float: left;
    padding-left: 30px;
}

.homepost h4, .homepost h4 a {
    float: left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
    margin-top: 1px;
    width: 100%;
    font-weight: 600;
}

.homepost h4, .homepost h4 a {
    float: left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
    margin-top: 1px;
    width: 100%;
    font-weight: 600;
	color:#555555;
}

.homepost .postinfo {
    margin-top: 0px;
    margin-bottom: 15px;
}

.homepost .posttext {
    float: left;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.homepostimage .date {
    z-index: 10;
    position: absolute;
    top: -77px;
    left: 0px;
    width: 75%;
    max-width: 50px;
    height: 75%;
    max-height: 50px;
    padding: 10px;
    padding-top: 0;
    text-align: center;
}

.homepostimage .date .day {
    font-size: 30px;
    font-weight: 700;
    color: #555;
    line-height: 35px;
}

.homepostimage .date .month {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    line-height: 15px;
    margin-top: 1px;
}

.postinfo .time, .postinfo .tags, .postinfo .author, .postinfo .categories, .postinfo .comments, .postinfo .readmore {
    float: left;
    color: #aaa !important;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: none;
    line-height: 22px;
    font-weight: 400;
}

.homepost .postinfo .categories a, .homepost .postinfo .comments a, .homepost .postinfo .categories a:visited, .homepost .postinfo .comments a:visited {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
}

.postinfo .time, .postinfo .tags, .postinfo .author, .postinfo .categories, .postinfo .comments, .postinfo .readmore {
    float: left;
    color: #aaa !important;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: none;
    line-height: 22px;
    font-weight: 400;
}

.postinfo {
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .one_sixth {
    
    margin-bottom: 20px;
    float: left;
}

.fa-star{
	color:#f8cb2d;
	font-size: 27px;
}

label{
	font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control1{
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #515354;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom:10px;
}

.heading h3 {
	    font-size: 19px;
    line-height: 30px;
    margin: 0px;
    margin-top: 10px;
    color: #111;
    font-weight: 300;
    opacity: 0.99;
    font-family: "Open sans",sans-serif;
    
    text-transform: capitalize;
}

.contact-box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
}

.contact-box td{
	color:#555;
	    font-size: 13px;
font-weight: 400;}

.contact-box td strong{
	color:#555;
	    font-size: 13px;
font-weight: 700;}

.wpb_separator {
    width: 100%;
    height: 40px !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 0 !important;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
	float:left;
}

.top80 {
    margin-top: 80px !important;
	float:left;
	width: 100%;
}

h5{
	    font-size: 20px;
    color: #111;
    line-height: 30px;
    opacity: 0.99;
    font-weight: 300;
}

.sub{
	    float: left;
    
    color:  #fff;   border: 0px;
    background:#4D8700;
        padding: 6px 15px;
    margin: 6px 0px;
    
    border-radius: 7px;
    font-size: 13px;
}

.team-box img{
	    border-radius: 156px;
}
.team-box h5 {
	font-weight:700;
	    color: #111 !important;
    font-size: 20px;
    line-height: 30px;
	margin:0px;
	margin-bottom:0px;
   
    opacity: 0.99;

}

.team-box h6 {
	font-weight:300;
	    color: #111 !important;
    font-size: 17px;
    line-height: 27px;
	margin:0px;
	margin-bottom: 15px;
   
    opacity: 0.99;

}
.team-box p{
font-size:13px;
font-weight:400;
line-height:24px;
}


@media only screen and (min-width:320px) and (max-width:767px){
.top-bar .in-bar ul li {
    text-align: center;
   
    float: left;
    line-height: normal;
}

.content-des img {
    display: inline;
    padding: 38px 85px;
    padding-bottom: 50px;
}

.top-bar .in-bar ul {
       margin-left: 28px;
}

.social{
	    margin-right: 59px;
}
.amazingslider-text-wrapper-1{
margin:0px 0px !important;}

 .amazingslider-description-1 {
    
    margin-left:100px !important;
    
}

.amazingslider-title-0 {
    display: table;
    position: relative;
    font-family: "Oswald",sans-serif;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.81);
    color: #fff;
    padding: 16px 0px;
    margin: 0px 0px;
    word-spacing: 10px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}
}


.skiptranslate.goog-te-gadget > span {
    display: none !important;
}
.skiptranslate.goog-te-gadget {
    font-size: 0px !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 5px 0px !important;
}
.goog-te-gadget select {
    background: #fff !important;
    border-color: #d1d1d1 !important;
    color: #707070 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    font-family: "roboto" !important;
    font-weight: 400;
    border: none !important;
    padding: 0px !important;
}