/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/divi-child/
 Description:  Divi Child Theme
 Author:       Hilmar I. Loeland
 Author URI:   http://example.com
 Template:     Divi
 Version: 	   3.0.90
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("../Divi/style.css");

/* WEBFONT INCLUDE */
@import "webfonts/font-awesome/css/font-awesome.min.css";

body {
	background-color: rgba(255,255,255,1);
}

/* Headers */
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
	font-size: 26px;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
	font-size: 23px;
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3 {
	font-size: 20px;
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4 {
	font-size: 18px;
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5 {
	font-size: 16px;
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6 {
	font-size: 15px;
}


/*****/

html {
	width: 100%;
    height: 100%;
	font-size: 62.5%;
}
body {
	font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	font-size: 100%;
	line-height:1.4;
	color: #444444;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1, .et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
	font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 100;
	font-size: 5.4rem;
	line-height: 1.2;
	color: #444444;
	padding-bottom: 40px;
}
h2, .et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
	font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 100;
	font-size: 4.0rem;
	line-height: 1.2;
	color: #444444;
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
}
.cta h2 {
	padding-bottom: 0;
}
h3, .et_pb_column_1_3 h3,
.et_pb_column_1_4 h3 {
    font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
	color: #444444;
	margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
h4, .et_pb_column_1_3 h4,
.et_pb_column_1_4 h4 {
    font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
    font-style: normal;
    font-weight: 300;
	font-size: 3.6rem;
	color: #666666;
	letter-spacing: 1px;
   /* text-transform: uppercase;*/
}

h5, .et_pb_column_1_3 h5,
.et_pb_column_1_4 h5 {
	font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	font-size: 3.2rem;
	line-height: 1;
	color: #444444;
	padding-bottom: 0px;
}
h6, .et_pb_column_1_3 h6,
.et_pb_column_1_4 h6 {
	font-family: "Roboto", "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 1;
	color: #444444;
	padding-bottom: 0px;
}
p {
	font-size:1.8rem;
	line-height:1.4;
}
p.intro {
	font-size:2.2rem;
	line-height:1.4;
}

.no-pad, .no-phone {
}


.et-cart-info {
	padding-right: 40px;
	font-size: 1.8rem;
}

/*woocommerce*/
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	font-size:1.8rem;
	line-height:1.4;
}

#tab-description h2 {
	display:none;
}

.simple_add_to_quote.button_add_to_quote {
	padding-top: 20px;
}
.woocommerce div.product form.cart .variations, .single_variation_wrap, .shop_table {
    font-size:1.8rem;
	line-height:1.4;
}
.single_variation_wrap .woocommerce-variation.single_variation {
	padding-bottom:20px;
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.et_pb_blurb_content {
    display: flex;
	flex-direction: row;
    justify-content: center;
}
.et_pb_main_blurb_image {
    margin-bottom: 0px;
    float: left;
	margin-right: 20px;
}

.et_pb_column_1_3 .et_pb_blurb_content h4 {
	padding-bottom: 0px;
}


/*WHITE GRADIENT */
.row{
    width: 300px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #777;
    max-height:200px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
}
.row:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 150px, white);
}

.woocommerce-page .product_meta, .woocommerce-breadcrumb {
    display: none;
}
.woocommerce-page .product_meta, .woocommerce-breadcrumb {
    display: none;
}
.woocommerce .od-custom-breadcrumbs {
    margin-bottom: 30px;
}
.woocommerce .od-custom-cart-links{
	margin-bottom: 10px;
}
body.woocommerce .woocommerce-tabs {
    margin-top: 30px;

}
body.woocommerce .woocommerce-tabs:before {


}

/*text-shadow: 0 0;
font-family: !"ETmodules" importan";
font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
speak: none;*/

.od-custom-breadcrumbs span.od-woo-cart-link a:before {
    margin-right: 0px;
    content: "";
	font-family: "ETmodules";
	font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
}
.od-custom-breadcrumbs span.od-woo-cart-link:before {
    margin-right: 10px;
    content: "\e07a";
	font-family: "ETmodules";
	font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
}/*
.od-custom-breadcrumbs span.od-woo-quote-link a:before {
    margin-right: 10px;
    content: "\e0f7";
	font-family: "ETmodules";
	font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
}*/
.od-custom-breadcrumbs span.od-woo-quote-link:before {
    margin-right: 3px;
	padding-left: 3px;
    content: "\e0f7";
	font-family: "ETmodules";
	font-weight: normal;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1;
text-transform: none;
}
 

.od-custom-breadcrumbs span.od-breadcrumbs, .od-custom-breadcrumbs span.od-woo-cart-link {
	padding-right: 20px;
}
.od-custom-breadcrumbs span.od-woo-cart-link, .od-custom-breadcrumbs span.od-woo-quote-link {
	padding-left: 20px;
}

.page-template-page-shop-pages .od-custom-breadcrumbs span.od-woo-cart-link, .page-template-page-shopfront .od-custom-breadcrumbs span.od-woo-cart-link {
	padding-left: 0px;
}

.page-template-page-shop-pages #main-content .container {
    padding-top: 18px;
}

.page-template-page-shop-pages .od-custom-breadcrumbs {
	padding-bottom: 40px;
}

.cart-collaterals tr.shipping, .woocommerce-checkout-review-order-table tr.shipping {
	display: none;
}

.woocommerce-column--billing-address address, .woocommerce-column--shipping-address address {
	font-size:1.8rem;
	line-height:1.4;
}
.woocommerce a.button, .woocommerce input.button {
	margin-bottom: 10px;
}

.od-col-testemonial .textwidget p:first-child {
	/*font-size: */
	color: #467e99;
	font-weight: 700;
}


.od-col-testemonial .textwidget p {
	font-size: 1.6rem;
}

.od-col-testemonial .textwidget p img {
	max-width: 70%;
}

/*WHITE GRADIENT 2 */


div#fade-container{
			max-width: 900px;
			margin: auto;
			position:relative;
			line-height: 1.3;
		}

		div#fade-content{
			max-height: 230px;
			overflow: hidden;
		}

		div#fade-content.full{
			max-height: none;
		}

		.fade-anchor {
			background: -webkit-linear-gradient(top,rgba(237,239,240,0),rgba(237,239,240,0) 50px,#ffffff 200px);
			background: linear-gradient(to bottom,rgba(237,239,240,0),rgba(237,239,240,0) 50px,#ffffff 200px);
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			cursor: pointer;
			display: block;
			height: 230px;
			padding-top: 200px;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			text-align: center;
			-webkit-transition: background 150ms ease-in;
			transition: background 150ms ease-in;
		}

		.fade-anchor-text {
			background: #edeff0;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border-radius: 9pt 9pt 0 0;
			color: #8c8c8c;
			display: inline-block;
			max-width: 100%;
			overflow: hidden;
			padding: 10px;
			text-decoration: underline;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		/*transition: all 0.2s ease 0s;*/


/******/
.od-pricing-tables.et_pb_gutters1 .et_pb_column_1_5, .et_pb_gutters2 .od-pricing-tables .et_pb_column_1_5, .et_pb_gutters2 .od-pricing-tables.et_pb_row .et_pb_column_1_5, body .et_pb_gutters2.et_pb_row > .et_pb_column_1_5 {
    width: 19%;
	margin-right:1%;
	margin-bottom: 20px;
}

.od-pricing-tables .et_pb_column  {
	/*background-color:#f5f5f5;*/
	border:1px solid #cccccc;
}
.od-pricing-tables .od-product-header {
	background:#467e99;
	padding:20px;
}
.od-pricing-tables.alt .od-product-header {
	background:#c60017;
	padding:20px;
}
.od-pricing-tables.alt .od-product-header.best {
	background:#107b10;
	padding:20px;
}

.od-pricing-tables.alt .et_pb_column_1_5.et_pb_column_7, .od-pricing-tables.alt .et_pb_column_1_5.et_pb_column_3, .od-pricing-tables.alt .et_pb_column_1_5.et_pb_column_4, .od-pricing-tables.alt .et_pb_column_1_5.et_pb_column_6 {
	margin-top:30px;
}

.od-pricing-tables .od-product-header h3 {
	color:#ffffff;
	font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 10px;
 }
.od-pricing-tables .od-product-header h4 {
	color: rgba(255,255,255,0.5);
	font-size: 2.5rem;
	font-weight: 300;
    letter-spacing: 0px;
    padding-bottom: 10px;
 
}
.od-pricing-tables .od-product-price {
	padding:20px;
/*	border-bottom:1px solid #cccccc;*/
	text-align:center;
}
.od-pricing-tables .od-product-price p {
	padding-bottom:0px;
}
.od-pricing-tables .od-product-price.year-deal {
	background-color:#f5f5f5;
}
.od-pricing-tables .od-product-price.month-deal {
	background-color:#e5e5e5;
}

.od-pricing-tables .et_pb_button_module_wrapper{
	background-color:#f5f5f5;
}


.od-pricing-tables .od-product-short {
	background-color:#ffffff;
	padding:20px;
}
.od-pricing-tables .od-product-short p.icon-list-header {
	color:#c60017;
}
.od-pricing-tables .od-product-short p:last-of-type {
    padding-bottom: 1em;
}

.od-pricing-tables .od-product-details {
	padding:20px;
}
.od-pricing-tables .od-product-details li {
	font-size:1.4rem;
	line-height:1.4;
	padding-bottom:10px;
}
.od-pricing-tables .et_pb_toggle {
    border: 0px solid #d9d9d9;
	border-bottom:1px solid #cccccc
}
.od-pricing-tables .et_pb_toggle {
    background-color: #ffffff;
}
.od-pricing-tables .et_pb_toggle_open {
    background-color: #ffffff;
}
.od-pricing-tables .et_pb_button_module_wrapper {
	padding-bottom:20px;
}
.od-pricing-tables .et_pb_button.od-order-button {
	color:#467e99;
}

.entry-content ul#office-applications, .entry-content ul#office-services {
	display:flex;
	flex-wrap: wrap;
	list-style: outside none none;
	padding-left:0;
	
}
.entry-content ul#office-applications li, .entry-content ul#office-services li {
	margin-right:3.333%;
	line-height:1.4;
	width:30%;
	max-width:68px;
	text-align:center;
	padding-bottom:6px;
}
.entry-content ul#office-applications li div, .entry-content ul#office-services li div {
	font-size: 1.2rem;
}


#top-menu li.current-menu-item > a {
    color: rgba(0,0,0,0.6);
}

#footer-info {
	font-size:1.4rem;
	line-height:1.4;
}
.footer-widget h4 {
	color: #ffffff;
	font-weight: 400;
	font-size: 2.4rem;
}
.footer-widget p, #footer-widgets .footer-widget li a {
	color: #cccccc !important;
} 
ul#menu-footer-menu {
		font-size:1.8rem;
	line-height:1.4;
	
}
.footer-widget li::before {
    border-color: #bb0016;
}
.od-col-container {
    display: flex;
    justify-content: space-between;
}
.et_pb_team_member_description h4 {
    font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0px;
	}
	
h5.et_pb_toggle_title {
	font-size: 2.0rem;
	line-height: 1.4;
	}
.et_pb_toggle_content ol li {
		font-size:1.8rem;
	line-height:1.4;
	padding-bottom:10px;
}
.et_pb_toggle_content ol li img {
	padding-top:10px;
}
.et_pb_toggle_content ol {
	padding-top:10px;
}

			

.et_header_style_centered #main-header div#et-top-navigation.stick {
position:fixed;
width:100%;
z-index:1000;
top:0
}

.et_header_style_centered #main-header div#et-top-navigation.hold {
height:66px;
}

.et_pb_slide {
    padding: 0 0;
}



.et_header_style_centered #main-header .container {
    text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.et_header_style_centered #main-header div#et-top-navigation {
    /* text-align: center;*/
	padding-top: 16px;
	background-color: #f5f5f5;
	padding-bottom: 16px;
}
.et_header_style_centered #top-menu > li > a {
    padding-bottom: 0px;
}
.et_header_style_centered nav#top-menu-nav {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: block;

}
.et_header_style_centered #main-header .logo_container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

#top-menu li {
    display: inline-block;
    padding-right: 22px;
padding-left: 22px;
    font-size: 14px;
	border-left: 1px solid #d5d5d5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#top-menu li:first-child {
	padding-left: 0px;
	border-left: 0px solid #cccccc;
}


/*IT SERVICE TOOLS*/

.pull-right {
    float: right;
}
.ts-suport-header .header-suport {
    display: inline-block;
}
.ts-suport-header .header-suport .header-title {
    color: #252525;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
}
.ts-suport-header .header-suport .header-phone {
    color: #bb0016;
}
.ts-suport-header .header-suport .header-phone {
    font-size: 25px;
    font-weight: 400;
    color: #fd4326;
    display: block;
}
.ts-suport-header .header-signup-chat {
    display: inline-block;
}
.ts-suport-header .header-signup-chat ul {
    padding: 0;
}
.ts-suport-header .header-signup-chat li {
    display: inline-block;
    margin-left: 10px;
}
.ts-suport-header .header-signup-chat li a {
    width: 76px;
    height: 73px;
    display: inline-block;
}

li.header-signup a {
    color: #bb0016;
}


li.header-chat  a {
    color: #428bca;
    text-decoration: none;
}

.ts-suport-header .header-signup-chat li.header-support span.icon {
    background: #c60017 none repeat scroll 0 0;
}
.ts-suport-header .header-signup-chat li a span.icon {
    width: 100%;
    height: 44px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 44px;
}


.ts-header-1{position: relative;}
.ts-header-1 .header-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.87);
}
.ts-header-1 .container{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ts-header-1 .logo{margin-top: 7px}
.ts-suport-header .header-suport{display: inline-block;}
.ts-suport-header .header-suport .header-title{
	color: #252525;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 500;
	display: block;
}
.ts-suport-header .header-suport  .header-phone{
	font-size: 25px;
	font-weight: 400;
	color: #fd4326;
	display: block;
}
.ts-suport-header .header-signup-chat{display: inline-block;}
.ts-suport-header .header-signup-chat ul{padding:0;}
.ts-suport-header .header-signup-chat li{
	display: inline-block;
	margin-left: 10px;
}
.ts-suport-header .header-signup-chat li a{
	width: 76px;
	height: 73px;
	display: inline-block;
}
.ts-suport-header .header-signup-chat li a span.icon{
	width: 100%;
	height: 44px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #ffffff;
	font-size: 22px;
	display: block;
	text-align: center;
	line-height: 44px;
}
.ts-suport-header .header-signup-chat li.header-signup span.icon{
	background: #42454a;
}
.ts-suport-header .header-signup-chat li.header-chat span.icon{
	background: #fd4326;
}
.ts-suport-header .header-signup-chat li a span.text{
	width: 100%;
	height: 29px;
	background: #ececec;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	color: #000000;
	line-height: 29px;
	display: block;
	letter-spacing: 1px
}
.ts-suport-header .header-signup-chat li.header-chat span.icon {
    background: #467e99 none repeat scroll 0 0 !important;
}

.ts-suport-header .header-signup-chat li.header-signup span.icon {
    background: #42454a;
}
.ts-suport-header .header-signup-chat li.header-support span.icon {
    background: #c60017 none repeat scroll 0 0;
}
.ts-suport-header {
	padding-top: 15px;
}
.ts-suport-header .header-suport .header-phone {
    color: #bb0016;
}

.et_pb_slider_0.et_pb_slider .et_pb_slide_description {
    float: left;
    padding: 80px 0 80px 0;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	    float: left;
    padding: 80px 0 80px 0;
}


@media only screen and (min-width: 769px) {
	
	.no-desktop {
	display:none !important;
}
	
}


@media only screen and (max-width: 1024px) {
	
	
	
}
  

@media only screen and (max-width: 768px) {
	
body {
	background-color: rgba(255,255,254,1);
}
	
	
.od-pricing-tables {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	
.et_pb_blurb .et-pb-icon {
    font-size: 30px !important;
}	
	
.et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 15px 0;
}
	

	
	
	
	
.et_pb_section {
    padding: 25px 0;
}

.et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 15px;
}
	
.et_pb_section .et_pb_column .et_pb_module.od-product-details {
    margin-bottom: 0px;
}	
	
#main-content .container {
    padding-top: 26px;
	width: 90%;
}	
	
.et_header_style_centered #main-header {
    padding: 20px 0 0 0;
}	
	
.et_header_style_centered #main-header div#et-top-navigation {
    /* text-align: center;*/
	padding-top: 16px;
	background-color: transparent;
	padding-bottom: 0px;
}

.ts-suport-header {
	display: none;
}	
	
.et_header_style_centered #main-header .mobile_nav {
    display: block;
    padding: 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:transparent;
    text-align: left;
	width: 90%;
	margin: 0 auto;
	position: relative;
}	
#et-top-navigation {
    font-weight: normal;
}	
.container {
    width: 100%;
}
.et_pb_row {
    width: 90%;
}
#footer-widgets {
	width: 90%;
	margin: 0 auto;
}	
.et_header_style_centered header#main-header .logo_container {
	width: 90%;
}
	.logo_container a {
		display: block;
	}
span.logo_helper {
    display: none;
    width: 10px;
    height: 100px;
    vertical-align: middle;
    background-color: #ff0000;
}
	
	.et_header_style_centered #et_mobile_nav_menu {
    float: none;
    position: relative;
    margin-top: 0px;
}
.et_header_style_centered #et_mobile_nav_menu {
	background-color: #f5f5f5;
	
}
	
.page-template-page-shop-pages .od-custom-breadcrumbs span.od-woo-cart-link, .page-template-page-shopfront .od-custom-breadcrumbs span.od-woo-cart-link {
	display: block;
}	
	
.od-custom-breadcrumbs span.od-woo-cart-link, .od-custom-breadcrumbs span.od-woo-quote-link {
    padding-left: 0px;
	display: block;
}	
.et_pb_slider_0.et_pb_slider .et_pb_slide_description {
    float: left;
    padding: 10px 0 30px 0;
}	
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	    float: left;
    padding: 10px 0 30px 0;
}
	
	
	.no-phone {
		display:none;
	}	
	
	
	.no-pad {
		display:none;
	}
	
	h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4 {
    font-size: 2.4rem;
}
.red-contact-bar .et_pb_column {
    width: 33.33% !important;
	margin-bottom: 0px;
}
	
.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 90% !important;
    max-width: 90% !important;
}	
.et_pb_slide_image, .et_pb_slide_video {
    display: none !important;
}	
.et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
}
/*	.et_pb_button_wrapper	{
		display: none;
	}
	*/

.et-pb-arrow-prev {
    left: -22px;
}

	.et_mobile_device .et-pb-arrow-prev {
		 opacity: 0;
	}
	
.et_pb_slider:hover .et-pb-arrow-prev {
    left: 22px;
    opacity: 1;
}
	
.et_mobile_device .et-pb-arrow-next {
	opacity: 0;
	}
.et_pb_slider:hover .et-pb-arrow-next {
    right: 22px;
    opacity: 1;
}

}


@media only screen and (max-width: 480px) {
	
	h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1 {
    font-size: 3.4rem;
    padding-bottom: 20px;
}
h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2 {
    font-size: 3.4rem;
    padding-bottom: 20px;

}
.red-contact-bar .et_pb_column {
    width: 100% !important;
	margin-bottom: 30px;
}		
	

}