/*
    Theme Name: Film Campaign
    Theme URI: http://wordpress.templaza.net/filmcampaign/
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.5.4
    Description: THE SPACE | Film Campaign Responsive WordPress Theme with touch support that features a clean design that is multipurpose theme which is suitable for a wide variety of websites. THE SPACE is a perfect solution creating campaigns for all kinds of movies from animated, sci-fi to documentary, you must know that you need a good looking website. This theme is universal so it can be used for any site.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,  theme-options
    Text Domain: film-campaign
*/
/**
* Table of Contents:
* 1.0 - Body
* 2.0 - Header
*   2.1 - Menu Sidebar
*   2.2 - Search Form
* 3.0 -  Footer
* 4.0 -  Home Page
*   4.1 -  Full Video Element
*   4.2 -  Text Animation Element
*   4.3 -  Our Blog Element
*   4.4 -  Gallery Element
*   4.5 -  Description Element
*   4.6 -  Title Element
*   4.7 -  Partner Element
*   4.8 -  Carousel Gray Element
*   4.9 -  Video Gallery Element
* 5.0 -  Blog
*   5.1 -  Breadcrumb
*   5.2 -  Blog Detail
* 6.0 -  Widget
* 7.0 -  Page Default
*   7.1 -  404 page
*   7.2 -  Loading page
* 8.0 -  Responsive Desktop 1400-1599
* 9.0 -  Responsive Desktop 1200-1399
* 10.0 -  Responsive Desktop 992-1199
* 11.0 -  Responsive Tablet 768-991
* 12.0 -  Responsive Mobile 520-767
* 13.0 -  Responsive Mobile 320-519
* 14.0 -  Right To Left
* -----------------------------------------------------------------------------
*/
/**
* 1.0 - Body
* -----------------------------------------------------------------------------
*/
.tz-footer-class {
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
}
.tz-footer-class.tz-big-height {
  top: 0;
  bottom: auto;
}
.tz-footer-class.tz-big-height.tz-scroll {
  position: absolute !important;
  top: auto;
  bottom: 0;
}
.tz-footer-class.tz-scroll {
  position: absolute !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  letter-spacing: 0.1px;
}
body .tz-film-campaign {
  position: relative;
  display: block;
  background: #191919;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
body .tz-film-campaign:after {
  content: "";
  display: table;
  clear: both;
}
body .tz-film-campaign:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 111;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
}
body.tz-body-homepage .tz-video-gallery .anythingSlider .anythingControls {
  bottom: 66px;
  left: 20px;
  padding-right: 300px;
}
body.tz-body-homepage .tz-video-gallery .anythingSlider .arrow {
  right: 40px;
  bottom: 71px;
}
body.tz-body-homepage .tz-video-gallery .anythingSlider .arrow.back {
  right: 160px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4em;
  color: #ffffff;
}
body h4,
body h5,
body h6 {
  margin: 20px 0 10px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
audio,
video,
iframe {
  max-width: 100%;
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #b2a871;
  box-shadow: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: transparent;
}
body a:focus {
  outline: medium none;
  outline-offset: 0;
}
p {
  margin: 0;
  padding: 10px 0;
}
.zindex-auto {
  z-index: auto !important;
}
#btn_top {
  background: rgba(33, 33, 33, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  bottom: -3%;
  height: 40px;
  position: fixed;
  right: 3%;
  width: 40px;
  z-index: 999;
  padding: 0;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
  border: 1px solid #131313;
}
#btn_top.active {
  bottom: 3%;
  opacity: 1;
  visibility: visible;
}
.tz-margin-bottom-50 {
  margin-bottom: 50px;
}
.tz-margin-bottom-45 {
  margin-bottom: 45px;
}
#btn_top i {
  color: rgba(255, 255, 255, 0.4);
  line-height: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#btn_top:hover {
  background: #b2a871;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#btn_top:hover i {
  color: #ffffff;
}
#tzloadding {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f0f9fb;
}
/*
 * Theme unit test
 */
ul,
ol {
  margin: 0 0 24px 10px;
  padding-left: 20px;
}
a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
ol {
  list-style: decimal;
}
.tz-padding-4030 {
  padding: 40px 30px;
}
li > ul,
li > ol,
li > ul > li > ul,
li > ol > li > ol {
  margin: 0;
}
blockquote {
  background: #252525;
  padding: 60px 25px 47px;
  border: none;
  position: relative;
  display: block;
  margin: 28px 0 21px;
}
blockquote:before {
  content: "\f10d";
  position: absolute;
  top: 25px;
  left: 25px;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.1);
  font-family: 'FontAwesome';
}
blockquote:after {
  content: "\f10e";
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.1);
  font-family: 'FontAwesome';
}
blockquote p {
  font-style: italic;
  font-size: 16px;
}
body .vc_row.vc_row-fluid {
  margin: 0;
}
body .vc_row.vc_row-fluid .no_container .vc_column-inner {
  padding: 0;
}
.no_container {
  width: 100%;
}
.no_container:before,
.no_container:after {
  clear: both;
  content: '';
  display: table;
}
.tz-hide {
  opacity: 0 !important;
}
.tz-displaynone {
  display: none !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.tz-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.no-grid .alignright {
  clear: right;
}
.no-grid .alignleft {
  clear: left;
}
table,
th,
td {
  border: 1px solid #161616;
}
table {
  border: 1px solid #161616;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 10px 0;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  padding: 5px;
}
td {
  border-width: 0 1px 1px 0;
  padding: 0 5px;
  font-size: 12px;
}
ul ul {
  padding-left: 20px;
}
ol ol {
  padding-left: 20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.gallery-caption {
  font-size: inherit;
}
.sticky,
.bypostauthor {
  display: block;
}
.alignnone {
  margin: 10px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: table;
  height: auto;
  margin: 10px auto;
  position: relative;
}
.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}
.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
a img.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}
a img.alignnone {
  margin: 10px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 10px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 10px 30px 20px 0;
}
.wp-caption.alignright {
  margin: 10px 0 20px 30px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Theme Data Unit Test
-------------------------------------------------------------- */
.post-password-form p label input {
  line-height: 30px;
  height: 30px;
  border: 1px solid #161616;
  background: #1e1e1e;
  display: inline-block;
  margin-top: 21px;
  padding: 0 12px;
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 7px;
}
.post-password-form p > input {
  line-height: 30px;
  height: 30px;
  margin-top: 21px;
  font-size: 13px;
  font-style: italic;
  text-transform: capitalize;
  background: #2d2f2f;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  margin-left: 7px;
}
.post-password-form p > input:hover {
  background: #b2a871;
  color: #fff;
  border: none;
}
.sticky-post {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #e65348;
  display: block;
  font-family: 'bebas_neuebold';
  font-size: 15px;
  letter-spacing: 3px;
  padding: 5px 20px 3px;
  z-index: 1;
}
.tz-sidebar .widget ul.children,
.tz-sidebar .widget ul ul.sub-menu {
  margin: 0;
  padding: 0;
}
.tz-sidebar .widget ul ul.sub-menu li {
  padding-left: 15px;
}
.widget.widget_calendar #calendar_wrap table tbody tr td#today {
  background-color: #b2a871;
  color: #FFFFFF;
}
.post-password-form input {
  color: #000;
  padding: 0 10px;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
#gallery-2 {
  width: 300px;
}
#gallery-10 img,
#gallery-9 img,
#gallery-8 img,
#gallery-7 img,
#gallery-6 img,
#gallery-5 img,
#gallery-4 img,
#gallery-3 img,
#gallery-2 img,
#gallery-1 img {
  width: 100%;
  height: auto;
  border: none!important;
}
#gallery-3 {
  width: 600px;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  padding: 0 4px 4px 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto!important;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  /*max-width: -webkit-calc(46%);*/
  /*max-width: calc(46%);*/
  width: auto!important;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333%;
  /*max-width: -webkit-calc(29.299999999999997%);*/
  /*max-width: calc(29.299999999999997%);*/
  width: auto!important;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
  /*max-width: -webkit-calc(23%);*/
  /*max-width: calc(23%);*/
  width: auto!important;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
  /*max-width: -webkit-calc(16%);*/
  /*max-width: calc(16%);*/
  width: auto!important;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6667%;
  /*max-width: -webkit-calc(12.7%);*/
  /*max-width: calc(12.7%);*/
  width: auto!important;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857%;
  /*max-width: -webkit-calc(10.28%);*/
  /*max-width: calc(10.28%);*/
  width: auto!important;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  /*max-width: -webkit-calc(8.5%);*/
  /*max-width: calc(8.5%);*/
  width: auto!important;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111%;
  /*max-width: -webkit-calc(7.1%);*/
  /*max-width: calc(7.1%);*/
  width: auto!important;
}
/* Button Hover
-------------------------------------------------------------- */
.button-holder {
  position: relative;
  display: inline-block;
}
.white {
  background: white;
}
.button-holder > div > div,
.button-holder > div > a {
  float: left;
  display: block;
  width: 120px;
  height: 52px;
  font-size: 2em;
  padding: 10px 30px;
  margin: 80px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'adelle-sans', sans-serif;
}
.center-content {
  width: 840px;
  margin: 0px auto;
}
.button-holder div a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
/* ================================================================ */
/* BUTTON TYPE 1 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-1 {
  background: #096894;
}
.type-1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  background: #096894;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.type-1 span:last-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background: #aaa;
}
.type-1:hover span:last-of-type {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #fff;
}
.type-1:hover span:first-of-type {
  background: #073f58;
}
/* ================================================================ */
/* BUTTON TYPE 2 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-2 {
  background: #096894;
}
.type-2 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
.type-2 span:nth-of-type(2),
.type-2 span:nth-of-type(3) {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background: #aaa;
  clip: rect(0, 60px, 9999px, 0);
}
.type-2 span:nth-of-type(3) {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  clip: rect(0, 9999px, 9999px, 60px);
}
.type-2:hover span:nth-of-type(2),
.type-2:hover span:nth-of-type(3) {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background: #fff;
}
.type-2:hover span:nth-of-type(2),
.type-2:hover span:nth-of-type(3) {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  background: #fff;
}
.type-2:hover span:first-of-type {
  background: #073f58;
}
.type-2 span:last-of-type {
  opacity: 0;
  background: white;
  -webkit-transition: none;
  transition: none;
}
.type-2:hover span:last-of-type {
  opacity: 1;
  -webkit-transition: all 0.05s linear 0.3s;
  transition: all 0.05s linear 0.3s;
}
/* ================================================================ */
/* BUTTON TYPE 3 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-3 {
  -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear 0.3s;
  transition: transform 0.3s linear, background 0.3s linear 0.3s;
  background: #096894;
}
.type-3 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  text-align: center;
}
.type-3:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  background: #096894;
}
.type-3 span:nth-of-type(2),
.type-3 span:nth-of-type(3) {
  background: white;
  clip: rect(0px, 9999px, 26px, 0px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.type-3 span:nth-of-type(3) {
  clip: rect(26px, 9999px, 52px, 0px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.type-3:hover span:nth-of-type(2),
.type-3:hover span:nth-of-type(3) {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background: #bbb;
}
/* ================================================================ */
/* BUTTON TYPE 4 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-4 {
  background: #096894;
}
.type-4 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  text-align: center;
  background: #aaa;
  z-index: 99999;
  -webkit-transition: none;
  transition: none;
}
.type-4 span:first-of-type {
  clip: rect(0px, 9999px, 13px, 0px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.type-4 span:nth-of-type(2) {
  clip: rect(13px, 9999px, 26px, 0px);
  -webkit-transform-origin: 0 13px;
  transform-origin: 0 13px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.type-4 span:nth-of-type(3) {
  clip: rect(26px, 9999px, 39px, 0px);
  -webkit-transform-origin: 0 26px;
  transform-origin: 0 26px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.type-4 span:nth-of-type(4) {
  clip: rect(39px, 9999px, 52px, 0px);
  -webkit-transform-origin: 0 39px;
  transform-origin: 0 39px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.type-4:hover span:nth-of-type(1) {
  -webkit-transition: -webkit-transform 0.2s linear 0s, opacity 0s linear 0s, background 0.2s linear 0s;
  transition: transform 0.2s linear 0s, opacity 0.05s linear 0s, background 0.2s linear 0s;
}
.type-4:hover span:nth-of-type(2) {
  -webkit-transition: -webkit-transform 0.2s linear 0.2s, opacity 0s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, opacity 0.05s linear 0.2s, background 0.2s linear 0.2s;
}
.type-4:hover span:nth-of-type(3) {
  -webkit-transition: -webkit-transform 0.2s linear 0.4s, opacity 0s linear 0.4s, background 0.2s linear 0.4s;
  transition: transform 0.2s linear 0.4s, opacity 0.05s linear 0.4s, background 0.2s linear 0.4s;
}
.type-4:hover span:nth-of-type(4) {
  -webkit-transition: -webkit-transform 0.2s linear 0.6s, opacity 0s linear 0.6s, background 0.2s linear 0.6s;
  transition: transform 0.2s linear 0.6s, opacity 0.05s linear 0.6s, background 0.2s linear 0.6s;
}
.type-4:hover span {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: white;
}
.type-4 span:nth-of-type(5) {
  -webkit-transform: none;
  transform: none;
  background: #096894;
  z-index: 999;
}
.type-4:hover span:nth-of-type(5) {
  -webkit-transform: none;
  transform: none;
  background: #094866;
  -webkit-transition: background 0.2s linear 0.6s;
  transition: background 0.2s linear 0.6s;
  z-index: 999;
}
.type-4 span:last-of-type {
  opacity: 0;
  background: white;
  -webkit-transition: none;
  transition: none;
}
.type-4:hover span:last-of-type {
  opacity: 1;
  -webkit-transition: all 0.05s linear 0.8s;
  transition: all 0.05s linear 0.8s;
}
/* ================================================================ */
/* BUTTON TYPE 5 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-5 {
  background: white;
  overflow: hidden;
}
.type-5 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: none;
  z-index: 99999;
  top: 100px;
}
.type-5 span:after {
  content: '';
  background: #096894;
  width: 20px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.type-5 span:nth-of-type(1) {
  background: #096894;
  top: 106px;
}
.type-5 span:nth-of-type(2n+2) {
  z-index: 9999999;
  padding: 15px;
  overflow: hidden;
  top: 106px;
}
.type-5 span:nth-of-type(1):after {
  left: 0;
  top: -4px;
  background: #096894;
}
.type-5 span:nth-of-type(2):after {
  top: -8px;
  left: 20px;
  background: #fff;
}
.type-5 span:nth-of-type(3):after {
  top: 2px;
  left: 40px;
}
.type-5 span:nth-of-type(4):after {
  top: -8px;
  left: 60px;
  background: #fff;
}
.type-5 span:nth-of-type(5):after {
  top: 2px;
  left: 80px;
}
.type-5 span:nth-of-type(6):after {
  top: -8px;
  left: 100px;
  background: #fff;
}
.type-5 span:nth-of-type(7):after {
  top: 2px;
  left: 120px;
}
.type-5 span:nth-of-type(8):after {
  background: transparent;
}
.type-5 span:nth-of-type(8) {
  top: 0;
  background: #fff;
  z-index: 9999;
  padding: 11px;
}
.type-5:hover span:nth-of-type(2n+2) {
  z-index: 9999999;
  padding: 15px;
  top: -10px;
}
.type-5:hover span:nth-of-type(2n+1) {
  z-index: 9999999;
  padding: 15px;
  top: -18px;
}
.type-5:hover span:nth-of-type(8) {
  z-index: 9999;
  top: 0;
  padding: 11px;
}
.type-5 span:nth-of-type(1) {
  height: 100px;
}
.type-5:hover span:nth-of-type(1) {
  z-index: 999999;
  top: -10px;
  height: 100px;
  padding: 9px 0;
}
.type-5:hover span:nth-of-type(7) {
  padding: 29px 0;
}
/* ================================================================ */
/* BUTTON TYPE 6 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-6 {
  background: white;
  overflow: hidden;
}
.type-6 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: none;
  z-index: 99999;
  top: 100px;
}
.type-6 > span:last-of-type {
  top: 0;
}
.type-6 > span {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.type-6 span span:after {
  content: '';
  background: #096894;
  width: 20px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.type-6 span span:nth-of-type(1) {
  background: #096894;
  top: 100px;
  height: 150px;
  width: 134px;
  z-index: 1;
  position: relative;
}
.type-6 span span:nth-of-type(2n+2) {
  z-index: 999999999;
  padding: 15px;
  overflow: hidden;
  top: 106px;
}
.type-6 span span:nth-of-type(1):after {
  left: 0;
  top: -4px;
  background: #096894;
}
.type-6 span span:nth-of-type(2):after {
  top: -8px;
  left: 19px;
  background: #fff;
}
.type-6 span span:nth-of-type(3):after {
  top: 2px;
  left: 38px;
}
.type-6 span span:nth-of-type(4):after {
  top: -8px;
  left: 57px;
  background: #fff;
}
.type-6 span span:nth-of-type(5):after {
  top: 2px;
  left: 76px;
}
.type-6 span span:nth-of-type(6):after {
  top: -8px;
  left: 95px;
  background: #fff;
}
.type-6 span span:nth-of-type(7):after {
  top: 2px;
  left: 114px;
}
.type-6 span span:nth-of-type(8):after {
  background: transparent;
}
.type-6 span span:nth-of-type(8) {
  top: 0;
  background: #fff;
  z-index: 9999;
  padding: 11px;
}
.type-6 > span:first-of-type {
  top: -11px;
  left: -32px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.type-6:hover > span:first-of-type {
  top: -128px;
  left: 113px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* ================================================================ */
/* BUTTON TYPE 7 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-7 {
  background: white;
  overflow: hidden;
}
.type-7 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: none;
  z-index: 99999;
}
.type-7 span:first-of-type {
  height: 0;
  background: #096894;
  padding: 0;
  margin: 0;
  top: 26px;
}
.type-7:hover span:first-of-type {
  height: 40px;
  top: 6px;
}
/* ================================================================ */
/* BUTTON TYPE 8 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-8 {
  background: white;
  overflow: hidden;
}
.type-8 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: none;
  z-index: 99999;
}
.type-8 span span {
  background: #096894;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.type-8 span span:first-of-type {
  width: 300px;
  height: 15px;
  top: -20px;
  left: -65px;
}
.type-8 span span:nth-of-type(2) {
  width: 100px;
  height: 25px;
  background: #0a4564;
  top: -20px;
  left: -24px;
}
.type-8 span span:nth-of-type(3) {
  width: 200px;
  height: 20px;
  top: -20px;
  left: -41px;
}
.type-8 span span:nth-of-type(4) {
  width: 200px;
  height: 30px;
  background: #1b5877;
  left: -11px;
}
.type-8 span span:nth-of-type(5) {
  width: 200px;
  height: 50px;
  left: 3px;
  top: 32px;
}
.type-8 > span:last-of-type {
  z-index: 99999999;
  background: transparent;
}
.type-8 > span:first-of-type {
  top: 172px;
  left: -244px;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 9999999;
}
.type-8:hover > span:first-of-type {
  top: -11px;
  left: -30px;
  position: relative;
}
.type-8:hover span span {
  background: #096894;
}
/* ================================================================ */
/* BUTTON TYPE 9 STARTS HERE -------------------------------------- */
/* ================================================================ */
.type-9,
.type-9 a span {
  -webkit-transition: -webkit-perspective 0.1s linear, -webkit-transform 0.1s linear, height 0s linear, top 0s linear;
  transition: perspective 0.1s linear, transform 0.1s linear, height 0s linear, top 0s linear;
}
.type-9 {
  padding: 0 !important;
}
.type-9 > span {
  -webkit-perspective: 100px;
  perspective: 100px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.type-9 > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  background: #096894;
  z-index: 99999;
}
.type-9:hover > span > span {
  -webkit-transition: -webkit-transform 0.2s linear, height 0.1s linear, top 0s linear;
  transition: transform 0.2s linear, height 0.1s linear, top 0s linear;
}
.type-9:hover span span:first-of-type {
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
  z-index: 999;
}
.type-9 > span > span:last-of-type {
  -webkit-transform-origin: 100% 100%;
  -webkit-transform: rotateX(90deg);
  transform-origin: 100% 100%;
  transform: rotateX(90deg);
  z-index: 99;
  height: 15px;
  background: #0a5376;
  top: 33px;
}
.type-9:hover span span:last-of-type {
  -webkit-transform: rotateX(166deg) translateZ(-12px) translateY(6px);
  transform: rotateX(166deg) translateZ(-12px) translateY(6px);
}
.type-9:active span:first-of-type span:first-of-type {
  top: 5px;
  -webkit-transition: none;
  -webkit-transform: rotateX(30deg);
  transform: rotateX(30deg);
  transition: none;
}
.type-9:active span:first-of-type span:last-of-type {
  top: 45px;
  height: 10px;
  padding: 6px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotateX(166deg) translateZ(-12px) translateY(7px);
  transform: rotateX(166deg) translateZ(-12px) translateY(7px);
}
/* ================================================================ */
/* BUTTON TYPE 10 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-10 {
  padding: 0 !important;
}
.type-10 > span > span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.type-10 > span > span span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #cc441a;
  color: #582d1d;
  -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear;
  transition: transform 0.3s linear, background 0.3s linear;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.type-10:hover > span > span span:first-of-type {
  background: #1a5470;
}
.type-10 > span > span span:nth-of-type(2) {
  -webkit-transform: rotateX(-90deg) translateZ(52px);
  transform: rotateX(-90deg) translateZ(52px);
  background: #aaa;
}
.type-10:hover > span > span span:nth-of-type(2) {
  background: #fff7f5;
  color: #582d1d;
}
.type-10:hover > span > span {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
/* ================================================================ */
/* BUTTON TYPE 11 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-11 {
  padding: 0 !important;
}
.type-11 > span > span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.type-11 > span > span span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #cc441a;
  color: #582d1d;
  -webkit-transition: -webkit-transform 0.3s linear, background 0.3s linear;
  transition: transform 0.3s linear, background 0.3s linear;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 0 0;
}
.type-11:hover > span > span span:first-of-type {
  background: #1a5470;
}
.type-11 > span > span span:nth-of-type(2) {
  -webkit-transform: rotateY(90deg) translateZ(-120px);
  transform: rotateY(90deg) translateX(-120px);
  background: #AAA;
}
.type-11:hover > span > span span:nth-of-type(2) {
  background: #fff7f5;
  color: #582d1d;
}
.type-11:hover > span > span {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
/* ================================================================ */
/* BUTTON TYPE 12 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-12 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #cc441a;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.type-12 span:nth-of-type(1) {
  z-index: 99999;
}
.type-12:hover span:nth-of-type(5) {
  left: 40px;
}
.type-12 span:nth-of-type(2),
.type-12 span:nth-of-type(3),
.type-12 span:nth-of-type(4) {
  background: none;
}
.type-12 span:nth-of-type(2):after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 0 0 28px;
  border-color: transparent transparent transparent #cc441a;
}
.type-12 span:nth-of-type(3):after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #cc441a transparent transparent #cc441a;
}
.type-12 span:nth-of-type(4):after {
  content: '';
  position: absolute;
  width: 0px;
  right: 0;
  top: 0px;
  height: 0px;
  border-style: solid;
  border-width: 26px 0 26px 23px;
  border-color: transparent transparent transparent #cc441a;
}
.type-12:hover span:nth-of-type(2) {
  top: -28px;
  left: 40px;
}
.type-12:hover span:nth-of-type(3) {
  top: 28px;
  left: 40px;
}
.type-12:hover span:nth-of-type(4) {
  right: -23px;
  left: 63px;
}
/* ================================================================ */
/* BUTTON TYPE 13 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-13 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #cc441a;
  color: #FFD7C8;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  box-shadow: none;
}
.type-13:hover span {
  box-shadow: #f0f0f0 1px 1px, #f0f0f0 2px 2px, #f0f0f0 3px 3px, #f0f0f0 4px 4px, #f0f0f0 5px 5px, #f0f0f0 6px 6px, #f0f0f0 7px 7px, #f0f0f0 8px 8px, #f0f0f0 9px 9px, #f0f0f0 10px 10px, #f0f0f0 11px 11px, #f0f0f0 12px 12px, #f0f0f0 13px 13px, #f0f0f0 14px 14px, #f0f0f0 15px 15px, #f0f0f0 16px 16px, #f0f0f0 17px 17px, #f0f0f0 18px 18px, #f0f0f0 19px 19px, #f0f0f0 20px 20px, #f0f0f0 21px 21px, #f0f0f0 22px 22px, #f0f0f0 23px 23px, #f0f0f0 24px 24px, #f0f0f0 25px 25px, #f0f0f0 26px 26px, #f0f0f0 27px 27px, #f0f0f0 28px 28px, #f0f0f0 29px 29px, #f0f0f0 30px 30px, #f0f0f0 31px 31px, #f0f0f0 32px 32px, #f0f0f0 33px 33px, #f0f0f0 34px 34px, #f0f0f0 35px 35px, #f0f0f0 36px 36px, #f0f0f0 37px 37px, #f0f0f0 38px 38px, #f0f0f0 39px 39px, #f0f0f0 40px 40px, #f0f0f0 41px 41px, #f0f0f0 42px 42px, #f0f0f0 43px 43px, #f0f0f0 44px 44px, #f0f0f0 45px 45px, #f0f0f0 46px 46px, #f0f0f0 47px 47px, #f0f0f0 48px 48px, #f0f0f0 49px 49px, #f0f0f0 50px 50px, #f0f0f0 51px 51px, #f0f0f0 52px 52px, #f1f1f1 53px 53px, #f1f1f1 54px 54px, #f1f1f1 55px 55px, #f1f1f1 56px 56px, #f1f1f1 57px 57px, #f2f2f2 58px 58px, #f2f2f2 59px 59px, #f2f2f2 60px 60px, #f2f2f2 61px 61px, #f2f2f2 62px 62px, #f3f3f3 63px 63px, #f3f3f3 64px 64px, #f3f3f3 65px 65px, #f3f3f3 66px 66px, #f3f3f3 67px 67px, #f4f4f4 68px 68px, #f4f4f4 69px 69px, #f4f4f4 70px 70px, #f4f4f4 71px 71px, #f5f5f5 72px 72px, #f5f5f5 73px 73px, #f5f5f5 74px 74px, #f5f5f5 75px 75px, #f5f5f5 76px 76px, #f6f6f6 77px 77px, #f6f6f6 78px 78px, #f6f6f6 79px 79px, #f6f6f6 80px 80px, #f6f6f6 81px 81px, #f7f7f7 82px 82px, #f7f7f7 83px 83px, #f7f7f7 84px 84px, #f7f7f7 85px 85px, #f7f7f7 86px 86px, #f8f8f8 87px 87px, #f8f8f8 88px 88px, #f8f8f8 89px 89px, #f8f8f8 90px 90px, #f8f8f8 91px 91px, #f9f9f9 92px 92px, #f9f9f9 93px 93px, #f9f9f9 94px 94px, #f9f9f9 95px 95px, #fafafa 96px 96px, #fafafa 97px 97px, #fafafa 98px 98px, #fafafa 99px 99px, #fafafa 100px 100px, #fbfbfb 101px 101px, #fbfbfb 102px 102px, #fbfbfb 103px 103px, #fbfbfb 104px 104px, #fbfbfb 105px 105px, #fcfcfc 106px 106px, #fcfcfc 107px 107px, #fcfcfc 108px 108px, #fcfcfc 109px 109px, #fcfcfc 110px 110px, #fdfdfd 111px 111px, #fdfdfd 112px 112px, #fdfdfd 113px 113px, #fdfdfd 114px 114px, #fdfdfd 115px 115px, #fefefe 116px 116px, #fefefe 117px 117px, #fefefe 118px 118px, #fefefe 119px 119px, #ffffff 120px 120px;
}
/* ================================================================ */
/* BUTTON TYPE 14 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-14 {
  overflow: hidden;
}
.type-14 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
  transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
  box-shadow: none;
  background: #cc441a;
  color: #FFD7C8;
}
.type-14 span span:nth-of-type(1) {
  top: 0px;
  background: #cc441a;
}
.type-14 span span:nth-of-type(2) {
  top: 52px;
  background: #bc421c;
}
.type-14 span span:nth-of-type(3) {
  top: 104px;
  background: #a73b1b;
}
.type-14 span span:nth-of-type(4) {
  top: 156px;
  background: #bc421c;
}
.type-14 span span:nth-of-type(5) {
  top: 208px;
  background: #c1421b;
}
.type-14 span span:nth-of-type(6) {
  top: 260px;
  background: #cc441a;
}
.type-14:hover > span {
  top: -208px;
  background: #2c81a8;
}
.type-14:hover {
  box-shadow: inset 0px -24px 20px -20px rgba(0, 0, 0, 0.6);
}
/* ================================================================ */
/* BUTTON TYPE 15 STARTS HERE ------------------------------------- */
/* ================================================================ */
.type-15 {
  overflow: hidden;
  background: #fff7f5;
}
.type-15 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
  transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
  box-shadow: none;
  color: #582d1d;
}
.type-15 span:first-of-type {
  z-index: 99999;
}
.type-15 span:last-of-type {
  background: #cc441a;
  left: -100%;
}
.type-15:hover span {
  left: 0;
}
/*  Check Toolbar */
body.admin-bar {
  /*  Show Sidebar Menu  */
}
body.admin-bar .body-box-top,
body.admin-bar .tz-header.tz-header-type-1 {
  top: 32px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
body.admin-bar .audio-controls {
  top: 77px;
  -webkit-transition: top 0.3s linear 0s;
  -moz-transition: top 0.3s linear 0s;
  -ms-transition: top 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s;
  transition: top 0.3s linear 0s;
}
body.admin-bar .tz-header.tz-header-type-2 {
  top: 52px;
  -webkit-transition: top 0.3s linear 0s;
  -moz-transition: top 0.3s linear 0s;
  -ms-transition: top 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s;
  transition: top 0.3s linear 0s;
}
body.admin-bar a.tz-button-sidebar-menu {
  top: -2px;
  -webkit-transition: top 0.3s linear 0s;
  -moz-transition: top 0.3s linear 0s;
  -ms-transition: top 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s;
  transition: top 0.3s linear 0s;
}
body.admin-bar .tz-full-video .tz-trailer-content a.tz-close-trailer,
body.admin-bar .tz-full-video .tz-trailer-upload a.video-close-btn{
  top: 62px;
}
body.admin-bar .tz-video-gallery .anythingSlider .anythingControls {
  bottom: 87px;
}
body.admin-bar .tz-video-gallery .anythingSlider .arrow {
  bottom: 92px;
}
body.admin-bar .tz-gallery .tz-slider-thumbnail {
  bottom: 92px;
}
body.admin-bar.show-sidebar-menu .body-box-top {
  top: 0;
}
body.admin-bar.show-sidebar-menu .audio-controls {
  top: 45px;
}
body.admin-bar.show-sidebar-menu .tz-header.tz-header-type-2 {
  top: 25px;
}
body.admin-bar.show-sidebar-menu a.tz-button-sidebar-menu {
  top: -34px;
}
body.admin-bar.show-sidebar-menu .tz-header.tz-header-type-2 .tz-menu-footer {
  bottom: 32px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/**
* 2.0 - Header
* -----------------------------------------------------------------------------
*/
.tz-header.tz-header-type-1 {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 0 50px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-1.tz-scroll {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 0;
}
.tz-header.tz-header-type-1.tz-scroll .tz-header-logo {
  height: 70px;
}
.tz-header.tz-header-type-1.tz-scroll .nav > li a {
  line-height: 70px;
}
.tz-header.tz-header-type-1 .tz-header-logo {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
  padding-top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-1 .nav > li:hover > .sub-menu,
.tz-header.tz-header-type-1 .nav > li:focus > .sub-menu,
.tz-header.tz-header-type-1 .nav > li:active > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-1 .nav > li a {
  font-family: 'bebas_neuebold';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 120px;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu {
  padding: 15px 15px 5px 15px;
  background: #191919;
  left: 0;
  margin: 0;
  position: absolute;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  list-style: none;
  top: 130%;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu.tz-right {
  left: auto;
  right: 0;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-1 .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-1 .nav > li .sub-menu li:active > .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-1 .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-1 .nav > li .sub-menu li:active > .sub-menu.tz-right {
  left: auto;
  right: 100%;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li.current-menu-ancestor > a,
.tz-header.tz-header-type-1 .nav > li .sub-menu li.current-menu-parent > a,
.tz-header.tz-header-type-1 .nav > li .sub-menu li.current_page_parent > a,
.tz-header.tz-header-type-1 .nav > li .sub-menu li.current-menu-item > a,
.tz-header.tz-header-type-1 .nav > li .sub-menu li.current_page_item > a {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li a {
  background: #111111;
  color: #8f8f8f;
  line-height: 40px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 30px;
  margin: 0 0 10px;
  text-align: left;
  text-transform: capitalize;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li a:hover,
.tz-header.tz-header-type-1 .nav > li .sub-menu li a:focus,
.tz-header.tz-header-type-1 .nav > li .sub-menu li a:active {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li .sub-menu {
  background: #191919;
  margin: 0 0 0 -15px;
  position: absolute;
  right: auto;
  left: 130%;
  width: 240px;
  height: auto;
  padding: 15px 15px 5px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  top: 0;
}
.tz-header.tz-header-type-1 .nav > li .sub-menu li .sub-menu.tz-right {
  left: auto;
  right: 130%;
  margin: 0 -15px 0 0;
}
.tz-header.tz-header-type-1 .nav > li > a:focus,
.tz-header.tz-header-type-1 .nav > li > a:hover {
  background: transparent;
  color: #a3995e;
}
.tz-header.tz-header-type-2 {
  position: fixed;
  left: 0;
  top: 20px;
  display: block;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 38px 0 0 90px;
}
.tz-header.tz-header-type-2 .tz-menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  width: 100%;
  padding: 0 20px;
}
.tz-header.tz-header-type-2 .tz-menu-footer:before,
.tz-header.tz-header-type-2 .tz-menu-footer:after {
  content: '';
  display: table;
  clear: both;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav {
  display: inline-block;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:hover > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:focus > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:active > .sub-menu {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:hover > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:focus > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:active > a {
  background: transparent;
  color: #a3995e;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu {
  padding: 15px 15px 5px 15px;
  background: #e6e6e6;
  left: 0;
  margin: 0;
  position: absolute;
  bottom: 130%;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  list-style: none;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu.tz-right {
  left: auto;
  right: 0;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li {
  padding: 0;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right {
  left: auto;
  right: 100%;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li.current-menu-ancestor > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li.current-menu-parent > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li.current_page_parent > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li.current-menu-item > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li.current_page_item > a {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a {
  background: #fff;
  color: #2c2c2c;
  line-height: 40px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 30px;
  margin: 0 0 10px;
  text-align: left;
  text-transform: capitalize;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a:hover,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a:focus,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a:active {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li .sub-menu {
  background: #e6e6e6;
  bottom: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  right: auto;
  left: 130%;
  width: 240px;
  height: auto;
  padding: 15px 15px 5px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li .sub-menu.tz-right {
  left: auto;
  right: 130%;
  margin: 0 -15px 0 0;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li > a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  line-height: 50px;
  padding: 0 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li:first-child > a {
  padding-left: 0;
}
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li.current-menu-ancestor > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li.current-menu-parent > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li.current_page_parent > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li.current-menu-item > a,
.tz-header.tz-header-type-2 .tz-menu-footer .nav > li.current_page_item > a {
  background: transparent;
  color: #a3995e;
}
.tz-header.tz-header-type-2 .tz-menu-footer .menu-social {
  display: inline-block;
  position: relative;
  float: right;
}
.tz-header.tz-header-type-2 .tz-menu-footer .menu-social a {
  font-size: 14px;
  color: #000;
  line-height: 50px;
  display: inline-block;
  width: 30px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-2 .tz-menu-footer .menu-social a span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-2 .tz-menu-footer .menu-social a:hover {
  color: #a3995e;
}
.tz-header.tz-header-type-2 .tz-menu-footer .menu-social a:hover span {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  opacity: 0;
}
.tz-header .tz-nav > li.current-menu-ancestor > a,
.tz-header .tz-nav > li.current-menu-parent > a,
.tz-header .tz-nav > li.current_page_parent > a,
.tz-header .tz-nav > li.current-menu-item > a,
.tz-header .tz-nav > li.current_page_item > a {
  color: #a3995e;
}
.tz-header .tz-bar-mobile,
.tz-header .tz-menu-mobile {
  display: none;
}
.tz-header .tz-menu-mobile {
  position: fixed;
  top: 0;
  left: -250px;
  bottom: 0;
  width: 250px;
  background: #1e1e1e;
  padding: 15px 15px 40px;
  overflow: auto;
  z-index: 1111111;
}
.tz-header .tz-menu-mobile .nav {
  float: none;
  list-style: none;
  margin: 0;
}
.tz-header .tz-menu-mobile .nav li {
  list-style: none;
  margin: 0;
  display: block;
}
.tz-header .tz-menu-mobile .nav li .sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  right: auto;
  padding: 0 0 0 15px;
  background: transparent;
}
.tz-header .tz-menu-mobile .nav li .sub-menu.tz-right {
  margin: 0;
  right: auto;
}
.tz-header .tz-menu-mobile .nav li .sub-menu li:hover .sub-menu,
.tz-header .tz-menu-mobile .nav li .sub-menu li:focus .sub-menu,
.tz-header .tz-menu-mobile .nav li .sub-menu li:active .sub-menu {
  left: auto;
  right: auto;
}
.tz-header .tz-menu-mobile .nav li .sub-menu li:hover .sub-menu.tz-right,
.tz-header .tz-menu-mobile .nav li .sub-menu li:focus .sub-menu.tz-right,
.tz-header .tz-menu-mobile .nav li .sub-menu li:active .sub-menu.tz-right {
  right: auto;
}
.tz-header .tz-menu-mobile .nav li .sub-menu li.current-menu-ancestor > a,
.tz-header .tz-menu-mobile .nav li .sub-menu li.current-menu-parent > a,
.tz-header .tz-menu-mobile .nav li .sub-menu li.current_page_parent > a,
.tz-header .tz-menu-mobile .nav li .sub-menu li.current-menu-item > a,
.tz-header .tz-menu-mobile .nav li .sub-menu li.current_page_item > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.tz-header .tz-menu-mobile .nav li .sub-menu li a {
  font-size: 11px;
  margin: 0;
  background: transparent;
  color: #888888;
}
.tz-header .tz-menu-mobile .nav li .sub-menu li a:hover,
.tz-header .tz-menu-mobile .nav li .sub-menu li a:focus,
.tz-header .tz-menu-mobile .nav li .sub-menu li a:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.tz-header .tz-menu-mobile .nav li .sub-menu li .sub-menu {
  background: transparent;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  width: auto;
  padding: 0 0 0 15px;
  margin: 0;
}
.tz-header .tz-menu-mobile .nav li .sub-menu li .sub-menu.tz-right {
  margin: 0;
  right: auto;
}
.tz-header .tz-menu-mobile .nav > li {
  float: none;
}
.tz-header .tz-menu-mobile .nav > li.current-menu-ancestor > a,
.tz-header .tz-menu-mobile .nav > li.current-menu-parent > a,
.tz-header .tz-menu-mobile .nav > li.current_page_parent > a,
.tz-header .tz-menu-mobile .nav > li.current-menu-item > a,
.tz-header .tz-menu-mobile .nav > li.current_page_item > a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.tz-header .tz-menu-mobile .nav > li a {
  background: transparent;
  color: #888888;
  line-height: 1.5em !important;
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 15px !important;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header .tz-menu-mobile .nav > li a:hover,
.tz-header .tz-menu-mobile .nav > li a:focus,
.tz-header .tz-menu-mobile .nav > li a:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.tz-bar-mobile {
  position: absolute;
  left: 20px;
  top: 24px;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-button-menu {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
}
.tz-button-menu .bar {
  background: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  margin-top: 5px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.tz-button-menu .bar.second {
  margin-top: 12px;
}
.tz-button-menu .bar.three {
  margin-top: 19px;
}
body.show-sidebar-menu .tz-film-campaign {
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
}
body.show-sidebar-menu.tz-sidebar-right .tz-film-campaign {
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
}
body.show-sidebar-menu .tz-film-campaign:before {
  opacity: 1;
  visibility: visible;
}
body.show-sidebar-menu a.tz-button-sidebar-menu {
  right: 270px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
body.show-sidebar-menu a.tz-button-sidebar-menu.tz-sidebar-right{
  right: -34px;
  left: auto;
}
body.show-sidebar-menu .tz-header-type-3 a.tz-button-sidebar-menu {
  right: auto !important;
}
body.show-sidebar-menu a.tz-button-sidebar-menu .bar {
  background: #1b1b1b;
}
body.show-sidebar-menu a.tz-button-sidebar-menu .bar.fist {
  margin-top: 10px;
  transform: rotate(45deg);
  width: 31px;
}
body.show-sidebar-menu a.tz-button-sidebar-menu .bar.second {
  opacity: 0;
}
body.show-sidebar-menu a.tz-button-sidebar-menu .bar.three {
  margin-top: 10px;
  transform: rotate(-45deg);
  width: 30px;
}
body.show-sidebar-menu .tz-menu-mobile {
  z-index: 0;
}
body.tz-menu-responsive-left .tz-film-campaign {
  transform: translateX(250px);
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
}
body.tz-menu-responsive-left .tz-film-campaign:before {
  opacity: 1;
  visibility: visible;
}
body.tz-menu-responsive-left a.tz-button-sidebar-menu,
body.tz-menu-responsive-left a.tz-button-sidebar-menu.tz-sidebar-right{
  right: 270px;
  left: auto;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
body.tz-menu-responsive-left .tz-button-menu .bar.fist {
  margin-top: 11px;
  transform: rotate(45deg);
  width: 26px;
}
body.tz-menu-responsive-left .tz-button-menu .bar.second {
  opacity: 0;
}
body.tz-menu-responsive-left .tz-button-menu .bar.three {
  margin-top: 11px;
  transform: rotate(-45deg);
  width: 26px;
}
body.tz-menu-responsive-left .tz-sidebar-menu {
  z-index: 0;
}
body.tz-menu-responsive-left a.tz-button-sidebar-menu {
  z-index: 999;
}

.tz-header.tz-header-type-4{
  position: fixed;
  left: 0;
  top: 50px;
  display: block;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 0 50px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-logo {
  /*align-items: center;*/
  /*display: flex;*/
  height: auto;
  /*justify-content: center;*/
  padding: 0;
  max-height: 30px;
  width: auto;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-menu-content{
  width: 50%;
  text-align: right;
  display: block;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-share{
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-share .social-btn{
  font-size: 26px;
  color: #fff;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background: #808080;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social.shake{
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
  transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social li{
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social a {
  font-size: 14px;
  color: #000;
  line-height: 1em;
  display: inline-block;
  width: 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social a span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social a:hover {
  color: #fff;
}
.tz-header.tz-header-type-4 .tz-menu-content .menu-social a:hover span {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  opacity: 0;
}
.tz-header.tz-header-type-4 .audio-controls{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.tz-header.tz-header-type-4 a.tz-button-sidebar-menu{
  width: auto;
  height: auto;
  position: relative;
  background: transparent;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  margin: 0 15px;
}
.tz-header.tz-header-type-4 a.tz-button-sidebar-menu .tz-dot{
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
}
.tz-header.tz-header-type-4 a.tz-button-sidebar-menu.tz-sidebar-right{
  right: auto;
}

.social-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tz-button-menu-4 {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}
.tz-button-menu-4 .bar {
  background: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  margin-top: 5px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.tz-button-menu-4 .bar.second {
  margin-top: 12px;
}
.tz-button-menu-4 .bar.three {
  margin-top: 19px;
}
body.tz-menu-type-4 .tz-film-campaign:before {
  opacity: 1;
  visibility: visible;
}


/* Menu styles */

.tz-header.tz-header-type-4 .tz-header-menu-box {
  width: 50%;
  background: #232323;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: height 0s ease-in-out, opacity 0.3s ease 0s, transform 0.5s linear 0s;
  -moz-transition: height 0s ease-in-out, opacity 0.3s ease 0s, transform 0.5s linear 0s;
  -ms-transition: height 0s ease-in-out, opacity 0.3s ease 0s, transform 0.5s linear 0s;
  /* IE10 is actually unprefixed */
  -o-transition: height 0s ease-in-out, opacity 0.3s ease 0s, transform 0.5s linear 0s;
  transition: height 0s ease-in-out, opacity 0.3s ease 0s, transform 0.5s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box.active{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__wrap {
  position: relative;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  /*-ms-transform: translate(0, -50%);*/
  /*!* IE 9 *!*/
  /*-webkit-transform: translate(0, -50%);*/
  /*!* Safari *!*/
  /*-moz-transform: translate(0, -50%);*/
  /*!* Safari *!*/
  /*-o-transform: translate(0, -50%);*/
  /*!* Safari *!*/
  /*transform: translate(0, -50%);*/
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level.main-menu {
  position: relative;
  top: 0;
  /*-ms-transform: translate(0, 0);*/
  /*!* IE 9 *!*/
  /*-webkit-transform: translate(0, 0);*/
  /*!* Safari *!*/
  /*-moz-transform: translate(0, 0);*/
  /*!* Safari *!*/
  /*-o-transform: translate(0, 0);*/
  /*!* Safari *!*/
  /*transform: translate(0, 0);*/
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li {
  padding: 0;
  display: block;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a {
  font-family: 'bebas_neuebold';
  font-size: 48px;
  color: #ffffff;
  display: inline-block;
  border-radius: 0;
  letter-spacing: 0;
  padding: 21px 0;
  line-height: 1em;
  -webkit-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a:hover,
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a.current_menu_item {
  color: #b2a871;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level--current {
  visibility: visible;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__link {
  position: relative;
  display: block;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav [class^='animate-'],
.tz-header.tz-header-type-4 .tz-header-menu-box > nav [class*=' animate-'] {
  visibility: visible;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs {
  font-size: 14px;
  position: relative;
  padding: 0 0 25px 0;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs a {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 20px;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs a:last-child {
  pointer-events: none;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs a:hover {
  color: #b2a871;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs a:not(:last-child)::after {
  content: '\f178';
  font-family: "FontAwesome";
  display: inline-block;
  padding: 0 10px;
  color: #868686;
  line-height: 1;
  position: relative;
  line-height: 20px;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close {
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 27px;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close .line{
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close .line:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: #848484;
  width: 25px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close .line:after {
  content: '';
  background: #848484;
  width: 25px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close:hover .line:before,
.tz-header.tz-header-type-4 .tz-header-menu-box > .tz-icon-close:hover .line:after{
  background: #fff;
}
/**
* 2.1 - Menu Sidebar
* -----------------------------------------------------------------------------
*/
a.tz-button-sidebar-menu {
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #151515;
  height: 108px;
  left: -34px;
  position: fixed;
  top: -34px;
  width: 108px;
  z-index: 9999;
}
a.tz-button-sidebar-menu.tz-sidebar-right{
  left: auto;
  right: -34px;
}
a.tz-button-sidebar-menu:hover {
  background: #ffffff;
  color: #b2a871;
}
a.tz-button-sidebar-menu:hover .bar {
  background: #b2a871;
}
a.tz-button-sidebar-menu .tz-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
}
a.tz-button-sidebar-menu.tz-sidebar-right .tz-dot{
  left: auto;
  right: 50%;
}
a.tz-button-sidebar-menu .bar {
  background: #151515;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 21px;
  margin-top: 5px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
a.tz-button-sidebar-menu.tz-sidebar-right .bar{
  left: auto;
  right: 50%;
}
a.tz-button-sidebar-menu .bar.second {
  margin-top: 12px;
}
a.tz-button-sidebar-menu .bar.three {
  margin-top: 19px;
}
.body-box-left,
.body-box-right,
.body-box-bottom,
.body-box-top {
  position: fixed;
  z-index: 999;
  background: #fff;
}
.body-box-left {
  top: 0;
  height: 100%;
  left: 0;
  width: 20px;
}
.body-box-right {
  top: 0;
  height: 100%;
  right: 0;
  width: 20px;
}
.body-box-top {
  top: 0;
  height: 20px;
  left: 0;
  width: 100%;
}
.body-box-bottom {
  bottom: 0;
  height: 20px;
  left: 0;
  width: 100%;
}
.tz-sidebar-menu {
  background: #1e1e1e;
  bottom: 0;
  left: -300px;
  padding: 20px 20px 50px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1111111;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.tz-sidebar-menu.tz-sidebar-right{
  left: auto;
  right: -300px;
}
.tz-sidebar-menu .tz-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 17px 0 38px;
  position: relative;
  text-align: center;
}
.tz-sidebar-menu .widget {
  padding: 23px 0 17px;
}
.tz-sidebar-menu .widget h3.title-widget {
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  font-size: 24px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 0;
  margin: 0 0 19px;
}
.tz-sidebar-menu .widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tz-sidebar-menu .widget.widget_nav_menu ul li {
  display: block;
  padding: 0;
}
.tz-sidebar-menu .widget.widget_nav_menu ul li:before {
  display: none;
}
.tz-sidebar-menu .widget.widget_nav_menu ul li a {
  background: transparent;
  display: block;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 15px;
  color: #888888;
  font-weight: 600;
}
.tz-sidebar-menu .widget.widget_nav_menu ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.tz-sidebar-menu .widget p {
  color: #b7b7b7;
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  line-height: 1.5em;
  padding: 5px 0 7px;
}
.tz-sidebar-menu .widget.widget_text .textwidget {
  color: #b7b7b7;
  font-size: 12px;
  font-family: 'Muli', sans-serif;
  line-height: 1.5em;
}
.tz-sidebar-menu .widget.widget_event h3.title-widget {
  margin: 0;
}
.tz-sidebar-menu .widget.widget_event .tzevent-widget-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.tz-sidebar-menu .widget.widget_event .tzevent-widget-item:last-child {
  border: none;
  padding-bottom: 10px;
}
.tz-sidebar-menu .widget.widget_event .tz-event-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 21px 0 3px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: inherit;
}
.tz-sidebar-menu .widget.widget_event p span {
  color: #fbe132;
}
.tz-sidebar-menu .widget.widget_event p.date-time {
  padding: 2px 0 0;
}
.tz-sidebar-menu .widget input,
.tz-sidebar-menu .widget select {
  line-height: 30px;
  height: 30px;
  border: 1px solid #121212;
  background: #1b1b1b;
  width: 100%;
  display: block;
  margin-top: 21px;
  padding: 0 12px;
  font-size: 13px;
  font-style: italic;
}
.tz-sidebar-menu .widget input::-moz-placeholder,
.tz-sidebar-menu .widget select::-moz-placeholder,
.tz-sidebar-menu .widget input::-moz-placeholder,
.tz-sidebar-menu .widget select::-moz-placeholder,
.tz-sidebar-menu .widget input::-moz-placeholder,
.tz-sidebar-menu .widget select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.tz-sidebar-menu .widget table {
  background: #1b1b1b;
}
.tz-sidebar-menu .widget table,
.tz-sidebar-menu .widget th,
.tz-sidebar-menu .widget td {
  border-color: #121212;
}
.tz-sidebar-menu .widget select option {
  max-width: 100%;
}
.tz-sidebar-menu .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.tz-sidebar-menu .widget ul:after {
  content: "";
  display: table;
  clear: both;
}
.tz-sidebar-menu .widget ul li {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-sidebar-menu .widget ul li:before {
  content: "\f067";
  position: absolute;
  line-height: 30px;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #9aa7af;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-sidebar-menu .widget ul li:hover:before {
  color: #b2a871;
}
.tz-sidebar-menu .widget.widget_search form {
  display: block;
  position: relative;
}
.tz-sidebar-menu .widget.widget_search form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  margin: 0;
  background: none;
  border: none;
}
.tz-sidebar-menu .widget.widget_search form:before {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  font-family: 'FontAwesome';
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.tz-sidebar-menu .widget.widget_tag_cloud .tagcloud {
  padding-top: 26px;
}
.tz-sidebar-menu .widget.widget_tag_cloud a {
  background: #2d2f2f;
  font-size: 13px !important;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.4);
}
.tz-sidebar-menu .widget.widget_tag_cloud a:hover {
  background: #b2a871;
  color: #fff;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner {
  padding: 30px 0 13px;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .tweet-item {
  padding: 0 15px;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a {
  display: block;
  font-size: 16px;
  font-style: italic;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a.user {
  display: inline-block;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a.user img {
  width: 100%;
  height: 100%;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .tweet-content {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
  padding-top: 24px;
  line-height: 1.8em;
}
.tz-sidebar-menu .widget.filmcampaign_twitter .tz-twitter-inner .tweet-content a {
  font-size: 13px;
  font-style: italic;
  color: rgba(178, 168, 113, 0.4);
}
.tz-sidebar-menu .widget.widget_categories ul li {
  color: #ffffff;
  text-align: right;
}
.tz-sidebar-menu .widget.widget_categories ul li a {
  float: left;
}
.tz-sidebar-menu .widget.widget_categories ul li:hover {
  color: #b2a871;
}
.tz-sidebar-menu .widget.tz-recent-widget .tz-recent-item {
  padding-top: 30px;
}
.tz-sidebar-menu .widget.tz-recent-widget .tz-recent-item .recent_image {
  position: relative;
  display: block;
  max-height: 120px;
  overflow: hidden;
}
.tz-sidebar-menu .widget.tz-recent-widget .tz-recent-item .title {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  padding: 17px 0 3px;
}
.tz-sidebar-menu .widget.tz-recent-widget .tz-recent-item .tz-information {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}
.tz-sidebar-menu .widget.tz-recent-widget .tz-recent-item .tz-recent-content {
  padding: 10px 0 5px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.4);
}
/**
* 2.2 - Search Form
* -----------------------------------------------------------------------------
*/
.tzform-search {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 50px;
  padding: 0;
  left: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 9999;
}
.tzform-search .Tzsearchform {
  padding: 0;
  line-height: 50px;
  border: none;
  background: #fff;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
}
.tzform-search .submit {
  display: none;
}
.tzform-search.tz-show {
  padding: 0;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.tzform-search.tz-show .Tzsearchform {
  padding: 0 20px;
}
/**
* 3.0 -  Footer
* -----------------------------------------------------------------------------
*/
.tz-footer .tz-footer-content {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tz-footer .tz-footer-content:before,
.tz-footer .tz-footer-content:after {
  content: '';
  clear: both;
  display: table;
}
.tz-footer .tz-footer-content .tz-copyright {
  max-width: 40%;
  padding-top: 20px;
  padding-bottom: 23px;
}
.tz-footer .tz-footer-content .tz-copyright p {
  line-height: 1em;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.tz-footer .tz-footer-content .tz-footer-menu {
  padding-right: 0;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li {
  display: inline-block;
  position: relative;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  line-height: 1em;
  padding: 21px 0 22px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li a:hover {
  color: #b2a871;
}
/**
* 4.0 -  Home page
* -----------------------------------------------------------------------------
*/
body.tz-body-homepage {
  overflow: hidden;
}
.tz-element-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 3;
}
.tz-element-item:before,
.tz-element-item:after {
  content: "";
  display: table;
  clear: both;
}
.tz-display-flex {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.tz-home-icon {
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 24px;
  line-height: 75px;
}
.tz_overlay,
.tz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vc_row {
  position: relative;
}
.vc_row .tz_overlay {
  z-index: 1;
}
.vc_row .tz_bgslide .flex-direction-nav {
  display: none;
}
.tz_bgslide {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz_bgslide #supersized {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tz_bgslide #supersized li {
  position: absolute;
}
.tz_bgslide #supersized li img {
  position: relative;
  max-width: none;
}
#fullpage.trailer-play {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
/*  Audio */
.audio-controls {
  height: 20px;
  width: 25px;
  top: 45px;
  right: 45px;
  margin: auto;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  cursor: pointer;
}
.audio-controls.pause .bar {
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.audio-controls.pause .bar:nth-child(1),
.audio-controls.pause .bar:nth-child(2),
.audio-controls.pause .bar:nth-child(3),
.audio-controls.pause .bar:nth-child(4),
.audio-controls.pause .bar:nth-child(5),
.audio-controls.pause .bar:nth-child(6) {
  animation: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
}
.audio-controls .pause-play-controls {
  position: relative;
  display: inline-block;
}
.audio-controls .bar {
  height: 20px;
  width: 3px;
  margin: 0 1px;
  top: 20px;
  position: relative;
  float: left;
  background: #ffffff;
}
.audio-controls .bar:nth-child(1) {
  animation: bar1 1.3s linear infinite;
  -webkit-animation: bar1 1.3s linear infinite;
  -moz-animation: bar1 1.3s linear infinite;
  -o-animation: bar1 1.3s linear infinite;
}
.audio-controls .bar:nth-child(2) {
  animation: bar2 1.3s linear 100ms infinite;
  -webkit-animation: bar2 1.3s linear 100ms infinite;
  -moz-animation: bar2 1.3s linear 100ms infinite;
  -o-animation: bar2 1.3s linear 100ms infinite;
}
.audio-controls .bar:nth-child(3) {
  animation: bar3 1.3s linear 200ms infinite;
  -webkit-animation: bar3 1.3s linear 200ms infinite;
  -moz-animation: bar3 1.3s linear 200ms infinite;
  -o-animation: bar3 1.3s linear 200ms infinite;
}
.audio-controls .bar:nth-child(4) {
  animation: bar4 1.3s linear 300ms infinite;
  -webkit-animation: bar4 1.3s linear 300ms infinite;
  -moz-animation: bar4 1.3s linear 300ms infinite;
  -o-animation: bar4 1.3s linear 300ms infinite;
}
.audio-controls .bar:nth-child(5) {
  animation: bar5 1.3s linear 400ms infinite;
  -webkit-animation: bar5 1.3s linear 400ms infinite;
  -moz-animation: bar5 1.3s linear 400ms infinite;
  -o-animation: bar5 1.3s linear 400ms infinite;
}
.audio-controls .bar:nth-child(6) {
  animation: bar6 1.3s linear 500ms infinite;
  -webkit-animation: bar6 1.3s linear 500ms infinite;
  -moz-animation: bar6 1.3s linear 500ms infinite;
  -o-animation: bar6 1.3s linear 500ms infinite;
}
.audio-controls #audio-stop,
.audio-controls .volume-controls,
.audio-controls .audio-progress,
.audio-controls .pause-play-controls a {
  display: none;
}
@keyframes bar1 {
  0% {
    top: 18px;
  }
  24% {
    top: 9px;
  }
  48% {
    top: 12px;
  }
  66% {
    top: 7px;
  }
  78% {
    top: 16px;
  }
  89% {
    top: 10px;
  }
  100% {
    top: 18px;
  }
}
@keyframes bar2 {
  0% {
    top: 3px;
  }
  24% {
    top: 12px;
  }
  48% {
    top: 8px;
  }
  66% {
    top: 17px;
  }
  78% {
    top: 10px;
  }
  89% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@keyframes bar3 {
  0% {
    top: 3px;
  }
  24% {
    top: 16px;
  }
  48% {
    top: 8px;
  }
  66% {
    top: 17px;
  }
  78% {
    top: 10px;
  }
  89% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@keyframes bar4 {
  0% {
    top: 11px;
  }
  24% {
    top: 3px;
  }
  48% {
    top: 13px;
  }
  66% {
    top: 8px;
  }
  78% {
    top: 16px;
  }
  89% {
    top: 4px;
  }
  100% {
    top: 12px;
  }
}
@keyframes bar5 {
  0% {
    top: 7px;
  }
  24% {
    top: 2px;
  }
  48% {
    top: 0;
  }
  66% {
    top: 9px;
  }
  78% {
    top: 5px;
  }
  89% {
    top: 4px;
  }
  100% {
    top: 7px;
  }
}
@keyframes bar6 {
  0% {
    top: 11px;
  }
  24% {
    top: 6px;
  }
  48% {
    top: 13px;
  }
  66% {
    top: 3px;
  }
  78% {
    top: 5px;
  }
  89% {
    top: 2px;
  }
  100% {
    top: 10px;
  }
}
/**
* 4.1 -  Full Video Element
* -----------------------------------------------------------------------------
*/
.container-content {
  z-index: 10;
  position: relative;
  padding: 40px 90px;
}
#big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tz-full-video {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.tz-full-video .tz_home_slide #supersized{
  padding: 0;
  margin: 0;
}
.tz-full-video.tz_home_supersized .tz-overlay,
.tz-full-video.tz_home_supersized .tz-image,
.tz-full-video.tz_home_supersized .video-title,
.tz-full-video.tz_home_supersized .tz-open-trailer,
.tz-full-video.tz_home_supersized .tz-open-trailer-upload{
  opacity: 1;
}
.tz-full-video.tz_mouse_move .tz-overlay,
.tz-full-video.tz_mouse_move .tz-image,
.tz-full-video.tz_mouse_move .video-title,
.tz-full-video.tz_mouse_move .tz-open-trailer,
.tz-full-video.tz_mouse_move .tz-open-trailer-upload{
  opacity: 1;
}
.tz-full-video.tz-auto .tz-image,
.tz-full-video.tz-auto .tz-video-content {
  position: relative;
  display: inline-block;
}
.tz-full-video .video-title,
.tz-full-video .tz-open-trailer,
.tz-full-video .tz-open-trailer-upload{
  -webkit-transition: opacity 0.5s linear 0.5s;
  -moz-transition: opacity 0.5s linear 0.5s;
  -ms-transition: opacity 0.5s linear 0.5s;
  -o-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
  opacity: 0;
}
.tz-full-video .tz-overlay {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-full-video .tz-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.tz-full-video .tz-image-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,1+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
}
.tz-full-video .tz-image-background img {
  position: relative;
  max-width: none;
  max-height: none;
  animation: tz_scale_rotate 20s linear 0s infinite;
  -webkit-animation: tz_scale_rotate 20s linear 0s infinite;
  -moz-animation: tz_scale_rotate 20s linear 0s infinite;
  -o-animation: tz_scale_rotate 20s linear 0s infinite;
}
.tz-full-video .tz-video-content {
  left: 8.3333%;
  position: absolute;
  bottom: 16%;
  height: auto;
  width: 48%;
  z-index: 22;
  text-transform: uppercase;
}
.tz-full-video .tz-video-content a.tz-open-trailer,
.tz-full-video .tz-video-content a.tz-open-trailer-upload{
  height: 75px;
  width: 75px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 23px;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  background: transparent;
}
.tz-full-video .tz-video-content a.tz-open-trailer:before,
.tz-full-video .tz-video-content a.tz-open-trailer-upload:before{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -1px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -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;
}
.tz-full-video .tz-video-content a.tz-open-trailer:after,
.tz-full-video .tz-video-content a.tz-open-trailer-upload:after{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -1px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  -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;
}
.tz-full-video .tz-video-content a.tz-open-trailer span,
.tz-full-video .tz-video-content a.tz-open-trailer-upload span{
  margin-right: -3px;
}
.tz-full-video .tz-video-content a.tz-open-trailer:hover,
.tz-full-video .tz-video-content a.tz-open-trailer-upload:hover{
  -webkit-transition: background 0.3s ease-in-out 0s;
  -moz-transition: background 0.3s ease-in-out 0s;
  -ms-transition: background 0.3s ease-in-out 0s;
  -o-transition: background 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.8);
}
.tz-full-video .tz-video-content a.tz-open-trailer:hover:before,
.tz-full-video .tz-video-content a.tz-open-trailer-upload:hover:before{
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-full-video .tz-video-content a.tz-open-trailer:hover:after,
.tz-full-video .tz-video-content a.tz-open-trailer-upload:hover:after{
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-full-video .tz-video-content a.tz-open-trailer.playing .play,
.tz-full-video .tz-video-content a.tz-open-trailer-upload.playing .play{
  display: none;
}
.tz-full-video .tz-video-content a.tz-open-trailer.playing .pause,
.tz-full-video .tz-video-content a.tz-open-trailer-upload.playing .pause{
  display: block;
}
.tz-full-video .tz-video-content a.tz-open-trailer .pause,
.tz-full-video .tz-video-content a.tz-open-trailer-upload .pause{
  display: none;
}
.tz-full-video .tz-video-content.style_2 {
  flex-direction: column;
  text-align: center;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.tz-full-video .tz-video-content.style_2 .video-title {
  font-family: 'bebas_neuebold';
}
.tz-full-video .tz-video-content.style_2 .video-title p,
.tz-full-video .tz-video-content.style_2 .video-title span {
  letter-spacing: 0.2em;
  padding: 0;
}
.tz-full-video .tz-video-content.style_2 a.tz-open-trailer,
.tz-full-video .tz-video-content.style_2 a.tz-open-trailer-upload,
.tz-full-video .tz-video-content.style_2 .video_pause,
.tz-full-video .tz-video-content.style_2 .video_play {
  margin-bottom: 45px;
}
.tz-full-video .tz-video-content.style_1 .video-title p {
  padding: 10px 0;
}
.tz-full-video .tz-image {
  right: 8.3333%;
  position: absolute;
  width: auto;
  display: inline-block;
  max-width: 33.3333%;
  bottom: 17%;
  margin-bottom: 4px;
  z-index: 11;
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  opacity: 0;
}
.tz-full-video .tz-trailer-content{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  visibility: hidden;
  z-index: 99999;
}
.tz-full-video .tz-trailer-upload{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: rgba(0,0,0,0.9);
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.tz-full-video .tz-trailer-content.active{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible;
}
.tz-full-video .tz-trailer-upload.active{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tz-full-video .tz-trailer-content.active #tz-video-trailer {
  opacity: 1;
}
.tz-full-video .tz-trailer-content.tz_mouse_move .video_pause,
.tz-full-video .tz-trailer-content.tz_mouse_move .video_play,
.tz-full-video .tz-trailer-content.tz_mouse_move a.tz-close-trailer,
.tz-full-video .tz-trailer-upload.tz_mouse_move a.video-close-btn{
  opacity: 1;
}
.tz-full-video .tz-trailer-content .tz-trailer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tz-full-video .tz-trailer-content .video_pause,
.tz-full-video .tz-trailer-content .video_play {
  text-align: center;
  color: #ffffff;
}
.tz-full-video .tz-trailer-content .video_pause,
.tz-full-video .tz-trailer-content .video_play {
  height: 75px;
  width: 75px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
  line-height: 75px;
  z-index: 1;
}
.tz-full-video .tz-trailer-content .video_play {
  display: none;
}
.tz-full-video .tz-trailer-content a.tz-close-trailer,
.tz-full-video .tz-trailer-upload a.video-close-btn{
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-full-video .tz-trailer-content a.tz-close-trailer:hover,
.tz-full-video .tz-trailer-upload a.video-close-btn:hover{
  color: #fadf0a;
}
.tz-full-video .tz-trailer-content #tz-video-trailer {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.5s;
  -moz-transition: opacity 0.3s linear 0.5s;
  -ms-transition: opacity 0.3s linear 0.5s;
  -o-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
.tz-full-video .tz-trailer-content video {
  max-width: none;
  max-height: none;
  position: relative;
}
.tz-full-video .tz-full-video-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tz-full-video .tz-full-video-bk video {
  max-width: none;
  position: relative;
}
.tz-full-video .tz-bk-video-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.tz-full-video .video-title p,
.tz-full-video .video-title span {
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.tz-full-video .video-title p {
  padding: 3px 0;
}
.tz-full-video .video-title h2 {
  margin: 0;
  font-size: 72px;
  font-family: 'bebas_neuebold';
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.tz-full-video .video-title h2 span {
  letter-spacing: 0.2em;
}
.tz-full-video .video-tags a {
  text-transform: uppercase;
  font-family: 'six_capsregular';
  color: #fff;
}
@keyframes tz_scale_rotate {
  0% {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
}
/**
* 4.2 -  Text Animation Element
* -----------------------------------------------------------------------------
*/
.text-animation {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: 100%;
  padding: 175px 0 210px;
}
.text-animation .tz-animation {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-animation .tz-animation .tz-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: inline-block;
  height: auto;
  font-family: 'bebas_neue_regularregular';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  bottom: auto;
}
.text-animation .tz-animation .tz-content p {
  color: #fff;
  padding: 0;
}
.text-animation .tz-animation .tz-content table {
  border: none;
}
.text-animation .tz-animation .tz-content tr td:first-child {
  text-align: right;
}
.text-animation .tz-animation .tz-content tr td:nth-child(2) {
  font-size: 16px;
}
.text-animation .tz-animation .tz-content td {
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: 'bebas_neuebold';
  padding: 0 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
}
/**
* 4.3 -  Our Blog Element
* -----------------------------------------------------------------------------
*/
.tz-element-item.tz-fullscreen .tz-our-blog {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.tz-our-blog:hover .tz-blog-nav .btn-blog.prev {
  left: 50px;
  opacity: 1;
}
.tz-our-blog:hover .tz-blog-nav .btn-blog.next {
  right: 50px;
  opacity: 1;
}
.tz-our-blog .tz-our-content {
  padding-left: 8.3333%;
  position: relative;
  display: block;
}
.tz-our-blog .tz-home-icon {
  float: left;
}
.tz-our-blog .tz-title {
  display: inline-block;
  letter-spacing: 0.2em;
}
.tz-our-blog .tz-title span {
  line-height: 1em;
  letter-spacing: 0.2em;
}
.tz-our-blog .tz-home-title {
  padding-bottom: 42px;
}
.tz-our-blog .tz-home-title:before,
.tz-our-blog .tz-home-title:after {
  content: '';
  display: table;
  clear: both;
}
.tz-our-blog .tz-blog-carousel {
  overflow: hidden;
  padding-right: 11.1111%;
}
.tz-our-blog .tz-blog-carousel .owl-stage-outer {
  overflow: visible;
}
.tz-our-blog .tz-blog-carousel .blog-item {
  padding-right: 20px;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-slides.flexslider {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: transparent;
  height: auto;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-slides.flexslider .flex-direction-nav a {
  color: #ffffff;
  font-size: 18px;
  text-shadow: none;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-slides.flexslider .flex-direction-nav a:before {
  display: none;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
  position: relative;
  display: block;
  height: 225px;
  overflow: hidden;
  background: #e1e1e1;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox audio,
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox video,
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox iframe {
  max-width: 100%;
  max-height: 100%;
}
.tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox img {
  max-width: none;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-our-blog .tz-blog-carousel .blog-item .blog-description {
  display: block;
  position: relative;
  padding: 15px 30px;
  background: #e1e1e1;
}
.tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
  font-size: 22px;
  letter-spacing: 0.075em;
  color: #2c2c2c;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  margin: 0;
  line-height: 30px;
  padding: 9px 0 4px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3:hover {
  color: #b2a871;
}
.tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
  color: #2c2c2c;
  line-height: 1.8em;
}
.tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
  color: #747474;
  display: block;
  font-style: italic;
  padding: 5px 0 11px;
}
.tz-our-blog .tz-blog-carousel .blog-item:hover .tz-post-thumbbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tz-our-blog .tz-blog-carousel .owl-controls {
  position: absolute;
}
.tz-our-blog .tz-post-ajax {
  background: #1d1d1d none repeat scroll 0 0;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.tz-our-blog .tz-post-ajax .postdata {
  margin: auto;
  position: relative;
  width: 50%;
  padding: 150px 0 140px;
}
.tz-our-blog .tz-post-ajax .postdata .tz-infomation {
  display: block;
  position: relative;
}
.tz-our-blog .tz-post-ajax .postdata .tz-infomation:before,
.tz-our-blog .tz-post-ajax .postdata .tz-infomation:after {
  content: "";
  display: table;
  clear: both;
}
.tz-our-blog .tz-post-ajax .postdata .tz-infomation .tz-cat {
  position: relative;
  display: inline-block;
  background: #e65348;
  padding: 0 10px 0 5px;
  color: #fff;
}
.tz-our-blog .tz-post-ajax .postdata .tz-infomation .tz-cat a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-our-blog .tz-post-ajax .postdata .tz-infomation .tz-cat a:hover {
  color: #000;
}
.tz-our-blog .tz-post-ajax .postdata .tz-close-ajax {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  float: right;
}
.tz-our-blog .tz-post-ajax .postdata .tz-close-ajax:before,
.tz-our-blog .tz-post-ajax .postdata .tz-close-ajax:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #fff;
}
.tz-our-blog .tz-post-ajax .postdata .tz-close-ajax:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.tz-our-blog .tz-post-ajax .postdata .tz-close-ajax:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-title {
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  font-size: 48px;
  margin: 15px 0 42px;
  line-height: 1.3em;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-thumbnail {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-content {
  font-size: 14px;
  color: #dedede;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt {
  line-height: 1.7em;
  padding-top: 27px;
  padding-bottom: 30px;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt ul,
.tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt ol {
  padding-top: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt ul li,
.tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt ol li {
  line-height: 30px;
  padding-left: 5px;
}
.tz-our-blog .tz-post-ajax .postdata blockquote {
  font-style: italic;
  font-size: 16px;
  padding: 0 30px;
  border-left: 5px solid #747474;
  background: transparent;
  line-height: 1.8em;
  margin-top: 15px;
  margin-bottom: 16px;
}
.tz-our-blog .tz-post-ajax .postdata blockquote:before,
.tz-our-blog .tz-post-ajax .postdata blockquote:after {
  display: none;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .TzDate {
  color: #878787;
  line-height: 32px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .TzDate:hover {
  color: #fff;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .TzDate:hover a {
  color: #fff;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .TzDate a {
  color: #878787;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-style: italic;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax {
  background: #fff;
  color: #000;
  height: auto;
  line-height: 32px;
  padding: 0 10px 0 17px;
  width: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-weight: 700;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax:before,
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax:after {
  display: none;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax:hover {
  background: #e65348;
  color: #fff;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax i:before {
  display: none;
}
.tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax i:after {
  content: "\f100";
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 32px;
  animation: closeajax 0.5s linear 0s infinite alternate;
  -webkit-animation: closeajax 0.5s linear 0s infinite alternate;
  -moz-animation: closeajax 0.5s linear 0s infinite alternate;
  -o-animation: closeajax 0.5s linear 0s infinite alternate;
}
.tz-our-blog .tz-blog-nav .btn-blog {
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.tz-our-blog .tz-blog-nav .btn-blog.prev {
  left: 0;
}
.tz-our-blog .tz-blog-nav .btn-blog.next {
  right: 0;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes closeajax {
  0% {
    left: 10px;
  }
  100% {
    left: 5px;
  }
}
/* Standard syntax */
@keyframes closeajax {
  0% {
    left: 10px;
  }
  100% {
    left: 5px;
  }
}
/**
* 4.4 -  Gallery Element
* -----------------------------------------------------------------------------
*/
.tz-gallery {
  display: block;
  position: relative;
  width: 100%;
}
.tz-gallery #supersized img {
  max-width: none;
  max-height: none;
}
.tz-gallery .tz-gallery-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-info {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item img {
  position: relative;
  max-width: none;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  padding: 140px 140px 0 70px;
  z-index: 1;
  margin: 0;
  text-shadow: none;
  float: none;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name {
  color: #fadf0a;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  margin: 0;
  line-height: 1em;
  padding-bottom: 7px;
  font-style: normal;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  margin: 0;
  line-height: 1em;
  padding-bottom: 15px;
  font-style: normal;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.25px;
  overflow: auto;
  padding: 256px 0 227px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
  height: 256px;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
  height: 227px;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
  position: relative;
  display: block;
  padding: 0 140px 0 70px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6em;
}
.tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content p {
  padding: 13px 0;
}
.tz-gallery #supersized {
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
}
.tz-gallery #supersized li {
  background: transparent;
  bottom: auto;
  left: auto;
  position: absolute;
  top: auto;
}
.tz-gallery #prevslide,
.tz-gallery #nextslide {
  background: transparent;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: inherit;
  width: 40px;
  z-index: 1;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-gallery #prevslide {
  left: -40px;
}
.tz-gallery #nextslide {
  right: -40px;
}
.tz-gallery #thumb-tray {
  position: absolute;
  height: 80px;
  bottom: 60px;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.tz-gallery #thumb-tray ul#thumb-list {
  margin: 0;
  padding: 0 30px;
}
.tz-gallery #thumb-tray ul#thumb-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 80px;
  margin: 0 5px;
  overflow: hidden;
  padding: 0;
  width: 190px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-gallery #thumb-tray ul#thumb-list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  z-index: 1;
}
.tz-gallery #thumb-tray ul#thumb-list li:after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-gallery #thumb-tray ul#thumb-list li img {
  min-height: inherit;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-gallery #thumb-tray ul#thumb-list li .cast-title {
  color: #fff;
  font-family: 'bebas_neuebold';
  font-size: 14px;
  letter-spacing: 0.2em;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}
.tz-gallery #thumb-tray ul#thumb-list li .cast-title h5 {
  margin: 2px 0 0 !important;
}
.tz-gallery #thumb-tray ul#thumb-list li .tz-line:before {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery #thumb-tray ul#thumb-list li .tz-line:after {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery #thumb-tray ul#thumb-list li .tz-line-2:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery #thumb-tray ul#thumb-list li .tz-line-2:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery #thumb-tray ul#thumb-list li:hover:before,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb:before {
  opacity: 0;
}
.tz-gallery #thumb-tray ul#thumb-list li:hover img,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tz-gallery #thumb-tray ul#thumb-list li:hover .cast-title,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb .cast-title {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.tz-gallery #thumb-tray ul#thumb-list li:hover .tz-line:before,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery #thumb-tray ul#thumb-list li:hover .tz-line:after,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery #thumb-tray ul#thumb-list li:hover .tz-line-2:before,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line-2:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery #thumb-tray ul#thumb-list li:hover .tz-line-2:after,
.tz-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line-2:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li .tz-line:before {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li .tz-line:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li .tz-line-2:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li .tz-line-2:after {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li:hover .tz-line:before,
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li:hover .tz-line:after,
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li:hover .tz-line-2:before,
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line-2:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li:hover .tz-line-2:after,
.tz-gallery.tz-type-gallery #thumb-tray ul#thumb-list li.current-thumb .tz-line-2:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery .flexslider {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin: 0;
}
.tz-gallery .tz-gallery-slider:hover .flex-prev {
  left: 50px;
  opacity: 1;
}
.tz-gallery .tz-gallery-slider:hover .flex-next {
  right: 50px;
  opacity: 1;
}
.tz-gallery .tz-gallery-slider .tz-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item {
  overflow: hidden;
  position: relative;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item img {
  position: relative;
  max-width: none;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-title {
  position: absolute;
  width: 42%;
  right: 0;
  top: 0;
  padding: 140px 140px 0 70px;
  z-index: 1;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-title .name {
  color: #fadf0a;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  margin: 0;
  line-height: 1em;
  padding-bottom: 7px;
  font-style: normal;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-title .position {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  margin: 0;
  line-height: 1em;
  padding-bottom: 15px;
  font-style: normal;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.25px;
  overflow: auto;
  padding: 256px 0 227px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  z-index: 1;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
  height: 256px;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
  height: 227px;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content .content {
  position: relative;
  display: block;
  padding: 0 140px 0 70px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6em;
}
.tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content .content p {
  padding: 13px 0;
}
.tz-gallery .tz-gallery-slider .flex-direction-nav a {
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-shadow: inherit;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.tz-gallery .tz-gallery-slider .flex-control-nav,
.tz-gallery .tz-gallery-slider .flex-direction-nav a:before {
  display: none;
}
.tz-gallery .tz-slider-thumbnail {
  bottom: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
  padding-left: 30px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-gallery .tz-slider-thumbnail .tz-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}
.tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail:hover .flex-prev {
  left: 0;
  opacity: 1;
}
.tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail:hover .flex-next {
  right: 30px;
  opacity: 1;
}
.tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-direction-nav a {
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-shadow: inherit;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-control-nav,
.tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-direction-nav a:before {
  display: none;
}
.tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item {
  overflow: hidden;
  height: 80px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
.tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item img {
  max-width: none;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item .cast-title {
  color: #fff;
  font-family: 'bebas_neuebold';
  font-size: 14px;
  letter-spacing: 0.2em;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 1;
  cursor: pointer;
}
.tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tz-gallery .tz-home-title {
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  opacity: 0;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item .tz-line:before {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item .tz-line:after {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item .tz-line-2:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item .tz-line-2:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover {
  border-color: #ffffff;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide img,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-overlay,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-overlay,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .cast-title,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .cast-title {
  opacity: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line:before,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line:after,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line-2:before,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line-2:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line-2:after,
.tz-gallery.tz-type-castcrew .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line-2:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item .tz-line:before {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item .tz-line:after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item .tz-line-2:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item .tz-line-2:after {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 11;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line:before,
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line:after,
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line-2:before,
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line-2:before {
  height: 100%;
  opacity: 1;
}
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item.flex-active-slide .tz-line-2:after,
.tz-gallery.tz-type-gallery .tz-slider-thumbnail .slides .tz-gallery-item:hover .tz-line-2:after {
  width: 100%;
  opacity: 1;
}
.tz-gallery.tz_mouse_move .tz-home-title,
.tz-gallery.tz_mouse_move .tz-slider-thumbnail {
  opacity: 1;
}
.tz-gallery.tz_mouse_move #prevslide {
  left: 36px;
  opacity: 1;
}
.tz-gallery.tz_mouse_move #nextslide {
  opacity: 1;
  right: 36px;
}
.tz-gallery.tz_mouse_move #thumb-tray {
  opacity: 1;
}
/**
* 4.5 -  Description Element
* -----------------------------------------------------------------------------
*/
.tz-description.tz-story {
  position: relative;
  display: block;
}
.tz-description.tz-story .title {
  font-family: 'bebas_neuebold';
  font-size: 48px;
  color: #fadf0a;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin: 0;
  top: 141px;
  left: 0;
  padding: 0 140px 0 70px;
  position: absolute;
  width: 100%;
  z-index: 12;
}
.tz-description.tz-story .tz-des-content {
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.25px;
  overflow: auto;
  padding: 218px 0 165px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.tz-description.tz-story .tz-des-content .content {
  position: relative;
  display: block;
  padding: 0 140px 0 70px;
}
.tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
  height: 218px;
}
.tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
  height: 165px;
}
.tz-scrollbar-custom.tz-rtl .mCSB_scrollTools {
  left: 0;
  right: auto;
}
.tz-scrollbar-custom .mCSB_scrollTools {
  width: 1px;
}
.tz-scrollbar-custom .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 1px;
}
.tz-scrollbar-custom .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 2px;
}
.tz-scrollbar-custom:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 23%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
}
.tz-scrollbar-custom:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 18%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
}
.tz-scrollbar-custom.mCS_no_scrollbar:before,
.tz-scrollbar-custom.mCS_no_scrollbar:after {
  display: none;
}
/**
* 4.6 -  Title Element
* -----------------------------------------------------------------------------
*/
.tz-home-title .tz-title {
  position: relative;
  color: #a8a8a8;
}
.tz-home-title .tz-title:after,
.tz-home-title .tz-title:before {
  content: "";
  display: table;
  clear: both;
}
.tz-home-title .tz-title.absolute {
  position: absolute;
  display: inline-block;
  left: 16.6667%;
  height: auto;
  width: auto;
  bottom: 29%;
  z-index: 11;
}
.tz-home-title .tz-title.absolute .tz-home-icon {
  margin: 0 0 34px;
}
.tz-home-title .tz-title h2 {
  margin: 0;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.tz-home-title .tz-title .tz-description {
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
}
.tz-home-title .tz-title .tz-description span,
.tz-home-title .tz-title .tz-description p {
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.tz-home-title.absolute {
  position: absolute;
  display: inline-block;
  left: 8.3333%;
  height: auto;
  width: auto;
  bottom: 30%;
  z-index: 11;
}
.tz-home-title.absolute .tz-home-icon {
  margin: 0 0 30px;
}
.tz-home-title.absolute .tz-title h2 {
  letter-spacing: 0.2em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.tz-home-title.absolute .tz-title span,
.tz-home-title.absolute .tz-title p {
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.tz-home-title.style_3 .tz-title {
  text-align: center;
}
.tz-home-title.style_3 .tz-title .title {
  font-size: 60px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  margin: 0;
}
.tz-home-title.style_3 .tz-title .tz-description {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  padding: 3px 0;
}
.tz-home-title.style_2 .tz-title {
  display: flex;
  align-items: center;
}
.tz-home-title.style_2 .tz-title .tz-home-icon {
  align-content: center;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  float: left;
  justify-content: center;
  margin-right: 25px;
  position: relative;
  margin-top: 6px;
}
.tz-home-title.style_2 .tz-title .tz-description {
  display: inline-block;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
  line-height: 1.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-home-title.style_2 .tz-title .tz-description span,
.tz-home-title.style_2 .tz-title .tz-description p {
  line-height: 1em;
}
.tz-home-title.style_2 .tz-title:before,
.tz-home-title.style_2 .tz-title:after {
  content: "";
  display: table;
  clear: both;
}
.tz-home-title.style_2 .tz-title a {
  display: inline-block;
}
.tz-home-title.style_2 .tz-title a:hover .tz-home-icon {
  color: #ffffff;
  border-color: #ffffff;
}
.tz-home-title.style_2 .tz-title a:hover .tz-home-icon i {
  animation: tzscale 0.8s linear 0s infinite alternate;
  -webkit-animation: tzscale 0.8s linear 0s infinite alternate;
  -moz-animation: tzscale 0.8s linear 0s infinite alternate;
  -o-animation: tzscale 0.8s linear 0s infinite alternate;
}
.tz-home-title.style_2 .tz-title a:hover .tz-description {
  color: #ffffff;
}
.tz-home-title.style_4 .tz-title .tz-description {
  font-family: 'six_capsregular';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tz-home-title.style_4 .tz-title .tz-description span,
.tz-home-title.style_4 .tz-title .tz-description p {
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes tzscale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
/* Standard syntax */
@keyframes tzscale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
/**
* 4.7 -  Partner Element
* -----------------------------------------------------------------------------
*/
.tz-partner .tz-partner-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tz-partner .tz-partner-slider .owl-stage-outer {
  margin: 0 -30px;
}
.tz-partner .tz-partner-slider li {
  opacity: 0.4;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  padding: 0 30px;
}
.tz-partner .tz-partner-slider li:hover {
  opacity: 1;
}
/**
* 4.8 -  Carousel Gray Element
* -----------------------------------------------------------------------------
*/
.tz-carousel-gray .tz-carousel-slider {
  margin: 0;
  padding: 0;
}
.tz-carousel-gray .tz-carousel-slider li {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 130px;
}
.tz-carousel-gray .tz-carousel-slider li:hover .tz-overlay {
  opacity: 0;
}
.tz-carousel-gray .tz-carousel-slider li:hover img {
  -webkit-filter: grayscale(0);
  /* Safari */
  filter: grayscale(0);
}
.tz-carousel-gray .tz-carousel-slider li .tz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.5);
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-carousel-gray .tz-carousel-slider li img {
  position: relative;
  max-width: none;
  -webkit-filter: grayscale(100%);
  /* Safari */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/**
* 4.9 -  Video Gallery Element
* -----------------------------------------------------------------------------
*/
.tz-video-gallery {
  position: relative;
  display: block;
  overflow: hidden;
}
.tz-video-gallery.tz_mouse_move .tz-overlay,
.tz-video-gallery.tz_mouse_move .tz-video-content {
  opacity: 1;
}
.tz-video-gallery.tz_mouse_move .anythingSlider .arrow,
.tz-video-gallery.tz_mouse_move .anythingSlider .anythingControls {
  opacity: 1;
}
.tz-video-gallery .tz-video-content {
  left: 8.3333%;
  position: absolute;
  bottom: 33%;
  width: 50%;
  height: auto;
  z-index: 22;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  opacity: 0;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload{
  height: 75px;
  width: 75px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 23px;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 75px;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
  -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;
  position: relative;
  background: transparent;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer:before,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload:before{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -1px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -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;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer:after,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload:after{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -1px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  -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;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer span,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload span{
  margin-right: -3px;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer:hover,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload:hover{
  background: rgba(0, 0, 0, 0.8);
}
.tz-video-gallery .tz-video-content a.tz-play-trailer:hover:before,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload:hover:before{
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-video-gallery .tz-video-content a.tz-play-trailer:hover:after,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload:hover:after{
  border-width: 1px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tz-video-gallery .tz-video-content a.tz-play-trailer.playing .play,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload.playing .play{
  display: none;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer.playing .pause,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload.playing .pause{
  display: block;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer .pause,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload .pause{
  display: none;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer.playing .play,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload.playing .play{
  display: none;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer.playing .pause,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload.playing .pause{
  display: block;
}
.tz-video-gallery .tz-video-content a.tz-play-trailer .pause,
.tz-video-gallery .tz-video-content a.tz-play-trailer-upload .pause{
  display: none;
}
.tz-video-gallery .tz-video-content .video-title p,
.tz-video-gallery .tz-video-content .video-title span {
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.tz-video-gallery .tz-video-content .video-title p {
  padding: 3px 0;
}
.tz-video-gallery .tz-video-content .video-title h2 {
  margin: 0;
  font-size: 72px;
  font-family: 'bebas_neuebold';
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.tz-video-gallery .tz-video-content .video-title h2 span {
  letter-spacing: 0.2em;
}
.tz-video-gallery .tz-overlay {
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-video-gallery .anythingSlider {
  padding: 0;
}
.tz-video-gallery .anythingSlider.activeSlider .anythingControls a {
  background: #000;
}
.tz-video-gallery .anythingSlider .anythingWindow {
  border: none;
}
.tz-video-gallery .anythingSlider .anythingWindow ul.fade {
  opacity: 1;
}
.tz-video-gallery .anythingSlider .anythingWindow ul#slider {
  width: 100%;
  height: 100%;
}
.tz-video-gallery .anythingSlider .anythingWindow ul li {
  position: relative;
  display: block;
  width: 100%;
}
.tz-video-gallery .anythingSlider .anythingWindow ul li video {
  max-width: none;
  max-height: none;
  position: relative;
}
.tz-video-gallery .anythingSlider .anythingWindow ul li .tz-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-video-gallery .anythingSlider .anythingWindow ul li.panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.tz-video-gallery .anythingSlider .anythingControls {
  position: absolute;
  bottom: 70px;
  left: 20px;
  width: 100%;
  height: auto;
  display: block;
  background: none;
  padding-right: 300px;
  max-height: 100px;
  z-index: 11;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-video-gallery .anythingSlider .anythingControls ul {
  position: relative;
  display: inline-block;
}
.tz-video-gallery .anythingSlider .anythingControls ul li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-height: 100px;
}
.tz-video-gallery .anythingSlider .anythingControls ul li a > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.tz-video-gallery .anythingSlider .anythingControls ul li a video {
  max-width: none;
  position: relative;
  max-height: none;
}
.tz-video-gallery .anythingSlider .anythingControls ul li a .tz-poster-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  z-index: 111;
}
.tz-video-gallery .anythingSlider .anythingControls ul a {
  font-size: 18px;
  font-family: 'bebas_neuebold';
  text-transform: uppercase;
  width: 200px;
  height: 100px;
  margin: 0 0 0 20px;
  border: 1px solid #fff;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #000;
  opacity: 0.5;
  cursor: url(images/cursor.png), auto;
  position: relative;
}
.tz-video-gallery .anythingSlider .anythingControls ul a:hover {
  opacity: 1;
}
.tz-video-gallery .anythingSlider .anythingControls ul a.cur .tz-text-play {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
}
.tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) scale(2);
  -webkit-transform: translateX(-50%) scale(2);
  -moz-transform: translateX(-50%) scale(2);
  -ms-transform: translateX(-50%) scale(2);
  -o-transform: translateX(-50%) scale(2);
  margin-top: -15px;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop {
  display: none !important;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
  align-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 100px;
  justify-content: center;
  margin: 0;
  width: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  cursor: url(images/cursor.png), auto;
  position: relative;
  float: right;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop.playing,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video.playing {
  background: none;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop.playing span.play,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video.playing span.play {
  display: none;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop.playing span.pause,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video.playing span.pause {
  display: block;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop:before,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop:after,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop:hover:before,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video:hover:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop:hover:after,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop span.play,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video span.play {
  display: block;
}
.tz-video-gallery .anythingSlider .anythingControls a.start-stop span.pause,
.tz-video-gallery .anythingSlider .anythingControls a.tz-play-video span.pause {
  display: none;
}
.tz-video-gallery .anythingSlider .arrow {
  left: auto;
  top: auto;
  bottom: 70px;
  right: 40px;
  width: auto;
  height: auto;
  display: inline-block;
  margin-left: 20px;
  z-index: 11;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-video-gallery .anythingSlider .arrow.back {
  right: 160px;
}
.tz-video-gallery .anythingSlider .arrow a {
  align-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 100px;
  justify-content: center;
  margin: 0;
  width: 100px;
  cursor: url(images/cursor.png), auto;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-video-gallery .anythingSlider .arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tz-video-gallery .anythingSlider .arrow a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.tz-video-gallery .anythingSlider .arrow a:hover:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
}
.tz-video-gallery .anythingSlider .arrow a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tz-video-gallery .anythingSlider .arrow a span {
  visibility: visible;
}
.tz-video-gallery .start-video {
  position: absolute;
  top: 106px;
  padding: 12px;
  left: 174px;
  z-index: 111;
}
.tz-video-gallery .tz-trailer-gallery-content{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  visibility: hidden;
  z-index: 99999;
}
.tz-video-gallery .tz-trailer-gallery-content.active{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible;
}
.tz-video-gallery .tz-trailer-gallery-upload{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.tz-video-gallery .tz-trailer-gallery-upload.active{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tz-video-gallery .tz-trailer-gallery-content.active #tz-video-trailer {
  opacity: 1;
}
.tz-video-gallery .tz-trailer-gallery-content.tz_mouse_move a.tz-play-trailer,
.tz-video-gallery .tz-trailer-gallery-content.tz_mouse_move a.tz-play-trailer-upload,
.tz-video-gallery .tz-trailer-gallery-content.tz_mouse_move a.tz-close-gallery-trailer,
.tz-video-gallery .tz-trailer-gallery-upload.tz_mouse_move a.tz-close-gallery-upload{
  opacity: 1;
}
.tz-video-gallery .tz-trailer-gallery-content .tz-trailer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
  height: 75px;
  width: 75px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -38px;
  margin-left: -38px;
  z-index: 2;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer.playing .play,
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload.playing .play{
  display: none;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer.playing .pause,
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload.playing .pause{
  display: block;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer .pause,
.tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload .pause{
  display: none;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-close-gallery-trailer,
.tz-video-gallery .tz-trailer-gallery-upload a.tz-close-gallery-upload{
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  opacity: 0;
}
.tz-video-gallery .tz-trailer-gallery-content a.tz-close-gallery-trailer:hover,
.tz-video-gallery .tz-trailer-gallery-upload a.tz-close-gallery-upload:hover{
  color: #fadf0a;
}
.tz-video-gallery .tz-trailer-gallery-content #tz-video-trailer {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.5s;
  -moz-transition: opacity 0.3s linear 0.5s;
  -ms-transition: opacity 0.3s linear 0.5s;
  -o-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
.tz-video-gallery .tz-trailer-gallery-content video {
  max-width: none;
  max-height: none;
  position: relative;
}
/**
* 5.0 -  Blog
* -----------------------------------------------------------------------------
*/
.tz-post,
.tz_page_content {
  padding: 108px 0 72px;
}
/**
* 5.1 -  Breadcrumb
* -----------------------------------------------------------------------------
*/
.tz-Breadcrumb {
  position: relative;
  display: block;
  background: #b2a871;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tz-Breadcrumb .tzOverlayBreadcrumb {
  position: relative;
  display: block;
  padding: 180px 0 55px;
  background: rgba(25, 25, 25, 0.9);
}
.tz-Breadcrumb h1 {
  font-family: 'bebas_neuebold';
  font-size: 72px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 6px 0 0;
}
.tz-Breadcrumb .tz-breadcrumb-navxt {
  font-style: italic;
  color: #737373;
}
.tz-Breadcrumb .tz-breadcrumb-navxt a {
  font-style: italic;
  color: #ffffff;
}
.tz-Breadcrumb .tz-breadcrumb-navxt a:hover span {
  color: #b2a871;
}
.tz-Breadcrumb .tz-breadcrumb-navxt span {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #ffffff;
  font-size: 14px;
}
.tz-Breadcrumb .tz-breadcrumb-navxt > span {
  padding: 0 10px 0 5px;
}
.tz-Breadcrumb .tz-breadcrumb-navxt > span:first-child {
  padding-left: 0;
}
/**
* 5.2 -  Blog Detail
* -----------------------------------------------------------------------------
*/
.tz-post .tz-post-top {
  background: #212121;
  position: relative;
  display: block;
}
.tz-post .tz-post-top:before,
.tz-post .tz-post-top:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post .tz-post-top iframe{
  width: 100%;
}
.tz-post .tz-post-top .tz-post-slides.flexslider {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: transparent;
}
.tz-post .tz-post-top .tz-post-slides.flexslider .flex-direction-nav a {
  color: #ffffff;
  font-size: 30px;
  text-shadow: none;
}
.tz-post .tz-post-top .tz-post-slides.flexslider .flex-direction-nav a:before {
  display: none;
}
.tz-post .tz-post-thumbnail {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tz-post .tz-post-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.tz-post .tz-post-content {
  position: relative;
  display: block;
  background: #212121;
  padding: 30px 30px 23px;
}
.tz-post .tz-post-content h2.tz-post-title {
  font-family: 'bebas_neuebold';
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1em;
  padding-bottom: 9px;
  padding-top: 2px;
}
.tz-post .tz-post-content .tz-post-information {
  position: relative;
  display: block;
  padding-bottom: 14px;
}
.tz-post .tz-post-content .tz-post-information:before,
.tz-post .tz-post-content .tz-post-information:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post .tz-post-content .tz-post-information .tz-width-auto {
  display: inline-block;
  float: left;
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.3);
}
.tz-post .tz-post-content .tz-post-information .tz-width-auto a {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.tz-post .tz-post-content .tz-post-information .tz-width-auto a:hover {
  color: #b2a871;
}
.tz-post .tz-post-content .tz-post-excerpt {
  line-height: 1.9em;
  overflow: hidden;
}
.tz-post .tz-post-share {
  display: block;
  position: relative;
  background: #1e1e1e;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 18px 30px 20px;
}
.tz-post .tz-post-share:before,
.tz-post .tz-post-share:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post .tz-post-share a {
  color: rgba(255, 255, 255, 0.3);
  transform: all 0.2s ease 0s;
  -webkit-transform: all 0.2s ease 0s;
  -moz-transform: all 0.2s ease 0s;
  -ms-transform: all 0.2s ease 0s;
  -o-transform: all 0.2s ease 0s;
}
.tz-post .tz-post-share a:hover {
  color: #b2a871;
}
.tz-post .tz-post-share .tz-views {
  display: inline-block;
  position: relative;
}
.tz-post .tz-post-share .tz-views span {
  padding-right: 15px;
}
.tz-post .tz-post-share .tz-icon-button {
  display: inline-block;
  position: relative;
}
.tz-post .tz-post-share .tz-icon-button span {
  color: rgba(255, 255, 255, 0.4);
  font-style: inherit;
}
.tz-post .tz-post-share .tz-icon-button .tz_social {
  float: right;
  color: #494949;
  font-size: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
.tz-post .tz-post-share .tz-icon-button .tz_social:hover {
  color: #b2a871;
}
.tz-post .tz-post-share .tz-icon-button .tz_social:hover span {
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.tz-post .tz-post-share .tz-icon-button .tz_social:hover span.bottom {
  opacity: 1;
  color: #b2a871;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.tz-post .tz-post-share .tz-icon-button .tz_social > i {
  opacity: 0;
}
.tz-post .tz-post-share .tz-icon-button .tz_social span {
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: 0;
  right: 0;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  color: #494949;
}
.tz-post .tz-post-share .tz-icon-button .tz_social span.bottom {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.tz-post .tz-post-author {
  position: relative;
  display: block;
  padding-left: 270px;
  min-height: 270px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.tz-post .tz-post-author:before,
.tz-post .tz-post-author:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post .tz-post-author .tz-AuthorAvatar {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #404040;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.tz-post .tz-post-author .tz-author-content {
  background: #212121 none repeat scroll 0 0;
  padding: 25px 20px 52px 25px;
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a {
  color: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  padding-left: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a:hover {
  color: #b2a871;
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a:hover > i {
  opacity: 1;
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a > i {
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a.TzSocialLink:hover span {
  opacity: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  color: rgba(255, 255, 255, 0.2);
}
.tz-post .tz-post-author .tz-author-content .tz-author-social a.TzSocialLink span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.tz-post .tz-post-author .tz-author-content .tz-author-name {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  padding: 9px 0 18px;
}
.tz-post .tz-post-author .tz-author-content .tz-author-desc {
  line-height: 1.9em;
  padding-right: 10px;
}
.tz-post .tz-post-related {
  position: relative;
  display: block;
  background: #212121;
  box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
}
.tz-post .tz-post-related .tz-related-title {
  font-family: 'bebas_neuebold';
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 45px;
  padding: 0 20px;
  margin: 0;
}
.tz-post .tz-post-related .tz-related-content {
  position: relative;
  display: block;
  padding: 30px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.tz-post .tz-post-related .tz-related-content .row {
  margin-left: -20px;
  margin-right: -20px;
}
.tz-post .tz-post-related .tz-related-content .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.tz-post .tz-post-related .tz-related-content .tz-related-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.tz-post .tz-post-related .tz-related-content .tz-related-thumbnail .tz-post-thumbnail img {
  max-height: 125px;
}
.tz-post .tz-post-related .tz-related-content .tz-related-des h5 {
  margin: 20px 0 3px;
  line-height: 1em;
}
.tz-post .tz-post-related .tz-related-content .tz-related-des h5 a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.tz-post .tz-post-related .tz-related-content .tz-related-des span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.tz-post .tz-post-related .tz-related-content .tz-related-des p {
  padding: 6px 0 2px;
  line-height: 1.8em;
}
.tz-post .tz-post-pagenav {
  position: relative;
  display: block;
}
.tz-post .tz-post-pagenav:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.07);
  height: 100%;
}
.tz-post .tz-post-pagenav a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.tz-post .tz-post-pagenav a:hover {
  color: #b2a871;
}
.tz-post .tz-post-pagenav h4 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'bebas_neuebold';
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0;
}
.tz-post .tz-post-pagenav .next,
.tz-post .tz-post-pagenav .preview {
  max-width: 25%;
}
.tz-post .tzpagination {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
.tz-post .tzpagination .page-numbers {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #131313;
  background: #212121;
  font-size: 13px;
  color: #ffffff;
  width: 38px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-post .tzpagination .page-numbers.current {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-post .tzpagination a.page-numbers:hover {
  background: #b2a871;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-post .page-links a {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #131313;
  background: #212121;
  font-size: 13px;
  color: #ffffff;
  width: 38px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-post .page-links a:hover {
  background: #b2a871;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-post .wp-pagenavi {
  display: block;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.tz-post .wp-pagenavi a,
.tz-post .wp-pagenavi .current {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #131313;
  background: #212121;
  font-size: 13px;
  color: #ffffff;
  width: 38px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin: 0 5px;
  padding: 0;
}
.tz-post .wp-pagenavi .pages {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #131313;
  background: #212121;
  font-size: 13px;
  color: #ffffff;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-post .wp-pagenavi .current {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-post .wp-pagenavi a:hover {
  background: #b2a871;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}
.tz-post.tz-blog .tz-post-item:last-child {
  margin-bottom: 40px;
}
.tz-post.tz-blog .tz-post-content .tz-post-information {
  padding-bottom: 13px;
}
.tz-post .tz-post-item {
  display: block;
  position: relative;
}
.tz-post-comments {
  margin-bottom: 36px;
  position: relative;
  display: block;
}
.tz-post-comments:before,
.tz-post-comments:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post-comments .comment-list {
  padding: 0;
  margin: 50px 0 0;
}
.tz-post-comments .comment-list li {
  list-style: none;
}
.tz-post-comments .comment-list .comment-body {
  padding: 27px 30px 20px;
  background: #212121;
  margin-bottom: 27px;
  position: relative;
  display: block;
}
.tz-post-comments .comment-list .comment-body .comment-author {
  height: 78px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 78px;
}
.tz-post-comments .comment-list .comment-body .comment-author img {
  width: 100%;
  height: auto;
}
.tz-post-comments .comment-list .comment-body .comment-content {
  padding-left: 100px;
  display: block;
}
.tz-post-comments .comment-list .comment-body .comment-content cite a {
  font-size: 17px;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  font-style: normal;
}
.tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a {
  font-size: 12px;
  color: #000;
  background: #b2a871;
  text-transform: uppercase;
  padding: 0 7px;
  margin-left: 5px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  float: right;
  line-height: 25px;
  display: inline-block;
}
.tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a:hover,
.tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a:focus,
.tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a:active {
  color: #fff;
}
.tz-post-comments .comment-list .comment-body .comment-content .comments-datetime {
  display: block;
  padding-bottom: 3px;
  padding-top: 2px;
  position: relative;
}
.tz-post-comments .comment-list .comment-body .comment-content .comments-datetime time {
  float: left;
  font-style: italic;
  font-size: 12px;
}
.tz-post-comments .comment-list .comment-body .comment-content p {
  color: #9d9d9d;
  line-height: 1.8em;
  padding: 5px 0;
}
.tz-post-comments .comment-list ol.children {
  padding-left: 70px;
}
.tz-post-comments .comment-respond {
  background: #212121;
  padding: 35px 30px;
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
}
.tz-post-comments .tz-comment-form .comment-respond {
  margin-top: 50px;
  margin-bottom: 0;
}
.tz-post-comments .comment-respond:before,
.tz-post-comments .comment-respond:after {
  content: "";
  display: table;
  clear: both;
}
.tz-post-comments .comment-respond .comment-notes {
  display: none;
}
.tz-post-comments .comment-respond .comment-reply-title {
  margin: 0;
  line-height: 1em;
  display: inline-block;
}
.tz-post-comments .comment-respond .comment-reply-title a {
  margin: 0;
  line-height: 25px;
  display: inline-block;
  font-size: 12px;
  color: #000;
  background: #b2a871;
  text-transform: uppercase;
  padding: 0 7px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.tz-post-comments .comment-respond .comment-reply-title a:hover {
  color: #fff;
}
.tz-post-comments .comment-respond .logged-in-as {
  padding: 0 0 15px;
}
.tz-post-comments .comment-respond input {
  background: #1e1e1e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #161616;
  color: rgba(255, 255, 255, 0.2);
  line-height: 40px;
  padding: 0 15px;
  height: 40px;
  font-size: 13px;
}
.tz-post-comments .comment-respond input::-moz-placeholder,
.tz-post-comments .comment-respond input::-moz-placeholder,
.tz-post-comments .comment-respond input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.tz-post-comments .comment-respond textarea {
  background: #1e1e1e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #161616;
  color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  height: 160px;
  font-size: 13px;
}
.tz-post-comments .comment-respond textarea::-moz-placeholder,
.tz-post-comments .comment-respond textarea::-moz-placeholder,
.tz-post-comments .comment-respond textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.tz-post-comments .comment-respond .form-control:hover,
.tz-post-comments .comment-respond .form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(178, 168, 113, 0.6);
}
.tz-post-comments .comment-respond input.submit {
  display: block;
  font-family: 'bebas_neuebold';
  color: #010101;
  background: #b2a871;
  text-transform: uppercase;
  text-align: center;
  border: none;
  width: 100%;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-post-comments .comment-respond input.submit:hover {
  color: #fff;
}
.tz-post-comments .comment-respond .tzcomment-textarea {
  width: 48%;
  float: right;
  margin-bottom: 30px;
}
.tz-post-comments .comment-respond .tzcomment-textarea.logged {
  width: 100%;
  float: none;
}
.tz-post-comments .comment-respond .tz-comment-author,
.tz-post-comments .comment-respond .tz-comment-email,
.tz-post-comments .comment-respond .tz-comment-web {
  width: 48%;
  float: left;
  margin-bottom: 20px;
  display: inline-block;
}
.tz-post-comments .comment-respond .tz-comment-author,
.tz-post-comments .comment-respond .tz-comment-email {
  margin-bottom: 20px;
}
.tz-post-comments .comment-respond .tz-comment-web {
  margin-bottom: 30px;
}
.tz-post-comments .comment-respond .form-submit {
  padding: 0;
}
/**
* 6.0 -  Widget
* -----------------------------------------------------------------------------
*/
.tz-sidebar.left {
  float: left;
}
.tz-has-sidebar.left {
  float: right;
}
.tz-sidebar .widget {
  display: block;
  position: relative;
  background: #212121;
  margin-bottom: 43px;
  padding: 0 18px 20px;
  box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 46px 0 rgba(0, 0, 0, 0.1) inset;
}
.tz-sidebar .widget .title-widget {
  font-size: 18px;
  color: #ffffff;
  font-family: 'bebas_neuebold';
  font-weight: 400;
  line-height: 30px;
  padding: 6px 0 10px;
  margin: 0;
  position: relative;
  display: block;
}
.tz-sidebar .widget .title-widget:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.tz-sidebar .widget input,
.tz-sidebar .widget select {
  line-height: 30px;
  height: 30px;
  border: 1px solid #161616;
  background: #1e1e1e;
  width: 100%;
  display: block;
  margin-top: 21px;
  padding: 0 12px;
  font-size: 13px;
  font-style: italic;
}
.tz-sidebar .widget input::-moz-placeholder,
.tz-sidebar .widget select::-moz-placeholder,
.tz-sidebar .widget input::-moz-placeholder,
.tz-sidebar .widget select::-moz-placeholder,
.tz-sidebar .widget input::-moz-placeholder,
.tz-sidebar .widget select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.tz-sidebar .widget select option {
  max-width: 100%;
}
.tz-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: block;
  position: relative;
}
.tz-sidebar .widget ul:after {
  content: "";
  display: table;
  clear: both;
}
.tz-sidebar .widget ul li {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-sidebar .widget ul li:before {
  content: "\f067";
  position: absolute;
  line-height: 30px;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #9aa7af;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-sidebar .widget ul li:hover:before {
  color: #b2a871;
}
.tz-sidebar .widget table {
  background: #1e1e1e;
}
.tz-sidebar .widget.widget_search form {
  display: block;
  position: relative;
}
.tz-sidebar .widget.widget_search form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  margin: 0;
  background: none;
  border: none;
}
.tz-sidebar .widget.widget_search form:before {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  font-family: 'FontAwesome';
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 26px;
}
.tz-sidebar .widget.widget_tag_cloud a {
  background: #2d2f2f;
  font-size: 13px !important;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.4);
}
.tz-sidebar .widget.widget_tag_cloud a:hover {
  background: #b2a871;
  color: #fff;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner {
  padding: 30px 0 13px;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .owl-controls {
  display: none;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .tweet-item {
  padding: 0 15px;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a {
  display: block;
  font-size: 16px;
  font-style: italic;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a.user {
  display: inline-block;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .twitter-user a.user img {
  width: 100%;
  height: 100%;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .tweet-content {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
  padding-top: 24px;
  line-height: 1.8em;
  padding-bottom: 10px;
}
.tz-sidebar .widget.filmcampaign_twitter .tz-twitter-inner .tweet-content a {
  font-size: 13px;
  font-style: italic;
  color: rgba(178, 168, 113, 0.4);
}
.tz-sidebar .widget.widget_categories ul li {
  color: #ffffff;
  text-align: right;
}
.tz-sidebar .widget.widget_categories ul li a {
  float: left;
}
.tz-sidebar .widget.widget_categories ul li:hover {
  color: #b2a871;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item {
  padding-top: 30px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image {
  position: relative;
  display: block;
  max-height: 120px;
  overflow: hidden;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image img {
  max-width: none;
  max-height: none;
  position: relative;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-post:before,
.tz-sidebar .widget.tz-recent-widget .tz-recent-post:after {
  content: "";
  display: table;
  clear: both;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .title {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  padding: 17px 0 3px;
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-information {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}
.tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-recent-content {
  padding: 10px 0 5px;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.4);
}
/**
* 7.0 -  Page default
* -----------------------------------------------------------------------------
*/
/**
* 7.1 -  404 page
* -----------------------------------------------------------------------------
*/
.tz-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-color: #191919;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
}
.tz-error:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+0,1+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
}
.tz-error .tz-error-content {
  display: inline-block;
}
.tz-error .content-404 {
  font-size: 24px;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-family: 'bebas_neuebold';
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.tz-error .content-404 h2 {
  margin: 0;
  line-height: 1em;
  letter-spacing: 0.2em;
}
.tz-error .content-404 p,
.tz-error .content-404 span {
  line-height: 1em;
  letter-spacing: 0.2em;
}
.tz-error a {
  font-size: 18px;
  color: #fff;
  background: rgba(230, 83, 72, 0.8);
  padding: 15px 25px;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  display: inline-block;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.tz-error a:hover {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  background: rgba(250, 223, 10, 0.8);
}
/**
* 7.2 -  Loading page
* -----------------------------------------------------------------------------
*/
.tz-loading,
body .animsition-loading {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 999999;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-loading .cube-wrapper,
body .animsition-loading .cube-wrapper {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100px;
}
.tz-loading .cube-wrapper:before,
body .animsition-loading .cube-wrapper:before {
  animation: shadow 0.5s ease 0s alternate infinite;
  -webkit-animation: shadow 0.5s ease 0s alternate infinite;
  -moz-animation: shadow 0.5s ease 0s alternate infinite;
  -o-animation: shadow 0.5s ease 0s alternate infinite;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  bottom: -20px;
  content: "";
  -webkit-filter: blur(3px);
  /* Safari */
  filter: blur(3px);
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90px;
  z-index: 1;
}
.tz-loading .cube-folding,
body .animsition-loading .cube-folding {
  display: inline-block;
  font-size: 0;
  height: 40px;
  transform: rotate(45deg);
  width: 40px;
}
.tz-loading .cube-folding span,
body .animsition-loading .cube-folding span {
  display: inline-block;
  height: 20px;
  position: relative;
  transform: scale(1.1);
  width: 20px;
  float: left;
}
.tz-loading .cube-folding span:before,
body .animsition-loading .cube-folding span:before {
  animation: folding 2.5s linear 0s normal infinite;
  -webkit-animation: folding 2.5s linear 0s normal infinite;
  -moz-animation: folding 2.5s linear 0s normal infinite;
  -o-animation: folding 2.5s linear 0s normal infinite;
  background-color: #1e1e1e;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 20px;
}
.tz-loading .cube-folding .leaf2,
body .animsition-loading .cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -o-transform: rotateZ(90deg) scale(1.1);
}
.tz-loading .cube-folding .leaf2:before,
body .animsition-loading .cube-folding .leaf2:before {
  animation-delay: 0.3s;
  background-color: #141414;
}
.tz-loading .cube-folding .leaf3,
body .animsition-loading .cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -o-transform: rotateZ(270deg) scale(1.1);
}
.tz-loading .cube-folding .leaf3::before,
body .animsition-loading .cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #000;
}
.tz-loading .cube-folding .leaf4,
body .animsition-loading .cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}
.tz-loading .cube-folding .leaf4::before,
body .animsition-loading .cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #0a0a0a;
}
.tz-loading .loading,
body .animsition-loading .loading {
  animation: text 0.5s ease 0s alternate infinite;
  -webkit-animation: text 0.5s ease 0s alternate infinite;
  -moz-animation: text 0.5s ease 0s alternate infinite;
  -o-animation: text 0.5s ease 0s alternate infinite;
  color: #000;
  display: block;
  font-size: 12px;
  position: relative;
  top: 25px;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  z-index: 2;
}
.tz-loading .cssload-thecube,
body .animsition-loading .cssload-thecube {
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.tz-loading .cssload-thecube .cssload-cube,
body .animsition-loading .cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.tz-loading .cssload-thecube .cssload-cube,
body .animsition-loading .cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.tz-loading .cssload-thecube .cssload-cube:before,
body .animsition-loading .cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  animation: cssload-fold-thecube 2.28s infinite linear both;
  -o-animation: cssload-fold-thecube 2.28s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.28s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.28s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.28s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.tz-loading .cssload-thecube .cssload-c2,
body .animsition-loading .cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.tz-loading .cssload-thecube .cssload-c3,
body .animsition-loading .cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.tz-loading .cssload-thecube .cssload-c4,
body .animsition-loading .cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.tz-loading .cssload-thecube .cssload-c2:before,
body .animsition-loading .cssload-thecube .cssload-c2:before {
  animation-delay: 0.285s;
  -o-animation-delay: 0.285s;
  -ms-animation-delay: 0.285s;
  -webkit-animation-delay: 0.285s;
  -moz-animation-delay: 0.285s;
}
.tz-loading .cssload-thecube .cssload-c3:before,
body .animsition-loading .cssload-thecube .cssload-c3:before {
  animation-delay: 0.57s;
  -o-animation-delay: 0.57s;
  -ms-animation-delay: 0.57s;
  -webkit-animation-delay: 0.57s;
  -moz-animation-delay: 0.57s;
}
.tz-loading .cssload-thecube .cssload-c4:before,
body .animsition-loading .cssload-thecube .cssload-c4:before {
  animation-delay: 0.855s;
  -o-animation-delay: 0.855s;
  -ms-animation-delay: 0.855s;
  -webkit-animation-delay: 0.855s;
  -moz-animation-delay: 0.855s;
}
@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(101px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(101px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(101px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(101px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(101px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(101px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(101px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(101px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(101px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(101px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(101px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(101px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(101px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(101px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(101px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes folding {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes folding {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -o-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -o-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -o-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
/**
* 8.0 -  Responsive Desktop 1200-1440
* -----------------------------------------------------------------------------
*/
@media (min-width: 1400px) and (max-width: 1599px) {
  /*  Home Page */
  .tz-home-icon,
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    line-height: 68px;
    height: 70px;
    width: 70px;
    font-size: 22px;
  }
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span,
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span {
    font-size: 60px !important;
  }
  /*  FullScreen Video Element */
  .tz-full-video .tz-video-content.style_1 .video-title p {
    padding: 5px 0;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 20px;
  }
  /*  Video Gallery Element */
  .tz-video-gallery .anythingSlider .arrow a,
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    width: 90px;
    height: 90px;
    font-size: 22px;
  }
  .tz-video-gallery .anythingSlider .arrow.back {
    right: 150px;
  }
  .tz-video-gallery .anythingSlider .anythingControls {
    padding-right: 280px;
    bottom: 65px;
    max-height: 90px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    bottom: 65px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    width: 180px;
    height: 90px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 40px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 200px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
    padding: 1px 0 6px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
    padding: 5px 0 0;
  }
  .tz-our-blog .tz-home-title {
    padding-bottom: 30px;
  }
  .text-animation {
    padding: 145px 0 185px;
  }
  /*  Blog  */
  .tz-Breadcrumb h1 {
    font-size: 60px;
  }
  /*  Check Toolbar */
  body.admin-bar .tz-video-gallery .anythingSlider .anythingControls {
    bottom: 95px;
  }
}
/**
* 9.0 -  Responsive Desktop 1200-1399
* -----------------------------------------------------------------------------
*/
@media (min-width: 1200px) and (max-width: 1399px) {
  p {
    padding: 5px 0;
  }
  .tz-margin-bottom-45 {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 36px;
    margin: 10px 0 5px;
  }
  .tz-header.tz-header-type-2 {
    padding: 30px 0 0 90px;
  }
  .tz-header.tz-header-type-3 {
    padding: 20px 0 0 60px;
  }
  .tz-header .tz-header-logo img {
    max-height: 25px;
  }
  .tz-header.tz-header-type-1 {
    padding: 0 40px;
  }
  .tz-header.tz-header-type-1 .nav > li a {
    font-size: 13px;
    line-height: 70px;
  }
  .tz-header.tz-header-type-1 .tz-header-logo {
    height: 70px;
  }
  .tz-header.tz-header-type-1.tz-scroll .tz-header-logo {
    height: 60px;
  }
  .tz-header.tz-header-type-1.tz-scroll .nav > li a {
    line-height: 60px;
  }
  /*  Home Page */
  .tz-home-icon,
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    font-size: 20px;
    height: 60px;
    line-height: 58px;
    width: 60px;
  }
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    margin-left: -30px;
    margin-top: -30px;
  }
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span,
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span,
  .tz-home-title .tz-title h2 span {
    font-size: 48px !important;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer-upload{
    margin-bottom: 20px;
  }
  .tz-home-title.style_3 .tz-title .title {
    font-size: 48px;
  }
  .tz-home-title.style_2 .tz-title .tz-description {
    font-size: 32px;
  }
  .tz-full-video .tz-video-content.style_1 .video-title p {
    padding: 5px 0;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    font-size: 20px;
  }
  /*  Video Gallery Element */
  .tz-video-gallery .anythingSlider .arrow a,
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    width: 75px;
    height: 75px;
    font-size: 18px;
  }
  .tz-video-gallery .anythingSlider .arrow.back {
    right: 125px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    height: 75px;
    margin: 0 0 0 15px;
    width: 150px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    margin-left: 15px;
    right: 35px;
  }
  .tz-video-gallery .anythingSlider .anythingControls {
    bottom: 65px;
    padding-right: 235px;
    max-height: 75px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    bottom: 65px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
    font-size: 14px;
  }
  .tz-description.tz-story .title {
    padding: 0 100px 0 50px;
    font-size: 36px;
    top: 120px;
  }
  .tz-description.tz-story .tz-des-content .content {
    padding: 0 100px 0 50px;
    font-size: 13px;
  }
  .tz-description.tz-story .tz-des-content .content p {
    padding: 5px 0;
  }
  .tz-description.tz-story .tz-des-content {
    padding: 190px 0 150px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
    height: 150px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
    height: 190px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 36px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 130px 100px 0 50px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 100px 0 50px;
    font-size: 13px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content p {
    padding: 5px 0;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
    padding: 230px 0 180px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
    height: 230px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
    height: 180px;
  }
  .tz-gallery #prevslide,
  .tz-gallery #nextslide {
    font-size: 30px;
  }
  .tz-gallery:hover #nextslide {
    right: 26px;
  }
  .tz-gallery:hover #prevslide {
    left: 26px;
  }
  .tz-our-blog .tz-home-title {
    padding-bottom: 30px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 190px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
    display: none;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
    font-size: 18px;
    padding: 0;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description {
    padding: 10px 20px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
    font-size: 11px;
    padding: 0 0 5px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-title {
    margin: 10px 0 30px;
    font-size: 36px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax {
    font-size: 13px;
    line-height: 30px;
  }
  .text-animation {
    padding: 115px 0 155px;
  }
  .text-animation .tz-animation .tz-content td {
    font-size: 13px;
  }
  .text-animation .tz-animation .tz-content tr td:nth-child(2) {
    font-size: 15px;
  }
  /*  Blog  */
  .tz-Breadcrumb h1 {
    font-size: 48px;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 155px 0 45px;
  }
  .tz-post .tz-post-content h2.tz-post-title {
    font-size: 30px;
    padding-bottom: 5px;
  }
  .tz-post.tz-blog .tz-post-content .tz-post-information {
    padding-bottom: 8px;
  }
  .tz-post .tz-post-share {
    padding: 13px 30px 15px;
  }
  .tz-post,
  .tz_page_content {
    padding: 70px 0 50px;
  }
  .tz-footer .tz-footer-content .tz-copyright {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .tz-footer .tz-footer-content .tz-copyright p {
    font-size: 13px;
  }
  .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    font-size: 13px;
    padding: 16px 0 17px 20px;
  }
  .tz-post .tz-post-content {
    padding: 20px 30px 18px;
  }
  .tz-sidebar .widget .title-widget {
    padding: 4px 0 6px;
    font-size: 16px;
  }
  .tz-sidebar .widget {
    box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 30px;
  }
  .tz-post .tz-post-author {
    min-height: 220px;
    padding-bottom: 22px;
    padding-left: 220px;
    padding-top: 21px;
  }
  .tz-post .tz-post-author .tz-AuthorAvatar {
    height: 220px;
    width: 220px;
  }
  .tz-post .tz-post-author .tz-author-content {
    padding: 15px 20px 32px 25px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-name {
    padding: 4px 0 13px;
  }
  .tz-post .tz-post-related .tz-related-content .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-post .tz-post-related .tz-related-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 a {
    font-size: 15px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body {
    padding: 22px 30px 15px;
    margin-bottom: 22px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a {
    font-size: 11px;
    line-height: 20px;
  }
  .tz-post .tz-post-comments .comment-respond {
    margin-top: 35px;
    padding: 25px 30px;
  }
  .tz-post .tz-post-comments .comment-respond .tzcomment-textarea {
    margin-bottom: 20px;
  }
  .tz-error .content-404 h2,
  .tz-error .content-404 h2 span {
    font-size: 72px !important;
  }
  .tz-error a {
    padding: 10px 20px;
  }
  .tz-error .content-404 {
    margin-bottom: 40px;
  }
  .tz-sidebar-menu .tz-logo {
    padding: 12px 0 28px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 25px;
  }
  .tz-sidebar-menu .widget {
    padding: 17px 0 12px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 33px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 22px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    padding: 16px 0 0;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  /*  Check Toolbar */
  body.admin-bar .tz-video-gallery .anythingSlider .anythingControls {
    bottom: 95px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a{
    font-size: 36px;
    padding: 16px 0;
  }
  /*.tz-header.tz-header-type-4 .tz-menu-content .menu-share .social-btn{*/
    /*font-size: 22px;*/
  /*}*/
}
/**
* 10.0 -  Responsive Desktop 992-1199
* -----------------------------------------------------------------------------
*/
@media (min-width: 992px) and (max-width: 1199px) {
  p {
    padding: 5px 0;
  }
  .tz-margin-bottom-45 {
    margin-bottom: 30px;
  }
  body {
    font-size: 12px;
  }
  /*  Header  */
  .body-box-left,
  .body-box-right {
    width: 15px;
  }
  .body-box-top,
  .body-box-bottom {
    height: 15px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer,
  .tz-header.tz-header-type-3 .tz-menu-footer {
    padding: 0 15px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li > a,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li > a {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search .Tzsearchform {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search {
    right: 35px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .menu-social a,
  .tz-header.tz-header-type-3 .tz-menu-footer .menu-social a {
    font-size: 13px;
    line-height: 40px;
    width: 25px;
  }
  a.tz-button-sidebar-menu {
    height: 94px;
    left: -32px;
    top: -32px;
    width: 94px;
  }
  a.tz-button-sidebar-menu.tz-sidebar-right{
    left: auto;
    right: -32px;
  }
  a.tz-button-sidebar-menu .bar {
    width: 18px;
  }
  .audio-controls {
    height: 15px;
    right: 35px;
    top: 35px;
  }
  .tz-header.tz-header-type-2 {
    padding: 20px 0 0 70px;
    top: 15px;
  }
  .tz-header.tz-header-type-3 {
    padding: 20px 0 0 60px;
    top: 15px;
  }
  .tz-header .tz-header-logo img {
    max-height: 20px;
  }
  .tz-header.tz-header-type-1 {
    padding: 0 40px;
  }
  .tz-header.tz-header-type-1 .nav > li a {
    font-size: 13px;
    line-height: 60px;
  }
  .tz-header.tz-header-type-1 .tz-header-logo {
    height: 60px;
  }
  .tz-header.tz-header-type-1.tz-scroll .tz-header-logo {
    height: 50px;
  }
  .tz-header.tz-header-type-1.tz-scroll .nav > li a {
    line-height: 50px;
  }
  .tz-header.tz-header-type-1 .nav > li .sub-menu,
  .tz-header.tz-header-type-1 .nav > li .sub-menu li .sub-menu,
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu,
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li .sub-menu,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li .sub-menu {
    width: 200px;
  }
  .tz-header.tz-header-type-1 .nav > li .sub-menu li a,
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 15px;
  }
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.fist,
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.three {
    width: 26px;
  }
  .tz-sidebar-menu {
    left: -250px;
    padding: 15px 15px 40px;
    width: 250px;
  }
  .tz-sidebar-menu.tz-sidebar-right{
    right: -250px;
    left: auto;
  }
  body.show-sidebar-menu .tz-film-campaign {
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
  }
  body.show-sidebar-menu.tz-sidebar-right .tz-film-campaign {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
  }
  .tz-sidebar-menu .tz-logo {
    padding: 7px 0 28px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 20px;
  }
  .tz-sidebar-menu .widget {
    padding: 13px 0 7px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 30px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 20px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    font-size: 13px;
    padding: 15px 0 3px;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  /*  Home Page */
  .tz-home-icon,
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    width: 50px;
  }
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    margin-left: -25px;
    margin-top: -25px;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span,
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span,
  .tz-home-title .tz-title h2 span {
    font-size: 48px !important;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer-upload{
    margin-bottom: 15px;
  }
  .tz-full-video .tz-video-content.style_1 .video-title p {
    padding: 3px 0;
  }
  .tz-home-title.style_3 .tz-title .title {
    font-size: 42px;
  }
  .tz-home-title.style_2 .tz-title .tz-description {
    font-size: 30px;
  }
  .tz-home-title.style_2 .tz-title .tz-home-icon {
    margin-right: 15px;
  }
  /*  Video Gallery */
  .tz-video-gallery .anythingSlider .anythingControls {
    left: 15px;
    padding-right: 220px;
    bottom: 50px;
    max-height: 70px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    font-size: 12px;
    height: 70px;
    margin: 0 0 0 15px;
    width: 120px;
  }
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    font-size: 18px;
    height: 70px;
    width: 70px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    bottom: 50px;
    margin-left: 15px;
    right: 30px;
  }
  .tz-video-gallery .anythingSlider .arrow.back {
    right: 115px;
  }
  .tz-video-gallery .anythingSlider .arrow a {
    font-size: 18px;
    height: 70px;
    width: 70px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
    font-size: 13px;
  }
  .tz-home-title.absolute .tz-home-icon,
  .tz-home-title .tz-title.absolute .tz-home-icon {
    margin: 0 0 15px;
  }
  .tz-description.tz-story .title {
    font-size: 36px;
    padding: 0 80px 0 40px;
    top: 90px;
  }
  .tz-description.tz-story .tz-des-content .content {
    padding: 0 80px 0 40px;
  }
  .tz-description.tz-story .tz-des-content {
    padding: 160px 0 130px;
    font-size: 13px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
    height: 160px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
    height: 130px;
  }
  .tz-gallery #thumb-tray {
    bottom: 50px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 30px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 80px 0 40px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 80px 0 40px;
    font-size: 13px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
    padding: 180px 0 200px;
    font-size: 13px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
    height: 180px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
    height: 200px;
  }
  .tz-gallery #prevslide,
  .tz-gallery #nextslide {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: -15px 0 0;
  }
  .tz-gallery:hover #prevslide {
    left: 16px;
  }
  .tz-gallery:hover #nextslide {
    right: 16px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content p {
    padding: 5px 0;
  }
  .tz-our-blog .tz-home-title {
    padding-bottom: 25px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 190px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
    display: none;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
    font-size: 18px;
    padding: 0;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description {
    padding: 10px 20px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
    font-size: 11px;
    padding: 0 0 5px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-title {
    font-size: 30px;
    margin: 5px 0 15px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt {
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 13px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax {
    font-size: 13px;
    line-height: 30px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-thumbnail {
    max-height: 250px;
  }
  blockquote p {
    font-size: 14px;
  }
  .text-animation .tz-animation .tz-content td {
    font-size: 12px;
  }
  .text-animation .tz-animation .tz-content tr td:nth-child(2) {
    font-size: 14px;
  }
  .text-animation {
    padding: 100px 0 140px;
  }
  /*  Blog  */
  .tz-Breadcrumb h1 {
    font-size: 36px;
  }
  .tz-Breadcrumb .tz-breadcrumb-navxt span {
    font-size: 12px;
  }
  .tz-post .tz-post-top .tz-post-slides.flexslider .flex-direction-nav a {
    font-size: 22px;
  }
  .tz-post .tz-post-thumbnail {
    max-height: 300px;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 155px 0 45px;
  }
  .tz-post .tz-post-content h2.tz-post-title {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .tz-post.tz-blog .tz-post-content .tz-post-information {
    padding-bottom: 8px;
  }
  .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    font-size: 11px;
    padding-right: 20px;
  }
  .tz-post .tz-post-content .tz-post-information {
    padding-bottom: 10px;
  }
  blockquote:before {
    top: 15px;
    font-size: 20px;
  }
  blockquote:after {
    bottom: 15px;
    font-size: 20px;
  }
  blockquote {
    padding: 40px 25px 37px;
    margin: 20px 0 15px;
  }
  .tz-post .tz-post-share {
    padding: 9px 20px 11px;
  }
  .tz-post .tz-post-share .tz-views span,
  .tz-post .tz-post-share .tz-icon-button span {
    font-size: 12px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-social a {
    font-size: 14px;
  }
  .tz-post,
  .tz_page_content {
    padding: 70px 0 50px;
  }
  .tz-footer .tz-footer-content .tz-copyright {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .tz-footer .tz-footer-content .tz-copyright p {
    font-size: 13px;
  }
  .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    font-size: 13px;
    padding: 16px 0 17px 20px;
  }
  .tz-post .tz-post-content {
    padding: 20px 20px 18px;
  }
  .tz-sidebar .widget .title-widget {
    padding: 4px 0 6px;
    font-size: 16px;
  }
  .tz-sidebar .widget {
    box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 30px;
  }
  .tz-post .tz-post-author {
    min-height: 220px;
    padding-bottom: 22px;
    padding-left: 220px;
    padding-top: 21px;
  }
  .tz-post .tz-post-author .tz-AuthorAvatar {
    height: 220px;
    width: 220px;
  }
  .tz-post .tz-post-author .tz-author-content {
    padding: 15px 20px 32px 25px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-name {
    padding: 2px 0 10px;
    font-size: 15px;
  }
  .tz-post .tz-post-related {
    box-shadow: 0 41px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .tz-post .tz-post-related .tz-related-title {
    font-size: 16px;
    line-height: 40px;
  }
  .tz-post .tz-post-related .tz-related-content .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tz-post .tz-post-related .tz-related-content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tz-post .tz-post-related .tz-related-content {
    padding: 20px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 {
    margin: 8px 0 0;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 a {
    font-size: 14px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des span {
    font-size: 11px;
  }
  .tz-margin-bottom-50 {
    margin-bottom: 35px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comments-datetime time {
    font-size: 11px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content cite a {
    font-size: 15px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body {
    padding: 22px 30px 15px;
    margin-bottom: 22px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a {
    font-size: 11px;
    line-height: 20px;
  }
  .tz-post .tz-post-comments .comment-respond {
    margin-top: 35px;
    padding: 25px 30px;
  }
  .tz-post .tz-post-comments .comment-respond .tzcomment-textarea {
    margin-bottom: 20px;
  }
  .tz-post .tz-post-pagenav h4 {
    font-size: 16px;
  }
  .tz-post .tz-post-pagenav h4 {
    font-size: 12px;
  }
  .tz-error .content-404 h2,
  .tz-error .content-404 h2 span {
    font-size: 60px !important;
  }
  .tz-error a {
    padding: 10px 20px;
  }
  .tz-error .content-404 {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0 40px;
  }
  .tz-sidebar-menu .tz-logo {
    padding: 7px 0 23px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 20px;
  }
  .tz-sidebar-menu .widget {
    padding: 12px 0 7px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 30px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 18px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    padding: 13px 0 0;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  .tz-sidebar-menu .widget p {
    font-size: 11px;
  }
  /*  Check Toolbar */
  body.admin-bar a.tz-button-sidebar-menu {
    top: 0;
  }
  body.admin-bar .audio-controls {
    top: 67px;
  }
  body.admin-bar .tz-header.tz-header-type-2,
  body.admin-bar .tz-header.tz-header-type-3 {
    top: 47px;
  }
  body.admin-bar .tz-video-gallery .anythingSlider .anythingControls {
    bottom: 82px;
  }
  body.admin-bar .tz-gallery .tz-slider-thumbnail,
  body.admin-bar .tz-video-gallery .anythingSlider .arrow {
    bottom: 82px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a{
    font-size: 30px;
    padding: 16px 0;
  }
  .tz-header.tz-header-type-4 .tz-menu-content .menu-share .social-btn{
  font-size: 20px;
  }
  .tz-header.tz-header-type-4 a.tz-button-sidebar-menu .tz-dot{
    font-size: 24px;
  }
}
/**
* 11.0 -  Responsive Tablet 768-992
* -----------------------------------------------------------------------------
*/
@media (min-width: 768px) and (max-width: 991px) {
  p {
    padding: 5px 0;
  }
  .tz-margin-bottom-45 {
    margin-bottom: 30px;
  }
  body {
    font-size: 12px;
  }
  /*  Header  */
  .body-box-left,
  .body-box-right,
  .body-box-top,
  .body-box-bottom {
    display: none;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer,
  .tz-header.tz-header-type-3 .tz-menu-footer {
    padding: 0 15px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li > a,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li > a {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search .Tzsearchform {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search {
    right: 35px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .menu-social a,
  .tz-header.tz-header-type-3 .tz-menu-footer .menu-social a {
    font-size: 13px;
    line-height: 40px;
    width: 25px;
  }
  a.tz-button-sidebar-menu,
  a.tz-button-sidebar-menu.tz-sidebar-right{
    background: transparent none repeat scroll 0 0;
    bottom: 18px;
    color: #fff;
    display: inline-block;
    height: auto;
    left: auto;
    margin: 0;
    right: 20px;
    top: auto;
    width: auto;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .tz-audio a.tz-button-sidebar-menu,
  .tz-audio a.tz-button-sidebar-menu.tz-sidebar-right{
    right: 65px;
  }
  a.tz-button-sidebar-menu:hover {
    background: transparent;
    color: #fff;
  }
  a.tz-button-sidebar-menu .tz-dot,
  a.tz-button-sidebar-menu.tz-sidebar-right .tz-dot{
    display: inline-block;
    font-size: 24px;
    left: auto;
    line-height: 1em;
    position: relative;
    top: auto;
  }
  a.tz-button-sidebar-menu .bar {
    width: 18px;
  }
  .audio-controls {
    bottom: 23px;
    height: 15px;
    right: 20px;
    top: auto;
  }
  .tz-header.tz-header-type-2,
  .tz-header.tz-header-type-3 {
    padding: 25px 0 0;
    top: 0;
    text-align: center;
  }
  .tz-header .tz-header-logo {
    float: none !important;
    display: inline-block;
  }
  .tz-header .tz-header-logo img {
    max-height: 30px;
  }
  .tz-header.tz-header-type-1 .tz-header-logo {
    height: 80px;
  }
  .tz-header.tz-header-type-1 .tz-menu,
  .tz-header.tz-header-type-2 .tz-menu-footer,
  .tz-header.tz-header-type-3 .tz-menu-footer {
    display: none;
  }
  .tz-header.tz-header-type-3 a.tz-button-sidebar-menu-mobile {
    display: inline-block;
  }
  .tz-header .tz-bar-mobile,
  .tz-header .tz-menu-mobile {
    display: inline-block;
  }
  .tz-bar-mobile {
    top: 19px;
  }
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.fist,
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.three {
    width: 26px;
  }
  .tz-sidebar-menu {
    left: -250px;
    right: auto;
    padding: 15px 15px 40px;
    width: 250px;
  }
  body.show-sidebar-menu .tz-film-campaign{
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
  }
  body.show-sidebar-menu.tz-sidebar-right .tz-film-campaign{
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
  }
  .tz-sidebar-menu .tz-logo {
    padding: 7px 0 28px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 20px;
  }
  .tz-sidebar-menu .widget {
    padding: 13px 0 7px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 30px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 20px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    font-size: 13px;
    padding: 15px 0 3px;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  /*  Home Page */
  .tz-home-icon {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    width: 40px;
  }
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    font-size: 28px;
    height: 86px;
    line-height: 84px;
    width: 86px;
    margin-left: -43px;
    margin-top: -43px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer span,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload span{
    height: 28px;
    line-height: 28px;
    width: 28px;
    display: inline-block;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload{
    font-size: 28px;
    height: 86px;
    line-height: 84px;
    width: 86px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload{
    margin-bottom: 18px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer span,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload span{
    height: 22px;
    line-height: 22px;
    width: 22px;
    display: inline-block;
    margin: 0 -2px 0 0;
  }
  .tz-full-video .tz-video-content {
    width: auto;
    right: 45px;
    bottom: 19%;
    left: 45px;
    text-align: center;
  }
  .tz-video-gallery .tz-video-content {
    width: auto;
    left: 45px;
    right: 45px;
    bottom: auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tz-full-video .tz-image {
    right: 20px;
    left: 20px;
    bottom: 8%;
    max-width: none;
    text-align: center;
  }
  .tz-full-video .tz-image img {
    max-height: 70px;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    font-size: 28px;
    height: 86px;
    line-height: 84px;
    width: 86px;
    margin-left: -43px;
    margin-top: -43px;
  }
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span {
    font-size: 48px !important;
  }
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-home-title .tz-title h2 span {
    font-size: 36px !important;
  }
  .tz-full-video .video-title p span {
    font-size: 25px !important;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer-upload{
    margin-bottom: 40px;
  }
  .tz-full-video .tz-video-content.style_1 .video-title p {
    padding: 20px 0;
  }
  .tz-full-video .tz-overlay {
    display: none;
  }
  .tz-home-title.style_3 .tz-title .title {
    font-size: 36px;
  }
  .tz-home-title.style_2 .tz-title .tz-description {
    font-size: 22px;
  }
  .tz-home-title.style_2 .tz-title .tz-home-icon {
    margin-right: 15px;
  }
  .tz-home-title .tz-title .tz-description span,
  .tz-home-title .tz-title .tz-description p {
    font-size: 18px !important;
  }
  .tz-partner .tz-partner-slider li {
    padding: 0 15px;
  }
  .tz-partner .tz-partner-slider .owl-stage-outer {
    margin: 0 -15px;
  }
  /*  Video Gallery */
  .tz-video-gallery .anythingSlider .anythingControls {
    left: 15px;
    padding-right: 160px;
    bottom: 30px;
    max-height: 50px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    font-size: 12px;
    height: 50px;
    margin: 0 0 0 10px;
    width: 95px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul li a .tz-poster-mobile {
    display: block;
  }
  .tz-video-gallery .tz-overlay {
    display: none;
  }
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    bottom: 30px;
    margin-left: 10px;
    right: 25px;
  }
  .tz-video-gallery .anythingSlider .arrow.back {
    right: 85px;
  }
  .tz-video-gallery .anythingSlider .arrow a {
    font-size: 16px;
    height: 50px;
    width: 50px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
    font-size: 11px;
  }
  .tz-home-title.absolute .tz-home-icon,
  .tz-home-title .tz-title.absolute .tz-home-icon {
    margin: 0 0 15px;
  }
  .tz-description.tz-story .title {
    font-size: 30px;
    padding: 0 60px 0 30px;
    top: 100px;
  }
  .tz-description.tz-story .tz-des-content .content {
    padding: 0 60px 0 30px;
    font-size: 12px;
  }
  .tz-description.tz-story .tz-des-content {
    padding: 160px 0 130px;
    font-size: 13px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
    height: 160px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
    height: 130px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 24px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 60px 0 30px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 60px 0 30px;
    font-size: 12px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
    padding: 160px 0 180px;
    font-size: 12px;
    width: 100%;
  }
  .tz-gallery #thumb-tray ul#thumb-list {
    padding: 0 25px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item {
    width: 50%;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
    height: 160px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
    height: 180px;
  }
  .tz-gallery #prevslide,
  .tz-gallery #nextslide {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: -15px 0 0;
  }
  .tz-gallery #prevslide,
  .tz-gallery:hover #prevslide {
    left: 20px;
  }
  .tz-gallery #nextslide,
  .tz-gallery:hover #nextslide {
    right: 20px;
  }
  .tz-gallery #thumb-tray {
    bottom: 25px;
    height: 70px;
  }
  .tz-gallery #thumb-tray ul#thumb-list li {
    height: 70px;
    width: 160px;
  }
  .tz-gallery #thumb-tray ul#thumb-list li .cast-title h5 {
    font-size: 11px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content p {
    padding: 5px 0;
  }
  .tz-gallery .tz-slider-thumbnail {
    opacity: 1;
  }
  .tz-gallery .tz-home-title,
  .tz-gallery #thumb-tray,
  .tz-gallery #prevslide,
  .tz-gallery #nextslide,
  .tz-full-video .tz-image,
  .tz-full-video .video-title,
  .tz-full-video .tz-open-trailer,
  .tz-full-video .tz-open-trailer-upload,
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play,
  .tz-full-video .tz-trailer-content a.tz-close-trailer,
  .tz-full-video .tz-trailer-upload a.video-close-btn,
  .tz-video-gallery .tz-video-content,
  .tz-video-gallery .anythingSlider .arrow,
  .tz-video-gallery .anythingSlider .anythingControls {
    opacity: 1;
  }
  .tz-our-blog .tz-home-title {
    padding-bottom: 25px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 190px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
    display: none;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
    font-size: 16px;
    padding: 0;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description {
    padding: 10px 20px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
    font-size: 11px;
    padding: 0 0 5px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-title {
    font-size: 24px;
    margin: 5px 0 15px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-infomation .tz-cat a {
    font-size: 11px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt {
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 12px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax {
    font-size: 12px;
    line-height: 30px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-thumbnail {
    max-height: 250px;
  }
  .tz-our-blog .tz-home-title .tz-home-icon {
    margin-top: 0;
  }
  .tz-our-blog .tz-blog-nav .btn-blog.prev,
  .tz-our-blog:hover .tz-blog-nav .btn-blog.prev {
    left: 30px;
    opacity: 1;
  }
  .tz-our-blog .tz-blog-nav .btn-blog.next,
  .tz-our-blog:hover .tz-blog-nav .btn-blog.next {
    right: 30px;
    opacity: 1;
  }
  blockquote p {
    font-size: 13px;
  }
  .text-animation .tz-animation .tz-content td {
    font-size: 11px;
  }
  .text-animation .tz-animation .tz-content tr td:nth-child(2) {
    font-size: 13px;
  }
  .text-animation {
    padding: 100px 0 140px;
  }
  /*  Blog  */
  .tz-Breadcrumb h1 {
    font-size: 30px;
  }
  .tz-Breadcrumb .tz-breadcrumb-navxt span {
    font-size: 11px;
  }
  .tz-post .tz-post-top .tz-post-slides.flexslider .flex-direction-nav a {
    font-size: 20px;
  }
  .tz-post .tz-post-thumbnail {
    max-height: 300px;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 130px 0 40px;
  }
  .tz-post .tz-post-content h2.tz-post-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .tz-post.tz-blog .tz-post-content .tz-post-information {
    padding-bottom: 8px;
  }
  .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    font-size: 11px;
    padding-right: 20px;
  }
  .tz-post .tz-post-content .tz-post-information {
    padding-bottom: 10px;
  }
  blockquote:before {
    top: 15px;
    font-size: 20px;
  }
  blockquote:after {
    bottom: 15px;
    font-size: 20px;
  }
  blockquote {
    padding: 40px 25px 37px;
    margin: 20px 0 15px;
  }
  .tz-post .tz-post-share {
    padding: 9px 20px 11px;
  }
  .tz-post .tz-post-share .tz-views span,
  .tz-post .tz-post-share .tz-icon-button span {
    font-size: 12px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-social a {
    font-size: 14px;
  }
  .tz-post,
  .tz_page_content {
    padding: 70px 0 50px;
  }
  .tz-footer .tz-footer-content .tz-copyright {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .tz-footer .tz-footer-content .tz-copyright p {
    font-size: 12px;
  }
  .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    font-size: 12px;
    padding: 11px 0 16px 10px;
  }
  .tz-post .tz-post-content {
    padding: 20px 20px 18px;
  }
  .tz-sidebar .widget .title-widget {
    padding: 4px 0 6px;
    font-size: 16px;
  }
  .tz-sidebar .widget {
    box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 30px;
  }
  .tz-post .tz-post-author {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 100px;
    padding-top: 0;
    background: #212121;
  }
  .tz-post .tz-post-author .tz-AuthorAvatar {
    height: 100px;
    width: 100px;
  }
  .tz-post .tz-post-author .tz-author-content {
    padding: 15px 20px 20px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-name {
    padding: 2px 0 10px;
    font-size: 15px;
  }
  .tz-post .tz-post-related {
    box-shadow: 0 41px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .tz-post .tz-post-related .tz-related-title {
    font-size: 16px;
    line-height: 40px;
  }
  .tz-post .tz-post-related .tz-related-content .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tz-post .tz-post-related .tz-related-content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tz-post .tz-post-related .tz-related-content {
    padding: 20px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 {
    margin: 8px 0 0;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 a {
    font-size: 13px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des span {
    font-size: 11px;
  }
  .tz-margin-bottom-50 {
    margin-bottom: 30px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-author {
    height: 70px;
    left: auto;
    top: auto;
    position: relative;
    float: left;
    width: 70px;
    padding: 0 15px 15px 0;
  }
  .tz-post-comments .comment-list .comment-body .comment-content {
    padding-left: 0;
  }
  .tz-post-comments .comment-list .comment-body .comment-content .clearfix {
    display: none;
  }
  .tz-post-comments .comment-list ol.children {
    padding-left: 40px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comments-datetime time {
    font-size: 11px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content cite a {
    font-size: 15px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body {
    padding: 22px 20px 15px;
    margin-bottom: 22px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a {
    font-size: 11px;
    line-height: 20px;
  }
  .tz-post .tz-post-comments .comment-respond {
    margin-top: 30px;
    padding: 20px;
  }
  .tz-post .tz-post-comments .comment-respond .tzcomment-textarea {
    margin-bottom: 20px;
  }
  .tz-post .tz-post-comments {
    margin-bottom: 30px;
  }
  .tz-post .tz-post-pagenav h4 {
    font-size: 16px;
  }
  .tz-post .tz-post-pagenav h4 {
    font-size: 12px;
  }
  .tz-error .content-404 h2,
  .tz-error .content-404 h2 span {
    font-size: 60px !important;
  }
  .tz-error a {
    padding: 10px 20px;
  }
  .tz-error .content-404 {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .tz-sidebar-menu .tz-logo {
    padding: 7px 0 23px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 20px;
  }
  .tz-sidebar-menu .widget {
    padding: 12px 0 7px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 30px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 18px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    padding: 13px 0 0;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  .tz-sidebar-menu .widget p {
    font-size: 11px;
  }
  /*  Check Toolbar */
  body.admin-bar .body-box-top,
  body.admin-bar .tz-header.tz-header-type-1 {
    top: 46px;
  }
  body.admin-bar .tz-header.tz-header-type-2,
  body.admin-bar .tz-header.tz-header-type-3 {
    padding: 57px 0 0;
  }
  body.admin-bar .tz-video-gallery .anythingSlider .anythingControls {
    bottom: 86px;
  }
  body.admin-bar .tz-gallery .tz-slider-thumbnail,
  body.admin-bar .tz-video-gallery .anythingSlider .arrow {
    bottom: 96px;
  }
  body.admin-bar.tz-menu-responsive-left .body-box-top,
  body.admin-bar.tz-menu-responsive-left .tz-header.tz-header-type-1 {
    top: 0;
  }
  body.admin-bar.tz-menu-responsive-left .tz-header-type-2 .tz-button-menu,
  body.admin-bar.tz-menu-responsive-left .tz-header-type-3 .tz-button-menu {
    bottom: 14px;
  }
  body.admin-bar.tz-menu-responsive-left .body-box-bottom {
    bottom: 46px;
  }
  body.admin-bar.tz-menu-responsive-left .tz-header.tz-header-type-2,
  body.admin-bar.tz-menu-responsive-left .tz-header.tz-header-type-3 {
    top: 25px;
  }
  body.admin-bar.tz-menu-responsive-left .tz-header.tz-header-type-2 .tz-menu-footer,
  body.admin-bar.tz-menu-responsive-left .tz-header.tz-header-type-3 .tz-menu-footer {
    bottom: 32px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a{
    font-size: 24px;
    padding: 15px 0;
  }
  .tz-header.tz-header-type-4 .tz-menu-content .menu-share .social-btn{
    font-size: 20px;
  }
  .tz-header.tz-header-type-4 a.tz-button-sidebar-menu .tz-dot{
    font-size: 24px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs{
    padding: 0 0 15px 0;
  }
  .tz-sidebar-menu.tz-sidebar-right{
    right: -250px;
    left: auto;
  }
}
/**
* 12.0 -  Responsive Mobile 480-768
* -----------------------------------------------------------------------------
*/
@media (max-width: 767px) {
  body .nav > li {
    display: inline-block;
  }
  p {
    padding: 5px 0;
  }
  .tz-margin-bottom-45 {
    margin-bottom: 30px;
  }
  body {
    font-size: 12px;
  }
  /*  Header  */
  .body-box-left,
  .body-box-right,
  .body-box-top,
  .body-box-bottom {
    display: none;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer,
  .tz-header.tz-header-type-3 .tz-menu-footer {
    padding: 0 15px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .nav > li > a,
  .tz-header.tz-header-type-3 .tz-menu-footer .nav > li > a {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search .Tzsearchform {
    font-size: 13px;
    line-height: 40px;
  }
  .tzform-search {
    right: 35px;
  }
  .tz-header.tz-header-type-2 .tz-menu-footer .menu-social a,
  .tz-header.tz-header-type-3 .tz-menu-footer .menu-social a {
    font-size: 13px;
    line-height: 40px;
    width: 25px;
  }
  .tz-header.tz-header-type-1 .tz-menu,
  .tz-header.tz-header-type-2 .tz-menu-footer,
  .tz-header.tz-header-type-3 .tz-menu-footer {
    display: none;
  }
  .tz-header.tz-header-type-3 a.tz-button-sidebar-menu-mobile {
    display: inline-block;
  }
  .tz-header .tz-bar-mobile,
  .tz-header .tz-menu-mobile {
    display: inline-block;
  }
  a.tz-button-sidebar-menu,
  a.tz-button-sidebar-menu.tz-sidebar-right{
    background: transparent none repeat scroll 0 0;
    bottom: 18px;
    color: #fff;
    display: inline-block;
    height: auto;
    left: auto;
    margin: 0;
    right: 20px;
    top: auto;
    width: auto;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .tz-audio a.tz-button-sidebar-menu,
  .tz-audio a.tz-button-sidebar-menu.tz-sidebar-right{
    right: 65px;
  }
  a.tz-button-sidebar-menu:hover {
    background: transparent;
    color: #fff;
  }
  a.tz-button-sidebar-menu .tz-dot,
  a.tz-button-sidebar-menu.tz-sidebar-right .tz-dot{
    display: inline-block;
    font-size: 24px;
    left: auto;
    line-height: 1em;
    position: relative;
    top: auto;
  }
  a.tz-button-sidebar-menu .bar {
    width: 18px;
  }
  .audio-controls {
    bottom: 23px;
    height: 15px;
    right: 20px;
    top: auto;
  }
  a.tz-button-sidebar-menu .bar {
    width: 14px;
    margin-top: 3px;
  }
  a.tz-button-sidebar-menu .bar.second {
    margin-top: 8px;
  }
  a.tz-button-sidebar-menu .bar.three {
    margin-top: 13px;
  }
  .tz-button-menu .bar {
    width: 21px;
    margin-top: 0;
  }
  .tz-button-menu .bar.second {
    margin-top: 7px;
  }
  .tz-button-menu .bar.three {
    margin-top: 14px;
  }
  body.show-sidebar-menu a.tz-button-sidebar-menu,
  body.show-sidebar-menu a.tz-button-sidebar-menu.tz-sidebar-right{
    right: 250px;
  }
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.fist,
  body.show-sidebar-menu a.tz-button-sidebar-menu .bar.three,
  body.tz-menu-responsive-left .tz-header-type-2 .tz-button-menu .bar.fist,
  body.tz-menu-responsive-left .tz-header-type-2 .tz-button-menu .bar.three,
  body.tz-menu-responsive-left .tz-header-type-3 .tz-button-menu .bar.fist,
  body.tz-menu-responsive-left .tz-header-type-3 .tz-button-menu .bar.three {
    width: 23px;
  }
  .tz-header.tz-header-type-1.tz-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tz-header.tz-scroll .tz-bar-mobile {
    top: 15px;
  }
  .tz-header.tz-header-type-2,
  .tz-header.tz-header-type-3 {
    padding: 20px 0 0;
    top: 0;
    text-align: center;
  }
  .tz-header .tz-header-logo img {
    max-height: 25px;
  }
  .tz-header.tz-header-type-1 {
    padding: 20px 0;
    text-align: center;
  }
  .tz-header.tz-header-type-2 .tz-header-logo,
  .tz-header.tz-header-type-3 .tz-header-logo,
  .tz-header.tz-header-type-1 .tz-header-logo,
  .tz-header.tz-header-type-1.tz-scroll .tz-header-logo {
    height: auto;
    display: inline-block;
    float: none !important;
  }
  .tz-header.tz-header-type-1 .nav > li a {
    font-size: 13px;
    padding: 5px 15px;
  }
  .tz-sidebar-menu,
  .tz-header .tz-menu-mobile {
    left: -220px;
    right: auto;
    padding: 15px 15px 40px;
    width: 220px;
  }
  body.show-sidebar-menu .tz-film-campaign,
  body.tz-menu-responsive-left .tz-film-campaign{
    transform: translateX(220px);
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
  }
  body.show-sidebar-menu.tz-sidebar-right .tz-film-campaign{
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
  }
  .tz-sidebar-menu .tz-logo {
    padding: 7px 0 28px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 20px;
  }
  .tz-sidebar-menu .widget {
    padding: 13px 0 7px;
  }
  .tz-sidebar-menu .widget.widget_nav_menu ul li a {
    line-height: 24px;
    font-size: 11px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    font-size: 12px;
    padding: 15px 0 3px;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time,
  .tz-sidebar-menu .widget.widget_text .textwidget {
    font-size: 11px;
  }
  /*  Home Page */
  .tz-home-icon {
    font-size: 11px;
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    font-size: 19px;
    height: 58px;
    line-height: 56px;
    width: 58px;
    margin-left: -29px;
    margin-top: -29px;
  }
  .tz-full-video .tz-bk-video-mobile {
    display: block;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer span,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload span{
    height: 28px;
    line-height: 28px;
    width: 28px;
    display: inline-block;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload{
    font-size: 19px;
    height: 59px;
    line-height: 57px;
    width: 59px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload {
    margin-bottom: 18px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer span,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload span {
    height: 22px;
    line-height: 22px;
    width: 22px;
    display: inline-block;
    margin: 0 -2px 0 0;
  }
  .tz-full-video .tz-video-content {
    width: auto;
    right: 20px;
    bottom: 27%;
    left: 20px;
    text-align: center;
  }
  .tz-full-video .tz-image {
    right: 20px;
    left: 20px;
    bottom: 12%;
    max-width: none;
    text-align: center;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    font-size: 19px;
    height: 58px;
    line-height: 56px;
    margin-left: -29px;
    margin-top: -29px;
    width: 58px;
  }
  .tz-full-video .tz-trailer-content .video_pause i,
  .tz-full-video .tz-trailer-content .video_play i {
    margin-right: -1px;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play,
  .tz-full-video .tz-trailer-content a.tz-close-trailer,
  .tz-full-video .tz-trailer-upload a.video-close-btn{
    opacity: 1;
  }
  .tz-full-video .tz-trailer-content a.tz-close-trailer,
  .tz-full-video .tz-trailer-upload a.video-close-btn{
    font-size: 18px;
  }
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span {
    font-size: 30px !important;
  }
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-home-title .tz-title h2 span {
    font-size: 24px !important;
  }
  .tz-full-video .video-title p span {
    font-size: 20px !important;
  }
  .tz-video-gallery .tz-video-content {
    width: auto;
    left: 20px;
    right: 20px;
    bottom: auto;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload,
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer,
  .tz-full-video .tz-video-content.style_2 a.tz-open-trailer-upload{
    margin-bottom: 18px;
  }
  .tz-full-video .tz-video-content.style_1 .video-title p {
    padding: 6px 0;
  }
  .tz-full-video .tz-overlay {
    opacity: 1;
  }
  .tz-full-video .tz-full-video-bk video {
    display: none;
  }
  /*  Video Gallery */
  .tz-video-gallery .anythingSlider .anythingControls {
    left: 15px;
    padding-right: 120px;
    bottom: 10px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    font-size: 11px;
    height: 30px;
    margin: 0 0 0 10px;
    width: 60px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul li a .tz-poster-mobile {
    display: block;
  }
  .tz-video-gallery .tz-overlay {
    display: none;
  }
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    font-size: 11px;
    height: 30px;
    width: 30px;
  }
  .tz-video-gallery .anythingSlider .arrow {
    bottom: 19px;
    margin-left: 10px;
    right: 25px;
  }
  .tz-video-gallery .anythingSlider .arrow.back {
    right: 65px;
  }
  .tz-video-gallery .anythingSlider .arrow a {
    font-size: 11px;
    height: 30px;
    width: 30px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
    font-size: 8px;
  }
  .tz-home-title.absolute .tz-home-icon,
  .tz-home-title .tz-title.absolute .tz-home-icon {
    margin: 0 0 10px;
  }
  .tz-description.tz-story .title {
    font-size: 24px;
    padding: 0 30px 0 15px;
    top: 80px;
    left: 8.3333%;
    width: auto;
    right: 8.3333%;
  }
  .tz-description.tz-story .tz-des-content .content {
    padding: 0 30px 0 15px;
    font-size: 11px;
  }
  .tz-description.tz-story .tz-des-content {
    padding: 130px 8.3333% 100px;
    font-size: 11px;
    line-height: 1.9em;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
    height: 130px;
    left: 8.3333%;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
    height: 100px;
    left: 8.3333%;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item {
    left: 0;
    width: auto;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 18px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 39px 15px 15px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 30px 0 15px;
    font-size: 12px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
    padding: 145px 8.3333% 150px;
    font-size: 11px;
  }
  .tz-gallery #thumb-tray ul#thumb-list {
    padding: 0 15px;
  }
  .tz-gallery #thumb-tray ul#thumb-list li .cast-title h5 {
    font-size: 11px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
    height: 145px;
    left: 8.3333%;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
    height: 150px;
    left: 8.3333%;
  }
  .tz-gallery #prevslide,
  .tz-gallery #nextslide {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: -15px 0 0;
  }
  .tz-gallery #prevslide,
  .tz-gallery:hover #prevslide {
    left: 20px;
  }
  .tz-gallery #nextslide,
  .tz-gallery:hover #nextslide {
    right: 20px;
  }
  .tz-gallery #thumb-tray {
    bottom: 20px;
    height: 60px;
  }
  .tz-gallery #thumb-tray ul#thumb-list li {
    height: 60px;
    width: 140px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content p {
    padding: 5px 0;
  }
  .tz-gallery .tz-gallery-slider .flex-prev,
  .tz-gallery .tz-gallery-slider:hover .flex-prev {
    left: 20px;
  }
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-prev,
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail:hover .flex-prev {
    left: 0;
  }
  .tz-gallery .tz-gallery-slider .flex-next,
  .tz-gallery .tz-gallery-slider:hover .flex-next {
    right: 20px;
  }
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-next,
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail:hover .flex-next {
    right: 15px;
  }
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail .flex-direction-nav a {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: -15px 0 0;
  }
  .tz-gallery .tz-slider-thumbnail .tz-gallery-thumbnail:hover .flex-next {
    right: 25px;
  }
  .tz-gallery .tz-gallery-slider .slides .tz-gallery-item .tz-gallery-content .content p {
    padding: 5px 0;
  }
  .tz-gallery .tz-slider-thumbnail {
    opacity: 1;
  }
  .tz-gallery .tz-home-title,
  .tz-gallery #thumb-tray,
  .tz-gallery #prevslide,
  .tz-gallery #nextslide,
  .tz-full-video .tz-image,
  .tz-full-video .video-title,
  .tz-full-video .tz-open-trailer,
  .tz-full-video .tz-open-trailer-upload,
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play,
  .tz-full-video .tz-trailer-content a.tz-close-trailer,
  .tz-full-video .tz-trailer-upload a.video-close-btn,
  .tz-video-gallery .tz-video-content,
  .tz-video-gallery .anythingSlider .arrow,
  .tz-video-gallery .anythingSlider .anythingControls {
    opacity: 1;
  }
  .tz-gallery .tz-home-title {
    display: none !important;
  }
  .tz-our-blog .tz-home-title {
    padding-bottom: 15px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 190px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
    display: none;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description a h3 {
    font-size: 14px;
    padding: 0;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description {
    padding: 10px 15px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description .tzblog_meta {
    font-size: 11px;
    padding: 0 0 5px;
  }
  .tz-our-blog .tz-post-ajax .postdata {
    padding: 100px 30px;
    width: 100%;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-title {
    font-size: 18px;
    margin: 5px 0 15px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-infomation .tz-cat a {
    font-size: 9px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-content {
    font-size: 12px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-content .tz-post-excerpt {
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 12px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax {
    font-size: 12px;
    line-height: 30px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-thumbnail {
    max-height: 250px;
  }
  .tz-our-blog .tz-post-ajax .postdata .tz-post-bottom .tz-close-ajax i:after {
    line-height: 30px;
  }
  .tz-our-blog .tz-home-title .tz-home-icon {
    margin-top: 6px;
  }
  .tz-our-blog .tz-blog-carousel {
    padding-right: 10px;
  }
  .tz-our-blog .tz-blog-nav .btn-blog.prev,
  .tz-our-blog:hover .tz-blog-nav .btn-blog.prev {
    left: 20px;
    opacity: 1;
    font-size: 24px;
  }
  .tz-our-blog .tz-blog-nav .btn-blog.next,
  .tz-our-blog:hover .tz-blog-nav .btn-blog.next {
    right: 20px;
    opacity: 1;
    font-size: 24px;
  }
  blockquote p {
    font-size: 13px;
  }
  .text-animation .tz-animation .tz-content td {
    font-size: 11px;
    line-height: 25px;
    padding: 0 10px;
    min-width: 150px;
  }
  .text-animation .tz-animation .tz-content tr td:nth-child(2) {
    font-size: 11px;
  }
  .text-animation {
    padding: 80px 0 115px;
  }
  .tz-home-title.style_3 .tz-title .tz-description {
    font-size: 12px;
  }
  .tz-home-title.style_3 .tz-title .title {
    font-size: 24px;
  }
  .tz-home-title.style_2 .tz-title .tz-description {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .tz-partner .tz-partner-slider li {
    padding: 0 15px;
  }
  .tz-partner .tz-partner-slider li img {
    max-height: 60px;
  }
  .tz-partner .tz-partner-slider .owl-stage-outer {
    margin: 0 -15px;
  }
  .tz-home-title.style_2 .tz-title .tz-home-icon {
    display: inline-block;
    margin: 0 0 10px 0;
    float: none;
  }
  .tz-home-title.style_2 .tz-title,
  .tz-home-title.style_2 .tz-title a {
    text-align: center;
  }
  .tz-home-title.style_2 .tz-title a {
    margin: auto;
  }
  .tz-home-title.style_4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .tz-home-title.style_4 .tz-title .tz-description span,
  .tz-home-title.style_4 .tz-title .tz-description p {
    font-size: 12px !important;
  }
  body .tz-responsive {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .tz-carousel-gray .tz-carousel-slider li {
    max-height: 100px;
  }
  /*  Blog  */
  .tz-Breadcrumb h1 {
    font-size: 24px;
  }
  .tz-Breadcrumb .tz-breadcrumb-navxt span {
    font-size: 11px;
  }
  .tz-post .tz-post-top .tz-post-slides.flexslider .flex-direction-nav a {
    font-size: 16px;
  }
  .tz-post .tz-post-thumbnail {
    max-height: 220px;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 100px 0 30px;
  }
  .tz-post .tz-post-content h2.tz-post-title {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .tz-post.tz-blog .tz-post-content .tz-post-information {
    padding-bottom: 8px;
  }
  .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    font-size: 11px;
    padding-right: 15px;
  }
  .tz-post .tz-post-content .tz-post-information {
    padding-bottom: 0;
  }
  blockquote:before {
    top: 15px;
    font-size: 20px;
  }
  blockquote:after {
    bottom: 15px;
    font-size: 20px;
  }
  blockquote {
    padding: 40px 25px 37px;
    margin: 20px 0 15px;
  }
  .tz-post .tz-post-share {
    padding: 9px 20px 11px;
  }
  .tz-post .tz-post-share .tz-views span,
  .tz-post .tz-post-share .tz-icon-button span {
    font-size: 12px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-social a {
    font-size: 14px;
  }
  .tz-post,
  .tz_page_content {
    padding: 50px 0 15px;
  }
  .tz-footer .tz-footer-content .tz-copyright {
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .tz-footer .tz-footer-content .tz-copyright p {
    font-size: 11px;
  }
  .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    font-size: 11px;
    padding: 6px 0 11px 10px;
  }
  .tz-post .tz-post-content {
    padding: 15px;
  }
  .tz-sidebar .widget .title-widget {
    padding: 4px 0 6px;
    font-size: 16px;
  }
  .tz-sidebar .widget {
    box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 30px;
  }
  .tz-post .tz-post-author {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 100px;
    padding-top: 0;
    background: #212121;
  }
  .tz-post .tz-post-author .tz-AuthorAvatar {
    height: 100px;
    width: 100px;
  }
  .tz-post .tz-post-author .tz-author-content {
    padding: 15px 20px 20px;
  }
  .tz-post .tz-post-author .tz-author-content .tz-author-name {
    padding: 2px 0 10px;
    font-size: 15px;
  }
  .tz-post .tz-post-related {
    box-shadow: 0 41px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .tz-post .tz-post-related .tz-related-title {
    font-size: 15px;
    padding: 0 15px;
    line-height: 40px;
  }
  .tz-post .tz-post-related .tz-related-content .row > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tz-post .tz-post-related .tz-related-content .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tz-post .tz-post-related .tz-related-content {
    padding: 15px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des h5 a {
    font-size: 12px;
  }
  .tz-post .tz-post-related .tz-related-content .tz-related-des span {
    font-size: 11px;
  }
  .tz-margin-bottom-50 {
    margin-bottom: 30px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comments-datetime time {
    font-size: 11px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content cite a {
    font-size: 13px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body {
    padding: 17px 15px 15px;
    margin-bottom: 20px;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-author {
    height: 70px;
    left: auto;
    top: auto;
    position: relative;
    float: left;
    width: 70px;
    padding: 0 15px 15px 0;
  }
  .tz-post-comments .comment-list .comment-body .comment-content {
    padding-left: 0;
  }
  .tz-post-comments .comment-list ol.children {
    padding-left: 30px;
  }
  .tz-post-comments .comment-list .comment-body .comment-content .clearfix {
    display: none;
  }
  .tz-post .tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a {
    font-size: 11px;
    line-height: 20px;
  }
  .tz-post .tz-post-comments .comment-respond {
    margin-top: 20px;
    padding: 15px;
  }
  .tz-post .tz-post-comments .comment-respond .tzcomment-textarea {
    margin-bottom: 15px;
  }
  .tz-post .tz-post-comments .comment-respond textarea {
    font-size: 12px;
    height: 130px;
  }
  .tz-post .tz-post-pagenav {
    margin-bottom: 30px;
  }
  .tz-post .tz-post-comments {
    margin-bottom: 30px;
  }
  .tz-post .tz-post-pagenav h4 {
    font-size: 14px;
  }
  .tz-post .tz-post-pagenav a {
    font-size: 12px;
  }
  .tz-error .content-404 h2,
  .tz-error .content-404 h2 span {
    font-size: 60px !important;
  }
  .tz-error a {
    padding: 10px 20px;
  }
  .tz-error .content-404 {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .tz-sidebar-menu .tz-logo {
    padding: 5px 0 20px;
  }
  .tz-sidebar-menu .tz-logo img {
    max-height: 15px;
  }
  .tz-sidebar-menu .widget {
    padding: 12px 0 7px;
  }
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    padding: 13px 0 0;
  }
  .tz-sidebar-menu .widget.widget_event p.date-time {
    font-size: 11px;
  }
  .tz-sidebar-menu .widget p {
    font-size: 11px;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item .recent_image {
    max-height: 110px;
  }
  .tz-sidebar .widget.widget_tag_cloud a {
    font-size: 12px !important;
  }
  .tz-recent-post {
    display: block;
    margin: 0 -8px;
    position: relative;
    padding-top: 15px;
  }
  .tz-recent-post:after {
    clear: both;
    content: "";
    display: table;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item {
    display: inline-block;
    float: left;
    padding: 0 8px;
    width: 33.3333%;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item .title {
    font-size: 13px;
    padding: 10px 0 0;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-information {
    font-size: 11px;
  }
  .tz-sidebar .widget.tz-recent-widget .tz-recent-item .tz-recent-content {
    padding: 5px 0 0;
  }
  .tz-footer .tz-footer-content .tz-copyright {
    max-width: none;
    text-align: center;
  }
  .tz-footer .tz-footer-content .tz-footer-menu {
    text-align: center;
    padding-right: 15px;
  }
  #btn_top {
    height: 30px;
    width: 30px;
  }
  #btn_top i {
    font-size: 11px;
    line-height: 30px;
  }
  .tz-sidebar-menu.tz-sidebar-right{
    right: -220px;
    left: auto;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__level li a{
    font-size: 24px;
    padding: 15px 0;
  }
  .tz-header.tz-header-type-4 .tz-menu-content .menu-share .social-btn{
    font-size: 20px;
  }
  .tz-header.tz-header-type-4 a.tz-button-sidebar-menu .tz-dot{
    font-size: 24px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box > nav .menu__breadcrumbs{
    padding: 0 0 15px 0;
  }
  .tz-header.tz-header-type-4 a.tz-button-sidebar-menu{
    margin: 0 5px;
  }
  .tz-header.tz-header-type-4 .tz-menu-content .menu-share{
    margin: 0 5px 0 0;
  }
  .tz-button-menu-4{
    margin: 0 0 0 10px;
    width: 22px;
    height: 22px;
  }
  .tz-header.tz-header-type-4{
    top: 20px;
  }
  .tz-header.tz-header-type-4 .tz-header-menu-box{
    width: 100%;
  }
}
/**
* 13.0 -  Responsive Mobile 320-520
* -----------------------------------------------------------------------------
*/
@media (max-width: 519px) {
  body {
    font-size: 11px;
  }
  .tz-header.tz-header-type-2,
  .tz-header.tz-header-type-3 {
    padding-left: 40px;
  }
  /*  Home Page */
  .tz-home-icon {
    font-size: 9px;
    height: 24px;
    line-height: 22px;
    width: 24px;
  }
  .tz-video-gallery .tz-video-content a.tz-play-trailer,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer,
  .tz-video-gallery .tz-video-content a.tz-play-trailer-upload,
  .tz-video-gallery .tz-trailer-gallery-content a.tz-play-trailer-upload{
    font-size: 19px;
    height: 58px;
    line-height: 56px;
    width: 58px;
    margin-left: -29px;
    margin-top: -29px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload{
    font-size: 19px;
    height: 59px;
    line-height: 57px;
    width: 59px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload{
    margin-bottom: 18px;
  }
  .tz-full-video .tz-video-content a.tz-open-trailer span,
  .tz-full-video .tz-video-content a.tz-open-trailer-upload span{
    height: 22px;
    line-height: 22px;
    width: 22px;
    display: inline-block;
    margin: 0 -2px 0 0;
  }
  .tz-full-video .tz-video-content {
    width: auto;
    right: 20px;
    bottom: 27%;
    left: 20px;
    text-align: center;
  }
  .tz-full-video .tz-image {
    right: 20px;
    left: 20px;
    bottom: 12%;
    max-width: none;
    text-align: center;
  }
  .tz-full-video .tz-trailer-content .video_pause,
  .tz-full-video .tz-trailer-content .video_play {
    font-size: 19px;
    height: 58px;
    line-height: 56px;
    margin-left: -29px;
    margin-top: -29px;
    width: 58px;
  }
  .tz-full-video .tz-trailer-content .video_pause i,
  .tz-full-video .tz-trailer-content .video_play i {
    margin-right: -1px;
  }
  .tz-video-gallery .tz-video-content .video-title h2,
  .tz-video-gallery .tz-video-content .video-title h2 span,
  .tz-full-video .video-title h2,
  .tz-full-video .video-title h2 span {
    font-size: 30px !important;
  }
  .tz-home-title .tz-title .tz-description h2,
  .tz-home-title .tz-title .tz-description h2 span,
  .tz-home-title.absolute .tz-title h2,
  .tz-home-title.absolute .tz-title h2 span,
  .tz-home-title .tz-title h2 span {
    font-size: 16px !important;
  }
  .tz-home-title.style_3 .tz-title .title {
    font-size: 16px;
  }
  .tz-home-title.style_2 .tz-title .tz-description,
  .tz-home-title.style_3 .tz-title .tz-description {
    font-size: 11px;
  }
  .tz-full-video .video-title p span {
    font-size: 16px !important;
  }
  .tz-video-gallery .anythingSlider .arrow,
  .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
  .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
    display: none !important;
  }
  .tz-video-gallery .anythingSlider .anythingControls {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tz-video-gallery .anythingSlider .anythingControls ul a {
    height: 30px;
    margin: 0 0 0 5px;
    width: 50px;
  }
  .tz-description.tz-story .tz-des-content {
    font-size: 9px;
    padding: 105px 8.3333% 90px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:before {
    height: 105px;
  }
  .tz-description.tz-story .tz-des-content.tz-scrollbar-custom:after {
    height: 90px;
  }
  .tz-description.tz-story .tz-des-content .content {
    font-size: 9px;
    padding: 0 10px;
  }
  .tz-description.tz-story .title {
    font-size: 18px;
    padding: 0 10px;
    top: 70px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content {
    font-size: 8px;
    padding: 120px 8.3333% 125px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:before {
    height: 120px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content.tz-scrollbar-custom:after {
    height: 125px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .name,
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title .position {
    font-size: 12px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 75px 15px 0;
  }
  .tz-gallery .tz-slider-thumbnail .slides .tz-gallery-item .cast-title,
  .tz-gallery #thumb-tray ul#thumb-list li .cast-title h5 {
    font-size: 8px;
  }
  .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    font-size: 8px;
    padding: 0 15px;
  }
  .tz-gallery #prevslide,
  .tz-gallery:hover #prevslide {
    left: 10px;
  }
  .tz-gallery #nextslide,
  .tz-gallery:hover #nextslide {
    right: 10px;
  }
  .tz-gallery #thumb-tray {
    bottom: 20px;
    height: 50px;
  }
  .tz-gallery #thumb-tray ul#thumb-list li {
    height: 50px;
    width: 110px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .tz-post-thumbbox {
    height: 131px;
  }
  .tz-our-blog .tz-blog-carousel .blog-item .blog-description p {
    display: block;
    padding: 0;
  }
  .tz-our-blog .tz-home-title .tz-home-icon {
    margin-top: 12px;
  }
  .tz-partner .tz-partner-slider li img {
    max-height: 50px;
  }
  /*  Blog  */
  .tz-post .tz-post-share .tz-icon-button .tz_social,
  .tz-post .tz-post-author .tz-author-content .tz-author-social a {
    font-size: 11px;
    padding-left: 8px;
  }
  .tz-post .tz-post-share .tz-views span,
  .tz-post .tz-post-share .tz-icon-button span {
    font-size: 11px;
    padding-right: 10px;
  }
  /*  Sidebar menu  */
  .tz-sidebar-menu .widget h3.title-widget {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .tz-sidebar-menu .widget p {
    font-size: 11px;
  }
  .tz-sidebar-menu .widget.widget_event .tz-event-title {
    font-size: 11px;
    padding: 10px 0 0;
  }
  .tz-sidebar-menu .widget.widget_event .tzevent-widget-item {
    padding-bottom: 15px;
  }
  .tz-sidebar-menu .widget {
    padding: 10px 0 7px;
  }
  .tz-header.tz-header-type-4 .tz-menu-content{
    width: 100%;
    padding-top: 10px;
  }
}
/*  Updae Version 1.2 */
body.admin-bar .tz-header.tz-header-type-3 {
  top: 52px;
  -webkit-transition: top 0.3s linear 0s;
  -moz-transition: top 0.3s linear 0s;
  -ms-transition: top 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s;
  transition: top 0.3s linear 0s;
}
body.admin-bar.show-sidebar-menu .tz-header.tz-header-type-3 {
  top: 25px;
}
body.admin-bar.show-sidebar-menu .tz-header.tz-header-type-3 .tz-menu-footer {
  bottom: 32px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-3 {
  position: fixed;
  left: 0;
  top: 20px;
  display: block;
  right: 0;
  height: auto;
  z-index: 999;
  padding: 28px 0 0 60px;
}
.tz-header.tz-header-type-3 .tz-menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  width: 100%;
  padding: 0 20px;
}
.tz-header.tz-header-type-3 .tz-menu-footer:before,
.tz-header.tz-header-type-3 .tz-menu-footer:after {
  content: '';
  display: table;
  clear: both;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav {
  display: inline-block;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:hover > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:focus > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:active > .sub-menu {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:hover > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:focus > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:active > a {
  background: transparent;
  color: #a3995e;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu {
  padding: 15px 15px 5px 15px;
  background: #e6e6e6;
  left: 0;
  margin: 0;
  position: absolute;
  bottom: 130%;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  list-style: none;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu.tz-right {
  left: auto;
  right: 0;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li {
  padding: 0;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:hover > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:focus > .sub-menu.tz-right,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li:active > .sub-menu.tz-right {
  left: auto;
  right: 100%;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li.current-menu-ancestor > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li.current-menu-parent > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li.current_page_parent > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li.current-menu-item > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li.current_page_item > a {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a {
  background: #fff;
  color: #2c2c2c;
  line-height: 40px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 30px;
  margin: 0 0 10px;
  text-align: left;
  text-transform: capitalize;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a:hover,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a:focus,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a:active {
  color: #fff;
  background: #a3995e;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li .sub-menu {
  background: #e6e6e6;
  bottom: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  right: auto;
  left: 130%;
  width: 240px;
  height: auto;
  padding: 15px 15px 5px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li .sub-menu.tz-right {
  left: auto;
  right: 130%;
  margin: 0 -15px 0 0;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li > a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  line-height: 50px;
  padding: 0 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li:first-child > a {
  padding-left: 0;
}
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li.current-menu-ancestor > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li.current-menu-parent > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li.current_page_parent > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li.current-menu-item > a,
.tz-header.tz-header-type-3 .tz-menu-footer .nav > li.current_page_item > a {
  background: transparent;
  color: #a3995e;
}
.tz-header.tz-header-type-3 .tz-menu-footer .menu-social {
  display: inline-block;
  position: relative;
  float: right;
}
.tz-header.tz-header-type-3 .tz-menu-footer .menu-social a {
  font-size: 14px;
  color: #000;
  line-height: 50px;
  display: inline-block;
  width: 30px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-3 .tz-menu-footer .menu-social a span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-type-3 .tz-menu-footer .menu-social a:hover {
  color: #a3995e;
}
.tz-header.tz-header-type-3 .tz-menu-footer .menu-social a:hover span {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  opacity: 0;
}
.tz-header-type-3 a.tz-button-sidebar-menu {
  position: relative;
  background: transparent;
  left: auto;
  top: auto;
  display: inline-block;
  width: initial;
  float: left;
  height: initial;
  line-height: 1em;
  bottom: initial;
  text-align: left;
  padding-right: 30px;
}
.tz-header-type-3 a.tz-button-sidebar-menu .tz-dot,
.tz-header-type-3 a.tz-button-sidebar-menu-mobile .tz-dot {
  position: relative;
  top: initial;
  left: initial;
  line-height: 50px;
  font-size: 26px;
}
.tz-header-type-3 a.tz-button-sidebar-menu-mobile {
  position: fixed;
  background: transparent;
  left: auto;
  top: auto;
  width: initial;
  height: initial;
  line-height: 1em;
  right: 30px;
  bottom: 6px;
  display: none;
}
.tz-audio .tz-header-type-3 a.tz-button-sidebar-menu-mobile {
  right: 65px;
}
/**
* 14.0 -  Right To Left
* -----------------------------------------------------------------------------
*/
body.rtl {
  text-align: right;
}
body.rtl .pull-left {
  float: right !important;
}
body.rtl .pull-right {
  float: left !important;
}
body.rtl.tz-body-homepage .tz-video-gallery .anythingSlider .anythingControls {
  right: 20px;
  left: auto;
  padding-right: 0;
  padding-left: 300px;
}
body.rtl ul,
body.rtl ol {
  margin-right: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
}
body.rtl caption,
body.rtl th,
body.rtl td {
  text-align: left;
}
body.rtl ul ul {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl ol ol {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .alignleft,
body.rtl a img.alignleft,
body.rtl .gallery-item,
body.rtl .button-holder > div > div,
body.rtl .button-holder > div > a,
body.rtl .tz-sidebar-menu .widget.widget_categories ul li a,
body.rtl .audio-controls .bar,
body.rtl .tz-our-blog .tz-home-icon,
body.rtl .tz-home-title.style_2 .tz-title .tz-home-icon,
body.rtl .tz-post .tz-post-content .tz-post-information .tz-width-auto,
body.rtl .tz-post-comments .comment-list .comment-body .comment-content .comments-datetime time,
body.rtl .tz-post-comments .comment-respond .tz-comment-author,
body.rtl .tz-post-comments .comment-respond .tz-comment-email,
body.rtl .tz-post-comments .comment-respond .tz-comment-web,
body.rtl .tz-sidebar.left,
body.rtl .tz-sidebar .widget.widget_categories ul li a,
body.rtl .tz-loading .cube-folding span,
body.rtl .animsition-loading .cube-folding span,
body.rtl .tz-loading .cssload-thecube .cssload-cube,
body.rtl .animsition-loading .cssload-thecube .cssload-cube,
body.rtl .tz-post .tz-post-comments .comment-list .comment-body .comment-author,
body.rtl .tz-header-type-3 a.tz-button-sidebar-menu {
  float: right;
}
body.rtl .alignright,
body.rtl a img.alignright,
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .menu-social,
body.rtl .tz-our-blog .tz-post-ajax .postdata .tz-close-ajax,
body.rtl .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
body.rtl .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video,
body.rtl .tz-post .tz-post-share .tz-icon-button .tz_social,
body.rtl .tz-post-comments .comment-list .comment-body .comment-content .comment-metadata a,
body.rtl .tz-post-comments .comment-respond .tzcomment-textarea,
body.rtl .tz-has-sidebar.left,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .menu-social {
  float: left;
}
body.rtl .tz-header.tz-header-type-2,
body.rtl .tz-header.tz-header-type-3 {
  padding-left: 0;
  padding-right: 60px;
}
body.rtl .navbar-nav > li,
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .nav,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .nav {
  float: right;
}
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu {
  left: auto;
  right: 0;
}
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .nav > li .sub-menu li a,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .nav > li .sub-menu li a {
  text-align: right;
}
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .menu-social a,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .menu-social a {
  text-align: left;
  float: right;
}
body.rtl .tzform-search.tz-show .Tzsearchform {
  text-align: right;
}
body.rtl .tzform-search {
  right: 100%;
  left: 50px;
}
body.rtl .tzform-search.tz-show {
  right: 0;
}
body.rtl .tz-header.tz-header-type-2 .tz-menu-footer .nav > li:first-child > a,
body.rtl .tz-header.tz-header-type-3 .tz-menu-footer .nav > li:first-child > a {
  padding-right: 0;
  padding-left: 25px;
}
body.rtl .tz-header-type-3 a.tz-button-sidebar-menu {
  padding-right: 30px;
  padding-left: 0;
}
body.rtl .tz-header-type-3 a.tz-button-sidebar-menu-mobile {
  left: 30px;
  right: auto;
}
body.rtl .tz-audio .tz-header-type-3 a.tz-button-sidebar-menu-mobile {
  left: 65px;
  right: auto;
}
body.rtl.show-sidebar-menu .tz-header-type-3 a.tz-button-sidebar-menu {
  right: auto !important;
  left: auto !important;
}
body.rtl .tz-sidebar-menu {
  left: auto;
  right: -300px;
}
body.rtl .tz-sidebar-menu.tz-sidebar-right {
  right: auto;
  left: -300px;
}
body.rtl .tz-sidebar-menu .widget ul li {
  padding: 0 20px 0 0;
}
body.rtl .tz-sidebar-menu .widget,
body.rtl .tz-sidebar-menu .widget.widget_nav_menu ul li a {
  text-align: right;
}
body.rtl.show-sidebar-menu .tz-film-campaign {
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
}
body.rtl .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .mCSB_scrollTools {
  left: 0;
  right: auto;
}
body.rtl .tz-header.tz-header-type-1 .nav > li .sub-menu li a {
  text-align: right;
}
body.rtl .tz-menu-footer .navbar-nav {
  margin: 0;
  padding: 0;
}
body.rtl.tz-menu-responsive-left a.tz-button-sidebar-menu {
  left: 270px;
  right: auto;
}
body.rtl a.tz-button-sidebar-menu {
  right: -34px;
  left: auto;
}
body.rtl a.tz-button-sidebar-menu .bar,
body.rtl a.tz-button-sidebar-menu .tz-dot {
  right: 50%;
  left: auto;
}
body.rtl .tz-home-title.style_2 .tz-title .tz-home-icon {
  margin-left: 25px;
  margin-right: 0;
}
body.rtl .col-md-1,
body.rtl .col-md-10,
body.rtl .col-md-11,
body.rtl .col-md-12,
body.rtl .col-md-2,
body.rtl .col-md-3,
body.rtl .col-md-4,
body.rtl .col-md-5,
body.rtl .col-md-6,
body.rtl .col-md-7,
body.rtl .col-md-8,
body.rtl .col-md-9,
body.rtl .col-sm-1,
body.rtl .col-sm-10,
body.rtl .col-sm-11,
body.rtl .col-sm-12,
body.rtl .col-sm-2,
body.rtl .col-sm-3,
body.rtl .col-sm-4,
body.rtl .col-sm-5,
body.rtl .col-sm-6,
body.rtl .col-sm-7,
body.rtl .col-sm-8,
body.rtl .col-sm-9,
body.rtl .col-xs-1,
body.rtl .col-xs-10,
body.rtl .col-xs-11,
body.rtl .col-xs-12,
body.rtl .col-xs-2,
body.rtl .col-xs-3,
body.rtl .col-xs-4,
body.rtl .col-xs-5,
body.rtl .col-xs-6,
body.rtl .col-xs-7,
body.rtl .col-xs-8,
body.rtl .col-xs-9 {
  float: right;
}
body.rtl .text-right {
  text-align: left;
}
body.rtl .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
  padding: 21px 20px 22px 0;
}
body.rtl .tz-footer .tz-footer-content .tz-footer-menu {
  padding-left: 0;
  padding-right: 15px;
}
body.rtl .tz-full-video .tz-video-content {
  left: auto;
  right: 8.3333%;
}
body.rtl .tz-full-video .tz-image {
  right: auto;
  left: 8.3333%;
}
body.rtl .tz-video-gallery .tz-video-content {
  left: auto;
  right: 8.3333%;
}
body.rtl .tz-video-gallery .anythingSlider .anythingControls {
  left: auto;
  right: 20px;
  padding-left: 300px;
  padding-right: 0;
}
body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
  margin: 0 20px 0 ;
}
body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a .tz-text-play {
  right: 50%;
  left: auto;
  transform: translateX(50%) scale(2);
  -webkit-transform: translateX(50%) scale(2);
  -moz-transform: translateX(50%) scale(2);
  -ms-transform: translateX(50%) scale(2);
  -o-transform: translateX(50%) scale(2);
}
body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a.cur .tz-text-play {
  opacity: 1;
  transform: translateX(50%) scale(1);
  -webkit-transform: translateX(50%) scale(1);
  -moz-transform: translateX(50%) scale(1);
  -ms-transform: translateX(50%) scale(1);
  -o-transform: translateX(50%) scale(1);
}
body.rtl .tz-video-gallery .anythingSlider .anythingControls a.start-stop,
body.rtl .tz-video-gallery .anythingSlider .anythingControls a.tz-play-video {
  float: left;
}
body.rtl .tz-video-gallery .anythingSlider .arrow,
body.rtl.tz-body-homepage .tz-video-gallery .anythingSlider .arrow {
  left: 40px;
  right: auto;
}
body.rtl .tz-video-gallery .anythingSlider .arrow.back,
body.rtl.tz-body-homepage .tz-video-gallery .anythingSlider .arrow.back {
  left: 160px;
  right: auto;
}
body.rtl .anythingSlider-default .anythingControls ul {
  float: right;
}
body.rtl .tz-video-gallery .anythingSlider .arrow {
  margin-right: 20px;
  margin-left: 0;
}
body.rtl .vc_col-sm-1,
body.rtl .vc_col-sm-10,
body.rtl .vc_col-sm-11,
body.rtl .vc_col-sm-12,
body.rtl .vc_col-sm-2,
body.rtl .vc_col-sm-3,
body.rtl .vc_col-sm-4,
body.rtl .vc_col-sm-5,
body.rtl .vc_col-sm-6,
body.rtl .vc_col-sm-7,
body.rtl .vc_col-sm-8,
body.rtl .vc_col-sm-9,
body.rtl .vc_col-md-1,
body.rtl .vc_col-md-10,
body.rtl .vc_col-md-11,
body.rtl .vc_col-md-12,
body.rtl .vc_col-md-2,
body.rtl .vc_col-md-3,
body.rtl .vc_col-md-4,
body.rtl .vc_col-md-5,
body.rtl .vc_col-md-6,
body.rtl .vc_col-md-7,
body.rtl .vc_col-md-8,
body.rtl .vc_col-md-9,
body.rtl .vc_col-xs-1,
body.rtl .vc_col-xs-10,
body.rtl .vc_col-xs-11,
body.rtl .vc_col-xs-12,
body.rtl .vc_col-xs-2,
body.rtl .vc_col-xs-3,
body.rtl .vc_col-xs-4,
body.rtl .vc_col-xs-5,
body.rtl .vc_col-xs-6,
body.rtl .vc_col-xs-7,
body.rtl .vc_col-xs-8,
body.rtl .vc_col-xs-9 {
  float: right;
}
body.rtl .tz-home-title .tz-title.absolute {
  left: auto;
  right: 16.6667%;
}
body.rtl .tz-description.tz-story .title,
body.rtl .tz-description.tz-story .tz-des-content .content {
  padding: 0 70px 0 140px;
}
body.rtl .tz-scrollbar-custom.tz-rtl .mCSB_scrollTools {
  left: auto;
  right: 0;
}
body.rtl .audio-controls {
  left: 45px;
  right: auto;
}
body.rtl .audio-controls .bar {
  float: right;
}
body.rtl .tz-home-title.absolute {
  left: auto;
  right: 8.3333%;
}
body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item {
  left: 0;
  right: auto;
}
body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
  padding: 140px 70px 0 140px;
}
body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
  padding: 0 70px 0 140px;
}
body.rtl .tz-our-blog .tz-our-content {
  padding-left: 0;
  padding-right: 8.3333%;
}
body.rtl .alignleft {
  margin: 10px 0 20px 30px;
}
body.rtl .tz-post .tz-post-share .tz-views span {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .tz-post .tz-post-share .tz-views span.TzViews span {
  padding: 0;
}
body.rtl .tz-post .tz-post-share .tz-icon-button .tz_social {
  padding-right: 15px;
  padding-left: 0;
}
body.rtl .tz-post .tz-post-share .tz-icon-button .tz_social span {
  right: auto;
  left: 0;
}
body.rtl .tz-post .tz-post-author .tz-AuthorAvatar {
  left: auto;
  right: 0;
}
body.rtl .tz-post .tz-post-author {
  padding-left: 0;
  padding-right: 270px;
}
body.rtl .tz-post .tz-post-author .tz-author-content .tz-author-desc {
  padding-right: 0;
}
body.rtl .text-left {
  text-align: right;
}
body.rtl .tz-post-comments .comment-list .comment-body .comment-author {
  left: auto;
  right: 30px;
}
body.rtl .tz-post-comments .comment-list .comment-body .comment-content {
  padding-left: 0;
  padding-right: 100px;
}
body.rtl .tz-post-comments .comment-respond textarea {
  text-align: right;
}
body.rtl .tz-sidebar .widget.widget_search form .submit {
  right: auto;
  left: 0;
  text-indent: 99999px;
}
body.rtl .tz-sidebar .widget.widget_search form:before {
  right: auto;
  left: 0;
}
body.rtl .tz-sidebar .widget input,
body.rtl .tz-sidebar .widget select {
  text-align: right;
}
body.rtl .tz-post .tz-post-content .tz-post-information .tz-width-auto {
  padding-right: 0;
  padding-left: 30px;
}
body.rtl #btn_top {
  right: auto;
  left: 3%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    padding-left: 280px;
    padding-right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow.back {
    left: 150px;
    right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
    height: 75px;
    margin: 0 15px 0 0 ;
    width: 150px;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    padding-left: 235px;
    padding-right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow {
    margin-left: 0;
    margin-right: 15px;
    left: 35px;
    right: auto;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow.back {
    left: 125px;
    right: auto;
  }
  body.rtl .tz-description.tz-story .title,
  body.rtl .tz-description.tz-story .tz-des-content .content {
    padding: 0 50px 0 100px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 130px 50px 0 100px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 50px 0 100px;
  }
  body.rtl .tz-post .tz-post-author {
    padding-left: 0;
    padding-right: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.rtl .tzform-search {
    left: 35px;
  }
  body.rtl .tz-sidebar-menu {
    left: auto;
    right: -250px;
  }
  body.rtl .tz-sidebar-menu.tz-sidebar-right {
    right: auto;
    left: -250px;
  }
  body.rtl.show-sidebar-menu .tz-film-campaign {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
  }
  body.rtl a.tz-button-sidebar-menu {
    right: -32px;
    left: auto;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    left: auto;
    right: 15px;
    padding-left: 220px;
    padding-right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
    margin: 0 15px 0 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow {
    margin-left: 0;
    margin-right: 15px;
    left: 30px;
    right: auto;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow.back {
    left: 115px;
    right: auto;
  }
  body.rtl .tz-description.tz-story .title,
  body.rtl .tz-description.tz-story .tz-des-content .content {
    padding: 0 40px 0 80px;
  }
  body.rtl .audio-controls {
    left: 35px;
    right: auto;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 40px 0 80px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 40px 0 80px;
  }
  body.rtl .tz-post .tz-post-author {
    padding-left: 0;
    padding-right: 220px;
  }
  body.rtl .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.rtl .tzform-search {
    left: 35px;
  }
  body.rtl .tz-sidebar-menu,
  body.rtl .tz-sidebar-menu.tz-sidebar-right{
    left: auto;
    right: -250px;
  }
  body.rtl.show-sidebar-menu .tz-film-campaign {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
  }
  body.rtl a.tz-button-sidebar-menu {
    right: auto;
    left: 20px;
  }
  body.rtl .tz-audio a.tz-button-sidebar-menu {
    right: auto;
    left: 65px;
  }
  body.rtl .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    padding-right: 10px;
    padding-left: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    left: auto;
    padding-left: 160px;
    right: 15px;
    padding-right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
    margin: 0 10px 0 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow {
    margin-left: 0;
    margin-right: 10px;
    left: 25px;
    right: auto;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow.back {
    left: 85px;
    right: auto;
  }
  body.rtl .tz-description.tz-story .title,
  body.rtl .tz-description.tz-story .tz-des-content .content {
    padding: 0 30px 0 60px;
  }
  body.rtl .audio-controls {
    left: 20px;
    right: auto;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 30px 0 60px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 30px 0 60px;
  }
  body.rtl .tz-post .tz-post-author {
    padding-left: 0;
    padding-right: 100px;
  }
  body.rtl .tz-post .tz-post-comments .comment-list .comment-body .comment-author {
    float: right;
    padding: 0 0 15px 15px;
    right: auto;
  }
  body.rtl .tz-post-comments .comment-list .comment-body .comment-content {
    padding-right: 0;
  }
  body.rtl .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body.rtl .tzform-search {
    left: 35px;
  }
  body.rtl .tz-sidebar-menu,
  body.rtl .tz-header .tz-menu-mobile {
    left: auto;
    right: -220px;
  }
  body.rtl.show-sidebar-menu .tz-film-campaign,
  body.rtl.tz-menu-responsive-left .tz-film-campaign {
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
  }
  body.rtl.tz-menu-responsive-left a.tz-button-sidebar-menu {
    left: 250px;
    right: 0;
  }
  body.rtl a.tz-button-sidebar-menu {
    right: auto;
    left: 20px;
  }
  body.rtl .tz-audio a.tz-button-sidebar-menu {
    right: auto;
    left: 65px;
  }
  body.rtl .tz-footer .tz-footer-content .tz-footer-menu .tz-menu li a {
    padding-right: 10px;
    padding-left: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    left: auto;
    right: 15px;
    padding-left: 120px;
    padding-right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
    margin: 0 10px 0 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow {
    margin-left: 0;
    margin-right: 10px;
    left: 25px;
    right: auto;
  }
  body.rtl .tz-video-gallery .anythingSlider .arrow.back {
    left: 65px;
    right: auto;
  }
  body.rtl .tz-description.tz-story .title,
  body.rtl .tz-description.tz-story .tz-des-content .content {
    padding: 0 15px 0 30px;
  }
  body.rtl .audio-controls {
    left: 20px;
    right: auto;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 90px 15px 15px 30px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 15px 0 30px;
  }
  body.rtl .tz-sidebar .widget.tz-recent-widget .tz-recent-item {
    float: right;
  }
  body.rtl .tz-post .tz-post-author {
    padding-left: 0;
    padding-right: 100px;
  }
  body.rtl .tz-post .tz-post-comments .comment-list .comment-body .comment-author {
    float: right;
    padding: 0 0 15px 15px;
    right: auto;
  }
  body.rtl .tz-post .tz-post-content .tz-post-information .tz-width-auto {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (max-width: 519px) {
  body.rtl .tz-header.tz-header-type-2,
  body.rtl .tz-header.tz-header-type-3 {
    padding-left: 0;
    padding-right: 40px;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls {
    left: auto;
    right: 0;
  }
  body.rtl .tz-video-gallery .anythingSlider .anythingControls ul a {
    margin: 0 5px 0 0;
  }
  body.rtl .tz-description.tz-story .title,
  body.rtl .tz-description.tz-story .tz-des-content .content {
    padding: 0 10px;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item #slidecaption.tz-gallery-title {
    padding: 75px 15px 0;
  }
  body.rtl .tz-gallery .tz-gallery-slider .tz-gallery-item .tz-gallery-content .content {
    padding: 0 15px;
  }
  body.rtl .tz-post .tz-post-share .tz-views span,
  body.rtl .tz-post .tz-post-share .tz-icon-button span {
    padding-left: 10px;
    padding-right: 0;
  }
  body.rtl .tz-post .tz-post-share .tz-icon-button .tz_social,
  body.rtl .tz-post .tz-post-author .tz-author-content .tz-author-social a {
    padding-left: 0;
    padding-right: 10px;
  }
}
/*  End Right to Left */

/*  Landing Page Demo */
.tz-landingpage{
  text-align: center;
  background: #191919;
  padding-bottom: 430px;
}
.tz-landingpage a.button{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 50px;
  background: rgba(255,255,0,0.5);
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0 30px;
  display: inline-block;
  font-style: italic;
  height: 52px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-landingpage a.button:hover{
  background: rgba(230,83,72,0.5);
}
.tz-landing-head{
  position: relative;
  display: block;
  background-image: url('images/landing/bg_landing.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  z-index: 1;
}
.tz-landing-sidebar{
  position: relative;
  display: block;
  background: #050910;
  width: 100%;
  height: auto;
  z-index: 1;
  box-shadow: 0 3px 7px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.35);
  padding-bottom: 6px;
}
.tz-landing-head:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 148px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050910+0,000000+100,000000+100,000000+100,000000+100&0.97+0,0+100 */
  background: -moz-linear-gradient(bottom, rgba(5,9,16,0.97) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(5,9,16,0.97) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(5,9,16,0.97) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7050910', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.tz-landingpage .tz-landing-sidebar a.button{
  background: transparent;
  margin: 24px 0;
}
.tz-landingpage .tz-landing-sidebar a.button:hover{
  background: transparent;
  color: rgba(255,255,0,1);;
}
.tz-landingpage .tz-landing-sidebar .content .item.one .thum{
  padding-right: 26px;
}
.tz-landingpage .tz-landing-sidebar .content .item.three .thum{
  padding-left: 26px;
}
.tz-landingpage .logo{
  padding: 106px 0 90px;
}
.tz-landingpage .logo{
  display: inline-block;
  position: relative;
}
.tz-landingpage .content .thum{
  position: relative;
  display: inline-block;
}
.tz-landingpage .content .thum img{
  max-height: 426px;
}
.tz-landingpage .content .thum:hover img{
  animation: land1 1.3s linear;
  -webkit-animation: land1 1.3s linear;
  -moz-animation: land1 1.3s linear;
  -o-animation: land1 1.3s linear;
}
.tz-landingpage .description{
  position: relative;
  display: block;
}
.tz-landingpage .content{
  padding: 100px 45px;
  position: relative;
  display: block;
  z-index: 11;
}
.tz-landingpage .content:before,
.tz-landingpage .content:after{
  content: "";
  display: table;
  clear: both;
}
.tz-landingpage .content .item{
  width: 33.3333%;
  padding: 0 40px;
  display: inline-block;
  float: left;
}
.tz-landingpage .content .item.one{
  text-align: right;
}
.tz-landingpage .content .item.three{
  text-align: left;
}
.tz-landingpage .content .item.one .button{
  transform: translateX(-123px);
  -webkit-transform: translateX(-123px);
  -moz-transform: translateX(-123px);
  -ms-transform: translateX(-123px);
  -o-transform: translateX(-123px);
}
.tz-landingpage .content .item.three .button{
  transform: translateX(123px);
  -webkit-transform: translateX(123px);
  -moz-transform: translateX(123px);
  -ms-transform: translateX(123px);
  -o-transform: translateX(123px);
}
.tz-landingpage .tz-landing-sidebar .content .item.one .button{
  transform: translateX(-120px);
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  -o-transform: translateX(-120px);
}
.tz-landingpage .tz-landing-sidebar .content .item.three .button{
  transform: translateX(120px);
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
}
.tz-landingpage .content .button{
  margin: 15px 0;
}
.tz-landing-foot{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 111px 0 28px;
}
.tz-landing-foot .button{
  margin: 62px 0 82px;
}
@keyframes land1 {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  24% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  48% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  66% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);

  }
  78% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  89% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {

  .tz-landingpage .logo img{
    height: 75px;
  }
  .tz-landingpage .description img{
    height: 120px;
  }
  .tz-landingpage .content .thum img{
    max-height: 320px;
  }
  .tz-landingpage .content .item.one .button{
    transform: translateX(-63px);
    -webkit-transform: translateX(-63px);
    -moz-transform: translateX(-63px);
    -ms-transform: translateX(-63px);
    -o-transform: translateX(-63px);
  }
  .tz-landingpage .content .item.three .button{
    transform: translateX(63px);
    -webkit-transform: translateX(63px);
    -moz-transform: translateX(63px);
    -ms-transform: translateX(63px);
    -o-transform: translateX(63px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .tz-landingpage .logo{
    padding: 86px 0 70px;
  }
  .tz-landingpage .logo img{
    height: 75px;
  }
  .tz-landingpage .description img{
    height: 100px;
  }
  .tz-landingpage .content .thum img{
    max-height: 320px;
  }
  .tz-landingpage .content .item.one .button{
    transform: translateX(-63px);
    -webkit-transform: translateX(-63px);
    -moz-transform: translateX(-63px);
    -ms-transform: translateX(-63px);
    -o-transform: translateX(-63px);
  }
  .tz-landingpage .content .item.three .button{
    transform: translateX(63px);
    -webkit-transform: translateX(63px);
    -moz-transform: translateX(63px);
    -ms-transform: translateX(63px);
    -o-transform: translateX(63px);
  }
  .tz-landingpage .content{
    padding: 80px 45px;
  }
  .tz-landingpage .content .item{
    padding: 0 30px;
  }
  .tz-landingpage a.button{
    font-size: 20px;
    padding: 0 20px;
    line-height: 40px;
    height: 42px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .tz-landing-foot{
    padding: 91px 0 28px;
  }
  .tz-landing-foot .thank img{
    height: 48px;
  }
  .tz-landingpage{
    padding-bottom: 380px;
  }
  .tz-landingpage .tz-landing-sidebar .content .thum img{
    max-height: 162px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .thum{
    padding-right: 13px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .thum{
    padding-left: 13px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .button{
    transform: translateX(-89px);
    -webkit-transform: translateX(-89px);
    -moz-transform: translateX(-89px);
    -ms-transform: translateX(-89px);
    -o-transform: translateX(-89px);
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .button{
    transform: translateX(89px);
    -webkit-transform: translateX(89px);
    -moz-transform: translateX(89px);
    -ms-transform: translateX(89px);
    -o-transform: translateX(89px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tz-landingpage .logo{
    padding: 86px 0 70px;
  }
  .tz-landingpage .logo img{
    height: 60px;
  }
  .tz-landingpage .description img{
    height: 80px;
  }
  .tz-landingpage .content .thum img{
    max-height: 215px;
  }
  .tz-landingpage .content .item.one .button{
    transform: translateX(-44px);
    -webkit-transform: translateX(-44px);
    -moz-transform: translateX(-44px);
    -ms-transform: translateX(-44px);
    -o-transform: translateX(-44px);
  }
  .tz-landingpage .content .item.three .button{
    transform: translateX(44px);
    -webkit-transform: translateX(44px);
    -moz-transform: translateX(44px);
    -ms-transform: translateX(44px);
    -o-transform: translateX(44px);
  }
  .tz-landingpage .content{
    padding: 80px 45px;
  }
  .tz-landingpage .content .item{
    padding: 0 30px;
  }
  .tz-landingpage a.button{
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
    height: 42px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .tz-landing-foot{
    padding: 91px 0 28px;
  }
  .tz-landing-foot .thank img{
    height: 48px;
  }
  .tz-landingpage{
    padding-bottom: 380px;
  }
  .tz-landingpage .tz-landing-sidebar .content .thum img{
    max-height: 130px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .thum{
    padding-right: 5px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .thum{
    padding-left: 5px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .button{
    transform: translateX(-52px);
    -webkit-transform: translateX(-52px);
    -moz-transform: translateX(-52px);
    -ms-transform: translateX(-52px);
    -o-transform: translateX(-52px);
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .button{
    transform: translateX(52px);
    -webkit-transform: translateX(52px);
    -moz-transform: translateX(52px);
    -ms-transform: translateX(52px);
    -o-transform: translateX(52px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tz-landingpage .logo{
    padding: 86px 0 70px;
  }
  .tz-landingpage .logo img{
    height: 50px;
  }
  .tz-landingpage .description img{
    height: 70px;
  }
  .tz-landingpage .content .thum img{
    max-height: 180px;
  }
  .tz-landingpage .content .item.one .button{
    transform: translateX(-35px);
    -webkit-transform: translateX(-35px);
    -moz-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    -o-transform: translateX(-35px);
  }
  .tz-landingpage .content .item.three .button{
    transform: translateX(35px);
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
  }
  .tz-landingpage .content{
    padding: 80px 30px;
  }
  .tz-landingpage .content .item{
    padding: 0 15px;
  }
  .tz-landingpage a.button{
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    height: 32px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .tz-landing-foot{
    padding: 71px 0 23px;
  }
  .tz-landing-foot .thank img{
    height: 36px;
  }
  .tz-landingpage{
    padding-bottom: 300px;
  }
  .tz-landing-foot .button{
    margin: 42px 0 62px;
  }
  .tz-landingpage .tz-landing-sidebar .content .thum img{
    max-height: 110px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .thum{
    padding-right: 5px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .thum{
    padding-left: 5px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .button{
    transform: translateX(-44px);
    -webkit-transform: translateX(-44px);
    -moz-transform: translateX(-44px);
    -ms-transform: translateX(-44px);
    -o-transform: translateX(-44px);
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .button{
    transform: translateX(44px);
    -webkit-transform: translateX(44px);
    -moz-transform: translateX(44px);
    -ms-transform: translateX(44px);
    -o-transform: translateX(44px);
  }
}
@media (max-width: 767px) {
  .tz-landingpage .logo{
    padding: 56px 0 40px;
  }
  .tz-landingpage .logo img{
    height: 40px;
  }
  .tz-landingpage .description img{
    height: 55px;
  }
  .tz-landingpage .description{
    padding: 0 30px;
  }
  .tz-landingpage .content .thum img{
    max-height: 180px;
  }
  .tz-landingpage .content .item.one .button{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .tz-landingpage .content .item.three .button{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .tz-landingpage .content{
    padding: 50px 30px 20px;
  }
  .tz-landingpage .content .item{
    padding: 0 15px;
  }
  .tz-landingpage a.button{
    font-size: 12px;
    padding: 0 15px;
    line-height: 30px;
    height: 32px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .tz-landing-foot{
    padding: 51px 0 18px;
  }
  .tz-landing-foot .thank{
    padding: 0 30px;
  }
  .tz-landing-foot .thank img{
    height: 26px;
  }
  .tz-landingpage{
    padding-bottom: 230px;
  }
  .tz-landing-foot .button{
    margin: 27px 0 47px;
  }
  .tz-landingpage .content .item{
    width: 100%;
    text-align: center !important;
    padding-bottom: 30px;
  }
  .tz-landingpage .content .thum{
    width: 100%;
  }
  .tz-landingpage .tz-landing-sidebar .content .thum img{
    max-height: 110px;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .thum{
    padding-right: 0;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .thum{
    padding-left: 0;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.one .button{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .tz-landingpage .tz-landing-sidebar .content .item.three .button{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:hover > .sub-menu,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:focus > .sub-menu,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:active > .sub-menu {
  bottom: 101%;
  opacity: 1;
  visibility: visible;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu {
  padding: 15px 15px 5px 15px;
  background: #191919;
  right: 0;
  margin: 0;
  position: absolute;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  list-style: none;
  bottom: 130%;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu.tz-right {
  right: auto;
  left: 0;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li:hover > .sub-menu,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li:focus > .sub-menu,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li:active > .sub-menu {
  right: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:hover > .sub-menu.tz-right,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:focus > .sub-menu.tz-right,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li:active > .sub-menu.tz-right {
  right: auto;
  left: 100%;
}
/*.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu {*/
  /*background: #191919;*/
  /*margin: 0 0 0 -15px;*/
  /*position: absolute;*/
  /*right: auto;*/
  /*left: 130%;*/
  /*width: 240px;*/
  /*height: auto;*/
  /*padding: 15px 15px 5px 15px;*/
  /*-webkit-transition: all 0.3s linear 0s;*/
  /*-moz-transition: all 0.3s linear 0s;*/
  /*-ms-transition: all 0.3s linear 0s;*/
  /*-o-transition: all 0.3s linear 0s;*/
  /*transition: all 0.3s linear 0s;*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*z-index: 999;*/
  /*top: auto;*/
/*}*/
/*.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu.tz-right {*/
  /*left: auto;*/
  /*right: 130%;*/
  /*margin: 0 -15px 0 0;*/
/*}*/

.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li a {
  background: #111111;
  color: #8f8f8f;
  line-height: 40px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 0 30px;
  margin: 0 0 10px;
  text-align: left;
  text-transform: capitalize;
  font-family: 'bebas_neuebold';
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li a:hover,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li a:focus,
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li a:active {
  color: #fff;
  background: #a3995e;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li .sub-menu {
  background: #191919;
  margin: 0 0 0 -15px;
  position: absolute;
  left: auto;
  right: 130%;
  width: 240px;
  height: auto;
  padding: 15px 15px 5px 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  top: 0;
}
.tz-footer .tz-footer-content .tz-footer-menu .tz-menu > li .sub-menu li .sub-menu.tz-right {
  right: auto;
  left: 130%;
  margin: 0 -15px 0 0;
}