
/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc); /* polyfill  for IE6 & IE7 - star hack */
}

/* Full Page Background Image  */
html {
    background: #F0F0F0 url('../img/wallpaper-polygonal-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 100%;
}
body {
    background-color: transparent;
	font-family: "PT Serif", Georgia, serif;
	font-size: 1.1em;
	font-weight: normal;
    line-height: 1.5;
    color: #0F0F0F;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', Quattrocento, Georgia, serif;
	font-weight: 400;
    color: #4C4C4C;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
h2{
    padding: 15px 0 15px 0;
}
p{
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.justify-text{
    text-align: justify;
}
.upper-text{
    text-transform: uppercase;
}
.lower-text{
    text-transform: lowercase;
}
.small-text{
    font-family: "PT Serif", Georgia, serif;
    font-size: 0.9em;
}
.italic{
    font-style: italic;
}
.centered{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.red{
    color: #ED6E00;
}
.gray{
    color: #7A7A7A;
}

.logo-alt-text{
    font-family: Quattrocento, Georgia, serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-bottom: 40px;
}
img.logo-alt-text{
    padding-bottom: 5px;
}
.bordered-box{
    border: 1px solid black;
    padding: 15px;
    margin: 10px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 20px auto;
    width: 100%;
}
.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }

::selection{
	color:#FFFFFF;
	background: #EF082E; /* CSS3 ::selection Selector, IE9+, Opera, Google Chrome and Safari */
}
::-moz-selection{
	color:#FFFFFF;
	background: #EF082E; /* CSS3 Firefox text selection color */
}

/* #Images styles
============================================= */
.bordered{
	margin: 0;
	position:relative;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.hover-animate-zoom{
	background: #000000 url(../img/zoom-icon-white-2.png) no-repeat center center;
}
.one-edge-shadow{
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.inner-shadow img{
   display:block;
}
.inner-shadow{
   display:block;
   position:relative;
}
.inner-shadow::before{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
   -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
           box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
}
.flag-icon{
    margin: 0;
}
#navbrand-image{
    margin: 0;
    padding: 0;
}

/* #Navbar Styles  http://bootstrap3-menu.codedorigin.com/
============================================= */
.navbar-default {
    border-color: transparent;
    background-color: #222;
}
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-brand {
    margin: 0;
    padding: 0 0 0 15px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ED6E00;
    outline: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
    border-color: #ED6E00;
    background-color: #ED6E00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ED6E00;
}
.navbar-default .nav li a {
    font-family: "PT Serif", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ED6E00;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ED6E00;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ED6E00;
}
@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: rgba(0,0,0,0.6);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* #Carousel slider
============================================= */
.carousel {
  height: 490px;
  height: 540px;
  margin-bottom: 40px;
}
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    color: #FFFFFF;
}
.carousel-caption img{
    z-index: 10;
    margin: 0 auto 30px auto;
}
#carousel-slider h1{
    font-size: 3em;
    margin: 0 auto 30px auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
    margin: 0 auto 80px auto;
    font-size: 22px;
    line-height: 1.4;
    font-family: 'Open Sans Condensed', "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 2em;
}
.carousel .item {
    height: 540px;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
}
.carousel .active.left, .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-inner {
    border-bottom: 5px solid #FFFFFF;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.carousel-inner > .item > img {
    position: absolute;
    margin: 0 auto;
    top: 0;
	left: 0;
    width: 100%;
    min-width: 1920px;
    min-height: 490px;
    top: 50%;
	left: 50%;
    overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.carousel .carousel-control {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.carousel:hover .carousel-control {
    visibility: visible;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    opacity: 0.35;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(255, 255, 255, 0.3);
    border: 7px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}
.carousel-indicators .active {
    width: 32px;
    height: 32px;
    margin: 0 9px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}



/* #On-Scroll Animated Header
============================================= */
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 230px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 230px;
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}

.cbp-af-header nav {
    float: right;
}

.cbp-af-header nav a {
    color: #aaa;
    font-weight: 700;
    margin: 0 0 0 20px;
    font-size: 1.4em;
}

.cbp-af-header nav a:hover {
    color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {

    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }

    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}

/* #caption lines
============================================= */
.fancy-line{
    overflow: hidden;
    text-align: center;
}
.fancy-line span{
    position: relative;
}
.fancy-line span:before,
.fancy-line span:after{
    content: "";
    position: absolute;
    top: 50%; margin-top: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 200em;
}
.fancy-line span:before {
    right: 100%;
    margin-right: .5em;
}
.fancy-line span:after {
    left: 100%;
    margin-left: .5em;
}


/* #Gallery
============================================= */
#image-container .item{
    margin-bottom: 20px;
}

/* Google map
============================================= */
.map{
    width: 100%;
    height: 600px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin: 52px 0 0 0;
    z-index: 100;
    overflow: hidden;
    text-align: center;
}

#map:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.gMap-popup{
    width: 190px;
    height: 90px;
    padding:5px;
}
#map_canvas img, .google-maps img, #map img {
    max-width: none;
}

/* #price list styles
============================================= */
.price-table{
    font-size: 1em;

}
.price-header{
    background: rgba(246, 246, 246, 0.85);
    padding: 15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one,
.price-body-two{
    background: rgba(246, 246, 246, 0.4);
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one{
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.price-footer{
    background: rgba(0, 0, 0, 0.8);
    color: #F7F7F7;
    padding: 15px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.price-body-one .circle{
    position: relative;
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    margin: 0 auto;
    text-align: center;
    -moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow:         0 0 3px rgba(0, 0, 0, 0.5);
}


/* #contact styles
============================================= */
img#qr-code{
    width: 200px;
    margin-bottom: 20px;
}

/* #usefull links styles
============================================= */
#links{
    text-transform: uppercase;
}
#links ul{
    list-style-type: none;
    padding-left: 0;
}
#links li{
    list-style-type: none;
    line-height: 4;
    margin-left: 0;
}
#links i{
    margin-right: 7px;
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    background: rgba(205,0,0,1);
    border: 1px solid rgba(205,0,0,1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5),
                 0px -2px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    box-shadow:         0 0 4px rgba(0, 0, 0, 0.9);
}
#links i:hover,
#links i:focus{
    background: #00CC00;
    border: 1px solid #00CC00;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#links span{
    margin-right: 5px;
}

/* #Facebook
============================================= */
#fb-box,
.fb-like {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
#facebook{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: -30px;
}
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/
#fb-root {
    display: none;
}
/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like,
.fb-like-box,
.fb-like-box span,
.fb-comments span,
.fb-comments iframe,
.fb_iframe_widget,
.fb-like-box span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
.pluginLikeboxStream{
    overflow:hidden !important;
}
.fb-like-box {
    background:#FFFFFF;
    padding:0px;
}
div.fb-like.fb_iframe_widget {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    white-space: wrap !important;
}



/* #Footer
============================================= */
footer{
    color: #FFFFFF;
    background: #141414 url('../img/bg-1.jpg');
    padding: 15px 0 10px 0;
    margin: 30px 0 0 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.footer-bottom{
    font-family: "PT Serif", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-top: 20px;
    text-transform: none;
}
.pixelator-promo{
      float: right !important;
}

@media(max-width:767px){
    footer{
        line-height: 2em;
    }
}
@media(max-width:480px){
    .pixelator-promo{
          float: left !important;
    }
}

/* #Site Links    #ED6E00
============================================= */
a:link,
a:active,
a:visited {
    color: #ED6E00;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #E9072D;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

footer a:link,
footer a:active,
footer a:visited {
    color: #ED6E00;
    text-decoration: none;
    border: 0;
}
footer a:hover,
footer a:focus {
    color: #FFFFFF;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

 /* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-brand img{
        width: 150px;
    }
    #navbrand-image{
        padding: 10px 0 0 10px;
    }
    img#qr-code{
     width: auto;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
        .slogan{
            font-size: 10px;
            margin-bottom: 0;
        }
        .header-right img{
            width: 32px;
            height: 32px;
            margin-right: 3px;
            margin-bottom: 30px;
        }
        #carousel-slider h1{
            font-size: 1.8em;
            line-height: 1.8;
        }
        .carousel-caption p{
            font-size: 1.4em;
            line-height: 1.8;
        }
        .logo-alt-text{
            width: 300px;
        }
}

a.btn-custom {
    background-color: #ED6E00;
    border-color: #ED6E00;
    color: #FFFFFF;
    font-size: 1.2em;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #CC5F00;
    border-color: #CC5F00;
    color: #FFFFFF;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #E31E24;
    border-color: #E31E24;
}

/* Linear Year View Calendar styles
*************************************************************************************** */
.green-background {
    background-color: rgb(127, 179, 104);
}
.orange-background {
    background-color: rgb(248, 207, 102);
}
.red-background {
    background-color: rgb(218, 83, 80);
}

table, th, tr, td {
    border: 1px solid #FFFFFF;
    font-family: "Open Sans Condensed", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

table {
    color: #262626;
    background-color: #DBDBDB;
    border-collapse:collapse;
}
th {
    text-align: center;
    line-height: 2;
    background-color: #C4C4C4;
    font-weight: 400;
}
td {
    width: 25px;
    height: 18px;
    line-height: 1.5;
    vertical-align: center;
    text-align: center;
}
.days,
.days-view  {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 128, 0);
}

.days:hover {
    background-color: #0084DB;
    cursor: pointer;
    text-shadow: 0 0 8px #000000;
}
.day6 {
 font-weight: 700;
}
.saturday {
    color: #FF9933;
}
.day7 {
    font-weight: 700;
}
.sunday {
    color: #FF476C;
}
.monthName {
    text-align:left;
    vertical-align:middle;
    padding: 2px;
}
.monthName div {
    padding-left:7px;
}
.legend-box {
    margin: 15px 0;
    vertical-align: middle;
    font-size: 14px;
}
.legend {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.legend span{
    margin: 0 0 10px 0;
}
.legend-title {
    display: inline-block;
    margin-right: 30px;
    line-height: 1.8;
    vertical-align: middle;
}


 /* Modal
*************************************************************************************** */
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    padding-bottom: 7px;
}
.modal-dialog {
    width: 1020px;
    margin: 150px auto 0 auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}


























