/*

	Movie Me Main Stylesheet

	- - - - - Contents - - - - -
	
	01 - Basic Settings CSS
	02 - Navigation
	03 - Owl Slider Controls Reset CSS
	04 - Intro Section
	05 - About Section
	06 - About Sub Section
	07 - Features Section
	08 - Movie-Player Section
	09 - Actors Section
	10 - Advantages Section
	11 - Gallery Section
	12 - Reviews Section
	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(https://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-similar {
	font-family: 'JournalRegular', Arial, sans-serif; 
	color:#bebebe;
	font-size: 42px;
	line-height: 56px;
}

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 #fd936a;
	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 #fd936a;
	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: #fd936a;
}

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

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


.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;

	background: rgba(0,0,0,0.6) url(../img/overlay-pat.png);
		
}

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

object, embed { 
  outline: 0 !important;
}

a {
    color: #fd936a;
    -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: #fd936a;
}

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

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

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

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

.text-color {
	color: #fd936a !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: #fd936a;
}

.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 #4E4E4E;
    outline: 0;
    color: #fff;
    background-color: #4E4E4E;
}

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

.color-btn {
    border: 2px solid #fd936a;
    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;
}
img2::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
img2::-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: 700;
}

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

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

.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: #fd936a;
	background: none;
	border-bottom: 2px solid #fd936a;
}


.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: #fd936a;
	-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;
}

.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: #fd936a;
	-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: #fd936a;
}


/*	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 */

.media-btns {
	position:relative;
	display: table;
	margin:  auto;
	margin-bottom: 40px;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.media-btns a {
	color: #fff;
	padding: 12px 24px;
	margin: 4px 16px;
}

.media-btns .btn {
	padding: 12px 24px;
} 

.media-btns .btn .fa {
	margin-left: 15px;
} 

.media-btns .btn {
	width: 170px;
	margin: 4px 16px;
}

.pause-btn{
	text-align:center;
	cursor:pointer;
	z-index:50;
    border: 2px solid #fd936a;
	display: none;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.play-btn {
	text-align:center;
	cursor:pointer;
	z-index:50;
    border: 2px solid #fd936a;
	display: inline-block;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

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

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

.play-btn i.animated {
	padding-left: 3px;
	-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;
}

.pause-btn:hover i.animated,
.play-btn: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;
}

.video-content {
	position: relative;
	overflow: hidden;
	max-height: 200%;
	min-height: auto;
}

@media (max-width: 5000px) {
	.video-content {
		max-height: 200%;
		min-height: 550px;
	}
}


.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: relative;
	left: 0;
	right: 0;
	top: 150px;
	bottom:0;
}

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

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

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


.video-image img{
	top: -13.5% !important;
    width:100%;
	height:100%;
    position: relative:
	
}
.video-image img2{
	top: -13.5% !important;
	position: center;
	size: 100%;
height: relative;
    position: relative:
	
	
}
}


.video-content img {
	display: table;
	margin: 0 auto 0px;
	width: 100%;
	height: relative;
}
.video-content img2 {
	display: table;
	margin: 0 auto 0px;
	width: 100%;
	height: relative;
}

.player-replace img {
	position: absolute;
	top: -13.5%;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0px;
	border:none;
}
.player-replace img2 {
	position: absolute;
	top: -13.5%;
	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: relative;
	  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;
}

#owl-intro .item h3 {
	font-size: 36px;
	color: #fff;
	text-align: center;
}

#owl-intro {
	margin-bottom: 40px;
	position:relative;
}

#owl-intro .item p {
	text-align: center;
	display:block; 
	width: 100%;
}
 
#owl-intro .item {
	padding: 30px 0 0px;
	overflow:hidden;
}

#owl-intro .owl-controls {
	margin-top: 30px;
}

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

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

#owl-intro .owl-buttons {
	text-align: center;
	position: absolute;
	height: 0;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -66px;
}

#owl-folio .owl-buttons {
	text-align: center;
}

#owl-intro .owl-controls .owl-prev,
#owl-intro .owl-controls .owl-next {
	font-size: 0;
	text-indent: -9999px;
	display: 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;

}

#owl-intro .owl-controls .owl-next {
	float: right;

}

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

}

#owl-intro .owl-controls .owl-prev:before,
#owl-intro .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: 36px;
	text-align: center;
	text-indent: 0;
	line-height: 50px;
}

#owl-intro .owl-controls .owl-next:before,#owl-folio .owl-controls .owl-next:before {
	content: "\f105";
}

/* Flip Clock */

.clock-wrapper {
    position: relative;
    float: right;
    right: 50%;
}

.clock-builder {
    position: relative;
    float: left;
    left: 50%;
}

.flip-clock-divider .flip-clock-label {
	color: #fff !important;
	top: -2.2em !important;
}

.flip-clock-wrapper .flip {
	margin-bottom: 39px !important;
}

.flip-clock-wrapper {
 	width: 100%;
	display:inline-block;
	position:relative;
}

.flip-clock-wrapper  {
	margin: 0 !important;
}

/* update 31.10.2014 */

.flip-clock-divider {
	height: 134px !important; 
}

.flip-clock-dot.bottom {
	bottom: 62px !important; 
}

@media (max-width: 430px) {

	#intro h1 {
		font-size: 46px;
		margin: 0px 0px 30px;
	
	}
	
	.media-btns .btn {
		width: 12px;
		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: #fd936a;
}

.movie-avatar {
	background: url(../img/movie-avatar-bg.png) no-repeat top left;
	max-width: 100%;
	max-height: 100%;
	padding-top: 3px; 
	padding-left: 3px;
	margin-bottom: 25px;
	position:relative;
}



.movie-disc {
	background: url(../img/movie-avatar-disc.png) no-repeat bottom right;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.movie-disc:hover {
	background-position: bottom right;
	
}

.movie-avatar-img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	max-width: 100%;
	height: relative;
}

.movie-avatar-img:before {
	content:'';
	background:url(../img/movie-avatar-img-glare.png) no-repeat top left;
	z-index: 999;
	position:relative;
	display:block;
	max-width: 100%;
	height: 100%;
}

@media(max-width: 100%) {
	
	.movie-avatar {
		max-width: 100%;
	}
	
	.movie-avatar-img {
		max-width: 100%;
	}
	

	.movie-disc {
		background: none;
		max-width: 100%;
	}
}

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

h1.section-title:after{
	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fd936a;
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
}

/* About section heading style */

#about {
	padding-bottom: 50px;
}

#about h3,
#about h4,
#about h5,
#about h6 {
	margin-bottom: 26px;
}

/*	05 - About2 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: #fd936a;
}

.movie-avatar {
	background: url(../img/movie-avatar-bgZ.png) no-repeat top left;
	width: 320px;
	max-width: 100%;
	height: 433px;
	padding-top: 3px; 
	padding-left: 3px;
	margin-bottom: 25px;
	position:relative;
}



.movie-disc {
	background: url(../img/movie-avatar-discZ.png) no-repeat bottom center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.movie-disc:hover {
	background-position: bottom right;
	
}

.movie-avatar-img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	max-width: 100%;
	height: ;
}

.movie-avatar-img:before {
	content:'';
	background:url(../img/movie-avatar-img-glare.png) no-repeat top left;
	z-index: 999;
	position:absolute;
	display:block;
	max-width: 100%;
	height: ;
}

@media(max-width:420px) {
	
	.movie-avatar {
		max-width: 100%;
	}
	
	.movie-avatar-img {
		max-width: 100%;
	}
	

	.movie-disc {
		background: none;
	}
}

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

h1.section-title:after{
	position: relative;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	background: #fd936a;
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
}

/* About section heading style */

#about2 {
	padding-bottom: 50px;
}

#about2 h3,
#about2 h4,
#about2 h5,
#about2 h6 {
	margin-bottom: 26px;
}





/*	06 - About Sub Section
-----------------------------------------------------------*/

#about-sub {
	padding-top: 40px;
	padding-bottom: 36px;
	background: #333333;
}

#timeline {
    padding-top: 0px;
	padding-bottom: 60px;
	background: #333333;
}

#about-sub2 {
	padding-top: 40px;
	padding-bottom: 36px;
	background: #333333;

}

#topic {
	padding-top: 40px;
	padding-bottom: 36px;
	background: #333333;
}


/* Counters */

#counters {
	margin-top: 32px;
	padding-left: 16px;
}

.counters {
	list-style:none;
	padding-left: 2px;
}

.counters li {
	display: block;
	position:relative;
	margin-bottom: 20px;
	padding-left: 32px;
	float:left;
	padding-top: 10px;
	padding-right: 40px;
}

.counters li span {
	font-size: 48px;
	font-weight: 600;
}

.counters li:before {
	background: #fff;
	border-radius: 2px;
	content: "";
	height: 100%;
	left: 2px;
	top: 12px;
	position: absolute;
	width: 1px;
}

.counters li:after {
	background: #fd936a;
	border-radius: 3px;
	content: "";
	height: 5px;
	width: 5px;
	left: 0;
	top: 0;
	display:inline-block;
	position: absolute;
}

.counters li h5 {
	margin-bottom: 0px;
}

@media(max-width:640px) {
	.counters li{
		text-align: center;
		float: none !important;
		padding: 0px 32px;
	}
}

#about-sub .feature-list {
    margin-top: 0px;
	list-style:none;
	margin-bottom: 20px;
	padding-left: 0px;
}

#about-sub .feature-list li {
    margin-bottom: 18px;
}

#about-sub .feature-list li .fa {
    margin-right: 16px;
    vertical-align: inherit;
}

/*	07 - Features Section
-----------------------------------------------------------*/

#features {
	padding: 65px 0px;
}

#expand-counters {
	margin-bottom: 35px;
}

.features-wrap {
	padding: 0;
}

.features-wrap li {
	list-style: none;
	margin-top: 25px;
}

.features-wrap h6 {
	font-size: 18px;

	font-weight: 400;
}

.features-wrap div {
	
	border: 2px solid #323232;

	width: 100%;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}

.features-wrap div span {
	display: table;
	height: 3px;
	position: relative;
}

.expand {
	background: #fff;
	position: absolute;
}

.expand-1,
.expand-2,
.expand-3,
.expand-4 {
	width: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.features-wrap div span:before {
	content: '';
	height: 18px;
	width: 2px;
	background: #fd936a;
	position: absolute;
	top: -7px;
	right: 0;
}

.features-wrap div span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #fd936a transparent transparent;
	position: absolute;
	right: 0;
	top: -5px;
}

.features-wrap div:before {
	content: '';
	height: 15px;
	width: 2px;
	background: #fd936a;
	position: absolute;
	top: -2px;
	left: 2px;
}

.features-wrap div span em {
	position: absolute;
	right: 0;
	top: -45px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #323232;
}

/* Accordion */

.panel-default > .panel-heading {
	background: none;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-default > .panel-heading a {
	width: 100%;
	display:inline-block;
}

.panel-group .panel {
	background-color: none;
	border: 2px solid #333333;
	border-radius: 3px;
	
}

.panel {
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #3c3c3c;
	border-color: #333333;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 2px solid #333333;
	
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 2px solid #333333;
	background: #383838;
	color: #bebebe;
	
}

.panel-title span {
	float: right;
}


/*	08 - Movie-Player Section
-----------------------------------------------------------*/

#movie-player {
	position:relative;
	background: url(../img/gallery-bg.jpg) no-repeat center center;
	background-size:cover;
}


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

#movie-player .container {
	padding: 90px 0px 70px 0px;
}

#movie-player .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;
}

#movie-player .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%;
	}
}


/*	09 - Actors Section
-----------------------------------------------------------*/

#actors {
	padding: 60px 0px 0px 0px;
}


#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: #fd936a;
}

#owl-actors .owl-controls .owl-prev,
#owl-actors .owl-controls .owl-next {
	margin-top: -40px;
	color: #fd936a;
	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: #fd936a;
}

#owl-actors .owl-wrapper-outer {
	margin-bottom: 50px;
}

#actors .owl-carousel {
	padding-bottom: 30px;
}

.actor {
	position: relative;
	background: none;

}

.actor img {
	width: 100%;
	height: auto;
}

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

.actor .details h5 {
	
}

.actor .social {
	margin: 0 auto;
	margin-top: 50%;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;

}

.actor .social > li {
	display: inline-block;
	margin-right: -4px;
}

.actor .social > li > a {
	border: 2px solid #fff;
	border-radius: 100px;
	width: 46px;
	height: 46px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 44px;
	margin: 0 8px;
	}
	
.actor .social > li > a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #fd936a;
}

.avatar {
	-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;
}

.item:hover .avatar {
	-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;
}

.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:center;
	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;
	-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: #fd936a;
}


/*	10 - Advantages Section
-----------------------------------------------------------*/

.advantages {
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #333333;
}

.advantages-item {
	text-align:center;
	font-family: o
	padding: 20px 15px 20px 15px;
}

.advantages-item .advantages-item-icon {
	font-size: 56px;
}

.advantages-item .fa {
	margin: 0px 4px;
}

.section-sub-title {
	text-align:center;
	font-size: 24px;
	margin-bottom: 50px;
	margin-top:30px;
}

.section-sub-title:before {
	content: '';
	position:absolute;
	left: 50%;
	margin-left: -80px;
	z-index: 1;
	margin-top: 52px;
	width: 160px;
	height: 1px;
	background: #fd936a;
}

.advantages-item h3:before {
	content: '//';
	position:relative;
	z-index: 1;
	margin-right: 15px;
	color: #fd936a;
}


/*	10.5 - Crew Section
-----------------------------------------------------------*/

#crew {
	padding: 60px 0px 0px 0px;
}


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

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

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

#owl-crew .owl-controls .owl-prev:before,
#owl-crew .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-crew .owl-controls .owl-prev:hover:before,
#owl-crew .owl-controls .owl-next:hover:before {
	color: #fd936a;
}

#owl-crew .owl-wrapper-outer {
	margin-bottom: 50px;
}

#crew .owl-carousel {
	padding-bottom: 30px;
}

.actor {
	position: relative;
	background: none;

}

.actor img {
	width: 100%;
	height: auto;
}

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

.actor .details h5 {
	
}

.actor .social {
	margin: 0 auto;
	margin-top: 50%;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;

}

.actor .social > li {
	display: inline-block;
	margin-right: -4px;
}

.actor .social > li > a {
	border: 2px solid #fff;
	border-radius: 100px;
	width: 46px;
	height: 46px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 44px;
	margin: 0 8px;
	}
	
.actor .social > li > a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #fd936a;
}

.avatar {
	-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;
}

.item:hover .avatar {
	-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;
}

.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:center;
	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;
	-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: #fd936a;
}


/*	10 - Advantages Section
-----------------------------------------------------------*/

.advantages {
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #333333;
}

.advantages-item {
	text-align:center;
	font-family: o
	padding: 20px 15px 20px 15px;
}

.advantages-item .advantages-item-icon {
	font-size: 56px;
}

.advantages-item .fa {
	margin: 0px 4px;
}

.section-sub-title {
	text-align:center;
	font-size: 24px;
	margin-bottom: 50px;
	margin-top:30px;
}

.section-sub-title:before {
	content: '';
	position:absolute;
	left: 50%;
	margin-left: -80px;
	z-index: 1;
	margin-top: 52px;
	width: 160px;
	height: 1px;
	background: #fd936a;
}

.advantages-item h3:before {
	content: '//';
	position:relative;
	z-index: 1;
	margin-right: 15px;
	color: #fd936a;
}



/*	11 - Gallery Section
-----------------------------------------------------------*/

#gallery {
	padding: 0px 0px 0px 0px;
	position:relative;
	background: url(../img/CO_83_22.jpg) center center no-repeat;
	background-size:cover;
	border-bottom: 2px solid #fd936a;
}

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

.section-wrapper {
	position:relative;
}

#owl-gallery .item img{
	display: block;
	width: 100%;
	
}
#owl-gallery .item img2{
	display: block;
	width: 100%;
	height: auto;
}
#owl-gallery .owl-controls {
	margin-bottom: 80px;
}

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

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

#owl-gallery .owl-controls .owl-prev,
#owl-gallery .owl-controls .owl-next {
	margin-top: -40px;
	color: #fd936a;
	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: #fd936a;
}

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


/*	12 - Reviews Section
-----------------------------------------------------------*/

#reviews {
	padding: 54px 0px;
	background: #333333;	
}

#reviews .section-title {
	margin-bottom: 80px;
}

#owl-reviews .item span {
	float: left;
	width: 15%;
	min-width: 120px;
	font-size: 68px;
	line-height: none;
}

#owl-reviews .item span:before {
	content: '//';
	position: relative;
	z-index: 1;
	font-size: 16px;
	margin-right: 15px;
	color: #fd936a;
}

#owl-reviews .item p {
	text-align: left;
	float: left;
	width: 85%;
	margin: 0px;
	padding: 20px 0px;
}

@media(max-width:996px) {
    #owl-reviews .item p {
		width: 100%;
		text-align: center;
    }
}

#owl-reviews .owl-controls {
	margin-top: 40px;
}

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

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


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

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

#owl-reviews .owl-controls .owl-prev:before,
#owl-reviews .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-reviews .owl-controls .owl-prev:hover:before,
#owl-reviews .owl-controls .owl-next:hover:before {
	color: #fd936a;
}


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

#blog {
	padding: 60px 0px;
}

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

#blog h1.section-title:after{
	left: 0;
	margin-left: 0px;
}

#blog h1.section-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 {
	float: right;
	width: 23%;
}

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

#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;
}

#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 #fd936a;
}

@media(max-width:992px) {
	#blog .prev-blog-item {
		float: left;
		width: 100%;
	}
	
	#blog .next-blog-item {
		float: left;
		width: 100%;
		
	}
	
	#blog .blog-item {
		float: left;
		width: 100%;
		padding: 22px 0px;
	}
}

.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 #fd936a;
	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-text {
	width: 85%;
	padding-left: 25px;
	float: left;
	margin-top: 20px;
	border-left: 1px dotted #fd936a;
	min-height: 129px;
}

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

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

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

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

#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: #fd936a;
}


#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: #fd936a;
	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: #fd936a;
}


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

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


/* Socials buttons */

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

.social-buttons a {
	color: #fff !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: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,0,0,0);
}

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

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

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

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

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


/*	15 - Page Name Section
-----------------------------------------------------------*/

#page-name {
	padding: 160px 0px 120px 0px;
	background:url(../img/video-img.jpg) center center no-repeat;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
	text-align: center;
}

#page-name h1 {
	font-size: 58px;
	text-transform: uppercase;
	margin-bottom: 46px;
}

#page-name h1:after {
	position: relative;
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #fd936a;
	left: 50%;
	margin-left: -20px;
	margin-top: 25px;
}


/*	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: #fd936a;
	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: #fd936a;
	-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: #fd936a;

}

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

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

.sidebar-categories li .counter-list {
	float:right;
	color: #fd936a;
	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: #fd936a;
}

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

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

.latest-blog-list li p a:before {
	content: '//';
	color: #fd936a;
	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 #fd936a;
	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: #fd936a;
	color: #fff;
}


/*  16 - 02 Blog Page 
-----------------------------------------------------------*/

.blog-item-full {
	width: 100% !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
}

.blog-informers {
	list-style: none;
	color: #bebebe;
	padding: 20px 0px;
}

.blog-informers a{
	color: #bebebe;
}

.blog-informers li {
	list-style: none;
	float: left;
	margin-left: 8px;
}

.blog-informers li:first-child {
	margin-left: 0px;
}

.blog-informers li .fa{
	margin: 0px 10px;
	color: #fff;
}

blockquote {
	padding: 0px 0px;
	margin: 0px 0px 40px 50px;
	color: #bebebe;
	font-size: 16px !important;
	border-left: none;
	line-height: normal;
	font-weight: 400;
	
}

blockquote:before {
	content: "\f10e";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 24px;
	color: #fd936a;
	position:absolute;
	left: 20px;
	margin-top: 4px;
}

/* Blog Extra */

.blog-extra span {
	font-size: 15px;
	padding: 4px 0px;
}

.blog-extra span a {
	color: #bebebe;
}

.blog-extra span a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.blog-extra {
	border-bottom: 1px solid #fd936a;
	padding: 0px 0px 26px 0px; 
	margin-bottom: 60px;
}

/* Comments Area */

.comments-area {
	margin-top: 20px;
}


.comments-area h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 56px;
	text-transform: uppercase;
}

.comments-area .comment-respond .comments-line {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	resize: none;
	font-style: italic;
}

.comments-area#project-comment .comment-respond .comments-line {
	margin-bottom: 30px;
}

.comments-area .comment-respond .comments-area {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	outline: none;
	height: 144px;
	resize: none;
	font-style: italic;
}

.comments-area .comment {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #333;
}



.comments-area .commentlist .children {
	margin-left: 55px;
	list-style: none;
}

.comments-area .commentlist .children:before {
content: "\f149";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
left:0;
margin-top: 3px;
margin-left: 24px;
color: #bebebe;
position:absolute;
}

.comment-reply-link .fa {
	margin: 0px 8px;	
}

.comments-area .comment .comment-info {
	display: block;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 600;
}
.comments-area .comment .comment-info span {
	font-size: 15px;
	color: #bebebe;
	width: 100%;
	margin-top: 8px;
	display:inline-block;
	font-weight: normal;
}

.comments-area .comment p {
	color: #bebebe;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comments-area .commentlist {
	margin-bottom: 60px;
	list-style: none;
}

.comment-form-wrapper input {
	margin-bottom: 20px;
	margin-top: 20px;
}


/* Comments Form */

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

.comment-form input:focus {
	color: #fff;
	background: #393939;
}

.comment-form-wrapper button {
	cursor: pointer;

	width: 100%;
	height: auto;
	background: none;
	text-transform: uppercase;
	display: block;
	margin-top: 25px;
	margin-bottom: 58px;
	border: 2px solid #fd936a;
	border-radius: 4px;
	padding: 0px;
	padding: 12px 36px;
	-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;
}

.comment-form-wrapper button:hover {
	background: #fd936a;
	color: #fff;
}

.comment-form-wrapper button .fa {
	margin-left: 15px;
}

.comment-form-wrapper {
	margin-top: 45px;
}

.comment-form-wrapper textarea {
	resize: vertical;
	min-height: 180px;
	margin-top: 15px;
}


/* Back to Main button */

.back-to-main {
	margin-bottom: 28px;
	display: inline-block;
	min-height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	margin-bottom: 45px;
		padding-left: 20px;
	padding-right: 20px;
	outline: none !important;
	width: 100%;
	border: none;
	border-radius: 4px;
	background: #333;
	color: #fff;
	border: 2px solid #333;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.back-to-main:hover{
	-webkit-box-shadow: inset 52px 0px 0px 0px rgba(60, 60, 60, 1);
	-moz-box-shadow:    inset 52px 0px 0px 0px rgba(60, 60, 60, 1);
	box-shadow:         inset 52px 0px 0px 0px rgba(60, 60, 60, 1);
}

.back-to-main:hover .fa {
	padding-right: 30px;

}


.back-to-main .fa {
	color: #fd936a;
			-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* Pagination */

.pagination {
	margin: 30px 0px 56px 0px;
	display:inline-block;
	position:relative;
	width: 100%;
}

.pagination ul li{
	list-style: none;
	float:left;
}

.pagination ul li a {
	padding: 10px 18px;
	margin: 0px 6px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #fd936a;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;

}

.pagination ul li.active a,
.pagination ul li a:hover {
	background: #fd936a;
	color: #fff;
}

.pagination ul .next {
	float: right;
}

.pagination ul .next a {
	padding: 10px 24px;
}


/*  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 - Your CSS Code
-----------------------------------------------------------*/


/* Timeline*/
*{margin: 0;padding: 0;}
body {
  background: #ddd;
}

#container
{
height: 100px;
width: 100%;
background-color: #fd936a;
overflow: hidden;
position: relative;
#overflow-x: scroll;
  margin-top: 30px;
  display: inline-block;
}

#thumbs
{
background-color: #fd936a;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: auto;
overflow: hidden;
white-space: nowrap;
padding: 5px 100px;
}

.history-block {
  height: 100%;
  width: 300px;
  background-color: #cdcdcd;
  margin: 0 -2px;
  border-right: 1px solid #fff;
  display: inline-block;
  font-family: 'roboto condensed', sans-serif;
  font-size:60px;
  font-weight: 100; 
  color: #FFF;
  cursor: pointer;
  box-shadow: 2px 5px 20px rgba(0,0,0,0.8);
  transition: width 0.2s;
}

.history-block:last-of-type {
  border-right: none;
}

.cover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0,0,0,0.8);
}

.cover:hover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0,0,0,0.8);
}

.year {
  position: absolute;
    top: 0px;
    font-size: 30px;
  font-weight:500;
    margin: 40px 30px;
}

.title {
  position: absolute;
  display: block;
  width: 260px;
    top: 60px;
    font-size: 15px;
    margin: 30px;
  white-space: normal;
  transition: width 0.2s;
}

.timeline {
  display:none;
  position: absolute;
  bottom: 80px;
    font-size: 20px;
    margin: 20px;
  transition: display 0.8s;
}

.timeline ul {
  margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.timeline ul li {
  display: inline;
  font-size: 15px;
  font-weight: 100;
  padding: 0px 5px;
}

.timeline ul li {
  display: inline;
  font-size: 15px;
  font-weight: 100;
  padding: 0px 5px;
}

.timeline ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  content: '\f10c';
  position: absolute;
  top: 30px;
  margin-left:10px;
  transition: all 0.5s;
}

.timeline ul li:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left:-10px;
  width: 36px;
  height:2px;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.5s;
}

.timelineYear, .timelineYear:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.8s;
}

.timeline ul li:hover:before {
  content: '\f111';
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s;
  top: 29px;
  margin-left:9px
}

.timeline ul li:hover:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left:-10px;
  width: 36px;
  height:2px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.timeline ul li:hover .timelineYear {
  position: static;
  top:-10px;
}

.bg-66 {
  background: url(https://mediaassets.thedenverchannel.com/photo/2016/06/04/GREENWAY%20TRAIL_1465072405836_39616200_ver1.0_640_480.jpg);
  background-size:cover;
}

.bg-76 {
  background: url(https://pi.movoto.com/p/521/6080799_0_uVIbNM.jpeg);
  background-size:cover;
}

.bg-86 {
  background: url('https://energy.gov/sites/prod/files/QTR_3_2013_HeavyEquipment.jpg');
  background-size:cover;
}

.bg-96 {
  background: url('https://www.fws.gov/mountain-prairie/pressrel/2013/03292013_prescribed_fire_RMA.jpg');   
  background-size:cover;
}

.bg-2015 {
  background: url('');
  background-size:cover;
}

.bg-2015a {
  background: url('https://espionart.files.wordpress.com/2016/04/cold-war-horse.jpg?w=520');
  background-size:cover;
}
.bg-2015b {
  background: url('https://www.fws.gov/uploadedImages/Region_6/NWRS/Prairie_Zone/Rocky_Mountain_Arsenal_Complex/Rocky_Flatts/Images/RMG_map_520x348.jpg?n=1809');
  background-size:cover;
}


.bg-2016 {
  background: url(https://static.wixstatic.com/media/cff93e_a2342f08d6a2405e8e73ca2963376546.png_srz_477_321_85_22_0.50_1.20_0.00_png_srz);
  background-size:cover;
}

.bg-2017 {
  background: url(https://www.thenationreport.org/wp-content/uploads/2017/03/IMG_3929.jpg);
  background-size:cover;
}
.bg-2017a {
  background: url(https://bastion.diaryland.com/images/rockyflats.jpg);
  background-size:cover;
}
.bg-2017b {
  background: url(https://media.thedenverchannel.com/photo/2015/11/06/RockyFlatsSign_1446844550183_26378923_ver1.0_640_480.jpg);
  background-size:cover;
}
.bg-2017c {
  background: url(https://www.msdlegal.com/wp-content/uploads/2016/05/rocky-flats-settlement.jpg);
  background-size:cover;
}
.bg-2017d {
  background: url(data:image/jpeg;base64,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);
  background-size:cover;
}
.bg-2018 {
  background: url(https://wp-cpr.s3.amazonaws.com/uploads/2019/06/ap_18194644452317-1.jpg);
  background-size:cover;
}
.bg-2018A {
  background: url(https://images1.westword.com/imager/u/745xauto/10253733/rockyflats.jpg);
  background-size:cover;
}
.bg-2018B {
  background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Rocky_Flats_NWR.JPG/1200px-Rocky_Flats_NWR.JPG);
  background-size:cover;
}
.bg-2018C {
  background: url(https://35hpxzny53edjac3f3qdl7xb-wpengine.netdna-ssl.com/files/2018/11/Attachment-5-to-Updated-Press-Release-Jeffco-Map-with-explanatory-notes-1024x768.jpg);
  background-size:cover;
}
.bg-2018D {
  background: url(https://scontent-lga3-1.xx.fbcdn.net/v/t1.0-9/69815253_522002931880237_7391769012838858752_n.png?_nc_cat=102&_nc_oc=AQmHz2ZfP23OO9U_Has-dygm8pBGzxXSrQZjVuuswXOr5C7EpDLFn1ePI_ArqmZyc3k&_nc_ht=scontent-lga3-1.xx&oh=8a83be4434b202d9fe971a1d94a52885&oe=5E3CEBC0);
  background-size:cover;
}
.bg-2018E {
  background: url(https://scontent-lga3-1.xx.fbcdn.net/v/t1.0-9/68678228_2387848984790686_8289892720776839168_n.jpg?_nc_cat=101&_nc_oc=AQlQ-w6_TOjAr5JEPW5D8mgnp6ZkikEEo4_gTfFBXLj-qmSp9kmAYxQd-fRg-w8doOo&_nc_ht=scontent-lga3-1.xx&oh=2d08266888d8d69d036b5d83d5d1d4e6&oe=5E08B933);
  background-size:cover;
}
.bg-2018F {
  background: url(https://ewscripps.brightspotcdn.com/dims4/default/e381f73/2147483647/strip/true/crop/2470x1389+0+0/resize/1280x720!/quality/90/?url=https%3A%2F%2Fewscripps.brightspotcdn.com%2Fed%2Fb2%2F93ad62b14fb4b62497cc6aac4223%2Fscreen-shot-2019-01-24-at-4.16.44%20PM.png);
  background-size:cover;
}

