.yellow{
	color: #ff0 !important;
}
h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
	font-size: 36px;
	text-align: left;
	text-transform: uppercase;
	margin: 64px auto 53px;
}
p+h2, ul+h2, ol+h2{
	margin-top: 60px;
}
video{
	max-width: 100%;
}
h2{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 45px;
}
h3{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 26px;
	text-align: center;
	color: #333333;
	margin-bottom: 37px;
}
h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #333333;
	margin-bottom: 5px;
}
p, li{
	text-align: left;
}
p+img{
	margin-top: 12px;
}
img+p{
	margin-top: 32px;
}
.sqvizer{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
}
.sqvizer>strong{
	color: #FF1A31;
}
#header{
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	transform: translateZ(0);
	padding: 5px 0 5px;
	transition: all 1s;
	background-color: rgba(30,30,30,0.95);
}
.main-page #header{
	background-color: transparent;
	padding: 21px 0 5px;
}
#header.scrolled{
	background-color: rgba(30,30,30,0.95);
	padding: 5px 0 5px;
}
#header ul.main-menu{
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 5px 0 0;
}
#header ul.main-menu>li{
	display: inline-block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #FFFFFF;
}
#header ul.main-menu>li+li{
	margin-left: 24px;
}
#header ul.main-menu>li>a{
	color: #FFFFFF;
	display: block;
	padding: 7px 2px;
}
#header ul.main-menu>li>a:hover{
	color: #FFFF00;
}
#header a.logo{
	display: inline-block;
	width: 80px;
	height: 37px;
	background-image: url('img/logo-small-light.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#main-page{
	text-align: center;
}
#first-screen{
	background-image: url('img/first-screen-bg.jpg');
	background-size: cover;
	background-position: center bottom;
	padding: 134px 0 85px;
	position: relative;
}
#first-screen .container{
	z-index: 2;
	position: relative;
}
#first-screen #rubber-stamp{
	position: absolute;
	right: 10px;
	top: 25%;
	z-index: 1;
}
#first-screen h1{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
	margin: 4px auto 80px;
}
#first-screen h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px auto 73px;
}
#first-screen h3 > span{
	color: #FF1A31;
}
.red{
	color: #FF1A31;
}
.video-button{
	background-image: url('img/youtube.png');
	background-position: 26px center;
	background-repeat: no-repeat;
	padding-left: 72px !important;
}
#why{
	padding: 56px 0 69px;
}
#to-whom{
	background-image: url('img/to-whom-bg.jpg');
	background-size: cover;
	background-position: center top;
	padding: 77px 0 75px;
}
#to-whom .big-number{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 48px;
	text-align: center;
	color: #FF1A31;
}
#to-whom h4{
	text-align: center;
	margin: 5px auto 30px;
}
#where{
	padding: 63px 0 82px;
}
#where .where-items{
	margin: 30px 0 0;
	padding-left: 61px;
	background-position: left top;
	background-repeat: no-repeat;
}
#where .where-items:nth-of-type(1){
	background-image: url('img/house.png');
}
#where .where-items:nth-of-type(2){
	background-image: url('img/train.png');
}
#where .where-items:nth-of-type(3){
	background-image: url('img/parking.png');
}
#how-to-use{
	background-image: url('img/how-to-use-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 90px 0 75px;
}
#how-to-use h2{
	margin-bottom: 20px;
}
h2+p{
	text-align: center;
	width: 353px;
	margin: 0 auto 26px;
}
#how-to-use .how-to-use-items img{
	text-align: center;
	margin: 0px auto 5px;
}
#how-to-use .how-to-use-items p{
	text-align: center;
}
#how-to-use .how-to-use-items{
	padding-bottom: 40px;
}
#how-much{
	background-image: url('img/sky.jpg');
	background-size: cover;
	background-position: center bottom;
	padding: 85px 0 92px;
}
#how-much h2{
	color: #fff;
	margin-bottom: 40px;
}
#how-much h3{
	margin: 25px 0 0;
}
#how-much h3>span{
	color: #FF1A31;
	text-transform: uppercase;
	display: block;
}
#where-get{
	padding: 50px 0 88px;
}
#where-get .row > div:nth-of-type(3){
	padding-top: 70px;
}
#where-get h3{
	color: #FF1A31;
	padding-top: 45px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('img/support.png');
	margin: 57px 0 15px;
	text-align: left;
}
#facts{
	background-image: url('img/facts-bg.jpg');
	background-size: cover;
	background-position: center top;
	padding: 57px 0 70px;
}
#facts .shadow{
	margin: -65px auto 0;
	width: 545px;
	height: 32px;
	background-color: #333;
	border-radius: 100%;
	box-shadow: 0px 120px 20px rgba(0, 0, 0, 0.15);
}
.p-list p{
	position: relative;
	padding-left: 57px;
	margin-bottom: 18px;
}
.p-list p:before{
	display: block;
	position: absolute;
	left: 21px;
	top: -5px;
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 26px;
	text-align: center;
	color: #FF1A31;
}
.p-list p:nth-of-type(1):before{
	content: "1.";
}
.p-list p:nth-of-type(2):before{
	content: "2.";
}
.p-list p:nth-of-type(3):before{
	content: "3.";
}
.p-list p:nth-of-type(4):before{
	content: "4.";
}
.p-list p:nth-of-type(5):before{
	content: "5.";
}
.p-list p:nth-of-type(6):before{
	content: "6.";
}
.p-list p:nth-of-type(7):before{
	content: "7.";
}
.p-list p:nth-of-type(8):before{
	content: "8.";
}
#win-smartphone{
	background-image: url('img/sqvizer-photo-5.jpg');
	background-size: cover;
	background-position: center;
	padding: 45px 0 80px;
}
#win-smartphone .substrate{
	position: relative;
	padding-bottom: 45px;
}
#win-smartphone .substrate:before{
	content: "";
	background-color: rgba(255,255,255,0.75);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 69px;
	bottom: 0;
}
#win-smartphone img.youtube{
	margin: 105px auto 7px;
}
#win-smartphone h3{
	margin: 0 0 20px;
}
#win-smartphone h2{
	color: #FF1A31;
	margin: 0 0 38px;
}
#win-smartphone h4{
	text-align: center;
	margin: 0 0 28px;
}
#win-smartphone h4>span{
	color: #FF1A31;
}
#business{
	padding: 137px 0 80px;
}
#business h2{
	margin: 25px 0 40px;
}
#business .for-business{
	text-align: left;
}
#business .for-business button{
	margin-top: 10px;
}
#footer{
	background-color: #5E5E5E;
	color: #f5f5f5;
}
#footer h2{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 24px;
	color: #F5F5F5;
	text-transform: none;
	border-bottom: 1px solid #C4C4C4;
	text-align: left;
	padding: 12px 0 2px;
	margin-bottom: 29px;
}
#footer h2 > img{
	margin-right: 25px;
}
#footer h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	color: #FFFF00;
	margin-top: 16px;
	margin-bottom: 30px;
}
#footer a{
	color: #f5f5f5;
	line-height: 20px;
	font-size: 16px;
}
#footer ul{
	list-style: none;
	padding: 0;
}
#footer li{
	margin-bottom: 18px;
}
#footer #copywrite{
	background-color: #ff0;
	margin-top: 33px;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	color: #5E5E5E;
}
.certificates-link{
	color: #FF1A31;
}
h2.before-p{
	margin-bottom: 20px;
}
#smartphone-page #win-smartphone{
	padding: 84px 0 67px;
}
#golosovanie{
	padding: 56px 0 0;
	background-image: url('img/golosovanie-bg.jpg');
	background-size: cover;
	background-position: center;
}
#podrobnosti{
	padding: 56px 0;
}
#winners{
	padding: 56px 0 0;
	background-image: url('img/winners-bg.jpg');
	background-size: cover;
	background-position: center;
}
.member-video{
	position: relative;
	height: 228px;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.member-info{
	padding: 10px 35px;
	text-align: left;
	position: relative;
}
.member{
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 48px;
	text-align: center;
	padding-bottom: 18px;
}
.member-votes{
	position: absolute;
	width: 46px;
	height: 46px;
	background-image: url('img/heart-stroke.png');
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	color: #FF1A31;
	top: 20px;
	right: 35px;
}
.member-votes.voted{
	background-image: url('img/heart-fill.png');
	color: #fff;
}
.member-name{
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	color: #333333;
	margin-top: 16px;
}
.member-town{
	font-weight: normal;
	line-height: 18px;
	font-size: 14px;
	color: #333333;
}
.vote-disabled{
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #5E5E5E;
	margin: 18px 0 16px;
}
.vote-win-time{
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #FF1A31;
	margin: 18px 0 16px;
}
#template1-page{
	padding-top: 117px;
	padding-bottom: 120px;
}
#template1-page h3{
	text-align: left;
}
#template1-page h4{
	margin-top: 54px;
	margin-bottom: 20px;
}
#make-support-page{
	padding: 100px 0 88px;
	background-image: url('img/support-bg.jpg');
	background-size: cover;
	background-position: center top;
}
#make-support-page .first-p{
	margin: 130px 0 50px;
}
#make-support-page h2{
	margin: 51px 0 21px;
}
#make-support-page h4{
	text-align: center;
	margin: 0px 0 60px;
}
.big-digit{
	font-family: PT Serif Caption;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 48px;
	text-align: center;
	color: #FF1A31;
}
#make-support-page .step-items img{
	margin-bottom: 12px;
}
#make-support-page .step-items p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin-bottom: 57px;
}
#make-support-page h3{
	color: #FF1A31;
	margin: 44px 0 47px;
}
#make-support-page .step-items2 p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin-bottom: 57px;
}
#make-support-page button{
	margin: 50px auto 0;
}
.upload-button{
	display: inline-block;
	margin: 10px 0 5px 0;
	cursor: pointer;
	background-color: transparent;
	text-transform: none;
	border-style: solid;
	border-width: 1px;
	border-color: #FF1A31;
	text-decoration: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 12px 21px 13px;
	font-size: 16px;
	text-align: center;
	color: #FF1A31;
	position: relative;
}
.upload-button input{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-button:hover{
	text-decoration: none;
	background-color: #FF1A31;
	border-color: #FF1A31;
	color: #fff;
}
@media (max-width: 1210px){
	#header ul.main-menu>li+li{
		margin-left: 12px;
	}
}
@media (max-width: 1199px){ /* lg */
	
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	.shadow{
		display: none;
	}	
}
@media (max-width: 767px){ /* sm */
	/*#first-screen #rubber-stamp{
		width: 20% !important;
		right: 0px;
		top: 40%;
		opacity: 0.8;
	}*/
	#first-screen #rubber-stamp{
		width: 25% !important;
		right: 0px;
		top: 10%;
	}
}
@media (max-width: 479px){ /* xs */
	
}