@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face{
font-family: 'Helvetica Neue';
src: url('fonts/helvetica-neue.ttf');
}

div, p, h1, h2, h5 {
	margin: 0px;
	padding: 0px;
}

body { 
	margin: 0;
	padding: 0;
	background-color:#fff;
	color: #444;
	font-family:Open Sans, Helvetica Neue, Arial,sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

img {border: 0;}

ol{margin:0;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

a {
	color: #188BB8;
	text-decoration: none;
}

a:hover{
	color: #188BB8;
	text-decoration: underline;
}

.hover-inc{display:inline-block;}

.hover-inc:hover, .hover-inc:focus{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

a.visited{text-decoration:none;}

a.color-f:hover, a.color-f:focus, a.color-f:active{color:#fff;}

a.no-underline:hover, a.no-underline:focus, a.no-underline:active, a.no-underline:visited{
	text-decoration: none;
}

h1{margin-bottom:35px; font-size:28px; line-height:1.5;}

h2, h3 {margin-bottom:30px; line-height:1.5;}

h1, h2, h5{font-weight: 400;}

h4{line-height:1.3;}

h2 {
	font-size: 24px;
}

h2 a, h3 a {
	color: #444;
	text-decoration: none;
}

h3{font-size:22px; font-weight:400; }

#footer2 h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}

h5{font-size: 20px;}

p {
	margin: 15px 0px;
	text-align: justify;
}

.p0{
	margin:0;
}

#header {
	height:90px;
	position: relative;
	margin-bottom:40px;
	background-color: #F9F8F7;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

#logo {
	display: block;
	background: url("images/logo2.png") no-repeat left top;
	height: 85px;
	width: 170px;
	overflow: hidden;
	text-indent: -7000px;
	float:left;
}

#logo-footer {
	display: block;
	background: url("images/logo5.png") no-repeat left top;
	top: 10px;
	left: 10px;
	height: 93px;
	width: 197px;
	overflow: hidden;
	text-indent: -7000px;
}

em{
	color: #CC0000;
	font-weight: 700;
	font-style: normal;
}

table.store {
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.store th, td { 
	border: 1px solid #ececec;
}

tr.title {
	height: 40px;
}

table.store th {
	background-color: #DFE8F0;
	font-weight: 700;
	text-align:center;
}


.boxshot {/*product box + link in roder pages*/
	float: left;
	margin-left:15px;
}

#benefits {
	margin:20px 0 0 210px;
}

#benefits ul {
	list-style: none;
	margin:15px 0 0 0;
}

#benefits ul li {
	margin:5px 0 0 0;
}

#benefits em {
	color:#0389CC;
}

form.form-horizontal .control-label {text-align:left; font-weight:400;}

form#uninstall table {
	width:95%;
	margin:25px auto;
	border-collapse:collapse;
	background-color:#EBFFD4;
	border:1px solid #93B869;
	border-radius:5px;
}

form#uninstall table label{font-weight:400;} 

form#uninstall td { 
	border:0;
	padding:5px 10px 5px 15px;
}

form#uninstall th {
	font-size:22px;
	padding:15px;
}

form#uninstall  textarea { 
	height:80px;
	width:100%;
}

form#uninstall  tr.check:hover {background-color:#fff; border:1px solid #ABADB3;}

.checkbox {
	width: auto;
	margin: 0 10px;
	display:inline-block;
}

.uninstall{
	padding:10px 10px 60px 10px;
	cursor:pointer;
}

.clear {
	clear: both;
}

.steps {
	border-radius: 5px;
	padding: 10px;
	border:1px solid #bce8f1;
	background-color: #d9edf7;
	padding: 15px 15px;
	margin: 25px 0px;
	color:#222;
}

dt {
margin: 10px 0;
}

#footer2 {
	clear: both;
	background: url(images/footer-texture.png) repeat left top;
	font-size:15px;
	margin-top:0px;
	padding-top:20px;
}

#footer2 a{
	color: #45474c;
}

#footer2 p{
	margin:0;
	text-align:left;
}

#footer2 h3{
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0 0 9px 0;
}

#footer2 h5{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#copyright2 {
	padding: 15px 0px; 
	text-align: center;
	color:#fefefe;
	background-color: #45474c;
	font-size: 15px;
}

#copyright2 a{
	color:#fefefe;
}

.footer-row{
	min-height:290px;
	border-right:1px solid #aaa; 
	padding-bottom:20px;
}

.footer-logo{
	border-radius: 5px;
	background-color: rgba(69, 71, 76, 0.35);
	color:#fefefe;
	border:1px solid #aaa;
	padding:10px 3px 10px 20px;
}

#footer2 .footer-logo a{color:#fefefe;}


/*Images*/

.business-solution-image {
	background: linear-gradient(rgba(105, 92, 109, 0.5), rgba(105, 92, 109, 0.5)), url(images/man-business-solutions.jpg);
}

.home-solution-image {
	background: linear-gradient(rgba(105, 92, 109, 0.5), rgba(105, 92, 109, 0.5)), url(images/family-home-solutions.jpg);
}


/*Blocks*/

main.container{
	padding-bottom:30px;
}

.bottom-links{padding:30px 0;}

.bottom-links a{
	font-size:18px;
	text-decoration:none;
	color:#444;
}

.bottom-links a:hover{
	color:#188BB8;
	text-decoration: none;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	 text-shadow: 0 0 2px #fff;
}

.bottom-links a:hover, .bottom-links a:active, .bottom-links a:focus, .bottom-links a:visited{text-decoration: none;}

.bottom-links a:hover i{
	color:#188BB8;
	background: #f9f9f9;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.bottom-links a i{
	display:block;
	height:70px;
	width:70px;
	line-height:70px;
	color:#444;
	border-radius:50%;
	text-align: center;
	vertical-align: middle;
	background-color:#EEEEEE;
	border:1px solid #ddd;
	margin:10px auto;
}

.product-menu{
	font-size:18px; 
	padding-bottom:20px;
}

.product-menu a{
	border-radius: 20px; 
	display:inline-block;
	padding:5px 15px; 
	margin:0 30px 20px 0;
	color:#444;
	text-decoration:none;
	border:1px solid #d8d8d8;
}

.product-menu a:hover, .product-menu a:active, .product-menu a:focus{
	background:#D0D0D0;
	text-decoration:none; 
}

.active-my, a.active-my{
	background:#D0D0D0;
	cursor: default;
}

a.grey-decor{
	background: rgba(30, 30, 30, 0.65);
	color:#fefefe;
	border:none;
}

a.grey-decor:hover, a.grey-decor:active, a.grey-decor:focus{color:#444;}

.act, .bottom-menu a:hover{
	background:#D8D8D8;
	position:relative;
	border:2px solid #A9A9A9;
	text-decoration:none;
}

.bottom-menu{
	font-weight:bold; 
	margin:40px 15px;
}

.bottom-menu a{
	display:inline-block;
	padding:5px 8px; 
	margin:5px;
	border-radius:9px; 
	border:2px solid #B7B7B7;
	color:#555;
}

a.act, a.act:hover{
	border:none;
}

.round {
	box-sizing:border-box;
	width: 77px;
	height: 77px;
	float: left;
	padding-left: 5px;
	padding-top: 0px;
	font-size: 42px;
	color: #0389CC;
	letter-spacing: -3px;
	border-radius: 100px 100px;
	border: 3px solid #0389CC;
	text-align: center;
	line-height: 1.6;
}

.round-black{
	width:70px; height:70px; border-radius: 50%; line-height:70px; top:0%; right:4%; color:#fff; position:absolute; font-size:22px; font-weight:bold; margin:0; text-align:center; background-color:#000;
}

.round-red{
	width:60px; height:60px; border-radius: 50%; line-height:60px; top:0%; right:4%; color:#fff; position:absolute; font-size:22px; font-weight:bold; margin:0; text-align:center; background-color:#EA1C0F;
}

.round-big{
	width:100px;
	height:100px; 
	border-radius: 50%;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border-width:3px;
	border-style:solid;
	border-color: inherit;
}

.box {
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	margin-bottom:20px;
	background-repeat:no-repeat;
}

.for-images{
	float:left;
	padding:5px;
}

.help-category{
	display:block;
	background: #eee;
	padding: 25px 20px;
	margin-bottom: 20px;
	text-align: center;
	color:#444;
}

.help-category:hover, .help-category:focus, .help-category:active{
	text-decoration: none;
	background: #f9f9f9;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#js-prev, #js-next{
	display:block;
	font-size:36px;
	cursor: pointer;
	color:#333;
	margin:70px 0 0 0;
}

#js-prev{text-align:right;}

#js-prev:hover, #js-next:hover{color:#000;}

.ui-effects-wrapper {min-height:500px;}

/*Boxes*/

.border-box{box-sizing:border-box;}

.box-feature{
	background-color:#F4F7EB; 
	border-radius: 5px;
	box-shadow: 0px 2px 2px #D3D3D3;
	padding:10px 20px;
	margin:20px 0px;
	position:relative;
}

.box-feature-works{
	padding: 20px 30px;
	margin: 0 0 15px;
	cursor: pointer;
	border-radius: 10px;
}

.box-feature-works:hover, .box-feature-works:active, .box-feature-works:visited{background-color:rgba(42,171,203,0.15);}

.row-flex [class*="col-"] {
  margin-bottom: 30px;
}

.row-flex .box-feature{ height: 100%; margin:0;}

.greenbox{
	display:inline-block;
	box-sizing: border-box;
	background-color:#72AB34;
	color:#FFF;
	border-radius:8px;
	vertical-align: middle;
	text-align:center;
	font-size: 18px;
	padding:16px 15px 18px 15px;
	margin:10px 15px;
	line-height:1;
	cursor:pointer;
}

.greenbox:hover, .greenbox:active, .greenbox:focus{
	color:#fff;
	text-decoration:none;
	background:#64982D;
	box-shadow: 0 0 0 4px rgba(165,219,108,0.7);
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.greenbox a {color:#fff;}

.box-faq{
	display: block;
	background-color: #F5F5F5;
	padding: 10px 50px;
	color: #333;
	margin-top:0;
	margin-bottom: 1px;
}

.question-box{
	padding:0 4% 50px 0;
}

div >.question-box:last-child {
    margin-right: 0;
}
.question-box > p{text-align:left;}

.heading_highlighter{
	display: block;
	height: 2px;
	width: 75px;
	background-color: #02d1aa;
}

.need-help{
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 1000;
	width:250px;
	margin-bottom:-20px;
}

.next-steps__step{
	counter-increment: step;  
	position:relative;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
    border: 2px solid #ffffff;
	padding:35px 10px 0 10px;
	height: 100%;
}

.next-steps__step::before{
    content: '';
    position: absolute;
    right: -49px;
    top: -49px;
    height: 0;
    width: 0;
    border: 48px solid transparent;
    border-bottom: 48px solid #f3f4f5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.next-steps__step::after {

    content: counter(step);
    position: absolute;
    color: #2AABCB;
    right: 10px;
    top: 3px;
    font-size: 24px;
    font-weight: 700;
}

/*Box Shadows*/

.box-sh-1{box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);}

/*Backgrounds*/


.back-cover{background-position: center; background-size: cover;}

.off50:after{
	content:url(images/50-off-2.png);
	position: absolute;
	top: -13%;
	left: 70%;
	z-index:99;
}

.off25:after{
	content:url(images/25-off-2.png);
	position: absolute;
	top: -10%;
	left: 90%;
	z-index:99;
}

.off20:after{
	content:url(images/20-off-3.png);
	position: absolute;
	top: -20%;
	right: -5%;
	z-index:99;
}

.life-time:after{
	content:url(images/life-time-license.png);
	position: absolute;
	top: -20%;
	left: 85%;
	z-index:99;
}

/*Fonts Styles*/

.bold{font-weight:bold;}

.font-w600{font-weight:600;}

.ital {font-style:italic;}

.normal{font-weight:400;}


.quot:before{
	content: url('images/quot.png'); 
	padding-right:5px;
}

/*Lines*/

.hr {
	background:url(images/line.png) no-repeat center top;
	height:1px;
	margin: 10px 0;
}

.hr-small {
	clear:both; border-top:1px solid #eee; margin:20px 0 50px 0;
}

.line2{
	clear:both; border-top:1px solid #eee; margin:30px 0 40px 0;
}

.line3{
	clear:both; border-top:1px solid #ddd; margin:30px 0 30px 0;
}

/*Feedback Form*/

#feedback-form{
	width:70%;
	margin:0 auto;
}


/*Slider Main*/

.slide-content:before{
	position: absolute;
	content: '';
	min-height: 600px;
	background-image:linear-gradient(360deg, #0BAAEB, #08CDB9);
	opacity:0.9;
	top:-70px;
	right:-20px;
	bottom: 0;
	left: -999px;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	box-sizing: inherit;
	z-index:0;
	}

.parental-banner-clip, .hem-banner-clip, .hsa-banner-clip, .fb-banner-clip, .parental-banner-clip-less, .shield-banner-clip {
	background: linear-gradient(rgba(8, 205, 185, 0.9), rgba(11, 170, 235, 0.9));
	min-height: 600px;
	-webkit-clip-path: polygon(0 0, 52% 0, 47% 100%, 0 100%);
      clip-path: polygon(0 0, 52% 0, 47% 100%, 0 100%);
	}

	.parental-banner-clip-less{
	-webkit-clip-path: polygon(0 0, 48% 0, 43% 100%, 0 100%);
      clip-path: polygon(0 0, 48% 0, 43% 100%, 0 100%);
	}

.hsa-banner-clip{background: linear-gradient(rgba(11, 170, 235, 0.9), rgba(2, 191, 166, 0.9));}

.hem-banner-clip{background: linear-gradient(rgba(0, 131, 176, 0.9), rgba(0, 180, 219, 0.9));}

.fb-banner-clip{background: linear-gradient(rgba(0, 191, 166, 0.9), rgba(0, 191, 166, 0.9));}

.shield-banner-clip{background: linear-gradient(rgba(25, 118, 210, 0.9), rgba(33, 150, 243, 0.9));}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.parental-banner-clip, .hem-banner-clip, .hsa-banner-clip, .fb-banner-clip, .parental-banner-clip-less, .shield-banner-clip{
		background-size:53% 100%; background-repeat:no-repeat;
	}
}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
  .parental-banner-clip, .hem-banner-clip, .hsa-banner-clip, .fb-banner-clip, .parental-banner-clip-less, .shield-banner-clip{
		background-size:53% 100%; background-repeat:no-repeat;
  }
}

_:-ms-lang(x), .parental-banner-clip, .hem-banner-clip, .hsa-banner-clip, .fb-banner-clip, .parental-banner-clip-less, .shield-banner-clip{
	background-size:53% 100%; background-repeat:no-repeat; 
}

@media (max-width: 1240px){.parental-banner-clip, .hem-banner-clip, .hsa-banner-clip, .fb-banner-clip, .parental-banner-clip-less, .shield-banner-clip {clip-path:none; -webkit-clip-path:none; background-size:100% 100%;}}


/*Buttons*/

.button-css, .button-css-green{
	display:inline-block;
	padding: 15px 20px; 
	color: #FFF !important;
	border-radius: 8px;
	background:#0097C1;
	cursor:pointer;
	margin:15px;
	font-size:18px;
	vertical-align: middle;
	text-align:center;
}

.button-css-green{
	background:#72AB34;
}

.button-css:hover, .button-css:focus, .button-css:active, .button-css-green:hover, .button-css-green:focus, .button-css-green:active, .help-button:hover, .help-button:focus,.help-button:active{
	color: #FFF;
	text-decoration: none;
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	background:#0070A4;
	box-shadow: 0 0 0 4px rgba(65,165,193,0.5);
}

.button-css-green:hover, .button-css-green:focus, .button-css-green:active, .help-button:hover, .help-button:focus,.help-button:active{
	background:#64982D;
	box-shadow: 0 0 0 4px rgba(165,219,108,0.7);}

.btn-my{
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	border-radius:8px;
	font-size: 20px;
	text-align:center;
	padding:18px 5px;
	min-width:180px;
	line-height:20px;
	cursor:pointer;
	vertical-align: middle;
}

.btn-my:hover,.btn-my:active,.btn-my:focus{
	text-decoration:none;
	color:#fff;
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.btn-my-big{
	font-size:22px;
	min-width:320px;
	padding:21px 5px;
	margin:15px;
}

.btn-my-big:hover,.btn-my-big:active,.btn-my-big:focus{
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.btn-my-big-img{
	padding-left: 29px;
	background: url('images/arrow-big.png') no-repeat left center;
}

.btn-my-small{
	min-width:130px;
	height:33px;
	padding-top:9px;
	font-size:15px;
}

.btn-my-blue {background:#0097C1;}

.btn-my-blue:hover, .btn-my-blue:focus, .btn-my-blue:active{background:#0070A4; box-shadow: 0 0 0 4px rgba(65,165,193,0.5); }

.btn-my-green {background:#72AB34;}

.btn-my-green:hover, .btn-my-green:focus, .btn-my-green:active{background:#64982D; box-shadow: 0 0 0 4px rgba(165,219,108,0.7); }

.btn-img-dwn{
	padding-left:24px;
	background: url('images/arrow.png') no-repeat scroll left center;
}

.btn-img-buy{
	padding-left:26px;
	background: transparent url('images/basket.png') no-repeat scroll left center;
}

a.back-col-biruz:hover,a.back-col-biruz:active, a.back-col-biruz:focus{background-color: #61cbbf;}

a.back-col-azure:hover, a.back-col-azure:active, a.back-col-azure:focus{background-color: #3fc1d0;}

a.back-col-marine:hover, a.back-col-marine:active, a.back-col-marine:focus{background-color: #039be5;}

.btn-trans-white, .btn-trans-blue2, .btn-trans-blue-inv, .learn-more, .btn-trans-green, .btn-trans-green-inv, .btn-trans-green-blue, .btn-trans-green-blue-inv, .btn-trans-blue-blue-shield-inv, .btn-trans-blue-blue-shield, .btn-trans-green-blue, .btn-trans-blue-blue-vector-inv, .btn-trans-blue-blue-vector{
	display: inline-block;
	color:#fff; 
	border:2px solid #fff; 
	border-radius:8px;
	font-size: 20px;
	text-align:center;
	padding:18px;
	min-width:170px;
	line-height:1;
	cursor:pointer;
	vertical-align: middle;
	margin:10px 15px;
}

.learn-more{font-size: 18px;}

.btn-trans-blue2, .learn-more{
	color: #0097C1; 
	border:2px solid #0097C1; 
}

.btn-trans-green{
	color: #3FD0BF;
	border:2px solid #3FD0BF; 
}

.btn-trans-green-blue{
	color:#0AC0CC;
	border:2px solid #0AC0CC; 
}

.btn-trans-blue-blue-shield{
	color:#1976D2;
	border:2px solid #1976D2; 
}

.btn-trans-blue-blue-vector{
	color:#339AF0;
	border:2px solid #339AF0; 
}

.btn-trans-blue-inv, .btn-trans-green-inv, .btn-trans-green-blue-inv, .btn-trans-blue-blue-shield-inv, .btn-trans-blue-blue-vector-inv,{
	color: #fff;
}

.btn-trans-blue-blue-shield-inv{
	background-color: #1976D2;
	border:2px solid #1976D2;}

	.btn-trans-blue-blue-vector-inv{
	background-color: #339AF0;
	border:2px solid #339AF0;}


.btn-trans-blue-inv{
	background-color: #0097C1;
	border:2px solid #0097C1;}

.btn-trans-green-inv{
	background-color: #3FD0BF;
	border:2px solid #3FD0BF; 
}

.btn-trans-green-blue-inv{
	background-color: #0AC0CC;
	border:2px solid #0AC0CC; 
}


.btn-trans-white:hover, .btn-trans-white:active, .btn-trans-white:focus, .btn-trans-blue2:hover, .btn-trans-blue2:active, .btn-trans-blue2:focus, .btn-trans-blue-inv:hover, .btn-trans-blue-inv:active, .btn-trans-blue-inv:focus, .learn-more:hover, .learn-more:active, .learn-more:focus, .btn-trans-green:hover, .btn-trans-green:focus, .btn-trans-green:active, .btn-trans-green-inv:hover, .btn-trans-green-inv:active, .btn-trans-green-inv:focus, .btn-trans-green-blue:hover, .btn-trans-green-blue:focus, .btn-trans-green-blue:active, .btn-trans-green-blue-inv:hover, .btn-trans-green-blue-inv:active, .btn-trans-green-blue-inv:focus, .btn-trans-blue-blue-shield-inv:active, .btn-trans-blue-blue-shield-inv:hover, .btn-trans-blue-blue-shield-inv:focus, .btn-trans-blue-blue-shield:active, .btn-trans-blue-blue-shield:hover, .btn-trans-blue-blue-shield:focus, .btn-trans-blue-blue-vector-inv:active, .btn-trans-blue-blue-vector-inv:hover, .btn-trans-blue-blue-vector-inv:focus, .btn-trans-blue-blue-vector:active, .btn-trans-blue-blue-vector:hover, .btn-trans-blue-blue-vector:focus{
	color:#fff;
	text-decoration:none;
	transform: scale(1.06);
}

.btn-trans-blue-blue-shield-inv:active, .btn-trans-blue-blue-shield-inv:hover, .btn-trans-blue-blue-shield-inv:focus{
	box-shadow: 0 0 0 3px rgba(25,118,210,0.5);
}

.btn-trans-blue-blue-vector-inv:active, .btn-trans-blue-blue-vector-inv:hover, .btn-trans-blue-blue-vector-inv:focus{
	box-shadow: 0 0 0 3px rgba(51,154,240,0.5);
}

.btn-trans-white:hover, .btn-trans-white:active, .btn-trans-white:focus{
	box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
}

.btn-trans-blue2:hover, .btn-trans-blue2:active, .btn-trans-blue2:focus, .btn-trans-blue-inv:hover, .btn-trans-blue-inv:active, .btn-trans-blue-inv:focus, .learn-more:hover, .learn-more:active, .learn-more:focus{
	color: #0097C1; 
	box-shadow: 0 0 0 3px rgba(65,165,193,0.5);
}

.btn-trans-green:hover, .btn-trans-green:focus, .btn-trans-green:active, .btn-trans-green-inv:hover, .btn-trans-green-inv:active, .btn-trans-green-inv:focus{
	color: #3FD0BF; 
	box-shadow: 0 0 0 3px rgba(78,208,193,0.5);
}

.btn-trans-green-blue:hover, .btn-trans-green-blue:focus, .btn-trans-green-blue:active, .btn-trans-green-blue-inv:hover, .btn-trans-green-blue-inv:active, .btn-trans-green-blue-inv:focus{
	color:#0AC0CC;
	box-shadow: 0 0 0 3px rgba(10,192,204,0.5);
}

.btn-trans-blue-inv:hover, .btn-trans-blue-inv:active, .btn-trans-blue-inv:focus, .btn-trans-green-inv:hover, .btn-trans-green-inv:active, .btn-trans-green-inv:focus, .btn-trans-green-blue-inv:hover, .btn-trans-green-blue-inv:active, .btn-trans-green-blue-inv:focus {
	color:#fff;
}

.btn-trans-blue-blue-shield:active, .btn-trans-blue-blue-shield:hover, .btn-trans-blue-blue-shield:focus{
	color: #1976D2; 
	box-shadow: 0 0 0 3px rgba(25,118,210,0.5);
}


.btn-trans-blue-blue-vector:active, .btn-trans-blue-blue-vector:hover, .btn-trans-blue-blue-vector:focus{
	color: #339AF0; 
	box-shadow: 0 0 0 3px rgba(51,154,240,0.5);
}
.learn-more-img{padding-right:24px; background: transparent url("images/arrow-right.png") no-repeat scroll 90% center;}


.help-button{
	background:#72AB34;
	color:#fff;
	font-weight:700;
	border-radius:999px;
	vertical-align: middle;
	padding:13px 25px;
	position: fixed;
	right: 25px;
	bottom: 20px;
	z-index: 1000;
	white-space: nowrap;
	letter-spacing: 1px;
}

#login-button{
	background:#72AB34;
	color:#fff;
	font-weight:700;
	border-radius:999px;
	vertical-align: middle;
	padding:13px 25px;
	white-space: nowrap;
	letter-spacing: 1px;
}


#login-button:hover, #login-button:focus, #login-button:active{
	color: #FFF;
	text-decoration: none;
	box-shadow:none;
	background:#64982D;
}

/*Headers*/

.blue-header{
	background-color:#529DCB;
	padding:3px 10px;
	color:#fff;
	text-shadow:1px 1px 1px #156391;
	border-bottom:1px solid #2377AB;
	border-top:1px solid #CEEAFA;
}

.header-with-dot:before, .header-with-dot2:before{
	content: '';
	background-color: #bdbdbd;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 15px;
	left: -13px;
}

.header-with-dot2:before {left:-28px; top:30px;}

.header-dark-gray{background-color: #666; border-radius:5px; font-size:1.2em;}


/*Text Aligns*/

.cntr{text-align: center;}

.t-right{text-align:right;}

.t-left{text-align:left;}

.v-middle{vertical-align: middle}

/*Aligns*/

.vertical-align {
    display: flex;
    align-items: center;
}


/*Asides*/

.right-box{
	border:1px solid #ccc; 
	padding:20px 15px; 
	border-radius: 5px; 
	margin-bottom:20px;
}

.right-box .quot {font-size:15px; margin-bottom:0px;}

.quot {margin-bottom:0px;}

.right-box > .t-right, .quotes>.t-right{margin-top:0; margin-bottom:30px; color:#999;}

.right-box > .t-right:before, .quotes>.t-right:before {content: '\2014 \00A0';}


/*Line Heights*/

.line-h12{line-height:1.2;}

.line-h15{line-height:1.5;}

.line-h18{line-height:1.8;}

.line-h2{line-height:2;}

.line-h26{line-height:2.6;}

.line-22{line-height:22px;}

/*Heights*/

.h47{height:47px;}

.h60{height:60px;}

.height313{height:313px;}

.h500{min-height:500px;}

.h600{min-height:600px;}

.h800{min-height:800px;}

/*Lists-images*/

.star{background:url('images/check2.png') no-repeat center center;}

.star5{background:url('images/5stars.png') no-repeat center center;}

.check1{list-style-image:url('images/check.png');}

.check2{list-style-image:url('images/check2.png');}

.list-style-none{list-style-type:none;}

.list-star{list-style-image: url('images/star-icon.png');}

.yes{
	background:url(images/yes2.gif) no-repeat left top;
	font-size:16px;
	font-weight:bold;
	padding-left:25px;
}

ul.arrow3 li{/*employee tracking software arrows*/
	background:url('images/arrow3.png') no-repeat left center; 
	color:#666 !important;
	line-height:2.3;
	font-size: 18px;
	padding-left:30px; 
	list-style-type:none; 
}

/*Font-Sizes*/

.stext {font-size: 12px; color: #666;}

.f11{font-size:11px;}

.font12{font-size:12px;}

.f13{font-size:13px;}

.f14{font-size:14px;}

.f16{font-size:16px;}

.f17{font-size:17px;}

.big{font-size:18px;}

.f18{font-size:18px;}

.f20{font-size:20px;}

.f22{font-size:22px;}

.f24{font-size:24px;}

.f27{font-size:27px;}

.f28{font-size:28px;}

.f30{font-size:30px;}

.f35{font-size:35px;}

.f45{font-size:45px;}

.f50{font-size:50px;}

.f60{font-size:60px;}

.f70{font-size:70px;}

.f100{font-size:100px;}

@media screen and (max-width: 956px) {
	.h3-adaptive {
		font-size:16px;
  }
}


/*Opasity*/

.opacity8{opacity:0.8;}


/*Backround-colors*/

.back-colf1{background-color:#F1F1F1;} /*grey in prises*/

.back-col-f3{background-color:#F3F3F3; margin:-40px 0 -30px 0; padding:40px 0 30px 0;} /*for block grey*/

.back-col-f{background-color:#FFF;}

.back-col-f-trans{background-color: rgba(255,255,255,0.92);}

.back-col-l-grey{background-color: #F5F5F4;}

.back-col-dark-grey{background-color: #EBEBEE;}

.back-col-l-blue{background-color:#F6F9FC;}

.back-col-black-trans{background: rgba(30, 30, 30, 0.65);}

.back-col-black-trans2{background: rgba(30, 30, 30, 0.35);}

.back-col-biruz{background-color: #61cbbf;}

.back-col-azure{background-color: #3fc1d0;}

.back-col-marine{background-color: #039be5;}

.back-col-lite-brown{background: #f6f7f5;}

.back-col-black{background:#000;}

.back-green-blue-gradient{background-image: linear-gradient(180deg, #2aabcb, #02bfa6);}

.back-blue-blue-grad{background-image: linear-gradient(180deg, #0083B0, #00B4DB);} 

.back-light-blue-blue-grad{background-image: linear-gradient(360deg, #69B7EF, #5B9FD0);} 

.back-green-green-grad {background-image:linear-gradient(360deg, #0BAAEB, #08CDB9);}

.back-blue-blue-shield-grad {background-image:linear-gradient(360deg, #2196F3, #1976D2);}

.back-light-blue-blue-vector-grad {background-image:linear-gradient(180deg, #339AF0, #4BA6F0);}

.back-dark {background-color:#252526;}

.back-col-fb{background-color: #00BFA6;}

.back-col-as-navbar{background-color: #f8f8f8;}


/*Texts colors*/

.text-shadow-grey{text-shadow:#000 0 0 2px;}

.red {
	color: #cc3300;
	font-weight: 700;
}

.color-black{color:#000;}

a.color-black:hover, a.color-black:focus, a.color-black:active{color:#000;}

.btext {/*blue text*/
	color: #3366cc;
	font-weight: 700;
}

.color66 {color:#666;}

.color99{color:#999;}

.color-grey{color:#a0a0a0;}

.color-f{color:#fff;}

a.color-f:hover, a.color-f:focus, a.color-f:active{color:#fff;}

.color-fe{color:#fefefe;}

.color444{color:#444;}

a.color444:hover, a.color444:focus, a.color444:active, a.color444:visited {color:#444;}

.color-a{color: #188BB8;}

.color-red{color:#EA1C0F;} 

.color-red2{color:#DE4848;}

.color-green{color:#24B47E;}

.color-blue{color:#188BB8;}

.color-biruz{color: #61cbbf;}

.color-azure{color: #3fc1d0;}

.color-marine{color: #039be5;}

.color-navy-blue{color: #004D6E;}

.color-grad-blue-green{ background: linear-gradient(180deg, #2aabcb, #02bfa6); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}

.color-grad-blue-blue{background: linear-gradient(180deg, #0083B0, #00B4DB); -webkit-background-clip: text;  color: transparent;}

.color-grad-green-blue{background: linear-gradient(360deg, #0BAAEB, #08CDB9); -webkit-background-clip: text;  color: transparent;}

.color-grad-blue-blue-shield{background: linear-gradient(180deg, #2196F3, #1976D2); -webkit-background-clip: text;  color: transparent;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .color-grad-blue-blue {color:#0097C1; background:none;}
	.color-grad-blue-green {color:#18B3BA; background:none;}
	.color-grad-green-blue {color:#08C5C3; background:none;}
}


.color-hsa{color: #18B3BA;} 

.color-hem{color: #0097C1;}

.color-parental{color:#0AC0CC;}

.color-fb{color:#3FD0BF;}

.color-shield{color:#1976D2;}

.color-task-vector{color:#339AF0;}

/*Texts Decorations*/

.strikethrough {
	position: relative;

}

.strikethrough:before {
	border-bottom: 3px solid #DE6655;
	position: absolute;
	content: "";
	width: 110%;
	height: 75%;
	transform: rotate(-18deg);
}

.line-through{text-decoration:line-through;}

.underline{text-decoration:underline;}

/*Navbars*/

#product-navbar-order{
	background-color: #f8f8f8;
	border-bottom:1px solid #e7e7e7;
	margin-top:-40px;
	max-height:70px;
}

#product-navbar {
	display: none;
	position: fixed;
	top:0;
	background-color: #f8f8f8;
	border-bottom:1px solid #e7e7e7;
	z-index:1;
	width:100%;
	max-height:70px;
	overflow:hidden;
}

.product-navbar-links a{
	min-height:60px;
	line-height:60px;
	color:#555;
	padding:0 20px;
	font-size:16px;
	text-decoration:none;
	box-sizing:border-box;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
}

.product-navbar-links a:hover, .product-navbar-links a:active, .product-navbar-links a:focus{
	color: #333;
	border-bottom: 5px solid #188BB8;
	text-decoration:none;
}

/*Bootstrap correction*/

.navbar{margin-bottom:40px;}

.navbar-nav{margin-top:17px;}

.navbar-toggle{margin-top:20px;}

.navbar-nav>li>a {padding:15px 20px; padding-bottom:28px; font-size:16px;}

.navbar-nav>li>a.for-login{margin-top:-15px; padding-bottom:17px;}

.navbar-nav>li.dropdown>ul.dropdown-menu>li>a {font-size:16px; line-height: 2;}

.navbar-nav>li.dropdown>ul.dropdown-menu>li>a:hover, .navbar-nav>li.dropdown>ul.dropdown-menu>li>a:focus {background-color: #e7e7e7;}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active {border-bottom: 5px solid #188BB8;}

.navbar-nav>li>a#login-button:hover, .navbar-nav>li>a#login-button:focus, .navbar-nav>li>a#login-button:active {border-bottom: 0;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{background-color:#f8f8f8; border-bottom: 5px solid #188BB8;}

.navbar-nav>li.dropdown>ul.dropdown-menu {background-color: #f8f8f8;}

@media screen and (max-width: 768px) {
	.col-center-xs {
		text-align: center!important;
  }
}

.div-center-auto {
	width:auto;
	margin-right: auto;
	margin-left: auto;
}

input[type=checkbox] {
margin: 10px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.label{white-space: pre-wrap;}

/*Main Banner Carousel*/

.carousel-control{text-shadow:none; opacity:1;}

.carousel-control.right,.carousel-control.left{background:none;}

#main-banner-slider > .carousel-indicators li {width: 20px; height: 20px; border-radius:20px; background-color:#fff; border:1px solid #666; margin:10px;}

#main-banner-slider > .carousel-indicators li:hover, #main-banner-slider > .carousel-indicators li:active, #main-banner-slider > .carousel-indicators li:focus {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);}

#main-banner-slider > .carousel-indicators .active{
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	background-color: #3581d5;
	border:1px solid #3581d5;}

#main-banner-slider > .carousel-indicators {bottom: 50px;}

@media screen and (min-width: 992px) {
 #main-banner-slider > .carousel-indicators {left: 70%;}
}

/*Order Pricing*/

.order>.nav-pills>li{
	box-sizing:border-box;
	padding:4px;
}

.width32 >.nav-pills>li{
	width:32%;
}

.w48 > .nav-pills>li{
	width:48%;
}

.order>.nav-pills>li>a{
	border-radius:4px;
	border: 1px solid #585858;
	color: #585858;
	width:100%;
	padding:4%;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	white-space: nowrap;
}

.black-theme>.nav-pills>li>a{
	border: 1px solid #fff;
	color: #fff;
}

.order>.nav-pills>li.active>a, .order>.nav-pills>li.active>a:focus, .order>.nav-pills>li.active>a:hover, .order>.nav-pills>li>a:hover{
	color: #fff;
	background-color: #585858;
	position: relative;
}


.order>.nav-pills>li.active>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	border: 11px solid transparent;
	border-top: 11px solid #585858;
	margin-left:-11px;
}

.order a.btn-my{padding:16px 0; border-radius:4px;}
.order a.btn-my:hover, .order>a.btn-my:active, .order>a.btn-my:focus{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.hover-transform:hover, .hover-transform:active, .hover-transform:focus{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.best-value, .best-value2, .best-value3, .best-value4{
	background: #DE6655;
	border-bottom-left-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
}


.best-value2{border-top-left-radius: 5px; right: -10px;}
.best-value3{border-top-left-radius: 5px; right: -20px; top:-10px;}
.best-value4{border-top-left-radius: 5px; right: -20px; top:-20px;}

.top1{border-top:4px solid #61cbbf;}

.top2{border-top:4px solid #3fc1d0;}

.top3{border-top:4px solid #039be5;}

.top4{border-top:4px solid #1D85B1;}

.p-price1{background-color: #e7f7f5; color: #31958a;}

.p-price2{background-color: #e2f6f8; color: #217d88;}

.p-price3{background-color:#d9f0fb; color:#025780;}

.p-price4{background-color: #B5E5FA; color: #004D6E;}

a.back-col-biruz:hover,a.back-col-biruz:active, a.back-col-biruz:focus{background-color: #61cbbf;}

a.back-col-azure:hover, a.back-col-azure:active, a.back-col-azure:focus{background-color: #3fc1d0;}

a.back-col-marine:hover, a.back-col-marine:active, a.back-col-marine:focus{background-color: #039be5;}


/*Breadcrumb Help Parental*/
ol.breadcrumb > li  + li:before {
	content: "";
	width: 25px;
	height: 30px;
	display: inline-block;
	background: url(images/arrow-right.png) no-repeat center center;
	position: relative;
	top: 8px;
}

.list-group-item.active{z-index:0;}

a.list-group-item{color:#188BB8;}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover, .list-group-item.disabled:active{cursor:default;}

/*Floats*/

.float-l{float:left;}

.float-r{float:right;}

.z99{z-index:99;}


/*Widths*/

.width25{width:25%; box-sizing:border-box;}

.width50{width:50%; float:left; box-sizing:border-box;}

.width55{width:55%;}

.width65{width:65%;}

.width70{width:70%;}

.width85{width:85%;}

.width100{width:100%;}

.min-width-135{min-width:135px;}

.width180{width:180px;}

.width225{width:225px;}

.width250{width:250px;}

.width380{width:380px;}

.width630{width:630px;}

.w-max-95{max-width:95%;}

/*Positions*/

.pos-abs{position:absolute;}

.pos-rel{position:relative;}

.pos-fixed{position:fixed;}

.pos-abs-0{position:absolute; top:0; left:0;}

/*Borders*/

.noborder{border:none;}

.border-ccc{border:1px solid #ccc;}

.border-r5{border-radius:5px;}

.border-t-eee{border-top:1px solid #eee;}

.border-left-bd{border-left:2px solid #bdbdbd;}

.border-bottom-grey{border-bottom: 1px solid #edeef0;}

.border-shadow-for-screenshots{
	border-radius:8px;
	box-shadow: 0 16px 32px 0 rgba(21,25,52,.25);
	border:1px solid #339AF0;
}

.green-border{
	border:2px solid #3caa3c;
	border-radius:5px;
	padding:0 10px;
	margin:25px 0;
}

table.noborder td{
	border:0;
	padding:5px 10px;
	vertical-align: top;
}

.border-feature-6{
	border: 1px solid #e4e5e4;
	padding:40px 35px;
}

.border-feature-6 p{text-align: left;}

.border-feature-6 h3{font-size:18px; font-weight:bold; display: flex; align-items:center;}

.border-feature-6 h3 i{width:70px; font-size:45px; align-self:flex-start;}

h3.for-features{font-size:20px; font-weight:bold; display: flex; align-items:center;}

h3.for-features i{width:70px; font-size:45px; align-self:flex-start;}

.row-flex .border-feature-6 {
	margin-bottom: 0px;
}

@media (min-width: 992px) {
.border-feature-6:nth-of-type(1), .border-feature-6:nth-of-type(2) {
	border-top: 0;
	border-left: 0;
}}

@media (min-width: 992px) {
.border-feature-6:nth-of-type(4), .border-feature-6:nth-of-type(5) {
	border-left: 0;
	border-top: 0;
	border-bottom:0;
}}

@media (min-width: 992px) {
.border-feature-6:nth-of-type(3) { 
	border-left: 0;
	border-right: 0;
	border-top: 0;
}}

.border-feature-6:nth-of-type(6) { 
	border: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
	.border-feature-6:nth-of-type(1), .border-feature-6:nth-of-type(3) {
	border-top: 0;
	border-left: 0;
	}}

@media (max-width: 991px) and (min-width: 768px) {
	.border-feature-6:nth-of-type(2), .border-feature-6:nth-of-type(4) {
	border-top: 0;
	border-left: 0;
	border-right:0;
	}}

@media (max-width: 991px) and (min-width: 768px) {
	.border-feature-6:nth-of-type(5) {
	border-top: 0;
	border-left: 0;
	border-bottom:0;
	}}

@media (max-width: 767px){.border-feature-6 {border-top: 0; border-left: 0; border-right:0;}}

@media (min-width: 751px) {
	.boder-right-bottom-grey {
		border-right: 2px solid #e4e5e4;
	}
}

@media (max-width: 750px) {
	.boder-right-bottom-grey {
		border-bottom: 2px solid #e4e5e4;
	}
}

/*Medias */

@media (max-width: 991px) {.back-colow-white-sm{background-color: rgba(255,255,255,0.8);}}


/*Flexs*/

.flex-column{display:flex; flex-direction:column; align-items:center; justify-content:space-between;}

.dis-flex{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:flex;
}

.flex-wrap{flex-wrap: wrap;}

.flex-direction-row {flex-direction: row;}

.flex-direction-column{flex-direction: column;}

.flex-grow-1{flex-grow: 1;}

.align-self-center{align-self:center;}

.align-items-center{align-items:center;}

.justify-content-center{justify-content:center;}

.justify-content-right{justify-content:flex-end;}


/*Disaplys*/

.dis-block{display:block;}

.dis-line{display:inline;}

.dis-in-block{display:inline-block;}

ul.dis-in-block li{display:inline-block;}

.over-hidden{overflow:hidden;}

.dis-cell{display: table-cell;}

.dis-table{display:table;}


/*Animation*/

@-webkit-keyframes valuesFadeInLeft{0%{opacity:0;-webkit-transform:translateX(-30%);transform:translateX(-30%)}30%{opacity:1}to{-webkit-transform:translateX(0);transform:translateX(0)}}

@keyframes valuesFadeInLeft{0%{opacity:0;-webkit-transform:translateX(-30%);transform:translateX(-30%)}30%{opacity:1}to{-webkit-transform:translateX(0);transform:translateX(0)}}

@-webkit-keyframes valuesFadeInRight{0%{opacity:0;-webkit-transform:translateX(30%);transform:translateX(30%)}30%{opacity:1}to{-webkit-transform:translateX(0);transform:translateX(0)}}

@keyframes valuesFadeInRight{0%{opacity:0;-webkit-transform:translateX(30%);transform:translateX(30%)}30%{opacity:1}to{-webkit-transform:translateX(0);transform:translateX(0)}}


.fade-in-left{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: valuesFadeInLeft;
	animation-name: valuesFadeInLeft;
	opacity: 1;
}

.fade-in-right{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: valuesFadeInRight;
	animation-name: valuesFadeInRight;
	opacity: 1;
}

/*Paddings*/

.mrgn0{margin: 0px;}

.mrgn-t-0{margin-top: 0px;}

.mrgn-auto{margin:0 auto;}

.mrgn-40{margin-left:-40px; margin-right:-40px;}

.mrg-t40{margin-top:40px;}

.mrg-t-40{margin-top:-40px;}

.mrgn-t-m-40-xs{margin-top:-40px;}

.mrgn-l-m-20{margin-left:-20px;}

.mrg-l-110{margin-left:-110px;}

.mrgn20{margin:20px;}

.mrgn15{margin:15px;}

.mrgn-l-0{margin-left:0px;}

.mrgn-l-5{margin-left:5px;}

.mrgn-r-0{margin-right:0;}

.mrgn-r-3{margin-right:3px;}

.mrgn-r-5{margin-right:5px;}

.mrgn-r-15{margin-right:15px;}

.mrgn-l-10{margin-left:10px;}

.mrgn-l-20{margin-left:10px;}

.mrgn-l-30{margin-left:30px;}

.mrgn-l110{margin-left:110px;}

.mrgn-b-0{margin-bottom:0;}

.mrgn-b-20{margin-bottom:20px;}

.mrgn-b-35{margin-bottom:35px;}

.mrgn-v-5{margin-top:5px; margin-bottom:5px;}

.mrgn-v-10{margin-top:10px; margin-bottom:10px;}

.mrgn-v-25{margin-top:25px; margin-bottom:25px;}

.mrgn-v-30-5{margin:30px 0 5px 0;}

.pad0{padding:0;}

.pad5{padding:5px;}

.pad6{padding:6px;}

.pad10{padding:10px;}

.pad15{padding:15px;}

.pad20{padding:20px;}

.pad25{padding-left:25px;}

.pad40{padding:40px;}

.pad-ver{padding-bottom:15px;}

.pad-v-7{padding-top:7px; padding-bottom:7px;}

.pad-v-20{padding-top:20px; padding-bottom:20px;}

.pad-v-40{padding-top:40px; padding-bottom:40px;}

.pad-v-30{padding-top:30px; padding-bottom:30px;}

.pad-v-70{padding-top:70px; padding-bottom:70px;}

.pad-g-10{padding-right:10px; padding-left:10px;}

.pad-g-15{padding-right:15px; padding-left:15px;}

.pad-g-20{padding-left:20px; padding-right:20px;}

.pad-g-25{padding-left:25px; padding-right:25px;}

.pad-g-30{padding-right:30px; padding-left:30px;}

.pad-g-40{padding-right:40px; padding-left:40px;}

.p-l-0{padding-left:0;}

.pad-l-5{padding-left:5px;}

.pad-l-10{padding-left:10px;}

.pad-l-20{padding-left:20px;}

.pad-l-30{padding-left:30px;}

.pad-l-40{padding-left:40px;}

.pad-l-50{padding-left:50px;}

.pad-l-60{padding-left:60px;}

.pad-l-80{padding-left:80px;}

.pad-l-100{padding-left: 100px;}

.pad-l-115{padding-left: 115px;}

.pad-l-140{padding-left:140px;}

.pad-l-150{padding-left: 150px;}

.pad-l-170{padding-left: 170px;}

.pad-r-0{padding-right:0;}

.pad-r-10{padding-right:10px;}

.pad-r-20{padding-right:20px;}

.pad-r-30{padding-right:30px;}

.pad-r-40{padding-right:40px;}

.pad-r-50{padding-right:50px;}

.pad-t-5{padding-top:5px;}

.pad-t-10{padding-top:10px;}

.pad-t-15{padding-top:15px;}

.pad-t-25{padding-top:25px;}

.pad-t-40{padding-top:40px;}

.pad-t-70{padding-top:70px;}

.pad-t-120{padding-top:120px;}

.pad-b-5{padding-bottom:5px;}

.pad-b-10{padding-bottom:10px;}

.pad-b-15{padding-bottom:15px;}

.pad-b-30{padding-bottom:30px;}

.pad-b-40{padding-bottom:30px;}

.pad-b-70{padding-bottom:70px;}

.pad-b-100{padding-bottom:100px;}

