html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: black;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #378e95;
}

.backgroundImage body 
{
    /* Full background image */
    background: url('../images/bg1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 45px;
    padding-top: 100px;
    font-family: 'Lemon', cursive;
}
h2.logo 
{
    font-family: 'Lemon', cursive;
}
h2
{
    font-size: 20px;
}
h3.logo 
{
    font-family: 'Lemon', cursive;
}
h3
{
    font-size: 17px;
}
a 
{
    color: black;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: black;
}
a, button
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





/* Sticky footer */
#footer 
{
    color: black;
    position: absolute;
    overflow: hidden;
    bottom: 40px;
    width: 100%;
    height: 30px;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}



#footer p 
{
    font-size: 15px;
    margin: 0px;
}

#footer a 
{
    color: #ffffff;
    text-decoration: underline;
}

.slide.cycle-slide
{
    width: 100%;
}

/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 0px;
}
.btn-transparent 
{
    color: black;
    background: transparent;
    border: 1px solid black;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
  color: #545454;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active 
{
     color: #ffffff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active
{
     color: #ffffff;
    background-color: #00aced;
    border-color: #00aced;
}






.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active
{
    color: #ffffff;
    background-color: #517fa4;
    border-color: #517fa4;
}





/*********************************/
/************ Others *************/
/*********************************/ 
.video-btns
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

#controlBar_bgndVideo {
    display: none !important;
}

.YTPOverlay.raster {
    background: #000;
    opacity: 0.2;
}

.version_theme 
{
    margin-bottom: 20px;
}

.version_theme a 
{
    display: block;
}

.version_theme a img 
{
    max-width: 100%;
}
.version_theme a h2 
{
    margin-bottom: 20px;
}

.section{
    padding: 10px 0px;
}

#contact 
{
    margin: 10px 0px;
}

#contact a:first-child 
{
    margin-right: 20px;
}


@media (max-width:767px)
{
    h1.logo 
    {
        padding-top: 10px;
        font-size: 25px;
    }

 
}