@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Allan:400);
@import url(//fonts.googleapis.com/css?family=Allan:700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: url(../images/bg_body.png) 0 0 repeat;
    color: #636363;
    font: 14px/20px  Arial, "Helvetica Neue", Helvetica, sans-serif;
}



strong { font-weight:bold;

}

address {
    font-style: normal;
}

p {
	margin-bottom: 20px;
	text-align: justify;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Allan', cursive;
}
h1{
	color: #2dabdf;
	font-size: 36px;
    line-height: 30px;
    padding-top: 36px;
    margin-bottom: 22px;
	}

h2 {
    color: #2dabdf;
    font-size: 28px;
    line-height: 30px;
    padding-top: 28px;
    margin-bottom: 18px;
}
h2.croisiere{
	font-size:36px;
	padding-top:15px;
	margin-bottom:5px;}

h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    margin-bottom: 22px;
	color:#2dabdf;
}

.page1 h3 {
    padding-top: 39px;
    margin-bottom: 0;
}

h3.head__1 {
    padding-top: 60px;
    margin-bottom: 20px;
}

h3.head__2 {
    margin-bottom: 20px;
}

h3 img {
    margin-top: -1px;
    float: left;
    margin-right: 15px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list {
}

.list li {
}

.list .count {
    margin-top: 3px;
    padding-top: 26px;
    padding-bottom: 17px;
    border-radius: 5px;
    width: 65px;
    color: #5ab645;
    text-align: center;
    float: left;
    margin-right: 15px;
    font: bold 52px/30px 'Allan', cursive;
    background: url(../images/count_bg.png) 0 0 repeat-x;
    box-shadow:  0px 2px 2px #8e8e8e;
}

.list li .text1 {
    margin-bottom: 4px;
}

.list li+li {
    margin-top: 22px;
}

.list1 {
    margin-bottom: 18px;
    padding-top: 1px;
}

.list1 li {
    padding-top: 6px;
    padding-bottom: 3px;
    color: #2dabdf;
    padding-left: 35px;
    background: url(../images/marker1.png) 0 2px no-repeat;
    text-transform: inherit;
    text-transform: uppercase;
}

.list1 li+li  {
    margin-top: 5px;
}

.list1 li a:hover {
    color: #666;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #2dabdf;
}

.btn {
    display: inline-block;
    background: url(../images/btn.png) 0 0 repeat-x #04b5ff;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 13px;
    margin-top: 18px;
}

.btn:hover {
    background-position: 0 -25px;
    color: #fff;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 5px;
    border: 5px solid #fff;
    border-radius: 2px;
    box-shadow:  0 4px 10px #8e8e8e;
}
.img_in {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    border: 5px solid #fff;
    border-radius: 2px;
    box-shadow:  0 4px 10px #8e8e8e;
}

.page1 .img_inner {
    margin-top: 0;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
	margin-left:20px;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}

.ta__left {
    text-align: left;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.rel {
    position: relative;
}

/*header*/

header {
    display: block;
    position: relative;
    z-index: 800;
	height:80px;
    padding:0;
	margin:0;
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
    padding: 11px 0 0px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/****Content****/

.content {
    padding-bottom: 44px;
}

.page1 .content {
    background: url(../images/p1_shadow.png) 0 0 repeat-x;
    padding-bottom: 42px;
}
/****Blocks****/

.page1_block {
    font-size: 14px;
    line-height: 20px;
    background: url(../images/light.png) center 0 no-repeat #f4f4f4;
    padding-bottom: 13px;
}

.box {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-top: 36px;
    border-radius: 5px;
    box-shadow: inset 0 0 3px 2px #fff;
    background: #fff url(../images/box_grad.png) 0 bottom repeat-x;
}

.box:after {
    position: absolute;
    background: url(../images/box_shadow.png) center 0 no-repeat;
    height: 31px;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.box_title {
    color: #5ab645;
    font: bold 36px/30px 'Allan', cursive;
    padding: 19px 20px 15px;
}


.bt__1 {
    color: #00b4ff !important;
}

.bt__2  {
    color: #ff4498 !important;
}

.box_bot {
    padding: 14px 21px 0px;
	font-size:14px;
}

.quest {
    background:  0 0 no-repeat;
    width: 250px;
    height: 40px;
    margin: 16px auto 0;
    display: block;
	color:#5ab645;
	font: bold 18px/14px 'Allan', cursive;
}
.quest_1 {
    background:  0 0 no-repeat;
    width: 250px;
    height: 40px;
    margin: 16px auto 0;
    display: block;
	color:#00b4ff;
	font: bold 18px/14px 'Allan', cursive;
}
.quest_2 {
    background:  0 0 no-repeat;
    width: 250px;
    height: 40px;
    margin: 16px auto 0;
    display: block;
	color:#ff4498;
	font: bold 18px/14px 'Allan', cursive;
}
.quest:hover {
    opacity: 0.5;
}

.block1 {
    padding-top: 1px;
}
.block1+.block1 {
    padding-top: 20px;
}

.inn__1 {
    margin-top: 35px;
}

.pad1 {
    padding-top: 86px;
}

.blog .blog_links {
    margin-top: -1px;
    margin-bottom: 9px;
}

.blog .img_inner {
    margin-bottom: 26px;
}

.blog .fleft {
    margin-bottom: 0;
}

.blog+.blog {
    margin-top: 44px;
}


/****Separators****/

.sep__1 {
    height: 22px;
}


.sep__2 {
    height: 56px;
}

/****Gallery****/

.lightbox {
    display: block;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 17px;
    margin-top: 3px;
    border: 5px solid #fff;
    border-radius: 2px;
    box-shadow:  0 4px 10px #8e8e8e;
    background: url(../images/magnify.png) center center no-repeat #2dabdf;
}


.lightbox img {
    width: 100%;
    box-shadow: 0 0 0 #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.lightbox:hover img {
    opacity: 0.2;
}

.lightbox+.text1 {
    position: relative;
    top: 1px;
}


.inner img {
    border-radius: 2px;
    margin: 5px;
    border: 5px solid #fff;
    box-shadow:  0 4px 10px #8e8e8e;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/****Text styles****/
.text1 {
    font: bold 20px/24px 'Allan', cursive;
    text-transform: uppercase;
    color: #868686;
}


.color1 {
    color: #afe3f8;
}

.color1 a:hover, a.color1:hover {
    color: #343434;
}

.color2 {
    color: #343434;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-bottom: 32px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 361px;
    max-width: 100%;
}

.address1 {
    margin-top: -3px;
    display: block;
}

.address1 dt {
    margin-bottom: 27px;
}

.address1+.address1 {
    margin-top: 24px;
}

.address1 dd span {
    min-width: 108px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    text-align: right;
    color: #878787;
    padding: 0px 0 40px;
}

.copyright {
    padding-top: 25px;
    border-top: 1px solid #d0cfcf;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0; 
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 979px) {

    .extra_wrapper {
        overflow: visible;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }


    .address1 dd span  {
        min-width: 0;
    }

    #bookingForm {
        padding-bottom: 20px;
    }

    #bookingForm:after {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 767px) {
    
.pad1 {
    padding-top: 30px;
}

    #bookingForm {
        margin-bottom: 50px;
    }
    .sep__2 {
        height: 0;
    }

    .lightbox {
        margin-top: 40px;
    }

    .box img {
        width: 100%;
    }

    .block1 {
        padding-top: 20px;
    }

    .img_inner img {
    	width: 100%;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }


    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }
}


@media only screen and (max-width: 479px) {
    .prevButton {
        left: 30% !important;
    }

    .nextButton {
        right: 30% !important;
    }
}
.p_guide{ margin:15px 20px 0; font: bold 12px 'Allan', cursive; text-transform: uppercase; color: #999; }
.color_rose { color:#ff4498; font-weight:bold;}
.color_blue { color:#00b4ff; font-weight:bold;}
.color_green { color: #5ab645; font-weight:bold;}
.color_blanc { color:#FFF; text-align:center;}
.color_noir { color:#000; text-align:center;}
.color_black{ color:#000;}
.list_1 { margin-left:20px; list-style:circle;}
.brd { border: 1px dotted #000;}
.brd_1 { border:1px solid #000;}
.frame { padding-left:50px;}
.italique { font-style:italic;}
.tabl_pad { padding:0 10px;}

.camera_pag_ul {
    display: none !important; /*ubiraet tsifri pod slayderom*/
}

.red_petite{
	text-align:center;
	color:#F00;
	font-size:12px;
}
.pub {
	width:600px;
	height:400px;
	background:url(../images/bg_reservation.png) no-repeat ;
	text-align:center;
	font-weight:bold;}
	
.logo {
	font-family: Breakaway;}
	
	
#round {
	padding:10px;
border: 1px solid #000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
border-radius: 10px;
}
.petite {
	margin: 0 40px;
	font-size:12px;}
.gris{
	margin-left:20px;
	color:#999;}
.red {
	color:#F00;}
	
.camera_caption{
    width: 600px;
	margin: 150px  auto 0;
	background: url(../images/car_bg.png) 0 0 repeat;
	border-radius: 5px;
	}
	
.itext1{
	font: bold 16px 'Allan', cursive;
    text-transform: uppercase;
   }
#i_blanc {height:250px;
	}
.ipt {
	font-size:12px;
	width:160px;
	text-align:left;}
.text_index {
	font-size:14 px;}
.i_tel {
	text-align:right;
	width:540px;
	height:80px;
	background-image:url(../images/ship.png) no-repeat;

	color:#F0F;}