/*
* Author: Wisely Themes
* Author URI: http://themeforest.net/user/wiselythemes
* Theme Name: Beat
* Tags: right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
*/

/* Table of Content
==================================================
	#Typography
	#General
	#Header
	#Navigation
	#Home
	#Page Overlay
	#Blog
	#The Band
	#Concerts
	#Gallery
	#Store
	#Contacts
	#Footer
	#PrettyPhoto
	#Media Queries */


	
/* #Typography
================================================== */
a:focus,
a:active{
	outline:none;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	margin:0;
	color:#3f9f97;
	text-rendering: optimizelegibility;
}

h1{
	font-family: 'loveloline_bold', sans-serif;
	text-transform:uppercase;
	font-size:52pt;
}

h2{
	font-size:21pt;
	font-weight:300;
}

h3{
	font-size:17pt;
}

h4{
	font-size:13pt;
	font-weight:300;
}

h5{
	font-size:10pt;
}


/* #General
================================================== */
html {
	overflow: auto;
	font-size:14px;
	margin-top:0 !important;
}

body {
	padding: 0;
	height: 100%;
	color: #848484;
	background-color:#15171b;
	overflow: hidden;
	line-height: 25px;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	-webkit-backface-visibility: hidden;
}

::selection {
	background: #3f9f97;
	color:#fff;
}

::-moz-selection {
	background: #3f9f97;
	color:#fff;
}

.color{
	color:#3f9f97;
}

.bg-color1{
	background-color:#2c3136;
}

.bg-color2{
	background-color:#15171B;
}

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

.left{
	float:left;
	text-align:left;
}

a {
	color: #3f9f97;
	text-decoration:none;
}

a:hover,
a:focus,
a:visited {
	color: #3f9f97;
}

img{
	max-width:100%;
}

input,
button,
select,
textarea {
    font-family: 'Lato', sans-serif
}

section{	
	position:relative;
	padding:40px 0;
	/*background-color:#15171b;*/
}

.wrap-section .container_full .vc_col-sm-12 {
    padding: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  display: inline-block;
  height: 40px;
  padding: 4px 2%;
  line-height: 40px;
  color: #848484;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
  border-color: #3f9f97;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}

textarea{
	height:72px;
	resize:vertical;
}

.form-control.error,
.invalid {
    border-color: #C42927 !important;
}

.light textarea,
.light input:not(.btn),
.light .uneditable-input { background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 0, 0, 0.15); }
.light textarea:focus,
.light input:not(.btn):focus,
.light .uneditable-input:focus { border-color: #3f9f97; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);}


.section-title{
	float:none;
	margin:0 0 40px;
}

.center{
	float:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.beat-buttons{
	display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.beat-buttons.buttons-inline{
	display: inline-block;
}

.beat-buttons.buttons-left{
	text-align: left;
}

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

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

.beat-buttons .btn-full{
	width:100%;
	padding-left:0;
	padding-right:0;
}

.btn {
	position:relative;
	padding: 6px 11px;
	font-size: 12pt;
	border: 3px solid transparent;
	min-height: 40px;
	min-width: 40px;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.btn:focus {
	outline: none;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	box-shadow:none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
			box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn i{
	font-size:16pt;
	position:relative;
	top:1px;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
	color:#fff;
	background-color: #3f9f97;
	border-color:#3f9f97;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.btn-default span,
.btn-default i{
	z-index:1;
	color:#fff;
	position: relative;
}

.btn-default::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #3f9f97;
	color: #fff;
	border-color: #3f9f97;
}

.btn-default:active{
	background-color: #3f9f97 !important;
	border-color: #3f9f97 !important;
}

.btn-default:hover::before,
.btn-default:active::before{
	background-color:rgba(0,0,0,.15);
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-icon::before{
	display:none;
}

.btn-icon i{
	margin:0 12px 0 -2px;
}

.btn-icon span{
	position:relative;
	display:inline-block;
	margin: -9px -14px -9px 0;
    padding: 10px 12px 9px 14px;
	z-index:1;
}

.btn-icon span::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.15);
	z-index:-1;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-top-right-radius: 4px;
			border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	   -moz-border-bottom-right-radius: 4px;
			border-bottom-right-radius: 4px;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-icon:hover span::before{
	background-color:rgba(0,0,0,0.35);
}

.btn-icon:hover{
	background-color: #3f9f97;
	border-color: #3f9f97;
}


.btn-dark,
.btn-dark:focus {
	color: #3f9f97;
	background-color: #313840;
	border-color:#313840;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
	color: #3f9f97;
	background-color: #20242A;
	border-color: #20242A;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-dark.btn-icon{
	background-color: #313840;
	border-color:#313840;
}

.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
	color: #3f9f97;
}

.btn-light,
.btn-light:focus { 
	color: #3f9f97;
	background-color: #e9e9e9;
	border-color:#e9e9e9; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	   -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
			box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn-light:hover{ 
	background-color:#fff;
	border-color:#e9e9e9;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	   -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
			box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn-light.btn-icon span{
	margin: -8px -14px -8px 0;
    padding: 10px 13px 8px 14px;
}

.btn-light.btn-icon span::before{ 
	background-color:rgba(255,255,255,0.35);
}

.btn-light.btn-icon:hover span::before{ 
	background-color:rgba(255,255,255,0.75);
}

.btn-light.btn-icon:hover { 
	background-color: #e9e9e9;
	border-color:#e9e9e9; 
}

.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-large{
	font-size:18pt;
	padding: 6px 13px 8px;
}

.btn-large i{
	font-size:26pt;
	top:3px;
}

.btn-large.btn-icon span{
	margin: -9px -16px -11px 0;
    padding: 12px 12px 11px 14px;
}

.btn-large.btn-light.btn-icon span{
	margin: -8px -15px -10px 0;
    padding: 12px 12px 10px 14px;
}

.btn-small{
	min-height: 30px;
    min-width: 30px;
    padding: 0 6px;
}

.btn-small i{
	font-size: 12pt;
    margin: 0 9px 0 2px;
    top: 0;
}

.btn-small.btn-icon span{
	margin: -3px -9px -8px 0;
    padding: 4px 9px 4px;
}

.btn-small.btn-light.btn-icon span{
	margin: -2px -9px -8px 0;
    padding: 3px 9px;
}

.btn-full.btn-icon i{
	float: left;
	margin:0;
	width: 15%;
}

.btn-full.btn-icon span {
    float: left;
    margin: -9px 0;
    padding: 10px 3px 9px 0;
    right: -3px;
    width: 85%;
}

.btn-full.btn-large.btn-icon span {
	margin: -8px 0 -10px;
}

.btn-full.btn-small.btn-icon i{
	top:4px;
}

.btn-full.btn-small.btn-icon span {
	margin: -2px 0 -3px;
    padding: 3px 3px 4px 0;
}

.btn-only-icon:hover,
.btn-only-icon:active,
.btn-only-icon.active{
	background-color: #272b31;
	border-color: #272b31;
}

.btn-light.btn-only-icon:hover,
.btn-light.btn-only-icon:active{ 
	background-color:#fff;
	border-color:#e9e9e9;
}

.btn-default.btn-only-icon::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-default.btn-only-icon:hover,
.btn-default.btn-only-icon:active,
.btn-default.btn-only-icon.active,
.open .dropdown-toggle.btn-default.btn-only-icon {
	background-color: #3f9f97;
	color: #fff;
	border-color: #3f9f97;
}

.btn-default.btn-only-icon:hover::before {
	background-color:rgba(0,0,0,.15);
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color:#fff !important;
	background-color: #da4f49 !important;
	border-color: #da4f49 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color:#fff !important;
	background-color: #5bb75b !important;
	border-color: #5bb75b !important;
}

.spinner {
	margin: 150px auto;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #5c5c5c;
	height: 100%;
	width: 7px;
	margin: 0 3px 0 0;
	display: inline-block;  
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
	0%, 40%, 100% { transform: scaleY(0.4) }
	20% { transform: scaleY(1.0) }
}


.no-overflow{
	overflow:hidden;
}

.has-divider-bg > div:not(.divider-bottom-1):not(.divider-bottom-2):not(.divider-bottom-3):not(.divider-bottom-4){
	z-index:1;
	position:relative;
}
.no-padding-top{
	padding-top:0 !important;
}
.no-padding-bottom{
	padding-bottom:0 !important;
}

.divider-bottom-1 {
	position: absolute;
	content: "";
	left:0;
	bottom:0;
    display: inline-block;
    height: 91px;
	width:100%;
    text-align: center;
    background-clip:content-box;
	z-index:0;
	background-color: #2c3136;
}
.divider-bottom-1::before {
	content: "";
    position: absolute;
    bottom:91px; 
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 980px 70px 1000px;
	border-color: transparent transparent #2c3136 transparent;
}
.divider-bottom-1::after {
	content: "";
    position: absolute;
    bottom:91px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 171px 1920px;
	border-color: transparent transparent #2c3136 transparent;
	z-index:-1;
	-webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	transform-origin: top right;
}
.divider-bottom-1 .tt {
    position: absolute;
	left:0;
	bottom:0;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    height: 165px;
    width: 101%;
	z-index:-1;
	background-color:#2c3136;
	-webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
}
.divider-bottom-1 .tt::before {
	content: "";
    position: absolute;
    bottom:91px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 130px 0 0 1935px;
	border-color: transparent transparent transparent #2c3136;
	z-index:-1;
	-webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
}

.divider-bottom-2 {
	position: absolute;
	left:0;
	bottom:0;
    display: inline-block;
    height: 100px; 
	width:100%;
    text-align: center;
    background-clip:content-box;
	background-color: #15171B;
	z-index:0 !important;
}
.divider-bottom-2::before {
	content: "";
    position: absolute;
    bottom:100px; 
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1215px 60px 720px;
	border-color: transparent transparent #15171B transparent;
	z-index:1;
}
.divider-bottom-2::after {
	content: '';
    position: absolute;
    bottom: 93px;
    left: 0;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 185px 1920px;
	border-color: transparent transparent #15171B transparent;
	-webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.divider-bottom-2 .tt {
    position: absolute;
	bottom:0;
	left:0;
    height: 200px;
    width: 100%;
	z-index:0;
}
.divider-bottom-2 .tt::before {
    content: '';
    position: absolute;
    bottom: 101px;
    left: 0;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 94px 0 0 1920px;
	border-color: transparent transparent transparent #15171B;
	-webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}
.divider-bottom-2 .tt::after {
    content: '';
    position: absolute;
    bottom: 160px;
    left: 700px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 105px 1220px;
	border-color: transparent transparent #15171B transparent;
	-webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
}

.divider-bottom-3 {
	position: absolute;
	left:0;
	bottom:0;
    display: inline-block;
    height: 101px; 
	width:100%;
    text-align: center;
    background-clip:content-box;
    overflow:hidden;
	z-index:0 !important;
}
.divider-bottom-3::before {
	content: "";
    position: absolute;
    bottom:0; 
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1415px 40px 520px;
	border-color: transparent transparent #2c3136 transparent;
}
.divider-bottom-3::after {
	content: "";
    position: absolute;
    bottom:0; 
	left: 520px;
	width: 1400px;
	height: 39px;
	background:#2c3136;
	z-index:-1;
	-webkit-opacity: 0.94;
    -moz-opacity: 0.94;
    opacity: 0.94;
}

.divider-bottom-3 .tt {
    position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    height: 101px;
    width: 100%;
	z-index:-1;
}
.divider-bottom-3 .tt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 0 0 1920px;
	border-color: transparent transparent transparent #2c3136;
	-webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.divider-bottom-3 .tt::after {
    content: '';
    position: absolute;
    bottom: 39px;
    left: 520px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 74px 1920px;
	border-color: transparent transparent #2c3136 transparent;
	-webkit-opacity: 0.94;
    -moz-opacity: 0.94;
    opacity: 0.94;
}

.divider-bottom-4 {
	position: absolute;
	left:0;
	bottom:0;
    display: inline-block;
    height: 135px; 
	width:100%;
    text-align: center;
    background-clip:content-box;
	background-color:#15171B;
	z-index:0 !important;
}
.divider-bottom-4::before {
	content: "";
    position: absolute;
    bottom:135px; 
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 650px 0 0 1050px;
	border-color: transparent transparent transparent #15171B;
}
.divider-bottom-4::after {
	content: "";
    position: absolute;
    bottom:135px; 
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 650px 1050px;
	border-color: transparent transparent #15171B transparent;
}

.divider-bottom-4 .tt {
    position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
	z-index:-1;
}
.divider-bottom-4 .tt::before {
    content: '';
    position: absolute;
    bottom: 70px;
    right: 50%;
	margin-right: -81px;
    width: 0;
	height: 0;
	border-style: inset inset inset solid; 
	border-width: 1030px 0 73px 125px;
	border-color: transparent transparent transparent #15171B;
	-webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
	-webkit-transform: rotate(-57deg);
	-moz-transform: rotate(-57deg);
	transform: rotate(-57deg);
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
}
.divider-bottom-4 .tt::after {
    content: '';
    position: absolute;
    bottom: 69px;
    left: 50%;
	margin-left: -43px;
    width: 0;
	height: 0;
	border-style: inset solid inset inset;
	border-width: 1020px 104px 75px 0;
	border-color: transparent #15171B transparent transparent;
	-webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
	-webkit-transform: rotate(57deg);
	-moz-transform: rotate(57deg);
	transform: rotate(57deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
}
​
@media (-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){
	.divider-bottom-1::before {
		left: -30px;
		border-width: 0 1960px 70px 2000px;
	}
	.divider-bottom-1::after {
		border-width: 0 0 112px 1920px;
	}
	.divider-bottom-1 #tt::before {
		border-width: 130px 0 0 3870px;
	}
	
	.divider-bottom-2::before {
		left: -30px;
		border-width: 0 2430px 60px 1440px;
	}
	.divider-bottom-2::after {
		border-width: 0 0 185px 3840px;
	}
	.divider-bottom-2 #tt::before {
		border-width: 94px 0 0 3840px;
	}
	.divider-bottom-2 #tt::after {
		left: 1400px;
		border-width: 0 0 105px 2440px;
	}
	
	.divider-bottom-3 {
		height: 101px; 
	}
	.divider-bottom-3::before {
		left: -30px;
		border-width: 0 2830px 40px 1040px;
	}
	.divider-bottom-3::after {
		left: 1040px;
		width: 2800px;
	}
	.divider-bottom-3 #tt::before {
		border-width: 55px 0 0 3840px;
	}
	.divider-bottom-3 #tt::after {
		left: 1040px;
		border-width: 0 0 74px 3840px;
	}
	
	.divider-bottom-4::before {
		border-width: 1300px 0 0 2100px;
	}
	.divider-bottom-4::after {
		border-width: 0 0 1300px 2100px;
	}
	.divider-bottom-4 #tt::before {
		margin-right: -162px;
		border-width: 2060px 0 73px 125px;
	}
	.divider-bottom-4 #tt::after {
		margin-left: -86px;
		border-width: 2040px 208px 75px 0;
	}
}

#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
	top:0;
    z-index: 99;
    height: 100%;
    background-color: transparent;
	padding: 0;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
}

#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    content: '';
    z-index: 1002;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

#wrapper.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

#wrapper.open::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

audio,
canvas,
embed,
iframe,
object,
video {
	border:none !important;
	max-width:100%
}

.responsive-video {
	position:relative;
	display:block;
	width:100%;
	height:0;
	margin-bottom:40px;
	padding-bottom:56.25%;
	overflow:hidden;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/* #Header
================================================== */
#header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1000;
}

.nav-section{
	padding:0;
	height:65px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	border-top:5px solid #3f9f97;
	text-align:center;
}

.nav-section .nav-logo {
	left: 0;
    position: absolute;
    top: 5px;
}

.nav-section .nav-logo img{
	height:52px;
}

.light.nav-section, 
.light .navbar-nav .dropdown-menu { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95); }
.light .navbar-nav > li > a{ color:#a6a6a6; }
.light .navbar-nav .dropdown-menu > li > a:hover,
.light .navbar-nav .dropdown-menu > li > a:focus,
.light .navbar-nav .dropdown-menu > li.active > a { color:#3f9f97 }

.sn-icons{
	float:none;
	list-style:none;
	padding:0;
	display:inline-block;
	position:relative;
	top:5px;
}

.sn-icons li{
	display: inline-block;
	margin:0 0 0 5px;
	padding:0;
}

.sn-icons a{
	display:inline-block;
	font-size:19pt;
	color:#33383c;
	overflow:hidden;
	width:22px;
	height:26px;
	padding:0;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
	     -o-transition:all .3s;
	        transition:all .3s;
}

.sn-icons a:visited{
	color:#33383c;
}

.light .sn-icons a,
.light .sn-icons a:visited { color:#a6a6a6 }

.sn-icons a:hover{
	text-decoration:none;
	color:#3f9f97;
}


/* #Navigation
================================================== */
.navbar {
	position: relative;
	padding:0;
	margin:0;
	width:auto;
	text-align:center;
	float:none;
	display:inline-block;
	line-height:60px;
}

.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    color: #c4c4c4;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11pt;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
    background-color: transparent;
    color: #3f9f97;
}

.nav > li > a.active {
	text-decoration:underline;
}

.navbar > li.dropdown > a .caret {
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    margin-left: 4px;
	margin-top: -1px;
}

.navbar-nav .dropdown-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	border-top:2px solid #3f9f97;
    text-align: center;
    padding: 0;
    display: none;
    font-size: 11pt;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    left: 50%;
    margin-left: -80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
}

.navbar-nav .dropdown-menu > li > a {
    display: block;
    line-height: 1;
    padding: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #c4c4c4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #3f9f97;
}

.navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    /*display:block !important;*/
    
    max-height: 0;
    overflow: hidden;
}

.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    max-height: 500px;
    overflow: visible;
}

.navbar-nav .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #c4c4c4;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}

.navbar-nav .dropdown-submenu:hover > a::after {
    border-left-color: #3f9f97;
}

.navbar-nav .dropdown-submenu .pull-left {
    float: none;
}

.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top:-1px;
}

.navbar-nav > li > .dropdown-menu li .dropdown-menu{
	left: 100%;
    margin: 0;
    top: 0;
	border-top:0;
	border-left:2px solid #3f9f97;
}

.navbar-nav > li > .dropdown-menu li:hover .dropdown-menu{
	display: block;
}

#nav-mobile-btn,
#close-nav-mobile {
	width: 30px;
	height: 25px;
	float: right;
	right:0;
	position: relative;
	margin: 18px 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-mobile-btn span,
#close-nav-mobile span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #c4c4c4;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-mobile-btn span:nth-child(1),
#close-nav-mobile span:nth-child(1) {
	top: 0px;
}

#nav-mobile-btn span:nth-child(2),#nav-mobile-btn span:nth-child(3),
#close-nav-mobile span:nth-child(2),#close-nav-mobile span:nth-child(3) {
	top: 10px;
}

#nav-mobile-btn span:nth-child(4),
#close-nav-mobile span:nth-child(4) {
	top: 21px;
}

#nav-mobile-btn.open span:nth-child(1),
#close-nav-mobile.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#nav-mobile-btn.open span:nth-child(2),
#close-nav-mobile.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-mobile-btn.open span:nth-child(3),
#close-nav-mobile.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-mobile-btn.open span:nth-child(4),
#close-nav-mobile.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#nav-mobile-btn.open{
	right: -170px;
}

#close-nav-mobile{
	position:absolute;
	top:6px;
	left:15px;
	display: block;
}

.nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #0f1115;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}

.nav-mobile .nav-logo{
	margin:0 auto;
}
.nav-mobile > i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {
    color: #4e5153;
    background-color: #f1f3f6;
}
.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    color: #66686c;
}
.nav-mobile h2 i {
    margin-right: 10px;
}
.nav-mobile a {
    color: #66686c;
}
.nav-mobile a:hover {
    color: #3f9f97;
    text-decoration: none;
}
.nav-mobile a:focus {
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
	text-align:left;
}
.nav-mobile > ul {
    padding: 0 0 20px;
}
.nav-mobile > ul li {
    margin-bottom: 10px;
}
.nav-mobile > ul li > a {
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul > li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-mobile.open {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.stuck #mobile-nav {
    margin-right: 10%;
}

.light.nav-mobile { background: #F7F8FA; }
.light.nav-mobile h2 {
	color: #4d4f52;
}
.light.nav-mobile > ul ul {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}


/* #Home
================================================== */
#home{
    position: relative;
	padding-bottom:0px;
	background-color:transparent;
	padding-top:105px;
}

.home-html{
	margin-bottom:36px;
}

#supersized-loader { 
	position:absolute;
	top:50%; 
	left:50%; 
	z-index:0; 
	width:60px; 
	height:60px; 
	margin:-30px 0 0 -30px; 
	text-indent:-999em; 
	background:url(../images/progress.gif) no-repeat center center;
}
	
#supersized {  
	display:block; 
	position:fixed;
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
	padding:0;
	max-width:none;
	-webkit-backface-visibility: hidden;
}
	
#supersized img { 
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none;
	max-width:none;
}

#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
} /*Speed*/
			
#supersized.quality img { 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality; 
} /*Quality*/
		
#supersized li { 
	display:block; 
	list-style:none; 
	z-index:-30; 
	position:fixed; 
	overflow:hidden; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:#111; 
}

#supersized a { 
	width:100%; 
	height:100%; 
	display:block; 
}
		
#supersized li.prevslide { 
	z-index:-20; 
}

#supersized li.activeslide { 
	z-index:-10; 
}
			
#supersized li.image-loading { 
	background:#111 url(../images/progress.gif) no-repeat center center; 
	width:100%; 
	height:100%; 
}

#supersized li.image-loading img{ 
	visibility:hidden; 
}

#supersized li.prevslide img, #supersized li.activeslide img{ 
	display:inline; 
}

.social-grid-items {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
	z-index:2;
}

.social-grid-items > li{
	display:none;
	position:relative;
	width:350px;
	height:350px;
	margin:-1px 0px;
	background:rgba(20,20,20, 0.9);
	overflow:hidden;
	text-align:left;
	margin-top:50px;
	visibility:hidden;
	opacity:0;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
	-webkit-backface-visibility: hidden;
}

.social-grid-items > li.enabled{
	display:inline-block;
	margin-top:0px;
	visibility:visible;
	opacity:1;
}

.social-grid-items > li.inactive{
	visibility: hidden !important;
	opacity: 0 !important;
	margin-top:0px;
	-webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}

.social-grid-items > li .icon{
	position:absolute;
	top:0;
	left:0;
	width:57px;
	height:57px;
	background-color:#000;
	text-align:center;
	line-height:57px;
	font-size:23pt;
	z-index:2;
}

.social-grid-items > li .icon::after{
	content:"";
	position:absolute;
	bottom:-12px;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 20px 0 0;
	border-color: #000000 transparent transparent transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.social-grid-items > li > .title{
	width:100%;
	padding-left:67px;
	height:57px;
	line-height:57px;
	position:absolute;
	background-color:#000;
	z-index:1;
}

.social-grid-items > li > .title::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(100,100,100,0.1);
	z-index:-1;
}

.social-grid-items > li > .title h3{
	height:57px;
	line-height:57px;
}

.social-grid-items > li > .title h3 a{
	color:#fff;
}

.social-grid-items > li > .title h3 a:hover,
.social-grid-items > li > .title h3 a:focus {
	color:#fff;
	text-decoration:none;
}

.social-grid-items > li.featured .icon{
	background-color:#3f9f97;
	color:#fff;
}

.social-grid-items > li.featured > .title h3{
	color:#fff;
}

.social-grid-items > li.featured .icon::after{
	border-color: #3f9f97 transparent transparent transparent;
	_border-color: #3f9f97 #000000 #000000 #000000;
}

.social-grid-items > li.featured > .title{
	background-color:#3f9f97;
}

.social-grid-items > li.featured > .title::before{
	background-color:rgba(0,0,0,0.1);
}

.social-grid-items > li .tweet{
	margin-top:34%;
	padding:0 9%;
}

.social-grid-items > li .tweet h3{
	margin-bottom:30px;
	color:#fff;
}

.social-grid-items > li .tweet h3 a{
	font-weight:300;
}

.social-grid-items > li .tweet h3 .time{
	float:left;
	margin-top:2px;
	color:#33383c;
	font-size:10pt;
}

.social-grid-items > li .news{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:14px 10px;
	background-color:rgba(0,0,0,0.9);
}

.social-grid-items > li .news.sticky{
	background-color:#3f9f97;
}

.social-grid-items > li img.wp-post-image{
	width:100%;
}

.social-grid-items > li .news .title a{
	color:#fff;
	font-size:13pt;
}

.social-grid-items > li .news .time a{
	color:#33383c;
}

.social-grid-items > li .news.sticky .time a{
	color:#fff;
}

.social-grid-items > li .news .title,
.social-grid-items > li .news .time{
	float:left;
	width:272px;
}

.social-grid-items > li .news .btn{
	float:right;
	width:auto;
	margin-top: 7px;
}

.social-grid-items > li .facebook{
	display: block;
	height: 100%;
	width: 100%;
}

.social-grid-items > li .facebook > a{
	display: block;
	height: 100%;
	width: 100%;
}

.social-grid-items > li .facebook h3{
	margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.social-grid-items > li .facebook h3 a{
	color:#fff;
}

.social-grid-items > li .facebook h3 span a{
	color: #33383C;
    font-size: 10pt;
    margin-top: 2px;
	font-weight:300;
}

.social-grid-items > li .facebook .text{
	background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    padding: 14px 10px;
    position: absolute;
    width: 100%;
}

.social-grid-items > li .facebook > a img{
	width:100%;
}

.social-grid-nav{
	list-style-type: none;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	position:relative;
	z-index:2;
	padding:0;
}

.social-grid-nav li{
	display:inline-block;
	width:15px;
	height:15px;
	background-color:#444D56;
	cursor:pointer;
	margin:0 6px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.social-grid-nav li.active{
	cursor:default;
}

.social-grid-nav li.active,
.social-grid-nav li:hover{
	background-color:#3f9f97;
}

.social-grid-items .music-player{
	padding:68px 15px 0;
}

.jp-audio *:focus{
  outline: none; 
}

.jp-audio button::-moz-focus-inner {
  border: 0;
}

.jp-audio {
  width: 323px;
}

.jp-interface {
  position: relative;
  width: 100%;
}

.jp-audio .jp-interface {
  /*height: 80px; */
}
  
.jp-audio .jp-interface .album-cover {
    position: relative;
    float: left;
	margin-right: 10px;
}

.jp-audio .jp-interface .album-cover .img img{
    width:100%;
	height:100%;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
	   -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
			box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}

.jp-audio .jp-interface .album-cover,
.jp-audio .jp-interface .album-cover .img{
    display: block;
    height: 110px;
    width: 110px;
}

.jp-audio .jp-interface .track-info {
    width: 192px;
	min-height:58px;
    margin-bottom: 10px;
    float: left;
}

.jp-audio .jp-interface .track-info .title {
    color: #fff;
	font-weight:400;
    font-size: 13pt;
}

.jp-audio .jp-interface .track-info p {
    margin: 0 0 1px 0;
	line-height:20px;
}

/* @group CONTROLS */
.jp-interface .jp-controls {
	float: left;
    width: 202px;
    height: 42px;
    margin: 0;
	padding:7px 9px;
    background-color: #090909;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
			border-radius: 4px;
}

.jp-interface .jp-controls.no-cover{
	width: 100%;
}

.jp-controls button {
	display: block;
	float: left;
	overflow: hidden;
	border: none;
	cursor: pointer;
	background: transparent;
	box-shadow:none;
	text-shadow:none;
	padding:0;
}

.jp-previous, .jp-next {
    margin: 1px 0;
	color:#fff;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jp-play, .jp-state-playing .jp-play {
	width:12px;
    margin: 1px 7px;
	color:#fff;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jp-previous::before {
	content: "\f04a";
}

.jp-next::before {
    content: "\f04e";
}

.jp-play::before {
    content: "\f04b";
}

.jp-state-playing .jp-play::before {
    content: "\f04c";
}

.jp-play:hover, 
.jp-pause:hover, 
.jp-next:hover, 
.jp-previous:hover {
	opacity: 0.8;
}

/* @end */
/* @group progress bar */
.jp-progress {
	height: 9px;
    width: 100px;
    float: left;
    margin: 3px 0 0 8px;
	position:relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.jp-seek-bar {
	height: 9px;
    width: 118px;
    cursor: pointer;
	background-color: #1A1A1A;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.jp-play-bar {
	height: 9px;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 1px;
    width: 60%;
    background: #3f9f97 repeat-x 0 0 scroll;
}
/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
	display: none;
}

.jp-volume-controls {
	float: left;
	margin-left: 8px;
	position:relative;
	width:14px;
	height:14px;
}

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  border: none;
  cursor: pointer; }

.jp-mute{
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	color:#fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jp-mute::before{
	content: "\f028";
	display: inline-block;
	text-align: center;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jp-mute:hover::before {
	opacity: 1;
}

.jp-state-muted .jp-mute::before {
  content: "\f026" !important;
}

.volume-tooltip {
	display:none;
	position: absolute;
	width: 80px;
	height: 20px;
	bottom: 18px;
	right: 50%;
	margin-right: -26px;
	border-radius: 2px;
	background: #fff;
	cursor: default;
	z-index: 999;
}

.volume-tooltip::after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	bottom: -6px;
	left: 56%;
	z-index:1;
}

.jp-volume-bar {
	display: block;
	width: 80%;
	height: 5px;
	cursor: pointer;
	margin: 8px auto;
	overflow: hidden;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-color: #1a1a1a;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jp-volume-bar-value {
	display: block;
	height: 5px;
	cursor: pointer;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-color: #3f9f97;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
	position: absolute;
	top: 14px;
	width:100%;
	line-height:1;
}

.jp-current-time,
.jp-duration {
	font-size: .64em;
	font-style: oblique;
}

.jp-current-time {
	float: left;
	display: inline;
	cursor: default;
}

.jp-duration {
	float: right;
	display: inline;
	text-align: right;
	cursor: default;
}

/* @end */
/* @group playlist */
.jp-playlist {
	height:140px;
	width:100%;
	margin-top:10px;
	overflow:auto;
	float:left;
}

.jp-playlist ol {
	margin: 0;
    padding: 0;
    overflow:hidden;
	padding:0 10px;
	background-color:#090909;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
			border-radius: 4px;
}

.jp-playlist li {
	padding: 7px 0;
    list-style-position: inside;
    position: relative;
	border-bottom:1px solid #000;
	line-height:20px;
	float:left;
	width:100%;
}

.jp-playlist li div {
	display: inline;
}

.jp-playlist li div .track_buttons{
	float:right;
}

.jp-playlist li div .track_buttons a{
	margin:0 5px;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
}

div.jp-type-playlist div.jp-playlist a {
	text-decoration: none;
	color:#848484;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current,
div.jp-type-playlist div.jp-playlist a:hover,
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #3f9f97;
}

/* @end */
.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display:none;
}

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: 1em;
  background-color: #eee;
  border: 2px solid #3f9f97;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }
/* @end */

.light .jp-audio .jp-interface .album-cover .img img { -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 2px 2px 2px rgba(0, 0, 0, .4); }
.light .jp-audio .jp-interface .track-info .title { color: #424242;}
.light .jp-audio .jp-interface .jp-controls { background-color: #f2f2f2;}
.light .jp-audio .jp-previous,
.light .jp-audio .jp-next,
.light .jp-audio .jp-play,
.light .jp-audio .jp-state-playing .jp-play,
.light .jp-audio .jp-mute { color:#424242;}
.light .jp-audio .jp-seek-bar { background-color: #e2e2e2;}
.light .jp-audio .jp-volume-bar { background-color: #e2e2e2;}
.light .jp-audio .jp-playlist ol { background-color:#f2f2f2;}
.light .jp-audio .jp-playlist ol li { border-bottom:1px solid #fff;}


.light.social-grid::after { box-shadow: 0 40px 50px rgba(0,0,0,0.35);}
.light .social-grid-items > li{ background:rgba(245,245,245, 0.9);}
.light .social-grid-items > li .icon{ background-color:#fff;}
.light .social-grid-items > li .icon::after{ border-color: #ffffff transparent transparent transparent;}
.light .social-grid-items > li > .title{ background-color:#fff;}
.light .social-grid-items > li .tweet h3 { font-weight: 600; }
.light .social-grid-items > li .tweet h3 .time{ color:#979797;}
.light .social-grid-items > li .news{ background-color:rgba(255,255,255,1); }
.light .social-grid-items > li .news.sticky{ background-color:#3f9f97; }
.light .social-grid-items > li .news .title a{ color:#424242;}
.light .social-grid-items > li .news .time a{ color:#848484;}
.light .social-grid-items > li .news.sticky .title a { color:#fff;}
.light .social-grid-items > li .news.sticky .time a{ color:#fff;}
.light .social-grid-items > li .facebook .text { background-color:rgba(255,255,255,0.9); }
.light .social-grid-items > li .facebook h3 a { color: #3f9f97; }
.light .social-grid-items > li .facebook h3 span a { color:#979797; }
.light .social-grid-nav li{ background-color:#fff; }
.light .social-grid-items > li.featured .icon::after{
	border-color: #3f9f97 transparent transparent transparent;
	_border-color: #3f9f97 #000000 #000000 #000000;
}
.light .social-grid-items > li.featured > .title{ background-color:#3f9f97; }

#video_fallback{
    position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: -6;
}

.youtube-video-background {
	position: fixed;
	background: transparent;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
}

.youtube-video-foreground,
.youtube-video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .youtube-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .youtube-video-foreground { width: 300%; left: -100%; }
}


/* #PAGE OVERLAY
================================================== */

#page-overlay {
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 105%;
	left: 0;
	overflow: hidden;
	z-index: 1001;
	background-color:#15171b;
	padding-top:100px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition: top .5s ease;
	   -moz-transition: top .5s ease;
			transition: top .5s ease;
	-webkit-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7);
	   -moz-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7);
			box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.7);
}

#page-overlay #main-wrapper{
	padding-top:0;
}

.close-overlay{
	position:absolute;
	top:30px;
	right:40px;
	font-size:27pt;
	color:#3f9f97;
	cursor:pointer;
	z-index:1000;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
			transition: all .8s ease;
}

.close-overlay:hover{
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
			transform: rotate(360deg);
}

#page-overlay h1.page-title{
	width:100%;
	margin:0 auto 60px;
	display:inline-block;
}

#page-overlay.moveFromBottom {
	top:0 !important;
}

#page-overlay .loading{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:999;
	display:none;
}

#page-overlay .loading::after{
	content:"";
	position:fixed;
	top:50%;
	left:50%;
	background:url(../images/progress.gif) no-repeat center center; 
	width:31px;
	height:31px;
	margin:-15px 0 0 -15px;
	display:block;
}

.light#page-overlay { background-color:#e8e8e8; -webkit-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2); box-shadow: 10px -10px 10px 10px rgba(0, 0, 0, 0.2);}
.light#page-overlay .loading{ background:rgba(255,255,255,0.5); }
.light#main-wrapper { background-color:#e8e8e8; }
.dark#page-overlay,
.dark#main-wrapper,
.dark#main-blog-single { background-color:#15171b; }

.error-loading{
	color:#848484;
}


/* #BLOG
================================================== */
#main-blog-single{
	padding-top: 140px;
}

.page-title{
	margin:20px 0 60px;
}

.page-title.fitcats {
	font-size:20pt;
}

.search-page{
	font-size:42px;
}

.archive-description{
	margin:-20px 0 60px;
}

.blog-single-img-wrap{
	position:relative;
}

.blog-single-img-wrap img{
	width:100%;
}

.hentry{
	margin-bottom:80px;
}

.hentry.sticky{
	border: 1px solid #3f9f97;
}

.entry-header {
	position:relative;
	background-color:#3f9f97;
	display: table;
}

.entry-header::after {
	content:"";
	position:absolute;
	bottom:-12px;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 20px 0 0;
	line-height: 0px;
	z-index:2;
	border-color: #3f9f97 transparent transparent transparent;
	_border-color: #3f9f97 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.entry-header .date {
	
	width:57px;
	height:100%;
	padding:7px 10px;
	background-color:#3f9f97;
	color:#fff;
	text-align:center;
	line-height:21px;
	font-size:16pt;
	word-spacing:57px;
	z-index:2;
	display: table-cell;
	vertical-align: middle;
}

.entry-header .title{
	width:100%;
	padding:15px;
	min-height:57px;
	background-color:#3f9f97;
	z-index:1;
	position:relative;
	display: table-cell;
}

.entry-header .title::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.1);
	z-index:-1;
}

.entry-header .title h3{
	color:#fff;
	font-weight:400;
	line-height: 1.2;
}

article.hentry {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

article.hentry .entry-header a{
	color:#fff;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

article.hentry .entry-header a:hover{
	text-decoration:none;
}

article.hentry .entry-header a.date:hover{
	padding-left: 15px;
	padding-right: 15px;
}

article.hentry .entry-header a.title:hover{
	padding-left:30px;
}

.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    clear: both;
	color:#555;
}

.blog-bottom-info > ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
}

.blog-bottom-info > ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 8px 16px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.blog-bottom-info > ul li a{
	color: #555;
}

.blog-bottom-info > ul li a:hover{
	color: #3f9f97;
	text-decoration:none;
}

.blog-bottom-info > ul li:last-child {
    border-right: none;
}

.blog-bottom-info > ul li .fa {
    font-size: 18px;
    margin-right: 3px;
	color: #555;
}

.blog-bottom-info .post-author {
    float: right;
    line-height: 54px;
    padding: 0 16px;
}

.blog-bottom-info .post-author i {
    font-size: 15pt;
    margin-right: 5px;
}

.blog-bottom-info::after,
.blog-bottom-info::before {
    content: " ";
    display: table;
}

.blog-bottom-info::after {
    clear: both;
}


.light .blog-bottom-info { background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 0, 0, 0.15); }
.light .blog-bottom-info > ul li { border-right: 1px solid rgba(0, 0, 0, 0.15); }
.light .blog-bottom-info, .light .blog-bottom-info > ul li a, .light .blog-bottom-info > ul li .fa { color: #848484; }
.light .blog-bottom-info > ul li a:hover { color: #3f9f97; }


.entry-content{
	margin-bottom:60px;
	margin-top:60px;
}

.entry-excerpt {
	margin-bottom:30px;
	margin-top:30px;
}

.hentry.sticky .entry-excerpt{
	padding:0 15px;
}

.blog-main .entry-content h1,
.blog-main .entry-content h2,
.blog-main .entry-content h3,
.blog-main .entry-content h4,
.blog-main .entry-content h5 {
    padding: 15px 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.entry-content img {
    max-width: 100%;
    margin-bottom: 25px;
}
.entry-content img.right {
    float: right;
    margin-left: 15px;
}
.entry-content img.left {
    float: left;
    margin-right: 15px;
}
.entry-content .highlight-bold {
    font-weight: 700;
    font-size: 17px;
	line-height:27px;
    position: relative;
    margin-bottom: 40px;
}
.entry-content .highlight-color {
    font-size: 21pt;
    color: #3f9f97;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 40px;
}
.entry-content p {
    margin-bottom: 40px;
}
.entry-content blockquote {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin: 40px 0;
    padding: 30px 40px 35px;
    position: relative;
    text-align: center;
    width: 100%;
	background-color:rgba(0, 0, 0, 0.1);
	color:#fff;
	border-left:none;
}
.entry-content blockquote::before,
.entry-content blockquote::after {
    color: #acacac;
    font-size: 48pt;
    font-weight: 700;
    position: absolute;
}
.entry-content blockquote::before {
    content: "\"";
    left: 12px;
    top: 18px;
}
.entry-content blockquote::after {
    bottom: -9px;
    content: "\"";
    right: 32px;
}
.entry-content blockquote span {
    color: #3f9f97;
}

.light .entry-content blockquote { background-color:rgba(255, 255, 255, 0.6); color:#000; }

.other-news-wrap{
	background-color:#0F0F0F;
	padding:20px;
	margin:20px 0 0;
}

#other-news{
	list-style:none;
	padding:0 0 20px;
}

#other-news li{
	position:relative;
	display:inline-block;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
	height:auto;
	overflow:hidden;
	opacity:1;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

#other-news li.disabled{
	height:0px;
	padding:0;
	margin:0;
	opacity:0;
	display:none;
}

#other-news li .other-news-img-wrap{
	width:44%;
	margin-right:5%;
	display:inline-block;
	position:relative;
	float:left;
}

#other-news li .other-news-img-wrap img{
	width:100%;
}

#other-news li .other-news-img-wrap .date{
	background-color:rgba(0, 0, 0, 0.9);
	color:#3f9f97;
	font-size:14pt;
}

#other-news li .other-news-img-wrap .date::after{
	border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
	_border-color: rgba(0, 0, 0, 0.9) #000000 #000000 #000000;
}

#other-news li .other-news-details{
	width:50%;
	display:inline-block;
	float:right;
}

#other-news li .other-news-details h4{
	color:#3f9f97;
	margin-bottom:25px;
	font-weight:700;
}

#other-news li:hover{
	cursor:pointer;
}

#other-news li:hover .other-news-details h4,
#other-news li:hover .other-news-details p{
	text-decoration:underline;
}

#comments {
    margin-bottom: 60px;
    padding: 0 30px;
    float: left;
	width:100%;
}

#comments h2.comments-title {
    font-family: loveloline_bold;
    font-size: 32pt;
    text-transform: none;
    margin-bottom: 30px;
}

#comments .comment-list {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
  position:relative;
  z-index:0;
}

#comments .comment-content {
    width: 100%;
    float: left;
	position:relative;
	z-index:0;
}

#comments .comment-content .comment_image {
    border: 2px solid rgba(0, 0, 0, 0.5);
    width: 12%;
    min-height: 15px;
    display: inline-block;
    position: relative;
}

#comments .comment-content .comment_image img {
    width: 100%;
}

#comments ul.children {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none;
}

#comments .comment-content .comment {
    float: right;
    position: relative;
    width: 85%;
    padding: 18px;
    margin-bottom: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:0;
}

#comments .comment-content .comment.ping {
	width: 100%;
}

#comments .comment-content .comment h1,
#comments .comment-content .comment h2,
#comments .comment-content .comment h3,
#comments .comment-content .comment h4,
#comments .comment-content .comment h5,
#comments .comment-content .comment h6 {
	margin-top:20px;
}

#comments .comment-content .comment h1,
#comments .comment-content .comment h2,
#comments .comment-content .comment h3,
#comments .comment-content .comment h4,
#comments .comment-content .comment h5,
#comments .comment-content .comment h6 {
	margin-bottom:15px;
}

#comments .comment-content .comment ol,
#comments .comment-content .comment ul {
	margin-bottom:15px;
}

#comments .comment-content .comment h3.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 300;
    position: relative;
    text-transform: none;
    padding-bottom: 5px;
    z-index: -1;
	clear: none;
}

#comments .comment-content .comment.ping h3.header {
	color: #fff;
}

#comments .comment-content .comment h3 small {
    display: block;
    font-size: 10pt;
    margin: 5px 0 10px;
}

#comments .comment-content .comment .comment-reply-link,
#comments .comment-content .comment .comment-edit-link {
    float: right;
    margin-bottom: 14px;
    z-index: 1;
}

#comments .comment-content .comment .comment-edit-link {
    margin-right: 5px;
}

#comments .comment-content .comment .btn {
    float: right;
    margin-bottom: 14px;
	margin-left: 15px;
    position: relative;
    z-index: 1;
}

.comment-form-wrap{
	position:relative;
	margin-top:55px;
}

.comment-form-wrap::after{
	content:"";
	position:absolute;
	top:0;
	left:2.5%;
	width:95%;
	height:100%;
	background-color:#1D2025;
	z-index:2;
	-webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg);
}

.comment-form-wrap::before{
	content:"";
	position:absolute;
	top:0;
	left:2.5%;
	width:95%;
	height:100%;
	background-color:#111216;
	z-index:1;
	-webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

.comment-form-content{
	position:relative;
	padding:30px;
	z-index:3;
	background-color:#2c3136;
}

.comment-form-content h3 {
    font-family: 'loveloline_bold', sans-serif;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 30px;
    text-align: center;
}

.comment-form-content h3 small {
    display: block;
    font-family: 'Lato', sans-serif;
    color: rgba(115, 119, 123, 0.5);
    font-size: 10pt;
}

#comment-status {
	margin-top:20px;
	padding:0 15px;
}

#comment-status > div {
	width:100%;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
}

#comment-status .ajax-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#comment-status .ajax-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.comment-list #respond {
    width: 85%;
	margin-left:15%;
	margin-bottom:50px;
	clear: both;
	position:relative;
	background-color:#2c3136;
	padding:30px;
}

.comment-list #respond::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#1D2025;
	z-index:-1;
	-webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg);
}

.comment-list #respond::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#111216;
	z-index:-2;
	-webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

#respond {
    width: 100%;
	clear: both;
}

#respond .comment-reply-title {
    padding: 10px 93px 0 15px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
	text-align: left;
	position:relative;
	font-family: 'Lato',sans-serif;
	font-size:17pt;
}

#respond .comment-reply-title small{
	position: absolute;
    right: 0;
	top: 0;
}

#respond .logged-in-as {
	padding: 0 15px;
}

#respond .form-submit{
	float: none;
    margin: 0 auto;
    text-align: center;
}

.widget{
	float: left;
	width: 100%;
	padding:0;
	margin-bottom: 40px;
	background-color: transparent;
}
.widget .widget-title{
	margin-bottom:15px;
}
.widget label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.widget select{
	float: left;
	width: 100%;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #000;
}
.widget select option{
	padding: 6px 10px;
}
.widget ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul li{
	float: left;
	width: 100%;
	padding: 4px 0 4px 15px;
	position: relative;
}
.widget ul li::before{
	content: "\f0c8";
	position: absolute;
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
	font-size:8px;
    line-height: 1;
    left: 2px;
    color: #73777b;
    top: 14px;
}
.widget ul.children,
.widget ul.sub-menu{
	border-left: 1px solid #73777b;
	padding-left: 10px;
	margin-left: -10px;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.widget ul.children:hover,
.widget ul.sub-menu:hover{
	border-color: #3f9f97;
}
.widget ul li a{
	color: #73777b;
	min-height: 20px;
}
.widget ul li a:hover{
	color: #3f9f97;
	text-decoration:none;
}
.widget ul li:hover::before{
	color: #3f9f97;
}
.widget.widget_rss ul li a{
	font-weight: bold;
}
.widget.widget_rss .rss-date{
	position: relative;
	padding-left: 10px;
	margin-left: 5px;
}
.widget.widget_rss .rss-date::before{
	position: absolute;
	content: "-";
	left: 0;
}
.widget.widget_nav_menu 
.widget .tagcloud{
	float: left;
	width: 100%;
}
.widget .tagcloud a{
	float: left;
	margin: 3px 3px;
	background-color: #0E0E0E;
    border-radius: 4px;
    color: #73777b;
    font-size: 14px !important;
    display: block;
    padding: 6px 9px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.widget .tagcloud a:hover{
	background-color: #3f9f97;
    color: #fff;
	text-decoration:none;
}
#searchform{
	position:relative;
}
#searchform button{
	padding: 6px 10px;
	background:none;
	border:0;
	position:absolute;
	top:0;
	right:3px;
	box-shadow:none;
	text-shadow: none;
	color:#3f9f97;
}
#searchform input{
	width: 100%;
	float: left;
	padding: 6px 36px 6px 10px;
}
.page-content.center{
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.page-content #searchform{
	margin-top:40px;
}
.widget.widget_recent_entries,
.widget.widget_recent_comments,
.widget.widget_archive,
.widget.widget_categories,
.widget.widget_meta,
.widget.widget_calendar,
.widget.widget_pages,
.widget.widget_rss,
.widget.widget_text,
.widget.widget_tag_cloud,
.widget.widget_nav_menu{
	background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);
	padding:15px;
}

#wp-calendar {
	width:100%;
}

#wp-calendar th,
#wp-calendar td{
	border:0;
}

#wp-calendar caption {
	color:#eee;
	font-size:13px;
	margin:0;
	background:#111;
	text-transform:uppercase;
	padding:2px 0;
	text-align:center;
	background-color:#3f9f97;
}

#wp-calendar thead {
	font-size:10px;
	background:#333;
	color:#fff;
}

#wp-calendar thead th {
	padding:4px 10px;
}

#wp-calendar tbody {
	color:#aaa;
}

#wp-calendar tbody td {
	background:#222;
	color:#ccc;
	text-align:center;
	font-size:13px;
	padding:2.5%;
}

#wp-calendar tbody td a {
	color:#3f9f97;
}

#wp-calendar tbody td.pad {
	background:transparent;
}

#wp-calendar tbody .pad {
	background:none;
}

#wp-calendar #today {
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.3);
	background-color:#3f9f97;
}

#wp-calendar #today a{
	color:#fff;
	text-decoration:underline;
}

#wp-calendar tfoot #next {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}

#wp-calendar tfoot #prev {
	font-size:10px;
	text-transform:uppercase;
	padding-top:5px;
}

.widget select{
	color: #848484;
	background: #000;
}

.light#main-blog-single { background-color:#e8e8e8; }

.light #comments .comment-content .comment_image { border: 2px solid rgba(255, 255, 255, 0.5); }
.light #comments .comment-content .comment { background-color: rgba(255, 255, 255, 0.5); }
.light #comments .comment-content .comment h3 { border-color: rgba(0, 0, 0, 0.1); }
.light #comments .comment-content .comment.ping h3.header { color: #000; }

.light .comment-list #respond { background-color: #f5f5f5; }
.light .comment-list #respond::after { background-color: #cccccc; }
.light .comment-list #respond::before { background-color: #969696; }

.light .comment-form-content { background-color: #f5f5f5; }
.light .comment-form-wrap::after { background-color: #cccccc; }
.light .comment-form-wrap::before { background-color: #969696; }

.light .widget .tagcloud a{ background-color: #fafcff; }

.light .widget.widget_recent_entries,
.light .widget.widget_recent_comments,
.light .widget.widget_archive,
.light .widget.widget_categories,
.light .widget.widget_meta,
.light .widget.widget_calendar,
.light .widget.widget_pages,
.light .widget.widget_rss,
.light .widget.widget_text,
.light .widget.widget_tag_cloud,
.light .widget.widget_nav_menu{ background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 0, 0, 0.15); }

.light #wp-calendar thead { background:#ddd; color:#000; }
.light #wp-calendar tbody td { background:#ebebeb; color:#000; }
.light #wp-calendar tbody td.pad { background:transparent; }

.light .widget select { border-color:#fff; background:#fff; color:#000; }

.pagination {
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.pagination ul > li {
    display: inline-block;
    width: 48px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 12pt;
	background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.pagination ul > li a {
    display: block;
    width: 48px;
    height: 43px;
	color: #848484;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus,
.pagination ul > li.active a {
    text-decoration: none;
}
.pagination ul li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-right: 10px;
}
.pagination ul li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: 10px;
}
.pagination ul li:hover,
.pagination ul li.active,
.pagination ul li.active {
    background-color: rgba(0, 0, 0, 0.5);
}

section.no-results{
	padding-top:0;
}

section .page-header{
	margin-top:0;
	border:0;
}

.protected-post-form .btn{
	top:-5px;
	padding: 5px 11px;
	min-height: auto;
}


/* #THE BAND
================================================== */
#main-wrapper{
	padding-top:140px;
}

.entry-content section{
	background-color:transparent;
}

#theband{
	padding-bottom:40px;
}

#theband .container{
	position:relative;
}

.band-elem-img{
	position:relative;
	overflow:hidden;
}

.band-elem-img img{
	width:100%;
	margin-bottom:0;
}

.band-elem h3{
	color:#fff;
	background-color:#3f9f97;
	width:92%;
	padding:17px 15px;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:4%;
	z-index:1;
	line-height:10pt;
	opacity:0.7;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.band-elem h3 span{
	font-size:12pt;
	font-weight:400;
}

.band-elem h3::after{
	content:"";
	position:absolute;
	bottom:-13px;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid inset inset inset;
	border-width: 13px 20px 0 0;
	border-color: #3f9f97 transparent transparent transparent;
	line-height: 0px;
	_border-color: #3f9f97 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.band-elem:hover h3{
	bottom:25px;
	opacity:1;
}

.band-elem .band-elem-desc{
	padding:30px 4% 25px;
	width:100%;
	text-align:center;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.band-elem:hover .band-elem-desc{
	background-color:rgba(0,0,0,0.7);
}

.album{
	display:table;
	margin-bottom:70px;
	width:100%;
}

.album::before,
.album::after{
	display:table;
	content:" ";
}


.album::after{
	clear:both;
}

.album .album-img{
	border-right: 2px solid #3f9f97;
    position: relative;
    right: 0px;
	display:table-cell;
	vertical-align:top;
	float:none;
	padding-bottom:15px;
}

.album .album-img .album-img-wrap{
	position:relative;
	width:90%;
	margin-top:15px;
	left:5%;
}

.album .album-img .album-img-wrap .title{
	position:absolute;
	top:0;
	left:0;
	font-family: 'loveloline_bold', sans-serif;
	color:#fff;
	background-color:#3f9f97;
	font-size:15pt;
	padding:20px 7px;
}

.album .album-img .album-img-wrap .title::after{
	content:"";
	position:absolute;
	bottom:-13px;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 20px 0 0;
	border-color: #3f9f97 transparent transparent transparent;
	line-height: 0px;
	_border-color: #3f9f97 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.album .album-img .album-img-wrap img{
	width:100%;
}

.album .album-img .album-buttons{
	position:relative;
	max-width:90%;
	margin-top:15px;
	right:5%;
	text-align:right;
	font-size:20pt;
	background-color:#0d0f12;
	float:right;
	padding:6px;
}

.album .album-img .album-buttons a{
	margin:5px 5px 0;
	display:inline-block;
	color:#33383c;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.album .album-img .album-buttons a:hover{
	color:#3f9f97;
}

.album .album-info{
	padding-top:15px;
	padding-bottom:15px;
	display:table-cell;
	vertical-align:top;
	float:none;
}

.album .album-info h3{
	font-weight:400;
	line-height:14pt;
	margin-bottom:30px;
}

.album .album-info h3 span{
	color:#fff;
	font-size:12pt;
}

.album .album-info p{
	margin-bottom:30px;
}

.album .album-info ol{
	color:#3f9f97;
	padding:0;
	margin:30px 0 0;
	width: 100%;
	counter-reset: LIST-ITEMS;
}

.album .album-info li {
    padding: 6px 10px 6px 15px;
	margin:0 1%;
    list-style-position: inside;
    position: relative;
	display: inline-block;
	width:47%;
	background-color:#17191E;
}

.album .album-info li::before {
	content: counter( LIST-ITEMS ) ".";
	counter-increment: LIST-ITEMS;
	padding-right: 0.25em;
}

.album .album-info li span{
	color:#848484;
}

.album .album-info li span.buttons{
	float:right;
}

.album .album-info li span.buttons a{
	margin-left:5px;
	color:#33383c;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.album .album-info li span.buttons a:hover{
	color:#3f9f97;
}

.album .album-info li.darker {
	background-color:#121417;
}

.light .band-elem:hover .band-elem-desc{ background-color:rgba(255,255,255,0.9);}
.light .album .album-info h3 span{ color:#424242;}
.light .album .album-info li { background-color:#fff; }
.light .album .album-info li span{ color:#848484; }
.light .album .album-info li span.time{ color:#afafaf; }
.light .album .album-info li.darker { background-color:#f2f2f2; }
.light .album .album-img .album-buttons { background-color:#fff; }
.light .album .album-img .album-buttons a,
.light .album .album-info li span.buttons a { color:#848484; }
.light .album .album-img .album-buttons a:hover,
.light .album .album-info li span.buttons a:hover { color:#3f9f97; }

/* #Concerts
================================================== */
.map_canvas{
	width:100%;
	height:750px;
	position:relative;
}

.map_canvas img{
	max-width:none;
}

.marker{
	width:58px;
	height:69px;
	background-image: url('../images/marker.png');
	cursor:pointer;
	text-align:center;
	color:#fff;
}

.marker > div{
	margin:0;
	padding:0;
	font-weight:700;
	font-family: 'Lato',sans-serif;
}

.marker .day{
	font-size:13pt;
	padding-top:1px;
	height:20px;
}

.marker .month{
	font-size:12pt;
	height:20px;
}

.marker .year{
	font-size:8pt;
	height:14px;
}

.infoWindow{
	width:204px;
	line-height:1.3;
	font-family: 'Lato', sans-serif;
}

.infoWindow .venue{
	font-size:14px;
	font-weight:700;
	border-bottom:1px solid #eaeaea;
	margin-bottom: 4px;
    padding-bottom: 4px;
}

.infoWindow .price{
	display:inline-block;
	margin: 10px 10px 12px 0;
	padding: 4px 6px;
	background-color:#f7f7f7;
	border:1px solid #eaeaea;
	font-size: 16px;
    font-weight: 700;
	position: relative;
    top: 5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.infoWindow .btn{
	margin-top:5px;
}

.infoWindow .price i{
	margin-right:3px;
}

.concerts-info{
	position:absolute;
	top:0;
	left:5%;
	width:392px;
	z-index:999;
	background-color:rgba(0,0,0,0.9);
	padding:35px 0 0;
}

.counter-info{
	overflow:hidden;
	height:auto;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.counter-info.disabled{
	height:0px !important;
}

.concerts-info .featured{
	display:inline-block;
	width:100%;
	padding-left:67px;
	height:57px;
	line-height:57px;
	position:relative;
	background-color:#3f9f97;
	z-index:1;
	margin:40px 0 0;
	text-align:left;
}

.concerts-info .featured::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.1);
	z-index:-1;
}

.concerts-info .featured .icon{
	position:absolute;
	top:0;
	left:0;
	width:57px;
	height:57px;
	background-color:#3f9f97;
	color:#fff;
	text-align:center;
	line-height:57px;
	font-size:23pt;
	z-index:2;
}

.concerts-info .featured .icon::after{
	content:"";
	position:absolute;
	bottom:-12px;
	left:0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 20px 0 0;
	line-height: 0px;
	border-color: #3f9f97 transparent transparent transparent;
	_border-color: #3f9f97 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.concerts-info .featured h3{
	height:57px;
	line-height:57px;
	font-weight:400;
	color:#fff;
}

.ccounter{
	margin:20px 0 0 4.5%;
	padding-bottom: 8px;
	border-bottom:1px solid #3f9f97;
	width:91%;
}

.ccounter .counter{
	position:relative;
	display:inline-block;
	margin-left: 1px;
}

.ccounter .counter span{
	position:absolute;
	width:87px;
	text-align:center;
	bottom:23px;
	left:0;
	color:#3f9f97;
	font-size:8pt;
}

.concerts-info .date{
	padding-top:25px;
	color:#fff;
}

.concerts-info .date small{
	margin-left:6px;
	color:#848484;
    padding: 4px;
	background-color:#212528;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.concerts-info .location{
	padding-bottom:25px;
	line-height:1.4;
}

.concerts-info .location .price{
	display:inline-block;
	margin-top: 8px;
	padding: 4px 6px;
	background-color:#212528;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.concerts-info .location .price i{
	margin-right:3px;
}

.concerts-info .buttons-area{
	padding:10px;
	background-color:rgba(100,100,100,0.1);
	text-align:center;
	overflow:hidden;
	height:auto;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.concerts-info .buttons-area.disabled{
	height:0px;
	padding:0;
	margin:0;
}

.concerts-info .buttons-area .btn{
	margin:10px 0;
}

.concerts-info .seeLocation{
	margin-left:5px !important;
}

.complete-list{
	width:100%;
	height:0px;
	position:relative;
	overflow:auto;
	padding:50px 0px 20px;
	visibility:hidden;
	display:none;
	opacity:0;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.complete-list.enabled{
	visibility:visible;
	display:inline-block;
	height:300px;
}

.complete-list .close-complete-list{
	position:absolute;
	top:10px;
	right:20px;
	font-size:20pt;
	color:#3f9f97;
	cursor:pointer;
	z-index:100;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
			transition: all .8s ease;
}

.complete-list .close-complete-list:hover{
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
			transform: rotate(360deg);
}

.complete-list .completeInfo{
	cursor:pointer;
	border-bottom:1px solid transparent;
	border-top:1px solid transparent;
	width:90%;
	padding:11px 5% 15px;
	margin-left:5%;
	background-color:#17191e;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.complete-list .completeInfo:nth-child(2n){
	background-color:#1D1E23;
}

.complete-list .completeInfo .completeDate{
	color:#fff;
}

.complete-list .completeInfo .completeDate small{
	margin-left:6px;
	color:#848484;
    padding: 4px;
	background-color:#212528;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.complete-list .completeInfo .completeDate,
.complete-list .completeInfo .completeLocation{
	width:100%;
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.complete-list .completeInfo .completeLocation{
	line-height:1.3;
}

.complete-list .completeInfo .completeLocation p{
	margin-bottom:0;
}

.complete-list .completeInfo:hover{
	border-bottom:1px solid #3f9f97;
	border-top:1px solid #3f9f97;
}

.complete-list .completeInfo:hover .completeDate small{
	background-color:#3f9f97;
	color:#fff;
}

.complete-list .completeInfo:hover .completeDate {
	color:#3f9f97;
}

.light.concerts-info{ background-color:rgba(255,255,255,0.9);}
.light.concerts-info .date{ color:#424242;}
.light.concerts-info .complete-list .completeInfo{ background-color:#fff;}
.light.concerts-info .complete-list .completeInfo:nth-child(2n+1){ background-color:#fafafa;}
.light.concerts-info .complete-list .completeInfo .completeDate{ color:#afafaf;}
.light.concerts-info .complete-list .completeInfo:hover .completeDate{ color:#3f9f97;}
.light.concerts-info .location .price,
.light.concerts-info .date small,
.light.concerts-info .complete-list .completeInfo .completeDate small{ background-color:#f2f2f2; }
.light.concerts-info .complete-list .completeInfo:hover .completeDate small{ background-color:#3f9f97; }

/* #Gallery
================================================== */
.gallery-wrapper {
    position: relative;
	margin-top:30px;
}
.gallery-wrapper .gallery-left,
.gallery-wrapper .gallery-right {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -38px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30pt;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-opacity: 0;
       -moz-opacity: 0;
			opacity: 0;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
	background-color: #3f9f97;
}
.gallery-wrapper .gallery-left {
	padding: 10px 10px 12px 15px;
    -webkit-border-top-right-radius: 6px;
	   -moz-border-top-right-radius: 6px;
			border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
	   -moz-border-bottom-right-radius: 6px;
			border-bottom-right-radius: 6px;
}
.gallery-wrapper .gallery-right {
	padding: 10px 15px 12px 10px;
    right: -10px;
    left: auto;
    -webkit-border-top-left-radius: 6px;
	   -moz-border-top-left-radius: 6px;
			border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
	   -moz-border-bottom-left-radius: 6px;
			border-bottom-left-radius: 6px;
}
.gallery-wrapper .gallery-left::before{
    content: "\f060";
}
.gallery-wrapper .gallery-right::before {
    content: "\f061";
}
.gallery-wrapper .gallery-left:hover{
	left: 0px;
}
.gallery-wrapper .gallery-right:hover {
    right:0px;
}
.gallery-wrapper:hover .gallery-left,
.gallery-wrapper:hover .gallery-right {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.gallery-scroller {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    margin: 0px;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.gallery-scroller.grabbing{
	cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.gallery-scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
	height:300px;
}
.gallery-scroller li {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    padding: 0;
    margin: 0 -2px;
}
.gallery-scroller li img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
}
.gallery-scroller li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.gallery-scroller li::after {
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #3f9f97;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    text-align: center;
}
.gallery-scroller li > span i,
.gallery-scroller li > span .fa {
    color: #3f9f97;
    background-color: #fff;
    font-size: 12pt;
    padding: 14px 16px 13px 16px;
    margin: -24px 10px auto -24px;
    position: absolute;
    top: 25%;
	left:50%;
    border: 2px solid #3f9f97;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	z-index: 2;
	-webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.gallery-scroller li > span i:hover,
.gallery-scroller li > span .fa:hover {
    color: #fff;
    background-color: #3f9f97;
    border-color: #fff;
}
.gallery-scroller li:hover::after {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    border-width: 15px;
}
.gallery-scroller li:hover span i,
.gallery-scroller li:hover span .fa {
    top: 50%;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.gallery-scroller li img,
.gallery-scroller li::after,
.gallery-scroller li span i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/* #Store
================================================== */
.product-slider{
	margin:76px 0;
}
.product-slider .owl-item .item{
	text-align:center;
}
.product-slider .owl-item .item > img{
	display: inline-block;
	max-height:350px;
	max-width:100%;
	width:auto;
}
.product-slider .owl-item .item h3{
	margin-bottom:10px;
}
.product-slider .owl-item .item .product-price{	
	margin-bottom:20px;
	color:#fff;
	font-size:22pt;
	font-weight:700; 
}
.product-slider > .owl-nav{
	*height: 0;
}
.product-slider > .owl-nav .owl-prev,
.product-slider > .owl-nav .owl-next{
	display: block;
	width: 80px;
	height: 80px;
	padding:0 10px;
	background-color:#3f9f97;
	line-height:80px;
	margin: -80px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
}
.product-slider > .owl-nav .owl-prev:hover,
.product-slider > .owl-nav .owl-next:hover{
	color:#fff;
	text-decoration:none;
}
.product-slider > .owl-nav .owl-prev {
	left: -40px;
	text-align: right;
}
.product-slider > .owl-nav .owl-next {
	right: -40px;
}
.product-slider > .owl-nav .owl-prev:hover {
	left: -20px;
}
.product-slider > .owl-nav .owl-next:hover {
	right: -20px;
}
.product-slider > .owl-nav .owl-prev::before,
.product-slider > .owl-nav .owl-next::before {
	font-family: "FontAwesome";
	font-size: 40px;
	display: inline-block;
	content: '\f053';
}
.product-slider > .owl-nav .owl-next::before {
	content: '\f054';
}

.light-product-slider .product-slider .owl-item .item .product-price{
	color:#000;
}



/* #Contacts
================================================== */
.form-wrap{
	position:relative;
}

.form-wrap form{
	position:relative;
	margin-top:55px;
	padding:30px 50px;
	z-index:3;
	background-color: #2c3136;
}

.form-wrap form .btn{
}

.form-wrap form input,
.form-wrap form textarea{
	width:100%;
}

.form-wrap::after{
	content:"";
	position:absolute;
	top:0;
	left:2.5%;
	width:95%;
	height:100%;
	background-color:#1D2025;
	z-index:2;
	-webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg);
}

.form-wrap::before{
	content:"";
	position:absolute;
	top:0;
	left:2.5%;
	width:95%;
	height:100%;
	background-color:#111216;
	z-index:1;
	-webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

.form-wrap form textarea {
    height: 72px;
    resize: vertical;
}

.invalid .wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    padding: 15px;
    text-align: center;
    width: 100%;
	line-height:1;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.wpcf7-display-none {
    display: none;
}
span.wpcf7-not-valid-tip {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #a94442;
    margin-top: 0;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
	border-radius: 4px;
	padding: 15px;
    text-align: center;
    width: 100%;
}

.light.form-wrap::after{ background-color:#cccccc; }
.light.form-wrap::before{ background-color:#969696; }
.light .wpcf7-form{ background-color: #f5f5f5; }

.light.form-wrap textarea,
.light.form-wrap input,
.light.form-wrap .uneditable-input { background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 0, 0, 0.15);}
.light.form-wrap textarea:focus,
.light.form-wrap input:focus,
.light.form-wrap .uneditable-input:focus { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);}

.form-wrap textarea:focus,
.form-wrap input:focus,
.form-wrap .uneditable-input:focus { border-color: #3f9f97; }


/* #Footer
================================================== */
#footer{
	text-align:center;
	padding:20px 0;
	font-size:10pt;
	border-bottom:10px solid #3f9f97;
	background-color:#15171b;
}

#footer p{
	margin-bottom:10px;
}

.light#footer{ background-color:#e2e2e2; color:#969696; }


/* #PrettyPhoto
================================================== */
div.beat .pp_next:hover, div.beat .pp_previous:hover{cursor:pointer;}
div.beat .pp_expand{font-family:FontAwesome;cursor:pointer}
div.beat .pp_expand::before{content: "\f0b2";color:#fff;}
div.beat .pp_contract{font-family:FontAwesome;cursor:pointer}
div.beat .pp_contract::before{content: "\f066";color:#fff;}
div.beat .pp_close{font-family:FontAwesome; width:30px;height:30px;cursor:pointer}
div.beat .pp_close::before{content: "\f05c";color:#fff;}
div.beat .pp_description{margin-right:60px;color:#fff;font-weight:700;text-indent: 10px;}
div.beat .pp_nav .pp_play{font-family:FontAwesome;height:15px;width:14px}
div.beat .pp_nav .pp_play::before{content: "\f04b";color:#fff;}
div.beat .pp_nav .pp_pause{font-family:FontAwesome;height:15px;width:14px}
div.beat .pp_nav .pp_pause::before{content: "\f04c";color:#fff;}
div.beat .pp_arrow_previous{font-family:FontAwesome;}
div.beat .pp_arrow_previous::before{content: "\f053";color:#fff;}
div.beat .pp_arrow_next{font-family:FontAwesome;}
div.beat .pp_arrow_next::before{content: "\f054";color:#fff;}
div.beat .pp_loaderIcon{background:url(../img/progress.gif) center center no-repeat}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;padding:6px 0 6px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0 0 0 10px;display:none;}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin:2px 5px 0 10px;}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:19px;margin:3px 5px 0 0;overflow:hidden;width:9px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next,a.pp_previous{display:block;width:30px;height:51px;overflow:hidden;font-family:FontAwesome;line-height:51px;font-size:22pt;padding:0 8px;background-color:#3f9f97;top:50%;position:relative;margin-top:-25px;opacity:0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
a.pp_next{float:right;padding:0 5px 0 6px;-webkit-border-top-left-radius:3px;-moz-border-top-left-radius:3px;border-top-left-radius: 3px;-webkit-border-bottom-left-radius:3px;-moz-border-bottom-left-radius:3px;border-bottom-left-radius: 3px;}
a.pp_next::before{content: "\f054";color:#fff;}
a.pp_previous{float:left;padding:0 5px 0 5px;-webkit-border-top-right-radius:3px;-moz-border-top-right-radius:3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius:3px;-moz-border-bottom-right-radius:3px;border-bottom-right-radius: 3px;}
a.pp_previous::before{content: "\f053";color:#fff;}
.pp_content:hover a.pp_next, .pp_content:hover a.pp_previous{opacity:1;}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;top:10px;width:12px;z-index:20000;overflow:hidden;text-decoration:none;}
a.pp_close{position:absolute;right:6px;top:8px;display:block;line-height:30px;font-size:22pt;overflow:hidden;}
.pp_loaderIcon{display:block;height:31px;left:50%;position:absolute;top:50%;width:31px;margin:-15px 0 0 -15px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none !important;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.beat .pp_details{position:relative;background-color:#3f9f97;min-height:37px;}
div.beat .pp_gallery a.pp_arrow_previous,div.beat .pp_gallery a.pp_arrow_next{margin-top:8px!important}
div.beat .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.beat .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.beat .currentTextHolder,div.dark_square .currentTextHolder{color:#fff}
div.beat #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


/* #Template Settings Panel
================================================== */		
#template-settings{
	position:fixed;
	width:185px;
	top:100px;
	left:-188px;
	background-color:#15171B;
	z-index:2000;
	padding:12px 10px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-bottom-right-radius: 3px;
			border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
			box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}
	
#template-settings > i{
	position:absolute;
	top:0px;
	right:-36px;
	cursor:pointer;
	background-color:#15171B;
	padding:2px 5px 7px;
	width:36px;
	height:36px;
	font-size:20pt;
	-webkit-border-top-right-radius: 3px;
	   -moz-border-top-right-radius: 3px;
			border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-bottom-right-radius: 3px;
			border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
			box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
}
	
#template-settings h4{
	color:#ababab;
	font-weight:700;
	margin-bottom:5px;
}

#template-settings input, #template-settings select{
	margin-bottom:20px;
}

#template-settings select{
	width: 150px;
	height:28px;
	padding:4px 0 0 5px;
	background: none repeat scroll 0 0 #2c3136;
	border: 1px solid #000;
	color: #ababab;
	font-size:9pt;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#template-settings > div{
	font-size:9pt;
}



/* #Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.social-grid::after {
		left:10%;
		width: 80%;
	}
}

@media (max-width: 767px) {
	#nav ul{
		display:none;
	}
	
	.stuck #nav {
		float:right;
	}
	
	#mobile-nav{
		display:inline-block;
	}
	
	.nav-section .nav-logo {
		left:10px;
	}
	
	.album{
		display:block;
	}
	
	.album .album-img{
		border:0;
		float:left;
		display:inline-block;
		width: 100%;
	}
	
	.album .album-info{
		border-top:1px solid #3f9f97;
		border-left:none;
		margin-top:20px;
		float:left;
		display:inline-block;
		width:100%;
	}
	
	.concerts-info{
		position:static;
		top:auto;
		left:auto;
		width:auto;
	}
	
	.counter-info{
		text-align:center;
	}
	
	.complete-list{
		width:90%;
		margin-left:5%;
	}
	
	#news-txt .half{
		width:100%;
	}
	
	#news-txt p img{
		width:100%;
	}
	
	.gallery-scroller ul {
		height: 250px;
	}
    .gallery-scroller li {
        height: 250px;
        width: 250px;
    }
}

@media (max-width: 991px) {
	.nav-section .sn-icons{
		display:none;
	}
	
	.nav {
        display: none;
    }
    #nav-mobile-btn {
        display: block;
    }
	
	.social-grid::after {
		left:25%;
		width: 50%;
	}
}

@media (max-width: 480px) {
	h1{
		font-size:32pt;
	}

	#mobile-nav{
		width:auto;
	}
	
	.album .album-info li {
		width:100%;
	}
	
	.flexslider .slides li img{
		max-width:90%;
		display: inline-block;
	}
	
	.counter-info{
		height:auto;
	}
}


.background-video{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
  max-width: none;
}