/*
Theme Name: SpeedWay
Author: Angry Rabbit
Version: 1.0
*/

html {
    overflow-x: hidden;
    margin-top: 0px !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	background: #fff;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 700 !important;
}

.pull-right {
	float: right !important;
}

.row {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

[class*="ar_col"] {
	padding: 0 10px;
}

.center {
	text-align: center;
}

.ar_col_1 {
	float: left;
	width: 8.3333333333%;
}

.ar_col_1 {
	float: left;
	width: 8.3333333333%;
}

.ar_col_2 {
	float: left;
	width: 16.6666666667%;
}

.ar_col_3 {
	float: left;
	width: 25%;
}

.ar_col_4 {
	float: left;
	width: 33.3333333333%;
}

.ar_col_5 {
	float: left;
	width: 41.6666666667%;
}

.ar_col_6 {
	float: left;
	width: 50%;
}

.ar_col_7 {
	float: left;
	width: 58.3333333333%;
}

.ar_col_8 {
	float: left;
	width: 66.6666666667%;
}

.ar_col_9 {
	float: left;
	width: 75%;
}

.ar_col_10 {
	float: left;
	width: 83.3333333333%;
}

.ar_col_11 {
	float: left;
	width: 91.6666666667%;
}

.ar_col_12 {
	float: left;
	width: 100%;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
}

.ar_header_wrapper {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.ar_header_contact_wrapper {
	text-align: left;
	padding: 10px 0px;
	background: #fbfbfb;
	border-radius: 7px;
	border: solid 1px #dbdbdb;
	display: inline-block;
}

.ar_header_contact_wrapper i {
	font-size: 36px;
	margin-top: 7px;
}

.ar_header_contact_wrapper a {
	font-size: 18px;
	color: #000;
}

.ar_header_quote_btn {
	display: inline-block;
	padding: 10px 20px;
	color: #fff !important;
	vertical-align: middle;
	border-radius: 30px;
	position: relative; 
	transition: all 0.3s ease;
	margin-top: 15px;
	text-transform: uppercase;
    line-height: 20px;
}

.ar_header_quote_btn .ar_header_quote_btn_icon {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
	margin: 0;
	transition: all 0.3s ease;
	width: 35px;
	height: 35px;
	text-align: center;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
}

.ar_header_quote_btn .ar_header_quote_btn_icon i {
	font-size: 22px;
	color: #fff;
	margin: 0;
	line-height: 35px;
}

.ar_header_quote_btn_title {
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	font-size: 14px;
}

.ar_header_quote_btn:hover .ar_header_quote_btn_icon {
	width: 95%;
	padding-left: 5px;
	text-align: left;
	border-radius: 30px;
}

.ar_header_quote_btn:hover .ar_header_quote_btn_title {
	padding-left: 30px;
}

.ar_header_navigate_wrapper {
	padding-right: 10px;
}

.ar_header_navigate_wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 15px;
	float: right;
}

.ar_header_navigate_wrapper ul li {
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
	margin: 0 6px;
	z-index: 9;
}

.ar_header_navigate_wrapper ul a, .ar_header_navigate_login a {
	display: inline-block;
	padding: 14px 20px;
	color: #232323;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.ar_header_navigate_wrapper ul li.current-menu-item:hover a, .ar_header_navigate_wrapper ul li.current-menu-ancestor li.current-menu-item a {
	color: #fff !important;
}

.ar_header_navigate_wrapper ul li.current-menu-item a {
	color: #fff !important;
}

.ar_header_navigate_wrapper ul li.current-menu-ancestor:hover>a, .ar_header_navigate_wrapper ul li:hover>a {
	color: #fff !important;
}

.ar_header_navigate_login a {
	margin-top: 15px;
	background: #f9f9f9;
}

.ar_header_navigate_wrapper ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding-top: 15px;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.ar_header_navigate_wrapper ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.ar_header_navigate_wrapper ul li ul li {
	width: 100%;
	margin: 0;
}

.ar_header_navigate_wrapper ul li ul a {
	width: 100%;
	color: #535353 !important;
	padding: 10px;
	text-transform: none;
}

.ar_header_navigate_wrapper ul li ul a:hover {
	color: #fff !important;
}

.ar_header_navigate_wrapper ul li.menu-item-has-children>a:after {
	content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    color: #c1c1c1;
	width: 12px;
	height: 10px;
	text-align: center;
	line-height: 10px;
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    margin-top: -3px;
	transition: all 0.3s ease;
}

.ar_header_navigate_wrapper ul li.menu-item-has-children:hover>a:after {
	border-color: #fff;
	color: #fff;
	content: "-";
}

.ar_services_wrapper .ar_services_title {
	margin-top: 0;
}

.advantages_wrapper .vc_column-inner .wpb_wrapper {
	border: solid 1px #ccc;
    padding: 15px;
}

.advantages_info {
	background: #f6f6f6;
}

.advantages_info p {
	padding: 0;
	margin: 0;
}

.guaranteed_wrapper {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.one_click_wrapper h3 {
	margin-top: 10px;
	margin-bottom: 0;
}

.bne-testimonial-slider-wrapper {
	border: 0 !important;
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15) !important;
	border-radius: 10px;
	padding-top: 50px;
}

.bne-testimonial-icon {
	position: absolute;
	top: -100px;
	left: 20px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: url(images/reviews-icon.png);
	background-size: cover;
}

.ar_footer_wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	vertical-align: top;
}

.ar_footer {
	margin: 0 auto;
}

.ar_footer_branding_wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #333333;
	padding: 20px;
}

.ar_footer_middle_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 20px 0;
	background: #1c1c1c;
}

.ar_footer_item ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ar_footer_item ul li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.ar_footer_item ul a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0 10px;
}

.ar_footer_item ul a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 3px;
	width: 0;
	transition: all 0.3s ease;
	margin-top: -1.5px;
}

.ar_footer_item ul a:hover:after {
	width: 100%;
}

.ar_footer_item.grey-bg {
	background: #333333;
}

.ar_footer_socials {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 35px 0;
	svg{
		width: 22px;
	}
}

.ar_footer_socials a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	margin: 20px;
	transition: all 0.3s ease;
}

.ar_footer_socials a span {
	display: none;
}

.ar_footer_socials a:hover {
	opacity: 0.7;
}

.ar_footer_socials a i.home-advisor {
	width: 30px;
	height: 24px;
	background: url(images/advisor-icon.png) center center no-repeat;
	display: inline-block;
}

.footer-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.footer_logos {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.footer_logos a {
	display: inline-block;
	margin: 0 10px;
}

.footer_logos a img {
	max-width: 150px;
}

.ar_footer_copyright_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 20px 15px;
	background: #333333;
	color: #f6f6f6;
	font-size: 13px;
}

.ar_footer_copyright_wrapper a {
	color: #f6f6f6;
	font-size: 13px;
}

.ar_footer_copyright_wrapper a:hover {
	text-decoration: underline;
}

.ar_footer_copyright_wrapper a img {
	display: inline-block;
	vertical-align: middle;
}

.taptap-logo-wrapper, .taptap-header, .taptap-menu-button-wrapper {
	display: none;
}

.taptap-by-bonfire .sub-menu a {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff !important;
}

.taptap-by-bonfire .sub-menu a:hover {
	opacity: 0.7;
}

.asmh-header .primary > ul > li:hover a {
	color: #fff !important;
}

.asmh-header .primary > ul > li:hover li a {
	color: #535353 !important;
}

.asmh-header .primary > ul > li li a {
	font-size: 14px !important;
	font-family: Open Sans;
}

.asmh-header .primary > ul > li li a:hover {
	color: #06cb00 !important;
}

.asmh-header .stick, .asmh-header .middle .sub-menu {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.asmh-header .middle .sub-menu {
	border: 0 !important;
}

.ar_entry_header {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 80px 0;
	/*background-size: cover !important;*/
	background: #f6f6f6;
}

.ar_entry_header_subtitle_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.ar_entry_header h1, .ar_entry_header_subtitle {
	text-align: center;
	padding: 7px 25px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.ar_entry_header_dz {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.ar_entry_header_dz span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 30px;
	height: 7px;
	border-radius: 10px;
}

#secondary {
	background: rgb(28,28,28);
	background: -moz-linear-gradient(45deg, rgba(28,28,28,1) 0%, rgba(81,81,81,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(28,28,28,1) 0%,rgba(81,81,81,1) 100%);
	background: linear-gradient(45deg, rgba(28,28,28,1) 0%,rgba(81,81,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#515151',GradientType=1 );
	border-radius: 5px;
	text-align: center;
	padding-bottom: 30px;
}

#secondary .widget-title {
	text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}

#secondary ul:before {
	content: "";
	display: inline-block;
	width: 100%;
	margin: 30px 0;
	height: 1px;
	background: #aaa;
}

#secondary ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#secondary ul li {
	display: inline-block;
	width: 100%;
	position: relative;
}

#secondary li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 300;
}

#secondary ul li:hover {
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0.36) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#secondary ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0;
	transition: all 0.3s ease;
}

#secondary ul li:hover:after {
	height: 100%;
}

.asmh-header .primary .current-menu-item > a, .asmh-header .primary ul .current-menu-parent > a, .asmh-header .primary ul .current-menu-ancestor > a, .asmh-header .primary li.active > a {
    color: #06cb00 !important;
}

.asmh-header .primary ul .current-menu-parent:hover, .asmh-header .primary ul .current-menu-ancestor:hover, .asmh-header .primary ul li.active > a {
    color: #fff !important;
	background: #06cb00 !important;
}

.asmh-header .primary ul .current-menu-parent:hover a, .asmh-header .primary ul .current-menu-ancestor:hover a, .asmh-header .primary ul li.active > a {
    color: #fff !important;
}

.asmh-header .primary ul .current-menu-parent:hover li a, .asmh-header .primary ul .current-menu-ancestor:hover li a, .asmh-header .primary ul li.active > a {
    color: #535353 !important;
}

.asmh-header .primary ul .current-menu-parent li a:hover, .asmh-header .primary ul .current-menu-ancestor li a:hover, .asmh-header .primary ul li.active > a {
    color: #06cb00 !important;
}

.ar_contact_wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.ar_contact_area_wrapper {
	position: absolute;
	height: 80%;
	width: 90%;
	top: 10%;
	left: 5%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
	background-size: cover !important;
	text-align: center;
	padding: 30px;
}

.ar_contact_area_item {
	display: inline-block;
	width: 250px;
	height: 150px;
	vertical-align: top;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin: 30px;
	margin-top: 100px;
}

.ar_contact_area_logo {
	display: inline-block;
	width: 100%;
}

.ar_contact_area_logo img {
	max-width: 170px;
}

.ar_contact_area_item_icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #ccc;
	border-radius: 50%;
	margin-top: -40px;
	background: #fff;
	border: solid 1px #ccc;
}

.ar_contact_area_item_info {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.ar_contact_bg_add {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

article a {
	transition: all 0.3s ease;
}

article a:hover, .breadcrumbs a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.ar_contacts_switcher_contact, .ar_contacts_switcher_map, .ar_contacts_switcher {
	display: inline-block;
	vertical-align: middle;
}

.ar_contacts_switcher_wrapper {
	position: absolute;
	background: #fff;
    padding: 15px 36px;
	display: inline-block;
    border: 5px solid #07cb0030;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 40px;
    top: -40px;
    z-index: 4;
	left: 50%;
	margin-left: -148px;
}

.ar_contact_wrapper .switcher-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
    border: 1px solid #e8ecef;
    border-radius: 25px;
    background: #f6f8f9;
    width: 70px;
    height: 35px;
    position: relative;
    left: -4px;
    cursor: pointer;
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    -ms-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.ar_contact_wrapper .switcher-toggle .icon {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #e8ecef;
    position: absolute;
    top: 3px;
    left: 3px;
	background: #0B3D1E;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ar_contact_wrapper.active .switcher-toggle .icon {
    left: 100%;
    margin-left: -30px;
}

.ar_contact_wrapper.active .switcher-toggle {
    border-color: transparent;
}

.breadcrumbs {
	float: right;
	padding: 15px 25px;
	border: solid 1px #ededed;
	border-radius: 30px;
	margin-top: -15px;
	background: #f9f9f9;
}

.breadcrumbs div {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

/*Rates table*/

.cargopress-table {
    width: 100%;
    max-width: 100%;
}

.cargopress-table thead th {
    background-color: #436fba;
    padding: 15px 20px;
    border-radius: 2px;
    color: #ffffff;
    border-right: 2px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-clip: padding-box;
}

.cargopress-table thead th.h-discount {
	background-color: #1fc5ac;
}

.cargopress-table thead th.h-regular {
	background-color: #4cb1e0;
}

.cargopress-table thead th.h-subpeak {
	background-color: #0a5c89;
}

.cargopress-table thead th.h-peak {
	background-color: #f36a13;
}

.cargopress-table thead th.h-highpeak {
	background-color: #DB2D2D;
}

.cargopress-table thead th:first-of-type {
    background-color: transparent;
	color: #000;
	box-shadow: 0 0 0 1px #eeeeee inset;
}

.cargopress-table tbody td {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eeeeee inset;
    padding: 15px 20px;
    border-right: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 2px;
}

.cargopress-table tbody td:first-of-type {
    box-shadow: none;
    background-color: #eeeeee;
}

.rates-text-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.rates-text-wrapper .rates-text {
	font-size: 13px;
}

.cargopress-table .discount-rates-box, .cargopress-table .normal-rates-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cargopress-table .discount-rates-box {
	text-decoration: line-through;
	font-size: 12px;
    opacity: 0.8;
}

@media(max-width:730px) {
	.cargopress-table td::before {
		content: attr(data-th);
		display: inline-block;
		font-weight: bold;
		padding: 10px;
		color: #fff;
		width: 50%;
	}
	
	.cargopress-table thead {
		display: none;
	}
	
	.cargopress-table td {
		display: block;
		width: 100%;
		padding: 5px 10px !important;
	}
	
	.cargopress-table .discount-rates-box, .cargopress-table .normal-rates-box {
		width: 20%;
	}
	
	.cargopress-table td[data-th=DISCOUNT]:before {
		background-color: #1fc5ac;
	}
	
	.cargopress-table td[data-th=REGULAR]:before {
		background-color: #4cb1e0;
	}
	
	.cargopress-table td[data-th=SUBPEAK]:before {
		background-color: #0a5c89;
	}
	
	.cargopress-table td[data-th=PEAK]:before {
		background-color: #f36a13;
	}
	
	.cargopress-table td[data-th=HIGHPEAK]:before {
		background-color: #DB2D2D;
	}
	
	.cargopress-table td.bt-content::before {
		display: none;
	}
	
	.cargopress-table td.bt-content {
		height: 42px;
		text-align: center;
		line-height: 45px;
	}
	
	.cargopress-table tbody td:first-of-type {
		box-shadow: none;
		background-color: #444;
		color: #fff;
		margin-top: 30px;
		margin-bottom: 10px;
		font-weight: bold;
	}
}

@media(max-width:400px) {
	.cargopress-table tbody td {
		padding: 0 !important;
	}
	
	.cargopress-table .discount-rates-box, .cargopress-table .normal-rates-box {
		width: 48%;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.cargopress-table td::before {
		width: 94%;
	}
}

/*End Rtaes Table*/

.hero-box.hero-box-effect-ruby img, .hero-box.hero-box-effect-ruby .hero-box-img, .hero-box.hero-box-effect-ruby:hover img, .hero-box.hero-box-effect-ruby:hover .hero-box-img {
	opacity: 1 !important;
}

.hero-box.hero-box-effect-ruby h3, .hero-box.hero-box-effect-ruby p {
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.hero-box.hero-box-effect-ruby p {
	font-size: 18px;
}

.hero-box.hero-box-effect-ruby h3 {
	background: rgba(0,0,0,0.7);
	padding: 30px 15px !important;
}

.ar_header_navigate_wrapper ul li.current-menu-item:hover li a {
	color: #535353 !important;
}

.ar_header_navigate_wrapper ul li.current-menu-item:hover li a:hover {
	color: #fff !important;
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,2255,255,0.9);
	z-index: 99999999;
}

.ar_header_navigate_login i {
	padding-right: 5px;
}

#ak, #hi {
	display: none;
}

.mapplic-element {
	overflow: inherit !important;
}

.mapplic-container {
	width: 80% !important;
}

.mapplic-sidebar {
	width: 20% !important;
}

.mapplic-map-image svg > g:first-child {
	display: none !important;
}

@media(max-width: 1400px) {
	.mapplic-container {
		width: 70% !important;
	}

	.mapplic-sidebar {
		width: 30% !important;
	}
}

@media(max-width: 850px) {
	.mapplic-container {
		width: 100% !important;
	}

	.mapplic-sidebar {
		width: 100% !important;
	}
}

.fixed-phone {
  position: fixed;
  display: block;
  margin: 0;
  width: 70px;
  height: 70px;
  font-size: 25vmin;
  background-color: #06cb00;
  border-radius: 0.5em;
  transition: all 0.3s ease;
  box-shadow:
    0 0 0 0em rgba(214,20,56, 0),
    0em 0.05em 0.1em rgba(0,0,0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
	bottom: 50px;
	right: 30px;
	z-index: 99;
}

.fixed-phone:hover {
	opacity: 0.7;
}

.fixed-phone:active {
	transform: scale(0.95);
}

.fixed-phone::before,
.fixed-phone::after {
  position: absolute;
  content: "";
}

.fixed-phone::before {
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: rgba(255,255,255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.fixed-phone::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/phone-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  transform: translate3d(0, 0, 0);
}

.fixed-phone.is-animating {
  animation: fixed-phone-outer 3000ms infinite;
}

.fixed-phone.is-animating::before {
    animation: fixed-phone-inner 3000ms infinite;
  }
  
.fixed-phone.is-animating::after {
    animation: fixed-phone-icon 3000ms infinite;
  }

@keyframes fixed-phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(214,20,56, 0),
      0em 0.05em 0.1em rgba(0,0,0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow:
      0 0 0 0em rgba(7, 203, 0, 0.1),
      0em 0.05em 0.1em rgba(0,0,0, 0.2);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0.5em rgba(7, 203, 0, 0),
      0em 0.05em 0.1em rgba(0,0,0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(7, 203, 0, 0),
      0em 0.05em 0.1em rgba(0,0,0, 0.2);
  }
}

@keyframes fixed-phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes fixed-phone-icon {
  0% { transform: translate3d(0em, 0, 0); }
  2% { transform: translate3d(0.01em, 0, 0); }
  4% { transform: translate3d(-0.01em, 0, 0); }
  6% { transform: translate3d(0.01em, 0, 0); }
  8% { transform: translate3d(-0.01em, 0, 0); }
  10% { transform: translate3d(0.01em, 0, 0); }
  12% { transform: translate3d(-0.01em, 0, 0); }
  14% { transform: translate3d(0.01em, 0, 0); }
  16% { transform: translate3d(-0.01em, 0, 0); }
  18% { transform: translate3d(0.01em, 0, 0); }
  20% { transform: translate3d(-0.01em, 0, 0); }
  22% { transform: translate3d(0.01em, 0, 0); }
  24% { transform: translate3d(-0.01em, 0, 0); }
  26% { transform: translate3d(0.01em, 0, 0); }
  28% { transform: translate3d(-0.01em, 0, 0); }
  30% { transform: translate3d(0.01em, 0, 0); }
  32% { transform: translate3d(-0.01em, 0, 0); }
  34% { transform: translate3d(0.01em, 0, 0); }
  36% { transform: translate3d(-0.01em, 0, 0); }
  38% { transform: translate3d(0.01em, 0, 0); }
  40% { transform: translate3d(-0.01em, 0, 0); }
  42% { transform: translate3d(0.01em, 0, 0); }
  44% { transform: translate3d(-0.01em, 0, 0); }
  46% { transform: translate3d(0em, 0, 0); }
}

.ar_powered, p.elromco_logo {
	display: none;
}
.ar_company_branding{
	img{
		width: 180px;
	}
}
.vc_btn3-container .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline{
	border-color: #06cb00;
    color: #06cb00;
	text-shadow: 0px 1px 0px #0000005c;
}
.vc_btn3-container .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,
.vc_btn3-container .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
.vc_btn3-container .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,
.vc_btn3-container .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
    background-color: #06cb00;
    border-color: #06cb00;
	text-shadow: none;
}
.ul_styled ul{
	position: relative;
	li{
		list-style-position: inside;
	}
	span{
		margin-left: 10px;
	}
	li::marker{
		content: "✓";
		color: #06cb00; 
		font-weight: bold;
		font-size: 18px;
	}
}
.hero-box.hero-box-effect-ruby .hero-box-img{
	background-color: #00000060;
    background-blend-mode: darken;
}