body {
	margin: 0px;
	padding: 0px;
}
ul, li, h1, h2, h3, h4, h5, p {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0 none;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
	color: #000;
}
#sticky {
    position: fixed;
    top: 0px;
    float: left;
    width: 100%;
    z-index: 999999;
    background: #000;
}
.header, .banner, .footer, .dr-section, .pricing-table, .dr-section {
	margin: auto;
	max-width: 1200px;
}
footer{
    width: 100%;
    background: #000;
}
section{
 width: 100%;	
}
.header-left {
    float: left;
    margin-bottom: 14px;
    margin: 7px 2px 8px 5px;
    width: 60%;
    padding: 10px;

}
.header-left img {
	height:55px;
}
.header-right {
	float: right;
	margin: 32px 0 0 0;
	width:38%;
	/*width:26%;*/
}
.header-right ul li {
	float: left;
	display:inline-block;
	padding:0 0 0 6px;
	margin:0px 25px 0px 0px;
}
.header-right ul li a {
	font-size: 13px;
	font-family: 'Montserrat';
    text-transform: uppercase;
	text-transform:uppercase;
	color:#fff;
}
.header-right ul li a:hover{
	color:#bd2132;
	text-decoration:none;
}
.stickyMenu .header-right ul li{
	margin:-10px 25px 0px 0px;
}
.stickyMenu {
	height: 45px;
}

.stickyMenu img {
	transition: all 0.2s linear 0s;
	height: 66px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:-18px;
}
.stickyMenu {
	position: fixed !important;
	top: 0;
	transition: all 0.8s ease-in-out 0s !important;
	height: 66px;
}

#banner {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url("/images/coleman_bg.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
	height:782px;
	position:relative;
}
.banner-text {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    top: 31.5%;
    right: 13.5%;
	max-width: 556px;
}
.banner-text h2{
	white-space: normal;
	font-size: 48px;
	line-height: 80px;
	font-weight: 700;
	color: rgb(189, 33, 50);
	font-family: Oswald;
	visibility: inherit;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	text-transform:uppercase;
}
.banner-text p{
	color: rgb(255, 255, 255);
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
	font-family:Oswald;
	margin-top:35px;
}
.dr-section{
	margin-top: 60px !important;
	margin-bottom: 40px !important;
	}
.dr-section img{
	float:right;
	margin:0px 0px 0px 0px;
}

.dr-section h1 {
	font:700 48px Oswald;
    font-style: normal;
	color:inherit;
	text-transform:uppercase;
}
.dr-section h3 {
	font:400 24px Montserrat;
	color: #bd2132;
	font-style: normal;
    text-align: left;
	text-transform:uppercase;
}
.dr-section p{
	font-size:14px;
    font-weight: 400;
    margin: 0 14px 30px 0px;
    line-height: 2.2;
    letter-spacing: 0.05em;
	color:#444444;
	font-family:Raleway;
}
.instructions-space{padding-top:15px;}
.pt-content{
	padding-bottom: 10px;
	border: 1px solid #DDDDDD;
}
.pt-content div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.pt-content div{
	background-color:#444444;
	height:84px;
}
.pt-content div span{
	width:100%;
    vertical-align: middle;
    font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}
.pt-content ul {
	padding:25px 25px 10px 25px;
}
 .pt-content ul li {
    display: table;
	border-bottom: 1px solid #DDDDDD;
    height: 74px;
}
.pt-content ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.05em;
	color:#666666;
	text-align:justify;
	font-family:'Montserrat' !important;
}
.pt-content p {
    font-size: 32px !important;
    line-height: 1;
    padding: 5px 0 5px;
	font-family:'Montserrat' !important;
	text-align:center;
}
.price-2{
	padding:5px 0 5px !important;
}
.button{
	background-color: #bd2132;
	padding: 16.5px 30px;
	color: #fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
	display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin:0px 0px 0px 35%;
	font-family:'Montserrat' !important;
}
.button:hover{
	text-decoration:none;
	background-color:#444;
	color:#fff;
}

.copyright{
	margin:20px 0;
	color: #bababa;
	font:13px/36px 'Montserrat';
	text-align:center;
}
#smoothup {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 15px;
    right: 30px;
    text-indent: -9999px;
    display: none;
    background: url(/images/top_icon.png) no-repeat 0px 0px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;	
	-webkit-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
}
#smoothup:hover {
	 transform:rotate(360deg);
    -webkit-transform: rotate(360deg);
	-moz-transform:rotate(360deg);
}
.pricing-table{margin-bottom:15px;}
.dr-section .mandatory {
    color: #ff8204 !important;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    margin: 0 auto 10px;
    width: 700px;
}
.dr-section .form-title {
    color: #000;
    font-size: 20px;
    margin: 0 auto 10px;
    padding: 5px 0 0 0;
    line-height: 1;
    width: 702px;
}
}
@media screen and ( max-width:960px) {
	.header-right {
		width: 39%;
	}
@media screen and ( max-width:800px) {
	.header-left {
		width: 50%;
}
	.header-right {
		width: 48%;
	}
	.header-right ul li{
		margin:0px 18px 0px 0px;
	}

@media screen and ( max-width:640px) {
	.header-right{
		margin:23px 0 0 0;
	}
	#banner{
		height:500px;
		}
	.banner-text{
		width:400px;
		top:25%;
		right:2%;
	}
	.banner-text h2{
		font-size:35px;
		line-height:50px;
	}
	.banner-text p{
		font-size:20px;
		line-height:20px;
	}
	.dr-section img{float:none;max-width:100%;max-height:100%;}
	.dr-text{width:100%;}
	
	.content-text{width:100%;margin-top:30px;}
	
}
@media screen and ( max-width:480px) {
	.header-right{
		margin:0px;
	}
	.header-right ul li{
		float:none;
		text-align:right;
		margin:16px 10px -27px 3px;
		padding:7px 0 0px 4px;
		display:block;
	}
	#banner{
		height:300px;
		}
		.banner-text{
			top:42%;
			width:300px;
		}
	.banner-text h2{
		font-size:14px;
		line-height:22px;
	}
	.banner-text p{
		font-size:12px;
		line-height:20px;
	}
	.button{margin:0px 0px 0px 30%;}
}
@media screen and ( max-width:414px) {
	.header-left, .header-right{
		float:none;
		width:100%;
	}
	.header-right ul li{
		display:inline-block;
		margin:0px 30px;
		padding:0px;
	}
	#banner{
		height:300px;
		}
		.banner-text{
			top:50%;
			width:300px;
		}
	.banner-text h2{
		font-size:14px;
		line-height:22px;
	}
	.banner-text p{
		font-size:12px;
		line-height:20px;
	}
	.button{margin:0px 0px 0px 23%;}
}
@media screen and ( max-width:360px) {
	.header-right ul li{
		margin:0px 16px;
	}
	#banner{
		height:300px;
		}
		.banner-text{
			top:50%;
			width:200px;
		}
	.banner-text h2{
		font-size:10px;
		line-height:22px;
	}
	.banner-text p{
		font-size:10px;
		line-height:20px;
		margin-top:5px;
	}
	
}