@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700,700italic);
html, body{
    font-size: 100%;
    background:#FFF;
}
body {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-weight: 300;
}
h1,h2,h3
{
 font-family: 'Roboto Condensed', sans-serif !important;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
h1,h2,h3,h4,h6{
	margin:0;			   
}
h1,h2,h3,h4 {
    color: #00A982 !important;
}
.alert-success {
    color: #00A982 !important;
    background-color: rgba(0, 169, 130, 0.23) !important;
    border-color: #C5EBE2 !important;
}
.alert-success h2
{
color: #1C7A64 !important
}
.list_style {
    padding: 0;
    margin: 0;
    list-style: none;
}
.add_banner
{
background:url(../1.png) repeat;
padding:10px;
}
.add_banner h3
{
font-size:24px;
color:#000 !important;
margin-top: 10px;
}
.mar-4
{
margin-top:-4px !important;
}
.list_style.circle li
{
padding: 5px 5px 5px 0px;
list-style:none;
}
.weather-button {
    margin: auto;
    overflow: hidden;
   box-shadow:none;
}
.list_style.circle li i {
    /* background: #5CB85C; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #00A982;
    height: 18px;
    line-height: 19px;
    text-align: center;
    width: 18px;
    font-size: 12px;
}
.mar10
{
margin:10px 0px !important;
}
.mar0
{
margin-top:0px !important;
}
#current
{
background-color:#fff;
color:#000;
}
#ms
{
    height: 41px;
    font-size:16px;
    padding: 15px 0 0 15px;
    color:red;
}
.thumbnail>img
{
height:130px !important;
}
#ms1
{
height:30px;
color:red;
font-size:24px;
padding-left:15px;
}
.marright5
{
margin-right:5px !important;
}
.martop30
{
margin-top:30px;
}
.martop10
{
margin-top:10px;
}
.martop20
{
margin-top:20px !important;
}
.marbot30
{
margin-bottom:30px;
}
.martop0
{
margin-top:0px !important;
}
.marbot0
{
margin-bottom:0px !important;
}
.martop5
{
margin-top:5px !important;
}
.marbot25
{
margin-bottom:25px !important;
}
.border
{
border:1px solid #ddd;
padding:10px;
}
#backgroundPopup {
    z-index: 3;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}
  .aptop260 a i
{
  margin-top: 4px;
}
.apDiv1 {
    position: fixed;
    width: 160px;
    height: 46px;
    z-index: 2;
    float: right;
    left: auto;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -120px;
    background-color: #00A982;
    padding: 10px 10px 6px 10px;
}
.apDiv1:hover {
    right:0px;
}
.apDiv1 i
{ 
    float: left;
}
.apDiv1 span
{
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-top:0px;
    margin-left: 10px;
}
.aptop260
{
top:260px;
}
.aptop260 a
{
color:#fff;
}
.aptop380
{
top:380px !important;
}
.aptop380 a
{
color:#fff;
}
.aptop320
{
top:320px !important;
}
.aptop320 a
{
color:#fff;
}
.apDiv1 a:hover
{
color:#fff;
}
.carttop
{
top:200px !important;
}
.carttop a
{
color:#fff;
}
.price-text-color {
    color: #000;
}
.rating
{
    color:#C6C1C1
}
.pad0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.btn-sq-lg i
{
margin-bottom:5px;
}
.btn-sq-lg {
    width: 100%;
    padding-top:20px !important;
    height: 105px !important;
    border-radius: 0px;
}
/*=================================================
Class Definitions
=================================================*/
#test thead
{
    text-align: center !important;
    background: #646562;
    color: #fff;
}
#test tbody tr:nth-child(even) {
    background-color: #F3EFEF;
}
@media only screen and (max-width: 800px) {
	 table, 
	#test thead, 
#test tbody, 
#test th, 
#test td, 
 #test tr { 
		display: block; 
	}
	#test thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 #test tr { border: 1px solid #ccc; }
 #test td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 #test td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 #test td:before { content: attr(data-title); }
}
#test th
{
text-align:center;
}
#test th,#test td
{
vertical-align:middle  !important;
}
#test tbody>#test tr>#test td
{
min-width:60px;
vertical-align:middle  !important;
}
table
{
vertical-align:middle !important;
}
textarea
{
padding:10px;
resize:none;
}
/*-- header --*/
.header1{
	background:#5CB85C !important;
	}
.dotted
{
 border-bottom: 1px dotted #bdbdbd;
}
.fav
{
margin-top:-40px;
float:right;
position: relative
}
.fav img{
width:25px !important;
}
.ed {
    margin-right: 35px;
    margin-top: -40px;
    float: right;
    position:relative;
}
.ed img
{
width:25px !important;
}
.lbb
{
color:#A1895E; font-size:18px;
}
.ca 
{    font-size: 2.8em;
    color: #00A982;
    font-weight: 300;
    margin-bottom:10px;
}
.sub
{
padding:9px 40px ;
border:none;
background:rgba(234, 165, 36, 0.95);
}
.sub:hover
{
background:white;
color:orange;
}
.s
{
font-size:0.8em !important;
}
.in1{
    margin: 0;
    border: none;
    background: #f7f7f7;
    padding: 8px 10px;
    font-size: 14px;
    width: 72%;
    
}
.weather-button.five .logo {
    height: 30px;
    width: 80px;
    float: left;
    padding: 8px 8%;
    display: none !important;
}
#main_button
{
height: 31px !important;
    width: 213px !important;
    background-color: #A1895E !important;
    color: #fff !important;
    font-family: Arial;
   
}
.ribbon-wrapper-green {
    width: 84px;
    height: 81px;
    overflow: hidden;
    position: absolute;
    top: 19px;
    right: 10px;
}
.ribbon-green {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color:#A1895E;
   
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    font-size: 10px;
    text-transform: uppercase;
}
.ribbon-wrapper-green1 {
      width: 145px;
    height: 145px;
    overflow: hidden;
    position: absolute;
    top: 22px;
    right: 26px;
}
.ribbon-green1 {
  font: bold 15px sans-serif;
    color: #FFFFFF;
    text-align: center;
    text-shadow: rgba(255,255,255,.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -8px;
    top: 50px;
    width: 160px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
   background: rgba(99, 94, 94, 0.51)
}
.fr
{
background: rgba(161, 137, 94, 0.54);
text-align: left;
padding: 28px 20px 20px 20px;
    margin: 0 -13px 1.5em 0;
}
.ch-item {
	   width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 11.8;
    text-align: center;
    height: 170px;
    /* background: rgba(179, 179, 179, 0.34); */
     border: 1px dashed #B3B3B3;
}
.ch-info {
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	width: inherit;
	height: inherit;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.ch-info h3 {
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 16px;
	padding: 45px 0 0 0;
	height: 140px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info p {
	opacity: 1;
}
/*-- banner --*/
.form-control,.btn {
  border-radius: inherit !important;
}
.f
{
width:100%;
padding-top:5px;
height:77px;
background-color:#333538;
}
button.btn.btn-default {
  background-color: #146eb4;
  color: #fff;
  border: none;
  padding: .55em 0.7em;
  margin-top:0;
}
.banner-navigation {
   background: #FFF;
    border-bottom: 2px dashed #eee;
    padding: 15px 0px;
}
.banner-nav span{
	display:none;
}
.banner-nav ul{
	padding:0 15px;
	margin:0px;
}
.banner-nav ul li{
	width: auto;
	display: inline-block;
	z-index:9999;
        vertical-align:middle;
}
.banner-nav ul li a{
	font-family:'Roboto Condensed', sans-serif !important;
    width: 100%;
    font-size: 18px;
    color: #191B19;
border: 1px solid transparent;
    text-decoration: none;
    padding: 10px 12.5px 10px 8px !important;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    float: left;
font-weight:bold;
}
.banner-nav ul li i{
	margin-right:5px;
font-size: 17px;
}
.ss{
       border: 1px solid !important;
	text-decoration:none;
        color:#00A982 !important;
}
.topcontent
{
margin:10px 0 0 0;
}
.banner-nav ul li a:hover{
	color:#00A982;
         border: 1px solid
}
.field
{
min-height:60px !important;
}
.welcome {
   background-color:#FFF;;
   padding-bottom:10px;
   min-height:320px;
}
.welcome p {
color: #333;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.welcome h1 {
    font-size:2.8em;
    color: #00A982;
    font-weight: 400;
    margin: .5em 0 .3em;
}
img {
    width: 100%;
}
.news-section-grid {
    margin-top: 1em;
    position: relative;
    padding: 0 10px;
}
a.news-post {
     font-weight: 400;
    margin: .5em 0 0 0;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 1.1em;
    color: #00A982;
    text-decoration: none;
    min-height: 37px;
}
.news-section-grid img {
  max-width: 100%;
    max-height: 160px;
    height: auto;
    width: auto;
}
.news-section-grid  h4{
	color:#303030;
	font-family: 'Roboto', sans-serif;
	font-size:1.7em;
	font-weight:700;
	margin:11px 0;
}
.news-section-grid {
	padding:15px 15px;
	position:relative;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	border-bottom: 3px solid #00A982;
}
.date {
    position: absolute;
    top: 15px;
    left: 30px;
    background: #0c0b0c;
    padding: 7px 22px;
}
.date p {
    color: #fff;
}
.article_post a {
    display: block;
}
.carousel-control.left, .carousel-control.right {
  top: 35%;
  background: none !important;
  font-size: 50px;

}
.main_ctnt {
    padding: 15px;
}
.shw {
padding: 0px 0 0 0;
text-align:justify !important;
}
.morectnt span {
display: none;
}
.shwmoretxt {
    font: bold 15px tahoma;
    text-decoration: none;
}
.preimg {
    max-height:360px;
    max-width: 100%;
}
.ht240
{
height:240px
}
.aimgpr {
    height: 100%;
    vertical-align: middle;
    line-height: 5.5;
}
.divpre img
{
width:auto !important;
}
.divpre {
    height: 360px;
   border:1px solid #eee;
    text-align: center;
    background: #F8F8F8;
}
.h100 {
    height: 100% !important;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.imgprw {
    max-width: 100%;
    max-height: 78px;
    width: auto;
    height: auto;
}
.customimg1 {
    float: none !important;
    text-align: center;
    height: 80px;
    width: 100% !important;
    padding: 0px !important;
    border:1px solid #eee;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}
.sideimgbar
{
max-height:365px;
overflow-y:auto;
z-index:999;
}
.rpad
{
padding-right:0px !important;
}
a.list-group-item:hover {
  background-color: #fff;
    border-color: rgba(203, 206, 198, 0.61);
  color: #000;
}
.sublinks .small
{
background:#8A8D8A;
}
.blog-ctgry{
  margin: 2em 0 3em 0;
}
.recent-posts-info {
    margin-bottom: 3em;
    margin-top: 2em;
}
.recent-posts-info:last-child 
{
border-bottom:0px;
}
.recent-posts-info {

border-bottom:1px solid #eee; margin:0px
}
.recent-posts-info p{
  margin:0px;
}
.welcome h5{
  font-size: 14px;
  font-weight: 400;
margin:0px;
}
.welcomeh5 a {
  color: #009933;
}
.related-posts-grids {
	float: left;
	width: 30%;
	margin-left: 1em;
}
.related-posts-grids img{
	width:100%;
}
.related-posts-grids h5 {
	font-size: 15px;
	font-weight: 600;
	margin: .5em 0;
	color: #1C90F4;
}
.btn-grey
{
    color: #fff;
    background-color: #646562;
    border-color: #646562;
}
.btn-grey:hover
{
color: #fff !important;
background:#353634;
}
.btn-primary {
  color: #0A0A0A;
  background-color: none !important;
  border-color: none !important;
}
.category .list-group .active {
    color: #FFF!important;
    border: 1px solid #ddd;
    background-color: #00A982!important;
}
a.list-group-item:hover, a.list-group-item:focus,a.list-group-item:active  {
 color: #FFF!important;
    border: 1px solid #ddd;
    background-color: #00A982!important;
}
a.list-group-item {
    color: #FFF !important;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #A1895E !important;
    border: 1px solid #FFF;
    border-radius: 0px !important;
}
/*--//blog--*/
/* Multiple Image */
#file,
#noerror {
    color: green
}
#file {
    padding: 7px;
    border: 1px dashed #123456;
    width: 100%;
    float: left;
    margin-right: 4px
}
#upload {
    margin-left: 45px
}
#img {
    width: 24px;
    border: none;
    height: 24px;
    margin-left: -26px;
    margin-bottom: 91px
}
.related-grids.col-md-4 #img
{
 margin-left: 0px;
    margin-bottom: -1px
}
.no-padding {
    padding: 0!important
}
.abcd img {
    height: 100px;
    width: 100px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e8debd
}
/* Multiple Image */
/* POP UP CSS */
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none
}
.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 80px;
    background: #FFF
}
#modal_trigger {
    margin: 100px auto;
    width: 100px;
    display: block
}
.popupHeader {
    font-size: 16px;
    text-transform: uppercase
}
.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: 700;
    height: 42px
}
.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #E4E4E2;
    cursor: pointer;
    color: #aaa;
    font-size: 16px
}
.popupBody {
    padding: 20px
}
.centeredText {
    text-align: center;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
    color: #00A982;
    font-size: 14px;
    font-weight: 700
}
/* All category slider css */
#media .carousel-control.left,
#media .carousel-control.right {
    background: #222!important;
    height: 40px;
    width: 40px;
    top: 38%;
    font-size: 20px
}
.mainslider {
    margin-right: 0;
    border-top: 2px solid #A1895E;
    border-bottom: 2px solid #A1895E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 -2px 1px #fff;
    padding: 20px
}
#media .carousel-control.left {
    left: -12px;
    border: 4px solid #FFF;
    border-radius: -1px 23px 23px
}
#media .carousel-control.right {
    right: -12px!important;
    border: 4px solid #FFF;
    border-radius: -1px 23px 23px
}
#media .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}
#media .carousel-indicators li {
    background: silver
}
#media .carousel-indicators .active {
    background: #333
}
#media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 170px
}
/* All category slider css */
div.pagination {
    padding: 3px;
    margin: 3px 12px
}
div.pagination a {
    padding: 2px 5px;
    margin: 2px 2px;
    border: 1px solid #00A982;
    text-decoration: none;
    color: #00A982
}
div.pagination a:active,
div.pagination a:hover {
    border: 1px solid #009;
    color: #000
}
div.pagination span.current {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #00A982;
    font-weight: 700;
    background-color: #00A982;
    color: #FFF
}
div.pagination span.disabled {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD
}
.imganc {
    text-align: center;
    line-height: 12;
    display: inherit;
}
/* All Loader css */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Preloader_4.gif) center no-repeat #fff;
}
/* All category slider css */
.amazingcarousel-item,
.amazingcarousel-list {
    background-image: none;
    background-color: transparent;
    position: relative;
    display: block
}
#amazingcarousel-3 .amazingcarousel-image {
    position: relative;
    padding: 0;
    width: 40%;
    float: left;
    height: 40px;
    text-align: center
}
#amazingcarousel-3 .amazingcarousel-image img {
    display: block;
    width: auto;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-height: 40px
}
#amazingcarousel-3 .amazingcarousel-text {
    width: 60%;
    float: left
}
#amazingcarousel-3 .amazingcarousel-title {
    position: relative;
    color: #333;
    margin: 0 12px;
    text-align: left;
    line-height: 16px;
    height: 16px;
    overflow: hidden
}
.amazingcarousel-item {
    margin: 0;
    padding: 0
}
#amazingcarousel-container-3 {
    padding: 10px 0 5px;
    display: block;
    position: relative;
    margin: 0 auto;
    direction: ltr
}
.amazingcarousel-list {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    height: 1185px
}
#amazingcarousel-3 .amazingcarousel-list-container {
    padding: 0;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    height: 253px
}
#amazingcarousel-3 .amazingcarousel-item-container {
    text-align: center;
    padding: 7px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}
.pad20 {
    padding: 20px 10px!important
}
#amazingcarousel-3 .arr {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 21px!important;
    height: 21px!important;
    display: block;
    text-align: center;
    vertical-align: top;
    font-size: 12px
}
.amazingcarousel-image a {
    text-align: center;
    line-height: 3;
    display: inline-block
}
#amazingcarousel-3 .amazingcarousel-prev {
    right: 0;
    top: 0;
    margin-right: -4px;
    margin-top: -61px;
    background: #f5f5f5!important;
    padding: 1px 4px
}
#amazingcarousel-3 .amazingcarousel-next {
    right: 0;
    top: 0;
    margin-right: -4px;
    margin-top: -39px;
    background: #f5f5f5!important;
    padding: 2px
}
#amazingcarousel-3 .amazingcarousel-nav {
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 64px;
    margin-top: 14px
}
#amazingcarousel-3 .amazingcarousel-bullet-wrapper {
    margin: 0;
    overflow: hidden;
    height: 100%
}
/* style rating */
form .stars {
    background: url(../stars.png) repeat-x;
    width: 150px
}
form .stars input[type=radio] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}
form .stars label,
form .stars span {
    display: block;
    position: relative;
    height: 30px
}
form .stars input[type=radio].star-5:checked~span {
    width: 100%
}
form .stars input[type=radio].star-4:checked~span {
    width: 80%
}
form .stars input[type=radio].star-3:checked~span {
    width: 60%
}
form .stars input[type=radio].star-2:checked~span {
    width: 40%
}
form .stars input[type=radio].star-1:checked~span {
    width: 20%
}
form .stars label {
    width: 30px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -999em;
    float: left;
    z-index: 10;
    background: 0 0!important;
    cursor: pointer
}
form .stars label:hover~span {
    background-position: 0 -30px
}
form .stars label.star-5:hover~span {
    width: 100%!important
}
form .stars label.star-4:hover~span {
    width: 80%!important
}
form .stars label.star-3:hover~span {
    width: 60%!important
}
form .stars label.star-2:hover~span {
    width: 40%!important
}
form .stars label.star-1:hover~span {
    width: 20%!important
}
form .stars span {
    width: 0;
    top: 0;
    left: 0;
    background: url(../stars.png) 0 -60px repeat-x;
    -webkit-transition: -webkit-width .5s;
    -moz-transition: -moz-width .5s;
    -ms-transition: -ms-width .5s;
    -o-transition: -o-width .5s;
    transition: width .5s
}
.price-text-color {
    color: #000
}
.rating {
    color: #C6C1C1
}
ul {
    list-style: none
}
li img {
    width: auto
}
.no-border {
    border: none !important;
}
/* weather widget */
#plemx-root .city,
#plemx-root .condition,
#plemx-root .input_searchbox {
    overflow: hidden;
    text-overflow: ellipsis
}
#plemx-root .widget6 a,
#plemx-root a {
    text-decoration: none
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
#plemx-root * {
    box-sizing: border-box;
    margin: 0;
    text-align: left
}
#plemx-root .header-wrap .heading {
    font-size: 1.5em;
    margin: .83em 0;
    color: #333;
    padding-bottom: 30px
}
#plemx-root .message {
    clear: both;
    width: 690px!important;
    font-size: 1em;
    line-height: 1.4;
    margin: 20px 0
}
#plemx-root .weather-button {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35)
}
#plemx-root .pelm-container {
    overflow: hidden
}
#plemx-root .button_locations,
#plemx-root .locations {
    width: 100%;
    height: 20px;
    color: #fff !important;
    font-size: 13px
}
#plemx-root .locations.alert,
#plemx-root .locations.alert_height_30 {
    background: url(alert.jpg) right 2px center no-repeat #a60200;
    color: #fff !important;
    padding-right: 20px
}
#plemx-root .locations.alert {
    width: 100%
}
#plemx-root .locations.alert_height_30 {
    height: 30px
}
#plemx-root .header {
    background: #faed51;
    float: left;
    overflow: hidden
}
#plemx-root .logo {
    height: 20px;
    width: 80px;
    float: left;
    padding: 2px 2%
}
#plemx-root .logo-100 {
    height: 20px;
    width: 100px;
    float: left;
    padding: 2px 2%;
    text-align: left
}
#plemx-root .heading {
    color: #fff !important
}
#plemx-root .city {
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center
}
#plemx-root .search {
    width: 100%;
    height: 20px;
    background: #c3c3c4
}
#plemx-root .current-weather {
    padding: 3%
}
#plemx-root .current-weather-100 {
    margin: 5% 0 0 8%
}
#plemx-root .icon,
#plemx-root .medium-icon,
#plemx-root .small-icon {
    max-width: 60px;
    margin-right: 10px;
    float: left
}
#plemx-root .icon {
    width: 25%
}
#plemx-root .small-icon {
    width: 10%
}
#plemx-root .medium-icon {
    width: 15%
}
#plemx-root .temp {
    font-size: 20px;
    margin: -18px 10px 0 0;
    float: left;
    color: #fff !important
}
#plemx-root .temp span {
    font-size: 12px;
    font-weight: 700;
    bottom: 6px;
    position: relative
}
#plemx-root .condition {
    font-size: 11px
}
#plemx-root .chk_wrapper>input[type=checkbox] {
    margin: 0 5px
}
#plemx-root #select_location {
    border: 1px solid #fff !important;
    font-size: 13px!important
}
#plemx-root .weather-button .selector {
    border: none;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff !important;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 10px;
    position: relative
}
#plemx-root .weather-button .selector span {
    background: url(arrow-select.png) 100% -4px no-repeat;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 25px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%
}
#plemx-root .pelm-container.no-heading .heading_widget,
#plemx-root .pelm-container.no-location .location,
#plemx-root .pelm-container.one .heading_widget,
#plemx-root .weather-button.five.height1 .condition,
#plemx-root .weather-button.one .condition,
#plemx-root .weather-button.one.height1 .condition,
#plemx-root .weather-button.one.height3 .condition {
    display: none
}
#plemx-root .weather-button .selector select {
    height: 20px;
    margin: 0!important;
    opacity: 0;
    position: absolute;
    top: 0
}
#plemx-root .weather-button .alert .selector span {
    color: #fff !important;
    background: url(arrow-select-alert.png) 100% -4px no-repeat
}
#plemx-root .input_searchbox {
    background: url(magnifying-glass.png) right 2px center no-repeat #c3c3c4;
    border: none;
    font-size: 12px;
    width: 100%;
    height: 20px
}
#plemx-root .weather-button.one .locations.alert {
    float: left;
    width: 100px
}
#plemx-root .weather-button.one .locations.alert .city {
    padding-left: 5px
}
#plemx-root .weather-button.one .logo {
    float: left;
    height: 20px;
    padding: 2px 2%;
    width: 100px
}
#plemx-root .weather-button.one.height2 .header,
#plemx-root .weather-button.one.height2 .temp,
#plemx-root .weather-button.one.height3 .header,
#plemx-root .weather-button.one.height3 .temp,
#plemx-root .weather-button.three .header,
#plemx-root .weather-button.three .temp,
#plemx-root .weather-button.two .header,
#plemx-root .weather-button.two .temp,
#plemx-root .weather-button.two.height120 .header,
#plemx-root .weather-button.two.height120 .temp {
    float: none
}
#plemx-root .weather-button.one .icon {
    width: 25%;
    max-width: 30px
}
#plemx-root .weather-button.two .icon,
#plemx-root .weather-button.two.height120 .icon {
    max-width: 50px;
    width: 40%
}
#plemx-root .weather-button.one.height2 .condition {
    clear: both;
    text-align: center;
    display: none
}
#plemx-root .weather-button.one.height2 .city {
    text-align: center
}
#plemx-root .weather-button.one.height3 .condition {
    clear: both;
    text-align: center
}
#plemx-root .weather-button.one.height3 .city {
    text-align: center
}
#plemx-root .weather-button.two .current-weather {
    padding: 5% 18%
}
#plemx-root .weather-button.two.height90 .city {
    text-align: center
}
#plemx-root .weather-button.two.height120 .temp {
    font-size: 26px;
    margin-top: 3px
}
#plemx-root .weather-button.two.height120 .temp span {
    font-size: 14px;
    bottom: 8px
}
#plemx-root .weather-button.two.height120 .city {
    text-align: center
}
#plemx-root .weather-button.two .temp {
    font-size: 26px;
    margin-top: 3px
}
#plemx-root .weather-button.two .temp span {
    font-size: 14px;
    bottom: 8px
}
#plemx-root .weather-button.two .city {
    text-align: center
}
#plemx-root .weather-button.three .current-weather {
    padding: 1% 4%
}
#plemx-root .weather-button.three .heading_widget {
    border-top: 1px solid #ccc;
    font-size: 11px;
    font-weight: 700;
    line-height: 25px;
    text-align: center
}
#plemx-root .weather-button.three .condition {
    clear: both;
    text-align: center
}
#plemx-root .weather-button.three .temp {
    font-size: 24px;
    margin-top: 3px
}
#plemx-root .weather-button.three .temp span {
    font-size: 12px;
    bottom: 8px
}
#plemx-root .weather-button.three .icon {
    width: 40%;
    max-width: 40px
}

#plemx-root .weather-button.three .city {
    text-align: center
}
#plemx-root .weather-button.four .current-weather {
    margin-top: 2px;
    float: left;
    width: 50%;
    border-top: 1px solid #ccc
}
#plemx-root .weather-button.four .logo,
.weather-button.four .logo-100 {
    width: 180px
}
#plemx-root .weather-button.four .heading_widget {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    height: 20px
}
#plemx-root .weather-button.four .locations {
    float: left;
    width: 180px
}
#plemx-root .weather-button.four .locations .city {
    padding-left: 5px
}
#plemx-root .weather-button.four .locations.alert {
    float: left;
    width: 180px
}
#plemx-root .weather-button.four .condition {
    clear: both;
    text-align: center
}
#plemx-root .weather-button.four #next_weather.current-weather {
    border-left: 1px solid #ccc
}
#plemx-root .weather-button.four .temp {
    font-size: 20px;
    margin: 3px!important
}
#plemx-root .weather-button.four .temp span {
    font-size: 10px;
    bottom: 8px
}
#plemx-root .weather-button.four .icon {
    width: 35%;
    max-width: 30px;
    margin-top: 2px;
    margin-right: 2px
}
#plemx-root .weather-button.three.width2 .current-weather {
    width: 50%;
    float: left
}
#plemx-root .weather-button.five .logo {
    height: 30px;
    width: 80px;
    float: left;
    padding: 8px 8%
}
#plemx-root .weather-button.five .current-weather {
    padding: 1% 3%;
    height: 30px
}
#plemx-root .weather-button.five .locations {
    float: left
}
#plemx-root .weather-button.five .locations.alert {
    height: 30px;
    width: 115px
}
#plemx-root .weather-button.five .icon {
    width: 25%;
    max-width: 30px
}
#plemx-root .weather-button.five .button_locations {
    float: left
}
#plemx-root .weather-button.five .locations .city {
    text-align: right;
    padding-right: 10px;
    height: 30px;
    line-height: 30px
}
#plemx-root .weather-button.five .selector {
    width: 115px;
    height: 30px;
    line-height: 30px
}
#plemx-root .weather-button.five .selector span {
    background: url(arrow-select.png) 100% 0 no-repeat;
    height: 30px;
    line-height: 30px;
    width: 100%
}

#plemx-root .weather-button.five .locations.alert .selector {
    width: 100px;
    height: 30px;
    line-height: 30px
}
#plemx-root .weather-button.five .alert .selector span {
    background: url(arrow-select-alert.png) 100% 0 no-repeat;
    height: 30px;
    line-height: 30px
}
#plemx-root .weather-button.five .selector select {
    height: 30px
}
#plemx-root a,
#plemx-root img {
    border: none;
    outline: 0;
    padding: 0;
    margin: -29px 0 0
}
#plemx-root #main_button .header img {
    vertical-align: top
}
#plemx-root #main_button .current-weather img {
    vertical-align: middle
}
#plemx-root .locations.alert div.selector span {
    color: #FFF
}
#plemx-root .widget6 {
    width: 70px;
    height: 65px;
    background-color: #ededed;
    position: relative
}
#plemx-root .widget6 .cityName {
    float: left;
    padding-left: 5px;
    font-size: 13px;
    letter-spacing: -.1px;
    width: 70px
}
#plemx-root .widget6 .tempIcon {
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
    padding-left: 5px
}
#plemx-root .widget6 .alertIcon {
    width: 14px;
    height: 11px;
    background: url(alert-icon.png) right no-repeat;
    position: absolute;
    top: 18px
}
#plemx-root .widget6 .mainTemp {
    float: left;
    line-height: 1.5;
    padding-left: 8px!important;
    padding-bottom: 11px!important
}
#plemx-root .widget6 .mainTemp span {
    font-size: 10px;
    position: relative;
    bottom: 5px;
    letter-spacing: 1px
}
#plemx-root .widget6 .lang {
    font-size: 9px;
    font-family: DIN-Regular, sans-serif;
    display: block;
    width: 103%;
    letter-spacing: -.2px;
    color: inherit!important;
    position: absolute;
    top: 53px;
    left: -1px;
    text-align: center
}
/*--single-page--*/
.single-page{
padding: 2em 0px;
background-color: #F1F7E4;;
}
.welcome h4 {
  font-size: 2em;
  font-weight: 400;
  color: #00A982 !important;
  margin:0.5em 0px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #146eb4;
}
.thumbnail {
  padding: 8px !important;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px !important;
    border-left: 5px solid #9B9494 !important;
    background: #eee !important;
}
#vpb_loading_box > span {
    color: #00A982;
    padding: 3px 50px;
}
#vpb_loading_box {
    color: #F00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.btn1
{
padding:4px 6px !important;
font-size:12px !important;
}
.btn-primary {
  border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  border-color: #FFF !important;
   background-color: #146eb4 !important;
}
.related-grids.col-md-4 {
border: 1px solid #eee;
    padding: 0px 10px 0px 10px;
    min-height: 315px !important;
    margin-bottom: 10px;
}
.related-grids h5 
{
min-height: 30px;
}
.related-grids h5 a
{
color:#000 !important;
}
/*-----start-responsive-design------*/
@media (max-width:1366px){
	
}
@media (max-width:480px){
h6 {
    font-size: 14px !important;
}
}
@media (max-width:1024px){
.news-section-grid
{
margin:0px 0px 10px !important;
}
h3
{
font-size:16px !important;
}
.ht240
{
height:auto !important;
}	
}
@media (max-width:968px){
.welcome
{
min-height:auto;
}	
}
@media (max-width:767px){

}
@media (max-width: 736px){
	form.navbar-form.navbar-right {
	  padding: 0 15px;
	}
.news-section-grid
{
min-height:320px !important;
}
}
@media all and (max-width: 767px) and (min-width: 480px) {
.news-section-grid {
   min-height: auto !important;
}
.related-grids .thumbnail 
{
width:30% !important;
float:left;
line-height:3.5;
margin-right:20px;
margin-top:20px;
}
.ribbon-wrapper-green1 {
    width: 145px;
    height: 145px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 26px;
}
.related-grids.col-md-4 {
min-height: 180px !important;
}
.thumbnail>img {
    height: auto !important;
}
}
@media (max-width:1200px){
.navbar-toggle {
float:none !important
}
span.menu {
	  display: block;
	  text-align: center;
	  padding-bottom: 1em;
	  cursor: pointer;
	  color: #E74C3C;
	  font-size: 16px;
	  font-weight: 700;
	  position: relative;
	}
	.banner-nav {
	  float: none;
	
	 
	}
	ul.nav1 {
		display: none;
	}
	.banner-nav ul {
		padding: 0;
		margin: 0;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.banner-nav ul.nav1 li.active{
		background: #DC5329;
	}
	.banner-nav ul.nav1 li {
		display: block;
		text-align: center;
		background: rgba(255, 255, 255, 1);
		margin: 0;
		width: 100%;
	}
	.banner-nav ul li a {
	    padding: .8em 0;
	  display: block;
	  float: none;
	}
	
	.banner-navigation {
	  background: none;
	}
	.banner-bottom-grid {
	  margin-bottom: 2em;
	}
.f
{
height:67px;
}	
}
@media (max-width:1024px){
#logo
{
margin-top:10px !important;
width:60%;
}
}
@media (max-width:480px){
.news-section-grid
{
min-height:360px !important;
}
.carousel {
    position: relative;
}
.main-footer .footer-bottom .pull-right{float:left!important}
}
@media (max-width:320px){
	.recent-posts-info h5,.recent-posts-info p
{
 font-size:10px;
}
.top-menu {
    padding-left: 0px !important;
}

 h2
      {
     font-size:18px !important;
       }
.a2
{
padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}
.f
{
height:67px;
}
}	
.dropdown .dropdown-menu {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #A1895E !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border:none;
    border-radius: 4px;
    }
.dropdown .dropdown-menu li a
{
color:#FFF;
}
.dropdown-menu li
{
width:100% !important;
}

@media only screen and (min-width: 1024px) {

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
    z-index:999999 !important;
 }
}
.recent-posts-info .anc
  {
  	line-height:9;
  	text-align:center;
  }
.recent-posts-info .anc img
{
max-height:120px;
height:auto;
width:auto;
max-width:100%
}