html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
}


body 
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section 

{
	display:block;
}

nav ul 
{
	list-style:none;
}

blockquote, q 
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content:'';
	content:none;
}

a 
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link 
{
	color: #666666;
	text-decoration: none;
}
 
a:active 
{
	color: #B73045;
	text-decoration: none;
}
 
a:visited 
{
	color: #999999;
	text-decoration: none;
}

a:hover 
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins 
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark 
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del 
{
	text-decoration: line-through;
}

abbr[title], dfn[title] 
{
	border-bottom:1px dotted;
	cursor:help;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr 
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select 
{
	vertical-align:middle;
}

/* ========== reset css end ========== */































































.moreDetails
{
	width: 100px;
	height: 40px;
	position: fixed;
	right: 10;
	bottom: 100;
	background: url("../../images/more.png") no-repeat;
	z-index: 999;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    border-radius: 15px;
    transition: all 0.5s ease;	
}

.moreDetails:hover
{
	transition: all 0.5s ease;	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,.5);
}



/* App CSS */




/* Content */	
	
.videoContainer
{
	width: 100%;
	max-width:568px;
	margin-left: auto;
	margin-right: auto;	
}
	
.content-top-outer
{
	width: 100%;
	float: left;
	position: relative;
	background-color:#f2fcf2;
	border-bottom: 1px solid #d9d9d9;
}

.content-top-container
{
	width:100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.content-top p
{
	width: 96%;
	max-width: 1200px;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 2.3000rem;
	font-weight:100;
	color: #474747;
	text-align: center;
	line-height: 1.5625;
	margin: 2%;
}

.appBox
{
	width: 100%;
	max-width: 27%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	margin-top: 10px;
	position: relative;	
}

.appBoxImgContainer
{
	position: relative;
	height: 40px;	
}

.appBox p
{
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color:#3D3D3D;
	line-height: 26px;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

.appBox img
{
	margin: auto;  
 	position: absolute;
 	left:0;
  	right: 0;
 	top: 0;
 	bottom: 0;
}

.outerContent
{
	background-color:#f2fcf2;
	width: 100%;
	float: left;
}


.contentContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	height: 390px;
}

li.visualToDos h2 img
{
	width: 40px;
	height: 40px;
	margin-left: 0px;
}

li
{
	width: 100%;
	min-height: 390px;
	float:left;
	background-color: #f2fcf2;
	border-bottom: 1px solid #d9d9d9;
}

.textContentAlignLeft
{
	width: 100%;
	max-width: 50%;
	float: left;
}

.textContentAlignRight
{
	width: 100%;
	max-width: 50%;
	float: right;
}

.textContentCotainer
{
	display: table;
	margin-top: 70px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

.textContentCotainer img
{
	width: 40px;
	height: 40px;
	float: left;	
}

li h2
{
	height: 40px;
	font-size: 28px;
	font-weight: 100;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
	float: left;
	color: #3d3d3d;
}

li p
{
	width: 100%;
	max-width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 18px;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	margin-top: 10px;
	text-align: justify;
	float: left;
	color: #3d3d3d;
	line-height: 30px;
}

p h2
{
	display: block;
}

li img
{
	width: 300px;
	height: 300px;

}

.imageContainer
{
	width: 100%;
	height: 100%;
	max-width: 50%;
	max-height: 390px;
	position: relative;
	float: right;
}

.imageContainer img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}






/* testimonial */

.reviewContentContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	height: 390px;
}

.slider_container
{
	width:90%;
	padding: 0 5% 0 5%;
	position: relative; 
	max-width: 1200px; 
	min-height: 200px;
	height: auto !important; 
	float:left;
}

.slides
{
	width: 100%;
	height: auto !important;
	max-width: 1200px; 
	min-height: 200px; 
	overflow: hidden;
	float:left;
}

.row
{
	width:100%;
	max-width:1200px;
}

.user-container
{
	width: 90%;
	margin: 0 5% 0 5%;
	float: left;
	position: relative;
}

.user-container h4
{
	color:#37d1b8;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 100;
	text-align:center;
	padding-top:2.250rem;
}

.user-container p
{
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 1.125rem;
	color: #b3b3b3;
	text-align: center;
	padding: 20px 0 0 0 ;
	line-height: 30px;
}

.review-container h4
{
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 0.900rem;
	font-weight: 100;
	text-align: center;
	color: #37d1b8;
	padding-bottom:30px;
}

.review-container p
{
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #595959;
	text-align: center;
	padding: 1.875rem;
	line-height: 30px;
	cursor: move;
	user-select: none;
}

.review-container p::selection
{
	background: #f2fcf2;	
}

.review-container
{
	width:100%;
}

.review-container p::-moz-selection
{
	background: #f2fcf2;	
}








/* Footer */

.outerFooter
{
	width: 100%;
	height: 90px;
	float: left;
	max-height: 200px;
	background-color: #263238;
}

.footerContainer
{
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.footerText
{
	display: table;
	width: 100%;
	max-width: 500px;
	float: left;
	height: 100%;
}

.footerText p
{
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #bdbdbd;
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
	line-height: 24px;
}

.socialIcons
{
	width: 100%;
	max-width: 150px;
	min-height: 20px;
	float: right;
	margin-top: 38px;
}

.emailSupport
{
	width: 25px;
	height: 20px;
	background: url(../../images/emailSupport.png);
	float: left;
	margin-right: 10px;
	margin-right: 10px;
	opacity: .5;
	transition: all 0.5s ease;	
}

.emailSupport:hover
{
	transition: all 0.5s ease;	
	opacity: 1;	
}


.facebook
{
	width: 25px;
	height: 20px;
	background: url(../../images/facebook.png);
	float: left;
	margin-right: 10px;
	margin-right: 10px;
	opacity: .5;
	transition: all 0.5s ease;	
}

.facebook:hover
{
	transition: all 0.5s ease;	
	opacity: 1;
}

.twitter
{
	width: 25px;
	height: 20px;
	background: url(../../images/twitter.png);
	float: left;
	margin-right: 10px;
	margin-right: 10px;
	opacity: .5;
	transition: all 0.5s ease;	
}

.twitter:hover
{
	transition: all 0.5s ease;	
	opacity: 1;
}































































@media only screen 
and (min-width : 320px) 
and (max-width : 568px)
{

	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.content-top-container
	{
		width:100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-top p
	{
		width: 96%;
		max-width: 736px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 1.875rem;
		font-weight:100;
		color: #474747;
		text-align: center;
		line-height: 3.125rem;
		margin: 2%;
	}
	
	.appBox
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		float: left;
		margin-top: 10px;	
	}
	
	.appBox p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 100;
		color: #3D3D3D;
		line-height: 26px;
		padding-top: 10px;
		margin-bottom: 20px;
		text-align: justify;
	}
	
	
	.outerContent
	{
		width: 100%;
		float: left;
	}
	
	
	.contentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 736px;
		height: 390px;
	}
	
	li
	{
		width: 100%;
		min-height: 390px;
		float:left;
		background-color: #f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.textContentAlignLeft
	{
		width: 100%;
		max-width: 736px;
		float: left;
	}
	
	.textContentAlignRight
	{
		width: 100%;
		max-width: 568px;
		float: right;
	}
	
	.textContentCotainer
	{
		display: table;
		margin-top: 50px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	
	.textContentCotainer img
	{
		width: 40px;
		height: 40px;
		float: left;	
	}
	
	li h2
	{
		height: 40px;
		font-size: 28px;
		font-weight: 100;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		text-align: left;
		padding-top: 8px;
		padding-left: 10px;
		float: left;
		color: #3d3d3d;
	}
	
	li p
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		margin-top: 10px;
		text-align: justify;
		float: left;
		color: #3d3d3d;
		line-height: 30px;
	}
	
	p h2
	{
		display: block;
	}
	
	li img
	{
		width: 300px;
		height: 300px;
	
	}
	
	.imageContainer
	{
		width: 100%;
		height: 100%;
		max-width: 736px;
		max-height: 390px;
		position: relative;
		float: right;
	}
	
	.imageContainer img
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 45px;
	}
	
	
	
	
	
	
	
	/* testimonial */

	.reviewContentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1200px;
		height: 390px;
	}
	
	.slider_container
	{
		width:90%;
		padding: 0 5% 0 5%;
		position: relative; 
		max-width: 1200px; 
		min-height: 200px;
		height: auto !important; 
		float:left;
	}
	
	.slides
	{
		width: 100%;
		height: auto !important;
		max-width: 1200px; 
		min-height: 200px; 
		overflow: hidden;
		float:left;
	}
	
	.row
	{
		width:100%;
		max-width:1200px;
	}
	
	.user-container
	{
		width: 90%;
		margin: 0 5% 0 5%;
		float: left;
		position: relative;
	}
	
	.user-container h4
	{
		color:#37d1b8;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 28px;
		font-weight: 100;
		text-align:center;
		padding-top:2.250rem;
	}
	
	.user-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 1.125rem;
		color: #b3b3b3;
		text-align: center;
		padding: 20px 0 0 0 ;
		line-height: 30px;
	}
	
	.review-container h4
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 0.900rem;
		font-weight: 100;
		text-align: center;
		color: #37d1b8;
		padding-bottom:30px;
	}
	
	.review-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 18px;
		color: #595959;
		text-align: center;
		padding: 1.875rem;
		line-height: 30px;
		cursor: move;
		user-select: none;
	}
	
	.review-container p::selection
	{
		background: #FFFCF5;	
	}
	
	.review-container
	{
		width:100%;
	}
	
	.review-container p::-moz-selection
	{
		background: #FFFCF5;	
	}
	
	
	
	
	
	
	
	
	/* Footer */
	
	.outerFooter
	{
		width: 100%;
		height: 150px;
		float: left;
		max-height: 200px;
		background-color: #263238;
	}
	
	.footerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 736px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footerText
	{
		display: table;
		width: 100%;
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		height: 100%;
		max-height: 90px;
	}
	
	.footerText p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #bdbdbd;
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
	
	.socialIcons
	{
		width: 100%;
		max-width: 150px;
		min-height: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.emailSupport
	{
		width: 25px;
		height: 20px;
		background: url(../../images/emailSupport.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.facebook
	{
		width: 25px;
		height: 20px;
		background: url(../../images/facebook.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.twitter
	{
		width: 25px;
		height: 20px;
		background: url(../../images/twitter.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}	
}






































































@media only screen 
and (min-width : 569px) 
and (max-width : 736px)
{

	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.content-top-container
	{
		width:100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-top p
	{
		width: 96%;
		max-width: 736px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 2.3000rem;
		font-weight:100;
		color: #474747;
		text-align: center;
		line-height: 1.5625;
		margin: 2%;
	}

	.appBox
	{
		width: 100%;
		max-width: 40%;
		padding-left: 5%;
		padding-right: 5%;
		float: left;
		margin-top: 10px;	
	}
	
	.appBox p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 100;
		color:#3D3D3D;
		line-height: 26px;
		padding-top: 10px;
		margin-bottom: 20px;
		text-align: justify;
	}
	
	
	.outerContent
	{
		width: 100%;
		float: left;
	}
	
	
	.contentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 736px;
		height: 390px;
	}
	
	li
	{
		width: 100%;
		min-height: 390px;
		float:left;
		background-color: #f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.textContentAlignLeft
	{
		width: 100%;
		max-width: 736px;
		float: left;
	}
	
	.textContentAlignRight
	{
		width: 100%;
		max-width: 736px;
		float: right;
	}
	
	.textContentCotainer
	{
		display: table;
		margin-top: 50px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	
	.textContentCotainer img
	{
		width: 40px;
		height: 40px;
		float: left;	
	}
	
	li h2
	{
		height: 40px;
		font-size: 28px;
		font-weight: 100;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		text-align: left;
		padding-top: 8px;
		padding-left: 10px;
		float: left;
		color: #3d3d3d;
	}
	
	li p
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		margin-top: 10px;
		text-align: justify;
		float: left;
		color: #3d3d3d;
		line-height: 24px;
	}
	
	p h2
	{
		display: block;
	}
	
	li img
	{
		width: 300px;
		height: 300px;
	
	}
	
	.imageContainer
	{
		width: 100%;
		height: 100%;
		max-width: 736px;
		max-height: 390px;
		position: relative;
		float: right;
	}
	
	.imageContainer img
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 45px;
	}
	
	
	
	
	
	
	
	/* testimonial */

	.reviewContentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1200px;
		height: 390px;
	}
	
	.slider_container
	{
		width:90%;
		padding: 0 5% 0 5%;
		position: relative; 
		max-width: 1200px; 
		min-height: 200px;
		height: auto !important; 
		float:left;
	}
	
	.slides
	{
		width: 100%;
		height: auto !important;
		max-width: 1200px; 
		min-height: 200px; 
		overflow: hidden;
		float:left;
	}
	
	.row
	{
		width:100%;
		max-width:1200px;
	}
	
	.user-container
	{
		width: 90%;
		margin: 0 5% 0 5%;
		float: left;
		position: relative;
	}
	
	.user-container h4
	{
		color:#37d1b8;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 28px;
		font-weight: 100;
		text-align:center;
		padding-top:2.250rem;
	}
	
	.user-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 1.125rem;
		color: #b3b3b3;
		text-align: center;
		padding: 20px 0 0 0 ;
		line-height: 30px;
	}
	
	.review-container h4
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 0.900rem;
		font-weight: 100;
		text-align: center;
		color: #37d1b8;
		padding-bottom:30px;
	}
	
	.review-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 18px;
		color: #595959;
		text-align: center;
		padding: 1.875rem;
		line-height: 30px;
		cursor: move;
		user-select: none;
	}
	
	.review-container p::selection
	{
		background: #FFFCF5;	
	}
	
	.review-container
	{
		width:100%;
	}
	
	.review-container p::-moz-selection
	{
		background: #FFFCF5;	
	}
	
	
	
	
	
	
	
	
	
	/* Footer */
	
	.outerFooter
	{
		width: 100%;
		height: 150px;
		float: left;
		max-height: 200px;
		background-color: #263238;
	}
	
	.footerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 736px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footerText
	{
		display: table;
		width: 100%;
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		height: 100%;
		max-height: 90px;
	}
	
	.footerText p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #bdbdbd;
		vertical-align: middle;
		display: table-cell;
		text-align: center;
	}
	
	.socialIcons
	{
		width: 100%;
		max-width: 150px;
		min-height: 20px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.emailSupport
	{
		width: 25px;
		height: 20px;
		background: url(../../images/emailSupport.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.facebook
	{
		width: 25px;
		height: 20px;
		background: url(../../images/facebook.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.twitter
	{
		width: 25px;
		height: 20px;
		background: url(../../images/twitter.png);
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}


































































@media only screen 
and (min-width : 737px) 
and (max-width : 979px)
{
	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.content-top-container
	{
		width:100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-top p
	{
		width: 96%;
		max-width: 980px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 2.3000rem;
		font-weight:100;
		color: #474747;
		text-align: center;
		line-height: 1.5625;
		margin: 2%;
	}
	
	.appBox
	{
		width: 100%;
		max-width: 27%;
		padding-left: 3%;
		padding-right: 3%;
		float: left;
		margin-top: 10px;	
	}
	
	.appBox p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 100;
		color:#3D3D3D;
		line-height: 26px;
		padding-top: 10px;
		margin-bottom: 20px;
		text-align: justify;
	}
	
	
		
	.outerContent
	{
		width: 100%;
		float: left;
	}
	
	
	.contentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 980px;
		height: 390px;
	}
	
	li
	{
		width: 100%;
		min-height: 390px;
		float:left;
		background-color: #f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.textContentAlignLeft
	{
		width: 100%;
		max-width: 50%;
		float: left;
	}
	
	.textContentAlignRight
	{
		width: 100%;
		max-width: 50%;
		float: right;
	}
	
	.textContentCotainer
	{
		display: table;
		margin-top: 70px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	
	.textContentCotainer img
	{
		width: 40px;
		height: 40px;
		float: left;	
	}
	
	li h2
	{
		height: 40px;
		font-size: 28px;
		font-weight: 100;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		text-align: left;
		padding-top: 8px;
		padding-left: 10px;
		float: left;
		color: #3d3d3d;
	}
	
	li p
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		margin-top: 10px;
		text-align: justify;
		float: left;
		color: #3d3d3d;
		line-height: 30px;
	}
	
	p h2
	{
		display: block;
	}
	
	li img
	{
		width: 300px;
		height: 300px;
		
	}
	
	.imageContainer
	{
		width: 100%;
		height: 100%;
		max-width: 50%;
		max-height: 390px;
		position: relative;
		float: right;
	}
	
	.imageContainer img
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 45px;
	}
	
	
	
	
	
	
	
	
	
	
	
		/* testimonial */

	.reviewContentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1200px;
		height: 390px;
	}
	
	.slider_container
	{
		width:90%;
		padding: 0 5% 0 5%;
		position: relative; 
		max-width: 1200px; 
		min-height: 200px;
		height: auto !important; 
		float:left;
	}
	
	.slides
	{
		width: 100%;
		height: auto !important;
		max-width: 1200px; 
		min-height: 200px; 
		overflow: hidden;
		float:left;
	}
	
	.row
	{
		width:100%;
		max-width:1200px;
	}
	
	.user-container
	{
		width: 90%;
		margin: 0 5% 0 5%;
		float: left;
		position: relative;
	}
	
	.user-container h4
	{
		color:#37d1b8;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 28px;
		font-weight: 100;
		text-align:center;
		padding-top:2.250rem;
	}
	
	.user-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 1.125rem;
		color: #b3b3b3;
		text-align: center;
		padding: 20px 0 0 0 ;
		line-height: 30px;
	}
	
	.review-container h4
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 0.900rem;
		font-weight: 100;
		text-align: center;
		color: #37d1b8;
		padding-bottom:30px;
	}
	
	.review-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 18px;
		color: #595959;
		text-align: center;
		padding: 1.875rem;
		line-height: 30px;
		cursor: move;
		user-select: none;
	}
	
	.review-container p::selection
	{
		background: #FFFCF5;	
	}
	
	.review-container
	{
		width:100%;
	}
	
	.review-container p::-moz-selection
	{
		background: #FFFCF5;	
	}
	
	
	
	
	
	
	
	
	/* Footer */
	
	.outerFooter
	{
		width: 100%;
		height: 90px;
		float: left;
		max-height: 200px;
		background-color: #263238;
	}
	
	.footerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	
	.footerText
	{
		display: table;
		width: 100%;
		max-width: 500px;
		float: left;
		height: 100%;
	}
	
	.footerText p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #bdbdbd;
		vertical-align: middle;
		display: table-cell;
		padding-left: 20px;
		line-height: 24px;
	}
	
	.socialIcons
	{
		width: 100%;
		max-width: 150px;
		min-height: 20px;
		float: right;
		margin-top: 38px;
	}
	
	.emailSupport
	{
		width: 25px;
		height: 20px;
		background: url(../../images/emailSupport.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}
	
	.facebook
	{
		width: 25px;
		height: 20px;
		background: url(../../images/facebook.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}
	
	.twitter
	{
		width: 25px;
		height: 20px;
		background: url(../../images/twitter.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}	
	
}

































































@media only screen 
and (min-width : 980px) 
and (max-width : 1159px)
{

	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.content-top-container
	{
		width:100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-top p
	{
		width: 96%;
		max-width: 980px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 2.3000rem;
		font-weight:100;
		color: #474747;
		text-align: center;
		line-height: 1.5625;
		margin: 2%;
	}

	.appBox
	{
		width: 100%;
		max-width: 27%;
		padding-left: 3%;
		padding-right: 3%;
		float: left;
		margin-top: 10px;	
	}
	
	.appBox p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 100;
		color:#3D3D3D;
		line-height: 26px;
		padding-top: 10px;
		margin-bottom: 20px;
		text-align: justify;
	}
	
		
	.outerContent
	{
		width: 100%;
		float: left;
	}
	
	
	.contentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 980px;
		height: 390px;
	}
	
	li
	{
		width: 100%;
		min-height: 390px;
		float:left;
		background-color: #f2fcf2;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.textContentAlignLeft
	{
		width: 100%;
		max-width: 50%;
		float: left;
	}
	
	.textContentAlignRight
	{
		width: 100%;
		max-width: 50%;
		float: right;
	}
	
	.textContentCotainer
	{
		display: table;
		margin-top: 70px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		white-space: nowrap;
	}
	
	.textContentCotainer img
	{
		width: 40px;
		height: 40px;
		float: left;	
	}
	
	li h2
	{
		height: 40px;
		font-size: 28px;
		font-weight: 100;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		text-align: left;
		padding-top: 8px;
		padding-left: 10px;
		float: left;
		color: #3d3d3d;
	}
	
	li p
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		margin-top: 10px;
		text-align: justify;
		float: left;
		color: #3d3d3d;
		line-height: 30px;
	}
	
	p h2
	{
		display: block;
	}
	
	li img
	{
		width: 300px;
		height: 300px;
	
	}
	
	.imageContainer
	{
		width: 100%;
		height: 100%;
		max-width: 50%;
		max-height: 390px;
		position: relative;
		float: right;
	}
	
	.imageContainer img
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 45px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		/* testimonial */

	.reviewContentContainer
	{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1200px;
		height: 390px;
	}
	
	.slider_container
	{
		width:90%;
		padding: 0 5% 0 5%;
		position: relative; 
		max-width: 1200px; 
		min-height: 200px;
		height: auto !important; 
		float:left;
	}
	
	.slides
	{
		width: 100%;
		height: auto !important;
		max-width: 1200px; 
		min-height: 200px; 
		overflow: hidden;
		float:left;
	}
	
	.row
	{
		width:100%;
		max-width:1200px;
	}
	
	.user-container
	{
		width: 90%;
		margin: 0 5% 0 5%;
		float: left;
		position: relative;
	}
	
	.user-container h4
	{
		color:#37d1b8;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 28px;
		font-weight: 100;
		text-align:center;
		padding-top:2.250rem;
	}
	
	.user-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 1.125rem;
		color: #b3b3b3;
		text-align: center;
		padding: 20px 0 0 0 ;
		line-height: 30px;
	}
	
	.review-container h4
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 0.900rem;
		font-weight: 100;
		text-align: center;
		color: #37d1b8;
		padding-bottom:30px;
	}
	
	.review-container p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 18px;
		color: #595959;
		text-align: center;
		padding: 1.875rem;
		line-height: 30px;
		cursor: move;
		user-select: none;
	}
	
	.review-container p::selection
	{
		background: #FFFCF5;	
	}
	
	.review-container
	{
		width:100%;
	}
	
	.review-container p::-moz-selection
	{
		background: #FFFCF5;	
	}
	
	
	
	
	
	
	
	
	
	/* Footer */
	
	.outerFooter
	{
		width: 100%;
		height: 90px;
		float: left;
		max-height: 200px;
		background-color: #263238;
	}
	
	.footerContainer
	{
		width: 100%;
		height: 100%;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	
	.footerText
	{
		display: table;
		width: 100%;
		max-width: 500px;
		float: left;
		height: 100%;
	}
	
	.footerText p
	{
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #bdbdbd;
		vertical-align: middle;
		display: table-cell;
		padding-left: 20px;
		line-height: 24px;
	}
	
	.socialIcons
	{
		width: 100%;
		max-width: 150px;
		min-height: 20px;
		float: right;
		margin-top: 38px;
	}
	
	.emailSupport
	{
		width: 25px;
		height: 20px;
		background: url(../../images/emailSupport.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}
	
	.facebook
	{
		width: 25px;
		height: 20px;
		background: url(../../images/facebook.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}
	
	.twitter
	{
		width: 25px;
		height: 20px;
		background: url(../../images/twitter.png);
		float: left;
		margin-right: 10px;
		margin-right: 10px;
	}	
	
}

