/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:active {
    outline: none !important;
}
body {
	line-height: normal !important;
}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '' !important;
	content: none !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
h2 {
	padding:0 !important;
    margin:0 !important;
}
.fleft
{
	float:left
}
.fright
{
	float:right
}
body {
	font-size:14px !important;
	font-family: "Lato","Myriad Pro" , "PT Sans", Arial !important;
	font-weight:400;
    color:#000 !important;
    line-height:18px !important;
    background:#004d63 /*#2D711D url(../images/bg.jpg) no-repeat center top*/
}
strong{
	font-weight:bold !important
}
.clear{
	clear:both;
    float:none !important;
	font-size:1px;
	height:1px;
	min-height:1px;
}
#wrapper
{
	width:100%;
    margin:0 auto;
}
a {
	text-decoration:none !important;
    color:#e86c14
}
#header{
    background:#002D3A /*url(../images/menu_bg.jpg) repeat-x;*/
    
}
#header > div:first-child
{
	width:810px;
    margin:0 auto;
    position:relative
}
.logo{
	position: absolute;
	top: -1px;
	left: 2px;
	height:78px;
	z-index:20;
}
.logo img{
	margin:0 0 0 5px
}

#main-menu{
    line-height:40px;
    color:#fff;
    margin:1px 0 1px 320px
}
#main-menu.logged-in{
    margin:1px 0 1px 180px
}

#main-menu li
{
	float:left;
    padding:0;
    margin:2px 20px 0 0;
    color:#898b8a;
    list-style:none;
    position:relative
}
#main-menu-logout{
    line-height:40px;
    color:#fff;
    margin:1px 0 1px 148px
}
#main-menu-logout li
{
	float:left;
    padding:0;
    margin:2px 10px 0 0;
    color:#898b8a;
    list-style:none;
    position:relative
}
#main-menu li > div, #main-menu-logout li > div
{
	position:absolute;
	left:-21px;
	top:40px;
	padding:0x;
	background:#000;
	z-index:999999;
	display:none
}
#main-menu li > div > ul, #main-menu-logout li > div > ul
{
	width:165px;
	color:#fff;
	background:#000;
	padding:8px;

}
#main-menu li > div > ul > li, #main-menu-logout li > div > ul > li
{
	float:none;
	display:block;
        margin-bottom:4px;
	line-height:normal;
}
#main-menu li > div > ul > li > a, #main-menu-logout li > div > ul > li > a
{
	color:#fff;
	padding:0 0 0 5px;
	line-height:normal
}
#main-menu li > div > ul > li > a:hover, #main-menu-logout li > div > ul > li > a:hover
{
	color:#ff6600 !important
}
#main-menu li a, #main-menu-logout li a
{
    display:inline-block;
    color:#FFFFFF;
    font-size:13px;
    padding:0 10px;
    /*font-family:arial*/
}
#main-menu li a:hover, #main-menu li a.sel, #main-menu-logout li a:hover, #main-menu-logout li a.sel
{
    color:#f75f5e;
	font-weight: normal;
}

#content
{
    margin:0 auto;
    width:810px;
    position:relative
}

#footer
{
	position: relative;
	width: 100%;
	min-width: 100% !important;
	display: inline-block;
	border-top:solid 1px #00222B;
    background:#002D3A; /*url(../images/footer_bg.jpg) repeat-x left top;*/
    height:97px;
    margin:5px 0 0 0;
    padding-top:1px;
    color:#fff;
    text-align:center
}
#footer > div:first-child
{
	width:810px;
	margin:0 auto
}
.loader
{
	/*margin:0 auto;
	width:96%;
	height:40px;
	color:#fff;
	background:#000;*/
	
	text-align:center;
	line-height:40px;
	opacity: 0.6;
	filter: alpha(opacity=60);       /* IE8 and lower */
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.small-copy {
	font-size:12px
}

#footer p
{
	margin:8px 0 7px 0
}

#footer p.social-meida strong
{
	float:left;
    margin-right:5px;
    margin-left:355px
}
#footer p.social-meida a
{
	float:left;
    margin-right:5px

}
#footer a:hover
{
	text-decoration:underline !important;
}
h1.page-title 
{
	font-family:"oswald", arial;
	font-size:25px;
	/*text-shadow:2px 2px #000;*/
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	text-align:left;
	margin:20px 0
}
.posted-by
{
	margin:7px 0 9px 20px;
	font-size:18px;
	color:#f75f5e;
	font-weight:bold;
	line-height: normal;
} 
.posted-by a
{
	font-weight:normal;
	text-transform:uppercase;
	/*color:#036800;*/
	color:#f75f5e
} 
.posted-on
{
	margin:9px 0 0 15px;
	font-size:18px;
	color:#1384B0;
	font-weight:normal;
	margin-top:-5px;
	text-transform:lowercase;
	display:inline-block
} 
/** feeds list **/
.feed-list
{

	margin-bottom:60px
}
.feed-list li
{
	border-bottom:dotted 2px #578f52;
	padding-bottom:15px;
	width:775px;
	margin:0 auto 15px;
}
.feed-list li > div
{
	height:210px;
	background:#feff99;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding-top:1px
}

/*.feed-list li > div .posted-by
{
	margin:7px 0 9px 20px;
	font-size:24px;
	color:#036800;
	font-weight:bold
} 
.feed-list li > div .posted-on
{
	margin:9px 0 0 15px;
	font-size:18px;
	color:#676556;
	font-weight:bold;
	margin-top:-5px;
	display:inline-block
} */
.feed-list li > div > .avatar
{
	display:inline-block;
	/*border-radius:75px;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;*/
	border:solid 2px #e0cc5e;
        /*-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
	overflow:hidden;
	width:150px;
	height:150px;
	float:left;
	margin:0 0 0 15px;
	
	background-position:center center;
	background-repeat:no-repeat
}

.feed-list li > div > .avatar a
{
	display:block;
	text-indent:-999999px;
	width:150px;
	height:150px;
}

.feed-list li > div > .video
{
	float:left;
	width:242px;
	height:162px;
	margin:0 18px
}

.feed-copy > p
{
	height:36px;
	margin-bottom:10px;
	padding-right:15px;
	display: table-cell;
    vertical-align: middle;
}
.feed-copy > a
{
	margin-right:5px
}
.feed-copy  a
{
	/*color:#000*/
}




/** Friends list **/
.friends-list
{
	margin-bottom:60px
}
.friends-list li
{
	border-bottom:dotted 2px #578f52;
	padding-bottom:15px;
	margin:0 auto 15px;
}
.friends-list li > div
{
	height:164px;
	/*background:#b6b77f !important;*/
	background:#fff !important;
	padding-top:1px
}
.friends-list li > div > .avatar
{
	display:inline-block;
	/*border-radius:75px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;*/
	border:solid 2px #e0cc5e;
	overflow:hidden;
	width:150px;
	height:150px;
	float:left;
	margin: 5px 0 0 5px;
	text-indent:-999999px;
	/*box-shadow: 0 8px 6px -6px black;*/
	background-position:center center;
	background-repeat:no-repeat

}
.friends-list li > div > .avatar a{
	display:block;
	width:150px;
	height:150px
}
.friends-list li > div > span
{
	float:right;
	margin:10px 10px 0 0
}
p.feed-copy
{
	float:left;
	font-size:30px;
	color:#047602;
	line-height:35px;
	font-weight:bold;
	margin:40px 0 0 110px
}
.search-box
{
	position:relative;
	display:inline-block
}
.search-box input
{
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	width:205px;
	border:solid 2px #787974;
	height:30px;
	margin-left:15px;
	margin-bottom:20px;
	background:#fff url(../images/searchicon.png) no-repeat 5% 50%;
	color:#5c5c5c;
	font-size:16px;
	padding:0 35px 0 45px;
	font-weight:bold
}
.search-box a
{
	position:absolute;
	right:5px;
	top:5px
}

/** Hand View **/
.hand-summary 
{
	width:771px;
	/*height:700px;*/
	background:#fff; /*#b6b77f;*/
	position:relative;
	padding:1px 0 20px;
	margin:0 auto;
	overflow:hidden;
}
.hand-summary > a:first-child
{
	position:absolute;
	top:116px;
	left:0
}
.hand-summary .hand-video
{
	background:#fff;
	width:743px;
	/*height:424px;*/
	margin:16px auto 0;
}
.hand-summary .hand-video span
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:743px;
	height:424px
}
.hand-summary .hand-video span img {
	width:100%
}
.hand-summary .share 
{
	width:144px;
	margin:25px 20px 0 15px;
	text-align:center;
	float:left
}
.hand-summary .avatar
{
	display:inline-block;
	/*border-radius:70px;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;*/
	border:solid 2px #e0cc5e;
	overflow:hidden;
	width:140px;
	height:140px;
	float:left;
	margin:3px 0 20px 0;
	text-indent:-999999px;
	/*-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
	background-position:center center;
	background-repeat:no-repeat;
}


.hand-summary .avatar a
{
	display:block;
	text-indent:-999999px;
	width:140px;
	height:140px;
}







.hand-summary .share a
{
	margin-right:4px;
        float:left
}
.hand-details 
{
	float:left;
	width:570px;
	color:#333333;
	margin-top:15px
}
.hand-details .posted-by
{
	margin-left:0
}

/** Feed comments **/

.hand-comments
{
	margin-bottom:30px
}
.hand-comments li
{
	border-top:dotted 2px #578f52;
	padding-top:15px;
	width:743px;
	margin:15px auto;
}
.hand-comments li > div
{
	/*height:154px;*/
	width:750px;
	background:#fff;/*#b6b77f;*/
	padding:6px 0 10px;
	overflow:hidden;
	margin:0 auto
}
.hand-comments li > div > .avatar
{
	display:inline-block;
	/*border-radius:70px;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;*/
	border:solid 2px #e0cc5e;
	overflow:hidden;
	width:140px;
	height:140px;
	float:left;
	margin:3px 0 0 10px;
	text-indent:-999999px;
	/*-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;*/
	background-position:center center;
	background-repeat:no-repeat;
	float:left
}
.hand-comment, .hand-add-comment
{
	float:left;
	width:555px;
	color:#333333;
	margin-left:20px;
	margin-top:15px;
	position:relative
}
.hand-comment .posted-by
{
	font-weight:normal;
	text-transform:uppercase;
	margin-left:0
}
.hand-comment a
{
	color:#047602;
	font-size:16px;
	text-transform:uppercase
}
.hand-comment > span:first-child
{
	position:absolute;
	top:-10px;
	right:-10px
}
.hand-add-comment textarea
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:solid 3px #b7b9bd;
	width:97%;
	height:60px;
	margin-bottom:10px;
	font:14px arial; 
	padding:5px; 
	-moz-box-shadow:    inset 0 0 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.4);
	box-shadow:         inset 0 0 8px rgba(0,0,0,0.4);

}

/** Home feed **/
/** feeds list **/
.home-list
{
	margin-bottom:60px
}

.home-list li
{
	border-bottom:dotted 2px #578f52;
	padding:0 0 15px;
	width:775px;
	margin:0 auto 15px;
}
.home-list li > div
{
	min-height:190px;
	background:#fff !important;
	padding:10px 1px 15px 1px;
	position: relative;
}

.home-list .date-col
{
	width:168px;
	margin: 0 20px 0;
	float:left
}
.home-list .date-col span
{
	display:inline-block;
	font-size:18px;
	color:#036800;
	font-weight:bold;
	line-height:36px;
	margin-bottom:2px
}
.home-list .date-col div
{
	width:150px;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
}
.home-list .feed-copy
{
	color:#036800;
}
.readmore-news
{
	float:right;
	margin-right:15px;
	font-weight:bold;
	color:#f80400 !important;
	font-size:16px;
   position: absolute;
    right: 10px;
    bottom: 10px;
}
.home-list.featured-details > div 
{
	height:auto;
}
.home-list.featured-details .feed-copy
{
	padding-left:20px;
	margin-top: 31px;
}
.home-list.featured-details .feed-copy p
{
	height:auto;
}
/** User **/
.user
{
	padding-bottom:26px;
	width:775px;
	margin:0 auto;
	background: url(../images/usershadow.png) no-repeat 50% 100%
}
.user > div
{
	min-height:240px;
	background:#b6b77f;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	padding-top:1px;
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
}
.user > div > .avatar
{
	display:inline-block;
	border-radius:142px;
	-webkit-border-radius:142px;
	-moz-border-radius:142px;
	border:solid 2px #e0cc5e;
	overflow:hidden;
	width:284px;
	height:284px;
	float:left;
	margin:3px 0 0 10px;
	text-indent:-999999px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	margin:25px 0 0 30px

}
.user > div > span
{
	position:absolute;
	top:10px;
	right:10px
}

.user h2.feed-copy
{
	float:left;
	font-size:24px;
	color:#006600;
	line-height:35px;
	font-weight:bold;
	margin:50px 0 20px 40px;
	
}
.user p
{
	float: left;
    margin-left: 42px;
    width: 400px;
    font-size:16px;
    color:#333333;
    line-height:normal
    margin-bottom: 10px;
}

.feed-list.user-list li
{
	height:190px;
	width:721px;
}

.feed-list.user-list li > div
{
	height:190px;
}
.feed-list.user-list li > div > .video
{
	float:left;
	width:218px;
	height:162px;
	margin:0 18px
}
.user-list .feed-copy > p
{
	font-size:16px;
	height:86px
}
.feed-list.user-list li > div > .avatar
{
	display:inline-block;
	border-radius:70px;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	width:140px;
	height:140px;
}	

/** Login **/
.arrow_box {
	position: relative;
    background: #000;
    border: 2px solid #777;
    padding: 20px;
	border-radius:6px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 43%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(119, 119, 119, 0);
	border-bottom-color: #777;
	border-width: 23px;
	margin-left: -23px;
}
.login
{
	height:340px;
	background:transparent;
	padding-top:1px;
	width:350px;
	color:#fff;
	border:solid 0 #777;
	position:absolute;
	right:-20px;
	top:60px;
	padding:0;
	height:auto;
	z-index:999
}
.login table td input
{
	border-radius:4px;
	border:solid 1px #aaa;
	width:180px;
	height:24px
}
.login table td 
{
	padding:5px
}
.login table td.table-title 
{
	font-size:20px;
	padding:0;
	color:#feff99;
	padding-bottom:10px
}
.login
{
	
}
.login > span
{
	float:left;
	margin-top:-53px
}
#close_login {
    position:absolute;
    font:14px oswald;
    top:4px;
    right:10px;
    cursor: pointer
}
#slider {
	width:810px;
	height:415px;
    margin:10px auto 15px
}
.theme
{
	position:relative
}
.register 
{
	float:right;
	right:0;
	top:0;
	width:276px;
	height:430px;
	background:#fff url(../images/register_bg1.png) -2px 0 no-repeat;
	z-index:19
}
.register table
{
	margin: 20px 0 0 22px;
    width: 248px;
}
.register .regfrm-title{
	font: 300 26px oswald;
	text-transform:uppercase;
	letter-spacing:2px;
    color: #fff;
    padding: 10px 0 !important;
    text-align: center;
    background: #f65e5e;
}
.register table td input
{
	border:solid 1px #dcdcdc;
	height: 30px;
    margin-bottom: 10px;
	width:220px;
	font-size:14px;
	padding: 0 5px;
}
.register table td  .register-btn{
	background:url(../images/getaccess.png) no-repeat;
	width:248px;
	height:39px;
	 margin-top: 27px;
	 margin-left:-15px;
	 margin-bottom:5px;
	 cursor:pointer
}


#pagination span{
    margin-left:17px;
	width:96%;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:40px;
	display:none
}

.nodata
{
	margin:0 auto;
	width:40%
	color:#000;
	text-align:center;
	line-height:40px;
	background:#FEFF99;
	opacity: 0.6;
	filter: alpha(opacity=60);       /* IE8 and lower */
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}


/**** User Profile ****/
.user-profile
{
	border-radius:4px;
	background:#fff;
	position:relative;
	padding:10px;
	margin:0 auto 30px;
}
.user-profile table{
    margin-left:20px
}
.user-profile table td{
    padding:5px 0;
    vertical-align: middle
}
.validation-msg{
    padding:10px 10px 10px 20px;
    color:#077304;
    font-weight: bold
}

.user-profile table td input[type="text"],.changepassword input[type="password"], .user-profile table td textarea
{
	border-radius:3px;
	border:solid 1px #b9b9b9;
	width:300px;
	height:30px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px
}
.changepassword{
	padding:20px
}
.changepassword label{
	width: 125px;
    display: inline-block;
}
.user-profile table td textarea {
    height:100px
}
.user-profile .avatar
{
	display:inline-block;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border:solid 2px #e0cc5e;
        -webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	overflow:hidden;
	width:200px;
        height:200px;
	position:absolute;
	margin:0;
        right:60px;
        top:100px;
	text-indent:-999999px;
	background-position:center center;
	background-repeat:no-repeat
}

.popup-close {
    position:absolute;
    display: block;
    top:2px;
    right:2px;
    background:url(../images/closebutton.png) no-repeat;
    height:30px;
    width:33px;
    text-indent:-99999px
}

.back2list{
    float: right;
    margin-top:15px;
    margin-right:40px;
    font-size:18px;
	font-weight:bold
}
.about
{
    color:#000;
    padding:20px;
    background: #fff;
	margin-bottom:40px;
}

.about h2 {
    color:#f75f5e;
    font-size:18px;
    margin:20px 0 10px !important
}
.about p {
    margin:0 0 10px;
    padding:0
}

.about a {
    color:#9e2d00
}
.video-thumb {
	position:relative;
	display:inline-block
}
.play-button {
	position:absolute;
	display:inline-block;
	background:url(../images/playbutton.png) no-repeat center top;
	height:40px;
	width:100%;
	top:50%;
	margin-top:-20px
}

.social-network-settings {   
	border-radius:4px;
    background: none repeat scroll 0 0 #fff;
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 20px;
    width: 100% !important;
}
.social-network-settings td {
    padding:10px 5px
}

#fbshareframe .social-network-settings { 
	background: none repeat scroll 0 0 #fff !important;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px;
    width: 40%;
}


.likecountcss
{
    position:absolute;top:0;right:35px;display: inline-block;line-height: 48px
}
/*ADDED BY KEVIN TO RESKIN HOMEPAGE*/
#slider_main {
	width:810px;
	height:372px;
    margin:10px auto 15px;
}

#downloadLinks {
	position: relative;
	min-height: 67px;
	/*background:url(../images/green_bar.jpg) no-repeat;*/
background:#002d3a;
	margin-bottom: 10px;
}

#downloadLinks h2 {
	line-height: 67px;
	height: 72px;
	color: #fff;
	font-size: 32px;
	padding-left: 50px !important;
}

#appleStore {
	position: relative;
	margin-right: 30px;
}
#hpRegister {
	position:relative;
	min-height: 415px;
	padding: 25px 20px;
    	width: 770px; 
		overflow:hidden;
		
	margin-bottom: 15px;
	/*background: url(../images/opaquelayer.png)  0px 7px no-repeat;*/
	background: #024558;
}

h2.bContent {
	line-height: 36px;
	font-size: 29px;
	color: #ffa209;
	text-shadow: 2px 2px 3px #333;
}

p.bContent {
	line-height: 28px;
	font-size: 38px;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	margin: 7px 0 35px;
        font-weight:300;
	text-align:center
	}
h3.rContent {
	width:420px;
	line-height: 30px;
	font-size: 26px;
	color: #fff;
	text-shadow: 2px 2px 3px #333;
}
p.rContent {
	width:420px;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	margin-bottom: 10px;
}
#intro-video {
	position:relative;
	background: #000;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;  
	padding: 10px;
	width:500px;
	cursor: pointer;
}

#homeRibbon {
	position:absolute;
	width: 374px;
	left: -7px;
	top: 40px;
	z-index: 10;
}
.ads{
	background: none repeat scroll 0 0 #333 !important;
	color: #FFFFFF !important;   
	border: 4px solid #FFFFFF;
}
.ads h2{	
	color: #FFFFFF !important;    
}
.ads-posted-on{
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: -5px 0 0 15px;
	color: #FEFF99 !important;
}
.ads-description{
	display: table-cell;
    height: 100px;
    padding-left: 30px;
    padding-right: 15px;
    vertical-align: middle;
	font-size: 26px;
    font-weight: bold;
}
.ad-avatar
{
	display:inline-block;
	border-radius: 0 0 0 0 !important;
	border:solid 2px #e0cc5e;
        -webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	overflow:hidden;
	width:150px;
	height:150px;
	float:left;
	margin: 0 0 0 22px !important;
	
	background-position:center center;
	background-repeat:no-repeat
}
.ad-posted-by
{
	margin:7px 0 9px 20px;
	font-size:24px;
	color:#036800;
	font-weight:bold
}
#sharecomment {
padding: 10px;
font: normal 14px arial;
border: solid 2px #979696;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #333;
}
#toppage{
    background: none repeat scroll 0 0 #B8F3FF;
    border: 2px solid greenyellow;
    bottom: 0;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    right: 0;
}
.smp-intro
{
	font-family:oswald, arial, sans-serif;
	font-weight:300;
	float:left;
	width:520px;
	margin-top:20px
}
.pro-hands-intro
{
	/*float:right;
	width:230px;*/
	margin-top:20px
}
.pro-hands-intro h3 {
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin-bottom:10px;
	text-align:center;
	/*text-shadow: 2px 2px 3px #333;*/
}
.pro-hand 
{
	/*border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:solid 2px #333;
	margin-bottom:7px;*/
	float: left;
    	margin-right: 10px;
    	width: 80%;
}
.pro-hands-intro h3 span {
	font-size: 22px;
}
.pro-hands-intro .avatar {
	width:70px;
	height:70px;
	/*border-radius:70px;*/
	border-radius:0px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border: solid 2px #e0cc5e;
	float:left;
	margin-right:10px
}
.hand-details-home 
{
	margin-top:10px;
	/*background:#b6b77f;*/
	background:#fff;
	padding:10px;
	text-align:left;
	/*height:279px;*/
	cursor:pointer;
	overflow:hidden
	
}
.pro-hands-intro .hand-details-home strong
{
	font-size:14px;
	margin-bottom:10px;
	display:inline-block;
	text-transform:uppercase;
	color:#f75f5e
}

.download-register {
	position: absolute;
	right: 25px;
	top: 30px;
	width: 276px;
	height: 412px;
	z-index: 19;
	border-radius: 25px;
	text-align: center;
	/*background-color:rgba(0,0,0,0.3);*/
}
.download-register #appleStore{
	margin-right:0
}
.download-register h2 {
	color: #e86c14;
	font-size: 28px;
	text-align:center;
	margin:25px 0 20px
}
.download-register a {
	display:inline-block;
	margin:10px 0 20px
}

/* Embed hand */
.embedhand
{
	display:block;
	padding:3 7px;
	line-height:34px;
	background:#979696;
	border:solid 1px #979696;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;	
	font-size:13px;
	vertical-align: top;
	margin-left: 0;
	text-align:center;
}
.embedhandnew
{
	display:block;
	padding:3 7px;
	line-height:34px;
	background:#979696;
	border:solid 1px #979696;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;	
	font-size:13px;
	vertical-align: top;
	margin-left: 0;
	text-align:center;
}
#embed_hand_txt
{
	padding:10px;
	font:bold 14px arial;
	border:solid 2px #979696;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#666
}
#email_hand
{
	padding:15px 0 3px 15px;
	font:lighter 12px arial;
	border:solid 2px #979696;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#666
}
.readonly-comment-box
{
   background: rgba(255,255,255,.75) !important; 
   height: 148px !important;
   margin: 0 0 !important;   
   position: absolute;
   text-align: center;      
   z-index: 9999 !important;
}
.readonly-comment-box span
{
	line-height: 107px;
    margin-left: 157px;
}
.feed-list div.replayInfo h2, .feed-list  div.replayInfo p{
	height:60px
}
.feed-list  div.replayInfo{
	top:0
}
.user-info{
	clear:both;
	padding:0 5px
}
.user-info .replayDate , .user-info .replayUsername
{
    font-size: 12px !important;
    font-weight: bold;
    color:#1384B0 !important
}
.user-info .replayUsername a{
	color:#f75f5e !important;
	text-transform:uppercase
}

input[type="button"],input[type="submit"]{
	border-radius: 4px;
    border: solid 2px #008080;
    color: #008080;
    font: 16px oswald;
    padding: 7px 15px;
    background: #fff;
    cursor:pointer
}
select{
	border-radius: 4px;
    height: 30px;
    border: solid 2px #008080;
    background: #fff;
    font-size: 14px;
}
