@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
	margin: 0 auto;
	max-width: 1440px;
	min-width: 1000px;
	font-family: 'Open Sans', sans-serif;
	background-color: #15151A;
	color: #fff;
}
header {
	position: fixed;
	display: block;
	width: 100%;
	min-width: 1000px;
	z-index: 9999;
	background-color: #fff;
}
.wrapper {
	position: relative;
	max-width: 94%;
	padding: 20px 3%;
	margin: 0 auto;
	overflow: hidden;
}
header .wrapper {
	padding: 5px 3%;
}
.main-logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: auto;
	margin-right: 30px;
}
nav {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	font-size: .9em;
}
nav a {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
	margin-right: 15px;
	font-weight: 600;
	line-height: 50px;
}
nav a:hover {
	color: #CC0000;
}
header form {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#search-btn {
	border: 1px #E1E1E1 solid;
	height: 40px;
	min-width: 230px;
	padding: 0 10px;
	background-color: #fff;
	font-size: .8em;
	-webkit-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}
header form input[type=submit] {
	border: 1px #15151A solid;
	height: 40px;
	padding: 0 10px;
	background-color: #15151A;
	color: #fff;
	margin-left: -6px;
	font-size: .8em;
	-webkit-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
::-webkit-input-placeholder {
	color: #C0C0C0;
	letter-spacing: -1px;
	font-size: .9em;
	font-size: .9em;
}
header form input[type=submit]:hover {
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	cursor: pointer;
}
/* Home page content **************************************************************/
h1, button {
	font-weight: 500;
	color: #fff;
}
button {
	font-size: 1.1em;
	border: none;
	background-image: linear-gradient(to bottom right, red, #900000);
}
a {
	cursor: pointer;
}
button:hover {
	cursor: pointer;
}
button:active, .cat-link:active {
	background-image: linear-gradient(to bottom right, #900000, red);
}
/*** Remove border around input fields and buttons */
textarea:focus, input:focus, button:focus {
    outline: 0 !important;
}

.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: -4px;
	text-align: right;
	z-index: 9;
	background-image: url('../images/banner.jpg');
	background-size: cover;
}
.banner-text {
	position: relative;
	width: 47%;
	margin: 30px auto;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	text-align: left;
	float: right;
}
.banner-text h1 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: -1px;
	font-stretch: extra-condensed;
}
.banner-text h2 {
	font-size: 2em;
	font-weight: 400 ;
	margin-bottom: 0;
}
.banner-text p {
	font-size: 1.2em;
	margin-top: 10px;
	font-weight: 400;
}
.home-video {
	position: relative;
	width: 99%;
	min-height: 360px;
	display: inline-block;
	vertical-align: top;
}
.intro {
	position: relative;
	margin: 0;
	padding: 0;
	width: 92%;
	background-color: #E5E5E5;
	padding: 20px 4%;
}
.intro h1 {
	color: #000;
	font-weight: 400;
}
.main-page {
	z-index: 178;
	position: relative;
	min-height: 350px;
	overflow: hidden;
}
.main-page h1 {
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 40px;
}
.main-page article {
	position: relative;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.pop-vid-wrap {
	width: 24.4%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 20px;
}
.pop-thumb-wrap {
	width: 100%;
	height: auto;
}
.pop-thumb {
	width: 100%;
	height: auto;
}
.pop-vid-info h3 {
	font-size: 0.8em;
	color: #C0C0C0;
	font-weight: 400;
	text-transform: capitalize;
}
.pop-vid-info p {
	font-size: 0.75em;
	color: #666;
}
.pop-thumb-wrap:hover {
	cursor: pointer;
	opacity: .8;
	filter: alpha(opacity=80);
}
.intro .pop-vid-info h3 {
	color: #333333;
}
/* Main Video Player Page **********************************************************/

.description {
	color: #808080;
	font-size: .8em;
	max-width: 710px;
}
.description b {
	color: #666666;
	width: 120px;
	display: inline-block;
}
.description span {
	text-transform: capitalize;
}
.video-content {
	position: relative;
	width: 780px;
	margin-right: 20px;
	min-height: 850px;
	z-index: 2;
	float: left;
}
.video-wrapper {
	position: relative;
	overflow: hidden;
	width: 760px;
}
video {
	width: 710px;
	height: auto;
}
.main-vid-info {
	width: 710px; 
	margin-top: 10px
}
.main-vid-info h1 {
	font-weight: 700;
	font-size: 1.3em;
	text-transform: capitalize;
}
.suggestions {
	position: relative;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: visible;
	padding-right: 10px;
}
.suggestions h2 {
	margin-top: 0;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
}
.suggestions h2 span {
	float: right;
	font-weight: 200;
}
.sgs-video {
	position: relative;
	overflow: hidden;
	width: 96%;
	color: #F4F4F4;
	padding: 1% 0;
	margin-bottom: 0px;
}
.sgs-thumb-wrap {
	position: relative;
	width: 35%;
	height: 110px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.sgs-thumb {
	position: relative;
	width: auto;
	height: 110px;
}
.sgs-video h3 {
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 5px;
}
.sgs-video p {
	font-size: 0.7em;
	line-height: 130%;
	text-transform: capitalize;
}
.sgs-video p b {
	min-width: 80px;
	display: inline-block;
	font-weight: normal;
}
.sgs-video:nth-child(even) {
	
}
.sgs-video:nth-child(odd) {

}
.sgs-video:hover {
	cursor: pointer;
	opacity: .8;
	filter: alpha(opacity=80);
}
.sgs-vid-info {
	position: relative;
	overflow: hidden;
}
.about p {
	max-width: 800px;
	font-size: .85em;
}
.banner-content {
	position: relative;
	width: 100%;
	margin: 80px auto;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	text-align: center;
	overflow: hidden;
}
.banner-content p {
	margin: auto;
	margin-bottom: 20px;
}
.banner-content p.last {
	font-size: 1.2em;
}
.call-to-act-btn {
	padding: 15px 20px;
	min-width: 200px;
	position: relative;
	z-index: 999;
}
/* footer */
footer {
	position: relative;
	width: 100%;
	padding: 20px 0;
	font-size: 0.6em;
	clear: both;
	background-color: #1C2420;
	color: #fff;
}
.cat-link {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: .7em;
	text-transform: uppercase;
	background-image: linear-gradient(to bottom right, red, #900000);
	margin-right: 10px;
	margin-bottom: 10px;
}
#cat-list {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 60px;
	background-color: #fff;
	display: none;
	text-align: center;
	font-size: .9em;
}
#cat-list .cat-link {
	text-transform: capitalize !important;
	margin-right: 4px;
}
.line {
	position: relative;
	display: block;
	height: 1px;
	margin: 20px 0 20px;
	background-color: #232323;
}
.line2 {
	position: relative;
	display: block;
	height: 1px;
	background-color: #232323;
}
.sidebar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	overflow: hidden;
}
.sidebar h1 {
	text-align: left;
}
.sidebar h1 span {
	background-color: #fff;
	padding: 10px 30px;
	min-width: 300px;
	color:#000;
	border-left:  15px #CC0000 solid;
	border-radius: 30px;
}

.right-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-left: 2%;
}
.right-content h1 {
	margin-bottom: 10px;
}
.sidebar .cat-link {
	width: 80%;
	margin-bottom: 10px;
	font-weight: 600;
}
/* Video loader Animations  */
.loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	z-index: 10;
	opacity: .9;
	filter: alpha(opacity=90);
}
.circle {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.circle span {
	color: #666666;
}
.inner-circle {
	position: relative;
	width: 50px;
	height: 50px;
	border: 4px #fff solid;
	border-bottom: 4px #CC0000 solid;
	border-top: 4px #fff solid;
	border-left-color: transparent;
	border-right-color: transparent;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	z-index: 7;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}
.mobile-menu {
	display: none;
}

/* Screen size less than 1200px *********************************************************************/

@media screen and (max-width: 1200px) {
.video-content {
	width: 670px;
}
.video-wrapper {
	width: 640px;
}
video {
	width: 640px;
}
.description {
	max-width: 640px;
}
.main-vid-info {
	width:640px; 
}
/* Screen size less than 480px (Mobile) *****************************************************************/

@media screen and (max-width: 480px) {
body {
	max-width: 480px;
	min-width: 280px;
}
header {
	min-width: 100%;
}
nav {
	display: none;
	height: auto;
	width: 100%;
}
nav a {
	margin-right: 0;
	display: block;
	text-align: center;
	line-height: 40px;
}
header form {
	margin: 10px auto;
	text-align: center;
	width: 90%;
	display: block;
	display: none;
}
#search-btn, header form input[type=submit] {
	font-size: .8em;
}
::-webkit-input-placeholder {
	font-size: .8em;
}
.mobile-menu {
	display: block;
	position: absolute;
	right: 4%;
	top: 5px;
	text-align: right;
}
.mobile-menu button {
	background: none;
	color: #000;
	border: none;
	line-height: 50px;
	font-size: 1.7em;
	margin-left: 10px;
}
#search {
	color: #808080;
}
.banner-text {
	width: 85%;
	float: left;
	margin-left: 10%;
}
.banner-text h1 {
	font-size: 2em;
	width: 70%;
}
.banner-text h2 {
	font-size: 1.6em;
}
.sidebar {
	display: none;
}
.right-content {
	display: block;
	width: 100%;
	margin-left: 0%;
}
.home-video {
	width: 100%;
	display: block;
	overflow: visible;
	min-height: 0px;
}
.main-page article {
	width: 100%;
	display: block;
}
.pop-vid-wrap {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.pop-thumb-wrap {
	width: 40%;
	height: auto;
	float: left;
	margin-right: 20px;
}
.video-content, .video-wrapper,video , .description , .main-vid-info {
	width:100%; 
	margin-right: 0;
}
.video-content {
	min-height: 0;
	margin-bottom: 50px;
}
#videoplayer {
	height: 360px;
}
section {
	height: 50px !important;
}
.main-vid-info h1 {
	font-weight: 500;
}
.sgs-video {
	width: 100%;
}
.sgs-thumb-wrap {
	width: 40% !important;
	height: 90px;
}
.sgs-thumb {
	height: 90px;
}
.sgs-video h3 {
	font-size: .8em !important;
	color: #c0c0c0;
}
.banner-content h1 {
	font-size: 1.7em;
}
.sgs-video p {
	font-size: 0.6em;
}
.banner-content {
	margin-bottom: 30px;
}
.pop-vid-info h3 {
	margin-top:0;
}
button {
	font-size: .9em;
	font-weight: 600;
}
.banner-content {
	width: 90%;
	padding: 0 5%;
}
.banner-content p {
	font-weight: 400;
}
footer {
	text-align: center;
}
}