/*
Theme Name: Idan
Theme URI: http://beaverglobal.com
Author: Matan Amos - BeaverGlobal
Author URI: http://beaverglobal.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: idan
*/

/* FONTS */
@font-face {
	font-family: 'FbPracticaNarrow';
	src: url('fonts/FbPracticaNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/FbPracticaNarrow-Regular.woff') format('woff'), url('fonts/FbPracticaNarrow-Regular.ttf') format('truetype'), url('fonts/FbPracticaNarrow-Regular.svg#FbPracticaNarrow-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FbPracticaNarrow';
	src: url('fonts/FbPracticaNarrow-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FbPracticaNarrow-Bold.woff') format('woff'), url('fonts/FbPracticaNarrow-Bold.ttf') format('truetype'), url('fonts/FbPracticaNarrow-Bold.svg#FbPracticaNarrow-Bold') format('svg');
	font-weight: bold;
	font-style: bold;
}
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
* {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #F0F0F0;
	font-family: FbPracticaNarrow, PT Sans Narrow, Arial, sans-serif;
	font-size: 21px;
	max-width: 1920px;
	margin: 0 auto;
}
html, body {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: outside none disc;
	padding: 0 20px;
}
li {
	padding: 5px 0;
	font-family: FbPracticaNarrow, PT Sans Narrow, Arial, sans-serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #fff;
	font-family: FbPracticaNarrow, PT Sans Narrow, Arial, sans-serif;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
strong {
	font-weight: bolder;
}
p {
	margin: 0 0 10px;
	font-family: FbPracticaNarrow, PT Sans Narrow, Arial, sans-serif;
}
h2 {
	font-size: 24px;
	color: #1b1b1b;
}
section {
	padding: 0;
}
.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
a:hover {
	color: #BC0406;
}
.red-botton {
	text-align: center;
	background: #BC0406;
	color: #fff;
	padding: 5px 18px;
}
.red-botton:hover {
	background: #fff;
}
#page .content {
	margin: 0 0 60px;
}
.home #page .content {
	margin: 0;
}
section.page .the-content a {
	color: #BC0406;
}
/* OWL */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-dots {
	position: absolute;
	z-index: 99;
	bottom: 2%;
	right: 0;
	left: 0;
	text-align: center;
}
.owl-dot {
	height: 20px;
	width: 20px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
.owl-dot.active, .owl-dot:hover {
	background: #BC0406;
}
/* FANCYBOX */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
#page {
	height: 100%;
}
/* HEADER + FOOTER */
.header {
	background: url(images/header.png) no-repeat 0 0;
	padding: 10px 0;
	max-height: 90px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(51,51,51,0.6);
	-moz-box-shadow: 0px 1px 5px 0px rgba(51,51,51,0.6);
	box-shadow: 0px 1px 5px 0px rgba(51,51,51,0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 999;
}
.header .wrap, .site-footer .wrap {
	display: table;
}
.logo, .the-menu, .social-header, .lang-select, .footer-col {
	display: table-cell;
	vertical-align: middle;
}
.social-header, .lang-select {
	text-align: left;
}
.the-menu ul li, .video-block, .hp-album-item, .hp-gallery-item {
	display: inline-block;
	vertical-align: middle;
}
.logo {
	width: 15%;
}
.the-menu ul {
	list-style: none;
	padding: 0;
}
.the-menu ul li {
	border-right: 1px solid #333333;
	padding: 0 13px;
	margin: 0 0 0 -4px;
	line-height: 1;
}
.the-menu ul li:last-child {
	border-right: 0px solid #333333;
}
.the-menu ul li > a, .lang-select a {
	font-size: 22px;
	color: #333333;
}
.the-menu ul li > a:hover, .lang-select a:hover {
	color: #BC0406;
}
.social-header {
	margin: 0 10px 0 0;
	text-align: center;
}
.social-header a {
	font-size: 16px;
	color: #BC0406;
	position: relative;
	padding: 11px;
	display: inline-block;
	width: 37px;
	height: 39px;
	text-align: center;
	margin: 0;
	z-index: 9;
}
.social-header a i {
	z-index: 9;
	position: relative;
}
.social-header a::after {
	content: "";
	border: 1px solid #BC0406;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	transform: rotate(45deg);
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	left: 4px;
	top: 5px;
	z-index: 1;
}
.social-header a:hover:after {
	background: #BC0406;
}
.social-header a:hover i {
	color: #fff;
	z-index: 11;
}
#content {
	padding: 80px 0 0;
	min-height: 95%;
}
#nav .active a {
	color: #BC0406;
}
.mobile-menu {
	display: none;
}
.site-footer {
	background: #313131;
	padding: 0.85% 0;
	color: #999999;
	font-size: 16px;
}
.footer-col .the-menu {
	text-align: center;
	width: 100%;
	display: block;
}
.footer-col .the-menu #nav li {
	padding: 0 5px;
	border-color: #999999;
}
.footer-col .the-menu #nav li a {
	font-size: 19px;
	color: #999999;
}
.footer-col .the-menu #nav li:hover a {
	color: #fff;
}
.footer-col.fleft {
	text-align: left;
	width: 25%;
}
.footer-col.fleft a {
	color: #999999;
}
.footer-col.fleft img {
	vertical-align: middle;
}
.footer-col.fcenter {
	text-align: center;
}
.footer-col.fright {
	text-align: right;
	width: 25%;
}
/* HOME GENERAL */
.home h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 30px 0 40px;
}
.home h2::after {
	content: " ";
	border-bottom: 1px solid #fff;
	width: 70px;
	display: inline-block;
	position: absolute;
	bottom: -35%;
	left: 50%;
}
.home h2::before {
	content: " ";
	border-bottom: 1px solid #fff;
	width: 70px;
	display: inline-block;
	position: absolute;
	bottom: -35%;
	right: 50%;
	text-align: center;
}
/* HOME SHOWS */
.shows-home {
	background: url(images/bg-shows.png) repeat-y 0 0;
	padding: 70px 0;
}
.shows-table {
	margin: 0 0 5%;
}
.item-show div {
	padding: 20px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	color: #CCCCCC;
}
.item-show {
	background: rgba(0,0,0,0.60);
	margin: 0 0 1px;
}
.upcoming .item-show {
	background: rgba(0,0,0,0.70);
	margin: 0 0 1px;
}
.upcoming .shows-title {
	background: rgba(0,0,0,0.80);
}
.shows-title div {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.shows-title {
	background: rgba(0,0,0,0.70);
}
.item-show .flag {
	width: 5%;
	text-align: center;
}
.item-show .date {
	width: 7%;
}
.item-show .name {
	width: 13%;
}
.item-show .time {
	width: 5%;
}
.item-show .location, .item-show .notes {
	width: 17%;
}
.item-show .city {
	width: 13%;
}
.item-show .phone {
	width: 9%;
}
.item-show .tickets {
	width: 11%;
}
.ftd {
	text-align: center;
	margin: 30px 0;
}
.older_shows {
	margin: 5% 0 2%;
	font-size: 30px;
	font-weight: bold;
}
/* HOME ABOUT */
.about-home {
	background: url(images/bg-about.png) repeat-y 0 0;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.about-short {
	width: 100%;
	max-width: 890px;
	margin: 55px auto 45px;
}
.video-block {
	width: 31.624%;
	padding: 1.6% 2.138% 1.3%;
	position: relative;
	margin: 2.2%;
	opacity: 1;
}
.video-block i {
	font-size: 73px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20%;
	right: 0;
	bottom: 0;
	opacity: 0.3;
}
.video-block:first-child, .video-block:last-child {
	margin: 2.2% 0;
}
.video-block::before {
	content: " ";
	border: 2px solid #000;
	border-bottom: 0px solid #fff;
	width: 100%;
	top: 0;
	left: 0;
	height: 20%;
	display: inline-block;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.video-block::after {
	content: " ";
	border: 2px solid #000;
	border-top: 0px solid #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 20%;
	display: inline-block;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.video-block:hover img {
	opacity: 0.5;
}
.video-block:hover i {
	opacity: 1;
	color: #BC0406;
}
.video-block:hover:before {
	border: 2px solid #fff;
	border-bottom: 0px solid #fff;
}
.video-block:hover:after {
	border: 2px solid #fff;
	border-top: 0px solid #fff;
}
.home-about-videos {
	margin: 60px 0 10px;
}
/* HOME ALBUMS */
.albums-home {
	background: url(images/bg-albums.png) repeat-y 0 0;
	padding: 70px 0;
	text-align: center;
	color: #fff;
}
.hp-album-item {
	width: 31.624%;
	margin: 2% 0.6% 0%;
}
.hp-album-item:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.hp-album-name {
	font-weight: bold;
	font-size: 30px;
	margin: 2% 0 4%;
}
/* HOME GALLERY */
.gallery-home {
	background: url(images/bg-gallery.png) repeat-y 0 0;
	padding: 70px 0;
	color: #fff;
}
.hp-gallery-item {
	width: 14.53%;
	margin: 0.8%;
	position: relative;
}
.hp-gallery-item:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.hp-gallery-item .more-info {
	position: absolute;
	top: 0;
	bottom: 0;
	color: #fff;
	margin: 10px;
	opacity: 0;
}
.hp-gallery-item:hover .more-info {
	opacity: 1;
}
.hp-gallery-item .more-info .centered {
	padding: 0;
}
.hp-gallery-item .more-info .centered p {
	font-size: 18px;
}
.hp-gallery-item .more-info .centered p.small-p {
	font-size: 15px;
}
/* HOME NEWSLETTER */
.newsletter-home {
	background: url(images/bg-newsletter.png) repeat-y 0 0;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}
.newsletter-home h3 {
	font-size: 30px;
	margin: 1% 0 2%;
}
.social-newsletter {
	margin: 5% 10px 0 0;
}
.social-newsletter a {
	font-size: 33px;
	color: #fff;
	position: relative;
	padding: 20px;
	display: inline-block;
	width: 81px;
	height: 84px;
	text-align: center;
	margin: 3px;
	z-index: 9;
}
.social-newsletter a i {
	z-index: 9;
	position: relative;
}
.social-newsletter a::after {
	content: "";
	border: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	transform: rotate(45deg);
	width: 65px;
	height: 65px;
	position: absolute;
	right: 9px;
	left: 0;
	top: 5px;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.social-newsletter a:hover:after {
	background: #BC0406;
}
.social-newsletter a:hover i {
	color: #fff;
	z-index: 11;
}
.mc-field-group {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}
.mc-field-group input {
	width: 100%;
	font-family: FbPracticaNarrow, PT Sans Narrow, Arial, sans-serif;
	padding: 2%;
	font-size: 24px;
	text-align: center;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.mc-field-group input[type="submit"] {
	background: #BC0406;
	border: 0;
	cursor: pointer;
}
.mc-field-group input[type="submit"]:hover {
	background: #fff;
	color: #BC0406;
}
/* INNER PAGE HEADER */
.inner-title-pag {
	margin: 20px 0;
}
.inner-title, .inner-pag, .out, .back-to {
	display: inline-block;
	width: 49.7%;
	color: #313131;
	vertical-align: bottom;
}
.inner-title a {
	color: #313131;
}
.inner-title a:hover {
	color: #BC0406;
}
.inner-title {
	font-size: 28px;
	font-weight: bold;
}
.inner-pag {
	text-align: right;
	font-size: 17px;
	padding: 0 0 5px;
}
.inner-pag a {
	color: #313131;
}
/* ALBUMS PAGE */
.albums-list {
	text-align: right;
}
.artist-item {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 31%;
	margin: 1% 1% 0;
	font-size: 90px;
	font-weight: bold;
	padding: 0 5% 0 0;
	text-align: left;
	color: #313131;
}
.album-item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 1% 1% 0;
}
.album-item:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.album-head {
	margin: 20px 0;
}
.back-to {
	text-align: right;
}
.out {
	font-size: 19px;
	font-weight: bold;
}
.album-side {
	width: 31.7%;
	margin: 0 3% 0 0;
	display: inline-block;
	vertical-align: top;
}
.album-playlist {
	display: inline-block;
	vertical-align: top;
	width: 64.8%;
}
.album-playlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.album-playlist ul li {
	background: #3C3C3C;
	margin: 0 0 1px;
	color: #fff;
	display: table;
	width: 100%;
	padding: 15px 0;
	font-size: 19px;
}
.album-playlist span {
	display: table-cell;
	vertical-align: middle;
}
.player {
	width: 70px;
	text-align: center;
}
.song-number {
	width: 25px;
	text-align: center;
}
.song-name {
	font-weight: bold;
}
.lyrics {
	width: 110px;
}
.doitunes {
	width: 185px;
}
.ituns-button {
	margin: 5% 3.5% 5% 0;
	width: 45.84%;
	display: inline-block;
	vertical-align: top;
}
.google-button {
	display: inline-block;
	vertical-align: top;
	margin: 5% 0 5% 3.5%;
	width: 45.84%;
}
/* INNER-PAGE-GALLERES */
.gallery-holder {
	margin: 0 -2%;
}
.gallery-item {
	width: 23.077%;
	display: inline-block;
	vertical-align: top;
	margin: 0.7%;
}
.gallery-item p {
	text-align: center;
	font-size: 19px;
	margin: 10px 0 0;
}
.gallery-item p.small-p {
	font-size: 14px;
	margin: 5px 0 10px;
}
.single-gallery-page .hp-gallery-item {
	width: 13.972%;
	margin: 1.2%;
}
.gallery-item:hover img {
	opacity: 0.7;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* PRESS CATEGORY PAGE */
.sub-cat-list {
	width: 23.077%;
	display: inline-block;
	vertical-align: top;
	padding: 1px 0 0 0;
	list-style: none;
	margin: 0 1.71% 0 0;
}
.press-list {
	display: inline-block;
	vertical-align: top;
	width: 74.36%;
	border-top: 1px solid #999999;
}
.sub-cat-list li {
	font-size: 19px;
	border: 1px solid #999999;
	margin: -1px 0 0 0;
	padding: 0;
}
.sub-cat-list li a {
	color: #313131;
	padding: 15px 20px;
	display: block;
}
.sub-cat-list .current-menu-item, .sub-cat-list li:hover {
	background: #BC0404;
	border: 1px solid #BC0404;
}
.sub-cat-list .current-menu-item a, .sub-cat-list li:hover a {
	color: #fff;
}
.press-item {
	border-bottom: 1px solid #999999;
	display: table;
	width: 100%;
	padding: 15px 0 5px;
}
.press-item-date {
	display: table-cell;
	vertical-align: top;
	font-size: 31px;
	color: #313131;
	width: 15%;
}
.press-item-info {
	display: table-cell;
	vertical-align: top;
	font-size: 19px;
}
.press-item-info .press-item-title {
	color: #BC0404;
}
.press-item-info .press-item-source {
	color: #313131;
}
.navrechts {
	margin: 10px 0 20px;
	text-align: right;
}
.navrechts a {
	color: #BC0404;
	display: inline-block;
	padding: 5px 10px;
}
.navrechts a.selected, .navrechts a:hover {
	background: #BC0404;
	color: #fff;
}
/* CONTACT PAGE */
.page-template-page-contact {
	background: url(images/bg-contact.png) repeat-y center center;
	background-size: cover;
}
.page-template-page-contact #content {
	height: 100%;
}
.page-template-page-contact #content #contact {
	height: 100%;
}
.page-template-page-contact h1 {
	color: #fff;
	font-size: 60px;
}
.contact-mail {
	font-size: 30px;
	border-bottom: 3px solid #BC0404;
}
.envel {
	margin: 20px 0;
}
.contact-botton {
	font-size: 33px;
	color: #fff;
	position: relative;
	padding: 20px;
	display: inline-block;
	width: 81px;
	height: 84px;
	text-align: center;
	margin: 3px;
	z-index: 9;
}
.contact-botton::after {
	content: "";
	border: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	transform: rotate(45deg);
	width: 65px;
	height: 65px;
	position: absolute;
	right: 9px;
	left: 0;
	top: 5px;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.block {
	text-align: center;
	margin: 20px;
	height: 100%;
}
.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.centered {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

/* RESPONSIVE */
/* 1024 */
@media only screen and (max-width:1024px), screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.the-menu ul li {
	padding: 0 8px;
}
.the-menu ul li > a, .lang-select a {
	font-size: 20px;
}
.item-show .flag {
	width: 4%;
	text-align: center;
}
.item-show .location, .item-show .notes {
	width: 16%;
}
.item-show .tickets {
	width: 13%;
}
.video-block {
	width: 30.624%;
}
.wrap {
	padding: 0 10px;
}
.album-name {
	font-size: 10vw;
}
.inner-title {
	font-size: 2.1vw;
}
.single-gallery-page .hp-gallery-item {
	width: 13.9%;
}
.press-item-date {
	width: 20%;
}
}

/* Facebook Page */
@media only screen and (max-width:810px), screen and (min-device-width : 768px) and (max-device-width : 810px) and (orientation : landscape) {
.item-show .notes {
    display: none;
}
.item-show .date {
    width: 8%;
}
.item-show .tickets {
    width: 15%;
}
.item-show .phone {
    width: 13%;
}
.item-show .name {
    width: 17%;
}
.item-show .location {
    width: 19%;
}
.item-show .city {
    width: 15%;
}
}

/* TABLET */
@media only screen and (min-device-width:480px) and (max-device-width:768px) and (orientation: portrait) {
.logo {
	width: 10%;
}
.logo img {
	width: 85%;
}
.the-menu ul li {
	padding: 0 5px;
}
.the-menu ul li > a, .lang-select a {
	font-size: 13px;
}
.social-header a {
	font-size: 13px;
	width: 30px;
	height: 33px;
}
.social-header a::after {
	width: 24px;
	height: 24px;
}
.header {
	padding: 3% 0;
}
.mc-field-group {
	width: 30%;
}
.item-show .date {
	width: 9%;
}
.item-show .name {
	width: 15%;
}
.item-show .notes {
	display: none;
}
.item-show .phone {
	width: 17%;
}
.item-show .tickets {
	width: 15%;
}
.item-show div {
	font-size: 15px;
}
.footer-col.fleft a {
	font-size: 15px;
}
.footer-col .the-menu #nav li a {
	font-size: 15px;
}
.footer-col.fright {
	font-size: 13px;
}
.album-item {
	width: 30.8%;
}
.album-name {
	font-size: 9.6vw;
}
.single-gallery-page .hp-gallery-item {
	width: 17%;
}
.press-item-date {
	width: 22%;
}
.album-side {
	width: 31.5%;
}
#content {
	min-height: 96.73%;
}
.ituns-button {
	margin: 5% 3.2% 5% 0;
}
.google-button {
	margin: 5% 0 5% 3.2%;
}
.about-home {
	background-size: cover;
}
}

/* MOBILE */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape) {
#wprmenu_bar {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #0D0D0D;
	padding: 10px 16px;
	width: 100%;
	display: block;
	height: 42px;
	z-index: 9999;
}
#wprmenu_bar, #wprmenu_bar *, #wprmenu_menu, #wprmenu_menu * {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	list-style: none;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}
.wpr-icon-th-menu::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 1em;
	height: 0.15em;
	background: #fff;
	box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
}
#wprmenu_bar .wprmenu_icon i {
	color: #fff;
	font-size: 26px;
	line-height: 20px;
}
.wpr_title, .wprmenu_icon {
	cursor: pointer;
}
#wprmenu_bar .menu_title {
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	display: inline-block;
	padding: 9px 10px;
}
#wprmenu_bar .wprmenu_icon {
	overflow: hidden;
	float: right;
	position: relative;
	padding: 20px;
}
.mobile-menu .the-menu {
	width: 100%;
	margin: 43px 0 0;
}
.mobile-menu, .mobile-menu .social-header {
	display: block;
}
.the-menu, .social-header {
	display: none;
}
.mobile-menu .the-menu {
	display: none;
}
.mobile-menu {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	padding: 0 0 15px;
}
.header {
	padding: 5px 0;
	max-height: 47px;
	top: 42px;
}
.logo {
	width: 77px;
	display: inline-block;
	vertical-align: top;
}
.lang-select {
	text-align: right;
}
#content {
	padding: 89px 0 0;
}
.the-menu ul li {
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #333333;
}
.the-menu ul li a {
	display: block;
	margin: 7px 0;
}
.the-menu ul {
	margin: 0 0 15px;
}
.mobile-menu.open {
	margin: 0 0 -25px;
}
.inner-title {
	font-size: 19px;
}
.inner-pag {
	font-size: 15px;
	text-align: left;
}
.inner-title, .inner-pag, .out, .back-to {
	width: 100%;
}
.single-gallery-page .hp-gallery-item {
	width: 46.9%;
}
.shows-home, .about-home, .albums-home, .gallery-home, .newsletter-home {
	padding: 20px 0;
}
.gallery-item {
	width: 48%;
}
.gallery-item p {
	font-size: 15px;
}
.album-side {
	width: 100%;
}
.album-playlist {
	width: 100%;
}
.player {
	width: 30px;
}
.song-name {
	font-size: 15px;
}
.lyrics {
	width: 70px;
	font-size: 13px;
}
.doitunes {
	width: 92px;
	font-size: 13px;
}
.album-item, .artist-item {
	width: 47.3%;
	padding: 0;
}
.album-name {
	font-size: 12vw;
}
.sub-cat-list {
	width: 100%;
	margin: 5px 0 15px;
}
.press-list {
	width: 100%;
}
.press-item-date {
	font-size: 18px;
	width: 20%;
}
.press-item-info {
	font-size: 16px;
	padding: 0 10px;
}
.page-template-page-contact h1 {
	font-size: 9.6vw;
}
.contact-mail {
	font-size: 7vw;
}
.mejs-container {
	max-width: 30px;
}
.mejs-controls .mejs-button button {
	font-size: 22px !important;
}
}

@media (max-width:480px) {
.video-block {
	width: 95%;
}
.hp-album-item {
	width: 95%;
}
.hp-gallery-item {
	width: 47.7%;
}
.mc-field-group {
	width: 90%;
}
.social-newsletter {
	margin: 5% 0px 0 0;
}
.social-newsletter a {
	font-size: 19px;
	padding: 13px;
	width: 38px;
	height: 50px;
}
.social-newsletter a::after {
	width: 35px;
	height: 35px;
	right: 3px;
}
.footer-col, .footer-col.fright, .footer-col.fleft {
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 2% 0;
	width: 98%;
}
.shows-title {
	display: none;
}
.item-show div {
	padding: 0;
}
.item-show .flag {
	width: 9%;
}
.item-show .date {
	width: 89%;
}
.item-show .name {
	width: 100%;
}
.item-show .time {
	width: 100%;
}
.item-show .location {
	width: 100%;
}
.item-show .city {
	width: 100%;
}
.item-show .notes {
	display: none;
}
.item-show .phone {
	width: 100%;
}
.item-show .tickets {
	width: 100%;
}
.item-show {
	padding: 10px;
}
}
