body{ font-family: "Segoe UI Light", Calibri !important;}
.queryBox{ position:relative;}
.queryBox h3 {
    color: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.queryBox .form-control {
    background-color: #f9f9f9 !important;
    padding: 10px 10px !important;
    margin: 0px 0px !important;
}
	
.queryBox textarea.form-control{ resize:none;   min-height: 82px;}

.queryBox button.btn.btn-danger {
    background-color: #1DBCD7 !important;
    padding: 0px 10px !important;
    font-size: 20px;
    line-height: 44px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    margin: 0 !important;
}

.queryBox div.msg {
    color: #FFD205;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 3px;
    display: none;
}
.queryBox div.msg.active { 
    display: block;
}

.footerForm div.msg {
    color: #1BBC9B;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    top: -8px;
}
.footerForm div.msg.active { 
    display: block;
}

.footerForm span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.packageBoxNew02{
    padding-right: 0px !important; 
}

p.setHeight{ height:45px; overflow:hidden;}
.grid_4 .nicdark_bg_greydark {
    background: #F76570;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.seth1{ color:#FFFFFF;}
.packageBox{ height: auto !important; }
.packageBox h1 {
    display: block;
    background: #434A54;
    color: #FFF;
   padding: 0px 20px 4px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
}
.packageBox .nav-tabs>li>a { 
    border-radius: 0px 0px 0 0;     margin-bottom: 1px; background: #F9F9F9;
}
.packageBox .nav-tabs>li>a > i {  display:none;
}
.packageBox .nav-tabs {
    border-bottom: 1px solid #40C6DD;
}
.packageBox .nav-tabs>li.active>a, .packageBox .nav-tabs>li.active>a:hover, .packageBox .nav-tabs>li.active>a:focus {
    color: #FFF; 
    background-color: #40C6DD;
    border: 1px solid #40C6DD; 
}

ul.list3 {
    padding: 0;
    margin: 0;
    padding-left: 20px;     padding-bottom: 20px;
}
ul.list3 li{ list-style-type:circle;  padding-left:0px;  padding-bottom:6px;}
ul.list3 li:last-child{ padding-bottom:0; }
.packageBox .nicdark_mpopup_window { display:none;}


.pkg {
    border: 1px solid #40C6DD;
    padding: 0;
    border-radius: 0px;
    margin: 8px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.05);
}
.pkg p.pic {
  margin: 0;
  padding: 8px 10px 0px;
}

.pkg p.pic img {
    display: block;
    height: auto;
    margin: 0 auto; 
    width: 100%;    
}

.pkg p.description {
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    text-align: justify; display:none;
}

.pkg p.description .bold {
    color: #c9141b;
    font-size: 13px;
    line-height: 18px;
}



.pkg .footerDiv {
    padding: 5px 10px 10px 10px;
}
.pkg .pkgDetails {
  padding: 10px 5px;
  margin-bottom: 0;
  font-size: 13px;
}

.pkg p.price {
  color: #626262;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
}

.pkg2 {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}





.setmargintop10{ margin-top: 10px !important;}


.packageHeaderPic{ position:relative; }
.packageHeaderPic .headerPic { }
.packageHeaderPic .headerPic img{ display:block; width:100%; height:auto;  }


 /*POPUP Code*/
.pkg p.pic img.openPic { 
  margin-bottom: 10px;
}


 .popupBG {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 133%;
    position: fixed;
    width: 100%;
   z-index: 10;
}
.popup {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    height: auto;
    left: 25%;
    position: fixed;
    top: 114px;
    width: 50%;
    z-index: 11;
    display: none;
}
.slides {
    display: none;
    position: relative;
    width: 100%;
}
.slides img { 
    width: 100%; height:auto;
}

.closePopup { 
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 28px;
    z-index: 3;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    line-height: 25px;
}

.openPic {
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  background-position: center center;
}
h3.showName {
    background: #21BDD7;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 6px;
}
 /*POPUP Code*/
 
 
 #Booking .clear{ clear:both;}
 
 #Booking input[type="text"], #Booking input[type="email"], #Booking input[type="url"],  #Booking input[type="tel"], #Booking input[type="number"], #Booking input[type="date"], #Booking textarea { 
    margin: 0px 0px}
	
 #Booking .btn-primary {
    background-color: #1BBC9B;
    border-color: #1BBC9B;
    border-radius: 0px; outline:none;
}

 #Booking .btn-primary:hover{ background-color:#149C80; border-color: #149C80;}
 
 #Booking  .form-control { 
    background-color: #F9F9F9;}
	
 #Booking  .msg 	{
    display: none;
    position: absolute;
    font-size: 11px;
    color: #F00;
    top: -14px;
}

h1.h1 {
    display: block;
    background: #434A54;
    color: #FFF;
    padding: 0px 20px 4px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 10px 0 20px;
}
 
.contentBox {
    position: relative;
    clear: both;
    background: #FFF;
    min-height: 100px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #F8F8F8;
    padding: 10px;
}
.contentBox p{ padding-bottom:15px; }
.contentBox p:last-child{ padding-bottom:0px; }
.contentBox p strong.big {
    font-weight: 600;
    display: block;
    color: #1DBCD7;
    font-size: 18px;
}
.contentBox p strong.big2 {
    font-weight: 600;
    display: block;      padding: 10px 0;
}


.leftLinks {
    background: #1BBC9B;
    margin-top: 10px;
    padding: 0px;
}
.leftLinks h3 {
    background: #FF2E8A;
    text-align: center;
    color: #FFF;
    line-height: 42px;
    text-transform: uppercase;
}
.leftLinks ul {
    margin: 0;
    padding: 5px 0px 10px 0px;
    list-style: none;
    border-bottom: 4px solid #15A789;
}
.leftLinks ul li{ display:block; }
.leftLinks ul li a {
    display: block;
    padding: 5px 15px;
    color: #FFF;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.26);
    text-decoration: none;
}
.leftLinks ul li a:hover{ background: #15A789; }
.leftLinks ul li a.active{ background: #15A789; cursor: auto;}

.wpb_content_element {
    position: relative !important;
    margin-top: auto !important;
    top: 0px !important;
    width: auto !important;
}
 .goToBack {
    margin-right: -20px;
    color: #FFF;
    margin-top: 7px;
    text-decoration: none;
    font-size: 13px; float:right;
}
 .goToBack:hover,  .goToBack:focus {color: #40C6DD;  text-decoration: none; }
 
 .tab-content p strong:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #40C6DD;
    margin-bottom: 10px;
    margin-top: 0;
}

.address { line-height:40px;}
.address .country {
line-height: 40px;
    font-size: 36px;
    display: block;
    color: #434A54;
    margin-bottom: 15px;
}

.contentBox01 {
    padding-left: 10px;
    padding-top: 15px;
}
.contentBox01 p strong {
    color: #1BBC9B;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.caption p:nth-child(2) {
    /* min-height: 50px; */
    /* max-height: 50px; */
    /* overflow: hidden; */
    padding-bottom: 10px;
}
.caption   a{ margin-top:10px; display:block; text-decoration:none;
}
.thumb1{}

.thumbnail{}

.img-polaroid{}

.img-polaroid img {
    width: 100%;
    height: auto;
}

.button-blue {
    background-color: #1DBCD7 !important;
    padding: 0px 10px !important;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    border: none;
    text-transform: uppercase;
    margin: 0 !important;
    color: #FFF;
    margin-top: 0px;
    display: block;
}

.contentBox01.contentBoxPadding{
    padding: 20px 20px;
}

.sub-menu.type2{ display:block; width: 572px;}
.sub-menu.type2 li {
    width: 50%;
    float: left;
}
.sub-menu.type2 li a{
    width: 50%;
    float: left;
}
.sub-menu.type2 li:nth-child(even) { border-left: 1px solid #4a515b;}
 