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

  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(//fonts.googleapis.com/css?family=Oswald);*/
/*------------------------------------*\
    @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 {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  visibility: hidden;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.underline: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: 20px 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) {
  .menu-item-home {
    display: block;
  }
}
.header-overlay .menu {
  float: none;
  text-align: center;
}
.header-overlay .menu nav#main-nav ul li {
  float: none;
  display: inline-block;
}
/*----------------------------------------------
4. PAGE LOADER
------------------------------------------------*/
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  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;
}
/*----------------------------------------------
5. FOOTER
------------------------------------------------*/
footer .copyright {
  font-size: 13px;
  color: #cccccc;
}
footer .copyright a {
  display: inline-block;
  text-decoration: none;
}
.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-family: 'Open Sans';
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  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;
}
.open-responsive-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/sprites.png') -340px 0 no-repeat;
}
#menu-responsive {
  position: fixed;
  background: #262626;
  padding: 0;
  top: 60px;
  right: -270px;
  width: 260px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  overflow: hidden;
  /* important for scrollbar */
}
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: #cccccc;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  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: #ffffff;
}
nav#responsive-nav .sub-menu li a {
  display: block;
  font-weight: 400;
  text-transform: inherit;
  color: #cccccc;
  line-height: 20px;
  padding: 10px 20px 10px 40px;
  font-size: 12px;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 30px auto;
  -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;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #ebf0ea;
  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;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}
#nav-icon3 span:nth-child(4) {
  top: 36px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*----------------------------------------------
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: 40px;
  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;
}
.main-content .one-third {
  width: 220px;
}
.main-content .two-third {
  width: 480px;
}
.main-content .one-fourth {
  width: 155px;
}
.main-content .two-fourth {
  width: 350px;
}
.main-content .three-fourth {
  width: 545px;
}
.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%;
}
.imgoverlay img {
  transition: all 0.4s ease;
}
.imgoverlay:hover img {
  transform: scale(1.07);
}
.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 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.imgoverlay .overlaycolor {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.imgoverlay .overlayinfo {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  transition: top 0.3s ease;
}
.imgoverlay:hover .overlayinfo {
  top: 50%;
}
.overlayinfo h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/*----------------------------------------------
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: #000000;
  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: #000000;
}
@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: #000000;
  }
}
@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: #000000;
  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: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-color: #000000;
}
@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(http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/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: #000000;
}
.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: #000000;
  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;
  }
}
/*****************************************************************************
* GENERAL
*****************************************************************************/
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #000;
}
body {
  background: #000 !important;
  /*height: 100% !important;*/
}
a {
  text-decoration: underline;
}
a:hover {
  transition: all 0.4s ease-in-out 0s;
}
.page-loader-inner .loader-icon {
  display: none !important;
}
.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%);
}
.section-inner {
  padding-bottom: 160px;
}
/*.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('http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/images/triangle-mask-short.png') top center no-repeat;
  background-size: cover;*/
  z-index: 9;
  height: 20%;
  /*min-height: 220px;*/
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ebf0ea !important;
}
footer {
  padding: 20px 0 20px 0px;
  clear: both;
  position: relative;
  background: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF !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;
}
.underline:after {
  background: #e00404 !important;
}
.text-light a:hover {
  color: #000;
}
section {
  z-index: 2;
}
#mc_embed_signup .mc-field-group label {
  text-transform: uppercase;
}
#mc_embed_signup {
  max-width: 500px;
  margin: 0 auto;
  color: #FFF;
}
#mc_embed_signup .message {
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 24px;
}
#mc_embed_signup .mc-field-group input {
  color: #FFF;
}
#mc_embed_signup .mc-field-group select {
  width: 97% !important;
  border: 1px solid #ABB0B2;
  background: #1a1a1a;
  color: #FFF;
  padding: 5px 8px;
}
a.sr-button5,
#mc-embedded-subscribe {
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out 0s !important;
  border-color: #dd3333 !important;
  background: #dd3333 !important;
  font-family: Oswald !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  height: auto  !important;
}
a.sr-button5:hover,
#mc-embedded-subscribe:hover {
  transition: all 0.3s ease-in-out 0s !important;
  color: #000 !important;
}
#section-promo a.sr-button5 {
  font-size: 16px !important;
  line-height: 18px !important;
}
/*****************************************************************************
* NAV
*****************************************************************************/
nav#main-nav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 40px;
  left: 0;
  background-color: #ebf0ea;
  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;
}
header .facebook a:before,
#menu-responsive .facebook a:before {
  content: '\f09a';
  font-family: FontAwesome;
  font-weight: 400;
}
header .instagram a:before,
#menu-responsive .instagram a:before {
  content: '\f16d';
  font-family: FontAwesome;
  font-weight: 400;
}
header .twitter a:before,
#menu-responsive .twitter a:before {
  content: '\f099';
  font-family: FontAwesome;
  font-weight: 400;
}
header .youtube a:before,
#menu-responsive .youtube a:before {
  content: '\f16a';
  font-family: FontAwesome;
  font-weight: 400;
}
header .newsletter a:before,
#menu-responsive .newsletter a:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-weight: 400;
}
header .audio a:before,
#menu-responsive .audio a:before {
  content: "\f028";
  font-family: FontAwesome;
  font-weight: 400;
}
header .spotify a:before,
#menu-responsive .spotify a:before {
  content: '\f1bc';
  font-family: FontAwesome;
  font-weight: 400;
}
header .soundcloud a:before,
#menu-responsive .soundcloud a:before {
  content: '\f1be';
  font-family: FontAwesome;
  font-weight: 400;
}
header .itunes a:before,
#menu-responsive .itunes a:before {
  content: '\f179';
  font-family: FontAwesome;
  font-weight: 400;
}
#menu-responsive {
  background: #000 !important;
  width: 100%;
  right: -100%;
  text-align: center;
}
#menu-responsive a {
  text-decoration: none;
}
#menu-responsive .social a:before {
  visibility: visible;
}
#menu-responsive .social-menu {
  margin-top: 10px;
}
#menu-responsive .social-menu li {
  display: inline-block;
}
#menu-responsive .social-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}
nav#responsive-nav {
  padding-top: 15%;
  padding-top: 15vh;
}
nav#responsive-nav > ul {
  border-bottom: none;
}
nav#responsive-nav > ul li {
  border: transparent;
}
@media screen and (min-width: 760px) {
  nav#responsive-nav > ul li a {
    font-size: 28px !important;
    padding: 0.75em 0;
  }
}
.dark-header.wasOverlay {
  background: #000 !important;
}
/*****************************************************************************
* FULL PAGE SECTIONS
*****************************************************************************/
.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: 'Oswald', sans-serif;
  font-weight: 800;
}
#section-promo {
  /*min-height: 500px;*/
  margin-top: 0px;
  /*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('http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/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;
  }
}
/*****************************************************************************
* HOME
*****************************************************************************/
.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: 800;
}
#section-latestnews h3,
#section-youtube h3 {
  line-height: 60px;
}
#section-latestnews .overlaycolor,
#section-youtube .overlaycolor {
  background: #e00404;
}
#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: 'Open Sans', sans-serif;
}
#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: 'Oswald', sans-serif;
  font-weight: 800;
  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(http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/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: 'Oswald', sans-serif;
  font-weight: 800;
  /*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 #e00404;
}
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 #e00404;
}
.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: #e00404;
}
/*****************************************************************************
* LIVE
*****************************************************************************/
.live-event {
  margin: 20px auto;
  max-width: 800px;
  color: #ebf0ea;
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
  padding-bottom: 20px;
}
.live-event div {
  display: inline-block;
  vertical-align: middle;
}
.live-event .live-date {
  width: 25%;
}
.live-event .live-title {
  width: 50%;
}
.live-event .live-tickets {
  width: 20%;
  text-align: right;
}
.live-event .live-tickets a {
  text-decoration: none;
}
/*****************************************************************************
* IMAGE OVERLAYS
*****************************************************************************/
.touch .imgoverlay .overlay {
  display: none;
}
.imgoverlay:hover img {
  transform: scale(1);
  /*filter: grayscale(1);
      filter: contrast(2);*/
}
.imgoverlay:hover .overlayinfo {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.imgoverlay:hover .overlayinfo h5 {
  text-transform: uppercase;
}
.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: #e00404;
}
/*
.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: 'Open Sans', sans-serif;
}
@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;
  }
}
/*****************************************************************************
* NEWS > SINGLE
*****************************************************************************/
.single .section-inner {
  padding-top: 220px;
  padding-bottom: 120px;
}
.single .main-content {
  width: 100%;
}
.single #section-latestnews {
  /*background: #000000 url(http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/images/arrow-down-black-white.jpg) center no-repeat;
    background-position: bottom;*/
  z-index: 2;
}
.single #section-latestnews .section-inner {
  padding-top: 20px;
}
.single .blog-content {
  width: 100%;
}
.single .blog-content * {
  box-sizing: border-box;
}
.single .blog-content .post-name {
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.15;
  text-transform: uppercase;
}
.single .blog-media {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.single .blog-media img {
  display: block;
}
.single .format-video .post-name {
  text-align: center;
}
.single .format-video .blog-media {
  display: none;
}
.single .format-video .blog-textwrapper {
  padding-left: 0px;
  width: 100%;
}
.single .format-video .share {
  text-align: center;
}
.single .format-video .blog-intro {
  max-width: 560px;
  margin: 0 auto;
}
.single .blog-textwrapper {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px;
}
.single .section-icon {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
.single .related-news .blog-headline .post-name a {
  text-decoration: none;
}
.single .related-news .blog-headline .post-name a:hover {
  color: #FFF;
}
.single .related-news .new-details {
  background: #000;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
}
.single .share {
  margin-top: 20px;
}
.single .share h6 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.single .share a {
  margin-right: 10px;
  font-size: 2em;
}
.single .share a.sr-button:hover {
  transform: scale(1);
  background-color: transparent;
  color: #e00404;
}
@media screen and (max-width: 768px) {
  .single .section-inner {
    padding-top: 220px;
  }
  .single .blog-textwrapper,
  .single .blog-media {
    display: block;
    width: 100%;
  }
  .single .blog-textwrapper {
    padding-left: 0;
  }
  .single .blog-media {
    margin-bottom: 20px;
  }
  .single .blog-content .post-name {
    font-size: 2em;
    line-height: 1.2;
  }
}
.section-related {
  /*background: #000000 url(http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/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(http://www.deafhavanaofficial.com/wp-content/themes/deafhavana/files/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;
  }
}
/*****************************************************************************
* MUSIC
*****************************************************************************/
.video {
  margin-bottom: 40px;
}
.album-title h3 {
  background: url(../images/bar.png) no-repeat;
  display: inline-block;
  background-position: center bottom;
  background-size: 100px;
  padding-bottom: 14px;
}
@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 .buy-links {
  margin-bottom: 0px;
}
.me .buy-links li {
  display: inline-block;
  padding-right: 10px;
}
.me .buy-links a {
  text-decoration: none;
}
.me .stream-links li {
  display: inline-block;
  padding-right: 10px;
}
.me .stream-links a {
  text-decoration: none;
}
.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: 30px;
  }
  .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: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 15px;
}
.music-entry .back .buy-links li:first-child {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
.music-entry .back .stream-links li:first-child {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
.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: 'Oswald', sans-serif;
  font-weight: 800;
  margin-top: 0px;
}
.music-entry .back a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .music-entry .back .inner {
    padding-top: 10%;
  }
}
/*****************************************************************************
* LIVE
*****************************************************************************/
body.live,
body.single-post {
  /*.page-bg {
    background-image: linear-gradient(to bottom, #1a0252 10%, #fc058d 20%, #fe5502 30%, #60f607 40%, #1a0252 50%, #fc058d 60%, #fe5502 70%, #60f607 80%, #1a0252 90%, #fc058d 100%);
  }*/
}
#section-live {
  font-family: 'Oswald', sans-serif !important;
  color: #000;
  text-transform: uppercase;
}
#section-live .section-inner {
  padding-top: 160px;
}
/*****************************************************************************
* VIDEOS
*****************************************************************************/
#subscribe {
  text-align: center;
  padding-top: 10px;
}
#subscribe .fluid-width-video-wrapper {
  padding-top: 0px !important;
}
.mfp-nav:hover,
.mfp-close:hover {
  color: #e00404;
  transition: all .3s ease;
}
.mfp-content .video-title,
.mfp-title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
.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;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
}
.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;
  }
}
/*****************************************************************************
* PRODUCTS
*****************************************************************************/
#section-merch .section-inner,
#section-instagram .section-inner {
  padding-top: 160px;
}
#section-merch .section-inner .imgoverlay img,
#section-instagram .section-inner .imgoverlay img {
  width: 100%;
}
#section-merch .section-inner .overlayinfo h3,
#section-instagram .section-inner .overlayinfo h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
}
/*****************************************************************************
* VIDEO PLAYER
*****************************************************************************/
body.videos,
body.home {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
}
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: #e00404;
}
#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);*/
}
nav#responsive-nav > ul > li > a {
  color: #ebf0ea !important;
}
/*****************************************************************************
* 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;
  }
}
@media only screen and (max-width: 1023px) {
  header.logo-top .menu {
    margin-top: 0px;
  }
  #logo img {
    max-height: 185px;
  }
  #menu-responsive {
    left: 0px;
    top: -100%;
  }
  .logo-top .open-responsive-nav {
    right: 10px;
    position: absolute;
    top: 20px;
  }
  #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) {
  #nav-icon3,
  #nav-icon4 {
    margin: 20px auto;
  }
  #section-promo .title {
    bottom: 150px;
  }
  #section-promo .extra {
    bottom: 100px;
  }
  .logo-top .open-responsive-nav {
    top: 78px;
  }
  #section-newsletter .section-inner {
    margin-top: -40px;
  }
  .live-event .live-tickets {
    width: 24%;
  }
  .column {
    margin-right: 30px;
  }
  .one-third {
    width: 200px !important;
  }
  .one-fourth {
    width: 142px !important;
  }
}
/* 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: 420px) {
  nav#responsive-nav {
    padding-top: 10%;
    padding-top: 20vh;
  }
  nav#responsive-nav > ul li > a {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  header {
    margin-top: 0px !important;
  }
  header.logo-top #logo {
    margin-top: 88px;
  }
  #nav-icon3 {
    margin: 8px auto;
    width: 40px;
    height: 35px;
  }
  #nav-icon3 span {
    height: 4px;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 13px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 27px;
  }
  #logo img {
    /*max-height: 185px;*/
    max-height: 50px;
    max-width: none;
  }
  .logo-top .open-responsive-nav {
    top: 124px;
  }
  #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;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .me .follow {
    padding-top: 10px;
  }
  #section-live .section-inner,
  #section-music .section-inner,
  #section-videos .section-inner,
  #section-merch .section-inner,
  #section-instagram .section-inner {
    padding-top: 60px;
  }
  .section-inner {
    padding-bottom: 40px;
  }
  .video {
    margin-bottom: 20px;
  }
  .live-event {
    margin: 10px auto;
    padding-bottom: 10px;
  }
  .live-event .live-title {
    width: 42%;
  }
  #section-newsletter input {
    width: 100% !important;
    max-width: 100%;
  }
  .column {
    margin-right: 0px;
  }
  .one-third {
    width: 100% !important;
  }
  .one-fourth {
    width: 100% !important;
  }
  #section-merch .one-fourth,
  #section-instagram .one-fourth {
    width: 46% !important;
    margin-right: 10px;
    margin-top: 0px;
  }
  .fullcoveredvideo {
    display: none !important;
  }
}
/* Desktops and laptops ----------- */
/* Large screens ----------- */
/* iPhone 4 ----------- */