/*
 ************************************************************
 *
 * CHILD-BASE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * GLOBAL
 *
 * ----------------------------------------------------------
 *
 * - TRANSITIONS
 */

a,
li,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input,
button,
select,
strong,
textarea,
#submit,
.button,
.avia-button,
.avia-menu-text,
.toggler,
.colorbox,
#searchform,
#top .main_menu a,
#top .inner_product_header
{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

/*
 * - BODY
 */

body
{
	line-height: 1.6em;
}

/*
 * - TYPO
 */

a,
a:hover,
a:focus,
a:visited
{
	text-decoration: none !important;
}

p,
ul,
ol,
table
{
	margin: 2em 0;

}

.special_amp
{
	color: inherit !important;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
}

#top .main_color ::marker,
#top .alternate_color ::marker
{
	color: #d71d23;
}

#top p:first-child
{
	margin-top: 0;
}

#top p:last-child
{
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widgettitle,
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2
{
	letter-spacing: 0;
}

/*
 * - IMAGE
 */

body .aligncenter
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*
 * ----------------------------------------------------------
 *
 * FORM
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top form,
#top fieldset
{
	margin: 0;
}

#top label
{
	font-weight: 300;
	font-size: 11px;
}

#top input[type="url"],
#top input[type="tel"],
#top input[type="text"],
#top input[type="input"],
#top input[type="email"],
#top input[type="search"],
#top input[type="number"],
#top input[type="password"],
#top textarea,
#top select,
#top .avia_ajax_form .text_input,
#top .avia_ajax_form .text_area,
#top .avia_ajax_form .select
{
	font-weight: 300;
	font-size: 14px;
	padding: 15px;
	line-height: 18px;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
}

#top #searchform input[type="text"]
{
	background-color: #ffffff;
}

#top select,
#top .avia_ajax_form .select,
#top .entry-content-wrapper select
{
	width: 100%;
}

/*
 * - AJAX
 */

#top .avia_ajax_form .form_element
{
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}

#top .avia_ajax_form .form_element_half
{
	width: 49.5%;
	margin-left: 1%;
}

#top .avia_ajax_form .form_element.first_form
{
	margin-left: 0;
}

@media only screen and (max-width: 640px)
{

	.responsive #top #wrap_all .avia_ajax_form .form_element
	{
		width: 100%;
		margin-left: 0;
	}

}

/*
 * ----------------------------------------------------------
 *
 * BUTTONS
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top .button,
#top .avia-button,
#top .avia-slideshow-button,
#top .avia-button.avia-color-dark,
#top .avia-button.avia-color-light,
#top #wrap_all .av_ajax_search_entry_view_all
{
	font-family: 'Muli', Arial, sans-serif;
	opacity: 1;
	margin: 0;
	min-width: auto;
	border-width: 1px;
	border-radius: 0;
	border-style: solid;
	font-weight: 300;
	font-size: 16px;
	text-transform: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/*
 * - SIZE
 */

#top .avia-slideshow-button
{
	padding: 15px 50px;
	line-height: 20px;
	font-size: 16px;
}

#top .avia-button.avia-size-small
{
	padding: 10px 30px;
	line-height: 18px;
	font-size: 12px;
}

#top .avia-button.avia-size-medium
{
	padding: 10px 40px;
	line-height: 18px;
	font-size: 16px;
}

#top .avia-button.avia-size-large
{
	padding: 20px 60px;
	line-height: 20px;
	font-size: 20px;
}

#top .avia-button.avia-size-x-large
{
	padding: 30px 80px;
	line-height: 30px;
	font-size: 24px;
}

/*
 * - ROW
 */

#top .avia-buttonrow-wrap .avia-button
{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px)
{
	
	.responsive #top #wrap_all .avia-button,
	.responsive #top #wrap_all .avia-button-wrap
	{
		width: 100% !important;
	}
	
	#top .avia-buttonrow-wrap .avia-button
	{
		margin-bottom: 10px !important;
	}

	#top .avia-buttonrow-wrap .avia-button:last-child
	{
		margin-bottom: 0 !important;
	}

}

/*
 * - COLOR
 */

#top .button,
#top input[type="submit"],
#top .avia-button.avia-color-theme-color,
#top .avia-button.avia-color-theme-color-subtle,
#top .avia-button.avia-color-theme-color-highlight
{
	background-color: #d71d23;
	border-color: #d71d23;
	color: #ffffff;
}

#top .button:hover,
#top input[type="submit"]:hover,
#top .avia-button.avia-color-theme-color:hover,
#top .avia-button.avia-color-theme-color-subtle:hover,
#top .avia-button.avia-color-theme-color-highlight:hover
{
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}

#top .avia-button.avia-color-light
{
	background-color: transparent;
	border-color: rgba(255,255,255,0.3);
	color: #ffffff;
}

#top .avia-button.avia-color-light:hover
{
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

#top .avia-button.avia-color-dark
{
	background-color: transparent;
	border-color: #dddddd;
	color: #d71d23;
}

#top .avia-button.avia-color-dark:hover
{
	background-color: transparent;
	border-color: #d71d23;
	color: #d71d23;
}

#top .footer_color .button,
#top .footer_color input[type="submit"],
#top .footer_color .avia-button.avia-color-theme-color,
#top .footer_color .avia-button.avia-color-theme-color-subtle,
#top .footer_color .avia-button.avia-color-theme-color-highlight
{
	background-color: #d71d23;
	border-color: #d71d23;
	color: #ffffff;
}

#top .footer_color .button:hover,
#top .footer_color input[type="submit"]:hover,
#top .footer_color .avia-button.avia-color-theme-color:hover,
#top .footer_color .avia-button.avia-color-theme-color-subtle:hover,
#top .footer_color .avia-button.avia-color-theme-color-highlight:hover
{
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}

/*
 * ----------------------------------------------------------
 *
 ************************************************************
 *
 * CHILD-GRID
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * FLEX
 *
 * ----------------------------------------------------------
 *
 * - COLUMNS
 */

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child)
{
	margin-top: 60px;
}

@media only screen and (max-width: 767px)
{

	.responsive #top #wrap_all .flex_column
	{
		margin-bottom: 40px;
	}

	.responsive #top #wrap_all .flex_column:last-child
	{
		margin-bottom: 0;
	}

}

/*
 * ----------------------------------------------------------
 *
 * MISC
 *
 * ----------------------------------------------------------
 *
 * - CONTAINER
 */

#top .container-thin .container
{
	max-width: 960px;
}

#top .container-wide .container
{
	max-width: 100%;
}

/*
 * - COLORBOX
 */

#top .colorbox
{
	padding: 40px;
}

@media only screen and (max-width: 767px)
{

	.responsive #top .colorbox
	{
		padding: 30px;
	}

}

/*
 * ----------------------------------------------------------
 *
 * FLEX-GRID
 *
 * ----------------------------------------------------------
 *
 * - ELEMENT
 */

#top .flex-grid .title h3
{
	margin-bottom: 0;
}

#top .flex-grid .excerpt
{
	flex-grow: 1;
	margin: 20px 0;
	font-size: 14px;
}

#top .flex-grid .more
{
	font-size: 16px;
}

/*
 * - ITEM
 */

#top .flex-grid .item
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#top .flex-grid .item a
{
	width: calc(100% - 10px);
	margin: 10px;
	padding: 60px;
	flex-flow: column wrap;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

#top .main_color .flex-grid .item a .excerpt,
#top .alternate_color .flex-grid .item a .excerpt
{
	color: #666666;
}

#top .main_color .flex-grid .item a .more,
#top .alternate_color .flex-grid .item a .more
{
	color: #333333;
}

#top .main_color .flex-grid .item a:hover .more,
#top .alternate_color .flex-grid .item a:hover .more
{
	color: #d71d23;
}

@media only screen and (min-width: 768px)
{

	#top .flex-grid.columns-2 .item
	{
		width: 50%;
	}

	#top .flex-grid.columns-3 .item
	{
		width: 50%;
	}

}

@media only screen and (min-width: 990px)
{

	#top .flex-grid.columns-2 .item
	{
		width: 50%;
	}

	#top .flex-grid.columns-3 .item
	{
		width: 33.33%;
	}

}

/*
 * - WRAP
 */

#top .flex-grid,
#top .flex-grid .item,
#top .flex-grid .item a
{
	display: flex;
}

#top .flex-grid
{
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0 -10px;
}

/*
 * ----------------------------------------------------------
 * 
 ************************************************************
 *
 * CHILD-LAYOUT
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - LOGO
 */

/*
 * ----------------------------------------------------------
 *
 * MENU
 *
 * ----------------------------------------------------------
 *
 * - MAIN
 */

#top .av-main-nav > li > a
{
	padding: 0 15px;
	text-transform: none;
	font-weight: 300;
	font-size: 16px;
	cursor: pointer !important;
}

#top #wrap_all li.av-menu-button-bordered > a .avia-menu-text
{
	padding: 15px 30px;
	border-radius: 0;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.4);
}

#top #wrap_all li.av-menu-button-bordered > a:hover .avia-menu-text
{
	border-color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 989px)
{

	.responsive #top #wrap_all li.av-menu-button-colored > a .avia-menu-text
	{
		display: block;
		width: 100%;
		max-width: 240px;
	}

}

/*
 * ----------------------------------------------------------
 *
 * LIGHTBOX
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

div.avia-popup .mfp-close,
div.avia-popup .mfp-close:hover,
div.avia-popup button.mfp-close,
div.avia-popup button.mfp-close:hover
{
	border: none;
	-webkit-transition: none;
	        transition: none;
}

div.avia-popup .mfp-close:hover,
div.avia-popup button.mfp-close:hover
{
	-webkit-transform: none;
	        transform: none;
}

@media only screen and (max-width: 1279px)
{

	.mfp-iframe-holder button.mfp-arrow
	{
		display: none;
	}
	
}

@media only screen and (max-width: 989px)
{

	.mfp-container
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	.mfp-iframe-holder .mfp-content
	{
		max-width: 100% !important;
	}
	
}

@media only screen and (max-width: 767px)
{

	.mfp-iframe-holder .mfp-iframe-scaler
	{
		height: 640px !important;
	}
	
}

@media only screen and (min-width: 768px)
{

	.mfp-iframe-holder .mfp-iframe-scaler
	{
		min-height: 540px !important;
	}
	
}

@media only screen and (min-width: 990px)
{

	.mfp-iframe-holder .mfp-content
	{
		max-width: 800px !important;
	}
	
}

/*
 * ----------------------------------------------------------
 *
 * WIDGET
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top .widget
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 40px;
}

#top .widgettitle
{
	margin: 0;
	margin-bottom: 15px;
}

#top .textwidget
{
	line-height: 1.6;
}

@media only screen and (max-width: 1279px)
{

	.responsive #top #wrap_all .all_colors .widgettitle
	{
		font-size: 16px;
	}

	.responsive #top #wrap_all .textwidget
	{
		font-size: 13px;
	}

}

@media only screen and (min-width: 1280px)
{

	#top #wrap_all .all_colors .widgettitle
	{
		font-size: 18px;
	}

	#top .textwidget
	{
		font-size: 14px;
	}

}

/*
 * - PRICING TABLE
 */

#top .pricing-table > li.avia-heading-row
{
	padding: 20px;
}

/*
 * ----------------------------------------------------------
 *
 * SECTION
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top .avia-section
{
	min-height: 0;
}

/*
 * - PADDING
 */

#top .content,
#top .sidebar
{
	padding-top: 50px;
	padding-bottom: 50px;
}

#top .avia-section-small .content,
#top .avia-section-small .sidebar
{
	padding-top: 30px;
	padding-bottom: 30px;
}

#top .avia-section-large .content,
#top .avia-section-large .sidebar
{
	padding-top: 70px;
	padding-bottom: 70px;
}

#top .avia-section-huge .content,
#top .avia-section-huge .sidebar
{
	padding-top: 100px;
	padding-bottom: 100px;
}

#top .avia-section-no-padding .content,
#top .avia-section-no-padding .sidebar
{
	padding-top: 0;
	padding-bottom: 0;
}

#top .avia-section-no-padding .container
{
	padding-left: 0;
	padding-right: 0;
}

/*
 * ----------------------------------------------------------
 *
 * FOOTER
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

#top #wrap_all #footer p
{
	margin: 0;
	line-height: 1.8em;
	font-weight: 300;
	font-size: 14px;
}

#top #wrap_all #footer p,
#top #wrap_all #footer a
{
	color: rgba(255, 255, 255, 0.5);
}

#top #wrap_all #footer a:hover
{
	color: rgba(255, 255, 255, 1.0);
}

/*
 * - MENU
 */

#top #footer .widget_nav_menu a,
#top #footer .widget_nav_menu ul:first-child > .current-menu-item > a,
#top #footer .widget_nav_menu ul:first-child > .current_page_item > a
{
	font-family: 'Muli', Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 2.7em;
	text-transform: none;
	font-weight: 300;
	font-size: 1.1em;
}

/*
 * - WIDGET
 */

#top #footer .widget
{
	width: 100%;
}

#top #footer .widget:last-child
{
	padding-bottom: 0;
}

#top #footer .widgettitle
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/*
 * - WRAP
 */

#top #footer
{
	border-top: none;
}

@media only screen and (max-width: 767px)
{

	.responsive #top #wrap_all #footer
	{
		padding: 40px 0;
	}

}

@media only screen and (min-width: 768px)
{

	.responsive #top #wrap_all #footer
	{
		padding: 60px 0;
	}

	.responsive #top #wrap_all #footer .flex_column:last-child
	{
		text-align: right;
	}

}

/*
 * ----------------------------------------------------------
 *
 * SOCKET
 *
 * ----------------------------------------------------------
 *
 * - BASE
 */

/*
 * ----------------------------------------------------------
 * 
 ************************************************************
 *
 * CHILD-SHORTCODES
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENTS
 *
 * ----------------------------------------------------------
 *
 * - HEADING */

#top .av-subheading_above
{
	margin-bottom: 1em;
}

#top .av-subheading_below
{
	margin-top: 1em;
}

/*
 * - HEADLINE
 */

#top .av-fixed-rotator-width .av-rotator-text
{
	line-height: 1.4;
	text-align: center !important;
	clear: both;
}

/*
 * - TEXTBLOCK
 */

@media only screen and (min-width: 768px)
{

	#top .av_one_full .avia_textblock p,
	#top .av_two_third .avia_textblock p
	{
		text-align: justify;
	}

}

.main_color .pricing-table li.avia-heading-row,
.main_color .pricing-table li.avia-heading-row .pricing-extra
{
	font-size: 18px;
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;
}

.main_color .pricing-table li.avia-pricing-row
{
	font-weight: 300;
	background-color: #ffffff;
	border-color: #ffffff;
	color: #666666;
}

.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol
{
	opacity: 1;
	text-shadow: none;
	color: #666666;
}

/*
 * ----------------------------------------------------------
 * 
 ************************************************************
 *
 * PLUGINS
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * PLUGIN
 *
 * ----------------------------------------------------------
 *
 * - MISC
 */

/*
 * ----------------------------------------------------------
 *
 ************************************************************
 *
 * SECTIONS
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * CONTACTS
 *
 * ----------------------------------------------------------
 *
 * - WIDGET
 */

#top .content-contacts .avia-builder-widget-area
{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}

@media only screen and (max-width: 767px)
{

	#top .content-contacts .widget-contact .widget
	{
		width: 100%;
	}

	#top .content-contacts .widget-team .widget
	{
		width: 50%;
	}

}

@media only screen and (min-width: 768px)
{

	#top .content-contacts .widget-contact .widget
	{
		width: 100%;
	}

	#top .content-contacts .widget-team .widget
	{
		width: 33.33%;
	}

}

/*
 * - CONTENT
 */

#top .content-contacts .content
{
	padding-bottom: 30px;
}


/*
 * ----------------------------------------------------------
 *
 * SERVICE
 *
 * ----------------------------------------------------------
 *
 * - ELEMENT
 */

.html_header_transparency #top .content-form .container
{
	padding-top: 0 !important;
}

#top .content-service .thumb img
{
	width: 64px;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

#top .content-service .av-special-heading
{
	margin-top: 0;
	padding-bottom: 30px;
}

#top .content-service .av-subheading_below
{
	opacity: 1;
	margin-top: 0.5em;
	font-size: 13px;
}

#top .content-service .avia_textblock
{
	font-size: 14px;
}

#top .content-service .avia_textblock ul
{
	margin: 0;
}

#top .content-service .avia_textblock ul > li
{
	line-height: 1.1em;
}

#top.single-service .avia-post-nav
{
	display: none;
}

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