/* palette: https://mycolor.space/?hex=%2304A464&sub=1*/

#header.full-header #logo{
	border-right: none;
}
#header, #header-wrap, #logo img{
	height: 62px;
}
.standard-logo{
	width: 300px;
	height: auto;
}
#primary-menu{
	position: relative;
    /*margin-right: 20px;*/
}
#primary-menu ul li > a{
	color: #353336;
	padding: 20px 15px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #04A464;
}
#top-cart {
    margin: 20px 0 20px 15px;
}
#topAccount {
    display: inline-block;
    float: right;
    margin: 20px 8px;
}
#topAccount .topUser {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/user.svg) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}
#topAccount .topUser:hover {
    background: transparent url(../images/user-hover.svg) no-repeat center center;
    background-size: 20px 20px;
}
#page-title{
	padding: 20px 0;
	background-color: #145A6E;
}
#page-title h1{
	color: #ffffff;
	text-transform: none;
}
#sliderContent{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
#sliderContent h2{
	font-size: 80px;
	font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}
#sliderContent p{
	font-size: 25px;
	color: #ffffff;
}
#slider{
	/*background: url(../images/home.jpg);
    background-size: cover;*/
}
.sliderImageContainer{
	position: relative;
}
#sliderImage{
	background: url(../images/home.jpg);
    background-size: cover;
}
.overLay{
	background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.promo-full{
	/*background-color: #D1FAE0;*/
	background-color: #145A6E;
}
.promo-full-green{
	background-color: #D1FAE0;
}
.promo-full-green h3, .promo-full-green > .container > span{
	color: #444444;
}
.promo-full h3, .promo-full > .container > span{
	color: #ffffff;
}
.promo-full a.button, .promo-full-green a.button {
    right: 15px !important;
    border: 2px solid #04A464;
    height: 54px;
    text-shadow: none;
}
.promo-full a.button:hover, .promo-full-green a.button:hover{
	background-color: #ffffff !important;
	border-color: #04A464;
	color: #04A464;
	text-shadow: none;
}
.heading-block {
    margin-bottom: 30px;
}
.description{
	font-size: 20px;
    font-weight: 300;
}
#homeSteps1{
	background-color: #04A464;
	color: #ffffff;
}
#homeSteps2{
	background-color: #95D2AD;
	color: #ffffff;
}
#homeSteps3{
	background-color: #D1FAE0;
}
.homesteps{
	height: 265px;
}
.homesteps h3:not(.homeLastSteps){
	line-height: 1.8;
    font-size: 25px;
    color: #ffffff;
}
.homeLastSteps{
	color: #363335;
}
.homesteps p{
	font-weight: 300;
    font-size: 20px;
}
.bgicon{
	bottom: -50px;
    right: 15px
}
.bgWhite{
	background-color: #ffffff;
}
.iconHome{
	width: 90px;
	height: 90px;
}
.icon-device{
	background: transparent url("../images/devices.svg") no-repeat center center;
	background-size: 90px auto;
}
.icon-privacy{
	background: transparent url("../images/privacy.svg") no-repeat center center;
	background-size: 90px auto;
}
.icon-cheap{
	background: transparent url("../images/cheap.svg") no-repeat center center;
	background-size: 90px auto;
}
.pricing-tenure-switcher {
	position: relative;
}
.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right,
.pricing-tenure-switcher .pts-switcher{
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	overflow: hidden;
}

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right {
	font-size: 16px;
	font-weight: 600;
	color: #AAA;
	line-height: 30px;
	opacity: 0.3;
	font-style: italic;;
}

.pricing-tenure-switcher .pts-switch-active{
	color: #ffffff;
	font-style: normal;
	opacity: 1;
}

.pricing-tenure-switcher .pts-switcher label{
	margin-bottom: 0;
}
input.switch-toggle-round:checked + label:before {
    background-color: #f1f1f1;
}
#ourPlans{
	background-color: #145A6E;
}
#ourPlans .heading-block h2, #ourPlans .heading-block.center > span{
	color: #ffffff;
}
#ourPlans .heading-block:after{
	margin: 30px auto 0;
	border: none;
}
#ourPlans .button.fullWidth{
	border: 2px solid #04A464;
}

#ourPlans .button.fullWidth:hover{
	background-color: #ffffff !important;
    border-color: #04A464;
    color: #04A464;
}
#ourPlans .button.fullWidth:disabled{
	opacity: 0.3;
	pointer-events: none;
}
#ourPlans .pricing-price:after {
    border-top: none;
}
#ourPlans .pricing-features ul{
	padding: 0 20px;
    background-color: #ffffff;
}
#ourPlans .pricing-features ul li:not(:last-child){
	border-bottom: 1px dotted #353336;
}
#newsletterResult{
	display: none;
} 
#footer{
	background-color: #04A464;
}
#copyrights{
	background-color: #353336;
	color: #ffffff;
}
#copyrights .footerLogo{
    width: 250px;
    display: block;
    margin-bottom: 10px;
}
#copyrights a{
	color: #ffffff;
}
#copyrights a:hover{
	color: #95D2AD;
}
.poweredPaypal{
	display: inline-block;
    width: 100px;
    height: 26px;
    background: transparent url(../images/paypal.png) no-repeat center center;
    background-size: 100px 26px;
    margin-left: 20px;
}
.errorSignup, .errorEmail, .loginError{
	display: none;
	color: #a60000;
}
.checkbox-style:checked + .checkbox-style-2-label:before{
	background-color: #04A464;
}
.rounded-skill i{
	font-size: 100px;
}
ul.tab-nav:not(.tab-nav-lg) li:not(.tabActive) a:hover{
	color: #04A464;
}
ul.tab-nav:not(.tab-nav-lg) li.tabActive a{
	color: #04A464;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth{
	margin-bottom: 25px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{
	background-color: #04A464;
}
.badge{
	padding: 5px 6px;
	border-radius: 0px;
	font-size: 12px;
}
.badge-success{
	background-color: #04A464;
}
.badge-warning{
	color: #353336;
}
.badge-danger{
	background-color: #a60000;
}
.featuresList{
	padding-left: 30px;
    list-style-type: circle;
    margin-bottom: 0;
}
.modal.fade{
    -webkit-transition: opacity .2s linear, none;
    -moz-transition: opacity .2s linear, none;
    -ms-transition: opacity .2s linear, none;
    -o-transition: opacity .2s linear, none;
    transition: opacity .2s linear, none;
    top: 50%;
}
#userAvatar {
    max-width: 40px;
    border-color: #444444;
}
.loader{
	background: transparent url("../images/loader.svg") no-repeat center center;
	background-size: auto 13px;
	height: 13px;
    width: 100px;
    display: inline-block;
    opacity: 0;
}
#updateResult{
	display: none;
	margin-left: 20px;
}
.totalPrice {
    color: #04A464;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
.removeItem{
	cursor: pointer;
}
.removeItem:hover{
	color: #04A464;
}
.paypalOverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1025;
	display: none;
}
.paypalWaiting{
	color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
}
.title{
	padding: 10px 0;
	font-size: 23px;
    line-height: 44px;
    font-weight: 400;
}
.credits{
	display: inline-block;
    width: 50px;
    height: 51px;
    background: transparent url(../images/cristiangallo.me.png) no-repeat center center;
    background-size: 50px 51px;
    margin-left: 20px;
}
.credits:hover{
    background: transparent url(../images/cristiangallo.me-hover.png) no-repeat center center;
}

/*MODAL POPUP*/
.modal-content{
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px #353336; 
	box-shadow: 0px 0px 10px 0px #353336;
}
.popupBackground{
	background: transparent url("../images/popupImage.jpg") no-repeat center center;
	background-size: cover;
}
.popupForm{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 32px;
}

.modalResult{
	display: none;
}



/*MISC*/
.blurEffect{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
}
.form-control{
	border-width: 2px;
}
.button, .button:hover{
	border: 2px solid #04A464;
	text-shadow: none;
}
.button:hover{
	background-color: #ffffff !important;
    border-color: #04A464;
    color: #04A464;
}
.button-inverted{
	display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #04A464;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-inverted.button-rounded {
    border-radius: 3px;
}
.button-inverted, .button-inverted:hover{
	border: 2px solid #04A464;
	text-shadow: none;
}
.button-inverted:hover{
	background-color: #04A464 !important;
    border-color: #04A464;
    color: #ffffff;
}
.button.button-border {
    border: 2px solid #353336;
    background-color: transparent;
    color: #353336;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none;
}
.button.button-border:hover {
    border: 2px solid #353336 !important;
    background-color: #353336 !important;
    color: #ffffff !important;
}
.btn-newsletter {
    color: #ffffff;
    background-color: rgba(4,164,100,1);
    border-color: rgba(4,164,100,1);
}
.btn-newsletter:hover {
    color: #ffffff;
    background-color: rgba(4,164,100,0.7);
    border-color: rgba(4,164,100,0.7);
}
.actionIcon{
	font-size: 18px;
	color: #353336;
	cursor: pointer;
}
.actionIcon:hover{
	color: #04A464;
}
.noMargin{
	margin: 0;
}
.clearBoth{
	clear: both;
}
.topMargin10{
	margin-top: 10px;
}
.topMargin25{
	margin-top: 25px;
}
.topPadding30{
	padding-top: 30px;
}
.rightPadding32{
	padding-right: 32px;
}
.bottomPadding0{
	padding-bottom: 0px;
}
.leftPadding50{
	padding-left: 50px;
}
.paddingTopBottom16{
	padding-top: 16px;
	padding-bottom: 16px;
}
.noPadding{
	padding: 0;
}
.bottomMargin15{
	margin-bottom: 15px;
}
.bottomMargin20{
	margin-bottom: 20px;
}
.bottomMargin25{
	margin-bottom: 25px;
}
.bottomMargin30{
	margin-bottom: 30px;
}
.bottomMargin50{
	margin-bottom: 50px;
}
.bottomMargin80{
	margin-bottom: 80px;
}
.paddingTopBottom300{
	padding: 30px 0 0;
}
.paddingTopBottom30{
	padding: 30px 0px;
}
.bottomBorder{
	border-bottom: 1px solid #e5e5e5;
}
.leftMargin10{
	margin-left: 10px;
}
.lightGreenBg{
	background-color: #D1FAE0;
}
.fontRed{
	color: #a60000;
}
.text18{
	font-size: 18px;
}
.text20{
	font-size: 20px;
}
.maxWidth600{
	max-width: 600px;
}
.maxWidth700{
	max-width: 700px;
}
.fullWidth{
	width: 100%;
}
.borderError{
	border-color: #a60000 !important;
}
.noTopBorder{
	border-top: 0px;
}
.toShow{
	display: inline-block !important;
}
.backgroundGrey{
	background-color: #F9F9F9;
}
.cursorPointer{
	cursor: pointer;
}
.overflowYHidden{
	overflow-y: hidden;
}