@keyframes fadein {
from {
opacity:0
}
to {
opacity:1
}
}
@-moz-keyframes fadein {
from {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes fadein {
from {
opacity:0
}
to {
opacity:1
}
}
@-ms-keyframes fadein {
from {
opacity:0
}
to {
opacity:1
}
}
@-o-keyframes fadein {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes slide-in {
100% {
transform:translateX(0%)
}
}
@-webkit-keyframes slide-in {
100% {
-webkit-transform:translateX(0%)
}
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:translateY(0)
}
50% {
-webkit-transform:translateY(-15px)
}
}
@keyframes bounce {
0%, 100% {
transform:translateY(0)
}
50% {
transform:translateY(-15px)
}
}
dir, h1, h2, h4, menu, p, ul {
	display: block;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
.field_form::-webkit-input-placeholder {
color:#fff;
background-color:#000
}
.field_form::-moz-placeholder {
color:#fff;
background-color:#000
}
.field_form:-ms-input-placeholder {
color:#fff;
background-color:#000
}
.field_form:-moz-placeholder {
color:#fff;
background-color:#000
}
.field_form-comment::-webkit-input-placeholder {
color:#000;
background-color:#e8e8e8
}
.field_form-comment::-moz-placeholder {
color:#000;
background-color:#e8e8e8
}
.field_form-comment:-ms-input-placeholder {
color:#000;
background-color:#e8e8e8
}
.field_form-comment:-moz-placeholder {
color:#000;
background-color:#e8e8e8
}
button, input[type="button"i], input[type="submit"i], input[type="reset"i], input[type="file"i]::-webkit-file-upload-button {
align-items:flex-start;
text-align:center;
cursor:pointer;
color:#fff;
background-color:rgba(255,16,61,1);
box-sizing:border-box;
padding:7px 44px;
border-width:0;
border-style:outset;
border-color:buttonface;
border-image:initial;
height:40px
}
.field_form {
	display: inline;
	max-width: 326px;
	width: 100%;
	margin-right: 40px;
	background-color: #000;
	border: 3px solid #fff;
	padding: 9px 19px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	transition-duration: .5s;
	outline: 0
}
.field_form-comment:focus, .field_form:focus {
	border: 3px solid #FF6100;
	transition-duration: .5s;
	outline: 0
}
.field_form-comment {
	display: inline;
	max-width: 705.8px;
	width: 100%;
	background-color: #e8e8e8;
	border: 3px solid #000;
	padding: 9px 19px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	transition-duration: .5s;
	outline: 0
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity
}
html {
	height: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 24px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	overflow-x: hidden!important
}
h1 {
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-size: 47px;
	line-height: 59px;
	font-weight: 300
}
h2 {
	color: #000;
	display: inline-block;
	margin-bottom: 36px;
	border-bottom: 3px solid #000;
	padding-bottom: 11px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}
.arists_content h2, .artist_right h2, .box_l_side h2, .box_r_side h2, .cat_name h2, .contact-1 h2, .post_content h2, .post_name {
	color: #FF6100;
	display: inline-block;
	margin-bottom: 36px;
	border-bottom: 3px solid #FF6100;
	padding-bottom: 11px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}
h3 {
	font-family: 'Abril Fatface';
	font-weight: 300;
	font-size: 19px;
	line-height: 39px;
	color: #000;
	margin-bottom: 26px
}
h4 {
	font-family: 'Abril Fatface';
	color: #000;
	font-size: 29px;
	line-height: 39px;
	margin-top: 11px;
	margin-bottom: 50px;
	font-weight: 300
}
h5 {
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #000;
	font-size: 20px;
	line-height: 25px
}
h6 {
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #000;
	font-size: 18px;
	line-height: 25px;
	-webkit-margin-before: 20px;
	-webkit-margin-after: 20px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
a {
	text-decoration: none
}
p {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	font-family:'Open Sans Condensed', sans-serif;
}
.container {
	width: 100%;
	padding: 60px 0;
	opacity: 1
}
.lazys {
	opacity: 0
}
.clearfix {
	clear: both
}
.h_slider {
	position: relative;
	height: 950px;
	width: 100%;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein .5s;
	-o-animation: fadein .5s;
	animation: fadein .5s
}
.h_slider-p {
	height: 475px;
	width: 100%;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein .5s;
	-o-animation: fadein .5s;
	animation: fadein .5s
}
.h_slider-1 {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))) background:-webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background-attachment: fixed;
	background-position: center center
}
.h_slider-2 {
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%), url(../img/slide_2.jpg) no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))), url(../img/slide_2.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_2.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_2.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_2.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_2.jpg) no-repeat;
	background-attachment: fixed
}
.h_slider-2-2 {
background:-moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%), background-repeat:no-repeat;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))), background-repeat:no-repeat;
background:-webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), background-repeat:no-repeat;
background:-o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), background-repeat:no-repeat;
background:-ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), background-repeat:no-repeat;
background:linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), background-repeat:no-repeat;
	background-attachment: fixed
}
.h_slider-404 {
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%), url(../img/slide_404.jpg) no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))), url(../img/slide_404.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_404.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_404.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_404.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_404.jpg) no-repeat;
	background-attachment: fixed
}
.h_slider-page {
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%), url(../img/slide_page.jpg) no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))), url(../img/slide_page.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_page.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_page.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_page.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_page.jpg) no-repeat;
	background-attachment: fixed
}
.h_slider-maintance {
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%), url(../img/slide_maintance.jpg) no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4))), url(../img/slide_maintance.jpg) no-repeat;
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_maintance.jpg) no-repeat;
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_maintance.jpg) no-repeat;
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_maintance.jpg) no-repeat;
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/slide_maintance.jpg) no-repeat;
	background-attachment: fixed
}
.h_slider-maintance .h_text {
	padding: 20px 0 43px
}
.h_slider-maintance h6 {
	line-height: 115px;
	-webkit-margin-before: 35px;
	-webkit-margin-after: 0;
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #000;
	font-size: 109px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
.count_down {
	margin: 0 auto;
	width: 100%;
	min-height: 200px;
	text-align: center
}
.count_down .number {
width:;
float:;
	display: inline-block;
	text-align: center
}
.dotter {
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: none
}
.count_down .number h6 {
	color: #fff
}
.count_down .numbera h6::after {
	text-align: center;
	content: ":";
	padding-left: 30px;
	color: #fff;
	font-size: 109px;
	font-family: 'Abril Fatface'
}
.count_down .number:last-child h6::after {
	text-align: center;
	content: "";
	padding-left: 30px;
	color: #fff;
	font-size: 109px;
	font-family: 'Abril Fatface'
}
.days {
	color: #fff;
	margin-right: -30px
}
.h_slider-404 h6 {
	font-size: 199px;
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #fff;
	line-height: 159px;
	-webkit-margin-before: 47px;
	-webkit-margin-after: 51px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
.h_slider-404 .h_content {
	padding-top: 215px
}
.sticky, .top_menu {
	transition-duration: .5s
}
.top_menu {
	z-index: 2;
	text-align: center;
	width: 100%;
	position: fixed;
	margin: 0 auto;
}
.sticky {
	background-color: rgba(0,0,0,.49);
	position: fixed;
	padding: 22px 0;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0
}
.sticky .menu li ul {
	padding-top: 28px
}
.sticky .menu li ul li ul {
	padding-top: 0
}
.logo img, .sticky .logo img {
	transition-duration: .5s
}
.logo img {
	max-height: 88px
}
.sticky .logo img {
	max-height: 55px
}
.logo {
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein .5s;
	-o-animation: fadein .5s;
	animation: fadein .5s
}
.menu_left {
	text-align: right
}
.menu_right {
	text-align: left
}
.menu_left .menu {
	float: right
}
.menu_left, .menu_right {
	min-width: 400px;
	line-height: 100px
}
.sticky .menu_left, .sticky .menu_right {
	min-width: 400px;
	line-height: 50px
}
.menu_left li:last-child {
	padding-right: 41px
}
.menu_right li:first-child {
	padding-left: 41px
}
.logo, .menu_left, .menu_right {
	display: inline-block
}
.menu, .menu li {
	list-style-type: none;
	float: left
}
.menu li {
	padding: 0 20px;
	position: relative
}
.menu li a {
	padding-bottom: 20px;
	border-bottom: 3px solid rgba(255,16,61,0)
}
.menu li:hover a {
	padding-bottom: 20px;
	border-bottom: 3px solid rgba(255,109,25,1.00);
}
.menu li {
	color: #fff
}
.menu li a {
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	color: #fff
}
.menu_right li ul li:first-child {
	padding-left: 30px
}
.menu li ul {
	position: absolute;
	z-index: 3;
	display: block;
	visibility: hidden;
	float: right;
	width: 181px;
	line-height: 30px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: .3s;
	opacity: 0
}
.menu li:hover ul {
	background-color: transparent;
	position: absolute;
	display: block;
	visibility: visible;
	padding-bottom: 280px;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .3s;
	opacity: 1
}
.sub-3a {
	background-image: url(../img/sub3.png);
	background-position: 150px 50%;
	padding-right: 20px;
	background-repeat: no-repeat
}
.sub-3 .elem::after {
	content: url(../img/sub3.png);
	position: absolute;
	right: 45px;
	margin-top: 3px
}
.sub-3:hover .elem::after {
	content: url(../img/sub3h.png);
	position: absolute;
	right: 45px;
	margin-top: 3px
}
.menu li ul li ul, .menu li:hover ul li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	right: 30px;
	padding-bottom: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: .3s;
	opacity: 0
}
.menu li ul li ul li:first-child {
	padding-top: 0
}
.menu li ul li ul li:last-child {
	padding-bottom: 0
}
.menu li:hover ul li:hover ul {
	position: relative;
	right: 30px;
	z-index: 10;
	display: block;
	visibility: visible;
	padding-bottom: 10px;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .3s;
	opacity: 1
}
.menu_left li ul {
	left: 20px
}
.menu_right li ul {
	right: 45px
}
.menu li:hover ul li:hover ul li a {
	font-size: 12px;
	color: #fff
}
.menu li:hover ul li:hover ul li {
	padding-left: 60px;
	padding-right: 10px;
	background-color: transparent
}
.menu li ul li a, .menu li:hover ul li a {
	padding-bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 0
}
.menu li:hover ul li a {
	border-bottom: 0
}
.menu li a:active, .menu li ul li:hover ul li a:hover, .menu li:hover ul li a:active, .menu li:hover ul li a:hover, .menu li:hover ul li:hover a, .menu li:hover ul li:hover ul li:hover a {
	color: #FF6100
}
.menu li ul li:last-child {
	padding-right: 0
}
.menu li ul li {
	float: none;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	text-align: left;
	padding-left: 30px;
	padding-right: 0;
	background-color: #000
}
.menu li ul li:first-child {
	padding-top: 30px
}
.menu li ul li:last-child {
	padding-bottom: 30px
}
.menu_burger .menu ul {
	padding: 0 50px 0 0
}
.menu_burger .menu li ul {
	opacity: 1
}
.menu_burger .menu li ul li ul {
	opacity: 0
}
.menu_burger .menu li {
	padding: 0 30px 0 0;
	background-color: transparent
}
.menu_burger .menu li a {
	font-size: 39px;
	line-height: 59px;
	color: #fff;
	font-family: 'Abril Fatface';
	font-weight: 300
}
.menu_burger .menu li ul {
	display: block;
	background: 0 0;
	text-align: left;
	padding: 0;
	visibility: visible;
	float: left;
	width: 180px;
	transition: .3s;
	line-height: 30px;
	-webkit-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.menu_burger .menu li ul li a, .menu_burger .menu li:hover ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif
}
.menu_burger .menu li ul li ul li a:hover, .menu_burger .menu li:hover ul li ul li a:hover, .menu_burger .menu li:hover ul li:hover ul li a:hover {
	color: #fff
}
.menu_burger .menu li ul li {
	padding: 0;
	transition-duration: .3s
}
.menu_burger .menu li ul li:hover {
	padding: 0;
	margin-left: 10px;
	transition-duration: .3s
}
.h_slider-page .h_content {
	padding-top: 215px
}
.h_content {
	padding-top: 311px;
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
	-webkit-animation: fadein 1.5s;
	-moz-animation: fadein 1.5s;
	-ms-animation: fadein 1.5s;
	-o-animation: fadein 1.5s;
	animation: fadein 1.5s
}
#h_content {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%)
}
.slide-in {
	animation: slide-in 1s forwards;
	-webkit-animation: slide-in 1s forwards
}
.h_title {
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #fff;
	font-size: 59px;
	line-height: 69px
}
.cta .h_title {
	font-size: 59px;
	line-height: 59px
}
.cta h6 {
	color: #fff;
	-webkit-margin-before: 0;
	-webkit-margin-after: 50px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	font-family: 'Abril Fatface';
	font-weight: 300;
	font-size: 109px;
	line-height: 159px
}
.page-404 .h_title {
	font-family: 'Abril Fatface';
	color: #fff;
	font-weight: 300;
	font-size: 199px;
	line-height: 250px
}
.page-404 .h_line {
	border-bottom: 7px solid #FF6100;
	padding-bottom: 1px
}
.h_line, h6 span {
	border-bottom: 7px solid #00CFFF;
	padding-bottom: 14px
}
.h_text {
	padding: 64px 0 43px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px
}
.container {
	margin: 0;
	max-width: 100%
}
.container_inner {
	padding-right: 15px;
	padding-left: 15px;
	width: 1170px;
	margin: 0 auto
}
.row_grid {
	margin-right: -15px;
	margin-left: -15px;
	padding: 0;
	min-height: 100px
}
button:focus {
	outline: 0
}
.counters .column-1 {
	text-align: center
}
.counters h6 {
	margin-bottom: 0;
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #fff;
	font-size: 109px;
	line-height: 159px;
	-webkit-margin-before: 47px;
	-webkit-margin-after: 51px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0
}
#time2 {
	border-bottom: none
}
.counters .h_text {
	padding-top: 10px
}
.count {
	line-height: 100px;
	color: #fff;
	margin-left: 30px;
	font-size: 25px
}
.twitter_news {
	border-bottom: 3px solid #fff;
	padding-bottom: 14px;
	display: inline-block
}
.arrow {
	position: absolute;
	z-index: 5;
	bottom: -138px;
	left: 50%;
	margin-left: -27px;
	width: 53px;
	height: 181px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}
.arrow-2 {
	position: absolute;
	z-index: 5;
	bottom: -238px;
	left: 50%;
	margin-left: -27px;
	width: 53px;
	height: 181px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}
.arrow-3 {
	position: absolute;
	z-index: 5;
	bottom: -538px;
	left: 50%;
	margin-left: -27px;
	width: 53px;
	height: 181px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}
.arrow-4 {
	position: absolute;
	z-index: 5;
	bottom: -238px;
	left: 50%;
	margin-left: -27px;
	width: 53px;
	height: 181px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}
.cta-2 {
	position: relative
}
.h_button-2 {
	bottom: 0;
	right: 0;
	position: relative
}
.h_button, .h_button-2, .h_button-2:hover, .h_button-3, .h_button-3:hover, .h_button-4, .h_button-4:hover, .h_button-5, .h_button-5:hover, .h_button:hover {
	transition-duration: .3s
}
.h_button:focus {
	outline: 0
}
.h_button {
	background-color: #FF6D19;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	padding: 12px 44px;
	color: #fff
}
.h_button:hover {
	background-color: rgba(255,255,255,1);
	color: #00CFFF
}
.h_button-2 {
	float: right;
	background-color: rgba(255,16,61,1);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	padding: 9px 41px;
	color: #fff;
	border: 3px solid #fff
}
.h_button-2:hover {
	background-color: rgba(255,255,255,1);
	color: #FF6100
}
.h_button-5 {
	background-color: rgba(255,255,255,0);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	padding: 9px 41px;
	color: #000;
	border: 3px solid #000
}
.cta-3 .h_button-5 {
	float: right
}
.h_button-5:hover {
	background-color: rgba(0,0,0,1);
	color: #fff
}
.h_button-3 {
	background-color: rgba(255,16,61,0);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	padding: 9px 41px 9px 0;
	color: #000;
	border: 3px solid #000;
	margin-left: 30px;
	cursor: default
}
.h_button-3::before {
	content: url(../img/good.png);
	position: relative;
	left: -50px;
	top: 15px
}
.h_button-4::before {
	content: url(../img/bad.png);
	position: relative;
	left: -50px;
	top: 15px
}
.h_button-4 {
	background-color: rgba(255,16,61,0);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 24px;
	padding: 9px 41px 9px 0;
	color: #FF6100;
	border: 3px solid #FF6100;
	margin-left: 30px;
	cursor: default
}
.h_button-gallery {
	position: absolute;
	right: 375px;
	top: 485px;
	z-index: 6;
	background-color: rgba(255,16,61,1);
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	padding: 5px 44px;
	color: #fff;
	transition: .5s
}
.h_button-gallery:hover {
	background-color: rgba(255,255,255,1);
	color: #FF6100;
	transition: .5s
}
.notifications .column-inner {
	text-align: center
}
.notifications .column-inner p {
	text-align: center;
	line-height: 42px
}
.notifications p img {
	float: left;
	margin-right: 15px
}
.rectangle-1 {
	position: absolute;
	right: -83px;
	top: 268px;
	width: 55px;
	height: 69px;
	border: 8px solid #FF6100;
	transition: .5s
}
.artist_right .rectangle-4:hover, .rectangle-1:hover, .rectangle-2:hover, .rectangle-3:hover {
	border: 8px solid #000;
	transition: .5s
}
.rectangle-2 {
	position: absolute;
	right: 100px;
	top: 620px;
	width: 175px;
	height: 135px;
	border: 8px solid #FF6100;
	transition: .5s
}
.rectangle-3 {
	position: absolute;
	z-index: 6;
	left: 60px;
	top: 570px;
	width: 175px;
	height: 135px;
	border: 8px solid #FF6100;
	transition: .5s
}
.artist_right .rectangle-4 {
	position: absolute;
	z-index: 6;
	left: -120px;
	top: -60px;
	width: 525px;
	height: 335px;
	border: 8px solid #FF6100;
	background-color: transparent;
	transition: .5s
}
.columns-50 .h-column {
	width: 50%;
	float: left
}
.contact-grid .columns-3 .h-column, .h-column {
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.columns-50 .h-column .column-inner p {
	text-align: justify
}
.archives h4, .archives p {
	color: #000
}
.archives p {
	padding-left: 45px
}
.archives p span {
	color: #FF6100
}
.columns-25 h4, .columns-25 p {
	color: #fff
}
.archives .h-column, .columns-25 .h-column {
	width: 25%;
	float: left
}
.columns-25 h2 {
	color: #fff;
	border-bottom: 3px solid #fff
}
.columns-25 .h-column .column-inner p {
	text-align: justify
}
.columns-75 h4, .columns-75 p {
	color: #fff
}
.columns-75 .h-column:first-child {
	width: 75%;
	float: left
}
.columns-75 .h-column {
	width: 25%;
	float: left
}
.columns-75 h2 {
	color: #fff;
	border-bottom: 3px solid #fff
}
.columns-75 .h-column .column-inner p {
	text-align: justify
}
.aboutus {
	padding: 250px 0 200px
}
.rel-grid {
	position: relative
}
.h_circle {
	position: absolute;
	z-index: 0;
	margin: 0 auto;
	left: 50%;
	margin-left: -397.5px;
	width: 795px;
	height: 795px;
	border-radius: 50%;
	background-color: #FF6100;
	background-image: url(../img/pic_2.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	transition: .3s
}
.h_circle:hover {
	background-size: 65%;
	transition: .3s
}
.about-2 {
	min-height: 795px
}
.h_box_l {
	position: relative;
	width: 100%;
	min-height: 609px;
	padding: 100px 15px 0
}
.box_color {
	position: absolute;
	left: 133px;
	z-index: 1;
	transform: rotate(45deg);
	background-color: #00BDF6;
	width: 572px;
	height: 572px
}
.box_color-2 {
	float: left;
	left: 118px;
	z-index: 1;
	background-color: rgba(255,16,61,1);
	width: 572px;
	height: 572px;
	background-image: url(../img/pic_1.jpg);
	background-position: -426px 100px;
	background-repeat: no-repeat;
	background-size: 150%;
	transition: .3s
}
.box_color-2:hover {
	background-position: -426px 80px;
	background-repeat: no-repeat;
	background-size: 155%;
	transition: .3s
}
.box_pic {
	float: left;
	left: 0;
	top: 19px;
	width: 600px;
	position: relative;
	z-index: 2;
	height: 534px;
	background-image: url(../img/pic_1.jpg);
	background-repeat: no-repeat;
	background-size: 110%;
	transition-duration: .3s;
	background-position: right
}
.box_pic:hover {
	background-size: 120%;
	transition-duration: .3s
}
.tri1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 267px 267px 0 0;
	border-color: #fff transparent transparent
}
.tri2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 267px 0 0 267px;
	border-color: transparent transparent transparent #fff
}
.tri3 {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 59px 59px 0;
	border-color: transparent #fff transparent transparent
}
.tri4 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 59px 59px;
	border-color: transparent transparent #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	float: right
}
.about-3 .check_social {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #000
}
.about-2 .check_social {
	float: right;
	position: relative;
	left: 0;
	top: 120px;
	font-size: 16px;
	color: #000
}
.check_social {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 16px;
	color: #000
}
.check_social-v2 {
	top: 10px;
	font-size: 16px;
	color: #000
}
.soc img {
	margin-right: 23px;
	-webkit-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0);
	transform: rotate(0deg)
}
.soc2 img {
	margin-right: 23px;
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	transform: rotate(0deg)
}
.soc2:hover img {
	margin-right: 23px;
	-webkit-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0);
	transform: rotate(360deg)
}
.soc:hover img {
	margin-right: 23px;
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	transform: rotate(360deg)
}
.soc img, .soc2 img, .soc2:hover img, .soc:hover img {
	transition-duration: .3s
}
.box_r_side {
	float: left;
	right: 0;
	position: absolute;
	max-width: 50%;
	z-index: 2
}
.box_l_side {
	padding: 0;
	float: left;
	left: 0;
	position: relative;
	max-width: 45.33%
}
.box_l_figure {
	float: left;
	left: -100px;
	display: block;
	top: 60px;
	z-index: 2;
	position: relative;
	padding: 60px 120px 60px 100px;
	border-left: 8px solid #fff;
	margin-bottom: 120px
}
.box_r_figure {
	float: right;
	display: block;
	z-index: 2;
	position: relative;
	top: -62px;
	padding: 62px 120px 62px 100px
}
.box_l_figure::before, .box_r_figure::before {
	border-bottom: 8px solid #FF6100;
	border-left: 8px solid #FF6100;
	-webkit-transform-origin: 0 100%
}
.box_l_figure::after, .box_r_figure::after {
	border-top: 8px solid #FF6100;
	border-right: 8px solid #FF6100;
	-webkit-transform-origin: 100% 0
}
.box {
	transition: .5s;
	border: 8px solid #000;
	-webkit-transition: .5s
}
.box:hover {
	border: 8px solid rgba(0,160,80,0);
	color: #FFF
}
.box::after, .box::before {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	transition: .5s
}
.box:hover::after, .box:hover::before {
	-webkit-transform: scale(1)
}
.box_l_content {
	position: relative;
	float: left;
	max-width: 369px;
	display: inline-block;
	text-align: justify
}
.box_r_content {
	position: relative;
	float: right;
	padding-right: 40px;
	max-width: 369px;
}
.box_r_content p {
	text-align: justify
}
.nav_artists {
	position: absolute;
	right: 15px;
	top: 75px
}
.nav_artists a:first-child {
	margin-right: 120px
}
.nav_artists a {
	color: #fff;
	cursor: pointer
}
.artist {
	padding-left: 15px;
	padding-right: 15px
}
.artist .featimage {
	float: left;
	width: 50%;
	height: 100%;
	min-height: 825px;
	background-position: center center;
	background-size: 110%;
	background-repeat: no-repeat
}
.artists-2 {
	padding-left: 15px;
	padding-right: 15px
}
.artists-2 .artists-l {
	float: left;
	width: 25%
}
.artists-2 .artists-r {
	float: left;
	width: 75%;
	padding: 25px 0 0
}
.cat_name {
	float: left;
	width: 15%;
	height: 100%
}
.artists-2 h2 {
	float: left;
	margin-right: 60px;
	max-width: 100px
}
.artists-2 h1 {
	font-size: 29px;
	line-height: 29px;
	margin-bottom: 24px
}
.artist_right-2 {
	width: 85%;
	float: left
}
.artist_content-2 {
	background-color: #fff
}
.artist_content-2 .inner_content {
	padding: 40px
}
.artist-2 .featimage-2 {
	float: left;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background-position: center top;
	background-size: 100%;
	transition: .5s
}
.artist-2:hover .featimage-2 {
	background-size: 110%;
	transition: .5s
}
.artists-2 .more_gallery, .artists-3 .more_gallery, .gallery-slider .more_gallery {
	margin-top: 20px;
	color: #fff;
	background-image: url(../img/more_white.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	transition: .3s
}
.nav_slider_gallery {
	position: absolute;
	top: 92px
}
.galerry_slider_grid {
	margin: 0 auto;
	max-width: 1030px;
	padding: 0;
	text-align: center
}
.nav_2 {
	cursor: pointer;
	padding: 18px 168px 18px 43px;
	height: 100%;
	border: 8px solid #FF6100;
	border-left: 0;
	transition: .3s
}
.nav_2_l {
	cursor: pointer;
	padding: 18px 43px 18px 22px;
	height: 100%;
	border: 8px solid #FF6100;
	border-right: 0;
	transition: .3s;
	left: -16px
}
.nav_2:hover {
	border: 8px solid #fff;
	border-left: 0;
	transition: .3s
}
.nav_2_l:hover {
	border: 8px solid #fff;
	border-right: 0;
	transition: .3s
}
.artists-2 .check_social_white {
	margin-left: 40px;
	margin-top: 20px
}
.gallery-slider .row_grid {
	padding-left: -16px;
	padding-right: -16px
}
.gallery-slider .more_gallery {
	margin-right: 85px
}
.artist .featimage, .artist_content p {
	transition: .5s;
	transition: .5s;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s
}
.artist_content p {
	margin-top: 112px
}
.artist .featimage:hover {
	background-size: 100%;
	transition: .5s
}
.artist_right {
	position: relative;
	max-width: 50%;
	float: right;
	margin-top: 80px;
	height: 100%
}
.artist_content {
	padding: 50px;
	float: right;
	height: 100%;
	background-color: #fff
}
.check_social_white p {
	color: #fff
}
.check_social_white {
	margin-left: 87px;
	float: left;
	top: 10px;
	font-size: 16px;
	color: #fff
}
.check_social_white .soc img {
	margin-right: 23px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transform: rotate(0deg)
}
.check_social_white .soc:hover img {
	margin-right: 23px;
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	transform: rotate(360deg)
}
.check_social_white .soc:first-child {
	margin-left: 23px
}
.check_social_black p {
	color: #000
}
.check_social_black {
	margin-left: 40px;
	float: left;
	margin-top: 15px;
	font-size: 16px;
	color: #000
}
.check_social_black .soc:first-child {
	margin-left: 23px
}
.more_gallery {
	float: right;
	color: #FF6100;
	line-height: 27px;
	height: 27px;
	padding: 6px 40px 6px 0;
	background-image: url(../img/more.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	transition: .3s
}
.more_gallery:hover {
	background-position: 95% 50%;
	transition: .3s
}
.gallery-slider .container_inner {
	position: relative
}
.img_gal {
	padding: 0;
	position: relative
}
.gal-element, .gal-grid ul li {
	width: 25%;
	float: left;
	height: 310px
}
.gal-grid ul li a {
	width: 100%;
	height: 310px
}
.img_gal ul li {
	width: 25%;
	float: left;
	height: 575px;
	position: relative
}
.gal-grid ul li, .gal-grid ul li a {
	position: relative;
	float: left
}
.feature-image {
	position: relative
}
.feature-image a {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	top: 0
}
.feature-image a, .gal-element a, .gal-grid ul li a, .img_gal ul li a {
	opacity: 0;
	transition: .5s;
	background-position: center center;
:linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)0, rgba(255,0,0,0)0); 
}
.gal-element:hover a, .gal-grid ul li:hover a {
	height: 310px
}
.img_gal ul li:hover a {
	height: 575px
}
.gallery-slider li .gal-element {
	position: relative
}
.gal-element, .gal-grid li, .gallery-slider li {
	transition: .5s
}
.feature-image:hover a, .gal-element:hover a, .gal-grid ul li:hover a, .img_gal ul li:hover a {
	transition: .5s;
	opacity: 1;
	width: 100%;
	float: left;
	background: -moz-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	
}
.img_gal ul li a {
	text-align: center
}
.plus_cover {
	z-index: 99;
	background-image: url(../img/plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 86px;
	height: 85px;
	left: 50%;
	top: 50%;
	margin-left: -43px;
	margin-top: -43px;
	transition: .4s
}
.plus_cover:hover {
	background-image: url(../img/plus_h.png);
	transition: .4s
}
.post_image {
	height: 371px
}
.post_image a {
	height: 371px;
	width: 100%;
	opacity: 0;
	transition: .5s;
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%)
}
.post_image:hover a {
	height: 371px;
	transition: .5s;
	opacity: 1;
	width: 100%;
	float: left;
	background: -moz-linear-gradient(top, rgba(0,0,0,.4)20%, rgba(0,0,0,.4)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0,0,0,.4)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.4)20%, rgba(0,0,0,.4)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.4)20%, rgba(0,0,0,.4)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.4)20%, rgba(0,0,0,.4)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.4)20%, rgba(0,0,0,.4)59%, rgba(255,0,0,.4)100%)
}
.gradient {
	background: -moz-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%)
}
.counters2 {
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)59%, rgba(255,0,0,.4)100%), url(../img/counters2.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover
}
.cta {
	padding: 30px 0;
	text-align: center
}
.cta-2 {
	padding-left: 15px;
	padding-right: 15px
}
.cta-2 h1 {
	max-width: 66%;
	color: #fff;
	margin-bottom: 25px
}
.cta-2 p {
	float: left;
	max-width: 50%;
	color: #fff
}
.cta-3 h1 {
	max-width: 100%;
	color: #000;
	margin-bottom: 25px
}
.cta-3 p {
	max-width: 50%;
	color: #000;
	float: left
}
.cta-3 .h_button-3 {
	float: right
}
.cta-4 h1 {
	max-width: 100%;
	color: #fff;
	margin-bottom: 25px
}
.cta-4 p {
	max-width: 50%;
	float: left;
	color: #fff
}
.cta-4 .h_button-2 {
	background-color: rgba(255,16,61,0);
	float: right
}
.cta-4 .h_button-2:hover {
	background-color: rgba(255,255,255,1);
	color: #ff262f
}
.posts .h-column article {
	background-color: #fff;
	margin-right: 28px
}
.posts {
	margin-right: -28px
}
.columns-3 .h-column {
	width: 33.3333%;
	float: left;
	padding: 0
}
.post_image, .post_image img {
	width: 100%
}
.post_content {
	padding: 40px
}
.post_content h4 {
	margin-bottom: 10px
}
.post_date {
	font-size: 16px;
	line-height: 26px;
	color: #989898;
	font-style: italic
}
.testimonials {
	padding-left: 15px;
	padding-right: 15px
}
.testimonials .h-column {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	transition: .3s
}
.testimonials .h-column:hover {
	background-position: right top;
	transition: .8s
}
.pattern_testimonials {
	width: 600px;
	height: 500px;
	position: absolute;
	float: left;
	z-index: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/patttern.png);
	background-position: left bottom;
	background-repeat: no-repeat
}
.testimonials h1 {
	color: #fff;
	margin-bottom: 40px
}
.testimonials h2 {
	color: #fff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	margin-bottom: 36px;
	padding-bottom: 11px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}
.testimonials_content {
	margin: 185px 0 0 268px;
	max-width: 390px
}
.testimonials_content p {
	color: #fff;
	text-align: justify
}
.calendar, .calendar .row_grid {
	background-color: #002E3D
}
.calendar h1, p.cal_subtitle {
	color: #fff;
	text-align: center;
	margin-bottom: 25px
}
p.cal_subtitle:first-child {
	margin-bottom: 35px
}
.insta_feeds {
	background-color: #000;
	padding: 0
}
.insta_feeds .h-column {
background-attachment:min-height:440px;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center
}
.insta_feeds_inner {
	padding: 50px 42px
}
.insta_feeds_count p.counter {
	text-align: right;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0
}
.insta_feeds_count {
	float: right;
	position: relative;
	top: 0;
	right: 0
}
.insta_feeds_count_no {
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #fff;
	font-size: 49px;
	line-height: 49px;
	text-align: right
}
.insta_feeds_count_name {
	color: #fff;
	display: block;
	text-align: right
}
.insta_feeds .h-column a {
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%)r;
	background: -ms-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	position: absolute;
	transition: .5s;
	z-index: 0;
	height: 100%;
	width: 100%
}
.insta_feeds .h-column a:hover {
	height: 100%;
	transition: .5s;
	opacity: 1;
	width: 100%;
	float: left
}
.contact-grid {
	position: relative;
	background-color: #002E3D;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
background-size:
}
.contact-1, .contact-2 {
	padding-right: 28px
}
p.contact-text {
	text-align: justify;
	margin-top: 60px
}
.contact-grid h4, .contact-grid p, p.contact-text {
	color: #fff
}
.contact-grid .check_social_white {
	margin-left: 0;
	margin-top: 40px
}
.adress, .email, .phone {
	padding-bottom: 30px;
	position: relative;
	left: 50px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0
}
.adress:before, .email:before, .phone:before {
	left: -50px;
	top: 5px;
	position: absolute
}
.opens {
	padding-left: 50px
}
.adress:before {
	content: url(../img/adress.png)
}
.email:before {
	content: url(../img/email.png)
}
.phone:before {
	content: url(../img/phone.png)
}
.contact_form p {
	margin-bottom: 10px;
	width: 100%
}
.sendit {
	float: right
}
.artists-3, .map_google {
	padding: 0
}
.map_google {
	max-height: 505px
}
.artists-3 .h-column {
	background-size: cover;
	padding: 0;
	position: relative;
	height: 640px
}
.arists_content {
	padding: 60px
}
.artist_inner {
	position: relative;
	height: 100%;
	opacity: 0;
	transition: .5s;
	background: linear-gradient(to bottom, rgba(255,0,0,0)0, rgba(255,0,0,0)0, rgba(255,0,0,0)0)
}
.artist_inner:hover {
	opacity: 1;
	transition: .5s;
	background: -moz-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.3)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%)
}
.arists_content .check_social_white {
	float: right;
	top: 0;
	font-size: 16px;
	color: #fff
}
.arists_content h2 {
	margin-top: 175px;
	float: left;
	display: inline-block
}
.arists_content h1 {
	color: #fff;
	font-size: 29px
}
.arists_content p {
	color: #fff;
	text-align: justify
}
.doyou {
	background-color: #000
}
.burger_click_close {
	background-image: url(../img/burger_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 79px;
	width: 79px;
	border: 3px solid #fff;
	cursor: pointer;
	float: right;
	position: absolute;
	top: -82px;
	right: -10px;
	z-index: 5;
	transition: .3s
}
.burger_click {
	background-image: url(../img/burger.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 79px;
	width: 79px;
	border: 3px solid #FF6100;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	transition: .3s
}
.burger_click:hover {
	border: 3px solid #fff;
	transition: .3s
}
.sticky .burger_click {
	position: absolute;
	top: 10px;
	right: -53px
}
.menu_right {
	position: relative;
	min-height: 95px;
	z-index: 3
}
.sticky .menu_right {
	position: relative;
	min-height: 52px
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	background-color: #FF6100;
	background-image: url(../img/wolf.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow-x: hidden;
	padding-top: 20px;
	transition: .5s
}
.sidenav .logo {
	text-align: center;
	width: 100%
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: .3s
}
.offcanvas a:focus, .sidenav a:hover {
	color: #f1f1f1
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px
}
#main {
	transition: margin-left .5s;
	padding-top: 20px
}
#main .logo {
	padding-top: 13px
}

@media screen and (max-height:450px) {
.sidenav {
	padding-top: 15px
}
.sidenav a {
	font-size: 18px
}
}
.cm-3 {
	width: 33.333%;
	float: left
}
.cm-6 {
	width: 66.666%;
	float: left
}
.cm-3 .featimage-2 {
	float: left;
	width: 267px;
	height: 267px;
	border-radius: 50%;
	background-position: center top;
	background-size: 100%;
	transition: .5s
}
.cm-3:hover .featimage-2 {
	background-size: 110%;
	transition: .5s
}
.cm-6 h1 {
	color: #fff;
	margin-bottom: 25px
}
.cm-6 p {
	color: #fff
}
.link_twitt {
	font-size: 20px;
	font-weight: 700
}
.sidebar-right {
	float: right;
	padding: 0 15px;
	width: 33.3333%
}
.blog-image .h-column {
	width: 100%
}
.post-wrapper {
	background-color: #fff
}
.feature-image img {
	width: 100%;
	opacity: 1;
	transition: .5s
}
.feature-image img:hover {
	width: 100%;
	opacity: .8;
	transition: .5s
}
.post-inner {
	padding: 50px 70px
}
.post-inner h4 {
	margin-bottom: 10px
}
.post-inner ul {
	padding-left: 15px
}
.post-inner ul li ul {
	padding-left: 5px
}
.post-inner li {
	margin-left: 15px;
	margin-bottom: 5px
}
.post-inner li::before {
	content: "• ";
	color: #FF6100
}
.post-inner .cat_post {
	font-weight: 700
}
.post-inner .cat_post::before {
	content: " / "
}
.content-post strong {
	color: #FF6100
}
.blockquote-post {
	padding: 0 100px;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	font-weight: 700;
	font-style: italic;
	-webkit-margin-before: 0;
	-webkit-margin-after: 15px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
.content-post h2 {
	font-family: 'Abril Fatface';
	font-weight: 300;
	font-size: 24px;
	line-height: 39px;
	border-bottom: none;
	color: #000;
	margin-bottom: 26px;
	padding-bottom: 0
}
.post-counter {
	color: #FF6100;
	float: left
}
.post-counter ul {
	list-style-type: none;
	padding-top: 15px
}
.post-counter ul li {
	float: left;
	margin-right: 20px
}
.authors-container .artist-2 {
	padding-left: 15px;
	padding-right: 15px
}
.authors-container .more_gallery {
	color: #000;
	background-image: url(../img/more.png)
}
.authors-container {
	padding-bottom: 0
}
.comments-container {
	padding-top: 0
}
.add-comment .artists-l, .comment-single .artists-l {
	padding-top: 25px;
	float: left;
	width: 25%
}
.add-comment .artist_content-2 {
	background-color: transparent
}
.add-comment .artist_content-2 .inner_content {
	padding: 0 0 40px
}
.comment-single .inner_content {
	position: relative
}
.add-comment .artists-r, .comment-single .artists-r {
	float: left;
	width: 75%;
	padding: 25px 0 0
}
.add-comment h2, .comment-single h2 {
	float: left;
	margin-right: 60px;
	max-width: 100px
}
.add-comment h1, .comment-single h1 {
	font-size: 29px;
	line-height: 29px;
	margin-bottom: 24px;
	display: block
}
.add-comment .featimage-2 {
	background-color: #FF6100;
	float: left;
	margin-left: 45px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-position: center center;
	background-size: 100%;
	transition: .5s
}
.comment-single .featimage-2 {
	float: left;
	margin-left: 45px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-position: center top;
	background-size: 100%;
	transition: .5s
}
.add-comment .featimage-2:hover {
	background-color: #000;
	background-size: 100%;
	transition: .5s
}
.comment-single:hover .featimage-2 {
	background-size: 110%;
	transition: .5s
}
.comment-single .post_date {
	position: absolute;
	right: 55px
}
.sidebar-left {
	float: left;
	padding: 0 15px;
	width: 33.3333%
}
.blog-column {
	width: 66.33%;
	float: left
}
.blog-column-no-sidebar {
	width: 66.33%;
	margin: 0 auto
}
.blog-column .post-wrapper, .blog-column-no-sidebar .post-wrapper {
	margin-bottom: 66px
}
.sidebar-left .field_form-comment {
	display: inline;
	max-width: 326px
}
.widget {
	padding: 0 0 35px;
	float: left;
	width: 100%
}
.widget h4 {
	margin-top: 0;
	line-height: 29px;
	margin-bottom: 30px
}
.sidebar-left .post-inner {
	padding: 40px;
	margin-bottom: 30px
}
.blog-navigation {
	float: left;
	width: 100%;
	text-align: center
}
.blog-navigation .pages {
	display: inline;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	font-size: 29px;
	line-height: 39px;
	font-family: 'Abril Fatface';
	font-weight: 300;
	color: #000;
	letter-spacing: 15px
}
.blog-navigation .pages .active {
	color: #FF6100
}
.blog-navigation .prev {
	float: left;
	cursor: pointer;
	position: relative
}
.blog-navigation .next {
	float: right;
	cursor: pointer
}
.archives-widget ul {
	list-style-type: none;
	padding: 0 0 0 40px
}
.archives-widget ul li {
	padding-left: 0;
	transition: .3s
}
.archives-widget ul li:hover {
	padding-left: 8px;
	transition: .3s
}
.archives-widget ul li a {
	color: #000
}
.archives-widget ul li:hover a {
	color: #FF6100;
	font-weight: 700
}
.sidenav_mobile {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	background-color: #FF6100;
	background-image: url(../img/wolf.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow-x: hidden;
	padding-top: 50px;
	transition: .5s
}
.sidenav_mobile a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #818181;
	display: block;
	transition: .3s
}
.offcanvas a:focus, .sidenav_mobile a:hover {
	color: #f1f1f1
}
.sidenav_mobile .closebtn {
	position: absolute;
	top: 50px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px
}
.burger_click_mobile_close {
	background-image: url(../img/burger_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 79px;
	width: 79px;
	border: 3px solid #fff;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	transition: .3s
}
.burger_click_mobile {
	display: none;
	background-image: url(../img/burger.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 79px;
	width: 79px;
	border: 3px solid #FF6100;
	cursor: pointer;
	float: right;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 5;
	transition: .3s
}
.burger_click_mobile:hover {
	border: 3px solid #fff;
	transition: .3s
}
.menu_burger_mobile .menu ul {
	padding: 0 50px 0 0
}
.menu_burger_mobile .menu li {
	padding: 0 30px 30px 0;
	background-color: transparent;
	float: left;
	width: 100%
}
.menu_burger_mobile .menu li a {
	font-size: 24px;
	line-height: 19px;
	color: #fff;
	font-family: 'Abril Fatface';
	font-weight: 300
}
.sticky .menu li ul li:first-child {
	border-top: 3px solid rgba(255,16,61,1)
}
.sticky .menu li ul li ul li:first-child {
	border-top: 0 solid rgba(255,16,61,1)
}
.sticky .menu li:hover a {
	border-bottom: 3px solid rgba(255,16,61,0)
}
.menu_burger_mobile .menu li ul {
	display: inline-block;
	background: 0 0;
	text-align: left;
	position: relative;
	padding: 0;
	visibility: visible;
	opacity: 1;
	float: left;
	width: 180px;
	transition: .3s;
	padding-left: 10px;
	line-height: 30px;
	-webkit-transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.menu_burger_mobile .menu li ul li ul {
	display: inline-block;
	position: relative;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
.menu_burger_mobile .menu li ul li ul li a {
	font-size: 12px
}
.menu_burger_mobile .menu li ul li a, .menu_burger_mobile .menu li:hover ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif
}
.menu_burger_mobile .menu li ul li {
	padding: 0;
	transition-duration: .3s
}
.menu_burger_mobile .menu li ul li:hover {
	padding: 0;
	margin-left: 10px;
	transition-duration: .3s
}
.menu_burger_mobile .menu li:hover ul, .menu_burger_mobile .menu li:hover ul li:hover ul {
	-webkit-transform: none;
	transform: none
}
.menu_burger_mobile .menu li ul li ul {
	padding-left: 25px
}
.menu_burger_mobile .menu li ul li:hover ul {
	padding-left: 0;
	margin-left: 0
}
.menu_burger_mobile .menu li:hover ul li ul li a {
	font-size: 12px
}
.logo_mobile {
	display: none
}

@media all and (max-width:1285px) {
.insta_feeds_inner {
	padding: 50px 15px
}
.columns-3 .h-column {
	width: 100%;
	margin-bottom: 0x
}
.count_down .numbera h6::after {
	text-align: center;
	content: ":";
	padding-left: 10px;
	color: #fff;
	font-size: 109px;
	font-family: 'Abril Fatface'
}
.calendar .column-1, .cta-2, .cta-3, .cta-4 {
	padding-left: 15px;
	padding-right: 15px
}
.add-comment .featimage-2, .comment-single .featimage-2 {
	margin-left: 0
}
.artist-2 .featimage-2 {
	width: 230px;
	height: 230px
}
.sendit {
	float: left
}
.sidebar-left .field_form-comment {
	display: inline;
	max-width: 266px
}
.h-nav, .unslider-arrow, .unslider-nav {
	padding-left: 15px;
	padding-right: 15px
}
.artist .featimage {
	background-size: 100%
}
.post_content {
	padding: 20px
}
.logo_mobile {
	background-color: rgba(0,0,0,.49);
	position: fixed;
	z-index: 4;
	padding: 5px 0;
	margin: 0 auto;
	text-align: left;
	width: 100%
}
.logo_mobile img {
	max-width: 60%;
	padding: 15px 0 0 15px
}
.burger_click_close, .burger_click_mobile {
	width: 40px;
	height: 40px;
	background-size: 50%
}
.burger_click_mobile, .logo_mobile {
	display: block
}
.top_menu {
	display: none
}
.img_gal ul li {
	width: 50%;
	transition: .3s
}
.h_button-gallery {
	top: 90%;
	right: 30px
}
.artist_inner {
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)50%, rgba(255,0,0,.4)100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.3)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(255,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.3)0, rgba(0,0,0,.3)59%, rgba(255,0,0,.4)100%)
}
.post_image {
	background-size: cover
}
}

@media all and (min-width:1250px) and (max-width:1650px) {
.arists_content h2 {
	margin-top: 100px
}
}

@media all and (max-width:1250px) {
.menu li ul li:hover ul li a:hover, .menu li:hover ul li a:hover, .menu li:hover ul li:hover a, .menu li:hover ul li:hover ul li:hover a, .menu_burger_mobile .menu li ul li a, .menu_burger_mobile .menu li ul li a:hover, .menu_burger_mobile .menu li ul li ul li a:hover, .menu_burger_mobile .menu li:hover ul li a, .menu_burger_mobile .menu li:hover ul li a:hover {
	color: #fff
}
.about-2 .check_social, .about-3 .check_social, .artist .check_social_white, .bounce, .box_color, .box_color-2, .box_pic, .days, .h_button-gallery, .h_circle, .pattern_testimonials, .rectangle-1, .rectangle-2, .rectangle-3, .rectangle-4 {
	display: none
}
.box_l_side {
	top: 0
}
.h_box_l {
	padding: 15px 15px 0
}
.box_r_figure {
	top: 0
}
.box_l_side, .box_r_side {
	position: relative;
	max-width: 100%
}
.box_l_figure {
	left: auto;
	top: 0;
	margin-bottom: 30px
}
.box_l_content p:last-child {
	margin-bottom: 0
}
.box_l_figure, .box_r_figure {
	float: left;
	padding: 31px 60px 31px 50px
}
.box_l_content, .box_r_content {
	float: left;
	max-width: 100%;
	padding-right: 0
}
.box_r_content {
	margin-top: 25px
}
.container {
	width: 100%;
	padding: 30px 0
}
.container_inner {
	width: auto
}
.about-2 {
	min-height: 100px
}
.h_box_l {
	padding-left: 0;
	padding-right: 0;
	min-height: 100px
}
.h_slider-maintance {
	padding-right: 15px
}
.about-2 .rel-grid, .aboute3 .rel-grid, .aboutus .rel-grid {
	padding-left: 15px;
	padding-right: 15px
}
.about-3 .box_r_content {
	padding-top: 30px
}
.artist .featimage {
	margin-top: 50px;
	min-height: 400px;
	background-position: top center
}
.artist_right {
	margin-top: 50px
}
.nav_artists {
	top: 0
}
.sl-wrapper .sl-close {
	width: 46px!important;
	height: 46px!important;
	background-size: 60%
}
.about-2 {
	padding: 15px 0 30px
}
.aboutus {
	padding: 0 0 15px
}
.arists_content {
	padding: 30px 15px
}
.check_social_white .soc:last-child img {
	margin-right: 0
}
.archives .h-column {
	width: 50%;
	text-align: center
}
.archives .h-column:first-child, .archives .h-column:nth-child(2) {
	padding-bottom: 30px
}
.archives p {
	padding-left: 0;
	margin-bottom: 0
}
.archives h4 {
	margin-top: 0;
	margin-bottom: 25px
}
.h_slider-maintance h6 {
	font-size: 79px;
	line-height: 95px
}
.menu_burger_mobile .menu li a, .menu_burger_mobile .menu li:hover a {
	border-bottom: 0;
	border-bottom: none
}
.artists-3, .cta, .img_gal, .insta_feeds, .map_google, .testimonials .h-column {
	padding: 0
}
.insta_feeds .h-column {
	min-height: 320px;
	background-size: cover
}
.contact-1, .contact-2 {
	padding-right: 0
}
.artist_content p {
	margin-top: 60px
}
.cta h6 {
	line-height: 100px;
	font-size: 80px
}
.cta .h_title {
	font-size: 49px;
	line-height: 59px
}
.testimonials .h-column {
	float: right
}
.cta-2 p {
	margin-bottom: 0
}
.artist-2 .featimage-2 {
	width: 170px;
	height: 170px
}
.cta {
	padding-bottom: 15px
}
.post-inner {
	padding: 25px
}
.field_form-comment {
	max-width: 175px
}
.columnes .row_grid {
	padding-left: 15px;
	padding-right: 15px
}
.blog-column-no-sidebar .post-wrapper {
	margin-bottom: 30px
}
.artists-2 .check_social_white {
	float: right
}
}

@media all and (max-width:850px) {
.testimonials_content {
	max-width: none
}
.h_slider {
	height: 750px
}
.cm-3 .featimage-2 {
	width: 220px;
	height: 220px
}
.sidebar-left .field_form-comment {
	max-width: 175px
}
.blog-navigation {
	padding-left: 0;
	padding-right: 0
}
.blog-column .post-wrapper {
	margin-bottom: 33px
}
.blog-column-no-sidebar {
	width: 100%
}
.blockquote-post {
	padding: 0 20px;
	font-size: 17px;
	line-height: 27px
}
.comments-container {
	padding-top: 0
}
h1 {
	font-size: 39px;
	line-height: 49px
}
.dotter {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: none
}
.columns-25 .h-column, .columns-50 .h-column, .columns-75 .h-column, .columns-75 .h-column:first-child {
	width: 100%
}
}

@media all and (max-width:750px) {
.h_slider-page .h_content {
	padding-top: 160px
}
.h_slider-p {
	height: 350px
}
.h_content {
	padding-top: 160px
}
.h_slider {
	height: 500px
}
.h_title {
	font-size: 39px;
	line-height: 49px
}
.cta h6 {
	line-height: 70px;
	font-size: 55px
}
.h_line {
	padding-bottom: 0;
	border-bottom: 4px solid #FF6100
}
.cta .h_title, h1 {
	font-size: 39px;
	line-height: 49px
}
.testimonials_content p:last-child {
	margin-bottom: 0
}
.menu_burger_mobile .menu {
	margin-top: -30px;
	margin-bottom: 30px
}
.gal-element {
	width: 50%
}
.cm-3 .featimage-2 {
	width: 170px;
	height: 170px
}
.artist-2 .featimage-2 {
	width: 120px;
	height: 120px
}
.unslider-arrow {
	position: relative;
	top: 40px
}
.sidebar-right {
	padding-top: 30px
}
.sidebar-right .widget:last-child {
	padding: 0
}
.blog-column, .sidebar-left, .sidebar-right {
	width: 100%
}
.post-inner {
	padding: 25px 35px
}
.soc img, .soc:hover img {
	margin-right: 7px
}
.artist_content-2 .inner_content {
	padding: 20px
}
.comment-single .post_date {
	right: 20px
}
.comment-single h1 {
	max-width: 70%
}
h1 {
	font-size: 29px;
	line-height: 39px
}
.artists-2 h1, .comment-single h1, h4 {
	font-size: 26px;
	line-height: 36px
}
.h_slider-maintance h6 {
	font-size: 59px;
	line-height: 75px
}
.count_down .number:last-child h6::after, .count_down .numbera h6::after {
	padding-left: 5px;
	font-size: 59px
}
.h_slider-404 h6 {
	line-height: 95px;
	font-size: 70px
}
.h_slider-404 .h_content {
	padding-top: 120px
}
}

@media all and (max-width:550px) {
.post-counter ul {
	padding-left: 0
}
.post-counter ul li {
	width: 100%;
	margin-left: 0
}
.h_title {
	font-size: 29px;
	line-height: 39px
}
.cta h6 {
	line-height: 60px;
	font-size: 45px;
	padding-left: 15px;
	padding-right: 15px
}
.cta .h_title, h1 {
	font-size: 29px;
	line-height: 39px
}
.h_content {
	padding-left: 15px;
	padding-right: 15px
}
.h_slider {
	height: 570px
}
.box_l_figure, .box_r_figure {
	float: left;
	padding: 0;
	border: none
}
.box_l_figure::after, .box_l_figure::before, .box_l_figure:hover, .box_r_figure::after, .box_r_figure::before, .box_r_figure:hover {
	border: none
}
.box_r_content {
	margin-top: 25px
}
.nav_artists a {
	float: right
}
.nav_artists a:first-child {
	float: left
}
.nav_artists {
	max-width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	right: 0
}
.artist .featimage {
	margin-top: 20px;
	min-height: 250px;
	width: 100%;
	background-position: top center
}
.artist_right {
	margin-top: 0;
	max-width: 100%
}
.artist_content {
	padding: 15px
}
.artist_content p {
	margin-top: 30px
}
.img_gal ul li {
	width: 100%
}
.sl-wrapper .sl-image {
	margin-left: 10px!important
}
.check_social_white, .h_button-gallery {
	display: none
}
.testimonials_content {
	margin: 185px 0 0
}
.field_form {
	max-width: 220px;
	width: 100%
}
.gal-element {
	width: 100%
}
.cta-2 p, .cta-3 p, .cta-4 p {
	max-width: 100%;
	margin-bottom: 10px;
	text-align: justify
}
.cm-3 .featimage-2 {
	float: right;
	width: 80px;
	height: 80px
}
.cm-3 {
	float: right
}
.cm-6 {
	margin-top: -80px;
	width: 100%
}
.artists-2 .artists-l, .artists-2 .artists-r {
	width: 100%
}
.artists-2 .artists-l {
	text-align: center
}
.artist-2 .featimage-2 {
	width: 170px;
	height: 170px;
	margin: 0 auto
}
.cat_name {
	width: 22%
}
.artist_right-2 {
	width: 78%
}
.blockquote-post {
	font-size: 17px;
	line-height: 24px
}
.comments-container h4 {
	margin-bottom: 25px
}
.artists-2 h1, .comment-single h1, h4 {
	font-size: 24px;
	line-height: 34px
}
.archives .h-column {
	width: 100%
}
.archives .h-column:nth-child(3) {
	padding-bottom: 30px
}
.h_slider-maintance h6 {
	font-size: 39px;
	line-height: 55px
}
.count_down .number h6::after, .count_down .number:last-child h6::after {
	padding-left: 5px;
	font-size: 39px
}
.check_social-v2 .soc {
	width: 100%;
	float: left;
	margin-bottom: 5px
}
.notifications .soc {
	width: auto;
	float: none;
	margin-bottom: 5px
}
.notifications .h-column {
	width: 100%
}
.notifications h4 {
	margin-bottom: 25px
}
.notifications .h-column:first-child {
	padding-bottom: 30px
}
}

@media all and (max-height:400px) {
.logo_mobile img {
	max-width: 30%
}
.cat_name h2 {
	font-size: 17px
}
.check_social_black {
	display: none
}
}

@media all and (max-width:450px) {
.field_form {
	max-width: 175px;
	width: 100%
}
.check_social_black {
	display: none
}
.add-comment .artists-l, .add-comment .artists-r, .comment-single .artists-l, .comment-single .artists-r {
	width: 100%
}
.cat_name h2 {
	font-size: 17px
}
.comments-container h4 {
	margin-bottom: 5px
}
.field_form-comment {
	max-width: 145px
}
h1 {
	font-size: 24px;
	line-height: 34px
}
}


























