@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/ub02bun-webfont.eot');
    src: url('fonts/ub02bun-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ub02bun-webfont.woff') format('woff'),
    url('fonts/ub02bun-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Normal';
    src: url('fonts/ub02run-webfont.eot');
    src: url('fonts/ub02run-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ub02run-webfont.woff') format('woff'),
    url('fonts/ub02run-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
}

body {
    background:#111;
    height:100%;
    font-family:'Helvetica-Normal', arial, sans-serif;
    font-size: 12px;
    color:#011017;
}
h1{
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 36px;
    margin:0px 0 13px;
    color:#062938;
}

h3{
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 12px;
    margin:0px 0 3px;
    color:#062938;
}
img {
    border:none;
}

a img {
    border: none;
    margin: 0px;
}

a {
    color: #143746;
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #011017;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#supersized-loader {
    position:absolute;
    top:50%;
    left:50%;
    z-index:100;
    width:60px;
    height:60px;
    text-indent:-999em;
    background:url(../img/progress.gif) no-repeat center center;
    margin:-30px 0 0 -30px;
}

#supersized {
    display:block;
    position:fixed;
    left:0;
    top:0;
    overflow:hidden;
    z-index:-999;
    height:100%;
    width:100%;
}

#supersized img {
    width:auto;
    height:auto;
    position:relative;
    display:none;
    outline:none;
    border:none;
}

#supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering:0;
}

#supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering:optimizeQuality;
}

#supersized li {
    display:block;
    list-style:none;
    z-index:-30;
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#111;
}

#supersized a {
    width:100%;
    height:100%;
    display:block;
}

#supersized li.prevslide {
    z-index:-20;
}

#supersized li.activeslide {
    z-index:-10;
}

#supersized li.image-loading {
    background:#111 url(../img/progress.gif) no-repeat center center;
    width:100%;
    height:100%;
}

#supersized li.image-loading img {
    visibility:hidden;
}

#supersized li.prevslide img,#supersized li.activeslide img {
    display:inline;
}




/*============================ UTIL =====================================*/
.access{
    text-indent: -9999px;
}

.contentContainer {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    z-index: 2;
}

/*=====================Main Layout Styles========================================*/
.pageContent{
    position: relative;
    width: 100%;
    min-width: 960px;
    min-height: 660px;
    float: left;
}
.topHeader {
    margin-top:0px;
    height: 100px;
    z-index: 100;
    text-align: left;
    position: absolute;
    width:100%;
    min-width: 960px;
    background: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d7ffffff', endColorstr='#d7ffffff'); /* IE */
}
.topHeaderBorder{
    position: absolute;
    width:100%;
    min-width: 960px;
    background: rgba(6,41,56,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7F062938', endColorstr='#7F062938'); /* IE */
    margin-top:100px;
    height: 5px;
}
.navigation {
    float: right;
}


/*============================HeaderTop & Menu Styles=============================*/
a.logoLink {
    float: left;
    margin: 0;
    width:90px;
    height:90px;
}

a.logoLink img {
    float: left;
    margin:4px 0 0 10px;
    font-size: 26px;
    color:#000000;
}

ul.mainMenuList {
    float: right;
    margin: 0;
    padding: 0px;
}

ul.mainMenuList li {
    float: left;
    list-style: none;

}

ul.mainMenuList li:last-child {
    border: none;
}

ul.mainMenuList li a {
    float: left;
    list-style: none outside;
    position: relative;
    z-index: 15;
    color: #062938;
    font-size: 18px;
    padding: 50px 10px 18px;
    margin:0px 0 0 10px;
    font-family:'Helvetica-Bold', arial, sans-serif;
    text-transform: uppercase;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

ul.mainMenuList li a:hover,
ul.mainMenuList li a.active {
    color: #ffffff;
    background: #062938;
}

/*========== main Page ================*/
#content {
    height: 400px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top:150px;
}

#content > ul {
    position: relative;
    width: 100%;
    list-style: none;
}
#content > ul > li {
    left:50%;
    height: 407px;
    margin-left: -470px;
    position: absolute;
    width: 940px;
    display: none;
}
#content > ul > li.active {
    display:block;
}
.mainWindow{
   float: left;
   width:940px;
    height:400px;
    margin:0px;
   background:#ffffff;
   position: relative;
}

.close{
    float:right;
    width:18px;
    height:18px;
    position: absolute;
    right:20px;
    top:20px;
    z-index: 100;
    background: url("../img/sprite.png");
    background-position: -2px -1px;
    cursor:pointer;
}
.close:hover,
.close:focus,
.close:active{
    background-position: -21px -1px;
}
.mainWindowColumn{
    height:350px;
    width:390px;
    float:left;
    padding:50px 40px 0px 40px;
}

.mainWindowColumn.formReady{
    width:440px;
    float:left;
    padding:50px 10px 0px 10px;
}
.mainWindowColumn p{
    margin:0px 0px 18px 0px;
    line-height: 15px;
}

.mainWindowColumn.facilities p{
    margin:0px 0px 12px 0px;
}
.mainWindowColumn .homeGallery{
    float:left;
    width: 390px;
    overflow: hidden;
    margin-top:14px;
}
.mainWindowColumn .homeGallery img{
    width:100px;
    height:100px;
    float:left;
    border-radius: 50%;
    margin-left: 45px;
}
.mainWindowColumn .homeGallery img:first-child{
    margin-left: 0px;
}

.bullet{
    float:left;
    width:14px;
    height:12px;
    background: url("../img/sprite.png");
    background-position: -48px -2px;
}
/*------------amenities--------------*/
.amenities ul{
    float:left;
    list-style: none;
    width:195px;
}
.amenities ul li{
    float:left;
    margin:0 0 10px;
}

.amenities ul li span.icon{
    float:left;
    height:43px;
    width:43px;
    background: url("../img/sprite.png");
    /*background-position: -6px -33px;*/
}
.amenities ul li p{
    float: left;
    font-size: 14px;
    height: 43px;
    line-height: 40px;
    margin:0px 0px 0px 10px;
    overflow: hidden;
    width:140px;
}

.amenities ul li p.double{
    line-height: 21px;
}
.amenities ul.secondColumn{
    width:165px;
    margin-left: 25px;
}
.amenities ul.secondColumn li p{
    width:110px;
}
/*-------------Icons--------------------------*/
.amenities ul li .icon.bedrooms{
    background-position: -6px -33px;
}
.amenities ul li .icon.kitchen{
    background-position: -54px -33px;
}
.amenities ul li .icon.bathrooms{
    background-position: -102px -33px;
}
.amenities ul li .icon.pool{
    background-position: -150px -33px;
}
.amenities ul li .icon.laundry{
    background-position: -198px -33px;
}
.amenities ul li .icon.wifi{
    background-position: -246px -33px;
}
.amenities ul li .icon.parking{
    background-position: -294px -33px;
}
.amenities ul li .icon.satellite{
    background-position: -342px -33px;
}
.amenities ul li .icon.iron{
    background-position: -390px -33px;
}
.amenities ul li .icon.umbrella{
    background-position: -438px -33px;
}


/*-------------------------RATES--------------------*/
.rates .price-table-left,	
.rates .price-table-right{	
    float:left;	
    width: 190px;	
}	
.rates .price-table-left{	
    margin-right: 5px;	
}
.rates table tr th{
    background-color:#17577b;
    color:#ffffff;
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 12px;
    font-weight:normal;
    height:20px;
    line-height: 20px;
    text-align: center;
}

.rates table tr td{
    background-color:#3497db;
    color:#ffffff;
    font-family:'Helvetica-Normal', arial, sans-serif;
    font-size: 12px;
    font-weight:normal;
    text-align: center;
    height:30px;
    line-height: 30px;
}
.rates table tr td.price{
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 17px;
    font-weight:normal;
	padding: 0px 5px;
}
.rates table tr.period2 td{
    background-color:#338ac6;
}
.rates table tr.period3 td{
    background-color:#2d7bb0;
}
.rates table tr.period4 td{
    background-color:#276b9a;
}
.rates table tr.period5 td{
    background-color:#1f5276;
}

.rates table tr:hover td{
    background-color:#1a4360;
}
.rates table tr td.price:hover{
    background-color:#062938;
    cursor: default;
}

.rates p{
    margin:5px 0px 0px 0px;
    line-height: 15px;
}
/*-------------------------booking--------------------*/
/*-------------------------forms--------------------*/
input,textarea{
    color:#062938;
    border:1px solid #b1b0b0;
    background: transparent;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    width:180px;
    margin:3px 5px 5px 0;
    float:left;
}

textarea{
   height:60px;
   resize: none;
}
textarea.large{
    height:80px;
    width:387px;
}
input.small{
    width:75px;
}

.formColumn{
    float:left;
    width:210px;
    margin-right: 10px;
 }

input[type=button]{
    margin:0 5px 0 0;
    padding: 10px;
    float: right;
    border:none;
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 28px;
    font-weight:normal;
    width:auto;
    cursor: pointer;
}
.contact_form input[type=button]{
    margin:0 17px 0 0;
}

.booking_mandatory_fields_error,
.booking_captcha_error,
.contact_mandatory_fields_error,
.contact_captcha_error{
    color:#ff0000;
    float:left;
    margin: 24px 0 0;
}

.booking_success_message,
.contact_success_message{
    border: 1px dashed #276B9A;
    padding: 20px;
    text-align: center;
    width: 380px;
}
.booking_failed_message,
.contact_failed_message{
    border: 1px dashed #a00000;
    padding: 20px;
    text-align: center;
    width: 380px;
}

.booking_success_message h2,
.contact_success_message h2{
    color:#276B9A;
}
.booking_failed_message h2,
.contact_failed_message h2{
    color:#a00000;
}

.booking_failed_message h2,
.contact_failed_message h2,
.booking_success_message h2,
.contact_success_message h2{
    margin-bottom: 15px;
}

.reloadForm{
    cursor: pointer;
}
.booking_mandatory_fields_error,
.booking_captcha_error,
.booking_success_message,
.booking_failed_message,
.contact_mandatory_fields_error,
.contact_captcha_error,
.contact_success_message,
.contact_failed_message{
    display: none;
}
/*--------------address----------------------*/
.addressDetails a{
   float:left;
    font-family:'Helvetica-Bold', arial, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 2px 15px 3px 0;
}
.addressDetails a span.icon{
    width:22px;
    height:30px;
    float:left;
    background: url("../img/sprite.png");

}
.addressDetails a.houseAddress{
    width:385px;
}
.addressDetails a.houseAddress span.icon{
    background-position: -15px -86px;
}
.addressDetails a.phone span.icon{
    background-position: -52px -86px;
}
.addressDetails a.mobile span.icon{
    background-position: -78px -86px;
}
.addressDetails a.mail span.icon{
    background-position: -111px -86px;
    margin-right:3px;
}
/*--------------Map----------------------*/
#mapdiv{
    border: 1px solid #b1b0b0;
    float: left;
    height: 170px;
    overflow: hidden;
    position: relative;
    width: 385px;
    margin-bottom:12px;
}
/*========== Footer ================*/
#controls-wrapper {
    height:45px;
    width:100%;
    bottom:0;
    left:0;
    z-index:90;
    /*background:url(../img/nav-bg.png) repeat-x;*/
    /*background:rgba(0,0,0,0.9);*/
    background:#02151d;
    position:fixed;
    margin:0 auto;
}

#controls {
    overflow:hidden;
    height:100%;
    position:relative;
    text-align:left;
    z-index:5;
}

#play-button {
    float:left;
    margin-top:1px;
    border-right:1px solid #333;
    background:url(../img/bg-hover.png) repeat-x 0 44px;
}


a.facebook{
    float:left;
    width:26px;
    height:26px;
    background:url(../img/sprite.png) -151px -90px;
    margin: 11px 10px 10px 10px;
}

#controls-wrapper .navigation{
    float:left;
    margin-top:8px;
}
ul.secondaryMenuList {
    float: left;
    margin: 0;
    padding: 0px;
}

ul.secondaryMenuList li {
    float: left;
    list-style: none;

}

ul.secondaryMenuList li:last-child a{
    border-right: none;
}

ul.secondaryMenuList li a {
    float: left;
    list-style: none outside;
    position: relative;
    z-index: 15;
    color: #e6e6e6;
    font-size: 12px;
    padding:0px 5px 0px 0px;
    margin:10px 5px 0 0px;
    font-family:'Helvetica-Normal', arial, sans-serif;
    text-transform: uppercase;
    border-right:1px dotted #ffffff;
}

ul.secondaryMenuList li a:hover,
ul.secondaryMenuList li a.active {
    color: #ffffff;
}

span.copyright{
    color: #2f3a3f;
    float: left;
    margin: 18px 0 0 100px;
    text-transform: uppercase;
}

ul.lngSwitcher{
    float:right;
    margin-right: 10px;
}

ul.lngSwitcher li{
     float:left;
    list-style: none;
    margin: 11px 2px ;
 }
ul.lngSwitcher li a{
    color:#ffffff;
    /*background-color: #000000;*/
    border:1px solid #ffffff;
    font-size: 14px;
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    float: left;
    cursor: pointer;
 }
ul.lngSwitcher li a:hover,
ul.lngSwitcher li a.active{
    color:#000000;
    background-color: #ffffff;
    border:1px solid #ffffff;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

 }
/*========== Navigation Arrows ================*/
#pageSmoothHelper{
    display: none;
    float: left;
    width:100%;
    height:100%;
    position: fixed;
    left:0px;
    top:0px;
    background: rgba(255,255,255,0.3);
    z-index: 80;
}
.textHelperContainerEl,
.textHelperContainerEn{
    display: none;
    position:relative;
    height:60px;
    width:560px;
    top:120px;
    margin: 0 auto;
    z-index: 100;
    background:url(../img/sprite.png);
    background-position:-10px -366px ;
}
.textHelperContainerEn{
   background-position:87px -438px ;
}

#leftHelperContainer,
#rightHelperContainer{
    display: none;
    position:absolute;
    height:117px;
    width:130px;
    top:27%;
    z-index: 100;
    background:url(../img/sprite.png);
}

#leftHelperContainer{
    left:37px;
    background-position:-10px -226px ;
}

#rightHelperContainer{
    right:37px;
    background-position:-173px -226px ;
}


#leftArrowContainer,
#rightArrowContainer{
    display: none;
    position:absolute;
    height:50px;
    width:50px;
    top:50%;
    z-index: 100;
}
#leftArrowContainer{
    left:25px;
}

#rightArrowContainer{
    right:25px;
}
#prevslide,#nextslide {
    position:relative;
    float: left;
    height:50px;
    width:50px;
    opacity:0.8;
    background:url(../img/sprite.png);
}

#prevslide {
  background-position:-6px -138px ;
}

#nextslide {
    background-position:-67px -138px ;
}

/*#prevslide:active,#nextslide:active {*/
    /*margin-top:-3px;*/
/*}*/

/*========== Navigation Dots ================*/
ul#slide-list {
    float:left;
    position:fixed;
    right:5%;
    bottom:50px;
    padding:15px 0;
}

ul#slide-list li {
    list-style:none;
    width:12px;
    height:12px;
    float:left;
    margin:0 5px 0 0;
}

ul#slide-list li.current-slide a,ul#slide-list li.current-slide a:hover {
    background-position:0 0;
}

ul#slide-list li a {
    display:block;
    width:12px;
    height:12px;
    background:url(../img/nav-dot.png) no-repeat 0 -24px;
}

ul#slide-list li a:hover {
    background-position:0 -12px;
    cursor:pointer;
}
/*========== Time Bar ================*/
#progress-back {
    z-index:5;
    position:fixed;
    bottom:45px;
    left:0;
    height:5px;
    width:100%;
    min-width: 960px;
    background:url(../img/progress-back.png) repeat-x;
}

#progress-bar {
    position:relative;
    height:5px;
    width:100%;
    background:url(../img/progress-bar.png) repeat-x;
}

@media all and  (max-height: 660px) {
    #progress-back,
    #controls-wrapper,
    ul#slide-list{
        position:absolute;
    }
}


/*=================Gallery CSS===========================*/

/*!
* Version 1.2.4
* jQuery: desoSlide plugin - jquery.desoslide.less
* Copyright - 2013 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
*/
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}
@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}
@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}
@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}
@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
}
@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}
.desoSlide-wrapper {
    position: relative;
    text-align: center;
}
.desoSlide-controls-wrapper {
    position: absolute;
    text-align: right;
    width: 150px;
    bottom: 4px;
    z-index: 100;
    padding-right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.desoSlide-controls-wrapper a:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}
.desoSlide-overlay {
    height: 36px;
    position: absolute;
    z-index: 10;
    text-align: left;
    color: white;
    font-weight: bold;
    background-color: black;
    padding: 8px;
    opacity: 0;
    filter: alpha(opacity=100);
}
.desoSlide-controls {
    display: inline-block;
    background-image: url('../img/desoSlide_controls.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.desoSlide-controls.prev {
    width: 16px;
    height: 16px;
    background-position: 0 -54px;
}
.desoSlide-controls.pause {
    width: 16px;
    height: 16px;
    background-position: 0 -18px;
}
.desoSlide-controls.play {
    width: 16px;
    height: 16px;
    background-position: 0 -36px;
}
.desoSlide-controls.next {
    width: 16px;
    height: 16px;
    background-position: 0 0;
}
.desoSlide-spinner {
    width: 50px;
    height: 50px;
    border: solid #34495e;
    border-width: 3px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
    -ms-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
@-moz-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
