* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

#main{
	position:relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body {
    background: #ddd;
    color: #222;
    -webkit-font-smoothing: antialiased;
    font-family: 'SansationLight'; /*"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
  /*  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  */  font-weight: 400;
    height: auto !important;
    /*height: 100%;*/
    min-height: 100%;
    text-rendering: optimizeLegibility;
}

h1{
	height: 25%;
	font-size: 1.17em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 12px 0 0 0;
}

h2{
	font-size: 0.83em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 12px 0;
}

#ordercarousel {
	background-color: white;
}

.caraouselplan {
		border-top: 12px solid white;
		background: #ddd;
}

.caraouselplan p {
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	padding:10px;
	transition: visibility 0s, opacity 1.0s linear;
	height: auto;
	max-width: 1025px;
	text-align: center;
	display: block;
	margin: auto;
}
	
/*Handle iPhone Portait*/							
@media all and (min-width: 376px) {
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.17em;
	}
}

/* Medium screens */
@media all and (min-width: 715px) 
{
	h1{
		font-size: 2em;
	}
	h2{
	font-size: 1.5em;
	}
}

@media(min-width: 1025px){
/*	
	#main{
		max-width:1000px;
		border-right: 12px solid white;
		border-left: 12px solid white;
	}
*/
}

.carouselmain{
	margin: auto;
	width: 100%;
/*	
	width: 99.5%;
	padding-left: .5%;
*/	
}

@media(min-width: 1025px) {
	.carouselmain{
		max-width: 1025px;
		display: block;
	}	
	.caraouselplan  {
		border: 0;
		height: 700px;
	}
/*	.caraouselplan p {*/
	.caraouselplan  > p {
		max-width: 1025px;
		text-align: center;
		display: block;
		margin: auto;
		padding-top: 60px;
	}
}