/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

body#top {
	font-family: 'DIN Pro';
	font-weight: normal;
}
body#top h1,
body#top h2,
body#top h3,
body#top h4,
body#top h5,
body#top h6 {
	font-family: 'DIN Pro';
	font-weight: 300;
	text-transform: initial;
}

#top #scroll-top-link {
	display: none;
}

.div_as_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.div_as_table_cell {
	display: table-cell;
	vertical-align: middle;
}
.img_box {
	position: relative;
	display: block;
}
.img_box img {
	display: block;
	float: none;
	clear: both;
	max-width: 100%;
}
.text_box {
	position: relative;
	display: block;
}
.text_box span {
	
}
.empty_30 {
	position: relative;
	display: block;
	height: 30px;
}
#top .mw_768 {
	max-width: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#top #header_main .main_menu .av-main-nav .lk_link_menu.menu-item {
	display: none;
}
@media only screen and (max-width: 767px){
	#top #header_main .main_menu .av-main-nav .lk_link_menu.menu-item {
		display: none;
	}
}

/* fixes 15.05.25 */
#top .av-special-heading-h3 .special-heading-border {
	height: 1.4em;
}
#top .mt_icon_list.display_icon_left .content_cell .il_content p {
	margin-top: 10px;
}
/* -------------- */

.director_image {
	max-width: 380px;
}


#top .av-special-heading-h3 .special-heading-border {
	height: 1.4em;
}

/* POSTS GRID */
.mt_iconbox.posts_heading {
	margin-bottom: 10px;
}
.posts_wrap {
	position: relative;
	display: flex;
	margin-left: -1px;
	margin-right: -1px;
}
.posts_wrap .pw_column {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}
.posts_wrap .pw_column .post_box {
	position: relative;
	display: block;
	/* border-width: 1px;
	border-style: solid; */
	margin: 1px;
	background: #f2f2f2;
	flex: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.posts_wrap .pw_column .post_box .pb_content {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px;
}
.posts_wrap .pw_column .post_box .pb_content.overlay_dark_04 {
	background-color: rgba(0,0,0,0.4);
}
.posts_wrap .pw_column .post_box .pb_content.overlay_dark_05 {
	background-color: rgba(0,0,0,0.5);
}
.posts_wrap .pw_column .post_box .pb_content .post_heading {
	position: relative;
	display: block;
}
#top .posts_wrap .pw_column .post_box .pb_content .post_heading .title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2em;
	color: #fff;
}
.posts_wrap .pw_column .post_box .pb_content .readmore_link {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 30px;
	margin: 0;
	width: 60px;
	height: 60px;
	line-height: 59px;
	text-align: center;
	background-color: #006db1;
	color: #fff;
	font-size: 20px;
	border-radius: 100%;
}
.posts_wrap .post_box.big_first {
	
}
#top .posts_wrap .post_box.big_first .pb_content .post_heading .title {
	font-size: 40px;
	line-height: 1.2em;
}
.posts_wrap .post_box.big_first:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

@media only screen and (max-width: 989px) {
	#top .posts_wrap .pw_column .post_box .pb_content .post_heading .title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.posts_wrap {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	.posts_wrap .pw_column {
		display: block;
		width: 100%;
	}
	.posts_wrap .pw_column .post_box {
		min-height: 250px;
	}
}
/* ---------- */

/* CELL */
#top .flex_cell {
	position: relative;
}
#top .flex_cell .flex_cell_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* ---- */

/* Fix align flex column when it located in flex cell */
#top .flex_cell .flex_column.in_flex_cell_left {
	float: none;
	max-width: 575px;
	margin-left: auto;
	margin-right: 0;
}
#top .flex_cell .flex_column.in_flex_cell_right {
	float: none;
	max-width: 575px;
	margin-left: 0;
	margin-right: auto;
}
@media only screen and (max-width: 989px) {
	#top .flex_cell .flex_column.in_flex_cell_left.break_989 {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	} 
}

/* -------------------------------------------------- */

/* SECTION */
#top .avia-section.section_content_top .content {
	vertical-align: top;
}
/* ------- */


/* HEADER META */
#header_meta {
	height: 91px;
}
#header_meta #logo_and_info {
	padding-top: 15px;
	padding-bottom: 15px;
}
#header_meta .logo_cell {
	width: 200px;
}
#header_meta .logo_box {
	position: relative;
	display: block;
	padding-left: 30px;
}
#header_meta .logo_box .logo {
	position: relative;
	display: block;
	float: none;
	clear: both;
}
#header_meta .logo_box .logo a {
	height: auto;
	position: relative;
	display: block;
}
#header_meta .logo_box .logo a img {
	position: relative;
	display: block;
	height: 60px;
	width: auto;
}
@media only screen and (max-width: 767px) {
	#header_meta .logo_cell {
		width: auto;
	}
	#header_meta .logo_box {
		padding-left: 15px;
		padding-right: 90px;
	}
}



#header_meta .brand_description_cell {
	position: relative;
	padding-left: 30px;
}
@media only screen and (max-width: 767px) {
	#header_meta .brand_description_cell {
		display: none;
	}
}
#header_meta .bd_text {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 1px;
	font-size: 16px;
}
@media only screen and (max-width: 1279px) {
	#header_meta .bd_text {
		letter-spacing: 0.5px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 989px) {
	#header_meta .bd_text {
		letter-spacing: 0.2px;
		font-size: 14px;
		line-height: 1.2em;
	}
}

#header_meta .user_account_cell {
	width: 70px;
}
@media only screen and (max-width: 767px) {
	#header_meta .user_account_cell {
		display: none;
	}
}
#header_meta .user_account_box {
	position: relative;
	display: block;
}
#header_meta .user_account_box .user_account_link {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
		
}

#header_meta .brand_phone_cell {
	position: relative;
	padding-left: 30px;
	width: 230px;
}
#header_meta .brand_phone_box {
	position: relative;
	display: block;
}
#header_meta .brand_phone_box .brand_phone_link {
	position: relative;
	display: block;
	text-decoration: none;
}
#header_meta .brand_phone_box .brand_phone_link:hover {
	
}
#header_meta .bph_cell.icon_cell {
	width: 60px;
	display: none;
}
#header_meta .bph_cell .bph_icon {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	/* background-color: #dfdfdf; */
}
#header_meta .text_cell {
	
}
#header_meta .text_cell .bph_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1em;
}
#header_meta .text_cell .bph_subtitle {
	font-size: 12px;
	line-height: 1em;
	margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
	#header_meta .bph_cell.icon_cell {
		display: table-cell;
	}
	#header_meta .text_cell {
		display: none;
	}
	#header_meta .brand_phone_cell {
		padding-left: 5px;
		width: 70px;
	}
}
@media only screen and (max-width: 767px) {
	#header_meta .brand_phone_cell {
		display: none;
	}
}

#header_meta .lc_divider_vert_left {
	position: absolute;
	display: block;
	left: 0;
	height: 80%;
	top: 10%;
	width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
}


#header_meta #topbar_mobile_only {
	display: none;
}

/* ----------- */


/* HEADER MAIN */
#top #header_main {
	border-bottom: none;
}
#top #header_main:before {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
#top #header_main:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
#top #header_main .inner-container:before {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
#top #header_main .inner-container:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}
.html_header_top #top #header_main .container.av-logo-container {
	width: auto;
	max-width: 100%;
}
.html_header_top #top #header_main .container.av-logo-container .inner-container {
	max-width: 1270px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
#header_main .main_menu {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all #header_main {
		height: 90px;
		/* border-width: 1px;
		border-style: solid; */
		border-top: none;
		width: 90px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.responsive #top #wrap_all #header_main .main_menu {
		position: relative;
		left: unset;
		right: unset;
		height: 90px;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
		height: 90px;
		line-height: 90px;
	}
}
#header_main .main_menu .av-main-nav-wrap {
	float: none;
}
#header_main .main_menu .av-main-nav {
	/* max-width: 1310px; */
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	#header_main .main_menu .av-main-nav {
		justify-content: flex-end;
	}
}
#header_main .main_menu .av-main-nav .menu-item {
	float: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (max-width: 767px) {
	#header_main .main_menu .av-main-nav .menu-item {
		display: none;
	}
}
#header_main .main_menu .av-main-nav .menu-item a {
	padding: 0; 
	position: relative;
	display: block;
}
#header_main .main_menu .avia-menu-text {
	text-transform: uppercase;
	letter-spacing: 1px;
}
#top .av_header_transparency #header_main .avia-menu-fx {
	left: 0;
	width: 100%;
	bottom: 10%;
}
#top #header_main .avia-menu-fx {
	background-color: #ff8500;
	bottom: 0;
	height: 4px;
}
/* ----------- */


.html_header_top.html_header_transparency #top #main > div:first-child .container {
	padding-top: 140px;
}
@media only screen and (max-width: 767px) {
	.html_header_top.html_header_transparency #top #main > div:first-child .container {
		padding-top: 90px;
	}
}

/* Fix Mobile Transparency (experimental) */
@media only screen and (max-width: 767px) {
	.html_header_top.html_header_transparency #top #header {
		background-color: transparent;
	}
	.html_header_top.html_header_transparency #top #header_meta {
		
	}
	.html_header_top.html_header_transparency #top #header_main {
		background-color: transparent;
	}
	.html_header_top.html_header_transparency #top #header .header_bg {
		background-color: transparent;
	}
	.html_header_top.html_header_transparency #top #main {
		margin-top: -91px;
		padding-top: 91px;
	}
}
/* -------------------------------------- */


/* ENFOLD FORM */
#quest_form .quest_form_heading {
	font-weight: 500;
}
/* ----------- */


/* ANIMATED NUMBERS */
#top .company_numbers {
	text-align: left;
}
/* ---------------- */

/* FLEX 3 COL BOX */

.flex_3_col_box {
	position: realtive;
	display: block;
}
.flex_3_col_box .f3cb_inner {
	position: relative;
	display: block;
	margin-left: -30px;
    margin-right: -30px;
}
.flex_3_col_box .f3cb_inner .flex_area {
	display: flex;
	flex-wrap: wrap;
}
.flex_3_col_box .f3cb_inner .flex_area .flex_col {
	/* border-width: 1px;
	border-style: solid; */
	width: 33.333%;
}
.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_first {
	
}
.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_center {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4091c5;
}
.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_last {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4091c5;
}
.flex_3_col_box .f3cb_inner .flex_area .fc_content {
	padding: 15px 30px;
}
@media only screen and (max-width: 989px) {
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_first {
		width: 50%;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_center {
		width: 50%;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_center .fc_content {
		text-align: right;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_last {
		width: 100%;
		border-left: none;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_last .fc_content {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_first {
		width: 100%;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_center {
		width: 100%;
		border-left: none;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_center .fc_content {
		text-align: left;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_last {
		width: 100%;
	}
	.flex_3_col_box .f3cb_inner .flex_area .flex_col.fc_last .fc_content {
		text-align: left;
	}
}

/* 	page: WHOLESALE
	id: products_thesis	*/
	
#products_thesis {
	
}
#products_thesis .fc_content p {
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
}	


/*	-------------------	*/	



/* CALCULATOR */
.calculator .ui-slider {
	background-color: #e2e2e2;
	border-width: 0px;
	border-radius: 0;
	height: 5px;
}
.calculator .ui-slider .ui-slider-handle {
	width: 25px;
	height: 25px;
	background-color: #0070ba;
	border-width: 0;
	border-radius: 500px;
	top: -10px;
}
.calculator .ui-slider .ui-slider-handle.ui-state-focus,
.calculator .ui-slider .ui-slider-handle:focus {
	outline: none;
}
.calculator .ui-slider .ui-slider-range {
	border-radius: 0;
	background: rgb(41,180,233);
    background: linear-gradient(90deg, rgba(41,180,233,1) 0%, rgba(0,112,186,1) 100%);
}
.calculator .slider_minmax {
	position: relative;
	display: block;
	min-height: 25px;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.calculator .slider_minmax .min {
	float: left;
}
.calculator .slider_minmax .max {
	float: right;
}
.calculator .input_table {
	margin-bottom: 15px;
}
.calculator .input_table .label_cell {
	vertical-align: middle;
	padding-left: 20px;
}
.calculator .input_table .label_cell .label {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
}
.calculator .input_table .input_cell {
	width: 80px;
	vertical-align: middle;
}
#top .calculator .input_table .input_cell input {
	margin: 0;
	text-align: center;
	color: #121212;
	line-height: 1em;
	padding: 6px 8px 5px 8px;
}
.calculator .result_table .sum_cell,
.calculator .result_table .profit_cell {
	background: #006db1;
	color: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #fff;
	vertical-align: top;
}
.calculator .result_table .result_box {	
	text-align: center;
	padding: 30px 10px;
}
.calculator .result_table .result_box .title {
	position: relative;
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.2em;
}
.calculator .result_table .result_box .before {
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: bottom;
}
.calculator .result_table .result_box .value {
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
	vertical-align: top;
	font-weight: 500;
}
.calculator .result_table .result_box .currency {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
	vertical-align: bottom;
}
#top #calc_profit_wrap {
	position: relative;
	display: block;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}
@media only screen and (max-width: 767px) {
	.calculator .result_table .result_box .value {
		font-size: 24px;
	}
	.calculator .result_table .result_box .currency {
		font-size: 18px;
	}
}
/* ---------- */

/* DROPDOWN BOX */
.res_dropdown_box {
	position: relative;
	display: block;
}
.res_dropdown_box .rdb_heading {
	cursor: pointer;
	background-color: #006db1;
	text-align: center;
}
.res_dropdown_box .rdb_heading .rdb_h_table {
	
}
.res_dropdown_box .rdb_heading .rdb_h_table .title_cell {
	padding: 15px 10px;
}
#top .res_dropdown_box .rdb_heading h3.title {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.res_dropdown_box .rdb_heading.state_wait .open_title {
	display: block;
}
.res_dropdown_box .rdb_heading.state_wait .close_title {
	display: none;
}
.res_dropdown_box .rdb_heading.state_active .open_title {
	display: none;
}
.res_dropdown_box .rdb_heading.state_active .close_title {
	display: block;
}
.res_dropdown_box.ready_dropdown .rdb_content {
	display: none;
}
.res_dropdown_box .rdb_c_inner {
	background-color: #f0f0f0;
	padding-top: 15px;
}
/* ------------ */

/* CONTACT FORM CF7 */
.feedback_form_wrap {
	position: relative;
	display: block;
}
.feedback_form_wrap .ffw_cols {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.feedback_form_wrap .ffw_cols .field_outer {
	position: relative;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 12px;
	/* border-width: 1px;
	border-style: solid;
	background-color: #fff; */
}
.feedback_form_wrap .ffw_cols .left_col .field_outer:last-child {
	margin-bottom: 0;
}
.feedback_form_wrap .ffw_cols .right_col .field_outer {
	margin-bottom: 0;
}
.feedback_form_wrap .ffw_cols .left_col,
.feedback_form_wrap .ffw_cols .right_col {
	display: table-cell;
	vertical-align: top;
}
.feedback_form_wrap .ffw_cols .left_col {
	width: 33%;
	padding-right: 0px;
}
.feedback_form_wrap .ffw_cols .right_col {
	padding-left: 12px;
}

#top .feedback_form_wrap textarea {
	min-height: 100px;
	height: 174px !important;
	/* max-height: 100% !important; */
	width: 100% !important;
	resize: none;
	margin-bottom: 0;
	font-size: 16px;
	padding: 15px 20px;
}
#top .feedback_form_wrap .ffw_label {
	display: none;
	margin: 5px 0 5px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1em;
}
#top .feedback_form_wrap br {
	content: "";
	display: block;
	height: 0px;
	display: none;
}
#top .feedback_form_wrap input {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	
}
#top .main_color .feedback_form_wrap input {
	/* background-color: #fff;
	border: none; */
}
#top .feedback_form_wrap .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	float: none;
	clear: both;
}
#top .feedback_form_wrap .wpcf7-form-control-wrap:after {
	content: "";
	display: table;
	float: none;
	clear: both;
}



#top .feedback_submit_wrap {
	position: relative;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 12px;
	margin-top: 12px;
}
#top .feedback_submit_wrap .ffw_submit {
	position: relative;
	display: block;
	text-align: center;
	height: 50px;
}
#top .feedback_submit_wrap .ffw_submit .submit_button {
	height: 50px;
	width: 20%;
	display: inline-block;
}
@media only screen and (max-width: 1209px) {
	#top .feedback_submit_wrap .ffw_submit .submit_button {
		width: 25%;
	}
}
@media only screen and (max-width: 767px) {
	#top .feedback_submit_wrap .ffw_submit .submit_button {
		width: 33.333%;
	}
	.feedback_form_wrap .ffw_cols {
		display: block;
	}
	.feedback_form_wrap .ffw_cols .right_col,
	.feedback_form_wrap .ffw_cols .left_col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	.feedback_form_wrap .ffw_cols .left_col {
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 539px) {
	#top .feedback_submit_wrap .ffw_submit .submit_button {
		width: 100%;
	}
}
#top .feedback_submit_wrap .ffw_submit .submit_button input.wpcf7-submit {
	width: 100%;
	height: 50px;
	line-height: 49px;
	padding: 0;
	letter-spacing: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	outline-offset: 0px;
    outline: none;
}
#top .feedback_submit_wrap .ffw_submit .submit_button input.wpcf7-submit:focus {
	border-width: 0px;
	border-style: solid;
	border-color: #ae451d;
	outline-offset: 0px;
    outline: none;
}
#top .feedback_submit_wrap .submit_button .ajax-loader {
	/* visibility: visible; */
	position: absolute;
	right: 0;
	top: 13px;
    margin-right: 13px;
    z-index: 1;
}
/* ---------------- */


/* POPUP FORM */
#top .popup_cover {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    display: none;
    z-index: 701;
	overflow-y: auto;
}
#top .popup_cover:after {
	content: "";
	display: table;
	float: none;
	clear: both;
}
#top .popup_cover .av-special-heading .av-special-heading-tag {
	font-size: inherit;
}
#top .popup_cover .pc_inner {
	position: relative;
    max-width: 768px;
    /* background: #fff; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 30px;
}
#top .popup_cover .pc_inner .pc_table {
	position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
}
#top .popup_cover .pc_inner .pc_table .pc_cell {
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

#top .popup_form_container {
	position: relative;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    /* background-color: #2d2d2d; */
}
#top .popup_form_container .avia-form-success {
	color: #e7e7e7;
	margin-bottom: 0;
	border-color: #555;
}
#top .popup_form_container .avia_ajax_form .popup_form_heading {
	color: #e7e7e7;
}
#top .popup_form_container .popup_form_close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #c7c7c7;
	border-width: 0px;
	border-style: solid;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#top .popup_form_container .popup_form_close:before {
	content: "\e814";
	font-family: 'entypo-fontello';
}
/* ---------- */


/* FORM DESIGN */
.form_wrap {
	position: relative;
	display: block;
	float: none;
	clear: both;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.form_wrap .form_item {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.form_wrap .form_item p {
	margin-top: 5px;
}
.form_wrap .form_item .label {
	color: #121212;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
}
.form_wrap .form_item.type_radio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.form_wrap .form_item.type_checkbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.form_wrap .form_item.type_file {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.form_wrap .form_item.type_submit .submit {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #006cb1;
	color: #fff;
	font-size: 18px;
}
.form_wrap .form_item.type_submit .submit:hover {
	background-color: #003658;
}
/* ----------- */


/* YANDEX MAP */
#objectsmap {
	position: relative;
	display: block;
	height: 500px;
}
#objectsmap #mapitems {
	height: 500px;
}
#objectsmap #map_table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	table-layout: fixed;
	overflow: hidden;
}
#objectsmap #map_table .map_cell {
	display: table-cell;
	vertical-align: top;
}
#objectsmap #map_table .map_cell #mapitems {
	height: 500px;
}
#objectsmap #map_table .search_cell {
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding-left: 30px;
}
#top #objectsmap .ymaps-2-1-79-islets_icon-caption {
	/* display: none; */
}

/**/
#top .yandex_map_objects #fakemap {
	display: none !important;
}


/* ---------- */


/* FOOTER */
#footer {
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}
#footer .default_enfold_footer {
	display: none;
}
#footer .container_fw {
	position: relative;
	display: block;
}
#footer .footer_top_line {
	position: relative;
	display: block;
	height: 5px;
	background-color: #ff8500;
}
#footer .table_box .left_cell {
	width: 650px;
}
#footer .logo_cell {
	background-color: #006cb1;
	vertical-align: top;
	width: 290px;
}
#footer .logo_cell .footer_logo {
	padding: 30px;
}
#footer .logo_cell .footer_logo .img_box img {
	height: 60px;
	width: auto;
}
#footer .logo_cell .footer_logo .text_box {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
#footer .links_cell {
	background-color: #efefef;
	color: #000;
}
#footer .links_cell .footer_links {
	padding: 30px;	
}
#footer .menu_cell {
	background-color: #dfdfdf;
	color: #000;
}
#footer .menu_cell .footer_menu {
	padding: 30px;
}
#footer .menu_cell .footer_menu .widget_nav_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#footer .menu_cell .footer_menu .widget_custom_html {
	margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
	#footer .table_box .footer_table {
		display: block;
	}
	#footer .table_box .left_cell {
		display: block;
		width: 100%;
	}
	#footer .table_box .right_cell {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	#footer .logo_and_links_table {
		display: block;
	}
	#footer .logo_and_links_table .logo_cell {
		display: block;
		width: auto;
	}
	#footer .logo_and_links_table .links_cell {
		display: block;
	}
}


/* LINKS / Icon List Table */
.icon_list_table {
	position: relative;
	display: block;
}
.icon_list_table .il_item {
	margin-bottom: 20px;
}
.icon_list_table .il_item .il_link {
	position: relative;
	display: block;
	text-decoration: none;
}
.icon_list_table .il_item .il_link .text_cell .il_title {
	color: #121212;
}
.icon_list_table .il_item:last-child {
	margin-bottom: 0;
}
.icon_list_table .il_item .icon_cell {
	width: 60px;
}
.icon_list_table .il_item .il_icon_box {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 22px;
	text-align: center;
	border-top-right-radius: 12px;
}
#footer .icon_list_table .il_item .il_icon_box {
	background-color: #006cb1;
	color: #fff;
	
	background: rgb(64,145,197);
	background: radial-gradient(circle, rgba(64,145,197,1) 0%, rgba(0,108,177,1) 100%);
}
.icon_list_table .il_item .text_cell {
	padding-left: 20px;
}
.icon_list_table .il_item .text_cell .il_title {
	font-size: 20px;
	line-height: 1em;
	margin: 0;
	font-weight: 500;
	color: #121212;
}
.icon_list_table .il_item .text_cell .il_subtitle {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 300;
	margin-top: 5px;
	color: #626262;
}

/* FOOTER MENU */
#footer .footer_menu .menu {
	/* display: flex;
    justify-content: space-around;
    flex-wrap: wrap; */
	text-align: center;
}
#footer .footer_menu .menu li {
	position: relative;
	display: inline-block;
	/* flex-grow: 1;
	flex-basis: 25%; */
}
#footer .footer_menu .menu li a {
	position: relative;
	display: block;
	text-transform: uppercase;
	color: #000;
	padding: 5px 15px;
	margin: 0px;
	border-width: 0px;
	border-style: solid;
	text-align: center;
	line-height: 1.4em;

}
/* ----------- */


/* FOOTER SOCIAL */
.footer_social {
	position: relative;
	display: block;
}
.footer_social .fs_list {
	position: relative;
	text-align: center;
	margin: 0;
}
.footer_social .fs_list .fs_item {
	display: inline-block;
	margin-right: 20px;
	/* margin-bottom: 20px; */
}
.footer_social .fs_list .fs_item:last-child {
	/* margin-bottom: 0; */
	margin-right: 0;
}
.footer_social .fs_list .fs_item .fs_link {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	background-color: #006cb1;
	color: #fff;
	border-top-right-radius: 12px;
	
	background: rgb(64,145,197);
	background: radial-gradient(circle, rgba(64,145,197,1) 0%, rgba(0,108,177,1) 100%);
}
/* ------------- */


/* SOCKET */
#socket .container {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
/* ------ */



/* BUTTONS */
#top .avia-button.avia-size-x-large .avia_iconbox_title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}
/* ------- */


/* GRADIENTS */
.gradient_radial_one {
	background-color: #003658;
	background-image: radial-gradient(ellipse at 66% 48%, #006cb1, #003658 66%);
}
.gradient_radial_two {
	background-color: #ff8500;
	background-image: radial-gradient(ellipse at 66% 48%, #f9d278, #ff8500 66%);
}
.gradient_radial_three {
	background-color: #444444;
	background-image: radial-gradient(ellipse at 50% 50%, #666666, #121212 66%);
}
/* --------- */


/* TEAM MEMBER */
#top .avia-team-member {
	text-align: center;
}
#top .avia-team-member .team-img-container {
	width: 120px;
	height: 120px;
	border-radius: 500px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#top .avia-team-member .team-member-name {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
}
/* ----------- */


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}