.my_container{
	box-sizing: border-box;
	width: 1185px;
	padding: 10px 16px;
	margin: 0 auto;
}
.my_header_logo{
	width: 200px;
}
.my_header_logo img{
	width: 200px;
}
.social_main_side {
    transition: .5s;
    fill: #b2024a;
}
.social_back {
    fill: #fff;
    transition: .5s;
}
svg.social_img:hover .social_back {
    fill: #b2024a;
    transition: .5s;
}
svg.social_img:hover .social_main_side {
    transition: .5s;
    fill: #fff;
}
.my_header_social a{
	margin: 0 10px;
}
/*===================================================*/
/*=======================HEADER======================*/
/*===================================================*/
.my_social_header_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.my_donate_blobk{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	
}
.jurfem_search{
	width: 220px;
}
.jurfem_donate{
	display: inline-block;
	padding: 0 20px;
}
.ht-clearfix{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	margin:0;
	padding: 0
}
.ht-clearfix li{
	position: relative;
	list-style: none;
	padding: 0 10px;
}
.main-navigation ul{
	font-size: .8em;
}
#site-navigation{text-align: right;}
@media screen and (min-width: 60em){
	.main-navigation ul ul a {
	    width: 180px;
	}
}
.content_ukr,.content_eng{
	display: none;
}
/*====================================================*/
/*=================FOOTER=============================*/
/*====================================================*/
.jur_footer_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.my_footer_social a{
	margin: 0 10px;
}
.my_footer_gratitude p{
	font-size: 12px;
}
.footer_contact, .footer_contact a{
	color:#b2024a;
	padding: 10px;
	display: inline-block;
	font-size: 16px
}
.footer_contact{
	width: 50%;
	text-align: center;
}
/*====================================================*/
/*=================HOME PAGE==========================*/
/*====================================================*/
.swiper-container{
	height: 500px;
}
.my_container.home_page_template{
	padding-top: 0;
}
.main_home_slider{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.jurfem_under_slider{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.jurfem_our_project, .jurfem_our_news, .jurfem_our_calendar, .jurfem_juristky{
	width: 24%;
	background-color: #ebebeb;
	box-sizing: border-box;
}
.jurfem_our_project h3, .jurfem_our_news h3, .jurfem_our_calendar h3, .jurfem_juristky h3{
	text-align: center;
	padding: 10px 0;
	background-color:#9e0022;
	color: #fff;
}
.jurfem_calendar_wraper, .jurfem_news_wraper, .jurfem_project_wraper{
	padding: 5px 10px 10px 20px;
}
.jurfem_data_event{
	display: inline-block;
	padding-right: 15px;
}
.about_us_wrap{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.about_us_heading{
	width: 100%;
}

.about_us_slider.swiper-container{
	height: 400px;
}
.about_us_slider_wraper{
	width: 50%;
	box-sizing: border-box;
}
.about_content_wrap{
	width: 50%;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.jurfem_news_item{
	padding-top: 15px;
}
.about_head{
	width: 100%;
}
.carousel_wraper.swiper-wrapper{
	height: 80px;
}
.partner_carousel_item{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.partner_carousel.swiper-container{
	height: 200px;
	padding-top: 80px;
}
.jurfem_calendar_item{
	padding-top: 15px;
}
.jurfem_our_calendar h3 a, .jurfem_our_news h3 a, .jurfem_our_project h3 a, .jurfem_juristky h3 a{
	color: #fff;
	transition: .4s;
}
.jurfem_our_calendar h3 a:hover, .jurfem_our_news h3 a:hover, .jurfem_our_project h3 a:hover, .jurfem_juristky h3 a:hover{
	color: #ffacac;
	transition: .4s;
}
/*====================================================*/
/*==================FORM==============================*/
/*====================================================*/
.contact-form, body .wpcf7{
	background: #cfcfcf;
}
/*====================================================*/
/*==================ARCHIVE===========================*/
/*====================================================*/
.flexcontainer header.jur_post_header.entry-header{
	padding: 20px 0 5px 0!important;
}
div.entry-content{
	color: #000;
}
/*====================================================*/
/*===================RESPONSIVE=======================*/
/*====================================================*/

@media screen and (max-width: 1200px){
	.my_container{
		width: 100%;
	}
	.swiper-container{
		height: 400px;
	}
}

@media screen and (max-width: 768px){
	.jurfem_under_slider{
		padding-top: 20px;
		justify-content: center;
		flex-direction: column;
		align-items: flex-start;
	}
	.jurfem_our_project, .jurfem_our_news, .jurfem_our_calendar, .jurfem_juristky{
		width: 90%;
		margin: 0 auto;
    	margin-top: 30px;
	}
	.about_content_wrap, .about_us_slider_wraper{
		width: 100%;
		margin-top: 20px;
	}
	.my_social_header_block{
		justify-content: center;
	}
	.jurfem_search{
		margin: 0 auto;
		margin-top: 20px;
	}
	.jurfem_donate {
	    margin: 0 auto;
	    margin-top: 20px;
	}
	.my_header_logo {
	    margin: 0 auto;
	}
}

@media screen and (min-width: 60em){
	.main-navigation li {
	    padding: 2px 5px!important;
	}
	.main-navigation ul ul a {
		padding: 3px 5px;
	}
}

.product_meta, nav.woocommerce-breadcrumb{
	display: none;
}
.my_header_logo img{
	padding-left: 15px;
}
.my_header_social{
	padding-left: 5px;
}
button.single_add_to_cart_button.button.disabled.wc-variation-selection-needed{
	background-color: #9e0022;
    color: #fff;
    opacity: 1;
}
div.second_content{
	display: block;
    clear: both;
    float: none!important;
    padding-top: 35px;
}
/*************************** Calendar **************************************/

	#external-events {
		float: left;
		width: 110px;
		padding: 0 10px;
		text-align: left;
		}

	#external-events h4 {
		font-size: 16px;
		margin-top: 0;
		padding-top: 1em;
		}

	.external-event { /* try to mimick the look of a real event */
		margin: 10px 0;
		padding: 2px 4px;
		background: #3366CC;
		color: #fff;
		font-size: .85em;
		cursor: pointer;
		}

	#external-events p {
		margin: 1.5em 0;
		font-size: 11px;
		color: #666;
		}

	#external-events p input {
		margin: 0;
		vertical-align: middle;
		}

	#calendar {
/* 		float: right; */
        margin: 0 auto;
		width: 100%;
		background-color: #FFFFFF;
		  border-radius: 6px;
        box-shadow: 0 1px 2px #C3C3C3;
	}
	.new_calendar_wraper{
		width: 95%;
		max-width: 1500px;
		margin: 0 auto;
	}
	.calendar_wraper{
		display: block;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		padding: 50px 0;
	}
	span.fc-state-default {
		border-color: #9e0022;
		color: #9e0022;
	}
	span.fc-state-default.fc-state-active{
		background-color: #9e0022;
		color: #fff;
	}
	tr.fc-week td.fc-today div.fc-day-number{
		background-color: #9e0022;
	}
	.fc-week .fc-day > div div.fc-day-number {
	    padding: 4px 6px;
	}
	.fc-header-center{
		display: none;
	}

	div.fc-event-container .fc-event.info{
		background-color: #9e0022!important;
		color: #fff!important;
		padding: 2px;
		border-radius: 10px;
	}

	@media screen and (max-width: 700px){
		.calendar_wraper{
			display: block;
		}
	}

	@media screen and (max-width: 500px){
		.fc-button.fc-button-today{
			display: none;
		}
	}