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 */

/* Banner */

.outerBanner
{
	width: 100%;
	height: 100%;
	min-height: 620px;
	max-height: 620px;
	float: left;
	background: url("../../images/bannerBG.jpg") no-repeat;
	background-size: cover;
	position: relative;
	
}

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

.bannerContentImage
{
	width: 100%;
	max-width: 633px;
	height: 613px;
	background: url("../../images/bannerCont.png") no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index; 99;
}

.playButton
{
	width: 154px;
	height: 154px;
	margin-left: auto;
	margin-right: auto;
	background: url("../../images/playButton.png") no-repeat;
	cursor: pointer;
	visibility: hidden;
}


.videoBannerOuter
{
	position: fixed;
	right: 0; 
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: none;
	transition: height 0.5s;
	background: rgba(12, 12, 12, 0.8);
}

.closeBtn
{
	position:absolute;
	right: 40;
	top: 40;
	color: black;
	overflow: visible;
	display: block;
	outline: medium none;
	border: 0px none;
	cursor: pointer;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
}

.videoBannerContainer
{
	max-width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.centerVideo
{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.centerVideo video
{
	background: rgba(0, 0, 0, 1.0);
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.videoBannerOuter:fullscreen
{
	min-width: 100%;
	max-width: 100%;
	background-color: black;
}


.bannerTop
{
	width: 100%;
	max-width: 1200px;
	height: 110px;
	float: left;	
}


.bannerTopLeft
{
	width: 270px;
	float: left;
}

.bannerTopLeft img
{
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

.bannerTopLeft p
{
	margin-top: 40px;
	padding-left: 15px;
	float: left;
	font-size: 40px;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	color: #fff;
}

.bannerTopRight
{
	float: right;
	height: 620px;
	width: 1200px;
	position: absolute;
	margin-top: 0px;
	margin-right: 15px;
	
}

.bannerTopRight img
{
	max-width: 1200px;
	transition: all 0.5s ease;
	position: absolute;
	bottom: 10;
	left: 10;
	z-index: 102;
}

.bannerTopRight img:hover
{
	-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: 7px;
    transition: all 0.5s ease;		
}

.bannerContentTitle
{
	width: 100%;
	max-width: 60%;
	height: 200px;
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10%;
	float: left;
	color: #fff;
	line-height: 60px;
	position: relative;
	z-index: 100;
}

.bannerContentTitle p
{
	text-align: center;
	text-shadow: 3px 3px 15px black; 
}



/* Content */	
	
.videoContainer
{
	width: 100%;
	max-width:568px;
	margin-left: auto;
	margin-right: auto;	
}
	
.content-top-outer
{
	width: 100%;
	float: left;
	position: relative;
	background-color:#f2f2f2;
	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: 'PT Sans', '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
{
	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: #f2f2f2;
	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:#fe5522;
	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: #fe5522;
	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: 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)
{
	
	.moreDetails
	{
		width: 75px;
		height: 30px;
		position: fixed;
		right: 10;
		bottom: 50;
		background: url("../../images/more_s.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);
	}
		
	/* Banner */

	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 568px;
		max-height: 568x;
		float: left;
		background: url("../../images/bannerBG.jpg") no-repeat;
		background-size: cover;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bannerContentImage
	{
		width: 100%;
		max-width: 403px;
		height: 390px;
		banner-size: cover;
		margin-left: auto;
		margin-right: auto;	
		background: url("../../images/bannerCont_s.png") no-repeat;
	}
	
	.playButton
	{
		width: 154px;
		height: 154px;
		margin-left: auto;
		margin-right: auto;
		background: url("../../images/playButton.png") no-repeat;
		cursor: pointer;
		visibility: hidden;
	}
	
	.bannerTop
	{
		width: 100%;
		max-width: 736px;
		height: 110px;
		float: left;	
	}
	
	
	.bannerTopLeft
	{
		width: 270px;
		float: left;
	}
	
	.bannerTopLeft img
	{
		margin-top: 15px;
		margin-left: 15px;
		float: left;
	}
	
	.bannerTopLeft p
	{
		margin-top: 40px;
		padding-left: 15px;
		float: left;
		font-size: 40px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		color: #fff;
	}
	
	.bannerTopRight
	{
		float: right;
		width: 320px;
		margin-top: 20px;
		margin-right: 15px;
		visibility: hidden;
	}
	
	.bannerContentTitle
	{
		width: 100%;
		max-width: 90%;
		padding-left: 5%;
		height: 300px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 24px;
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
		color: #fff;
		line-height: 40px;
	}
	
	.bannerContentTitle p
	{
		text-align: center;
	}
	
	
	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2f2f2;
		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: 'PT Sans', '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: #f2f2f2;
		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: 22px;
		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:#fe5522;
		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: #fe5522;
		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)
{
	/* Banner */

	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 414px;
		max-height: 414px;
		float: left;
		background: url("../../images/bannerBG.jpg") no-repeat;
		background-size: cover;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 1200px;
		height: 100%;
		max-height: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bannerContentImage
	{
		width: 100%;
		max-width: 403px;
		height: 390px;
		margin-left: auto;
		margin-right: auto;	
		background: url("../../images/bannerCont_s.png") no-repeat;
	}
	
	.playButton
	{
		width: 154px;
		height: 154px;
		margin-left: auto;
		margin-right: auto;
		background: url("../../images/playButton.png") no-repeat;
		cursor: pointer;
		visibility: hidden;
	}
	
	.bannerTop
	{
		width: 100%;
		max-width: 736px;
		height: 110px;
		float: left;	
	}
	
	
	.bannerTopLeft
	{
		width: 270px;
		float: left;
	}
	
	.bannerTopLeft img
	{
		margin-top: 15px;
		margin-left: 15px;
		float: left;
	}
	
	.bannerTopLeft p
	{
		margin-top: 40px;
		padding-left: 15px;
		float: left;
		font-size: 40px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		color: #fff;
	}
	
	.bannerTopRight
	{
		width: 569px;
		float: right;
		margin-top: 20px;
		margin-right: 15px;
		visibility: hidden;
	}
	
	.bannerContentTitle
	{
		width: 100%;
		max-width: 50%;
		height: 340px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 26px;
		margin-left: 5%;
		margin-top: 20px;
		margin-right: 5%;
		color: #fff;
		line-height: 40px;
	}
	
	.bannerContentTitle p
	{
		text-align: left;
	}
	
	
	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2f2f2;
		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: 'PT Sans', '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: #f2f2f2;
		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:#fe5522;
		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: #fe5522;
		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)
{
	/* Banner */
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 700px;
		max-height: 700px;
		float: left;
		background: url("../../images/bannerBG.jpg") no-repeat;
		background-size: cover;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 980px;
		height: 100%;
		max-height: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bannerContentImage
	{
		width: 100%;
		max-width: 633px;
		height: 613px;
		margin-left: auto;
		margin-right: auto;	
		background: url("../../images/bannerCont.png") no-repeat;
	}	
	
	.playButton
	{
		width: 154px;
		height: 154px;
		margin-left: auto;
		margin-right: auto;
		background: url("../../images/playButton.png") no-repeat;
		cursor: pointer;
		visibility: hidden;
	}
	
	.bannerTop
	{
		width: 100%;
		max-width: 980px;
		height: 110px;
		float: left;	
	}
	
	
	.bannerTopLeft
	{
		width: 270px;
		float: left;
	}
	
	.bannerTopLeft img
	{
		margin-top: 15px;
		margin-left: 15px;
		float: left;
	}
	
	.bannerTopLeft p
	{
		margin-top: 40px;
		padding-left: 15px;
		float: left;
		font-size: 40px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		color: #fff;
	}
	
	.bannerTopRight
	{
		width: 737px;
		float: right;
		margin-top: 20px;
		margin-right: 15px;
	}
	
	.bannerContentTitle
	{
		width: 100%;
		max-width: 90%;
		height: 280px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 40px;
		margin-left: 5%;
		margin-right: 5%;
		color: #fff;
		line-height: 60px;
	}
	
	.bannerContentTitle p
	{
		text-align: center;
	}
	
	
	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2f2f2;
		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: 'PT Sans', '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: #f2f2f2;
		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:#fe5522;
		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: #fe5522;
		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)
{
	/* Banner */
	
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 650px;
		max-height: 650px;
		float: left;
		background: url("../../images/bannerBG.jpg") no-repeat;
		background-size: cover;
	}
	
	.bannerContainer
	{
		width: 100%;
		max-width: 980px;
		height: 100%;
		max-height: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bannerContentImage
	{
		width: 100%;
		max-width: 633px;
		height: 613px;
		margin-left: auto;
		margin-right: auto;	
		background: url("../../images/bannerCont.png") no-repeat;
	}
	
	.playButton
	{
		width: 154px;
		height: 154px;
		margin-left: auto;
		margin-right: auto;
		background: url("../../images/playButton.png") no-repeat;
		cursor: pointer;
		visibility: hidden;
	}
	
	.bannerTop
	{
		width: 100%;
		max-width: 980px;
		height: 110px;
		float: left;	
	}
	
	.bannerTopLeft
	{
		width: 270px;
		float: left;
	}
	
	.bannerTopLeft img
	{
		margin-top: 15px;
		margin-left: 15px;
		float: left;
	}
	
	.bannerTopLeft p
	{
		margin-top: 40px;
		padding-left: 15px;
		float: left;
		font-size: 40px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		color: #fff;
	}
	
	.bannerTopRight
	{
		width: 980px;
		float: right;
		margin-top: 20px;
		margin-right: 15px;
	}
	
	.bannerContentTitle
	{
		width: 100%;
		max-width: 46%;
		height: 220px;
		font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
		font-size: 40px;
		margin-left: 2%;
		margin-right: 2%;
		color: #fff;
		line-height: 60px;
	}
	
	.bannerContentTitle p
	{
		text-align: center;
	}
	
	
	
	/* Content */	
		
	.videoContainer
	{
		width: 100%;
		max-width:568px;
		margin-left: auto;
		margin-right: auto;	
	}
		
	.content-top-outer
	{
		width: 100%;
		float: left;
		position: relative;
		background-color:#f2f2f2;
		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: 'PT Sans', '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: #f2f2f2;
		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:#fe5522;
		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: #fe5522;
		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;
	}	
	
}

