/*Main styles*/

body{
	background: #1d1d1b url('../images/background.jpg') top right no-repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

h1{
	color: #e35e0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-shadow: 0 0 8px #000;

}

h3{
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 16px;
	line-height: 20px;
}

h2{
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 20px;

}

h4{
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

/*******Logo********/


/*#logo{
	width: 140px;
	height: 183px;
}*/

.img-responsive{
    margin-top: 20px;
    margin-bottom: 10px;
}

.container.logo{
    width: 15%;
    float: left;
}

/********* Main Text **********/

.container.construction{
    padding-top: 80px;
    margin-left: 0px;
}

.container.construction h1{
    color: #e35e0f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    text-shadow: 0 0 8px #000;
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.container.construction h3{
    text-shadow: 0 0 8px #000;
    text-align: center;
}

.container.text{
    margin-top: 40px;
	width: 60%;
	text-align: center;
}

/****Image Slider********/

.slick-prev:before, .slick-next:before{
	font-size: 40px!important;
}

.slick-prev {
    left: -43px!important;
}


