@charset "utf-8";
/* CSS Document */

@import url(fonts.css);

/* Index Css */



body{ 
  direction:ltr;
  font-family: Arial;
  font-size: 14px;  
}


.wrapper{
    text-align:left;
    width: 1080px;
    position: relative;
}

a{
    text-decoration: none;
}

.icons{
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
}

.menu-checkbox {
  display: none;
}

.header {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 50px;
  background-color: #e4e4e4;
  border-bottom: 1px solid #cecece;
}



.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #fff;
    color: #231f20;
    font-size: 25px;
    
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  padding: 10px;
  
  -webkit-box-shadow: 3px 0 3px 1px #ccc;
    box-shadow: 3px 0 3px 1px #ccc;
}

.open-menu{
    -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
  visibility: visible;
}
.close-menu{
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    transform: translate3d(-100%, 0, 0) !important;   
}

.menu-btn {
  background-color: transparent;
  border: none;
  color: #222222;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6em;
  position: relative;
  padding: 0;
  left: -8px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-checkbox:checked ~ .overlay {
  display: block;
}
/*
.menu-checkbox:checked ~ .menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
*/
.menu a{
    color: #231f20;
}
.menu div.menu-item{
    border-bottom: 1px solid #eeeeef;
    display: block;
    padding: 16px 10px;
}
.menu div.menu-item:focus, .menu div.menu-item:hover{
    background-color: #eeeeef;
}
.menu div.menu-item img{
    float: left;
    padding-right: 25px;
}
.menu div.menu-item span{
    color: #231f20;
} 

header{
    height: 99px;
    background-color: #fff;
    border-bottom: 5px solid #d7df23;
}
header .logo{
    background: url(../images/logo.png) no-repeat;
    height: 83px;
    width: 203px;
    float: left;
    margin: 7px 0 0 0;
}
header #bars{
        float: left;
    margin: 24px 20px;
    cursor: pointer;
}
header #bars i{
    font-size: 50px;
    color: #006738;
}
header .tools{
    float: right;
    width: 450px;
    height: 62px;
    
}
header .tools .lang{
    float: left;
    width: 130px;
    text-align: center;
    border-left: 1px solid #009344;
    height: 62px;
    margin: 20px 0 0 0;
}
header .tools .lang .title{
        color: #a9acae;
    font-size: 17px;
    margin: 8px 0 0 0;
}
header .tools .lang ul li{
    display: inline-block;
    margin: 10px 5px 0 5px;
}
header .tools .lang ul li a{
    color: #5c5d60;
}
header .tools .howtouse{
    float: left;
    border-left: 1px solid #009344;
    text-align: center;
    width: 216px;
    height: 100%;
    margin: 20px 0 0 0;
}
header .tools .howtouse a{
    line-height: 60px;
    font-size: 21px;
    color: #009344;
}
header .tools .howtouse .info-icon{
    border-radius: 50%;
    border: 2px solid #009344;
    color: #009344;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    padding: 6px;
}
header .tools .options{
    line-height: 60px;
    font-size: 21px;
    color: #009344;
     border-left: 1px solid #009344;
     float: right;
     height: 62px;     
     position: relative;
    z-index: 998;
    margin: 20px 0 0 0;
}

.map{
    height: 1100px;
    width: 100%;
    border-bottom: 5px solid #d7df23;
    position: relative;
    
    z-index: 111;
}

.search{
    width: 722px;
    height: 55px;
    opacity: 0.5;
    position: absolute;
    top: 1120px;
    z-index: 887;
    left: 190px;
    
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search a.select{
        width: 10%;
    height: 52px;
    background-color: #39b54a;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 4px 0 0 0;
    line-height: 50px;
    position: relative;
    z-index: 1;
}
.search input[type=text]{
    height: 52px;
    width: 78%;
    float: left;
        margin: 4px -4px 0 -4px;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    border: none;
    position: relative;
    box-shadow: 0 0 5px 1px #ccc;
    z-index: 2;
    font-size: 30px;
    text-align: left;
    padding: 0 1%;
}
.search button{
    background-color: #39b54a;
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 6px;
    text-align: center;
    height: 52px;
    margin: 4px 7px 0 0;
    width: 10%;
    float: right;
    position: relative;
    z-index: 1;
}
.search button .search-icon{}

#hide-keyboard{
        position: absolute;
    right: 78px;
    z-index: 998;
    top: 740px;
    background-color: transparent;
    
    display: none;
}
#hide-keyboard i{
        font-size: 40px;
    color: #fff;
}

.box-under{}
.leftside{
    float: left;
    width: 250px;
    position: relative;
    z-index: 2;
    
    -webkit-box-shadow: 3px 0 5px 1px #302d2f;
    box-shadow: 3px 0 5px 1px #302d2f;
}
.rightside{
    float: left;
    width: 830px;
    
    position: relative;
    z-index: 1;
}

.leftside .day{
         background-color: #1f7844;
    height: 44px;
    color: #fff;
}
.leftside .day .left{
    float: left;
    padding: 14px 0 0 14px;
    font-weight: bold;
    font-size: 16px;
}
.leftside .day .date{
        float: right;
    font-weight: bold;
    padding: 14px;
    font-size: 15px;
}
.leftside .weather{
    background-color: #006738;
    color: #fff;
    padding: 20px;
}
.leftside .weather .left{
    float: left;
    width: 50%;
}
.leftside .weather .left .cityname{}
.leftside .weather .left .deg{
    float: right;
    margin: 0 20px 0 0;
    font-size: 40px;
}
.leftside .weather .left .temp{
        font-size: 62px
}
.leftside .weather .left .max-temp{}
.leftside .weather .left .min-temp{}
.leftside .weather .left .h-deg{}
.leftside .weather .left .l-deg{}
.leftside .weather .right{
    float: right;
    width: 50%;
}
.leftside .weather .right .icon{}
.leftside .weather .right .title{
        font-size: 18px;
}
.leftside .weather .right .humidity{
    display: inline-block;
}
.leftside .weather .right .humidity_icn{
    background: url(../images/humidity_icn.png) no-repeat;
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 10px 0 0 0;
}
.leftside .weather .right .speed{
    display: inline-block;
}
.leftside .weather .right .speed_icn{
    background: url(../images/speed_icn.png) no-repeat;
    width: 12px;
    height: 10px;
    display: inline-block;
    margin: 10px 0 0 0;
}
.leftside .weather .right .pressure{
    display: inline-block;
}
.leftside .weather .right .pressure_icn{
    background: url(../images/pressure_icn.png) no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin: 10px 0 0 0;
}

.praingtimes{
        background-color: #006738;
    color: #fff;
    padding: 20px;
}
.praingtimes .title{
        font-size: 18px;
    margin: 0 0 0 13px;
}
.praingtimes table{
    padding: 10px;
    width: 90%;
    margin: 10px 10px 0 10px;
}
.praingtimes table tr{
        border-top: 1px solid #fbb040;
}
.praingtimes table tr td{
    border-right: 1px solid #fbb040;
    padding: 10px 5px;
    width: 50%;
}
.noborder{
    border: none !important;
}

.tour{
        background-color: #009344;
    color: #fff;
    text-align: center;
    height: 209px;
}
.tour .title{
    font-size: 36px;
    float: left;
    margin: 30px 0 0 40px;
}
.tour .deg{
        font-size: 36px;
    float: right;
    margin: 30px 40px 0 0;
}
.tour .text{
        font-size: 100px;
    margin: -10px 0 0 50px;
    float: left;
}

.blocks{
    width: 830px;
    height: 367px;
    background-color: #009344;
    text-align: center;
}
.blocks .block{
        position: relative;
    display: inline-block;
    width: 138px;
    margin: 28px 15px 0 0;
}
.blocks .number{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #be1e2d;
    color: #fff;
    padding: 5px;
}
.blocks label{
   color: #fff;
    font-size: 18px;
    padding: 0 0 5px 0;    
}

.blocks label.menu-checkbox{
    display: inline-block;
}

.hotels_icn{
    background-position: 0 0;
    width: 75px;
    margin: 15px auto;
    height: 76px;
}
.hotels_bg{
    background-color: #ed1c24;
}

.all_icn{
    background-position: -617px 0;
    height: 76px;
    margin: 15px auto;
    width: 62px;
}
.all_bg{
    background-color: #454545;
}

.pharmacy_icn{
        background-position: -75px 0;
    width: 60px;
    height: 76px;
    margin: 15px auto;
}
.pharmacy_bg{
    background-color: #662d91;
}

.atm_icn{
    background-position: -135px 0;
    width: 91px;
    height: 76px;
    margin: 15px auto;
}
.atm_bg{
    background-color: #f7931e;
}

.medical_icn{
        background-position: -227px 0;
    width: 79px;
    height: 76px;
    margin: 15px auto;    
}
.medical_bg{
    background-color: #1b75bc;
}

.police_icn{
        background-position: -306px 0;
    width: 52px;
    height: 76px;
    margin: 10px auto;
}
.police_bg{
    background-color: #2a3990;
}

.healthcenter_icn{
    background-position: -357px 0;
    width: 72px;
    height: 76px;
    margin: 10px auto;
}
.healthcenter_bg{
    background-color: #006738;
}

.library_icn{
    background-position: -429px 0;
    width: 58px;
    height: 76px;
    margin: 10px auto;
}
.library_bg{
    background-color: #716558;
}

.resturant_icn{
    background-position: -487px 0;
    width: 58px;
    height: 76px;
    margin: 10px auto;
}
.resturant_bg{
    background-color: #603913;
}

.more_icn{
    background-position: -545px 0;
    width: 72px;
    height: 76px;
    margin: 10px auto;
}
.more-border{
    border: 1px inset #fff;
}
.more_bg{
    background-color: #009344;
}

.slider{
    float: left;
    width: 532px;
    height: 340px;
    
}

.sugg{
     background: #006738 ;
    float: left;
    height: 344px;
    width: 298px;
}
.sugg .title{
    color: #fff;
    font-size: 30px;
    margin: 10px;
    text-align: center;
}
.sugg i{}
.sugg #sugg{
    margin: 0 auto;
    text-align: center;
}
.sugg #sugg input[type='text']{
    border: medium none;
    display: block;
    font-size: 20px;
    height: 28px;
    margin: 10px auto;
    padding: 10px;
    width: 191px;
}
.sugg #sugg textarea{
    border: medium none;
    display: block;
    height: 70px;
    margin: 0 auto;
    padding: 10px;
    width: 190px;
}
.sugg #sugg input[type='submit']{
    background: #fbb040;
    border-radius: 0;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    width: 210px;
} 





#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	background-color: transparent;
    
    left: 0 !important;
    top: 15px !important;
    overflow: hidden;
}
.gm-style-iw:first-child{
    
}
#iw-container {
	margin-bottom: 10px;
    border-top: 6px solid #009344;
    width: 500px;
}
#iw-container-small{
    margin-bottom: 10px;
    border-top: 6px solid #009344;
    text-align: center;
    width: 100%;
}
#iw-container .extraimg{
    float: left;
}
#iw-container .iw-title, #iw-container-small .iw-title{
    color: #000;
    font-size: 39px;
    font-weight: 400;
    padding: 10px 23px;
}
#iw-container .iw-rate {}
#iw-container .iw-rate i, #iw-container-small .iw-rate i{
     font-size: 30px;
     margin: 0 5px;
}
#iw-container .iw-content, #iw-container-small .iw-content {
	font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 1px;
    height: 500px;
    overflow-x: hidden;
    padding: 0 31px;
}
#iw-container .iw-content-small{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 1px;
    height: 45px;
    overflow-x: hidden;
    padding: 0 31px;
}

.iw-desc {
	font-size: 20px;
    line-height: 24px;
    padding: 25px 0;
}
.iw-time{
    font-size: 26px;
    padding: 0 20px;
}
.iw-time .distance{
    display: inline-block;
}
.iw-time .time{
    display: inline-block;
}

.borderbottom{
  height: 2px;
  background-color: #91bc91;
  width: 100%;  
  margin: 0 0 30px;
}
.start-nav{
    background-color: #006738;
    color: #fff;
    float: left;
    padding: 13px 30px;
    text-align: center;
}
.start-nav i{
    display: block;
    font-size: 40px;
}
.start-nav span{
    font-size: 20px;
}
.route{
    float: right;
    font-size: 20px;
    line-height: 28px;
    width: 290px;
}

.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


#popup{
    background: #fff;
    position: absolute;
    z-index: 130;  
    left: 530px;
    top: 583px;
    width: 20px;
    height: 20px;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

#close-popup{
    background-color: #fff;
    border: 8px solid #006738;
    border-radius: 50%;
    cursor: pointer;
    font-size: 30px;
    padding: 3px 14px;
    position: absolute;
    right: -25px;
    top: 554px;
    z-index: 131;
}