@import url("preset.css");
@import url("my-style.css");				/*  оформления    */
/*@import url("m-section.css");*/
@import url("stb.css");						/*  Калькулятор   */
/*
@import url("ukrohorona.css");
@import url("ukrohorona1.css");
*/

#sp-footer {
    background: #333;
}

.sp-megamenu-parent > li > a {
	font-size: 14px;
}
.shadow,
.rounded-list a::before,
.object-map .map-point {
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
}

.text {
	font-size: 18px;
	line-height: 30px
}
@media (max-width:768px){
.text {
	font-size: 14px;
	line-height: 14px
}	
}

/*-----NumberList------------*/
ol {
	counter-reset: li; /* Устанавливает идентификатор */
	list-style: none; /* Удаляем стандартную нумерацию */
	/*font: 15px 'trebuchet MS', 'lucida sans';*/
	padding-left: 10px;
	/*margin-bottom: 60px;*/
}
ol ol {
	margin: 0 0 0 2em; /* Отступ для вложенных списков */
}

/*------------ Object-map ----------------*/
.object-map {
	position:relative;
	z-index:8;
}
.object-map .map-pin {
	width:30px;
	height:30px;
	position:absolute;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.object-map .map-pin:hover, .object-map .map-pin:focus {
	z-index:20
}
.object-map .map-pin:hover .map-point, .object-map .map-pin:focus .map-point {
	/*opacity:1;
	filter:alpha(opacity=100);*/
	background: #ff8400;
}
.object-map .map-pin:hover .description, .object-map .map-pin:focus .description {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100)
}
.object-map .map-point {
	display:block;
	text-align:center;
	text-decoration:none;
	font:20px/30px "medium-italic";
	color:#fff	;
	background:#64AEDD;
	border-radius:50px;
	position:relative;
	z-index:10;
	opacity:1;
	filter:alpha(opacity=50);
	-webkit-transition:all 250ms;
	-o-transition:all 250ms;
	transition:all 250ms
}
.object-map .description {
	width:510px;
	padding:10px;
	background:#fff;
	font-size:14px;
	color:#777;
	border-radius:4px 4px 0 0;
	position:absolute;
	bottom:70px;
	left:-30px;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition:all 250ms;
	-o-transition:all 250ms;
	transition:all 250ms
}
.object-map .description:after {
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:70px 470px 0 40px;
	border-color:rgba(255, 255, 255, 0.5) transparent transparent transparent;
	position:absolute;
	left:0;
	top:100%
}
.object-map .description .info {
	padding-left:120px
}
.object-map .description .title {
	display:block;
	font-size:16px;
	color:#000
}
/*------------- RoundedList -------------*/
.rounded-list a{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 12px;
	/*background: #ddd;*/
	color: #333;
}
.rounded-list a:hover{
	/*color: #0072bc;*/
}
.rounded-list a:hover:before{
	/*background: #ff8400
	color: #0072bc;
	border-color: #0072bc;*/
}
.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -12px;
	background: #64AEDD;
	height: 30px;
	width: 30px;
	line-height: 22px;
	/*background: url(/images/pic/index 3.png) no-repeat 50% 50%;*/
	/*border: 1px solid #2f74c1;*/
	text-align: center;
	border-radius: 50px;
	transition: all .3s ease-out;
	font: 20px/30px "medium-italic";
	color: #fff;
}


/* --------------Home Index---------------- */
.chooseIndex {
    max-width: 1920px;
	position: relative;
	margin-bottom: 30px;
}
/*.chooseIndex::after {
    bottom: -93px;
    background: url(/images/pic/chooseIndex_figure_bottom.png) no-repeat 50% 50%;
    height: 93px; */
}
.chooseIndex::after/*, .chooseIndex::before*/ {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: 1;
}
/*--------------------------------*/
.wrIndexNews {
    background: url(images/pic/index_news_bg.png) no-repeat 50% 50%;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto -165px;
    position: relative;
    z-index: 2;
    min-height: 731px;
}
/*-----------------------------------*/
.wIndexAbout {
    margin: 0 !important;
    max-width: 1920px;
	background: #f3f5f6;
}

.wIndexBest {
    /*margin: 0 !important;*/
    max-width: 1920px;
	position: relative;
}
/*.wIndexBest::before {
    content: '';
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 83px;
    background: url(/images/pic/index_best_figure.png) 50% 50%;
    background-size: cover; */
}

/*wIndexContact*/
.wIndexContact {
    background: #f3f5f6;
    /*max-width: 1920px;*/
	padding-bottom: 60px;
    position: relative;
}
.address {
    color: #0f0f0f;
    font: 18px/30px "myriadpro",sans-serif;
    margin: 0 0 28px;
}
.wIndexContact .footerPhone li {
    margin: 0 0 14px;
}
.wIndexContact .footerPhone li a {
    display: block;
    color: #000;
    font: 30px/23px "Myriad-Pro-Semibold-Italic_31645","MyriadPro-SemiboldIt",sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}
.wIndexContact .footerPhone li a:hover {
    color: #008bd3;
}
.wIndexContact .footerPhone li a small {
    display: inline-block;
    color: #000;
    font: 16px/16px "myriadproitalic",sans-serif;
    vertical-align: top;
    transition: color 0.2s ease;
}
.wIndexContact .footerPhone li a:hover small {
	color:#000;
}
.wIndexContact .mail {
    margin: 32px 0;
}
.wIndexContact .mail li {
    margin: 0 0 2%;
}
.wIndexContact .mail li a {
    color: #008bd3;
	text-decoration:underline;
    font: 18px "myriadpro",sans-serif;
    transition: color 0.2s ease;
}
.wIndexContact .mail li a:hover {
	color:#FF8E00/*ff8400*/;
	text-decoration:none;
}



.wIndexBottom {
    background: #0072bc;
	color: #fff;
    /*max-width: 1920px;*/
    margin-top: 0 !important;
    position: relative;
	padding: 30px 0 30px;
}
/*.wIndexBottom::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(/images/pic/index_bottom_figure.png) 50% 50%;
    background-size: cover;*/
}




/* --------------Header---------------- */
.head, .section_two, .section_step {
    color: #0f0f0f;
/*	font: 18px/30px "myriadpro",sans-serif;*/
/*	font-size: 18px;
	line-height: 30px*/
}

.head {
	color: #fff;
	padding: 60px 0 120px 0;
	position: relative;
/*	font-size: 20px;*/
/*	line-height: 36px*/
}
.head h1 {
	text-align: center;
	font-size: 60px !important;
	line-height: 70px !important
}
.head:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
    background: rgba(0,0,0,0.50);
}
/*	.head:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 142px;
    background: url(/images/pic/figura_slider.png) no-repeat 50% 50%;
    background-size: cover;
    z-index: 1; */
}

.head .sppb-cta-title {
	margin-bottom: 30px;
}
.head .lcol .text p {
	text-align: justify;
}
.head .rcol {
	border: 1px solid #ff8400;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 2% 30px;
/*	width: 90%;
	margin: 0 10%;*/
}
.head .rcol .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 160px;
	line-height: 140px;
	font-weight: 300
}

.head .feature {
	text-align: center;
	margin-top: 45px;
	padding-top: 10px;
	border-top: 1px solid #747474;
}
.head .feature img {
/*	display: block;*/
	margin: 10px auto;
}
@media (max-width:768px) {
	.head .feature img {
		max-width: 15%;
	}
}
.head .feature .title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px
}
.head .feature p {
	text-align: center;
}


/* --------------Section Two---------------- */

.section_two {
 /*   position: relative;*/
	padding: 0 0 60px;
}
/* --------------Section Two END---------------- */



















/* Стоимость комплекта с установкой "Delta" */
.security-summary {
    position: relative;
    margin: 30px 0;
    padding: 20px 42px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 2px rgba(0,0,0,.1);
}
.security-summary h4 {
    margin-bottom: 16px;
}
.security-summary .price {
    margin-bottom: 15px;
    font-size: 40px;
    color: #0098E3;
	font-weight: 600
}
.sppb-divider-border {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #e7e7e7
}
.security-options .sppb-divider-border {
	margin-top: 0px;
	margin-bottom: 30px;
	border-color: #eee
}

.security-options .value {
    font-size: 24px;
    margin-right: 0px;
    color: #0098E3;
	font-weight: 600	
}
/* -------------------------------------*/

















.section_step .wImg {
    line-height: 0;
    border: 1px solid #b2d6ff;
}
.section_step .right_col .sppb-media/* ul li*/ {
/*    color: #0f0f0f;
    font: 18px/30px "myriadpro",sans-serif;*/
    padding: 0 0 0 65px;
    position: relative;
    margin: 0 0 7%;
}

/* --------------List Hardware---------------- */
/*.list-hardware {
	padding: 0;
	list-style: none;
	margin: 0;
}
.list-hardware li div:first-child {
    display: table-cell;
    vertical-align: middle;
}
.list-hardware li span {
    font-size: 12pt;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #333;
    text-align: center;
    display: block;
}
*/





/*------------------------------------------------------*/
.step_one {
    background: #f3f5f6;
    position: relative;
    padding: 70px 0 0;
}
.section_step {
    max-width: 1920px;
    margin: 0 auto;
}
.section_step .sign_section .sppb-addon-content {
    color: #ff8400;
	border: 1px solid #ff8400;
	margin: 0 auto;
	max-width: 548px;
	width: 85%;
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 2;
	/*bottom: -18%;
	left: 0;
	right: 0;*/
}/*
.step_one::before {
    top: -65px;
    height: 70px;
    background: url(/images/pic/section_one_figure_top.png) no-repeat 50% 50%;
}
.step_one::after {
    bottom: -154px;
    background: url(/images/pic/section_one_figure_bottom.png) no-repeat 50% 50%;
    height: 154px; */
}
.step_one::after, .step_one::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: 1;
}/*--------------------------------*/
.step_two {
    padding: 150px 0 70px;
}
.section_two /*.col_section .right_col*/ .sign_shem {
    color: #ff8400;
    border: 1px solid #ff8400;
    margin: 20px auto 0;
    max-width: 462px;
    padding: 30px 0;
    text-align: center;
    position: relative;
}
.step_three {
    background: #f3f5f6;
    position: relative;
    padding: 139px 0 37px;
}
.step_three::before {
    top: -111px;
    height: 115px;
    background: url(/images/pic/section_three_figure_top.png) no-repeat 50% 50%;
}
.step_three::after {
    bottom: -74px;
    background: url(/images/pic/section_three_figure_bottom.png) no-repeat 50% 50%;
    height: 74px;
}.step_three::after, .step_three::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: 1;
}/*--------------------------------*/
.step_four {
    padding: 139px 0 37px;
}/*--------------------------------*/
.section_incut {
    max-width: 1920px;
    margin: 0 auto -148px;
    min-height: 950px;
    padding: 102px 0 0;
    position: relative;
    background: url(/images/pic/section_incut.png) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
}
.section_incut /*.top_block .description*/ .number {
    font-family: "Myriad-Pro-Light-SemiExtended_31641",sans-serif;
    font-size: 48px;
    line-height: 48px;
}
.section_incut /*.top_block .description*/ .number span {
    font-size: 24px;
}
.section_incut /*.top_block .description*/ p {
    font: 20px/30px "myriadpro",sans-serif;
    margin: 0 0 13px;
}
.section_incut /*.top_block .description*/ small {
    font: 14px/24px "myriadpro",sans-serif;
    max-height: 50px;
    overflow: hidden;
    display: block;
}

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












/*.head .sppb-cta-subtitle {
	margin-bottom: 0px;
}*/
/*-----------------------*/
/* Bottom */
.bottom-text ul li {
    margin-bottom: 16px;
}
.bottom-text ul li .circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #848aa8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.bottom-text ul li .circle .inner {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #4d94fd;
    margin: 2px;
}
/*-----------------------*/



/*.sppb-addon-content {
	font-size: 20px;
	line-height: 36px
}*/

.center_block {
    margin: 0 0 20px;
}
.left {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
}





/*
h4, h5, h6 {
	font-weight: bold !important;
}*/


/* Main menu  
.sp-megamenu-parent > li > a {
font-size: 14px;
text-transform: none;
font-weight: 400
}*/

/* Приглушенный */
.muted {
    color: #999;
}


/* Как Заказать */
.howtoorder {
	border-bottom: 1px solid #dddee2;
	padding: 10px 0px 10px 0px
}

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


.breadcrumb {
	background-color: transparent
}
/*
#sp-page-builder .sppb-section-title .sppb-title-heading {
	font-size: 24px;
}*/

/* удаление рамки посленаведения*/
a:focus {
	outline: none;
}
/* img center */
.center img {
	display: block;
	margin: 0 auto; 	
}

/* text center */
.centc {
	text-align: center;
}



/*--------------- Оформления ----------------*/

/*----------------Списки --------------------*/
ul {
	padding: 0px 10px;
	list-style: none;
}
ul.ice-check li, ul.ice-arrow li, ul.ice-cross li, ul.ice-light li, ul.ice-star li, ul.ice-note li, ul.ice-check2 li, ul.ice-help li, ul.ice-info li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 30px;
}

ul.ice-check li {
  background-image: url(../images/typo_check.png);
}
ul.ice-arrow li {
  background-image: url(../images/typo_arrow.png);
}
ul.ice-cross li {
  background-image: url(../images/typo_cross.png);
}
ul.ice-light li {
  background-image: url(../images/typo_light.png);
}
ul.ice-star li {
  background-image: url(../images/typo_star.png);
}
ul.ice-note li {
  background-image: url(../images/typo_note.png);
}
ul.ice-check2 li {
  background-image: url(../images/typo_check2.png);
}
ul.ice-help li {
  background-image: url(../images/typo_help.png);
}
ul.ice-info li {
  background-image: url(../images/typo_info.png);
}

/*----------------END Списки --------------------*/
	
.sticker {
    background-image: url(../images/sticker.png);
    width: 182px;
    height: 182px;
	margin: auto;
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: -20px;
    padding-top: 60px;
	/*float: left;*/
}

.price-label {
    background-image: url(../images/price_bg.png);
    width: 152px;
    height: 41px;
    margin: 30px 0px 0px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 41px;
	/*float: left;*/
}

.tab-info {
    /*animation: 500ms ease 0s normal none 1 running moveFromRight;
    margin-bottom: 10px;*/
	overflow: hidden;
}
.sp-block {
	/*-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
	animation: moveFromBottom 500ms ease;
	font-family: 'Roboto', sans-serif;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	color: #FFF;
	background: #F26C27 !important;
}
/* END */






/* Price Label
.price {
	background-image: url(../images/price_bg.png);
    width: 152px;
    height: 41px;
    margin: 30px 0px 0px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 41px; */
	/*float: left;*/
}

/* Price */
.price {
	color: #ff0000;
}
/* Counter */
.digitstype img {
	display: inline-block;
}

.topup .sppb-feature-box-title {
	margin-top: -10px;
}

/* Carousel Pro */
.sppb-carousel-pro-text h2, .sppb-carousel-pro-text h3 {
	/*font-weight: 600;*/
	text-transform: uppercase;
	text-align:right;

}
.sppb-carousel-pro-text h2 {
	font-size: 42px;
	color: #3D449A;
}	
.sppb-carousel-pro-text h3 {
	font-size: 32px;
}

/* TAB */
.tab-info {
	overflow: hidden;
}

/* Nice Name
.sppb-title-heading {
	text-align:left;
	position:relative;
	margin-top:15px !important;
	
}

.sppb-title-heading::after {
	width:100%;
	height:1px;
	display:block;
	content:'';
	background:#e8e8e8;
	position:absolute;
	top:100%;
	z-index:-1;
	padding-left:0
} */



/* Radon_slider */
.radon_slider .sp-iStoreii-layout .sp-slider-items {
  width: 100%;
}
.radon_slider img.sp-slider-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.radon_slider .sp-vertical-middle {
  margin: 0 10%;
  max-width: 840px;
  z-index: 9999;
}
.radon_slider /*.text-wrapper*/ h1 {
  font-weight: normal !important;
  color: #2a2a2a !important;
  
}
.radon_slider /*.text-wrapper*/ h1.sp-pretitle {
  font-size: 42px !important;
  line-height: 42px !important;
  /*font-weight: 300 !important;*/
  text-transform: uppercase;
}
.radon_slider /*.text-wrapper*/ h1.sp-title {
  font-size: 42px !important;
  line-height: 42px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.radon_slider /*.text-wrapper*/ h2.sp-posttitle {
  font-size: 24px;
  line-height: 24px;
  color: #2a2a2a !important;
}
.radon_slider /*.text-wrapper*/ .sp-introtext {
  margin: 0 0 30px;
  font-size: 32px !important;
  line-height: 48px !important;
  color: #2a2a2a !important;
}
 .radon_slider /*.text-wrapper*/ .sp-full-text {
  margin-bottom: 35px;
}
.radon_slider /*.text-wrapper*/ a.btn-more:hover {
  font-size: 18px;
  padding: 10px 20px;
  background-color: #08c;
  color: #fff;
  border: 1px solid #2f74c1;
  transition: 400ms;
}
.radon_slider .slider-arrow-nav i {
  opacity: 0;
  margin: 0 -100px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 40px !important;
  height: 100px !important;
  line-height: 100px !important;
  font-size: 20px !important;
  background: rgba(0,0,0,0.5) !important;
}
.radon_slider .slider-arrow-nav i:hover {
  background-color: #0db3c7 !important;
}
.radon_slider:hover .slider-arrow-nav i {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  margin: 0px;
}


/* Prising */
/*
.pricing-table .sppb-row {
border-width: 2px;
border-color: #008742;
}
.pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-wrapper {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}
.pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-wrapper .sppb-pricing-curency {
  font-size: 18px;
  margin-right: 0px;
}
.pricing-table .sppb-pricing-featured {
  background: #fff;
  color: #00A651;
}
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer .sppb-btn-default {
  border-color: #00A651;
  color: #00A651;
}
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer .sppb-btn-default:hover {
  border-color: #00A651;
  color: #fff;
}
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer .sppb-btn-default::before,
.sppb-pricing-box.sppb-pricing-featured .sppb-pricing-footer .sppb-btn-default::after {
  background: #00A651 none repeat scroll 0% 0% !important;
}
.pricing-table .sppb-row .sppb-col-sm-6 {
  padding: 0px;
}*/


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


#sp-header.menu-fixed {
    background: #f5f5f5 /* transparent=0 */
}



/* button main */


/* button tixon */
/
.btn,
.sppb-btn,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  border-radius: 30px;
  box-shadow: none;
  border-width: 2px;
  border-style: solid;
  padding: 10px 20px;
  text-transform: uppercase;
}
/*.sppb-btn,
.sppb-btn-primary,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  background: transparent;
  font-weight: 600;
  font-size: 12px;
}*/
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  text-decoration: none;
}








/* medical */

.medical-cta:before {						/*Copy .head */
  background-color: rgba(0,0,0,0.75);
}
.medical-cta .sppb-btn:hover {
  color: #0072bc;
}
.call-us {
  color: #0072bc;
}
.medical-info .sppb-addon-feature:hover .sppb-icon span,
.medical-info .sppb-addon-feature:hover h3.sppb-feature-box-title {
  color: #0072bc !important;
}
.custom-buttons .sppb-btn {
  border-color: #0072bc;
}
.custom-buttons .sppb-btn:hover {
  background-color: #0072bc;
  border-color: #005389;
}
.medical-features:before {
  background-color: rgba(0,114,188,0.95);
}

/* - - - - - - - */

.medical-cta {
  color: #fff;
  position: relative;         /* Copy head */
}
.medical-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.medical-cta .sppb-cta-title {
  animation: fadeInRight 1s;
}
.medical-cta .sppb-cta-text {
  font-size: 16px;
  margin-bottom: 50px;
  animation: fadeInRight .7s;
}
.medical-cta .sppb-btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-color: #fff;
  text-transform: capitalize;
  line-height: 46px;
  animation: zoomIn .9s;
  padding: 0 30px;
}
.medical-cta .sppb-btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.call-us {
  font-size: 24px;
  font-weight: 700;
}
.medical-info .sppb-addon-feature .sppb-icon span,
.medical-info .sppb-addon-feature .sppb-feature-box-title {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.medical-info .sppb-addon-feature .sppb-media-body {
  margin-top: 20px;
}
.sppb-addon-text-block .info {
  font-size: 18px;
  margin-bottom: 40px;
}
.custom-buttons .sppb-btn:hover {
  color: #fff;
}
.custom-buttons .sppb-btn:last-child:hover {
  background-color: #8dc63f;
  color: #fff;
  border-color: #72a230;
}
.custom-buttons .sppb-btn:last-child {
  border-color: #8dc63f;
  margin-left: 15px !important;
}
.medical-features {
  color: #fff;
  position: relative;
}
.medical-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.medical-features .sppb-section-title {
  margin-bottom: 80px !important;
}
.medical-features .sppb-addon-feature {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.medical-features .sppb-addon-feature:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  transition-timing-function: ease-in-out;
}
.medical-features .sppb-addon-feature:hover {
  cursor: pointer;
}
.medical-features .sppb-addon-feature:hover:before {
  width: 100%;
}
.medical-features .sppb-addon-feature .sppb-icon {
  margin-bottom: 20px;
}


/* - - - - - */
/*
  .medical-cta .sppb-cta-title {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .call-us {
    margin-bottom: 50px;
  }
  .medical-info .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .medical-features .sppb-addon-feature {
    text-align: center;
    margin-bottom: 30px;
  }*/
  
  
  
  
  /* Politics Mission */
  
  a.politics-hero-button {
  background-color: #0072bc;
  border-color: #0072bc;
}
.politics-features .politics-features-box {
  background-color: #0072bc;
}
.politics-features .politics-features-box:hover {
  background-color: #0063a3;
}
.politics-mission .sppb-addon-feature .sppb-media > .pull-left:after,
.politics-mission .sppb-addon-feature .sppb-media > .pull-right:after {
  background-color: rgba(0,114,188,0.3);
}
.politics-mission .sppb-addon-feature:hover a,
.politics-mission .sppb-addon-feature:hover .sppb-feature-box-title {
  color: #0072bc !important;
}
.politics-freedom-info:before {
  background-color: rgba(0,114,188,0.95);
}

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


.politics-hero-title .sppb-addon-title {
  line-height: 65px !important;
  animation: fadeInUp .5s;
}
a.politics-hero-button {
  animation: fadeInDown .5s;
  color: #fff;
}
.politics-features >.sppb-container {
  width: 100%;
  padding: 0;
}
.politics-features .politics-features-box {
  margin: 0 -15px;
  padding: 50px 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.politics-features .politics-features-box:hover {
  cursor: pointer;
}
.politics-features .btn-learn-more {
  color: #fff;
  margin-top: 30px;
}
.politics-features .btn-learn-more:hover {
  border-color: #fff;
}
.tixon-image-with-content .sppb-image-content-title {
  line-height: 55px !important;
}
.politics-mission .sppb-row {
  background-color: #f7f9fc;
}
.politics-mission .sppb-row >div {
  padding: 0;
}
.politics-mission .sppb-addon-feature {
  position: relative;
}
.politics-mission .sppb-addon-feature:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 50%;
  -webkit-transform: translate(30px);
  transform: translate(30px);
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #f7f9fc;
  z-index: 10;
}
.politics-mission .sppb-addon-feature:nth-child(2n-1) {
  position: relative;
}
.politics-mission .sppb-addon-feature:nth-child(2n-1):before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-30px);
  transform: translate(-30px);
  border-width: 15px;
  border-style: solid;
  border-color: transparent #f7f9fc transparent transparent;
}
.politics-mission .sppb-addon-feature:nth-child(2n) .sppb-media > .pull-left:after,
.politics-mission .sppb-addon-feature:nth-child(2n) .sppb-media > .pull-right:after {
  left: 0;
  right: inherit;
}
.politics-mission .sppb-addon-feature:nth-child(2n) .sppb-media-body {
  text-align: left;
}
.politics-mission .sppb-addon-feature .sppb-media > .pull-left,
.politics-mission .sppb-addon-feature .sppb-media > .pull-right {
  width: 50%;
  margin: 0;
  overflow: hidden;
  float: left;
  position: relative;
}
.politics-mission .sppb-addon-feature .sppb-media > .pull-left span,
.politics-mission .sppb-addon-feature .sppb-media > .pull-right span {
  display: block !important;
}
.politics-mission .sppb-addon-feature .sppb-media > .pull-left:after,
.politics-mission .sppb-addon-feature .sppb-media > .pull-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.politics-mission .sppb-addon-feature img {
  width: 100%;
}
.politics-mission .sppb-addon-feature .sppb-media-body {
  width: 50%;
  padding: 40px;
}
.politics-mission .sppb-addon-feature .sppb-media-body .sppb-addon-text {
  font-weight: 300;
  font-size: 16px;
}
.politics-mission .sppb-addon-feature .sppb-media-body .sppb-addon-text a {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
.politics-mission .sppb-addon-feature .sppb-media-body .sppb-feature-box-title {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.politics-mission .sppb-addon-feature:hover .sppb-media > .pull-left:after,
.politics-mission .sppb-addon-feature:hover .sppb-media > .pull-right:after {
  width: 100%;
}
.politics-freedom-info {
  color: #fff;
  position: relative;
}
.politics-freedom-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*------------------*/

@media only screen and (max-width: 480px) {
  .politics-hero-title .sppb-addon-title,
  .tixon-image-with-content .sppb-image-content-title {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .politics-mission .sppb-addon-feature .sppb-media-body .sppb-feature-box-title {
    font-size: 25px !important;
  }
  .politics-mission .sppb-addon-feature .sppb-media-body {
    padding: 15px;
  }
  .politics-mission .sppb-addon-feature:before {
    display: none;
  }
  .politics-mission .sppb-addon-feature .sppb-media > .pull-left,
  .politics-mission .sppb-addon-feature .sppb-media > .pull-right,
  .politics-mission .sppb-addon-feature .sppb-media-body {
    width: 100%;
  }
  .politics-features .politics-features-box {
    padding: 20px 30px;
  }
  .sppb-slider-item-wrapper-layout1 .sppb-slidehsow-sub-title,
  .sppb-slider-item-wrapper-layout2 .sppb-slidehsow-sub-title {
    font-size: 35px !important;
  }
  .tixon-slider .sppb-slider-item-wrapper-layout2 .sppb-fullwidth-title {
    font-size: 20px !important;
  }
  .tixon-slider .sppb-slider-item-wrapper-layout2 .sppb-slidehsow-sub-title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .tixon-call-to-action .sppb-btn-primary {
    width: 100%;
  }
  .meetup-time-details:after {
    height: calc(120%);
  }
  .vmgroup .productdetails li {
    width: 100%;
  }
  .browse-view .row.productwrap div.product {
    width: 100%;
  }
  .tixon-shop-products .vmproduct.tixon-shop-products >div {
    width: 100%;
  }
  .productdetails-view .vm-product-details-inner .spacer-buy-area span.addtocart-button,
  .productdetails-view .vm-product-details-inner .spacer-buy-area span.addtocart-button input {
    width: 100%;
  }
  .productdetails-view .vm-product-details-inner .ask-a-question a.ask-a-question {
    width: 100%;
    text-align: center;
  }
}

/*---------Latest-Posts---------------------------------*/
.sppb-latest-post {
  padding: 60px 20px 60px 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.sppb-latest-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to right,rgba(255,255,255,0),#ffffff 20%);
  background-image: linear-gradient(to right,rgba(255,255,255,0),#ffffff 20%);
  z-index: -1;
}
.sppb-latest-post .date {
  margin-bottom: 10px;
}
.sppb-latest-post .entry-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sppb-latest-post .info span {
  margin-right: 20px;
}
.sppb-latest-post .category {
  text-transform: capitalize;
}
/*---------END Latest-Posts---------------------------------*/

