﻿@import url('//fonts.googleapis.com/css?family=Roboto+Condensed');



body {
    background: #ffffff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    overflow-x: hidden;
}


.clove {
    background: url("../images/clover.png") no-repeat top center;
    background-position: 0px 5px;
}



.withIcon {
    background: url("../images/clover.png") no-repeat;
    background-position: 0px 5px;
}


.topcontent {
   font-family: 'Roboto Condensed', sans-serif;
   text-transform:uppercase;
    margin: 100px auto 40px 0;
    text-align: center;
}


.date {
    color:#fff;
     font-size:24px;
      font-family: 'Roboto Condensed', sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e843d+0,015c28+100 */
background: #0e843d; /* Old browsers */
background: -moz-linear-gradient(top,  #0e843d 0%, #015c28 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0e843d 0%,#015c28 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0e843d 0%,#015c28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e843d', endColorstr='#015c28',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 5px;
border-radius: 5px;

}


#header .topcontent h3 {
    font-size:24px;
        text-shadow: 2px 2px #000;
}


.topcontent h2 {
        text-shadow: 2px 2px #000;
}




/*.lang {
    color: #ffffff;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 14px;
    float: right;
    position: relative;
   
}*/


.lang-sel {
    position: absolute;
    top: 60px;
    right: 15px;
    color: #ffffff;
    font-family: 'Oswald', Source Sans Pro, sans-serif;
    font-size: 14px;
}


/*twinking stars start*/


// -----------------------------------------------------------------------------
// Twinkle Animations
// -----------------------------------------------------------------------------
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Twinkle Animations > Twinkle 1
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@-webkit-keyframes twinkle_one {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes twinkle_one {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes twinkle_one {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes twinkle_one {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Twinkle Animations > Twinkle 2
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@-webkit-keyframes twinkle_two {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  80%  { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes twinkle_two {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  80%  { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes twinkle_two {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  80%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes twinkle_two {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  80%  { opacity: 0; }
  100% { opacity: 1; }
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Twinkle Animations > Twinkle 3
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@-webkit-keyframes twinkle_three {
  0%   { opacity: 1; }
  30%  { opacity: 0; }
  40%  { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes twinkle_three {
  0%   { opacity: 1; }
  30%  { opacity: 0; }
  40%  { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes twinkle_three {
  0%   { opacity: 1; }
  30%  { opacity: 0; }
  40%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes twinkle_three {
  0%   { opacity: 1; }
  30%  { opacity: 0; }
  40%  { opacity: 0; }
  100% { opacity: 1; }
}

.galaxy{
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background-color: transparent; }
      
      .star{
        position: absolute;
        background-color: white;
      }

      .star-type1{
        width: 1px;
        height: 1px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 1px 1px white;
                box-shadow: 0 0 1px 1px white;
        -webkit-animation: twinkle_one 3s ease-in-out infinite;
           -moz-animation: twinkle_one 3s ease-in-out infinite;
             -o-animation: twinkle_one 3s ease-in-out infinite;
                animation: twinkle_one 3s ease-in-out infinite;
      }
      .star-type2{
        width: 1px;
        height: 1px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 2px 1px white;
                box-shadow: 0 0 2px 1px white;
        -webkit-animation: twinkle_two 12s ease-in-out infinite;
           -moz-animation: twinkle_two 12s ease-in-out infinite;
             -o-animation: twinkle_two 12s ease-in-out infinite;
                animation: twinkle_two 12s ease-in-out infinite;
      }
      .star-type3{
        width: 1px;
        height: 1px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 2px 0 white;
                box-shadow: 0 0 2px 0 white;
        -webkit-animation: twinkle_three 7s ease-in-out infinite;
           -moz-animation: twinkle_three 7s ease-in-out infinite;
             -o-animation: twinkle_three 7s ease-in-out infinite;
                animation: twinkle_three 7s ease-in-out infinite;
      }
      
    


/*twinkling stars end*/


/****Css3 loader******/
.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/****Css3 loader END ******/



/*sparkley logo effect start*/



.sparkley {
    color: white;
    border: none;
    font-weight: normal;
    transition: all 0.25s ease;
}

    .sparkley:hover {
        color: rgba(255, 255, 255, 0.2);
    }


    .sparkley .bgsilvergradient {
        color: white;
        border: none;
        font-weight: normal;
        transition: all 0.25s ease;
    }

        .sparkley .bgsilvergradient:hover {
            color: rgba(255, 255, 255, 0.2);
        }

.masklogo {
    margin: -10px;
}


.sparkley .masklogo img {
    bottom: 0;
    position: relative;
}


.sparkley .img {
    max-width: 250px;
}

.img {
    margin: 0 auto;
    display: block;
}

    .img img {
    }


/*sparkley effect end*/





a {
    outline: 0 !important;
    color: #007734;
    text-decoration: none !important;
}

    a:visited {
        color: rgb(255, 237, 0);
    }

    a:hover {
        color: #ffd800;
    }

h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    line-height: .8em;
}

    h2 span {
        color: #337AB7;
        font-weight: 400 !important;
        text-transform: none !important;
        font-size: .625em;
    }

h3 {
    color: #00558e;
    font-size: 40px;
}

/*.giveaway {
    width:100%;
    margin:0 auto;
}*/

h1 {
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #007734;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    max-width: 800px;
    margin: 50px auto;
}





@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.giveaway1:hover,
.giveaway2:hover,
.giveaway3:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



.giveaway h1 {
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #007734;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 40px;
}

#about .giveaway h2 {
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}

#about .itlist h2 {
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
    width: 100%;
    line-height: 23px;
}


.giveaway1 {
    background: #005b28;
    padding: 5px 15px;
    margin: 0px;

}

.giveaway2 {
    background: #7f0000;
    padding: 5px 15px;
    margin: 0px;
   
}

.giveaway3 {
    background: #414141;
    padding: 5px 15px;
    margin: 0px;
    
}


#about .giveaway p {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 0px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    border: none;
    padding: 2px 0;
}




.cf {
    position: relative;
    height: 264px;
    /* width: 325px; */
    overflow: hidden;
    margin: 15px auto;
}



    .cf img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
           display: block;
        max-width: none;
        width: calc(100% + 20px);
            -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
 

    }

        .cf img.top:hover {
            opacity: 0;
        }



          /*#cf .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0;
    }*/

    .cf h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
}

    
  










.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
    margin-bottom: 30px;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0;
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hovereffect:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        overflow: hidden;
        padding: 0.5em 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

        .hovereffect h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            /*background: #fff;*/
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    .hovereffect:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }




.prizetext {
    margin: 0 auto;
    width: 1200px;
}

    .prizetext h3 {
        color: #023D77;
        font-size: 3.5em;
        float: left;
        padding: 0px 69px 0px 70px;
    }

    .prizetext h6 {
        color: #023D77;
        font-size: 1.5em;
        float: left;
        padding: 0px 69px 0px 70px;
    }


/*h3:after {
  content: ' ';
  width: 100%;
  max-width: 485px;
  border-top: 2px solid #337AB7;
  height: 1px;
  margin: 20px 0 30px;
}*/
h4 {
    font-size: 1.5em;
    font-weight: 700;
}

h5 {
    color: #fff;
    /* font-size: 1.25em; */
    font-weight: 600;
    padding: 10px;

}

h6 {
    color: #023D77;
    font-size: 1.5em;
}

form {
    margin-bottom: 50px;
}

#DisplayPointsDiv {
    text-align: center;
    color: #019040;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 0.8em;
    padding-bottom: 50px;
}


::selection {
    /* webkit */
    background: #337ab7;
    color: #ffffff;
}

::-moz-selection {
    /* gecko */
    background: #F60;
    color: #ffffff;
}

.falllogo {
    text-align: center;
    margin: 0 auto;
    max-width:850px;
}

 .falllogo img {
        width: 100%;
    }


#info {
    background: #00558E;
    font-size: 1.0em;
    margin-top: 12px;
    color: #ffffff;
    cursor: pointer;
}

    #info:hover {
        color: #FF0000;
    }

#infoWrapper {
    display: none;
    background-position: top center;
    height: 1379px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #00558E;
    top: 41px;
}

    #infoWrapper img {
        margin: 0 auto;
        cursor: pointer;
    }

#infoContent {
    width: 1000px;
    margin: 0 auto;
    height: 850px;
    color: #fff;
    padding: 20px 0;
}

    #infoContent p {
        padding: 10px 0px 10px 0px;
        font-size: 22px;
        color: #ffffff;
        text-align: left;
    }

    #infoContent h2 {
        font-size: 70px;
        text-align: center;
        float: none;
        color: #ffffff;
        padding-bottom: 20px;
        word-spacing: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid white;
    }

    #infoContent h3 {
        font-size: 30px;
        text-align: left;
        padding: 20px 0;
        float: none;
        color: #ffffff;
        word-spacing: 5px;
        text-transform: uppercase;
        border-bottom: 1px solid white;
    }

    #infoContent h4 {
        font-weight: 100;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
    }

    #infoContent h5 {
        font-weight: 100;
        font-size: 23px;
        color: #FFFFFF;
        text-align: left;
        cursor: pointer;
    }

        #infoContent h5:hover {
            color: #b2b2b2;
            font-size: 25px;
        }


    #infoContent li {
        list-style: disc;
        text-align: left;
        font-size: 14px;
        color: #ffffff;
        padding-bottom: 10px;
    }

    #infoContent ul {
        display: block;
        width: 800px;
        padding: 10px 0;
        margin: 0 auto;
        color: #fff;
    }



        #infoContent ul ul {
            margin-left: 70px;
            margin-bottom: 120px;
            width: 283px;
        }



    #infoContent a {
        display: initial;
        color: #FFFFFF;
        text-align: left;
        padding: 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

        #infoContent a:hover {
            background-color: #FF0E0E;
        }




/*------------------------------------------------------------------

 [2. Theme global styles]

------------------------------------------------------------------*/
.bg-grey {
    background: #1b1d21;
}

.caption-margin {
    margin-top: 60px;
}

.parallax {
    background-attachment: fixed !important;
    /*fix for background parallax bug*/
}

.color-overlay-sec {
    background: rgba(163, 26, 10, 0.92) !important;
    position: relative;
    padding: 20px 0;
}

.overlay-sec {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

    .overlay-sec h2 {
        color: #ffffff;
        margin-bottom: 60px;
        margin-top: 60px;
    }

.color-overlay-sec h2 {
    color: #ffffff;
}

    .color-overlay-sec h2 span {
        color: #ff9f8f;
    }

.color-overlay-sec .person span {
    color: #cccccc !important;
}

.color-overlay-sec p {
    border-bottom-color: rgba(51, 51, 51, 0.1) !important;
}

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list li {
        width: 100%;
        display: inline-block;
        margin-bottom: .5em;
    }

    .icon-list .elegant {
        float: left;
        width: 10%;
        color: #F60;
        font-size: 1.3em;
    }

    .icon-list .txt {
        float: left;
        max-width: 90%;
    }

.noopacity {
    opacity: 0;
}

.nodisplay {
    display: none;
}

.breakit {
    word-break: break-all;
}


.clover {
    background: url(../images/clover.jpg) top no-repeat;
    width: 588px;
    height: 190px;
    margin: 0 auto;
    /* float: right; */
}


/*------------------------------------------------------------------

Points Button

------------------------------------------------------------------*/




button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #019040;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}


    button.submitPoints p {
        margin: 0;
        padding: 10px 0;
    }





    button.submitPoints:hover {
        background: #cc0101;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }




input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 9px 0px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: 2px solid #efefef;
}

input:focus, textarea:focus {
    outline: none;
}


.btn #errorText1,
#errorText2 {
    display: none;
    font-size: 14px;
    color: #333333;
}

#DisplayOfferDiv,
#DisplayTicketDiv {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #333333;
    margin: 15px 0;
  min-height: 138px;
}

    #DisplayOfferDiv i,
    #DisplayTicketDiv i {
        font-size: 14px;
    }



#DisplayTicketDivInfo {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: #019040;
    margin: 15px 0;
    min-height: 60px;
    height: 30px;
    font-weight: bold;
}




.tableWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%;
}


table {
    border-collapse: collapse;
}

.tableContainer1,
.tableContainer2,
.tableContainer3 {
    /*background: url(../images/lb-bg2.jpg)fixed top no-repeat;*/
    height: 789px;
}

table.lefttbl {
    width: 100%;
    max-width: 600px;
    float: left;
}



table.righttbl {
    width: 100%;
    max-width: 150px;
    float: left;
}

tr:nth-child(odd) {
    /*background-color:rgba(0, 0, 0, 0.3);*/
    /*background: #4a4c50;*/
    border-bottom: solid 1px #4c4c4c;
}


tr:nth-child(even) {
    /*background: #797a7d;*/
    border-bottom: solid 1px #4c4c4c;
}



th {
    font-size: 15px;
    text-align: center;
    color: #fff;
        padding: 12px 8px;
    font-weight: 700;
    background-color: #cc0101;
}


td {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 14px 0;
}









/*------------------------------------------------------------------

 [3. Bootstrap components styles]

------------------------------------------------------------------*/













/*     3.1. Buttons     */

.btn {
    padding: 10px 18px;
    border-radius: 5px;
    outline: 0 !important;
    float: right;
}


.btn-primary {
    background: #ffffff;
    border-color: #cccccc;
    color: #666666;
}

.btn-success {
    background: #FF0000;
    border-color: #FF0000;
    font-weight: 600;
}



.btn-info {
    background: #4e4e4e;
    border-color: #4e4e4e;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: rgba(163, 26, 10, 0.92);
    border-color: rgba(163, 26, 10, 0.92);
    outline: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: #3d3d3d;
    border-color: #3d3d3d;
    outline: 0;
}







/*     3.4. Button icons     */

.btn .elegant {
    margin-right: 0px;
}

    .btn .elegant:before {
        margin-top: 6px;
        margin-left: 5%;
        float: left;
    }

.elegant {
    font-size: 1.75em;
}

/*     3.5. Tabs     */

.navbar-default {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: none;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: #f05f40;
        margin-left: 15px;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #FFF;
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #dd0000;
        }

    .navbar-default .nav > li.active,
    .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.tab-content {
    margin-top: 30px;
}

.nav-light li,
.nav-light li:first-of-type,
.nav-light li:last-of-type {
    border-color: #666666 !important;
}

.nav-light .active a {
    background: #cc0101 !important;
    color: #fff !important;
}

.nav-light li a {
    color: #ffffff;
}

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #F60 !important;
}

.gradient-overlay-sec .nav-light li a:hover {
    background: rgba(51, 51, 51, 0.5);
}

.gradient-overlay-sec .nav-light li a {
    color: #ffffff;
}

/*     3.6. Navigation bar    */

.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

    .navbar-brand:hover {
        opacity: .8;
    }

.main-menu {
    background: #00558E;
    height: auto;
    padding: 4px 0 10px 0;
}

    .main-menu .navbar-nav {
        padding: 8px 0 0 0;
    }

        .main-menu .navbar-nav a {
            color: #FFFFFF;
            border-radius: 5px;
        }

    .main-menu .navbar-collapse a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .main-menu .navbar-collapse li {
        background: #00558E;
        font-size: .875em;
    }

    .main-menu .navbar-collapse a:hover {
        background: transparent;
        color: #ffd800;
    }
    /*toggle menu icon*/
    .main-menu .navbar-toggle .icon-bar {
        background: #000000;
    }

    .main-menu .navbar-toggle {
        border-color: #3d3d3d;
        background: #3d3d3d;
        margin-top: 10px;
    }

    .main-menu .collapsed {
        background: #000000;
        border-color: #cccccc;
    }

        .main-menu .collapsed .icon-bar {
            background: #666666;
        }
    /*Menu - page scrolled down & RWD menu*/
    .main-menu .in li {
        background: #3d3d3d;
    }

    .main-menu .in a {
        color: #cccccc;
        width: 95%;
        margin: 0 auto;
    }

    .main-menu .in li,
    .main-menu .collapsing li {
        text-align: center;
        border-bottom: 1px solid #4e4e4e;
        padding: 4px 0;
    }

    .main-menu .in a:hover {
        background: #FF0808;
        color: #FFFFFF;
    }
    /*buttons in menu */
    .main-menu .buttons-cont {
        float: right;
    }

    .main-menu .btn-primary,
    .main-menu .btn-success {
        margin: 10px 0 0 0;
    }

    .main-menu .btn-primary {
        margin-left: 20px;
    }

    .main-menu .btn {
        margin-left: 10px;
    }





/*------------------------------------------------------------------

 [4. Plugins styles]

------------------------------------------------------------------*/



/*     4.2. Headroom.js - smart navbar scrolling     */

.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.headroom--unpinned {
    top: -100px;
}

.headroom--pinned {
    top: 0;
}

.headroom--not-top {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}



/*------------------------------------------------------------------

 [5. Headers]

------------------------------------------------------------------*/

/*     5.1. Main header styles & layout-1 styles     */


.logo {
    height: 109px;
    width: 168px;
    background-image: url(../images/v2w-logo.png);
    background-repeat: no-repeat;
    position: absolute;
}

/*#header {
    background: url(../images/bg.jpg) fixed;
    height: 100vh;
    max-height: 890px;
    min-height: 690px;
    background-size: cover;
    background-position: top center !important;
}*/


#header {
    background: url(../images/bg.jpg) fixed no-repeat #020612;
    height: 100vh;
    max-height: 890px;
    min-height: 690px;
    /*background-size: 100%;*/
    background-position: top center !important;
}



    #header .container {
        height: 100%;
       
    }


    #header .row {
        height: 100%;
        /*border-bottom: 5px solid #ec5c4c;*/
    }

    #header .header-cont {
        height: 100%;
    }

    #header .header-image-right {
        margin-top: -100px;
    }
    /* captions for header only */
    #header header {
        margin-bottom: 30px;
    }

    #header h1,
    #header h2,
    #header h3,
    #header h4,
    #header h5 {
        color: #ffffff;
    }

    #header h1 {
        font-size: 6.25em;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 0.75em;
    }

    #header h3 {
        font-size: 2.25em;
        font-weight: 300;
    }

        #header h3:after {
            display: none;
        }

    #header .header-txt-small {
        font-size: .6em;
    }

    #header .header-txt-color {
        color: #f46352;
    }

    #header .header-addonial-bg {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.35);
    }
    /* buttons in header */
    #header .btn {
        width: 35%;
        max-width: 264px;
        margin-right: 30px;
        padding: 0;
        font-size: 1.125em;
    }

        #header .btn a {
            color: inherit;
            width: 100%;
            height: 100%;
            display: block;
            padding: 8px 20px 20px;
        }

    #header .btn-subscribe {
        display: block;
        width: 100% !important;
        padding: 20px 0;
        max-width: none !important;
    }
    /* margins before content in the header */
    #header .header-margin {
        width: 100%;
        height: 26%;
    }

    #header .header-margin-more {
        width: 100%;
        height: 35%;
    }

    #header .buttons-cont .btn:last-of-type {
        margin-right: 0px;
    }

/*     5.2. Layout-2 styles     */

.header-centred {
    text-align: center;
}

    .header-centred h1 {
        font-size: 7.5em !important;
    }

    .header-centred .header-txt-small {
        font-size: .5em !important;
    }

    .header-centred .header-margin-more {
        height: 25% !important;
    }

/*     5.3. Layout-3 styles     */

.header-submit {
    text-align: center;
}

    .header-submit .header-txt-small {
        font-size: .55em !important;
        line-height: 0.9em;
    }

.header-form form {
    width: 100%;
    padding: 20px 0;
    display: table;
}

    .header-form form .btn {
        width: 90% !important;
    }

.header-more {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

    .header-more p {
        color: #fff;
        opacity: 0;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .header-more:hover p {
        opacity: 0.5;
    }

    .header-more .elegant {
        color: #007734;
        font-size: 2.85em;
    }

        .header-more .elegant:hover {
            margin-top: 0px;
            color: #fff;
            cursor: pointer !important;
        }

/*     5.4. Layout-4 styles     */







/*------------------------------------------------------------------

 [7. About section]

------------------------------------------------------------------*/
#about {
    margin: 0px 0;
    /*background: url(../images/lb-bg.jpg) fixed;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a4246+0,6b6063+100 */
    background: #3a4246; /* Old browsers */
    background: -moz-linear-gradient(top, #3a4246 0%, #6b6063 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3a4246 0%,#6b6063 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3a4246 0%,#6b6063 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4246', endColorstr='#6b6063',GradientType=0 ); /* IE6-9 */
}

    #about h2 {
        margin-bottom: 0px;
        text-align: center;
        color: #ffd800;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 42px;
        line-height: 48px;
    }


    #about h3 {
        color: #fff;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
    }

    #about .about-cont {
        padding: 70px 0;
    }

#leaderboard .about-cont {
    padding: 0px 0;
}

#about p {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    margin-top: 20px;
    line-height: 29px;
    text-align: center;
    color: #a3a3a3;
    border-top: 1px solid #a3a3a3;
    padding: 16px 30px 0 30px;
}

.about-to-right h3,
.about-to-right p {
    text-align: right;
}

    .about-to-right h3:after {
        float: right;
    }

.about-to-right .about-img {
    text-align: left;
}

.about-img img {
    width: 80%;
}

#leaderboard {
    background-image: url(../images/leaderboard-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #ccc;
    padding: 0px 0;
}

.leaderboardbg {
    background: rgba(40, 40, 40, 0.8);
    max-width: 1150px;
    margin: 0 auto;
}

.leaderboardcontent {
    padding: 70px 0;
}

#leaderboard p {
    color: #a3a3a3;
    padding: 0 20px 0 0;
    text-align: left;
    line-height: 25px;
}

#leaderboard h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 48px;
}

#DisplayTicketDiv h5 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}

#DisplayTicketDiv h4 {
    text-align: center;
    color: #019040;
    font-weight: 700;
    text-transform: uppercase;
       font-size: 48px;
    line-height: 40px;
}





/*------------------------------------------------------------------


/*===================================
= Tabs Section start                =
===================================*/


#tabs {
    padding-top: 0px;
    padding-bottom: 0px;
}


    #tabs .section-title-more {
        border-bottom: 1px grey dashed;
        border-top: 1px grey dashed;
    }


    #tabs .tab-content > .active {
        display: block;
        padding: 0;
    }

    #tabs li {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
        line-height: 1.7;
        font-weight: 400;
        text-align: left;
        color: #a3a3a3;
    }

    #tabs ul {
        margin: 30px 0;
    }



    #tabs .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        background: #cecece;
    }


    #tabs .nav-tabs {
        border: none !important;
        width: auto !important;
        height: auto;
        text-align: center;
        display: table;
        margin: 0 auto;
    }

        #tabs .nav-tabs li {
            overflow: hidden;
            border: 1px solid #cccccc !important;
            border-left: 0px !important;
        }

            #tabs .nav-tabs li:first-of-type {
                /*border: 1px solid #cccccc !important;*/
                border-radius: 5px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
            }

            #tabs .nav-tabs li:last-of-type {
                border: 1px solid #cccccc !important;
                border-left: 0px !important;
                border-radius: 5px;
                border-bottom-left-radius: 0px;
                border-top-left-radius: 0px;
            }

            #tabs .nav-tabs li a {
                border-radius: 0px !important;
                border: none !important;
                margin-right: 0px !important;
                padding: 10px 40px;
                font-weight: 600;
                color: #333333;
            }

                #tabs .nav-tabs li a:hover {
                    background: #666666;
                    color: #ffffff;
                }

        #tabs .nav-tabs .active a {
            background: #da4a3a !important;
            color: #ffffff !important;
        }

    #tabs .nav-light li,
    #tabs .nav-light li:first-of-type,
    #tabs .nav-light li:last-of-type {
        border-color: #666666 !important;
    }

    #tabs .nav-light .active a {
        background: #007734 !important;
        color: #fff !important;
    }

    #tabs .nav-light li a {
        color: #414141;
    }

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}



/*start tabs2*/

#tabs2 {
    padding-top: 0px;
    padding-bottom: 50px;
}


    #tabs2 .section-title-more {
        border-bottom: 1px grey dashed;
        border-top: 1px grey dashed;
    }


    #tabs2 .tab-content > .active {
        display: block;
        padding: 40px 0;
    }

    #tabs2 li {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
        line-height: 1.7;
        font-weight: 400;
        text-align: left;
        color: #a3a3a3;
    }

    #tabs2 ul {
        margin: 30px 0;
    }



    #tabs2 .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        background: #cecece;
    }


    #tabs2 .nav-tabs {
        border: none !important;
        width: auto !important;
        height: auto;
        text-align: center;
        display: table;
        margin: 0 auto;
    }

        #tabs2 .nav-tabs li {
            overflow: hidden;
            border: 1px solid #cccccc !important;
            border-left: 0px !important;
        }

            #tabs2 .nav-tabs li:first-of-type {
                /*border: 1px solid #cccccc !important;*/
                border-radius: 5px;
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
            }

            #tabs2 .nav-tabs li:last-of-type {
                border: 1px solid #cccccc !important;
                border-left: 0px !important;
                border-radius: 5px;
                border-bottom-left-radius: 0px;
                border-top-left-radius: 0px;
            }

            #tabs2 .nav-tabs li a {
                border-radius: 0px !important;
                border: none !important;
                margin-right: 0px !important;
                padding: 10px 40px;
                font-weight: 600;
                color: #333333;
            }

                #tabs2 .nav-tabs li a:hover {
                    background: #666666;
                    color: #ffffff;
                }

        #tabs2 .nav-tabs .active a {
            background: #da4a3a !important;
            color: #ffffff !important;
        }

    #tabs2 .nav-light li,
    #tabs2 .nav-light li:first-of-type,
    #tabs2 .nav-light li:last-of-type {
        border-color: #666666 !important;
    }

    #tabs2 .nav-light .active a {
        background: #007734 !important;
        color: #fff !important;
    }

    #tabs2 .nav-light li a {
        color: #414141;
    }

.gradient-overlay-sec .nav-light li,
.gradient-overlay-sec .nav-light li:first-of-type,
.gradient-overlay-sec .nav-light li:last-of-type {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.gradient-overlay-sec .nav-light .active a {
    color: #da4a3a !important;
}








/*------------------------------------------------------------------

 [16. Footer]

------------------------------------------------------------------*/
footer {
    padding: 25px 0 15px;
    background: #000;
    color: #999999;
    font-size: .875em;
    overflow: hidden;
    text-align: center;
}

    footer a {
        color: inherit !important;
    }

    footer .container div:nth-child(1),
    footer .container div:nth-child(3) {
        padding-top: 15px;
    }

    footer .container div:nth-child(2) {
        text-align: center;
    }

    footer .container div:nth-child(3) {
        text-align: right;
    }

    footer .sm {
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #393636;
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

        footer .sm:hover {
            background: #007734;
            color: #ffffff;
        }

        footer .sm span {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: inline-table;
            margin: auto;
            width: 100%;
            text-align: center;
            line-height: 1em;
        }



/*------------------------------------------------------------------

 [17. Responsive web design]

------------------------------------------------------------------*/

/*     17.1. Breakpoint: 1900px width and more     */

@media all and (min-width: 1900px) {
    #header {
        background-size: 100%;
    }
}

/*     17.2. Breakpoint: 1200px width and less     */

@media all and (max-width: 1200px) {


    /*#header {
	background: url(../images/bg.jpg) fixed;
  }*/

    .cf {
    height: 224px;
  
}

}





/*     17.3. Breakpoint: 991px width and less     */

@media all and (max-width: 991px) {


   
        .falllogo {
    margin: 100px auto 0;

}

    #mainmenu .btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    #mainmenu .nav li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #header {
        min-height: 650px;
    }

    .header-centred .header-margin-more {
        height: 20% !important;
    }

    #about {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .about-to-right h3,
    .about-to-right p {
        text-align: left;
    }

    h3:after {
        max-width: 100%;
    }

    h3 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 2em;
    }

    #about h2 {
        margin-bottom: 0px;
    }

    #about .about-cont {
        padding: 70px 0 70px;
    }

    #testimonials p {
        font-size: 1.25em;
        text-align: center;
        margin-top: 10px;
    }

    #testimonials .carousel-element {
        padding: 35px 0;
    }

    #testimonials .owl-prev,
    #testimonials .owl-next {
        display: none !important;
    }

    #testimonials h2 {
        margin-top: 20px !important;
    }

    #pricing {
        margin-bottom: 60px;
    }

        #pricing .offer-best:before {
            display: none;
        }

        #pricing .offer .offer-features p {
            padding: 10px 0;
        }

        #pricing .offer-best {
            margin-top: 23px;
        }

            #pricing .offer-best .offer-name {
                font-size: 1.125em;
                padding: 12px 0;
            }

            #pricing .offer-best .offer-buy {
                padding: 16px 0;
            }

    #contact .inline-input,
    .form-textarea {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
    }

    .caption-margin {
        margin-top: 0px;
    }

    footer .sm {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

        footer .sm span {
            line-height: .5em;
        }

    .anim-from-right,
    .anim-from-left {
        margin-left: inherit !important;
        opacity: 1 !important;
    }

    .anim-fade,
    .anim-fade-down {
        opacity: 1 !important;
    }

    .anim-fade-down {
        margin-top: inherit !important;
    }

    .anim-from-right,
    .anim-from-left,
    .anim-fade,
    .anim-fade-down {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}

/*     17.4. Breakpoint: 768px width and less     */

@media all and (max-width: 768px) {


    #header {
    height: 100%;
   
}

    .bg {
    background: /* top, transparent red, faked with gradient */  linear-gradient( rgba(0, 0, 0, 0.45),  rgba(0, 0, 0, 0.45) ), /* bottom, image */ url(../images/bg.jpg);
}

.falllogo {
    margin: 195px auto 0;
}


    .cf {
      height: 487px;
}

    .main-menu li {
        background: #3d3d3d !important;
        font-size: 1.125em !important;
    }

    .modal-dialog {
        max-width: none;
    }

    #header {
        /*background: url(../images/bg.jpg) fixed;*/
        /*background-position: -179px 0;*/
    }

        #header header {
            text-align: center;
        }

        #header h1 {
            font-size: 5em !important;
        }

        #header .buttons-cont {
            text-align: center;
        }

        #header .btn {
            font-size: 1em;
        }

        #header form button {
            width: 100% !important;
            max-width: none !important;
        }

        #header .header-more p {
            display: none;
        }

        #header .header-margin-more {
            height: 20% !important;
        }

    .modal-header h5 {
        font-size: 1.25em;
    }

    .modal-header h6 {
        font-size: .875em;
    }

    #tabs .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs .nav-tabs li a {
            padding: 15px 40px;
        }


    #tabs2 .nav-tabs li {
        width: 100% !important;
        border-left: 1px solid #666666 !important;
        border-radius: 0px;
    }

        #tabs2 .nav-tabs li:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        #tabs2 .nav-tabs li:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #tabs2 .nav-tabs li a {
            padding: 15px 40px;
        }

    #gallery .container {
        margin: 0 !important;
    }

    #gallery .row {
        margin-left: 0px;
    }

    #funfacts .count {
        font-size: 3em;
    }

    #contact-more .col-xs-12 {
        text-align: center;
    }

    #contact-more ul li span {
        float: none;
    }

    footer {
        padding-top: 20px;
    }

        footer .container div:nth-child(1),
        footer .container div:nth-child(3) {
            text-align: center;
        }

    .anim-from-right,
    .anim-from-left,
    .anim-fade-down,
    .anim-fade-up,
    .anim-fade,
    .anim-bounce,
    .anim-bounce-left,
    .anim-bounce-right,
    .anim-bounce-down,
    .anim-bounce-up,
    .anim-zoom-up,
    .anim-zoom-down {
        opacity: 1 !important;
    }
}



/*     17.5. Breakpoint: 600px width and less     */

@media all and (max-width: 600px) {



    #about .itlist h2 {
   
    bottom: 50px;
   
}

     .cf {
         height: 338px;
    /* padding: 0; */
    margin: 20px auto;
}

    table.righttbl {
        display: none;
    }


    .falllogo img {
        width: 100%;
    }

    table.lefttbl {
        margin: 0 auto;
    }

    #header {
        /*min-height: 500px;
        background: url(../images/bg2.jpg) fixed;*/
        /*background-position: -255px 0;*/
    }

        #header .btn {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0px;
        }

        #header h1 {
            font-size: 4em !important;
        }

        #header h3 {
            font-size: 1.75em;
        }

        #header .header-margin {
            height: 20%;
        }

    .header-countdown #countdown div p {
        font-size: 2em;
    }

    .header-more .elegant {
        font-size: 2.5em;
    }
}

/*     17.6. Breakpoint: 480px width and less     */

@media all and (max-width: 480px) {

 .cf {
    height: 270px;
    /* padding: 0; */
    margin: 10px auto;
}

 #header .topcontent h3 {
    line-height: 24px;
    margin-bottom: 20px;
}


 .topcontent {
    margin: 127px auto 40px 0;
  
}
 

    table.righttbl {
        display: none;
    }

    .falllogo {
        margin: 94px auto 0;
    }

        .falllogo img {
            width: 100%;
        }

    h1 {
        font-size: 29px;
    }

    #about h2 {
        font-size: 28px;
        line-height: 38px;
    }


 

    #header {
        min-height: 550px;
        /*background: url(../images/bg2.jpg) fixed;*/
    }

        #header .header-margin {
            height: 18%;
        }

    .logo-cont {
        width: 30%;
    }

        .logo-cont a img {
            width: 100%;
        }

    #mainmenu .btn {
        font-size: .75em;
    }

    .navbar-toggle {
        padding: 12px 5px;
    }

    .main-menu .btn {
        margin-left: 4px;
    }

    .header-countdown #countdown div {
        font-size: .875em;
        padding-top: 10px;
    }

    #contact-more ul li span {
        width: 100%;
    }

    #header .header-txt-small {
        font-size: .5em;
    }

    #header h1 {
        font-size: 3.5em;
    }

    #header h3 {
        font-size: 1.5em;
        margin-top: 0px;
    }

    #pricing {
        background: none;
    }

    footer .elegant {
        font-size: 1.5em;
    }

    footer .sm {
        width: 35px;
        height: 35px;
    }

    footer .container div:nth-child(1),
    footer .container div:nth-child(3) {
        padding-top: 12px !important;
    }
}

/*     17.7. Breakpoint: 700px width and less, landscape orientation    */

@media all and (orientation: landscape) and (max-width: 700px) {
    .navbar-fixed-top {
        position: absolute;
    }
}
