/* ------------------------------------------------------------------
Project: Semantic
Version: 1.1
Do not edit this file - Place your styles in custom.css
------------------------------------------------------------------ */

@import url("slider.css");
@import url("vertical.css");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400");
@import url("http://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300");
@import url("http://fonts.googleapis.com/css?family=Oswald:400,700,300");

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	//overflow-y: scroll;
	//overflow-x: hidden;
	//-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font: 400 12px/1.8 "Open Sans", Verdana, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	
	max-width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

/* Selection */

::-moz-selection {
	background: #000;
	color: #fff;
}

::-webkit-selection{
	background: #000;
	color: #fff;
}

::selection{
	background: #000;
	color: #fff;
}

/* Transition elsements */

.form-control,
.navbar-custom,
.navbar-custom .navbar-brand {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn,
.navbar a {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

.team-detail,
.team-image:after,
.post .trak-item,
.work-caption,
.work-image > img,
.work-image:after {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.progress-bar,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

.nav-tabs li,
.nav-tabs li a {
	outline: 0;
}

.nav-tabs li:first-child {
	margin-left: 160px;
}

.filter.nav li {
	padding: 0;
}

.filter.nav li,
.filter.nav li a {
	color: #ccc;
}

.filter.nav li a:hover,
.filter.nav li.active a {
	color: #eee;
}

.filter.nav li a:hover {
	background: transparent;
	border-bottom: 1px solid #eee;
}

.filter.nav li.active {
	//border-bottom: 4px solid #eee;
}

.filter.nav li.active a {
	//color: #666;
	border-bottom: 1px solid #eee;
	background: transparent;
	font-weight: bold;
}

.dark-tabs {
	background: #252525;
}

.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
Modal styles
------------------------------------------------------------------- */

.modal .modal-dialog {
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	margin:auto;
	//width:65%;
	//height:75% !important;
    transform: translate(0,0%);
}

@media (min-width: 768px) {
    .modal-dialog {
        //width: 65% !important;
        //margin: auto !important;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 75% !important;
        height: 75% !important;
    }
}

@media only screen and (max-width: 480px) {
    .modal-dialog {
        width: 100% !important;
        height: 75% !important;
	margin: 0 !important;
    }
    #myModal .modal-content {
        //height: 480px !important; 
    }
    #myModal .modal-box {
        //height: 260px !important; 
    }
}

.modal-content {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}

/* Modal close button */

.portfolio-modal .close-modal, .video-modal .close-modal {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: 10px;
  right: 25px;
  cursor: pointer;
  z-index: 1050;
}
.portfolio-modal .close-modal:hover, .video-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr, .video-modal .close-modal .lr {
  height: 35px;
  width: 1px;
  margin-left: 35px;
  background-color: black;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl, .video-modal .close-modal .lr .rl  {
  height: 35px;
  width: 1px;
  background-color: black;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.video-modal .close-modal .lr, .video-modal .close-modal .lr .rl {
  background-color: white !important;
}
#myModal .modal-dialog {
    //position: absolute; 
    //height: 75%; 
    //width: 65%; 
    height: 55% !important; 
    width: 45%; 
    //top: 0; 
    //right: 0; 
    //left: 0; 
    //bottom: 0; 
    //margin: auto;
    //padding: 50px;
}
#myModal .modal-content {
    //position: absolute; 
    //width: 600px; 
    //height: 510px; 
    //height: auto; 
    //top: 0; 
    //right: 0; 
    //left: 0; 
    //bottom: 0; 
    //margin: auto;
}
#myModal .modal-box {
    //margin: 20px auto 0 auto; 
    margin: 0 auto 0 auto; 
    //width: 560px; 
    //height: 180px; 
    //width: 94%; 
    width: 100%; 
    height: 100%; 
    padding: 5px 0 36px 0; 
    text-align: center; 
    background: #f4f4f4;
    border: 20px solid #fff; 
}

/* ------------------------------------------------------------------
Form styles
------------------------------------------------------------------- */

.form-control {
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	height: 33px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.form-control:focus {
	border-color: #CACACA;
}

/* Form sizes */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

textarea.form-control {
	height: 140px;
}

/* ------------------------------------------------------------------
Button styles
------------------------------------------------------------------- */

.btn {
	padding: 8px 37px;
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
}

.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
}



.btn-inverse {
	color: #FFF;
	background-color: #000;
	box-shadow: inset 0px 0px #F20000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse:focus, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #FFF;
	background-color: #000;
	box-shadow: inset 0px -65px #F20000;
}

.btn-outline {
	color: #A38027;
	border: 1px solid #A38027;
	box-shadow: inset 0px 0px #A38027;
	background-color: transparent;
}

.btn-outline:hover, 
.btn-outline:active, 
.btn-outline.active, 
.btn-outline:focus, 
.btn-outline.disabled, 
.btn-outline[disabled] {
	color: #FFF;
	background-color: #A38027;
	box-shadow: inset 0px -65px #A38027;
}

.btn-outline-g {
	color: #FFF;
	border: 1px solid #A38027;
	box-shadow: inset 0px -65px #A38027;
	background-color: #A38027;
}

.btn-outline-g:hover, 
.btn-outline-g:active, 
.btn-outline-g.active, 
.btn-outline-g:focus, 
.btn-outline-g.disabled, 
.btn-outline-g[disabled] {
	color: #A38027;
	background-color: transparent;
	box-shadow: inset 0px 0px #A38027;
}

.btn-outline-w {
	color: #A38027;
	border: 1px solid #fff;
	box-shadow: inset 0px 65px #fff;
	background-color: #fff;
}

.btn-outline-w:hover, 
.btn-outline-w:active, 
.btn-outline-w.active, 
.btn-outline-w:focus, 
.btn-outline-w.disabled, 
.btn-outline-w[disabled] {
	color: #fff;
	background-color: transparent;
	box-shadow: inset 0px 0px #fff;
}

.btn-outline-w2 {
	color: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0px 0px #fff;
	background-color: transparent;
}

.btn-outline-w2:hover, 
.btn-outline-w2:active, 
.btn-outline-w2.active, 
.btn-outline-w2:focus, 
.btn-outline-w2.disabled, 
.btn-outline-w2[disabled] {
	color: #A38027;
	background-color: #fff;
	box-shadow: inset 0px 65px #fff;
}

.btn-gold {
	color: #fff;
	border: 1px solid #A38027;
	box-shadow: inset 0px 0px #A38027;
	background-color: #A38027;
}

.btn-gold:hover, 
.btn-gold:active, 
.btn-gold.active, 
.btn-gold:focus, 
.btn-gold.disabled, 
.btn-gold[disabled] {
	color: #FFF;
	background-color: #d0a433;
	box-shadow: inset 0px -65px #d0a433;
}

/* Button colors */

.btn.btn-g {
	background: transparent;
	border: 1px solid #b2b2b2;
	color: #666;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
	background: #b2b2b2;
	color: #fff;
}

.btn.btn-border-d {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
	background: #000;
	color: #fff;
}

.btn.btn-d {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
	background: #000;
	color: #fff;
}

/* Button sizes */

.btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}

.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}

.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}

.btn-list .btn {
	margin: 5px 0;
}

/* ------------------------------------------------------------------
Tabs and Accordions
------------------------------------------------------------------- */

.tab-content {
	padding: 20px 0;
}

.panel-title {
	font-size: 14px;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

/* ------------------------------------------------------------------
Progress bars
------------------------------------------------------------------- */

.progress {
	overflow: visible;
	height: 4px;
}

.progress-bar {
	position: relative;
}

.progress-bar.pb-dark {
	background: #000;
}

.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: 6px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #666;
	padding: 4px 0px;
}

.progress-bar span:after {
	display: inline-block;
	content: "%";
}

.progress-title {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 14px;
}

/* ------------------------------------------------------------------
Examples
------------------------------------------------------------------- */

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */

/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-50,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-50 .module-title,
.bg-dark-90 .module-title {
	color: #fff;
}

.bg-dark {
	background: #111;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-50:before {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(0, 0, 0, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Light background */

.bg-light,
.bg-light-30,
.bg-light-50,
.bg-light-90 {
	color: #000;
}

.bg-light {
	background: rgba(234, 234, 234, 0.7);
}

.bg-light-30:before {
	position: absolute;
	background: rgba(255, 255, 255, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-50:before {
	position: absolute;
	background: rgba(255, 255, 255, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-90:before {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Color background */

.bg-color,
.bg-color-30,
.bg-color-50,
.bg-color-90,
.bg-color .module-title,
.bg-color-30 .module-title,
.bg-color-50 .module-title,
.bg-color-90 .module-title {
	color: #fff;
}

.bg-color {
	background: #A38027;
}

.bg-color-30:before {
	position: absolute;
	background: rgba(163, 128, 39, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-color-50:before {
	position: absolute;
	background: rgba(163, 128, 39, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-color-90:before {
	position: absolute;
	background: rgba(163, 128, 39, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Overlay background */

.overlay:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.3) url('/assets/images/tempo_site/overlays/page-mask.png');
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.overlay-lines:before {
	position: absolute;
	background: url('/assets/images/tempo_site/overlays/page-mask.png');
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.5;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #000;
}

a:hover, a:focus {
	text-decoration: none;
	color: #999;
	outline: 0;
}

.bg-dark a {
	color: #CDCDCD;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 14px;
	padding: 0;
}

.font-alt {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.font-inc {
	font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.font-serif {
	font-family: Georgia, sans-serif;
}

.font-uppercase {
	text-transform: uppercase;
	font-style: normal;
}

.align-center {
	text-align: center;
	margin: 0 auto;
}

.rotate {
	text-shadow: none !important;
}

.title {
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	font-weight: 900;
	text-transform: uppercase;
	//margin: 40px 0 20px;
	width: 100%;
	display: block;
	line-height: 40px;
	margin-top: 0;
}

.desc {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #a1a1a1;
}

.text-center {
	text-align: center;
}

.text-center .title:after {
	margin: 31px auto 26px auto !important;
}

.boxes h2, .boxes h1, .boxes h2 a, .boxes h3 {
	//font:400 32px/40px Oswald;
	//text-transform:uppercase;
	//margin:0;
	//display: block;
	//width: 100%;
	//color: #292929;
	//margin: 40px 0 20px
}

.boxes .title:after {
	content:"";
	display: block;
	margin:31px 0 26px;
	width:70px;
	height:1px;
	border-bottom: 1px #bb9b69 solid;
}

/* Text colors */

.text-main { color: #F20000; } /* Template main color */
.text-white { color: #FFF; }
.text-gray { color: #888; }
.text-light-gray { color: #BBB; }
.text-dark { color: #000; }
.text-green { color: #4B9D13; }
.text-blue { color: #3078B3; }
.text-yellow { color: #FF9C00; }
.text-red { color: #F20000; }
.text-purple { color: #800080; }
.text-dark-brown { color: #2c140e; }
.text-gold { color: #A38027; }

/* Yaku */
.link-yaku {
  color: #fff;
}
.link-yaku:focus {
  outline: none;
  outline-offset: 0;
  color: #fff;
}
.link-yaku:active {
  color: #fff;
}
.link-yaku span {
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.link-yaku:hover span {
  //color: #fff;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
.link-yaku span:nth-child(4),
.link-yaku:hover span:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.link-yaku span:nth-child(3),
.link-yaku:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.link-yaku span:nth-child(2),
.link-yaku:hover span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link-yaku span:first-child,
.link-yaku:hover span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Media Queries */
@media screen and (max-width: 42em) {
  .link-yaku {
    font-size: 4rem;
  }
}


/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
	background: #fff;
	border: 0;
	border-color: #f5f5f5 !important;
	border-bottom: 1px solid #f5f5f5 !important;
	border-radius: 0;
	//font-family: "Inconsolata", sans-serif;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 12px;
	z-index: 1000;
	margin: 10px 10px 0 10px;
}

.navbar-custom .dropdown-menu {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -1px;
}

.navbar-custom .navbar-brand {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.navbar-custom .nav li > a {
	position: relative;
	color: #000;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #999;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: #f5f5f5 !important;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #f5f5f5 !important;
	padding: 11px 15px;
	letter-spacing: 0.15em;
	font-size: 11px;
	color: #666;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border: 0 !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle {
	padding-right: 28px;
}

.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #000;
}

/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.module-hero {
	position: relative;
	background-color: #A38027;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.hs-title-size-1 {
	//letter-spacing: 0.1em;
	font-size: 14px;
	letter-spacing: 10px;
}

.hs-title-size-2 {
	//letter-spacing: 0.2em;
	font-size: 18px;
	letter-spacing: 24px;
}

.hs-title-size-3 {
	//letter-spacing: 0.1em;
	font-size: 28px;
	letter-spacing: 40px;
}

.hs-title-size-4 {
	//letter-spacing: 0.2em;
	font-size: 36px;
	letter-spacing: 50px;
}

/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.video-controls-box a {
	visibility: hidden;
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}

/* ------------------------------------ *
 *  Hero video
/* ------------------------------------ */

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    background: url('/assets/images/arita/arita-introbg2.jpg') no-repeat;
    background-size: cover;
}
.bg #video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
}
@media(max-width:767px) {
    .bg {
        display: none;
        //background: url('/assets/images/arita/arita-introbg2.jpg') no-repeat;
        //background-position: -200px center;
    }
    .bg video {
        //display: none;
    }
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.wrapper {
	position: relative;
	background: #fff;
	z-index: 1;
}

.module,
.module-small,
.module-header {
	position: relative;
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

.module-small {
	padding: 70px 0;
}

.module-header {
	padding: 190px 0 140px;
}

.col-bg {
	background: rgba(255, 255, 255, .9);
	padding: 140px 60px;
}

/* Module title */

.module-title {
	position: relative;
	margin: 0 0 70px;
	letter-spacing: 0.15em;
	font-size: 30px;
	color: #000;
}

.module-subtitle {
	margin-bottom: 70px;
	font-size: 12px;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

/* Sections dividers */

.divider-w {
	border-top: 1px solid #f5f5f5;
	margin: 0;
}

/* ------------------------------------------------------------------
Social list
------------------------------------------------------------------- */

.social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-list > li {
	display: inline-block;
	font-size: 24px;
	margin: 5px 5px 5px 0;
}

/* ------------------------------------------------------------------
Content boxes
------------------------------------------------------------------- */

.content-box {
	text-align: center;
	margin: 25px 0;
}

.content-box-icon {
	font-size: 36px;
}

.content-box-title {
	margin: 5px 0 0;
	font-size: 14px;
}

.content-box-text {
	margin: 15px 0 0;
}

/* ------------------------------------------------------------------
Counters
------------------------------------------------------------------- */

.counter-item {
	text-align: center;
}

.counter-number {
	font-size: 36px;
}

.counter-title {
	text-transform: uppercase;
	font-size: 14px;
}

/* ------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img {
	max-width: none;
}

.ajax-response {
	text-align: center;
}

/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	background: #f5f5f5;
	padding: 20px 0;
}

.copyright {
	font-size: 14px;
}

/* ------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.filter > li {
	display: inline-block;
	padding: 5px 0;
	margin: 0 25px;
}

.filter > li a {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.5);
}

.filter > li a:hover,
.filter > li a.current {
	color: #000;
}

/* Portfolio grid */

.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-grid.works-grid-gut {
	margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item,
.works-grid.works-grid-gut .work-item-title {
	padding: 0 0 10px 10px;
}

.work-item,
.work-item-title {
	width: 50%;
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.works-grid.works-grid-gut .work-item:after {
	content: '';
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 15px;
    left: 15px;
    //z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.work-item:after,
.work-item-title:after {
	content: '';
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    //z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.works-grid-3 .work-item,
.works-grid-3 .work-item-title {
	width: 33.333%;
}

.container > .works-grid-3 .work-item,
.container > .works-grid-3 .work-item-title {
	width: 33.2%;
}

.works-grid-4 .work-item,
.works-grid-4 .work-item-title {
	width: 25%;
}

/* Portfolio item */

.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.work-item .fa-play {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 10px;
	font: 16px/35px fontAwesome;
	color: #fff;
	background: #A38027;
  	width: 35px;
  	height: 35px;
  	text-align: center;
  	-webkit-transition: all 0.5s ease;
  	   -moz-transition: all 0.5s ease;
  	     -o-transition: all 0.5s ease;
  	        transition: all 0.5s ease;
}

.work-item:hover .fa-play {
	color: #A38027;
	background: #fff;
}

.work-item figcaption {
  	position: absolute;
  	bottom: 10px;
  	left: 10px;
  	font-size: 12px;
  	font-weight: bold;
  	color: #fff;
  	background: #000;
  	line-height: 19px;
  	padding: 0 4px;
  	z-index: 3;
}

.work-image {
	position: relative;
	overflow: hidden;
}

#works-grid .work-image {
	//height: 600px;
	height: 500px;
}

#works-grid.works-grid-4 .work-image {
	height: 440px;
}

.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.work-item-title .work-caption {
	width: 100%;
	height: 100%;
	padding: 50% 20px;
	opacity: 1 !important;
	position: absolute;
	bottom: 0 !important;
	left: 0;
	text-align: center;
	overflow: hidden;
}


.work-title {
	font-size: 18px;
	color: #fff;
	margin: 0 0 6px;
}

.work-title:after {
	content:"";
	display: block;
	margin: 26px auto 0px auto;
	width: 70px;
	height: 1px;
	border-bottom: 1px #bb9b69 solid;
}


.work-descr {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

/* */
.works-grid-4 .work-title {
	font-size: 14px;
}

.works-grid-4 .work-descr {
	font-size: 12px;
}

/* Portfolio item hover */

.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .7);
}

.work-item-title:hover .work-image:after {
	background: transparent;
}

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.work-item-title:hover .work-caption {
	bottom: 0 !important;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(0) !important;
	   -moz-transform: translateY(0) !important;
	        transform: translateY(0) !important;
}

.work-item-title:hover:after {
	content: '';
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
    //z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.work-item:hover:after {
	content: '';
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    //z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.work-item .layer {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.work-item .layer .border {
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.work-item .layer .top {
    width: 0%;
    height: 5px;
    background: #f8f4e1;
    position: absolute;
    top: 0;
    right: 0;
}
.work-item .layer .bottom {
    width: 0%;
    height: 5px;
    background: #f8f4e1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.work-item .layer .right {
    width: 5px;
    height: 0%;
    background: #f8f4e1;
    position: absolute;
    bottom: 0;
    right: 0;
}
.work-item .layer .left {
    width: 5px;
    height: 0%;
    background: #f8f4e1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.work-item:hover .layer .top, 
.work-item:hover .layer .bottom {
    width: 100%;
}
.work-item:hover .layer .right, 
.work-item:hover .layer .left {
    height: 100%;
}

/* Instagram */

.ig:hover .work-image:after {
	//background: rgba(163, 128, 39, 1);
}

.ig a .work-image {
	//height: 160px;
	//height: 220px;
	//background: #ccc;
}
.ig a .work-image img {
	//min-height: 100%;
	//height: auto;
	//width: auto;
}

/* Work item white background */

.works-grid.works-hover-w .work-title {
	color: #000;
}

.works-grid.works-hover-w .work-descr {
	color: #666
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(255, 255, 255, .8);
}

.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}
.works-grid.works-hover-g .work-title,
.works-grid.works-hover-g .work-descr {
	color: #000;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmRmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZGYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2YwYjMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,255,223,0.8) 0%, rgba(255,255,223,0.8) 25%, rgba(252,240,179,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,223,0.8)), color-stop(25%,rgba(255,255,223,0.8)), color-stop(100%,rgba(252,240,179,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,223,0.8) 0%,rgba(255,255,223,0.8) 25%,rgba(252,240,179,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,223,0.8) 0%,rgba(255,255,223,0.8) 25%,rgba(252,240,179,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,223,0.8) 0%,rgba(255,255,223,0.8) 25%,rgba(252,240,179,0.8) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,223,0.8) 0%,rgba(255,255,223,0.8) 25%,rgba(252,240,179,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffdf', endColorstr='#e6fcf0b3',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
opacity: 1;
}

/* Portfolio single */

.work-details {
	margin: 0 0 20px;
}

.work-details-title {
	color: #000;
	margin: 0 0 20px;
}

.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-details ul > li {
	margin: 0 0 10px;
}

.work-title > i,
.work-title > span {
	font-size: 30px;
}


/* ------------------------------------------------------------------
News
------------------------------------------------------------------- */
ul {
	//list-style: inside;
}
.recent-posts li {
	//margin: 0 0 10px 0;
}
	.recent-posts li .date {
		//display: block;
		//font-size: 12px;
	}
	.widget .form-control {
		//margin: 0 0 10px 0
	}
	.post-snippet .post-title .label {
		background: #292929;
		font: 400 14px/24px Oswald;
		margin: 0 10px 0 0;
		border-radius: 0
	}
	.post-snippet .post-title {
		//margin: 40px 0 20px;
	}
	.post-snippet {
		//margin: 0 0 20px 0;
		//border-bottom: 1px solid #e4e4e4;
	}
		.post-snippet .post-img {
			overflow: hidden;
			height: 233px !important;
			width: auto !important;
			position: static !important;
		}
		.post-snippet img {
			width: 100% !important;
			height: auto !important;
		}
		.post-snippet .inner {
			padding: 22px 22px 4px 22px;
			background: #fafafa;
		}
		.post-snippet .inner h4 {
			margin-top: 0;
			line-height: 20px;
			font-weight: bold;
			text-transform: none;
		}
		.white_txt .inner,
		.white_txt .inner a,
		.white_txt .inner h4 {
			color: #333;
		}
			.post-snippet .inner .date {
				font-size: 16px;
				margin: 0;
			}
			.post-snippet .inner .location {
				font-size: 14px;
				margin: 0;
			}
			.post-snippet .inner .post-info {
				font-size: 10px;
				padding-top: 18px;
			}
		.post-snippet p {
			margin: 20px 0;
		}
		.masonry-item a {
		//display: block;
		//position: relative;
		//overflow: hidden;
	}
		.masonry-item .btn {
			margin-left: 0;
			margin-right: 0;
		}
		.masonry-item a:hover .potfolio_txt {
			transform:scale(1);
			opacity: 1;
		}
		.masonry-item {
			border: 0;
		}
			.masonry-item a {
				display: block;
			}
		.embed-video-container {
			width: 100%;
			height: 450px;
		}

		.post-snippet h4.post-title {
			font: 400 18px/24px Oswald;
		}
	
	
/* ------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
	position: relative;
	text-align: center;
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.team-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	opacity: 0;
	z-index: 2;
	padding: 20px;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.team-detail h5 {
	text-transform: uppercase;
	font-size: 14px;
}

.team-descr {
	margin: 20px 0 0;
}

.team-name {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

.team-role {
	text-transform: uppercase;
	font-size: 12px;
}

/* Team member hover */

.team-item:hover .team-image:after {
	background: rgba(255, 255, 255, .9);
}

.team-item:hover .team-detail {
	opacity: 1;
}

/* ------------------------------------------------------------------
Music Section
------------------------------------------------------------------- */

.jp-playlist .post {
	position: relative;
	//display: block;
	overflow: hidden;
	margin-bottom: 30px !important;
}

.post .trak-item {
	width: 100%;
	height: 100%;
	padding: 80px 20px;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
	//display: block;
	background: rgba(163, 128, 39, 0.9);
	color: #333;
}

.post:hover .trak-item {
	bottom: 0;
	background: rgba(163, 128, 39, 0.9);
	z-index: 3;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

.post .trak-item .post-title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #222;
	padding: 3px;
	//border: 1px solid #fff;
}

.post .trak-item .post-title span {
	font-size: 14px;
}

.post .trak-item .fa-play {
	position: none;
	//z-index: 3;
	//right: 10px;
	//bottom: 10px;
	font: 30px/60px fontAwesome;
	color: #fff;
	background: #A38027;
  	width: 60px;
  	height: 60px;
  	text-align: center;
	padding-left: 5px;
	border-radius: 50px;
  	-webkit-transition: all 0.5s ease;
  	   -moz-transition: all 0.5s ease;
  	     -o-transition: all 0.5s ease;
  	        transition: all 0.5s ease;
}

.post:hover .trak-item .fa-play {
	color: #A38027;
	background: #fff;
}

.post .trak-item .play-pause-button {
  width: 60px;
  cursor: pointer;
  text-align: center;
  margin: 0 124px;
  display: block;
}

.post .trak-item.playing .play-pause-button .fa-play {
  padding-left: 0;
  background: #fff;
  color: #A38027;
}

.post .trak-item.playing,
.post:hover .trak-item.playing {
	bottom: 0;
}

.post .trak-item .trak-duration {
  	//position: absolute;
  	//bottom: 10px;
  	//left: 10px;
  	font-size: 12px;
  	font-weight: bold;
  	color: #fff;
  	//background: #000;
  	line-height: 19px;
  	padding: 0 4px;
  	//z-index: 3;
	text-align: center;
	width: 100%;
}

.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.post .trak-item.playing .play-pause-button i:before {
  content: '\f04c';
  color: #A38027;
}
.trak-item.playing .play-pause-button:hover i {
  opacity: 1;
}
.trak-item audio {
  display: none;
}
.trak-item > * {
  height: 5.5rem;
  display: table;
}
.trak-item .center-y-table {
  display: table-cell;
  vertical-align: middle;
}
.trak-item h2,
.trak-item h3,
.trak-item time {
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: block;
}
.post .trak-item h2 {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 0;
}
.trak-item h3,
.trak-item time {
  font-size: 1rem;
  line-height: 1rem;
}
.trak-item .album-and-year {
  width: 14rem;
  padding-right: 2rem;
}
.trak-item .album-cover {
  width: 6rem;
  padding-right: 2rem;
}
.trak-item .name-artist {
  width: 60rem;
}
.trak-item .a-name {
  width: 54rem !important;
}
.trak-item .a-name h2 {
  width: 52rem !important;
}
.trak-item .name-artist h2 {
  white-space: nowrap;
  width: 58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  font-size: 1.4rem;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.trak-item > * {
  float: left;
}
.post .trak-item .additional-button {
  float: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  //margin-left: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  background: #222;
}
.post .trak-item .additional-button a {
  display: inline-block;
  //width: 2.6rem;
  width: 7rem;
  height: 2.6rem;
  text-align: center;
  line-height: 2.8rem;
  color: #fff;
  margin-right: 1.7rem;
  position: relative;
}
.post .trak-item .additional-button a i {
  background: transparent;
  font-size: 20px;
}
.post .trak-item .additional-button a:before {
  display:none;
}
.post .trak-item .additional-button a:hover {
  color: #A38027;
}
.trak-item .additional-button a:last-child {
  margin-right: 0;
}
.trak-item .additional-button a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #bb9b69;
  opacity: 0;
  z-index: -1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.trak-item .additional-button a:hover {
  color: #fff;
}
.trak-item .additional-button a:hover:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.trak-item:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
    .post .trak-item h2 {
	margin-top: -40px;
    }
    .post .trak-item .play-pause-button {
  	margin: 0 114px;
    }
    .post .trak-item .fa-play {
	position: absolute;
	z-index: 3;
	top: auto;
	right: 10px;
	bottom: 10px;
        font: 20px/30px fontAwesome;
  	width: 30px;
  	height: 30px;
    }
    .post .trak-item .additional-button1 {
	position: absolute;
	z-index: 3;
	top: auto;
	left: 10px;
	bottom: 10px;
  	width: 130px;
    }
}
@media (max-width: 991px) {
    .post .trak-item h2 {
	margin-top: 0 !important;
    }
    .post .trak-item .fa-play {
	position: none !important;
	top: auto;
	right: auto !important;
	bottom: auto !important;
        font: 30px/60px fontAwesome !important;
  	width: 60px !important;
  	height: 60px !important;
    }
    .post .trak-item .additional-button {
	//position: none !important;
  	//width: auto !important;
  	//margin-left: 20px;
    }
}

/* ------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post-columns .post {
	margin: 0 0 60px;
}

.post {
	//margin: 0 0 80px;
	margin: 0 0 20px;
}

.post-video,
.post-thumbnail,
.post-images-slider {
	margin: 0 0 20px;
}

.post-images-slider {
	position: relative;
}

.post-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}

.post-quote blockquote {
	margin: 0;
}

.post-header {
	margin: 0 0 20px;
}

.post-title {
	font-size: 18px;
	color: #000;
	margin: 0;
}

.post-columns .post-title {
	font-size: 14px;
}

.post-entry {
	margin-top: 6px;
}

.post-entry2 {
	margin-top: 42px;
}

.post-meta {
	font-size: 13px;
}

.post-more {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 13px;
}

/* Blog standard */

.post-header-small {
	position: relative;
	padding: 0 0 0 60px;
}

.post-header-medium {
	position: relative;
	padding: 0 0 0 100px;
}

.post-icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 36px;
}

.post-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 88px;
	width: 88px;
}

.post-img img {
	height: 100%;
	width: coverß;
}

.post-icon > i,
.post-icon > span {
	line-height: 48px;
}

/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

.pagination {
	display: block;
	text-align: center;
	font-size: 14px;
}

.pagination a + a {
	padding-left: 20px;
}

/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
.comment-form {
	//margin: 80px 0 0;
	margin: 60px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
	font-size: 18px;
	color: #000;
	margin: 0 0 40px;
}

.comment-author {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px;
}

.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

.comment-meta {
	text-transform: uppercase;
	font-size: 12px;
}


/* quip comments */

.quip a { text-decoration: none; }
.quip a:hover { text-decoration: underline; }

.quip h3 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.quip-comment form, .quip-comment p { padding: 0; margin: 0;}
div.quip-comment {
    padding: 4px;
}
li.quip-comment {
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.quip-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.quip-comment-list li ol {
    margin-bottom: 0;
    padding-left: 20px;
}
ol.quip-comment-list li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
}
ol.quip-children {
    margin: 0;
}

.quip-comment-alt {
    background-color: #f2f2f2;
}
.quip-comment-body {
    padding: 5px 7px;
}
.quip-comment-text p {
    padding-top: 1em;
}
.quip-comment-meta br {
    display: none;
}
.quip-unapproved, .quip-unapproved a {
    color: #a4a4a4;
}
.quip-comment-createdon {
    font-style: italic;
    font-size: small;
}
.quip-comment-createdon a { color: #777; }
.quip-comment-author, .quip-comment-author a { color: #444; font-weight: bold; }
.quip-comment-author strong { color: #333; }

.quip-reply-link {
    font-size: 11px;
    float: left;
}
.quip-break { clear: left; }

.quip-error {
    color: red;
    //font-size: .9em;
    
    font-size: 14px !important;
}
.quip-success {
    color: white !important;
    
    font-size: 14px;
    //background: green;
    padding-bottom: 10px;
}
.quip-clear {
    clear: both;
}

.quip-comment-right {
    float: left !important;

    margin-right: 10px;
}
.quip-comment-options {
    clear: right;
    margin-top: 2px;
    text-align: right;
    font-size: 11px;
}
.quip-comment-options a {
    color: #777;
}
.quip-avatar {
    float: right;
    padding: 3px;
    margin: 2px;
    border: 1px solid #ccc;
}

/* add comment */
.quip-add-comment p {
    color: #fff !important;
    margin-bottom: .2em;
}
span.quip-allowed-tags {
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    float: right;
    }
.quip-add-comment .textarea {
    width:auto;
}
.quip-add-comment textarea {
    width: 100%;
    padding:0;
    
    font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	height: 140px;
	border: 1px solid #fff !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background: none !important;
	color: #fff !important;
}
.quip-add-comment input[type=text] {
    //width: 50%;
    float: left;
    //border: 1px solid #888;
    padding: 5px;
    
    font-family: "Inconsolata", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	height: 33px;
	border: 1px solid #fff !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background: none !important;
	color: #fff !important;
	width: 100% !important;
}
.quip-add-comment input[type=text]:focus,
.quip-add-comment textarea:focus {
    outline: 0;
}
.quip-add-comment label[for="quip-comment-website-qcom"],
.quip-add-comment input[name="website"] {
    //display: none;
}
.quip-add-comment label {
    width: 20%;
    float: left;

    //text-align: right;
    //margin-right: 10px;
    }
.quip-fld:nth-child(6),
.quip-fld:nth-child(7) {
    float: left;
    width: 50%;
}
.quip-fld:nth-child(6) {
    padding-right: 10px;
}
.quip-fld:nth-child(7) {
    padding-left: 10px;
}
.quip-fld:nth-child(8) {
    display: none;
}
.quip-fld {
	margin-bottom: 15px;
}
.quip-fld br { clear: both; }

div.quip-comment button[type=submit] {
    cursor: pointer;
    
    color: #A38027 !important;
	border: 1px solid #fff !important;
	box-shadow: inset 0px 65px #fff !important;
	background-color: #fff !important;
}
.quip-comment button[type=submit]:hover, 
.quip-comment button[type=submit]:active, 
.quip-comment button[type=submit].active, 
.quip-comment button[type=submit]:focus, 
.quip-comment button[type=submit].disabled, 
.quip-comment button[type=submit][disabled] {
	color: #fff !important;
	background-color: transparent !important;
	box-shadow: inset 0px 0px #fff !important;
	outline: 0;
}
.quip-preview {
    border-bottom: 1px solid #d4d4d4;
    padding: 7px 7px;
    background-color: #f2f2f2;
    color: #000;
}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 15px;
	right: 20px;
	z-index: 999;
	
	//display: flex;
	//transition:0.3s all;
	opacity: 1;
}

.scroll-up a {
	background: #A38027;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}

.scroll-up a:active {
	//opacity: 1;
	color: #fff;
}

.scroll-up a:hover i {
	margin: auto;
	position: relative;
	animation:0.9s ease 0s normal none infinite mouse-up;
	-webkit-animation:0.9s ease 0s normal none infinite mouse-up;
	color: #fff;
}
@keyframes mouse-up {
	0% {
		top: 0;
		opacity: 1;
	}
	50% {
		opacity: 1;	
	}
	100% {
		top: -10px;
		opacity: 0;
	}
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #fff;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #A38027;
	border-top: 2px solid rgba(245, 245, 245, 0.8);
	border-right: 2px solid rgba(245, 245, 245, 0.8);
	border-bottom: 2px solid rgba(245, 245, 245, 0.8);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
		 ms-animation: load 0.8s infinite linear;
		  o-animation: load 0.8s infinite linear;
			animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

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

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

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

	.align-right {
		text-align: right;
	}

	.navbar-transparent {
		background: transparent;
		border: 0 !important;
		border-color: #f5f5f5 !important;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navbar-transparent .nav li > a,
	.navbar-transparent .navbar-brand {
		color: #fff;
	}

	.navbar-transparent .dropdown-menu > li > a {
		color: #666;
	}

	.nabar-dark .nav > li > a,
	.nabar-dark .navbar-brand {
		color: #000;
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	/* Comments */

	.comment .comment {
		margin-left: 75px;
	}

}

@media (max-width: 991px) {

	/* Headers */

	.hs-title-size-3 {
		font-size: 24px;
	}

	.hs-title-size-4 {
		font-size: 32px;
	}

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-3 .work-item-title,
	.works-grid-4 .work-item,
	.works-grid-4 .work-item-title,
	.works-grid-5 .work-item,
	.works-grid-5 .work-item-title {
		width: 50%;
	}

	/* Nav tabs*/

	.nav-tabs li:first-child {
		margin-left: 0;
	}

	#works-grid .work-image {
		height: 500px;
	}

}

@media (max-width: 767px) {

	/* Navbar */

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom li a:hover {
		background: #f5f5f5 !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #f5f5f5 !important;
	}

	.navbar-custom .navbar-nav > .dropdown > .dropdown-toggle:after,
	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .navbar-nav > .open > .dropdown-toggle:after,
	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		content: "\f106";
	}

	.navbar-custom .navbar-collapse {
		border-top: 1px solid #f5f5f5;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	/* Headers */

	.hs-title-size-1 {
		font-size: 12px;
	}

	.hs-title-size-2 {
		font-size: 16px;
	}

	.hs-title-size-3 {
		font-size: 20px;
	}

	.hs-title-size-4 {
		font-size: 24px;
	}

	#works-grid .work-image {
		height: 340px;
	}

}

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

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-3 .work-item-title,
	.works-grid-4 .work-item,
	.works-grid-4 .work-item-title,
	.works-grid-5 .work-item,
	.works-grid-5 .work-item-title {
		width: 100%;
	}
	
	#works-grid .work-image {
		height: 380px;
	}

}


/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}



/* -------------------------------------------------------------------
Music player
------------------------------------------------------------------- */

/* Player */

.main-music-player {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  background: transparent;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0));
  /* Standard syntax */
  z-index: 4;
  color: #000;
  height: 4.6rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
	margin-bottom: 10px;
}
.main-music-player.active {
  background: #f2f2f2;
}
.main-music-player.active .mesh-seek-bar {
  background-color: #c7c7c7;
}
.main-music-player.active .hide-player-button {
  background-color: #f2f2f2;
  color: #141414;
}
.main-music-player.active .mesh-current-time,
.main-music-player.active .mesh-duration {
  color: #000;
}
.main-music-player.active .jplayerButton span {
  background-color: #848484;
}
.main-music-player.active .mesh-play i,
.main-music-player.active .mesh-prev i,
.main-music-player.active .mesh-next i,
.main-music-player.active .mesh-play i,
.main-music-player.active .mesh-pause i {
  color: #333;
}
.main-music-player.active .mesh-artist {
  color: #333;
}
.main-music-player.active .mesh-title {
  color: #999;
}
.main-music-player.hide-player {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.main-music-player.hide-player .hide-player-button i.fa-minus {
  display: none;
}
.main-music-player.hide-player .hide-player-button i.fa-plus {
  display: block;
}
.main-music-player.hide-player-footer {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.main-music-player.hide-player-footer .hide-player-button i.fa-minus {
  display: none;
}
.main-music-player.hide-player-footer .hide-player-button i.fa-plus {
  display: block;
}
.main-music-player .hide-player-button {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  right: 0;
  background: transparent;
  padding: 0rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  width: 2.6rem;
  line-height: 2.1rem;
  height: 2.1rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
	margin-right: 80px;
}
.main-music-player .hide-player-button:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.main-music-player .hide-player-button i {
  line-height: 2.1rem;
}
.main-music-player .hide-player-button i.fa-plus {
  display: none;
}
.center-side {
  position: absolute;
  left: 50%;
  width: 60rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 0;
  text-align: center;
}
.center-side:before,
.center-side:after {
  content: " ";
  display: table;
}
.center-side:after {
  clear: both;
}
.center-side:before,
.center-side:after {
  content: " ";
  display: table;
}
.center-side:after {
  clear: both;
}
.center-side .mesh-seek-bar {
  height: 0.1rem;
  cursor: col-resize;
  width: 50rem !important;
  background: #fff;
  top: -0.3rem;
  position: relative;
  margin: 0 1rem;
}
.center-side .mesh-play-bar {
  top: 0;
  position: relative;
  height: 0.1rem;
  background: #bb9b69;
}
.center-side > * {
  display: inline-block;
  line-height: 2.3rem;
}
.play-pause-buttonCustom {
  visibility: hidden;
}
.jplayerButton {
  background-color: transparent;
  border: none;
	outline: 0;
}
.jplayerButton span {
  display: block;
  background: #fff;
  height: 2px;
  width: 17px!important;
  margin-bottom: 3px;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  position: relative;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.jplayerButton.active {
  position: relative;
}
.jplayerButton.active span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}
.jplayerButton.active span:nth-child(2) {
  opacity: 0;
}
.jplayerButton.active span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.2rem;
}
.mesh-main-player:before,
.mesh-main-player:after {
  content: " ";
  display: table;
}
.mesh-main-player:after {
  clear: both;
}
.mesh-main-player:before,
.mesh-main-player:after {
  content: " ";
  display: table;
}
.mesh-main-player:after {
  clear: both;
}
.mesh-main-player i {
  font-size: 1.2rem;
}
.mesh-main-player .jplayerButton {
  margin-left: 7.5rem;
  margin-top: 0.2rem;
}
.mesh-main-player .jplayerButton span {
  background: #fff;
}
.mesh-main-player .jplayerButton span.span-2 {
  width: 13px !important;
}
.mesh-main-player .mesh-play,
.mesh-main-player .mesh-pause {
  cursor: pointer;
  position: relative;
  width: 8rem;
  text-align: center;
}
.mesh-main-player .mesh-play i,
.mesh-main-player .mesh-pause i {
  font-size: 2rem;
  color: #fff;
}
.mesh-main-player .mesh-thumbnail {
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.mesh-main-player .mesh-thumbnail img {
  width: 3rem;
  height: 3rem;
}
.mesh-main-player .mesh-prev,
.mesh-main-player .mesh-next {
  width: 2.1rem;
  text-align: center;
  cursor: pointer;
}
.mesh-main-player .mesh-prev i,
.mesh-main-player .mesh-next i {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
  color: #fff;
}
.mesh-main-player .mesh-artist {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mesh-main-player .mesh-title {
  margin-bottom: 0.6rem;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mesh-main-player .mesh-volume-bar {
  margin-top: 0.3rem;
  width: 11.5rem;
  height: 0.7rem;
  background: #1a1a1a;
  margin-left: 1.5rem;
  cursor: col-resize;
}
.mesh-main-player .mesh-volume-bar-value {
  height: 0.3rem;
  margin-top: 0.2rem;
  background: #ff0000;
}
.mesh-main-player .left-player-side,
.mesh-main-player .right-player-side {
  line-height: 1.2rem;
  padding: 1.3rem 0;
}
.mesh-main-player .left-player-side {
  padding-right: 0;
}
.mesh-main-player .right-player-side {
  padding-left: 0;
  padding-right: 0 !important;
}
.mesh-main-player .left-player-side {
  float: left;
}
.mesh-main-player .left-player-side:before,
.mesh-main-player .left-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side:after {
  clear: both;
}
.mesh-main-player .left-player-side:before,
.mesh-main-player .left-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side:after {
  clear: both;
}
.mesh-main-player .left-player-side > div {
  float: left;
}
.mesh-main-player .left-player-side > div:before,
.mesh-main-player .left-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side > div:after {
  clear: both;
}
.mesh-main-player .left-player-side > div:before,
.mesh-main-player .left-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side {
  float: right;
  position: relative;
  width: 24rem;
  height: 4.6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 4rem;
}
.mesh-main-player .right-player-side:before,
.mesh-main-player .right-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side:after {
  clear: both;
}
.mesh-main-player .right-player-side:before,
.mesh-main-player .right-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side:after {
  clear: both;
}
.mesh-main-player .right-player-side > div {
  float: left;
}
.mesh-main-player .right-player-side > div:before,
.mesh-main-player .right-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side > div:before,
.mesh-main-player .right-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side > div > div {
  float: left;
}
.mesh-main-player .mesh-current-time,
.mesh-main-player .mesh-duration {
  font-size: 1.1rem;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  color: #fff;
  width: 3.5rem;
  text-align: center;
}
.mesh-main-player .mesh-mute,
.mesh-main-player .mesh-unmute {
  cursor: pointer;
  width: 1.2rem;
  text-align: center;
}


/* Playlist */

body.opacityPlaylist .cartContainer,
body.opacityPlaylist .open-menu,
body.opacityPlaylist .topHeader {
  display: none;
}
body.opacityPlaylist .mesh-seek-bar {
  background-color: #c7c7c7;
}
body.opacityPlaylist .main-music-player {
  background: #f2f2f2;
}
body.opacityPlaylist .main-music-player .hide-player-button {
  background-color: #f2f2f2;
  color: #141414;
}
body.opacityPlaylist .main-music-player .mesh-current-time,
body.opacityPlaylist .main-music-player .mesh-duration {
  color: #000;
}
body.opacityPlaylist .main-music-player .jplayerButton span {
  background-color: #848484;
}
body.opacityPlaylist .main-music-player .mesh-play i,
body.opacityPlaylist .main-music-player .mesh-prev i,
body.opacityPlaylist .main-music-player .mesh-next i,
body.opacityPlaylist .main-music-player .mesh-play i,
body.opacityPlaylist .main-music-player .mesh-pause i {
  color: #333;
}
body.opacityPlaylist .main-music-player .mesh-artist {
  color: #333;
}
body.opacityPlaylist .main-music-player .mesh-title {
  color: #999;
}
.playlist-wrapper {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.playlist-wrapper.open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: block!important;
}
.jp-playlist .header-text {
  padding-bottom: 7rem;
  text-align: center;
}
.jp-playlist .header-text h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.jp-playlist .header-text p {
  font-family: 'Karla', sans-serif;
  color: #000;
  letter-spacing: 0.9rem;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jp-playlist .about-list .about-name,
.jp-playlist .about-list .about-length,
.jp-playlist .about-list .about-available {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #525252;
}
.jp-playlist .about-list .about-name {
  display: block;
  width: 60%;
  float: left;
  padding-left: 15rem;
  padding-bottom: 2rem;
}
.jp-playlist .about-list .about-length {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  padding-bottom: 2rem;
}
.jp-playlist .about-list .about-available {
  display: block;
  width: 20%;
  float: left;
  padding-right: 3rem;
  padding-bottom: 2rem;
  text-align: right;
}
.single-playlist {
  margin-bottom: 2rem;
}
.post-thumbnail .trak-item {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}
.post-thumbnail .trak-item {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
	
	display: block;
	background: rgba(255, 255, 255, 0.75) !important;
	width: 100%;
	height: 100%;
}
.post-thumbnail:hover .trak-item {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}
.post:hover .trak-item:hover {
  //background: transparent;
}
.trak-item {
  margin-bottom: -0.1rem;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(206, 206, 206, 0.3);
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
  color: #333;
}
.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.trak-item.playing .play-pause-button i:before {
  content: '\f04c';
  color: #bb9b69;
}
.trak-item.playing .play-pause-button:hover i {
  opacity: 1;
}
.trak-item audio {
  display: none;
}
.trak-item > * {
  height: 5.5rem;
  display: table;
}
.trak-item .play-pause-button {
  width: 11rem;
  cursor: pointer;
  text-align: center;
  margin-right: 4rem;
}
.trak-item .play-pause-button i {
  position: relative;
  top: -0.2rem;
  font-size: 1rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.trak-item .play-pause-button:hover i {
  opacity: 0.8;
}
.trak-item .center-y-table {
  display: table-cell;
  vertical-align: middle;
}
.trak-item h2,
.trak-item h3,
.trak-item time {
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: block;
}
.trak-item h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.trak-item h3,
.trak-item time {
  font-size: 1rem;
  line-height: 1rem;
}
.trak-item .trak-duration {
  line-height: 5.5rem;
  font-size: 1.2rem;
  width: 9.5rem;
  color: #757575;
  font-weight: 400;
  text-align: center;
  font-family: 'Karla', sans-serif;
}
.trak-item .album-and-year {
  width: 14rem;
  padding-right: 2rem;
}
.trak-item .album-cover {
  width: 6rem;
  padding-right: 2rem;
}
.trak-item .name-artist {
  width: 60rem;
}
.trak-item .a-name {
  width: 54rem !important;
}
.trak-item .a-name h2 {
  width: 52rem !important;
}
.trak-item .name-artist h2 {
  white-space: nowrap;
  width: 58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  font-size: 1.4rem;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.trak-item > * {
  float: left;
}
.trak-item .additional-button {
  float: right;
  width: 12rem;
  text-align: center;
}
.trak-item .additional-button a {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  line-height: 2.8rem;
  color: #000;
  margin-right: 1.7rem;
  position: relative;
}
.trak-item .additional-button a:last-child {
  margin-right: 0;
}
.trak-item .additional-button a i {
  background: transparent;
  font-size: 1.2rem;
}
.trak-item .additional-button a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #bb9b69;
  opacity: 0;
  z-index: -1;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.trak-item .additional-button a:hover {
  color: #fff;
}
.trak-item .additional-button a:hover:before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.trak-item:hover {
  background: rgba(255, 255, 255, 0.5);
}



@media (max-width: 1200px) {
  .mesh-main-player .right-player-side {
    width: 14rem;
  }
  .center-side {
    width: 50rem;
  }
  .center-side .mesh-seek-bar {
    width: 40rem !important;
  }
  .mesh-main-player .jplayerButton {
    margin-left: 3.5rem;
  }
  .trak-item .name-artist {
    width: 46rem;
  }
  .trak-item .name-artist h2 {
    width: 44rem;
  }
}
@media (min-width: 1030px) {
  .mesh-main-player .left-player-side {
    padding-left: 2rem;
  }
  .mesh-main-player .right-player-side {
    padding-right: 2rem;
  }
}
@media (max-width: 1030px) {
  .main-music-player {
    width: 100%;
  }
  .mesh-main-player .mesh-title {
    max-width: 33.5rem;
  }
  .center-side {
    width: 30rem;
  }
  .center-side .mesh-seek-bar {
    width: 20rem !important;
  }
  .mesh-main-player .right-player-side {
    width: 16rem;
  }
  .jp-playlist .about-list .about-name {
    padding-left: 9rem;
  }
  .trak-item .play-pause-button {
    width: 9rem;
    margin-right: 0;
  }
  .trak-item .name-artist {
    width: 36.5rem;
  }
  .trak-item .name-artist h2 {
    width: 34.5rem;
  }
}
@media (max-width: 800px) {
  .mesh-main-player .mesh-volume-bar {
    display: none !important;
  }
  .trak-item .album-and-year {
    display: none;
  }
  .center-side {
    width: 8rem;
  }
  .center-side .mesh-seek-bar {
    display: none;
  }
  .center-side .mesh-duration {
    text-align: left;
  }
  .center-side .mesh-current-time {
    text-align: right;
  }
  .center-side .mesh-current-time:after {
    content: '/';
    position: relative;
    right: -0.2rem;
  }
  .trak-item .trak-duration {
    display: none;
  }
  .trak-item .name-artist {
    width: 22rem;
  }
  .trak-item .name-artist h2 {
    width: 20rem;
  }
  .jp-playlist .about-list .about-length {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .jp-playlist .about-list .about-available {
    width: 40%;
  }
  .playlist-wrapper {
    padding-top: 3rem;
  }
  .main-music-player {
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 1030px) {
  .albumSingle .jp-playlist .about-list .about-available {
    display: none;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .albumSingle .trak-item {
    border-color: #e6dfdd;
  }
  .albumSingle .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    width: 80%;
  }
  .albumSingle .trak-item .name-artist {
    width: 45rem;
  }
  .albumSingle .trak-item .name-artist h2 {
    width: 45rem;
  }
  .albumSingle .trak-item .trak-duration {
    float: right;
    line-height: 4.7rem;
  }
  .albumSingle .trak-item > * {
    height: 4.7rem;
  }
}
@media (min-width: 800px) {
  .albumSingle .jp-playlist .about-list .about-available {
    display: none;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .albumSingle .trak-item {
    border-color: #e6dfdd;
  }
  .albumSingle .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    width: 80%;
  }
  .albumSingle .trak-item .name-artist {
    width: 30rem;
  }
  .albumSingle .trak-item .name-artist h2 {
    width: 30rem;
  }
  .albumSingle .trak-item .trak-duration {
    float: right;
    line-height: 4.7rem;
    text-align: right;
  }
  .albumSingle .trak-item > * {
    height: 4.7rem;
  }
  .albumSingle .jp-playlist .about-list .about-length {
    text-align: right;
    padding-right: 2rem;
  }
}
@media (max-width: 500px) {
  .trak-item {
    padding-right: 2rem;
  }
  .main-music-player {
    padding: 0 2rem 0 2rem;
  }
  .mesh-main-player .mesh-play,
  .mesh-main-player .mesh-pause {
    width: 3rem;
  }
  .mesh-main-player .mesh-prev,
  .mesh-main-player .mesh-next {
    display: none;
  }
  .mesh-main-player .jplayerButton {
    margin-left: 3rem;
  }
  .mesh-thumbnail {
    display: none;
  }
  .center-side {
    display: none;
  }
  .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .right-player-side {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .trak-item .name-artist {
    width: 15rem;
  }
  .trak-item .name-artist h2 {
    width: 13rem;
  }
  .trak-item .additional-button a {
    margin-right: 0.7rem;
  }
  .trak-item .additional-button a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .trak-item .additional-button {
    display: none;
  }
  .jp-playlist .about-list .about-available,
  .jp-playlist .about-list .about-length {
    display: none;
  }
  .jp-playlist .about-list .about-name {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .trak-item .name-artist {
    width: 18rem;
  }
  .trak-item .name-artist h2 {
    width: 18rem;
  }
}


/***********************************************************************************************/
/* START TABLE EVENTS */
/***********************************************************************************************/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}


.tableEvents table {
  width: 100%;
}
.tableEvents table tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.tableEvents table tr:hover:first-child:hover {
  background-color: transparent;
}
.tableEvents table td {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  font-family: 'Montserrat', sans-serif;
}
.tableEvents table td a {
  text-decoration: none;
  color: #757575;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.tableEvents table td a:hover {
  color: #757575;
}
.tableEvents table td a i {
  padding: 0 2rem;
}
.tableEvents table th {
  font-weight: 700;
  text-transform: uppercase;
  color: #525252;
  font-size: 1.3rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(206, 206, 206, 0.3);
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
}
.tableEvents table td {
  color: #757575;
}
.tableEvents table .aqura-vip a,
.tableEvents table .aqura-tickets a {
  padding: 0.4rem 1.5rem;
  border-radius: 1.3rem;
}
.tableEvents table .aqura-vip {
  text-align: center;
}
.tableEvents table .aqura-vip a {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  color: #fff;
  background-color: #000;
}
.tableEvents table .aqura-vip a:hover {
  color: #fff;
  background: #bb9b69;
}
.tableEvents table .aqura-tickets {
  text-align: center;
}
.tableEvents table .aqura-tickets a {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.tableEvents table .aqura-tickets a:hover {
  color: #fff;
  background: #bb9b69;
}
.tableEvents table .tickets {
  text-align: center;
  width: 5%;
}
/***********************************************************************************************/
/* END TABLE EVENTS */
/***********************************************************************************************/







.passpartu {
	position: fixed;
	z-index: 11;
	background: #e4e4e4;
}
.passpartu_left {
	width: 10px;
	height: 100%;	
}
	
.passpartu_right {
	width: 10px;
	height: 100%;
	right: 0
}
.passpartu_bottom {
	width: 100%;
	height: 10px;
	bottom: 0
}
.passpartu_top {
	width: 100%;
	height: 10px;
	top: 0;
}
.passpartu_stones {
	background: url(../images/sky.jpg) no-repeat fixed;
}


.absolute {
	color: #fff
}
.prev_item {
	margin: 0 0 20px 0;
	display: block;
}
.prev_item img {
	width: 100%;
	height: auto;
}
.row20 {
	padding: 0 96px;
}
	.prev_cont {
		display: block;
		margin: 10px 0
	}
	.prev_cont b {
		text-align:center;
		display: block; 
		font: 400 14px/24px Oswald;
		text-transform: uppercase;
	}
	.demo_titles {
		text-align: center;
		padding: 96px 0 72px
	}
	.demo_titles_second {
		padding: 72px 0
	}
		.demo_titles h3:after {
			display: none!important
		}


/*Passpartu Light*/
.passp_light .passpartu {
	background:#f3f3f3 ;
} 
.passp_light .bordered_block {
	border-right: 10px solid #f3f3f3;
	border-top: 10px solid #f3f3f3;
	border-bottom: 10px solid #f3f3f3;
} 
.passp_light .after_slider_border {
	background: #f3f3f3
}
.passp_light  .bordered_block:first-child {
	border-left:10px solid #f3f3f3;
}
.passp_light .inside_title {
	border-bottom: 10px solid #f3f3f3
}


/*Passpartu Black*/
.passp_black .passpartu {
	background:#000 ;
} 
.passp_black .after_slider_border {
	background: #000
}
.passp_black .bordered_block {
	border-right: 10px solid #000;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
} 
	.passp_black .sml_abs_title {
		background: #000;
		color: #e4e4e4
	}
	.passp_black  .bordered_block:first-child {
		border-left:10px solid #000;
	}
.passp_black .inside_title {
	border-bottom: 10px solid #000
}

/*Passpartu White*/
.passp_white .passpartu {
	background:#fff ;
} 
.passp_white .bordered_block {
	border-right: 10px solid #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
} 
	.passp_white .sml_abs_title {
		background: #fff;
	}
.passp_white .after_slider_border {
	background: #fff
}
.passp_white  .bordered_block:first-child {
	border-left:10px solid #fff;
}
.passp_white .inside_title {
	border-bottom: 10px solid #fff
}

/*Header Black*/
	.black_bck {
		background: #000;
		border: 1px solid #222
	}
	.black_bck:after {
		display: none!important
	}
	.black_bck .sub_cont ul .mega_menu {
		background: #000;
		border: 1px solid #222
	}
	.black_bck .bask_cont .bask_block {

	}
		.black_bck .top_line {
			border-bottom: 1px solid #222
		}
			.black_bck .top_line .tl_item {
				border-left: 1px solid #222
			}
		.open .black_bck .top_line {
			height: 0;
			top: -2px
		} 
.sml_abs_title {
	position: absolute;
	font: 400 16px/24px Oswald;
	text-transform: uppercase;
	position: absolute;
	color: #292929;
	left:95px;
	padding: 10px;
	height: 43px;
	background: #e4e4e4;
	box-shadow: 5px -5px 15px rgba(0,0,0,0.08);
	opacity: 0;
	top: -43px;
	z-index: 3
}

.head_bck {
	display: block;
	content: "";
	position:absolute;
	left:15px;
	top: 15px;
	right: 100%;
	height: 58px;
	z-index: 2;
	position: fixed;
	transition:0.3s all;
	visibility: hidden;
}
	.open .head_bck {
		right:15px;
		visibility: visible;
	}
.onepage-pagination {
	right: 80px
}
 
	header .container {
		padding:0
	}
	
	.logo {
		height: 56px;
		border-right: 1px solid rgba(255,255,255,0.18);
		padding: 0 15px;
		display: inline-block;
		position: relative;
		transition:0.3s all;
		display: flex;
		position: absolute;
		align-items: center;
	}
	.footer .logo {
		border: 0;
		padding: 0;
		float: none;
		position: relative;
	}
		.footer .logo a {
			color: #fff!important;
			border:2px solid #fff!important;
		}
	.footer.white_txt h4 {
		color: #fff
	}
		.footer h2 {
			margin: 0 0 72px 0
		}
		.footer .logo a {
			margin: 0!important;
			height: 37px;
			padding: 0 15px;
			color: #6f6f6f;
			border: 2px solid #6f6f6f;
		}
		.footer .date {
			display: block;
			font-size: 12px;
			opacity: 0.7;
			margin: 0 0 10px 0
		}
		.logo:before {
			display: block;
			content: "";
			top: 5px;
			bottom: 5px;
			left: 5px;
			right: 5px;
			position: absolute;
			border:0 solid rgba(255,255,255,0.6);
			transition:0.3s all;
		}
			.open .logo:before {

			}
			.open .logo span {
				transform:rotateY(360deg)
			}
			.open header .logo a {
				padding: 0 15px;
			}
			.open header.white_bck .logo a {
				padding: 0 10px;
			}
			.open .contacts_block  {
				bottom: -50px;
				opacity: 0;
			}
			.open .contacts_block .contacts_title {

			}
			.logo b {
				font-weight: normal;
			}

		.logo span {
			font-weight: normal;
			position: relative;
			display: inline-block;
			transition:0.5s all;
			min-width: 5px;
			transform:rotateY(0)
		}
	
			.logo a:hover span {
				transform:rotateY(360deg)
			}
	.logo a {
		display:block;
		position:relative;
		text-decoration:none!important;
		margin:auto;
		transition:all 0.3s ease-out;
		font: 400 20px/32px Oswald;
		text-decoration: none;
		color: #ededed;
		text-transform: uppercase;
		border: 2px solid #ededed;
		padding: 0 5px;
		transition:0.3s all;
	}
.main_menu {
	position: relative;
	float: right;
	right: 0;
	border-left: 1px solid rgba(255,255,255,0.18);
	width: 53px;
	height: 56px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	color: #ededed;
	cursor: pointer;
	display: flex;
	min-width: 30px;
	z-index: 6
}
	.main_menu i {
		position: absolute;
		margin: 18px 0 0 17px !important;
		display: block;
		transition:0.3s all;
	}
	.main_menu .ti-menu {
		opacity: 0;
		z-index: -1;
		transition-delay:0s;	
	}
	.closed_menu .ti-menu {
		opacity:1;
		z-index: 0;
		transition-delay:0s;	
	}
	.main_menu .ti-close {
		opacity: 1;
		z-index: 0;
		transition-delay:0.2s;	
	}

	.open .main_menu .ti-close {
		opacity: 0;
		z-index: -1;
		transform:rotate(45deg);
		transition-delay:0s;	
	}

	.closed_menu .main_menu .ti-close {
		opacity: 0;
		z-index: -1;
		transform:rotate(45deg);
		transition-delay:0s;	
	}
		.tm .main_menu .ti-close {
			opacity: 1;
			z-index: 0;
			transition-delay:0.2s;	
			transform:rotate(0);
		}
		

	.open .main_menu .ti-menu {
		opacity: 1;
		z-index: 0;
		transition-delay:0.2s;	
	}

	.tm .main_menu .ti-menu {
		opacity: 0;
		z-index: -1;
		transition-delay:0s;	
	}

	.main_menu i {
		margin: auto
	}
.header_btn {
	float: right;
	right: 0;
	border-left: 1px solid rgba(255,255,255,0.18);
	width: 53px;
	height: 56px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	color: #e4e4e4;
	cursor: pointer;
	display: flex;
	text-transform: uppercase;
	position: relative;
}

	.header_btn.pull-left {
		border-left: 0;
		border-right: 1px solid rgba(255,255,255,0.18);
	}
	.header_btn b {
		font:400  12px/18px Oswald;
	}

	.header_btn a, .header_btn i {
		color: #e4e4e4;
		margin: auto;
		text-decoration: none
	}
	.badge {
		position: absolute;
		margin: -5px 0 0 ;
		right: 0px;
		background: none;
		border: 1px solid rgba(255,255,255,0.18);
	}
	.white_bck .badge {
		background: rgba(0,0,0,0.1);
		color: #292929
	}
.sub_menu {
	float: right;
	height: 56px;
	position: relative;
}
	.sub_cont ul .mega_menu {
		position: absolute;
		background: #fff;
		border: 1px solid #e4e4e4;
		margin:0 0 0 -1px;
		z-index: 2;
		height: auto;
		right: auto;
		left: auto;
		display: none;
		transition:none!important;
	}
	.always_opened .main_menu {
		display: none
	}
	.always_opened ul {
		opacity: 1!important;
		right: 0!important
	}
	.no_border ul .mega_menu {
		position: absolute;
		background: none;
		border: 1px solid rgba(255,255,255,0.18);
		margin:3px 0 0 -1px;
		z-index: 2;
		right: auto;
		left: auto;
		display: none;
		transition:none!important;
		padding: 1px
	}
		.no_border ul .mega_menu:before {
			background: #fff;
			bottom: 5px;
			top: 5px;
			left: 5px;
			right: 5px;
			display: block;
			position: absolute;
			content: "";
			z-index: 0
		}
		.no_border ul .mega_menu li {
			background: none!important
		}
		.no_border ul .mega_menu a {
			color: #262626
		}
		.sub_menu ul ul i {
			display: inline-block;
			width: 22px
		}
	.mega_menu > li {
		width: auto;
		float: left!important;
		padding: 0
	}
	.mega_menu {
		padding: 10px!important
	}
	.mega_menu a {
		font:400 14px/24px Open Sans!important;
		text-transform: none!important;
		padding: 5px 10px!important;
		height: auto!important;
	}
		.mega_menu a:hover {
			background: rgba(0,0,0,0.05);
			color: #292929!important
		}

		.mega_menu ul {
			height: auto!important;
		}

	.mega_menu {
		width: auto!important;
		white-space:nowrap;
	}
	.sub_menu ul li:last-child .mega_menu {
		right: 0!important
	}
		.mega_menu li:last-child:after {
			display: block;
			clear: both;
			content: "";
		}

		.open .sub_menu ul .mega_menu {
			top: 55px
		}
		.parents:after {
			display: inline-block;
			content: "\e64b";
			font-family: 'themify';
			margin: 0 0 0 10px;
			font-size: 10px
		}
		.sub_menu ul ul li {
			float: none;
			border: 0!important;
			height: auto;

		}
			.sub_menu ul ul li:last-child {
				border-bottom: 0!important
			}
			.sub_menu ul ul li a {
				height: auto;
				padding:5px 10px;
				font-size: 14px
			}
	
.bask_cont {
	position: absolute;
	right: -1px;
	top: 57px;
	overflow: hidden;
	z-index: 5	
}
.bask_cont.active .bask_block {
	margin: 0;
	opacity: 1
}
	.bask_block {
		padding:15px;
		margin: -110% 0 0 0;
		position: relative;
		border-left: 1px solid rgba(255,255,255,0.18);
		border-bottom: 1px solid rgba(255,255,255,0.18);
		border-right: 1px solid rgba(255,255,255,0.18);
		transition:0.3s all;
		opacity: 0;
		width: 233px;
	}
	.lang_block {
		width: auto!important;
	}
	.lang_wr a {
		white-space:pre-wrap;
	}
		.lang_block a {
			list-style: none;
			text-align: left;
			padding: 0;
			margin: 0;
			font: 400 14px/24px Oswald;
			margin: 0 5px;
			display: inline-block;
		}
			.lang_block a:hover {
				color: #292929!important
			}
		.bask_block:before {
			display: block;
			content: "";
			position: absolute;
			top: 5px;
			bottom: 5px;
			left: 5px;
			right: 5px;
			z-index: -1;
			background: #fff
		}
		.mega_menu .bask_block_item {
			font: 400 12px/18px Open Sans;
			display: block;
			text-transform: none;
			text-align: left!important;
			color: #262626!important;
			border-bottom: 1px solid #ccc;
			padding: 15px 10px!important;
			white-space:normal;
			margin: 0!important
		}
		.black_bck .mega_menu .bask_block_item {
			border-bottom: 1px solid #111;
			color: #949494!important;
		}
			.bask_block_item img {
				border: 1px solid #e4e4e4
			}
			.bask_block_item:hover {
				text-decoration: underline;
			}
			.bask_block_item:after {
				display: block;
				content: "";
				clear: both;
			}
			.bask_block_item img {
				width: auto;
				height: 50px;
				float: left;
				margin: 0 10px 0 0!important
			}
			.bask_btns {
				text-align: left;
				text-transform: none;
				padding:10px 0 0 
			}
			.no_arrow .parents:after {
				display: none
			}
				.no_arrow .btn-default:hover {
					background: #292929!important;
					color: #fff!important;
					border: 1px solid #292929!important
				}
			.right_sub {
				position: relative;
			}
			.width100 .mega_menu {
				width: 100%!important;
				right: 0!important

			}
			.right_sub .mega_menu {
				right: 0!important;
			}
				.sub_min_width .mega_menu{
					min-width: 250px
				}
				.sub_min_width .form-control {
					width: 230px!important;
					z-index: 0;
					position: relative;
				}
				.bask_btns a {
					max-width: 120px
				}

				.total {
					float: right;
					font-size: 12px;
					color: #262626!important
				}
	.sub_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		transition:0.3s all;
		position: relative;
		transition-origin:100%;
		right: 0;
		height: 56px;
		float: left;
	}

		.open .no_border .sub_cont > ul {
			opacity: 0;
			right: -50px
		}
		.closed_menu.no_border .sub_cont > ul {
			opacity: 0;
			right: -50px
		}

		.tm.no_border .sub_cont > ul {
			opacity: 1!important;
			right: 0!important
		}
		.sub_menu li {
			float: left;
			border-left: 1px solid rgba(255,255,255,0.18);
			height: 56px;
			transition:0.3s all;
		}
		.sub_menu a {
			font: 16px/24px Oswald;
			color: #e4e4e4;
			padding: 12px 15px 10px;
			display: block;
			position: relative;
			margin: 4px;
			text-decoration: none;
			text-transform: uppercase;
			transition:0.3s all;
			height: 48px
		}
			.sub_menu ul ul a {
				color: #949494
			}
			.sub_menu a:hover, .sub_menu a.active {
				transition:0.3s all;
				color: #262626
			}
			.sub_menu a:before {
				transition:0.3s all;
				background: none;
				display: block;
				content: "";
				right: 100%;
				position: absolute;
				z-index: -1;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				border:0 solid rgba(255,255,255,0.18);
			}
			.sub_menu a:hover:before, .sub_menu a.active:before {
				background: #ededed;
			}
			
		.contacts_block {
			text-align: right;
			right: 31px;
			bottom: 31px;
			position: fixed;
			color: #fff;
			font: 400 12px/18px Open Sans;
			transition:0.3s all;
		}
		#contacts form .row div {
			padding-left: 5px;
			padding-right: 5px;
		}
		#contacts form .row {
			margin-left: -5px;
			margin-right: -5px;
		}
			.contacts_block span {
				
				display: block;
				height: 35px;
			}
			.contacts_title {
				font: 400 20px Oswald;
				text-transform: uppercase;
				margin: 0 0 7px 0;
				transition:0.3s all;
				display: inline-block;
			}
			.contacts_btn {
				border-top:1px solid rgba(255,255,255,0.18);
				border-left:1px solid rgba(255,255,255,0.18);
				width: 68px;
				height: 68px;
				text-align: center;
				font-size: 24px;
				padding: 19px 0 0 0;
				position: absolute;
				right: -16px;
				bottom: -16px  
			}
.up_block {
	position: fixed;
	bottom: 51px;
	right: 31px;
	border: 1px solid rgba(255,255,255,0.18);
	height: 34px;
	text-align: center;
	width: 34px;
	display: flex;
	opacity: 0;
	transition:0.3s all;
	text-decoration: none!important;
	z-index: 3;
	align-items: center;
}
.down_block {
	position: absolute;
	bottom: 91px;
	left: 50%;
	border: 1px solid rgba(255,255,255,0.18);
	height: 34px;
	text-align: center;
	width: 34px;
	display: flex;
	opacity: 1;
	transition:0.3s all;
	text-decoration: none!important;
	z-index: 10;
	margin-left:-17px; 
}

.down_block i {
	margin: auto;
	position: relative;
	animation:1.4s ease 0s normal none infinite mouse-down;
	-webkit-animation:1.4s ease 0s normal none infinite mouse-down;
	color: #fff
}
@keyframes mouse-down {
	0% {
		top: -10px;
		opacity: 0;
	}
	50% {
		opacity: 1;	
	}
	100% {
		top: 10px;
		opacity: 0;
	}
}
.down_block:hover {
	width: 60px;
	height: 60px;
	margin-left:-34px 
}
	.open .down_block {
		opacity: 0;
		display: none
	}

	.up_block i {
		margin: auto
	}
	.up_block:hover {
		width: 60px;
		height: 60px;
	}
	.open .up_block {
		opacity: 1;
		bottom: 31px
	}
.se_cont {
	position: absolute;
	right: -1px;
	top: 57px;
	overflow: hidden;
	z-index: 5;
	transition:0.3s all;
}
.se_cont.active .search_block {
	margin: 0;
	opacity: 1
}
.search_block {
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.18);
	border-left: 1px solid rgba(255,255,255,0.18);
	border-right: 1px solid rgba(255,255,255,0.18);
	position: relative;
	margin: -100px 0 0 0;
	transition:0.3s all;
	opacity: 0
}
	.search_block .form-control {
		margin: 0
	}
	.simple_block .form-control {
		margin-bottom: 10px
	}
		.write_us .row div {
			padding-left:5px;
			padding-right:5px;
		}

	.se_btn {
		background: none;
		border: 0;
		color:#262626!important;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 17px
	}
		.se_btn i {
			color:#262626!important;
		}
	.search_block .form-control {
		border-radius: 0;
		background: #ededed;
		border: 0;
		display: inline-block;
		width: 202px;
		padding-right: 34px
	}

/*Bootstrap*/
.btn2, .panel-default > .panel-heading, .panel-default {
	background-image:none;
	box-shadow: none!important;
	text-shadow:none;
}
blockquote footer {
	margin-top: 10px
}
.pagination {
	border-radius: 0!important
}
	.pagination a, .pagination a span {
		border-radius: 0!important;
		color: #292929!important
	}
	.pagination .active a {
		background: #292929!important;
		color:#fff!important;
		border: 1px solid #ddd!important;
	} 
.form-control {
	height: 36px;
	border-radius: 0;
}

.progress-bar {
	background-color: #64b5f6
}
.btn-link {
	color: #292929
}
.alert {
	background-image: none;
	box-shadow: none!important;
	text-shadow:none;
}
.icon-container {
	float: left;
	width: 25%;
	padding: 10px 0;
	color: #000;
	font-size: 18px
}
	.icon-container .icon-name {
		margin-left: 10px
	}
	.icon-section:after {
		display: block;
		content: "";
		clear: both;
	}
	.glyph {
        display: inline-block;
        width: 120px;
        margin: 10px;
        text-align: center;
        vertical-align: top;
        background: #FFF;
    }
    .glyph .glyph-icon {
        padding: 10px;
        display: block;
        font-family:"Flaticon";
        font-size: 64px;
        line-height: 1;
    }
    .glyph .glyph-icon:before {
        font-size: 64px;
        color: #666;
        margin-left: 0;
    }
    .class-name {
        font-size: 12px;
    }
.progress-bar {
	font: 400 20px/28px Oswald;
	background-image: none;
	text-shadow:none;
	box-shadow: none;
	padding:3px 20px;
}
.progress-bar.text-right {
	text-align: right!important;
}
.progress {
	height: 34px;
	background-image: none;
	box-shadow: none;
	border-radius: 0
}
.thin_progress  {
	height: 10px;
	margin: 0 0 10px
}
	.thin_progress span {
		position: relative;
		color: #292929;
		margin: -30px 0 0 0
	}

/*Intro*/
.intro {
	overflow: hidden;

}
.intro, .intro_wrapper, .intro_wrapper .owl-wrapper-outer, .intro_wrapper .owl-wrapper, .intro_wrapper .owl-item,
.intro_wrapper_no_auto, .intro_wrapper_no_auto .owl-wrapper-outer, .intro_wrapper_no_auto .owl-wrapper, .intro_wrapper_no_auto .owl-item
 {
	height: 100%!important;
	width: 100%;
	position: relative;
}
.intro_wrapper {
	display: flex!important
}
.intro_wrapper_no_auto {
	display: flex!important
}
	.bordered_block .intro_wrapper {
		position: absolute;
		top: 0
	}
	.intro .owl-pagination {
		display: none
	}
	.owl-controls {
		position: absolute;
		z-index: 3;
		width: 100%;
		margin: auto;
		left: 0;
		top: 50%;
		margin: 14px 0 0 0
	}	
		.owl-buttons {
			margin: auto
		}
		.owl-prev {
			left: -40px;
		}
		.owl-next {
			right: -40px;
		}

			.owl-carousel:hover .owl-prev {
				left: 20px
			}
			.owl-carousel:hover .owl-next {
				right: 20px
			}
		.owl-theme .owl-controls .owl-buttons div i {
			margin: auto;

		}
			.owl-theme .owl-controls .owl-buttons div:hover {
				width: 64px;
				height: 64px;
				margin: -16px 0 0 0;
				border: 1px solid #fff;
				color: #fff
			}

	.intro_item {
		position: relative;
		height: 100%;
		width: 100%;
		background-size: cover!important;
		overflow: hidden;		
	}
	.into_back {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.into_zoom {
		transform:scale(1);
		transition:40s all;
	}
		.active .into_zoom {
			transform:scale(1.3);
		}
	.intro_logo img {
		max-height: 100px;
		width: auto;
	}
	.intro_logo {
		margin: 0 0 30px 0
	}
.over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}
	.over_multiply {
		background-blend-mode: multiply!important;
		background-color: #1c9ffa;
	}
.grey_back {
	background-color: #eee!important
}
.container {
	z-index: 2
}
.text_content {
	top: 62px;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	align-items: center;
}
.into_txt {
	font: 14px/18px Open Sans;
}
	.intro_text {
		position: absolute;
		width: 50%;
		padding: 96px;
		color: rgba(255,255,255,0.7);
    	z-index: 5;
    	transition:1s all;
	}
		.open .intro_text {
			opacity: 0
		}
		.intro_txt {
			font:400 14px/24px Open Sans;
			display: block;
		}
		.intro_text span {
			border: 0!important
		}
	.intro_image {
		position: absolute;
		width: 50%;
		z-index: 5!important;
	}
		.responsive_image img {
			width: 100%;
			height: auto;

		}
		.text_small {
			font:400 12px/18px "Open Sans",sans-serif;
		}
		.text_big {
			font:400 16px/24px "Open Sans",sans-serif;
		}
	.intro_text_lt {
		top: 0;
		left: 0;
	}
	.intro_text_lc {
		left: 0;
		margin: auto 0;
		position: relative!important;
	}
	.intro_text_lb {
		bottom: 0;
		left: 0;
	}
	.intro_text_rc {
		margin: auto 0 auto auto;
		position: relative!important;
	}
	.intro_text_rt {
		top: 0;
		right: 0;
	}
	.intro_text_rb {
		bottom: 0;
		right: 0;
	}

	.intro_text_cc {
		margin: auto;
		position: relative!important;
		width: 85%
	}
	.intro_text_ct {
		top: 0;
		margin: 0 0 0 -25%;
		left: 50%;
		width: 50%

	}
	.intro_text_cb {
		bottom: 40px;
		margin-left:-50%!important;
		left: 50%;
		width: 100%
	}
	.into_txt {
		margin: 0 0 10px 0
	}
	.great_title {
		font: 400 45px/48px Oswald;
		text-transform: uppercase;
		display: block;
		color: #fff;
	}
	.great_logo {
		color: #fff;
		font: 400 20px/32px Oswald;
		padding: 0 10px;
		display: inline-block!important;
		text-transform: uppercase;;
		margin: 0 0 20px 0
	}
		.intro_text .great_logo {
			border: 2px solid #fff!important;
		}
		.great_title_big {
			font: 400 64px/69px Oswald;
		}
		.great_title_small {
			font: 400 34px/40px Oswald;
		}

	.great_subtitle {
		font: 400 14px/24px Oswald;
		text-transform: uppercase;
		display: block;
		margin: 20px 0 10px 0;
		color: #fff
	}
		.great_subtitle_big {
			font: 400 18px/28px Oswald;
		}
		.great_subtitle_small {
			font: 400 12px/16px Oswald;
		}
	.intro_soc {
		display: block;
		margin: 20px 0
	}
		.intro_soc a {
			margin: 0 5px;
			color: #fff;
			text-decoration: none;
		}
		.black_txt a {
			color: #292929
		}
.text_up > span {
	transition:1s all;
	top:50px;
	position: relative;
	display: block;
	opacity: 0
}
	.active .text_up span {
		top:0;
		opacity: 1
	}


	.active .text_up span:nth-child(1) {
		transition-delay:0s;
	}
	.active .text_up span:nth-child(2) {
		transition-delay:0.5s;
	}
	.active .text_up span:nth-child(3) {
		transition-delay:0.7s;
	}
	.active .text_up span:nth-child(4) {
		transition-delay:0.9s;
	}
	.active .text_up span:nth-child(5) {
		transition-delay:1.2s;
	}
	.active .text_up span:nth-child(6) {
		transition-delay:1.5s;
	}
	.active .text_up span:nth-child(7) {
		transition-delay:1.8s;
	}
	.active .text_up span:nth-child(8) {
		transition-delay:2.1s;
	}


	
.btn {
	border-radius: 0;
	transition:0.3s all;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 2px;
	//padding: 4px 12px;
}
	.btn:hover {
	}
	.btn:first-child {
		margin-left: 0;
	}
	.btn:last-child {
		margin-right: 0;
	}
	.btn i {
		display: inline-block;
		margin-right: 10px;
	}
.btn-default {
	border-radius: 0;
	color: #262626!important;
	transition:0.3s all;
	text-transform: uppercase;
	background: #ededed;
	text-shadow:none;
	box-shadow: none;
	border: 1px solid rgba(255,255,255,0.18);
}
	.btn-default:hover, .btn-default.active, .sub_menu .active .btn-default {
		background: #292929;
		color: #fff!important;
		border: 1px solid #292929
	}
.btn-white {
	border-radius: 0;
	transition:0.3s all;
	text-transform: uppercase;
	text-shadow:none;
	box-shadow: none;
	border: 2px solid #ededed;
	background: none;
	color: #fff
}
	.btn-white:hover, .btn-white:focus, .btn-white:active {
		background: #ededed;
		color: #292929!important;
	}

/*Boxes*/
.boxes {
	margin-top:0;
	margin-bottom:0;
}
.after_slider_border {
	width: 100%;
	height: 10px;
	background:#e4e4e4 
}
.bordered_block {
	border-right: 10px solid #e4e4e4;
	border-top: 10px solid #e4e4e4;
	border-bottom: 10px solid #e4e4e4;
	position: relative;
	padding:0;
	overflow: hidden;
	padding: 96px 0;
	margin-top: -20px
}
	.iframe_full {
		position: relative;
	}
	.iframe_full iframe {
		border: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
.block {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.item {
	width: 100%;
	height: 100%
}
	.iframe_abs iframe {
		position: absolute;
		top: 0;
		left:0;
		bottom: 0;
		right: 0;
		border: 0;
		width: 100%;
		height: 100%;
	}
.row {
	padding-top: 10px;
}
.padding_top_77 {
	padding-top: 96px;
}
.padding_top_bottom_96 {
	padding-top: 96px!important;
	padding-bottom: 96px!important;
}
	.padding_top_bottom_40 {
	padding-top: 72px!important;
	padding-bottom: 72px!important;
}
	.flex_block {
		display: flex;
		align-items: center;
	}
	.simple_block {
		padding: 96px;
		position: relative;
		z-index: 3!important
	}
	.simple_block_sml {
		padding: 26px;
	}

	.bordered_block .simple_block {
		padding: 0 96px;
	}
	.newsletter_input {
		margin-bottom: 10px!important 
	}
		.margin_auto {
			margin: auto;
			z-index: 1
		}
	.newsletter_input {
		width: 200px;
		display: inline-block;;
		vertical-align: top
	}
	.newsletter_title {
		margin: 30px 0 15px
	}
	.bordered_block:first-child {
		border-left: 10px solid #e4e4e4;
	}
	.no_border_left .bordered_block {
		border-left: 0!important;
	}
	.no_border_left {
		overflow: hidden;
	}

/*Over Animation*/
.bordered_over:before {
	border: 1px solid rgba(255,255,255,0.18);
	content: "";
	display: block;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
	transition:0.3s all;
	opacity: 1
}
.bordered_wht_border:before {
	border: 1px solid rgba(255,255,255,0.18);
	content: "";
	display: block;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
	transition:0.3s all;
	opacity: 1
}
.grey_border:before {
	border: 1px solid rgba(0,0,0,0.09);
	content: "";
	display: block;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 0;
	transition:0.3s all;
	opacity: 1
}

	.bordered_over:hover:before {
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid rgba(255,255,255,0.18);
	}

.bordered_over:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	opacity: 0;
	transition:0.3s all;
}

	.bordered_over:hover:after {
		opacity: 1;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}


.bordered_over {
	color: #fff
}
	.bordered_over:hover h4 {
		opacity: 0;
		transform:translateY(-100px)
	}
	h4.subtitle {
		margin: 0 0 20px 0;
		font-family: Oswald;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 300;
	}
	.simple_title h3:after {
		display: none!important
	}
	.simple_title h2, .simple_title h3, .simple_title h4 {
		margin: 0;
	}
	.simple_title .white_txt h4 {
		color: #fff
	}
	.simple_title h4 {
		line-height: 18px;
		color: #292929
	}
		.simple_title .simple_block {
			padding: 72px 96px
		}
		.simple_stat {
			position: absolute;
			right: 96px;
			top: 72px;
			padding: 10px 0 0 
		}
		.stat_item {
			display: inline-block;
			font: 300 18px/20px Oswald;
			padding: 0 0 0 20px;
			vertical-align: top
		}
			.stat_item b {
				font: 400 39px/41px Oswald;
				text-transform: uppercase;
				float: left;
				margin-right: 5px;
			}
			.stat_item span {
				overflow: hidden;
				display: block;
				float: left;
			}
	.bordered_over h4 {
		position: absolute;
		margin: auto;
		text-align: center;
		height: 100%;
		display: flex;
		transition:0.4s all;
		top: 0;
		width: 100%;
		left: 0;
		align-items: center;
	}
		h4.title_down {

		}
		.bordered_over h4 span {
			margin: auto;
			display: inline-block;
			background: #fff;
			padding:10px;
			position: relative;
			color: #292929	
		}
			.bordered_over h4 span:before {
				content: "";
				display: block;
				position: absolute;
				border: 1px solid rgba(255,255,255,0.18);
				top: -5px;
				bottom: -5px;
				left: -5px;
				right: -5px;
				z-index: 0
			}
.bordered_over .box_content {
	position: relative;
	z-index: 2;
	margin:auto;
	opacity: 0;
	transition:0.3s all;
	padding: 0 30px;
	transform:translateY(100px);
}
	.box_content .ti {
		font-size: 35px
	}
	.bordered_over:hover .box_content {
		opacity: 1;
		transform:translateY(0)

	}
	.bordered_over_blue:after {
		background: rgba(36, 117, 205,0.5)
	}
	.bordered_over_green:after {
		background: rgba(95, 199, 174,0.5)
	}
.image_over {
	width: 100%;
	height: 100%;
	position: absolute;
	transform:scale(1.2);
	transition:1s all;
	top: 0
}
	.bordered_over:hover .image_over {
		transform:scale(1)!important;
	}
	.adds_txt {
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 0 96px;
		color: #fff;
		text-transform: uppercase;
		font: 300 18px/28px Oswald;
		text-transform: uppercase;
		margin: auto;
	}
		.adds_txt b {
			font-size: 18px
		}
	.adds_txt h3 {
		color: #fff;
		margin-top: 20px
	}
	.adds_txt h5 {
		color: #fff;
		font: 400 34px/42px Oswald;
		margin: 0;
		text-transform: uppercase;
	}
		.adds_txt .subtitle {
			text-align: left;
		}

/*Intro*/
.player {
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0
}
	.over_z_index_2 {
		z-index: 2!important
	}
.intro_left_border {
	position: absolute;
	background: rgba(255,255,255,0.18);
	left: 4px;
	width: 1px;
	top: 15px;
	bottom: 4px;
	z-index: 1
}
.inside_intro_block {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50px;
	left: 0;
	display: flex;
	z-index: 4;
	-ms-align-items: center;
	align-items: center;
}
	.countdown.text-center .countdown-amount {
		text-align: center;
	}
	.countdown.text-center .countdown-period {
		margin-left: auto!important;
		margin-right: auto!important;
		right: auto!important;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.inside_intro_block .countdown {
		margin: 20px 0
	}
	.inside_no_header {
		top: 0
	}
	.ins_int_item {
		margin: auto;
		position: relative;
	}
	.ins_int_item h4, .ins_int_item h3  {
		margin: 0 0 20px
	}
.intro_right_border {
	position: absolute;
	background: rgba(255,255,255,0.18);
	right: 4px;
	width: 1px;
	top: 15px;
	bottom: 4px;
	z-index: 1
}
.intro_bottom_border {
	position: absolute;
	background: rgba(255,255,255,0.18);
	bottom: 4px;
	height: 1px;
	left: 5px;
	right: 5px;
	z-index: 1
}

.image_bck {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center;
	position: relative;
}
.no-cover {
	background-size: auto!important;
	background-repeat: repeat!important;
}
.no-float {
	float:none!important
}
.height200 {
	min-height: 200px;
}
.height250 {
	min-height: 250px;
}
.height300 {
	min-height: 300px;
}
.height400 {
	min-height: 400px
}
.height500 {
	min-height: 500px
}
.height600 {
	min-height: 600px
}
.no-padding {
	padding: 0!important;
}
.no-margin {
	margin: 0!important;
}
.inline-block {
	display: inline-block!important;
	vertical-align: top;
	margin-top:0!important;
	margin-bottom:0!important; 
}

.form-tip {
	margin-top:10px;
	font-size: 12px 
}
.animate_left_fast {
	animation:30s 0s linear normal none infinite back-left-fast;
	-webkit-animation:30s 0s linear  normal none infinite back-left-fast;
	background-repeat: repeat-x!important;
	z-index: 2
}
@keyframes back-left-fast {
	0% {
		background-position:0 0
	}
	100% {
		background-position:1632px 0 
	}
}
.airplane {
	animation:60s linear normal none infinite airplane;
	-webkit-animation:60s 0s normal none infinite airplane;
	background-repeat: repeat-x!important;
	background: url(../images/airplane.png);
	width: 479px;
	height: 280px;
	position: absolute;
	top: -280px;
	left: -479px;
	z-index: 1
}
.balloon {
	background: url(../images/ballon.png);
	width: 21px;
	height: 28px;
	position: absolute;
	right: 10%;
	top: 300px;
	animation:120s linear normal none infinite balloon;
	-webkit-animation:60s 0s normal none infinite balloon;
	z-index: 1;
	opacity: 0.8
}
@keyframes balloon {
	0% {
		top: 1200px;
	}
	50% {
		top: -40px;
	}
	100% {
		top: -40px;
	}
}

@keyframes airplane {
	0% {
		top: -280px;
		left: -479px
	}
	50% {
		top: 0;
		left: 200px
	}
	100% {
		top: 0;
		left: 200px
	}
}

.animate_left {
	animation:60s 0s linear normal none infinite back-left;
	-webkit-animation:60s 0s linear  normal none infinite back-left;
	background-repeat: repeat!important;
}

@keyframes back-left {
	0% {
		background-position:500px 0
	}
	100% {
		background-position:1909px 0 
	}
}
.archi_img {
	width: 100%;
	height: 100%;
	background-position: top;
	z-index: 3;
}

/*Zoom Animation*/
.bordered_zoom:before {
	border: 50px solid rgba(255,255,255,0.3);
	content: "";
	display: block;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
	transition:1s all;
	opacity: 1;
}
	.bordered_zoom_gold:before {
		border: 50px solid rgba(0,0,0,0.05);
	}
	.bordered_zoom_gold:after {
		border: 10px solid rgba(0,0,0,0.1)!important;
	}
	.bordered_zoom:hover:before {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border: 1px solid rgba(255,255,255,0.18);
	}

.bordered_zoom:after {
	position: absolute;
	display: block;
	content: "";
	top: 55px;
	left: 55px;
	right: 55px;
	bottom: 55px;
	z-index: 1;
	opacity: 1;
	transition:0.3s all;
	border: 10px solid #fff;
}

	.bordered_zoom:hover:after {
		opacity: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.bordered_zoom:hover .box_content {
		opacity: 1;
		
	}


.bordered_zoom {
	color: #fff;
	padding: 0!important
}
	.bordered_zoom:hover h4 {
		opacity: 0;
		transform:translateY(100px)
	}
	.bordered_zoom h4 {
		position: absolute;
		margin: auto;
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		transition:0.4s all;
		z-index: 2;
		display: none
	}
		.bordered_zoom h4 span {
			margin: auto;
			display: inline-block;
			background: rgba(255,255,255,0.6);
			padding: 2px 10px;
			position: relative;	
			color: #000
		}
			.bordered_zoom h4 span:before {
				content: "";
				display: block;
				position: absolute;
				border: 1px solid rgba(255,255,255,0.18);
				top: -5px;
				bottom: -5px;
				left: -5px;
				right: -5px;
				z-index: 0
			}
.bordered_zoom .box_content {
	position: absolute;
	left: 65px;
	right: 65px;
	top: 65px;
	bottom: 65px;
	z-index: 2;
	opacity: 1;
	transition:0.3s all;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: url(../images/frame_back.png) repeat-x;
}
	.bordered_zoom_three .box_content {
		opacity: 0;
		left:auto!important;
		right: auto!important;
		bottom: auto!important;
		top: auto!important;
		margin: auto!important;
		position: relative;
		background: none;
		padding: 50px;
	}
		.bordered_zoom_three .box_content h3:after {
			display: block!important;
			margin-right: auto;
			margin-left: auto
		}
		.bordered_zoom_three:hover:before {
			display: block;
			left:0;
			right: 0;
			bottom: 0;
			top: 0;
			content: "";
			position: absolute;
			z-index: 1;
			background:rgba(0,0,0,0.7) 
		}
	.bordered_zoom .box_content p {
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0;
		opacity: 0.7;
		transition:0.3s all;
	}	
	.bordered_zoom .box_content .bottom_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	.hidden_title {
		opacity: 0;
		transition:0.3s all;
	}
	.bordered_zoom:hover .hidden_title {
		opacity: 1
	}
		.bottom_title p {
			position: relative!important;
		}
		.bottom_title h3 {
			position: relative;
		}
		.bordered_zoom .box_content .btn {
			position: relative;
			z-index: 3
		}
		.bordered_zoom:hover .box_content p {
			opacity: 1
		}
.bordered_zoom {
	padding-top: 65px
}
	.bordered_zoom .box_content h3 {
		color: #fff;
		font:400 18px/28px Oswald
	}
		.bordered_zoom .box_content h3 i {
			display: block;
			font:normal 400 12px/18px Oswald
		}
		.bordered_zoom .box_content h3:after {
			display: none
		}
	.bordered_zoom:hover .box_content {
		left: 6px;
		right: 6px;
		top: 6px;
		bottom: 6px

	}
.bordered_zoom .image_over {
	width: 100%;
	height: 100%;
	position: absolute;
	transform:scale(1.2);
	transition:1s all;
}

		.bordered_zoom_black:after {
			border:1px solid rgba(255,255,255,0.18);
		}
		.bordered_zoom_black:before {
			border:50px solid rgba(0, 0, 0, 0.7) 
		}
		.black_over:after {
			position: absolute;
			content: "";
			display: block;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: rgba(0,0,0,0.8);
			z-index: 0;
			transition:0.3s all;
		}
		.masonry-item:hover .black_over:after {
			opacity: 0
		}
	.bordered_zoom:hover .image_over {
		transform:scale(1);
	}
	.bordered_zoom_two:hover .image_over {
		transform:scale(1);
	}
.bordered_left .image_over {
	transform:translateX(-40px) scale(1.3);
	transition:0.3s all;
}
	.bordered_left .adds_txt {
		position: absolute;
	}
.bordered_left h5 {
		color: #fff;
		font: 400 34px/42px Oswald;
		margin: 0;
		text-transform: uppercase;
		position: absolute;
		z-index: 3;
		left:30px;
		bottom: 40px;
	}

	.bordered_left:hover .image_over {
		transform:translateX(0) scale(1.3);
	}
	.bordered_left:hover h4 {
		margin-left: 20px;
		opacity: 0
	}
	.bordered_left h4 {
		transition:0.3s all;
		text-align: left;
		left:25px;
		font: 400 34px/42px Oswald!important
	}
	.bordered_left h3 {
		font: 400 34px/42px Oswald!important
	}
	.bordered_left h3:after {
		margin-left: 0
	}
	.bordered_left .box_content {
		z-index: 3;
		padding: 0 30px;
		text-align: left;
		opacity: 0;
		transition:0.3s all;
		position: relative;
		left:-30px;
	}
	.bordered_left:hover .box_content {
		opacity: 1;
		left:0;
	}
	.bordered_left .subtitle {
		opacity: 0;
		left:-20px;
		transition:0.3s all;
		position: relative;
	}
	.bordered_left h4 {
		z-index: 3;
		width: 100%;
		position: absolute;
		color: #fff
	}
	.bordered_left:hover .subtitle {
		opacity: 1;
		left:0;
	}
	.bordered_left .adds_txt h5 {
		left: 0;
		bottom: auto;
		position: relative;
	}


.mid_wrapper .owl-controls, .menu_wrapper .owl-controls {
	top: auto;
}
	.mid_wrapper .owl-next, .partners_wrapper .owl-next, .menu_wrapper .owl-next   {
		right: 0!important
	}
	.partners_wrapper .owl-buttons {
		margin-top: -25px
	}
		.mid_wrapper .owl-item .bordered_block {
			border-top:0;
			margin-top: 0
		}
		.height100per {
			height: 100%
		}
	.mid_wrapper .owl-prev, .partners_wrapper .owl-prev, .menu_wrapper .owl-prev {
		left: 0!important
	}
	.mid_wrapper .owl-item .bordered_block, .menu_wrapper .owl-item .bordered_block {
		height: 100%
	}
	
.mid_box {
	padding:20px 20px 0;
}
	.mid_box p {
		text-align: left;
	}
	.mid_box h5 {
		font:300 18px/28px Oswald;
		text-transform:uppercase;
		margin:0;
		color: #292929
	}
		.mid_box span {
			color: #292929
		}
	.mid_box h5:after {
		content:"";
		display: block;
		margin:10px auto 15px;
		width:70px;
		height:1px;
		border-bottom: 1px dotted #cfcfcf
	}

/*Title Block*/
.title_block {
	min-height: auto;
	text-align: center;
}

	.title_block h2 {
		width: 100%
	}

.icon {
	font-size: 50px;
	margin:0 0 20px 0;
	min-height: 40px
}
	.text-center .icon, .text-center p  {
		text-align: center;
	}


.container-fluid {
	padding-right:0;
	padding-left:0; 
}
.container-fluid .row {
	margin-right: 0;
	margin-left: 0;
}


.white_txt .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.black_txt, .black_txt .great_title, .black_txt .great_subtitle, .black_txt .intro_text span {
	color: #292929
}

.white_txt .form-control:-ms-input-placeholder {
  color: #fff;
}
.white_txt .form-control::-webkit-input-placeholder {
  color: #fff;
}

	.white_txt h2, .white_txt h1, .white_txt a, .white_txt h3 {
		color:#fff
	}
		
	.white_txt .owl-page {
	}

.form-opacity {
	background: none;
	color: #fff
}

/*Responsive*/
@media (min-width:1700px){
	.height200 {
		height: 300px
	}
	.height250 {
		height: 375px
	}
	.height300 {
		height: 450px
	}
	.height400 {
		height: 600px
	}
	.height500 {
		height: 750px
	}
	.height600 {
		height: 900px
	}
	.intro .intro_image img {
		width: 70%;
		height: auto;
	}
}
@media (max-width:992px){
	.intro_image {
		display: none
	}
	.simple_block h2:after, .simple_block h3:after {
		margin-left: auto!important;
		margin-right: auto!important;
	}

	.bordered_block .simple_block {
		padding: 0 24px!important
	}

	.simple_title .simple_block {
			padding: 48px 24px!important
	}
	
	.bordered_block {
		padding:77px 0;
		border-left: 10px solid #e4e4e4
	}

	.simple_block {
		padding:50px 24px!important;
		text-align: center!important
	}
}






	/* container for the tabbed menu, player and playlist */
    .outer {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: 0;
      background-color: #4a4949;
	  padding: 10px 0;
	  overflow-y: hidden;
    }
    
    /* tabbed menu */
    #menu {
      float: right;
      padding: 0;
      padding-right: 15px;
      margin: 0;
      color: #fff;
      font-family: arial, helvetica, sans-serif;
      white-space: nowrap;
      list-style-type: none;
    }
    #menu li {
      display: inline;
    }
    #menu li input{
      //min-width: 50px;
      //height: 30px;
      padding: 5px 20px;
      background: #5a5a5a;
      color: #fff;
      text-decoration: none;
      float: left;
      border: 1px solid #404040;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
	  outline: 0;
    }
	.button {
     cursor: pointer;
    }
    #menu li input:hover {
      background: #404040;
      color: #fff;
    }
    
    /* set the player to be responsive */
    .myplayer {
      //width: 100%;
      display: block;
      //position: absolute;
      margin: 0;
      //float: left;
      //background-color: #1a1a1a;
	  //width: 65%;
      position: relative;
    }
    .myplayer:after {
      padding-bottom: 56.25%;
      display: block;
      content: '';
    }
    .video-js {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      //float: left;
    }
	
	/* playlist */
	.playlist-wrapper{
      //width: 35%;
      //height: 322px;
      //overflow-x: hidden;
	//float: right;
      height: 474px;
      //overflow-y: scroll;
    }
	.playlist-wrapper2 {
      overflow-x: hidden;
      height: 474px;
      overflow-y: scroll;
    }
	#works-grid3 .vjs-playlist {
	  background: transparent !important;
	  //font-size: 11px !important;
	  padding: 0 10px !important;
	  //overflow-y scroll;
    }
	.vjs-playlist {
	  background: transparent !important;
	  padding: 0 10px 0 0 !important;
	margin: 0 !important;
    }
	.works-grid.works-grid-gut .vjs-playlist-item  {
		padding: 0 0 10px 10px;
	}
	.works-grid-3 .vjs-playlist-item {
		width: 33.333%;
	}
	.container > .works-grid-3 .vjs-playlist-item {
		width: 33.2%;
	}
	.works-grid-4 .vjs-playlist-item {
		width: 25%;
	}
	.works-grid-4 .vjs-playlist-name {
		font-size: 14px;
	}

	.works-grid-4 .vjs-playlist-description {
		font-size: 12px;
	}

	@media (max-width: 991px) {
		.work-item,
		.work-item-title,
		.works-grid-3 .vjs-playlist-item,
		.works-grid-4 .vjs-playlist-item,
		.works-grid-5 .vjs-playlist-item {
			width: 50%;
		}
	}

	@media only screen and (max-width: 480px) {
		.work-item,
		.work-item-title,
		.works-grid-3 .vjs-playlist-item,
		.works-grid-4 .vjs-playlist-item,
		.works-grid-5 .vjs-playlist-item {
			width: 100%;
		}
	}
.intro-test .layer {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 8888;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.intro-test .layer .border {
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.intro-test .layer .top {
    width: 0%;
    height: 5px;
    background: #f8f4e1;
    position: absolute;
    top: 0;
    right: 0;
}
.intro-test .layer .bottom {
    width: 0%;
    height: 5px;
    background: #f8f4e1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.intro-test .layer .right {
    width: 5px;
    height: 0%;
    background: #f8f4e1;
    position: absolute;
    bottom: 0;
    right: 0;
}
.intro-test .layer .left {
    width: 5px;
    height: 0%;
    background: #f8f4e1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.intro-test:hover .layer .top, 
.intro-test:hover .layer .bottom {
    width: 100%;
}
.intro-test:hover .layer .right, 
.intro-test:hover .layer .left {
    height: 100%;
}
	#works-grid3 .vjs-playlist-item {
	  //background: #3c3c3c !important;
	  //border-bottom-left-radius: 5px;
      //border-bottom-right-radius: 5px;
	  //border: 1px solid #3c3c3c;
	  //padding: 10px;
	  margin: 0 !important;
	  height: 231px !important;
	  outline: 0;
	  width: 50%;
	float: left;
    }
	.vjs-playlist-item {
	  margin: 10px 0 0 0 !important;
	  height: 100% !important;
	  outline: 0;
	  width: 100%;
    }
	.vjs-playlist-item:first-child {
	  margin: 0 !important;
    }
	.vjs-playlist-item:after {
		content: '';
    	width: auto;
    	height: auto;
    	display: block;
    	position: absolute;
    	top: 5px;
    	right: 5px;
    	bottom: 5px;
    	left: 5px;
    	z-index: 2;
    	border: 1px solid rgba(255, 255, 255, 0.3);
		-webkit-transition: all 0.3s ease-in-out;
       	   -moz-transition: all 0.3s ease-in-out;
        	-ms-transition: all 0.3s ease-in-out;
         	 -o-transition: all 0.3s ease-in-out;
            	transition: all 0.3s ease-in-out;
	}
	.vjs-playlist-item:hover {
	  background: #4a4949 !important;
    }
	.vjs-playlist-item:hover:after {
		content: '';
    	width: auto;
    	height: auto;
    	display: block;
    	position: absolute;
    	top: 10px;
    	right: 10px;
    	bottom: 10px;
    	left: 10px;
    	//z-index: 2;
    	border: 1px solid rgba(255, 255, 255, 0.3);
	}
	.vjs-playlist-item.vjs-selected {
	  background: #4a4949 !important;
    }
	.vjs-playlist-name,
	.vjs-playlist-thumbnail,
	.vjs-playlist-thumbnail:after {
		-webkit-transition: all 0.3s ease-in-out 0s;
	   	   -moz-transition: all 0.3s ease-in-out 0s;
			-ms-transition: all 0.3s ease-in-out 0s;
		 	 -o-transition: all 0.3s ease-in-out 0s;
				transition: all 0.3s ease-in-out 0s;
	}
	.vjs-playlist-thumbnail {
	  width: 100% !important;
	  height: 100% !important;
	  //margin-right: 10px !important;
	position: relative;
	overflow: hidden;
    }
	.vjs-playlist-thumbnail:after {
		position: absolute;
		display: block;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	.vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail {
	  //border: 1px solid #adc244;
    }
	.vjs-playlist-now-playing:before {
	  width: 100px !important;
	  height: 56px !important;
	  margin: 11px 0 0 11px !important;
	  border-radius: 0 !important;
    }
	.vjs-playlist-item .vjs-playlist-thumbnail:before {
	  border-radius: 0 !important;
	  position: absolute !important;
	z-index: 1;
	color: #fff;
	background: #A38027;
    }
	.vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
	top: auto !important;
	right: 34px !important;
	bottom: 25px !important;
	left: auto !important;
	font: 16px/35px fontAwesome;
  	width: 35px !important;
  	height: 35px !important;
  	text-align: center;
  	//-webkit-transition: all 0.5s ease;
  	   //-moz-transition: all 0.5s ease;
  	     //-o-transition: all 0.5s ease;
  	        //transition: all 0.5s ease;
    }
	.vjs-playlist-item:hover .vjs-playlist-thumbnail:after {
	  background: rgba(0, 0, 0, .7);
    }
	.vjs-playlist-item:hover .vjs-playlist-thumbnail {
		-webkit-transform: scale(1.1);
	   		-moz-transform: scale(1.1);
	    		-ms-transform: scale(1.1);
	     			-o-transform: scale(1.1);
	        			transform: scale(1.1);
	}
	.vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:after {
	  background: rgba(0, 0, 0, .7);
    }
	.vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before {
	margin: 120px 0 0 0 !important;
	width: 100% !important;
	content: "now playing";
	//text-align: center;
	font-family: "Montserrat", sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px !important;
	line-height: 26px !important;
	top: auto !important;
	right: 0 !important;
	bottom: auto !important;
	left: 0 !important;
  	height: 25px !important;
	//display: block !important;
	//-webkit-transition: all 0.5s ease;
  	   //-moz-transition: all 0.5s ease;
  	     //-o-transition: all 0.5s ease;
  	        //transition: all 0.5s ease;
    }
	.vjs-playlist-item:focus .vjs-playlist-thumbnail:before,
	.vjs-playlist-item:active .vjs-playlist-thumbnail:before,
	.vjs-playlist-item.vjs-selected:hover .vjs-playlist-thumbnail:before {
	  //border-radius: 0 !important;
	//margin: 110px 0 0 0 !important;
	//width: 100% !important;
	//content: "now playing";
	//text-align: center;
	//font-family: "Montserrat", sans-serif !important;
	//text-transform: uppercase;
	//letter-spacing: 0.1em;
	//font-size: 10px/14px !important;
	//right: 0 !important;
	//bottom: auto !important;
	//left: 0 !important;
  	//height: 25px !important;
    }
	.vjs-playlist-duration {
	  margin: 10px 0 0 10px !important;
	  font-size: 11px !important
    }
	.vjs-playlist-item .vjs-playlist-name,
	.vjs-playlist-item .vjs-playlist-description {
		width: 100%;
		padding: 0 20px;
		opacity: 0;
		position: absolute;
		bottom: 100%;
		left: 0;
		text-align: center;
		overflow: hidden;
	}
	.vjs-playlist-item:hover .vjs-playlist-name {
		bottom: 50%;
		opacity: 1;
		z-index: 3;
		-webkit-transform: translateY(50%);
	   		-moz-transform: translateY(50%);
	        	transform: translateY(50%);
	}
	.vjs-playlist-name {
	  font-size: 16px;
	  //font-weight: bold;
	margin: 0 0 6px;
	white-space: nowrap !important;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    }
	.vjs-playlist-name:after {
		content:"";
		display: block;
		margin: 26px auto 0px auto;
		width: 70px;
		height: 1px;
		border-bottom: 1px #bb9b69 solid;
	}
	.vjs-playlist-item.vjs-selected .vjs-playlist-name {
	  color: #fff;
		bottom: 50%;
		opacity: 1;
		z-index: 3;
		-webkit-transform: translateY(50%);
	   		-moz-transform: translateY(50%);
	        	transform: translateY(50%);
    }
	.vjs-playlist-description {
	  line-height: 14px !important;
	  white-space: normal !important;
	  //height: 37px !important;
	text-transform: uppercase;
	color: #999;
    }
	.playlist-wrapper2::-webkit-scrollbar {
      //width: 1em;
	  width: 8px;
	opacity: .5 !important;
	}
	.playlist-wrapper2::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	display: none;
	}
	.playlist-wrapper2::-webkit-scrollbar-thumb {
  	  background-color: #5a5a5a;
  	  outline: 0;
	  border-radius: 0;
	}
	
	.playlist-wrapper2::-webkit-scrollbar-track
	{
	//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	//border-radius: 10px;
	//background-color: darkgrey;
	}

	.playlist-wrapper2::-webkit-scrollbar
	{
	//width: 12px;
	//background-color: darkgrey;
	}

	.playlist-wrapper2::-webkit-scrollbar-thumb
	{
	//border-radius: 10px;
	//-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	//background-color: #555;
	}
	
/* playlist stacked below the player */
@media only screen and (max-width:49.999em) and (min-width:20em) {
    .outer1 {
      background-color: #4a4949;
      overflow-y: hidden;
    }
  
    .vidWrapper1 {
      height: 100%;
    }
  
    .myplayer1 {
      position: relative;
    }
  
    .playlist-wrapper1 {
      width: 100%;
      overflow-y: scroll;
      clear: left;
      height: 100%;
      overflow-y: hidden;
    }
    .vjs-playlist1 {
      max-height: 433px !important;
      position: relative;
      top: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    .vjs-playlist1 .vjs-playlist-item1  {
      min-height: 100px;
    }
    .vjs-playlist-item.vjs-selected1 {
      background: rgb(89, 44,54);
    }
    .vjs-mouse.vjs-playlist1 .vjs-playlist-description1 {
      white-space: normal;
      min-height: 99px;
    }
  }
/* horizontal playlist below the player */
@media only screen and (max-width:74.999em) and (min-width:50em) {
    .outer1 {
      height: 0;
    }
    .myplayer1 {
      width: 100%;
      position: relative;
    }
    .playlist-wrapper1 {
      width:100%;
      overflow-x: scroll;
      overflow-y: hidden;
      float: left;
    }
    
    .vjs-playlist.vjs-playlist1 {
      width: 100%;
      display: block;
      white-space: nowrap;
      position: relative;
    }
    .vjs-playlist-item1 {
      display: inline-block;
      height: 75px;
    }
    cite.vjs-playlist-name1 {
      display:none;
    }
    .vjs-playlist-description1 {
      display: none;
    }
}
/* vertical playlist to the right of the player */
@media only screen and (max-width: 2500px) and (min-width:75em) {
  
    .outer1 {
      overflow-y: hidden;
    } 
  
    /* the player */
    .myplayer1 {
      width: 65%;
      position: relative;
    }
  
    /* the player */
    .video-js1 {
      float: left;
    }
    /* the playlist */
    .playlist-wrapper1 {
      width: 35%;
      height: 322px;
      overflow-x: hidden;
    }
	.vjs-playlist-item1 {
	  //width: 261px !important;
	  width: 264px !important;
    }
}



  		/*  VIDEO PLAYER CONTAINER
 		############################### */
  		.vid-container {
		    //position: relative;
		    padding-bottom: 52%;
		    padding-top: 30px; 
		    //height: 0; 
		}
		 
		.vid-container iframe,
		.vid-container object,
		.vid-container embed {
		    //position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}

  		.vid-container1 {
		    padding: 0 10px 0 0;
		}


		/*  VIDEOS PLAYLIST 
 		############################### */
		.vid-list-container {
			//width: 92%;
			//overflow: hidden;
			//margin-top: 20px;
			//margin-left:4%;
			//padding-bottom: 20px;
			height: 474px;
			overflow-y: scroll;
		}
		.vid-list-container::-webkit-scrollbar {
			width: 8px;
			opacity: .5 !important;
		}
		.vid-list-container::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
			display: none;
		}
		.vid-list-container::-webkit-scrollbar-thumb {
			background-color: #5a5a5a;
			outline: 0;
			border-radius: 0;
		}

		.vid-list {
			//width: 1344px;
			//position: relative;
			//top:0;
			//left: 0;
			padding: 0 10px 0 0;
			margin: 0;
		}

		.vid-item {
			display: block;
			width: 100%;
			//height: 148px;
			//float: left;
			margin: 0;
			padding: 10px;
			//clear: both;
			border-bottom: 2px solid #333;
		}
		.vid-item::after {
			content: "";
			clear: both;
			display: table;
		}
		
		.vid-item:first-child {
			border-top: 2px solid #333;
		}

		.thumb {
			/*position: relative;*/
			overflow:hidden;
			height: 84px;
			width: 118px;
			float: left;
		}

		.thumb img {
			width: 100%;
			//position: relative;
			//top: -13px;
		}

		.vid-item .desc {
			color: #A38027;
			font-size: 15px;
			//margin-top:5px;
			float: left;
			width: 128px;
			padding: 0 0 0 10px;
			line-height: 15px;
			font-weight: bold;
		}

		.vid-item:hover {
			background: #eee;
			cursor: pointer;
		}
		
		.vid-item.active {
			background: #eee;
		}

		.arrows {
			position:relative;
			width: 100%;
		}

		.arrow-left {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			left: -25px;
			top: -130px;
			z-index: 99;
			cursor: pointer;
		}

		.arrow-right {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			right: -25px;
			top: -130px;
			z-index:100;
			cursor: pointer;
		}

		.arrow-left:hover {
			background: #CC181E;
		}

		.arrow-right:hover {
			background: #CC181E;
		}

		@media (max-width: 991px) {
			.vid-container1 {
				padding: 0;
			}
			.vid-list-container {
				overflow-x: scroll;
				overflow-y: hidden;
				//white-space: nowrap;
				height: auto !important;
			}
			.vid-list{
				//overflow-x: scroll;
				//overflow-y: hidden;
				//white-space: nowrap;
				width: 2800px;
			}
			.vid-item {
				float: left;
				width: 300px;
				border-bottom: none;
				border-right: 2px solid #333;
				//clear: none;
			}
			.vid-item:first-child {
				border-top: none;
			}
			.vid-item:last-child {
				border-right: none;
			}
		}
		@media (max-width: 1199px) {
			.vid-list-container {
				height: 390px;
			}
		}
		@media (min-width: 1030px) {
			.video-js {
				float: none !important;
			}
			.vid-list-container {
				padding-bottom: 20px;
			}

			/* reposition left/right arrows */
			.arrows {
				position:relative;
				margin: 0 auto;
				width:96px;
			}
			.arrow-left {
				left: 0;
				top: -17px;
			}

			.arrow-right {
				right: 0;
				top: -17px;
			}
		}
		@media (max-width: 624px) {
			.vid-list-container {
				padding-bottom: 20px;
			}

			/* reposition left/right arrows */
			.arrows {
				position:relative;
				margin: 0 auto;
				width:96px;
			}
			.arrow-left {
				left: 0;
				top: -17px;
			}

			.arrow-right {
				right: 0;
				top: -17px;
			}
		}
		
		
		
		
.loadmore {
    display:none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    background-color: #f1f1f1;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}


.ig-badge {
    padding: 10px 0;
}
.ig-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}