@font-face {
  font-family: 'BrushUp';
  src: url('fonts/brushup-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/brushup-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/brushup-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/brushup-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/brushup-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/brushup-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#page {
	overflow-x: hidden;
}

h1 {
	font-family: 'BrushUp';
	font-size: 50px;
	margin: 0;
}

h1.title {
	color: #354b4e;
	text-align: center;
	margin-top: 115px;
	margin-bottom: 20px;
}

p {
	color: #636768;
	font-size: 18px;
	line-height: 28px;
}

p.subtitle {
	text-align: center;
}

header {
	height: 130px;
	position: absolute;
	/*position: fixed;
    z-index: 99999999;*/
    background-color: transparent;
    width: 100%;
}

header.active {
	background-color: rgba(0,0,0,0.8);
	height: 80px;
}

header .logo {
	background-image: url('img/logo.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 160px;
	height: 65px;
	margin-top: 32px;
}

header.active .logo {
	margin-top: 8px;
}

a.h-btn {
	width: 170px;
    height: 50px;
    color: #fff;
    font-weight: 600;
   	font-size: 14px;
   	border: 4px solid #fff;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

header a.h-btn {
    float: right;
    margin-top: 40px;
}

header.active a.h-btn {
	margin-top: 15px;
}

a.h-btn.mobile-btn {
	display: none;
}

#header {
	background-image: url('img/header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.snow {
	opacity: 0.5;
}

.text-on-snow {
    position: absolute;
    top: 0;
    width: 100%;
}

#header .container {
	position: relative;
}

#header .header-text {
	margin-top: 24%;
	position: absolute;
}

#header h1 {
	font-size: 76px;
	color: #fff;
}

#header p {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	margin-top: 20px;
}

#adopcia .container {
	border-bottom: 1px solid #e9e8eb;
	padding-bottom: 140px;
}

.postele-container {
	margin-top: 70px;
}

.postel {
    width: 33.3%;
    float: left;
    text-align: center;
}

.postel-img {
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.postel-img h1 {
	color: #fff;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 100px;
}

.postel-img p {
	color: #fff;
	font-weight: 600;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5px;
}

.postel-text {
	position: relative;
	height: 240px;
	padding-left: 10px;
	padding-right: 10px;
}

.postel-text p {
    line-height: 28px;
}

p b {
	color: #1a1423;
}

input.adopcia-btn,
input.adopcia-btn:hover,
input.adopcia-btn:focus,
input.adopcia-btn:active {
	width: 192px;
	height: 50px;
	background-color: #802b2b;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	border-radius: 0;
	line-height: 34px;
	border: none;
	position: absolute;
	bottom: 0;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: 0px 17px 40px rgb(128,43,43,0.45)
}

input.adopcia-btn:hover,
input.adopcia-btn:focus,
input.adopcia-btn:active {
	background-color: #d52941;
	box-shadow: none;
}

input[type="radio"] {
	display: none;
}

#paulinka {
    padding-right: 15px;
}

#viktoria {
	padding-left: 15px;
    padding-right: 15px;
}

#lujza {
    padding-left: 15px;
}

#paulinka .postel-img {
	background-image: url('img/paulinka.jpg');
}

#viktoria .postel-img {
	background-image: url('img/viktoria.jpg');
}

#lujza .postel-img {
	background-image: url('img/lujza.jpg');
}

section#co-znamena {
    margin-top: 90px;
}

.row-mobile {
	display: none;
}

.about p {
	font-size: 20px;
	line-height: 32px;
}

.about .about-text p {
	width: 530px;
}

.about .about-image {
	background-size: cover;
}

.about-text-container h1 {
	margin-bottom: 50px;
	margin-top: 90px;
}

.about-text-container p {
	margin-bottom: 30px;
}

#co-znamena.about .about-text-container {
    float: right;
    margin-top: 0px;
}

#co-znamena.about .about-image div {
	background-image: url('img/cast1.jpg');
	/* height: 860px; */
	height: 700px;
	width: 100%;
	background-size: contain;
    background-repeat: no-repeat;
}

#preco.about {
	margin-top: 130px;
}

#preco.about .about-image {
	padding-right: 7%;
}

#preco.about .about-image div {
	background-image: url('img/cast2.jpg');
	height: 700px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#preco.about .about-text-container {
    float: left;
    margin-top: 150px;
}

#ina-podpora {
	margin-top: 25px;
}

.podpory-container {
    margin-top: 80px;
}

.podpora {
	float: left;
	width: 25%;
}

.podpora-image {
	width: 126px;
	height: 65px;
	background-size: cover;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.podpora-text {
	position: relative;
	height: 160px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.podpora-text p a {
	color: #d52941;
	text-decoration: underline;
}

#p30 {
    padding-right: 15px;
}

#p40 {
	padding-left: 15px;
    padding-right: 15px;
}

#p50 {
	padding-left: 15px;
    padding-right: 15px;
}

#pIne {
    padding-left: 15px;
}

#p30 .podpora-image {
	background-image: url('img/30e.jpg');
}

#p40 .podpora-image {
	background-image: url('img/40e.jpg');
}

#p50 .podpora-image {
	background-image: url('img/50e.jpg');
}

#pIne .podpora-image {
	background-image: url('img/free.jpg');
}

.spot-video {
	height: 340px;
	width: 100%;
	margin-top: 70px;
	background-image: url('img/video.jpg');
	background-size: cover;
	background-position: center;
}

footer {
	margin-top: 140px;
	margin-bottom: 50px;
}

footer .container {
	border-top: 1px solid #e9e8eb;
}

footer p {
	font-size: 15px;
	margin-top: 30px;
}

footer .footer-logo {
	width: 195px;
	height: 45px;
	background-size: cover;
	background-image: url('img/elite.jpg');
	float: right;
	margin-top: 20px;
}

@media screen and (min-width: 1680px) and (max-height: 868px) {
	#header .header-text {
    	margin-top: 24%;
	}

	#header h1 {
    	font-size: 76px;
	}
}

@media screen and (min-width: 1440px) and (max-height: 1240px) {
	#header .header-text {
    	margin-top: 24%;
	}

	#header h1 {
    	font-size: 76px;
	}
}

@media screen and (max-width: 1440px) and (max-height: 800px) {
	#header .header-text {
    	margin-top: 17%;
	}

	#header h1 {
    	font-size: 76px;
	}
}

@media only screen and (device-width : 1366px) and (device-height: 1024px) {
	#header .header-text {
    	margin-top: 24%;
	}
}

@media screen and (min-width: 991px) and (max-height: 710px) {
	#header .header-text {
    	margin-top: 13%;
	}
}

@media screen and (max-width: 1200px) {
	#header .header-text {
    	margin-top: 20%;
	}
	#header h1 {
		font-size: 72px;
	}

	#header p {
	    font-size: 18px;
	    line-height: 30px;
      margin-bottom: 30px;
	}
  section#co-znamena, #preco.about{
    margin-top: 40px;
  }

	.postel-text {
		height: 290px;
	}

	.podpora-text {
		height: 195px;
	}

	#co-znamena.about .about-text-container {
		margin-top: 0;
	}

	#adopcia .container {
		padding-bottom: 100px;
	}

	h1.title {
	    margin-top: 70px;
	}


	#preco.about .about-text-container {
		margin-top: 0;
	}

	#ina-podpora h1.title {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1400px) {
  #preco.about .about-image div{
    height: 600px;
  }
}
@media screen and (max-width: 1172px) {
	.about .col-md-6 {
		width: 100%;
	}

	.about .about-text-container {
	    float: none;
	    margin-top: 0px;
	    text-align: center;
	    width: 100%;
	}
  #preco.about .about-image div{
    height: 500px;

  }
	.about .about-text p {
	    width: 75%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.row.row-desktop {
		display: none;
	}

	.row.row-mobile {
		display: block;
	}

	#preco.about .about-image {
		padding: 0;
	}

	#preco.about .about-image div {
		background-position: center;
	}
}

@media only screen and (device-width : 1024px) and (device-height: 1366px) {
	section#header {
	    height: 1366px !important;
	    background-image: url(img/header-mobile.jpg);
	    background-position: bottom;
	    text-align: center;
	}

	#header .header-text {
	    left: 0;
	    right: 0;
	    margin-top: 11%;
	}
}

@media screen and (max-width: 992px) {
	.snow {
		opacity: 0.5;
	}

	header {
		position: absolute;
	}

	header .col-xs-12 {
		width: 50%;
	}

	header {
    	height: 95px;
	}

	header .logo {
		margin-top: 18px;
	}

	header a.h-btn {
		margin-top: 23px;
	}

	#header .header-text {
    	margin-top: 26%;
	}

	#header h1 {
    	font-size: 65px;
	}

	#header p {
	    font-size: 17px;
	    line-height: 28px;
	}

	.postel,
	.podpora {
		width: 100%;
	}

	#paulinka, #viktoria, #lujza,
	#p30, #p40, #p50, #pIne {
		padding: 0;
	}

	input.adopcia-btn, input.adopcia-btn:hover, input.adopcia-btn:focus, input.adopcia-btn:active {
		position: static;
		margin-top: 15px;
    	margin-bottom: 50px;
	}

	.postel-text,
	.podpora-text {
    	height: auto;
	}

	.about .about-image div {
	    height: 600px !important;
	    background-position: center;
	}

	footer p {
		text-align: center;
	}

	footer .footer-logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.postele-container {
    	margin-top: 40px;
	}

	#adopcia .container {
    	padding-bottom: 30px;
	}

	footer {
    	margin-top: 40px;
    	margin-bottom: 50px;
	}
}

@media only screen and (device-width : 960px) and (device-height: 600px) {
	section#header {
	    height: auto !important;
	    min-height: 910px;
	}
}

@media only screen and (device-width : 812px) and (device-height: 375px) {
	section#header {
	    height: auto !important;
	    min-height: 810px;
	}
}

@media only screen and (device-width : 800px) and (device-height: 1280px) {
	section#header {
	    height: auto !important;
	    min-height: 810px;
	    background-image: url(img/header-mobile.jpg);
	    background-position: bottom;
	    text-align: center;
	}

	#header .header-text {
	    left: 0;
	    right: 0;
	}
}

@media screen and (max-width: 772px) {
	.col-xs-12 {
		width: 100%;
	}

	header {
    	height: auto;
	}

	header a.h-btn {
		display: none;
	}

	a.h-btn.mobile-btn {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 25px;
	}

	section#header {
	    height: auto !important;
	    min-height: 810px;
	}

	#header {
    	background-image: url('img/header-mobile.jpg');
    	background-position: bottom;
	}

	#header .header-text {
	    margin-top: 130px;
	    width: 100%;
	    text-align: center;
	    position: static;
	}

	#header h1 {
    	font-size: 72px;
	}

	#header p {
	    font-size: 18px;
	    line-height: 30px;
	}

	header .logo {
		margin-left: auto;
		margin-right: auto;
	}

	.about .about-text p {
    	width: 85%;
	}
}

@media only screen and (device-width : 768px) and (device-height: 1024px) {
	section#header {
	    height: auto !important;
	    min-height: 1250px;
	}
}

@media only screen and (device-width : 736px) and (device-height: 414px) {
	section#header {
		height: 1230px !important;
	}
}

@media only screen and (device-width : 732px) and (device-height: 412px) {
	section#header {
		height: 1230px !important;
	}
}

@media only screen and (device-width : 667px) and (device-height: 375px) {
	section#header {
		height: 1190px !important;
	}
}

@media only screen and (device-width : 640px) and (device-height: 384px) {
	section#header {
		height: 1130px !important;
	}
}

@media only screen and (device-width : 640px) and (device-height: 360px) {
	section#header {
		height: 1130px !important;
	}
}

@media screen and (max-width: 620px) {
	.about .about-image div {
	    height: 400px !important;
	}
}

@media only screen and (device-width : 600px) and (device-height: 960px) {
	section#header {
	    height: 1120px !important;
	}
}

@media only screen and (device-width : 568px) and (device-height: 320px) {
	section#header {
		height: 1110px !important;
	}
}

@media screen and (max-width: 490px) {

	#header h1 {
	    font-size: 55px;
	}

	#header p {
	    font-size: 15px;
	    line-height: 26px;
	}
}

@media only screen and (device-width : 480px) and (device-height: 320px) {
	section#header {
		height: 940px !important;
	}
}

@media screen and (max-width: 400px) {
	#header h1 {
	    font-size: 42px;
	}

	#header p {
	    font-size: 12px;
	    line-height: 22px;
	}
}

@media only screen and (device-width : 414px) and (device-height: 736px) {
	section#header {
		height: 910px !important;
	}
}

@media only screen and (device-width : 412px) and (device-height: 732px) {
	section#header {
		height: 910px !important;
	}
}

@media only screen and (device-width : 384px) and (device-height: 640px) {
	section#header {
		height: 810px !important;
	}
}

@media only screen and (device-width : 360px) and (device-height: 640px) {
	section#header {
		height: 810px !important;
	}
}
