::-moz-selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::-webkit-selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::-webkit-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

:-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

::-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

:-ms-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

input:-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

input:-ms-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(245, 245, 245) !important;
    outline: 0;
    color: rgba(75, 75, 75, 0.75);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgba(10, 150, 207, 1);
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover, a:focus {
    text-decoration: none;
    color: rgba(75, 75, 75, 0.85);
    outline: none;
}

ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    color: rgba(75, 75, 75, 0.85);
}

ul li {
    margin: 0px 0 5px 0;
}

p {
    font-weight: 400;
    margin: 0 0 15px 0;
}

.no-gutter {
    padding: 0;
}

section {
    padding-bottom: 50px;
    border: none;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 1);
}

section#ideal {
    padding-top: 50px;
}

.separator {
    margin: 30px auto;
    clear: both;
    display: block;
}

.separator.sm {
    margin: 15px auto;
}

.top-margin {
    height: 80px;
}

.dark-bg, .btn.dark-bg {
    background-color: rgba(75, 75, 75, 1);
}

.btn.dark-bg:hover {
    background-color: rgba(10, 150, 207, 1);
    color: rgba(75, 75, 75, 1);
}

.dark-color, .btn.dark-color {
    color: rgba(75, 75, 75, 1);
}

.color-bg, .btn.color-bg {
    background-color: rgba(10, 150, 207, 1);
}

.color, .btn.color {
    color: rgba(10, 150, 207, 1);
}

.white-bg, .btn.white-bg {
    background-color: rgba(255, 255, 255, 1);
}

.white {
    color: rgba(255, 255, 255, 1);
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(75, 75, 75, 1);
}

body img {
    border: none;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu Condensed";
    color: rgba(20, 160, 227, 1);
    position: relative;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    line-height: 1.1em;
    padding: 0;
    margin: 30px auto;
    display: inline-block;
}

h1:after, h2:after {
    content: "";
    clear: both;
    width: auto;
    border-bottom: 1px solid rgba(20, 160, 227, 1);
    margin: 15px auto 0 auto;
    display: block;
    position: relative;
}

h3 {
    line-height: 1em;
    margin: 15px auto 30px auto;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

h4 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 21px;
    margin: 25px auto 5px auto;
}

.subheading {
    font-size: 0.666em;
    color: rgba(75, 75, 75, 1);
    font-family: "Ubuntu Condensed";
    font-weight: 300;
}

h3 .subheading {
    font-size: 0.75em;
}

.container {
    z-index: 100;
}

.navbar {
    border-radius: 0;
    border: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(75, 75, 75, 1);
}

.navbar-header {
    margin: 0 auto!important;
    padding: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
    border: none;
}

.navbar-header .logo {
    height: 62px;
    width: 225px;
    background-repeat: no-repeat;
    background-image: url("../images/logo.png");
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-size: contain;
    position: relative;
    z-index: 301;
    display: table-cell;
    vertical-align: middle;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    float: left;
    margin: 9px 15px 9px 4%;
}

.container-fluid>.navbar-collapse {
    float: left;
    margin-left: 4%;
}

.navbar-fixed-top {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    display: block;
    height: 80px;
}

.navbar-nav {
    overflow: hidden;
}

.navbar-nav li {
    list-style: none;
    margin: 0;
}

.navbar-toggle {
    background-color: rgba(20, 160, 227, 1);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 301;
    border-radius: 0;
    border: none;
    margin: 23px 20px;
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-toggle span.bars, .navbar-toggle span.menu-text {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar-toggle span.menu-text {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-transform: capitalize;
    line-height: 0.75em;
    padding-left: 10px;
}

.navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-toggle:hover span.menu-text {
    color: rgba(20, 160, 227, 1);
}

.navbar-toggle:hover .icon-bar {
    background-color: rgba(20, 160, 227, 1);
}

nav, .navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

.navbar-nav>li>a {
    font-family: "Ubuntu Condensed";
    border: none;
    background: none;
    margin: 30px 5px 5px 5px;
    font-weight: 300;
    text-decoration: none;
    text-transform: lowercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 21px;
    cursor: pointer;
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: -1px;
}

.navbar-nav>li>a::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(20, 160, 227, 1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    top: 0;
}

.navbar-nav>li>a.active, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: rgba(20, 160, 227, 1);
}

.navbar-nav>li>a.active::before, .navbar-nav>li>a:hover::before, .navbar-nav>li>a:focus::before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.socials {
    position: relative;
    float: right;
    width: 220px;
    display: inline-block;
    margin: 0 4% 0 0;
}

.social {
    float: left;
}

.socials a {
    position: relative;
    z-index: 1000;
    float: left;
    display: inline-block;
    margin: 30px 0 20px 15px;
    padding-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.socials a:hover, .socials a:focus {
    color: rgba(20, 160, 227, 1);
}

.socials i, .socials img {}

.socials i {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.socials i.fa-google-plus {
    font-size: 1.25em;
}

.socials i.fa-twitter {
    font-size: 1.4em;
}

.socials a:hover i, .socials a:hover img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: rgba(20, 160, 227, 1);
}

.languages.dropdown {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    position: absolute;
    top: 35px;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.languages.dropdown .dropdown-menu {}

.languages.dropdown .btn {
    height: 32px;
    padding: 6px;
    background: rgb(75, 75, 75) !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.languages.dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-family: "Ubuntu Condensed";
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 100%;
    margin: 13px 0 0 0;
    width: auto;
    min-width: auto;
    background-color: rgba(250, 250, 250, 1);
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.languages.dropdown .dropdown-menu li, .languages.dropdown .dropdown-menu li a {
    width: 100%;
}

.lang-sm.lang-lbl, .lang-sm.lang-lbl-en, .lang-sm.lang-lbl-full {
    padding-left: 30px;
}

.lang-sm:after {
    top: -3px;
    position: relative;
}

.languages.dropdown .btn:hover, .languages.dropdown .btn:focus {
    color: rgba(75, 75, 75, 1);
    background-color: rgba(250, 250, 250, 1) !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.languages.dropdown .dropdown-menu>li>a {
    padding: 6px 8px;
    margin: 0;
}

.languages.dropdown .dropdown-menu>li>a:hover {
    background: rgba(10, 150, 207, 1);
    color: rgba(250, 250, 250, 1) !important;
}

.carousel, .carousel .item, .carousel .active, .carousel-inner {
    height: 100%;
    z-index: 1000;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner>.item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.carousel-inner>.item:first-of-type {
    position: relative;
}

.carousel-inner>.active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner>.active.left, .carousel-inner>.active.right {
    z-index: 1;
}

.carousel-control {
    color: rgba(250, 250, 250, 1);
    border-radius: 0px;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
    text-shadow: none;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-image: none !important;
    z-index: 1004;
}

.carousel-control:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.carousel-control.right {
    right: -50px;
}

.carousel:hover .carousel-control {
    left: 50px;
    font-size: 48px !important;
}

.carousel:hover .carousel-control.right {
    left: auto;
    right: 50px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 48px !important;
    color: rgba(250, 250, 250, 1);
}

.carousel-control span {
    margin: 0 !important;
    font-size: 16px !important;
    left: 0 !important;
    top: 0 !important;
    line-height: 50px;
}

section#slider {
    padding: 0;
    max-width: 100%;
}

.content {
    z-index: 100;
    background: rgba(245, 245, 245, 1);
    position: relative;
    display: block;
    width: 100%;
}

.content-block {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    z-index: 1000;
}

.content-block.accommodation {
    background-image: url(../images/content/accommodation-bg.jpg);
    padding-bottom: 50px;
}

.content-block.accommodation h2, .content-block.accommodation h2 .subheading {
    color: rgba(255, 255, 255, 1);
}

.content-block.accommodation h2:after {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.content-block.facilities {
    background-image: url(../images/content/facilities-bg.jpg);
    padding-bottom: 50px;
}

.content-block.how-to-reach-us {
    background-image: url(../images/content/how-to-reach-us-bg.jpg);
}

div.apartment-header {
    position: relative;
    z-index: 1000;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center bottom;
    margin: 80px 0 0 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    transition: all 750ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: rgba(75, 75, 75, 1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
}

div.apartment-header.apartment {
    background-image: url(../images/content/header/apartment.jpg);
}

div.apartment-header.family-apartment {
    background-image: url(../images/content/header/family-apartment.jpg);
}

div.apartment-header.studio {
    background-image: url(../images/content/header/studio.jpg);
}

div.apartment-header.double-room {
    background-image: url(../images/content/header/double-room.jpg);
}

div.apartment-header.color {
    filter: none;
    -webkit-filter: none;
}

.content-block .block {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 15px 0 15px;
    text-align: center;
}

.content-block .block h3 {
    margin-top: 15px;
    color: rgba(75, 75, 75, 1);
    font-weight: 400;
}

.content-block .block h3:after {
    content: "";
    clear: both;
    border-bottom: 1px solid rgba(20, 160, 227, 1);
    margin: 15px auto 0 auto;
    display: block;
}

.content-block .block h3 .subheading {
    color: rgba(20, 160, 227, 1);
    font-weight: 400;
}

.content-block .block ul {
    list-style: none;
    text-align: center;
    font-size: 0.925em;
}

.content-block .block a.btn {
    font-size: 1em;
    border: none !important;
    background-color: rgba(10, 150, 207, 0.75)!important;
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    width: auto;
    display: table;
    margin: 0 auto 45px auto;
    box-sizing: border-box;
}

.content-block .block a.btn:hover {
    background-color: rgba(10, 150, 207, 1) !important;
}

#ideal .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#ideal .box:hover {
    background-color: rgba(230, 230, 230, 1);
}

.textblock {
    max-width: 970px;
    border: solid 1px rgba(75, 75, 75, 1) !important;
    padding: 15px;
    margin: 30px auto 0 auto;
}

.textblock-sm {
    height: 100%;
}

.textblock ul {
    text-align: center;
}


#scroll-down {
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    height: 45px;
    margin-left: -45px;
    display: inline-block;
    text-align: center;
    opacity: 0.8;
    z-index: 1000;
    color: rgba(20, 160, 227, 1);
    border: solid 1px rgba(10, 150, 207, 1);
    line-height: 1em;
}

:lang(el) #scroll-down {
    margin-left: -59px;
}

#scroll-down:hover {
    opacity: 1;
    bottom: 40px;
}

#scroll-down i {
    color: rgba(20, 160, 227, 1);
    font-size: 28px;
    line-height: 21px;
}

#back-to-top {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed !important;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    display: block;
    z-index: 1000;
}

#back-to-top i {
    color: rgba(75, 75, 75, 1);
    font-size: 40px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top.show {
    opacity: 0.75;
}

#back-to-top:hover {
    opacity: 1;
    bottom: 30px;
}

.btn.prev, .btn.next {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    margin: auto 4px;
    color: rgba(20, 160, 227, 1);
}

.btn.prev:hover, .btn.next:hover {
    color: rgba(20, 160, 227, 1);
}

.btn.prev i, .btn.next i {
    font-size: 24px;
    text-align: center;
}

.photos {
    padding: 0;
}

.photos h3 {
    width: auto;
    color: rgba(255, 255, 255, 1);
    margin: 15px auto 30px auto;
    display: table;
    padding: 10px 20px;
    background: rgba(20, 160, 227, 1);
}

.photos h3:after {
    display: none;
}

.photogallery {
    display: block;
    padding: 0;
    padding-bottom: 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 100;
    background-color: rgba(245, 245, 245, 1);
}

.photogallery a {
    position: relative;
}

.photogallery:hover a {
    opacity: 0.7;
}

.photogallery a {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.photogallery a img {
    position: relative;
    width: 25%;
}

.photogallery a:hover {
    opacity: 1;
    z-index: 100 !important;
}

.photogallery a:hover img {
    opacity: 1;
    z-index: 100 !important;
}


#vr{
  margin: 0;
  padding: 50px 0 0 0 !important;
  display: block;
  position: relative;
}

#vr a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#vr img{
    width: 100%;
    height:auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: rgba(75, 75, 75, 1);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#vr a:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: rgba(75, 75, 75, 0);
    filter:none;

}

#vr .vt {
    background-image: url(../images/panorama-vr/vt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100px 75px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:  translateX(-50%) !important;
    z-index: 2000;
    position: absolute;
    top: 15%;
    z-index: 200;
    width: auto;
    margin: 0 0 0 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: rgba(75, 75, 75, 1) 0 0 5px;
    -webkit-transform: translate3d(0, 0, 0);
}

#vr .vt i {
    display: inline-block;
    margin: 10px 0 0 110px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.6em;
    line-height: 1.6em;
    font-style: italic;
    height: 75px;
    font-weight: 700;
    text-shadow: #000 0 0 5px;
    white-space: nowrap;
}

.alert {
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.input-group-addon {
    background-color: transparent !important;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: rgba(20, 160, 227, 1) solid 1px !important;
    ;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: rgba(20, 160, 227, 1);
}

option {
    background: rgba(75, 75, 75, 1);
}

select, .btn, .input-group {
    cursor: pointer;
    width: 100%;
    border: none;
}

.form-control {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    border: rgba(20, 160, 227, 1) solid 1px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    color: rgba(20, 160, 227, 1);
    background-color: transparent !important;
    margin-bottom: 15px;
    height: 36px;
}

.form-group {
    margin-bottom: auto;
}

.form-control:focus, .form-control:hover, .form-control:active {
    color: rgba(20, 160, 227, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 5px;
    border: none !important;
    background: rgba(10, 150, 207, 1) !important;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.05em;
    outline: 0;
    font-weight: 400;
}

.btn:hover, .btn:active, .btn:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(75, 75, 75, 1) !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
}

.done {
    display: none;
}

.highlight {
    border: 1px solid #c11 !important;
}

section.special {
    padding: 120px 0 120px 0;
}

section.special.parallax {
    padding: 120px 0;
    display: block;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    clear: both;
    float: none;
}

section.parallax:before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/parallax.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    will-change: transform;
    z-index: -1;
}

section.special.parallax h2 {
    text-align: center;
    margin: 0 0 15px 15px;
    padding-top: 0 !important;
    z-index: 2 !important;
    color: rgba(255, 255, 255, 1);
}

section.special.parallax h2:after {
    border-bottom-color: rgba(255, 255, 255, 1) !important;
}

section.special a {
    margin-top: 30px;
    text-align: center;
    color: rgba(20, 160, 227, 1);
    width: auto;
    background-color: rgba(245, 245, 245, 1) !important;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

section.special p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.special img.booking {
    width: 90px;
    height: auto;
    margin: 0 auto 0 auto;
}

:lang(el) section.special .special-offer h3 {
    font-size: 18px;
}

:lang(el) section.special .special-offer p {
    font-size: 14px;
}

address {
    line-height: 1.85em;
    font-size: 17px;
}

address .fa {
    font-size: 21px;
    width: 24px;
    color: rgba(20, 160, 227, 1);
}

address .fa-map-marker {
    font-size: 24px;
}

address .fa-mobile {
    font-size: 30px;
}

address .fa-fax {
    font-size: 18px;
}

address .fa-envelope {
    font-size: 18px;
}

address .fa-bell {
    font-size: 19px;
}

address a {
    color: rgba(20, 160, 227, 1);
}

address a:hover {
    color: rgba(75, 75, 75, 1);
}

.form-control, .form-control:focus, .form-controlW:active, .form-control option {
    border-radius: 0;
    border: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#map {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1000;
    margin: 80px 0 0 0;
}

.gm-style-iw {
    line-height: 1.25em;
}

.gm-style-iw span {
    font-weight: 700;
    color: rgba(75, 75, 75, 1);
}

.gm-style-iw, .gm-style-iw p {
    font-size: 14px !important;
    margin: 0 0 5px 0 !important;
}

.gm-style-iw i {
    display: none;
}

.gm-style-iw .mt-40 {
    margin-top: 5px;
}

.footer-wrapper {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 50px;
    background-color: rgba(245, 245, 245, 1);
}

#footer {
    padding: 30px 0 30px 0;
    background-color: rgba(10, 150, 207, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    position: relative;
    z-index: 999;
}

#footer address {
    font-size: 15px;
    line-height: 1.6em;
}

#footer address strong {
    font-weight: 700;
}

#footer .copy {
    font-family: "Ubuntu Condensed";
    font-size: 16px !important;
}

#footer .logo {
    background-repeat: no-repeat;
    background-image: url("../images/logo-full-gray.png");
    background-size: contain;
    width: 300px;
    max-width: 100%;
    height: 80px;
    position: relative;
    z-index: 301;
    display: table;
    vertical-align: middle;
    margin: 30px auto 15px auto;
}

#footer .tripadvisor {
    width: auto;
    height: 200px;
    margin: 0 auto 30px auto;
    max-width: 100%;
    background-image: url("../images/certificate-of-excellence-2016.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#footer a {
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
    color: rgba(75, 75, 75, 1);
}

@media (max-width: 1439px) {
    .container-fluid>.navbar-collapse {
        margin-left: 2%;
    }
    .navbar-nav>li>a {
        margin: 30px 0 5px 0;
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        display: block;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar .container-fluid {
        margin: 0;
        padding: 0;
    }
    .container-fluid>.navbar-collapse {
        margin: 0;
        padding: 0;
        float: none;
        position: absolute;
        top: 80px;
        width: 100%;
        display: none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapsing, .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        border-top: 1px solid #fff;
        background-color: rgba(10, 150, 207, 1);
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        animation-delay: 0s !important;
        display: block;
    }
    .navbar-nav>li {
        clear: both;
        float: none;
    }
    .navbar-nav>li>a {
        text-align: center;
        border: none !important;
        margin: 0;
        padding: 10px 0px;
        font-size: 21px;
        color: rgba(255, 255, 255, 1);
        width: 100%;
    }
    .navbar-nav>li>a::before {
        display: none;
    }
    .navbar-nav>li>a.active, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
        border: none !important;
        background-color: rgba(75, 75, 75, 1);
        color: rgba(255, 255, 255, 1);
    }
    .form-control {
        padding: 8px 4px;
        font-size: 14px;
    }
    .navbar-header .logo {
        position: relative;
        float: left;
        left: auto;
    }
    section.special .special-offer p {
        font-size: 14px;
    }
    .fancybox-nav span {
        visibility: visible !important;
    }
    .socials {
        margin-right: 2%;
    }
    .socials a {
        margin: 18px 8px;
    }
    .languages.dropdown {
        top: 24px;
    }
    .languages.dropdown .dropdown-menu {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .navbar-nav>li>a {
        padding: 5px 0px;
        font-size: 18px;
    }
    div.apartment-header {
        background-repeat: no-repeat;
        height: 350px;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    section.special {
        padding: 60px 0 60px 0;
    }
    h1, h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    .inside-full-height.white-bg {
        background: transparent;
    }
    #footer {
        text-align: center;
    }
    #footer .socials {
        margin-bottom: 20px;
    }
    #footer .text-right {
        text-align: center !important;
    }
    .intro-heading {
        font-size: 26px;
        line-height: 40px;
    }
    .photogallery a img {
        width: 33, 3334%;
        margin: 0;
    }
    .content-block .block {
        margin-bottom: 30px;
    }
    address {
        line-height: 1.5em;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    section.special.parallax {
        height: 500px;
    }
    section.special.parallax .booking {
        margin-top: 30px;
    }
    section.special a {
        font-size: 14px;
    }
    h1 {
        margin-top: 30px;
    }
    h3 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .title {
        margin-bottom: 15px;
    }
    .fancybox-prev span {
        left: 0px;
    }
    .fancybox-next span {
        right: 0px;
    }
    #map {
        height: 300px;
        margin: 112px 0 0 0;
    }
    #back-to-top {
        bottom: 15px;
        right: 15px;
    }
    #back-to-top i {
        font-size: 42px;
    }
    .socials {
        margin: 0 !important;
        clear: both;
        float: none;
        display: block;
        position: relative;
        height: 32px;
        width: 100%;
        background-color: rgba(20, 160, 227, 1);
        text-align: center;
        border-bottom: none;
    }
    .socials a {
        padding: 0;
        margin: 4px 0 4px 20px;
    }
    .socials .social, :lang(el) .socials .social {
        float: left;
        margin-left: 5px;
    }
    .socials a {
        color: rgba(255, 255, 255, 1);
    }
    .socials a:hover, .socials a:focus, .socials a:hover i, .socials a:hover img {
        color: rgba(75, 75, 75, 1) !important;
    }
    .languages.dropdown {
        top: 0;
        right: 20px;
    }
    .languages.dropdown .dropdown-menu {
        margin-top: 0;
    }
    .languages.dropdown .dropdown-menu>li>a {
        padding: 4px 6px;
    }
    .container-fluid>.navbar-collapse {
        top: 110px;
    }
    .top-margin {
        height: 110px;
    }
}

@media (max-width: 560px) {
    .photogallery a img {
        width: 50%;
    }
    .btn {
        font-size: 15px;
    }
    address {
        font-size: 15px;
    }
    .navbar .navbar-brand .logo {
        width: 120px;
        height: 40px;
        margin: 0;
    }
    .title h2 {
        margin: 0 0 15px 0;
    }
    h1, h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    #footer {
        font-size: 12px;
        padding: 30px 0 30px 0;
    }
    #footer .logo {
        display: none;
    }
    div.apartment-header {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    #footer {
        font-size: 14px;
    }
    .navbar-nav>li>a {
        padding: 3px 5px;
    }
    .navbar-toggle span.menu-text {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    body {
        font-size: 14px;
    }
    .navbar-header .logo {
        margin: 13px 0 5px 10px;
        width: 160px;
    }
    .navbar-toggle {
        padding: 8px 5px;
    }
    .navbar-toggle .icon-bar {
        width: 20px;
    }
    #footer, #footer .copy {
        font-size: 13px !important;
    }
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
::-moz-selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::-webkit-selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::selection {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 150, 207, 1);
}

::-webkit-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

:-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

::-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

:-ms-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

input:-moz-placeholder {
    color: rgba(10, 150, 207, 1);
}

input:-ms-input-placeholder {
    color: rgba(10, 150, 207, 1);
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(245, 245, 245) !important;
    outline: 0;
    color: rgba(75, 75, 75, 0.75);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: rgba(10, 150, 207, 1);
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover, a:focus {
    text-decoration: none;
    color: rgba(75, 75, 75, 0.85);
    outline: none;
}

ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    color: rgba(75, 75, 75, 0.85);
}

ul li {
    margin: 0px 0 5px 0;
}

p {
    font-weight: 400;
    margin: 0 0 15px 0;
}

.no-gutter {
    padding: 0;
}

section {
    padding-bottom: 50px;
    border: none;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 1);
}

section#ideal {
    padding-top: 50px;
}

.separator {
    margin: 30px auto;
    clear: both;
    display: block;
}

.separator.sm {
    margin: 15px auto;
}

.top-margin {
    height: 80px;
}

.dark-bg, .btn.dark-bg {
    background-color: rgba(75, 75, 75, 1);
}

.btn.dark-bg:hover {
    background-color: rgba(10, 150, 207, 1);
    color: rgba(75, 75, 75, 1);
}

.dark-color, .btn.dark-color {
    color: rgba(75, 75, 75, 1);
}

.color-bg, .btn.color-bg {
    background-color: rgba(10, 150, 207, 1);
}

.color, .btn.color {
    color: rgba(10, 150, 207, 1);
}

.white-bg, .btn.white-bg {
    background-color: rgba(255, 255, 255, 1);
}

.white {
    color: rgba(255, 255, 255, 1);
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(75, 75, 75, 1);
}

body img {
    border: none;
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu Condensed";
    color: rgba(20, 160, 227, 1);
    position: relative;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    line-height: 1.1em;
    padding: 0;
    margin: 30px auto;
    display: inline-block;
}

h1:after, h2:after {
    content: "";
    clear: both;
    width: auto;
    border-bottom: 1px solid rgba(20, 160, 227, 1);
    margin: 15px auto 0 auto;
    display: block;
    position: relative;
}

h3 {
    line-height: 1em;
    margin: 15px auto 30px auto;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

h4 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 21px;
    margin: 25px auto 5px auto;
}

.subheading {
    font-size: 0.666em;
    color: rgba(75, 75, 75, 1);
    font-family: "Ubuntu Condensed";
    font-weight: 300;
}

h3 .subheading {
    font-size: 0.75em;
}

.container {
    z-index: 100;
}

.navbar {
    border-radius: 0;
    border: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(75, 75, 75, 1);
}

.navbar-header {
    margin: 0 auto!important;
    padding: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    clear: both;
    float: none;
    border: none;
}

.navbar-header .logo {
    height: 62px;
    width: 225px;
    background-repeat: no-repeat;
    background-image: url("../images/logo.png");
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-size: contain;
    position: relative;
    z-index: 301;
    display: table-cell;
    vertical-align: middle;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    float: left;
    margin: 9px 15px 9px 4%;
}

.container-fluid>.navbar-collapse {
    float: left;
    margin-left: 4%;
}

.navbar-fixed-top {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    display: block;
    height: 80px;
}

.navbar-nav {
    overflow: hidden;
}

.navbar-nav li {
    list-style: none;
    margin: 0;
}

.navbar-toggle {
    background-color: rgba(20, 160, 227, 1);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 301;
    border-radius: 0;
    border: none;
    margin: 23px 20px;
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-toggle span.bars, .navbar-toggle span.menu-text {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar-toggle span.menu-text {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-transform: capitalize;
    line-height: 0.75em;
    padding-left: 10px;
}

.navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-toggle:hover span.menu-text {
    color: rgba(20, 160, 227, 1);
}

.navbar-toggle:hover .icon-bar {
    background-color: rgba(20, 160, 227, 1);
}

nav, .navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

.navbar-nav>li>a {
    font-family: "Ubuntu Condensed";
    border: none;
    background: none;
    margin: 30px 5px 5px 5px;
    font-weight: 300;
    text-decoration: none;
    text-transform: lowercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 21px;
    cursor: pointer;
    padding: 10px 5px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: -1px;
}

.navbar-nav>li>a::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(20, 160, 227, 1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    top: 0;
}

.navbar-nav>li>a.active, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: rgba(20, 160, 227, 1);
}

.navbar-nav>li>a.active::before, .navbar-nav>li>a:hover::before, .navbar-nav>li>a:focus::before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.socials {
    position: relative;
    float: right;
    width: 220px;
    display: inline-block;
    margin: 0 4% 0 0;
}

.social {
    float: left;
}

.socials a {
    position: relative;
    z-index: 1000;
    float: left;
    display: inline-block;
    margin: 30px 0 20px 15px;
    padding-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.socials a:hover, .socials a:focus {
    color: rgba(20, 160, 227, 1);
}

.socials i, .socials img {}

.socials i {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.socials i.fa-google-plus {
    font-size: 1.25em;
}

.socials i.fa-twitter {
    font-size: 1.4em;
}

.socials a:hover i, .socials a:hover img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: rgba(20, 160, 227, 1);
}

.languages.dropdown {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    position: absolute;
    top: 35px;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.languages.dropdown .dropdown-menu {}

.languages.dropdown .btn {
    height: 32px;
    padding: 6px;
    background: rgb(75, 75, 75) !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.languages.dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-family: "Ubuntu Condensed";
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 100%;
    margin: 13px 0 0 0;
    width: auto;
    min-width: auto;
    background-color: rgba(250, 250, 250, 1);
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.languages.dropdown .dropdown-menu li, .languages.dropdown .dropdown-menu li a {
    width: 100%;
}

.lang-sm.lang-lbl, .lang-sm.lang-lbl-en, .lang-sm.lang-lbl-full {
    padding-left: 30px;
}

.lang-sm:after {
    top: -3px;
    position: relative;
}

.languages.dropdown .btn:hover, .languages.dropdown .btn:focus {
    color: rgba(75, 75, 75, 1);
    background-color: rgba(250, 250, 250, 1) !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.languages.dropdown .dropdown-menu>li>a {
    padding: 4px 6px;
    margin: 0;
}

.languages.dropdown .dropdown-menu>li>a:hover {
    background: rgba(10, 150, 207, 1);
    color: rgba(250, 250, 250, 1) !important;
}

.carousel, .carousel .item, .carousel .active, .carousel-inner {
    height: 100%;
    z-index: 1000;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner>.item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.carousel-inner>.item:first-of-type {
    position: relative;
}

.carousel-inner>.active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner>.active.left, .carousel-inner>.active.right {
    z-index: 1;
}

.carousel-control {
    color: rgba(250, 250, 250, 1);
    border-radius: 0px;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
    text-shadow: none;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-image: none !important;
    z-index: 1004;
}

.carousel-control:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.carousel-control.right {
    right: -50px;
}

.carousel:hover .carousel-control {
    left: 50px;
    font-size: 48px !important;
}

.carousel:hover .carousel-control.right {
    left: auto;
    right: 50px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 48px !important;
    color: rgba(250, 250, 250, 1);
}

.carousel-control span {
    margin: 0 !important;
    font-size: 16px !important;
    left: 0 !important;
    top: 0 !important;
    line-height: 50px;
}

section#slider {
    padding: 0;
    max-width: 100%;
}

.content {
    z-index: 100;
    background: rgba(245, 245, 245, 1);
    position: relative;
    display: block;
    width: 100%;
}

.content-block {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    z-index: 1000;
}

.content-block.accommodation {
    background-image: url(../images/content/accommodation-bg.jpg);
    padding-bottom: 50px;
}

.content-block.accommodation h2, .content-block.accommodation h2 .subheading {
    color: rgba(255, 255, 255, 1);
}

.content-block.accommodation h2:after {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.content-block.facilities {
    background-image: url(../images/content/facilities-bg.jpg);
    padding-bottom: 50px;
}

.content-block.how-to-reach-us {
    background-image: url(../images/content/how-to-reach-us-bg.jpg);
}

div.apartment-header {
    position: relative;
    z-index: 1000;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center bottom;
    margin: 80px 0 0 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    ;
    -o-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    transition: all 750ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: rgba(75, 75, 75, 1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
}

div.apartment-header.apartment {
    background-image: url(../images/content/header/apartment.jpg);
}

div.apartment-header.family-apartment {
    background-image: url(../images/content/header/family-apartment.jpg);
}

div.apartment-header.studio {
    background-image: url(../images/content/header/studio.jpg);
}

div.apartment-header.double-room {
    background-image: url(../images/content/header/double-room.jpg);
}

div.apartment-header.color {
    filter: none;
    -webkit-filter: none;
}

.content-block .block {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 15px 0 15px;
    text-align: center;
}

.content-block .block h3 {
    margin-top: 15px;
    color: rgba(75, 75, 75, 1);
    font-weight: 400;
}

.content-block .block h3:after {
    content: "";
    clear: both;
    border-bottom: 1px solid rgba(20, 160, 227, 1);
    margin: 15px auto 0 auto;
    display: block;
}

.content-block .block h3 .subheading {
    color: rgba(20, 160, 227, 1);
    font-weight: 400;
}

.content-block .block ul {
    list-style: none;
    text-align: center;
    font-size: 0.925em;
}

.content-block .block a.btn {
    font-size: 1em;
    border: none !important;
    background-color: rgba(10, 150, 207, 0.75)!important;
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    width: auto;
    display: table;
    margin: 0 auto 45px auto;
    box-sizing: border-box;
}

.content-block .block a.btn:hover {
    background-color: rgba(10, 150, 207, 1) !important;
}

#ideal .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#ideal .box:hover {
    background-color: rgba(230, 230, 230, 1);
}

.textblock {
    max-width: 970px;
    border: solid 1px rgba(75, 75, 75, 1) !important;
    padding: 15px;
    margin: 30px auto 0 auto;
}

.textblock-sm {
    height: 100%;
}

.textblock ul {
    text-align: center;
}

#scroll-down {
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    height: 45px;
    margin-left: -45px;
    display: inline-block;
    text-align: center;
    opacity: 0.8;
    z-index: 1000;
    color: rgba(20, 160, 227, 1);
    border: solid 1px rgba(10, 150, 207, 1);
    line-height: 1em;
}

:lang(el) #scroll-down {
    margin-left: -59px;
}

#scroll-down:hover {
    opacity: 1;
    bottom: 40px;
}

#scroll-down i {
    color: rgba(20, 160, 227, 1);
    font-size: 28px;
    line-height: 21px;
}

#back-to-top {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed !important;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    display: block;
    z-index: 1000;
}

#back-to-top i {
    color: rgba(75, 75, 75, 1);
    font-size: 40px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top.show {
    opacity: 0.75;
}

#back-to-top:hover {
    opacity: 1;
    bottom: 30px;
}

.btn.prev, .btn.next {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    margin: auto 4px;
    color: rgba(20, 160, 227, 1);
}

.btn.prev:hover, .btn.next:hover {
    color: rgba(20, 160, 227, 1);
}

.btn.prev i, .btn.next i {
    font-size: 24px;
    text-align: center;
}

.photos {
    padding: 0;
}

.photos h3 {
    width: auto;
    color: rgba(255, 255, 255, 1);
    margin: 15px auto 30px auto;
    display: table;
    padding: 10px 20px;
    background: rgba(20, 160, 227, 1);
}

.photos h3:after {
    display: none;
}

.photogallery {
    display: block;
    padding: 0;
    padding-bottom: 50px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 100;
    background-color: rgba(245, 245, 245, 1);
}

.photogallery a {
    position: relative;
}

.photogallery:hover a {
    opacity: 0.7;
}

.photogallery a {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.photogallery a img {
    position: relative;
    width: 25%;
}

.photogallery a:hover {
    opacity: 1;
    z-index: 100 !important;
}

.photogallery a:hover img {
    opacity: 1;
    z-index: 100 !important;
}



.alert {
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.input-group-addon {
    background-color: transparent !important;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: rgba(20, 160, 227, 1) solid 1px !important;
    ;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: rgba(20, 160, 227, 1);
}

option {
    background: rgba(75, 75, 75, 1);
}

select, .btn, .input-group {
    cursor: pointer;
    width: 100%;
    border: none;
}

.form-control {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    border: rgba(20, 160, 227, 1) solid 1px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    color: rgba(20, 160, 227, 1);
    background-color: transparent !important;
    margin-bottom: 15px;
    height: 36px;
}

.form-group {
    margin-bottom: auto;
}

.form-control:focus, .form-control:hover, .form-control:active {
    color: rgba(20, 160, 227, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 5px;
    border: none !important;
    background: rgba(10, 150, 207, 1) !important;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.05em;
    outline: 0;
    font-weight: 400;
}

.btn:hover, .btn:active, .btn:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(75, 75, 75, 1) !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
}

.done {
    display: none;
}

.highlight {
    border: 1px solid #c11 !important;
}

section.special {
    padding: 120px 0 120px 0;
}

section.special.parallax {
    padding: 120px 0;
    display: block;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    clear: both;
    float: none;
}

section.parallax:before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/parallax.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    will-change: transform;
    z-index: -1;
}

section.special.parallax h2 {
    text-align: center;
    margin: 0 0 15px 15px;
    padding-top: 0 !important;
    z-index: 2 !important;
    color: rgba(255, 255, 255, 1);
}

section.special.parallax h2:after {
    border-bottom-color: rgba(255, 255, 255, 1) !important;
}

section.special a {
    margin-top: 30px;
    text-align: center;
    color: rgba(20, 160, 227, 1);
    width: auto;
    background-color: rgba(245, 245, 245, 1) !important;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

section.special p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.special img.booking {
    width: 90px;
    height: auto;
    margin: 0 auto 0 auto;
}

:lang(el) section.special .special-offer h3 {
    font-size: 18px;
}

:lang(el) section.special .special-offer p {
    font-size: 14px;
}

address {
    line-height: 1.85em;
    font-size: 17px;
}

address .fa {
    font-size: 21px;
    width: 24px;
    color: rgba(20, 160, 227, 1);
}

address .fa-map-marker {
    font-size: 24px;
}

address .fa-mobile {
    font-size: 30px;
}

address .fa-fax {
    font-size: 18px;
}

address .fa-envelope {
    font-size: 18px;
}

address .fa-bell {
    font-size: 19px;
}

address a {
    color: rgba(20, 160, 227, 1);
}

address a:hover {
    color: rgba(75, 75, 75, 1);
}

.form-control, .form-control:focus, .form-controlW:active, .form-control option {
    border-radius: 0;
    border: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#map {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1000;
    margin: 80px 0 0 0;
}

.gm-style-iw {
    line-height: 1.25em;
}

.gm-style-iw span {
    font-weight: 700;
    color: rgba(75, 75, 75, 1);
}

.gm-style-iw, .gm-style-iw p {
    font-size: 14px !important;
    margin: 0 0 5px 0 !important;
}

.gm-style-iw i {
    display: none;
}

.gm-style-iw .mt-40 {
    margin-top: 5px;
}

.footer-wrapper {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 50px;
    background-color: rgba(245, 245, 245, 1);
}

#footer {
    padding: 30px 0 30px 0;
    background-color: rgba(10, 150, 207, 1);
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    position: relative;
    z-index: 999;
}

#footer address {
    font-size: 15px;
    line-height: 1.6em;
}

#footer address strong {
    font-weight: 700;
}

#footer .copy {
    font-family: "Ubuntu Condensed";
    font-size: 16px !important;
}

#footer .logo {
    background-repeat: no-repeat;
    background-image: url("../images/logo-full-gray.png");
    background-size: contain;
    width: 300px;
    max-width: 100%;
    height: 80px;
    position: relative;
    z-index: 301;
    display: table;
    vertical-align: middle;
    margin: 30px auto 15px auto;
}

#footer .tripadvisor {
    width: auto;
    height: 200px;
    margin: 0 auto 30px auto;
    max-width: 100%;
    background-image: url("../images/certificate-of-excellence-2016.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#footer a {
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
    color: rgba(75, 75, 75, 1);
}

@media (max-width: 1439px) {
    .container-fluid>.navbar-collapse {
        margin-left: 2%;
    }
    .navbar-nav>li>a {
        margin: 30px 0 5px 0;
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        display: block;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar .container-fluid {
        margin: 0;
        padding: 0;
    }
    .container-fluid>.navbar-collapse {
        margin: 0;
        padding: 0;
        float: none;
        position: absolute;
        top: 80px;
        width: 100%;
        display: none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapsing, .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        border-top: 1px solid #fff;
        background-color: rgba(10, 150, 207, 1);
        width: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        animation-delay: 0s !important;
        display: block;
    }
    .navbar-nav>li {
        clear: both;
        float: none;
    }
    .navbar-nav>li>a {
        text-align: center;
        border: none !important;
        margin: 0;
        padding: 10px 0px;
        font-size: 21px;
        color: rgba(255, 255, 255, 1);
        width: 100%;
    }
    .navbar-nav>li>a::before {
        display: none;
    }
    .navbar-nav>li>a.active, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
        border: none !important;
        background-color: rgba(75, 75, 75, 1);
        color: rgba(255, 255, 255, 1);
    }
    .form-control {
        padding: 8px 4px;
        font-size: 14px;
    }
    .navbar-header .logo {
        position: relative;
        float: left;
        left: auto;
    }
    section.special .special-offer p {
        font-size: 14px;
    }
    .fancybox-nav span {
        visibility: visible !important;
    }
    .socials {
        margin-right: 2%;
    }
    .socials a {
        margin: 18px 8px;
    }
    .languages.dropdown {
        top: 24px;
    }
    .languages.dropdown .dropdown-menu {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .navbar-nav>li>a {
        padding: 5px 0px;
        font-size: 18px;
    }
    div.apartment-header {
        background-repeat: no-repeat;
        height: 350px;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    section.special {
        padding: 60px 0 60px 0;
    }
    h1, h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    .inside-full-height.white-bg {
        background: transparent;
    }

    #footer {
        text-align: center;
    }
    #footer .socials {
        margin-bottom: 20px;
    }
    #footer .text-right {
        text-align: center !important;
    }
    .intro-heading {
        font-size: 26px;
        line-height: 40px;
    }
    .photogallery a img {
        width: 33, 3334%;
        margin: 0;
    }
    .content-block .block {
        margin-bottom: 30px;
    }
    address {
        line-height: 1.5em;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    section.special.parallax {
        height: 500px;
    }
    section.special.parallax .booking {
        margin-top: 30px;
    }
    section.special a {
        font-size: 14px;
    }
    h1 {
        margin-top: 30px;
    }
    h3 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .title {
        margin-bottom: 15px;
    }
    .fancybox-prev span {
        left: 0px;
    }
    .fancybox-next span {
        right: 0px;
    }
    #map {
        height: 300px;
        margin: 112px 0 0 0;
    }
    #back-to-top {
        bottom: 15px;
        right: 15px;
    }
    #back-to-top i {
        font-size: 42px;
    }
    .socials {
        margin: 0 !important;
        clear: both;
        float: none;
        display: block;
        position: relative;
        height: 32px;
        width: 100%;
        background-color: rgba(20, 160, 227, 1);
        text-align: center;
        border-bottom: none;
    }
    .socials a {
        padding: 0;
        margin: 4px 0 4px 20px;
    }
    .socials .social, :lang(el) .socials .social {
        float: left;
        margin-left: 5px;
    }
    .socials a {
        color: rgba(255, 255, 255, 1);
    }
    .socials a:hover, .socials a:focus, .socials a:hover i, .socials a:hover img {
        color: rgba(75, 75, 75, 1) !important;
    }
    .languages.dropdown {
        top: 0;
        right: 20px;
    }
    .languages.dropdown .dropdown-menu {
        margin-top: 0;
    }
    .languages.dropdown .dropdown-menu>li>a {
        padding: 4px 6px;
    }
    .container-fluid>.navbar-collapse {
        top: 110px;
    }
    .top-margin {
        height: 110px;
    }
}

@media (max-width: 560px) {
    .photogallery a img {
        width: 50%;
    }
    .btn {
        font-size: 15px;
    }
    address {
        font-size: 15px;
    }
    .navbar .navbar-brand .logo {
        width: 120px;
        height: 40px;
        margin: 0;
    }
    .title h2 {
        margin: 0 0 15px 0;
    }
    h1, h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    #footer {
        font-size: 12px;
        padding: 30px 0 30px 0;
    }
    #footer .logo {
        display: none;
    }
    div.apartment-header {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    #footer {
        font-size: 14px;
    }
    .navbar-nav>li>a {
        padding: 3px 5px;
    }
    .navbar-toggle span.menu-text {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    body {
        font-size: 14px;
    }
    .navbar-header .logo {
        margin: 13px 0 5px 10px;
        width: 160px;
    }
    .navbar-toggle {
        padding: 8px 5px;
    }
    .navbar-toggle .icon-bar {
        width: 20px;
    }
    #footer, #footer .copy {
        font-size: 13px !important;
    }
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}}
