.products_section {
	width: 100%;
	float: left;
	position: relative;
}
.products_section h1 {
	width: 100%;
	float: right;
	font-weight: 900;
	text-align: center;
	margin: 0px;
	padding:0;
	direction: ltr;
	color: #13294b;
	line-height:1.2em
}
.filtering_section_btn {
	float: right;
	width: 100%;
	padding: 5px;
	text-align: center;
	direction: ltr;
	display: inline-block;
	box-sizing: border-box;
}
.filtering_itemp_container {
	float: left;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	background-color: transparent;
	margin-right: 0%;
	margin-left: 0%;
	min-height: 600px;
}
#portfolio {
	display: block;
	width: 100%;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
}
#portfolio li.item {
	display: block;
	opacity: 1;
	-moz-box-sizing: border-box;
	float: right;
	direction: ltr;
	position: relative;
}
.item_container {
	width: 100%;
	float:right;
	position:relative;
}
.item_recommended {
	float: right;
	display:block;
	width:auto;
	background-color: rgb(239 66 48);
	color:#fff;
	font-size:16px;
	text-align:center;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	padding: 7px 10px 7px 10px;
	font-weight:400;
}
.filter_item_img {
	width: 100%;
	max-width: 100%;
	float: right;
	display: inline-block;
	overflow: hidden;
	visibility: visible;
}
.filter_item_img_wrapper {
	width: 100%;
	float: right;
	box-sizing:border-box;
	padding:15px;
	background-color:#fff;
}
.item_caption {
	float: right;
	width: 100%;
	padding: 12px 15px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	color:#13294b
}
#portfolio li.item:hover .item_caption {
	background-color:#13294b!important;
	color:#fff
}
.item_caption_name {
	width: 100%;
	float: right;
	font-size: 19px;
	font-weight: 900;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 5px;
	min-height:50px;
}
.item_caption_detalis {
	width: 100%;
	float: right;
	text-align: center
}
.item_caption_detalis_date {
	width: auto;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.4em;
	text-align: left;
}
.item_caption_detalis_time {
	width: auto;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.4em;
	text-align: left;
}
.item_caption_detalis_sep {
	width: 6px;
	height: 6px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ef4230;
}
.item_caption_detalis_location {
	width: 100%;
	float: right;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.4em;
	text-align: left;
}
.item_btn_down {
	float: right;
	width: 100%;
	height: 40px;
	text-align: left;
	direction: ltr;
	display: table;
	box-sizing: border-box;
	background-color:#13294b;
	color:#fff;
	padding: 0 15px;
	position: relative;
}

.item_btn_down::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 12px;
	height: 12px;
	background: url(../../../Moduls/Filtering_Elements/images/item_arrow_left.png) no-repeat center;
	background-size: contain;
	transform: scaleX(-1) translateY(-50%);
}

.item_btn_down_text {
	display: table-cell;
	vertical-align:middle;
	font-size:18px;
}

.primary_calendar_text {
	width: auto;
	float: left;
	direction: ltr;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 400;
	color: #fff
}
.primary_calendar_container {
	width: auto;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.find_orders_btn {
	width: auto;
	float: left;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	margin-left: 15px;
	padding: 12px 15px 13px 15px!important;
	border-radius: 2px;
	font-family: 'atlas-pro', sans-serif;
	margin-top: 0px;
	cursor: pointer;
	line-height: 1em;
	color: #fff;
	box-sizing: border-box;
	border: 0px solid #c1c1c1;
	background-color: #ef4230;
}
.find_orders_btn:hover {
	background-color: #97c24c;
}
.find_orders_btn:focus {
	background-color: #ef4230;
}
.filter_item_line {
	display: block;
	width: 70%;
	float: right;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.filter {
	float: none;
	display: inline-block;
	width: auto;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 9px 5px 9px;
}
.filter:hover {
	background-color: #8b96a6!important;
}
.filter:last-child {
	margin-bottom: 0px;
}
.home_section {
	width: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 90px;
}
.item_container_small {
	float: right;
	width: 23.5%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: ltr;
	min-height: 400px;
	max-height: 400px;
	position: relative;
}
.dropdown {
	width: 200px;
	float: left;
	position: relative;
	display: inline-block;
}
.dropbtn {
	width: 100%;
	background-color: #fff;
	color: #13294b;
	padding: 11px 10px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: 'atlas-pro', sans-serif;
	font-weight: 700;
	text-align: left;
	border-radius: 2px;
	background-image: url(../../../Moduls/Filtering_Elements/images/arrow_down.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: 96% center;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
}
.dropdown:hover {
	background-color:#ccc!important;
}
.dropdown:focus .dropdown-content {
	display: block;
}
.choose_option_date {
	float: left;
	height:40px;
	font-weight: 400;
	width: 120px !important;
	text-align: left !important;
	cursor: pointer;
	background-image: url(../../../Moduls/Filtering_Elements/images/calendar_icon_blue.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 0px 5px 0px 29px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 2px;
	font-family: 'atlas-pro', sans-serif;
	background-color: #fff;
	border: 0!important;
	color: #13294b !important;
}
.choose_option_date:focus {
	float: left;
	height:40px;
	font-weight: 400;
	width: 120px !important;
	text-align: left !important;
	cursor: pointer;
	background-image: url(../../../Moduls/Filtering_Elements/images/calendar_icon_blue.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 0px 5px 0px 29px!important;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 2px;
	font-family: 'atlas-pro', sans-serif;
	background-color: #fff;
	border: 0!important;
	color: #13294b !important;
}
.overlay_props {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_props:target {
	visibility: visible;
	opacity: 1;
}
.popup_props {
	background-color: #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	width: 350px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.overlay_props:target+.popup_props {
	top: 250px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 350px;
}
.close_props {
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 5px;
	width: 30px;
	left: 5px;
}
.close_props:before {
	content: "X";
	font-size: 20px;
	color: #ff564f;
}
.popup_props_container {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px
}
.popup_props_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.2em;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #ff564f;
	margin-bottom: 5px;
	direction: ltr;
}
.popup_props_text {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.2em;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #353d4a;
	direction: ltr;
}
.filtering_serch_container {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 1.5%;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgb(19 41 75 / 709);
	border-radius: 5px;
	border-bottom: 3px solid #f2f6fc;
	position:relative;
	z-index:2
}
.filtering_serch_container_title {
	width: auto !important;
	float: right;
	margin-top: 7px;
	margin-left:10px;
	font-size: 21px!important;
	color:#fff;
	font-weight:700
}
#search_products_by_calendar {
	float: left!important;
	width: auto;
	background: transparent;
	margin-right: 0px
}
.events_title_container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: right;
}
.events_title_container_text {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	font-size: 19px;
    font-weight: 400;
    line-height:1.4em;
    text-align: center;
    color:#14294c!important;
    direction: ltr;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.products_section {
	padding-bottom: 40px;
	padding-top: 20px;
}
.products_section h1 {
	font-size: 35px;
}
#portfolio li.item {
	width: 23%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}
.filter_item_img {
	height: 330px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.products_section {
	padding-bottom: 40px;
	padding-top: 20px;
}
.products_section h1 {
	font-size: 35px;
}
#portfolio li.item {
	width: 31.333%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}
.filter_item_img {
	height: 300px;
}
	
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.products_section {
	padding-bottom: 40px;
	padding-top: 20px;
}
.products_section h1 {
	font-size: 22px;
}
#portfolio li.item {
	width: 48%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}
.filter_item_img {
	height: 220px;
}
.filtering_serch_container_title {
	width: 100% !important;
	float: right;
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 21px!important;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.dropdown {
	width: 100%;
	margin-bottom:10px
}
.find_orders_btn {
	width: calc(100% - 260px);
	float: left;
	margin-right: 0;
	padding: 12px 2px 13px 2px!important;
	margin-top: 0px;
	font-size: 15px;
}
#search_products_by_calendar {
	width: 260px;
}
.choose_option_date {
	width: 120px !important;
	background-size: 17px;
	padding: 5px 29px 5px 5px;
	box-sizing: border-box;
	font-size: 15px;
	margin-left:10px
}
.primary_calendar_text {
	width: 22px;
	margin-right: 0px;
	margin-left: 2px;
	margin-top: 13px;
	font-size: 14px;
	text-align:center;
	display:none;
}
.filtering_itemp_container {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 200px;
}
.filtering_serch_container {
	margin-bottom: 20px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.products_section {
	padding-bottom: 40px;
	padding-top: 20px;
}
.products_section h1 {
	font-size: 22px;
}
#portfolio li.item {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
.filter_item_img {
	height: 280px;
}
.filtering_serch_container_title {
	width: 100% !important;
	float: right;
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 21px!important;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.dropdown {
	width: 100%;
	margin-bottom:10px
}
.find_orders_btn {
	width: calc(100% - 260px);
	float: left;
	margin-left: 0;
	padding: 12px 2px 13px 2px!important;
	margin-top: 0px;
	font-size: 15px;
}
#search_products_by_calendar {
	width: 260px;
}
.choose_option_date {
	width: 120px !important;
	background-size: 17px;
	padding: 5px 5px 5px 29px;
	box-sizing: border-box;
	font-size: 15px;
	margin-right:10px
}
.primary_calendar_text {
	width: 22px;
	margin-right: 0px;
	margin-left: 2px;
	margin-top: 13px;
	font-size: 14px;
	text-align:center;
	display:none;
}
.events_title_container_text {
	font-size: 17px;
}
.filtering_itemp_container {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 200px;
}
.filtering_serch_container {
	margin-bottom: 20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.products_section {
	padding-bottom: 40px;
	padding-top: 20px;
}
.products_section h1 {
	font-size: 22px;
}
#portfolio li.item {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
.filter_item_img {
	height: 280px;
}
.filtering_serch_container_title {
	width: 100% !important;
	float: right;
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 21px!important;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.dropdown {
	width: 100%;
	margin-bottom:10px
}
.find_orders_btn {
	width: calc(100% - 260px);
	float: left;
	margin-right: 0;
	padding: 12px 2px 13px 2px!important;
	margin-top: 0px;
	font-size: 15px;
}
#search_products_by_calendar {
	width: 260px;
}
.choose_option_date {
	width: 120px !important;
	background-size: 17px;
	padding: 5px 29px 5px 5px;
	box-sizing: border-box;
	font-size: 15px;
	margin-left:10px
}
.primary_calendar_text {
	width: 22px;
	margin-right: 0px;
	margin-left: 2px;
	margin-top: 13px;
	font-size: 14px;
	text-align:center;
	display:none;
}
.events_title_container_text {
	font-size: 17px;
}
.filtering_itemp_container {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 200px;
}
.filtering_serch_container {
	margin-bottom: 20px;
}
}

