/*	RESPONSIVE directions are at the bottom of the file 	*/

*{
	font-size: 14px;
	font-family:open sans,arial;
	/*color:#525352;*/
}
html{
	height:100%;
}

#page{
	
}
a{
	color:#29c;
}
body {
	/*background: url(/images/search/texture.jpg) repeat;*/
	background: #fff;
	position:relative;
	overflow-x: hidden; 
	overflow-y: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.42;
	font-size: 1.3em;
}
.content{
	max-width: 920px;
	margin: auto;
	/*background: url("/images/Search_texture2.jpg") repeat;*/
	/*padding: 2%;*/
	padding-top:0px;
	/*padding-bottom: 2%;*/

}

.header{
	height:46px;
	/*background: url(/images/headerGreen2.jpg) repeat-x;*/
	background: #124f69;
	padding-top: 5px;
	border:thick;
	/*margin-bottom: 10px;*/
	padding-left:2%;
	padding-right:2%;
	/*position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;*/

	/*background-color: #7d7e7d;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#7d7e7d),to(#0e0e0e));
	background-image: -webkit-linear-gradient(top,#7d7e7d,#0e0e0e);
	background-image: linear-gradient(top,#7d7e7d,#0e0e0e);

	width: 97%;
	margin-left: 2%;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;*/
	

}
#searchid_submit{
	color:#fff;
	cursor: pointer;
	
}
input#searchid{
	/*margin-top:4px;*/
	line-height:25px;
	background: #3D6C80;
	border:1px solid #3D6C80;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left:5px;
	box-shadow: none;
}
input#searchid:hover{
	opacity: 1;
	
}
.homeSearch input#searchid {
	
	line-height:35px;
	height:35px;
	width:70%;
	border:1px solid #023D56;
	font-size:1.2em;
	background: none no-repeat 10px 12px #023D56;/* url(/images/search-dark.png)*/
	color: #333;
	/*padding: 2px 15px 2px 15px;*/
	padding: 0px;
	padding-left: 5px;
	display: inline-block;
}
.header #menu{
	color:#fff;
	float:left;
	font-size: 1.5em;
	padding-right: 10px;
}

h1{
	font-size:1.4em;
	font-family: raleway, arial;
	font-weight: 700;
	line-height:1.1;
	color:#333;
	margin:0;
}	

h2{
	font-size:1.2em;	
	color:#999;
	font-weight: 100;
	line-height:1.1;
}

h3{
	font-family:raleway, arial;
	font-size:1.3em;
	padding: 3px 0px 0px 10px;
	border-bottom:1px solid #dedede;
	/*box-shadow: 0 1px 0px white;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color:#525352;
	/*background: #f2f2f2;*/
}

.profileBox{
	
} 
.profileBox .top .topLeft{
	width:35%;
	float:left;
}
.profileBox .top .topRight{
	width: 61%;
	float: left;
	padding-left: 10px;
	padding-top:1%;
	max-height: 100%;
	overflow: hidden;
}
.profileImageContainer1{
	height:220px;
	margin-top:-10px;
	position: relative;
}
.profileImageContainer2{
	overflow: hidden;
	height: 100%
}
.profileImage{
	width:100%;
	margin-top:-10%;
	/*border-radius: 5px;
	border:1px solid #dedede;*/
}
.profileBox .top .screenName{

}

.desc{
	font-style: italic;
	margin-top: 5px;
	color:#888;
	max-height: 77px;
	overflow: hidden;
	font-size:0.8em;
	line-height: 1.5;
}





.profileBox .top{
	padding:10px;
	background-color: #efefef;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eaeaea));
	background-image: -webkit-linear-gradient(top,#fff,#eaeaea);
	background-image: linear-gradient(top,#fff,#eaeaea);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

	

}

.profileBox .bottom2{
	text-align: left;
	margin-top: 20px;
}

.profileBox .bottom{
	text-align: center;
	background: white;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.profileBox .bottom .num{
	font-family:raleway, arial;
	font-weight: 700;
	font-size:1.4em;
	color:#525352;
}

.profileBox .bottom .title{
	font-size:0.8em;
	font-family:open sans;
	padding-top: 3px;
	
}

.profileBox .bottom .iconPlace{
	position: absolute;
	right:5px;
	top:5px;
}

.clear{
	clear:both;
}

.bottomLeft{
	width:33%;
	float:left;
	padding-top: 6%;
	padding-bottom: 4%;
	border-right:1px solid #dedede;
	position: relative;
}

.bottomMiddle{
	width:33%;
	width:33%;
	float:left;
	padding-top: 6%;
	padding-bottom: 4%;
	border-right:1px solid #dedede;
	position: relative;
}
.bottomRight{
	width:33%;
	float:left;
	padding-top: 6%;
	padding-bottom: 4%;
	position: relative;
}

.closeNetwork{
	padding: 2%;

}

.closeNetwork img{
	width: 18.5%;
	float:left;
	margin-right:2%;
}
.closeBrowse{
	width:18%;
	height:100%;
	border:1px solid #ddd;background:#fefefe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color:#525352;display:inline-block;text-align:center;
}
.closeBrowse:hover{
	background:#dedede;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dedede),to(#eee));
	background-image: -webkit-linear-gradient(top,#dedede,#eee);
	background-image: linear-gradient(top,#dedede,#eee);
	border:1px solid #bbb;
}


.statsBox3{
	margin-bottom: 15px;
	/*margin-right: 2%;
	margin-left: 2%;*/
	/*border:1px solid #eee;*/
	/*margin-top: 15px;*/
	/*padding: 5px;*/
	/*background: #e2e2e2;*//*f5f5f5*/
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	/*border: 1px solid #DEDEDE;*/

	position: relative;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);*/
}

.statsBox3 .innerBox{
	background: white;
	padding: 10px;
	/*padding-top: 12px;*/
}

.curvedBox3{
	margin-left: 5px;
	margin-bottom: 10px;
	width:97%;
	position: relative;

	text-decoration:none;
	color:#525352;
	border: none;
	/*line-height:1.25em;*/
	font-size: 1.1em;
	background: rgba(221, 218, 214, 0.4);
	color:#525352;
	/*border-radius: 3px;	*/
	/*text-shadow: 0 1px 1px white;*/
	margin-right:0px;
	float:left;
	/*-moz-box-shadow:inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px;*/
}


.curvedBox3 .cbcontent{
	padding:7px;
	padding-right: 0px;	
	float:left;
	white-space: nowrap;
  	overflow: hidden;
}
.curvedBox3 .innerTag{
	background: #dedede;/*cfcfcf*/
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	float: left;
}

.curvedBox3 a{
	color:#525352;
	text-decoration: none;
}

.curvedBox3 .cbPlus, .suggestTagForm .cbPlus{
	/*opacity: 0.8;*/
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	float:right;
	background:#accc48;
	color:#555;
	padding:7px;
	font-size:1em;
	font-weight:100;
	min-width: 14px;
	text-align: center;
	cursor: pointer;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	/*text-shadow: 0px 1px white;*/

	/*Linkedin button*/
	background-image: -webkit-linear-gradient(top, #d5e295 1%,#accc48 100%);
	background-image: -moz-linear-gradient(top, #d5e295 0%,#accc48 100%);
	background-image: -o-linear-gradient(top, #d5e295 0%,#accc48 100%);
	background-image: linear-gradient(top, #d5e295 0%,#accc48 100%);
	/*-moz-box-shadow:inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px;*/

}
.curvedBox3 .cbPlus:hover{
	opacity: 1;
	background: #d5e295;/*29c*/
	cursor:pointer;
}
.cbCount{
	float:left;;color:#666;padding-left:3px;padding-top:7px;font-size:12px;text-shadow: 0px 0px black;
}

.iconsLeftSide{
	background:url("/images/icons/icons-leftbar.png");	
	height: 15px;
	width: 14px;
}
.arrowLs{
	background-position: -34px -5px;
}

.arrowLs#selected{
	background-position: -14px -5px;
}

.tagLs{
	/*
	background:url("/images/icons/instaGraySmall.png");	
	height: 14px;
	width: 14px;
	*/

	background-position: -98px -28px;
	display: inline-block;
	height: 12px;
	width: 12px;
	vertical-align: text-top;
	padding-right: 5px;		
	margin-top:3px;
}

.locationLs{
	background-position: -70px -27px;
	display: inline-block;
	height: 14px;
	width: 12px;
}

.tweet{
	font-size:1em;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 2%;
	border-bottom: 1px solid #dedede;
	line-height: 1.35;
	position: relative;
}
.tweetBottom{
	position: absolute;
	bottom:4px;
	color:#aaa;
	font-size: 0.7em;
}
.firstTweetLine{
	height:1px;
	background: #dedede;
	width:100%;
}

.birdIcon {
background: url("/images/icons/bird_gray_16.png") no-repeat;
height: 11px;
width: 14px;
}
.retweetIcon {
background: url(/images/icons/everything-spritev2.png);
height: 16px;
width: 16px;
background-position: -80px center;
}
.twitterIcons {
background: url("/images/icons/twitterIcons.png");
height: 14px;
width: 14px;
}
.replyIcon {
background-position: 0 0;
}



#demographicsBox{
	font-size:1em;
	padding-left: 2%;
}
#demographicsBox a{
	color:#525352;
	text-decoration: none;
}
#demographicsBox a:hover{
	color:#29c;
	text-decoration: underline;
}

.hiddenDemographics{
	display: none;
}



#demographicsBox .demographicsTitle{
	padding-top:10px;padding-bottom:5px;font-size:1.2em;color:#525352;font-family:raleway, arial;font-weight: 700;
}
#demographicsBox .demographicsRow{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #efefef;
	padding-left: 5px;
}
#demographicsBox .demographicsRow:hover{
	background: #dedede;
	color:#29c;
}
#demographicsBox .demographicsRow:hover .percentage i{
	color:#29c;
}
#demographicsBox .demographicsRow .percentage{
	color:#29c;
	float:right;
	font-weight: bold;
}

#demographicsBox .demographicsRow .percentage i{
	color:#aaa;
	padding-right: 10px;
	padding-left: 5px;
}

.simpleButton{
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid transparent;
	/*border: 1px solid #dcdcdc;
	border: 1px solid rgba(0, 0, 0, 0.1);*/
	color: #444;
	cursor: pointer;
	min-width: 54px;
	text-align: center;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.5),inset 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5),inset 0 0 1px rgba(0, 0, 0, .2);
	/*
	background: rgba(221, 218, 214, 0.4);
	-moz-box-shadow: 1px 1px 0 #ffffff,inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 white,inset 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 0 white,inset 1px;*/

	padding:6px;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	cursor:pointer;
	/*letter-spacing: 1px;*/
	text-decoration: none;
}

.simpleButton a:hover{
	text-decoration: none;
}
.simpleButton:hover{
	border:1px solid #accc48;	
	text-decoration: none;
}

.footer{
	background: #555;
	color: #efefef;
	padding:30px 10px 100px 10px;
	text-align: center;
	/*height:75px;*/
}
.footer a{
	color:#fff;
	text-decoration: none;
}
.signInHomeTwitter{
	background:url("/images/signin2004.png") no-repeat;
	background-position:0px -2px;
	width:233px;
	height:45px;
}





.googleButton{
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444;

	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin: 2px 0;
	/*min-width: 54px;*/
	padding: 0 8px;
	text-align: center;
	display: inline-block;

}
.googleButton:hover{
	border:1px solid #aaa;
}

.instagramIconSmall{
	background:url("/images/icons/instagram-icon.png") no-repeat;	
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.birdIconBlue{
	background:url("/images/icons/bird_blue_16.png") no-repeat;	
	height: 11px;
	width: 14px;
	background-repeat: no-repeat;
	display: inline-block;
}




/*	RESPONSIVE 	*/
 .footer {margin-top:300px;}
@media (max-width: 480px) and (orientation: portrait) { /* Portrait phones and down */
  .boxSearchPage { max-width:320px;}
  .pinterest_inner { width:110px;  }
  .boxSearchPage .upperSearchBox img { width:122px;height:122px;  }
  .footer {margin-top:65px;}
}

@media (max-width: 480px) and (orientation: landscape) { /* Landscape phones and down */
  .boxSearchPage { max-width:480px;}
  .pinterest_inner { width:186px;  }
  .boxSearchPage .upperSearchBox img { width:192px;height:192px;  }
  .footer {margin-top:250px;}
}

@media (max-width: 767px) { /* Landscape phone to portrait tablet */
}

@media (min-width: 768px)  { /* Portrait tablet to landscape tablet and desktop */
}

@media (min-width: 1200px) { /* Large desktop */
}

/*For floating ad
@media only screen and (min-width: 310px) and (max-width:500px) {*/
 
#adBottom {
left:0;
position: fixed;
text-align:center;
bottom: 0px;
width:100%;
}
/*}*/


.barContainer2 {
width: 80px;
display: inline-block;
margin-left: 10px;
height: 13px;
background: #eee;
vertical-align: middle;

/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,#bcbbbb 0,#c5c5c5 20%,#eaeaea 80%,#f1f1f1 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcbbbb),color-stop(20%,#c5c5c5),color-stop(80%,#eaeaea),color-stop(100%,#f1f1f1));
background: -webkit-linear-gradient(top,#bcbbbb 0,#c5c5c5 20%,#eaeaea 80%,#f1f1f1 100%);
background: -o-linear-gradient(top,#bcbbbb 0,#c5c5c5 20%,#eaeaea 80%,#f1f1f1 100%);
background: -ms-linear-gradient(top,#bcbbbb 0,#c5c5c5 20%,#eaeaea 80%,#f1f1f1 100%);
background: linear-gradient(top,#bcbbbb 0,#c5c5c5 20%,#eaeaea 80%,#f1f1f1 100%);*/
/*border-radius: 5px;*/
}
.barContainer2 .barFill {
background: #29c;
opacity: 0.6;
float: left;
height: 100%;

/*border-radius: 5px;*/
}

.barContainer2 .barFill.green{
    background: #accc48;
}
.barContainer2 .barFill.green:hover{
    background: #d5e295;
}
.barContainer2 .barFill.blue{
    background: #2299cc;
}
.barContainer2 .barFill.blue:hover{
	background:#8fd4f0;
}
.barContainer2 .barFill.red{
    background: #F9865C;
}
.barContainer2 .barFill.red:hover{
    background: #E69880;
}
.barContainer2 .barFill2{
    float: left;
    height: 100%;
    border-radius: 5px;

    background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.22, #F9865C),
    color-stop(0.69, #ABCC48),
    color-stop(1, #2299CC)
    );
    background-image: -o-linear-gradient(left, #F9865C 22%, #ABCC48 69%, #2299CC 100%);
    background-image: -moz-linear-gradient(left, #F9865C 22%, #ABCC48 69%, #2299CC 100%);
    background-image: -webkit-linear-gradient(left, #F9865C 22%, #ABCC48 69%, #2299CC 100%);
    background-image: -ms-linear-gradient(left, #F9865C 22%, #ABCC48 69%, #2299CC 100%);
    background-image: linear-gradient(to left, #F9865C 22%, #ABCC48 69%, #2299CC 100%);
}

.barExplainer{
	font-size: 11px;
	color:#aaa;
}
.barRow{
	margin-bottom: 15px;
}
.barRow:last-child{
	margin-bottom: 5px;
}

.profileRow{
	margin-bottom:10px;	
}
.profileRowRight{
	float:left;margin-left:10px;padding-top:2px;width: 160px;font-family: arial;
}
.profileRowRight .name{
	font-size: 15px;color: #444;margin-top:3px;
}
.profileRowRight .belowName{
	margin-top: 5px;
	color: #666;
	font-size: 12px;
}
.profileRow img{
	max-height: 48px;
	max-width: 48px;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.profileRow .float_right{
	padding: 10px;
	color:#888;
}
.flat-butt {
    display: inline-block;
    /*border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;*/
    
    font-family: open sans;
    font-size: 13px;
    padding: 7px 14px;
    border: 0;
    background: #aaa;
    color: #FFF;
    cursor: pointer;
    outline: 0;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.flat-butt-blue {
    background: #29c;
    border: 1px solid #29c;
}
.flat-butt-blue:hover {
    background: #56BCE7;   
    border: 1px solid #56BCE7;
}
.flat-butt-large {
    font-size: 16px;
    padding: 11px 22px;
}

.flat-butt-hollow-blue {
	background: none;
    border: 1px solid #29c;
    color: #29c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.flat-butt-hollow {
	background: none;
    border: 1px solid white;
    color: white;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.mobileFullScreen {
    text-align: center;
    position: relative;
    width:100%;
    height:100%;
    /*background: url("/images/new/mobile/homeMobileBack.png") no-repeat center center;*/
    /*background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    margin: 0;
		padding: 0;

}

.mobileFullScreen h1, .mobileFullScreen h2 {
	color:#aaaaaa;
	margin-top:4%;
	font-size:20px;
	font-weight: 300;
}
.homeMobileContent {
	width:90%;
	margin:0 auto;
	margin-top:12%;
	text-align:center
}

.homeMobileContent .searchBarMobile {
	width:100%;
	/*float:left;*/
	font-size: 16px;

}
.searchButtMobile{
	width:20%;
	float:left;
	padding:22px;
}

.buttMobile {
	
	/*margin-top:5%;*/
	width:100%;
	margin-right: auto;margin-left: auto;
	font-family:raleway, arial;
	padding:10px;
	font-size:15px;
}
.buttMobile a {
	color:#fff;
	text-decoration:none;
}
.homeMobileSection{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:8%;
	padding-bottom:8%;
	background-color:#eee;
}
.homeMobileSection.white{
	background: #fff;
}
.homeMobileSection h1{ 
	color:#525352;
	margin-top:4%;
	font-size:20px;
}
.homeMobileSection h2 {
	color:#525352;
	font-weight:700;
	font-size: 15px;
	margin-bottom: 20px;
}
.homeMobileSection .sectionSubTitle {
	line-height: 1.3;
	font-family:raleway, arial;
	font-weight:300;
	font-size:22px;
	color:#888;
	margin-top:4%;	
	width: 90%;
	text-align: center;
	margin:0 auto;
}

.homeMobileContent .fullWidth {
	width: 100%;
}
.homeMobileContent .linePic {
	width:30%;
	float:left;
	display: table;
}
.homeMobileContent .linePic img {
	 width:70%;
	 display: table-cell;
	 vertical-align: middle;
}
.homeMobileContent .lineText {
	width:70%;float:left;
	text-align:left;
}
.lineText .lineHead {
	font-family:raleway, arial;
	font-weight:500;
	font-size:25px;
	color:#525352;/*margin-top:8%;*/
}
.lineText .lineBody {
	font-family:raleway, arial;
	font-weight:300;
	font-size:18px;
	line-height:1.3;
	color:#888;
	margin-top:2%;
	margin-bottom: 4%;
}
.homeMobileSection.dark {
	 background-color:#0d394c;
}
.homeMobileSection.dark h1,.homeMobileSection.dark .sectionSubTitle {
	color:white;
}

.mobileFloater{
	position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(40,40,40,0.8);
  padding: 10px;
  z-index: 99999;
  color: #fff;
  font-size:15px;
  font-family: open sans, arial;
}

.topBanner{
	width: 100%;
  bottom: 0;
  background-color: rgba(40,40,40,0.8);
  padding: 5px;
  z-index: 99999;
  color: #fff;
  font-size:13px;
  font-family: open sans, arial;
}	
.topBanner .title{

}
.topBanner .subTitle{
	font-size:12px;font-weight: 300;
}
	.playButt {
		opacity: 0.9;
		background-color:#eeeeee;
		box-shadow: 0px 0px 6px -1px #aaa;
		width:100px;
		height:100px;
		border-radius:50%;
		font-size:50px;
		z-index:999;

	}
	.playButt i {
		color:#2299cc;
		text-shadow: 1px 1px 1px #2299cc;
		position:absolute;
		top:24px;
		left:36px;
	}
	.videoSection .playButt {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
			
	}
		.homeMobileContent.videoSection {
		position:relative;
		padding-bottom:0px;
		padding-top:60px;	
	}










