/*---------------------------------------------------
    CSS COOMA  0.1
  ---------------------------------------------------
    author:		quangviet
	  email:     	viettaquang.design@gmail.com
  ---------------------------------------------------*/
/*-------------------------------------------------
 =  Table of Css

 1. Header

 2. Main-nav

 3. Featured home

 4. Location home

 5. About

 6. Accommodation

 7. Events

 8. Right column

 9. Connect with us

10. Custom Bootrap

11. Footer

-------------------------------------------------*/
/* Setup */
body {
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 13px;
  text-transform: none;
}
a {
  /*color: #6d6d6d;*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contentD a {border-bottom: 1px dotted #428bca;}
.contentD img {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
}

h1, h2 {
  margin-top:0;
}
.wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.colL {
  float: left;
  margin-right: 15px;
}
.colR {
  float: right;
  margin-right: 15px;
}
.content,
.contentD {
  overflow: hidden;
}
/* set shadow left right contaier  */
.content-page .container {
  background: #fff;
  margin-top: -30px;
  min-height: 50px;
  padding: 25px;
  position: relative;
}
.content-page .container:before {
  display: block;
  width: 19px;
  height: 127px;
  background: url(../images/bg_shadowL.png);
  position: absolute;
  top: 0px;
  left: -19px;
}
.content-page .container:after {
  display: block;
  width: 19px;
  height: 127px;
  background: url(../images/bg_shadowR.png);
  position: absolute;
  top: 0px;
  right: -19px;
}
/*-------------------------------------------------------*/
/* 1. Header
/*-------------------------------------------------------*/
.brand {
  width: 215px;
  border-right: 1px solid #edeef0;
  margin: 7px 0px;
}
.contact-header {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
}
.contact-header .icon-note {
  color: #62cded;
  position: absolute;
  left: 0px;
  top: -7px;
}
.contact-header .icon-note:before {
  font-size: 40px;
}
.contact-header h3 {
  font-weight: bold;
  font-family: 'Open Sans';
  font-size: 20px;
  text-transform: none;
  color: #6d6d6d;
  margin: 0;
}
.contact-header a {
  font-size: 12px;
  color: #da2c8d;
}
.contact-header a:before {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.newsletter,
.quick-access,
.dropdown-language,
.likeFB {
  float: left;
  margin: 15px 0 0 12px;
}
.newsletter {
  margin: 20px 20px 0 0;
  font-size: 12px;
  color: #6d6d6d;
}
.newsletter:hover {
  color: #a5c453;
}
.newsletter:before {
  color: #a5c453;
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
}
.likeFB {
  margin-right: 20px;
}
.likeFB2 {
  display: none;
}
.quick-access .form-control {
  height: 28px;
  background: #edeef0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.quick-access .btn-custom {
  padding: 3px 8px;
  margin-left: -5px;
  background: #56c9ec;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-language .btn-custom {
  padding: 3px 8px;
  background: #fff;
  border: 1px solid #edeef0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-language .btn-custom:hover {
  background: #edeef0;
}
.dropdown-language .flag-container {
  border-right: 1px solid #edeef0;
  padding-right: 8px;
}
.dropdown-language .caret {
  margin-left: 5px;
}
.dropdown-language .dropdown-menu {
  width: 100%;
  min-width: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-language img {
  width: 20px;
  border: 1px solid #555555;
}
/*-------------------------------------------------------*/
/* 2. Main-nav
/*-------------------------------------------------------*/
#main-nav-container {
  margin-top: -30px;
}
#main-nav-container #main-nav {
  float: right;
  padding-right: 0px;
  position: relative;
}
#main-nav-container #main-nav ul,
#main-nav-container #main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-container #main-nav .menu li {
  float: left;
  position: relative;
  border-right: 1px solid #edeef0;
  padding-bottom: 8px;
}
#main-nav-container #main-nav .menu li a {
  display: inline-block;
  padding: 7px 20px;
  font-weight: normal;
  font-family: 'Montserrat';
  font-size: 12px;
  text-transform: uppercase;
}
#main-nav-container #main-nav .menu li.bg1 a {
  border-bottom: 3px solid #f2c71d;
}
#main-nav-container #main-nav .menu li.bg1 a:hover {
  color: #fde57d;
}
#main-nav-container #main-nav .menu li.bg1 ul,
#main-nav-container #main-nav .menu li.bg1 ul li ul {
  background: #f2c71d;
}
#main-nav-container #main-nav .menu li.bg1:hover > a,
#main-nav-container #main-nav .menu li.bg1 > ul li > ul li:hover > a {
  color: #fde57d;
}
#main-nav-container #main-nav .menu li.bg2 a {
  border-bottom: 3px solid #99bb42;
}
#main-nav-container #main-nav .menu li.bg2 a:hover {
  color: #a5c453;
}
#main-nav-container #main-nav .menu li.bg2 ul,
#main-nav-container #main-nav .menu li.bg2 ul li ul {
  background: #99bb42;
}
#main-nav-container #main-nav .menu li.bg2:hover > a,
#main-nav-container #main-nav .menu li.bg2 > ul li > ul li:hover > a {
  color: #a5c453;
}
#main-nav-container #main-nav .menu li.bg3 a {
  border-bottom: 3px solid #3498db;
}
#main-nav-container #main-nav .menu li.bg3 a:hover {
  color: #3498db;
}
#main-nav-container #main-nav .menu li.bg3 ul,
#main-nav-container #main-nav .menu li.bg3 ul li ul {
  background: #3498db;
}
#main-nav-container #main-nav .menu li.bg3:hover > a,
#main-nav-container #main-nav .menu li.bg3 > ul li > ul li:hover > a {
  color: #3498db;
}
#main-nav-container #main-nav .menu li.bg4 a {
  border-bottom: 3px solid #d12d87;
}
#main-nav-container #main-nav .menu li.bg4 a:hover {
  color: #da2c8d;
}
#main-nav-container #main-nav .menu li.bg4 ul,
#main-nav-container #main-nav .menu li.bg4 ul li ul {
  background: #d12d87;
}
#main-nav-container #main-nav .menu li.bg4:hover > a,
#main-nav-container #main-nav .menu li.bg4 > ul li > ul li:hover > a {
  color: #da2c8d;
}
#main-nav-container #main-nav .menu li.bg5 a {
  border-bottom: 3px solid #ae6aa4;
}
#main-nav-container #main-nav .menu li.bg5 a:hover {
  color: #d07ac3;
}
#main-nav-container #main-nav .menu li.bg5 ul,
#main-nav-container #main-nav .menu li.bg5 ul li ul {
  background: #ae6aa4;
}
#main-nav-container #main-nav .menu li.bg5:hover > a,
#main-nav-container #main-nav .menu li.bg5 > ul li > ul li:hover > a {
  color: #d07ac3;
}
#main-nav-container #main-nav .menu li ul,
#main-nav-container #main-nav .menu li ul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #fafafa;
}
#main-nav-container #main-nav .menu li ul {
  left: 0;
  top: 100%;
}
#main-nav-container #main-nav .menu li ul li ul {
  left: 101%;
  top: 0px;
}
#main-nav-container #main-nav .menu li ul li,
#main-nav-container #main-nav .menu li ul li ul li {
  float: none;
  text-align: left;
  border-top: 1px solid #edeef0;
  padding-bottom: 0 !important;
  position: relative;
}
#main-nav-container #main-nav .menu li ul li:first-child,
#main-nav-container #main-nav .menu li ul li ul li:first-child {
  border-top: none;
}
#main-nav-container #main-nav .menu li ul li:first-child,
#main-nav-container #main-nav .menu li ul li ul li:last-child {
  border-bottom: none;
}
#main-nav-container #main-nav .menu li ul li a,
#main-nav-container #main-nav .menu li ul li ul li a {
  padding: 6px 20px;
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 12px;
  text-transform: inherit;
  color: #fff !important;
  display: block;
}
#main-nav-container #main-nav .menu li ul li a:hover,
#main-nav-container #main-nav .menu li ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#main-nav-container #main-nav .menu li ul li i,
#main-nav-container #main-nav .menu li ul li ul li i {
  position: absolute;
  right: 0px;
  top: 3px;
  color: #ffffff;
}
#main-nav-container #main-nav #responsive-nav {
  display: none;
  padding-bottom: 10px;
}
#main-nav-container #main-nav #responsive-nav ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 899;
  border-top: 5px solid #fae264;
}
#main-nav-container #main-nav #responsive-nav ul li {
  background: #fafafa;
  border-top: 1px solid #edeef0;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  padding-bottom: 0 !important;
}
#main-nav-container #main-nav #responsive-nav ul li:first-child {
  border-top: none;
}
#main-nav-container #main-nav #responsive-nav ul li:last-child {
  border-bottom: none;
}
#main-nav-container #main-nav #responsive-nav ul li a {
  padding: 12px 0 12px 15px;
  display: block;
  color: #494940;
  text-transform: uppercase;
  font-weight: bold;
}
#main-nav-container #main-nav #responsive-nav ul li a:hover {
  color: #14bfcc;
}
#main-nav-container #main-nav #responsive-nav ul li ul {
  display: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#main-nav-container #main-nav #responsive-nav ul li ul,
#main-nav-container #main-nav #responsive-nav ul li ul li ul {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(200, 200, 200, 0.2);
}
#main-nav-container #main-nav #responsive-nav ul li ul i,
#main-nav-container #main-nav #responsive-nav ul li ul li ul i {
  display: none;
}
#main-nav-container #main-nav #responsive-nav ul li ul li {
  background: #f6f6f6;
}
#main-nav-container #main-nav #responsive-nav ul li ul li ul li {
  font-size: 15px;
  line-height: 20px;
  background: #f0f0f0;
}
#main-nav-container #main-nav #responsive-nav ul li ul a,
#main-nav-container #main-nav #responsive-nav ul li ul li ul a {
  padding: 10px 0 10px 30px !important;
  text-transform: none;
  font-weight: normal;
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button {
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 1000;
  top: 0;
  background: url(../images/icon_sub.png);
}
#main-nav-container #main-nav #responsive-nav ul li .menu-button.active,
#main-nav-container #main-nav #responsive-nav ul li ul li .menu-button.active {
  background-position: -40px -360px;
}
#responsive-nav-button {
  cursor: pointer;
  margin-top: -20px;
  width: 120px;
}
#responsive-nav-button #responsive-nav-button-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#responsive-nav-button #responsive-nav-button-icon .icon-bar {
  background: #fae264;
}
#responsive-nav-button:hover #responsive-nav-button-icon,
#responsive-nav-button.active #responsive-nav-button-icon {
  background: none;
}
#responsive-nav-button:hover #responsive-nav-button-icon .icon-bar,
#responsive-nav-button.active #responsive-nav-button-icon .icon-bar {
  background: #000;
}
#responsive-nav-button .name {
  display: inline-block;
  padding-top: 14px;
  font-weight: bold;
  color: #676767;
  text-transform: uppercase;
}
#responsive-nav-button:hover .name {
  color: #fae264;
}
/*-------------------------------------------------------*/
/* 3. Banner slide responsive - welcome
/*-------------------------------------------------------*/
#bannerSldie .item img {
  width: 100%;
  position:relative;
}
#bannerSldie .carousel-control {
  background: url(../images/arrow_carousel.png);
  position: absolute;
  top: 45%;
  width: 65px;
  height: 67px;
}
#bannerSldie .carousel-control.left {
  left: 0;
  background-position: left 0;
}
#bannerSldie .carousel-control.right {
  right: 0;
  background-position: right 0;
}
@media screen and (max-width: 580px){
  #bannerSldie .carousel-control.right {
    background-position: right;
        background-size: cover;
  }
  #bannerSldie .carousel-control.left {
    background-position: left ;
        background-size: cover;
  }
}
#bannerSldie .carousel-caption .subhead {
  background: #d12d87;
  padding: 2px;
  margin-right: -4px;
  margin-bottom: 5px;
  display: inline-block;
}
#bannerSldie .carousel-caption h1 {
  font-weight: normal;
  font-family: 'Exo 2';
  font-size: 50px;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 2px 2px 0px #222222;
}
#bannerSldie .carousel-caption p {
  text-align: right;
  float: right;
  padding: 2px 10px;
  width: 60%;
}
@media screen and (max-width: 580px){
  .carousel-caption {
    bottom: 0;
  }
  #bannerSldie .carousel-control{
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 320px){
  .carousel-caption {
    bottom: -2px;
  }
  .carousel-caption h1 {
    margin-bottom: 0;
  }
}
.welcome {
  background: #104179;
  color: #fff;
  position: relative;
}
.welcome h2 {
  font-weight: 300;
  font-family: 'Exo 2';
  font-size: 60px;
  text-transform: none;
  float: left;
  margin: 0;
  padding: 10px 20px 10px 0;
}
.welcome h2 span {
  color: #56c9ec;
}
.welcome p {
  padding: 26px 0 15px;
  font-size: 180%;
}
/*-------------------------------------------------------*/
/* 4. Home
/*-------------------------------------------------------*/
/* . Featured Home */
.featured-home {
  padding: 35px 0 0;
  background: #4B95D1 url('../images/bg_home.jpg') bottom center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
  z-index:99!important;
}
.wrapper-featured {
  width: 850px;
  position: relative;
  background: #fff;
  padding: 0 20px 10px;
}
.wrapper-featured .featured-box {
  padding-right: 200px;
  font-size: 13px;
}
.wrapper-featured .featured-box .pic {
  width: 145px;
}
.wrapper-featured .featured-box .pic .img-responsive {
  width: 100%;
}
.wrapper-featured .featured-box ul {
  padding: 0;
}
.wrapper-featured .featured-box li {
  list-style: none;
}
.wrapper-featured .featured-box .list-featured li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #edeef0;
  border-bottom: 1px solid #edeef0;
  height: 100%;
	min-height: 213px;
}
.wrapper-featured .featured-box .list-featured li:before,
.wrapper-featured .featured-box .list-featured li:after {
  content: " ";
  display: table;
}
.wrapper-featured .featured-box .list-featured li:after {
  clear: both;
}
.wrapper-featured .featured-box .list-featured li:nth-child(2n) {
  border-right: 0px;
}
.wrapper-featured .events-box {
  width: 290px;
  position: absolute;
  right: -125px;
  top: 20px;
  font-size: 12px;
  background: #fde57d;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.wrapper-featured .events-box .date {
  width: 55px;
  height: 55px;
  background: #a5c453;
  border: 1px solid #b9c3b3;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wrapper-featured .events-box .date span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: -5px;
}
.wrapper-featured .events-box ul {
  padding: 0;margin-bottom: 0;
}
.wrapper-featured .events-box li {
  list-style: none;
}
.wrapper-featured .events-box .list-event li {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 2px dashed #cdb964;
}
.wrapper-featured .events-box .list-event li:last-child {
  border-bottom: 0px;
}
.wrapper-featured .events-box .list-event li:hover .date {
  background: #fff;
  border: 1px solid #b9c3b3;
  color: #626262;
  box-shadow: inset 0px 0px 0px 3px #e74c3c;
}
.wrapper-featured .events-box .list-event li:hover .date span {
  color: #e74c3c;
}
.wrapper-featured .events-box .content p {
  height: auto;
}
.wrapper-featured .events-box .content p a {
  color: #204c79;
  margin-left: 5px;
}
.wrapper-featured .events-box .content h4 {
  color: #e74c3c;
  height: auto;
}
.wrapper-featured .events-box .title-head {
  height: 45px;
  line-height: 35px;
  background: #a5c453;
  display: block;
  color: #fff;
  text-align: center;
}
.wrapper-featured .events-box .title-head .icon {
  color: #ffffff;
}
.wrapper-featured .content h4 {
  margin-top: 0px;
  font-weight: 700;
  font-family: 'Exo 2';
  font-size: 15px;
  text-transform: none;
  overflow: hidden;
}
.wrapper-featured .content p {
  height: 90px;
  overflow: hidden;
}
.wrapper-featured .content a {
  color: #3498db;
  text-decoration: underline;
}
.wrapper-featured .content a:hover {
  color: #86ddf7;
}
.title-head {
  font-weight: 300;
  font-family: 'Exo 2';
  font-size: 24px;
  text-transform: none;
  color: #454545;
  background: url(../images/bg_line_gradient.png) no-repeat left bottom;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 0px;
}
.title-head .icon {
  color: #3498db;
  font-size: 35px;
}
/* . Location Home */
.location-home {
  padding: 0px 0;
  background: url('../images/bg_mapHome.jpg') center -20px;
  background-size: auto;
  background-size: cover;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 1;
  border-top: 9px solid #d12d87;
}
.location-home .wrapper {
  height: 475px;
}
.location-home .title-head {
  background: #d12d87;
  color: #fff;
  padding-right: 20px;
  font-weight: 400;
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: none;
}
.location-home .title-head .icon {
  color: #fff;
  font-size: 24px;
}
.mapLocation {
  position: absolute;
  top: 70px;
  left: 20%;
  width: 390px;
}
.mapLocation img {
  width: 100%;
}
.bannerDownload {
  float: right;
  margin-top: 50px;
  width:290px;
  height:auto;
}
/*-------------------------------------------------------*/
/* 5. About
/*-------------------------------------------------------*/
/*  set banner detail  */
#bannerInPage {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 568px) {
  #bannerInPage {
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.bannerImgRes {
  width: 100%;
  height: auto;
  z-index: -1;
}
.bannerImgRes img {
  width: 100%;
}
.titleBanner {
  position: absolute;
  bottom: 10%;
  color: #fff;
  z-index: 10;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #222222;
}
/*  List news  */
.list-news {
  margin: 0;
  padding: 0px;
}
.list-news ul {
  padding: 0;
}
.list-news li {
  list-style: none;
}
.list-news > li {
  padding: 30px 0;
  border-bottom: 1px solid #edeef0;
}
.list-news > li:before,
.list-news > li:after {
  /*content: " ";
  display: table;*/
}
.list-news > li:after {
  clear: both;
}
.list-news > li .pic {
  width: 260px;
  height: 170px;
  overflow: hidden;
  margin-right: 0px;
}
.list-news > li .pic img {
  width: 100%;
}
.list-news > li .content {
  color: #454545;
}
.list-news > li .content h4 {
  margin-top: 0px;
  background: #f7f7f7;
  padding: 5px 10px 5px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #454545;
}
.list-news > li .content p,
.list-news > li .content a {
  padding-left: 20px;
  font-size: 13px;
}
.list-news > li .content a {
  color: #1e95d1;
  text-decoration: underline;
}
.list-news > li .content a:hover {
  color: #65c0ee;
  text-decoration: none;
}
.list-news > li:first-child {
  padding-top: 0;
}
.list-news > li:last-child {
  border-bottom: 0;
}
/*  List news 2 */
.list-news2 {
  margin: 0;
  padding: 0px;
}
.list-news2 ul {
  padding: 0;
}
.list-news2 li {
  list-style: none;
}
.list-news2 > li {
    padding: 0 20px;
    margin-bottom: 20px;
 /* border-bottom: 1px solid #edeef0;*/
}
.list-news2 > li:before,
.list-news2 > li:after {
  content: " ";
  display: table;
}
.list-news2 > li:after {
  clear: both;
}
.list-news2 > li .pic {
  width: 195px;
  /*height: 130px;*/
  overflow: hidden;
  border: 1px solid #cbcbcb;
  margin-right: 30px;
}
.list-news2 > li .pic img {
  width: 100%;
}
.list-news2 > li .content h4 {
  color: #fff;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
      margin: 0 0 20px 0px;
  width: 92%;
  line-height: 1.3;
}
.list-news2 > li .content p {
  padding: 5px 0;
  font-size: 13px;
}
.list-news2 > li .content li {
  padding: 2px 0;
  color: #fff;
  font-size: 13px;
}
.list-news2 > li .content li span {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  color: #fff;
}
.list-news2 > li .content li span.biz_meta {
  width:80%;
  color: #fff;
}
.list-news2 > li .content li span.biz_meta a {
  color: #fff;
}
/*.list-news2 > li .content .bntView {
      position: absolute;
    bottom: 10px;
}*/
/*.list-news2 > li:first-child {
  padding-top: 0;
}*/
/*.list-news2 > li:last-child {
  border-bottom: 0;
}*/
/*20161123*/
li#xtvt {
    min-height: 232px;
    overflow: hidden;
}
li#xtvt img {
    height: 232px;
    position: absolute;
}
.content.xtvt ul{
  margin-bottom: 15px;
}
.content.xtvt span.bold {
    font-weight: bold;
}
.content.xtvt {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
        -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 173px;
}
.content.xtvt:hover {

    top: 0px;
}
/*-------------------------------------------------------*/
/* 6. Accommodation
/*-------------------------------------------------------*/
/*  accommodationstype */
.accommodationstype {
  margin: 0;
  padding: 0px;
}
.accommodationstype ul {
  padding: 0;
}
.accommodationstype li {
  list-style: none;
}
.accommodationstype > li {
    padding: 0 20px;
    margin-bottom: 20px;
 /* border-bottom: 1px solid #edeef0;*/
}
.accommodationstype > li:before,
.accommodationstype > li:after {
  content: " ";
  display: table;
}
.accommodationstype > li:after {
  clear: both;
}
.accommodationstype > li .pic {
  /*width: 100%;*/
  max-height: 398px;
  overflow: hidden;
  border: 1px solid #cbcbcb;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
  width: 195px;
}
.accommodationstype > li .pic img {
  width: 100%;
}
.accommodationstype > li .content h4 {
  font-weight: 700;
  font-family: 'Exo 2';
  font-size: 26px;
  text-transform: none;
      margin: 0 0 20px 0px;
  width: 92%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .accommodationstype > li .content h4 {
    font-size: 26px;
  }
  .accommodationstype > li .pic {
    margin-bottom: 15px;
  }
}
.accommodationstype > li .content p {
  padding: 5px 0;
  font-size: 13px;
}
.accommodationstype > li .content li {
  padding: 2px 0;
  font-size: 13px;
}
.accommodationstype > li .content li span {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  font-weight: 700;
}
.accommodationstype > li .content li span.biz_meta {
  width:80%;
  font-weight: 400;
  display: block;
}


/* Gallery  */
.list-gallery {
  padding: 0;
}
.list-gallery ul {
  padding: 0;
}
.list-gallery li {
  list-style: none;
}
.list-gallery li {
  margin-bottom: 20px;
  padding: 0 10px;
  overflow: hidden;
}
.list-gallery li img {
  width: 100%;
  height:232px;
}
.list-gallery li a {
  display: block;
  position: relative;
}
.list-gallery li a i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 43%;
  left: 40%;
  color: #fff;
  z-index: 5;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.list-gallery li a i:before {
  font-size: 30px;
  display: block;
  margin-left: 15px;
}
.list-gallery li a .cationG {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 170px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-size: 12px;
  z-index: 4;
}
.list-gallery li a .cationG h4 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  line-height:120%;
}
.list-gallery li a:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.list-gallery li a:hover .cationG {
  top: 0px;
}
/* Video  */
.box-video .row {
  padding: 30px 0;
  border-bottom: 1px solid #cbcbcb;
}
.box-video .picVideo {
  display: block;
  position: relative;
}
.box-video .picVideo img {
  width: 100%;
}
.box-video .picVideo .captionPlay {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  text-align: center;
  z-index: 4;
  top: 0;
  left: 0;
}
.box-video .picVideo .captionPlay i {
  font-size: 100px;
  color: #fff;
  position: relative;
  top: 35%;
}
.box-video .picVideo:hover .captionPlay {
  background: rgba(0, 0, 0, 0.6);
}
.box-video .content {
  padding: 10px 20px;
  background: #f7f7f7;
  margin-top: 5px;
}
/* Media */
.box-media .row {
  padding: 20px 15px;
  border-bottom: 1px solid #cbcbcb;
}
.box-media .row .col-md-12 {
  padding: 0;
}
.box-media .row:first-child {
  padding-top: 0;
}
.box-media .row:last-child {
  border: 0;
}
.box-media .list-news > li {
  border: 0px;
  padding: 10px 0;
}
.box-media .list-news2 > li {
  padding: 0;
}
.box-media .list-news2 > li .content h4 {
  color: #454545;
}
.box-media .accommodationstype > li {
  padding: 0;
}
.box-media .accommodationstype > li .content h4 {
  color: #454545;
}
.box-media .box-gallery {
  margin: 0 -10px;
  padding: 20px 0 0 0;
}
.box-media .box-video .row {
  border: 0;
}
.cateAbout {
  margin: 20px;
  padding: 20px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.cateThing {
  margin: 0;
  padding-top: 0;
}
.picA {
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 5px;
  min-height:50px;
}
.picA img {
  width: 100%;
}
.picA a {
  display: block;
  position: relative;
  min-height:50px;
}
.picA .caption {
  display: block;
  width: 100%;
  background: #eee;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
  padding: 12px 15px;
  position: absolute;
  bottom: 0px;
}
.picA:hover, .picA .caption {
  background-image:url(../images/bg_pattern.png);
  background-repeat: repeat;
}
.picA.bgBlue:hover,
.picA.bgBlue .caption {
  background-color: #3498db;
}
.picA.bgPink:hover,
.picA.bgPink .caption {
  background-color: #d12d87;
}
.picA.bgGreen:hover,
.picA.bgGreen .caption {
  background-color: #99bb42;
}
.picA.bgYellow:hover,
.picA.bgYellow .caption {
  background-color: #f2c71d;
}
.picA.bgViolet:hover,
.picA.bgViolet .caption {
  background-color: #ae6aa4;
}
.picA.bgOrgan:hover,
.picA.bgOrgan .caption {
  background-color: #f4a62a;
}
/*  Accommodation */
.box-accommodation .picA .caption {
  display: block;
  right: 0px;
  width: auto;
}
.box-hotel .content-head {
  border-bottom: 1px solid #cbcbcb;
  padding: 10px 0;
  text-align: center;
}
.box-hotel .form-control, .postform {
  margin-bottom: 10px;
  font-size: 12px;
}
.postform{
  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 #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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;
}
/*-------------------------------------------------------*/
/* 7. Events
/*-------------------------------------------------------*/
.box-events .content-head {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}
.box-events .content-head a {
  margin: 0 0px 0 20px;
  color: #222;
  padding: 4px 6px;
}
.box-events .content-head a.active {
  border: 1px solid #ea564c;
}
.box-events .content-head i {
  font-size: 20px;
}
.box-events .contentD {
  /*padding-top: 20px;*/
  overflow: visible;
}
.box-events .content {
  overflow: visible;
}
.box-events .content-detail .list-events .date {
  margin-top: 15px;
}
.list-events .head {
  color: #e74c3c;
  line-height:70%;
  margin-bottom:15px;
}
.list-events .head h4 {
  color: #080808;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
}
.list-events .head i {
  color: #666;
  font-size: 18px;
}
.list-events .head .icon-location {
  font-size: 24px;
  margin-right: -7px;
  margin-left: -3px;
}
.list-events {
  margin: 0;
  padding: 0px;
}
.list-events ul {
  padding: 0;
}
.list-events li {
  list-style: none;
}
.list-events > li {
  padding: 30px 0;
  border-bottom: 1px solid #edeef0;
}
.list-events > li:before,
.list-events > li:after {
  content: " ";
  display: table;
}
.list-events > li:after {
  clear: both;
}
.list-events > li .pic {
  width: 260px;
  height: 170px;
  overflow: hidden;
  margin-right: 0px;
}
.list-events > li .pic img {
  width: 100%;
}
.list-events > li .content {
  color: #454545;
}
.list-events > li .content h4 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #454545;
  display: inline-block;
  width: 80%;
}
.list-events > li .content p {
  font-size: 13px;
}
.list-events > li .content .head i {
  color: #e74c3c;
  font-size: 20px;
}
.list-events > li .content .bntMore {
  float: right;
}
.list-events > li:first-child {
  padding-top: 0;
}
.list-events > li:last-child {
  border-bottom: 0;
}
.list-events .date {
  width: 110px;
  height: 110px;
  background: #ecf0f1;
  border: 3px solid #fff;
  color: #626262;
  text-align: center;
  vertical-align: middle;
  box-shadow: inset 0px 0px 0px 2px #e74c3c, 0px 0px 0px 1px #b9c3b3;
  font-size: 50px;
  font-weight: 300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list-events .date span {
  color: #e74c3c;
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: -25px;
}
/* Calendar themes */
.box-calendar {
  margin-bottom: 30px ;
}
.box-calendar .page-header {
  text-align: center;
  border: 0;
  margin: 0;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 16px;
  text-transform: none;
}
.box-calendar .page-header h3 {
  padding: 5px 0;
  margin: 0;
}
.fc-day-header {
  background: #a6c454;
  color: #fff;
  padding: 10px 0 !important;
}
.fc-header-title h2 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 22px;
  text-transform: none;
}
.fc-event {
  /*background: #f49819 !important;*/
  border: 0 !important;
  padding: 5px;
}
.fc-event-title {
  color: #fff;
  font-size: 12px !important;
  line-height: 100%!important;
}
.fc-day-number {
  font-size: 16px !important;
}
.fc-grid .fc-day-number {
  float: left!important;
  padding: 5px !important;
}
.fc-grid .fc-widget-content {
  background: #f5f5f5;
}
.fc-grid .fc-widget-content.fc-other-month {
  background: #ececec;
}
.content-detail .list-events .date {
  width: 80px;
  height: 80px;
  font-size: 35px;
}
.content-detail .list-events .date span {
  font-size: 20px;
  margin-top: -15px;
}
.bntView {
  display: inline-block;
  background: #60cced;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
}
.bntView i {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}
.bntView i:before {
  font-size: 9px;
  vertical-align: top;
  display: none;
}
.bntView:hover {
  color: #fff;
  background: #86ddf7;
}
.bntView:hover i:before {
  display: block;
}
.bntMore {
  display: inline-block;
  background: #e85747;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
}
.bntMore i {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}
.bntMore i:before {
  font-size: 9px;
  vertical-align: top;
  display: none;
}
.bntMore:hover {
  color: #fff;
  background: #c44537;
}
.bntMore:hover i:before {
  display: block;
}
.btn-send {
  display: inline-block;
  background: #60cced;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-send:hover {
  color: #fff;
  background: #f4a220;
}
.btn-clear {
  display: inline-block;
  background: #9e9e9e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-clear:hover {
  color: #fff;
  background: #c1c7ca;
}
.img-responsive {
  width: 100%;
}
.bortop {
  padding: 20px 0;
  border-top: 1px solid #cbcbcb;
  margin-top:30px;
}
.notice {
  padding-top: 10px;
  margin-bottom: -20px;
  color: #949494;
}
.notice span {
  margin-right: 10px;
}
.notice .icon:before {
  color: #aae4f5;
  font-size: 25px;
}
.notice .icon-history:before {
  font-size: 18px;
}
/*  Content Detail  */
.content-head {
  margin-bottom: 20px;
}
.content-head .pic {
  width: 195px;
  /*height: 130px;*/
  overflow: hidden;
  border: 1px solid #cbcbcb;
  margin-right: 30px;
}
.content-head .pic img {
  width: 100%;
}
.content-head .content ul {
  padding: 0;
}
.content-head .content li {
  list-style: none;
}
.content-head .content li {
  padding: 12px 10px 12px 15px;
  background: #f7f7f7;
  color: #e75647;
}
.content-head .content li a {
  color: #e75647;
}
.content-head .content li:nth-child(2n) {
  background: #eeeeee;
}
.content-head .content li span {
  display: inline-block;
  width: 75px;
  color: #111111;
  vertical-align:top;
}
.content-head .content li span.biz_meta {
  width:80%;
}
.content-detail {
  padding: 10px 0;
}
.content-detail td, .content-detail th {
	padding: 10px;
}
.content-detail .colR.picDB {
  width: 200px;
  margin-left: 50px;
}
.content-detail .colR.picDB img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.content-detail .picDB {
  padding-bottom: 20px;
}
.content-detail .picDB img {
  width: 100%;
}
.content-detail.news-detail .contentD, .content-detail.page .contentD {
  overflow: visible;
}
.content-detail.news-detail .dateD {
  padding: 5px;
  background: #f7f7f7;
  color: #f39c12;
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 16px;
  text-transform: none;
  margin-bottom: 10px;
}
.content-detail.news-detail .picDB {
  width: 340px;
}

.single-event .content-detail.news-detail .picDB,
.page-template-page-events-calendar-view-php .ui-tooltip-content > div {
  display: none;
}

.content-detail.news-detail .picDB img {
  width: 100%;
}
/* Share */
.shareSocial {
  margin: 10px 0;
  overflow: hidden;
}
/* Comment  */
.box-comment h1 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 70px;
  text-transform: none;
  padding: 15px 0;
  font-size: 18px;
  color: #454545;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.box-comment .media {
  border-bottom: 1px solid #cbcbcb;
}
.box-comment .media:last-child {
  border: 0;
}
.box-comment .media .media .media-body {
  margin-left: 35px;
  border-top: 1px solid #cbcbcb;
}
.box-comment .media-body {
  padding: 10px 0 20px 0;
}
.box-comment .media-body h4 {
  font-size: 12px;
}
.box-comment .media-body .date {
  padding-right: 10px;
  color: #454545;
}
.box-comment .media-body .date:before {
  font-size: 16px;
  color: #999999;
}
.box-comment .media-body b {
  color: #f1c40f;
}
.box-comment .media-body a {
  color: #f1c40f;
}
.box-comment .media-body a:hover {
  color: #000000;
}
.box-write-comment h1 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 70px;
  text-transform: none;
  padding: 15px 0;
  font-size: 18px;
  color: #454545;
  border-top: 1px solid #cbcbcb;
}
.box-write-comment .input-group {
  margin-bottom: 20px;
}
.box-write-comment .input-group .form-control {
  border: 0;
  background: #edeef0;
  height: 30px;
  font-size: 13px;
}
.box-write-comment .input-group .area-control {
  border: 0;
  background: #edeef0;
  height: 105px;
  font-size: 13px;
  width: 100%;
  padding: 10px;
}
/*-------------------------------------------------------*/
/* 8. Connect with us
/*-------------------------------------------------------*/
.box-connect .clr {
  clear: both;
  height: 30px;
}
.box-connect .mapC img {
  width: 100%;
}
.box-connect .caution {
  text-align: right;
  color: #454545;
}
.box-connect .caution span {
  color: #f39c12;
}
.box-connect h4 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
  margin-bottom: 10px;
  color: #000000;
}
.box-connect .address {
  padding-bottom: 50px;
}
.box-connect .address b {
  color: #f39c12;
}
.box-connect .address p {
  padding: 10px 0;
}
.box-connect .input-group {
  margin-bottom: 20px;
}
.box-connect .input-group .form-control{
  border: 0;
  background: #edeef0;
  height: 30px;
  font-size: 13px;
}
.box-connect .input-group .area-control {
  border: 0;
  background: #edeef0;
  height: 105px;
  font-size: 13px;
  width: 100%;
  padding: 10px;
}
.box-connect .socilaC {
  padding: 10px 20px;
  background: #fafafa;
  margin-top: 10px;
}
.box-connect .socilaC a {
  display: block;
  margin-bottom: 10px;
}
.box-connect .socilaC i {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #da2c8d;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 5px;
}
.box-connect .socilaC i:before {
  font-size: 16px;
  padding-top: 2px;
  padding-left: 1px;
}
.box-connect .socilaC a:hover i {
  background: #454545;
}
.box-connect .socilaC i.icon-twister, .box-connect .socilaC i.icon-twitter {
  background: #08b1e8;
}
.box-connect .socilaC i.icon-facebook {
  background: #3e5b98;
}
.box-connect .socilaC i.icon-google, .box-connect .socilaC i.icon-googleplus {
  background: #bf2934;
}
.box-connect .socilaC i.icon-play {
  background: #c52f2a;
}
/*-------------------------------------------------------*/
/* 9. Right column
/*-------------------------------------------------------*/
.quick-links-box {
  background: #fde57d;
  -webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
  margin-bottom: 30px;
}
.quick-links-box .title-head {
  height: 45px;
  line-height: 35px;
  background: #a5c453;
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.quick-links-box .title-head .icon {
  color: #fff;
  font-size: 24px;
}
.quick-links-box .title-head .caret {
  position: absolute;
  bottom: -10px;
  left: 47%;
  color: #a5c453;
  border-width: 10px;
}
.quick-links-box .list-quick-link {
  padding: 10px 15px;
}
.quick-links-box .list-quick-link ul {
  padding: 0;
}
.quick-links-box .list-quick-link li {
  list-style: none;
}
.quick-links-box .list-quick-link li {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 16px;
  text-transform: none;
  padding: 10px 5px 5px 10px;
  border-bottom: 2px dashed #cdb964;
}
.quick-links-box .list-quick-link li a {
  color: #e74c3c;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.quick-links-box .list-quick-link li a:before,
.quick-links-box .list-quick-link li a:after {
  content: " ";
  display: table;
}
.quick-links-box .list-quick-link li a:after {
  clear: both;
}
.quick-links-box .list-quick-link li a:hover {
  color: #fff;
}
.quick-links-box .list-quick-link li a:hover i {
  border-color: #a6c454;
  background: #a6c454;
}
.quick-links-box .list-quick-link li i {
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 25px;
  margin-top: -5px;
  font-size: 30px;
  background: #fff;
  border: 1px solid #e74c3c;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.quick-links-box .list-quick-link li i:before {
  vertical-align: top;
  padding: 2px 3px;
}
.quick-links-box .list-quick-link li:last-child {
  border: 0px;
}
.banner-right {
  -webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
}
.banner-right img {
  width: 100%;
  border: 4px solid #ffffff;
}
/*-------------------------------------------------------*/
/* 10. Custom Bootrap
/*-------------------------------------------------------*/
.breadcrumbs-box {
  position: relative;
  height: 90px;
  background: #104179;
  color: #fff;
}
.breadcrumbs-box .breadcrumb {
  margin: 12px 0 0 0;
  background: none;
  border: 0;
}
.breadcrumbs-box .breadcrumb a {
  color: #fff;
}
.breadcrumbs-box .breadcrumb a i {
  font-size: 16px;
  margin-right: 5px;
}
.breadcrumbs-box .breadcrumb a:hover {
  color: #b6d8ff;
}
.pagination-custom .pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  border-top: 1px solid #edeef0;
  border-bottom: 1px solid #edeef0;
  text-align: center;
  display: inline-block;
}
.pagination-custom .pagination li:first-child {
  float: left;
}
.pagination-custom .pagination li:first-child a {
  border: 0;
}
.pagination-custom .pagination li:last-child {
  float: right;
}
.pagination-custom .pagination li:last-child a {
  border: 0;
}
.pagination-custom .pagination > li {
  display: inline-block;
}
.pagination-custom .pagination > li a {
  color: #383838;
}
.pagination-custom .pagination > li a:hover {
  color: #e82a93;
}
.pagination-custom .pagination > li a:hover i:before {
  border: 1px solid #e82a93;
}
.pagination-custom .pagination > li i:before {
  border: 1px solid #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  margin-top: -4px;
}
.pagination-custom .pagination > li > a,
.pagination-custom .pagination > li > span {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 15px 20px;
  margin-right: -2px;
}
.pagination-custom .pagination > li:nth-child(2) > a,
.pagination-custom .pagination > li:nth-child(2) > span {
  border-left: 1px solid #edeef0;
}
.modal-custom .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-custom button.close {
  color: #fff;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: absolute;
  top: -30px;
  right: -30px;
}
.modal-custom .modal-header,
.modal-custom .modal-footer {
  border: 0;
  padding: 0 20px;
  text-align: center;
  color: #2c3e50;
}
.modal-custom .modal-header h4,
.modal-custom .modal-footer h4 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 20px;
  text-transform: none;
  margin-top: 0;
}
.modal-custom .modal-body {
  padding: 0 20px;
}
.modal-custom .modal-body img {
  width: 100%;
}
.carousel-controls {
  position: absolute;
  top: 150px;
  right: 0px;
}
.carousel-controls .btn.carousel-left,
.carousel-controls .btn.carousel-right {
  background: #f5ab36;
  padding: 8px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.carousel-controls .btn.carousel-left:hover,
.carousel-controls .btn.carousel-right:hover {
  background: #f6d860;
}
/*-------------------------------------------------------*/
/* 11. Footer
/*-------------------------------------------------------*/
.link-footer {
  padding: 50px 0;
  border-top: 5px solid #0e4274;
}
.link-footer h3 {
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 16px;
  text-transform: none;
  padding-left: 20px;
}
.link-footer .listLF a {
  display: block;
  padding: 2px 0;
  font-size: 13px;
}
.link-footer .co1,
.link-footer .co1 a:hover {
  color: #c62c7c;
}
.link-footer .co2,
.link-footer .co2 a:hover {
  color: #557535;
}
.link-footer .co3,
.link-footer .co3 a:hover {
  color: #f09a12;
}
.link-footer .co4 {
  color: #25a7d9;
}
.link-footer .co4 i {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #da2c8d;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 5px;
  overflow: hidden;
}
.link-footer .co4 i:before {
  font-size: 20px;
  padding-top: 6px;
  padding-left: 3px;
}
.link-footer .co4 a:hover i {
  background: #454545;
}
.link-footer .rows > div {
  border-right: 1px solid #edeef0;
  padding-left: 20px;
  min-height: 160px;
}
.link-footer .rows div:last-child {
  border: 0px;
}
.footer {
  background: #7e7e7e;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
.footer .pull-left {
  padding-left: 20px;
}
.footer .pull-right {
  padding-right: 20px;
}
/*fixes*/
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {height:22px!important;}
.no-break {margin:20px 0;}
#rsvpform input, #rsvpform textarea {
  max-width: 100%!important;
}
#rsvpform textarea {height:100px;}
.guest_blank {
  margin: 10px 0;
  height: 30px;
}
#jumpform {display: none;}
#cpcalendar {border-bottom:1px solid #ddd;}
#guest_section {display: none;}
.acf-map {  width: 100%;  height: 300px;  border: #ccc solid 1px;  margin: 20px 0; }
.rsvpdetails {
  /* font-style: italic; */
  font-weight: bold;
  color: #E74C3C;
  font-size: 16px;
}
p.signed_up {
  font-weight: bold;
  color: #228B22;
  font-size: 14px;
}
.col-md-12 iframe {width:737px;height:320px;}
.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
#wpfc-calendar-search {margin-bottom:20px;}
.ui-selectmenu-dropdown {min-width:150px;}

/*accordion styling*/
.accordion h2 {
  display: block;
  padding: 10px;
  background-color: #a5c453;
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
  margin-bottom:-10px;
}
.accordion:hover {
	cursor:pointer;
}
.accordion .accordion-content {
  padding: 0 10px 10px;
  margin-bottom: -20px;
  margin-top: 20px;
}
#awesome-weather-cooma-nsw {
	margin-bottom:30px;
}
body.home #awesome-weather-cooma-nsw {
  margin-bottom: 0;
}

#awesome-weather-cooma-nsw, .oio-banner-zone li {
	-webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
}

.ui-tooltip-content img {
  width: 100%;
  height: auto;
}
/*  Coffee Food and Wine */
.cfw {
  margin: 0;
  padding: 0px;
}
.cfw ul {
  padding: 0;
}
.cfw li {
  list-style: none;
}
.cfw > li {
    padding: 0 20px;
    margin-bottom: 20px;
 /* border-bottom: 1px solid #edeef0;*/
}
.cfw > li:before,
.cfw > li:after {
  content: " ";
  display: table;
}
.cfw > li:after {
  clear: both;
}
.cfw > li .pic {
  width: 195px;
  /*height: 130px;*/
  overflow: hidden;
  border: 1px solid #cbcbcb;
  margin-right: 30px;
}
.cfw > li .pic img {
  width: 100%;
}
.cfw > li .content h4 {
  font-weight: 500;
  font-family: 'Exo 2';
  font-size: 18px;
  text-transform: none;
      margin: 0 0 20px 0px;
  width: 92%;
  line-height: 1.3;
}
.cfw > li .content h4 {
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  font-size: 26px;
  text-transform: none;
  margin: 0 0 20px 0px;
  width: 92%;
  line-height: 1.3;
}
.cfw > li .content p {
  padding: 5px 0;
  font-size: 13px;
}
.cfw > li .content li {
  padding: 2px 0;
  font-size: 13px;
}
.cfw > li .content li span {
  display: inline-block;
  vertical-align: top;
  width: 65px;
}
.cfw > li .content li span {
  font-weight: 700;
}
.cfw > li .content li span.biz_meta {
  width:80%;

}
.cfw > li .content li span.biz_meta {
  font-weight: 400;
  display: block;
}

.single-accommodation .box-business .content-head .pic, .single-accommodation .box-business .content,
.single-groups_associations .box-business .content-head .pic, .single-groups_associations .box-business .content,
.single-coffee_food_wine .box-business .content-head .pic, .single-coffee_food_wine .box-business .content,
.single-attractions .box-business .content-head .pic, .single-attractions .box-business .content {
  width: 100%;
  height: 100%;
}

.single-accommodation .box-business .content-head .pic,
.single-groups_associations .box-business .content-head .pic,
.single-coffee_food_wine .box-business .content-head .pic,
.single-attractions .box-business .content-head .pic {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.single-accommodation .box-business .content-head .pic img,
.single-groups_associations .box-business .content-head .pic img,
.single-coffee_food_wine .box-business .content-head .pic img,
.single-attractions .box-business .content-head .pic img {
  width: auto;
  max-width: 100%;
}

.box-business .content-detail {
  padding: 0;
}
.box-business .content ul {
  /* list-style: initial;
  padding-left: 30px; */
  margin-top: 10px;
  margin-bottom: 25px;
}
/* .box-business .content ul li, .box-business .content ul li:nth-child(2){
  background: #fff;
  padding: 0;
  list-style: initial;
  color: #000;
} */
/* .box-business .content ul li span {
  display: inline;
} */
/* .box-business .content ul li .biz_meta {
  width: auto;
  margin-left: 5px;
} */
.box-business .contentD p{
  font-size: 16px;
}
.TA_certificateOfExcellence > div {
  width: auto !important;
  margin: 0 !important;
}
.TA_certificateOfExcellence > ul {
  list-style: none;
  padding-left: 0;
}
.TA_certificateOfExcellence > ul img {
  border: 1px solid #00a680;
}
.right-page img.image {
  -webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
  border: 4px solid #ffffff;
  margin-bottom: 30px;
}
.accommodationstype > li .content p.excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}
body:not(.home) .bannersWidget {
  margin-bottom: 30px;
}
.bannersWidget .bannerItem {
  float: left;
}
.bannersWidget .bannerItem a {
  display: inline-block;
}
.owlCarousel, .owlCarousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owlCarousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.owlCarousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owlCarousel .owl-item, .owlCarousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owlCarousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owlCarousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bannersList .owl-nav {
  display: none;
}
.content-page iframe {
  max-width: 100%;
}

.right-page .widget {
  background: #fde57d;
  -webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  box-shadow: 2px 2px 5px #999999;
  margin-bottom: 30px;
}
.widget .widget_title {
  font-weight: 300;
  font-family: 'Exo 2', sans-serif;
  line-height: 35px;
  background: #a5c453;
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: left;
  padding: 5px 0 5px 30px;
  margin: 0;
}
.widget_recent_entries ul {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
}
.wrapper-featured .events-box .widget_recent_entries ul {
  padding: 5px 15px;
}
.widget_recent_entries ul li {
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  text-transform: none;
  padding: 10px;
  border-bottom: 2px dashed #cdb964;
}
.widget_recent_entries ul li:last-child {
  border: none;
}
.widget_recent_entries ul li a {
  color: #e74c3c;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_recent_entries ul li a:hover {
  color: #fff;
}
.row.sf-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.sf-row > .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-12 .shareSocial .post-facebook iframe {
  width: 72px;
  height: 21px;
}
@media (min-width: 768px) {
  .sf-row > .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto !important;
  }
}
@media screen and (max-width: 575px){
  .colL {
    float: none;
  }
  .accommodationstype > li .pic {
    float: none;
    width: auto;
    margin-right: 0;
  }
  div.wrapper-featured .featured-box .pic {
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .box-business .contentD p{
    font-size: 14px !important;
  }
}
