/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900');

@font-face {
    font-family: AvertaLight;
    src: url(/wp-content/themes/enfold-child/fonts/averta-light.woff);
	font-weight: 300;
}
@font-face {
    font-family: AvertaLightEm;
    src: url(/wp-content/themes/enfold-child/fonts/averta-lightitalic.woff);
	font-weight: 300;
	font-style: italic;
}
@font-face {
    font-family: Averta;
    src: url(/wp-content/themes/enfold-child/fonts/averta-regular.woff);
	font-weight: 400;
}
@font-face {
    font-family: AvertaEm;
    src: url(/wp-content/themes/enfold-child/fonts/averta-regularitalic.woff);
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: AvertaSemiBold;
    src: url(/wp-content/themes/enfold-child/fonts/averta-semibold.woff);
	font-weight: 600;
}
@font-face {
    font-family: AvertaSemiBoldEm;
    src: url(/wp-content/themes/enfold-child/fonts/averta-semibolditalic.woff);
	font-weight: 600;
	font-style: italic;
}
@font-face {
    font-family: AvertaBold;
    src: url(/wp-content/themes/enfold-child/fonts/averta-bold.woff);
	font-weight: 700;
}
@font-face {
    font-family: AvertaBoldEm;
    src: url(/wp-content/themes/enfold-child/fonts/averta-bolditalic.woff);
	font-weight: 700;
	font-style: italic;
}

/***************************************************************************************** Fonts & Global */

#top {
    font-family: Averta;
}
#top a:focus {
	outline: none;
	opacity: .8;
	text-decoration: none;
}
#top a:hover {
	opacity: .8;
	text-decoration: none;
}

/***************************************************************************************** Top Elements */

#header #header_meta {
    background: none;
    border: none;
	padding-top: 20px;
}
#header_meta a {
    font-size: 20px;
    font-weight: 400;
}
#header_meta li a {
    background: #2f93ec;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: AvertaSemiBold;
	position: relative;
	border-radius: 20px;
}
#header_meta .phone-info a {
    margin-left: 55px;
	position: relative;
}
#header_meta .top-email:before {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(/wp-content/uploads/2018/11/Mail.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: -28px;
    top: 5px;
}
#header_meta .top-phone {
    margin-right: 15px;
}
#header_meta .top-phone:before {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(/wp-content/uploads/2018/11/Phone.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: -28px;
    top: 5px;
}
#header_meta .top-phone:after {
    content: " ";
    width: 1px;
    height: 17px;
    position: absolute;
    right: -21px;
    background: white;
    opacity: .4;
    top: 7px;
}

/***************************************************************************************** Header */

body #header {
    position: absolute;
}
#header .header_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+25,000000+100&1+0,0.75+25,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 200%;
	display: none;
}
#header_main .logo {
    margin-top: -22px;
}
#header_main .menu {
    margin-top: 20px;
}
#header_main .menu-item {
    margin-left: 35px;
}
#header_main .menu-item:first-child {
    margin-left: 0px;
}
#header_main li a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    height: auto !important;
    line-height: 1 !important;
    padding: 20px 0px;
}
#header_main li a:hover {
	opacity: 1;
}
#header_main li a:before {
    content: " ";
    height: 2px;
	width: 0;
    background: white;
    position: absolute;
    top: 5px;
	left: 50%;
	transition: .5s all;
}
#header_main li a:hover:before, #header_main .current-menu-item > a:before {
	width: 100%;
	left: 0px;
}
#top #wrap_all #header_main .sub-menu {
    background: rgba(0,0,0,.9);
    min-width: 225px;
    padding: 8px 0px;
}
#header_main .sub-menu li {
	margin-left: 0px;
}
#header_main .sub-menu li a {
    background: none;
    text-transform: none;
    font-size: 15px;
    border: none;
    padding: 10px 15px;
    display: block;
	color: white;
}
#top #header_main .sub-menu li a:hover, #top #header_main .sub-menu li.current-menu-item > a {
    color: #2f93ec;
}
#header_main .sub-menu li a:before {
	display: none;
}

/***************************************************************************************** Page Banner */

#page-banner {
    position: relative;
    padding-bottom: 17%;
    height: 0;
    overflow: hidden;
    padding-top: 100px;
}
#page-banner.hide-banner {
    display: none;
}
#page-banner .banner-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
}
#page-banner .banner-image:before {
    content: " ";
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#page-banner .container {
    display: table;
    height: 100%;
}
#page-banner .banner-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-top: 105px;
}
#page-banner .title {
    color: white;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: AvertaSemiBold;
    display: block;
    margin-bottom: 15px;
}
#page-banner .subtitle {
    color: white;
    font-size: 18px;
}

/***************************************************************************************** Content */

#top #wrap_all #main {
    padding-top: 0px !important;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol {
    margin-top: 0px;
    margin-bottom: 15px;
}
#main h1, #main h2, #main h3, #main h4 {
    font-family: Averta;
}
#main h2 {
    font-family: AvertaBold;
    letter-spacing: 0px;
    font-size: 40px;
}
#main h3 {
    text-transform: uppercase;
    font-family: AvertaBold;
    font-size: 34px;
}
#main h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: AvertaSemiBold;
}
#main h5 {
    color: #333;
    text-transform: uppercase;
}
#main .large-text p {
    font-size: 19px;
    line-height: 1.65;
}
#main .small-link a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: AvertaSemiBold;
}
#main .white-text * {
    color: white;
}
#top #main .avia-button {
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 25px;
    border: none;
    box-shadow: 2px 2px 12px rgba(0,0,0,.4);
	transition: .2s all;
}
#top #main .avia-button:hover {
    box-shadow: 5px 5px 12px rgba(0,0,0,.4);
}
#main .featured-testimonial {
    background: white;
    padding: 35px 20px 20px 20px;
    border-top: 4px solid #042068;
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
#main strong {
    color: inherit;
}
#main .av-layout-grid-container .av_two_third .flex_cell_inner {
    max-width: 800px;
    padding: 5% 0px;
}
#main .av-layout-grid-container .avia-builder-el-first .flex_cell_inner {
    float: right;
    margin-right: 75px;
}
#main .toggler {
    margin-bottom: 10px;
    border: none;
    border-left: 4px solid #2f93ec;
    border-radius: 0px;
    padding: 10px;
}
#main .toggler .toggle_icon {
    right: 15px;
    left: auto;
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 17px;
}
#main .toggler.activeTitle .toggle_icon {
    transform: rotate(180deg);
}
#main .toggler .toggle_icon:before {
    content: "\f107";
    font-family: "FontAwesome";
    color: #042068;
    font-size: 25px;
    font-weight: 600;
}
#main .toggler .toggle_icon span {
    display: none;
}
#main .toggle_content {
    background: white;
    border: none;
    margin-top: -10px;
    margin-bottom: 10px;
}
#top .small-spacing .av-flex-placeholder {
    width: 2%;
}
#top #main .slide-entry {
    padding-left: 5px;
    padding-bottom: 5px;
}
#top #main .slide-entry:first-child {
    padding-left: 1px;
}
#main .testimonial-block {
    background: #efefef;
    padding: 50px 30px 15px 30px;
    position: relative;
    margin-bottom: 35px;
}
#main .testimonial-block:before {
    content: "\f10d";
    font-family: FontAwesome;
    visibility: visible;
    position: absolute;
    background: #2f93ec;
    color: white;
    width: 60px;
    height: 30px;
    top: 0px;
    left: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#main .testimonial-block strong {
    text-transform: uppercase;
    font-family: AvertaBold;
}
#main .testimonial-block em {
    font-family: AvertaLightEm;
    font-size: 18px;
    line-height: 1.7;
}
#top #main .avia-logo-element-container.partners-grid .slide-entry {
    padding-left: 0px;
    padding-right: 5px;
}
#main .avia-logo-element-container.partners-grid img {
    max-height: none;
    border: 1px solid #ccc;
}

/***************************************************************************************** Sidebar */

#top #main .sidebar {
    text-align: left;
}
#main .sidebar .widgettitle {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}
#main .sidebar .widgettitle:after {
    content: " ";
    background: #90929a;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#main .sidebar li a {
    display: block;
    padding: 4px 0px;
	transition: .5s all;
}
#main .sidebar li a:hover, #main .sidebar .widget_subpages_current_page > a {
    color: #03c4fc;
}
#main .sidebar ul > li+ ul > li {
    margin-left: 15px;
}
#main .sidebar ul > li+ ul > li a {
    font-size: 14px;
}

/***************************************************************************************** Forms */

#top #main .gform_wrapper {
	margin: 0px;
}
#top #main .gform_wrapper form {
    margin: 0px;
}
#top #main .gform_footer {
	padding: 0px;
	margin: 0px;
}
#top #main .gform_description {
    width: 100%;
}
#top #main .gfield {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 0px;
}
#top #main .gf_left_half, #top #main .gf_left_third, #top #main .gf_middle_third {
    padding-right: 15px;
}
#top #main .gfield input, #top #main .gfield select, #top #main .gfield textarea {
    font-family: Averta;
    background-color: transparent;
    border: 1px solid #ccc;
}
#top #main .gfield input:focus, #top #main .gfield select:focus, #top #main .gfield textarea:focus {
    border-color: #2f93ec;
	outline: none;
}
#top #main .ginput_complex label {
    font-weight: normal;
    font-size: 12px;
}
#top #main .gform_button {
    background: #002655;
    font-family: AvertaSemiBold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;
    margin: 0px;
}
#top #main .gform_button:hover {
    opacity: .8;
}
#top #main .boxed-form .gform_wrapper {
    background: #2f93ec;
    padding: 25px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
#top #main .boxed-form .gform_description h4, #top #main .boxed-form .gform_description p {
    color: white;
    text-align: center;
}
#top #main .boxed-form .gfield_label {
    display: none;
}
#top #main .boxed-form input, #top #main .boxed-form textarea {
    text-align: center;
    border-color: white;
    color: white;
}
#top #main .boxed-form input::-webkit-input-placeholder, #top #main .boxed-form textarea::-webkit-input-placeholder {
	color: white;
}
#top #main .boxed-form input::placeholder, #top #main .boxed-form textarea::placeholder {
	color: white;
}
#top #main .boxed-form input::-ms-input-placeholder, #top #main .boxed-form textarea::-ms-input-placeholder {
	color: white;
}
#top #main .boxed-form .gform_footer {
    text-align: center;
}
#top #main .section-captcha label {
    display: none;
}

/***************************************************************************************** Home */

.home #header .header_bg {
	display: block;
}
#main .avia-layerslider {
    height: auto !important;
}
#main .rev-btn {
    font-family: Averta !important;
}
#top #slider-tabs {
    margin-top: -103px;
    min-height: 0px;
    position: relative;
    background: none;
    border-top: 1px solid rgba(255,255,255,.2) !important;
}
#top #slider-tabs:before {
    content: " ";
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .4;
	left: 0;
	top: 0;
}
#slider-tabs h4 {
    margin: 0px;
}
#top #slider-tabs a {
    color: white;
    padding: 40px 0px 40px 65px;
    display: block;
}
#slider-tabs a:hover {
    background: rgba(0, 97, 172, .6);
    opacity: 1;
}
#slider-tabs h4 a:before {
    content: " ";
    width: 65px;
    height: 65px;
    position: absolute;
    background: url(/wp-content/uploads/2018/11/RESELLERS.png);
    background-size: contain;
    margin-left: -85px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider-tabs .tab-partners a:before {
	background-image: url(/wp-content/uploads/2018/11/PARTNERS.png);
}
#slider-tabs .tab-professional a:before {
    background-image: url(/wp-content/uploads/2018/11/IT-PROFESSIONAL.png);
}
#top #slider-tabs .tab-resellers a:hover:before {
    background-image: url(/wp-content/uploads/2018/11/RESELLERS-bhlue.png);
}
#slider-tabs .tab-partners a:hover:before {
	background-image: url(/wp-content/uploads/2018/11/PARTNERS-bhlue.png);
}
#slider-tabs .tab-professional a:hover:before {
    background-image: url(/wp-content/uploads/2018/11/IT-PROFESSIONAL-bhlue.png);
}
#top #slider-tabs a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    line-height: 11px;
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    margin-left: 8px;
    margin-top: 3px;
    padding-left: 0px;
}
#top #main .no-logo-slider-heading {
	display: none;
}
#main .avia-logo-element-container > .avia-content-slider-inner {
    height: auto !important;
}
#main .avia-logo-element-container img {
    margin-top: 0px;
    box-shadow: none;
    max-height: 40px;
}
#main .avia-content-slider-inner .slide-entry-title {
    display: none;
}
#top #main .avia-slideshow-arrows {
    top: 50%;
    position: absolute;
	width: 100%;
}
#top #main .avia-slideshow-arrows .prev-slide {
    width: 45px;
    height: 45px;
    background: white;
    left: -75px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
#top #main .avia-slideshow-arrows .prev-slide:before {
    content: url(/wp-content/uploads/2018/11/left-arrow.png);
    background: transparent;
    line-height: 55px;
    padding-left: 3px;
}
#top #main .avia-slideshow-arrows .next-slide {
    width: 45px;
    height: 45px;
    background: white;
    right: -75px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
#top #main .avia-slideshow-arrows .next-slide:before {
    content: url(/wp-content/uploads/2018/11/right-arrow.png);
    background: transparent;
    line-height: 55px;
    padding-right: 3px;
}
#main .avia-animated-number-title {
    margin-bottom: 15px;
    display: block;
}
#home-stats .avia-animated-number-title .av-icon-char {
    display: block;
    height: 60px;
    font-size: 40px;
    margin-right: 0px;
}
#main .avia-animated-number-title span {
    font-size: 45px;
    opacity: 1;
    font-family: AvertaLight;
}
#main .avia-animated-number-content p {
    text-transform: uppercase;
    font-family: Averta;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0px;
}
#home-stats .avia-animated-number * {
    color: white;
}
#home-stats .avia-animated-number-title span {
    text-shadow: 6px 6px 0px rgba(0,0,0,.25);
}
#top #main .avia-testimonial-wrapper .avia-slideshow-arrows .prev-slide, #top #main .avia-testimonial-wrapper .avia-slideshow-arrows .next-slide {
    box-shadow: none;
    opacity: 1;
}
#main .avia-testimonial-content p {
    color: #797979;
    font-size: 18px;
    font-family: AvertaEm;
}
#top #main .avia-testimonial-content p:first-child {
    padding-left: 65px;
    display: inline;
}
#top #main .avia-testimonial-content p:first-child:before {
    content: " ";
    background: url(/wp-content/uploads/2018/11/open-quote.png);
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
    margin-left: -40px;
    margin-top: 5px;
}
#top #main .avia-testimonial-meta-mini, #top #main .avia-testimonial-image {
    display: none;
}
#demo .gform_body {
    position: relative;
}
#demo .gfield_label {
    display: none;
}
#top #main #demo .gf_left_col {
    max-width: 50% !important;
    padding-right: 15px !important;
}
#demo .gf_left_col input {
    height: 50px;
    padding: 20px;
}
#demo .gf_right_col {
    position: absolute;
    top: -8px;
    right: 0px;
    max-width: 50% !important;
}
#demo .gf_right_col textarea {
    height: 118px;
    margin: 0px;
    padding: 15px;
}
#top #demo .gfield input, #top #demo .gfield textarea {
    background: transparent;
    border: 1px solid white;
	color: white;
	font-size: 14px;
}
#top #demo .gfield input::-webkit-input-placeholder, #top #demo .gfield textarea::-webkit-input-placeholder, #top #demo .gfield input::placeholder, #top #demo .gfield textarea::placeholder {
	color: white;
}
#top #demo .gform_footer {
    position: absolute;
    top: 244px;
    left: 50%;
}
#top #demo .validation_error {
    border: none;
    margin-bottom: 0px;
}
#top #main #demo .gfield.gfield_error {
    background: none;
    border: none;
    padding: 0px;
}
#top #demo .gfield_description {
    padding-top: 0px;
    padding-bottom: 15px;
}
#top #demo .validation_error + .gform_body + .gform_footer {
    position: relative;
    top: 0px;
    left: 0px;
}
#home-testimonials {
	position: relative;
}
#top .testimonial-slider {
    margin-bottom: 25px;
}
#top #main .testimonial-slider .new-special-heading {
    padding: 20px 0px;
}
#top #main .testimonial-slider .new-special-heading h3 {
    color: white;
    font-size: 1.8rem;
    font-family: Averta;
    margin-bottom: 0px;
    letter-spacing: 1px;
    line-height: 1.3;
	max-width: 500px;
}
#top #main .testimonial-slider .avia-slideshow-dots {
    position: absolute;
}
#top #main .testimonial-slider .avia-content-slider-inner {
    background: white;
}
#top #main .testimonial-slider .avia-content-slider-inner .slide-entry {
    padding: 45px 30px 10px 30px;
	min-height: 325px;
}
#top #main .testimonial-slider .slide-entry:before {
    content: "\f10d";
    font-family: FontAwesome;
    visibility: visible;
    position: absolute;
    background: #2f93ec;
    color: white;
    width: 60px;
    height: 30px;
    top: 0px;
    left: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#main .avia-content-slider-inner img {
    margin-top: 0px;
}
#top #main .testimonial-slider .entry-content p {
    color: gray;
    font-family: Averta;
}
#top #main .testimonial-slider .entry-content p strong {
    text-transform: uppercase;
    color: black;
    font-family: AvertaSemiBold;
}
#top #main .testimonial-slider .avia-slideshow-dots a {
    width: 50px;
    height: 3px;
    border-radius: 0px;
    padding: 0px;
    border: none;
    margin-right: 5px;
    background: #fff;
    opacity: .4;
}
#top #main .testimonial-slider .avia-slideshow-dots a:hover, #top #main .testimonial-slider .avia-slideshow-dots a.active {
    opacity: 1;
}
#resellers, #partners, #it-professional {
	display: none;
}
#resellers.open {
    display: block;
}
#partners.open {
    display: block;
}
#it-professional.open {
    display: block;
}

/***************************************************************************************** Footer */

body #footer {
    border: none;
    padding: 35px 0px 15px;
}
#footer .widgettitle {
    font-size: 16px;
    font-family: Averta;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}
#footer .widgettitle:after {
    content: " ";
    background: #90929a;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
#footer li a {
    color: #90929a;
    display: block;
    padding: 5px 0px;
}
.footer-contact > div {
    margin-left: 35px;
    margin-bottom: 15px;
	position: relative;
}
.footer-contact > div:before {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -35px;
    top: 5px;
    background-size: auto;
    background-repeat: no-repeat;
}
.footer-contact .footer-email:before {
    background-image: url(/wp-content/uploads/2018/11/footer-mail.png);
}
.footer-contact .footer-phone:before {
    background-image: url(/wp-content/uploads/2018/11/footer-phone.png);
}
.footer-contact .footer-address:before {
    background-image: url(/wp-content/uploads/2018/11/Map.png);
}
.footer-contact .footer-logo {
    display: block;
    margin-bottom: 20px;
}
body #socket {
    border-top: 1px solid #90929a;
	padding: 10px 0px;
}
#socket .copyright {
    font-size: 15px;
    text-align: center;
    width: 100%;
}

/***************************************************************************************** Responsive */

@media screen and (max-width: 1200px) {
	#top #slider-tabs a {
    	padding: 25px 0px 25px 65px;
	}
	#top #slider-tabs {
    	margin-top: -73px;
	}
	#slider-tabs h4 a:before {
    	width: 45px;
   		height: 45px;
    	background-size: contain;
		margin-top: -10px;
	}
	#header .header_bg {
    	height: 125%;
	}
	#header_main .logo img {
    	max-width: 140px;
	}
	#header_main li a {
    	font-size: 14px;
    	padding: 12px 0px;
	}
	#header_meta li a {
    	font-size: 12px;
    	padding: 10px 20px;
	}
	#header_meta a {
    	font-size: 18px;
	}
}

@media screen and (max-width: 989px) {
	#top #wrap_all #header {
    	position: absolute !important;
	}
	#header_meta .phone-info {
    	padding: 7px 185px 0px 0px;
    	text-align: right;
    	margin-top: -8px;
	}
	#header_main .menu {
    	margin-top: 30px;
	}
	#header_meta .phone-info a {
    	font-size: 16px;
    	margin-left: 0px;
	}
	#header_meta .phone-info a:before {
    	display: none;
	}
	#header_meta .phone-info a.top-phone {
    	margin-right: 40px;
	}
	#header_meta .top-phone:after {
    	top: 3px;
	}
	#page-banner .banner-content {
    	width: 100%;
	}
	#header_meta .sub_menu {
    	position: absolute;
    	right: 5%;
    	top: 10px;
	}
	#top #wrap_all #header_main .av-burger-overlay-scroll {
    	background: rgba(0,0,0,.9);
	}
	#top #wrap_all #header_main .av-burger-overlay-bg {
    	opacity: 0;
	}
	#top #wrap_all #header #header_main .sub-menu {
    	padding: 0px;
    	background: transparent;
	}
	#top #wrap_all #header #header_main li a {
    	color: white;
    	font-size: 16px;
		border: none;
	}
	#top #wrap_all #header #header_main .sub-menu li a {
    	font-family: AvertaLight;
	}
	#top #wrap_all #header #header_main li.current-menu-item > a, #top #wrap_all #header #header_main li a:hover {
    	color: #2f93ec;
		background: none;
	}
	#page-banner .subtitle {
    	font-size: 16px;
	}
	#top #main .gf_left_third, #top #main .gf_middle_third, #top #main .gf_right_third {
    	width: calc(100% / 3);
	}
	#slider-tabs .container {
    	max-width: 95%;
    	padding: 0px;
	}
	#top #slider-tabs a {
    	padding: 25px 0px 25px 30px;
    	font-size: 16px;
	}
	#slider-tabs h4 a:before {
    	margin-left: -50px;
    	width: 30px;
    	height: 30px;
    	margin-top: -5px;
	}
	#main .rev-btn {
    	padding: 12px 25px !important;
    	font-size: 14px !important;
	}
	#header_main li a:before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#header_meta .top-email {
    	display: none;
	}
	#header #header_meta {
    	padding-top: 10px;
		text-align: center;
	}
	#header_meta .phone-info {
    	display: inline-block;
    	padding: 0px;
    	float: none;
    	width: auto;
	}
	#top #header_meta .sub_menu {
    	position: relative;
    	display: inline-block;
    	float: none;
    	width: auto;
    	top: 0px;
    	right: 0px;
		padding-left: 0px;
    	padding-right: 10px;
	}
	#top #header_meta li {
    	padding: 0px;
	}
	#header_meta .phone-info a.top-phone {
    	margin-right: 0px;
	}
	#header_meta .top-phone:after {
		display: none;
	}
	#header_main {
    	margin-top: 40px;
	}
	#header_main .menu {
    	margin-top: 35px;
	}
	#page-banner {
    	padding-bottom: 200px;
	}
	#page-banner .title {
    	font-size: 1.5rem;
	}
	#top #main #demo .gf_left_col {
    	max-width: 100% !important;
    	padding-right: 0px !important;
	}
	#demo .gf_right_col {
    	position: relative;
    	top: 0px;
    	width: 100% !important;
    	max-width: 100% !important;
	}
	#top #demo .gform_footer {
    	position: relative;
    	top: 0px;
    	left: 0px;
	}
	#demo {
    	background-position: center center !important;
	}
	#top #main .av-layout-grid-container .flex_cell {
    	min-height: 300px;
	}
	#main .avia-logo-slider .av-partner-fake-img {
    	background-size: auto;
	}
	#top #slider-tabs {
		height: 44px;
    	margin-top: -44px;
		text-align: center;
	}
	#top #wrap_all #main #slider-tabs .container {
    	max-width: 95%;
    	width: 95%;
	}
	#top #wrap_all #slider-tabs .av_one_third {
    	margin-bottom: 0px;
    	display: inline-block;
    	width: auto;
		float: none;
	}
	#top #slider-tabs a {
    	padding: 10px 20px 5px 0px;
		background: none;
	}
	#slider-tabs h4 a:before {
		display: none;
	}
	#top #slider-tabs a:after {
    	content: " ";
    	border: none;
    	width: 2px;
    	height: 19px;
    	background: white;
    	top: 8px;
	}
	#top #slider-tabs .av_one_third:last-child a {
    	padding-right: 0px;
	}
	#top #slider-tabs .av_one_third:last-child a:after {
    	display: none;
	}
	#main .slide-text {
    	width: 100vw !important;
    	max-width: 90vw !important;
    	font-size: 18px !important;
    	line-height: 1.2 !important;
	}
	#main .rev-btn {
    	display: none;
	}
	#top #wrap_all #home-stats .av_one_fourth {
    	margin-bottom: 50px;
	}
	#main .tp-bgimg {
    	background-position: 65% 50% !important;
	}
}

@media screen and (max-width: 640px) {
	#top #main .gf_left_half, #top #main .gf_left_third, #top #main .gf_middle_third {
    	padding-right: 0px;
	}
	#top #main .gf_left_third, #top #main .gf_middle_third, #top #main .gf_right_third {
    	width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#main img.alignright, #main img.alignleft {
    	display: block;
    	float: none;
    	margin: 0px 0px 15px 0px;
	}
	#page-banner .banner-content {
    	line-height: 1.2;
    	padding-top: 125px;
	}
	#page-banner .subtitle {
    	font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	#header_meta li a {
    	font-size: 11px;
	}
	#top #slider-tabs a {
		font-size: 13px;
	}
}