@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700|PT+Sans:400,700,400italic,700italic|Oxygen:400,300,700);

/**********************************
font-family: 'Oswald', sans-serif; -- Title
font-family: 'PT Sans', sans-serif; -- Secondary Title
font-family: 'Oxygen', sans-serif; -- Paragraph / Content
**********************************/

/*********************************
Bar Header
*********************************/
body {
    background-color: #0f0f0f;
}
.barHeader {
    font-size: 16px;
    background: rgb(89,85,87); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(89,85,87,1) 0%, rgba(109,103,108,1) 52%, rgba(49,53,51,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(89,85,87,1) 0%,rgba(109,103,108,1) 52%,rgba(49,53,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(89,85,87,1) 0%,rgba(109,103,108,1) 52%,rgba(49,53,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595557', endColorstr='#313533',GradientType=0 ); /* IE6-9 */
    padding: 8px 0 5px 8px;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}

.mainpara {
    font-family: 'PT Sans', sans-serif;
}

.box500 {
    min-height: 637px;
    max-height: 637px;
    background-color: #000;
    padding: 0;
}
.box300 {
    background-color: #000;
    min-height: 200px;
}

.noGutters {
    margin: 0 !important;
    padding: 0 !important;
}

.master1020px {
    max-width: 1020px;
}

.iconSizing {
    color: white;
    opacity: 0.9;
    margin: 0;
    padding: 0;
}

.bodyContainer {
    background-image: url(../img/pokerBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.fTopNav { /********* top nav fluid container *******/
    background: rgb(32,32,32); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(35,35,35,1) 0%, rgba(11,11,11,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(35,35,35,1) 0%,rgba(11,11,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(35,35,35,1) 0%,rgba(11,11,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0b0b0b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: auto;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid red;
}


.fTopNavLinks > li > a { /****** top nav links *******/
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 30px 10px 30px;
    transition-duration: 0.4s;
}

.fTopNavLinks > li > a:hover {
    color: #3c3c3c;
}

.lm {/*** Top nav Links Margin Right ***/
    border-right: 1px solid #5e5e5e;
}

.topTopNav button {
    border-radius: 5px;
    width: auto;
    height: 30px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 2px solid rgba(109,0,25,1);
    padding: 0 15px 0 15px;
    transition-duration: 0.4s;
}
.topTopNav button:hover {
    opacity: 0.5;
}

.ctaRed {
    border-radius: 5px;
    width: 150px;
    height: 45px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 2px solid rgba(109,0,25,1);
    padding: 0 15px 0 15px;
    transition-duration: 0.4s;
}

.ctaRed:hover {
    opacity: 0.5;
}
.rightMenuNav {
    display: block;
    margin-top: 20px;
}

/**** Drop Down ***/
.fDropDown {
    display: none;
    position: absolute;
    z-index: 100;
    text-align: left;
    margin-right: 30px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 10px 20px 10px 20px;
}

.fDropDown li a {
    color: white;
    text-decoration: none;
    transition-duration: 0.4s;
}
.fDropDown li a:hover {
    color: #3c3c3c;
}
.fDropMain:hover .fDropDown {
    display: block;
}
.fDropMain {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    transition-duration: 0.4s;
    padding-right: 60px;
}
.fDropMain:hover {
    text-decoration: none;
    color: #3c3c3c;
}
/********************************
Section: Footer Menu
********************************/
.footerMenu li a {
    color: white;
    font-family: 'PT Sans', sans-serif;
    padding-right: 10px;
    text-decoration: none;
    transition-duration: 0.4s;
    opacity: 0.5;
}

.footerMenu li a:hover {
    opacity: 1;
}

.footerMenuDiv {
    border-top: 1px solid #3c3c3c;
    margin-top: 50px;
    padding-top: 30px;
}
.footerCopy {
    font-size: 12px;
    color: #c0c0c0;
    opacity: 0.7;
}

/********************************
Section: More Information
********************************/
.moreInfoList {
    margin-left: 10px;
}
.moreInfoList a {
    color: red;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    transition-duration: 0.2s;
    margin-bottom: 5px;
}

.moreInfoList a:hover {
    opacity: 0.5;
}

.smallTitle {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 4px 0 0 0;
    padding: 0;
    font-weight: 500;
    color: white;
}

.fotv h3 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: black;
}

.fotv p {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: black;
}

.fotv ul li {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
}
.fotv ul li span {
    color: red;
    font-weight: bold;
}
.countDown {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background: rgb(221,208,164); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,208,164,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(221,208,164,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(221,208,164,1) 0%,rgba(237,144,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd0a4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    color: white;
}

/******************************
Registration Form
******************************/
.regFormInput {
    width: 100%;
    height: 40px;
    background-color: beige;
    border: none;
}
.mainFormType input[type=text] {
    color: white;
    font-size: 1.1em;
    border-radius: 5px;
}

.mainFormType label {
    font-family: 'PT Sans', sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.4em;
    padding-bottom: 1px;
}
.mainFormType textarea {
    width: 100%;
    background-color: beige;
    border: none;
    height: 100px;
    border-radius: 5px;
}

.mainFormType button {
    border-radius: 5px;
    width: 25%;
    height: 50px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 2px solid rgba(109,0,25,1);
    padding: 0 15px 0 15px;
    transition-duration: 0.4s;
}
.mainFormType button:hover {
    opacity: 0.5;
}
.formHeader {
    font-family: 'Oswald', sans-serif;
    color: white;
    margin-bottom: 5px;

}
.fotvGridOne h4 {
    font-family: 'Oswald', sans-serif;
    color: black;
    text-transform: uppercase;
}

.fotvheader {
    font-family: 'Oswald', sans-serif;
    color: black;
    text-transform: uppercase;
}
.missionOne {
    border-radius: 5px;
    width: 80%;
    height: 30px;
    background: rgb(169,3,41); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 2px solid rgba(109,0,25,1);
    padding: 0 15px 0 15px;
    margin-top: 10px;
    transition-duration: 0.4s;
}
.missionOne:hover {
    opacity: 0.5;
}

/********** mobile **************/
.smallBox {
    width: 90%;
    height: 90%;
}

@media (max-width: 480px) {
    .mobileLogo {
        display: block !important;
        text-align: center;
    }
    .mobileHide {
        display: none;
    }
}
@media (min-width: 481px) {
    .mobileShow {
        display: none;
    }
}