/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family:'Open Sans', Helvetica, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.clear_1{
	clear:both;
	margin:0;
	padding:0;
}

.left{
	float:left;
	margin:0;
	padding:0;
}

.right{
	float:right;
	margin:0;
	padding:0;
}

.container{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.title{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:3.5em;
	line-height:1.5em;
	color:#FF7A00;
	font-weight:600;
	text-transform:uppercase;
}

.title_white{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:3.5em;
	line-height:1.5em;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
}

.title_purple{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:3.5em;
	line-height:1.5em;
	color:#93278F;
	font-weight:600;
	text-transform:uppercase;
}

.copies{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.938em; /* 15px*/
	line-height:1.750em;  /* 28px*/
	color:#404041;
}

.copies_white{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.938em; /* 13px*/
	line-height:1.750em;  /* 28px*/
	color:#FFF;
}

::selection {
	background: rgba(255, 122, 0, 1); /* Safari */
	color:#FFF;
	}
::-moz-selection {
	background: rgba(255, 122, 0, 1); /* Firefox */
	color:#FFF;
}

.hl{
	font-weight:300;
	font-size:1.563em; /*25px*/
	color:#FF6600;
	line-height:1.563em;
	
}

.hl_white{
	font-weight:300;
	font-size:1.563em; /*25px*/
	color:#FFFFFF;
	line-height:1.563em;
	
}

.m40{
	margin-top:40px;
}

.m100{
	margin-top:100px;
}

a{
	text-decoration:none;
	color:#333333;
	margin:0;
	padding:0;
}

a:hover{
	text-decoration:underline;
}

.icon2{
	margin-top:-7px;
}

/*Promo Btn*/
.promo_btn{
	position:fixed;
	top:0;
	right:10%;
	z-index:51;
}

.line{
	width:100%;
	height:5px;
	background-color:#732675;
	position:fixed;
	z-index:51;
	top:0;
	left:0;
}

.p_btn{
	width:164px;
	height:50px;
	background:url(../img/promo_btn/promo_btn_long.png) top center;
	position: relative;
	cursor:pointer;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.promo_btn_long.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='promo_btn_long.png', sizingMethod='scale')";
}

.p_btn span{
	position: absolute;
	top:0;
	left:0;
	width:164px;
	height:50px;
	background:url(../img/promo_btn/promo_btn_long.png) bottom center;
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.promo_btn_long.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='promo_btn_long.png', sizingMethod='scale')";
}

.p_btn span:hover{
	opacity: 1;
}

.p_btn a{
	height:47px;
	width:156px;
	position:absolute;
	top:0;
	left:0;
}

/*End of Promo Btn*/

/*About Us*/
.ico{
	width:150px;
	height:27px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn.png', sizingMethod='scale')";
	position:relative;
}

.ico span{
	width:150px;
	height:27px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center bottom;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn_org.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn_org.png', sizingMethod='scale')";
	position:absolute;
}

.ico span:hover{
	opacity: 1;
}

.ico a{
	width:150px;
	height:27px;
	position:absolute;
	top:0;
	left:0;
}

/*Menu*/
.navigation{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#FFF;
	height:auto;
	position:fixed;
	top:200px;
	left:-225px;
	z-index:10;
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
}

.navigation:hover{
	left:0;
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
}

.navigation ul{
	margin:0;
	padding:0;
}

.navigation ul li{
	margin:0;
	padding:0;
	
}

.navigation li:hover .small a,
.navigation li:hover .large a
{
	background-color:#8A1E78;
	color:#FFF;	
	font-family:'Open Sans', Helvetica, sans-serif;
    font-weight:600;
}

.navigation li .large a{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.750em; /* 13px*/
	color:#333333;
	font-weight:600;
	display:inline-block;
	border-bottom:#999 dotted 1px;
	border-right:#CCC solid 2px;
	text-transform:uppercase;
	width:200px;
	line-height:35px;
	padding-left:20px;
	text-decoration:none;
}

.navigation li .small a{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.750em; /* 13px*/
	color:#333333;
	font-weight:600;
	display:inline-block;
	border-bottom:#999 dotted 1px;
	border-right:#FF6600 solid 3px;
	width:50px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
}

.navigation li .facebook{
	background-color:#0057A8;
	width:222px;
}

.navigation li .facebook a{
	color:#FFF;
	font-weight:600;
	font-size:0.750em; /* 13px*/
	font-family:'Open Sans', Helvetica, sans-serif;
	border-right:#0057A8 solid 2px;
	text-transform:uppercase;
	background-color:#0057A8;
	line-height:40px;
	width:200px;
	padding-left:20px;
	text-decoration:none;
}

.navigation li .facebook2{
	background-color:#0057A8;
	width:50px;
	border-right:#FF6600 solid 3px;
	height:35px;
	padding-top:5px;
}

.navigation li .facebook2 a{
	background-color:#0057A8;
	color:#FFF;
	font-weight:600;
	font-size:0.750em; /* 13px*/
	font-family:'Open Sans', Helvetica, sans-serif;
	width:50px;
	vertical-align:middle;
	padding:4px 15px;
}

a#facebook{
	background-color:#0057A8;
	color:#FFF;
	font-weight:600;
	font-family:'Open Sans', Helvetica, sans-serif;
}

.icon{
	margin-left:20px;
}

.primary{
	background-color:#8A1E78;
}

/*Slide 1*/
.parallax-viewport_m{
	display:none;
}

.parallax-viewport_s{
	display:none;
}

.first{
	position:relative;
	height:100%;
	width:100%;
	max-width:120em;
	max-height:62.500em;
	overflow:hidden
}

.topbar{
	width:80%;
	max-width: 60.000em;/* 960 / 13 */
	left:25%;
	margin:0 auto;
}

.translate{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.625em; /* 12px*/
	line-height:1.063em;  /* 17px*/
	text-align:right;
	text-transform:uppercase;
	padding-top:40px;
	font-weight:bold;
	color:#333333;
}

.tselect{
	background-color:#8A1E78;
	color: #FFF;
	padding:3px;
}

#parallax img{
	width:100%;
	height:auto;
}

.parallax-viewport {
	  position: relative;     /* relative, absolute, fixed */
      overflow: hidden;
      width: 100%;
	  max-width:120em;
	  height:100%;
	  min-height:62.500em;
	  background-image:url(../img/slide1/bg-slide1.jpg);
	  z-index:4;
}

.parallax-layer {
    position: absolute;
}

#layer1{
	width:90%;
}

#layer1 img{
	position:absolute;
	left:0;
	top:40px;
}

#layer2{
	width:85%;
}

#layer2 img{
	position:absolute;
	left:0;
	top:80px;
}

#layer3{
	width:80%;
}

#layer3 img{
	position:absolute;
	left:0;
	top:100px;
}

.parallax-viewport_logo{
	position:relative;
	z-index:5;
	width:100%;
}

#layer4 img{
	position:absolute;
	left:35%;
	top:50px;
}

/*End of Slide 1*/

/*Slide 2*/
.second{
	position:relative;
	height:100%;
	background-color:#5FB3D8;
	width:100%;
	max-width:120em;
	max-height:62.500em;
	overflow:hidden	
}

.p2-wrapper{
	width:100%;
	max-width:120em;
	height:100%;
	min-height:62.500em;
	overflow:hidden;
	
}

.panel{
	width:100%;
	position:absolute;
}

.content{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.as_copy{
	width:400px;
	height:auto;
}

#slide2-c{
	float:right;
}
/*End of Slide 2*/

/*Slide 3*/

.third{
	position:relative;
	height:100%;
	width:100%;
	max-width:120em;
	max-height:62.500em;
	overflow:hidden
}

.p3-wrapper{
	width:100%;
	max-width:120em;
	height:100%;
	min-height:62.500em;
	overflow:hidden;
	
}

/*End of Slide 3*/

/*Slide 4*/
.fourth{
	position:relative;
	height:100%;
	width:100%;
	max-width:120em;
	max-height:62.500em;
	overflow:hidden;
	background-color:#faf8ec;
}

.p4-wrapper{
	width:100%;
	max-width:120em;
	height:100%;
	min-height:62.500em;
	overflow:hidden;
	
}

.p_panel{
	width:232px;
	height:auto;
	margin-right:8px;
}

.p_panel img{
	width:100%;
	height:auto;
}

.p_img{
	opacity:1;
	transition:opacity 0.2s ease 0s;
}

.p_img:hover{
	opacity:0.8;
 	transition:opacity 0.2s ease 0s;
}

.icon2 {
	margin-right:10px;
}

.orange_btn{
	background-color:#ff6600;
	padding:10px;
	width:380px;
}

/*End of Slide 4*/

/*Slide 5*/
.fifth{
	position:relative;
	height:100%;
	width:100%;
	max-width:120em;
	max-height:62.500em;
	overflow:hidden;
	padding-bottom:20px;
	background-color:#0074B7;
}

.p5-wrapper{
	width:100%;
	max-width:120em;
	height:100%;
	min-height:40em;
	overflow:hidden;
}

.p5-wrapper .panel img{
	width:92%;
	height:auto;
	margin-left:10%;
	margin-top:100px;
}

.cs_copy{
	width:600px;
}

/*End of Slide 5*/

/*Footer*/
.footer{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.625em; /* 10px*/
	line-height:25px;  /* 17px*/
	width:100%;
	background-color:#333;
	color:#FFF;
	padding:10px 0px;
}
/*End of Footer*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

/*width 1555 fix for about us with white box*/
@media only screen and (max-width: 100em){
	.p2-wrapper #slide2-c{
	width:400px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}
}


/*Laptop width 1280*/
@media only screen and (max-width: 80em), (max-height: 43.750em) {
/*General*/
.title{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:2.5em;
	line-height:1.25em;
	color:#FF7A00;
	font-weight:600;
	text-transform:uppercase;
}

.title_white{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:2.5em;
	line-height:1.25em;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
}

.title_purple{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:2.5em;
	line-height:1.25em;
	color:#93278F;
	font-weight:600;
	text-transform:uppercase;
}

.copies{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.75em; /* 12px*/
	line-height:1.563em;  /* 17px*/
	color:#404041;
}

.copies_white{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:0.75em; /* 13px*/
	line-height:1.563em;  /* 30px*/
	color:#FFF;
}

.m100{
	margin-top:50px;
}



/*Slide 1*/
.parallax-viewport {
	  min-height:43.750em;

}

#layer1 img{
	top:70px;
}

#layer4 img{
	position:absolute;
	left:30%;
	top:50px;
}

/*Slide 2*/
.second{
	max-height:43.750em;

}

.p2-wrapper .panel img{
	width:100%;
	height:auto;
}

p2-wrapper .content{
	background:rgba(153, 134, 117, 1);
	padding:10px;
}

.p2-wrapper #slide2-c{
	width:400px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

/*Slide 3*/

.third{
	max-height:43.750em;
}

.p3-wrapper .panel img{
	width:120%;
	height:auto;
}

/*Slide 4*/
.fourth{
	max-height:43.750em;
}

.p4-wrapper .panel img{
	width:100%;
	height:auto;
}

/*Slide 5*/
.fifth{
	max-height:43.750em;
}

.p5-wrapper .panel img{
	width:105%;
	height:auto;
	margin-top:100px;
	margin-left:5%;
}

.p5-wrapper .panel{
	right:100px;
}

.cs_copy{
	width:500px;
	height:auto;
}

}

/*Vertical tablet width 1024*/
@media only screen and (max-width: 64em) {
/*General*/

.m100{
	margin-top:40px;
}

.content{
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;
}


/*Slide 1*/
.parallax-viewport_logo{
	display:none;
}

.parallax-viewport {
	  display:none;

}

.parallax-viewport_m {
	 display:block;
	 min-height:40em;
	 background-image:url(../img/slide1/bg-slide1.jpg);
	 
}

.parallax-viewport_m img{
	width:105%;
	height:auto;
	position:absolute;
	left:-20px;
	top:50px;

}

/*Slide 2*/
.second{
	min-height:41.25em;

}

.p2-wrapper .content{
	left:75px;

}

.p2-wrapper .panel img{
	width:127.5%;
	height:auto;
}

.p2-wrapper #slide2-c{
	width:400px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

/*Slide 3*/

.third{
	min-height:41.25em;
}

.p3-wrapper .panel img{
	width:127.5%;
	height:auto;
}

/*Slide 4*/
.fourth{
	max-height:41.25em;
}

.p4-wrapper .panel img{
	width:127.5%;
	height:auto;
}

img#products{
	width:95%;
	height:auto;
}

.p_panel{
	width:192px;
	height:auto;
	margin-right:8px;
}


/*Slide 5*/
.fifth{
	max-height:44em;
}

.p5-wrapper .panel img{
	width:130%;
	height:auto;
	margin-left:-16%;
	margin-top:0px;
}

.p5-wrapper .panel{
	right:50px;
}

.cs_copy{
	width:400px;
	height:auto;
}

}

/*Width 1024*/
@media only screen and (max-width: 1024px) {
.p5-wrapper{
	width:100%;
	max-width:120em;
	height:100%;
	min-height:30em;
	overflow:hidden;
}
}

/*Width 960*/
@media only screen and (max-width: 60em) {
/*General*/
.ico{
	width:125px;
	height:22px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn.png', sizingMethod='scale')";
	position:relative;
}

.ico span{
	width:125px;
	height:22px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center bottom;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn_org.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn_org.png', sizingMethod='scale')";
	position:absolute;
}

.ico span:hover{
	opacity: 1;
}

.ico a{
	width:125px;
	height:22px;
	position:absolute;
	top:0;
	left:0;
}

.icon2{
	width:15px;
	height:auto;
	margin-right:5px;
	margin-top:-5px;
}

.m100{
	margin-top:40px;
}

.content{
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;
}

/*Navigation*/
.navigation{
	top:125px;
}

/*Slide 1*/

.parallax-viewport_m {
	 display:block;
	 min-height:35em;
	 background-image:url(../img/slide1/bg-slide1.jpg);
	 
}

.parallax-viewport_m img{
	width:105%;
	height:auto;
	position:absolute;
	left:-20px;
	top:40px;
}

/*Slide 2*/
.second{
	min-height:38em;

}

.p2-wrapper .content{
	left:50px;

}

.p2-wrapper #slide2-c{
	width:400px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

.as_copy{
	width:400px;
	height:auto;
}


.p2-wrapper .panel img{
	width:135%;
	height:auto;
}

/*Slide 3*/

.third{
	min-height:38em;
}

.p3-wrapper .panel img{
	width:135%;
	height:auto;
}

/*Slide 4*/
.fourth{
	max-height:40em;
}

.p4-wrapper .panel img{
	width:127.5%;
	height:auto;
}

img#products{
	width:95%;
	height:auto;
}

.p_panel{
	width:192px;
	height:auto;
	margin-right:8px;
}


/*Slide 5*/
.fifth{
	max-height:38em;
}

.p5-wrapper .panel img{
	width:120%;
	height:auto;
	margin-left:0;
	margin-right:0;
}

.p5-wrapper .panel{
	left:-150px;
}

}

/*Vertical Small Tablet width 800*/
@media only screen and (max-width: 50em) {

/*General*/
.ico{
	width:115px;
	height:20px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn.png', sizingMethod='scale')";
	position:relative;
}

.ico span{
	width:115px;
	height:20px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center bottom;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn_org.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn_org.png', sizingMethod='scale')";
	position:absolute;
}

.ico span:hover{
	opacity: 1;
}

.ico a{
	width:115px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}

.icon2{
	width:15px;
	height:auto;
	margin-right:5px;
	margin-top:-7px;
}

.m100{
	margin-top:40px;
}

.content{
	width:600px;
	height:auto;
	margin:0 auto;
	position:relative;
}

/*Navigation*/
.navigation{
	top:50px;
}

/*Slide 1*/

.parallax-viewport_m {
	 display:block;
	 min-height:24em;
	 background-image:url(../img/slide1/bg-slide1.jpg);
	 
}

.parallax-viewport_m img{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:-20px;
}

/*Slide 2*/
.second{
	min-height:24em;

}

.p2-wrapper .content{
	left:40%;
	top:50px;
	background-color:#FFF;

}

.p2-wrapper #slide2-c{
	width:320px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

.p2-wrapper .panel img{
	width:165%;
	height:auto;
}

#slide2-c{
	float:left;
}

.as_copy{
	width:320px;
	height:auto;
}


/*Slide 3*/

.third{
	min-height:24em;
}

.p3-wrapper .panel img{
	width:220%;
	height:auto;
}

.p3-wrapper .panel{
	left:-100px;
}
/*Slide 4*/
.fourth{
	min-height:24em;
}

.p4-wrapper .panel img{
	width:200%;
	height:auto;
}

img#products{
	width:100%;
	height:auto;
}

.p_panel{
	width:142px;
	height:auto;
	margin-right:8px;
}


/*Slide 5*/
.fifth{
	min-height:20em;
}

.p5-wrapper .panel img{
	width:150%;
	height:auto;
}

.p5-wrapper .panel{left:-100px;
}

.cs_copy{
	width:450px;
	height:auto;
}

}

/*Horizontal tablet width 768*/
@media only screen and (max-width: 48em) {
	
/*General*/

.ico{
	width:115px;
	height:20px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn.png', sizingMethod='scale')";
	position:relative;
}

.ico span{
	width:115px;
	height:20px;
	background: url(../img/btn/fom_btn_long.png) no-repeat center bottom;
	opacity: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.fom_btn_org.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fom_btn_org.png', sizingMethod='scale')";
	position:absolute;
}

.ico span:hover{
	opacity: 1;
}

.ico a{
	width:115px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}

.icon2{
	width:20px;
	height:auto;
	margin-right:5px;
	margin-top:-7px;
}

.m100{
	margin-top:40px;
}

.content{
	width:600px;
	height:auto;
	margin:0 auto;
	position:relative;
}

/*Navigation*/
.navigation{
	top:200px;
}


/*Slide 1*/

.parallax-viewport_m {
	 display:block;
	 min-height:30em;
	 background-image:url(../img/slide1/bg-slide1.jpg);
	 
}

.parallax-viewport_m img{
	width:105%;
	height:auto;
	position:absolute;
	left:-20px;
	top:50px;

}

/*Slide 2*/
.second{
	max-height:32em;

}

.p2-wrapper .content{
	left:7px;
	background-color:#FFF;

}

.p2-wrapper #slide2-c{
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

.p2-wrapper .panel img{
	width:160%;
	height:auto;
}

#slide2-c{
	float:right;
}

/*Slide 3*/

.third{
	max-height:32em;
}

.p3-wrapper .panel img{
	width:170%;
	height:auto;
}

.p3-wrapper .panel{
	left:-100px;
}
/*Slide 4*/
.fourth{
	max-height:35em;
}

.p4-wrapper .panel img{
	width:120%;
	height:auto;
}

img#products{
	width:100%;
	height:auto;
}

.p_panel{
	width:142px;
	height:auto;
	margin-right:8px;
}

.orange_btn{
	width:300px;
}

/*Slide 5*/
.fifth{
	max-height:42em;
}

.p5-wrapper .panel img{
	width:140%;
	height:auto;
}

.p5-wrapper .panel{
	left:-120px;
}

.cs_copy{
	width:400px;
	height:auto;
}

}


/* Horizaontal Mobile width 480*/
@media only screen and (max-width: 30em) {
/*General*/
.m100{
	margin-top:20px;
}

.content{
	width:320px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.icon2{
	margin-top:-7px;
}

/*Navigation*/
.navigation{
	display:none;
}

/*Slide 1*/
.parallax-viewport_m {
	 display:none;
}

.parallax-viewport_s{
	display:block;
	min-height:24em;
	background-image:url(../img/slide1/bg-slide1.jpg);
}

.parallax-viewport_s img{
	width:150%;
	height:auto;
	left:-150px;
	position:absolute;
}

.parallax-viewport {
	  display:none;
}


/*Slide 2*/
.second{
	min-height:24em;

}

.p2-wrapper .content{
	left:0;
	top:100px;
	background-color:#FFF;

}

.p2-wrapper #slide2-c{
	width:320px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

.p2-wrapper .panel img{
	width:210%;
	height:auto;
}

#slide2-c{
	float:left;
}

.as_copy{
	width:320px;
	height:auto;
}


/*Slide 3*/

.third{
	min-height:24em;
}

.p3-wrapper .panel img{
	width:220%;
	height:auto;
}

.p3-wrapper .panel{
	left:-100px;
}
/*Slide 4*/
.fourth{
	max-height:56em;
}

.p4-wrapper .panel img{
	width:350%;
	height:auto;
}

img#products{
	width:100%;
	height:auto;
}

.p_panel{
	width:142px;
	height:auto;
	margin-right:8px;
}


/*Slide 5*/
.fifth{
	min-height:24em;
	max-height:45em;
}

.p5-wrapper .panel img{
	display:none;
}

.cs_copy{
	width:320px;
	height:auto;
}

}

/* Horizaontal Mobile width 400*/
@media only screen and (max-width: 25em) {

/*Slide 1*/
.parallax-viewport_s{
	display:block;
	min-height:19em;
	background-image:url(../img/slide1/bg-slide1.jpg);
}

/*Slide 2*/
.second{
	max-height:27em;

}

/*Slide 4*/
.fourth{
	max-height:58em;
}

/*Slide 5*/
.fifth{
	max-height:42.5em;
}


}

/* Horizontal Mobile width 320*/
@media only screen and (max-width: 20em) {
/*General*/
.icon2{
	width:10px;
	height:auto;
	margin-right:3px;
	margin-top:-5px;
}

.title{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	color:#FF7A00;
	font-weight:600;
	text-transform:uppercase;
}

.title_white{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
}

.title_purple{
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	color:#93278F;
	font-weight:600;
	text-transform:uppercase;
}

.m100{
	margin-top:20px;
}

.content{
	width:220px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.hl{
	font-weight:300;
	font-size:1.25em; /*14px*/
	color:#FF6600;
	line-height:normal;
	
}


/*Navigation*/
.navigation{
	display:none;
}

/*Slide 1*/
.parallax-viewport_s{
	display:block;
	min-height:24em;
	background-image:url(../img/slide1/bg-slide1.jpg);
}

.parallax-viewport_s img{
	width:180%;
	height:auto;
	left:-145px;
	top:80px;
	position:absolute;
}


.parallax-viewport {
	  display:none;
}

/*Slide 2*/
.second{
	min-height:24em;

}

.p2-wrapper .content{
	left:0;
	top:50px;
	background-color:#FFF;

}

.p2-wrapper #slide2-c{
	width:220px;
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

.p2-wrapper .panel img{
	width:320%;
	height:auto;
}

#slide2-c{
	float:left;
}

.as_copy{
	width:220px;
	height:auto;
}


/*Slide 3*/

.third{
	min-height:24em;
}

.p3-wrapper .panel img{
	width:320%;
	height:auto;
}

.p3-wrapper .panel{
	left:-100px;
}

/*Slide 4*/
.fourth{
	max-height:52em;
}

.p4-wrapper .panel img{
	width:350%;
	height:auto;
}

img#products{
	width:100%;
	height:auto;
}

.p_panel{
	width:100px;
	height:auto;
	margin-right:8px;
}

.orange_btn{
	width:200px;
	font-size:0.675em;
}

/*Slide 5*/
.fifth{
	max-height:45em;
}

.p5-wrapper .panel img{
	display:none;
}

.cs_copy{
	width:220px;
	height:auto;
}

/*Footer*/
.footer .content .right{
	float:right;
}

/*Promo Btn*/
.promo_btn{
	right:0;
}

.p_btn{
	width:115px;
	height:35px;
	background: url(../img/promo_btn/promo_btn.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.p_btn span{
	position: absolute;
	top:0;
	left:0;
	width:115px;
	height:35px;
	background:url(../img/promo_btn/promo_btn_long.png) bottom center;
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	-moz-transition:    opacity 1s linear;
	-o-transition:      opacity 1s linear;
	transition:      opacity 1s linear;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.promo_btn_long.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='promo_btn_long.png', sizingMethod='scale')";
}

.p_btn span{
	width:115px;
	height:35px;
}

.line{
	position:fixed;
	width:100%;
	height:5px;
	background-color:#732675;
	z-index:51;
	top:0;
	left:0;
}

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
