@font-face {
    font-family: "MyriadProRegular";
    src: url("/fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProBold";
    src: url("/fonts/MyriadProBold/MyriadProBold.eot");
    src: url("/fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProBold/MyriadProBold.woff") format("woff"), url("/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProItalic";
    src: url("/fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("/fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"), url("/fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"), url("/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"), url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"), url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"), url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    background: #fff;
    color: #000;
    font-family: "MyriadProRegular", sans-serif;
    background-image: url(https://holidayswithdowntown.com/img/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
a {
    color: #4d6c8e;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #98a6c5;
    outline: none;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    color: #0e1b4d;
}
img {
    max-width: 100%;
}
main {
    padding-bottom: 50px;
}
.wow {
    /*visibility: hidden;*/
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #236093;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}
.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}
.back-to-top:focus {
    background: #154f80;
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #154f80;
    color: #fff;
}
/*header*/
#header {
    height: 90px;
    padding: 35px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;/*max-width: 1200px;
	margin: 0 auto;*/
}
#header.header-scrolled, #header.header-fixed {
    background: rgba(255, 255, 255, 0.98);
    height: 100px;
    padding: 5px 0;
    transition: all 0.5s;
}
#header #logo h1 {
    font-size: 12px;
    color: #236093;
    margin: 0;
    padding: 15px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#header #logo h1 span {
    color: #002d5d;
    font-weight: 800;
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #236093;
}
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
    clear: both;
    /*float: right;*/
    margin: 0;
}
#nav-menu-container li:first-child {margin-left: 0}
/* Nav Meu Styling */
.nav-menu a {
    padding: 12px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11px;
    outline: none;
    text-transform: uppercase;
}
.nav-menu .menu-active a, .nav-menu a:hover {
    color: #003468;
}
.nav-menu > li {
    margin-left: 13px;
}
.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}
.nav-menu li.login a {
    color: #fff;
    background: #236093;
    padding: 10px 32px;
    border-radius: 50px;
    border: 2px solid #236093;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 1.1px;
}
.nav-menu li.login a:hover {
    background: none;
    color: #236093;
}
.nav-menu li.login:hover a:before, .nav-menu li.login.menu-active a:before {
    visibility: hidden;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}
.nav-menu ul li:hover > a {
    background: #236093;
    color: #fff;
}
.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 7px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #236093;
}
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(35, 96, 147, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}
#mobile-nav ul li a:hover {
    color: #afdcfe;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav li.login a {
    display: none;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #afdcfe;
}
#mobile-nav ul .menu-item-active {
    color: #afdcfe;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
/*.intro-container*/
.intro-container {
    padding: 140px 0 100px 0;
    text-align: center;
}
.intro-container img {
    max-width: 90%;
}
.section-header {
    padding-bottom: 30px;
    text-align: center;
}
.section-header h2 {
    padding: 0px;
    font-size: 52px;
    font-weight: 500;
    color: #236093;
    letter-spacing: 2px;
}
.text-block {
    padding: 0px 20px;
    font-family: "MyriadProRegular";
    font-style: normal;
    font-weight: normal;
}
.text-block p {
    line-height: 24px;
}
.text-block strong {
    font-family: "MyriadProBold";
    font-style: normal;
    font-weight: normal;
}
.text-block big {
    font-family: "MyriadProSemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.text-block strong em, .text-block em strong {
    font-family: "MyriadProBoldItalic";
    font-style: normal;
    font-weight: normal;
}
.text-block em {
    font-family: "MyriadProItalic";
    font-style: normal;
    font-weight: normal;
}
.text-block big em, .text-block em big {
    font-family: "MyriadProSemiBoldItalic";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.btn {
    font-size: 12px;
    border-radius: 50px;
    padding: 15px 35px;
    transition: all ease-in-out 0.3s;
    background-color: #236093;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #002d5d;
    color: #fff;
}
/* Footer */
#footer {
    background: #002d5d;
    padding: 0 0 50px 0;
    color: #4d6c8e;
    font-size: 15px;
}
#footer .footer-top {
    background: #c6d5e3;
    padding: 75px 0 70px 0;
    border-bottom: 3px solid #666;
}
#footer .footer-top h6 {
    font-family: "MyriadProSemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
}
#footer .footer-top h6 a {
    color: #1c4570;
    text-decoration: underline;
}
#footer .footer-top h6 a:hover {
    color: #fff;
    text-decoration: none;
}
#footer .section-header h2 {
    color: #236093;
}
#footer .section-header h4 {
    color: #3b5f85;
    font-size: 24px;
    font-weight: 400;
}
#footer .section-header h4 strong {
    font-weight: 600;
}
#footer .section-header h4 span {
    white-space: nowrap;
    display: inline-block;
    width: 300px;
    text-align: center;
}
.footer-bottom {
    padding-top: 40px;
}
.footer-bottom address {
    font-family: "MyriadProSemiBold";
    letter-spacing: 0.7px;
}
.footer-bottom .menu {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "MyriadProSemiBold";
}
.footer-bottom .menu a {
    color: #fff;
}
.footer-bottom .menu a:hover {
    color: #98a6c5;
}
.copyright {
    text-align: right;
    font-family: "MyriadProSemiBold";
    line-height: 1;
}
/*form-control*/
.form-control {
    display: block;
    font-family: "MyriadProBold";
    font-weight: normal;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    background-clip: padding-box;
    border: none;
    border-radius:7px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::-webkit-input-placeholder {
    color:#fff;
    opacity:1
}
.form-control::-moz-placeholder {
    color:#fff;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#fff;
    opacity:1
}
.form-control::-ms-input-placeholder {
    color:#fff;
    opacity:1
}
.form-control::placeholder {
    color:#fff;
    opacity:1
}
#footer .footer-top .form-control {
    color: #3b5f85;
    background-color: rgba(255,255,255,0.6);
}
#footer .footer-top .form-control::-webkit-input-placeholder {
    color:#7ca0c5;
    opacity:1
}
#footer .footer-top .form-control::-moz-placeholder {
    color:#7ca0c5;
    opacity:1
}
#footer .footer-top .form-control:-ms-input-placeholder {
    color:#7ca0c5;
    opacity:1
}
#footer .footer-top .form-control::-ms-input-placeholder {
    color:#7ca0c5;
    opacity:1
}
#footer .footer-top .form-control::placeholder {
    color:#7ca0c5;
    opacity:1
}



/*module*/
.row.module {
    max-width: 990px;
    margin: 0 auto 20px;
}
.module-item{
    position: relative;
    box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    max-width: 500px;
    margin: 10px auto 20px;
}
.module-item h5 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.8);
}
.module-item img {
    transition: 0.3s ease-in-out;
}
.module-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*carousel*/
#SlideFade {
    margin: 0 auto 20px;
    box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.33);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.carousel-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;

}
.carousel-item h5 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.8);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url(https://holidayswithdowntown.com/img/prev.png);
}
.carousel-control-next-icon {
    background-image: url(https://holidayswithdowntown.com/img/next.png);
}
/*comment*/
.comment {
    background-color: #236093;
    padding: 70px 45px 60px;
}
.comment .section-header h2 {
    color: #fff;
}
.comment-item {
    color:#fff;
    padding: 30px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 20px;
}
.comment-item .name {
    font-family: "MyriadProRegular";
    letter-spacing: 1px;
    font-style: normal;
    font-weight: normal;
    color: #cdd7e2;
    border-top: #6590b4 solid 1px;
    font-size: 14px;
    padding-top: 20px;
}
.comment-item .name strong {
    font-family: "MyriadProSemiBold";
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}
.comment-carousel {
    margin-left: auto;
    margin-right: auto;
}
.comment .btn {
    background-color: #5b8ab5;
}
.comment .btn:hover {
    background-color: #002d5d;
}
#LoginModal .close {
    position: absolute;
    top: 0px;
    right: 10px;
    float: none;
    font-size: 2rem;
    font-weight:400;
    color: #fff;
    z-index: 10000;
    text-shadow: 0 1px 0 #5b8ab5;
    opacity: .5;
}
#LoginModal .close:hover {
    opacity: 1;
}
#LoginModal .modal-content {
    background: #5e7f9d;
    padding: 40px 0;
}
#LoginModal .modal-content h6 {
    font-family: "MyriadProSemiBold";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
}
#LoginModal .modal-content h6 a {
    color: #1c4570;
    text-decoration: underline;
}
#LoginModal .modal-content h6 a:hover {
    color: #fff;
    text-decoration: none;
}
#LoginModal .modal-content .section-header h2 {
    color: #fff;
}
#LoginModal .modal-content .section-header h4 {
    color: #cfd9e2;
    font-size: 24px;
    font-weight: 400;
}


/* Responsive */
@media (min-width: 1420px) {
    .carousel-control-prev {
        left: -100px;
    }
    .carousel-control-next {
        right: -100px;
    }
}
@media (min-width: 1200px) {
    .carousel-control-prev {
        left: -90px;
    }
    .carousel-control-next {
        right: -90px;
    }
    #SlideFade {
        max-width: 960px!important;
    }
}

@media (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }
    .carousel-control-prev {
        left: -15px;
    }
    .carousel-control-next {
        right: -15px;
    }
    #SlideFade {
        width: calc(100% - 30px);
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        background-color: rgba(255,255,255,0.5);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo h1 span {
        display: block;
        letter-spacing: 2.7px;
    }
    .nav-menu > li {
        margin-left: 8px;
    }
    #SlideFade {
        max-width: 960px!important;
    }
}

a.login-btn {
    display: inline-block;
    color: #fff;
    background: #236093;
    padding: 10px 32px;
    border-radius: 50px;
    border: 2px solid #236093;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    float: right;
}

a.login-btn:hover {
    background: none;
    color: #236093;
}

@media (max-width: 991px) {
    #header {
        background: rgba(255, 255, 255, 0.5);
        height: 50px;
        padding: 5px 0;
        transition: all 0.5s;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    a.login-btn {
        display: block;
        position: fixed;
        right: 60px;
        top: 5px;
        z-index: 999;
        margin-left: 8px;
        margin-top: 2px;
    }

    .copyright {
        text-align: center;
    }
    .footer-bottom .menu .text-right {
        text-align: center!important;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .back-to-top {
        bottom: 15px;
    }
    .footer-bottom {
        text-align: center;
    }
    .section-header h2 {
        font-size: 42px;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {
    .section-header h2 {
        font-size: 22px;
    }
    #footer .section-header h4,
    #LoginModal .modal-content .section-header h4 {
        font-size: 18px;
    }
    .intro-container {
        padding: 100px 0 40px 0;
    }
    .section-header {
        padding-bottom: 0px;
    }
    .carousel-item h5 {
        position: absolute;
        bottom: -10px;
        width: 100%;
        left: 0px;
        text-align: center;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.8);
    }
    .comment-item {
        font-size: 16px;
    }
    .comment-item .name {
        font-size: 12px;
    }
    .comment-item .name strong {
        font-size: 11px;
    }
}

@media (max-width: 460px) {
    #header #logo h1 span {
        display: block;
        letter-spacing: 2.7px;
    }
    #header #logo h1 {
        padding-top: 10px;
    }
    #footer .section-header h4 span {
        width: 250px;
    }
}
