/* Import Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.youTubeVideoSize {
    height: 490px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 850px) {
    .youTubeVideoSize {
        height: 400px;
        width: 640px;
    }
}

@media (max-width: 650px) {
    .youTubeVideoSize {
        height: 310px;
        width: 480px;
    }
}

@media (max-width: 490px) {
    .youTubeVideoSize {
        height: 200px;
        width: 320px;
    }
}

@media (min-width: 768px) {
    .absolutBottom {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    .marginBottomVideoCard {
        margin-bottom: 210px;
    }
}

@media (max-width: 1199px) {
    .marginBottomVideoCard {
        margin-bottom: 170px;
    }
}

@media (max-width: 991px) {
    .marginBottomVideoCard {
        margin-bottom: 130px;
    }
}

@media (max-width: 769px) {
    .marginBottomVideoCard {
        margin-bottom: 0;
    }
}

.pointer {
    cursor: pointer
}

.slideup, .slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.slidedown {
    max-height: 300px;
}

.slidedownflex {
    max-height: 600px;
    overflow-y: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.smallSubSubMenu {
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important;
    padding-left: 3em !important;
    font-size: 18px !important;
}

@media (max-width: 500px) {
    .max500noRegionsLeftRight {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left:0 !important;
        padding-right: 0 !important;
    }
    
    .smallSubSubMenu {
        padding-left: 1em !important;
    }

    .slidedown {
        max-height: 500px;
    }

    .slidedownflex {
        max-height: 800px;
    }

    .max500PaddingTopButtom5px {
        /* padding-top: 1em; */
        padding-bottom: 1em;
    }
}





.pageContent {
    background-color: white;
}

.box-content {
    background-color: white;
}

.h1smaller {
    min-height: 1rem;
    font-size: 28px;
    color: #3F3F3F;
}

li:before {
    font-size: 200%;
}

.marginText {
    margin: 8px 0;
}

@media (min-width: 768px) {
    .fullHeight {
        height: 100%;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #3F3F3F;
    background-color: #000;
    font-size: 15px;
    line-height: 1.75;
    hyphens: auto;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h2 {
    color: #3f3f3f;
    font-size: 2.3rem;
}

ul li {
    list-style: disc;
}

hr {
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

b, strong {
    font-weight: 700;
}

b, .ui.segment, p, .ui.list {
    font-size: 15px;
    line-height: 1.75;
}

.boxCard {
    max-width: 100%;
    padding: 5px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease, -webkit-transform .1s ease;
}

.miniMargin, .miniMargin.ui.progress {
    margin: 3px 0 10px 0;
}

.progress {
    height: auto;
}

.bodycontent {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.hover-white:hover {
    color: #fff !important;
}

a:hover, a:focus {
    text-decoration: none;
    color: #23b1c4 !important;
}

.footer-title {
    color: #fff;
    text-transform: uppercase;
}

.footer .ui.list .list>a.item, .ui.list>a.item, .footer, .footer .ui.list>a.item i.icon {
    color: #888;
}

footer {
    color: #888;
    background-color: #181819;
}

footer ul {
    padding-left: 15px;
}

footer a {
    color: #888;
}

footer a:hover {
    color: #23b1c4;
}

footer .bottom-footer {
    background-color: #000;
    padding: 5px;
}

footer .footer-title {
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.color_black {
    background: #000;
}

.color_medium_darkblack {
    background: #222324;
}

.padding_top_bottom {
    padding: 20px 0;
}

.padding_top_bottom_mini {
    padding: 5px 0;
}

.menu_items_group {
    padding: 8px 15px;
    color: #fff;
}

@media (max-width: 991px) {
    .hideContentOnSmallWidth {
        display: none !important;
    }

    .max991padingTop {
        padding-top: 1em !important;
    }
}


@media (min-width: 992px) {
    .hideContentOnLargeWidth {
        display: none !important;
    }
}

/* Video Settings */

@media(min-width:850px) {
    video.fullsize {
        width: 800px;
    }
}

@media(max-width:850px) {
    video.fullsize {
        width: 90%;
    }
}

video.fullsize {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui.secondary.menu .item {
    letter-spacing: 0.28px;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    color: #fff !important;
}

.ui.secondary.inverted.menu a.item {
    letter-spacing: 0.28px;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    color: #fff !important;
}

.ui.menu .ui.dropdown .menu>.item {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 16px !important;
}

.bottom_8px {
    position: absolute;
    right: 10px;
    bottom: 16px;
}

header.main-header {
    background-size: cover;
    background-image: url(../images/home_bg2.JPG);
    background-repeat: no-repeat;
    background-position: 50% top;
    min-height: 590px;
    text-align: center;
}

@media (max-width: 991px) {
    header.main-header {
        min-height: 400px;
    }
}

header.sub-header {
    margin-bottom: 30px;
}

.header-text {
    padding-top: 200px;
    color: #fff;
    text-shadow: 2px 2px #111;
}

.header-text span {
    font-family: 'Satisfy', cursive;
    color: #e6be99;
    line-height: 1.2;
    font-size: 46px;
    margin-bottom: 14px;
    display: block;
}

.header-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
}

.header-text hr {
    margin: 30px auto;
}

.header-text p {
    margin-bottom: 50px;
    font-size: 22px;
    margin-bottom: 17px;
    color: #fff;
}

.header-text .btn-primary {
    background-color: #23b1c4;
    border: none;
    padding: 15px 33px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-shadow: none;
}

@media (max-width: 991px) {
    .header-text {
        padding-top: 150px
    }
    .header-text h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 34px;
    }
    .header-text span {
        font-size: 25px;
        margin-bottom: 11px;
    }
    .header-text p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .header-text a.btn-primary {
        padding: 13px 28px;
        font-size: 15px;
    }
}

.article-h1 {
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #1e1e1e;
    font-weight: 800;
    margin: 10px 0 3px;
    letter-spacing: 1px;
}

.article-h2 {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #1e1e1e;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 10px 10px;
}

.article-hr {
    max-width: 80px;
    border-color: #1e1e1e;
    border-width: 3px;
}