/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

a {
    color: #0096ce;
    text-decoration: none;
	font-weight:600;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
body {
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.navbar-brand {
    float: none;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 52px;
    position: absolute;
    z-index: 100;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.navbar-brand p {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    font-size: 26px;
}
.navbar-brand img {
    display: block;
    margin: 0 auto;
}
h3, h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-transform: lowercase;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4em;
    font-weight: 800;
    color: #fff;
    text-transform: lowercase;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #00bcd4;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    margin-bottom: 30px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    padding-top: 10px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 10px 10px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/cortina-hotel.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header .material-icons { color:#fff;
    font-size: 44px;

}
/* About */

.about {
    padding: 50px 0; padding-bottom:0;
}

.lead {
    font-size: 17px;
    line-height: 1.8;
}

.about h2 {
    margin-bottom: 10px;
    margin-top: 5px; font-weight:400;
}
.about h3 {
    color: #0096ce;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/hotel-cortina.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
p.small {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto; width:100%;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 3%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

p.call-to-action {
    padding-top: 120px;
    line-height: 1.9; padding-left:2%; padding-right:2%;
}
call-to-action .btn {
    margin: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 19px;
}

/* Map */

.servizi {
    padding: 4%;
    height: auto;
    overflow: hidden;
	padding-top:0;
}

.servizi .testo-servizi {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%; padding-top:20vh;
}
.servizi .testo-servizi span {
    font-size: 31px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.servizi .testo-servizi .material-icons {
    font-size: 60px;
}

.card {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.card .card-block, .card.card-block {
    padding: 20px;
    padding: 2rem;
}

.card-block h4 {
    font-size: 18px;
    font-weight: 700;
}

.card-block .color-light {
    font-size: 16px;
    font-weight: 600;
}


.card-block p {
    font-size: 15px;
    line-height: 1.8;
}
.btn-circle {
    height: 50px;
    width: 50px;
    color: #616161;
    display: inline-block;
    border-radius: 200rem;
    text-align: center;
    line-height: 65px;
    position: relative;
    z-index: 1;
    border: 0;
    background-color: transparent;
}

.btn-card-float {
    position: absolute;
    left: 50%;
    right: auto;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
}

.bg-primary {
    color: #fff;
    background-color: #0096ce;
}

.btn-circle.btn-circle-raised.btn-circle-info::before {
    background-color: #0096ce;
}
.btn-circle.btn-circle-info::before {
    background-color: #0096ce;
}
.btn-circle::before {

    border-radius: 150px;
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    background-color: #eee;
    height: 0;
    width: 0;
    top: 25px;
    left: 25px;
}

.btn-circle.btn-circle-raised.btn-circle-info {
    background-color: #00bcd4;    visibility: visible;
}
.btn-card-float.right {
    right: 10%;
    left: auto;
    top: auto;
    margin-top: -30px;
}
.btn-circle.btn-circle-raised {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    color: #fff;
}
.btn-circle.btn-circle-info {
    color: #00bcd4;
}



/* Footer */

footer {
    padding: 50px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

@media(min-width:768px) {

	.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 6em;
    font-weight: 800;
    color: #fff;
    text-transform: lowercase;
}
.call-to-action {
    padding: 0px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.card .card-block, .card.card-block {
    height: 200px;
}
p.call-to-action {
    padding-top: 40px;
    line-height: 1.9;
}
}


@media(min-width:992px) {
.card-block p {
    font-size: 13px;
    line-height: 1.8;
}

p.call-to-action {
    line-height: 1.9;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: -150px;
}

.call-to-action {
    padding: 0px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.callout {
    display: table;
    width: 100%;
    height: 550px;
    color: #fff;
    background: url(../img/hotel-cortina.jpg) no-repeat top center scroll;
-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
}

@media(min-width:1200px) {
.btn-card-float.right {
    top: auto;
    margin-top: -30px;
}
p.call-to-action {
    padding-top: 50px;
}

.card .card-block, .card.card-block {
    max-height: 300px;
    height: auto;
    min-height: 230px;
}
.call-to-action {

    color: #fff;

}

footer .card .card-block, footer  .card.card-block {

    height: auto; max-height:inherit; min-height:inherit;

}
}