span.times {
    position: absolute;
    top: 10px;
    right: 18px;
}

.modal-title {
    color: #000;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #efede2;
}

.loader img{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.navbar-toggle {
    height: 88.5%;
    width: 60px;
    z-index: 1203;
    right: 0px;
    position: absolute;
    top: 8rem;
}

.bg-black {
    background-color: #000;
}

.navbar-toggle .burger {
    position: absolute;
    cursor: pointer;
    right: 2.9rem;
    top: 48%;
    transform: translate(0,-50%);
}

.vr {
    border-left: 2px solid #faab47;
    height: 3.5rem;
    position: absolute;
}

.line.vr {
    border-left: 1px solid #444444;
    height: 100%;
    position: absolute;
    right: 60px;
}

.line.vr-2 {
    border-left: 1px solid red;
    height: 100%;
    position: absolute;
    right: 60px;
}
.line.vr-n {
    height: 100%;
}

.line.vr-n:before,
.line.vr-n:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
}

.line.vr-n:before {left: 0; }
.line.vr-n:after {right: 0; }

/* See http://www.colorzilla.com/gradient-editor/ for CSS-gradient generator. */
.line.vr-n:before,
.line.vr-n:after {
    /* SVG gradient image as Data URI for IE9 that does not support CSS gradients. */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTRmNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzczYjFlNyIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBjMTBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzUzOWZlMSIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2JjZWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(208,228,247,0) 0%, red 24%, #444444 50%, rgba(83,159,225,0.42) 79%, rgba(135,188,234,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,0)), color-stop(24%,#444444), color-stop(50%,#444444), color-stop(79%,#444444), color-stop(100%,rgba(135,188,234,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(208,228,247,0) 0%,#444444 24%,#444444 50%,#444444 79%,rgba(135,188,234,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(208,228,247,0) 0%,#444444 24%,#444444 50%,#444444 79%,rgba(135,188,234,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(208,228,247,0) 0%,#444444 24%,#444444 50%,#444444 79%,rgba(135,188,234,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(0 0 0 / 52%) 0%,#444444 24%,#444444 50%,#444444 79%,rgba(135,188,234,0) 100%); /* W3C */
}

.r-3 {
    right: 3px;
}

a:hover, a:focus {
    color: #fff;
    outline:none;
}

/* The side navigation menu */
.sidenav {
    /* padding-left: 9rem; */
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #f2b410;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
  
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 40px;
    font-family: 'AvenirLTStd-Black';
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .hovered {
    color: #fff !important;
    opacity: 0.9 !important;
}
  
.arrow {
    display: none;
    width: 20px;
}

.active {
    display: block !important;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    margin-top: 27.5rem;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: all 500ms ease;
    transition-property: margin-left, margin-right;
}
  
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.main-hero {
    /* z-index: 9998; */
}

.centered {
    padding-top: 10rem;
}
.hide-mobile {
    display: none !important;
}