html {
    font-size:16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
section,
.sweet-alert {
    font-family: 'Open Sans', sans-serif;
}
body {
    font-size:1rem;
}
.row {
    max-width: 990px;
}

.top_header_row {
    max-width: 1300px;
    width: 100%;
    margin:0 auto;
}
.main-color{
	color: #00bcf4;
}
input.search-input.error {
    border: 2px solid red;
}
.header{
	box-shadow: 0px 0px 22.91px 6.09px rgba(0, 0, 0, 0.18); 
	-moz-box-shadow:0px 0px 22.91px 6.09px rgba(0, 0, 0, 0.18); 
	-webkit-box-shadow:0px 0px 22.91px 6.09px rgba(0, 0, 0, 0.18); 
	
}


.top_header {
    background: #fbf9f9;
    padding: 10px 0;
}
.dark_header{
	background: #1a1a1a;
	padding: 3px 0;
}
.bid-btn:hover,
.bid-btn:focus,
.bid-btn{
	background-color: #f4ac00;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	display: inline-block;
	text-align: center;
}
.min-title{
	display: block;
	margin: 10px auto 0;
	text-align: center;
	font-weight: bold;
}
/** Mini cart [START] **/
.mini_cart_section {
    position: relative;
}
.hidden_mini_cart {
    display: none;
    position: absolute;
    width: 390px;
    border: 3px solid #00bdf2;
    border-radius: 15px;
    background: #FFF;
    z-index: 100;
    margin-top: 1rem;
}
.hidden_mini_cart:before {
    display: inline-block;
    content:'';
    background: url(../images/tooltip_arr.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -14px;
    left: 10px;
}
.hidden_mini_cart_inner {
    padding: 1rem 1rem 1rem 2rem;
}

ul.cart_list.product_list_widget {
    margin: 0;
    list-style-type: none;
}
.mini_cart_item a.remove {
    background: url(../images/mini_cart_remove.png) no-repeat 0 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-indent: -99999px;
    position: absolute;
    left: -25px;
    top: 8px;
}
.mini_cart_thumbnail_permalink {
    float: left;
    max-width: 98px;
    width: 100%;
    display: inline-block;
}
.mini_cart_thumbnail_permalink img {
    width: 100% !important;
}
.mini_cart_product_content {
    float: right;
    margin-top: 5px;
    width: 60%;
}
.mini_cart_product_name {
    font-weight: bold;
}
li.mini_cart_item{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom:1px solid #00bdf2;
}
.ready_minicart_buttons .button,
.buttons.ready_minicart_buttons {
    margin-bottom: 0;
}
body a.ready_view_cart {
    border: 1px solid #00bdf2;
    border-radius: 0;
    background: #FFF;
    color: #000;
    width: 48%;
    float: left;
}
body a.ready_view_checkout {
    border: 1px solid #00bdf2;
    border-radius: 0;
    background: #00bdf2;
    color: #000;
    width: 48%;
    float: right;
}
.mini_cart_counter {
    background: #00bdf2;
    color: #FFF;
    text-align: center;
    font-size: 8px;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 1px;
    left: -4px;
}

.mini_cart_scroll .product_list_widget {
    height: 205px;
}
.mini_cart_scroll .hidden_mini_cart_inner {
    padding: 1rem;
}
.mini_cart_scroll .mini_cart_item a.remove {
    left: 0;
}
.mini_cart_scroll li.mini_cart_item {
    padding-left: 24px !important;
}
.mini_cart_scroll .ready_minicart_buttons .button,
.mini_cart_scroll .buttons.ready_minicart_buttons {
    margin-top: 1.4rem;
}
.mini_cart_scroll .mCSB_dragger_bar {
    background: #00bdf2 !important;
}
.mini_cart_scroll .mCSB_draggerRail  {
    background: #8d8d8d !important;
}
/** Mini cart [END] **/

.top_element {
    float: left;
    display: inline-block;
}
.logo_wrapper {
    text-align: center;
    margin: 2.188rem 0;
    position: relative;
}
.logo_wrapper img {
    display: inline-block;
}
.socials_section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.socials_section ul li {
    display: inline-block;
}
.footer-link,
.socials_section a {
    color: #fff;
    font-size:1.2rem;
    padding: 0 3px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-link:hover,
.socials_section a:hover {
    color: #0aa5d3;
}
.social_element {
    float: right;
}
.arr_down {
    font-size:10px;
    position: relative;
}
a.call_center_button {
   /* background: #00bcf3;
	 height: 27px;
    line-height: 27px;
    padding: 0 10px;
    border: 1px solid #0aa5d3;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
	*/
    color: #FFF;
	margin: 5px 0;
    display: inline-block;
   
}
.call_center_element {
    margin-left: 3.125rem;
}
.mini_cart_trigger {
    padding-right: 11px;
    margin-right: 11px;
    border-right: 1px solid #0aa5d3;
}
.top_element_left {
    float: left;
    width: 40%;
}
.top_element_right {
    float: right;
    width: 53%;
}
.phone_number_section a i,
.footer_phone a i.custom_phone_icon {
    margin:0 5px;
    background: url(../images/c_phone_header.png) no-repeat 0 0;
    display: inline-block;
    width: 22px;
    height: 17px;
    background-size: 25px;
}
.call_center_section a,
.phone_number_section a,
.email_section a{
	color: #fff;
}
.call_center_section a:hover,
.phone_number_section a:hover,
.email_section a:hover{
	color: #0aa5d3;
}
.footer_phone a i.custom_phone_icon {
    margin-left: 0;
}
.phone_number_element {
    margin-right: 1rem;
}
body input[type="search"].search-input {
    border: 2px solid #0aa5d3;
    border-radius: 0;
    margin:0;
    float: left;
    max-width: 150px;
    color: #696969;
    height: 27px;
    padding-top:0;
    padding-bottom: 0;
    font-size:1rem;
}
body input.search-input:focus {
    border: 2px solid #0aa5d3;
    outline: none;
}
body input.search-input::-webkit-input-placeholder {
    color: #696969;
}
body input.search-input:-moz-placeholder { /* Firefox 18- */
    color: #696969;
}
body input.search-input::-moz-placeholder {  /* Firefox 19+ */
    color: #696969;
}
body input.search-input:-ms-input-placeholder {
    color: #696969;
}
button.search-submit {
    background: url(../images/search_icon.jpg) no-repeat 0 0;
    width: 32px;
    height: 27px;
    display: inline-block;
    border:0;
    margin:0;
    float: left;
    border-radius: 0;
}
.email_element {
    margin-right: 2rem;
}
.header_menu_inner ul {
    list-style-type: none;
    margin:0;
    padding: 0;
    line-height: 1;
}
.header_menu_inner ul li {
    float: left;
}

.header_menu_inner ul a {
    display: block;
    padding: 0 1.25rem;
    height: 2.375rem;
    height: 100%;
    line-height: 2.375rem;
}
.header_menu_inner > ul > li.current-menu-item > a {
    color: #00bdf2;
}

.main-title{
	display: block;
	font-size: 40px;
	text-align: center;
	position: relative;
	margin: 20px auto;
	font-weight: bold;
}
.main-title:after{
	position: absolute;
    content: '';
    top: 60px;
    left: 0;
    width: 77px;
    height: 2px;
    display: block;
    margin: 0 auto 0;
    right: 0;
	background-color:#00bcf4;
}
.sub-title{
	display: block;
	font-size: 18px;
	color: #4e4e4e;
	text-align: center;
	margin: 0px auto 20px;
	font-weight: normal;
}
section#home-banner {
    /*background: #00bdf2;*/
    /*color: #FFF;*/
    margin-top: 15px;
    margin-bottom: 10px;
	height: 100%;
}

.header_menu_wrapper {
    text-align: center;
}
.header_menu_inner {
    display: inline-block;
}
.steps_wrapper {
    float: none;
}
.steps_wrapper.full_size_steps_wrapper {
    width: 100%;
}
.tabs_wrapper {
    float: right;
}
.tabs_wrapper.destoyed {
    position: absolute;
    z-index: -1;
}
.steps_wrapper_inner_content {
    position: relative;
   
}
div#step-1-data {
    padding: 10px;
}
.step_container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
	text-align: center;
}

.step_container_inner {
    max-width: 435px;
    margin: 0 auto;
}
.step_container .step_data.row{
	border: 1px solid #eee;
    padding-bottom: 50px;
    padding-top: 50px;
} 
.main_steps_section {
    /*margin-bottom: 4.063rem;*/
    margin-bottom: 1rem;
}
.info_icon.attr_tooltip {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 3px;
}


.home_banner_inner img {
    margin: 22% auto;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}



.ajax_loader {
    background: rgba(63, 190, 242, 0.8) url(../images/ajax-loader-blue.gif) no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 7px;
    top: 11px;
    display: none;
}
.ajax_response_wrapper.clear {
    position: relative;
}
.section_ajax_loader {
    background: #FFF url(../images/section_ajax_loader.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    display: none;
}
.page_ajax_loader {
    background: #FFF url(../images/section_ajax_loader.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    top:0;
}
.section_ajax_loader.step_ajax_loader{
    display: block;
}
button.blue_submit {
    background: #f4ac00;
    color: #fff;
    padding: 0 2rem;
    border-radius: 0;
	width: 65%;
    height: 40px;
	margin: 0 auto;
	max-width: 350px;
	display: block;
    position: relative;
	font-weight: bold;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
button.blue_submit:hover {
    background: #04aff5;
}
.step_submit_buttons {
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.progress_bar_wrapper {
    margin-bottom: 4rem;
}
.numeric_step_circle {
    background-color: #FFF;
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;

    color: #adadad;
    border: 2px solid #adadad;
}
.numeric_step_circle.current_step {
    border: 2px solid #00bdf2;
    color: #00bdf2;
}
.numeric_step_desc.current_step,
.numeric_step_desc.current_step a {
    color: #00bdf2;
}
.numeric_step_item {
    display: inline-block;
    margin: 0;
    float: left;
    width:20%;
    position: relative;
    z-index: 5;
    vertical-align: top;
}
.main_steps_section .numeric_step_item {
    width: 24%;
}
.numeric_steps_inner {
    text-align: center;
    position: relative;
}
.numeric_steps_inner:before {
	width: 77%;
    position: absolute;
    z-index: 1;
    height: 10px;
    background-color: #00bdf2;
    top: 21px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
}
.step_title {
    font-size: 2rem;
    line-height: 1;
}
.step_title p {
    margin:0;
    line-height: 1;
}
.progress_bar_inner {
    background-color: #d4d4d4;
    color: #000;
    text-align: center;
    margin-top: 1.75rem;
    margin-bottom: 2.813rem;
}
.numeric_step_desc {
    text-align: center;
    vertical-align: top;
}
.numeric_step_desc p {
    line-height: 1;
    margin:0;
}
.progress_bar_line {
    position: relative;
}
.progress_bar_line_colored {
    position: absolute;
    left: 0;
    height: 100%;
    background: #00bdf2;
}
/** Avtice step selector **/
.numeric_step_circle.colored_step {
    background-color: #00bdf2;
    border:2px solid #00bdf2;
    color: #000;
}
.progress_bar_wrapper.for_steps_wrapper .numeric_step_item {
    float: none;
}
.single_radio_icon {
    background: url(../images/company.png) no-repeat 50%;
    width: 100%;
    height: 100px;
    display: inline-block;
    position: relative;
}
button.prev_submit {
    float: left;
    line-height: 40px;
	background-color: #e1e3e4;
    padding: 0 41px;
    border-radius: 0;
	margin-right: 3%;
    text-decoration: none;
}
button.prev_submit:hover {
    text-decoration: none;
}
.many_radio_icon {
    background: url(../images/freelance.png) no-repeat 50%;
    width: 102px;
    height: 100px;
    display: inline-block;
    position: relative;
}
.user_type {
    float: left;
    width: 60%;
}
.user_count {
    width: 40%;
    float: right;
}
.radio_wrapper {
    position: relative;
}
.user_type .radio_wrapper {
    width: 50%;
    float: left;
}
.radio_wrapper.radio_wrapper-7 {
    width: 40%;
}
.radio_wrapper .check {
    background: url(../images/checkbox_sprite.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
	display: inline-block;
	float: right;

}
.user_type .radio_wrapper.radio_wrapper-8 .check {
    left: 6rem;
}
.radio_wrapper input[type=radio]:checked ~ .check {
    background: url(../images/checkbox_sprite.png) no-repeat 0 -23px;
    width: 21px;
    height: 21px;
}
.radio_wrapper input[type=radio] {
    display: none;
}
.many_radio_icon, .single_radio_icon {
    cursor: pointer;
}
.progress_bar_line_title {
    position: relative;
    z-index: 10;
}
h3.options_title {
    line-height: 1;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

#step-2-data .radio_wrapper,
#step-3-data .radio_wrapper {
    width: 45%;
    float: left;
    text-align: center;
}
#step-2-data .radio_wrapper:last-child,
#step-3-data .radio_wrapper:last-child {
    float: right;
}
#step-2-data .radio_wrapper .check,
#step-3-data .radio_wrapper .check {
    top: 1.2rem;
    left: 2.5rem;
}

.full_size_steps_wrapper .step_title,
.full_size_steps_wrapper .step_description {
    text-align: center;
}
.step_meta {
    margin-bottom: 2.5rem;
}
.trigger_radio_button_icon_wrapper {
    text-align: center;
}
.dark_star {
    background: url(../images/black_star.png) no-repeat 0 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    cursor: pointer;
}
.step4_options_title span {
    background: url(../images/personal_info.png) no-repeat 0 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 90px;
    margin-bottom: 20px;
}
#step-3-data .dark_star.machine_counter1 {
    background: url(../images/laptop.png) no-repeat 0 0;
    width: 65px;
    padding-left: 2rem;
    margin-bottom: 5px;
}
#step-3-data .dark_star.machine_counter2 {
    background: url(../images/PC.png) no-repeat 0 0;
    width: 85px;
    padding-left: 0rem;
    margin-bottom: 5px;
    margin-left: 1.4rem;
}
#step-5-data h3.options_title {
    background: url(../images/captcha.png) no-repeat 0 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 60px;
    margin-bottom: 20px;
}

.partners_title {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1rem;
}
.partners_carousel_inner button.slick-prev {
    text-indent: -99999999px;
    width: 16px;
    height: 16px;
    background: url(../images/right_carousel.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -8px;
    z-index: 10;
    background-color: #FFF;
    border-radius:0;
    overflow: hidden;
}
.partners_carousel_inner button.slick-next {
    text-indent: -99999999px;
    width: 16px;
    height: 16px;
    background: url(../images/left_carousel.png) no-repeat 0 0;
    position: absolute;
    top:50%;
    margin-top: -8px;
    left: 0;
    z-index: 10;
    background-color: #FFF;
    border-radius:0;
    overflow: hidden;
}
.partners_carousel_inner {
    text-align: center;
}
.partners_carousel_inner img {
    display: inline-block;
}
.partner-item {
    padding: 0 10px;
}
.contact_form_section {
    /*background: #000;*/
    /*background: #5a5a5a;*/
    padding-top: 0;
    padding-bottom: 3rem;
}



.contact_section_title p {
    line-height: 1;
    margin: 0;
}
.contact_form_section input:not([type="checkbox"]) {
    /*background-color: #000;*/
    background-color: #FFF;
    color: #7d7d7d;
    border:1px solid #ebebeb;
    border-radius:0;
    font-size:14px;
    margin-bottom: 0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact_form_section input:not([type="checkbox"]):focus{
	 border:1px solid #7d7d7d;
}
.contact_form_section .wpcf7-form-control-wrap{
	line-height: 1;
	color: #7d7d7d;
	font-size: 14px;
}
.contact_form_section input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
.contact_form_section input:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
.contact_form_section input::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
.contact_form_section input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
.contact_form_section .input_wrap {
    float: left;
    width: 100%;
	margin: 5px auto;
}
.contact_form_section .input_wrap input{
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.contact_form_section .input_wrap.submit_wrap {
    margin-right: 0;
	float: none !important;
}
img.ajax-loader {
    position: absolute;
}
.contact_form_section input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    color: #00aad9;
    background: #efecec;
    height: 42px;
}
div.wpcf7 .ajax-loader {
    position: absolute;
}
span.acceptance-label {
    color: #4e4e4e;
	font-size: 14px;
}
.input_wrap.terms_wrap {
    width: 100%;
    text-align: right;
    margin:5px 0 0;
}
.input_wrap.terms_wrap input{
	width: 20px !important;
    display: inline-block !important;

}
#step-1-data h3.options_title {
    text-align: left;
    margin:0;
    position: relative;
}
.main_video_section .tabs_wrapper{
	float: none !important;
}



.video_title img{
   margin: 10px auto;
}
.video_cover {
    text-align: center;
    position: relative;
}

.video_popup {
    border: 2px solid #231f20;
    display: block;
	color: #231f20;
	text-align: center;
	max-width: 280px;
	float: right;
	margin: 10px auto;
	padding: 2px 15px;
    
}
.video_popup:hover,
.video_popup:focus{
	color: #0ba5d3;
	border-color: #0ba5d3;
}

.video_popup .holder{
	margin: 0 5px;
	font-size: 28px;
    vertical-align: middle;
}

.col-holder{
	background-color: #00bcf4;
	position: relative;
	z-index: 99;
	margin: 25px auto;
	padding: 25px 20px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	#bg-img{
		display: none;
	}	
	.col-holder a,
	.col-holder .title-img{
		display: block;
		margin: 10px auto;
	}
}

/* Medium and up */
@media screen and (min-width: 40em){
	#bg-img{
		position: absolute;
    max-width: 323px;
    left: 0;
    top: -266px;
	}
	.col-holder a{
		vertical-align: top;
		float: left;
		margin-left: 27px;
	}
	.col-holder .title-img{
		max-width: 60%;
		display: inline-block;

	}
}
/* Large and up */
@media screen and (min-width: 980px) {
	#bg-img{
		opacity: 1;
		z-index: 9;
		position: absolute;
		left: -8px;
		top: -371px;
		max-width: 451px;
	}
	.video_section_inner .video_title{
		margin-left: 30px;
	}
}
.page-template-template-video-gallery .video_popup {
    background: url(../images/video_play.png) no-repeat 50% 40%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
    opacity: 1;
    color: #FFF;
}

.tabs_buttons_wrapper {
    margin-top: 3rem;
}
.main_advantages_section .button_item {
    display: block;
    width: 20%;
	border: none !important;
    text-align: center;
	position: relative;
}
.main_advantages_section .button_item_inner{
	border: none !important;
}
.main_advantages_section .button_item:after{
	content: "+";
	font-size: 30px;
	font-weight: bold;
	color: #00bdf2;
	left: -17px;
	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin: 0 auto;
	
}

.button_item:last-child:after{
    display: none;
}

.button_desc {
    line-height: 1.4;
}

.button_title {
    font-weight: bold;
    color: #00bdf2;
	margin: 15px auto;
    margin-bottom: 10px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	.main_advantages_section .button_item {
		display: block;
		width: 100%;
		border: none !important;
		text-align: center;
		position: relative;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.main_advantages_section .button_item {
		display: block;
		width: 20%;
		border: none !important;
		text-align: center;
		position: relative;
	}
	.button_title {
		font-weight: bold;
		color: #00bdf2;
		margin: 15px auto;
		margin-bottom: 10px;
		opacity: 0;
	}

	.main_advantages_section .button_item_inner a:hover .button_title{
		opacity: 1;
	}
	.button_item_inner img{
		max-width: 160px;
		height: inherit;
	}
}

.main_steps_section .medium-centered {
    float: none !important;
}
.main_steps_section .medium-centered .coupon_form_wrapper,
.main_steps_section .medium-centered .bid-btn{
	width: 90%;
	display: block;
	margin: 10px auto;
}


.main_steps_section .step_form{
	margin: 0 auto 35px;
}
.main_steps_section .step_form hr{
	margin: 10px auto;
}
footer.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #242424;
	color: #959595;
}
.footer_widget_title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 25px;
	color: #fff;
	position: relative;
}
.footer_widget_title:after{
	position: absolute;
    content: '';
    top: 20px;
    width: 55px;
    height: 1px;
    display: block;
    margin: 10px auto;
    right: 0;
	background-color:#959595;
}
.footer_widget_content,
.footer_widget_content p {
    font-size:14px;
}
.custom_email_icon {
    display: inline-block;
    width: 25px;
    height: 19px;
    position: relative;
    top: 5px;
    background: url(../images/email_icon.png) no-repeat 0 0;
}
.footer .socials_section {
    margin-top: 1.125rem;
}
.footer_widget1 .footer_widget_content {
    width: 75%;
    float: left;
}
.footer_widget_badge {
    
}
.footer_phone a{
	color: #959595;
}
.footer_phone a:hover{
	color: #0aa5d3;	
}
.user_personal_info input {
    border:1px solid #00bdf2;
    border-radius:0;
    height: 42px;
    padding: 0 5px;
}
.user_personal_info input.error {
    border:1px solid red;
}
.center_data_form {
    text-align: center;
}
#user_captcha {
    display: inline-block;
    margin-top: 1rem;
}
.sticky_sidebar_item {
    width: 86px;
    height: 76px;
    margin-bottom: 15px;
    border-left: 0;
    text-align: center;
	color: #fff;
	padding-top: 5px;
}
.sticky_sidebar_contacts{
	background-color: #00bcf4;
}
.sticky_sidebar_bid{
	background-color: #f4ac00;
}
.sticky_sidebar_contacts .sticky_sidebar_item_icon {
    background: url(../images/sticky1.svg) no-repeat  center;
    width: 35px;
    height: 30px;
    display: inline-block;
	background-size: contain;
	
}
.sticky_sidebar_bid .sticky_sidebar_item_icon {
    background: url(../images/sticky2.svg) no-repeat center;
    width: 35px;
    height: 30px;
    display: inline-block;
	background-size: contain;
	
}
.sticky_sidebar_item_inner a {
    display: block;
}
.sticky_sidebar_item_icon {
    position: relative;
    top: 8px;
}
.sticky_sidebar {
    width: 84px;
    position: fixed;
    left: 0;
    z-index: 10;
    top: 55vh;
}
.sticky_sidebar_item_title {
    line-height: 1;
	color: #fff;
	margin-top: 5px;
}
a:focus {
    box-shadow: none;
    outline: 0;
}

h1.page_title {
    color: #00bdf2;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.page_description p {
    line-height: 1.4;
}
.page_description p:last-child {
    margin-bottom: 0;
}
.info_icon {
    display: inline-block;
    /*background: url(../images/info_icon.png) no-repeat 0 0;*/
    background: url(../images/tooltip22.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    top: 5px;
    position: relative;
}
.packages_page_meta {
    margin-bottom: 2.5rem;
}
.package_block_title i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right:5px;
    background-size: 30px;
}
.comp_icon {
    /*background: url(../images/comp_icon.png) no-repeat 0 0;*/
    background: url(../images/screen.png) no-repeat 0 0;
    background-size: 30px !important;
    background-position: 0 70%;
}
.pack_icon {
    /*background: url(../images/pack_icon.png) no-repeat 0 0;*/
    background: url(../images/software.png) no-repeat 0 0;
    background-size: 30px !important;
}
.cloud_icon {
    /*background: url(../images/cloud_icon.png) no-repeat 0 0;*/
    background: url(../images/service.png) no-repeat 0 0;
}
.packages_grid_wrapper {
    text-align: center;
    margin-bottom: 2.5rem;
}
.packages_grid_inner_wrapper {
    display: inline-block;
    width: 100%;
}
.single_package_item {
    width: 31.8%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /*margin-right: 1.8%;*/
    margin-right: 1.2%;
    display: none;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.single_package_item.active{
    display: inline-block;
    opacity:1;
}
.no_products_in_term{
    display:none;
}
.single_package_item.last_package {
    margin-right: 0;
}
.single_package_inner {
    border: 1px solid #00bdf2;
    padding: 8px 8px 1rem 8px;
}
.product_mini_thumb {
    float: left;
    margin-right: 10px;
}
.product_title {
    color: #00bdf2;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}
.product_title span {
    display: block
}
.package_header {
    border-bottom: 3px solid #00bdf2;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    position: relative;
}
.package_block_title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #00bdf2;
    position: relative;
}
span.package_product_title {
    line-height: 1;
    position: relative;
    top: -6px;
}
.package_info_icon {
    position: relative;
    top: -6px;
}
.addon_slide_item_title .package_info_icon {
    top:4px;
}
.package_block_wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom:3px dotted #00bdf2;
}

.package_block_content ul {
    margin-bottom: 0;
}
.package_block_price_inner {
    padding: 1rem 0;
    position: relative;
    background: #00bdf2;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    border-radius: 4px;
    max-width: 260px;
    margin: 1rem auto 0 auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.package_price_permalink:hover .package_block_price_inner {
    color: #FFF;
}
.pre_price_label,
.after_price_label {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 10px;
}
.package_price {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 1;
    max-width: 90%;
    margin: 0 auto 10px auto;
}
ul.tooltip_list {
    font-size: 0.8125rem;
    font-weight: normal;
    color: #000;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.tooltip_list li {
    display: flex;
    width: 100%;
    clear: both;
    align-items: center;
    align-content: center;
    padding: 8px 0;
    text-align: center;
    position: relative;
}
ul.tooltip_list li:not(:last-child){
    border-bottom: 1px solid #00bdf2;
}
.tootip_inner {
    border: 2px solid #00bdf2;
    border-radius: 10px;
    background: #f6f7f8;
    padding: 10px;
    position: relative;
}
.tootip_inner::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/tooltip_arr.png) no-repeat 0 0;
    position: absolute;
    right: 1rem;
    top: -14px;
}
.tooltip_content p {
    margin:0;
    line-height: inherit;
}
.tooltip_title,
.tooltip_content {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    padding: 0 5px;
}
ul.tooltip_list li:after {
    height: 100%;
    width: 1px;
    background-color: #00bdf2;
    position: absolute;
    right: 50%;
    top:0;
    content: '';
}
.tooltip_content p a,
.tooltip_content a {
    color: #00bdf2;
    font-weight: bold;
}
.tooltip_wrapper {
    position: absolute;
    z-index: 10;
    display: none;
}

/***********************
    Package steps
**********************/
.mode-mini .packages_progress_bar_inner {
    max-width: 640px;
    margin: 0 auto;
}
.mode-mini .numeric_step_desc.colored_step {
    background: #00bdf2;
    color: #000;
}
.mode-mini .numeric_step_desc {
    font-size: 0.8125rem;
    text-align: center;
    padding: 4px 0;
    border: 1px solid #00bdf2;
    background: #FFF;
    line-height: 1;
    display: inline-block;
    min-width: 140px;
    position: relative;
    z-index: 5;
}
.mode-mini .numeric_step_desc:after {
    height: 3px;
    width:40px;
    background-color: #00bdf2;
    position: absolute;
    top:50%;
    margin-top: -1.5px;
    right: -40px;
    z-index: 1;
    display: inline-block;
    content:'';
}
.mode-mini .stepid_4 .numeric_step_desc:after {
    display: none;
}
.mode-mini .numeric_step_item {
    width: 25%;
    text-align: center;
}


.packages_progress_bar_wrapper.mode-mini {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
}
.packages_progress_bar_wrapper.mode-full {
    max-width: 510px;
    margin: 0 auto 2.5rem auto;
}
.mode-full .numeric_step_desc {
    min-height: 60px;
}
.mode-full .numeric_steps_inner {
    position: relative;
}

.mode-full .numeric_step_circle {
    width: 86px;
    height: 86px;
    font-size:3.438rem;
    position: relative;
}
.mode-full .numeric_step_circle.current_step,
.mode-full .numeric_step_circle.current_step a {
    background-color: #FFF;
    color: #00bdf2;
}
.mode-full .numeric_step_circle:after {
    width: 50px;
    height: 3px;
    background-color: #00bdf2;
    content: '';
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 49%;
}
.mode-full .stepid_4 .numeric_step_circle:after {
    display: none;
}
.mode-full .numeric_step_item {
    width: 25%;
}
.mode-full .numeric_steps_inner:before {
    display: none;
}

.small_white_ajax_loader {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    z-index: 10;
    background: url(../images/small_white_ajax_loader.gif) no-repeat 0 0;
}
.stations_number_loader {
    display: none;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 16px;
    height: 16px;
    z-index: 10;
    background: url(../images/ajax-loader-blue.gif) no-repeat 0 0;
}
.single_product_title {
    background: #f8f6f6;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 20px;
}
.single_product_title h2 {
    color:#00bdf2;
    line-height: 1;
    margin: 0;
    font-size:2rem;
    font-weight: bold;
}

.single-product .packages_grid_wrapper {
    text-align: left;
}
.single_package_block_wrapper.package_tech_info_wrapper,
.single_package_block_wrapper.package_block_price {
    width: 24%;
    float: left;
}
.single_package_block_wrapper.package_software_wrapper,
.single_package_block_wrapper.package_services {
    width: 25.5%;
    float: left;
}

.single_package_block_wrapper .package_info_icon {
    /*top: auto;*/
    top:4px;
}
.single_package_block_wrapper .package_block_title {
    text-align: left;
}
.single_package_block_wrapper .package_block_title i {
    display: block;
    margin: 0 0 15px 0;
}
.single_package_block_wrapper span.package_product_title {
    top:auto;
    text-align: left;
}
.single_package_block_wrapper .package_block_content ul,
.package_block_content ul {
    list-style-type: none;
    margin: 0;
}
.single_package_block_wrapper .package_block_content ul li,
.package_block_content ul li {
    background: url(../images/blue_bullet.png) no-repeat 0 9px;
    padding: 0 0 0 14px;
    position: relative;
}
.stations_row label {
    color: #00bdf2;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    display: inline-block;
    position: relative;
}
.single_packages_grid_inner_wrapper .single_package_inner {
    padding: 8px 0;
}
.single_package_block_wrapper {
    padding: 0 8px;
}
.single_package_block_wrapper > div {
    min-height: 220px;
    position: relative;
    border-right:1px dotted #00bdf2;
}
.single_package_block_wrapper:last-child > div {
    border-right: 0;
}
.stations_meta .package_price {
    max-width: 100%;
    border:0;
    padding: 0;
    font-weight: normal;
    font-size:1.2rem;
    margin-bottom: 15px;
}

.ready_proceed_to_checkout {
    background: #00bdf2;
    color: #000;
    font-size:1.125rem;
    padding: 12px 10px;
    display: inline-block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
/* Button hover */
.ready_payment_button a:hover,
.ready_proceed_to_checkout:hover,
button.submit_ready_coupon:hover {
    background: #23cfff;
}
.stations_meta .pre_price_label {
    font-weight: bold;
    font-size: 1rem;
}
.single_product_addons_title {
    color: #00bdf2;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1.5rem;
    position: relative;
}
.addon_tab_button {
    cursor: pointer;
    float: left;
    width: 16.666%;
    text-align: left;
    font-size: 1rem;
    color: #000;
    padding: 1rem 0;
    border-left: 1px solid #00bdf2;
    border-bottom: 1px solid #00bdf2;
    position: relative;
    padding-left: 3.5rem;
}
.addon_tab_button:first-child {
    border-left: 0;
}
.addon_tab_button.active {
    border-bottom: 1px solid #FFF;
    font-weight: bold;
    color: #00bdf2;
}
span.addon_tab_icon {
    display:block;
    width: 32px;
    position: absolute;
    left: 1rem;
}
.addon_slide_item_add_to_cart a {
    border:1px solid #00bdf2;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 0.3rem 1rem;
}
.addon_slide_item_add_to_cart a.added_to_package{
    background: #00bdf2;
}

.single_product_addons_list {
    border: 1px solid #00bdf2;
    padding: 0 0 1rem 0;
}
.addons_slider_wrapper {
    padding: 0 2.5rem;
    min-height: 290px;
    overflow: hidden;
    position: relative;
    max-height: 350px;
}
.addons_slider_wrapper.max_height {
    max-height: 290px;
}

.addons_slider_wrapper .slick-track {
    display: flex;
}
.addons_slider_wrapper .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.addons_slider_ajax_response {
    text-align: center;
}
.addons_slider_ajax_response button.slick-prev.slick-arrow {
    position: absolute;
    right: -1.5rem;
    top: 50%;
    background: url(../images/right_carousel.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    text-indent: 9999999px;
    margin-top: -8px;
}
.addons_slider_ajax_response button.slick-next.slick-arrow {
    position: absolute;
    left: -1.5rem;
    top: 50%;
    background: url(../images/left_carousel.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    text-indent: 9999999px;
    margin-top: -8px;
}
.addon_slide_item_thumb {
    display: inline-block;
    min-height: 105px;
    margin-bottom: 1rem;
}
.addon_slide_item_inner {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 1.2rem 0;
    position: relative;
    min-height: 290px;
}
.addons_tab_buttons {
    margin-bottom: 20px;
}

.small_blue_ajax_loader {
    background: url(../images/ajax-loader-blue.gif) no-repeat 0 0;
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top:50%;
    margin-top:-8px;
    z-index: 10;
}
.addon_slide_item_title {
    font-weight: bold;
    position: relative;
}
.addon_slide_item_title .tooltip_wrapper {
    margin-top: 10px;
}
.addon_slide_item_title .tooltip_wrapper .tootip_inner {
    font-size:14px;
    padding: 5px;
}
.addon_slide_item_text {
    font-size: 0.8125rem;
}
.addon_slide_item_price {
    margin-bottom: 10px;
}
.recommended_product {
    width: 77px;
    height: 81px;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: url(../images/hot_product_corner_en.png) no-repeat 0 0;
}
.recommended_product span {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 14px;
    left: -12px;
}

.addons_slider_loader {
    position: absolute;
    background: #FFF url(../images/section_ajax_loader.gif) no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}
.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
}
.styled-select {
    width: 25%;
    height: 40px;
    overflow: hidden;
    background: url(../images/select_blue_arr.png) no-repeat 90% 50% #FFF;
    float: right;
    border: 1px solid #00bdf2;
}
.stations_row {
    margin-bottom: 10px;
}
.service_list_title {
    color: #00bdf2;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 1.375rem;
}
.single_product_addons_wrapper {
    margin-bottom: 2.5rem;
}
.service_list ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.service_list ul li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    font-size:0.8125rem;
}
.service_list ul li .fake_radio_button {
    width: 14px;
    height: 14px;
    background: url(../images/fake_radio_03.png) no-repeat 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.service_list ul li.chosen_service .fake_radio_button {
    background-position: 0 -24px;
}
.service_description {
    line-height: inherit;
    padding-left: 20px;
}
.no_items_in_slider.slick-slide.slick-current.slick-active {
    width: 100% !important;
    text-align: center;
}
.service_description p {
    line-height: inherit;
    margin:0;
    display: inline;
}

p.form-row.form-row-wide.create-account.woocommerce-validated,
p.form-row.form-row-wide.create-account {
    display: none;
}

span.recommended_label {
    display: inline-block;
    background: #ffb141;
    padding: 4px 8px;
}
.package_notice_textarea textarea {
    min-height: 180px;
    border-radius:0;
    border:1px solid #00bdf2;
    resize: none;
    color: #000;
    font-size:1.125rem;
}
.package_notice_textarea textarea::-webkit-input-placeholder {
    color: #000;
    font-size:1.125rem;
    opacity: 1;
}
.package_notice_textarea textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size:1.125rem;
    opacity: 1;
}
.package_notice_textarea textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    font-size:1.125rem;
    opacity: 1;
}
.package_notice_textarea textarea:-ms-input-placeholder {
    color: #000;
    font-size:1.125rem;
    opacity: 1;
}

.payment_convenient_title {
    color: #00bdf2;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}
.payment_convenient_desc {
    font-size: 1.125rem;
}
.payment_convenient_slider {
    margin-top: 2.25rem;
}
.payment_convenient_wrapper {
    border: 6px solid #00bdf2;
    border-radius: 25px;
    position: relative;
}
.payment_convenient_wrapper:after {
    width: 31px;
    height: 32px;
    display: inline-block;
    position: absolute;
    bottom: -32px;
    right: 40px;
    content:'';
    background: url(../images/baloon_arr.png) no-repeat 0 0;
}
.payment_convenient_inner {
    padding: 26px 20px 86px 20px;
}
.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    top: -14px;
    border:0 !important;
    background: url(../images/slider_handle.png) no-repeat 0 0;
    box-shadow:none;
    cursor: pointer;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}
.noUi-value {
    font-size: 14px;
    color: #000;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 25px;
    width: 1px;
    background: #000;
    top: -14px;
}
.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #00bdf2;
    height: 3px;
}
.noUi-marker-normal {
    display: none;
}
.coupon_wrapper .ready_coupon {
    float: left;
    width: 100%;
    max-width: 170px;
    height: 42px;
    border-radius:0 !important;
    border:1px solid #00bdf2;
    margin: 0;
    color: #000;
    font-size: 1.125rem;
}
.coupon_wrapper .ready_coupon::-webkit-input-placeholder {
    color: #000;
    font-size: 1.125rem;
    opacity: 1;
}
.coupon_wrapper .ready_coupon:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 1.125rem;
    opacity: 1;
}
.coupon_wrapper .ready_coupon::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    font-size: 1.125rem;
    opacity: 1;
}
.coupon_wrapper .ready_coupon:-ms-input-placeholder {
    color: #000;
    font-size: 1.125rem;
    opacity: 1;
}
button.submit_ready_coupon {
    background: #00bdf2;
    color: #000;
    text-align: center;
    min-width: 102px;
    display: inline-block;
    height: 42px;
    border-radius: 0;
    margin-left: 10px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.coupon_form_wrapper{
    margin-bottom: 1.625rem;
}
.main_steps_section .ready_coupon {
   	width: 70% !important;
	max-width: 70% !important;
    border: 1px solid #7d7d7d;
    margin: 0;
    color: #7d7d7d;
    font-size: 1.125rem;
}
.main_steps_section .medium-centered .coupon_form_wrapper .submit_ready_coupon{
	margin: 0;
	color: #fff;
	width: 30%;
}
.sub_total_label {
    margin-bottom: 0.9rem;
    font-size: 1.125rem;
    line-height: 1;
}
.total_icon {
    display: inline-block;
    /*background: url(../images/total_icon.png) no-repeat 0 0;*/
    background: url(../images/payment.png) no-repeat 0 0;
    width: 44px;
    height: 46px;
    float: left;
    margin-right: 10px;
}
span.total_price {
    line-height: 32px;
    /*font-size: 1.5rem;*/
    font-size: 1.2rem;
    font-weight: bold;
    margin-top:10px;
}
.proceed_to_payment_wrapper {
    margin-top: 50px;
}
.payment_custom_link {
    float: left;
    width: 50%;
}
.ready_payment_button {
    float: right;
    width: 50%;
}
.ready_payment_button a {
    display: inline-block;
    float: right;
    background: #00bdf2;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.payment_custom_link a {
    line-height: 50px;
    text-decoration: underline;
}
.payment_custom_link a:hover {
    text-decoration: none;
}
.single-product .summary.entry-summary p.price,
.single-product .summary.entry-summary form.cart {
    display: none;
}
.bottom_progress_bar_row {
    margin-top: 80px;
}
.slick-disabled {
    cursor: no-drop;
}
.ajax_loader_add_to_package {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/ajax_loader_add_to_package.gif) no-repeat center;
    display: none;
    z-index: 100;
}
.multiple_stations_message {
    background: #ffb141;
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 13.33px;
    padding: 13px 0;
}
.multiple_stations_message:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #ffb041 transparent;
    content:'';
    display: inline-block;
    position: absolute;
    top: -13px;
    right: 2rem;
}
.multiple_stations_message p {
    display: inline-block;
    margin:0;
}
.multiple_stations_message a {
    color: #FFF;
    position: relative;
    top: 2px;
    font-size:1.125rem;
}
.multiple_stations_message .alert_icon {
    /*background: url(../images/alert_icon_white.png) no-repeat 0 0;*/
    background: url(../images/notify22.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    /*top:2px;*/
    top:5px;
    background-color: #FFF;
    border-radius: 6px;
}

.single_product_service_notices {
    margin-top: 2rem;
}
.multiple_stations_wrapper .single_product_addons_inner {
    padding: 10px;
    border:1px solid #00bdf2;
}
.multiple_stations_wrapper .single_product_addons_title {
    cursor: pointer;
    padding: 14px;
}
.multiple_stations_wrapper .single_product_addons_title.closed {
    background-color: #00bdf2;
    color: #FFF;
}
span.addon_accordion_indicator {
    border: 1px solid #00bdf2;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    color: #00bdf2;
    top: 1px;
}
span.addon_accordion_indicator:before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    width: 100%;
}
.multiple_stations_wrapper .single_product_addons_title.closed {
    margin-bottom: 0;
}
.multiple_stations_wrapper .single_product_addons_title.closed span.addon_accordion_indicator {
    border: 1px solid #FFF;
    color: #FFF;
}
.multiple_stations_wrapper .single_product_addons_title.closed span.addon_accordion_indicator:before{
    content: '+';
    top: -5px;
}

.woocommerce-billing-fields input:not([type="checkbox"]),
.woocommerce-shipping-fields input:not([type="checkbox"]) {
    width: 100%;
    max-width: 100%;
    height: 42px;
    border-radius: 0 !important;
    border: 1px solid #00bdf2;
    margin: 0;
    color: #000;
    font-size: 1.125rem;
}
.page_wrapper {
    border:6px solid #00bdf2;
    border-radius:25px;
    margin-bottom: 3rem;
    position:relative;
}
.page_inner {
    padding: 1.6rem;
}
.page_header_section {
    background: #f8f6f6;
    padding: 1.5rem 0;
    margin-bottom: 1.375rem;
}
.page_header_title {
    color: #00bdf2;
    line-height: 1;
    font-size:2rem;
    font-weight: normal;
}
.page_header_breadcrumbs {
    text-align: left;
}
.page_header_breadcrumbs,
.page_header_breadcrumbs a {
    font-size:1.125rem;
    color: #000;
}
.page_header_breadcrumbs a:hover {
    text-decoration: underline;
}

.page_inner .wp_content h1,
.page_inner .wp_content h2,
.page_inner .wp_content h3,
.page_inner .wp_content h4 {
    color: #00bdf2;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
}
.page_inner .wp_content h1 {
    font-size:2rem;
}
.page_inner .wp_content h2 {
    font-size:1.75rem;
}
.page_inner .wp_content h3 {
    font-size:1.5rem;
}
.page_inner .wp_content h4 {
    font-size:1.125rem;
}
.page_inner .wp_content,
.page_inner .wp_content p {
    color: #000;
    font-size:1rem;
    line-height: 1.4;
}

.video_item_wrapper {
    border: 5px solid #00bdf2;
    border-radius:15px;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    padding: 1.5rem 0;
}
.video_item_wrapper:after {
    background: url(../images/baloon_arr.png) no-repeat 0 0;
    width: 31px;
    height: 32px;
    display: inline-block;
    position: absolute;
    content:'';
    bottom:-32px;
    right: 2rem;
}
.video_item_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mfp-bg {
    background: #00bdf2;
}
.video_item_title {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 10px;
}
.faq_item {
    border: 1px solid #00bdf2;
    padding: 0;
    margin-bottom: 10px;
}
.faq_answer {
    display: none;
    padding: 1rem 1rem 1rem 40px;
    color: #000;
}
.faq_question {
    background: #00bdf2;
    color: #FFF;
    font-size: 2rem;
    font-weight: normal;
    cursor: pointer;
    padding: 1px 10px;
}
.active .faq_question {
    background: #FFF;
    color: #00bdf2;
}
.active span.toggle_indicator {
    border: 1px solid #00bdf2;
    color: #00bdf2;
}
.active span.toggle_indicator:before{
    content: '-';
    top: -5px;
}
span.toggle_indicator {
    border: 1px solid #FFF;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    color: #FFF;
    top: -2px;
    font-size: 18px;
}
span.toggle_indicator:before {
    content: '+';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    width: 100%;
}

.gallery_image {
    border:1px solid #00bdf2;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}
input#user_count {
    border:1px solid #00bdf2;
    border-radius:0;
}
.gallery_image:hover .gallery_overlay {
    opacity: 1;
}
.gallery_overlay {
    position: absolute;
    background: rgba(0,189,242,0.9);
    color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.galery_overlay_inner {
    font-weight: bold;
    font-size: 1.125rem;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.page-template-template-gallery .mfp-counter {
    color: #fff;
}
.grid-4 .galery_overlay_inner {
    font-size:0.9375rem;
}
h3#ship-to-different-address {
    margin-bottom: 9px;
}
.coupon_ajax_response {
    float: right;
    width: 35%;
    display: inline-block;
}
span.error {
    color: red;
    font-size: 12px;
    font-weight: bold;
}
span.success {
    color: green;
    font-size: 12px;
    font-weight: bold;
}
.addon_slide_item_inner.added_to_package {
    border:1px solid #00bdf2;
}

/* Contacts */
div#ready_map {
    width: 100%;
    height: 590px;
}
.contact_form_wrapper {
    width: 68%;
    float: left;
    border-right: 1px solid #00bdf2;
}
.input_label label {
    color: #00bdf2;
    font-size: 1.125rem;
    font-weight: bold;
}
.input_field input,
.input_field textarea {
    border: 1px solid #cccccc;
    height: 42px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:0;
}
.input_field textarea {
    height: 155px;
    resize: none;
}
.contact_form_inner {
    padding-right: 0;
    max-width: 90%;
	margin: 0 auto;
	
}
.input_label {
    width: 30%;
    float: left;
}
.input_field {
    width: 70%;
    float: right;
}
.form_row {
    margin-bottom: 1.75rem;
}
.submit_row input {
    background: #00bdf2;
    border-radius:0;
    height: 42px;
    line-height: 42px;
    padding: 0 1rem;
    border:0;
    color: #000;
    text-align: center;
}
.submit_field {
    text-align: right;
}
.form_row.submit_row {
    margin-bottom: 0;
}
.contact_info_title {
    color: #00bdf2;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.875rem;
}
.contact_info_wrapper {
    float: right;
    width: 32%;
}
.contact_info_inner {
    padding-left: 2rem;
}
.contact_info_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact_info_list ul i {
    display: inline-block;
    width: 42px;
    height: 35px;
    left:0;
    position: absolute;
}
.contact_info_list ul li {
    clear: both;
    display: inline-block;
    width: 100%;
    line-height: 42px;
    position: relative;
    padding-left: 45px;
}
.contact_info_list ul a,
.contact_info_list ul span {
    display: inline-block;
    float: left;
    line-height: 34px;
    color: #000;
}
.contact_info_list ul span{
    line-height: 1.4;
}
.ci_email{
    background: url(../images/c_email.png) no-repeat 0 0;
}
.ci_phone {
    background: url(../images/c_phone.png) no-repeat 0 0;
}
.ci_address {
    background: url(../images/c_address.png) no-repeat 0 0;
}
.contact_info_row,
.page-template-template-contacts .wp_content_wrapper,
.page-template-template-contacts .page_wrapper,
.woocommerce-edit-account .page_wrapper {
    margin-bottom: 2.5rem;
}
.page-template-template-contacts .wp_content_wrapper p:last-child {
    margin-bottom: 0;
}
.page-template-template-contacts .page_wrapper:after,
.woocommerce-edit-account .page_wrapper:after {
    background: url(../images/baloon_arr.png) no-repeat 0 0;
    width: 32px;
    height: 31px;
    display: inline-block;
    content:'';
    position: absolute;
    bottom:-31px;
    right: 3rem;
}
/***** Woo My Account *******/
.woocommerce-MyAccount-content input:not([type="checkbox"]){
    border: 1px solid #cccccc;
    border-radius:0;
    height: 42px;
    color: #000;
    margin: 0;
}
.woocommerce-MyAccount-content input:not([type="checkbox"]):focus {
    border-color: #00bdf2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-MyAccount-content input:not([type="checkbox"]).error {
    border:1px solid #ed1c24;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.woocommerce-MyAccount-content label {
    color:#00bdf2;
    font-weight: bold;
    font-size:1.125rem;
    max-width: 85%;
    line-height: 1.2;
}
.page_inner .wp_content h3.account_title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content span.required{
    color:#00bdf2 !important;
}
.company_info_fields {
    float: left;
    width: 50%;
    position: relative;
    z-index: 10;
}
.profile_field input {
    max-width: 85%;
}
.pencil_indicator {
    background: url(../images/pencil_icon.png) no-repeat 0 0;
    width: 35px;
    height: 44px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0px;
    opacity: 0;
}
.profile_field {
    position: relative;
    margin-bottom: 1.875rem;
}
.profile_computer_image {
    text-align: right;
    position: relative;
}
.profile_computer_inner {
    background: url(../images/account_comp.png) no-repeat 0 0;
    width: 295px;
    height: 132px;
    display: inline-block;
    position: relative;
    top: 37px;
    z-index: 10;
}
.profile_computer_head {
    background: url(../images/opa.png) no-repeat 0 0;
    width: 80px;
    height: 103px;
    display: inline-block;
    position: absolute;
    content:'';
    right: 4.5rem;
    bottom: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.profile_computer_image:hover .profile_computer_head {
    bottom: 90px;
}
.account_header_wrapper {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 0 1.6rem;
    border-bottom: 1px solid #00bdf2;
    padding-bottom: 1.6rem;
}
.profile_input_wrap {
    position: relative;
    float: right;
    width: 60%;
}

.profile_field label {
    float: left;
    width: 39%;
}
.account_left_form,
.account_right_form {
    width: 50%;
}
.account_left_form {
    float: left;
}
.account_right_form {
    float: right;
    border-left:1px solid #00bdf2;
}
.account_left_form_inner,
.account_right_form_inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.account_left_form .profile_field label,
.account_right_form .profile_field label {
    width: 30%;
}
.account_left_form .profile_input_wrap,
.account_right_form .profile_input_wrap {
    float: left;
    width: 70%;
    position: relative;
}
.account_left_form .profile_input_wrap input,
.account_right_form .profile_input_wrap input  {
    max-width: 85%;
}
.account_right_form_inner {
    padding-left: 2rem;
}
.edit_profile_submit {
    text-align: right;
    padding-right: 2.7rem;
}
.edit_profile_submit input {
    border:0 !important;
    color: #000 !important;
    background: #00bef2 !important;
    font-weight: normal !important;
    padding: 0 2rem;
}
.woocommerce-edit-account .page_inner {
    padding-bottom: 0;
}
.woocommerce-message {
    border-top-color: #00bef2;
}
.woocommerce-message:before {
    color: #00bef2;
}
span.field_error_message {
    color: #ed1c24;
    font-size: 13px;
    position: absolute;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    max-width: 124px;
    border: 1px solid #00bdf2;
    padding: 10px;
}
.woocommerce a.remove.remove_product_icon,
.woocommerce a.remove.remove_product_icon:hover {
    background: url(../images/remove_icon.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    color: transparent !important;
}
.woocommerce table.shop_table td.product-remove {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce table.shop_table.shop_table_responsive.cart {
    border: 0;
    border-radius: 0;
}
.woocommerce table.shop_table {
    border-collapse:collapse !important;
}
.woocommerce table thead tr {
    border:0;
    background: none;
    border-bottom:4px solid #00bdf2;
    border-collapse:collapse !important;
}


.cart_payments_slider .payment_convenient_wrapper {
    border:0;
    border-radius:0;
}
.cart_payments_slider .payment_convenient_wrapper:after {
    display: none;
}
.woocommerce table.shop_table th {
    font-weight: bold;
    color: #00bdf2;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tbody tr:nth-child(even) {
    background: none;
    border:0;
}
.woocommerce table.shop_table td {
    border:0;
}
.woocommerce table.shop_table tbody tr {
    border-bottom:1px solid #00bdf2 !important;
}
/** Hidden cart elements **/
tr.hidden_row,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals  {
    display: none;
}

.cart_product_title,
.cart_product_title a {
    color: #00bdf2;
    font-weight: bold;
    font-size:1.125rem;
}
.cart_product_description {
    font-size: 13px;
    max-width: 310px;
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 150px;
}

.logo_menu_row {
    position: relative;
}
.payment_convenient_wrapper .small_blue_ajax_loader{
    top: 15px;
    right: 10px;
}

.mobile_menu_trigger {
    display: none;
    position: absolute;
    left: 1rem;
    top: 25%;

}
.mobile_menu_trigger a {
    display: block;
    width: 42px;
    height: auto;
}
.mobile_menu_trigger a span {
    display: block;
    height: 6px;
    background: #00bdf2;
    margin: 6px 0;
}
h3#order_review_heading,
table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment ul.payment_methods {
    display: none;
}
.woocommerce-checkout #payment {
    background: none;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
    background: #00bdf2;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce-info {
    display: none;
}

/** Main submenu **/
.header_menu_inner ul ul {
    position: absolute;
    display: none;
    background-color: #FFF;
    z-index: 10;
    margin-left:-1px;
}
.header_menu_inner ul li {
    position: relative;
}
.header_menu_inner ul ul a:hover {
    color: #00bdf2;
}
.header_menu_inner .menu-item-has-children li a{
	padding: 0 18px;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.18);
}
.header_menu_inner > ul > li:hover > a {
    color: #00bdf2;
}
.header_menu_inner > ul > li:hover ul {
    display: block;
}

.search {
    background-color: inherit;;
    color: inherit;
    font-size: inherit;
}

.search a.post_thumbnail {
    float: left;
    margin-right: 2rem;
}
.search_result_article_content h3 a {
    color: #00bdf2;
}
.search_result_article {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: #e9e9e9 1px solid;
}
span.attr_sku {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.full_width_form {
    max-width: 762px;
    margin: 0 auto;
}
.full_width_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}
.full_width_form input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #000;
}
.full_width_form input::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #000;
}
.full_width_form input:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}
.full_width_form .user_info_row {
    width: 23%;
    float: left;
    margin: 0 1%;
}
.margin-top-2rem {
    margin-top: 2rem;
}
li.error_li {
    border:1px solid red;
}

#service_call_popup,
#login_popup {
    max-width: 450px;
    margin: 0 auto;
    padding: 1rem;
    background: #FFF;
    position: relative;
    z-index: 99999999;
}

#service_call_popup input,
#login_popup input,
#service_call_popup textarea {
    border: 1px solid #00bdf2;
    border-radius: 0;
    font-size: 1.125rem;
    height: 42px;
    color: #000;
}
#login_popup input.error {
    border:1px solid red;
}
#service_call_popup textarea {
    height: 90px;
}
#service_call_popup input::-webkit-input-placeholder,
#login_popup input::-webkit-input-placeholder,
#service_call_popup textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
#service_call_popup input:-moz-placeholder,
#login_popup input:-moz-placeholder,
#service_call_popup textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}
#service_call_popup input::-moz-placeholder,
#login_popup input::-moz-placeholder,
#service_call_popup textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
#service_call_popup input:-ms-input-placeholder,
#login_popup input:-ms-input-placeholder,
#service_call_popup textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
button.submit_popup {
    background: #3fbef2;
    color: #000;
    padding: 0 2rem;
    border-radius: 0;
    height: 40px;
    position: relative;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.popup_title {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 2.5rem;
}
.popup_subtitle {
    text-align: center;
    margin-bottom: 10px;
}
.submit_crm_form {
    background: #3fbef2;
    color: #000;
    padding: 0 2rem;
    border-radius: 0;
    height: 40px;
    position: relative;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.submit_crm_form:hover {
    background: #04aff5;
}
.info_icon_wrapper {
    position: relative;
}
.option_tooltip_wrapper {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.option_tooltip_inner,
.info_icon_content {
    min-width: 140px;
    left: 0;
    position: absolute;
    z-index: 100;
    top: 35px;
    display: none;
    background: #f6f7f8;
    padding: 5px 10px;
    border:3px solid #00bdf2;
    border-radius:10px;
    font-size:13px;
}
.option_tooltip_inner:before,
.info_icon_content:before {
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    top: -14px;
    left: 10px;
    display: inline-block;
    background: url(../images/tooltip_arr.png) no-repeat 0 0;
}
.option_tooltip_inner p {
    margin: 0;
}
.info_icon:hover .option_tooltip_inner,
.info_icon_wrapper:hover .info_icon_content {
    display: block;
}
.packages_bottom_description {
    text-align: right;
    font-size: 14px;
    margin: 0 auto;
}

.recommended_package {
    background: url(../images/hot_product_corner_en.png) no-repeat 0 0;
    position: absolute;
    width: 77px;
    height: 81px;
    top: -8px;
    left: -8px;
    z-index: 10;
}
.recommended_package span {
    display: inline-block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    position: relative;
    top: 15px;
    left: 10px;
}

.woocommerce form .form-row.billing_terms_agreement_checkbox .input-checkbox {
    display: inline-block;
    margin-right: 0;
}
.woocommerce form .form-row.billing_terms_agreement_checkbox span a {
    color: #00bdf2;
    text-decoration: underline;
}
.woocommerce form .form-row.billing_terms_agreement_checkbox span a:hover{
    text-decoration: none;
}
span.crm_form_ajax_response {
    color: green;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form_row.submit_form_row {
    margin-bottom: 0;
}
.dark_star.graphic_icon {
    background: url(../images/graphic.png) no-repeat 0 0;
    background-size: 100%;
}
.dark_star.not_graphic_icon {
    background: url(../images/not_graphic.png) no-repeat 0 0;
    background-size: 100%;
}
.page_description {
    text-align: center;
	font-size: 16px;
}
/** Brands **/
.package_brands_wrapper {
    margin-bottom: 2rem;
}
.package_brands_inner {
    text-align: center;
}
.brand_term {
    display: inline-block;
    text-align: center;
    padding: 12px 60px;
    border: 1px solid #00bdf2;
    color: #000;
    cursor:pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0;
    position: relative;
}
.brand_term:after{
    display: none;
    content:'';
    width: 17px;
    height: 16px;
    background: url(../images/active_package_brand.jpg) no-repeat 0 0;
    position: absolute;
    bottom: -17px;
    left: 1.8rem;
}
.brand_term:hover,
.brand_term.active {
    background: #00bdf2;
    color: #FFF;
}
.brand_term.active:after {
    display: block;
}

.popup_form.popup_form_login {
    padding: 2rem 0 0;
}

.single_package_item.no_products_in_term {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.woocommerce-order-received .row.top_progress_bar_row,
.woocommerce-order-received .bottom_progress_bar_row {
    display: none;
}
span.addon_tab_title {
    font-size: 14px;
}
.ready_lost_password,
.ready_lost_password_back {
    float: right;
    border: 1px solid #3fbef2;
    color: #000;
    padding: 0 1rem;
    border-radius: 0;
    height: 40px;
    position: relative;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.password_recovery_popup_fields {
    display: none;
}
.discount_text {
    position: absolute;
    bottom: 10px;
}
.contact_form_inner div.wpcf7-response-output{
    color:#00bdf2;
    border-color:#fff !important;
}
.popup_inner .form_row {
  position: relative;
}
.popup_inner .form_row .required_mark{
  position: absolute;
  top:10px;
  left: 10px;
  color: red;
}
input.err{
  border-color:red !important;
}

/************
New recommended package
************************/
.single_package_recommended_header {
    height: 30px;
}
.single_package_item.is_recommended_package .single_package_recommended_header {
    background: #ffb141;
    color: #FFF;
    text-align: center;
}
.single_package_recommended_header span {
    display: inline-block;
    padding-left: 26px;
    background: url(../images/white_like.png) no-repeat 0 4px;
    line-height: 34px;
}
.single_package_item.is_recommended_package .single_package_inner {
    border:1px solid #ffb141;
}

html[dir="rtl"] .ready_logout_user {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #444;
}
.fullpage_fixed_loader {
    position: fixed;
    display: none;
    z-index: 9999;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF url(../images/section_ajax_loader.gif) no-repeat center center;
}
.woocommerce-password-hint {
    display: none !important;
    opacity: 0 !important;
}
span.service_price_per_month {
    font-weight: bold;
    font-style: italic;
}
/*****************************
    New Captcha
*****************************/
input#ready_validate_captcha {
    float: right;
    width: 72%;
    border:1px solid #3fbef2;
    border-radius:0;
}
input#ready_validate_captcha.error {
    border:1px solid red;
}
input#ready_validate_captcha.ok {
    border:1px solid green;
}
button.submit_ready_captcha {
    float: left;
    width: 25%;
    background: #3fbef2;
    color: #000;
    padding: 0 2rem;
    border-radius: 0;
    height: 40px;
    position: relative;
    line-height: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ready_captcha_image {
    margin-bottom: 10px;
    position: relative;
}

body .woocommerce-password-strength {
    display: none !important;
}

/*************************
    Single post
*************************/
.post_media_column {
    float: none;
    width: 100%;
}
.post_media_column iframe {
    width: 100% !important;
    max-width: 100%;
    height: 260px !important;
}
.post_text_column {
    float: none;
    width: 100%;
}
html[dir="rtl"] .post_media_column {
    float: none !important;
	margin: 0 auto 10px !important;
}
html[dir="rtl"] .post_text_column {
    float: left;
}
.post_meta_title {
    color: #00bdf2;
    font-size: 1.75rem;
}
.post_meta_share ul {
    list-style-type: none;
    margin:0;
    padding: 0;
}
.post_meta_share ul li {
    float: left;
    line-height: 14px;
    margin-left:6px;
    padding-left: 6px;
    border-left:1px solid #000;
}
html[dir="rtl"] .post_meta_share ul li {
    float: right;
}
html[dir="rtl"] .post_meta_share ul li:last-child,
.post_meta_share ul li.share_label {
    border:0;
}
.post_meta_share ul li.share_label {
    margin: 0 0 0 6px;
    padding: 0;
}
.post_meta_share {
    font-size: 0.8125rem;
    margin-bottom: 12px;
}
.share_button_li a {
    display: inline-block;
    position: relative;
    padding:0 5px;
    color: #0aa5d3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 18px;
    top: -2px;
}
.share_button_li a:hover {
    color: #505050;
}

.single-post .page_wrapper:after {
    background: url(../images/baloon_arr.png) no-repeat 0 0;
    display: inline-block;
    content:'';
    position: absolute;
    right: 2.6rem;
    bottom:-32px;
    width: 31px;
    height: 32px;
}
h2.category_post_title a,
h2.category_post_title {
    color: #00bdf2;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 1;
}

.category_selector .styled-select {
    width: 100%;
}
.top_category_row {
    margin-bottom: 2.5rem;
}
.category_post_meta > div {
    display: inline-block;
}
.category_post_meta {
    font-size: 0.75rem;
    line-height: 13px;
    margin-bottom: 18px;
}
.cpm_publish_category {
    margin: 0 5px;
    border-right:1px solid #000;
    padding: 0 5px 0 0;
}
.post_media.is_video {
    position: relative;
}
.video_play_button {
    background: url(../images/video_play_btn.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    left: 0;
    display: inline-block;
    position: absolute;
}
.post_media {
    margin-bottom: 26px;
}
.catregory_post_description {
    font-size: 0.9375rem;
    min-height: 90px;
}
.share_this_post {
    float: right;
    width: 45%;
    display: inline-block;
}
.permalink_this_post {
    float: left;
    width: 50%;
    display: inline-block;
}
.permalink_this_post a,
.load_more_posts a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00bdf2;
    color: #000;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.load_more_posts a {
    display: inline-block;
    padding: 0 3rem;
    position: relative;
}
.permalink_this_post a:hover,
.load_more_posts a:hover {
    background: #23cfff;
}
.load_more_posts {
    text-align: center;
}
.share_this_post{
    margin-top: 12px;
}
.share_this_post a i {
    color: #00bdf2;
    font-size: 1.5rem;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.share_this_post a:hover i {
    color: #23cfff;
}
.category_post_item {
    margin-bottom: 2.5rem;
    background: #fafafa;
    padding: 10px;
	border: 1px solid #dedede;
}
.ajax_append_posts.is_loaded {
    background: url(../images/ajax_loader_add_to_package.gif) no-repeat center center;
    min-height: 200px;
    display: inline-block;
    width: 100%;
}
.under_banner_title {
    clear: both;
    font-size: 2rem;
    color: #ffb141;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
span.captcha_is_valid {
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 0;
    top:15px;
    background: url(../images/checkmark.png) no-repeat;
    width: 42px;
    height: 42px;
}
.single_package_item{
	position: relative;
}
.single_package_item.is_recommended_package .single_package_recommended_header {
    background: #ffb141;
    color: #FFF;
    text-align: center;
    padding: 2px 31px 4px 4px;
    position: absolute;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.single_package_recommended_header {
    height: 63px;
    position: absolute;
}

#search_controler{
	display: inline-block;
    float: left;
    margin: -28px;
}
.search_section{
	display: none;
	position: absolute;
    left: 185px;
    background-color: #fefefe;
}

.holder-elem .mini_cart_element{
	display: inline-block;
}
.holder-elem{
	float: left;
    margin-left: 35px;
    margin-top: 10px;
}
.holder-elem .cart_total_price{
	margin: 0 10px;
	color: #00bcf4;
}
footer.sub_footer{
	padding-top: 10px;
    padding-bottom: 10px;
    background: #1c1c1c;
    color: #959595;
	font-size: 14px;
}
footer.sub_footer a{
	font-size: 14px !important;
}

#bid-target .ajax_response_wrapper{
	display: none;
}

.unvisible{
	opacity: 0;
}
.fade3{
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}
#start_steps{
	width: 90%;
    display: block;
    margin: 10px auto;
}

.step_container_inner .step_meta{
	display: none;
}


.single-post .post_text_column,
.single-post .post_media_column{
	float: none !important;
	margin: 10px auto !important;
	max-width: 100% !important;
	width: 100% !important;
}
.rtl.single-post .post_media_column img{
	display: block;
	margin: 0 auto;
}

