@font-face {
	font-family: Coalhand;
	src: url(../fonts/coalhand_luke.ttf);
}

.thank {
	padding-left: 0px;
	padding-right: 0px;
}

a, a:hover, a:focus {
	text-decoration: none;
}

.topScreen {
	min-height: 100vh;
	background: url(../img/topScreen.jpg) center center no-repeat;
	border-bottom: 5px solid #d22222;
	background-size: cover;
	position: relative;
}

.prnp {
	background: url(../img/back_prnp_C01.jpg) center center no-repeat !important;
	background-size: cover !important;
}

.topScreen .container {
	position: relative;
	height: 100%;
}

.topScreen .ftr {
	width: 100%;
	position: absolute;
	bottom: 25px;
}

.masButton {
	font-size: 1.5em;
	color: #d22222;
	padding: 5px 0;
	text-align: center;
	margin-top: 50px;
	border: 2px solid #d22222;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.masButton:hover {
	color: #fff;
	border: 2px solid #d22222;
	background: #d22222;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.callToAction {
	background: rgba(255, 255, 255, .5);
	padding: 20px 35px;
	margin-top: 10%;
	margin-bottom: 100px;
}

.points {
	background: #fff;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #d22222;
	font-size: 2em;
	margin-bottom: 20px;
}

.bigRedButton {
	font-family: Coalhand;
	text-align: center;
	font-size: 2em;
	color: #fff;
	background: #d22222;
	padding: 10px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.bigRedButton:hover {
	background: #000;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.ftr img {
	width: 60px;
	height: auto;
	animation: pulse 3s infinite;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.ftr img:hover {
	animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    cursor: pointer;
}

@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}

.discountScreen {
	padding-top: 50px;
	margin-bottom: 50px;
}

.coalhand {
	font-family: Coalhand;
	font-size: 36px;
	color: #d22222;
}

.descr {
	font-size: 21px;
}

.red {
	color: #d22222;
}

.carScreen {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.fragranceScreen {
	padding-top: 50px;
	padding-bottom: 50px;
}

.fragranceScreen .coalhand {
	margin-top: 25px;
}

.textScreen {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #999;
}

.footerScreen {
	background-color: #000;
	padding: 25px 0;
}

.formScreen {
	padding: 50px 0;	
}

/*----------------Landing2---------------------*/

.callToAction2 {
	background: rgba(255, 255, 255, .5);
	padding: 20px 35px;
	margin-top: 10%;
	margin-bottom: 100px;
}

.callToAction2 h1 {
	font-family: Coalhand;
}

.callToAction2 p {
	font-size: 1.5em;
}

.bold {
	font-weight: bold;
}

.callToAction2 {
	background: rgba(255, 255, 255, .8);
	padding: 20px 35px;
	margin-top: 5%;
}

.pointSms {
	background: #000;
	padding: 10px 0;
	font-size: 2em;
	color: #fff;
}

.callToAction2 p{
	margin-bottom: 0;
	margin-top: 10px;
}

.callToAction2 h1{
	margin: 35px auto;
}


.number {
	font-size: 4em;
	background-color: #d22222;
	font-weight: bold;
}

.glyphicon-phone{
	font-size: 0.75em;
	font-weight: normal;	
}

input.required {
	width: 100% !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

/*----------------Landing3---------------------*/

.grey {
	background-color: #f7f7f7;
}

.white {
	background-color: #fff;
}

.sputnikForm {
	border: 1px solid #ddd;
	border-top: 0px;
	background-color: #fff;
}

.topScreen3 {
	height: auto;
	background: url(../img/topScreen.jpg) center center no-repeat;
	border-bottom: 5px solid #d22222;
	background-size: cover;
	padding-bottom: 50px;
}

.topScreen3 .callToAction2 {
	margin-bottom: 50px;
}

.topScreen3 .callToAction2 h1 {
	padding: 15px;
	margin-bottom: 0;
	margin-top: 0px;
	background-color: #d22222;
	color: #fff;
}

.topScreen3 .callToAction2 p {
	font-size: 1.25em;
}

/*----------------Queries---------------------*/

@media screen and (max-width: 991px) {
	.discountScreen img {
		margin-bottom: 50px;
	}
	
	.carScreen img {
		margin-bottom: 50px;
	}
	
	.fragranceScreen .coalhand {
	margin-top: 50px;
	}
	
}

@media screen and (max-width: 991px) and (orientation: landscape) {
	.discountScreen img {
		margin-bottom: 50px;
	}
	
	.carScreen img {
		margin-bottom: 50px;
	}
	
	.fragranceScreen .coalhand {
	margin-top: 50px;
	}
	
	.callToAction, .callToAction2 {
	margin-top: 2%;
	}
	
	.masButton {
	margin-top: 10px;
	}
	
	.points {
		background: #fff;
		padding: 10px 0 10px 20px;
		border-left: 5px solid #d22222;
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	
}