html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: arial;
    color: #666;
    background-color: #fff;
    line-height: 1.5;
}
a {
    color: #666;
    outline: 0!important;
}
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #315e9a!important;
    outline: 0!important;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-left {
  margin-top:8px;
}


.dropdown-menu >li:hover {
    background: #fff!important;
}
.top_menu{
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 33px;
}
.soc{
    float: left;
    width: 230px;
    display: block;
    position: relative;
}

.soc a{
    color: #666;
    padding: 6px;
    padding-right:  9px;
    border-right: 1px solid #dddddd;
    font-size: 13px;
    float: left;
}
.soc a:first-child{
    border-left: 1px solid #dddddd;
}
.soc a:hover{
    color: #315e9a;
}
.soc a span{
    font-size: 14px;
}


.langColor{
    color:#315e9a!important;
}
.navbar{
    background: #fff;
}
button.navbar-toggle{
    border:3px double #f8f8f8!important;
    margin-top: 0px;
}
.top-nav-collapse button.navbar-toggle{
    margin-top: 13px;
    border-radius: 0px;
}
.navbar-fixed-top{
    margin-top: 33px;
    transition: 0.5s;
    padding: 20px 0px;
    border:none;
}
.navbar-default .navbar-nav > li > button, .navbar-default .navbar-nav > li > a {
    color:#666;
}
.navbar-default .navbar-nav > li:hover > button, .navbar-default .navbar-nav > li:hover > a {
    color:#315e9a!important;
    text-decoration: none;
}
.navbar-header{
    background:#fff!important;
}
.navbar-header span{
    color:#F8F8F8;
}
.over{
    padding-top: 20px;
    padding-bottom: 20px;
}
.over img{
    margin-top: -35px;
    height:90px;
    transition: 0.5s;
}

.top-nav-collapse .over img{
    margin-top: -30px;
    height:80px;
    transition: 0.5s;
}

.top-nav-collapse {
        padding: 0px;
        background-color: #fff;
        transition: 0.5s;
        border-bottom:1px solid #e7e7e7;
    }

.moveToTop{
    height: 164px;
    background: #fff;
}


.slide{
    display: block;
    position: relative;
}
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
    
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.excurs .prew_img{
    padding: 0px!important;
}

.excursitem h1{
    color:#000;
}

footer {
    background: #333;
    padding: 40px 0 20px;
}
footer p {
    margin: 0;
}
.left_main{
    display: block;
    position: relative;
    overflow: hidden;
}
.right_main{

}
.maps{
    margin-bottom: 20px;
}

.left_cont input, .left_cont textArea{
    margin-bottom: 4px;
    border-radius: 0px!important;
}
.left_cont textArea{
    height:96px;
}

/* ------- footmail  ---------------------------------------------- */

.input-group-addon {
  padding: 7px 12px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #f8f8f8;
  text-align: center;
  background-color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
    display: table-cell;
  vertical-align: top;
  border-radius: 0px;
}
.left_cont .input-group {
    margin-bottom:4px;
}
.left_cont .btn-group .btn, .modal-body .btn-group .btn {
  position: relative;
  float: right;
  background: #3193e1;
  color:#f8f8f8;
  outline:0;
  border-radius: 0px;
    border: none
}
.left_cont .btn-group .btn:hover, .modal-body .btn-group .btn:hover {
  background: #000;
  color:#ccc;
  text-shadow: 0px 0px 0px #000, 0px 0px 1px #000, 0px 0px 2px #000;
}
.left_cont .btn-group{
      display: block;
}
.btn-default{
    border-radius: 0px!important;
}
.input-group textArea{
    height:133px;
}

.footContact{
    color:#f8f8f8;
    font-size: 14px;
  
}
.fc_dwn{
    display: block;
}
.fc_up{
    display: none;
}
.writeMesage span{
    display:inline-block;
    margin-top:2px;
}
.left_cont span span {
    font-size: 18px;
}
.form-control:focus, .form-control:active {
    box-shadow: 0px 0px 3px rgba(255,255,255,0.6), 0px 0px 6px rgba(255,255,255,0.6);
}
.modIcon{
    font-size: 32px;
}
.modal-dialog {
        width: 450px;;
        margin: 50px auto;
    }
.modal-body{
    color:#555;
    background: #f8f8f8;
    font-size: 18px;
    text-shadow: 0px 0px 0px #315E9A;
    padding: 5px 15px 15px 15px;
}
.modal-header h4 span{
    font-size: 24px;
}
.modal-header h4{
    font-size: 20px;
}
.modal-header{
    color:#f8f8f8;
    background: #333;
    text-shadow: 0px 0px 0px #315E9A, 0px 0px 1px #315E9A, 0px 0px 2px #315E9A;
}
@media (min-width: 0px) and (max-width: 767px) {
     .modal-dialog {
        width: auto;
        margin: 30px 50px;
    }
    .input-group textArea{
        height:90px;
    }
    
    .fc_dwn{
        display: none;
    }
    .fc_up{
        display:block;
        margin-bottom: 15px;
    }
}
/* --- END --------  footmail  ---------------------------------------------------------  */
img.priceImg{
    width:80px;
    margin: 0px auto;
}
.wrapPriceImg{
    width:80px;
    height: 80px;
  /*  overflow: hidden;*/
    margin: 0px auto;
    display: block;
    position: relative;
}

.wrapPriceImg img.priceImg{
    width:80px;
    margin: 0px auto;
    position: absolute;
    z-index: 10;
}

.wrapPriceImg:hover a img.priceImg{
    transition: 0.7s;
    transform: scale3d(2.2, 2.2, 1);
    z-index: 20;
    border:1px solid #ccc;
}

.priceTd1{
    text-align: left;
    word-wrap:break-word!important;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal!important;
}
.table-responsive > .table > thead > tr > th{
    text-align: center;
}
#sb{
    float:right;
}
#myModal_sendBack input {
    border-radius: 0px!important;
    margin-bottom:5px;
}
.form_mail1{
    margin-top: 10px;
}
#myModal_sendBack .modal-body {
    overflow: hidden;
    padding: 15px;
}

.h2XS{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    text-shadow: 0 0 0px #000,0 0 1px #000,0 0 2px #000;
    width:100%;
    padding: 20px 10px;
}
.maskXS{
    display:block;
    width:0px;
    height:0px;
    padding:0px;
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom:100%;
    overflow: hidden;
}

.prewMy{
    position: absolute;
    top:0px; left:0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 99;

}
.wrapImg {
    overflow: hidden;
}

.wrapImg:hover img{
    transition: 20s;
    transform: scale3d(1.5, 1.5, 0);
    -webkit-filter: grayscale(100%);
 /*   transform: scale3d(1.5, 1.5, 0)!important;  
    -webkit-filter: grayscale(100%); */
    z-index: 99;
}

.wrapImg:hover > .prewMy{
    background: rgba(0, 0, 0, 0.3);
    transition:  0.2s;
    z-index: 99;
}

.wrapImg:hover > .maskXS{
    background: rgba(0, 0, 0, 0.15)!important;
    width:100%;
    height:auto;
    bottom:0px;
    transition:  0.9s;
    z-index: 999;
}




/* - ----------------------------------------------------- - */




figcaption,figure{display:block; width:100%}
figure{margin:0;}
grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
/*	max-width: 1000px;*/
	list-style: none;
	text-align: center!important;
}

/* Common style       */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
        height: 100%;
	width: 101%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #000;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}
.grid figure {
    text-align: center!important;
}
.grid figure h2,
.grid figure p {
	margin: 0;
        text-align: center;
        display: inline;
}

.grid figure p {
/*	letter-spacing: 1px;*/
	font-size: 68.5%;
}
/* ------------------------ */
/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #fff;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
        display: inline;
        text-align: center;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
        text-align: center!important;
        display: inline;
    width: 100%!important
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
        text-align: center;
        display: inline-blo;
}


li > .dropdown > .open {
    background: #fff;
}

.dropdown-menu >li:hover > a {
    color: #315e9a!important;
    background-color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}
.hotelTitle {
    text-align: center;
    padding: 5px;
}
.bookingRow {
    background: #2a8cd9;
    padding: 10px 0px 40px;
}
.bookingRow h2 {
    color:#fff;
}
.bookingRow .btn-group .btn {
    background: #1b1b1b;
    color:#fff;
    border:1px solid #000;
    margin:15px 15px 0px 5px;
    padding: 7px 30px;
}
.bookingRow .btn-group .btn:hover {
    background: #333;
}
.bookingRow .btn-group .btn:focus, .bookingRow .btn-group .btn:active {
    background: #333;
    color:#fff!important;
}
.bookingRow .btn-group  {
    float: right;
}
.form-control {
    background: #fff;
    border-radius: 0px!important;
    margin-top: 15px;
}
.specOff h2 {
    color:#101010;
    margin-bottom:30px;
}
.specOff div span.specTitle {
    font-weight: bold;
    font-size: 15px!important;
    color:#101010;
}
.specOff div span.specShort p {
    font-size: 12px!important;
    margin-top:5px!important;
    color:#101010;
}
.specOff div span.specShort {
    font-size: 12px!important;
    margin-top:5px!important;
    color:#101010;
}
.specOff div span.specPrice {
    font-size: 20px!important;
    font-weight: bold;  
    color:#101010;
}
.wrapSpecItem{
    text-align: left;
    margin-bottom: 40px;
}
.wrapSpecItem div {
    margin-top:5px;
}
.wrapSpecItem div span {
    display: block;
}
.specOff a:hover .wrapSpecItem{
    opacity:0.88;
}
.specItemText {
    color:#101010;
}
.specItemPrice{
    font-weight: bold;
    font-size: 30px;
    color:#101010;
    margin-bottom: 20px;
}

#myCarousel2 .carousel-indicators{
    margin-bottom: 0px;
    position: relative;
    left:0%;
    bottom: 0%;
    margin:0px;
    width: 100%;
    margin-top: 10px;
      overflow: hidden;
}
#myCarousel2 .carousel-indicators {
    margin-bottom: 0px;
    position: relative;
    left:0%;
    bottom: 0%;
    margin:0px;
    width: 100%;
    margin:2px 0px 0px 0px;
}
.carousel-indicators .active {
  width: 16.66666666%;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
#myCarousel2 .carousel-indicators .col-xs-2, 
#myCarousel2 .carousel-indicators .col-sm-2, 
#myCarousel2 .carousel-indicators .col-md-2, 
#myCarousel2 .carousel-indicators .col-lg-2 {
    padding-left: 1px;
    padding-right: 1px;
}
.carousel-indicators img:hover {
    opacity: 0.88;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0 10px;
  margin: 40px 0px 0px!important;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px; 
  -webkit-box-shadow: none;
  box-shadow: none;
}


.top-nav-collapse .dropdown-menu {
        left: -10px;
        padding: 10px 0 10px;
        margin: 10px 0px 0px!important;
    }

.navbar-right .dropdown-menu{
    left:-5px;
}
.dropdown-menu .divider {
    height:0px;
}
.dropdown-menu > li > a {
  padding: 3px 20px;
}
.navbar-header a{
    border: none!important;   
}
.dropdown-menu a{
    border: none!important;   
}

.priceWrap .btn-default:hover  {
    background-color: #3193e1!important;
    color:#fff!important;
}
.dev_img img{
    margin-right: 10px;
    margin-bottom: 10px;
}