#header{
  .main-nav {
    .navbar-edit{
      background-color: @baseColor;
      position: relative;
    }
    .container-fluid{
      padding-right: 0;
      padding-left: 0;
    }
    .navbar-collapse{
      padding-right: 0;
      padding-left: 0;
    }
    .navbar-nav>li>a{
      padding-top: 0;
      padding-bottom: 0;
      color: @white;
      text-transform: uppercase;
      font-family: @openSan-semibold;
      font-size: 15px;
      margin: 15px 0;
      border-right: 2px solid @white;
    }

    .nav>li{
      &:hover a{
        background-color: transparent;
      }
      &:first-child a{
        padding-left: 0;
      }
      &:last-child a{
        border-right: 0;
      }
    }

    .main-search{
      top: 8px;
      right: 0;
      padding-right: 0;
      position: absolute;
    }
  }
}

@media(max-width:992px){
  #header{
    .main-search{
      top: 0 !important;
      position: relative !important;
    }
  }
}

#main-content{
  .dot-border{
    height: 10px;
    margin-top: 35px;
    margin-bottom: 20px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
  }

  .social-area{
    .lat-blog-post{
      h3{
        margin: 0;
        margin-bottom: 15px;
        font-size: 22px;
      }
      .blog-post{
        background: #F5F5F5;
        height: 60px;
        color: #8a8a8a;
        margin: 5px 0;
        .date{
          float: left;
          padding: 5px;
          width: 60px;
          height: 60px;
          text-align: center;
          background: #00799C;
          color: @white;
          font-family: @openSan-semibold;
          span{
            display: block;
            font-size: 20px;
          }
        }
        h4{
          margin: 0;
          font-size: 15px;
          font-weight: bold;
          padding: 2px 5px 0 65px;
        }
        p{
          padding: 0 5px 2px 65px;
        }
      }
    }
  }

  .static-sidebar{
    .img-post{
      h3{
        margin: 10px 0 8px 0;
        font-family: 'open_sanssemibold';
        font-size: 16px;
        color: #00799c;
        a{
          color: inherit;
        }
      }
      p{
        text-align: justify;
      }
      .more-btn{
        background-color: #1399bc;
        color: #FFF;
        padding: 5px 30px;
        margin-top: 5px;
        float: right;
      }
    }
  }
  .tags-page a{
    &:hover{
      text-decoration: none;
    }
  }
}

.panel-title{
  margin-top: 5px;
}
.panel-body img,
.blog-content img{
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.panel-body p,
.blog-content p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.image-90{
  width: 100%;
  max-height: 90px;
}
.image-115{
  width: 100%;
  max-height: 115px;
}
.image-150{
  width: 100%;
  max-height: 150px;
}
.image-165{
  width: 100%;
  max-height: 165px;
}
.image-200{
  width: 100%;
  max-height: 200px;
}
.image-220{
  width: 100%;
  max-height: 220px;
}
.image-250{
  width: 100%;
  max-height: 250px;
}
.image-330{
  width: 100%;
  max-height: 330px;
}
.image-410{
  width: 100%;
  max-height: 410px;
}

@media(max-width:767px){
  .image-90,.image-115,.image-150,.image-165,.image-200,.image-220,.image-250,.image-330,.image-410{
    width: auto !important;
  }
  #main-content{
    .archive-posts{
      margin-bottom: 25px;
    }
    .archive-sideBar #map-canvas{
      margin-bottom: 25px !important;
    }
  }
}
#main-content{
  .archive-area{
    .dot-border{
      margin-top: 0 !important;
      margin-bottom: 10px !important;
    }
    .social-share-buttons{
      margin-bottom: 20px !important;
    }
  }
}
@media(min-width:768px) and (max-width:992px){
  #main-content .archive-sideBar{
    margin-top: 25px !important;

    .image-150{
      width: auto !important;
    }
  }
}

.text-wrap{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-40{
  overflow: hidden;
  text-overflow: clip;
  max-height: 40px;
  display: block;
}
.text-60{
  overflow: hidden;
  text-overflow: clip;
  max-height: 60px;
}
.text-80{
  overflow: hidden;
  text-overflow: clip;
  max-height: 80px;
}
.text-100{
  overflow: hidden;
  text-overflow: clip;
  max-height: 100px;
}
.text-120{
  overflow: hidden;
  text-overflow: clip;
  max-height: 120px;
}
.text-160{
  overflow: hidden;
  text-overflow: clip;
  max-height: 160px;
}
.text-200{
  overflow: hidden;
  text-overflow: clip;
  max-height: 200px;
}
.text-260{
  overflow: hidden;
  text-overflow: clip;
  max-height: 260px;
}
.text-300{
  overflow: hidden;
  text-overflow: clip;
  max-height: 295px;
}

@media(max-width:767px){
  .text-wrap,.text-40,.text-60,.text-80,.text-100,.text-120,.text-160,.text-200,.text-260,.text-300{
    max-height: none !important;
  }
}

.top-space{
  margin-top: 40px;
}

.top-space-mid{
  margin-top: 20px;
}

.top-space-small{
  margin-top: 10px;
}

.top-space-weather{
  margin-top: 15px;
  overflow: hidden;
}

.advertisment1{
  background: #ccc;
  min-height: 380px;
  padding: 5px;
}

.advertisment2{
  background: #ccc;
  min-height: 365px;
  padding: 5px;
}

.advertisment3{
  background: #ccc;
  min-height: 500px;
  padding: 5px;
  margin-top: 20px;
}

.advertisment4{
  background: #ccc;
  min-height: 320px;
  padding: 5px;
}

.advertisment5{
  background: #CCC;
  min-height: 160px;
  padding: 5px;
  margin-top: 20px;
}

.contact-form{
  margin-top: 30px;
}

/* Circular Content Carousel Style */
.ca-container{
  position:relative;
  width:100%;
  height:260px;
  margin-top: 10px;
}
.ca-wrapper{
  width:100%;
  height:100%;
  position:relative;

  ul > li{
    margin: 10px 0;
    a{
      color: #555555;
    }
  }
}
.ca-item{
  position:relative;
  float:left;
  width:230px;
  height:100%;
}

.ca-item ul{
  .title{
    list-style: none;
    margin-left: 0;
    a{
      font-size: 16px;
      font-family: 'open_sanssemibold';
      margin-bottom: 15px;
    }
  }
  li{
    list-style-image: url(../images/liplus.png);
    margin-left: 20px;
  }
}
.ca-content-wrapper{
  background:#b0ccc6;
  position:absolute;
  width:0px; /* expands to width of the wrapper minus 1 element */
  height:440px;
  top:5px;
  text-align:left;
  z-index:10000;
  overflow:hidden;
}
.ca-content{
  width:660px;
  overflow:hidden;
}
.ca-content-text{
  font-size: 14px;
  font-style: italic;
  font-family: "Georgia","Times New Roman",serif;
  margin:10px 20px;
  padding:10px 20px;
  line-height:24px;
}
.ca-content-text p{
  padding-bottom:5px;
}
.ca-content h6{
  margin:25px 20px 0px 35px;
  font-size:32px;
  padding-bottom:5px;
  color:#000;
  font-family: 'Coustard', sans-serif;
  color:#60817a;
  border-bottom:2px solid #99bcb4;
  text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
  margin:20px 35px;
  height:30px;
}
.ca-content ul li{
  float:left;
  margin:0px 2px;
}
.ca-content ul li a{
  color:#fff;
  background:#000;
  padding:3px 6px;
  font-size:14px;
  font-family: "Georgia","Times New Roman",serif;
  font-style:italic;
}
.ca-content ul li a:hover{
  background:#fff;
  color:#000;
  text-shadow:none;
}
.ca-nav span{
  width:25px;
  height:38px;
  /*background:transparent url(../images/arrows.png) no-repeat top left;*/
  position:absolute;
  top:50%;
  margin-top:-20px;
  left: -40px;
  text-indent:-9000px;
  opacity:0.7;
  cursor:pointer;
  z-index:100;
}
.ca-nav span.ca-nav-next{
  background-position:top right;
  left:auto;
  right: -40px;
}
.ca-nav span:hover{
  opacity:1.0;
}
.cbp-hssubmenu{
  .thumbnail2{
    padding: 4px;
    border: 1px solid #DDD;
    display: block;
    border-radius: 4px;
  }
  .recent-post{
    padding: 0 50px;
    p{
      margin-top: 10px;
    }
  }
}

.cbp-hsmenu .home img{margin-top: -3px;}

.cbp-hsmenu-wrapper{
  .cbp-hsmenubg{
    display:none;
  }
}

.cbp-hsmenu > li:nth-child(2) .cbp-hssubmenu{
  border-top: 8px solid #e9336a;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;

  h2{
    color: #e9336a;
    a{
      color: inherit;
    }
  }
  h3{
    color: #e9336a;
    font-size: 20px;
    margin: 10px 0;
    a{
      color: inherit;
      &:hover{
        text-decoration: none;
      }
    }
  }

  .ca-item ul {
    li a{
      &:hover{
        color: #e9336a;
        text-decoration: none;
      }
    }
    .title a{
      color: #e9336a;
      &:hover{
        text-decoration: underline;
      }
    }
  }

  .ca-nav {
    .ca-nav-next{
      background:transparent url(../images/arrows-pink.png) no-repeat top right;
    }
    .ca-nav-prev{
      background:transparent url(../images/arrows-pink.png) no-repeat top left;
    }
  }
}

.cbp-hsmenu > li:nth-child(3) .cbp-hssubmenu{
  border-top: 8px solid #f7b93e;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;

  h2{
    color: #f7b93e;
    a{
      color: inherit;
    }
  }
  h3{
    color: #f7b93e;
    font-size: 20px;
    margin: 10px 0;
    a{
      color: inherit;
      &:hover{
        text-decoration: none;
      }
    }
  }

  .ca-item ul {
    li a{
      &:hover{
        color: #f7b93e;
        text-decoration: none;
      }
    }
    .title a{
      color: #f7b93e;
      &:hover{
        text-decoration: underline;
      }
    }
  }

  .ca-nav {
    .ca-nav-next{
      background:transparent url(../images/arrows-yellow.png) no-repeat top right;
    }
    .ca-nav-prev{
      background:transparent url(../images/arrows-yellow.png) no-repeat top left;
    }
  }

}

.cbp-hsmenu > li:nth-child(4) .cbp-hssubmenu{
  border-top: 8px solid #58c3b3;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;

  h2{
    color: #58c3b3;
    a{
      color: inherit;
    }
  }
  h3{
    color: #58c3b3;
    font-size: 20px;
    margin: 10px 0;
    a{
      color: inherit;
      &:hover{
        text-decoration: none;
      }
    }
  }

  .ca-item ul {
    li a{
      &:hover{
        color: #58c3b3;
        text-decoration: none;
      }
    }
    .title a{
      color: #58c3b3;
      &:hover{
        text-decoration: underline;
      }
    }
  }

  .ca-nav {
    .ca-nav-next{
      background:transparent url(../images/arrows-green.png) no-repeat top right;
    }
    .ca-nav-prev{
      background:transparent url(../images/arrows-green.png) no-repeat top left;
    }
  }

}

.cbp-hsmenu > li:nth-child(5) .cbp-hssubmenu{
  border-top: 8px solid #9b4c86;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;

  h2{
    color: #9b4c86;
    a{
      color: inherit;
    }
  }
  h3{
    color: #9b4c86;
    font-size: 20px;
    margin: 10px 0;
    a{
      color: inherit;
      &:hover{
        text-decoration: none;
      }
    }
  }

  .ca-item ul {
    li a{
      &:hover{
        color: #9b4c86;
        text-decoration: none;
      }
    }
    .title a{
      color: #9b4c86;
      &:hover{
        text-decoration: underline;
      }
    }
  }

  .ca-nav {
    .ca-nav-next{
      background:transparent url(../images/arrows-purple.png) no-repeat top right;
    }
    .ca-nav-prev{
      background:transparent url(../images/arrows-purple.png) no-repeat top left;
    }
  }

}
