html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #58595b;
    font-weight: 500;
    font-size: 14px;
    background: #ffffff;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #ffffff;
}
.backgroundColor body 
{
    background: #ffffff; /* Our flat color for background */
}
.backgroundVideo body
{
    background: #000;
}
.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: 500;
    line-height: normal;
}
h1
{
    font-size: 30px;
}
.logo 
{
  
    padding-top: 100px;
   
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 17px;
}
a 
{
    color: #58595b;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #58595b;
}
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;
}

/


/*********************************/
/******** Form newsletter ********/
/*********************************/ 


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

/* Footer gradient */
.backgroundImage #footer, 
.backgroundSlider #footer,
.backgroundVideo #footer
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
}

#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: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
  color: #545454;
  background-color: #ffffff;
  border-color: #ffffff;
}


/*********************************/
/********* Placeholder ***********/
/*********************************/  
.form-control::-webkit-input-placeholder 
{
   color: #ffffff;
}

.form-control:-moz-placeholder 
{
   color: #ffffff;  
}

.form-control::-moz-placeholder 
{  
   color: #ffffff;  
}

.form-control:-ms-input-placeholder 
{  
   color: #ffffff;  
}

/*********************************/
/************ 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 *************/
/*********************************/
@media (max-width:991px)
{
    .backgroundVideo body
    {
        /* Full background image because video can't autoplay on mobile & tablet devices */
        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;
    }
    
    .video-btns
    {
        position: relative;
        top: 10px;
        left: auto;
        right: auto;
        
        display: none;
    }
}
@media (max-width:767px)
{
    .logo_small
    {
     
		width:250px;
    }

  
   
    
    #footer p 
    {
        font-size: 11px;
    }
    

    
}