.small-stars{
	padding-left: 0;
}

ul.quick-menu a{
	color: #a4aeb0;
	text-decoration: none;
}

ul.quick-menu a:hover{
	text-decoration: underline;
}

ul.quick-menu{
	list-style: none;
	padding-left: 2px;
}

.bot2-wrapper a{
	text-decoration: none;
}

.bot2-wrapper a:hover{
	text-decoration: underline;
}

a.btn{
	text-decoration: none;
}

.btn-main {
    color: #fff;
    background-color: #f8af00;
    border-color: #f8af00;
}

.btn-main:hover {
    background-color: #d39500;
    border-color: #d39500;
}

.btn-default.btn-cf-submit{
	float: none;
}

.reservation .control-label{
	text-align: right;
}

.magnific-gallery .img-holder{
	border: 5px solid white;
	margin-bottom: 15px;
}

.gallery{
	margin: 0 !important;
	padding-bottom: 10px;
}

/* ratios */
.ratio{
    position: relative;
    width: 100%;     /* desired width */
}
.ratio:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}

.logo{
	max-width: 350px;
}

.logo-menu{
	max-height: 120px;
}

/* calendars legend */

.free{
    background: #98D147;
    color: white;
}

.reserved_some{
    background: orange;
    color: white;
}

.reserved_full{
    background: red;
    color: white;
}

.first-full{
    background: linear-gradient(to right bottom, #98D147 50%, red 50%);
}

.first-some{
    background: linear-gradient(to right bottom, #98D147 50%, orange 50%);
}

.last-full{
    background: linear-gradient(to right bottom, red 50%, #98D147 50%);
}

.last-some{
    background: linear-gradient(to right bottom, orange 50%, #98D147 50%);
}

.last-full-first-some{
    background: linear-gradient(to right bottom, red 50%, orange 50%);
}

.last-some-first-full{
    background: linear-gradient(to right bottom, orange 50%, red 50%);
}

div.cal_legend{
    width: 15px; 
    height: 15px; 
    display:inline-block;
    margin-bottom: -3px;
}

/* calendars */

table.user_calendar{
    font-size: 0.9em;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    margin-left: 8px;
}

table.user_calendar td{
    text-align: center;
    padding: 0 2px 0 2px;
}

div.calendar_year{
    font-size: 2.5em;
}

div.calendar_year span{
    font-size: 0.8em;
}

div.calendar_year a{
    color: #656565;
}

div.calendar_year a:hover{
    color: black;
    text-decoration: none;
}

table.user_calendar div.today{
    font-weight: bold;
    color: black;
}

.p-no-padding p{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}


.slide-text .txt1 {
     display: block;
     text-align: center; 
}

.slide-text .txt1 .inline-block {
     text-align: center; 
}

@media (min-width: 680px) {
	.slide-text .txt1 .inline-block {
	     text-align: right; 
	}
}

@media (max-width: 680px) {
	.slide-text .logo{
		width: 100% !important;
	}
}


/* ------------------ loader ----------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  


