body{
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: 'Roboto Slab', sans-serif !important; 
}

h1, h2, h3, .menusContainer {
	font-family: 'Nunito', sans-serif !important;
}

img{
	margin: 0;
}

/*---text styles---*/


h1{
	font-size: 50px;
	text-align: left;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 25px;
}

.articleText h3, .articleText h2 {
	color: #dd1091;
	font-weight: 600;
}

.title-author-holder h1 {
	font-size: 30px;
}


.shortDescInfo{
	color: #fff;
	
}
.shortDescInfo ul{
	margin: 0;
	padding-left: 25px;
}
.articleText{
	font-size: 18px;
	line-height: 25px;
}
.listPrice{
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listPrice.Promo{
	font-size: 24px;
}
.upMenuText{
	font-size: 13px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	margin-right: 30px;
	float: left;
}
.promoProductTitle{
	font-size: 18px;
}

.flexPromo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	position: absolute;
	bottom: 50px;
	width: 95%;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}
.block{
	display: block;
	width: 100%;

}
.bold{
	font-weight: 700;
}
.light{
	font-weight: 300;
}


.purple{
	color: #3c1c65;
}
.magenta{
	color: #dd1091;
}
.white{
	color: #fff;
}

.textH30{
	height: 30px; 
	overflow: hidden;
}
.textH50{
	height: 50px; 
	overflow: hidden;
}
.textH150{
	height: 150px; 
	overflow: hidden;
}



/*---editing styles---*/


.flexStyleStretch{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.flexStyle{
	display: flex;
	align-items: center;
}
.clearStyle{
	clear: both;
}
.floatLeftResp{
	float: left;
}
.floatRightResp{
	float: right;
}
.floatLeftRespTwo{
	float: left;
}

.language-select{
	margin-right: 30px;
}

.fa-header-icons{
	color: #fff;
}
.header-mini-cart{
	position: relative;
}
.margin-left-20, .margin-left-20-business{
	margin-left: 20px;
}
/*---background styles---*/
.margin-inherit{
	margin: inherit !important;
}

/*---left account menu---*/
.leftMenuHolder{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.margin-left--10{
	margin-left: -10px;
}
.marginTopBottom50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.marginTopBottom10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-right-10{
	margin-right: 10px;
}
.text-align-left{
	text-align: left !important;
}
.margin-top--5{
	margin-top: -5px;
}
.max-width-25{
	max-width: 25px;
}
.padding-20{
	padding: 20px;
}
.currently-active{
	background-color: rgba(9,30,66,.08);
	font-weight: bold;
}
.currently-active-faq{
	font-weight: bold;
}
.custom-magenta-button{
	background-color: #dd1091;
	color: white;
}
.sideMenuHolder{
	box-sizing: border-box;
    border-right: 0;
    border-color: #f4f5f7;
    background-color: #f4f5f7;
    display: flex;
    flex-direction: column;
    top: 0;
	bottom: auto;
	height: 100%;
}
.no-background {
	border-color: unset !important;
	background-color: unset !important;
}
.left-menu-links{
	width: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #dd1091;
}
.left-menu-links a{
	text-decoration: none;
	color: #dd1091;
}
.left-menu-links a:hover{
	text-decoration: none;
}
.left-menu-links:hover{
	background-color: rgba(9,30,66,.08);
}
.left-menu-faq-links{
	width: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #dd1091;
}
.left-menu-faq-links a{
	text-decoration: none;
	color: #dd1091;
}
.left-menu-faq-links:hover{
	font-weight: bold;
	text-decoration: none;
    color: #dd1091;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-timing-function: linear;
}
.padding-15{
	padding: 15px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.user-name-icon-holder{
	display: inline-block;
}
.promo-price-container{
	min-height: 70px;
    max-height: 70px;
}
.margin-0-auto{
	margin: 0 auto;
}
.margin-top-50{
	margin-top: 50px !important;
}
.business-menu .articleText{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px !important;
}
.alert-success{
	margin-top: 20px;
}
.display-none{
	display: none;
}
.varHolder{
	display: block !important;
}
.product-price{
	font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: white;
}
.price-heading{
	font-size: 18px;
    line-height: 25px;
}
.row-margin-5 .shortDescInfo{
	margin-left: 8px !important;
}
/*Flip Card*/
.flip-card {
	background-color: transparent;
	height: 500px;
	perspective: 1000px;
}
.flip-card-auto{
	background-color: transparent;
    height: 650px;
    perspective: 1000px;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-auto:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: #bbb;
	color: black;
}

.flip-card-back {
	background-color: rgba(97,51,151,1);
	color: white;
	transform: rotateY(180deg);
	top:0;
	z-index: 1000;
	overflow:hidden;
	border-radius: 15px;
  	transition: visibility 0s, opacity 0.5s linear;
}
.artDetails{
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 13px;
	color: dimgray;
}
.content-title-detail{
	font-weight: 600;
    letter-spacing: 0.4px;
}
.margin-top-0{
	margin-top: 0px;
}
.variantButton{
	background: #fff;
	color: #dd1091;
	border: 2px solid silver;
	padding: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: center;
	padding: 8px;
}
.variantButton.active{
	border: 2px solid #dd1091;
}
.variations label{
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	margin-right: 10px;
}
.variations>.clearfix{
	color: #fff;
    display: flex;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.dFlex-center{
	display: flex !important;
	justify-content: center;
}
.margin-right-10{
	margin-right: 10px;
}
.max-width-300{
	max-width: 300px;
} 
.pink-border{
	border: 1px solid #dd1091;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #894ece , #dd1091);
    border-image-slice: 1;
}
.max-height-274{
	max-height: 274px;
}
.grayLine{
	border-top: 1px solid #e6e2e2 !important;
}
.font-style-italic{
	font-style: italic;
}
/* cart */
.margin-left-0{
	margin-left: 0px;
}
header .shopping-cart-content{
	margin: 0;
	width: 350px;
	overflow: hidden;
    background: #f1f1f1;
}
.header-mini-cart{
	position: relative;
}
.item{
    border-bottom: 2px solid #cbcbcb;
	padding-bottom: 10px;
	width: 100%;
}
.item img{
	max-width: 100%;
}
.shopping-cart-content .filtresButton{
	margin: 0;
}
.shopping-cart-content .total table{
	width: 100%;
}
.minicart-item-image img{
	max-width: 100%;
	max-height: 100px;
	margin: auto;
}
.thumb-item-img{
	text-align: center;
}
.thumb-item-img img{
	max-width: 150px;
	max-height: 150px;
}
.cart-holder .delete-row{
	font-size: 40px;
    display: block;
    text-align: center;
}
.signinpanel{
    background: transparent;
    margin: 0;
    padding: 0;
}
.lh35{
	line-height: 35px;
}

/*promotions slider*/
#promotions-slider{
	width: 100%;
	overflow: hidden;
}
.slick-dots li button::before{
	font-size: 40px;
	color: #312e2f;
	opacity: 1;	
}
.text-decoration-none:hover{
	text-decoration: none;
	color: #dd1091;
}
.margin-top-75{
	margin-top: 75px;
}
#submitCheckout{
	cursor: pointer;
}
.margin-15{
	margin: 15px;
}
.fa-spinner{
	font-size: 24px;
    margin-top: 10px;
}
.loading{
    width: 120px;
    margin-top: -25px;
    height: 120px;
}
.dContents{
	display: contents;
}
.checkout-container {
	margin-left: 15px;
}
.width-100{
	width: 100%;
}
.height-55px{
	height: 55px !important;
}
.text-align-center{
	text-align: center;
}
.product-name{
	font-size: 16px;
	color: #dd1091 !important;
	font-family: Arial, sans-serif !important;
}
.order-table-data{
	font-size: 14px;
	color: #dd1091 !important;
	font-family: Arial, sans-serif !important;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-bottom-20{
	margin-bottom: 20px !important;
}
.margin-bottom-50{
	margin-bottom: 50px;
}
.margin10{
	margin: 10px !important;
}

.content-see-more-button{
	width: 90px;
	height: 50px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: #dd1091;
    border-radius: 5px;
}
.content-see-more-button a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: block;
}
.contact-form input{
	margin-bottom: 8px;
}
.contact-info-holder{
	margin-top: 30px;
}
.height-450{
	max-height: 450px;
	min-height: 450px;
}
.articleText ul{
	margin-left: -10px !important;
}
/*
.articleText>p>img{
	width: auto !important;
}*/
/*FAQ Accordion*/
.collapse .card-body {
	font-size: 15px;
}
.faq-holder{
	padding: 25px; 
	margin-bottom: 30px;
}
.active-faq-header{
	font-weight: bold !important;
}
.card-body{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	padding: 10px;
}
.faq-header:hover, .faq-header:focus{
	text-decoration: none;
}
.faq-holder p{
	text-align: left !important;
}


.contact-form textarea{
	margin-bottom: 10px;
}
.g-recaptcha{
	margin-left: -13px;
}
.contactArticleText{
	width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #dd1091;
}
.office-address-heading, .office-working-time-heading, .phone-span {
	font-weight: 700;
}
.office-working-time-info, .lunch-break, .office-phone-holder, .office-address-info {
	font-size: 16px;
	margin-bottom: 10px;
}
.content-see-more-button:hover{
	text-decoration: none;
	background-color: rgba(67,32,110,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.margin-bottom-0{
	margin-bottom: 0px;
}
.checkbox-15{
	width: 15px;
	height: 15px;
}
.correct-width-height{
	width: 90px !important;
	height: 40px !important;
	line-height: inherit !important;
}
.dGrid{
	display: grid;
}
.magentaButton-modal{
	width: 80px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #dd1091;
    border-radius: 5px;
    margin: auto;
}
.margin-bottom-0{
	margin-bottom: 0px !important;
}
.modal-footer{
	padding: 10px 20px 10px !important;
}
.magentaButton-modal:hover{
	background-color: #894ece;
	color: #fff;
}    
.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: transparent;
  }
  .prev-arrow{
	left: 30px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  .next-arrow{
	right: 30px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }

.position-fixed{
	height: 60vh;
    background-position: center;
}
.modal-holder {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.green{
	color: green !important;
}
.warning{
	color: orangered !important;
}
.danger{
	color: red !important;
}
.width-50{
	width: 50% !important;
}
.font-size-22{
	font-size: 22px;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.dFlex-justify-content-center{
	display: flex;
	justify-content: center;
}
.dFlex{
	display: flex;
}
.noBackWrapp{
	width: 100%;
	overflow: hidden;
}
.purpleGradientBack{
	width: 100%;
	background: #894ece; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #894ece 0%, #37185e 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #894ece 0%,#37185e 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #894ece 0%,#37185e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#894ece', endColorstr='#37185e',GradientType=1 ); /* IE6-9 f allback on horizontal gradient */	
}
.purpleGradientReversedBack {
	width: 100%;
	overflow: hidden;
	background: #37185e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #37185e 0%, #894ece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #37185e 0%,#894ece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #37185e 0%,#894ece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37185e', endColorstr='#894ece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.whiteShadowWrapp{
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(56,56,56,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(56,56,56,0.4);
	box-shadow: 0px 5px 5px 0px rgba(56,56,56,0.4);
	position: relative;
	z-index: 100;
	background: #fff;
}
.grayBackWrapp{
	width: 100%;
	overflow: hidden;
	background-color: #e9e9e9;
}
.whiteBackWrapp{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.packagesBackWrapp{
	width: 100%;
	background-color: #ccd0d3;
	background-image: url("/assets/ipnet/img/packages_back.jpg");
	background-position: bottom right; 
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.purpleGradientRoundedOpacityBack{
	width: 100%;
	background: #37185e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #37185e 0%, #894ece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #37185e 0%,#894ece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #37185e 0%,#894ece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37185e', endColorstr='#894ece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
	border-radius: 15px;
}
.promoImage{
	max-width: 71%;
	max-height: 71%;
	margin: 0 auto;
}
.promoBuyButton{
	position: absolute;
	bottom: 30px;
	left: calc(50% - 60px);
}
.promoBackWrapp{
	width: 100%;
	background-image: url("/assets/ipnet/img/promos_back.jpg");
	background-position: bottom right; 
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.whiteRoundedBack{
	width: 100%;
    border-radius: 15px;
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 15px;
}
.product-info-holder{
	max-height: 500px;
    min-height: 270px;
}
.gradientPatternWrapp{
	width: 100%;
	background-image: url("/assets/ipnet/img/gradientPattern.jpg");
	background-position: bottom right; 
	background-repeat: repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.promoHeaderWrapp{
	width: 100%;
	background-image: url("/assets/ipnet/img/promos_header.jpg");
	background-position: bottom right; 
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.plansHeaderWrapp{
	width: 100%;
	background-image: url("/assets/ipnet/img/plans_header.jpg");
	background-position: bottom right; 
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.packagesGrayBackWrapp{
	width: 100%;
	background-color: #ccd0d3;
}

.margin-right-0{
	margin-right: 0px !important;
}




/*---margins & paddings---*/


.marginR20{
	margin-right: 20px;
}
.marginTB10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.marginB20{
	margin-bottom: 20px !important;
}
.marginT20{
	margin-top: 20px !important;
}


.paddingTB20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.paddingTB30{
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding10{
	padding: 10px;
}



/*---images Styles---*/

.infoIconsStyle{
	float: left;
	margin-right: 10px;
	margin-top: 14px;
}
.logoHolder{
	height: 70px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
}
.logoStyle{
	height: 54px;
}
.plansIconsStyle{
	text-align: center;
	height: 57px;
}
.meterIconsStyle{
	text-align: center;
	height: 46px;
}
.imageHolderFW{
	width: 100%;
	height: 150px;
}
.imageHolderFW img{
	max-width: 99%;
}
.productCategory-50 img{
	width: 200px !important;
}
.imageHolderFWnoH{
	width: 100%;
	/*max-height: 247px;*/
}
.imageStyle-fullWidth {
	max-height: 247px;
}
.meterIconsStyle{
	margin: 0 auto;
}
.imageStyleFW{
	width: 100%;
	max-height: 100%;
}
.center-horizontally{
	width: auto !important;
	margin: 0 auto;
}
.socialBox{
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.cartItemCount{
	position: absolute;
    width: 15px;
    height: 15px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #dd1091;
    top: 8px;
    right: 0px;
}
.margin-top--14{
	margin-top: -14px;
}
.socialIconStyle{
	height: 45px;
}



/*---buttons---*/


.purpleGradientBack select.form-control{
    height: 35px;
	font-size: 16px;
	background-color: #8560b0;
	color: #fff;
	border: none;
	border-radius: 0;
	margin-left: 10px;
	display: block;
	width: 100%;
	/* background: url("/assets/ipnet/img/down-arrow_icon.png") no-repeat;
	background-position: 96%; */
	line-height: 15px;
	margin-top: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.magentaButton{
	width: 140px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	background-color: #dd1091;
	border-radius: 5px;
	margin: auto;
}
.magentaButton a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: block;
}
.magentaButton:hover{
	text-decoration: none;
	background-color: rgba(67,32,110,1);
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}
.purpleButton{
	width: 185px;
    border: 1px solid #aaa;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background: #37185e;
    background: -moz-linear-gradient(-45deg, #37185e 0%, #894ece 100%);
    background: -webkit-linear-gradient(-45deg, #37185e 0%,#894ece 100%);
    background: linear-gradient(135deg, #37185e 0%,#894ece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37185e', endColorstr='#894ece',GradientType=1 );
    border-radius: 5px;
    margin: auto;
    box-shadow: 1px 1px #aaa;
    padding-left: 3px;
    padding-right: 3px;
}
.purpleButton a{
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: block;
}
.purpleButton:hover{
	text-decoration: none;
	background: transparent;
	background-color: rgba(221,16,145,1) !important;
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
}


.pagesBox{
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.pageNumber{
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	float: left;
}
.pageNumber a{
	text-decoration: none;
	line-height: 40px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	display: block; 
}
.pageNumber a:hover{
	text-decoration: none;
	color: #dd1091;
}
.currentPage{
	font-size: 18px;
	line-height: 40px;
	color: #dd1091;
	font-weight: 700;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.currentPage a{
	text-decoration: none;
	color: #dd1091;
}
.currentPage a:hover{
	text-decoration: none;
}



/*---menu---*/

.upMenuButton{
	font-size: 14px;
	margin-right: 30px;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	float: left;
}
.upMenuButton a{
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	display: block;
}
.upMenuButton a:hover {
    text-decoration: none;
	color: #dd1091;
	-webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	transition-timing-function: linear;
} 


.menuButton{
	display: none;
	float: right; 
	color: #dd1091;
	line-height: 70px;
	font-size: 20px;
	cursor: pointer;
}
.menuHolder{
	list-style-type: none;
    padding: 0;
	margin: 0;
	float: right;
}
.menusContainer{
	font-size: 13.5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	line-height: 70px;
	color: #3c1c65;
	float: left;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
}
#level1{
	position: absolute;
	background: #fff;
	top: 77px;
	display: none;
	box-shadow: 0px 5px 5px 0px rgba(56,56,56,0.4);
}
.submenuTop{
	list-style-type: none;
}
.submenuTop li{
	text-align: left;
	min-width: 200px;
	padding: 0;
}
.cookie-text{
	font-size: 14px !important;
	margin-right: 5px;
}
.cookie-text-holder{
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.base{
	margin-bottom: 10px;
}
.priceHolder {
	display: grid;
	margin-top: 10px;
	margin-bottom: 10px;
}
.price-text-holder{
	display: contents;
}
.submenuTop a{
	line-height: 50px !important;
}
.menusContainer a{
    text-decoration: none;
	color: #3c1c65;
	line-height: 70px;
	display: block;
}
.menusContainer a:hover {
    text-decoration: none;
	color: #dd1091;
	-webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
	transition-timing-function: linear;
}
.menusContainer:hover ul#level1{
	display: block;
}
.currentMenu{
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	line-height: 70px;
	color: #dd1091;
	float: left;
}
.currentMenu a{
    text-decoration: none;
	color: #dd1091;
	line-height: 70px;
	display: block;
}
.currentMenu a:hover {
    text-decoration: none;
	
}


/*---slider---*/


.bannersSliderWrapp{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}
.bannersStyle{
	width: 100%;
	overflow: hidden;

}


.slick-dots li button::before{
	font-size: 30px;
	color: #3c1c65;
	opacity: 1;	
}
.slick-dots li.slick-active button::before{
	color: #dd1091;
	opacity: 1;
}
.slick-dots{
	bottom: 3% !important;
}


/*---footer---*/


.footerLinks{
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #dd1091;
}
.footerLinks a{
	text-decoration: none;
	color: #dd1091;
}
.footerLinks a:hover{
	text-decoration: none;
}
.footerText{
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #dd1091;
}
.text-align-inherit{
	text-align: inherit;
}

.margin-bottom--35{
	margin-bottom: -35px; 
}
.margin-top--35 {
	margin-top: -35px; 
}
iframe {
	margin-bottom: 35px;
}
/*---animations---*/

.hoverHolder{
	width: 100%;
	position: relative;
}
.topHoverEffect{
	background-color: rgba(97,51,151,1);
	position: absolute;
	top:0;
	z-index: 1000;
	overflow:hidden;
	height: 100%;
	width: 100%;
	visibility: hidden;
  	opacity: 0;
	border-radius: 15px;
  	transition: visibility 0s, opacity 0.5s linear;
}
.topHoverEffect a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
.topHoverEffect a:hover{
	text-decoration: none;
}
.hoverHolder:hover > .topHoverEffect{
	visibility: visible;
	opacity: 1;
}

.docButton a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #e9e9e9;
	color: #3c1c65;
	text-decoration: none;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.office-info-holder{
	height: 360px;
	margin-bottom: 20px;
}
.whiteRoundedBack .shortDesc{
	height: auto;
	overflow: hidden;
}
.lineThrough{
	text-decoration: line-through;
}

ul.productPrices {
    list-style: none;
    width: 100%;

    margin: 0;
    padding: 0;
	background-color: #ececec;
}

ul.productPrices li {
    float: left;
    width: 100%;
	border-bottom: 1px dotted #a7a7a7;
	line-height: 20px;
	list-style: none;
	padding: 10px;
}

ul.productPrices li a {
    line-height: 35px;
    display: block;
    text-decoration: none;
    color: black;
    width: 100%;
    
}
ul.productPrices li a span.ttl {
    float: left;
    color: #2d3e50;
}
ul.productPrices li a span.price {
    float: right;
    color: #2a80b9;
}

.product.business .servicesMenu .title, 
.content.business .servicesMenu .title{
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.thumbnailsHolder {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thumbnailsHolder  img {
	max-width: 100%;
	width: 100px;
	float: left;
	margin: 5px;
}

.circlesBannersStyle, .processBannersStyle {
	width: 70%;
}
.circlesBanner, .processBanner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
.processBanner {
	flex-direction: column;
}
.circlesBannerTitle {
	position: absolute;
	width: 60%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-top: 80px;
	font-size: 14px;
}
.processBannerTitle {
	position: relative;
	width: 90%;
	text-align: center;
	color: #3c1c65;
	margin-top: 30px;
	font-size: 16px;
}
.pt50 {
	padding-top: 50px;
}
.bannersThumbWrapp  {
	display: block;
	top: -40px;
	margin-bottom: -39px;
}
.bannersThumbWrapp img {
	margin: 10px;
	height: auto;
}
.iconsContaier {
	position: fixed;
	right: 14px;
	bottom: 100px;
}
.icon {
	position: relative;
	overflow: hidden;
}
.newsCount {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	background: red;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.hiddenElements {
	display: none;
}
.viewMore {
	display: block !important;
}
.viewMore button {
	margin: 20px;
	padding: 8px;
}

.article  {
	overflow: hidden;
	margin-bottom: 20px;
}

.bannersStyle:hover {
	-webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	transition-timing-function: linear;
}
.fade-in_one {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
  }
.fade-in_three {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
.fade-in_six {
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}
.fade-in_nine {
  animation: fadeIn ease 9s;
  -webkit-animation: fadeIn ease 9s;
  -moz-animation: fadeIn ease 9s;
  -o-animation: fadeIn ease 9s;
  -ms-animation: fadeIn ease 9s;
}
.fade-in_twelve {
  animation: fadeIn ease 12s;
  -webkit-animation: fadeIn ease 12s;
  -moz-animation: fadeIn ease 12s;
  -o-animation: fadeIn ease 12s;
  -ms-animation: fadeIn ease 12s;
}
.fade-in_fifteen {
  animation: fadeIn ease 15s;
  -webkit-animation: fadeIn ease 15s;
  -moz-animation: fadeIn ease 15s;
  -o-animation: fadeIn ease 15s;
  -ms-animation: fadeIn ease 15s;
}
.fade-in_eighteen {
  animation: fadeIn ease 18s;
  -webkit-animation: fadeIn ease 18s;
  -moz-animation: fadeIn ease 18s;
  -o-animation: fadeIn ease 18s;
  -ms-animation: fadeIn ease 18s;
}


@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
	opacity:1;
  }
}