/*
Theme Name: artist OK
Author: Aleksaner Nechaev
Author URI: http://wcw.com.ua
Description: Base theme for artist OK site
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recsquare
*/


/*@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/


body,html
{
background: #831c7d; /* Old browsers */
    font-family: 'Times New Roman','arial';
    margin: 0;
    font-size:14px;
	color:#34495e;
	line-height:1.3;
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0px !important;


}

p,ul,h1,h2,h3,h4,h5,h6
{
	padding:0;
	margin:0;
}

html,body{height:100%}

ul
{
	list-style:none;
}

img
{
	border:0;
	max-width:100%;
}

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

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.clear
{
    clear: both;
}
.clear10
{
    clear: both;
	height:10px;
}
.clear20
{
    clear: both;
	height:20px;
}
a
{
    text-decoration: none;
    color: #0058ba;
}
.center
{
    text-align:center;
    margin:0 auto;
}
.wrapper
{
	height:100%;
	position:relative;
}

.btn
{
	color:#18081a;
	font-size:13px;
	font-weight:bold;
	min-width:100px;
	font-family:arial;
	text-transform:uppercase;
	display:inline-block;
	margin:0px;
	border:1px solid #b28caf;
	background:#dcbadd;
	padding:7px 15px;
	text-align:center;
	 font-family:'arial';
	 cursor:pointer;
	 border-radius:0px;
}
.forum_write_block div.btn
{
	min-width: 70px;
	font-style: normal;
}
.btn:hover
{
	background:#d6a4d5;
}
.btn:active
{
	background:#b28caf;
	color:#ffffff;
}
.btn15
{
	display:inline-block;
	padding: 10px 20px;
	cursor:pointer;
	text-decoration:none;
	font-size:15px;
	text-align:center;
	font-weight:600;
	border:none;
	font-family: 'OpenSans','arial';
}
.blue
{
	color:#ffffff;
	background: #2980b9;
	border-bottom:3px solid #074086;
}
.blue:hover
{
	filter:none;
	background:#3498db;
	text-decoration:none !important;
}
.blue:active
{
	position:relative;
	top:2px;
	border-bottom:1px solid #074086;
}
.input_block
{
	margin:0 10px;
	position:relative;
	display:block;
}
.input_block input
{
	width:100%;
	margin-left:-10px;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #ffffff;
	background:#b89db9;
	padding:8px 9px 8px 9px;
	font-size:17px;
	color:#131313;
	font-family: 'Times New Roman','arial';
}
.textarea_block
{
	margin:0 10px;
	position:relative;
}
.textarea_block textarea
{
	min-width:100%;
	resize:none;
	max-width:100%;
	min-height:80px;
	max-height:80px;
	margin-left:-10px;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #ffffff;
	background:#b89db9;
	border-radius:0px;
	padding:10px 9px 10px;
	font-size:17px;
	color:#131313;
	overflow:auto;
	font-family: 'Times New Roman','arial';
}

.input_block_text
{
	line-height:35px;
}
.input_block.inline
{
	display:inline-block;
	vertical-align:top;
	width:90px;
	margin:0px 20px;
}
.input_block.inline input
{
	margin-top:0px;
	margin-bottom:0px;
}

input:focus,textarea:focus
{
    background:#c3a1c4;
}
*:focus
{
	outline:none;
}
.checker{
    display:inline-block;
    vertical-align: sub;
    background:#ffffff;
}
.checker span
{
    width:15px;
    height:15px;
    border:1px solid #c8c8c8;
    cursor:pointer;
    display: block;
	margin-top:1px;
}
.checker input{margin:0;    height: 15px;    width: 15px;cursor:pointer;}
.checker span.checked{background: url(images/checkbox.png) no-repeat center center;}
.radio{
    display:inline-block;
    vertical-align: sub;
    background:#ffffff;
}
.radio span
{
    width:19px;
    height:19px;
    cursor:pointer;
    display: block;
	background: url(images/radio.png) no-repeat left top;
}
.radio input{margin:0;    height: 19px;    width: 19px;cursor:pointer;}
.radio span.checked{background: url(images/radio.png) no-repeat left bottom;}
 label
 {
     margin:0 30px 0 5px;
     font-size:13px;
     cursor:pointer;
     line-height:19px;
 }

.checkbox_block
{
    display:inline-block;
    vertical-align:top;
    margin-right:20px;
}

.checkbox_block .checker
{
    float:left;
}
.checkbox_block .radio
{
    float:left;
}
.checkbox_block label
{
    display: block;
    margin: 0 0 0 24px;
}

.back_image
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.main_photo
{
	position:absolute;
	z-index:1;
	height:95%;
	left:2%;
	bottom:0px;
	z-index:1;
}
.main_painting
{
	position:absolute;
	z-index:1;
	height:25%;
	max-width:20%;
	right:30px;
	bottom:15px;
	z-index:1;
}
.main_content
{
	width:50%;
	position:absolute;
	right:0px;
	text-align:center;
	padding-top:0px;
	margin-top: 0px;
	height:100%;
	z-index:3;
}
.main_content .main_logo
{
	margin-bottom:50px;
	display:inline-block;
	padding-top: 30px;
}
.main_content_text
{
	color:#ffffff;
	font-size:30px;
	font-style:italic;
	line-height:1.3;
	position:absolute;
	width:100%;
	display:none;
}

.big_photo
{
	height:100%;
	width:48%;
	text-align:center;
	float:left;
	position:relative;
	z-index:0;
}
.big_photo img
{
	max-height: 96%;
        height: 96%;

	position: absolute;
	left:0%;
	bottom:0px;
	display: none;
}
.big_photo.wide img
{
  max-width: inherit; 
	margin-left: 10%;
}
footer
{
	font-size: 9px;
	font-family: arial;
	position: absolute;
	left: 5px;
	bottom: 5px;
	color: #ffffff;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061515884555943e-16, M12=1, M21=-1, M22=3.061515884555943e-16, SizingMethod='auto expand')";
	width: 300px;
	margin-left: -140px;
	margin-bottom: 150px;
	z-index:3;
}
.content
{
	float:right;
	width:52%;
	height:100%;
	position:relative;
	z-index:1;
}
.content_body
{
	margin:30px 30px 40px 30px;
}
.logo
{
	text-align:center;
	margin-bottom:40px;
}
.coming_soon
{
	height:40px;
	line-height:36px;
	background: rgba(255,255,255,0.15); /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );
	text-align:center;
	color:#f7d4fc;
	font-size:18px;
}
.name_of_album
{
	vertical-align:top;
	position:relative;
	top:-5px;
	margin:0px 5px;
}
.disk
{
	vertical-align:top;
	position:relative;
	top:-7px;
	margin:0px 0px 0px 15px;
}

.main_menu
{
	height:105px;
	text-align:center;
}
.main_menu > ul
{
	display:inline-block;
}
.main_menu > ul > li > a
{
	color:#f7f5f7;
	font-size:15px;
	text-transform:uppercase;
	display:block;
	border-bottom:3px solid transparent;
	position:relative;
}

.main_menu > ul > li.current-menu-item > a, .main_menu > ul > li.current-menu-parent> a
{
	border-bottom:2px solid #ffffff;
}
/*.main_menu > ul > li.current-menu-item > a:after
{
	position:absolute;
	bottom:3px;
	width:100%;
	height:2px;
	left:0px;
	content:'';
	background:#ffffff;
}*/
.main_menu > ul > li > a
{

}
.main_menu > ul > li:hover
{
	background:#6c2e6b;
}
.main_menu > ul  > li
{
	float:left;
	color:#ffffff;
	margin-left:18px;
	padding:5px 7px 2px;
    position:relative;
	margin-right:1px;
}
.main_menu > ul > li:after
{
	width:6px;
	height:6px;
	position:absolute;
	top: 11px;
	left: -13px;
	background:url(images/main_menu.png) no-repeat 0 0;
	content:'';
}
.main_menu > ul > li:first-child:after
{
	content:none;
}
.main_menu > ul > li:first-child
{
	margin-left:0px;
}
.main_menu > ul > li ul
{
	position:absolute;
	top:100%;
	left:50%;
	text-align:center;
	width:120px;
	margin-left:-60px;
	line-height:1.5;
	height:0px;
	overflow:hidden;
	-moz-transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.main_menu > ul > li:hover ul
{
	height:73px;
}
.main_menu > ul > li ul li
{
	display:block;
}
.main_menu > ul > li ul a
{
	display:block;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}
.main_menu > ul > li ul a:hover
{
	text-decoration:underline;
}
.menu-item-257 a
{
	margin-left:2px;
}
h1
{
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 0px;
	text-align:center;
	height:20px;
	line-height:20px;
	background: rgba(255,255,255,0.15); /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 ); /* IE6-8 */

}
.h1_first
{
	display:inline-block;
	vertical-align:top;
	height:12px;
	width:18px;
	background:url(images/h1_first.png) no-repeat 0 0;
	margin:4px 10px 0px 0px;
}
.h1_last
{
	display:inline-block;
	vertical-align:top;
	height:12px;
	width:18px;
	background:url(images/h1_last.png) no-repeat 0 0;
	margin:4px 0px 0px 9px;
}
.scroll_block
{
	margin:10px 0px 10px 20px;
	padding:0px 20px 0px 0px;
	color:#f9fef5;
	font-size:20px;
	font-style:italic;
	text-align: justify;
	overflow:hidden;
	position:relative;
}
.scroll_block p
{
	margin-bottom:20px
}
.lang
{
	position:absolute;
	font-size:17px;
	color:#fdfdfd;
	padding-right:30px;
	top:22px;
	left:15px;
	z-index:4;
	cursor:pointer;
}
.lang:after
{
	content:'';
	width:0px;
	height:0px;
	position:absolute;
	top: 10px;
	right: 13px;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-top:4px solid #fdfdfd;
	border-bottom:none;
}
.lang ul
{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	display:none;
}
.lang ul li
{
	display:block;
}
.lang ul li a
{
	display:block;
	font-size:17px;
	color:#fdfdfd;
}
.lang ul li a:hover
{
	text-decoration:underline;
}
/*-----scroll----*/
.nicescroll-rails
{
   background:none !important;
    width:4px !important;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:5px !important;
}
.nicescroll-rails > div
{
    background: #a693a4 !important;
    width:4px !important;
    cursor:pointer !important;
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
    border-bottom:none !important;
	position:absolute;
	border-radius:5px !important;
	height:100px;
}
/*--------*/
.phone_menu
{
	display:none;
}
.phone_enter
{
	display:none;
}
.forum_block
{
	width:90%;
	margin:0 auto;
	font-style:normal;
}
.forum_block_item
{
	margin-bottom:20px;
	color:#f9fef5;
	font-size:18px;
}
.forum_autor
{
	text-align:right;
	font-style:italic;
	font-weight:bold;
}
.forum_block p
{
	margin-bottom:0px;
}
.phone_full_site_link
{
	display: block;
	margin: 20px 0px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: arial;
	color: #f7d4fc;
	font-size: 12px;
	display:none;
}
.forum_write_title
{
	text-align:right;
	margin-bottom:15px;
	color:#f9fef5;
	font-size:23px;
}
.forum_write_block
{
	max-width: 510px;
	margin:0 auto;
}
.forum_write_block p
{
	margin-bottom:0px !important;
}
.forum_write_block  .input_block
{

	margin-bottom:15px;

}
.forum_write_block  .textarea_block
{

	margin-bottom:10px;

}
.one_colum  .big_photo
{
	display:none;
}
.one_colum  .content
{
	float:none;
	margin:0 auto;
	overflow:hidden;
}
.video_block
{
	margin-left:0px;
}
.video_block p
{
	height:100%;
}
.video_block iframe
{
	width:100%;
	height:100%;
}
.design_autor_text
{
	font-size: 12px;
	position: absolute;
	text-align: center;
	bottom: 25px;
	left: 0px;
	color: #ffffff;
	font-family: arial;
	width: 100%;
	z-index: 4;
    margin-bottom: -20px;
}
.partner_block
{
	text-align:center;
}
.partner_title
{
	font-size:22px;
	color:#f9fef5;
	font-style:italic;
}
.line4
{
	height:1px;
	background:#ffffff;
	display:block;
	margin:10px auto;
	width:160px;

}
.line3
{
	height:1px;
	background:#ffffff;
	display:block;
	margin:10px auto;
	width:100px;
}
.line2
{
	height:1px;
	background:#ffffff;
	display:block;
	margin:10px auto;
	width:60px;
}
.line1
{
	height:1px;
	background:#ffffff;
	display:block;
	margin:20px auto;
	width:20px;
}
.partner_one
{
	font-size:16px;
	color:#f9fef5;
	padding-top: 15px;
}
.partner_one p
{
	margin-top: 5px;
	margin-bottom:0px !important;
	font-style:normal;
	font-size:17px;
}
.partner_one p.name
{
	font-style:italic !important;
	font-size:22px ;
}
.partner_one  span
{
	text-decoration:underline;
	font-style:italic;
}
.store_block
{
	position:absolute;
	top:50%;
	margin-top:-80px;
	font-size:25px;
	color:#f9fef5;
	text-align:center;
	left:0px;
	width:100%;
}
.slideshowlink
{
	display:none;
}
.ngg-galleryoverview
{
	padding-bottom:30px;
	position:relative;
	text-align:center;
}
.ngg-galleryoverview:after
{
	content:'';
	height:1px;
	background:#ffffff;
	display:block;
	margin-left:-80px;
	left:50%;
	position:absolute;
	bottom:20px;
	width:160px;
}
.ngg-galleryoverview:before
{
	content:'';
	height:1px;
	background:#ffffff;
	display:block;
	margin-left:-30px;
	left:50%;
	position:absolute;
	bottom:10px;
	width:60px;
}
.ngg-gallery-thumbnail img:hover {
background-color: #a693a4 !important;
}
.scroll_block iframe
{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.wpcf7-validation-errors
{
	margin-right: 135px;
	font-size: 16px;
}
.wpcf7-not-valid-tip-no-ajax
{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	margin-top: -10px;
}
.ngg-gallery-thumbnail-box {
	float: none !important;
	margin-right: 5px;
	display: inline-block;
}
#fancybox-overlay
{
	background-color: rgba(0,0,0,0.75) !important;
}
.music_title
{
	text-align:center;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.music_title .line2
{
	margin:5px auto 0px;
}
.music_block
{
	margin-bottom:40px;
	color:#f9fef5;
	font-size:16px;
	text-align:center;
	line-height:1.4;
}
.music_block p
{
	margin-bottom:0px;
}
.music_block .title
{
	/*font-style:italic;*/
	font-size:20px;
}
.music_download
{
	font-size:15px;
	text-decoration:underline;
	color:#f9fef5;
}
.music_download:hover
{
	text-decoration:none;
}
.music_play
{
	display:inline-block;
	width:60px;
	height:33px;
	background:url(images/music_play.png) no-repeat center center #834384;
	margin-bottom: 10px;
}
.music_play:hover
{
	background:url(images/music_play.png) no-repeat center center #682f69;
}
.music_play.stop
{
	background:url(images/music_stop.png) no-repeat center center #834384;
}
.music_play.stop:hover
{
	background:url(images/music_stop.png) no-repeat center center #682f69;
}
.photo_block
{
	position:relative;
	height:100%;
	width:100%;
}
.photo1
{
	position:absolute;
	top:0px;
	left:0px;
	width:40.43%;
	height:33.5%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo2
{
	position:absolute;
	top:0px;
	right:0px;
	width:58%;
	height:47%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo3
{
	position:absolute;
	top:35%;
	left:0px;
	width:40.43%;
	height:27.5%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo4
{
	position:absolute;
	top:48.5%;
	left:42%;
	width:31.5%;
	height:25%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo5
{
	position:absolute;
	top:48.5%;
	right:0px;
	width:25%;
	height:48.5%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo6
{
	position:absolute;
	top:64%;
	left:0px;
	width:40.43%;
	height:33%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo7
{
	position:absolute;
	top:75%;
	left:42%;
	width:31.5%;
	height:25%;
	/*background:#000000;*/
	overflow:hidden;
	display:block;
}
.photo_scroll
{
	margin: 0px 0px 0px 0px;
	height:100% !important;
}
.photo_block img
{
	min-width:100%;
	max-width:100%;
	min-height:100%;
	display:block;
}
.gellary_wrapper, .gallary_wrapper
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(images/gellary_wrapper.png) repeat 0 0 !important;
	z-index:5;
	display:none;
}
.ad-gallery {
  width: 50%;
  position:fixed;
  right:1%;
  top:80px;
  /*margin-top:-300px;*/
  z-index:6;
  display:none;
}
#show_content.ad-gallery
{
	top:50% !important;
}
.scroll_block a
{
	color:#ffffff;
	text-decoration:underline;
}
.scroll_block a:hover
{
	text-decoration:none;
}
.forum_write_title a
{
	text-decoration:none;
}
.form_text
{
	float: left;
	clear: both;
	width: 150px;
	text-align: right;
	line-height: 37px;
}
.wpcf7-form-control-wrap
{
	margin-left:160px;
	display:block;
}
#ascrail2000-hr
{
	display:none;
}
#gellary_scroll_block
{
	overflow:visible !important;
}
.close_light_box
{
	display:inline-block;
	padding-top: 7px !important;
	font-size:14px;
	text-decoration:underline;
	color:#ffffff;
}
.close_light_box:hover
{
	text-decoration:none;
}
#wpstats
{
	display:none;
}
	.ad-gallery {
		/*margin-top: -330px !important;*/
	}
	.ad-gallery .ad-image-wrapper {
			/*height:500px !important;*/
	  }
.ad-image-wrapper iframe{width:60% !important}


.audio_play{
	cursor: pointer;
}

.mejs-currenttime{
	/*margin-right: -10px;*/
}

@media (max-width: 1600px)
{
	.logo
	{
		text-align:center;
		margin-bottom:20px;
	}
	.content
	{
		float:right;
		width:55%;
		height:100%;
	}
	.ad-gallery {
	  position:fixed;
	  right:3%;
	}
	.big_photo
	{
		width:45%;
	}
	.logo img
	{
		height:110px;
	}
	.ad-gallery {

	  top:65px;
	}
	.main_content_text
	{
		font-size:26px;
	}
}
@media (max-width: 1400px)
{
	.content
	{
		float:right;
		width:60%;
		height:100%;
	}
	.ad-gallery {
	  width: 52%;
	  position:fixed;
	  right:4%;
	}
	.big_photo
	{
		width:40%;
	}
	.logo img
	{
		height:90px;
	}
	.ad-gallery {

	  top:65px;
	}
	.content_body {
		margin: 30px 30px 20px 30px;
	}
	.main_menu > ul > li:after
	{
		left:-9px;
	}
	.main_menu > ul > li {
		margin-left: 10px;
		margin-right:1px;
        padding: 5px 7px 2px;
    }
	.main_content_text
	{
		font-size:23px;
	}
}
@media (max-width: 1200px)
{
	.content
	{
		float:right;
		width:65%;
		height:100%;
	}
	.ad-gallery {
	  width: 55%;
	  position:fixed;
	  right:5%;
	}
	.big_photo
	{
		width:35%;
	}
	.big_photo img
	{
    max-width: inherit;
  	}
	.logo img
	{
		height:80px;
	}
	.ad-gallery {

	  top:60px;
	}
	.content_body {
		margin: 30px 30px 20px 30px;
	}
	.scroll_block {
		font-size: 18px;
	}
	.main_menu > ul > li  {
		padding: 5px 7px 2px;
	}
	.main_content_text {
		font-size: 22px;
	}
	.main_content .main_logo
	{
		width: 150px;
		margin-bottom: 20px;
	}
	.main_content
	{
		margin-top:0px;
	}
}
@media (max-width: 1100px)
{
	.content
	{
		float:right;
		width:100%;
		height:100%;
	}
	.ad-gallery {
	  width: 80%;
	  position:fixed;
	  right:10%;
	}
	.big_photo
	{
		width:35%;
		display:none;
	}
	.logo img
	{
		height:80px;
	}
	.ad-gallery {

	  top:60px;
	}
	.content_body {
		margin: 30px 15px 20px;
	}
	.main_content .main_logo {
		width: 125px;
		margin-bottom: 20px;
	}
	.main_content_text {
		font-size: 18px;
	}
	.main_content
	{
		margin-top:0px;
	}
	.main_photo {
		position: absolute;
		z-index: 1;
		height: auto;
		max-height:95%;
		left: 2%;
		bottom: 0px;
		z-index: 1;
		max-width: 70%;
	}
	.store_block
	{
		font-size:25px;
		margin-top:-30px;
	}
	.video_block p
	{
		height:300px;
	}
}
@media (max-width: 768px)
{
	.big_photo img
	{
		max-width:110%;
	}
	.main_menu > ul
	{
		position:relative;
		padding:2px 0px;
	}
	.main_menu > ul:after
	{
		content:'';
		width:100%;
		height:2px;
		top:0px;
		left:0px;
		position:absolute;
		background: rgba(255,255,255,0.15); /* Old browsers */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );
	}
	.main_menu > ul:before
	{
		content:'';
		width:100%;
		height:2px;
		bottom:0px;
		left:0px;
		position:absolute;
		background: rgba(255,255,255,0.15); /* Old browsers */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );
	}
	.main_menu > ul > li > a:after
	{
		content:'';
		width: 4px;
		height: 4px;
		border-radius: 22px;
		top:10px;
		left:5px;
		position:absolute;
		background:#ffffff;
	}
	.main_menu > ul > li > a:before
	{
		content:'';
		width: 4px;
		height: 4px;
		border-radius: 22px;
		top:10px;
		right:5px;
		position:absolute;
		background:#ffffff;
	}
	.main_menu > ul > li > a
	{
		position:relative;
		padding:3px 17px 0px;
	}
	.main_menu > ul > li.phone_active > a,.main_menu > ul > li.current-menu-item > a ,.main_menu > ul > li.current-menu-parent > a
	{
		color:#6f0b67;
		background:#ceb6cf;
		border-bottom: 3px solid transparent;
	}
	.main_menu > ul > li.phone_active > a:after,.main_menu > ul > li.current-menu-item > a:after,.main_menu > ul > li.current-menu-parent > a:after
	{
		background:#791d71;
	}
	.main_menu > ul > li.phone_active > a:before,.main_menu > ul > li.current-menu-item > a:before,.main_menu > ul > li.current-menu-parent > a:before
	{
		background:#791d71;
	}
	.main_menu > ul > li.current-menu-parent  ul
	{
		display:block;
	}
	.main_menu > ul > li.current-menu-parent  ul li.current-menu-item a
	{
		text-decoration:underline;
	}
	.scroll_block {
		font-size: 15px;
		font-style: normal;
		font-family:'arial';
	}

	.scroll_block
	{
		height:auto !important;
	}

	body
	{
		height: 100%;
		overflow: auto;
	}
	.wrapper {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		position: relative;
	}
	.phone_menu
	{
		display:block;
		width:140px;
		margin:10px auto;
		color:#f7f5f7;
		font-size:30px;
		text-transform:uppercase;
		line-height:30px;
		cursor:pointer;
	}
	.phone_menu div {
		display: inline-block;
		margin-right: 3px;
		vertical-align: top;
		margin-top: 4px;
	}
	.phone_menu div span {
		display: block;
		height: 3px;
		width: 24px;
		margin: 3px 0px;
		background: #ffffff;
	}
	.main_menu > ul > li
	{
		float:none;
		display:block;
		margin-left: 0px;
		margin-right:0px;
	}
	.main_menu
	{
		height:auto;
	}
	.main_menu > ul {
		display: block;
	}
	.main_menu > ul > li:after {
		content: none;
	}
	.main_menu > ul > li ul
	{
		position:relative;
		height:auto ;
		left: 0%;
		text-align: center;
		width: auto;
		margin-left: 0px;
		display:none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		font-style:italic;
	}
	.main_menu > ul > li  a{
		display:inline-block;
	}
	.main_menu > ul > li  a:hover
	{
		text-decoration:underline;
	}
	.main_menu > ul > li.current-menu-item > a:hover
	{
		text-decoration:none;
	}
	.main_menu > ul > li:hover ul {
		height: auto;
	}
	.content_body {
		margin: 0px;
		padding: 30px 15px 20px;
	}
	.content {
		float: right;
		width: 100%;
		height: auto;
	}
	footer {
		font-size: 9px;
		font-family: arial;
		position: relative;
		text-align: center;
		left: 0px;
		bottom: 5px;
		color: #ffffff;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-filter: none;
		width: auto;
		margin-left: 0px;
		margin-bottom: 0px;
		clear:both;
	}
	h1
	{
		margin-top: 10px;
	}
	.main_menu
	{
		display:none;
	}
	.main_menu > ul > li:hover
	{
		background:none;
	}
	.main_photo {
		position: relative;
		width: 130%;
		margin: 0 0% 0px 2%;
		display: block;
		max-width: none;
		bottom: 0px;
		left: 0px;
		max-height:none;
	}
	.main_content {
		width: 100%;
		position: relative;
		right: 0px;
		top: 0%;
		margin-top: 30px;
		text-align: center;
		padding-top: 0px;
		margin-bottom: 20px;
		height:auto;
	}
	.main_painting {
		/*position: static;
		width: 150px;
		margin: 0 auto 20px;
		display: block;
		max-width:none;*/
		display:none;
	}
	.main_content .main_logo {
		width: 125px;
		margin-bottom: 30px;
		padding-top:0px;
	}
	.main_content_text {
		font-size: 18px;
		margin-bottom: 30px;
		position:relative;
		bottom:0px;
		display:block !important;
		top:0px !important;
	}
	.phone_enter {
		color: #ffffff;
		font-size: 11px;
		font-family: arial;
		width: 35px;
		margin: 0px;
		border: none;
		background: #dcbadd;
		padding: 5px 10px;
		text-align: center;
		border-radius: 5px;
		position: absolute;
		top: 35px;
		right: 10px;
	}
	.phone_enter:hover
	{
		background:#d6a4d5;
	}
	.phone_enter:active
	{
		background:#b28caf;
		color:#ffffff;
	}
	.phone_full_site_link
	{
		display:block;
	}
	.forum_block
	{
		width:98%;
	}
	.forum_write_title
	{
		font-size:18px;
	}
	.design_autor_text
	{
		position:relative;
		bottom:0px;
		margin-bottom:15px;
		font-size:10px;
	}
	.partner_one p
	{
		font-size:15px;
	}
	.partner_one p.name
	{
		font-size:18px ;
	}
	.partner_title {
		font-size: 18px;
		color: #f9fef5;
		font-style: italic;
	}
	.line3
	{
		display:none;
	}
	.store_block
	{
		font-size:22px;
		position:relative;
		top:0px;
		margin:30px 0px;
	}
	.scroll_block  iframe
	{
		height:220px !important;
	}
	.photo_block
	{
		height:auto;
		text-align:center;
	}
	.photo_scroll
	{
		padding-right:0px;
	}
	.photo1,.photo2,.photo3,.photo4,.photo5,.photo6,.photo7
	{
		position:relative;
		top:0px;
		left:0px;
		width:31%;
		margin:0px 5px 10px;
		height:150px;
		display:inline-block;
	}
	.ad-gallery {
	  width: 90%;
	  position:fixed;
	  right:5%;
	  left:auto;

	  margin-left:0%;
	}
	  /*.ad-gallery .ad-image-wrapper {
			height:220px !important;
	  }*/
	  .ad-gallery .ad-thumbs li a img
	  {
		height:80px !important
	  }
	  .form_text
		{
			float: none;
			clear: both;
			width: auto;
			text-align: left;
		}
		.wpcf7-form-control-wrap
		{
			margin-left:0px;
			display:block;
		}
		.wpcf7-validation-errors,.wpcf7-not-valid-tip-no-ajax
		{
			font-size:12px;
		}
	/*.music_block*/
	/*{*/
		/*text-align:left;*/
		/*clear:both;*/
		/*line-height: 1.3;*/
		/*margin-bottom: 0px;*/
	/*}*/
	/*.mejs-container {*/
		/*margin: 0 0px 0px 80px !important;*/
		/*margin-top: 0px !important;*/
	/*}*/
	/*.music_block p*/
	/*{*/
		/*margin-bottom:0px !important*/
	/*}*/
	/*.music_play */
	/*{*/
		/*float:left;*/
		/*width: 70px;*/
		/*height: 40px;*/
		/*margin-top:5px;*/
	/*}*/
	/*.music_block p,.music_download*/
	/*{*/
		/*margin-left:80px;*/
		/*display:block;*/
		/*font-size:14px;*/
	/*}	*/
	.music_block p.title {
		font-style: normal;
		font-size: 17px;
		margin-bottom:0px;
	}
	.video_block p
	{
		height:270px;
	}
	.scroll_block
	{
		text-align:left;
	}

	/*.mejs-container .mejs-controls{*/
		/*width: 200px !important;*/
	/*}*/

	/*.mejs-time-rail{*/
		/*margin-left: 245px !important;*/
	/*}*/

	/*.mejs-time-total .mejs-time-slider{*/
		/*width: 200px !important;*/
	/*}*/

	/*.mejs-time-loaded span{*/
		/*width: 200px !important;*/
		/*border-radius: 50%;*/
	/*}*/

	/*.mejs-controls .mejs-time-rail .mejs-time-current {*/
		/*border-radius: 50%;*/
	/*}*/

	/*.mejs-controls .mejs-time-total  span{*/
		/*width: 340px !important;*/
	/*}*/
	/*.mejs-controls .чmejs-time-slider span{*/
		/*width: 340px !important;*/
	/*}*/

	/*.mejs-time-rail a {*/
		/*width: 340px !important;*/
	/*}*/


	/*.mejs-controls .mejs-time-current span,*/
	/*.mejs-controls .mejs-time-rail span,*/
	/*.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,*/
	/*.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {*/
		/*border-radius: 50%;*/
		/*width: 350px !important;*/
	/*}*/

	/*.mejs-controls {*/
		/*padding-left: 23%;*/
	/*}*/

	/*.mejs-container .mejs-controls .mejs-time{*/
		/*margin-right: -5px !important;*/
	/*}*/

	/*.mejs-currenttime, .mejs-time.mejs-currenttime-container{*/
		/*margin-right: -5px !important;*/
	/*}*/

	/*.mejs-duration, .mejs-time.mejs-duration-container{*/
		/*margin-left: -5px !important;*/
	/*}*/


}
@media (max-height: 700px){
	/*.ad-gallery {
		margin-top: -250px !important;
	}
	.ad-gallery .ad-image-wrapper {
			height:350px !important;
	  }*/
}
@media (max-height: 600px){
	/*.ad-gallery .ad-image-wrapper {
			height:300px !important;
	  }
	.ad-gallery {
		margin-top: -220px !important;
	}	*/
}
@media (max-height: 400px){
	/*.ad-gallery .ad-image-wrapper {
			height:220px !important;
	  }
	.ad-gallery {
		margin-top: -180px !important;
	}	 */
}
@media (max-width: 600px)
{
	.ad-image-wrapper iframe{width:100% !important}
	h1 {
		font-size: 13px;
	}
	.logo {
		text-align: center;
		margin: 0px auto 20px;
		max-width: 80%;
	}
	.scroll_block {
		margin: 10px 0px 10px 10px;
		padding: 0px 10px 0px 0px;
	}
	.scroll_block p {
		margin-bottom: 15px;
	}
	.content_body {
		margin: 0px;
		padding: 30px 10px 15px;
	}
	.lang
	{
		top:22px;
	}
	.disk
	{
		display:none;
	}
	.coming_soon
	{
		font-size:12px;
	}
	.name_of_album {
		vertical-align: top;
		position: relative;
		top: 3px;
		margin: 0px 2px;
		width: 160px;
	}
	.forum_write_title
	{
		font-size:15px;
	}
	.photo1,.photo2,.photo3,.photo4,.photo5,.photo6,.photo7
	{
		position:relative;
		top:0px;
		left:0px;
		width:46%;
		margin:0px 5px 10px;
		height:150px;
		display:inline-block;
	}
	.ad-nav{display:none !important;}
	.ad-next,.ad-prev
	{
		/*display:none !important;*/
	}
	.ad-next
	{
		right:-25px !important;
	}
	.ad-prev
	{
		left:-25px !important;
	}
	.ad-gallery {
		top: 10px !important;
		right: 30px;
	width:auto;
	left:30px;
	}
	.ad-gallery .ad-image-wrapper
	{
		padding:0px 3px !important;
		overflow:visible !important;
	}
	.ad-gallery .ad-image-wrapper  .ad-image
	{
		margin-left:0px !important;
	}
		.mejs-container
	{
		display:none !important;
	}
}
@media (max-width: 450px)
{
	.photo1,.photo2,.photo3,.photo4,.photo5,.photo6,.photo7
	{
		position:relative;
		top:0px;
		left:0px;
		width:100%;
		margin:0px auto 10px;
		height:150px;
		display:block;
		max-width:270px
	}
	.ad-gallery .ad-nav {
	width: 300px !important;
	margin: 0px auto;
	position: relative;
	}

}
@media (max-width: 400px)
{
	/*.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	max-width: 80%;
	margin-left: 30px;
	}
	.ad-gallery .ad-nav {
	width: 250px !important;
	margin: 0px auto;
	position: relative;
	}*/
}

.ad-loader
{
	margin-left:-10px;
}
.mejs-container
{
    display: none;
    background: none !important;
    margin: 0 auto;
    /*margin-top: -50px;*/
}

.mejs-controls
{
    background: none !important;
	width: 330px !important;
}

.mejs-time-rail{
	width: 265px !important;
}

.mejs-button, .mejs-button, .mejs-horizontal-volume-slider
{
    display: none !important;
}

.mejs-time-current
{
    height: 5px !important;
    background: #ffffff !important;
}

.mejs-time-current:after
{
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
}

.mejs-time-loaded, .mejs-time-total
{
    height: 5px !important;
    background: #b095b2 !important;
}

.ad-nav
{
    margin-top: 10px !important;
}

.music_artist
{
    font-style: normal;
    font-size: 17px;
}

.music_italic
{
    font-style: italic;
}

.ad-image-wrapper{text-align:center}

.ad-image-wrapper
{
	position:relative;

}
#photo-contaner .ad-image-wrapper:after
{
	content:'';
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 10;
}
.big_photo:after, .main_photo:after
{
	content:'';
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 1;
}
.ad-image
{
    background-color: #988891 !important;
    padding: 3px !important;
}
.ad-image img
{
	/*border:3px solid #988891;*/
}
.ad-gallery .ad-image-wrapper
{
	padding-bottom:6px !important;
}

.ad-image-wrapper
{
    /*height: 410px !important;*/
}

/*.ad-image-wrapper:after
{
    content: ' ';
    height: 5px;
    width: 275px;
    background-color: #988891 !important;
    position: absolute;
    top: 395px;
    left: 188px;
    z-index: 999;
}*/

.ad-image
{
    /*height: 400px !important;*/
}

.super_logo:hover
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.timer_enter{
    display: none;
    color: #ffffff;
}

.security-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
}

.wide img {
    left: -10px !important;
}

.title_images img {
	border: 1px solid !important;
	width: 225px;
	height: 225px;
}

.store_page>.line1 {
	width: 120px !important;
}

.textwidget {
	display: inline-block;
}
