/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
.support-button-holder a.support-button:hover, .support-button-holder a.support-button:focus,
.support-button-holder a.support-button{
	background-color: #44acb4 !important;
}

.info-slider-holder .bold-title span,
#header-holder.main-header #top-content .big-title span{
	color: #44acb4;
}

#primary-nav #Secondary_Navbar-Account ul li:last-child a {
	padding-right: 12px;
}

.website-logo img {
	width: 130px;
}

/* #nav-landing-page .navbar-nav > li > a { */
.landing-page .navbar-nav > li > a {
	margin-top: 0;
	margin-bottom: 0;
}
.landing-page .container > .navbar-collapse {	
	margin-right: -15px;
	margin-left: -15px;
}
.landing-page .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.landing-page.mail-services #pricing {
	text-align: left;
}
.landing-page.mail-services #pricing .container {
	padding-top: 20px;
}
#features-holder .feature-box .feature-details {
	min-height: 220px;
}

#registration .intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 10px;
}

.main-content .landing-page .navbar .navbar-nav > li > a {
	border-bottom: none;
}

.landing-page .hero img.img-responsive {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#footer .address-holder {
	color: #d0e0ff;
	display: block;
}

#footer ul.footer-menu li a{
	color: #d0e0ff;
}

#footer .copyright-holder {
	color: #d0e0ff;
	margin-bottom: -20px;
	text-align: left;
}

.btn-huge {
	padding: 12px 30px;
	font-size: 20px;
}
.chocolate {
	background: #d2691e;
}

.chocolate:hover, .chocolate:active, .chocolate:focus {
	background: #d2691e;
}

.compare-features{
	 font-size: 20px;
}
.compare-features th{
	border: 1px solid rgb(232, 233, 235);
	padding: 15px 20px;
	text-align: center;
}
.compare-features td{
	border: 1px solid rgb(232, 233, 235);
	padding: 15px 20px;
	text-align: center;
}
.compare-features td.feature-title{
	font-weight: bold;
	text-align: left;
}

.label-success{
	background-color: #449d44;
}
.feature-available {
	color: green;
	font-weight: bold;
}
.feature-unavailable{
	color: red;
	font-weight: bold;
}

@media (min-width:990px) {
	.form-inline .form-control{
		width: 100%;
	}
}

@media (max-width:768px) {
	.compare-features th,
	.compare-features td{
		font-size: 12px;
		padding: 9px 9px;
	}
	.compare-features th a{
		padding: 5px !important;
		min-width: auto !important;
	}
}

@media (max-width:520px) {
	.compare-features th,
	.compare-features td{
		font-size: 10px;
		padding: 4px 4px;
	}
}



.feature-title .btn.btn-tooltip {
	padding: 0px 8px;
	margin-left: 7px;
}

#top-content p {
	margin-bottom: 20px;
}
.payment-methods{
	text-align: left;
}
.payment-methods span {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid grey;
	margin-right: 8px;
}
.payment-methods span img{
	border-radius: 5px;
	height: 40px;	
}

@media (min-width:768px) and (max-width: 1024px) {
	.payment-methods span {
		border-radius: 3px;
		margin-right: 0px;
	}
	.payment-methods span img{
		height: 28px;	
		border-radius: 3px;
	}
}
