@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@font-face {
    font-family: "Avenir-Light";
    src: url("../fonts/AvenirLTStd-Light.otf");
}
@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/AvenirLTStd-Book.otf");
}
@font-face {
    font-family: "Avenir-Medium";
    src: url("../fonts/AvenirLTStd-Medium.otf");
}
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/AvenirLTStd-Black.otf");
}
html, body{
	font-family: "Montserrat";
}
.navbar-buttom-mobile{
	display: none;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
  padding-right: 15px;
  padding-left: 15px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 0px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0;
}
[class*="col-"] {
/*
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
*/
}

/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}

/*MODAL*/
.modal-dialog{
    margin:50px auto;
    outline:none;
}
.modal-content{
    border-radius: 0;
    border:0;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    outline:none;
}

#landscape{
         position: fixed;
         top: 0px;
         left: 0px;
         background: #000000;
         width: 100%;
         height: 100%;
         display: none;
         z-index: 20000;
         opacity: 0.9;
         margin:0 auto;
}
#landscape div{
        color: #FFFFFF;
        opacity: 1;
        top: 50%;
        position: absolute;
        text-align: center;
        display: inline-block;
        width: 100%;
}

/*PLS LEGAL*/
.cookie{
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    height:7em;
    bottom: 0;
    z-index: 2000;
}

.cookie p{
    text-align: center;
    color:#000;
    font-family: "Montserrat";
    font-size: 0.9em;
    padding: 12px 50px 0 50px;
}

.cookie .btn{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.cookie a{
    background-color: #0084b6;
    padding: 5px 12px;
    color:#fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: "Montserrat";
    letter-spacing: 1px;
    font-size: 0.8em;
    text-transform: uppercase;
}
#imgBrand{
    width:12vw;
}

@media only screen and (max-device-width: 991px){
    #imgBrand{
        width:60%;
    }
    .cookie{
        background-color: rgba(255,255,255,1);
        height:auto;
    }
    .cookie p{
        font-size:0.75em;
        padding: 15px 15px 0px 15px;
    }

    .cookie a{
        margin-bottom: 1em;
        font-size: 0.9em;
    }
}
/*PLS LEGAL*/
