html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #444;
    font-weight: 300;
    font-size: 14px;
    background-image: url(../images/fon.jpg); /* Our flat color for background */
    background-size: cover;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}


h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    margin-top: 250px;
    font-size: 6em;
    padding-top: 100px;
    font-family: 'Raleway', sans-serif;
    font-weight:100;
}

h2
{
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight:200;
}
h3.logo 
{
    font-family: 'Lemon', cursive;
}
h3
{
    font-size: 17px;
}
a 
{
    color: #222;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #444;
}
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: #222;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}


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

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

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

/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 0px;
}
.btn-transparent 
{
    color: #444444;
    background: transparent;
    border: 1px solid #444;
}
.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-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active
{
    color: #ffffff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active
{
    color: #ffffff;
    background-color: #bb0000;
    border-color: #bb0000;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active
{
    color: #ffffff;
    background-color: #007bb6;
    border-color: #007bb6;
}

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

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active
{
    color: #ffffff;
    background-color: #cb2027;
    border-color: #cb2027;
}

/*********************************/
/********* 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 *************/
/*********************************/ 

.version_theme 
{
    margin-bottom: 20px;
}

.version_theme a 
{
    display: block;
}

.section{
    padding: 10px 0px;
}

#contact 
{
    margin: 10px 0px;
}

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

/*********************************/
/************ @media *************/
/*********************************/

@media (max-width:767px)
{
    h1.logo 
    {
        padding-top: 10px;
        font-size: 45px;
    }
    h2{
        font-size: 20px;
    }
    
    #footer p 
    {
        font-size: 11px;
    } 
}