@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald');

.zub {
	background: url('/images/zub.png');
	height: 10px;
	width: 100%;
	margin-top: -4px;	
}

body.site {
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}

.body .container {
    width: auto;
    max-width: 100%;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

#content {	
	background-image: url('/images/bg_left.png');		
	background-position: -20px -20px;
	background-repeat: repeat-y;
}

#ivcult-bg-right {
	background-image: url('/images/bg_right.png');		
	background-position: 115% 0px;
	background-repeat: repeat-y;
}

.ivcult-inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.ivcult-inner .pull-left{
    float: none;
}

.brand img {    
    float: none;    
}

.bg_header {
	position: absolute;
	background-image: url('/images/bg_full.png');
	opacity: 0.15;
	width: 100%;
	height: 175px;
	background-position: 0 -20px;
}

.bg-left {	
	background-image: url('/images/bg_left.png');
	opacity: 0.2;		
	width: 300px;
	height: 1000px;
	background-position: -10px 0px;
	background-repeat: repeat-y;
	position:absolute;
	z-index: 0;
}

.header {
	position: relative;	
}

.ivcult-logo-text-1 {
    /*font-size: 16px;    
    margin-bottom: 10px;
    color: #e72e19;*/
    position: absolute;
    width: 350px;
    height: 250px;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    top:-50px;
    
}

.ivcult-inner .ivcult-logo-text-2 {
    font-size: 24px;    
    text-transform: uppercase;
    color: #e72e19;
    font-weight: bold;
}

.camera_pag {
	background-color:#E94116;
	height: 40px;
}

.navigation {
	min-height: 34px;
	background-color: #E94415;
	/*margin-top: 20px;*/
	padding: 0px;			
	margin-bottom: 0px;    
	border-top: 1px solid rgba(0,0,0,0.075);	
	border-bottom: none;
}


.ivcult-border {
	background-image: url('/images/gr.png');
	height: 35px;
	background-repeat: repeat-x;
	background-position: 0 0px;
	position: relative;
	z-index: 10;
}

.ivcult-zub-border {
	background-image: url('/images/zub_top.png');
	height: 10px;
	background-repeat: repeat-x;
	background-position: 0 0px;
	position: relative;
	z-index: 10;	
}

.navigation .ivcult-menu {
    max-width: 1200px;
    margin: 0 auto;   
    font-family: 'Oswald', sans-serif;
}    

.ivcult-menu .nav, .ivcult-menu .nav ul {
    list-style:none;
    margin:0;
    padding:0;
    /*margin-top: 10px;*/  
    margin-right: 20px;
}

.ivcult-menu .nav {
    position:relative;
    margin: auto;
    width: 70%;	
}

.ivcult-menu .nav li {
    float:left;        
}


.ivcult-menu .nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:34px;   
    
}

.ivcult-menu > ul > li a {
	font-weight: bold;
}

.ivcult-menu .nav li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    /*background-color:#F5F5F5;    */
    color: #FFF; /*#c24225;*/
    /*font-weight: bold;*/
    display:block;
    font-size:12px;
    line-height:25px;
    padding:5px 10px;
    text-decoration:none;
    text-transform: uppercase;
    transition:0.5s;    
    /*font-family: 'Roboto Slab', serif;*/
    font-weight: normal;
}

.ivcult-menu .nav li:hover > a {
    /*background: #c24225;*/
    background: #FFF;
    border-color: #6E67A6;
    color:#000 !important; /* main ul color**/
}

.ivcult-menu .nav li:hover ul.nav-child {
    height:auto;
    width:420px;
    border-radius: 0px;
}

.ivcult-menu .nav ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.ivcult-menu .nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    z-index: 100;
}

.ivcult-menu .nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    -webkit-transition-delay:0.5s;
    transition-delay:0.5s;
}

.ivcult-menu .nav ul li a {
    /*background:#c24225;*/
    background:#FFF;
    border-color:#6E67A6;
    color:#000; /*color sub li*/
    line-height: 1px;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -webkit-transition:1.5s;
    transition:1.5s;
}

.ivcult-menu .nav li:hover ul li a {
    line-height:35px;
}

.ivcult-menu .nav ul li a:hover {
    background: #E94415 !important;
    /*background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
    */
    color: #FFF !important;
}

.moduletable-left-menu ul li{
	background-color: #EEE;
	margin-right: 20px;
	margin-bottom: 5px;
}

.moduletable-left-menu ul li a{
	padding: 20px 15px; 
	font-size: 16px;
}

.moduletable-left-menu ul li:hover a{
	color: red;
}

.moduletable-ivcult-news-slides {
    display: none;
	/*max-width: 275px;*/
}
.moduletable-ivcult-news-slides h3 {
	text-align: center;
}

.row {
  
  max-width: 1600px;
  margin: 0 auto;  
  
  display: flex;
  flex-flow: row wrap; 
  margin-top: 30px;
  margin-bottom: 30px;
}
.block1 {
  flex: 1 300px;
  min-width: 300px;
  max-width: 300px;
  padding: 10px;
  /*padding-left: 30px;  */
  /*float: left;
  display: inline-block;
  zoom: 1;
  */ 
  vertical-align: top;
}

.block2 {  
  flex: 1 0%;
  padding: 10px;
  /*float: left;
  display: inline-block;
  margin: auto 0;  
  */ 
  zoom: 1;
  /*
  max-width: 700px;*/
  /*width: 700px;*/
}

.block3 {  
  flex: 1 200px;
  padding: 10px;
  /*float: left;*/
  /*display: inline-block;
  margin: auto 0;  
  /*zoom: 1;*/
  /*min-width: 250px;*/
  max-width: 300px;
}


.parallax-slider {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}

.ps-title {
	padding-bottom: 20px;
	font-size: 24px !important;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
    border-bottom-width: 1px;
}

.ps-slide .ps-image {
	top: 5px !important;
}

.ps-image img {
	object-fit: contain;
	height: 400px;
	border-style: solid; 
    border-color: #FFF;
    border-width: 5px;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ps-slide .ps-intro {
	top: 80px !important;
	font-size: 14px !important;
}

.ps-slide .ps-readmore {
	top: 380px !important;
	background-image: none !important;
}

.ps-slide a:hover {
	background-color: #c24225;
	color:#FFF;
}
                

.item-page {
	padding: 10px;
	/*font-size: 12px;*/
	font-family: Times;
	text-align: justify;
	min-height: 600px;
	max-width: 1200px;
	margin: 0 auto;
	
}

.item-page img {
	max-width: auto !important;
}


.page-header {
	text-align: center;
	/*height: 100px;*/
}

.ivcult-slider {		
	background-image: url('http://ivcult.ru/images/curtain.png');
	background-size: cover;
	/*display:inline;*/
	width: 100%;
	min-height: 390px;	
	margin-top: -35px;
	display: block;
	z-index: 1;
}

.slide {
	/*background-color: #FFF0F0;*/
}

.slide img {
	width: 300px !important;
}

.ivcult-info {
	display: -webkit-flex;
	display: flex;
	margin: auto 0;
	max-width: 1200px;
}

.ivcult-left {
	-webkit-flex: 1;
    flex: 1;
    text-align: left;
    min-width: 200px;
	
}

.ivcult-left h3{
	text-align: center;
} 

.ivcult-right {
	width: 400px;
	max-width: 400px;
	min-width: 200px;
}

.ivcult-left ul {
	font-size: 16px;
}

.ivcult-left ul li{
	line-height: 1.5em;
	font-weight: none;
}

.ivcult-left ul li a{
	color: #555; 
}

.moduletable-all-smi {
	margin-right: 0px;
	margin-top: 20px;
	max-width: 200px;	
	margin-left: 40px;
}

.moduletable-all-smi a {
	border-style: solid;
	border-color: #E83518;
	border-width: 1px;
	font-size: 16px;
	padding: 5px 20px;	
	color: #E83518 !important;
}

.moduletable-all-smi a:hover {
	color: #FFF !important;
	background-color: #E83518 !important;
}

.moduletable_ivcult_fv_menu {
	/*min-height: 400px;
	max-width: 400px;*/
}

.moduletable_ivcult_fv_menu ul{
	
}

.moduletable_ivcult_fv_menu ul li{
	float: none;
}

.moduletable_ivcult_fv_menu ul li img{
	width: 80px;
}

.moduletable_ivcult_added_param {
	max-width: 400px;
}

.moduletable_ivcult_added_param ul{
	list-style: none;
}

.moduletable_ivcult_added_param ul li{
	position: relative;
	min-height: 50px !important;
	margin-top: 25px;
}

.moduletable_ivcult_added_param ul li img{
	float: left;
	max-width: 60px !important;
	margin-left: 10px;
}

.moduletable_ivcult_added_param ul li h4{
	position: absolute;
	left: 80px !important;
}

.moduletable_ivcult_added_param ul li p{	
	position: absolute;
	left: 80px !important;
	top: 30px;
	text-align: left;
	font-size: 12px !important;
}

.bt-cs-ivcult-news-slides {

}

.bt-cs-ivcult-news-slides .bt-inner {
	text-align: center;
}

.bt-cs-ivcult-news-slides .bt-title {
	color: #E83518 !important;;
}

.bt-cs-ivcult-news-slides .ivcult-sub-cap {
	background-color: #CCC;
}

.bt-cs-ivcult-news-slides .bt-date {
	color: #000;
	font-weight: bold !important;
}


.ivcult-info-main {
	background-color: #FFF3F3;
}



.blog .item-image img{
	/*float: left;*/
	/*max-width: 150px;*/
	object-fit: cover;
	width: 100% !important;
}

.footer {
	background-color: #FFF3F3  !important;
}

#footer-menu {
	flex: 1 100%;
	order: 3;
	height: 50px;	
	list-style:none;
    margin:0;
    padding:0;
    /*margin-top: 60px;*/
    margin-right: 20px;
    
    
}

#footer-menu li {
	float:left;
}

#footer-menu li a {
	padding: 5px 20px;
	color: #999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #FFF3F3;
}

#footer-menu li:hover a {
	border-bottom-color: #FF442B;	
	color: #222;
}

.footer {
	background-color: #999;
}

.menu-soc-menu {
	flex: 1 0px;
	order: 1;
	list-style: none;
	display: block;
	height: 55px;
	max-width: 300px;	
}

.menu-soc-menu li{
	float: left;
	margin-left: 5px;
}

.menu-soc-menu img {
	width: 45px;
}

#left_menu {
	width: 250px;
}

#left_menu li {	
	background: none;
	background-image: url('/images/btn.png');	
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEE;
	
	
	margin-bottom: 20px;
}
#left_menu li a{
	font-weight: bold;
	margin-left: 60px;	
	color: #FF442B;
	padding: 20px 15px;
}

#left_menu li:hover {
	background-color: #F2F2F2;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #FF442B;
	
}

#left_menu li:hover a{
	background-color: #F2F2F2;
	color: #555;
	text-decoration: underline;
}

.ivcult-top-lnk {
	position: relative;
}

.header-search {
	position: absolute;
	top: 3px;
	right: 10px;
}

.header-search input.search-query {
	border-radius: 2px;
}

.ivcult-collectives {
	position: relative;
	font-weight: bold;
	height: 120px;
	width: 180;
	margin-left: 20px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFF;
}

.ivcult-collectives:hover {
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FF442B;
}

.ivcult-collectives img{
	position: absolute;
	top: 0px;
	left: 20px;	
	width: 80px;
}

.ivcult-collectives .image-title {
	position: absolute;
	top: 40px;
	left: 120px;
	width: 100px;
}

.moduletable-ivcult-galary-slides h3{
	text-align: center;
}

.moduletable-ivcult-smi h3{
	text-align: center;	
}

.moduletable-ivcult-smi li {
	margin-left: 20px;
	font-size: 14px;
}

.moduletable-partners h3 {
	text-align: center;	
}

.moduletable-partners {
    /*display: none;*/
	max-width: 250px;
}

.moduletable-partners ul li {
	/*width: 230px;*/
	margin-bottom: 5px;
}

.moduletable-partners ul li img{
	width: 200px;
	height: 90px;
	border: 1px solid #EEE;
}

.newsflash-ivcult-our-contacts {
	/*
	margin-top: -20px;
	vertical-align: top;
	float: right;
	*/
	flex: 1 0px; 
	font-size: 14px;
	line-height: 1em;
	order: 2;
	text-align: center;
}

.pull-right {
	flex: 1 0px;
	order: 2;
	min-height: 20px;
	text-align: center;
	max-width: 300px;
}

.copyright {
	flex: 1 100%;
	order: 5;
	text-align: center;
}

.cat-children {
	margin-left: 20px;
	color: #999;
}

.cat-children h3{
	text-align: left;
}

.collapse {
	margin-left: 20px;
	font-size: 14px;
	color: #999;
}

.collapse h3{
	font-size: 14px;
}

.moduletable-ivcult-calendar {
	margin-left: 10px;
}

.moduletable-ivcult-calendar h3{
	text-align: center;
}

.moduletable-ivcult-calendar .flatcal_daylink {
	font-size: 12px !important;
}

.moduletable-ivcult-calendar .flatcal_busylink {	
	font-size: 12px !important;
	color: #E94116 !important;
}

.moduletable-ivcult-calendar .flatcal_month_label a{
	font-size: 14px !important;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #E94116 !important;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a  {
	background-color: #E94116 !important;
}

#jevents_body {
	border-radius: 0px; 
}

#jevents_body .month_cell_st {
	background-color: #FFF0C8;
}

.cal_table td {
	border-style: solid;
	border-color: #EEE;
	border-width: 1px;
}

#ivcult_vsv {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 200px;
}

#ivcult_vsv img {
	width: 48px;
	float: left;
}

#ivcult_vsv a {
	color: #000;
	font-weight: bold;
	line-height: 0.9em;
}

#ivcult_vsv a:hover {
	background: none;
	text-decoration: underline;
}

.mod_sef {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.mod_sef [name^="mod_simpleemailform_field"] {
	/*width: 400px;*/
}

.mod_sef [name^="mod_simpleemailform_captcha"] {
	margin-top: 5px;
	width: 188px;
}

.mod_sef textarea {
	/*width: 400px;*/
}

.mod_sef [name^="mod_simpleemailform_submit"] {
	/*width: 100px;*/
	padding: 10px 15px;
	padding: 10px 15px;
}

.mod_sef [name^="mod_simpleemailform_reset"] {
	/*width: 100px;*/
	padding: 10px 15px;
	padding: 10px 15px;
}

.block_sendmail {
	border-top: 2px solid #eee;
}


.moduletable-ivcult-info-partners h3 {
	text-align: center;
}

.moduletable-ivcult-info-partners {
	/*max-width: 230px;*/
}

.moduletable-ivcult-info-partners ul li {
	width: 250px;
	margin-bottom: 5px;
}

.moduletable-ivcult-info-partners ul li img{
	width: 200px;
	height: 90px;
	border: 1px solid #EEE;
}

.ivcult-img-article {
	float: none;
}

.ivcult-img-article img{
	margin-bottom: 30px;	
	border-style: solid; 
    border-color: #FFF;
    border-width: 5px;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
.item-image img {
	
    width: 220px;
    height: 150px;    
	object-fit: cover;	
}
*/

.ivcult-item-blog {
	/*min-height: 550px;*/
	border-bottom: 1px solid #EA5812;
	padding-bottom: 20px;
	margin-bottom: 20px;
	*min-height: 250px;
}

.ivcult-item-blog .item-image img {
    border-style: solid; 
    border-color: #FFF;
    border-width: 5px;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*width: 220px;
    height: 150px;*/
    height: 250px;    
    object-fit: cover;	
}

#ivcult_foto_video_menu li {
	margin-top: 10px;	
}

#ivcult_foto_video_menu {
	margin-top: 20px;
	margin: 20px 0 9px 25px;
}

#ivcult_foto_video_menu li img {
	max-width: 60px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.ivcult_ul {
	
}

.ivcult_ul li{
	margin: 0;
	margin-bottom: 15px;
	background: url('/images/docs24.png') no-repeat left top;
	padding: 0px 0px 20px 30px;
	list-style: none;
}

.items-more {
	background-color: #FFF;
}

.footer-container {
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	flex-flow: row wrap;
	padding: 20px;
	/*position: relative;*/
}

#back-top img{
	width: 64px;
}

#transform {
	/*max-width: 700px !important;*/
}

#mnu {
	background: url('/images/btn_icon.svg?v=1') no-repeat;
	background-position: 8px 0;
	/*position: absolute;
	top: 10px;
	left: 10px;*/
	width: 48px;
	height: 36px;
	border: none;
	display: none;
	z-index: 999;
}

@media (max-width: 979px) {
	.ivcult-menu .nav li:hover ul.nav-child {
		display: none;
	}
	
	#mnu {
		display: block;
	}
	
	#ivcult-menu {
		display:none;
	}
}

@media only screen and (max-width: 800px) {
	.block2 {
		/*flex: 1 100%;
		order: 1;*/
	}
	.block3 {
		order: 2;
	}	
	.block1 {
		order: 3;
	}
	.ivcult-item-blog .item-image img {
		/*width: 100% !important;*/
	}
	
	.pull-left {		
		float: none !important;
	}
	
	.blog .item-image img {
		margin: 0 auto;
		display: block;
		float: none !important;
		max-width: 300px;
		height: auto;
	}
	
	.ivcult-vsv {
		display: none !important;
	}
	
	.breadcrumb {
		display: none;
	}
	
	.ivcult-top-lnk {
		height: 45px;
		background-color: #EEE;
	}
	
	.newsflash-ivcult-our-contacts {	
		flex: 1 100%; 		
	}

	.pull-right {
		flex: 1 100%;		
	}
	
	.footer-container .menu-soc-menu img {
		width: 40px;
	}
	
	
	.ivcult-menu .nav li {
		width: 100%;
	}
	
	.ivcult-slider {
		display: none;
	}
	
	#fborder {
		display: none;
	}
	
	.header-search {
		width: 100%;		
	}
	
	.header-search form {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#mod-search-searchword {
		width: 90%;
	}
	
	.bg_header {
		display: none;
	}
	
	#ivcult-bg-right {
		background-image: none;
	}
}

.ivcult-slider .moduletable {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.ev_link_row {
	font-size: 16px !important;	
	font-weight: bold !important;
}

#addcommentform textarea {
	width: 100%;
	margin-right: 20px;
}

.fsj_comment_table {
	width: 90% !important;
}
.fst_comment_name {
	font-weight: bold;
}

.fst_comment_comment {
	font-family: Georgia;
	font-style: italic;
	text-align: justify;
}

.counter {
    /*position: absolute;
    top: 0px;    
    */
    max-width: 88px;
    flex: 1 0px;
    order: 4;
    list-style: none;
    display: block;
}

#bottom{
    
    max-width: 100%;
    /*text-align: center;*/
    margin: 0 auto;
    height: 200px;
}

#bottom img {
    width: 200px;
    height: 100px;
}

#bottom ul li {
    display: block;
    float: left;    
}

.moduletable-ivcult-galary-slides {
    display:none;
}

.blog {
	/*margin: 30px;*/
	/*max-width: 1100px;*/
	/*width: 700px;*/
	/*display: flex; 
	flex-flow: row wrap;
	justify-content: center;
	*/ 
}

.blog .items-row {
    /*flex: 1 auto;*/
    /*max-width: 300px;*/
    /*max-width: 300px;*/
    margin: 20px;
}

.blog .items-row img {
    /*width: 300px !important;    
    height: 200px;*/
    /*width: 200px !important;
    height: 150px;
    object-fit: cover;
    float: left !important;
    margin-right: 20px;
    margin-bottom: 20px;
    */
}

.readmore {
    /*display:none;*/
}

.span6 {
	margin: 0px !important;
	width: 100% !important;
}

.blog .items-row .span6 img {
	width: 200px !important;
    height: 150px;
    object-fit: cover;
}

.blog .items-row .span12 .pull-left img {
	width: 200px !important;
    height: 200px;
    object-fit: scale-down;
    background-color: #FFF;
}

.blog .items-row .span6 .page-header h2 {
	font-weight: normal !important;	
	*background-color: #E94415;
	*color: #FFF !important;
}

.blog .items-row .span6 .page-header a {
	*color: #FFF;
}

.blog .items-row .span12 .page-header h2 {
	font-weight: normal !important;	
	
}

.blog .page-header {
	font-weight: normal !important;		
}

.gl {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.btn_div_mc {
	margin: 30px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.btn_red_mc {
	color: #FFF;
	padding: 10px 60px;
	background-color: #E61A01;	
}

.btn_blue_mc {
	color: #FFF;	
	padding: 10px 55px;
	background-color: #484896;
}

.marcom-menu-list {
	color: #CCC;
	text-align: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12pt;
}

.marcom-menu-list li {
	margin-bottom: 20px;
}

.ivcult_at_home {
	margin-top: 20px;
	max-width: 250px !important;
}

#ivcult_we_online a:hover {
  background: none;
}

.btn_order_online {
    text-align: center;
    margin: 20px;
}

.btn_order_online a {
    padding: 10px 20px;
    background-color: #F00;
    color: #FFF;
    border-radius: 10px;
}