/*
	Project Name : Roofers Landing page
	Author Company : Ewebcraft
	Project Date: 08 june, 2015
	Author Website : http://www.ewebcraft.com
	Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
	
	+ @font-face

	+ .back-to-top

	+ #header
		- .logo-container
		- .top-info-container
			
	+ #welcome
		- .welcome-info
		- .estimation-form
			
	+ #client-logos    
		
	+ #about
		- .section-heading
		- .section-detail

	+ #services
		- .services-container
			- .service-detail

	+ #news-letter
		- .news-letter-form      

	+ #clients
		- .client-container

	+ #footer
		- .footer-info
		- .copy-right
		
	-------------------------------------------------------------------*/

@font-face {
	font-family:'OpenSansRegular';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
		 url('../fonts/opensans-regular.woff2') format('woff2'),
		 url('../fonts/opensans-regular.woff') format('woff'),
		 url('../fonts/opensans-regular.ttf') format('truetype'),
		 url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff') format('woff'), 
		url('../fonts/OpenSans-Bold.ttf')  format('truetype'), 
		url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
	font-family: 'RobotoLight';
	src: url('../fonts/RobotoLight.eot');
	src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
		url('../fonts/RobotoLight.woff2') format('woff2'),
		url('../fonts/RobotoLight.woff') format('woff'),
		url('../fonts/RobotoLight.ttf') format('truetype'),
		url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf')  format('truetype'), url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'JustLovely';
    src: url('../fonts/justlovelyslantedwide-webfont.woff2') format('woff2'),
         url('../fonts/justlovelyslantedwide-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #244289;
}

.thank-you {
	background-color: #2f3030; 
	font: normal 70px 'JustLovely';
	color: #FFF;
	padding: 15px; 
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right:5%;
	width: 52px;
	height: 52px;
	z-index:777100;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#f6303e;
	padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
	 color: #ffffff;
}

hr{
	border: 0;
	height: 1px;
	width:12% !important;
	position: relative;
	margin:25px auto;
}
.hr{
	background: #db1c23;
	height: 1px;
	width:35% !important;
	position: relative;
	margin:20px auto;
	display:block;
}
.center{
	 background: #db1c23;
}
.center:before{
		background:inherit;
		content: "";
		display: inline-block;
		height: 14px;
		left:50%;
		margin: 0 0 0 -20px;
		position: absolute;
		top: -7px;
		width:40px;
		-moz-transform:skew(-40deg);
		-webkit-transform:skew(-40deg);
		-o-transform:skew(-40deg);
		-ms-transform:skew(-40deg);
		transform:skew(-40deg);
}

.section-heading {
	font-family: 'RobotoLight';
	color: #35383e;
}
.section-text {
	font-family: 'OpenSansRegular';
	color: #35383e;
	margin-top: 40px;
	line-height: 1.6em;
}

/* Header */

#header {
	/* background: #f8f7b6; */
	background: url(../images/header-bg.jpg);
	width:100%;
	position:relative;
	-webkit-box-shadow: 0 3px 3px 0 #2f3030;
	box-shadow: 0 3px 3px 0 #2f3030;
	text-align: center;
}
.col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
	width: 18%;
}
.col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
	width: 82%;
	padding-right: 0px;
	padding-left: 0px;
}
#header span.header-left{
	position: absolute;
	right: 82%;
	width: 100%;
	height: 100px;
}
#header .logo{
	height: 100px;
	margin-top: 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#header .logo:before {
	 zborder-top: 100px solid transparent;
	 zborder-right: 50px solid #f8f7b6;
	 content: "";
	 height: 0;
	 right: 0;
	 position: absolute;
	 top: 0;
	 width: 0;
}
#header .logo span.for-logo {
	background-color: #FFF;
	height: 152px;
	position: absolute;
	right: 31px;
	top: -25px;
	transform: rotate(27deg);
	width: 6px;
}
#header .logo a{
	display: inline-block;
	margin-top: 11px;
}
#header:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
#header:after {
	left: 100%;
	background:#212022;
}
#header .top-info {
	margin-top: 11px;
}
#header .top-info .address,
#header .top-info .emailAddress,
#header .top-info .phoneNo,
#header .top-info .timing-info,
#header .top-info .timing {
	padding: 0px;
} 
#header .top-info .timing {
	text-align: right;
}
#header .top-info span {
	font-family: 'RobotoRegular';
	color: #244289;
	zmargin-right: 15px;
	font-size: 40px;
}
#header .top-info span a {
	text-decoration: none;
}
#header .top-info strong {
	padding-right: 10px !important;
}
#header .top-info span i {
	color: #d31e25;
	margin-right: 5px;
}
#header .top-info .timing-1 span,
#header .top-info .timing-2 span {
	color: #d31e25;
	margin-right: 0px;
}

	/* Welcome */

section.module.parallax {
	height: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.module.parallax-1 {
	background-image: url(../images/main-bg-van-1.jpg);
	padding: 0;
}

#welcome .welcome-info h3,
#welcome .welcome-info h1,
#welcome .welcome-info p {
	color: #fff;
}
#welcome .welcome-info h3 {
	font-family: 'RobotoRegular';
	font-size: 21px;
	text-transform: uppercase;
	background-color: #f6303e;
	padding: 20px;
	margin: 0;
}
#welcome .welcome-info h1 {
	font-family: 'OpenSans-Bold';
	text-transform: uppercase;
	font-size: 32px;
	color: #244289;
}
#welcome .welcome-info p {
	font-family:'OpenSansRegular';
	font-size: 16px;
	color: #000;
}

#welcome .form {
	/* margin-top: 153px; */
	margin: 153px 0;
}

#welcome .estimation-form {
	background: #2f3030;
	width: 100%; 
	height: 350px;
}
#welcome .estimation-form h3 {  
	background-color: #f6303e;  
	padding:20px 30px;
	margin-bottom: 20px;
}
#welcome .estimation-form h3 > .skew-reverse {
	text-transform: uppercase;
	font-family: 'RobotoRegular';
	color: #fff;
	display: inline-block;
}
#welcome .estimation-form p {
	font-size: 'OpenSansRegular';
	color: #f5f5f5;
	margin-bottom: 25px;
}

#welcome .form-wrapper {
	padding:0 15px;
}

#welcome .estimation-form .form-inline .form-group {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
}

#welcome .estimation-form .form-inline .form-group .form-control {
	width: 100%;
	border-radius: 0px;
	color: #000;
	font-family: 'RobotoLight';
	height: 45px;
	font-weight: bold;
}
#welcome .estimation-form .form-inline .form-group textarea.form-control {
	height: auto;
}

#welcome .estimation-form .form-inline .btn-estimation {
	background-color: #f6303e;
	border-color: #f6303e;
	border-radius: 0px;
	-moz-transform:skew(-20deg);
	-webkit-transform:skew(-20deg);
	-o-transform:skew(-20deg); 
	-ms-transform:skew(-20deg);
	transform:skew(-20deg);
	-webkit-transition: all 0.40s ease;
	-moz-transition: all 0.40s ease;
	-ms-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition:all 0.40s ease; 
}
#welcome .estimation-form .form-inline .btn-estimation .btn-skew-reverse {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'OpenSansRegular';
	-moz-transform:skew(20deg);
	-webkit-transform:skew(20deg);
	-o-transform:skew(20deg); 
	-ms-transform:skew(20deg);
	transform:skew(20deg);
	-webkit-transition: all 0.40s ease;
	-moz-transition: all 0.40s ease;
	-ms-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition:all 0.40s ease; 
}
#welcome .estimation-form .form-inline .btn-estimation:hover .btn-skew-reverse {
	color: #212022;
}
#welcome .promise {
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Safari */
	transform: rotate(-20deg);
	position: absolute;
	z-index: 500;
	right: -70px;
	bottom: 10px;
}

#welcome .disclaimer {
	background-color: #2f3030;
	color: #CCC;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}

/* Client-Logos */

#client-logos {
	padding: 30px 0px 20px;
	background: #d7d7d7;
}

#client-logo-slider .item{
	margin: 10px;
}
#client-logo-slider .item img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.7;
}

	/* About */

#about {
	padding: 60px 0px 25px;
}
#about h1 {
	font-family: 'RobotoLight';
	color: #fff;
	background-color: #f6303e;
	padding: 20px;
	margin: 0;
}
#about .section-detail {
	margin-top: 100px;
}
#about .section-detail .detail {
	margin-bottom: 50px;
	display: inline-block;
}
#about .section-detail h3 {
	margin-top: 0px;
	font-family: 'RobotoRegular';
	color: #35383e;
	margin-bottom: 25px;
}
#about .section-detail p {
	font-family: 'OpenSansRegular';
	line-height: 1.9em;
	color: #35383e;
	font-size: 16px;
}

	/* Services */

section.module.parallax-2 {
	background-image: url(../images/services-bg.jpg);
	padding: 75px 0px;
}
#services h1 {
	font-family: 'RobotoLight';
	color: #fff;
	background-color: #f6303e;
	padding: 20px;
	margin: 0;
}
#services .services-container {
	margin-top: 50px;
}
#services .services-container .service-detail {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

#services .services-container .service-detail .service-hover {
	background: rgba(255,255,255,1);
	display: inline-block;
	width: 100%;
	padding: 20px;
	height: 30%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.40s ease;
	-moz-transition: all 0.40s ease;
	-ms-transition: all 0.40s ease;
	-o-transition: all 0.40s ease;
	transition:all 0.40s ease;
}
#services .services-container .service-detail .service-hover h3 {
	font-family: 'OpenSansRegular';
	color: #19171c;
	margin: 0px;
	text-transform: none;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
}
#services .services-container .service-detail .service-hover p {
	display: none;
	font-family: 'OpenSansRegular';
	color: #fff;
	line-height: 1.8em;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition:all 0.30s ease-in-out;
}

#services .services-container .service-detail:hover .service-hover {
	background: rgba(255,255,255,0.8);
	height: 100%;
}
#services .services-container .service-detail:hover .service-hover h3 {
	text-transform: uppercase;
}
#services .services-container .service-detail:hover .service-hover p {
	display: block;
	color: #262626;
	margin-top: 20px;
}

	/* News-Letter */

#news-letter {  
	background: url(../images/news-letter-bg.jpg) no-repeat;
	/*background-size:100% 100%;*/
	background-size:cover;
	padding: 60px 0 50px;
}
#news-letter h1 {
	font-family: 'RobotoLight';
	color: #fff;
}
#news-letter p {
	font-family: 'OpenSansRegular';
	color: #1a1a1a;
	font-size: 18px;
}
.news-letter-form {
	margin-bottom: 50px;
	margin-left: 20px;
}
.news-letter-form .form-inline {
	margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
	width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
	padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
	background: none repeat scroll 0 0 #f6f6f6;
		border: 1px solid #c9c9c9;
		border-radius: 0;
	 font-family:'OpenSansRegular';
		font-size: 14px;
		font-weight: normal;    
}
.news-letter-form .form-inline .form-control {
	 height: 64px;
		padding: 5px 20px;
		width: 100%;
}
.news-letter-form .submit-button {
	background: #db1c23;
	border-color: #db1c23;
	border-radius: 0;
	color: #fff;
	height: 64px;
	padding-left: 26px;
	padding-right: 26px;
	font-family: 'RobotoLight';
	font-size: 22px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.news-letter-form .submit-button:hover {
	background: #212022;
	border-color: #212022;
}
 
	/* Clients */

#clients {
	padding: 60px 0 75px;
}

#clients .client-container {
	margin-top: 75px;
}
#clients .client-box {
	padding: 20px 20px 20px 60px;
	position: relative;
	border: 1px solid #d7d7d7;
	width: 90%;
	margin-right: 1%;
	float: right;
}
#clients .client-box .client-image {
	position: absolute;
	width: 104px;
	height: 104px;
	margin-top: -52px;
	top: 50%;
	left: -60px;
}

#clients .client-box .client-text h4 span {
	font-family: 'RobotoRegular';
	color: #db1c23;
	padding-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #db1c23;
}
#clients .client-box .client-text p {
	font-family: 'OpenSansRegular';
	color: #35383e;
	line-height:1.9em;
	margin-top: 25px;
}

#reviews {
	background-color: #2f3030; 
	color: white;
}
#reviews a {
	color: #f6303e;
}
#reviews .quote {
	border-top: 1px solid #666;
}

/* Footer */
#footer {
	padding-top: 50px;
	background: url(../images/header-bg.jpg);
	border-top: 5px solid #f6303e;
}
#footer .footer-info h3 {
	font-family: 'RobotoLight';
	color: #f6303e;
	font-weight: bold;
}
#footer .footer-info h3 cite {
	font-size: 16px;
	margin-right: 10px;
	font-style: normal;
}
#footer .footer-info h3 span {
	color: #244289;
}
#footer .footer-info p {
	font-family: 'OpenSansRegular';
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
	padding: 20px 0; 
}
#footer .footer-info .social a {
	color: #000;
	margin-right: 10px;
}
#footer .footer-info .social a .fa {
	color: #000;
}
#footer .footer-info .social a .fa:hover {
	color: #db1c23;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-ms-transition: all 1s ease 0s;
}
#footer .footer-info .bottom-services {
	padding-top: 20px;
}
#footer .footer-info .bottom-services p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: 'OpenSansRegular';
	zcolor: #8b8b8b;
}
#footer .footer-info .bottom-services p a {
	zcolor: #8b8b8b;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
#footer .footer-info .bottom-services p a:hover {
	color: #fff;
}
#footer .footer-info .inTouch {
	padding:20px 0px 0px 15px;
}
#footer .footer-info .inTouch .inTouch-row {
	margin-bottom: 15px;
}
#footer .footer-info .inTouch .inTouch-icon {
	padding: 0px;
}
#footer .footer-info .inTouch .inTouch-icon .fa {
	color: #000;
}
#footer .footer-info .inTouch .inTouch-text {
	padding: 0px;
}
#footer .footer-info .inTouch p {
	margin: 0;
	padding: 0;
}

#footer .copy-right {
	border-top: 1px solid #db1c23;
	margin-top: 50px;
	background: #000;
}
#footer .copy-right p {
	margin: 0px;
	padding: 30px 0px;
	color: #FFF;
	font-family: 'OpenSansRegular';
	font-size: 12px;
}
#footer .copy-right p a {
	color: #fff;
	text-decoration: none;
}

	/* Media Queries */

@media (min-width: 1600px) {
	#header span.header-left {
		right: 75%;
	}
}
@media (min-width: 2048px) {
	#header span.header-left {
		right: 72%;
	}
}
@media (min-width: 2280px) {
	#header span.header-left {
		right: 72%;
	}
}
@media (min-width: 2560px) {
	#header span.header-left {
		right: 68%;
	}
}

@media (max-width: 980px) {
	.top-info .col-sm-6 {
		padding: 0px;
	}
	.top-info .col-sm-3 {
		padding: 0px;
	}
	#header .top-info {
		margin-top: 30px;
	} 
	#header .top-info span {
		font-size:12px; 
	}
	.logo-container {
		padding: 0px;
	}
	#header .top-info {
		margin-top: 42px;
	}
	#header .logo a {
		margin-top: 30px;
		width: 60%;
	}
	#welcome .welcome-info h3 {
		font-size: 20px;
	}
	#welcome .welcome-info h1 {
		font-size: 24px;
	}
	#about .section-detail h3 {
		font-size: 22px;
	}

	#clients .client-box {
		margin-bottom: 30px;
	}
	#footer .footer-info .inTouch p {
		margin-left: 5px;
	}
	#reviews .border-bottom-xs {
		border-bottom: 1px solid white;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 800px) {
	#footer .footer-info .inTouch p {
		font-size: 14px;
	}
}



@media (max-width: 768px) {
	#footer .footer-info .inTouch p {
		font-size: 12px;
	}
}

@media (max-width: 640px) {
	#header .logo a {
		margin-top: 25px;
		margin-left: 180px;
	}
	#header .top-info {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#header .top-info .address,
	#header .top-info .phoneNo,
	#header .top-info .emailAddress {
		text-align: center;
	}
	.col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
		width: 100%;
	}
	.col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
		width: 100%;
	}
	#welcome .welcome-info {
		padding: 0 0 10px 0;
	}
	hr {
		width: 40% !important;
	}
	#news-letter h1 {
		font-size: 24px;
	}
	#news-letter p {
		font-size: 14px;
	}
	.news-letter-form {
		margin-left: 0px;
	}
	.news-letter-form .form-inline .form-group {
		width: 70%
	}
	.news-letter-form .submit-button {
		font-size: 20px;
		padding: 10px 25px;
	}
	#clients .client-box .client-image {
		width: 80px;
		height: 80px;
		left: -40px;
		margin-top: -40px;
	}
	#clients .client-box .client-image img {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 480px) {
	.news-letter-form .submit-button {
		font-size: 18px;
		padding: 10px 15px;
	}
}

@media (max-width: 360px) {
	#header .logo a {
		margin-top: 25px;
		margin-left: 120px;
	}
	#header .top-info {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#header .top-info .address,
	#header .top-info .phoneNo,
	#header .top-info .emailAddress {
		text-align: center;
	}
	.col-lg-3.col-md-3.col-sm-4.col-xs-12.logo-container {
		width: 100%;
	}
	.col-lg-9.col-md-9.col-sm-8.col-xs-12.top-info-container {
		width: 100%;
	}
	#welcome .welcome-info {
		padding: 0 0 10px 0;
	}
	#welcome .estimation-form h3 {
		font-size: 22px;
	}
	.section-heading {
		font-size: 18px;
	}
	#about .section-detail h3 {
		font-size: 18px;
	}
	#services h1 {
		font-size: 32px;
	}
	hr {
		width: 40% !important;
	}
	#news-letter h1 {
		font-size: 24px;
	}
	#news-letter p {
		font-size: 14px;
	}
	.news-letter-form {
		margin-left: 0px;
	}
	.news-letter-form .form-inline .form-group {
		width: 70%
	}
	.news-letter-form .submit-button {
		font-size: 14px;
		padding: 10px 5px;
	}
	#clients h1 {
		font-size: 28px;
	}
	#clients .client-box .client-image {
		width: 80px;
		height: 80px;
		left: -40px;
		margin-top: -40px;
	}
	#clients .client-box .client-image img {
		width: 80px;
		height: 80px;
	}
}