html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif ;
}

hr {
  max-width: 500px;
  border : 0;
  height: 2px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255,255,255, 0.9), rgba(0, 0, 0, 0)); 
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/tes4.jpg)no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 50px 15px;
    text-align: center;
}

header .header-content .header-content-inner h3 {
    margin-top: 0;
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 21px;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 36px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
}	


@media (min-width:768px) {

	
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 50px 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 16px;
    }
}

.btn1 {
	border: 0;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin: 1em 1.5em 0.5em 1.5em;
}

.btn-xl {
    padding: 11px 45px;
}

body {
    webkit-tap-highlight-color: #222;
}

#spasi {
	display: none;
}

@media only screen and (max-width: 500px) {
	
	.modal-content {
	padding: 0 ;
	}
	
	#quote {
	display: none;
	}

	#spasi {
	display: block;
	}

	header .header-content .header-content-inner h1 {
	margin-top: 0;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
	font-weight: 350;
	font-size: 32px;
	line-height: 1.4;
	}

	br {
	display: none;
	}

	header .header-content {
	padding: 25px 15px;
}

}

