/******
** SECTION 1
******/

#scrolldown {
	display: none;
	z-index: 900;
	position: absolute;
	bottom: 0;
	margin-left: -25px;
}

#slide1 {
	background: url(../img/jumbo-bg1.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	color: #ffffff;
	background-position: center center;
}
/*
.grid-img {
	margin-top: 40px;
	height: 100%;
	width: 100%;
	background-image: url(../img/grid.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
*/
.section-1-content {
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	width: 95%;
	height: auto;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

#logo {
	width: 80%;
	height: auto;
	max-width: 683px;
}

.slogan {
	text-shadow:0 0 10px rgba(0,0,0,0.8);
	width: 80%;
	margin: 0 auto;
	height: auto;
	margin-top: 30px;
	font-size: 1.9em;
	font-family: 'OS Extra Bold', 'Open Sans', sans-serif;
	font-weight: bold;
}

.section-1-options {
	padding-top: 25px;
}

.section-1-options a {
	color: #ffffff;
	font-family: 'OS Extra Bold', sans-serif;
	font-weight: bold;
}

#contact-button {
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display: inline-block;
	width: auto;
	background-color: #57d75a;
	padding: 10px 20px;
	border-radius: 5px;
}

#contact-button:hover {
	background-color: #3ab53d;
}

#or {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 0 10px;
	color: #353535;
}

#more-info {
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display: inline-block;
	background-color: #ff5730;
	padding: 10px 20px;
	border-radius: 5px;
}

#more-info:hover {
	background-color: #d85609;
}

/*********
** END Section 1 | menu
*********/

#sub-heading {
	width: 100%;
	height: auto;
	background-color: #ff5730;
	text-align: center;
}

#sub-heading-title {
	display: block;
	font-family: 'OS Extra Bold', 'Bebas', sans-serif;
	text-transform: uppercase;
	text-shadow: -3px 2px 0px #C43B1B;
	font-size: 2.3em;
	margin-bottom: 25px;
	color: #ffffff;
}

#sub-heading-info {
	margin-top: 20px;
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	color: #ffffff;
}

#sub-li {
	padding: 25px 0;
}

#sub-li > li {
	padding-left: 15px;
	display: inline-block;
	font-family: Helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}


#sh-demo-button {
	font-family: 'OS Extra Bold', 'Open Sans', sans-serif;
	font-weight: bold;
	color: #353535;
	cursor: pointer;
	padding: 10px 20px;
	min-width: 210px;
	border-radius: 5px;
	background-color: #ffffff;
}

#sh-demo-button:hover {
	background-color: #f0f0f0;
}

#sh-manual-button {
	font-family: 'OS Extra Bold', 'Open Sans', sans-serif;
        font-weight: bold;
        color: white;
        cursor: pointer;
        padding: 7px 18px;
        min-width: 210px;
        border-radius: 5px;
	border: 3px solid white;
}

#sh-manual-button:hover {
	background-color: white;
	color: #ff5730;
}

#slide2 {
	padding-bottom: 50px;
}

/*********
** Extra Product Info
*********/
.extra-product-info {
	padding: 50px 0;
}

.extra-product-info > ol > li {
	vertical-align: top;
	list-style-type: none;
	width: 32%;

	display: inline-block;
}

.extra-info-img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

h2 {
	color: #353535;
	font-family: 'OS Extra Bold', 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	height: 40px;
}

.who-span {
	font-family: Helvetica, 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #353535;
}


/*********
** Section 2 | ADVANTAGES
*********/
.advantages-container {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;

}

.plus {
	display: inline-block;
	margin: 15px 5px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #ff5730;
	font-family: 'OS Extra Bold', sans-serif;
	text-align: center;
	vertical-align: middle;
}

ol {
	padding: 0;
	margin: 0;
	text-align: center;
}

.advantages-container > ol > li {
	list-style-type: none;
	display: inline-block;
	width: 49%;
	min-width: 355px;
	font-family: 'Helvetica', arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	border-radius: 4px;
	margin-bottom: 8px;
}



.hidden-advantages {
	display: none;
	clear: both;
}

.more-advantages {
	cursor: pointer;
	margin: 0 auto;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	display: inline-block;
	background-color: #f9f9f9;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #d0d0d0;
}

.jumbo2 {
	width: 100%;
	height: auto;
	background-image: url(../img/jumbo-bg1.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	background-position: center center;
}

#jumbo2 {
	padding: 75px 0;
}


#slide2 {
	background-color: #ff5730;
}



/*********
** Section 3 | FEATURES
*********/
#slide3 {
	clear: both;
	padding: 50px 0;
}

#advantage-title {
	text-align: center;
	color: #ff5730;
	font-family: 'OS Extra Bold', 'Bebas', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
}



.advantage-ol {
	padding: 0;
	margin: 0;
}

.advantage-ol > li {
	list-style-type: none;
	display: inline-block;
	width: 50%;
	height: auto;
}

.advantage-box {
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 100px;
	padding: 25px 0;
}

.advantage-img {
	float: left;
	display: inline-block;
	width: 50px;
	height: auto;
}

.advantage-img > img {
	width: 50px;
	height: auto;
}

.advantage-text {
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 5px;
	text-align: left;
	width: calc(100% - 80px);
}


.advantage-heading {
	display: block;
	color: #fd6b15;
	font-family: 'OS Extra Bold', 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	height: auto;
	margin: 0;
}

.advantage-sub {
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
}

.read-more {
	text-decoration: none;
	color: #fd6b15;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	float: right;
}


/*********
** END Section 3
*********/

/*********
** CONTACT
*********/
#contact {
	width: 100%;
	height: auto;
	background-color: #ff5730;
}

#contact-title {
	text-align: center;
	color: #ffffff;
	font-family: 'OS Extra Bold', 'Bebas', sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 3em;
	padding: 75px 0 10px 0;
}

.form{ 
	display: block;
    border-width: 0px; 
    border-color: #CCCCCC; 
    border-radius: 4px;  
    font-size: 14px; 
    padding: 0 0 30px 0;
} 
.content{ 
    margin: 15px; 
    text-align: center;
} 

.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: #ffbcad; 
    border-radius: 4px; 
    padding: 10px; 
    width: 100%; 
} 

.form textarea{ 
    height: 130px; 
    width: 100%; 
    resize: vertical;
} 

.field{ 
    margin-bottom: 20px; 
} 

.form input[type=submit]{ 
	text-align: center;
    width: auto;
    background-color: #af2f11; 
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #ffffff; 
    cursor: pointer;
} 

#section0 {
	width: 48%;
	display: inline-block;
	float: left;
}

#sectionform1 {
	width: 48%;
	display: inline-block;
	float: right;
}

#submitbutton {
	position: relative;
	display: inline-block;
	float: right;
}



#irp-map {
	position: relative;
}

.irp-contact {
	z-index: 1040;
	position: absolute;
	margin-top: -354px;
	right: 0;
	width: 300px;
	height: 350px;
	background-color: rgba(255, 255, 255, 0.7);
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #353535;
}

.findus {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #353535;
	display: block;
}


@media screen and (max-width : 725px) {
	#slide1 {
		background-attachment: scroll;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #ffffff;
		background-position: center center;
	}
}

@media screen and (max-width : 655px) {
	.hamburger {
		display: inline-block !important;
	}
	.menu-nav {
		display: none;
	}
	.menu-bar-fixed-top {
		background-color: #E04622;
		border-bottom: 1px solid #141414;
		height: 50px !important;
	}
	#irp-logo{
		background-color: #E04622;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
	}
	.section-1-content {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#slide1 {
		background-attachment: scroll !important;
	}
	#sub-heading-title {
		font-size: 1.5em;
	}
	.irp-contact {
		width: 100% !important;
		background-color: rgba(255, 255, 255, 0.8) !important;

	}
}

@media screen and (max-width : 670px){
	#sub-heading-info {
		display: none;
	}
	#sub-heading-title {
		font-size: 2em;
		margin-bottom: 0px;
	}
}

@media screen and (max-width : 545px){
	#sub-li > li {
		display: block !important;
		padding: 15px 0;
		font-size: 1.4em;
	}
}


@media screen and (max-width : 725px) {
	.jumbo2 {
		background-attachment: scroll !important;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #ffffff;
		background-position: center center;
	}
	.advantages-container > ol > li {
		width: 49% !important;
	}
	.advantage-ol > li {
		width: 70% !important;
		max-width: 70% !important;
	}
}

@media screen and (max-width : 420px){
	#advantage-title {
		font-size: 2em;
	}
	#contact-button, #more-info {
    	display: block;
    }
}

@media screen and (max-width : 290px){
	#advantage-title {
		font-size: 1.3em;
	}
}

@media screen and (max-width : 850px) {
	.advantage-box {
		text-align: center;
		display: block !important;
		width: 100% !important;
	}
	.advantage-img {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.advantage-text {
		text-align: center !important;
		padding: 10px;
		width: 90%;
		display: block;
		float: none;
		margin: 0 auto;
	}

}

@media screen and (max-width : 800px) {
	#section0, #sectionform1 {
		display: block;
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#contact-title {
		font-size: 2em;
	}
	.extra-product-info ol li {
		width: 100% !important;
		padding: 40px 0;
	}
}
