@charset 'UTF-8';

html {overflow-y: scroll;}

body
{
    margin: 0px;
    padding: 0px;

    font-family: 'Raleway', sans-serif;
    color: #4F4F4F;
}

h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
    color: #322F2A;
}

p, ol, ul
{
    margin-top: 0px;
}

ol, ul
{
    padding: 0px;
    list-style:  none
}

p
{
    line-height: 150%;
}

strong
{
    font-weight:bold;
}

em {
    font-style: italic;
} 

a
{
    color: #0074C6;
}

a:hover
{
    text-decoration: none;
    color:#FF6600;
}

a img
{
    border: none;
}

img.border
{
}

img.alignleft
{
    float: left;
}

img.alignright
{
    float: right;
}

img.aligncenter
{
    margin: 0px auto;
}

#crs {
    width:100%;
    border:1px solid #aaa;
    padding:10px;
    border-radius:10px;
    margin:10px 0;
    background:#FFFF00;
}

#crs  h3{
    font-size:2em;
    margin-bottom:5px;
}

#crs hr {
    display:none;
    margin:40px 0 10px 0;
    color:green;
    width: 100%;
}

ul.style1
{
}

ul.style1 li
{
    padding: 1.50em 0em 1.90em 0em;
    border-top: 1px solid #e8e8e8;
}

ul.style1 a
{
    text-decoration: none;
    color: #6e6d6d;
}

ul.style1 a:hover
{
    text-decoration: underline;
}

ul.style1 .posted
{
    font-size: 0.90em;
    color: #b6b6b6;
}

ul.style1 .first
{
    padding-top: 0em;
    border-top: none;
}

/** WRAPPER */

#wrapper
{
    background: #FFFFFF;

}

.container
{
    width: 980px;
    margin: 0px auto;
}

.clearfix
{
    clear: both;
}




/** PAGE */

#page h1, #page h2, #page h3
{

    font-weight: 400;
    color: #333;
}

/** CONTENT */

#content
{
    margin:5px auto;
    padding: 0 5px;
    text-align:justify;
}

#content h1
{
    padding: 10px 0px;
    font-size: 2em;
    font-family: "Italianno",sans-serif;
}

#content h2
{
    padding: 5px 0 10px 0;
    font-size: 1.5em;
}

#content h3
{
    padding: 10px 0px;
    font-size: 1.2em;
    font-weight: 400;

}

#content img
{
    border-radius: 10px;
    border:1px solid #bbb;
    box-shadow: 3px 3px 3px #bbb;
}

#content .leftimg {
    float: left; width: 320px; height: 240px; margin-right: 20px;
}

#content ul {
    padding-left:2em;
    list-style:disc;
    line-height:150%;
}

/** SIDEBAR */

#sidebar
{

    margin:5px auto;
    font-size:0.9em;
}

#sidebar h2
{
    padding: 0px 0px 20px 0px;
    font-size: 1.8em;
}

#sidebar form p {
    line-height: 1em;
    margin-bottom:5px;
    font-weight:bold;
    text-align:left;
}

/* Footer */

#footer
{
    overflow: hidden;
    padding: 1em 0em;
    border-top: 1px solid #3B3B3A;
    background-color: #000;
}

#footer p
{
    text-shadow: 1px 1px 0px rgba(0,0,0,.30);
    text-align: center;
    color: #eee;
}

#footer a
{
    color: #eee;
}

#footer a:hover
{
color:lightblue;
text-decoration: underline;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

/** Banner */

#banner
{
    overflow: hidden;
    padding: 0;
    background: #EEEEEE;
    border:1px solid #666;
}

#headerimg
{
    overflow: hidden;
    padding: 0;

    height:400px;
    text-align:center;

    background: url('../../../data/uploads/slider/000.jpg');
    background-size: cover;
    background-position: center;
}

/** Slider */

#slider
{
    overflow: hidden;
    margin: 0 auto;

    /*-width: 1400px;*/
    position: relative;
}

#slider.nivoSlider {

}


#slider .button
{
    display: inline-block;
    background: #0074C6;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    outline: 0;
    border-radius: 8px;
    font-size: 1.25em;
    border-bottom: solid 2px #0054A6;
    text-shadow: 0 1px 1px #003A6C;
}

#slider .button:hover
{
    background: #2094E6;
}

#slider .viewer
{
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

#slider .viewer .reel
{
    display: none;
    height: 500px;
}

#slider .viewer .reel .slide
{
    position: relative;
    width: 1000px;
    height: 500px;
}

#slider .viewer .reel h2
{
    position: absolute;
    top: 230px;
    left: 0;
    padding: 0px 30px;
    line-height: 80px;
    background: #111111;
    text-align: center;
    opacity: 0.75;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 4.50em;
}

#slider .viewer .reel p
{
    position: absolute;
    top: 310px;
    left: 0;
    padding: 5px 35px;
    background: #0074C6;
    text-align: center;
    opacity: 0.75;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 2.00em;
}

#slider .indicator
{
    margin: 30px auto 0 auto;
}

#slider .indicator ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#slider .indicator ul li
{
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background: #c8c8c8;
    margin: 0 2px 0 2px;
    border-radius: 8px;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
    background: #505050;
    border-top: solid 1px #505050;
}

#featured
{
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
}

#featured .fbox
{
    float: left;
    width: 235px;
    margin: 0 5px;
}
#featured img
{
    border-radius: 10px;
    border:1px solid #bbb;
    box-shadow: 3px 3px 3px #bbb;
    width: 200px;
    height:150px;
}

#featured p
{
    text-align: center;
}

#featured h2, #featured h1
{
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.00em;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #0074C6;
}

#featured .title 
{
    margin-bottom: 5px;
    border-bottom: 1px solid #D8D8D8;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    color: #3B3B3A !important;
}

#p01-contact1 input, #p01-contact1 textarea {
    width: 300px;
    margin-bottom: 5px;
}

div.ribbon {
    background: #EEEEEE;
    background: #eeeeee url(../images/ribbon.jpg) repeat;

    border:1px solid #ccc;
    height:1em;
    line-height:0.8em;
}
#breadcrumb, #breadcrumb a {
    color:#000;
    font-size:small;
    font-weight:bold;
    max-width:980px;
    margin:auto;
}

#breadcrumb li {
    display:inline;
    padding:0 3px;

}

.fb_edge_widget_with_comment {
    padding: 10px;
}


form#formail{
    background-color: #f2f2f2;
    border: 1px solid #bbbbbb;
    border-radius:4px;
    padding: 5px 5px 20px 5px;
    text-align:center;
    max-width:300px;
    margin-top:2em;
}

input[type=text]{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #bbbbbb;
    margin-bottom:10px;
    padding:5px;
    width:255px;
}

.ui-spinner-input {
    width:auto !important; 
    margin-bottom: 5px;
}

.ui-datepicker{
    width:259px !important;
}

input.ui-button {
    width:75%;
}

textarea{
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #bbbbbb;
    /* color:#5F6565; */
    padding:5px;
    width:255px !important;
    height: 100px;
    resize: none;
    font-size:1em;
    margin-bottom:10px;
}
#errore{
    margin-bottom: 10px;
}

form select {
    width:100%;
    margin-bottom:10px !important;
    padding:5px !important;
    line-height:1em;
}

#gallery {
    text-align:center;
}

#gallery ul {
    padding: 0px;
    margin:0px;
}
#gallery li {
    display: inline;
    list-style: none;
}

#gallery img:hover {
    border-color:#FF6600;
}

#gallery img {
    height: 200px;
    width: 200px;
    padding:3px;
    margin:10px;
}

div.rowtour {
    background: #eeeeee url(../images/ui-bg_diagonals-thick_100_e0fca9_40x40.png) 50% 50% repeat;
    border: 1px solid #bbbbbb;
    border-radius:5px;
    padding:10px;
    min-height:175px;
    text-align: justify;
    margin:0 0 30px 5px;
    z-index: 90;
    position: relative;
}

div.rowtour  img{
    float:left;
    width: 200px;
    height:150px;
    margin-right:10px;
}

div.rowtour h4 {
    margin-bottom: 10px;
}

div.new {
    background: url('../images/ribbon-new.png') no-repeat;
    position: absolute;
    z-index: 100;
    height:80px;
    width:80px;
    top:-5px;
    left:-6px;
    pointer-events:none;

}

#langbar {
    text-align: center;
    float:right;
}

#langbar img {
    border:none;
    box-shadow:none;
}


#langbar li{
    display:inline-block;   
    margin: 0 3px;

}

.ui-tabs-panel ul {
    list-style: disc;
    padding-left: 50px;
}

h2.moretours {
    font-size:1.5em !important;
}

#facebook {
    padding:5px 0;
    float:right;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

.review {
    margin:10px;
    padding:5px;
    background:#F7F7F7;
    border: 1px solid #666;
    border-radius: 5px;
    text-align: left;
    color: #333;
    font-weight: bold;	
    min-height: 400px;
}

.review em{
    text-align: left;
    color: #666;
    font-weight: normal;
}

.review .fa-star{
    color:#FBA541;
    margin-left:2px;
}

div.staff {
    border:1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    float:left;
    text-align: center;
    margin: 10px;
    padding:30px;
    width:250px;
}
div.staff .desc{
    margin-top:20px;
}

div.servicon {
    text-align: center;
    margin: 20px;
}

div.servicon i {
        border: 5px solid cornflowerblue;
        color:cornflowerblue;
        border-radius: 100px;
        padding: 15px;
}