/*
Theme Name: Night School Studio
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.widget:after,
.post-password-form p:after,
.search-form:after,
.tag-box:after,
#header .header-holder:after,
.section-content #twocolumns:after,
.section-media .faq-subsection .btn-store:after,
#mc_embed_signup_scroll:after,
#footer .bottom-section:after {
	content: " ";
	display: block;
	clear: both;
}

/* new button */

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}

/* Custom */
button {
  display: inline-block;
  position: relative;
  padding: 20px 38px;
  top: 0;
  font-size: 20px;
  font-family: "Open Sans", Helvetica;
  border-radius: 4px;
  border-bottom: 1px solid rgba( 28, 227, 125, 0.5 );
  background: #2cdeca;
  color: #fff;
  box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.1 );
  
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

button:hover {
  top: -10px;
  box-shadow: 0px 10px 10px rgba( 15, 165, 60, 0.2 );
  
  -webkit-transform: rotateX(20deg);
     -moz-transform: rotateX(20deg);
      -ms-transform: rotateX(20deg);
          transform: rotateX(20deg);
}

button:active {
  top: 0px;
  box-shadow: 0px 0px 0px rgba( 15, 165, 60, 0.0 );
  background: rgba( 20, 224, 133, 1 );
}

/* Button End */

.social-networks,
.paging,
.pagination,
.blogs-list,
.tag-box ul,
#nav,
.section-content .gallery .pagination ul,
.section-welcome .pagination ul,
.section-blog .filter-list,
.section-media .media-list,
.section-media .starring-subsection ul,
.section-media .faq-subsection ul,
.section-results .results-list,
#footer .bottom-section .bottom-nav,
.jcf-list ul {
	margin: 0;
	padding: 0;
}

.social-networks li,
.paging li,
.pagination li,
.blogs-list li,
.tag-box ul li,
#nav li,
.section-content .gallery .pagination ul li,
.section-welcome .pagination ul li,
.section-blog .filter-list li,
.section-media .media-list li,
.section-media .starring-subsection ul li,
.section-media .faq-subsection ul li,
.section-results .results-list li,
#footer .bottom-section .bottom-nav li,
.jcf-list ul li {
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 25px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 16px/1.5625 "Open Sans", Arial, Helvetica, sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

input[type=submit],
a {
	-webkit-transition: background .5s, color .5s;
	transition: background .5s, color .5s;
}

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #262626;
	border: 0;
	color: #fff;
	font-size: 15px;
	height: 46px;
	line-height: 22px;
	margin: 0;
	outline: 0;
	padding: 12px 22px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7e7e7e;
	font-style: italic;
	letter-spacing: .2em;
	text-transform: uppercase;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #7e7e7e;
	font-style: italic;
	letter-spacing: .2em;
	text-transform: uppercase;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7e7e7e;
	font-style: italic;
	letter-spacing: .2em;
	text-transform: uppercase;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7e7e7e;
	font-style: italic;
	letter-spacing: .2em;
	text-transform: uppercase;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #7e7e7e;
	font-style: italic;
	letter-spacing: .2em;
	text-transform: uppercase;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight:normal;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 1.3750;
	margin: 0 0 19px;
	text-transform: uppercase;
}

h2 {
	color: #1fdfcb;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1333em;
	line-height: 1.3750;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 25px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 25px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	border: none;
	color: #fff;
	height: 46px;
	padding: 0 10px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 25px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 25px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 25px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 25px;
}

.navigation .next,
.navigation .prev {
	float: left;
	padding: 0 5px;
	width: 50%;
}

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 25px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 25px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 25px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 25px;
}

.mejs-container {
	margin-bottom: 25px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-9v8ih4");
	src: url("fonts/icomoon.eot?#iefix-9v8ih4") format("embedded-opentype"), url("fonts/icomoon.woff?-9v8ih4") format("woff"), url("fonts/icomoon.ttf?-9v8ih4") format("truetype"), url("fonts/icomoon.svg?-9v8ih4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

.jcf-select-opener:before,
.btn-play:before,
address:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address:before,
.icon-map-pointer:before {
	content: "\e603";
}

.icon-mouse:before {
	content: "\e604";
}

.icon-twitter-circle:before {
	content: "\e602";
}

.icon-facebook-circle:before {
	content: "\e600";
}

.icon-instagram-circle:before {
	content: "\e601";
}

.jcf-select-opener:before,
.icon-triangle-down:before {
	content: "\e605";
}

.btn-play:before,
.icon-play2:before {
	content: "\ea15";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-search:before {
	content: "\e606";
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.social-networks a:before {
	font-size: 44px;
}

.page-title {
	background: #e8e8e8 url(images/pattern2-mobile.jpg) repeat-x 50% 100%;
	text-align: center;
}

.page-title .holder {
	margin: 0 auto;
	max-width: 1202px;
	padding: 28px 10px 29px;
	position: relative;
}

.page-title h1 {
	font-size: 30px;
	margin: 0;
}

.page-title .btn-back {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin: -2px 0 0;
	padding: 0 0 0 22px;
	position: absolute;
	right: 21px;
	text-decoration: none;
	text-transform: uppercase;
	top: 50%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.page-title .btn-back:hover {
	opacity: .7;
}

.page-title .btn-back:before {
	color: #1fdfcb;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
}

address {
	display: block;
	font-style: normal;
	margin: 0 0 25px;
	padding: 50px 0 0;
	position: relative;
}

address:before {
	font-size: 32px;
	left: 50%;
	margin: 0 0 0 -10px;
	position: absolute;
	top: 0;
}

address span {
	display: block;
	margin: 0 0 11px;
}

.paging,
.pagination {
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
}

.paging li,
.pagination li {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 12px;
}

.paging li.first,
.paging li.last,
.pagination li.first,
.pagination li.last {
	display: none;
}

.paging a,
.pagination a {
	color: #30282a;
	text-decoration: none;
}

.paging a:hover,
.pagination a:hover {
	color: #1fdfcb;
}

.paging .prev,
.paging .next,
.pagination .prev,
.pagination .next {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

.paging strong,
.pagination strong {
	color: #1fdfcb;
	font-weight: normal;
	text-decoration: underline;
}

.addthis_toolbox {
	line-height: 1.1;
	padding: 12px 0 0;
}

.addthis_toolbox iframe {
	display: inline-block;
	vertical-align: baseline;
	margin: 0;
}

.addthis_toolbox > a,
.addthis_toolbox .st_googleplus {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	height: auto;
	text-decoration: none;
}

.blogs-list {
	font-size: 15px;
	line-height: 1.4667;
	margin: 0 0 13px;
}

.blogs-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 0 0;
	padding: 0 15px;
	width: 33.3333%;
}

.blogs-list .box {
	-webkit-transition: background .5s;
	transition: background .5s;
}

.blogs-list .box:hover {
	background: #f5f5f5;
}

.blogs-list .image-holder img {
	width: 100%;
}

.blogs-list .txt {
	padding: 38px 40px 73px 29px;
}

.blogs-list h2 {
	color: #30282a;
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 6px;
}

.blogs-list h2 a {
	color: #30282a;
	text-decoration: none;
}

.blogs-list h2 a:hover {
	text-decoration: underline;
}

.blogs-list p {
	margin: 0 0 22px;
}

.blogs-list .date {
	color: #555;
}

.blogs-list .date:hover,
.blogs-list .date:active {
	color: #959595;
}

.blogs-list .date time {
	color: inherit;
}

.blogs-list time,
.blogs-list .link-comments {
	color: #555;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1818;
	text-transform: uppercase;
}

.blogs-list .link-comments {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
	position: relative;
	text-transform: none;
	text-decoration: none;
}

.blogs-list .link-comments:hover {
	text-decoration: underline;
}

.blogs-list .link-comments:before {
	content: "/";
	font-style: normal;
	left: 0;
	position: absolute;
	top: 0;
}

.category {
	color: #1fdfcb;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1429;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.category a {
	text-decoration: none;
	color: #1fdfcb;
}

.category a:hover,
.category a:active {
	color: #0f6f65;
}

.btn-play {
	color: #1fdfcb;
	left: 50%;
	margin: -39px 0 0 -39px;
	position: absolute;
	top: 50%;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.btn-play:hover {
	color: #fff;
}

.btn-play:before {
	font-size: 78px;
}

.nav-opener {
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
	display: none;
	float: right;
	height: 17px;
	position: relative;
	width: 21px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	margin: 0;
	top: 0;
}

.nav-opener:after {
	bottom: 0;
	top: auto;
}

.nav-active .nav-opener {
	z-index: 5;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tag-box {
	color: #1fdfcb;
	font-size: 14px;
	line-height: 1.1429;
}

.tag-box .title {
	float: left;
	font-weight: normal;
	margin: 3px 5px 0 0;
}

.tag-box ul {
	text-transform: uppercase;
}

.tag-box ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
}

.tag-box ul a {
	color: #000;
	display: inline-block;
	vertical-align: top;
	padding: 3px 6px 4px;
	text-decoration: none;
	background: #e5e5e5;
}

.tag-box ul a:hover,
.tag-box ul a:active {
	background: #b2b2b2;
}

#header {
	background: #0c0806;
	position: relative;
	z-index: 5;
}

#header .header-holder {
	margin: 0 auto;
	max-width: 1202px;
	padding: 44px 15px 77px 200px;
	position: relative;
	text-align: right;
}

#header .logo {
	left: 16px;
	position: absolute;
	text-align: left;
	top: 39px;
}

#header .social-networks {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 0 0;
}

#header .social-networks li {
	margin: 0 0 0 11px;
}

#header .social-networks a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#header .social-networks a:hover img {
	opacity: 0;
}

#header .social-networks a:hover img.hover {
	opacity: 1;
}

#header .social-networks a img {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	vertical-align: top;
}

#header .social-networks a img.hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

#header .form-search {
	background: #2c2c2c;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px 28px;
	padding: 0 25px 0 0;
	position: relative;
	width: 214px;
}

#header .form-search input[type=text],
#header .form-search input[type=search] {
	background: none;
	height: 28px;
	float: left;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	padding: 5px 10px 6px;
	width: 100%;
}

#header .form-search .submit-holder {
	margin: -12px 0 0;
	position: absolute;
	right: 8px;
	top: 50%;
}

#header .form-search .submit-holder:hover:before {
	color: #fff;
}

#header .form-search .submit-holder:before {
	color: #464646;
	font-size: 12px;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 1;
}

#header .form-search .submit-holder input[type=submit] {
	background: url(images/transparent.png);
	border: 0;
	font-size: 0;
	height: 100%;
	line-height: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

#header .nav-holder {
	padding: 10px 0 0;
}

#header .nav-holder .social-networks,
#header .nav-holder .form-search {
	display: none;
}

.homepage #header {
	background: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#nav {
	font-size: 17px;
	line-height: 1.1;
	text-transform: uppercase;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 22px;
}

#nav li:hover a {
	color: #797979;
}

#nav li.active a:before {
	display: block;
}

#nav li.highlighted a {
	color: #1fdfcb;
}

#nav li.highlighted a:hover,
#nav li.highlighted a:active {
	color: #0f6f65;
}


#nav li.highlighted2 a {
	color: #ff0000;
}

#nav li.highlighted2 a:hover,
#nav li.highlighted2 a:active {
	color: #6c0202;
}


#nav li.highlighted3 a {
	color: #fe6c00;
}

#nav li.highlighted3 a:hover,
#nav li.highlighted3 a:active {
	color: #ff00ef;
}

#nav a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}

#nav a:before {
	background: #1fdfcb;
	bottom: -20px;
	content: "";
	display: none;
	height: 3px;
	left: 50%;
	margin: 0 0 0 -12px;
	position: absolute;
	width: 23px;
}

*,
:before,
:after {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}

.logo img,
.image-holder img,
.slideshow img,
h1 img,
.player img,
.slide img {
	vertical-align: top;
}

.not-enough-slides .pagination {
	display: none;
}

#wrapper {
	position: relative;
}

#wrapper:before {
	background: rgba(17, 13, 11, .9);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: -1;
}

#main {
	position: relative;
	z-index: 1;
}

.section-content {
	margin: 0 auto;
	max-width: 1202px;
}

.section-content .media-holder {
	position: relative;
	text-align: center;
}

.section-content .gallery {
	text-align: left;
}

.section-content .gallery .mask {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.section-content .gallery .slideset {
	height: 566px;
	position: relative;
	z-index: 1;
}

.section-content .gallery .slide {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.section-content .gallery .slide.active {
	z-index: 5;
}

.section-content .gallery .slide a:hover .btn-play {
	color: #fff;
}

.section-content .gallery .slide img {
	max-width: none;
	width: 100%;
}

.section-content .gallery .pagination {
	bottom: 26px;
	font-size: 0;
	line-height: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 5;
}

.section-content .gallery .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.section-content .gallery .pagination ul li.active a,
.section-content .gallery .pagination ul li:hover a {
	background: #1fdfcb;
}

.section-content .gallery .pagination ul a {
	background: #000;
	border-radius: 11px;
	display: block;
	height: 11px;
	text-align: left;
	width: 11px;
	overflow: hidden;
	text-indent: -9999px;
}

.section-content #content {
	padding: 59px 10px 50px 17px;
}

.section-content #twocolumns {
	position: relative;
}

.section-content #twocolumns:before {
	background: #fbfbfb;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 315px;
	z-index: 1;
}

.section-content #twocolumns #content,
.section-content #twocolumns #sidebar {
	position: relative;
	z-index: 5;
}

.section-content #twocolumns #content {
	float: left;
	padding: 0;
	width: 100%;
}

.section-content #twocolumns #content .content-holder {
	margin: 0 315px 0 0;
	padding: 59px 30px 66px 17px;
}

.section-content #twocolumns #sidebar {
	float: right;
	margin: 0 0 0 -315px;
	padding: 15px;
	width: 315px;
}

.section-content.blog-post #content {
	padding: 59px 116px 54px;
}

.section-content.blog-post #content header {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1429;
	margin: -4px 0 28px;
	text-transform: uppercase;
}

.section-content.blog-post #content header .category {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.section-content.blog-post #content header .date,
.section-content.blog-post #content header .category {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}

.section-content.blog-post #content header .date:before,
.section-content.blog-post #content header .category:before {
	color: #000;
	content: "/";
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}

.section-content.blog-post #content header .date {
	text-decoration: none;
	color: #555;
}

.section-content.blog-post #content header .date:hover,
.section-content.blog-post #content header .date:active {
	color: #959595;
}

.section-content.blog-post #content header .link-comments {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.section-content.blog-post #content .tag-box {
	padding: 2px 0 29px;
}

.section-welcome {
	color: #1eb9a9;
	font-size: 30px;
	letter-spacing: .0667em;
	line-height: 1.1;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.section-welcome .mask {
	height: 100% !important;
}

.section-welcome .mask .slideset {
	position: relative;
}

.section-welcome .slide {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.section-welcome .slide.active {
	z-index: 5;
}

.section-welcome .slide img {
	max-width: none;
}

.section-welcome .txt {
	bottom: 157px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 5;
}

.section-welcome .txt .holder {
	margin: 0 auto;
	max-width: 1202px;
	text-align: center;
}

.section-welcome h2 {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	letter-spacing: .0667em;
	margin: 12px;
}

.section-welcome .button {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 16px 20px;
	text-decoration: none;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
	font-size: 16px;
}

.section-welcome .button:hover {
	border-color: #1fdfcb;
	background-color: rgba(0, 0, 0, 0.09);
}

.section-welcome .pagination {
	bottom: 116px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10;
}

.section-welcome .pagination ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.section-welcome .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.section-welcome .pagination ul li.active a,
.section-welcome .pagination ul li:hover a {
	background: #1fdfcb;
}

.section-welcome .pagination ul a {
	background: #000;
	border-radius: 10px;
	display: block;
	height: 10px;
	width: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

.section-welcome .btn-scroll {
	bottom: 38px;
	color: #fff;
	left: 50%;
	margin: 0 0 0 -11px;
	position: absolute;
	text-decoration: none;
	z-index: 10;
}

.section-welcome .btn-scroll:hover {
	color: #1fdfcb;
}

.section-welcome .btn-scroll:before {
	font-size: 32px;
}

.section-about {
	background: #e8e8e8 url(images/pattern2-mobile.jpg) repeat-x;
	background-size: cover;
	font-size: 24px;
	letter-spacing: .04em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.section-about4 {
	background:#070209;
	background-size: cover;
	font-size: 24px;
	letter-spacing: .04em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}




.section-about  .holder {
	margin: 0 auto;
	max-width: 1202px;
	padding: 80px 10px 67px;
	text-align: center;
}

.section-about4  .holder {
	margin: 0 auto;
	max-width: 1202px;
	padding: 80px 10px 67px;
	text-align: center;
}





.section-about h1 {
	font-size: 38px;
	letter-spacing: .0526em;
	line-height: 50px;
	margin: 0 0 48px;
}

.section-about4 h1 {
	font-size: 38px;
	letter-spacing: .0526em;
	line-height: 50px;
	margin: 0 0 48px;
	color: #1EB9A9;
}


.section-about4 p {
	
	color: #1EB9A9;
}




.section-blog {
	margin: 0 auto;
	max-width: 1202px;
	padding: 30px 0 40px;
}

.section-blog .jcf-select-nav-select {
	display: none !important;
}

.section-blog .filter-list {
	font-size: 15px;
	line-height: 1.1333;
	margin: 0 0 43px;
	text-align: center;
	text-transform: uppercase;
}

.section-blog .filter-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
}

.section-blog .filter-list a {
	color: #555;
	text-decoration: none;
}

.section-blog .filter-list a:hover {
	text-decoration: underline;
}

.section-blog .filter-list a.active {
	color: #1fdfcb;
	font-weight: bold;
	text-decoration: underline;
}

.section-latest {
	font-size: 15px;
	line-height: 1.4667;
	margin: 0 auto;
	max-width: 1202px;
	padding: 10px 0 2px;
}

.section-latest h1 {
	font-size: 20px;
	margin: 0 0 49px;
	text-align: center;
}

.section-video {
	background: #000;
	
}

.bg-parallax {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.bg-parallax .layer {
	position: absolute;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}

.bg-parallax .bg-frame {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-parallax .layer-holder1 {
	bottom: 0;
	right: 0;
	width: 65%;
	z-index: 5;
}

.bg-parallax .skrollr .layer {
	top: auto;
}

.section-intro {
	background: #169286 url(images/img04-mobile.jpg) repeat 50% 99% !important;
	background-size: cover !important;
	color: #222726;
	font-size: 30px;
	line-height: 1.5;
	margin: 0 0 -43px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.section-intro .holder {
	position: relative;
	z-index: 2;
	max-width: 1160px;
	margin: 0 auto;
	padding: 124px 10px 414px;
}

.section-intro h1 {
	margin: 0 0 97px;
}

.section-intro .subtitle {
	color: #222;
	display: block;
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 46px;
}

.section-intro p {
	margin: 0 11.4035%;
}

.section-intro .bg-parallax img.layer1 {
	bottom: 0;
	left: 0;
	width: 55%;
}

.section-intro .bg-parallax img.layer2 {
	bottom: 50%;
	width: 25%;
	right: 0;
	z-index: 2;
}

.section-intro .bg-parallax img.layer3 {
	position: relative;
	z-index: 5;
	width: 100%;
	margin-bottom: -50px;
}

.section-media h2,
.section-faq h2 {
	color: #1FDFCB;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 4px;
	margin: 0 0 60px;
	text-align: center;
	text-transform: uppercase;
}

.section-media {
	background: #000 url(images/img07-mobile.jpg) no-repeat 0 100%;
	background-size: 100% auto;
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.section-media .holder {
	margin: 0 auto;
	max-width: 1202px;
	padding: 0 0 141px;
	position: relative;
	z-index: 2;
}

.section-media .gallery-subsection {
	overflow: hidden;
}

.section-media .media-list {
	margin: 0 0 22px;
	padding: 0 5px;
	text-align: center;
}

.section-media .media-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 8px 19px;
	text-align: center;
	width: 33.3333%;
}

.section-media .media-list a {
	border: 1px solid #000;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

.section-media .media-list a:hover {
	border-color: #1eb7a7;
}

.section-media .media-list a:hover .btn-play {
	color: #fff;
}

.section-media .media-list .image-holder {
	display: block;
	position: relative;
}

.section-media .media-list .title {
	display: block;
	font-weight: 600;
	padding: 31px 0 0;
	text-transform: uppercase;
}

.section-media .media-list.twocolumns {
	padding: 0;
}

.section-media .media-list.twocolumns li {
	margin: 0 -3px 0 0;
	padding: 0 13px 26px;
	width: 50%;
}

.section-media .media-list.twocolumns a {
	border: 0;
}

.section-media .music-subsection {
	font-size: 22px;
	line-height: 1.3637;
	padding: 41px 0 86px;
	text-align: center;
}

.section-media .music-subsection h2 {
	margin: 0 0 51px;
}

.section-media .music-subsection .logo {
	display: block;
	margin: 0 0 31px;
}

.section-media .player {
	margin: 0 0 61px;
}

.section-media .player .holder {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.section-media .player iframe {
	margin: 0;
}

.section-media .starring-subsection {
	font-size: 17px;
	line-height: 1.7647;
}

.section-media .starring-subsection h2 {
	margin: 0 0 44px;
}

.section-media .starring-subsection ul {
	text-align: center;
}

.section-media .starring-subsection ul li {
	overflow: hidden;
	padding: 0 0 24px;
	vertical-align: top;
}

.section-media .starring-subsection ul .title {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 -1px;
}

.section-media .faq-subsection {
	font-size: 17px;
	line-height: 1.6364;
	padding: 59px 10px 0;
	text-align: center;
}

.faq-subsection a {
	color: #1fdfcb; text-decoration: none;
}

.faq-subsection a:hover {
	color: #1fdfcb; text-decoration: underline;
}

.section-media .faq-subsection h2 {
	margin: 0 0 49px;
}

.section-media .faq-subsection ul {
	letter-spacing: 1px;
	margin: 0 0 2px;
}

.section-media .faq-subsection ul li {
	overflow: hidden;
	padding: 0 0 36px;
	vertical-align: top;
}

.section-media .faq-subsection ul h3 {
	font-size: inherit;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.section-media .faq-subsection ul p {
	margin: 0;
}

.section-media .faq-subsection .btn-more {
	border: 1px solid #487679;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 86px;
	padding: 9px 33px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-media .faq-subsection .btn-more:hover {
	background: #487679;
}

.section-media .faq-subsection .btn-more .txt-less {
	display: none;
}

.section-media .faq-subsection .active .btn-more .txt-all {
	display: none;
}

.section-media .faq-subsection .active .btn-more .txt-less {
	display: inline;
}

.section-media .faq-subsection .btn-to-top {
	background: url(images/btn-to-top.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	height: 47px;
	margin: 0 0 53px;
	width: 53px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.section-media .faq-subsection .btn-to-top:hover {
	opacity: .7;
}

.section-media .faq-subsection .btn-store {
	color: #1fdfcb;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.1;
	margin: 0 0 55px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.section-media .faq-subsection .btn-store:hover {
	opacity: .7;
}

.section-media .faq-subsection .btn-store img {
	float: left;
	margin: 0 51px 0 0;
}

.section-media .faq-subsection .btn-store .title {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 7px;
	line-height: 48px;
	margin: 34px 0 21px;
}

.section-media .bg-parallax img.layer1 {
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}

.section-media .bg-parallax img.layer2 {
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
}

.section-media .bg-parallax img.layer3 {
	z-index: 3;
	bottom: 0;
	right: 0;
}

.section-comments {
	margin: 0 auto;
	max-width: 996px;
	padding: 0 15px 137px;
}

.section-comments h3 {
	color: #1fdfcb;
	font-size: 18px;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.section-comments form {
	margin: 0;
}

.section-comments form p {
	margin: 0;
}

.section-comments form textarea {
	background: #ededed;
	color: #000;
	height: 134px;
	width: 100%;
}

#fancybox-wrap {
	box-sizing: content-box;
}

#fancybox-wrap * {
	box-sizing: content-box;
}

.section-news {
	margin: 0 auto;
	max-width: 1202px;
	padding: 34px 15px 18px;
}

.section-news .news-post {
	padding: 0 0 98px;
}

.section-news h2 {
	color: #30282a;
	letter-spacing: 1px;
	line-height: 1.1667;
	margin: 0 0 21px;
}

.section-news h2 a {
	text-decoration: none;
	color: #30282a;
}

.section-news h2 a:hover,
.section-news h2 a:active {
	color: #766267;
}

.section-news header {
	color: #555;
	font-size: 14px;
	line-height: 1.1429;
	margin: 0 0 29px;
	text-transform: uppercase;
}

.section-news header .date {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

.section-news header .date:hover,
.section-news header .date:active {
	color: #959595;
}

.section-news .image-holder {
	margin: -6px 0 31px;
}

.section-news .button {
	background: #1fdfcb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1.1250;
	padding: 9px 14px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-news .button:hover {
	background: #464646;
}

.section-results {
	margin: 0 auto;
	max-width: 1202px;
	padding: 34px 15px 34px;
}

.section-results h1 {
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.5;
	margin: 0 0 36px;
}

.section-results .results-list {
	border-top: 1px solid #e3e3e3;
	padding: 69px 0 29px;
}

.section-results .results-list li {
	overflow: hidden;
	padding: 96px 0 0;
	vertical-align: top;
}

.section-results .results-list li:first-child {
	padding-top: 0;
}

.section-results .results-list h2,
.section-results .results-list h3 {
	color: #1fdfcb;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.1667;
	margin: 0 0 24px;
}

.section-results .results-list h2 a,
.section-results .results-list h3 a {
	text-decoration: none;
	color: #1fdfcb;
}

.section-results .results-list h2 a:hover,
.section-results .results-list h2 a:active,
.section-results .results-list h3 a:hover,
.section-results .results-list h3 a:active {
	color: #0f6f65;
}

.section-results .results-list h3 {
	color: #30282a;
	font-weight: normal;
	margin: 0 0 21px;
	text-transform: uppercase;
}

.section-results .results-list h3 a {
	color: #30282a;
}

.section-results .results-list h3 a:hover,
.section-results .results-list h3 a:active {
	color: #766267;
}

.section-results .results-list header {
	color: #555;
	font-size: 14px;
	line-height: 1.1429;
	margin: 0 0 29px;
	text-transform: uppercase;
}

.section-results .results-list header .date {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

.section-results .results-list header .date:hover,
.section-results .results-list header .date:active {
	color: #959595;
}

.section-results .results-list header .category {
	display: inline-block;
	vertical-align: top;
}

.section-results .results-list header time,
.section-results .results-list header .category {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}

.section-results .results-list header time:before,
.section-results .results-list header .category:before {
	color: #000;
	content: "/";
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}

.section-results .results-list header .link-comments {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.section-results .results-list .image-holder {
	margin: -6px 0 31px;
}

.section-results .results-list .button {
	background: #1fdfcb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1.1250;
	padding: 9px 14px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.section-results .results-list .button:hover {
	background: #464646;
}

#footer {
	background: #101010 url(images/pattern3-mobile.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	letter-spacing: .2em;
	line-height: 1.6667;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #1fdfcb;
}

#footer .footer-holder {
	margin: 0 auto;
	max-width: 1200px;
	padding: 82px 0 21px;
}

#footer .connected-box {
	border-bottom: 1px solid #3b3b3b;
	margin: 0 0 60px;
	padding: 0 0 89px;
	text-transform: uppercase;
}

#footer .connected-box h2 {
	font-weight: 300;
	letter-spacing: .2em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

#footer .connected-box p {
	margin: 0 0 40px;
}

#footer .connected-box .form-subscribe {
	margin: 0 auto;
	max-width: 552px;
	padding: 0 160px 0 20px;
	position: relative;
}

#footer .connected-box .form-subscribe input[type=email] {
	float: left;
	width: 100%;
}

#footer .connected-box .form-subscribe input[type=submit] {
	background: none;
	border: 0;
	color: #fff;
	float: left;
	font-size: 15px;
	height: 46px;
	letter-spacing: 3px;
	line-height: 46px;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

#footer .connected-box .form-subscribe input[type=submit]:hover {
	color: #1fdfcb;
}

#footer .social-networks {
	display: inline-block;
	vertical-align: middle;
}

#footer .social-networks li {
	margin: 0 10px;
}

#footer .social-networks a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#footer .social-networks a:hover img {
	opacity: 0;
}

#footer .social-networks a:hover img.hover {
	opacity: 1;
}

#footer .social-networks a img {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	vertical-align: top;
}

#footer .social-networks a img.hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

#footer .button {
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 5px 13px;
	-webkit-transition: border-color .5s;
	transition: border-color .5s;
}

#footer .button:hover {
	border-color: #1fdfcb;
	color: #fff;
}

#footer .bottom-section {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.1;
	padding: 42px 14px 0;
	text-align: left;
}

#footer .bottom-section .copyright,
#footer .bottom-section .bottom-nav {
	float: left;
	width: 50%;
}

#footer .bottom-section .copyright {
	margin: 0;
}

#footer .bottom-section .bottom-nav {
	text-align: right;
	text-transform: none;
}

#footer .bottom-section .bottom-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	transition: none;
}

.jcf-select {
	background: #ededed;
	display: block;
	height: 37px;
	position: relative;
	width: 204px;
}

.jcf-select .jcf-select-text {
	color: #1fdfcb;
	cursor: default;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	margin: 0 30px;
	overflow: hidden;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jcf-select .jcf-select-opener {
	cursor: default;
	margin: -11px 0 0;
	position: absolute;
	right: 13px;
	top: 50%;
}

.jcf-select .jcf-select-opener:before {
	font-size: 16px;
}

#sidebar .jcf-select {
	background: #fff;
}

.jcf-select-drop {
	position: absolute;
	z-index: 9999;
}

.jcf-list {
	background: #ededed;
	color: #1fdfcb;
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.jcf-list ul li {
	overflow: hidden;
	padding: 0 0 10px;
	vertical-align: top;
}

.jcf-list ul li:first-child {
	display: none;
}

.jcf-list .jcf-option {
	cursor: default;
	display: block;
	padding: 5px 5px 6px;
}

.jcf-list .jcf-option.jcf-hover,
.jcf-list .jcf-option.jcf-selected {
	background: #1fdfcb;
	color: #ededed;
}

.jcf-list-content {
	display: block;
	overflow: auto;
}

@media all and (min-width: 768px) {
	.page-title {
		background: #e8e8e8 url(images/pattern2.jpg) repeat-y 50% 100%;
	}

	#header {
		background: #0c0806 url(images/pattern1.jpg) repeat-x 50% 0;
	}

	.section-about {
		background: #e8e8e8 url(images/pattern2.jpg) repeat-y 50% 50%;
		background-size: auto;
	}
	
	.section-about4 {
		background: #070209;
		background-size: auto;
	}

.section-about_ap {
		background: #070209;
		background-size: auto;
	}

	#footer {
		background: #101010 url(images/pattern3.jpg) 50% 0;
		background-size: auto;
	}
}

@media all and (min-width: 1024px) {
	.section-intro {
		background: #169286 url(images/img04.jpg) repeat 0 100% !important;
	}

	.section-media {
		background: #000;
		background-size: cover;
	}
}

@media all and (min-width: 1025px) {
	.section-media .layer2 {
		background-size: auto;
	}
}

@media all and (max-width: 1024px) {
	.section-intro .layer2 {
		background-size: 100% auto;
		z-index: 4;
	}
}

@media all and (max-width: 1023px) {
	.paging ul li,
	.pagination ul li {
		margin: 0 12px 0 11px;
	}

	.addthis_toolbox {
		padding: 45px 0 0;
	}

	.blogs-list {
		margin: 0;
	}

	.blogs-list li {
		padding: 0 6px;
		width: 50%;
	}

	#header .header-holder {
		padding: 45px 24px 77px 200px;
	}

	#header .logo {
		left: 25px;
		top: 38px;
	}

	.section-content .gallery .pagination {
		bottom: 20px;
	}

	.section-content .gallery .pagination ul li {
		margin: 0 3px;
	}

	.section-content #content {
		padding: 35px 23px 77px;
	}

	.section-content #twocolumns {
		padding: 0 0 34px;
	}

	.section-content #twocolumns:before {
		display: none;
	}

	.section-content #twocolumns #content {
		float: none;
		padding: 35px 23px 11px;
	}

	.section-content #twocolumns #content .content-holder {
		margin: 0;
		padding: 0;
	}

	.section-content #twocolumns #sidebar {
		background: #ebebeb;
		float: none;
		margin: 0 23px;
		min-height: 392px;
		width: auto;
	}

	.section-content.blog-post #content {
		padding: 42px 24px 48px;
	}

	.section-welcome .txt {
		bottom: 123px;
		padding: 0 19.0104%;
	}

	.section-welcome h1 {
		display: block;
		line-height: 36px;
		margin: 0 0 21px;
	}

	.section-welcome .pagination {
		bottom: 82px;
	}

	.section-welcome .btn-scroll {
		bottom: 27px;
	}

	.section-about .section-about4 {
		letter-spacing: 2px;
	}

	.section-about .holder {
		padding: 45px 63px 21px;
	}
	
	.section-about4 .holder {
		padding: 45px 63px 21px;
	}

	.section-about .section-about4 h1 {
		font-size: 35px;
		line-height: 1.4286;
		margin: 0 0 46px;
	}

	.section-about .section-about4 p br {
		display: none;
	}

	.section-blog {
		padding-bottom: 38px;
	}

	.bg-parallax {
		display: none;
	}

	.section-intro {
		font-size: 25px;
		line-height: 1.8;
	}

	.section-intro .holder {
		padding: 72px 10px 310px;
	}

	.section-intro h1 {
		margin: 0 0 63px;
	}

	.section-intro h1 img {
		width: 406px;
	}

	.section-intro .subtitle {
		font-size: 35px;
		line-height: 1.7143;
		margin: 0 0 42px;
	}

	.section-media h2,
	.section-faq h2 {
		margin: 0 0 58px;
	}

	.section-media h2,
	.section-faq h2 {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0 0 30px;
	}

	.section-media .holder {
		padding: 15px 0 94px;
	}

	.section-media .media-list {
		padding: 0 20px;
	}

	.section-media .media-list li {
		padding: 0 5px 8px;
		width: 50%;
	}

	.section-media .media-list li img {
		max-width: none;
		width: 100%;
	}

	.section-media .media-list.twocolumns {
		margin: 0;
	}

	.section-media .media-list.twocolumns li {
		display: list-item;
		margin: 0;
		padding: 0 0 49px;
		width: auto;
	}

	.section-media .media-list.twocolumns a {
		margin: 0 auto;
		max-width: 570px;
	}

	.section-media .music-subsection {
		padding: 13px 0 74px;
	}

	.section-media .music-subsection h2 {
		margin: 0 0 39px;
	}

	.section-media .music-subsection .logo {
		margin: 0 0 32px;
	}

	.section-media .player {
		margin: 0 0 55px;
	}

	.section-media .starring-subsection {
		letter-spacing: 1px;
	}

	.section-media .starring-subsection ul .title {
		margin: 0 0 -2px;
	}

	.section-media .faq-subsection .btn-more {
		margin: 0 0 46px;
	}

	.section-media .faq-subsection .btn-to-top {
		margin: 0 0 74px;
	}

	.section-media .faq-subsection .btn-store {
		margin: 0 35px 113px;
	}

	.section-media .faq-subsection .btn-store img {
		margin: 0 73px 0 0;
	}

	.section-media .faq-subsection .btn-store .title {
		margin-top: 28px;
	}

	.section-news .news-post {
		padding: 0 0 50px;
	}

	.section-results h1 {
		margin: 0 0 20px;
	}

	.section-results .results-list {
		padding: 25px 0;
	}

	.section-results .results-list li {
		padding: 75px 0 0;
	}

	.section-results .results-list h2,
	.section-results .results-list h3 {
		font-size: 25px;
		margin: 0 0 15px;
	}

	.section-results .results-list header {
		margin: 0 0 20px;
	}

	.section-results .results-list .image-holder {
		margin-bottom: 10px;
	}

	.section-results .results-list .button {
		font-size: 14px;
	}

	#footer .connected-box .form-subscribe {
		padding: 0 181px 0 20px;
	}

	#footer .bottom-section {
		padding: 43px 24px 0;
	}
}

@media all and (max-width: 767px) {
	ul,
	ol,
	dl,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	address,
	form,
	table,
	blockquote,
	applet,
	embed,
	object,
	iframe,
	frameset {
		margin: 0 0 23px;
	}

	body {
		font-size: 17px;
		line-height: 24px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		font-size: 12px;
		line-height: 17px;
		height: 38px;
		padding: 10px 19px 11px;
	}

	h1 {
		font-size: 33px;
		line-height: 1.1819;
		margin: 0 0 31px;
	}

	h2 {
		font-size: 20px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		font-size: 12px;
		height: 38px;
	}

	.page-title .holder {
		padding: 10px 10px 15px;
	}

	.page-title .btn-back {
		display: none;
	}

	address {
		margin: 0 0 34px;
		padding: 58px 0 0;
	}

	address:before {
		font-size: 26px;
	}

	.paging ul li,
	.pagination ul li {
		margin: 0 5px;
	}

	.addthis_toolbox {
		padding: 9px 0 0;
	}

	.addthis_toolbox > a,
	.addthis_toolbox .st_googleplus {
		margin: 0 9px 34px 0;
	}

	.blogs-list {
		font-size: 12px;
		line-height: 1.5;
	}

	.blogs-list li {
		display: list-item;
		margin: 0;
		padding: 0 12px;
		width: auto;
	}

	.blogs-list .txt {
		padding: 31px 22px 55px;
	}

	.blogs-list h2 {
		font-size: 16px;
		line-height: 1.374;
		height: auto !important;
		min-height: 63px;
	}

	.blogs-list p {
		margin: 0 0 19px;
	}

	.category {
		font-size: 11px;
		margin: 0 0 9px;
	}

	.btn-play {
		margin: -20px 0 0 -20px;
	}

	.btn-play:before {
		font-size: 40px;
	}

	.nav-opener {
		display: block;
	}

	#header .header-holder {
		padding: 55px 16px 57px;
	}

	#header .logo {
		left: 13px;
		top: 42px;
		width: 86px;
	}

	#header .social-networks,
	#header .form-search {
		display: none;
	}

	#header .nav-holder {
		padding: 0;
	}

	#header .nav-frame {
		display: none;
		left: 0;
		padding: 114px 10px 20px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		z-index: 1;
	}

	#header .nav-frame .social-networks {
		display: block;
		margin-bottom: 20px;
	}

	#header .nav-frame .social-networks li {
		margin: 0 6px;
	}

	#header .nav-frame .social-networks a:before {
		font-size: 28px;
	}

	#header .nav-frame .form-search {
		display: block;
		margin: 0 20px;
		width: auto;
	}

	.homepage #header {
		background: #000;
	}

	.nav-active #header .nav-frame {
		display: block;
	}

	#nav {
		font-size: 24px;
		padding: 0 0 31px;
	}

	#nav li {
		display: list-item;
		margin: 0 0 39px;
	}

	#nav li.active a:before {
		bottom: -10px;
		margin-left: -20px;
		width: 40px;
	}

	.nav-active #wrapper {
		overflow: hidden;
	}

	.nav-active #wrapper:before {
		opacity: 1;
		z-index: 4;
	}

	.nav-active #header .logo {
		opacity: .15;
	}

	.section-content .gallery .pagination {
		bottom: 15px;
	}

	.section-content .gallery .pagination ul li {
		margin: 0 4px;
	}

	.section-content .gallery .pagination ul a {
		height: 8px;
		width: 8px;
	}

	.section-content #content {
		padding: 24px 11px 7px;
	}

	.section-content #twocolumns {
		padding: 0 0 21px;
	}

	.section-content #twocolumns #content {
		padding: 24px 11px 0;
	}

	.section-content #twocolumns #sidebar {
		margin: -11px 12px 0;
		min-height: 716px;
	}

	.section-content.blog-post #content {
		padding: 32px 12px 14px;
	}

	.section-content.blog-post #content header {
		font-size: 10px;
		margin: 0 0 35px;
		padding: 3px 0 0;
	}

	.section-content.blog-post #content header time:before {
		height: 10px;
		top: 1px;
		width: 1px;
	}

	.section-welcome {
		font-size: 17px;
	}

	.section-welcome .txt {
		bottom: 69px;
		padding: 0 10.625%;
	}

	.section-welcome h1 {
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 11px;
	}

	.section-welcome .button {
		padding: 8px 11px 9px;
	}

	.section-welcome .pagination {
		bottom: 39px;
	}

	.section-welcome .pagination ul li {
		margin: 0 2px;
	}

	.section-welcome .pagination ul a {
		height: 6px;
		width: 6px;
	}

	.section-welcome .btn-scroll {
		bottom: 16px;
		margin: 0 0 0 -7px;
	}

	.section-welcome .btn-scroll:before {
		font-size: 18px;
	}

	.section-about .section-about4 {
		font-size: 20px;
		line-height: 1.3;
	}

	.section-about .holder {
		padding: 31px 10px 24px;
	}
	
	.section-about4 .holder {
		padding: 31px 10px 24px;
	}

	.section-about h1 {
		font-size: 26px;
		line-height: 1.2693;
		margin: 0 0 24px;
	}
	
	.section-about4 h1 {
		font-size: 26px;
		line-height: 1.2693;
		margin: 0 0 24px;
	}

	.section-blog {
		padding: 7px 0 32px;
	}

	.section-blog .jcf-select-nav-select {
		display: block !important;
		margin: 0 auto 18px;
	}

	.section-blog .filter-list {
		display: none;
	}

	.section-latest {
		padding: 8px 0 7px;
	}

	.section-latest h1 {
		font-size: 26px;
		margin: 0 0 32px;
	}

	.section-intro {
		font-size: 16px;
		line-height: 1.6250;
		margin: 0;
	}

	.section-intro .holder {
		padding: 50px 10px 150px;
	}

	.section-intro h1 {
		margin: 0 0 35px;
	}

	.section-intro h1 img {
		width: 256px;
	}

	.section-intro .subtitle {
		font-size: 26px;
		line-height: 1.2693;
		margin: 0 0 21px;
	}

	.section-media .holder {
		padding: 20px 0 38px;
	}

	.section-media .media-list {
		margin: 0 0 2px;
		padding: 0 9px;
	}

	.section-media .media-list li {
		padding: 0 2px 3px;
	}

	.section-media .media-list .title {
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1px;
		padding: 18px 0 0;
	}

	.section-media .media-list.twocolumns {
		margin: 0 0 -10px;
		padding: 0 11px;
	}

	.section-media .media-list.twocolumns li {
		padding: 0 0 21px;
	}

	.section-media .music-subsection {
		font-size: 13px;
		line-height: 1.5385;
		padding: 13px 0 40px;
	}

	.section-media .music-subsection h2 {
		margin: 0 0 23px;
	}

	.section-media .music-subsection .logo {
		margin: 0 73px 24px;
	}

	.section-media .player {
		margin: 0 0 19px;
	}

	.section-media .starring-subsection {
		font-size: 13px;
		line-height: 1.5385;
	}

	.section-media .starring-subsection h2 {
		margin: 0 0 27px;
	}

	.section-media .starring-subsection ul li {
		padding: 0 0 17px;
	}

	.section-media .starring-subsection ul .title {
		font-size: inherit;
		margin: 0 0 -1px;
	}

	.section-media .faq-subsection {
		font-size: 13px;
		line-height: 1.5385;
		padding-top: 30px;
	}

	.section-media .faq-subsection h2 {
		margin: 0 0 27px;
	}

	.section-media .faq-subsection ul {
		margin: 0 0 -5px;
	}

	.section-media .faq-subsection ul li {
		padding: 0 0 19px;
	}

	.section-media .faq-subsection .btn-more {
		font-size: 13px;
		margin: 0 0 40px;
		padding: 7px 27px 8px;
	}

	.section-media .faq-subsection .btn-to-top {
		background-size: 100% auto;
		height: 28px;
		margin: 0 0 30px;
		width: 31px;
	}

	.section-media .faq-subsection .btn-store {
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 9px 34px;
	}

	.section-media .faq-subsection .btn-store img {
		margin: 0 20px 0 0;
		width: 91px;
	}

	.section-media .faq-subsection .btn-store .title {
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 22px;
		margin: 12px 0 10px;
	}

	.section-media .faq-subsection .logo {
		display: block;
		margin: 0 auto;
		width: 120px;
	}

	#fancybox-wrap {
		box-sizing: border-box;
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
	}

	#fancybox-wrap #fancybox-content {
		box-sizing: border-box;
		width: 100% !important;
	}

	.section-news .news-post {
		padding: 0 0 25px;
	}

	.section-news .image-holder {
		margin-bottom: 10px;
	}

	.section-news .button {
		font-size: 14px;
	}

	.section-results .results-list li {
		padding: 40px 0 0;
	}

	#footer {
		font-size: 13px;
		line-height: 1.6924;
		padding: 0 12px;
	}

	#footer .footer-holder {
		padding: 40px 0 19px;
	}

	#footer .connected-box {
		font-size: 16px;
		line-height: 1.1875;
		margin: 0 0 26px;
		padding: 0 0 28px;
	}

	#footer .connected-box h2 {
		font-size: 20px;
		margin: 0 0 22px;
	}

	#footer .connected-box p {
		margin: 0 0 26px;
	}

	#footer .connected-box .form-subscribe {
		padding: 0;
	}

	#footer .connected-box .form-subscribe input[type=email] {
		margin: 0 0 15px;
	}

	#footer .connected-box .form-subscribe input[type=submit] {
		height: 38px;
		line-height: 38px;
		position: static;
		width: 100%;
	}

	#footer .social-networks {
		display: block;
		margin: 0 0 41px;
	}

	#footer .button {
		font-size: 15px;
		line-height: 17px;
		margin: 0;
		padding: 9px 13px 10px;
	}

	#footer .bottom-section {
		font-size: 10px;
		line-height: 12px;
		padding: 45px 0 0;
	}

	#footer .bottom-section .copyright,
	#footer .bottom-section .bottom-nav {
		float: none;
		text-align: center;
		width: auto;
	}

	#footer .bottom-section .copyright {
		margin: 0 0 12px;
	}

	#footer .bottom-section .bottom-nav li {
		margin: 0 8px;
	}
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.homepage #header .header-holder {
		padding: 16px;
	}

	.homepage #header .logo {
		top: 0;
	}

	.section-welcome .txt {
		bottom: 50px;
	}

	.section-welcome .pagination {
		bottom: 20px;
	}

	.section-welcome .btn-scroll {
		bottom: 5px;
	}
}

table, th, td {border: none; border-collapse: collapse;}

/* ADDITIONAL */

.homeorder { width:100%; max-width: 500px; margin-left: auto; margin-right: auto; border: 1px solid #36535d; text-align: left; min-height: 70px; height: auto; padding: 0px 15px 0px 15px; position: relative; }

.homeorder2 { width:100%; max-width: 450px; margin-left: auto; margin-right: auto; border: none; text-align: left; min-height: 70px; height: auto; padding: 0pxx; position: relative; text-align: center; }

.ytborder {border: none; border-radius: none; border-color: silver;}

.homeorder img { float: left; margin-right: 5px; }
.orderroll {
background-color: black; -o-transition:color .0.5s ease-out, background 0.5s ease-in;
  -ms-transition:color .0.5s ease-out, background 0.5s ease-in;
  -moz-transition:color .0.5s ease-out, background 0.5s ease-in;
  -webkit-transition:color .0.5s ease-out, background 10.5s ease-in;S
  /* ...and now override with proper CSS property */
  transition:color .0.5s ease-out, background 0.5s ease-in;	
}
.orderroll:hover { background-color: #041f1d; -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition:color .2s ease-out, background 1s ease-in;S
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 1s ease-in;}
  
.fulltopbg {
	
	background: url(top_bg.jpg) no-repeat center center fixed black; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#FFFFFF;
  text-align:center;
	
	}
	
	
.fulltopbg {
	
	 background: url(http://354.425.mwp.accessdomain.com/wp-content/uploads/2016/02/top_bg.jpg) no-repeat center center fixed black; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#000;
  text-align:center;
  margin-bottom: -30px;
	
	}
	
	
.960 { width: auto; max-width: 960px; text-align: center; margin-left: auto; margin-right: auto; padding: 20px;}	
	
.fulltopbg blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: auto;
max-width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #fff;
text-align:center;
margin-left: auto;
margin-right: auto;
border: none;

}



.fulltopbg blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
 .fulltopbg a {color: #1fdfcb; text-decoration: none;}
 .fulltopbg a:hover {text-decoration: underline;}
 
 
 .partystyle h1 {font-family: 'Exo', sans-serif;}
  .partystyle {font-family: 'Exo', sans-serif;}

.applink {display: block; width: 350px; margin-left: auto; margin-right: auto; z-index: 5000; position: relative;}
.applink img {max-width: 350px !important; height: auto; }

