/* GENERAL CLASSES */

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
/* SITE */

body {
    /*font-family: 'Ubuntu', sans-serif;*/
     font-family: 'Open Sans';
     font-size:14px;

 

}
a {
  color: #fff;
  text-decoration: none;
  
}
/********************************************/
/*				  HEADER 					*/
/********************************************/

.header-container {
    min-height: 120px;
    background-color:#464646;
    padding-top: 55px;
    background-repeat: repeat-x;
    background-size: cover;
}

 background-color: #fff;
}
@media only screen and (max-width: 992px) {
    .logo {
        text-align: center;
    }
    
    .header-container {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .skypeContact,
    .social-icons {
        text-align: center;
    }
    
    .header-container {
        padding-bottom: 20px;
    }
}
/********************************************/
/*				 END HEADER 				*/
/********************************************/
/********************************************/
/*				 SUBHEADER	 				*/
/********************************************/

.subheader-container {
    min-height: 480px;
    background-color:#464646;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.subheader-container h1 {
    color: #B0A3A4;
    font-weight: 300;
    font-size:75px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
}
.subheader-container .text-content {
    color: #fff;
    font-weight: 100;
    font-size:20px;

}
.subheader-container .button-holder {
    margin-top: 60px;
}

.subheader-container h4 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.subheader-container h5 {
    color: #B0A3A4;
    font-weight: 300;
    font-size:45px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
}


/* MEDIA QUERIES */

@media only screen and (max-width: 992px) {
    .subheader-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 655px) {
    .btn.red {
        margin: 0;
        margin-right: 0 !important;
        margin-bottom: 20px;

    }
    .subheader-container {
        padding-bottom: 0;
    }
    .butt {
        width: 270px;
    }
    .butt .butt-text {
        font-size: 20px;
    }
}
/********************************************/
/*			    END SUBHEADER 				*/
/********************************************/
/********************************************/
/*				 SLIDER		 				*/
/********************************************/

.slider-container {
    position: relative;
    background-color:#464646;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}


.slider_left,
.slider_right {
    width: 35px;
    height: 49px;
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 999;
}
.slider_left {
    left: 5px;
    background: url('../images/slider_left.png');
}
.slider_right {
    right: 5px;
    background: url('../images/slider_right.png');
}
.slider-inner {
    height: 100%;
    overflow: hidden;
}
.slider-inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slider-inner ul li {
    float: left;
    text-align:center;
}
.slider-inner ul li img {
    width: 85%;
    margin: auto;
    max-width: 960px;
}
/********************************************/
/*				 END SLIDER	 				*/
/********************************************/

.footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #464646;
    position: relative;
    color: #b7b7b7;
    font-weight: 100;
}

.footer-container h3 {
    font-weight: 300;
}


.newsletter input {
    background: #666;
    border: 1px solid #888;
    padding: 12px 16px;
    outline: none !important;
    float: left;
    width: 220px;
    border-right: 0;
    height:44px;
}
.newsletter i {
    background: #77c708;
    width: 55px;
    height: 44px;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    cursor: pointer;
}

.newsletter h3 {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 992px) {
    .contact {
        text-align: center;
    }
    .contact .skype {
        width: 220px;
        margin: auto;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .newsletter,
    .facebook {
        text-align: center;
    }
    .newsletter .inputHolder {
        width: 280px;
        margin: auto;
    }
}

.footer-bottom h3 {
    color: #b7b7b7;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #767676;
    font-weight: 400;
}
.footer-bottom ul {
    list-style-type: none;
    width: 100%;
    text-align: center;
}
.footer-bottom ul li {
    display: inline-block;
    margin: 10px 9px;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 0;
}

.btn.sign-in {
    text-transform: uppercase;
}

.btn.red {
    background: #B0A3A4;
    border-bottom: 6px solid #B0A3A4;
    color: #fff;
    margin-right: 40px;
}

.btn.sign-in i {
    padding: 4px 20px 3px;
    font-size: 25px;
}

.btn.red i {
    border-right: 1px solid #fff;
}

.btn div, .btn i {
    display: inline-block;
    float: left;
}

.btn.sign-in div {
    padding: 4px 20px 0;
    font-size: 20px;
}


    