/*

	Movie Me Main Stylesheet

	- - - - - Contents - - - - -
	
	01 - Basic Settings CSS
	02 - Navigation
	03 - Owl Slider Controls Reset CSS
	04 - Intro Section - somewhat culled
	05 - About Section  - somewhat culled
	06 - About Sub Section - gone
	07 - Features Section - gone
	08 - Videos Section
	09 - Actors Section - Patreon
	10 - Advantages Section - gone
	11 - Gallery Section - Shop
	12 - Reviews Section - gone
	13 - Blog Section
	14 - Contact Section
	15 - Page Name Section

	16 - Inside Pages CSS

		 16 - 01 Sidebar
		 16 - 02 Blog Page
		 16 - 03 Page 404

	17 - Waypoints
	18 - Your CSS Code
	
	- - - - - - - - - - - - - -
	
*/	


/* 01 - Basic Settings CSS
-----------------------------------------------------------*/


/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext);


@font-face {
    /* font-family: 'JournalRegular';
	src: url('../fonts/journal.ttf');
	font-weight: normal; */
	
	font-family: 'Arial';
	src: url('../fonts/ARIALN.TTF');
	font-weight: normal;
}

.font-similar {
	/* font-family: 'JournalRegular', Arial, sans-serif;  */
	font-family: 'Arial Narrow', italic, sans-serif; 
	font-style: italic;
	color:#bebebe;
	/*  font-size: 42px;  */
	font-size: 42px;
	line-height: 56px;
	text-align: center;
}

body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans',  Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

section{
	background: #3c3c3c;
}

ul {
-webkit-padding-start: 0px;
}

/* Normal headings and typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
	font-size: 16px;
	color: #bebebe;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.sub-text {
	border-left: 1px dotted #fb0000;
	padding-left: 20px;
}

td, th {
	padding: 2px !important;
}

hr {
	border: none;
	outline: none;
	border-top: 1px solid #333;
	width: 100%;
	margin: 30px 0px;
	display: inline-block;
	background: none;
}

.no-padding {
	padding: 0 !important;
}

iframe {
	border: 0px !important;
	outline: 0px !important;
	
}

.border-none {border:0;}

.detailed-text {
	border: 1px dotted #fb0000;
	background: #333333;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	padding: 0px 6px;
}

.detailed {
	border: 2px solid #333333;
	border-radius: 3px;
	padding: 14px 20px;
	width: 100%;
}

.detailed .fa {
	font-size: 18px;
	margin: 0px 3px;
}

.detailed span {
	float:right;
}

.detailed b {
	color: #fb0000;
}

.sub-title {
	margin-bottom: 46px;
}

.sub-title:before {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	background: #fb0000;
	margin-top: 55px;
}


.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*
	top: -100px;
	*/
	top: 0;
	left: 0;
	right: 0;
	
	
	background: rgba(0,0,0,0.6) url(../img/overlay-pat.png);
	/*
	background: #000; */
	/* opacity: 1;  I may not actually want this, it wasn't original */
}

.overlayBottom {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	
	
	background: rgba(0,0,0,0.6) url(../img/overlay-pat.png);
	/*
	background: #000; */
	/* opacity: 1;  I may not actually want this, it wasn't original */
}

input::-moz-focus-inner { 
  border: 0 !important; 
}

object, embed { 
  outline: 0 !important;
}

a {
    color: #fb0000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-font-smoothing: subpixel-antialiased;
	outline: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fb0000;
}

.font-light {
    font-weight: 400;
}

.font-medium {
    font-weight: 600;
	font-size: 150%;
	padding: 10px;
	
	
}

.font-bold {
	font-weight: bold;
}

.text-dark {
	color: #bebebe !important;
}

.text-light {
	color: #fff !important;
}

.text-color {
	color: #fb0000 !important;
}

/* Text Area Style */

textarea::-webkit-scrollbar {
    width: 12px;
}
 
textarea::-webkit-scrollbar-track {
    background: #3c3c3c;
}
 
textarea::-webkit-scrollbar-thumb {
	background: #333;
	border: 1px solid #3c3c3c;
	border-radius: 2px;
}

textarea::-webkit-scrollbar-corner { background: none; }
textarea::-webkit-resizer { background: url(../img/field-corner.png) right bottom no-repeat; }

textarea {
	display: block;
	margin-top: 2px;
	padding: 12px 0;
	padding-left: 20px;
	padding-right: 20px;
	outline: none !important;
	width: 100%;
	border: none;
	border-radius: 4px;
	border: 2px solid #333;
	background: #3c3c3c;
}

textarea:focus {
	color: #fff;
	background: #393939;
}

/* Default Settings */

.dark {
	color: #fff;
	border-color: #fff;
	background: #2b2b2b;
}

.light {
	color: #2b2b2b;
	border-color: #2b2b2b;
	background: #fff;
}

.sep-content {
	height: 2px;
	width: 40px;
	margin: 10px auto;
	margin-bottom: 30px;
	background: #fb0000;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-lg, .btn-group-lg > .btn {
padding: 12px 18px;
font-size: 14px;
line-height: 1.33;

}


.btn-default {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;

}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #fb0000;
    outline: 0;
    color: #fff;
    background-color: #fb0000;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.color-btn {
    border: 2px solid #fb0000;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/* 02 - Navigation
-----------------------------------------------------------*/


.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #2b2b2b;
}







.navbar-brand {
	font-weight: bold;
}

.navbar-brand .fa {
	margin: 0px 2px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-brand:hover {
    outline: 0;
	color: #fb0000;
	background: none;
	/* border-bottom: 2px solid #fb0000; */
}


.navbar-brand img {
    padding-bottom: 10px;
}



.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a {
	font-weight: bold;
	padding-left: 2px !important;
	padding-right: 2px !important;
	margin: 0px 14px;
	border-bottom: 2px solid;
	border-color: transparent;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a{
    outline: 0;
	color: #fb0000;
	background: none;
	border-bottom: 2px solid #fb0000;
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-toggle:focus,
.navbar-toggle:active{
    outline: 0;
}

.navbar-toggle:hover {
	color: #fb0000;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #2b2b2b;
    }
}

@media(max-width:767px) {

	.navbar-custom .nav li a{
		border-bottom: 0px !important;
	}
	
}


/*	03 - Owl Slider Controls Reset CSS
-----------------------------------------------------------*/

.owl-controls .owl-prev,
.owl-controls .owl-next {
	color: #FFF;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 12px;
	 border-radius: 50px;
	background: none;
	opacity: 1;
	position: relative;
	float: left;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	autoPlay: true;
}

.owl-controls .owl-next {
	float: right;
}

@media screen and (max-width: 1370px) {
	.owl-controls .owl-next {
		float: right;
		margin-right: 0px;
	}
	
	.owl-controls .owl-prev {
		float: left;
		margin-left: 0px;
	}
}

.owl-controls .owl-prev:hover:before,
.owl-controls .owl-next:hover:before {
	color: #fb0000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.owl-controls .owl-prev:before,.owl-controls .owl-next:before {
	content: "\f104";
	font-family: FontAwesome;
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 27px;
	text-align: center;
	text-indent: 0;
	line-height: 50px;
}

.owl-controls .owl-next:before {
	content: "\f105";
}

.owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 6px;
	border-radius: 6px;
	opacity: 1;
	background: #ccc;
}

.owl-controls .owl-page.active span {
	background: #fb0000;
}


/*	04 - Intro Section
-----------------------------------------------------------*/

#intro {
	background: #2b2b2b;
}

#intro h1 {
	font-size: 86px;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0px 30px;
	font-weight: 600;
}
@media (max-width: 767px) {

	#intro h1 {
		font-size: 56px;
		text-transform: uppercase;
		margin: 100px 0px 30px;
		font-weight: 600;
	}
}

#intro h1 .font-light {
	font-weight: 200;
}


/* Video Container */

.video-content {
	position: relative;
	overflow: hidden;
	max-height: 800px;
	min-height: 800px;
}

@media (max-width: 1012px) {
	.video-content {
		max-height: 860px;
		min-height: 860px;
	}
}


.video-content .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	z-index: 50;
	background: rgba(0,0,0,0.4) url(../img/overlay-pat.png);;
}

.container-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	bottom:0;
}

@media (max-width: 700px) {
	.container-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 70px;
		bottom:0;
	}
	
	.video-content h3 {
		font-size: 32px !important;
		font-weight: 600;
		text-align: center;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	outline: 0px;
	border:none;
}    

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
/*	top: -13.5%;   */
 	top: -12%;   
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0px;
	border:none;
}


.video-image {
	top: -13.5% !important;
	position: absolute;
	left: 0;
}







.video-image img{
/*	top: -13.5% !important; */
	top: -12% !important;
	position: relative;
	left: 0;
}


.video-content img {
	display: table;
	margin: 0 auto 50px;
	
}

.player-replace img {
	position: absolute;
/*	top: -13.5%;   */
 	top: -12%;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0px;
	border:none;
}

.ytp-large-play-button {
	display: none !important;
}

@media (max-width: 1024px) {
  .video-container iframe,.video-container object,.video-container embed {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
}

.sep {
	background: #fff;
	height: 3px;
	width: 10%;
	margin: 40px auto;
}

.sep-small {
	background: #ccc;
	height: 1px;
	width: 30px;
	margin: 17px 0;
}



@media (max-width: 430px) {

	#intro h1 {
		font-size: 46px;
		margin: 0px 0px 30px;
	
	}
	
	.media-btns .btn {
		width: 150px;
		margin: 4px 6px;
	}
}

/* end update 31.10.2014 */



/*	05 - About Section
-----------------------------------------------------------*/

.more {
	text-align: center; 
	position: relative; 
	bottom:0px; 
	width: 100px;
	height: 100px;
	display:inline-block; 
	z-index:100; 
	left: 50%;
	margin-left: -50px;
	border-radius: 50%;
	margin-top: -50px;
	background: #3c3c3c;
}

.more a {
	font-size: 36px; 
	color: #fff;
	line-height: 86px;
}

.more a:hover {
	text-decoration:none; 
	color: #fb0000;
}

.about-blurb {
	
	background: url(../img/FinalEpisode_CenterCamMidPosition_Skyline_dark1-s.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 550px;
	z-index: -1;
	
}	




h1.section-title {
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 16px;
}

h1.section-title:after{


	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fb0000; 
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
	
}



/*	08 - Videos Section
-----------------------------------------------------------*/

#videos {
	position:relative;
	background: url(../img/movie-player-bg.jpg) no-repeat center center;
	background-size: cover;
	border-top: 2px solid #955959;
	
	
}


.videos-element {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: url(../img/movie-player-element.png) center center no-repeat; */
	background-size: cover;		
}

#videos .container {
	padding: 70px 0px 50px 0px;  
}

#videos .damper-left {
	position: absolute;
	z-index: 10;
	width: 50%;
	left:0;
	height: 100%;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
	background: url(../img/damper-pat.png) repeat right top;
	-webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

#videos .damper-right {
	position: absolute;
	z-index: 10;
	width: 50%;
	right:0;
	height: 100%;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1);	
	background: url(../img/damper-pat.png) repeat left top;
	-webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.embed-responsive iframe {
	min-height: 490px;
	width: 100%;
}

@media(max-width:640px) {
	.embed-responsive iframe {
		min-height: 320px;
		width: 100%;
	}
}

/* BELOW IS THE CODE FROM THE MOVIESTARVIDEOSLIST.CSS FILE THAT I USED TO USE */


.gradient3 {
    position: relative;
    overflow: hidden;
}


#catslide .gradient3:hover > img {
    transform: scale(1.5);
    transition: all 0.4s ease-in-out;
}

.gradient3:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.gradient3:hover > img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.gradient3 > img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.gradient3:hover:after {
    content: "";
    background: -webkit-linear-gradient(to top right, rgba(185, 4, 39, 0.72) 19%, rgba(105, 34, 0, 0.6) 80%);
    background: linear-gradient(to top right, rgba(185, 4, 39, 0.72) 19%, rgba(105, 34, 0, 0.6) 80%);
    position: absolute;
}


/** colors **/


/*** home page 2 ***/

.black-bg {
    background-color: #060f19
}

.black-bg:hover {
    background-color: #f36522
}

.black {
    color: #060f19
}


/*** home page 3 **/

.black-bg {
    background-color: #060f19
	background: url(../img/movie-player-bg.jpg) no-repeat center center;
	background-size:cover
}




.home-3 .black-bg:hover {
     background-color: #ff1744 
	/*background-color: #171cff */
}






a.btn.btn-button {
    padding: 8px 19px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
    text-transform: capitalize
}

.btn-button.green-bg:hover {
    background: #fff;
    color: #171717;
    border: 1px solid transparent;
}


/*** category movie **/


/*** movie items ***/

.movie-item-contents {
    position: relative;
}


.movie-item-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.movie-item-content-top {
    overflow: hidden;
    padding-top: 25px;
}

span.movie-count-time {
    background: #13be13;
    padding: 6px 16px;   /* used to be 6 and 16 */
    display: block;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}

.movie-ratting {
    margin-right: 13px;
    display: block;
    color: #fff;
}

.movie-ratting > a {
    color: #fff;
}

.movie-ratting > a > span {
    color: #13be13;
    margin-right: 5px;
}

.movie-item-content-buttom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.movie-item-title {
    padding: 0 23px; /* used to be 23 */
	
}

.movie-item-title > h5 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
    text-transform: capitalize;
	/* padding: 0 0 -23px 0;  */
	margin-bottom: 7px;
}


.movie-item-contents:hover .movie-item-content-center {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-title > a {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
}

.movie-item-contents img {
    width: 100%;
}


.movie-details {
    display: inline-block;
}

a.button-detals {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}



.movie-date {
    display: inline-block;
    margin-left: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}


.view-movie {
    display: inline-block;
    float: right;
}

.movie-item-beta {
    margin-top: 16px;
    padding-top: 16px;
}

.view-movie a {
    padding: 7px 14px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0;
    display: inline-block;
}

.hover-left {
    margin-left: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-right {
    margin-right: -99px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-left {
    margin-left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content:hover .hover-right {
    margin-right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** 
.category-movie-items .owl-nav {
    position: absolute;
     right: 41px; 
	 top: 40px;  
	
}


Category product ***/

.cat-menu ul li {
    display: inline-block;
    margin-right: 33px;
    font-size: 18px;
}

.cat-menu ul li span {
    color: #fff;
    position: relative;
    cursor: pointer;
}

.cat-menu ul li span:hover:after {
    width: 100%;
}

.cat-menu ul li span:hover {
    color: #ff1744;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-item-content-center a img {
    width: 40px !important;
    height: 40px;
    margin: 0 auto;
}

.cat-menu {
    margin-top: 30px;
    margin-bottom: 33px;
}

.item-cat ul li span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 9px;
}

.item-cat {
    padding: 0px 22px;
    /* padding-top: 12px;  
    padding-bottom: 12px; */
    overflow: hidden;
}

.movie-item-content:hover .item-cat-hover {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.item-cat ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.item-cat-hover ul li a {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}

.category-items .movie-item-beta {
    margin-top: 0;
    border-top: none;
    padding-top: 6px;
}

.item-cat-hover ul li span {
    font-size: 15px;
    font-weight: normal;
    
	text-transform: uppercase;
}


.item-cat-hover {
    margin-top: 9px;
    margin-bottom: -59px;
    transition: all 0.4s ease-in-out;
}



.cat-menu ul li span:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #ff1744;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cat-menu ul li span:hover:after {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.movie-item-content-center {
    margin: 0 auto;
    position: absolute;
    top: 37%;
    bottom: auto;
    text-align: center;
    left: 0;
    right: 0;
	z-index: 1000;
    margin-top: -100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}




.movie-item-content-center a {
    font-size: 42px;
    color: #fff;
}

.cat-menu ul li:focus {
    outline: none;
}




.nav-tabs>li>a:hover {
    border-color: transparent;
    background: transparent;
    border: 1px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    cursor: pointer;
    background-color: transparent;
    border: none;
}




.cat-menu .nav-tabs {
    border-bottom: none;
}



/*** home page 3 



.home-3 .view-movi a:hover,
***/

/*** 
.home-3 nav.navbar.bootsnav ul.nav > li > a:hover,
.home-3 nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
.home-3 nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,


.home-3 .owl-next,
.home-3 .owl-prev,
.home-3 .movie-ratting > a > span,
.home-3 .cat-menu ul li span:hover,

.home-3 .plylist-wich span:hover

***/



.home-3 .movie-item-content-center a:hover{
    color: #ff1744;
}

/*** 

.home-3 .cat-menu ul li span:after,
.home-4 span.movie-count-time,
.home-4 .cat-menu ul li span:after,
.home-3 .owl-next:hover,
.home-3 .owl-prev:hover 





***/


.home-3 span.movie-count-time{
    background-color: #ff1744
}



.home-3 .category-movie-items .movie-item-title > a {
    font-size: 18px;
}


/*** 

.movie-item-content-center a:hover {
    color: #13be13;
}


.category-slide2 .item{
	margin: 13px;
	padding: 0px 0px 30px 0px; 
}



.category-slide2 .owl-controls .owl-buttons {
	margin-top: -50px;
}



.home-3 .category-slide2 {

	margin-top: -50px; /* this is the space between "Latest Videos Earliest Videos" and the actual videos */ 

/*	
}






***/

.category-movie-items  {
	
	background: #333333;
	margin-top: -70px;
	
}





#owl-episodes .item{
	margin: 13px;
	padding: 0px 0px 30px 0px; 
}





#owl-episodes .owl-controls .owl-buttons {
	margin-top: -50px;
}




#owl-episodes {

	margin-top: -40px; } /* this is the space between "Latest Videos Earliest Videos" and the actual videos */  



.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;	
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: transparent;
	filter: Alpha(Opacity=100);/*IE7 fix*/	
	opacity: 1;
}








/* HERE IS THE END OF THE CODE FROM THE MOVIESTARVIDEOSLIST.CSS FILE THAT I IMPORTED */

/*	09 - Patreon Section (was "Actors")
-----------------------------------------------------------*/


#patreon {
	padding: 40px 0px 0px 0px;
	background-color: black;
	border-top: 2px solid #955959;
}



#owl-actors .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 6px;
	border-radius: 6px;
	opacity: 1;
	background: #ccc;
}

#owl-actors .owl-controls .owl-page.active span {
	background: #fb0000;
}

#owl-actors .owl-controls .owl-prev,
#owl-actors .owl-controls .owl-next {
	/* margin-top: -40px; */
	margin-top: -40px;
	color: #fb0000;
	background: none;
	opacity: 100;
}

#owl-actors .owl-controls .owl-prev:before,
#owl-actors .owl-controls .owl-next:before {
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#owl-actors .owl-controls .owl-prev:hover:before,
#owl-actors .owl-controls .owl-next:hover:before {
	color: #fb0000;
}

#owl-actors .owl-wrapper-outer {
	/* margin-bottom: 50px; */
	margin-top: -20px; /* this is the space between "Latest Videos Earliest Videos" and the actual videos */ 
	margin-bottom: 40px;
}

#patreon .cat-menu {
	/* padding-bottom: 30px; */
	margin-top: -70px; /* this is the space between the heading and "Latest Videos Earliest Videos" */ 
	
}	

#patreon .owl-carousel {
	padding-bottom: 50px;
	
}	



.actor {
	position: relative;
	background: none;

}

.actor img {
	width: 100%;
	height: auto;
	position: relative;
	z-index:-1;
	display:block;
}

.actor .details .fa {
	font-size: 18px;
	margin: 0px 2px;
}

.actor .details h5 {
	
}


.actor .details h2 {
	
	
}

.actor .details a{
	
}

.actor .details a:hover{
	
}



.actor .social {

	margin: 0 auto;
	margin-top: 50%;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
	
}


.actor .social > li > a {

	width: 310px;
	height: 100px;
	background: url('../img/patreon_icon_256.png') no-repeat;
	background-position: center top;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	display: inline-block;
	background-size: 60px;
	font-size: 32px;
	font-weight: 500;
	color: #000;

	}
	
.actor .social > li > a:hover {

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	filter: invert(21%) sepia(99%) saturate(7440%) hue-rotate(1deg) brightness(92%) contrast(116%);
	-webkit-filter: invert(21%) sepia(99%) saturate(7440%) hue-rotate(1deg) brightness(92%) contrast(116%);
	
}


.avatar {
	-webkit-opacity: 65%;
	-moz-opacity: 65%;
	opacity: 65%;
	overflow:hidden;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow:hidden;
	
	
	
	
	
}

.item:hover .avatar {
	-webkit-opacity: 20%;
	-moz-opacity: 20%;
	opacity: 20%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}






.actor .details {
	position: absolute;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow:hidden;
	text-align:left;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 20px 25px; 
	background: #333333;
	color: #fff; 
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	height: 0px;
}

.item:hover .details {
	height: 100%;
	z-index:10;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	padding: 0px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.actor-info .heading {
	color: #fff;
	font-weight: 600;
	font-size: 19px;	
	text-align: center;
	margin-bottom: 12px;
}
.actor-info .sub-heading {
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	position:relative;
	margin-bottom: 12px;
	color: #bebebe;
}

.actor-info {
	margin-top: 10px;
	padding: 10px 0px 18px 0px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #333333;
	position:relative;
	display: inline-block;
	border-bottom: 2px solid #333333;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item:hover .actor-info {
	border-color: #fb0000;
}


/*	11 - Shop Section (was "Gallery")
-----------------------------------------------------------*/

#shop { /* was "Gallery" */

	padding: 60px 0px 80px 0px;
	position:relative;
	background: fff;	
	background-size:cover;
	border-top: 2px solid #955959;
	
}




#owl-gallery {
	margin-top: 40px;
}


.section-wrapper {
	position:relative;
}

#owl-gallery .item img{
	display: block;
	width: 97%;
	height: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #955959;
	
}

#owl-gallery .item text{
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	
}


#owl-gallery .item a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-font-smoothing: subpixel-antialiased;
	outline: 0 !important;
}

#owl-gallery .item a:hover,
#owl-gallery .item a:focus {
    text-decoration: none;
    color: #fb0000; 
	
}




#owl-gallery .owl-controls {
	margin-bottom: 80px;
}

#owl-gallery .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 6px;
	border-radius: 6px;
	opacity: 1;
	background: #ccc;
}

#owl-gallery .owl-controls .owl-page.active span {
	background: #fb0000;
}

#owl-gallery .owl-controls .owl-prev,
#owl-gallery .owl-controls .owl-next {
	margin-top: -40px;
	color: #fb0000;
	background: none;
	opacity: 100;
}

#owl-gallery .owl-controls .owl-prev:before,
#owl-gallery .owl-controls .owl-next:before {
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#owl-gallery .owl-controls .owl-prev:hover:before,
#owl-gallery .owl-controls .owl-next:hover:before {
	color: #fb0000;
}

#owl-gallery .owl-buttons {
	max-width: 1140px;
	margin: 0 auto;
}

#owl-gallery .item .product {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	overflow:hidden;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow:hidden;
}

#owl-gallery .item:hover .product {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}


#owl-gallery .item .closeup {
	position: absolute;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow:hidden;
	text-align:center;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	height: 0px;
}

#owl-gallery .item:hover .closeup {
	height: 100%;
	z-index:10;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}



/*	13 - Blog Section
-----------------------------------------------------------*/

#blog {
	padding: 40px 0px 20px 0px;
	border-top: 2px solid #955959;
	border-bottom: 2px solid #955959;
	
}


	

#blog h1.section-title {
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;  
	float:center;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 16px;
}

#blog h1.section-title:after{
	left: 50%;
	
	
}

#blog h1.section-title .fa {
	color: #494949 !important;
	margin-left: 20px;
	float:right;
	margin-top: 9px;
}





h1.thanks-title {
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	margin-bottom: 22px;      /* originally 32px */
	margin-top: 16px;
}


#patreon h3.thanks2:after{

	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fb0000; 
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
	margin-bottom: 22px;
	
}

#patreon h4.thanks-list:after{

	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fb0000; 
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
	margin-bottom: -10px;
	
}


	

#blog h1.thanks-title {
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;  
	float:center;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 16px;
}

#blog h1.thanks-title:after{
	left: 50%;
	
	
}

/*
#blog h1.thanks-title .fa {
	color: #494949 !important;
	margin-left: 20px;
	float:right;
	margin-top: 9px;
}
*/






/* prev & next items */

#blog .prev-blog-item {
	float: left;
	width: 23%;
	
}

#blog  .next-blog-item .next-blog-link a,
#blog  .prev-blog-item .prev-blog-link a {
	width: 100%;
	display:inline-block;
	text-align: left;
	font-size: 14px;
	color: #fb0000;
	border-bottom: none;
}

#blog  .next-blog-item .next-blog-link a:hover,
#blog  .prev-blog-item .prev-blog-link a:hover {
	font-size: 16px;
}




#blog .next-blog-item {
	float: right;
	width: 23%;
}

#blog .prev-blog-item a,
#blog .next-blog-item a {
	text-transform: uppercase;
	color: #fff;
}

#blog .prev-blog-item a:hover,
#blog .next-blog-item a:hover{
	
	color: #fb0000;
}



#blog .prev-blog-item h3,
#blog .next-blog-item h3 {
	font-size: 18px;
}






#blog .blog-item {
	float: left;
	width: 54%;
	padding: 22px 35px;
	margin-bottom: 32px;
}


#blog .blog-item img {
	width: 100%;
	height: auto;
	position: relative;
	z-index:-1;
	display:block;
}


#blog .blog-item .blog-item-img {
	width: 100%;
	height:auto;
	max-height: 438px;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 2px solid #fb0000;
	
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
 

}


	
@media(max-width:992px) {
	#blog .item{
		display: flex;
		flex-direction: column;
	}
	
	#blog .prev-blog-item {
		float: left;
		width: 100%;
		order: 2;
	}
	
	#blog .next-blog-item {
		float: left;
		width: 100%;
		order: 3;
		
	}
	
	#blog .blog-item {
		float: left;
		width: 100%;
		padding: 22px 0px;
		order: 1;
	}
}

.blog-item-content {
	width: 100%;
	position:relative;
	height: 100%;
}
	
.blog-item-info {
	width: 15%;
	height: 100%;
	float: left;
	position:relative;
	margin-top: 22px;
	padding-bottom: 10px;
}

.blog-item-info span {
	width: 100%;
	display:inline-block;
	text-align: center;
	font-size: 26px;
}



.blog-item-info>small {
	border-bottom: 1px solid #fb0000;
	margin-top: 5px;
	padding-bottom: 15px;
}

.blog-item-info>small {
	width: 100%;
	display:inline-block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;

}

.blog-item-info a .fa {
	font-size: 16px;
	margin-right: 6px;
}

.blog-item-info a:hover .fa:before{
	content:'\f086';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog-item-info a {
	width: 100%;
	display:inline-block;
	text-align: center;
	font-size: 16px;
}

.blog-item-info a:hover {
	
	font-size: 18px;
}

.blog-item-text {
	width: 85%;
	padding-left: 25px;
	float: left;
	margin-top: 20px;
	border-left: 1px dotted #fb0000;
	min-height: 129px;
}

.blog-item-text h3 {
	margin-top: 0px;
}

.blog-item-text p {
	margin-bottom: 8px;
}

.blog-item-text a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.blog-item-text a:hover {
	color: #fb0000;
	
}



#owl-blog .owl-controls {
	margin-top: 10px;
}

@media(max-width:1012px) {
	#owl-blog .owl-controls {
		margin-top: 60px;
	}
}

#owl-blog .owl-controls .owl-page span {
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 6px;
	border-radius: 6px;
	opacity: 1;
	background: #ccc;
}

#owl-blog .owl-controls .owl-page.active span {
	background: #fb0000;
}


#owl-blog .owl-controls .owl-page {
	position:relative;
}

#owl-blog .owl-wrapper-outer {
	display: inline-block !important;
}

#owl-blog .owl-controls .owl-prev,
#owl-blog .owl-controls .owl-next {
	margin-top: -40px;
	color: #fb0000;
	background: none;
	opacity: 100;
}

#owl-blog .owl-controls .owl-prev:before,
#owl-blog .owl-controls .owl-next:before {
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#owl-blog .owl-controls .owl-prev:hover:before,
#owl-blog .owl-controls .owl-next:hover:before {
	color: #fb0000;
}


/*	14 - Contact Section  
-----------------------------------------------------------*/

#contact {
	padding: 100px 0px 0px 0px;
	background: url(../img/video-img2b-s.jpg) center center no-repeat;
	background-size: cover; 
	position:relative;
}


/* Socials buttons */

.social-buttons li {
	text-align: center;
	padding: 0px 20px;
	width: 33%;
	list-style: none;
	float:left;
	margin: 30px 0px;
}

.social-buttons a {
	color: #fff !important;
}

.social-buttons a:hover {
	color: #fb0000 !important;
}

.social-buttons li span {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	display:inline-block;
	
	padding-top: 25px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,0,0,0);
}

.social-buttons li:hover span {
	margin-top: -6px;
	margin-bottom: 6px;
	color: #fb0000;
	border-bottom: 1px solid #fb0000;
}

.social-buttons li .fa {
	display: inline-block;
	width: 100%;
	font-size: 48px;
}

@media(max-width:767px) {
    .social-buttons li {
		width: 100%;
    }
	
	.social-buttons li .fa {
		font-size: 62px;
	}
}

.footer-line {
	height: 3px; 
	background: #fb0000;
	bottom: 0;
	position:relative;
	width: 100%;
}

.copyright {
	position:relative;
	padding: 30px 0px;
	line-height: 24px;
}


/*	16 - Inside Pages CSS
-----------------------------------------------------------*/

/*  16 - 01 Sidebar
-----------------------------------------------------------*/

.sidebar-widget {
	margin-bottom: 35px;
}

.sidebar-widget h4 {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0 0 35px;
	font-weight: 600;
	margin-bottom: 30px;
}

.sidebar-widget h4:after {
	content: '';
	position: relative;
	display: block;
	width: 40px;
	height: 2px;
	background: #fb0000;
	margin-top: 20px;
	margin-bottom: 16px;
}


/*  Sidebar Search Form */

.sidebar-widget input {
	margin-bottom: 28px;
	display: inline-block;
	min-height: 52px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 45px;
	outline: none !important;
	width: 100%;
	border: none;
	border-radius: 4px;
	border: 2px solid #333;
	background: #3c3c3c;
}

.sidebar-widget input:focus {
	color: #fff;
	background: #393939;
}

.search {
	position: relative;
}

.search-form {
	position: relative;
	display: inline-block;
	width: 100%;
}

.search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: none;
	border: none;
	outline: none;
	color: #fb0000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.search-form .search-button:hover {
		color: #fff;
}


/* Sidebar Categories */

.sidebar-categories {
	padding: 0;
	margin-top: -2px;
}

.sidebar-categories li {
	list-style: none;
	font-size: 16px;
	color: #bebebe;
	margin-bottom: 7px;
	position: relative;
	padding: 12px 0px;
	border-bottom: 1px solid #333333;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.sidebar-categories li a {
	color: #bebebe;
	display: inline-block;
	width: 76%;
}

.sidebar-categories li:hover a {
	color: #fb0000;

}

.sidebar-categories li:hover {
	color: #fb0000;
	padding-left: 4px;
}

.sidebar-categories li:hover:before {
	font-family: 'FontAwesome';
	content: '\f054';
	color: #fb0000;
	margin-right: 10px;
	font-size: 15px;
}

.sidebar-categories li .counter-list {
	float:right;
	color: #fb0000;
	font-weight: 600;
}


/* Sidebar Recent Posts */

.latest-blog-list {
	padding: 0;
}

.latest-blog-list li {
	list-style: none;
	font-size: 16px;
	color: #999;
	margin-bottom: 7px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #333;
}

.latest-blog-list li span {
	display:inline-block;
	color: #fff;
	float:left;
	text-align: left;
	font-size: 26px;
}

.latest-blog-list li small {
	display:inline-block;
	color: #fff;
	margin-top: 13px;
	margin-left: 6px;
	text-transform:uppercase;
	font-size: 14px;
}


.latest-blog-list-comments {
	float: right;
	position:relative;
}

.latest-blog-list-comments .fa {
	font-size: 16px;
	margin-right: 6px;
	color: #fb0000;
}

.latest-blog-list li p a {
	color: #bebebe;
}

.latest-blog-list li p a:hover {
	color: #fb0000;
}

.latest-blog-list li p a:before {
	content: '//';
	color: #fb0000;
	margin-right: 10px;
	width: 100%;
	display:inline-block;
	margin: 4px 0px;
}

.sidebar-widget p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}


/* Sidebar Tags*/

.tags-list {
	padding: 0;
	display: inline-block;
}

.tags-list li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	list-style: none;
}

.tags-list li a {
	background: none;
	color: #fff;
	border: 2px solid #fb0000;
	border-radius: 4px;
	padding: 10px 20px;
	display: table;
}

.tags-list li a:before { 
	content:'';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: -2px;
	left: -2px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	background: #fff;
}

.tags-list li a:hover {
	background: #fb0000;
	color: #fff;
}


/*  16 - 03 Page 404
-----------------------------------------------------------*/

#page-404 {
	min-height: 100%;
	width: 100%;
	position:relative;
	background: url(../img/404-page-bg.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: subpixel-antialiased;
}

.page-404-container {
	position: absolute;
	left: 50%;
	top: 46%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
}

.page-404-container h1 {
	font-size: 232px;
	font-weight: 400;
}

.page-404-container .back-to-main {
	margin-top: -20px;
}

.page-404-container .back-to-main .fa {
	float: left;
	display: block;
	line-height: 46px;
}


/*  17 - Waypoints
-----------------------------------------------------------*/

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUp, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }






/* -----------------------------------
		18. Addition Background
----------------------------------- */
/* Addition Background */
.addition-bg {
	
 	position: absolute;
 	width: 100%;
 	height: 100%;
	top: 0;
 	left: 0;
 	overflow: hidden;
 	z-index: 0;
	
}

/* Fullscreen Slider */
.slide-kenburns-bg {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
	left: 0;
	
 	overflow: hidden;
 	z-index: 0;
	
	
}

.burns-slides {

	top: 13.5% !important;
	
	width: 100%;
 	height: 100%;
	position: absolute;
	

}





.slide-kenburns {
 	position: absolute;
	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	-webkit-animation: kenburnsSlide 32s linear infinite 0s;
 	animation: kenburnsSlide 32s linear infinite 0s;
	opacity: 0;
}

.slide-kenburns-1 {
	
	background-image: url(../img/slider/TOST_Episode-Sheds_Center-1-s.jpg);
	 
}


.slide-kenburns-2 {
 	background-image: url(../img/slider/FinalEpisode_ChrisSideMid-5a-s.jpg);
}

.slide-kenburns-3 {
 	background-image: url(../img/slider/TOST_Episode-4_DaveSide-1-s.jpg);
}

.slide-kenburns-4 {
 	background-image: url(../img/slider/TOST_ChaseCar_DaveSide-2a-s.jpg);
}
	
	
.slide-kenburns-5 {
 	background-image: url(../img/slider/TOST_Outtake-BostonTrip_Chris-1-s.jpg);
}

.slide-kenburns-1, 
.slide-kenburns-2, 
.slide-kenburns-3,
.slide-kenburns-4,
.slide-kenburns-5{
 	background-repeat: no-repeat;
 	background-position: center;
 	-webkit-background-size: cover;
 	background-size: cover;
}

.slide-kenburns-1 {
 	opacity: 1;
}

.slide-kenburns-2 {
 	-webkit-animation-delay: 7s;
 	animation-delay: 7s;
}

.slide-kenburns-3 {
 	-webkit-animation-delay: 13s;
	animation-delay: 13s;
}

.slide-kenburns-4 {
 	-webkit-animation-delay: 19s;
	animation-delay: 19s;
}

.slide-kenburns-5 {
 	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}




/* ------------------------------
		4. Home Section
------------------------------ */

.pt-home {
	
	top: -12.8% !important;  	
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; 
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	
	
	
}

.pt-home:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: #12171b;
}

.pt-home .banner {
	position: absolute;
	width: 90%;
    top: 50%;
	color: #fff;
    text-align: center;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt-home .banner h1 {
	color: #fff;
	margin-bottom: 15px;
}

.pt-home .banner p {
	color: #fff;
	font-size: 30px;
}

/* Social */
.pt-home .social {
	position: absolute;
	width: 40px;
	height: 120px;
	top: 20px;
	z-index: 1;
}

.pt-home .social ul li {
	display: inline-block;
}

.pt-home .social ul li i {
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pt-home .social ul li i:hover {
	color: #fff;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

/* Language */
.pt-home .lang {
	position: absolute;
    bottom: 30px;
    z-index: 1;
}

.pt-home .lang ul {
	margin: 0;
}

.pt-home .lang ul li {
	display: inline-block;
	margin: 0 10px;
}

.pt-home .lang ul li a {
	color: #a0a0a0;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.pt-home .lang ul li a:hover {
	color: #fff;
}

.pt-home .lang ul li a.active {
	color: #fff;
	border-bottom: 1px solid #fff;
}



/* ---------------------------------
		12. Preloader Css
--------------------------------- */
#preloader {
    position: fixed;
    width: 100%;
	height: 100%;
    z-index: 5000;
}

#preloader.loaded {
    visibility: hidden;
}

#preloader.loaded .loading-area {
    opacity: 0;
}

#preloader .loading-area {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: 1;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#preloader.loaded .loading-area .circle {
	width: 50px;
	height: 50px;
	margin: 0 auto 50px auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	border-top-color: #0e0f10;
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
}

#preloader.loaded .left-side {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-delay: 1s;
}

#preloader .left-side {
    left: 0;
}

#preloader.loaded .right-side {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-delay: 1s;
}

#preloader .right-side {
    right: 0;
}

#preloader .left-side, 
#preloader .right-side {
	position: absolute;
	width: 50%;
    height: 100%;
	background: #0e0f10;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}



/* Ken Burns Slide */ 
@-webkit-keyframes kenburnsSlide {
 	0% {
 		opacity: 0;
 		-webkit-transform: scale(1);
		transform: scale(1);
 	}
 	5% {
 		opacity: 1
 	}
 	25% {
 		opacity: 1
 	}
 	40% {
 		opacity: 0;
 		-webkit-transform: scale(1.1);
		transform: scale(1.1);
 	}
 	100% {
 		opacity: 0;
 		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
 
@keyframes kenburnsSlide {
 	0% {
 		opacity: 0;
 		-webkit-transform: scale(1);
		transform: scale(1);
 	}
 	5% {
 		opacity: 1
 	}
 	25% {
 		opacity: 1
 	}
 	40% {
 		opacity: 0;
 		-webkit-transform: scale(1.1);
		transform: scale(1.1);
 	}
 	100% {
 		opacity: 0;
 		-webkit-transform: scale(1);
		transform: scale(1);
	}
}




/*  18 - Your CSS Code
-----------------------------------------------------------*/

#open-popup {padding:20px}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}


.mfp-title {
  position: absolute;
  text-align: center;
  padding: 20px;
  color: #FFF;
  background: black;
  font-family: 'Arial Bold', arial, sans-serif; 
  font-size: 160%;
  line-height: 30px;
  word-wrap: break-word;
	
}


.data-title {
  position: absolute;
  text-align: center;
  padding: 20px;
  color: #FFF;
  background: black;
  font-family: 'Arial Bold', arial, sans-serif; 
  font-size: 160%;
  line-height: 30px;
  word-wrap: break-word;
	
}




.mfp-iframe-holder {
padding-top: 0px;   /* both of these used to be 40px */ 
padding-bottom: 7%; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 1100px; 

}
.mfp-iframe-holder .mfp-close {
top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 50.25%;

 }

.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }


.flaticon-play-button:hover,
.flaticon-play-button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.video-yt span.flaticon-play-button:before {
 font-size: 50px;
}

.section_title_links a {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}	
	
.section_title_links a:hover {
	color: #fb0000;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}	