﻿/*@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face {
  font-family: 'OpenSans-R';
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-I';
  src: url("../fonts/OpenSans-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}*/

a {
  color: #fff;
}

body {
  background: #000;
  color: #fff;
  font-family: 'Oswald','Open Sans';
  padding-top: 50px;
}

.container {
  max-width: 980px;
}

.container-wrapper {
  padding: 0 0 10px 0;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 0;
  border-top: none;
  overflow: hidden;
}

.navbar_wrapper {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: #000;
}

.navbar_wrapper .container-fluid {
  max-width: 980px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 25px;
  position: relative;
  margin-left: 0 !important;
}

.navbar-default .navbar-brand:before  {
  content: '_';
  position: absolute;
  left: -5px;
  bottom: 14px;
}

.navbar-default .navbar-brand:after {
  content: '_';
  position: absolute;
  right: -5px;
  bottom: 14px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default.navbar_wrapper .navbar-nav>li>a {
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  margin-top: 4px;
  display: inline-block;
}

.navbar-default.navbar_wrapper .navbar-nav>li>a:hover {
  color: #777;
}

.navbar-default.navbar_wrapper .navbar-nav>li>a:after {
	content: '_';
    position: absolute;
    right: -4px;
    bottom: 15px;
    font-size: 20px;
}

.navbar-default.navbar_wrapper .navbar-nav>li:last-child>a:after {
	content: '';
}

.navbar_wrapper .navbar-nav>li {
  position: relative;
}

/*.navbar_wrapper .navbar-nav>li:after {
  content: '_';
  position: absolute;
  right: -4px;
  bottom: 15px;
  font-size: 20px; 
}*/

/*.navbar_wrapper .navbar-nav>li:last-child:after {
  content: '';
}*/

.navbar-default.navbar_wrapper .navbar-nav>.active>a,
.navbar-default.navbar_wrapper .navbar-nav>.active>a:focus,
.navbar-default.navbar_wrapper .navbar-nav>.active>a:hover {
  background: transparent;
  color: #777;
}

.header-img {
  width: 100%;
  position: relative;
}

.header-img img {
  width: 100%;
}

.header-img-text {
  position: absolute;
  left: 0;
  bottom: 10%;
  display: block;
  padding: 10px;
  background: #000;
  font-size: 26px;
  width: 33%;
  text-transform: uppercase;
 }

.block-line {
  border-bottom: 2px solid #fff;
}

.block-about {
  padding: 45px 80px 30px;
  background: rgba(255, 255, 255, 0.15);
  color: #9a9a9a;
}

.block-title {
  font-size: 26px;
  line-height: 30px;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
}

.block-title:before,
.block-title:after {
  content: '_';
}

.block-title:before {
  margin-right: 10px;
}

.block-title:after {
  margin-left: 10px;
}

.about-subtitle {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.block-about p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}

.about-button {
	font-size: 18px;
    line-height: 20px;
    color: #fff;
    background: none;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: none;
    margin: 0 auto;
}

.about-button:hover,
.about-button:focus,
.about-button:active {
	background: none;
	color: #777;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.about-button:active:focus,
.about-button:active:hover {
	border: none;
	outline: none;
}

.btn-primary:active:hover {
	background: none;
	border: none;
}

.block-about .well {
	background: none;
    border: none;
}

.about-links {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-links li {
  display: inline-block;
}

.about-links a {
  font-size: 18px;
  line-height: 20px;
}

.about-links a:hover {
  color: #777;
  text-decoration: none;
}

.about-links a:focus {
	color: #fff;
	text-decoration: none;
}

.about-links li:before,
.about-links li:after {
  content: '_';
  font-size: 22px;
  display: inline-block;
}

.about-links li:before {
  margin-right: 10px;
}

.about-links li:after {
  margin-left: 10px;
}

.about-links li:last-child:before {
  content: '';
}

.block-photos {
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.block-photos-item {
  overflow: hidden;
  margin-bottom: 10px;
}

.block-photos img {
  width: 100%; 
}

.block-reel {
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.block-reel a {
  display: inline-block;
  width: 100%;
}

.block-reel a img {
  width: 100%;
}

.block-clip {
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
}

.block-clip-item {
  background: #000;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 5px;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.block-clip-item a {
  height: 100%;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.block-clip-item a img {
  width: 100%;
}

.block-clip-category {
  font-size: 17px;
  line-height: 17px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #E2E2E2;
}

.block-clip-category span {
	font-family: "Oswald";
}

.block-clip-title {
  font-size: 16px;
  padding-left: 10px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
}

.block-clip-title span {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

.block-resume {
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.15);
}

.block-resume-poster {
  margin-bottom: 15px;
}

.block-resume img {
  width: 100%;
}

.block-resume-full .block-title {
  font-size: 18px;
}

.block-resume-full .block-title a {
  color: inherit;
  text-decoration: none;
}

.block-resume-full .block-title a:hover {
  text-decoration: none;
  color: #777;
}

.block-resume-wrapper {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.block-resume-item {
  /*font-size: 18px;*/
  font-size: 14px;
  line-height: 60px;
  min-height: 60px;
  border-bottom: 2px solid #fff;
  font-family: "Oswald";
  /*font-family: 'OpenSans-R';*/
  color: #E8E8E8;
}

.block-resume-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.15);
}

.block-resume-item span {
  font-family: 'Open Sans', sans-serif;
  margin-left: 5px;
}

.resume-film {
	display: inline-block;
	line-height: 22px;
    margin: 10px auto;
    vertical-align: middle;
}

.block-contact {
  background: rgba(255, 255, 255, 0.15);
  padding: 70px 0 55px;
  font-family: 'Open Sans', sans-serif;
}

.block-contact ul {
  list-style: none;
  padding-left: 0;
}

.block-contact ul li {
  font-size: 18px;
  line-height: 30px;
}

.block-contact-first {
  font-size: 20px;
}

.block-contact a:hover, 
.block-contact a:focus {
  text-decoration: none;
  color: #777;
}

.block-contact .block-title {
	font-family: "Oswald";
}

.block-copyright {
  font-size: 11px;
  padding: 25px 0 10px;
}
.block-copyright span {
  color: #777;
}

.block-copyright .block-title {
  font-size: inherit;
  margin: 0;
}

.block-copyright a {
  color: inherit;
}

.block-copyright a:hover,
.block-copyright a:focus {
  text-decoration: none;
  color: #777;
}

#html5-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/lightbox-close.png') 0 0 no-repeat;
}

#html5-close img {
  display: none;
}

#html5-watermark {
  display: none !important;
}

#html5-image {
	padding: 0 !important;
	width: 100% !important;
    height: 100% !important;
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1000;
}

/*.vjs-default-skin .vjs-big-play-button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.vjs-default-skin .vjs-big-play-button:before {
  content: '';
  opacity: 0.6;
  background: url("../img/btn-play.png") 0 0 no-repeat;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background: transparent;
  box-shadow: none;
}

.vjs-default-skin:hover .vjs-big-play-button:before,
.vjs-default-skin .vjs-big-play-button:focus:before {
  opacity: 1;
}

.block-clip-item .vjs-poster {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

#owl-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.header-carousel .owl-controls {
  margin: 0;
}

.header-carousel  .owl-pagination {
  display: none;
}

@media (max-width: 1200px) {
.navbar_wrapper .container-fluid {
    max-width: 970px;
}

@media (max-width: 991px) {
.navbar_wrapper .container-fluid {
    max-width: 750px;
}

@media (max-width:840px) {
  .navbar-default .navbar-brand {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .navbar-nav {
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    font-size: 28px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
    padding: 8px 5px;
    background: #545454;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
	background: #545454;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar_wrapper .navbar-nav>li {
  	border-bottom: 1px solid #fff;
  }
  .navbar_wrapper .navbar-nav>li:after {
    display: none;
  }
  /*.navbar-default.navbar_wrapper .navbar-nav>li>a:before,
  .navbar-default.navbar_wrapper .navbar-nav>li>a:after {
    content: '_';
  }
  .navbar-default.navbar_wrapper .navbar-nav>li>a:before {
    margin-right: 10px;
  }
  .navbar-default.navbar_wrapper .navbar-nav>li>a:after {
    margin-left: 10px;
  }*/
  .navbar-default.navbar_wrapper .navbar-nav>li>a:before {
    content: '_';
    margin-right: 10px;
  }
  .navbar-default.navbar_wrapper .navbar-nav>li>a:after {
  	margin-left: 7px;
  }
  .navbar-default.navbar_wrapper .navbar-nav>li>a:after {
  	position: static;
  }
  .header-img-text {
    display: none;
  }

  .header-img .item {
  	position: relative;
  }
  .block-about {
    padding: 10px;
  }
  .about-button {
  	display: block;
  }
  .block-about>p {
  	display: none;
  }
  .block-photos .block-photos-item {
    width: 100%;
  }
  .block-photos .block-photos-item img {
    width: 100%;
  }
  .block-clip-item {
    width: 95%;
  }
  .block-resume-poster {
    width: 50%;
  }
  .block-contact {
    padding: 20px 10px;
  }
  .block-clip-category {
  	font-size: 21px;
  }
  .block-clip-category span{
	font-size: 23px;
  }
  .block-clip-title {
  	font-size: 19px;
  }
  .block-resume-full {
  	display: none;
  }
  .block-contact ul li {
  	font-size: 22px;
  }
  .block-copyright {
  	font-size: 16px;
  }
  .block-copyright span {
  	color: #777;
  }
}

@media (max-width:480px) {
	.navbar-default .navbar-brand {
	    font-size: 22px;
	}
	.block-about .block-title {
		font-size: 20px;
	}
	.block-resume-poster {
		width: 100%;
	}
	.block-contact .block-title {
		font-size: 20px;
	}
	.block-contact ul li {
		font-size: 18px;
	}
  .block-clip-category span {
    font-size: 20px;
  }
}