body, html {
    /*font-family: "Lato-Light";*/
}


h1 {
    margin-right: 0px;
    margin-left: 0px;
}
.large-divider-vertical {
    height: 100%;
    width: 1px;
    border: 1px dashed #e78b90;                      /* so BS grid doesn't break */
    opacity: 0.5;                    /* optional */
    /*margin-left: auto;                 !* optional *!*/
    /*margin-right: auto;*/
    content: " "; /* optional */
}
.large-divider-horizontal {
    display: none;
}
.carousel-inner > .item > img {
    width:640px;
    height:360px;
}

@media (max-width: 768px) {
    .offset-xs-2 {
        margin-left:16.666667%;
    }
}

@media (max-width: 991px) {
    .large-divider-horizontal {
        display: block;
        color: #c5a47e;
        margin: 0 auto 0px;
        max-width: 240px;
        text-align: center;
        position: relative;
    }
    .large-divider-horizontal:before, .large-divider-horizontal:after {
        display: block;
        width: 40%;
        content: " ";
        margin-top: 10px;
        border: 1px solid #c5a47e;
    }
    .large-divider-horizontal:before {
        float: left;
    }
    .large-divider-horizontal:after {
        float: right;
    }
}
@media (min-width: 991px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
/* from: http://stackoverflow.com/questions/796087/make-a-div-into-a-link */
.modalDiv a span {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;
}

.bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.pastille-background{
  background-image:url("../../../img/design/pastilles.png");
}

.blue-text-hover:hover {
	color: #0076b6 !important;
}

.blue {
	background-color: #0070b2;
}

.blue-text {
	color: #0070b2 !important;
}

.blue-btn, .blue-btn-big {
	padding: 10px 50px;
    height: auto;
    font-size: 1.6rem;
    background-color: #0070b2;
    color: white;
}

.blue-btn {
	line-height: 1em;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
}

.blue-btn:hover, .blue-btn-big:hover {
	background-color: #2aa0e1;
}

.blue-btn:focus, .blue-btn-big:focus {
	background-color: #2aa0e1;
}

.green {
	background-color: #4ac35e !important;
}

.green-text {
	color: #4ac35e !important;
}

.green-btn, .green-btn-big {
	padding: 10px 50px;
    height: auto;
    font-size: 1.6rem;
    background-color: #4ac35e !important;
    color: white;
}

.green-btn {
	line-height: 1em;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
}

.green-btn:hover, .green-btn-big:hover {
	background-color: #71d682 !important;
}

.green-btn:focus, .green-btn-big:focus {
	background-color: #71d682 !important;
}

.asphalt {
	background-color: #34495e;
}
.asphalt-well {
	background-color: #34495e33;
}
.asphalt-border{
  border:1px solid #34495e;
}
.asphalt-text {
	color: #34495e;
}

.asphalt-button {
	background-color: #34495e;
}

.red {
	background-color: #d4006B !important;
}

.red-text {
	color: #d4006B;
}

.red-btn, .red-btn-big {
	padding: 10px 50px;
    height: auto;
    font-size: 1.6rem;
    background-color: #d4006B;
    color: white;
}

.red-btn {
	line-height: 1em;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
}

.red-btn:hover, .red-btn-big:hover {
	background-color: #ec4fa3;
}

.red-btn:focus, .red-btn-big:focus {
	background-color: #ec4fa3;
}

.red-text-hover, .blue-text-hover {
	transition: all 0.2s ease-out;
}

.red-text-hover:hover {
	color: #d4006B !important;
}
.yellow {
	background-color: #ffcf01;
}

.yellow-text {
	color: #ffcf01;
}

.yellow-btn, .yellow-btn-big {
	padding: 10px 50px;
    height: auto;
    font-size: 1.6rem;
    color: white;
	background-color: #ffcf01;
}

.yellow-btn {
	line-height: 1em;
	font-size: 1rem;
	padding-left: 10px;
	padding-right: 10px;
}

.yellow-btn:hover {
	background-color: #ffe162;
}

.yellow-btn-big:hover {
    background-color: #ffe162;
}

.yellow-btn:focus {
	background-color: #ffe162;
}
