/*
 *	Default CSS and CSS for devices with max width >= 1200px
 */

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');


/*------------------------------------------------------------------
    GLOBAL
-------------------------------------------------------------------*/

html, body{
	height: 100%;
}

body{
	color:#686868;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

.block-title{
	font-size:52px;
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
    text-align: center;
	padding-bottom: 30px;
	color: #e75b1e;
}

.block-title-white{
	font-size:52px;
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
    text-align: center;
	padding-bottom: 30px;
	color: #fff;
}

.text-color-white {
    color: #fff;
}

.padding-top-30{
    padding-top: 30px;
}

.padding-bottom-30{
	padding-bottom: 30px;
}


/*------------------------------------------------------------------
   	SCROLL UP
-------------------------------------------------------------------*/

.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:20px;
	right:40px;
	display:block;			
	background:url(../images/icon_top.png) no-repeat;
}

.scrollup:hover{
	opacity:0.8;
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.navbar-brand img {
	height: 80px;
}
	
.main-menu {
	height: 106px;
}

.padding-top-menu-height {
	padding-top: 106px;
}

.main-menu nav a{
	margin: 0 12px;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .navbar-nav {
	width: 100%;
}

.navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link  {
  color: #e75b1e;
}

/*------------------------------------------------------------------
    BANNER
-------------------------------------------------------------------*/

.banner{
	background:url(../images/banner_roselend.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	min-height:100%;
}

.banner .container, .banner .banner-static, .banner .col-lg-12 {
    height: 100%;
}

.banner-text {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.banner-cell .row {
  display: flex;
  align-items: center;
}

.banner-text h1 {
	font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
	font-size: 64px;
    line-height: 100px;
	color:#fff;
	padding-bottom: 30px;
	padding-top: 30px;
}

.banner-text h2 {
	font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
	font-size: 32px;
	color: #e75b1e;
}

.typer{
	color: #e75b1e !important;
}


/*------------------------------------------------------------------
    APPARTMENT
-------------------------------------------------------------------*/

.appartment{
	background:#E6E6E6;
}

.carousel-inner img {
  margin: auto;
}

.appartment-images {
    text-align: center;
    position: relative;
}

.appartment-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	max-width: 100%;
}


/*------------------------------------------------------------------
    AVAILABILITY
-------------------------------------------------------------------*/

.availability{
	background:url(../images/banner_roselend.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}

.availability:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.availability .row {
	margin-right: 0px;
	margin-left: 0px;
}

.availability .col-no-padding{
	padding-right: 0px;
	padding-left: 0px;
}

.availability .jqyc-table{
	font-size: 10px;
}

.availability .unavailable{
    background-color: #808080;
    color: #FFF;
    border-radius: 0.25rem;
}

.calendar-div {
	background:#fff;
	margin-bottom: 100px;
}

.availability .table-dark{
	text-align:center;
}


/*------------------------------------------------------------------
    PRICE LIST
-------------------------------------------------------------------*/

.price-list{
	background:#E6E6E6;
}

.price-red {
	background-color: #ff0000;
}

.price-aqua {
	background-color: #66cdaa;
}

.price-yellow {
	background-color: #ffc107;
}

.price-orange {
	background-color: #ff4500;
}

.price-lime {
	background-color: #00ff00;
}

.price-blue {
	background-color: #17a2b8;
}

.price-grey {
	background-color: #A9A9A9;
}

.price-red-text-color {
	color: #ff0000;
}

.price-aqua-text-color {
	color: #66cdaa;
}

.price-yellow-text-color {
	color: #ffc107;
}

.price-orange-text-color {
	color: #ff4500;
}

.price-lime-text-color {
	color: #00ff00;
}

.price-blue-text-color {
	color: #17a2b8;
}

/*------------------------------------------------------------------
    BOOKING
-------------------------------------------------------------------*/

.booking{
	background:url(../images/banner_roselend.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}

.booking:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.booking-form {
	background:#fff;
	margin-bottom: 100px;
	padding: 20px;
}

.form-row {
  margin-right: 10px;
  margin-left: 10px;
}

.form-box{
	margin-bottom:10px;
	min-height: 40px;
}

.form-box input, .form-box textarea {
	width:100%;
	border:2px dotted #ccc;
	background:#f5f5f5;
	color:#202020;
	padding:5px;
	border-radius: 4px;
	opacity: 1;
	min-height:40px;
}

::-webkit-input-placeholder { /* Chrome */
  color:#202020;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#202020;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#202020;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:#202020;
  opacity: 1;
}

textarea:focus, input:focus {
    outline: none !important;
}

.booking-validation{
	padding-top:20px;	
}

.booking-validation button  {
    color: #fff;
    min-width: 219px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
	background: #e75b1e;
	border: 3px solid #e75b1e;
}

.booking-validation button a{
	color: #fff;
}

.booking-validation button:hover {
    background: none;
    color: #202020;
}

.booking-validation button:hover a{
	background:none;
	border:none;
	color:#000000;
}

.booking-confirmation{
	padding-top:20px;	
	color: #008000;
}


/*------------------------------------------------------------------
    CONTACTS
-------------------------------------------------------------------*/

.contacts{
	background:#E6E6E6;
}


/*------------------------------------------------------------------
    BEAUFORTAIN
-------------------------------------------------------------------*/

.beaufortain{
	background:url(../images/banner_roselend.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	padding-bottom: 100px;
}

.beaufortain:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.beaufortain-text, .beaufortain-text h2, .beaufortain-text h3 {
	color: #e75b1e
}

.beaufortain-text h2 a{
	color: dodgerblue
}


/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.footer{
	background:#E6E6E6;
}

.block-title-footer{
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
    text-align: center;
	color: #e75b1e;
    font-size: 18px
}

.block-title-footer a{
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
    text-align: center;
	color: #e75b1e;
    font-size: 18px
}
