/*-----------------------------------------------------------------------------------

  0.  RESET & CLEARFIX
  1.  BASICS (body, headers, links, etc)
  2.  GENERAL ELEMENTS
  3.  HEADER
  4.  PAGE LOADER
  5.  FOOTER
  6.  NAVIGATION & MENU
  7.  SLIDER
  8.  SECTION
  9.  PORTFOLIO
  10. PORTFOLIO AJAX
  11. FILTER
  12. BLOG
  13. COLUMNS GRID
  14. MAP
  15. ELEMENTS / SHORTCODES
  16. WIDGETS
  17. IMG OVERLAY
  18. LOADER ICON
  19. ANIMATIONS
  21. THIRD PARTY PLUGINS

-----------------------------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald);*/
@import 'animate.css';
#wpadminbar {
  display: block !important;
  z-index: 9999999;
}
body.admin-bar {
  margin-top: -32px;
}
/*------------------------------------*\
    @MIXINS
\*------------------------------------*/
/**
 * Placeholder styles for different browsers
 * @param  {hex|rgb} @color:@input-color-placeholder [description]
 * @return {[type]}                                 [description]
 */
/*------------------------------------*\
            @CUSTON MIXINS
\*------------------------------------*/
/*----------------------------------------------
0. RESET & CLEARFIX
------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
/* deleting the default appearence for form elements */
input[type=text],
input[type=password],
input[type=submit],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
  visibility: hidden;
}
/*----------------------------------------------
1. BASICS
------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  /*overflow-y: scroll; /* Force a scrollbar in non-IE */
  /*overflow-x: hidden;*/
  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: left;
  position: relative;
  background: #fafafa;
  height: 100%;
}
::selection {
  background: #ffe49c;
  color: #262626;
}
::-moz-selection {
  background: #ffe49c;
  color: #262626;
}
::-webkit-selection {
  background: #ffe49c;
  color: #262626;
}
/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  font-weight: 400;
  color: #262626;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #ffffff;
}
h1 {
  font-size: 100px;
  line-height: 130px;
}
h2 {
  font-size: 40px;
  line-height: 60px;
}
h3 {
  font-size: 32px;
  line-height: 48px;
}
h4 {
  font-size: 22px;
  line-height: 34px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 22px;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
/* Headers Spacing */
div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
  margin-top: 20px;
}
div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
  margin-top: 0px;
}
.subtitle {
  margin-top: 5px;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.05em;
}
.text-light .subtitle {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/* Headers for section titles */
.section-title {
  text-align: center;
  margin-top: -10px;
  /* fix for line-height spacing*/
  margin-bottom: 100px;
}
.section-title.not-found {
  margin-top: 80px;
  margin-bottom: 240px;
}
.section-title h2 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 900;
}
.not-found h1 {
  font-size: 200px;
  line-height: 230px;
}
.widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Forms
---------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
textarea {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  line-height: 18px;
  height: 18px;
  color: #999999;
  padding: 10px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3x;
  transition: all 200ms linear;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #262626;
}
input.false[type=text],
input.false[type=password]:focus,
input.false[type=email],
textarea.false {
  border-color: #fa4d5a;
}
input[type=text],
input[type=password],
input[type=email] {
  width: 340px;
  max-width: 97%;
}
/* padding issue (240 + 2*5 = 250) */
textarea {
  width: 1100px;
  height: 150px;
  max-width: 97%;
  padding: 11px 4px 8px 4px;
  line-height: 22px;
}
/* padding issue (395 + 2*5 = 405) */
.one-half input[type=text],
.one-half input[type=password],
.one-half input[type=email] {
  width: 520px;
}
.one-half textarea {
  width: 520px;
}
input[type=submit] {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: none;
  color: #ffffff;
  background: #262626;
  cursor: pointer;
  padding: 15px 40px;
  border-radius: 3px;
  transition: all 200ms linear;
}
input[type=submit]:hover {
  background-color: #4da5f5;
  transform: scale(1.07);
}
select {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  height: 34px;
  width: auto;
  padding: 8px;
  color: #999999;
  border-radius: 3px;
  transition: all 200ms linear;
}
select:hover {
  border-color: #262626;
}
select option {
  cursor: pointer;
  padding: 5px 7px;
}
label {
  line-height: 26px;
  width: 100%;
  display: block;
  color: #262626;
}
form {
  margin-top: 20px;
}
form .form-row {
  margin-top: 15px;
  position: relative;
}
form .form-submit {
  margin-top: 30px;
}
form .form-value {
  /*width: 100%;*/
  max-width: 100%;
  position: relative;
  display: inline-block;
}
div form:first-child,
form .form-row:first-child {
  margin-top: 0px;
}
/* Chech formular */
#form-note {
  display: none;
  margin-top: 20px;
}
/* Links
---------------------------------------- */
a {
  text-decoration: none;
  color: #4da5f5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #262626;
}
.text-light a:hover {
  color: #ffffff;
}
/* Embedded content
---------------------------------------- */
img,
object,
video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
img {
  width: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p img {
  margin-top: 20px;
}
p img:first-child {
  margin-top: 0px;
}
img.alignleft {
  margin: 3px 20px 20px 0;
  float: left;
}
img.alignright {
  margin: 3px 0px 20px 20px;
  float: right;
}
/* Lists
---------------------------------------- */
ul {
  margin-top: 20px;
  margin-left: 15px;
  list-style: disc;
}
div ul:first-child,
li ul:first-child {
  margin-top: 0px;
}
ol {
  margin-top: 20px;
  margin-left: 30px;
  list-style: decimal;
}
div ol:first-child,
li ol:first-child {
  margin-top: 0px;
}
ul li,
ol li {
  line-height: 20px;
  margin-top: 10px;
}
ul li:first-child,
ol li:first-child {
  margin-top: 0px;
}
ul.list-nostyle {
  list-style: none !important;
  margin-left: 0 !important;
}
ul.list-nostyle li > .fa {
  margin-right: 10px;
}
/* Others
---------------------------------------- */
p {
  margin-top: 20px;
}
div p:first-child {
  margin-top: 0px;
}
strong,
b,
dt {
  font-weight: bold;
}
i,
dfn,
em {
  font-style: italic;
}
strong i,
b i,
dt i,
strong em,
b em,
dt em {
  font-style: italic;
  font-weight: bold;
}
blockquote {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Raleway';
  font-weight: 300;
  padding-left: 20px;
  margin-left: 20px;
  color: #262626;
  border-left: 2px solid #d9d9d9;
}
div blockquote:first-child {
  margin-top: 0px;
}
blockquote p {
  margin: 0;
}
pre,
code {
  padding: 3px 0 3px 20px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-left: 2px solid #d9d9d9;
  color: #262626;
}
div pre:first-child,
div code:first-child {
  margin-top: 0px;
}
/* WORDPRESS DEFAULT */
/*sticky*/
/*gallery captio*/
/*by post author*/
/*aligns*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
/*floats*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/*text style*/
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
/*captions*/
.wp-caption {
  max-width: 100% !important;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/*smiley reset*/
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
/*blockquote*/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*img attachment*/
#img-attch-page {
  text-align: center;
  overflow: hidden;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  border: 5px solid #d4d4d4;
  /*for IE*/
  width: 100%;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.08);
  transition: border 0.3s ease;
}
#img-attch-page a:hover img {
  border-color: #fc7251;
}
#img-attach-page-content {
  text-align: center;
  margin-top: 25px;
}
/*gallery*/
.gallery {
  width: 100%;
  padding-top: 20px !important;
}
.gallery-item {
  float: left;
}
.gallery-icon {
  text-align: center;
  display: inline-block;
}
.gallery-item .gallery-caption {
  margin-bottom: 0 !important;
  padding-right: 12%;
}
.gallery-item img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.gallery-item a {
  float: left;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gallery-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.ghost-valign:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -1em;
}
.vcentered {
  display: inline-block;
  vertical-align: middle;
}
/*----------------------------------------------
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
  overflow: hidden;
  margin: 0;
  min-width: 1100px;
  /*position: relative;*/
  /* Problem for slider bg with video*/
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.main-content {
  width: 740px;
}
.main-content.no-sidebar {
  margin: 0 auto;
}
aside {
  width: 300px;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.align-center {
  text-align: center;
}
.text-light {
  color: #ffffff;
}
.underline,
.album-blurb a,
.news-full p a {
  position: relative;
}
.underline:after,
.album-blurb a:after,
.news-full p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  visibility: hidden;
  background-color: #000;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.underline:hover:after,
.album-blurb a:hover:after,
.news-full p a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
/*----------------------------------------------
3. HEADER
------------------------------------------------*/
header {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  width: 100%;
  z-index: 10000;
  position: relative;
}
header .header-inner {
  padding: 0 20px 0 15px;
}
#logo {
  float: left;
  padding: 12px 0 24px 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 200ms linear;
}
#logo img {
  max-height: 100%;
}
/* Logo Right */
.logo-right #logo {
  float: right;
}
.logo-right .menu {
  float: left;
}
.logo-right nav#main-nav ul li {
  margin: 0 30px 0 0;
}
/* Logo Top */
.logo-top #logo {
  float: none;
  text-align: center;
}
.logo-top .menu {
  float: none;
  text-align: center;
}
.logo-top nav#main-nav ul li {
  margin: 0 15px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.logo-top nav#main-nav > ul > li > a {
  line-height: 20px;
}
.logo-top nav#main-nav ul li .sub-menu {
  top: 60px;
}
.logo-top nav#menu-controls > ul > li {
  height: 20px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.logo-top .open-responsive-nav {
  display: inline-block;
  padding: 0;
  display: none;
}
/* header shrinks when fixed & scrolled */
.fixed-header header {
  position: fixed;
  left: 0;
  top: 0;
}
.logged-in .fixed-header header {
  top: 28px;
}
.smallheader #logo {
  height: 40px;
  padding: 10px 0;
}
.smallheader #logo h2 {
  line-height: 40px;
}
.smallheader nav#main-nav > ul > li > a:first-child {
  line-height: 40px;
  padding: 10px 0;
}
.smallheader.logo-top nav#main-nav > ul > li > a:first-child {
  line-height: 30px;
}
.smallheader nav#menu-controls > ul > li {
  height: 40px;
  padding: 10px 0;
}
.smallheader.logo-top nav#menu-controls > ul > li {
  height: 30px;
}
.smallheader nav#main-nav > ul > li > .sub-menu {
  top: 60px;
}
.smallheader.logo-top nav#main-nav > ul > li > .sub-menu {
  top: 50px;
}
/* header overlay style */
header.header-overlay {
  background: transparent;
  box-shadow: none;
  position: absolute !important;
  left: 0;
  top: 0;
}
header.header-overlay #defaut-logo {
  display: none;
}
.header-overlay nav#main-nav > ul > li > a {
  color: #ffffff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=7) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
}
.header-overlay nav#main-nav > ul > li:hover > a,
.header-overlay nav#main-nav > ul > li.current-menu-item > a,
.header-overlay nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.header-overlay .open-responsive-nav span {
  background-position: -370px 0 !important;
}
.header-overlay.overlay-dark nav#main-nav > ul > li > a {
  color: #262626 !important;
}
.header-overlay.overlay-dark nav#main-nav > ul > li:hover > a,
.header-overlay.menu-dark nav#main-nav > ul > li.current-menu-item > a,
.header-overlay.overlay-dark nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #262626 !important;
}
.header-overlay.overlay-dark .open-responsive-nav span {
  background-position: -340px 0 !important;
}
/* dark header style */
.dark-header {
  background: #1a1a1a;
}
.dark-header nav#main-nav > ul > li > a {
  color: #ffffff;
}
.dark-header nav#menu-controls > ul > li a {
  color: #ffffff;
}
.dark-header nav#menu-controls > ul > li a span.c-dot {
  background: #ffffff;
}
.dark-header .open-responsive-nav span {
  background-position: -380px 0;
}
/* menu-light */
.menu-light nav#main-nav > ul > li > a {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.menu-light nav#main-nav > ul > li:hover > a,
.menu-light nav#main-nav > ul > li.current-menu-item > a,
.menu-light nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu-light nav#menu-controls > ul > li a {
  color: #ffffff;
}
.menu-light nav#menu-controls > ul > li.current-menu-item > a {
  border-color: #ffffff;
}
.menu-light nav#menu-controls > ul > li a span.c-dot {
  background: #ffffff;
}
.menu-light nav#menu-controls > ul > li:hover a span.c-dot {
  background: #ffffff;
}
.menu-light .open-responsive-nav span {
  background-position: -380px 0;
}
/* menu-dark */
.menu-dark nav#main-nav > ul > li > a {
  color: #262626;
  opacity: 0.7;
  filter: alpha(opacity=7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.menu-dark nav#main-nav > ul > li:hover > a,
.menu-dark nav#main-nav > ul > li.current-menu-item > a,
.menu-dark nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #262626;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu-dark nav#menu-controls > ul > li a {
  color: #262626;
}
.menu-dark nav#menu-controls > ul > li.current-menu-item > a {
  border-color: #262626;
}
.menu-dark nav#menu-controls > ul > li a span.c-dot {
  background: #262626;
}
.menu-dark nav#menu-controls > ul > li:hover a span.c-dot {
  background: #262626;
}
.menu-dark .open-responsive-nav span {
  background-position: -340px 0;
}
/*.menu-item-home {
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
  }
}*/
/*----------------------------------------------
4. PAGE LOADER
------------------------------------------------*/
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 100001;
}
.page-loader-inner {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.page-loader-inner .loader-logo img {
  max-height: 60px;
  max-width: 300px;
}
.page-loader-inner .loader-icon {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -10px;
}
.spinner-new {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}
.spinner-new > div {
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-new .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner-new .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*----------------------------------------------
5. FOOTER
------------------------------------------------*/
footer .copyright {
  font-size: 13px;
  color: #cccccc;
}
footer .copyright a {
  display: inline-block;
  text-decoration: none;
}
footer .credits {
  color: #000;
  text-align: right;
  padding-right: 20px;
  font-family: 'Arial W01 Light';
  letter-spacing: 3px;
  font-size: 9px;
}
.footer-logo img {
  height: 60px;
}
/*----------------------------------------------
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
  position: relative;
  float: right;
}
nav#main-nav {
  z-index: 50;
}
nav#main-nav ul {
  position: relative;
  z-index: 49;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#main-nav ul li {
  position: relative;
  z-index: 45;
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  min-width: 10px;
}
nav#main-nav > ul > li > a {
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 60px;
  /* depending on the logo height */
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 45;
  padding: 20px 0;
  width: auto;
  transition: all 200ms linear;
}
nav#main-nav > ul > li:hover > a {
  z-index: 48;
  color: #4da5f5;
}
nav#main-nav > ul > li.current-menu-item > a,
nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #4da5f5;
}
nav#main-nav ul li .sub-menu {
  position: relative;
  position: absolute;
  top: 100px;
  /* depending on the logo height + padding */
  left: 0px;
  background: #262626;
  width: 200px;
  padding: 5px 0;
  display: none;
  z-index: 47;
}
nav#main-nav ul .sub-menu li {
  float: none;
  margin: 0;
}
nav#main-nav ul .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px;
  display: block;
}
nav#main-nav ul .sub-menu > li:hover > a,
nav#main-nav ul .sub-menu > li.current-menu-item > a {
  color: #ffffff;
}
nav#main-nav ul li ul li .sub-menu {
  position: absolute;
  top: 0px;
  left: 200px;
}
/* control nav when fixed & scrolled */
nav#menu-controls {
  display: none;
}
nav#menu-controls ul {
  position: relative;
  z-index: 49;
  margin: 0;
  padding: 0;
  list-style: none;
  /*overflow: hidden;*/
}
nav#menu-controls ul .sub-menu {
  display: none;
}
nav#menu-controls ul li {
  float: left;
  margin: 0 0 0 15px;
  padding: 20px 0;
  height: 60px;
  text-align: center;
  position: relative;
  width: 12px;
  transition: all 200ms linear;
}
nav#menu-controls > ul > li a {
  display: inline-block;
  color: #262626;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
nav#menu-controls > ul > li.current-menu-item > a {
  border-color: #4da5f5;
}
nav#menu-controls > ul > li.current-menu-item > a span.c-dot {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
nav#menu-controls > ul > li a span.c-dot {
  display: block;
  height: 6px;
  width: 6px;
  background: #262626;
  border-radius: 50%;
}
nav#menu-controls > ul > li a:hover span.c-dot {
  background: #4da5f5;
}
nav#menu-controls > ul > li a span.c-name {
  position: absolute;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  width: 100px;
  left: -44px;
  bottom: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.2s ease-in-out;
}
nav#menu-controls > ul > li a:hover span.c-name {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* responsive nav on mobile view */
.open-responsive-nav {
  padding: 10px 0;
  text-indent: -9999px;
  display: block;
  display: none;
  position: absolute !important;
  right: 20px;
  top: 20px;
}
.open-responsive-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/sprites.png') -340px 0 no-repeat;
}
#menu-responsive {
  position: fixed;
  background: #FFF;
  padding: 0;
  top: 60px;
  right: 200%;
  width: 100%;
  z-index: 10000;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;*/
  overflow: hidden;
  /* important for scrollbar */
}
#menu-responsive .menu-responsive-inner {
  padding: 20px;
}
nav#responsive-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#responsive-nav > ul {
  border-bottom: 1px solid #333333;
}
nav#responsive-nav ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333333;
  position: relative;
}
nav#responsive-nav > ul > li:first-child {
  border-top: none;
}
nav#responsive-nav > ul li > a {
  display: block;
  color: #000;
  font-family: 'Arial W01 Medium' !important;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 3px !important;
  text-transform: uppercase;
  line-height: 24px;
  padding: 8px 20px;
  transition: all 200ms linear;
}
nav#responsive-nav > ul > li:hover > a,
nav#responsive-nav > ul > li.current-menu-item > a {
  color: #000;
}
nav#responsive-nav .sub-menu {
  display: none;
}
nav#responsive-nav .sub-menu li a {
  display: block;
  font-weight: 300;
  text-transform: inherit;
  color: #000;
  line-height: 20px;
  padding: 10px 20px 10px 40px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Arial W01 Light' !important;
}
.menu {
  border: 6px solid #000;
  padding: 6px;
  margin-top: 12px;
}
.open-responsive-nav {
  width: 34px;
  height: 12px;
  position: relative;
  margin-top: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.open-responsive-nav span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000;
  /*border-radius: 9px;*/
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.open-responsive-nav span:nth-child(1) {
  top: 0px;
}
.open-responsive-nav span:nth-child(2),
.open-responsive-nav span:nth-child(3) {
  top: 12px;
}
.open-responsive-nav span:nth-child(4) {
  top: 24px;
}
.open-responsive-nav.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.open-responsive-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-responsive-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open-responsive-nav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav#responsive-nav ul li {
  padding: 0em 0;
}
/*#menu-responsive .social-menu li a {
   padding: 0px 10px !important;
}*/
nav#responsive-nav > ul > li:hover > a,
nav#responsive-nav > ul > li.current-menu-item > a {
  color: #000;
}
#main-nav {
  display: none;
}
#responsive-nav a {
  position: relative;
  display: inline-block;
}
@keyframes noise-anim {
  0% {
    clip: rect(25px, 9999px, 13px, 0);
  }
  5% {
    clip: rect(76px, 9999px, 9px, 0);
  }
  10% {
    clip: rect(23px, 9999px, 44px, 0);
  }
  15% {
    clip: rect(5px, 9999px, 60px, 0);
  }
  20% {
    clip: rect(96px, 9999px, 66px, 0);
  }
  25% {
    clip: rect(24px, 9999px, 76px, 0);
  }
  30% {
    clip: rect(15px, 9999px, 20px, 0);
  }
  35% {
    clip: rect(98px, 9999px, 4px, 0);
  }
  40% {
    clip: rect(64px, 9999px, 48px, 0);
  }
  45% {
    clip: rect(67px, 9999px, 19px, 0);
  }
  50% {
    clip: rect(92px, 9999px, 89px, 0);
  }
  55% {
    clip: rect(25px, 9999px, 91px, 0);
  }
  60% {
    clip: rect(45px, 9999px, 25px, 0);
  }
  65% {
    clip: rect(39px, 9999px, 87px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 35px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 80px, 0);
  }
  80% {
    clip: rect(47px, 9999px, 30px, 0);
  }
  85% {
    clip: rect(62px, 9999px, 38px, 0);
  }
  90% {
    clip: rect(8px, 9999px, 21px, 0);
  }
  95% {
    clip: rect(100px, 9999px, 35px, 0);
  }
  100% {
    clip: rect(83px, 9999px, 20px, 0);
  }
}
/*#responsive-nav a:hover:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  width: 100%;
  text-align: left;
}*/
@keyframes noise-anim-2 {
  0% {
    clip: rect(84px, 9999px, 75px, 0);
  }
  5% {
    clip: rect(35px, 9999px, 97px, 0);
  }
  10% {
    clip: rect(77px, 9999px, 34px, 0);
  }
  15% {
    clip: rect(76px, 9999px, 66px, 0);
  }
  20% {
    clip: rect(35px, 9999px, 18px, 0);
  }
  25% {
    clip: rect(67px, 9999px, 75px, 0);
  }
  30% {
    clip: rect(71px, 9999px, 73px, 0);
  }
  35% {
    clip: rect(85px, 9999px, 4px, 0);
  }
  40% {
    clip: rect(89px, 9999px, 54px, 0);
  }
  45% {
    clip: rect(55px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(1px, 9999px, 93px, 0);
  }
  55% {
    clip: rect(77px, 9999px, 41px, 0);
  }
  60% {
    clip: rect(13px, 9999px, 23px, 0);
  }
  65% {
    clip: rect(38px, 9999px, 70px, 0);
  }
  70% {
    clip: rect(59px, 9999px, 47px, 0);
  }
  75% {
    clip: rect(16px, 9999px, 81px, 0);
  }
  80% {
    clip: rect(8px, 9999px, 15px, 0);
  }
  85% {
    clip: rect(47px, 9999px, 10px, 0);
  }
  90% {
    clip: rect(22px, 9999px, 33px, 0);
  }
  95% {
    clip: rect(53px, 9999px, 11px, 0);
  }
  100% {
    clip: rect(84px, 9999px, 45px, 0);
  }
}
/*#responsive-nav li:not(.social) a:hover:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
    width: 100%;
  text-align: left;
}*/
#logo {
  height: 58px !important;
  padding: 12px 0 10px 0;
}
#nav {
  position: fixed;
  padding: 8px 0 0 22px;
  top: 0px;
  background: #FFF;
  z-index: 9999999;
  height: 100%;
  width: 240px;
}
#nav #logo {
  max-width: 100px;
}
#main-menu {
  clear: both;
}
#main-menu ul {
  margin-left: 0px;
}
#main-menu ul li > ul {
  margin-left: 20px;
  display: none;
}
#main-menu li {
  list-style: none;
  margin-bottom: 18px;
  margin-top: 8px;
  opacity: 0;
  margin-left: -20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main-menu li.animated {
  opacity: 1;
  margin-left: 0px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#main-menu .sub-menu {
  display: none;
  margin-top: 18px;
}
#main-menu .sub-menu li:before {
  content: ". . . ";
}
#main-menu .sub-menu a {
  font-family: 'Arial W01 Light';
  font-size: 12px;
}
#main-menu a {
  text-decoration: none;
  font-family: 'Arial W01 Medium';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
#main-menu a:hover {
  color: #ababab;
}
#main-menu .current-menu-item a {
  font-family: 'Arial W01 Bold903304';
}
/*----------------------------------------------
7. SLIDER
------------------------------------------------*/
.home-slider-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.home-slider-container ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}
.home-slider-container ul li {
  line-height: 0;
  margin-top: 0;
}
/*----------------------------------------------
8. SECTION
------------------------------------------------*/
section {
  position: relative;
}
.section-inner {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.no-padding .section-inner {
  padding-top: 0px;
}
.horizontalsection {
  position: relative;
}
.horizontalsection .horizontalinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
/*----------------------------------------------
9. PORTFOLIO
------------------------------------------------*/
.portfolio-entries {
  width: 110%;
  /* DO NOT CHANGE THIS VALUE */
}
.portfolio-entries .masonry-item {
  width: 24.98%;
  /* will be overwritten by javascript */
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}
.portfolio-spaced .masonry-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.portfolio-entries .portfolio-intro {
  padding: 20px 0;
  text-align: center;
}
.portfolio-name {
  text-transform: uppercase;
}
.portfolio-name a {
  color: #262626;
}
.text-light .portfolio-name a {
  color: #ffffff;
}
.portfolio-name a:hover {
  color: #4da5f5;
}
/* Carousel Portfolio */
#portfolio-carousel .carousel-item {
  margin: 0px;
}
/* Single Portfolio */
#portfolio-single {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#portfolio-single .project-title {
  position: relative;
  margin: 0;
}
#portfolio-single .project-title .project-name {
  display: inline-block;
  max-width: 80%;
}
#portfolio-single .social-share {
  margin-top: 20px;
}
#portfolio-single .portfolio-media,
#portfolio-single .portfolio-content {
  margin-top: 80px;
  position: relative;
}
.gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-list li {
  margin-top: 20px;
  padding: 0;
}
.gallery-list li:fist-child {
  margin-top: 0px;
}
/* Portfolio Single Pagination
------------------------------- */
.single-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-pagination li {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px !important;
}
.single-pagination li.inactive {
  display: none;
}
.single-pagination li a {
  background: url('../images/sprites.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.single-pagination li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-pagination li.next {
  right: 0;
}
.single-pagination li.prev {
  left: 0;
}
.single-pagination li.next a {
  background-position: -220px 0px;
}
.single-pagination li.prev a {
  background-position: -250px 0px;
}
/*----------------------------------------------
10. PORTFOLIO AJAX
------------------------------------------------*/
.ajax-section {
  padding-bottom: 100px;
  position: relative;
  display: none;
}
.ajax-content {
  display: none;
}
#ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
#ajax-loader .loader-icon {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
}
.close-project {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: none;
}
#section-portfolio-single .close-project {
  display: block;
}
.close-project a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url('../images/sprites.png') -310px 0px no-repeat;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.close-project a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------------
11. FILTER
------------------------------------------------*/
.filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 33px;
}
.filter li {
  padding: 0 13px 0 15px;
  margin: 0;
  display: inline-block;
}
.filter li a {
  line-height: 20px;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  margin-bottom: 7px;
  display: block;
  border-bottom: 2px solid transparent;
}
.text-light .filter li a {
  color: #ffffff;
}
.filter li a.active,
.filter li a:hover {
  border-color: #4da5f5;
}
/*----------------------------------------------
12. BLOG
------------------------------------------------*/
.blog-entry {
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
  margin-top: 60px;
}
div .blog-entry:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.blog-date {
  width: 70px;
  float: left;
  color: #262626;
  text-align: center;
}
.blog-date .date-day {
  display: block;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}
.blog-date .date-month {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.blog-content {
  width: 630px;
  float: right;
}
.blog-media {
  margin-bottom: 40px;
}
.blog-media .media-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-media .media-list li {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  background: none;
}
.blog-media .media-list li:first-child {
  margin: 0;
}
.blog-headline .post-name a {
  color: #262626;
}
.text-light .blog-headline .post-name a {
  color: #ffffff;
}
.blog-headline .post-name a:hover {
  color: #4da5f5;
}
.blog-headline .post-meta {
  color: #999999;
  margin-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-headline .post-meta a {
  color: #999999;
}
.text-light .blog-headline .post-meta,
.text-light .blog-headline .post-meta a {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.blog-headline .post-meta a:hover {
  color: #262626;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100)";
}
.text-light .blog-headline .post-meta a:hover {
  color: #ffffff;
}
.blog-intro {
  margin-top: 20px;
}
.readmore-button {
  line-height: 20px;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #262626;
}
.text-light .readmore-button {
  color: #ffffff;
  border-color: #ffffff;
}
.readmore-button:hover {
  border-color: #4da5f5;
}
/* Blog Quote post & Link post
----------------------------*/
.blog-content .quote-author,
.blog-content .link-name {
  color: #999999;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
/* Blog Masonry
----------------------------*/
.text-light #blog-grid .masonry-item {
  border-color: #666666;
}
.masonry-item .blog-media .flexslider {
  margin-bottom: 40px;
}
/* Blog Carousel
----------------------------*/
#blog-carousel .carousel-item {
  margin: 0 15px;
}
/* Blog Author
---------------------------------------- */
.blog-author {
  margin-top: 40px;
  padding: 20px;
  background: #ffffff;
}
.blog-author .author-image {
  width: 80px;
  float: left;
}
.blog-author .author-bio {
  width: 600px;
  float: right;
}
/* Blog Tags
---------------------------------------- */
.blog-tags {
  margin-top: 40px;
}
.blog-tags a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 2px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3px;
}
.blog-tags a:hover {
  border-color: #262626;
  color: #ffffff;
  background: #262626;
}
/* Blog comments
----------------------------*/
#blog-comments {
  border-top: 1px solid #d9d9d9;
  margin-top: 60px;
  padding-top: 60px;
}
#blog-comments ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#blog-comments .comment-list {
  margin-top: 40px;
}
#blog-comments .comment {
  background: none;
  padding: 0;
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  overflow: hidden;
}
#blog-comments .comment-list > .comment:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
#blog-comments .comment .children {
  margin-left: 70px;
}
#blog-comments .user {
  float: left;
  width: 50px;
}
#blog-comments .comment-content {
  margin-left: 70px;
  position: relative;
}
#blog-comments .comment-date {
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway';
  font-weight: 300;
}
#blog-comments .comment-text {
  margin-top: 20px;
}
#blog-comments #respond {
  margin-top: 40px;
}
/* Leave comment
----------------------------*/
#blog-leavecomment {
  margin-top: 60px;
}
/* Blog Pagination
----------------------------*/
#entries-pagination {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}
#entries-pagination li {
  margin: 0;
  padding: 0;
}
#entries-pagination li.inactive {
  display: none;
}
#entries-pagination li a {
  background: url('../images/sprites.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#entries-pagination li.next {
  float: right;
}
#entries-pagination li.next a {
  background-position: -220px 0px;
}
#entries-pagination li.prev {
  float: left;
}
#entries-pagination li.prev a {
  background-position: -250px 0px;
}
#entries-pagination li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------------
13. COLUMNS GRID
------------------------------------------------*/
.column-section {
  margin-top: 60px;
}
div .column-section:first-child {
  margin-top: 0px;
}
.column {
  float: left;
  margin-right: 20px;
  min-height: 1px;
  border-radius: 3px;
}
.column .bg-col-inner {
  padding: 20px;
}
.one-full {
  width: 100%;
  float: none;
  margin-right: 0;
}
.one-half {
  width: 530px;
}
.one-third {
  width: 340px;
}
.two-third {
  width: 720px;
}
.one-fourth {
  width: 245px;
}
.two-fourth {
  width: 530px;
}
.three-fourth {
  width: 815px;
}
.one-fifth {
  width: 188px;
}
.two-fifth {
  width: 416px;
}
.three-fifth {
  width: 644px;
}
.four-fifth {
  width: 872px;
}
.main-content .one-half {
  width: 350px;
  width: 46%;
}
.main-content .one-third {
  width: 220px;
  width: 30%;
}
.main-content .two-third {
  width: 480px;
  width: 60%;
}
.main-content .one-fourth {
  width: 155px;
  width: 20%;
}
.main-content .two-fourth {
  width: 350px;
  width: 40%;
}
.main-content .three-fourth {
  width: 545px;
  width: 60%;
}
.main-content .one-fifth {
  width: 116px;
}
.main-content .two-fifth {
  width: 272px;
}
.main-content .three-fifth {
  width: 428px;
}
.main-content .four-fifth {
  width: 584px;
}
aside .column {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}
.last-col {
  margin-right: 0px !important;
}
/*----------------------------------------------
14. MAP
------------------------------------------------*/
.google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.google-map img {
  max-width: inherit;
  height: auto;
}
/*----------------------------------------------
15. ELEMENTS
------------------------------------------------*/
/*  Buttons
------------------------------------------------*/
a.sr-button {
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 22px !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px;
  transition: all 200ms linear;
}
a.sr-button:hover {
  background-color: #ffffff;
  color: #1a1a1a;
  transform: scale(1.07);
}
a.mini-button {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 2px;
}
a.small-button {
  font-size: 11px;
  padding: 10px 20px;
}
a.medium-button {
  font-size: 13px;
  padding: 12px 40px;
}
a.big-button {
  font-size: 16px;
  padding: 18px 50px;
}
a.sr-button1 {
  border: 2px solid #999999;
  color: #262626;
  background: transparent;
}
a.sr-button1:hover {
  border-color: #262626;
  background-color: #262626;
  color: #ffffff;
}
a.sr-button2 {
  border: 2px solid #262626;
  color: #262626;
  background: transparent;
}
a.sr-button2:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
a.sr-button3 {
  border: 2px solid #4da5f5;
  color: #4da5f5;
  background: transparent;
}
a.sr-button3:hover {
  background: #4da5f5;
  color: #ffffff;
}
a.sr-button4 {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
a.sr-button4:hover {
  background-color: #ffffff;
  color: #262626;
}
a.sr-button5 {
  border: 2px solid #4da5f5;
  color: #ffffff;
  background: #4da5f5;
}
a.sr-button5:hover {
  background-color: #4da5f5;
  color: #ffffff;
}
a.sr-button6 {
  border: 2px solid #262626;
  color: #ffffff;
  background: #262626;
}
a.sr-button6:hover {
  background-color: #262626;
  color: #ffffff;
}
a.sr-button7 {
  border: 2px solid #ffffff;
  color: #262626;
  background: #ffffff;
}
a.sr-button7:hover {
  background-color: #ffffff;
  color: #262626;
}
a.sr-buttonicon {
  border-radius: 999px;
}
a.sr-buttonicon i {
  left: 0.08em;
  position: relative;
}
a.sr-buttonicon .fa-play {
  left: 0.2em;
}
a.sr-buttonicon.mini-button {
  padding: 4px;
  width: 24px;
  height: 24px !important;
  line-height: 24px !important;
}
a.sr-buttonicon.small-button {
  padding: 7px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px;
}
a.sr-buttonicon.medium-button {
  padding: 14px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px;
}
a.sr-buttonicon.big-button {
  padding: 20px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 22px;
}
/*  seperator
------------------------------------------------*/
.seperator {
  width: 100%;
  height: 4px;
  line-height: 0px;
  padding: 8px 0;
  text-align: center;
}
.section-title .seperator {
  padding: 16px 0;
}
.seperator span {
  height: 2px;
  background: #000000;
  display: inline-block;
  width: 100px;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.text-light .seperator span {
  background: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.seperator.size-full span {
  width: 100%;
}
.seperator.size-medium span {
  width: 220px;
}
.seperator.size-small span {
  width: 100px;
}
.seperator.size-mini span {
  width: 40px;
}
.seperator.height-1px span {
  height: 1px;
}
.seperator.height-2px span {
  height: 2px;
}
.seperator.height-3px span {
  height: 3px;
}
.seperator.height-4px span {
  height: 4px;
}
/*  Spacer
------------------------------------------------*/
.spacer {
  width: 100%;
  display: block;
}
.spacer.spacer-mini {
  height: 15px;
}
.spacer.spacer-small {
  height: 40px;
}
.spacer.spacer-medium {
  height: 60px;
}
.spacer.spacer-big {
  height: 100px;
}
/*  counter
------------------------------------------------*/
.counter {
  text-align: center;
  margin-top: 10px;
}
div .counter:fist-child {
  margin-top: 0px;
}
.counter-value {
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}
.counter-name {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
/*  icon box
------------------------------------------------*/
.column .iconbox {
  margin-top: 40px;
}
.column .iconbox:first-child {
  margin-top: 0px;
}
.iconbox .fa {
  color: #4da5f5;
}
.position-right .fa {
  float: right;
}
.iconbox-content {
  float: right;
}
.position-right .iconbox-content {
  float: none;
  text-align: right;
}
.one-half .iconbox-content {
  width: 480px;
}
.one-third .iconbox-content {
  width: 290px;
}
.one-fourth .iconbox-content {
  width: 195px;
}
/*  team
------------------------------------------------*/
.team-role {
  margin-top: 3px;
}
.team-info {
  margin-top: 5px;
}
/*  testimonials
------------------------------------------------*/
.testimonial-slider {
  margin-top: 40px !important;
}
div .testimonial-slider:first-child {
  margin-top: 0px !important;
}
.testimonial-item {
  text-align: center;
}
.slides .testimonial-item {
  padding-bottom: 40px;
  /* flexslider bugfix */
}
.testimonial-name {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/*  Tabs
------------------------------------------------*/
.tabs {
  margin-top: 20px;
}
div .tabs:first-child {
  margin-top: 0px;
}
.tabs ul.tab-nav {
  padding: 0;
  margin: 0;
  margin: 0 !important;
  list-style: none !important;
  position: relative;
  z-index: 1;
}
.tabs ul.tab-nav li {
  background: none;
  padding: 0 !important;
  float: left;
  margin: 0 30px 0 0 !important;
}
.tabs ul.tab-nav li a {
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding-bottom: 2px;
  display: block;
  border-bottom: 2px solid transparent;
}
.text-light .tabs ul.tab-nav li a {
  color: #ffffff;
}
.tabs ul.tab-nav li a:hover,
.tabs ul.tab-nav li a.active {
  border-color: #4da5f5;
}
.tabs .tab-container {
  margin-top: 20px;
}
.tabs .tab-container .tab-content {
  float: left;
  display: none;
}
.tabs .tab-container .active {
  display: block;
}
/*  Toggle/Accordion
------------------------------------------------*/
.accordion {
  margin-top: 20px;
}
div .accordion:first-child {
  margin-top: 0px;
}
.toggle-item {
  margin-top: 20px;
}
div .toggle-item:first-child {
  margin-top: 0px;
}
.toggle-item .toggle-title {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.toggle-item .toggle-title .toggle-icon .fa {
  color: #262626;
  float: left;
  top: 5px;
  position: relative;
}
.text-light .toggle-item .toggle-title .toggle-icon .fa {
  color: #ffffff;
}
.toggle-icon .fa-plus {
  display: block;
}
.toggle-icon .fa-minus {
  display: none;
}
.toggle-active .fa-plus {
  display: none;
}
.toggle-active .fa-minus {
  display: block;
}
.toggle-item .toggle-title .toggle-name {
  float: left;
  margin: 0 0 0 20px;
}
.toggle-item .toggle-title:hover .toggle-icon .fa,
.toggle-item .toggle-active .toggle-icon .fa {
  color: #4da5f5 !important;
}
.toggle-item .toggle-inner {
  padding-top: 18px;
  display: none;
}
/*  Alerts
------------------------------------------------*/
.alert {
  margin-top: 20px;
}
div .alert:first-child {
  margin: 0;
}
.alert h6 {
  padding-bottom: 2px;
  border-bottom: 2px solid red;
  display: inline-block;
}
.alert-info h6 {
  border-color: #3fabf6;
  color: #3fabf6;
}
.alert-note h6 {
  border-color: #fcad25;
  color: #fcad25;
}
.alert-confirm h6 {
  border-color: #8fc236;
  color: #8fc236;
}
.alert-error h6 {
  border-color: #fa4d5a;
  color: #fa4d5a;
}
/*  Skills
------------------------------------------------*/
.skill {
  margin-top: 20px;
}
div .skill:first-child {
  margin-top: 0px;
}
.skill .skill-name {
  margin-bottom: 5px;
  display: block;
}
.skill .skill-bar {
  background: #d9d9d9;
  height: 8px;
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.text-light .skill .skill-bar {
  background: #666666;
}
.skill .skill-bar .skill-active {
  background: #4da5f5;
  height: 100%;
  position: relative;
  border-radius: 2px;
  width: 0px;
}
.tooltip {
  position: absolute;
  width: 24px;
  height: 7px;
  line-height: 10px;
  line-height: 5px;
  padding: 8px 10px 6px 10px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  background: #262626;
  border-radius: 2px;
  top: -20px;
  /* will be set to -30px through js */
  right: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.text-light .tooltip {
  color: #262626;
  background: #ffffff;
}
.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  top: 21px;
  left: 18px;
}
.text-light .tooltip:after {
  border-color: #ffffff transparent transparent transparent;
}
/*  Pricing Table
------------------------------------------------*/
.pricing-table {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 30px;
  margin: 20px 0;
}
.text-light .pricing-table {
  background: #262626;
  border: 1px solid #4d4d4d;
}
.pricing-accent {
  padding: 50px 30px;
  margin: 0;
}
.one-fourth .pricing-table {
  padding-left: 20px;
  padding-right: 20px;
}
.price-name {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.price {
  margin-bottom: 40px;
  color: #262626;
}
.text-light .price {
  color: #ffffff;
}
.pricing-accent .price {
  color: #4da5f5;
}
.price-amount {
  display: block;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}
.one-fourth .price-amount {
  font-size: 60px;
  line-height: 60px;
}
.price-time {
  margin-top: 10px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.price-button {
  margin-top: 40px;
}
/*----------------------------------------------
16. WIDGETS
------------------------------------------------*/
.widget {
  position: relative;
  margin-top: 40px;
}
.div .widget:first-child,
aside .widget:first-child {
  margin-top: 0px;
}
/*  Widget with list
------------------------------------------------*/
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget ul li {
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
.widget ul li a {
  color: #262626;
}
.widget ul li a:hover {
  color: #4da5f5;
}
/*  Tag Widget
------------------------------------------------*/
.tag-list a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 2px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3px;
}
.tag-list a:hover {
  border-color: #262626;
  color: #ffffff;
  background: #262626;
}
/*  Search Widget
------------------------------------------------*/
#searchform label {
  display: none;
}
#searchform input[type="submit"] {
  display: none;
}
/*  Social Widget
------------------------------------------------*/
.socialmedia-widget {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
div .socialmedia-widget:first-child {
  margin: 0;
}
.socialmedia-widget li {
  display: inline-block;
  background: transparent;
  padding: 0px;
  margin: 0 3px 0 3px;
  position: relative;
}
.socialmedia-widget li a {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  background: url('../images/social-icons.png');
  margin: 0;
}
.social-share li a {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.text-light .social-share li a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.socialmedia-widget li.facebook a {
  background-position: 0px top;
}
.socialmedia-widget li.twitter a {
  background-position: -30px top;
}
.socialmedia-widget li.thumblr a {
  background-position: -60px top;
}
.socialmedia-widget li.vimeo a {
  background-position: -90px top;
}
.socialmedia-widget li.dribbble a {
  background-position: -120px top;
}
.socialmedia-widget li.deviantart a {
  background-position: -150px top;
}
.socialmedia-widget li.behance a {
  background-position: -180px top;
}
.socialmedia-widget li.flickr a {
  background-position: -210px top;
}
.socialmedia-widget li.forrst a {
  background-position: -240px top;
}
.socialmedia-widget li.linkedin a {
  background-position: -270px top;
}
.socialmedia-widget li.rss a {
  background-position: -300px top;
}
.socialmedia-widget li.googleplus a {
  background-position: -330px top;
}
.socialmedia-widget li.pinterest a {
  background-position: -360px top;
}
.socialmedia-widget li.youtube a {
  background-position: -390px top;
}
.socialmedia-widget li.mail a {
  background-position: -420px top;
}
.socialmedia-widget li.instagram a {
  background-position: -450px top;
}
.socialmedia-widget li.xing a {
  background-position: -480px top;
}
.socialmedia-widget li.dropbox a {
  background-position: -510px top;
}
.text-light .socialmedia-widget li.facebook a {
  background-position: 0px -30px;
}
.text-light .socialmedia-widget li.twitter a {
  background-position: -30px -30px;
}
.text-light .socialmedia-widget li.thumblr a {
  background-position: -60px -30px;
}
.text-light .socialmedia-widget li.vimeo a {
  background-position: -90px -30px;
}
.text-light .socialmedia-widget li.dribbble a {
  background-position: -120px -30px;
}
.text-light .socialmedia-widget li.deviantart a {
  background-position: -150px -30px;
}
.text-light .socialmedia-widget li.behance a {
  background-position: -180px -30px;
}
.text-light .socialmedia-widget li.flickr a {
  background-position: -210px -30px;
}
.text-light .socialmedia-widget li.forrst a {
  background-position: -240px -30px;
}
.text-light .socialmedia-widget li.linkedin a {
  background-position: -270px -30px;
}
.text-light .socialmedia-widget li.rss a {
  background-position: -300px -30px;
}
.text-light .socialmedia-widget li.googleplus a {
  background-position: -330px -30px;
}
.text-light .socialmedia-widget li.pinterest a {
  background-position: -360px -30px;
}
.text-light .socialmedia-widget li.youtube a {
  background-position: -390px -30px;
}
.text-light .socialmedia-widget li.mail a {
  background-position: -420px -30px;
}
.text-light .socialmedia-widget li.instagram a {
  background-position: -450px -30px;
}
.text-light .socialmedia-widget li.xing a {
  background-position: -480px -30px;
}
.text-light .socialmedia-widget li.dropbox a {
  background-position: -510px -30px;
}
.socialmedia-widget li:hover a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.socialmedia-widget li.facebook:hover a {
  background-position: 0px bottom;
}
.socialmedia-widget li.twitter:hover a {
  background-position: -30px bottom;
}
.socialmedia-widget li.thumblr:hover a {
  background-position: -60px bottom;
}
.socialmedia-widget li.vimeo:hover a {
  background-position: -90px bottom;
}
.socialmedia-widget li.dribbble:hover a {
  background-position: -120px bottom;
}
.socialmedia-widget li.deviantart:hover a {
  background-position: -150px bottom;
}
.socialmedia-widget li.behance:hover a {
  background-position: -180px bottom;
}
.socialmedia-widget li.flickr:hover a {
  background-position: -210px bottom;
}
.socialmedia-widget li.forrst:hover a {
  background-position: -240px bottom;
}
.socialmedia-widget li.linkedin:hover a {
  background-position: -270px bottom;
}
.socialmedia-widget li.rss:hover a {
  background-position: -300px bottom;
}
.socialmedia-widget li.googleplus:hover a {
  background-position: -330px bottom;
}
.socialmedia-widget li.pinterest:hover a {
  background-position: -360px bottom;
}
.socialmedia-widget li.youtube:hover a {
  background-position: -390px bottom;
}
.socialmedia-widget li.mail:hover a {
  background-position: -420px bottom;
}
.socialmedia-widget li.instagram:hover a {
  background-position: -450px bottom;
}
.socialmedia-widget li.xing:hover a {
  background-position: -480px bottom;
}
.socialmedia-widget li.dropbox:hover a {
  background-position: -510px bottom;
}
/*  Recent Tweets Widget
------------------------------------------------*/
.tp_recent_tweets {
  max-width: 100%;
  width: 100%;
  float: none;
  clear: inherit;
}
.widget .tp_recent_tweets li {
  background: none;
  word-wrap: break-word;
  float: none;
  clear: inherit;
}
.widget .tp_recent_tweets li a {
  font-weight: normal;
}
.widget .tp_recent_tweets .twitter_time {
  color: #b3b3b3;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
/* Flickr Widget & Dribble Widget
------------------------------------------------*/
.flickr-widget .flickr-list,
.dribbble-widget .dribbble-list {
  width: 107%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flickr-widget .flickr-list li,
.dribbble-widget .dribbble-list li {
  width: 22.2%;
  margin: 0 1.5% 1.5% 0;
  float: left;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
}
.flickr-widget .flickr-list li img,
.dribbble-widget .dribbble-list li img {
  display: block;
}
.flickr-widget .flickr-list li:hover,
.dribbble-widget .dribbble-list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*----------------------------------------------
17. IMG OVERLAY
------------------------------------------------*/
.imgoverlay {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  background: #FFF;
}
.imgoverlay img {
  transition: all 0.4s ease;
  /*-webkit-filter: grayscale(100%) opacity(.8); 
  filter:  grayscale(100%) opacity(.8);*/
}
.imgoverlay:hover img {
  transform: scale(1.07);
  /*-webkit-filter: grayscale(0%) opacity(1); 
  filter: grayscale(0%) opacity(1);*/
}
.imgoverlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease;
}
.imgoverlay:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.imgoverlay .overlaycolor {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  display: none;
}
.imgoverlay .overlayinfo {
  width: 100%;
  text-align: left;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  /*transition: top 0.3s ease;*/
}
.imgoverlay:hover .overlayinfo {
  top: 45%;
}
.overlayinfo h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.overlayinfo {
  text-align: left;
  padding: 5%;
}
.overlayinfo h5 {
  color: #000;
  max-width: 80%;
  text-transform: uppercase;
}
.overlayinfo .buy-button {
  text-align: center;
  width: 87px;
  margin: 10px auto 0 auto;
}
.feature .overlayinfo {
  text-align: left;
  padding: 5%;
}
.feature .overlayinfo h5 {
  max-width: 80%;
}
.promo .overlayinfo h5 {
  font-family: 'Akzidenz-Grotesk Pro' !important;
  font-size: 40px;
  line-height: 50px;
}
.product .overlayinfo h5 {
  font-family: 'Akzidenz-Grotesk Pro' !important;
  font-size: 30px;
  line-height: 40px;
}
/*.glitch{
  position: relative;
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  width: 100%;
  text-align: center;
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
    width: 100%;
  text-align: center;
}*/
.animsition-loading {
  z-index: 9999999 !important;
}
.animsition-overlay-slide {
  z-index: 9999998 !important;
  background-color: #000 !important;
}
.item {
  margin-bottom: 1px !important;
}
/*----------------------------------------------
18. LOADER ICON
------------------------------------------------*/
.loader-icon {
  position: relative;
  z-index: 0;
  width: 24px;
  height: 24px;
}
.loader-icon span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}
.loader-icon .spinner {
  z-index: 1;
  border-color: #262626;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----------------------------------------------
19. LOAD MORE
------------------------------------------------*/
#load-more {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
#load-more .loader-icon {
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -12px;
  display: none;
}
.text-light #load-more a.sr-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
/*----------------------------------------------
20. ANIMATIONS
------------------------------------------------*/
.sr-animation {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.7s ease;
}
.sr-animation-fromtop {
  top: -50px;
}
.sr-animation-frombottom {
  top: 50px;
}
.sr-animation-fromleft {
  left: -30px;
}
.sr-animation-fromright {
  left: 30px;
}
.sr-animation-zoomin {
  transform: scale(0);
}
.sr-animation-zoomout {
  transform: scale(1.5);
}
.sr-animation.animated {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 100%;
  max-height: 100%;
  transform: scale(1);
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
/*----------------------------------------------
21. THIRD PARTY PLUGINS
------------------------------------------------*/
.tp-leftarrow.custom,
.tp-rightarrow.custom,
.tp-leftarrow.default,
.tp-rightarrow.default {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
  background: transparent url('../images/sprites.png') no-repeat !important;
}
.tp-leftarrow.custom:before,
.tp-rightarrow.custom:before {
  content: "" !important;
}
.tp-rightarrow.custom,
.tp-rightarrow.default {
  background-position: 0px 0px !important;
}
.tp-leftarrow.custom,
.tp-leftarrow.default {
  background-position: -40px 0px !important;
}
.tp-bullets.custom .tp-bullet {
  background: #ffffff !important;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-radius: 12px;
}
.tp-bullets.custom .tp-bullet.selected {
  background: none !important;
  padding: 2px;
  border: 1px solid #ffffff;
  transform: translateX(-2px) translateY(-2px);
}
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}
.admin-bar .mfp-close {
  top: 85px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 12px;
  top: 60px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-size: 2em;
}
@media screen and (max-width: 685px) {
  .mfp-close {
    font-size: 3em;
  }
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-nav {
  position: absolute;
  z-index: 1046;
  margin: 0;
  top: 50%;
  margin-top: -1em;
  padding: 0;
  width: 1.5em;
  height: 2em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: medium inset transparent;
  background: transparent;
  color: #fff;
  font-size: 3em;
  cursor: pointer;
}
.mfp-nav span {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 685px) {
  .mfp-nav {
    background-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: 0;
  }
}
.mfp-nav-left {
  left: 0;
}
.mfp-nav-right {
  right: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 66%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-figure {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-3d-unfold.mfp-removing .mfp-figure {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*------------------------------------*\
@OVERLAYS
\*------------------------------------*/
.mfp-content .video-title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.05;
}
@media screen and (max-width: 450px) {
  .mfp-content .video-title {
    font-size: 14px;
    padding-right: 0;
  }
}
.bold {
  font-weight: bold;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.awesome {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.default-transition {
  transition: all 0.25s ease-out;
}
/*------------------------------------*\
                  TABS
\*------------------------------------*/
.tabs {
  position: relative;
  z-index: 10;
  text-align: left;
}
.tabs .tabs--control {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.tabs .tabs--control-inner {
  position: relative;
}
.tabs .tabs--control-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tabs .tab--control {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.09rem;
  text-align: center;
  text-transform: uppercase;
}
.tabs .tab--control:last-child {
  position: relative;
  background: none;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.tabs .tab--control span {
  display: block;
  min-width: 10rem;
  padding: 1rem 2rem;
}
.tabs .tab--control:hover span,
.tabs .tab--control.active span {
  color: #000;
  background: rgba(255, 255, 255, 0.75);
}
.tabs .tab--control:first-of-type span {
  padding-left: 3rem;
}
.tabs .tabs--area {
  background: rgba(255, 255, 255, 0.75);
}
.tabs .tab {
  display: none;
  padding: 2rem 4rem 0;
}
.tabs .tab.active {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .tabs .tab {
    padding: 0 0.5rem;
  }
  .tabs .tab--control span {
    min-width: 5rem;
    padding: 0 1rem;
  }
  .tabs .tab--control:first-of-type span {
    padding-left: 1.25rem;
  }
}
.tabs .tab-container {
  margin-top: 20px;
}
.tabs .tab-container .tab-content {
  float: left;
  display: none;
}
.tabs .tab-container .active {
  display: block;
}
/*------------------------------------*\
                  TV
\*------------------------------------*/
#player {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 3;
  max-width: 1280px;
}
#player .articles-inner {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
  padding-right: 1.5rem;
}
#player .subscribe {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  font-size: 0.908125rem;
  transform: translateY(-50%);
}
#player .subscribe span {
  padding: 0.25rem 0.45rem;
}
#player .subscribe .fa {
  margin-right: 0.5rem;
}
#player .ps-container .ps-scrollbar-y {
  right: -0.3rem;
  width: .75rem;
  background: rgba(255, 255, 255, 0.75);
}
#player .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
  background: #000;
}
@media screen and (max-width: 768px) {
  #player {
    margin: 0 auto;
    padding: 0;
  }
  #player .tabs .tab--control {
    font-size: 1rem;
  }
  #player .tv--footer {
    margin: 0 1.25rem 1.25rem;
    padding: 0;
    overflow: hidden;
  }
  #player .up-next {
    display: block;
    display: none;
    width: auto;
  }
  #player .subscribe {
    top: auto;
    right: 50%;
    bottom: -3rem;
    transform: translateX(50%);
  }
  #player .tv--container {
    padding: 2rem 0;
  }
  #player .tv--title {
    margin-bottom: 2rem;
    font-size: 5rem;
  }
  #player .tabs--control {
    position: static;
  }
  #player .tabs .tab--control {
    width: 33%;
    font-size: 0.75rem;
  }
  #player .tabs .tab--control span {
    padding: 0.75rem 0;
    min-width: 0;
  }
  #player .tabs--control-inner:before {
    display: block;
    width: 5em;
    background: #252525;
  }
  #player .tab {
    padding: 1rem 1rem 0;
  }
  #player .navbar {
    padding-top: 1rem;
    display: block;
    display: none;
    line-height: 1.5rem;
  }
  #player .currently-playing,
  #player .up-next {
    padding: 0;
    display: block;
    text-align: left;
    line-height: 1.3;
  }
  #player .currently-playing .label,
  #player .up-next .label {
    padding: 0;
  }
  #player .up-next {
    display: none;
  }
  #player .up-next .label {
    display: block;
  }
  #player .currently-playing {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    border-color: #000;
  }
}
@media screen and (max-width: 440px) {
  #player {
    padding-bottom: 3rem;
  }
}
.videos > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.videos .tv--container {
  padding: 0;
  position: relative;
  z-index: 5;
}
.videos .tv--footer {
  position: relative;
  padding: 2rem 4rem;
}
.videos .tv--tabs {
  position: relative;
  z-index: 10;
}
.videos .tabs--area {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
.videos .tabs--area .tab {
  display: none;
}
.videos .tabs--area .active {
  display: block;
}
.videos .tabs--control {
  white-space: nowrap;
  overflow: hidden;
}
.videos .tab--control {
  background: none;
}
.videos .tab {
  padding: 2rem 4rem 0;
}
.videos .navbar {
  width: 100%;
  display: table;
  display: none;
  overflow: hidden;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.videos .currently-playing,
.videos .up-next {
  display: table-cell;
  vertical-align: top;
  padding: 1.5rem 0;
  line-height: 1.1;
}
.videos .currently-playing .label,
.videos .up-next .label {
  display: block;
  padding-bottom: 0.15rem;
}
.videos .currently-playing {
  text-align: left;
}
.videos .currently-playing .label {
  display: none;
  cursor: pointer;
  text-decoration: underline;
}
.videos .currently-playing .label:before {
  content: '\f03a';
  padding-right: 0.5rem;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
.videos .currently-playing.featured {
  margin: 0;
}
.videos .currently-playing.featured .label {
  display: none;
}
.videos .currently-playing.featured .currently-playing--name {
  display: inline-block;
}
.videos .currently-playing--name {
  display: inline-block;
}
.videos .up-next {
  display: none;
  width: 45%;
  text-align: right;
}
.videos .up-next .js-play-video {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .videos .current-playlist .vd .play-button {
    display: none;
  }
}
.videos .current-playlist-name {
  padding: 0 0 0.75rem;
  margin: 0 0 1rem;
  font-size: 1.45rem;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .videos .current-playlist-name {
    padding: 0 0 0.5rem;
    margin: 0 2rem 0.75rem 0.75rem;
    font-size: 1.35rem;
  }
}
.videos .current-video {
  position: relative;
  margin: 0 auto;
}
.videos .current-video img {
  display: block;
}
.videos .current-video span {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
  height: 8em;
  background: url(../images/play-icon.png) no-repeat;
  background-size: cover;
}
.videos .current-video .spinner {
  margin: 3rem auto;
}
.playlists {
  padding: 0.75em;
}
.playlists .articles {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .playlists .vd__playlist {
    position: relative;
  }
  .playlists .vd__playlist .image {
    height: 8rem;
  }
  .playlists .vd__playlist .video--image {
    position: absolute;
    height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
  }
  .playlists .vd__playlist .meta {
    width: 100%;
    text-align: center;
  }
  .playlists .vd__playlist .meta .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 440px) {
  .playlists .vd__playlist .meta .button {
    font-size: 0.85rem;
  }
}
.vd__playlist .meta {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.vd__playlist .meta .button {
  font-weight: bold;
  font-size: 1.453125rem;
}
.vd__playlist .meta .button > span {
  padding: 0.5rem 2rem;
}
.vd__playlist .number {
  display: inline-block;
}
/*------------------------------------*\
                  VIDEOS
\*------------------------------------*/
.videos {
  padding: 0;
}
.videos .vd {
  width: 33.33333333%;
}
@media all and (max-width: 768px) {
  .videos .vd {
    width: 50%;
  }
}
.videos .articles {
  margin: 0 -0.75rem;
}
.vd {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #000;
}
.vd .title {
  line-height: 1.3;
  overflow: hidden;
  margin: 0.75rem 0;
  font-size: 0.908125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vd .video-inner {
  display: block;
  padding: 0 0.75rem 0.75rem;
  margin-bottom: 0;
  overflow: hidden;
}
.vd .vd__media:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-out;
  background: rgba(83, 83, 83, 0.5);
}
.vd .vd__media:hover:after {
  opacity: 1;
}
.vd .image {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.vd .video--image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .vd {
    position: relative;
  }
  .vd .title {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.1;
    white-space: normal;
  }
  .vd .image {
    height: auto;
    margin-bottom: 0.5rem;
  }
  .vd .video--image {
    position: static;
    transform: none;
    max-width: 100%;
  }
  .vd .play-button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
}
.featured {
  padding: 2rem 0 0;
  margin: 0 -1rem;
}
.featured-playlist {
  display: inline-block;
  width: 50%;
  height: 14rem;
  padding: 0 1rem;
  text-align: left;
}
.featured-playlist .inner {
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.75);
}
.featured-playlist .col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.featured-playlist .fp__media {
  position: relative;
}
.featured-playlist .fp__media:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-out;
  background: rgba(83, 83, 83, 0.5);
}
.featured-playlist .fp__media:hover:after {
  opacity: 1;
}
.featured-playlist .fp__title {
  padding: 0 1rem;
  color: #000;
  font-size: 1.45rem;
  line-height: 1.1;
}
.featured-playlist .fp__title span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.09rem;
}
.featured-playlist .fp__play {
  display: none;
}
@media screen and (max-width: 768px) {
  .featured-playlist {
    width: 100%;
    height: auto;
  }
  .featured-playlist:first-child {
    margin-bottom: 1.25rem;
  }
  .featured-playlist .fp__title {
    font-size: 1.05rem;
  }
  .featured-playlist .fp__title span {
    font-size: 0.75rem;
  }
}
.home .main-content {
  margin-top: 90px;
}
#section-home,
#section-single {
  padding-bottom: 50vh;
}
#section-home .news-post,
#section-single .news-post {
  border-top: 0.1em solid #ddd;
  padding: 20px 0 0 0;
}
#section-home .news-post:last-child,
#section-single .news-post:last-child {
  border-bottom: 0.25px solid #CCC;
}
#section-home .news-post .news-title,
#section-single .news-post .news-title {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Arial W01 Medium';
  padding: 0 0 20px 0px;
}
#section-home .news-post .news-title a,
#section-single .news-post .news-title a {
  text-decoration: none;
}
#section-home .news-post .news-image,
#section-single .news-post .news-image {
  max-width: 30%;
  float: left;
}
#section-home .news-post .news-content,
#section-single .news-post .news-content {
  float: right;
  width: 100%;
}
#section-home .news-post .news-excerpt,
#section-single .news-post .news-excerpt {
  font-family: 'Arial W01 Light';
  text-transform: uppercase;
  opacity: 1;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: hidden;
  max-height: 500px;
  margin: -10px 0 20px 0;
}
#section-home .news-post .news-full,
#section-single .news-post .news-full {
  opacity: 0;
  font-family: 'Arial W01 Light';
  text-transform: uppercase;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: hidden;
  max-height: 0px;
  text-align: justify;
}
#section-home .news-post .news-action,
#section-single .news-post .news-action {
  padding: 0px 0 0px 0px;
}
#section-home .news-post .news-action a,
#section-single .news-post .news-action a {
  font-family: 'Arial W01 Medium';
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s ease;
}
#section-home .news-post.active .news-excerpt,
#section-single .news-post.active .news-excerpt {
  display: none;
  opacity: 0;
  transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-height: 0px;
}
#section-home .news-post.active .news-full,
#section-single .news-post.active .news-full {
  padding-bottom: 20px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-height: 2000px;
  margin-top: 0px;
}
#section-home .share,
#section-single .share {
  padding-top: 18px;
}
#section-home .share .share-toggle,
#section-single .share .share-toggle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Arial W01 Light';
  letter-spacing: 3px;
  /*background: url(../images/share.png) #FFF center no-repeat;
      background-size: contain;
      height: 25px;
      width: 25px;*/
  position: relative;
  z-index: 2;
}
#section-home .share .share-toggle:hover,
#section-single .share .share-toggle:hover {
  color: #ababab;
}
#section-home .share .share-toggle:hover .share-buttons,
#section-single .share .share-toggle:hover .share-buttons {
  display: inline-block;
}
#section-home .share .share-links,
#section-single .share .share-links {
  z-index: 1;
  opacity: 0;
  display: inline-block;
  position: absolute;
  margin-left: 0px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px;
}
#section-home .share .share-links ul,
#section-single .share .share-links ul {
  margin-left: 0px;
  list-style: none;
}
#section-home .share .share-links li,
#section-single .share .share-links li {
  display: inline;
  padding-right: 2px;
}
#section-home .share .share-links li a,
#section-single .share .share-links li a {
  font-size: 20px;
}
#section-home .share .share-links li a:hover,
#section-single .share .share-links li a:hover {
  color: #ababab;
}
#section-home .share .share-links img,
#section-single .share .share-links img {
  max-height: 20px;
}
#section-home .share.active .share-links,
#section-single .share.active .share-links {
  opacity: 1;
  margin-left: 4px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.secp-embed-product {
  background: #000;
  position: relative;
  overflow: hidden;
  height: 40px;
  border: solid 4px #FFF;
}
.secp-embed-product:before {
  color: #FFF;
  font-family: 'Akzidenz-Grotesk Pro';
  font-size: 20px;
  content: 'View';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  text-align: center;
  width: 100%;
}
.discography {
  /*.tint{
    .item{
      .imgoverlay{
        border: 1px solid transparent;
        .overlay{
          left:0px;
          opacity: 1;
        }
      }
    }
  }*/
}
.discography #section-discography > .section-inner {
  padding-bottom: 50vh;
}
.discography .item {
  float: left;
  position: relative;
}
.discography .item img {
  width: 100%;
}
.discography .item .imgoverlay {
  border: 1px solid #CCC;
  display: block;
}
.discography .item .imgoverlay:hover {
  cursor: pointer;
}
.discography .item .imgoverlay:hover .overlay {
  left: 0px;
}
.discography .item .imgoverlay .overlay-hint {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Arial W01 Medium';
}
.discography .item.clearme {
  clear: both;
  float: left;
}
.discography .tile-1 {
  width: 100%;
}
.discography .tile-2 {
  width: 50%;
}
.discography .tile-3 {
  width: 31%;
  padding: 10px;
}
.discography .tile-4 {
  width: 25%;
}
.discography .packshot {
  position: relative;
}
.discography .stream-player {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.discography .stream-player.active {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.discography .stream-player .inner,
.discography .stream-player p {
  height: 100%;
  width: 100%;
}
.discography .stream-player .inner iframe,
.discography .stream-player p iframe {
  height: 100%;
  width: 101%;
}
.discography .stream-player .close-overlay {
  position: absolute;
  top: 7px;
  right: 2px;
  color: #FFF;
  text-align: right;
  padding: 5px;
  background: #FFF;
}
.discography .stream-player .close-overlay .close-inner {
  width: 10px;
  height: 10px;
  background: url(../images/cross.svg) center no-repeat;
}
.discography .stream-player .close-overlay:hover {
  cursor: pointer;
}
.discography .stream-player .close-overlay:hover .close-inner {
  transform: rotate(90deg);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.discography .mobile-player {
  width: 100%;
  max-height: 100px;
}
.discography .mobile-player iframe {
  margin-top: 20px;
  height: 80px;
  width: 100%;
}
.discography .albumcat {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.discography .albumcat .albumcat-group {
  padding-top: 6px;
  /*display: none;*/
  transition: all 0.4s ease-in-out 0s;
  overflow-y: hidden;
  /*opacity: (0);*/
  max-height: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.discography .albumcat .albumcat-group.active {
  /*display: block;*/
  transition: all 0.4s ease-in-out 0s;
  /*opacity: (1);*/
  max-height: 10000px;
  /* approximate max height */
}
.discography .albumcat .albumcat-toggle {
  padding-left: 10px;
  display: inline;
}
.discography .albumcat .albumcat-toggle .open {
  display: none;
}
.discography .albumcat .albumcat-toggle .closed {
  display: inline-block;
}
.discography .albumcat .albumcat-toggle.active .open {
  display: inline-block;
}
.discography .albumcat .albumcat-toggle.active .closed {
  display: none;
}
.discography .albumcat .imgoverlay .overlaycolor {
  display: inline;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.discography .album .overlayinfo {
  text-align: left;
  padding: 5%;
  top: 45%;
}
.discography .album .overlayinfo .date {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
.discography .album .overlayinfo hr {
  height: 3px;
  background-color: #FFF;
  width: 90%;
  float: left;
}
.discography .album-info {
  /*display: none;
    height: 0;*/
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0px 10px 0 10px;
  overflow-y: hidden;
  /*opacity: (0);*/
  max-height: 0px;
}
.discography .album-info.active {
  /*height: auto;
      display: block;*/
  display: inline-block;
  clear: both;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*opacity: (1);*/
  max-height: 2000px;
  /* approximate max height */
}
.discography .album-info .centered {
  /*overflow: hidden;
      overflow-y: scroll;*/
}
.discography .album-info .close-info {
  font-weight: 300;
  font-size: 14px;
  font-family: 'Arial W01 Medium';
  position: absolute;
  right: -20px;
  width: 30px;
}
.discography .album-info .close-info:hover {
  cursor: pointer;
  color: #ababab;
}
.discography .album-info .column-section {
  padding: 8px 0;
}
.discography .album-info .column {
  margin-right: 25px;
}
.discography .album-info .one-half {
  width: 45%;
}
.discography .album-info .one-half img {
  border: 1px solid #CCC;
  max-width: none;
  width: 100%;
}
.discography .album-info .last-col {
  position: relative;
}
.discography .album-info ul {
  margin-left: 0px;
  margin-top: 0px;
  list-style: none;
}
.discography .album-info li {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Arial W01 Light';
  padding-right: 4px;
}
.discography .album-info li strong {
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
.discography .album-info li:after {
  content: " | ";
}
.discography .album-info li:first-child:after,
.discography .album-info li:last-child:after {
  content: '';
}
.discography .album-info li a.disabled {
  pointer-events: none;
  color: #999;
}
.discography .album-info .album-blurb {
  text-transform: uppercase;
  padding-top: 10px;
  font-family: 'Arial W01 Light';
  padding-right: 20px;
  padding-bottom: 2px;
  text-align: justify;
}
.discography .album-info .album-blurb p {
  margin-top: 15px;
}
.discography .album-info .album-blurb p:first-child {
  margin-top: 0px;
}
.discography .more-info {
  text-transform: uppercase;
  font-family: 'Arial W01 Light';
  padding-top: 10px;
}
.discography .tracklist-wrapper {
  margin-bottom: 12px;
}
.discography .tracklist-wrapper .tracklist {
  padding: 10px 20px 2px 0;
}
.discography .tracklist-wrapper .tracklist .tracklist-title {
  text-transform: uppercase;
  font-family: 'Arial W01 Light';
}
.discography .tracklist-wrapper .tracklist .tracklist-title:hover {
  cursor: pointer;
}
.discography .tracklist-wrapper .tracklist .tracklist-tracks {
  display: none;
  font-family: 'Arial W01 Light';
  padding-top: 5px;
}
.discography .tracklist-wrapper .tracklist .tracklist-tracks li {
  list-style-type: decimal;
  counter-increment: step-counter;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}
.discography .tracklist-wrapper .tracklist .tracklist-tracks li:after {
  display: none;
}
.discography .tracklist-wrapper .tracklist .tracklist-tracks li:before {
  content: counter(step-counter);
  color: #000;
  margin-right: 5px;
  /*font-size: 80%;
            background-color: rgb(200,200,200);
            color: white;
            font-weight: bold;
            padding: 3px 8px;
            border-radius: 3px;*/
}
.bracket-button .outer {
  letter-spacing: 0px;
  font-family: 'Arial W01 Bold903304';
  position: absolute;
  margin-top: 0px;
  margin-left: 8px;
}
.bracket-button .inner {
  display: inline-block;
  background: url(../images/cross.svg) center no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0px;
  -webkit-backface-visibility: hidden;
}
.bracket-button:hover .inner {
  transform: rotate(135deg);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0px;
}
.bracket-button.active .inner {
  transform: rotate(0deg);
  background: url(../images/cross.svg) center no-repeat;
  background-size: cover;
  background-position-y: 0px;
}
.bracket-button.active:hover .inner {
  transform: rotate(90deg);
}
.social-media .connectcat {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.social-media .connectcat .connectcat-group {
  padding-top: 6px;
  transition: all 0.4s ease-in-out 0s;
  overflow-y: hidden;
  max-height: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.social-media .connectcat .connectcat-group.active {
  transition: all 0.4s ease-in-out 0s;
  max-height: 10000px;
  /* approximate max height */
}
.social-media .connectcat .connectcat-group ul {
  margin-left: 30px;
}
.social-media .connectcat .connectcat-group ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Arial W01 Medium';
  font-size: 14px;
  letter-spacing: 3px;
  margin: 10px 0px;
}
.social-media .connectcat .connectcat-group ul li a:hover {
  color: #ababab;
}
.social-media .connectcat .connectcat-toggle {
  padding-left: 10px;
  display: inline;
}
.social-media .connectcat .connectcat-toggle .open {
  display: none;
}
.social-media .connectcat .connectcat-toggle .closed {
  display: inline-block;
}
.social-media .connectcat .connectcat-toggle.active .open {
  display: inline-block;
}
.social-media .connectcat .connectcat-toggle.active .closed {
  display: none;
}
#signup-form {
  margin-left: 30px;
}
#signup-form p {
  margin-top: 0px;
}
#signup-form .newsletter-note {
  text-transform: uppercase;
  margin-top: 8px;
  font-family: 'Arial W01 Light';
}
#signup-form label {
  display: none;
}
#signup-form input {
  border-radius: 0px;
  padding: 6px 10px;
  margin-top: 6px;
  letter-spacing: 3px;
  color: #000;
}
#signup-form input[type=text],
#signup-form input[type=password],
#signup-form input[type=email] {
  width: 260px;
}
#signup-form button {
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #000;
  padding: 8px 10px;
  background: #FFF;
  transition: all 0.4s ease-in-out 0s;
}
#signup-form button:hover {
  color: #FFF;
  background: #000;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
#section-live {
  padding-top: 10px;
}
#section-live .event-list {
  font-family: 'Arial W01 Medium';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  border-bottom: 0.1em solid #ddd;
}
#section-live .event-list .event {
  border-top: 0.1em solid #ddd;
  padding: 10px 0 10px 0;
}
#section-live .event-list .event-date {
  width: 20%;
}
#section-live .event-list .event-location {
  width: 60%;
}
#section-live .event-list .event-cta {
  width: 20%;
}
#section-live .event-list .event-date,
#section-live .event-list .event-location,
#section-live .event-list .event-cta {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #section-live .event-list .event-date,
  #section-live .event-list .event-location,
  #section-live .event-list .event-cta {
    width: 100%;
  }
}
#section-thank-you {
  font-family: 'Arial W01 Light';
  letter-spacing: 3px;
}
/*****************************************************************************
* GENERAL
*****************************************************************************/
@font-face {
  font-family: 'Akzidenz-Grotesk Pro';
  src: url('../fonts/AkzidenzGroteskPro-Light.eot');
  src: url('../fonts/AkzidenzGroteskPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AkzidenzGroteskPro-Light.woff') format('woff'), url('../fonts/AkzidenzGroteskPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #000;
}
body {
  font-family: 'Arial W01 Light';
  text-transform: uppercase;
  background: #FFF;
  overflow-x: hidden;
}
a {
  transition: all 0.4s ease-in-out 0s;
}
a:hover {
  transition: all 0.4s ease-in-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial W01 Medium' !important;
}
.page-loader-inner .loader-icon {
  display: none !important;
}
#page-content {
  background: #FFF;
}
.page-body {
  margin-top: 0px !important;
}
#scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#scene img {
  display: block;
  width: 110%;
  max-width: none;
  opacity: 0.5;
  transform: translateX(-5%);
}
/*.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b80a79;
  // background: linear-gradient(to bottom, #b80a79 0, #832eaf 20%, #0cdaf9 40%, #57b252 60%, #ffed00 80%, #f39200 100%);
  // background: linear-gradient(to bottom, #1a0252 0, #fc058d 50%, #fe5502 75%, #60f607 100%);
  background-image: linear-gradient(to bottom, #1a0252 5%, #fc058d 10%, #fe5502 15%, #60f607 20%, #1a0252 25%, #fc058d 30%, #fe5502 35%, #60f607 40%, #1a0252 45%, #fc058d 50%, #fe5502 55%, #60f607 60%, #1a0252 65%, #fc058d 70%, #fe5502 75%, #60f607 80%, #1a0252 85%, #fc058d 90%, #fe5502 95%, #60f607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a0252', endColorstr='#60f607', GradientType=0);
}*/
.page-bg-img {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: url('../images/triangle-mask-short.png') top center no-repeat;
  background-size: cover;*/
  z-index: 9;
  height: 20%;
  /*min-height: 220px;*/
  pointer-events: none;
}
.newloader {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: 'Arial W01 Bold903304';
  color: #000;
}
footer {
  padding: 60px 0 20px 0px;
  clear: both;
  position: relative;
  background: #FFF;
  font-family: 'Arial W01 Light';
  font-weight: 300;
  text-transform: uppercase;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #ababab !important;
}
.demo-title {
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  color: #FFF;
  padding: 10px 0;
}
.section-icon {
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.column-section {
  margin-top: 0px;
}
.text-light a:hover {
  color: #000;
}
section {
  z-index: 2;
}
/*****************************************************************************
* NAV
*****************************************************************************/
nav#main-nav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 28px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
nav#main-nav > ul > li > a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
/*li.social a span {
  text-indent: -999em;
  display: none;
}
.social a:before {
  visibility: visible;
}
#responsive-nav{
  .facebook a:before {
    content: '\f09a';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .instagram a:before {
    content: '\f16d';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .twitter a:before {
    content: '\f099';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .youtube a:before {
    content: '\f16a';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .newsletter a:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .audio a:before {
    content: "\f028";
    font-family: FontAwesome;
    font-weight: 400;
  }
  .spotify a:before {
    content: '\f1bc';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .soundcloud a:before {
    content: '\f1be';
    font-family: FontAwesome;
    font-weight: 400;
  }
  .itunes a:before {
    content: '\f179';
    font-family: FontAwesome;
    font-weight: 400;
  }
}*/
#menu-responsive {
  text-align: left;
  /*.social a:before {
    visibility: visible;
  }
  .social-menu {
    margin-top: 10px;

    li {
      display: inline-block;

      a {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
  }*/
}
#menu-responsive a {
  text-decoration: none;
}
nav#responsive-nav {
  /*padding-top: 15%;
  padding-top: 15vh;*/
}
nav#responsive-nav > ul {
  border-bottom: none;
}
nav#responsive-nav > ul li {
  border: transparent;
}
.reveal {
  right: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reveal-hidden {
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 80%;
}
.reveal-hide {
  right: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reveal-show {
  right: 0%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*****************************************************************************
* FULL PAGE SECTIONS
*****************************************************************************/
/*.tp-caption{
  font-size: 48px !important;
}*/
.fullheight {
  min-height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-color: #000;
  background-attachment: fixed !important;
  width: 100%;
  height: 100%;
}
.fullheight .section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}
img.size-full {
  width: 100%;
  max-width: auto;
  /*border: solid 1px #FFF;*/
}
#section-promo .title,
#section-promo .extra {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #FFF;
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
#section-promo {
  /*min-height: 500px;*/
  margin-top: 80px;
  /*background-attachment: fixed !important;*/
  /*background-size: contain !important;*/
}
#section-promo .flexslider {
  margin-bottom: 0px;
  border: none;
}
#section-promo .flexslider .slide {
  position: relative;
}
#section-promo .flex-control-nav {
  display: none;
}
#section-promo .flex-viewport {
  max-height: 90vh;
  /*750px;*/
}
#section-promo .title {
  bottom: 350px;
  font-size: 50px;
  /*letter-spacing: 0.3em;*/
}
#section-promo .extra {
  bottom: 300px;
  font-size: 22px;
  letter-spacing: 0.0em;
}
#section-promo a {
  color: #FFF;
  text-decoration: none;
}
#section-promo .strip {
  height: 20%;
  min-height: 220px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  text-align: center;
  /*background: url('../images/triangle-mask-short.png') top center no-repeat;*/
  background-size: cover;
  pointer-events: none;
}
#section-promo .strip a {
  color: #FFF;
  padding-top: 10px;
  display: block;
}
#section-promo .strip a img {
  max-height: 50px;
}
#section-promo .bottom-strip {
  width: 100%;
  bottom: 10px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
#section-promo .bottom-strip a {
  color: #FFF;
  padding-top: 10px;
  display: block;
}
#section-promo .bottom-strip a img {
  max-height: 50px;
}
@media screen and (max-width: 414px) {
  #section-promo .title {
    bottom: 90px;
    font-size: 30px;
  }
  #section-promo .extra {
    bottom: 60px;
    font-size: 16px;
  }
}
.videobg-container {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .videobg-container {
    height: 432px;
  }
}
@media screen and (max-width: 568px) {
  .videobg-container {
    height: 320px;
  }
}
@media screen and (max-width: 400px) {
  .videobg-container {
    height: 225px;
  }
}
/*****************************************************************************
* FLEXI
*****************************************************************************/
.glitch {
  position: relative;
}
/*.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  width: 100%;
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
    width: 100%;
}*/
.animsition-loading {
  -webkit-animation-name: none !important;
  animation-name: none !important;
  border: none !important;
  width: 210px !important;
  height: 188px !important;
  margin-top: -100px !important;
  margin-left: -94px !important;
}
.main-content {
  /*width: 60%;
  margin: 80px auto 0 auto;*/
  width: 75%;
  margin: 80px 0 0 262px;
}
.main-inner {
  /*margin-right: -20%;*/
}
/*****************************************************************************
* HOME
*****************************************************************************/
#home-promo {
  width: 100%;
  float: left;
}
#home-promo .item {
  width: 100%;
  margin-bottom: 0px !important;
}
#home-promo img {
  width: 100%;
}
#home-promo .imgoverlay img {
  /* -webkit-filter: grayscale(0%) opacity(1);
    filter: grayscale(0%) opacity(1);*/
}
.home #section-songkick iframe {
  max-height: 327px !important;
  overflow: hidden;
}
.home #section-songkick .more-dates {
  text-align: center;
  margin-top: 20px;
}
.home #section-songkick .more-dates a {
  font-weight: 300;
}
#section-latestnews h3,
#section-youtube h3 {
  line-height: 60px;
}
#section-latestnews .overlaycolor,
#section-youtube .overlaycolor {
  background: #FFF;
}
#section-latestnews .column-section,
#section-youtube .column-section {
  margin: 0 -10px;
}
#section-latestnews .news-item,
#section-youtube .news-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 10px;
  /*&:nth-child(1n) .overlaycolor {
      background: #f71168;
    }
    &:nth-child(2n) .overlaycolor {
      background: #0cdaf9;
    }
    &:nth-child(3n) .overlaycolor {
      background: #49155c;
    }*/
}
#section-latestnews .news-item a,
#section-youtube .news-item a {
  text-decoration: none;
}
#section-latestnews .news-item .inner,
#section-youtube .news-item .inner {
  display: block;
  background: #000;
}
#section-latestnews .news-item .imgoverlay,
#section-youtube .news-item .imgoverlay {
  display: block;
}
#section-latestnews .news-item .imgoverlay:hover .overlay,
#section-youtube .news-item .imgoverlay:hover .overlay {
  left: 0px;
}
#section-latestnews .news-item .ni__intro,
#section-youtube .news-item .ni__intro {
  min-height: 120px;
  padding: 20px;
}
#section-latestnews .news-item .post-name,
#section-youtube .news-item .post-name {
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#section-latestnews .news-item .post-name:hover,
#section-youtube .news-item .post-name:hover {
  text-decoration: underline;
}
#section-latestnews .news-item .post-intro,
#section-youtube .news-item .post-intro {
  font-weight: normal;
  font-family: 'Arial W01 Light';
}
#section-latestnews .news-item:hover .imgoverlay .overlay,
#section-youtube .news-item:hover .imgoverlay .overlay {
  left: 0px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #section-latestnews .section-inner,
  #section-youtube .section-inner {
    padding-top: 60px;
  }
  #section-latestnews .news-item,
  #section-youtube .news-item {
    width: 49%;
  }
  #section-latestnews .news-item:nth-child(n+3),
  #section-youtube .news-item:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  #section-latestnews .section-inner,
  #section-youtube .section-inner {
    padding-top: 0px;
  }
  #section-latestnews .news-item,
  #section-youtube .news-item {
    width: 100%;
  }
}
#section-twitter {
  text-align: center;
  font-size: 1.9em;
  line-height: 1.3em;
  font-family: 'Arial W01 Light';
  font-weight: 300;
  text-transform: uppercase;
}
#section-twitter #twitter-feed {
  max-width: 600px;
  margin: 0 auto;
  word-wrap: break-word;
}
#section-instagram .section-inner {
  padding-top: 40px;
  padding-bottom: 120px;
}
#section-instagram .column-section {
  margin: 0 -10px;
}
#section-instagram .item {
  box-sizing: border-box;
  display: inline-block;
  width: 24%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #section-instagram .section-inner {
    padding-top: 30px;
  }
  #section-instagram .item {
    width: 49%;
  }
}
#section-newsletter {
  /*background: #000 url(../images/arrow-down-white-black.jpg) center no-repeat;
  background-position: top;*/
  z-index: 1;
}
#section-newsletter .section-inner {
  padding-top: 240px;
  padding-bottom: 40px;
}
#section-newsletter #newsletter {
  font-family: 'Arial W01 Light';
  font-weight: 300;
  /*border: 1px solid #FFF;*/
  padding: 20px 10px 20px 15px;
  /*background: #FFF;*/
  color: #FFF;
  text-transform: uppercase;
}
#section-newsletter #newsletter .column {
  margin-right: 10px;
}
#section-newsletter #signupform input[type=text],
#section-newsletter #signupform input[type=password],
#section-newsletter #signupform input[type=email],
#section-newsletter #signupform textarea {
  font-size: 14px;
  color: #FFF;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  background: #000;
  /*border: 2px solid #FFF;*/
}
#section-newsletter #signupform input[type=text] {
  width: 38%;
}
#section-newsletter #signupform input[type=email] {
  width: 38%;
}
#section-newsletter #signupform input[type=submit] {
  display: inline;
  float: right;
  padding: 8px 10px 8px 10px;
  width: 20%;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  margin-left: 1px;
  border: 2px solid transparent;
  background: #FFF;
  color: #000;
}
#section-newsletter #signupform input[type=submit]:hover {
  transform: scale(1);
  /*background: #000;*/
  border: 2px solid #FFF;
}
form {
  margin-top: 0px;
}
.gform_wrapper {
  margin: 0px !important;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
}
.gform_wrapper ul li.gfield {
  display: inline;
}
.ginput_container {
  display: inline;
}
.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
  display: inline;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  background: #000;
  /*border: 2px solid #FFF;*/
  padding: 20px 5px;
  font-weight: 800;
  width: 38% !important;
}
.gform_wrapper .gform_footer {
  display: inline;
}
.gform_wrapper .gform_footer input[type=submit] {
  border-radius: 0px;
  -khtml-border-radius: 0px;
  border: 2px solid transparent;
  background: #FFF;
  color: #000;
  padding: 8px 40px 8px 40px;
  letter-spacing: 0em;
  margin-left: 1px;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  transform: scale(1);
  /*background: #000;*/
  border: 2px solid #FFF;
}
.gform_wrapper div.validation_error {
  display: inline-block;
  color: #e00404 !important;
  border-top: 2px solid #e00404 !important;
  border-bottom: 2px solid #e00404 !important;
  font-size: 1em !important;
  margin-bottom: 1.2em !important;
}
.gform_wrapper li.gfield_error input[type=text] {
  border: 1px solid #e00404 !important;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none !important;
}
.gform_confirmation_wrapper {
  color: #FFF;
}
/*****************************************************************************
* IMAGE OVERLAYS
*****************************************************************************/
.touch {
  /*.imgoverlay {
    .overlay {
      display: none;
    }
  }*/
}
.imgoverlay:hover img {
  transform: none;
  /*filter: grayscale(1);
      filter: contrast(2);*/
}
.imgoverlay:hover .overlayinfo {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.imgoverlay img {
  display: block;
  /*filter: grayscale(0);
    filter: contrast(1);*/
}
.imgoverlay .overlayinfo {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*transition: all .3s ease;
    transition-delay: .3s;*/
}
.imgoverlay .overlaycolor {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.imgoverlay .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.imgoverlay .overlay {
  left: 100%;
}
.masonry-item:nth-child(1n) .imgoverlay .overlay {
  left: 100%;
}
/*
.masonry-item:nth-child(2n) .imgoverlay .overlay {
  left: -100%;
}
.masonry-item:nth-child(3n) .imgoverlay .overlay {
  left: 0;
  top: 100%;
}
.masonry-item:nth-child(4n) .imgoverlay .overlay {
  left: 0;
  top: -100%;
}*/
.masonry-item:nth-child(1n) .imgoverlay:hover .overlay {
  left: 0;
}
/*
.masonry-item:nth-child(2n) .imgoverlay:hover .overlay {
  left: 0;
}
.masonry-item:nth-child(3n) .imgoverlay:hover .overlay {
  left: 0;
  top: 0;
}
.masonry-item:nth-child(4n) .imgoverlay:hover .overlay {
  left: 0;
  top: 0;
}*/
.masonry-item:nth-child(1n) .imgoverlay .overlaycolor {
  background: #FFF;
}
/*
.masonry-item:nth-child(2n) .imgoverlay .overlaycolor {
  background: #0cdaf9;
}
.masonry-item:nth-child(3n) .imgoverlay .overlaycolor {
  background: #49155c;
}
.masonry-item:nth-child(4n) .imgoverlay .overlaycolor {
  background: #b80a79;
}
.masonry-item:nth-child(5n) .imgoverlay .overlaycolor {
  background: #57b252;
}
.masonry-item:nth-child(6n) .imgoverlay .overlaycolor {
  background: #ffed00;
}
.masonry-item:nth-child(7n) .imgoverlay .overlaycolor {
  background: #f39200;
}*/
/*****************************************************************************
* NEWS
*****************************************************************************/
#section-news .section-inner {
  padding-top: 160px;
}
#blog-grid .masonry-item {
  width: 33.33%;
  padding: 10px;
}
#blog-grid .masonry-item:hover .imgoverlay .overlay {
  left: 0px;
  opacity: 1;
}
#blog-grid .masonry-item,
#blog-grid .masonry-item * {
  box-sizing: border-box;
}
#blog-grid .masonry-item .inner {
  background: #000;
}
#blog-grid .masonry-item .blog-media {
  margin-bottom: 10px;
}
#blog-grid .masonry-item .blog-headline {
  padding: 0 20px;
}
#blog-grid .masonry-item .blog-headline .post-name {
  padding-top: 10px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
}
#blog-grid .masonry-item .blog-headline a {
  color: #FFF;
  text-decoration: none;
}
#blog-grid .masonry-item .blog-intro {
  padding: 0 20px 20px 20px;
  color: #FFF;
  font-family: 'Arial W01 Light';
}
@media screen and (max-width: 768px) {
  #blog-grid .masonry-item {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  #blog-grid .masonry-item {
    width: 100%;
    padding: 0;
    margin-bottom: 37.5px;
  }
  #blog-grid .masonry-item .blog-headline .post-name {
    padding-top: 10px;
  }
}
.section-related {
  /*background: #000000 url(../images/arrow-down-black-white.jpg) center no-repeat;
  background-position: bottom;*/
}
.section-related .section-inner {
  padding-top: 20px;
}
.section-related .blog-headline .post-name a {
  color: #FFF;
}
.section-related .blog-intro {
  color: #FFF;
}
#section-single {
  /* background: #FFF url(../images/arrow-down-white-black-red.jpg) center no-repeat;
  background-position: bottom;*/
}
/*****************************************************************************
* SOCIAL
*****************************************************************************/
#social-grid {
  margin: 0 -10px;
}
#social-grid,
#social-grid * {
  box-sizing: border-box;
}
#social-grid .grid-sizer {
  position: absolute;
  width: 33.33%;
}
#social-grid .footer {
  padding: 0 20px 20px;
}
#social-grid .social-item {
  display: inline-block;
  width: 33.33%;
  padding: 10px;
}
#social-grid .social-item .inner {
  background: #000;
  color: #fff;
}
#social-grid .social-item .inner a {
  color: #fff;
}
#social-grid .social-item .content {
  padding: 20px;
  line-height: 1.4;
}
#social-grid .social-item .twitter-more {
  float: right;
}
#social-grid .social-item .twitter-more a {
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #social-grid .grid-sizer,
  #social-grid .social-item {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  #social-grid .grid-sizer,
  #social-grid .social-item {
    width: 100%;
  }
  #social-grid .social-item {
    padding: 0;
    margin-bottom: 37.5px;
  }
}
/*****************************************************************************
* PHOTOS
*****************************************************************************/
.mfp-bg {
  z-index: 99998;
}
.mfp-wrap {
  z-index: 99999;
}
#section-photos .grid-sizer,
#section-photos .masonry-item {
  width: 33.33%;
}
@media screen and (max-width: 414px) {
  #section-photos .grid-sizer,
  #section-photos .masonry-item {
    width: 100%;
  }
}
.gallery-photo {
  padding: 15px;
}
.gallery-photo,
.gallery-photo * {
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .gallery-photo {
    padding: 0;
    margin-bottom: 37.5px;
  }
}
/*****************************************************************************
* FLEXI
*****************************************************************************/
#section-flexi .grid-sizer,
#section-flexi .masonry-item {
  width: 33.33%;
}
@media screen and (max-width: 414px) {
  #section-flexi .grid-sizer,
  #section-flexi .masonry-item {
    width: 100%;
  }
}
/*****************************************************************************
* MUSIC
*****************************************************************************/
.buy-links {
  margin-bottom: 0px;
  clear: both;
}
.buy-links ul {
  margin-left: 0px;
  padding-right: 0px;
}
.buy-links li {
  display: inline-block;
  padding-right: 10px;
}
.buy-links a {
  text-decoration: none;
  color: #FFF;
}
.buy-links a:hover {
  color: #FFF;
}
.stream-links {
  clear: both;
}
.stream-links ul {
  margin-left: 0px;
  padding-right: 0px;
}
.stream-links li {
  display: inline-block;
  padding-right: 10px;
}
.stream-links a {
  text-decoration: none;
  color: #FFF;
}
.stream-links a:hover {
  color: #FFF;
}
.info-links {
  margin-bottom: 0px;
  clear: both;
}
.info-links ul {
  margin-left: 0px;
  padding-right: 0px;
}
.info-links li {
  display: inline-block;
  padding-right: 10px;
}
.info-links a {
  text-decoration: none;
  color: #FFF;
}
.info-links a:hover {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  body.music #section-video .section-inner {
    padding-top: 37.5px;
  }
}
#section-music .section-inner {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  #section-music .section-inner {
    /*padding-top: 100px !important;*/
  }
}
.music-albums {
  margin: 0 -10px;
}
@media screen and (max-width: 414px) {
  .music-albums {
    margin: 0;
  }
}
.me {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.me .me__image {
  display: block;
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.me .me__flip {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.me .flip {
  height: 100%;
}
.me .follow {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .me .back .inner {
    padding-left: 1em;
    padding-right: 1em;
  }
  .me .album-title h3 {
    font-size: 2em;
  }
  .me .stream-links ul {
    margin: 0;
    padding: 0;
  }
  .me .stream-links ul li {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .me {
    padding: 0;
    margin-bottom: 37.5px;
  }
  .me .me__flip {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.music-entry {
  display: inline-block;
  width: 50%;
}
.music-entry:nth-child(2) {
  float: right;
}
.music-entry .back {
  width: 100%;
  height: 100%;
  background: #000;
  color: #FFF;
  text-align: center;
}
.music-entry .back .inner {
  padding-top: 10%;
}
.music-entry .back .album-title h3 {
  text-transform: uppercase;
}
.music-entry .back .album-type {
  margin-bottom: 20px;
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
.music-entry .back .buy-links li:first-child {
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
.music-entry .back .stream-links li:first-child {
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
.music-entry .back .tracklist {
  /*border-top: 2px solid @accentcolor;*/
}
.music-entry .back .tracklist h4 {
  text-transform: uppercase;
  margin-top: 30px;
}
.music-entry .back .tracklist ol {
  margin-left: 0px;
  margin-top: 0px;
  max-height: 160px;
  overflow: scroll;
  padding-bottom: 10px;
}
.music-entry .back .tracklist ol li {
  text-transform: uppercase;
  font-family: 'Arial W01 Light';
  font-weight: 300;
  margin-top: 0px;
}
.music-entry .back a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .music-entry .back .inner {
    padding-top: 10%;
  }
}
/*****************************************************************************
* VIDEOS
*****************************************************************************/
#subscribe {
  text-align: center;
  padding-top: 10px;
}
#subscribe .fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.mfp-nav:hover,
.mfp-close:hover {
  color: #FFF;
  transition: all .3s ease;
}
.mfp-content .video-title,
.mfp-title {
  text-transform: uppercase;
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
#section-videos .section-inner {
  padding-top: 160px;
}
#section-videos .section-inner .imgoverlay img {
  width: 100%;
}
#section-videos .section-inner .overlayinfo h3 {
  text-transform: uppercase;
}
.gallery-videos-container {
  margin: 0 -10px;
}
.gallery-videos {
  max-width: 100%;
}
.gallery-videos,
.gallery-videos * {
  box-sizing: border-box;
}
.gallery-videos .grid-sizer {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gallery-videos .grid-sizer,
  .gallery-videos .gv__video {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .gallery-videos .grid-sizer,
  .gallery-videos .gv__video {
    width: 100%;
  }
  .gallery-videos .gv__video {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 37.5px;
  }
}
.gv__video {
  padding: 10px;
  display: inline-block;
  width: 50%;
}
.gv__video h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}
.video-player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.video-player .col {
  display: inline-block;
  vertical-align: top;
}
.video-player .info {
  padding-top: 5px;
  width: 55%;
  text-align: left;
}
.video-player .thumbnail {
  width: 40%;
  margin-right: 20px;
}
.video-player .title {
  font-size: 20px;
}
.video-player .description {
  font-size: 15px;
  line-height: 1.5;
}
.video-player .countdown {
  padding: 0 0 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
}
.video-player .countdown span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .video-player.ghost-valign:before {
    display: none;
  }
  .video-player .thumbnail {
    display: block;
    margin: 0 auto 1em;
    width: 90%;
  }
  .video-player .info {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .video-player .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .video-player .description {
    font-size: 13px;
    line-height: 1.4;
  }
  .video-player .countdown {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .video-player {
    top: -50%;
  }
  .video-player .description {
    font-size: 12px;
  }
}
/*****************************************************************************
* VIDEO PLAYER
*****************************************************************************/
body.videos,
body.home {
  font-family: 'Arial W01 Light';
  font-weight: 300;
}
body.videos .tabs--area,
body.home .tabs--area {
  background: #ffffff;
}
@media screen and (max-width: 568px) {
  body.videos .videos .wrapper,
  body.home .videos .wrapper {
    width: 100%;
  }
}
.videos .tab {
  padding: 0px;
}
.videos .tv--footer {
  display: none;
}
.videos .current-playlist-name {
  color: #FFF;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
.videos .tabs--area {
  background: #000 !important;
  text-transform: uppercase;
}
.videos .tab--play-queue {
  padding: 20px;
}
.videos .tab--playlists {
  padding: 20px;
}
.videos .vd .title {
  text-transform: uppercase;
  color: #FFF;
}
.videos .vd .video--image {
  max-width: 100%;
}
.tabs .tab--control {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  color: #000000;
}
.tabs .tab--control span {
  padding: 0.5rem 0.5rem;
}
.tabs .tab--control:first-of-type span {
  padding-left: .5rem;
}
.tabs .tab--control:last-child {
  border-right: 1px solid #000000;
}
.tabs .tabs--control-inner a {
  text-decoration: none;
}
.tabs .tab--control:hover span,
.tabs .tab--control.active span {
  background: #000000;
  transition: all .3s ease;
  color: #FFF;
}
#player {
  max-width: 800px;
}
#player a.subscribe {
  text-decoration: none;
}
#player .subscribe span {
  background: #cc181e;
  color: #FFF;
}
/*****************************************************************************
* AUDIO PLAYER
*****************************************************************************/
#audioPlayer {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
  transition: all 0.4s ease-in-out 0s;
}
#audioPlayer .inner {
  background: #000;
  padding: 30px 10px 10px;
  height: 380px;
  float: right;
  box-shadow: 2px 2px 5px #000;
}
#audioPlayer .inner iframe {
  max-height: 380px;
  max-width: 300px;
}
#audioPlayer #toggle {
  position: absolute;
  right: 0;
  padding: 6px 10px;
}
#audioPlayer .open {
  display: none;
}
#audioPlayer .close {
  display: block;
}
#audioPlayer i {
  font-size: 24px;
}
#audioPlayer a {
  color: #FFF;
}
#audioPlayer a:hover {
  color: #FFF;
}
#audioPlayer.closed:hover {
  right: -300px !important;
}
#audioPlayer.closed {
  right: -320px;
  transition: all 0.4s ease-in-out 0s;
}
#audioPlayer.closed .open {
  display: block;
}
#audioPlayer.closed .close {
  display: none;
}
/*****************************************************************************
* ANIMATIONS
*****************************************************************************/
#section-animated-logo .section-inner {
  padding-bottom: 0px;
}
#section-animated-logo {
  background-size: .22em 100%;
}
.container {
  width: 100%;
  height: 0;
  padding-top: 38%;
  position: relative;
}
.text--line {
  font-size: .5em;
}
svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 7% 28%;
  stroke-width: 8px;
  animation: stroke-offset 9s infinite linear;
}
.text-copy:nth-child(1) {
  stroke: #FFFFFF;
  stroke-dashoffset: 7%;
}
.text-copy:nth-child(2) {
  stroke: #FFFFFF;
  stroke-dashoffset: 14%;
}
.text-copy:nth-child(3) {
  stroke: #FFFFFF;
  stroke-dashoffset: 21%;
}
.text-copy:nth-child(4) {
  stroke: #FFFFFF;
  stroke-dashoffset: 28%;
}
.text-copy:nth-child(5) {
  stroke: #FFFFFF;
  stroke-dashoffset: 35%;
}
@keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  animation: flickerAnimation 4s infinite;
}
#page-loader {
  /*animation: colorchange 10s;
  -webkit-animation: colorchange 10s;*/
}
@keyframes colorchange {
  0% {
    background: #b80a79;
  }
  25% {
    background: #1a0252;
  }
  50% {
    background: #fc058d;
  }
  75% {
    background: #fe5502;
  }
  100% {
    background: #60f607;
  }
}
@-webkit-keyframes colorchange {
  0% {
    background: #b80a79;
  }
  25% {
    background: #1a0252;
  }
  50% {
    background: #fc058d;
  }
  75% {
    background: #fe5502;
  }
  100% {
    background: #60f607;
  }
}
.imgoverlay img {
  display: block;
  /*-webkit-filter: grayscale(100%);
    filter: contrast(1);*/
}
/*****************************************************************************
* MOBILE
*****************************************************************************/
@media only screen and (min-width: 1500px) {
  #section-promo,
  #section-promo .redflash {
    /*max-height: 100vh;*/
  }
  #section-promo {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1160px) {
  nav#main-nav ul {
    margin-left: -30px;
  }
  .logo-top nav#main-nav ul li {
    margin: 0 2px;
  }
  .logo-top #main-nav ul li.break {
    margin-right: 375px;
  }
  .discography .tile-3 {
    width: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  #menu-responsive {
    right: -1023px;
  }
  .home .main-content {
    margin-top: 80px;
  }
  #nav {
    height: 72px;
    width: 100%;
    padding: 8px 0 0 0px;
  }
  #nav #logo {
    padding: 8px 0 0px 20px;
    height: auto !important;
  }
  .main-content {
    margin-left: 0px;
  }
  .main-inner {
    margin-right: 0%;
    padding: 0 19px;
  }
  #main-menu {
    display: none;
  }
  header.logo-top .menu {
    margin-top: 0px;
  }
  .logo-top .open-responsive-nav {
    right: 10px;
    position: absolute;
    top: 20px;
  }
  #section-home {
    padding-top: 2px;
  }
  #section-home .share .share-toggle {
    padding-right: 6px;
  }
  #section-home .share .share-links {
    margin-top: -7px;
  }
  #section-home .share .share-links li {
    padding-right: 6px;
  }
  #section-home .share .share-links li a {
    font-size: 30px;
  }
  #section-newsletter .one-third,
  #section-newsletter .two-third {
    width: 100%;
    text-align: center;
  }
  #section-newsletter .last-col {
    margin-top: 20px;
  }
  #section-newsletter #signupform input[type=text] {
    width: 30%;
  }
  #section-newsletter #signupform input[type=email] {
    width: 35%;
  }
  #section-newsletter #signupform input[type=submit] {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  #section-promo .title {
    bottom: 150px;
  }
  #section-promo .extra {
    bottom: 100px;
  }
  .logo-top .open-responsive-nav {
    top: 78px;
  }
  #section-newsletter .section-inner {
    margin-top: -40px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
/* iPads (portrait and landscape) ----------- */
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */
/* iphone 6 plus and under (portrait) ----------- */
@media only screen and (max-width: 640px) {
  .main-content .one-half,
  .main-content .one-third,
  .main-content .two-third,
  .main-content .one-fourth,
  .main-content .two-fourth,
  .main-content .three-fourth {
    width: 100% !important;
  }
  .spinner-new > div {
    width: 10px;
    height: 10px;
  }
  .tp-caption {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  nav#responsive-nav {
    padding-top: 5px;
  }
  header.logo-top #logo {
    margin-top: 88px;
  }
  .open-responsive-nav {
    top: 24px;
  }
  #logo img {
    /*max-height: 185px;
        max-height: 104px;
    max-width: none;*/
  }
  .tile-1,
  .tile-2,
  .tile-3,
  .tile-4 {
    width: 100%;
  }
  .discography .item .imgoverlay:hover .overlay {
    display: none;
  }
  .discography .tile-3 {
    width: 100%;
    padding: 10px 0px;
  }
  .discography .albumcat .albumcat-toggle {
    padding-left: 1px;
  }
  .discography .album-info {
    padding: 3px 0px 0 0px;
  }
  .discography .album-info .column {
    margin-top: 0px;
  }
  .discography .album-info .column-section {
    padding: 8px 0px 0px 0px;
  }
  .discography .album-info .centered {
    margin-top: 0px !important;
  }
  .discography .album-info .one-half {
    width: 100%;
  }
  .discography .album-info .one-half:first-child {
    display: none;
    /*margin-bottom:10px;*/
  }
  .discography .album-info .close-info {
    right: 0px;
  }
  .discography .album-info .album-blurb {
    padding-right: 0px;
    padding-top: 16px;
  }
  .discography .album-info .album-blurb p {
    margin-top: 18px;
  }
  .discography .album-info ul li {
    line-height: 20px;
    margin-top: 14px;
  }
  .logo-top .open-responsive-nav {
    top: 124px;
  }
  #section-promo {
    margin-top: 80px;
  }
  #section-promo .title {
    bottom: 90px;
  }
  #section-promo .extra {
    bottom: 60px;
  }
  #section-promo .redflash {
    min-height: 300px;
  }
  #section-youtube .section-inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .home #section-latestnews .section-inner {
    padding-bottom: 80px;
  }
  #section-latestnews .section-inner > .wrapper {
    border-right: none;
  }
  .home #section-songkick iframe,
  .home #section-songkick .wrapper {
    max-height: 363px !important;
    overflow: hidden;
  }
  body.videos .videos .wrapper,
  body.home .videos .wrapper {
    width: 300px;
  }
  #section-newsletter .section-inner {
    margin-top: -100px;
  }
  #section-newsletter #signupform input[type=text] {
    width: 100%;
  }
  #section-newsletter #signupform input[type=email] {
    width: 100%;
  }
  #section-newsletter #signupform input[type=submit] {
    width: 100%;
  }
  #section-newsletter input {
    margin-top: 10px;
  }
  #section-newsletter .column {
    margin-top: 10px;
  }
  /*#audioPlayer {
  width: 100%;

  iframe {
  max-width: 95%;
  width: 95%;
  }
  #toggle {
  padding: 10px;
  }
  }*/
  .music-entry {
    width: 100%;
  }
  .music-entry .back .inner {
    padding-top: 10px;
  }
  .music-entry .back .album-type {
    margin-bottom: 0px;
  }
  .music-entry .back .tracklist h4 {
    margin-top: 5px;
  }
  .music-entry .back .tracklist ol {
    max-height: 50px;
  }
  .music-entry .back .tracklist ol li {
    font-size: 14px;
  }
  .music-entry .back ul li {
    margin-top: 5px;
  }
  .music-entry .stream-links li:nth-child(n+2),
  .music-entry .buy-links li:nth-child(n+2) {
    font-size: 0.9em;
  }
  .me .album-title h3 {
    line-height: 1.8em;
  }
  .me .follow {
    padding-top: 10px;
  }
  #section-newsletter input {
    width: 100% !important;
    max-width: 100%;
  }
}
/* Desktops and laptops ----------- */
/* Large screens ----------- */
/* iPhone 4 ----------- */
