/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/



body {
	background-color: #ececec;
	margin: 0;
}

img.full {
	width: 100%;
}



.section1
{
	background: rgba(28,28,28,0.92);
	height: 37px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fc531d;
	margin-left: -15px;
}


.section2
{
}


.join-box
{
	background-color: #fff;
	padding: 30px;
	width: 970px;
	margin: 40px auto;
}

.features
{
	margin-top: 80px;
}

.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.copyright
{
	font-size: 12px;
	color: #000;
	text-align: center;
}

.name
{
	position: absolute;
	bottom: 8px;
	left: 8px;
	color: #fff;
	font-size: 13px;
	width: auto;
	text-shadow: 0 0 3px #000;
}

.viewers
{
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #fff;
	font-size: 10px;
	width: auto;
	text-shadow: 0 0 3px #000;
}

.eye
{
	margin-right: 5px;
}

/*
.container
{
	width: auto;
}
*/
.pagination
{
	padding-top: 40px;
	padding-bottom: 20px;
	text-align:center;
	margin: auto;
}

.pageno
{
	position: relative;
	display: inline-block;
	padding: 9px 18px;
	font-size: 18px;
	line-height: 1.364;
	text-decoration: none;
	color: #fc531d;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	margin-left: -5px;
	cursor: pointer;
}

.pageno-on
{
	background-color: #fc531d;
	color: #fff;
}

.form
{
	padding: 25px;
	margin: 0 0 15px;
	width: 100%;
	background: #444444;
}

iframe
{
	height: 330px;
}

p
{
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #606060;
	font-size: 16px;
}

.feature-title
{
	overflow: hidden;
	font-size: 19px;
	margin: 0 0 6px 0;
	font-weight: normal;
	display: block;
	color: #333;
	text-align: left;
}



.thumbail
{
	border: 1px solid #fff;
	margin: 2px;
}


.col-xs-3, .col-xs-6
{
	padding-left: 0px;
	padding-right: 0px;
}

.trending
{
	font-size: 24px;
	font-weight: 300;
	color: #111;
	margin: 0 0 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 5px;
}


.logo-wrap
{
	height: 37px;
	width: auto;
	background-color: #fff;
	padding: 2px 13px 3px 8px;
	border-bottom: none;
	border-right: none;
	float: left;
	margin-right: 7px;
}

.logo
{
	width: 130px;
	margin-right: 0px;
	margin-top: 3px;
}


.tab-wrap
{

}


.tab
{
	float: left;
	color: #fff;
	font-size: 13px;
	padding: 8px;
}

.create-account
{
	font-size: 15px;
	font-weight: normal;
	text-shadow: 0 0 1px #777;
	display: inline-block;
	margin: 4px -5px 10px 10px;
	line-height: 1;
	border-radius: 1px;
	padding: 6px 12px;
	color: #fff;
	height: auto;
	background-color: #70A60B;
	border-color: #70A60B;
	float: right;
}


.infotext
{
	margin-bottom:20px;
}

.hide-on-mobile { display:block !important}
.hide-on-mobile-inline-block { display:inline-block}
.show-on-mobile { display:none !important; }

@media only screen and (max-width:991px) {

.features
{
	margin-top: 45px;
}

p
{
	font-size: 15px;
}

.join-box
{
	width: 750px;
}

.name
{
	font-size: 15px;
}

.viewers
{
	font-size: 13px;
}

}

@media only screen and (max-width:767px) {

h1
{
	text-align: center;
}

.img-thumbnail {
	display:none;
	}

.features-icon
{
	width: 140px !important;
}

.features
{
	margin-top: 15px;
}


.feature-title
{
	text-align: center;
	font-size: 25px;
	line-height: 32px;
}

p
{
	font-size: 18px;
	text-align: center;
}

.join-box
{
	padding: 15px;
	width: 95%;
}



}

@media only screen and (max-width:640px){

.tab-wrap
{
	display: none;
}


}

@media only screen and (max-width:480px){
.hide-on-mobile { display:none !important}
.hide-on-mobile-inline-block { display:none!important;}
.show-on-mobile { display:block !important; }

.form
{
	padding: 15px;
}

.trending
{
	font-size: 20px;
}


}


@media only screen and (max-width:360px){

.logo
{
	width: 118px;
}

.join-title
{
	width: 190px;
	margin: auto;
	margin-bottom: 10px;
}

}


