/*About Witty Starts*/

.img-fluid10 {
    max-width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#about-witty {
    background: url('https://bdnetservices.com/templates/ColoNode/img/education/witty-bg.jpg');
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.bg-shade {
    background: rgba(0,0,0,0.75);
    padding: 150px 0;
    height: 100%;
}
.about-witty-wrapper>h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    font-size: 40px;
}
.witty-content {
    color: #fff;
}
.witty-content>h2 {
    margin: 0 0 1em;
    text-transform: capitalize;
	font-size: 27px;
}
.witty-content>p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5em;
}
.know-more-button>a {
    background: #86BB41;
    border: 2px solid #86BB41;
    color: #fff;
	transition: all .35s ease-in 0s;
	text-transform: uppercase;
}
.know-more-button>a:hover, .know-more-button>a:focus {
    border: 2px solid #86BB41;
    background: transparent;
    color: #fff;
}
.know-more-button a.price-btn {
    background: #F79A23;
    border: 2px solid #F79A23;
}
.know-more-button a.price-btn:hover {
    background: transparent;
    border: 2px solid #F79A23;
}
.know-more-button a.demo-btn {
    background: #1D76BB;
    border: 2px solid #1D76BB;
}
.know-more-button a.demo-btn:hover{
	background: transparent;
    border: 2px solid #1D76BB;
}
@media (max-width: 800px){
	.witty-photo {
		margin-bottom: 50px;
	}
}
/*About Witty Ends*/
/*About Arch Starts*/
#about-arch {
    padding: 100px 0;
}
.about-arch-wrapper>h1 {
    margin: 0 0 2em;
    text-transform: uppercase;
    font-size: 40px;
}
.arch-content>h2 {
    font-size: 26px;
    margin: 0 0 1em;
}
.arch-content>p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;
}
#about-arch .know-more-button>a:hover, #about-arch .know-more-button>a:focus {
    color: #86BB41;
}
#about-arch .know-more-button a.price-btn:hover {
    color: #F79A23;
}
#about-arch .know-more-button a.demo-btn:hover {
    color: #1D76BB;
}
@media (max-width: 800px){
	.arch-content {
		margin-bottom: 50px;
	}
}

#arch-quick-link {
    background: url(https://bdnetservices.com/templates/ColoNode/img/education/quick-link-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.quick-link-item h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.quick-link-item a.btn-know-more {
    background: #ee7433;
    color: #fff;
    border: 2px solid #ee7433;
    transition: all .35s ease-in 0s;
}
.quick-link-item a.btn-know-more:hover, .quick-link-item a.btn-know-more:focus {
    background: #fff;
    border: 2px solid #fff;
    color: #ee7433;
}
.quick-link-item {
    text-align: center;
	margin-bottom: 20px;
}

/*About Arch Ends*/
/*About Onact Starts*/
#about-onact {
    background: url('https://bdnetservices.com/templates/ColoNode/img/education/onact-bg.jpg');
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.about-onact-wrapper {
    color: #fff;
}
.about-onact-wrapper>h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 2em;
}
.onact-content>p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}
/*About Onact Ends*/
/*About Ecommerce Starts*/
#about-ecommerce {
    padding: 70px 0;
    background: #f9f9f9;
}
#about-ecommerce .know-more-button>a:hover, .know-more-button>a:focus {
    color: #86BB41;
    background: #fff;
}
#about-ecommerce .know-more-button a.price-btn:hover {
    color: #F79A23;
}
/*About Ecommerce Ends*/
/*Technology We Use Starts*/
#technology .underline::after {
	top: 102%;
}
#our-technology .owl-item img {
    width: 100px;
    height: 100px;
}
/*Technology We Use Ends*/



/*Bottom Border of Title of Each Section*/
	.title {
		font-size: 40px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	.underline{
		position: relative;
	}
	.underline::before {
		background-color: #ee7433;
		content: "";
		height: 2px;
		left: 45%;
		position: absolute;
		top: 110%;
		width: 11%;
	}
	.underline::after {
		background-color: #ee7433;
		content: "";
		height: 2px;
		left: 44%;
		position: absolute;
		top: 115%;
		width: 13%;
	}
	.title_gap {
		margin-bottom: 50px;
		margin-top: 0px;
	}  
	/*Bottom Border of Title of Each Section*/
	.section_padding {
		padding: 70px 0;
	}
	/*Margin Tops*/
	.mr-top-10{
		margin-top: 10px;
	}
	.mr-top-20{
		margin-top: 20px;
	}
	.mr-top-30{
		margin-top: 30px;
	}
	.mr-top-40{
		margin-top: 40px;
	}
	.mr-top-50{
		margin-top: 50px;
	}
	/*Margin Bottom*/
	.mr-bottom-10{
		margin-bottom: 10px;
	}
	.mr-bottom-20{
		margin-bottom: 20px;
	}
	.mr-bottom-30{
		margin-bottom: 30px;
	}
	.mr-bottom-40{
		margin-bottom: 40px;
	}
	.mr-bottom-50{
		margin-bottom: 50px;
	}
	/*Margin Right*/
	.mr-right-10{
		margin-right: 10px;
	}
	/*Margin Left*/
	.mr-left-10{
		margin-left: 10px;
	}
	/*Padding Tops*/
	.pd-top-10{
		padding-top: 10px;
	}
	.pd-top-20{
		padding-top: 20px;
	}
	.pd-top-30{
		padding-top: 30px;
	}
	.pd-top-40{
		padding-top: 40px;
	}
	.pd-top-50{
		padding-top: 50px;
	}
	/*Padding Bottoms*/
	.pd-bottom-10{
		padding-bottom: 10px;
	}
	.pd-bottom-20{
		padding-bottom: 20px;
	}
	.pd-bottom-30{
		padding-bottom: 30px;
	}
	.pd-bottom-40{
		padding-bottom: 40px;
	}
	.pd-bottom-50{
		padding-bottom: 50px;
	}
/*Custom Button Starts*/

/*Services of Homepage Starts*/
#services {
    padding: 100px 0;
}
.style-1 {
	background-color: #ee7433;
	border-left: 5px solid #384287;
}
.style-2 {
	border-left: 12px solid #a21d21;
border-right: 12px solid #a21d21;
border-bottom: 2px solid #a21d21;
border-top: 2px solid #a21d21;
}
.style-3 {
	background-color: #86BC42;
	border-left: 5px solid #ddd;
}
#services .underline::after {
	top: 103%;
}
.services-item-wrapper {
    color: #fff;
    padding: 15px;
	border-radius: 20px;
    transition: all .35s ease-in 0s;
    margin-bottom:12px;
}
.services-item-wrapper>h2 {
    font-size: 26px;
}
.services-item-wrapper:hover {
    transform: scale(1.05);
}
.services-item-wrapper p:nth-child(2) {
	margin: 30px 0;
}
.services-item-wrapper .col-md-6 ul li {
	text-align: justify;
}
#services .services-item-wrapper .col-md-6 a{
	color: #fff;
	text-decoration: none;
}
#services .services-item-wrapper ul li a {
	font-size: 11px;
}
	/* css for chrome/safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	
		/*Our Technology*/
		}
	}
/*Services of Homepage Ends*/
/*Software of Homepage Starts*/
#software{
	background-color: #f7f7f7;
}
#software .underline::after {
	top: 102%;
}
.software-item-wrapper {
	border-radius: 20px;
	min-height: 150px;
	color: #fff;
	padding: 10px 5px;
	margin-bottom: 30px;
	transition: all .35s ease-in 0s;
}
.software-item-wrapper:hover {
    transform: scale(1.05);
}
.software-item-wrapper i {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 5px;
}
.software-item-wrapper h4 a {
	color: #fff;
}
	/* css for chrome/safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/*Our Software*/
		.software-item-wrapper h4 {
			font-size: 19px;
		}
	}
/*Software of Hompage Ends*/


/*IT Consultation Page Starts*/
.it-consultation-wrapper h3{
	margin: 30px 0 50px 0;
}
.consultant-item {
    text-align: center;
    border: 2px solid #ED743E;
    margin-bottom: 50px;
}
.consultant-item h5 {
    background-color: #ED743E;
    padding: 10px 0;
    margin: 0;
    color: #fff;
}
/*IT Consultation Page Ends*/


.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table thead {
    background-color: #ee7433;
    color: #fff;
    text-align:center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Attendance Solution Starts*/
.attendance-content {
    margin: 40px 0;
}
#attendance-solution .table img.img-thumbnail {
    width: 120px;
    height: 120px;
}
#attendance-solution .table thead tr th, #attendance-solution .table tbody tr th {
    vertical-align: middle!important;
	text-align: center;
}
@media(max-width: 480px){
	.attendance-video iframe {
		width: 100%;
		height: 240px;
	}
}
@media (min-width: 768px) and (max-width: 800px){
	.attendance-video iframe {
		width: 100%;
		height: 400px;
	}
}
@media (min-width: 801px) and (max-width: 1024px){
	.attendance-video iframe {
		width: 100%;
		height: 500px;
	}
}
/*Attendance Solution Ends*/


	.mr-bottom-50{
		margin-bottom: 50px;
	}

/*Web Application Development Page Starts*/
	/*Web Application Development*/
	@media (min-width: 1600px){
		#web-application-development {
		    min-height: 70vh;
		    padding: 10em 0 5em;
		}
	}
	#web-application-development .graphic-content>h2 {
	    margin: 1em 0;
	}
	/*Web Application Development*/
	/*Web Application Why Us*/
	#web-application-why-us {
	    background: #fcfcfc;
	}
	#web-application-why-us .graphics-item>h2 {
	    margin: 1em 0 2em;
	}
	#web-application-why-us .why-us-item {
	    text-align: center;
	    margin-bottom: 50px;
	}
	#web-application-why-us .why-us-item h4 {
	    margin: 2em 0 .5em;
	}
	@media (min-width: 1366px){
		#web-application-why-us .why-us-item>img {
		    width: 100%;
		    height: 250px;
		}
		#web-application-why-us .why-us-item>p {
		    padding: 0 5em;
		}
	}
	/*Web Application Why Us*/
	/*Web Application Work Process Starts*/
	#web-application-work-process .timeline > li > .timeline-panel {
		min-height: 100px;
	    border: none;
	    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	    border-radius: 5px;
	}
	/*Web Application Work Process Ends*/
	/*Web Application Testimonial Starts*/
	#testimonial-wrapper {
	    background: #fcfcfc;
	    padding: 5em 0;
	    position: relative;
	}
	/*Top left Avatar*/
	#testimonial-wrapper:before {
	    position: absolute;
	    content: "";
	    background: url("../images/web-application-development/female-avatar-1.svg");
	    top: 14em;
	    left: 17em;
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
	    border: 2px solid #fff;
	    opacity: .5;
	    -webkit-animation: topLeftBounce 5s infinite ease-in-out;
	    -o-animation: topLeftBounce 5s infinite ease-in-out;
	    -ms-animation: topLeftBounce 5s infinite ease-in-out; 
	    -moz-animation: topLeftBounce 5s infinite ease-in-out; 
	    animation: topLeftBounce 5s infinite ease-in-out;
	}
	@-webkit-keyframes topLeftBounce {
	    0% { transform: translateY(-5px)  }
	    50% { transform: translateY(10px) }
	    100% { transform: translateY(-5px) }
	}

	@keyframes topLeftBounce {
	    0% { transform: translateY(-5px)  }
	    50% { transform: translateY(10px) }
	    100% { transform: translateY(-5px) }
	}
	/*Top left Avatar*/

/*Timeline Starts*/
	.timeline {
		list-style: none;
		padding: 20px 0 20px;
		position: relative;
	}

		.timeline:before {
			top: 0;
			bottom: 0;
			position: absolute;
			content: " ";
			width: 3px;
			background-color: #eeeeee;
			left: 50%;
			margin-left: -1.5px;
		}

		.timeline > li {
			margin-bottom: 20px;
			position: relative;
		}

			.timeline > li:before,
			.timeline > li:after {
				content: " ";
				display: table;
			}

			.timeline > li:after {
				clear: both;
			}

			.timeline > li:before,
			.timeline > li:after {
				content: " ";
				display: table;
			}

			.timeline > li:after {
				clear: both;
			}

			.timeline > li > .timeline-panel {
				width: 46%;
				float: left;
				border: 1px solid #d4d4d4;
				border-radius: 2px;
				padding: 20px;
				position: relative;
				-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
				box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			}

				.timeline > li > .timeline-panel:before {
					position: absolute;
					top: 26px;
					right: -15px;
					display: inline-block;
					border-top: 15px solid transparent;
					border-left: 15px solid #ccc;
					border-right: 0 solid #ccc;
					border-bottom: 15px solid transparent;
					content: " ";
				}

				.timeline > li > .timeline-panel:after {
					position: absolute;
					top: 27px;
					right: -14px;
					display: inline-block;
					border-top: 14px solid transparent;
					border-left: 14px solid #fff;
					border-right: 0 solid #fff;
					border-bottom: 14px solid transparent;
					content: " ";
				}

			.timeline > li > .timeline-badge {
				color: #fff;
				width: 50px;
				height: 50px;
				line-height: 50px;
				font-size: 2em;
				text-align: center;
				position: absolute;
				top: 16px;
				left: 50%;
				margin-left: -25px;
				background-color: #999999;
				z-index: 100;
				border-top-right-radius: 50%;
				border-top-left-radius: 50%;
				border-bottom-right-radius: 50%;
				border-bottom-left-radius: 50%;
			}

			.timeline > li.timeline-inverted > .timeline-panel {
				float: right;
			}

				.timeline > li.timeline-inverted > .timeline-panel:before {
					border-left-width: 0;
					border-right-width: 15px;
					left: -15px;
					right: auto;
				}

				.timeline > li.timeline-inverted > .timeline-panel:after {
					border-left-width: 0;
					border-right-width: 14px;
					left: -14px;
					right: auto;
				}

	.timeline-badge.primary {
		background-color: #2e6da4 !important;
	}

	.timeline-badge.success {
		background-color: #3f903f !important;
	}

	.timeline-badge.warning {
		background-color: #f0ad4e !important;
	}

	.timeline-badge.danger {
		background-color: #d9534f !important;
	}

	.timeline-badge.info {
		background-color: #5bc0de !important;
	}

	.timeline-title {
		margin-top: 0;
		color: inherit;
	}

	.timeline-body > p,
	.timeline-body > ul {
		margin-bottom: 0;
	}

		.timeline-body > p + p {
			margin-top: 5px;
		}

	@media (max-width: 767px) {
		ul.timeline:before {
			left: 40px;
		}

		ul.timeline > li > .timeline-panel {
			width: calc(100% - 90px);
			width: -moz-calc(100% - 90px);
			width: -webkit-calc(100% - 90px);
		}

		ul.timeline > li > .timeline-badge {
			left: 15px;
			margin-left: 0;
			top: 16px;
		}

		ul.timeline > li > .timeline-panel {
			float: right;
		}

			ul.timeline > li > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
			}

			ul.timeline > li > .timeline-panel:after {
				border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
			}
	}
	/*Timeline Ends*/
.timeline .timeline-panel img {
	height: 125px;
	width: 180px;
}	
/*About Onact Ends*/
/*About Ecommerce Starts*/
#about-ecommerce {
    padding: 70px 0;
    background: #f9f9f9;
}
#about-ecommerce .know-more-button>a:hover, .know-more-button>a:focus {
    color: #86BB41;
    background: #fff;
}
#about-ecommerce .know-more-button a.price-btn:hover {
    color: #F79A23;
}
/*About Ecommerce Ends*/

/*Static Website Page Ends*/
/*Ecommerce Website Page Starts*/
	.about-ecommerce-wrapper>h1 {
		margin-bottom: 50px;
	}
	#ecommerce-website .table-wrapper>h1 {
		margin-top: 60px;
	}
	@media (min-width: 1024px){
		#ecommerce-website .ecommerce-photo {
			margin-top: 30%;
		}
	}
	
	/*Vertical Tabs Default Ends*/
	.ecommerce-features a {
		color: #444;
	}
	.ecommerce-features .nav-tabs > li.active > a, .ecommerce-features .nav-tabs > li.active > a:focus, .ecommerce-features .nav-tabs > li.active > a:hover {
		border-bottom: 1px solid #ee7433;
		border-left: 1px solid #ee7433;
		border-top: 1px solid #ee7433;
		color: #ee7433;
		font-weight: 700;
	}
	.ecommerce-features .nav-tabs > li.active > a:hover{
		color: #fff;
	}
	.ecommerce-features .nav > li > a:hover {
		background-color: #ee7433;
		color: #fff;
	}
	.tabs-left {
		border-right: 1px solid #ee7433;
	}
	.text-center.mr-top-40.mr-bottom-40 {
		border-bottom: 1px solid #eee;
		color: #384287;
		padding-bottom: 5px;
	}
/*Ecommerce Website Page Ends*/

/*Static Website Page Starts*/
.table-wrapper > h1 {
	border-bottom: 1px solid #ddd;
	color: #384287;
	padding-bottom: 5px;
}
	/*Price Table Starts*/
	.table-wrapper .col-md-3 {
		padding: 0 10px;
	}
	.price-title {
		border-radius: 5px;
		color: #fff;
		padding: 20px 0;
		text-align: center;
	}
	.price-title > h1, .price-title > p {
		margin: 0;
	}
	.price-title h3 {
		margin: 10px 0 0;
	}
	.table-1 {
		background-color: #ee7433;
		border-bottom: 3px solid #384287;
	}
	.table-2 {
		background-color: #86BC42;
		border-bottom: 3px solid #ddd;
	}
	.table-3 {
		background-color: #384287;
		border-bottom: 3px solid #ee7433;
	}
	.price-content {
		background-color: #fbfbfb;
		text-align: center;
	}
	.price-des > li {
		border-bottom: 1px solid #999;
		padding: 5px 0;
		font-size: 12px;	  
	}
	.order-now{
		padding: 20px 0px;
	}
	.order-now > a {
		background-color: orange;
		border-radius: 5px;
		color: #fff;
		font-weight: 700;
		padding: 10px;
		text-decoration:none;
	}
	
	
	.order-now > a:hover {
	
		color: #fff;
		text-decoration:none;
	}
	
	
	.order-1 a {
		background-color: #ee7433;
	}
	.order-2 a {
		background-color: #86BC42;
	}
	.order-3 a {
		background-color: #384287;
	}	
	.order-1{
		border-bottom: 2px solid #ee7433;
	}
	.order-2{
		border-bottom: 2px solid #86BC42;
	}
	.order-3{
		border-bottom: 2px solid #384287;
	}	
	.price-plans {
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
		transition: all 0.35s ease 0s;
		margin-bottom: 30px;
	}
	.price-plans:hover {
		transform: scale(1.05);
	}
	/*Price Table Ends*/
.price-details ul li i {
	margin-right: 5px;
}
/*Static Website Page Ends*/

/*HRM Software Page Starts*/
	
	/*About HRM Starts*/
	.pd-100{
		padding: 100px 0;
	}	
	
	
		/*Quick Features Starts*/
	
	.quickFeatures-wrapper>h3 {
		text-align: center;
		font-weight: 500;
		font-size: 2.5em;
		margin: 0 0 50px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		color: #808080;
	}
	.quickFeatures-item2 {
		text-align: center;
		margin-top: 50px;
	}
	.quickFeatures-item2>p {
		margin: 15px 0 0;
		/*font-size: 1.17em;*/
		font-size: 14px;
		line-height: 1.5em;
	}
	@media (min-width: 980px) and (max-width: 1200px){
		 .quickFeatures-item2>p{
			height: 15px;
		}
	}
	/*Quick Features Ends*/

.quickFeatures-item2>img {
	    width: 100px;
	    height: 100px;
	}
	#hrm-page .quickFeatures-item2>img {
	    width: 100px;
	    height: 100px;
	}
	@media (min-width:320px) and (max-width: 400px){
		
	}
	#about-hrm .quickFeatures-item2>p {
	    height: auto;
	}
	h3.hrm-title {
	    text-align: center;
	    font-size: 2.25em;
	    margin: 0 0 1em;
	    font-weight: 900;
	    color: #777;
	}
	/*About HRM Ends*/
	/*Employee Management Starts*/
	#employee-management {
	    background: #efefef;
	}
	/*Employee Management Ends*/
	/*Payroll Management Starts*/
	#payroll-management {
	    background: #efefef;
	}
	/*Payroll Management Ends*/
	/*Provident Fund Starts*/
	#provident-fund {
	    background: #efefef;
	}
	/*Provident Fund Ends*/

	/*Responsive Starts*/		
		@media (min-width:320px) and (max-width: 400px){
			.pd-100 {
			    padding: 50px 0;
			}
			/*Slider Starts*/
			#hrm-slider .carousel .item>img {
				height: 200px!important;
	   			max-width: 100%!important;
			}
			#hrm-slider .carousel-caption > h2 {
			    font-size: 1.5em;
			}
			#hrm-slider .carousel-control {
			    bottom: 6%;
			}
			/*Slider Ends*/
			h3.hrm-title {
			    text-align: center;
			    font-size: 1.5em;
			}
		}
		
		@media (min-width:480px) and (max-width: 600px){
			/*Slider Starts*/
			#hrm-slider .carousel-caption > h2 {
		        font-size: 2.25em;
			 	margin-top: -45%;
			}
			/*Slider Ends*/
		}
		/*Slider Ends*/
		@media (min-width:768px) and (max-width: 800px){
			/*Slider Starts*/
			#hrm-slider .carousel-caption > h2 {
			    margin-top: -50%;
			}
			/*Slider Ends*/
		}	
		@media (min-width: 1024px) and (max-width: 1200px){
			#leave-management .quickFeatures-item>p {
			    font-size: 13px;
			}
		}		
	/*Responsive Ends*/

/*New Accounting & Inventory Page Starts*/
	/*1st Slogan Starts*/
	#slogan1 {
		background-color: #FEF9F8;
		padding: 100px 0;
	}
	#slogan1 .slogan-content>h1{
		/* font-family: 'Bowlby One SC', cursive; */
		font-family: 'Montserrat', sans-serif;		
		font-size: 3.25em;
		text-align: center;
		margin: 0;
		line-height: 1.5em;
		color: #F05828;
		font-weight: 900;
		text-transform: uppercase;
	}
	#slogan1 .slogan-content>h1>span{
		color: #2AA048;
	}
	/*1st Slogan Ends*/
	/*Quick Features Starts*/
	#quickFeatures {
		padding: 100px 0;		
	}
	.quickFeatures-wrapper>h3 {
		text-align: center;
		font-weight: 500;
		font-size: 2.5em;
		margin: 0 0 50px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 900;
		color: #808080;
	}
	.quickFeatures-item {
		text-align: center;
		margin-top: 50px;
	}
	.quickFeatures-item>img {
		width: 200px;
		height: 200px;
	}
	.quickFeatures-item>p {
		margin: 15px 0 0;
		/*font-size: 1.17em;*/
		font-size: 14px;
		line-height: 1.5em;
	}
	@media (min-width: 980px) and (max-width: 1200px){
		#quickFeatures .quickFeatures-item>p{
			height: 15px;
		}
	}
	/*Quick Features Ends*/
	/*Key Features Starts*/
	#keyFeatures {
		padding: 70px 0;
		background-color: #fef9f8;
	}
	.keyFeatures-wrapper>h3, .inventory-wrapper>h3, .targetBusiness-wrapper>h3 {
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		margin-bottom: 59px;
		font-size: 2.5em;
		font-weight: 900;
		color: #F05828;
	}
	.keyFeatures-item, .someFeatures-item , .inventory-item{
		text-align: center;
		margin-top: 4em;
	}
	.keyFeatures-item>img, .inventory-item>img {
		width: 100px;
		height: 100px;
	}
	.keyFeatures-item>h3, .someFeatures-item>h3, .inventory-item>h3 {
		margin: 20px 0;
		color: #555;
		font-weight: 500;
	}
	.keyFeatures-item>p {
		margin: 0;
		height: 30px;
	}
	/*Key Features Ends*/
	/*Some Features Starts*/
	#someFeatures {
		padding: 70px 0;
	}
	.someFeatures-wrapper>h3 {
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		color: #777;
		font-size: 2.5em;
		font-weight: 900;
		margin-bottom: 2em;
	}
	.someFeatures-item>img{
		width: 200px;
		height: 200px;
	}
	/*Some Features Ends*/
	/*Inventory Features Starts*/
	#inventoryFeatures {
		padding: 70px 0;
		background-color: #FEF9F8;
	}
	/*Inventory Features Ends*/
	/*Core Accounts Starts*/
	#coreAccounts {
		padding: 70px 0;
	}
	.coreAccounts-wrapper>h3{
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		color: #F05828;
		font-size: 2.5em;
		font-weight: 900;
		margin-bottom: 2em;
	}
	.coreAccounts-item ul>li {
		line-height: 3em;
		font-size: 15px;
	}
	.coreAccounts-item ul>li>i {
		color: #F05828;
	}
	/*Core Accounts Ends*/
	/*Target Business Starts*/
	#targetBusiness {
		padding: 70px 0;
		background-color: #FEF9F8;
	}
	.targetBusiness-item ul>li {
		line-height: 3em;
		font-size: 16px;
	}
	/*Target Business Ends*/
/*New Accounting & Inventory Page Ends*/


/*Witty Benefits Starts*/
	#arch-benefits {
		padding: 100px 0;
	}
	#arch-benefits .skew-bg {
		background: #fff;
	}
	#arch-benefits .light-shade {
		background: #fff;
	}
	
	.benefits-item {
		text-align: center;
		margin-bottom: 50px;
	}
	.benefits-img-box {
		background: #e8f1f8;
		padding: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	.benefits-img-box>img {
		width: 200px;
		height: 200px;
	}
	.benefits-content h4 {
		margin: 0;
		text-transform: uppercase;
		color: #666;
		font-size: 16px;
	}
	.benefits-content h3 {	
		color: #fff;
		text-transform: uppercase;
		margin: 5px 0;
		font-size: 1.25rem;
	}
	.benefits-content h3>span{
		background: #1D76BB;
		padding: 2px 10px;
	}
	@media (min-width: 600px) and (max-width: 800px){
		.benefits-item {
			min-height: 400px;
		}
	}
/*Witty Benefits Ends*/

/*Core Modules Starts*/
#core-modules {
    padding: 70px 0;
}
.core-modules-wrapper h1.core-modules-title {
    margin: 0 0 50px;
    text-transform: uppercase;
    font-size: 35px;
}
.core-modules-item {
    background: #FFF9F4;
    padding: 10px;
    border-radius: 15px;
	margin-bottom: 25px;
	transition: all .35s ease-in 0s;
}
.core-modules-item:hover {
    box-shadow: 1px 5px 20px rgba(0,0,0,0.15);
}
.border-type-1{
	border-top: 2px solid #FBCC91;
    border-right: 2px solid #FBCC91;
}
.border-type-2 {
    border-bottom: 2px solid #FBCC91;
    border-left: 2px solid #FBCC91;
}
.core-modules-title {
    overflow: hidden;
}
.core-module-pic {
    float: left;
    width: 30%;
    text-align: center;
}
.core-module-name {
    float: left;
    width: 68%;
    border-left: 2px dashed #555;
    padding-left: 10px;
}
.core-module-pic>img {
    width: 80px;
    height: 80px;
}
.core-module-name>h2 {
    margin: 20px 0 0;
    text-transform: uppercase;
    font-size: 25px;
}
.core-module-name>h3 {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
}
.core-module-content {
    margin: 15px 0 0;
}
.core-module-content>p {
    margin: 0;
    line-height: 1.5em;
}

.core-modules-wrapper h1.core-modules-title {
    margin: 0 0 50px;
    text-transform: uppercase;
    font-size: 35px;
}

.core-modules-title {
    overflow: hidden;
}


/*Core Modules Ends*/

/*Additional Modules Starts*/
#additional-modules {
	background: url(https://bdnetservices.com/templates/ColoNode/img/arc/invoicing-billing.jpg);
	background-size: cover;
	background-position: center;
	padding: 200px 0;
}
#additional-modules .feature-content {
	color: #fff;
}

.additional-modules-item {
    background: #1D76BB;
    color: #fff;
    padding: 10px 5px;
    overflow: hidden;
    border-radius: 10px;
	margin-bottom: 25px;
	border: 2px solid #fff;
}
.additional-modules-img-box {
    float: left;
    width: 30%;
	text-align: center;
}
.additional-modules-name {
    float: left;
    width: 67%;
    margin-left: 5px;
}
.additional-modules-img-box>img {
    width: 100%;
    height: 50px;
    margin-top: 10px;
}
.additional-modules-name>h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
}
.additional-modules-name>h3:first-child {
    margin-top: 15px;
}
/*Additional Modules Ends*/
/*Software Overview*/
#software-overview {
    padding: 100px 0;
}
.software-wrapper>h2 {
    color: #1D76BB;
    margin-bottom: 15px;
}
.software-wrapper>p {
    font-size: 20px;
    line-height: 1.5em;
}
/*Software Overview*/
/*Software Solution Starts*/
	#complete-solution {
		background: url(https://bdnetservices.com/templates/ColoNode/img/arc/features-section.jpg);
		background-position: inherit;
		background-size: cover;
		padding: 150px 0;
	}
	.skew-bg{
		transform: skew(0deg, -5deg) translateY(-50px);
		background-repeat: no-repeat;
		margin: 100px 0 100px;
	}
	.light-shade {
		background: rgba(73,38,3,0.65);
	}
	h2.title {
		color: #fff;
		text-align: center;
		margin: 0 0 2em;
		text-transform: uppercase;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
	.solution-item {
		text-align: center;
		margin-bottom: 30px;
	}
	.solution-name>h4 {
		color: #fff;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
/*Software Solution Ends*/
/*Arch Features Link*/
#features-sec {
    background: url(https://esteemsoftbd.com/arch/images/skew-bg/features-section.jpg);
    padding: 68px;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Arch Features Link*/






/*Features Page Starts*/
	/*Patient Management Starts*/
	#patient-management {
		padding: 0 0 100px;
	}
	.feature-title>h2 {
		text-align: center;
		margin: 2em 0 2em;
		text-transform: uppercase;
		color: #1D76BB;
	}
	.feature-title>h2>span {
		border: 2px solid #1D76BB;
		padding: 5px 10px;
	}
	.feature-content {
		padding: 2em;
		font-size: 20px;
		text-align: justify;
	}
	/*Patient Management Ends*/
	/*Invoicing & Billing Starts*/
	#invoicing-billing {
		background: url(https://bdnetservices.com/templates/ColoNode/img/arc/invoicing-billing.jpg);
		background-size: cover;
		background-position: center;
		padding: 165px 0;
	}
	#invoicing-billing .feature-content {
		color: #fff;
	}
	h2.title>span {
		border: 2px solid #fff;
		padding: 5px 10px;
	}
	/*Invoicing & Billing Ends*/
	/*Outpatient Management Starts*/
	#outpatient {
		padding: 20px 0 50px;
	}
	#outpatient .feature-img-wrapper {
		margin-top: 3em;
	}
	/*Outpatient Management Ends*/
	/*Inpatient Management Starts*/
	#inpatient {
		background: url(https://bdnetservices.com/templates/ColoNode/img/arc/inpatient-management.jpg);
		background-size: cover;
		background-position: center;
		padding: 150px 0 100px;
	}
	#inpatient .feature-content {
		color: #fff;
	}
	/*Inpatient Management Ends*/	
	/*Patient Portal Starts*/
	#patient-portal {
		padding: 20px 0 70px;
	}
	#patient-portal .feature-title>h2 {
	    margin-top: 0;
	}
	#patient-portal .feature-content {
		padding: 1em 2em;
	}
	/*Patient Portal Ends*/	
	/*Doctor Portal Starts*/
	#doctor-portal {
		background: url(https://bdnetservices.com/templates/ColoNode/img/arc/doctor-portal.jpg);
		background-size: cover;
		background-position: center;
		padding: 150px 0;
	}
	#doctor-portal .feature-content {
		color: #fff;
	}
	@media (min-width: 1024px){
		#doctor-portal img {
			margin-top: 4em;
		}	
	}
	/*Doctor Portal Ends*/	
	/*Pathology & Radiology Starts*/	
	#pathology-radiology {
		padding: 0 0 50px;
	}
	/*Pathology & Radiology Ends*/	
	/*Pharmacy Starts*/
	#pharmacy {
		background: url(https://bdnetservices.com/templates/ColoNode/img/arc/pharmacy.jpg);
		background-size: cover;
		background-position: center;
		padding: 100px 0;
	}
	#pharmacy .feature-content {
		color: #fff;
	}
	/*Pharmacy Ends*/	
	/*Financial Reports Starts*/
	#financial-reports {
		padding: 50px 0;
	}
	#financial-reports .feature-title>h2 {
	    margin: 0 0 2em;
	}
	/*Financial Reports Ends*/	
	/*Export Starts*/
	#export-data-scanner {
	    background: url(https://bdnetservices.com/templates/ColoNode/img/arc/export-barcode-scanner.jpg);
	    background-size: cover;
	    background-position: center;
	    padding: 165px 0;
	}
	#export-data-scanner p {
	    color: #fff;
	    font-size: 20px;
	    text-align: justify;
	    margin-bottom: 3em;
	}
	.barcode-img {
	    text-align: center;
	    text-align: -webkit-center;
	}
	.barcode-img>img {
	    width: 50%;
	}
	@media (max-width: 800px) and (min-width: 320px){
		.barcode-content {
		    margin-top: 3em;
		}
	}
	/*Export Ends*/
	/*Attendance Solution Starts*/
	#attendance-solution {
	    padding: 5px;
	}
	.attendance-solution-content {
	    padding: 5px;
	    font-size: 15px;
	    text-align: justify;
	}
	
	.attendance-solution-content p{
	    padding: 5px;
font-size: 15px;
text-align: justify;
line-height: 1.7;
margin-top: -16px;
color:#000;
	}
	
	#sms-notification {
	    background: url(https://bdnetservices.com/templates/ColoNode/img/arc/sms-notification.jpg);
	    background-size: cover;
	    background-position: center;
	    padding: 180px 0;
	}
	.sms-notification-content {
	    font-size: 20px;
	    text-align: justify;
	    color: #fff;
	    padding: 1em 2em;
	}
	#sms-notification h2.title {
	    margin: 0 0 4em;
	}
	/*SMS/Email Ends*/	
/*Features Page Ends*/
/*Pricing Page Starts*/
#pricing {
    padding: 100px 0;
}
#pricing .pricing-form {
    background: #fafafa;
    border: 1px solid #eee;
    box-shadow: 5px 2px 16px -1px rgba(0,0,0,0.15);
}
#pricing .pricing-form input.form-control, #pricing .pricing-form select.form-control {
    border: 1px solid #777;
	box-shadow: none;
	transition: all .35s ease-in 0s;
}
#pricing .pricing-form input.form-control:hover, #pricing .pricing-form select.form-control:hover, #pricing .pricing-form input.form-control:focus, #pricing .pricing-form select.form-control:focus {
    border: 1px solid #1D76BB;
}
.captcha-wrapper {
    margin: 20px 0;
}
.captcha-wrapper input {
    height: 40px;
    border-radius: 10px;
    outline: 0;
    border: 1px solid #777;
    transition: all .35s ease-in 0s;
    padding: 0 5px;
}
.captcha-wrapper input:focus, .captcha-wrapper input:hover {
    border: 1px solid #1D76BB;
}
#txtCaptchaDiv {
    display: none;
}

/*Pricing Page Ends*/
/*Demo Page Starts*/
#demo {
    padding: 100px 0;
}
.pricing-form input.form-control, .pricing-form select.form-control {
    height: 40px;
    border: 1px solid #1D76BB;
    border-radius: 10px;
}
.pricing-form {
    padding: 50px 20px;
    overflow: hidden;
    border: 1px solid #1D76BB;
    border-radius: 10px;
}
.pricing-title>p {
    text-align: center;
    color: #555;
    font-size: 20px;
    margin-bottom: 2em;
    border-bottom: 1px solid #efefef;
}
.pricing-form label {
    color: #777;
}
#demo .captcha-wrapper input{
	border: 1px solid #1D76BB;
}
.text-center.button-wrapper {
    clear: both;
}
button.demo-button {
    background: linear-gradient(to right, #8ebadd, #1D76BB);
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 5px 25px; 
	border-radius: 10px;
    outline: 0;
    font-size: 20px;
	transition: all .5s ease-in 0s;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
button.demo-button:hover{
	border-radius: 25px;
}
#demo .alert.alert-success, #pricing .alert.alert-success {
    text-align: center;
    line-height: 1.15em;
    font-size: 17px;
}
/*Demo Page Ends*/
/*Support Page Starts*/
#support {
    padding: 70px 0;
}
.printing-title>h2 {
    text-align: center;
    margin: 2em 0 1em;
}
.printing-title>h2>span {
    border: 2px solid #555;
    padding: 5px 10px;
}
.physical-support-content {
    padding: 2em;
    font-size: 20px;
    text-align: justify;
}
#online-support{
    background: url(../images/skew-bg/online-support.jpg);
    padding: 150px 0;
    background-size: cover;
    background-position: center;
}

.online-support-content {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    padding: 2em;
}

#need-help {
    padding: 70px 0 100px;
}
#need-help p.faq-title {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1.5em;
}
#need-help h3 {
    text-align: center;
    margin: 2em 0 0;
}
#need-help .panel-heading.collapsed .chevron:after {
    content: "\f054";
}
#need-help .panel-heading .chevron:after {
    content: "\f078";
}
#need-help .panel.panel-default>.panel-heading {
    color: #777;
    background: #f5f5f5;
    padding: 15px;
}
/*Support Page Ends*/


.feature-title > h2 > span {
    border: 2px solid #1D76BB;
    padding: 5px 10px;
}


.feature-title > h2 {
    text-align: center;
    text-transform: uppercase;
    color: #1D76BB;
}

ul {
    padding: 0px;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}







.title-bg{
    font-size:28px;
    color:#fff;
    background:#DF3626;
    padding:15px;
    line-height:30px;
    width:100%;
    text-align:center;
}

/*Pricing Section Starts*/
#price-sec {
    background: url(https://bdnetservices.com/templates/ColoNode/img/arc/price-section.jpg);
    padding: 68px;
    background-repeat: no-repeat;
    background-size: cover;
}
.price-wrap {
    text-align: center;
    color: #fff;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.price-button {
    margin-top: 50px;
}
.price-button>a {
    background: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
    color: #1D76BB;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: -5px 4px 0px #1D76BB;
    transition: all .5s;
	text-decoration: none;
}
.price-button>a:hover, .price-button>a:focus {
    box-shadow: 5px 4px 0px #1D76BB;
}
.demo-button>a {
    background: #fff;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
    color: #DD1D2E;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: -5px 4px 0px #DD1D2E;
    transition: all .5s;
	text-decoration: none;
}
.demo-button>a:hover, .demo-button>a:focus {
    box-shadow: 5px 4px 0px #DD1D2E;
}
/*Pricing Section Ends*/












#header {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF
}

#header .mainlogo {
    margin-top: 0
}

#header .mainlogo:hover {
    opacity: .8;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out
}

#header p.links {
    color: #e4e4e4;
    margin-top: 12px;
    font-weight: 300
}

#header .links a {
    margin-right: 15px;
    text-transform: uppercase;
    vertical-align: middle
}

#header .links a:last-child {
    margin-left: 15px;
    margin-right: 0
}

#header .fa {
    color: #b0b0b0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    vertical-align: bottom
}

#header .btn-headerlinks {
    color: rgb(128, 128, 128);
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px
}

#header .btn-headerlinks:hover,
#header .btn-headerlinks:focus {
    color: #b8b8b8
}

#header .btn-headerlinks:active {
    box-shadow: none
}

#header .btn-headercart {
    color: #FFF;
    background-color: #373B42;
    border: 1px solid #373B42;
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px
}

#header .btn-headercart:hover,
#header .btn-headercart:focus {
    opacity: .9;
    color: #FFF
}

#header .fa-caret-down {
    padding-right: 0
}

#header .fa-shopping-cart {
    color: #FFF;
    padding-left: 0
}

.affix#header {
    position: fixed;
    width: 100%;
    z-index: 999
}

.affix#menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 120px
}

.modal-backdrop.in {
    background: #373B42;
    opacity: 1
}

#languageselectionmodal .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px
}

#languageselectionmodal .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0
}

#languageselectionmodal .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3
}

#languageselectionmodal .modal-header img {
    float: left;
    margin-top: 0
}

#languageselectionmodal .close {
    opacity: 1;
    margin-top: 8px
}

#languageselectionmodal .fa {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1
}

#languageselectionmodal .container-fluid {
    margin-top: 20px
}

#languageselectionmodal .thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #E3E3E3;
    border-radius: 5px
}

#languageselectionmodal .thumbnail:hover {
    background-color: #E3E3E3
}

#languageselectionmodal p {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px
}

#languageselectionmodal a {
    color: #333
}

#languageselectionmodal a:hover {
    color: #DF3626;
    text-decoration: none
}

#languageselectionmodal .btn-language {
    display: block;
    padding: 14px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f3f3f3;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    font-weight: 600;
    font-size: 14px
}

#languageselectionmodal .current-lang {
    color: #DF3626
}

#clientnotificationsmodal .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px
}

#clientnotificationsmodal .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0
}

#clientnotificationsmodal .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3
}

#clientnotificationsmodal .modal-header img {
    float: left;
    margin-top: 0
}

#clientnotificationsmodal .close {
    opacity: 1;
    margin-top: 8px
}

#clientnotificationsmodal .fa {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1
}

#clientnotificationsmodal .btn {
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 4px 2px 4px
}

#clientnotificationsmodal .container-fluid {
    margin-top: 20px
}

#clientloginmodal .modal-body {
    position: relative;
    padding: 5px 15px 5px 15px
}

#clientloginmodal .modal-footer {
    padding: 5px 10px 10px 10px;
    text-align: center;
    border-top: 0
}

#clientloginmodal .modal-content {
    background-color: #FFF;
    border-radius: 0;
    outline: 0
}

#clientloginmodal .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    background: #F3F3F3
}

#clientloginmodal .close {
    opacity: 1;
    margin-top: 8px
}

#clientloginmodal .fa {
    color: #b1b1b1;
    text-shadow: none;
    opacity: 1
}

#clientloginmodal img {
    float: left
}

#clientloginmodal .form-control {
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: none;
    border-color: #e0e0e0
}

#clientloginmodal p {
    margin-top: 20px;
    font-weight: 600
}

#clientloginmodal .btn-link {
    color: #333
}

#clientloginmodal .btn-link:hover,
#clientloginmodal .btn-link:focus {
    color: #DF3626
}

#clientloginmodal .checkbox {
    margin-bottom: 0;
    font-weight: 600
}

#clientloginmodal .loginbutton {
    margin-top: 20px
}

#clientloginmodal .btn-primary-small:hover,
#clientloginmodal .btn-primary-small:focus {
    transition: none
}

#menu {
    background: #DF3626
}

#menu .navbar-default .navbar-toggle {
    background: inherit;
    border: none;
    margin-right: 0
}

#menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF
}

#menu .normal {
    z-index: 999
}

#menu .navbar-nav>li>.dropdown-menu {
    border-top: none !Important
}

#menu .navbar-nav>li>.dropdown-menu,
#menu .normal .dropdown-submenu>.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    background: #373B42;
    background-color: #373B42;
    min-width: 250px;
    border-radius: 0;
    border: none
}

#menu .dropdown-menu>li:first-child {
    border-top: none
}

#menu .dropdown-menu>li {
    border-top: 1px solid #4e535d
}

#menu .dropdown-menu>li>a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px
}

#menu .dropdown-menu>li>a:focus,
#menu .dropdown-menu>li>a:hover {
    background-color: #373B42
}

#menu .normal .fa {
    margin-right: 15px !Important;
    font-size: 13px;
    vertical-align: inherit;
    width: 12px;
    text-align: center
}

#menu .normal .dropdown-submenu {
    position: relative
}

#menu .normal .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0
}

#menu .normal .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

#menu .normal .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #FFF;
    margin-top: 5px;
    margin-right: -10px
}

#menu .normal .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

#menu .normal .dropdown-submenu.pull-left {
    float: none
}

#menu .normal .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

#menu .dropdown-menu>li>a:hover {
    color: #FFF;
    background: #DF3626
}

#menu .container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

#menu #mainlogo {
    background: url(../img/logo.png);
    width: 264px;
    margin-top: 5px;
    height: 43px;
    margin-left: 0
}

#menu #mainlogo:hover {
    opacity: .5;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out
}

#menu .navbar {
    position: relative;
    min-height: 61px;
    margin-bottom: 10px;
    margin-top: 35px
}

#menu .navbar-default .navbar-collapse,
#menu .navbar-default .navbar-form {
    padding-left: 0;
    padding-right: 0;
    background: #DF3626
}

#menu .navbar-default {
    background: inherit;
    border: none !Important
}

#menu .navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    text-transform: uppercase
}

#menu .nav>li>a {
    position: relative;
    display: block
}

#menu .nav>li>a.last {
    margin-right: 0px !Important
}

#menu .navbar {
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 0
}

#menu .navbar-default .navbar-nav>.open>a,
#menu .navbar-default .navbar-nav>.open>a:focus,
#menu .navbar-default .navbar-nav>.open>a:hover {
    background: inherit;
    color: #f1f1f1
}

#menu .navbar-default .navbar-nav>li>a:hover {
    color: #f1f1f1
}

#menu .navbar-default .navbar-nav>li>a:focus {
    color: #F9F9F5
}

#menu .navbar-default .navbar-nav>.active>a {
    background-color: #c32f21;
    color: #FFF
}

#menu .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c32f21;
    color: #FFF
}

#menu .navbar-default .navbar-nav>.active>a:focus {
    background-color: #c32f21;
    color: #FFF
}

#menu .navbar-default .navbar-nav>.attn>a,
#menu .navbar-default .navbar-nav>.attn>a:focus {
    background-color: #b7281a;
    color: #FFF
}

#menu .navbar-default .navbar-nav>.attn>a:hover {
    background-color: #f93b29;
    color: #FFF
}

#menu #menu-left {
    margin-left: 0px !Important;
    padding-left: 0px !Important
}

#menu #menu-right {
    margin-right: 0px !Important;
    padding-right: 0px !Important
}

#menu #menu-right .fa {
    padding-right: 10px !Important
}

#menu .fa {
    padding-right: 0px !Important
}

#menu h3 .fa {
    padding-right: 10px !Important;
    color: #2CB0E1
}

#menu ul.right {
    float: right
}

#subbanner {
    background: #444 url(../img/background.png) no-repeat center top;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px
}

#subbanner h1 {
    color: #FFF;
    margin: 0;
    font-weight: 600;
    text-shadow: 3px 2px 3px #000;
    font-size: 25px
}

#subbanner p {
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 3px 2px 3px #353535;
    font-weight: 300;
    float: left;
    font-size: 20px;
    margin-top: 20px
}

#breadcrumbs {
    background: #F3F4F5;
    border-bottom: 1px solid #E3E3E3;
    font-size: 10px
}

#breadcrumbs .fa {
    color: #373B42
}

#breadcrumbs a {
    color: #5f5f5f
}

#breadcrumbs .breadcrumb {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent
}

#sidemenu {
    padding: 0 20px 0 20px
}

#sidemenu h4 {
    font-size: 15px !Important;
    margin-left: 3px !Important;
    margin-top: 20px !Important;
    margin-bottom: 20px !Important
}

#sidemenu .list-group-item {
    background-color: #f3f3f3;
    border-radius: 0;
    border: 1px solid #DDD
}

#sidemenu h4 {
    margin-top: 10px !Important
}

#sidemenu a.list-group-item,
#sidemenu button.list-group-item {
    color: #333;
    font-size: 12px
}

#sidemenu a.list-group-item:hover {
    color: #373B42;
    transition: color 0.5s ease;
    background: #e8e8e8
}

#sidemenu .fa {
    color: #b0b0b0 !Important;
    padding-right: 20px;
    vertical-align: middle
}

#sidemenu a.list-group-item:hover .fa {
    color: #DF3626 !Important;
    transition: color 0.5s ease
}

#sidemenu .list-group {
    margin-bottom: 45px
}

#vpsinfo {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#vpsinfo .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0
}

#vpsinfo .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF
}

#vpsinfo .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#vpsinfo .panel-body {
    padding: 26px
}

#vpsinfo h3 .fa {
    color: #FFF
}

#vpsinfo .fa {
    color: #DF3626
}

#vpsinfo .vpsspecifications .fa {
    color: #4cb700
}

#vpsinfo p {
    margin-top: 10px;
    margin-bottom: 10px
}

#vpscontrolpanels {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center
}

#vpscontrolpanels .fa {
    color: #b0b0b0;
    padding-right: 0
}

#vpscontrolpanels h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#vpscontrolpanels .thumbnail {
    border: none;
    margin-bottom: 0
}

#vpscontrolpanels p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

#vpscontrolpanels img {
    margin-top: 20px;
    margin-bottom: 10px
}

#vpscontrolpanels .row {
    margin-bottom: 40px
}

#vpsoperatingsystems {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#vpsoperatingsystems img {
    margin-left: auto;
    margin-right: auto
}

#vpsoperatingsystems .box {
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 10px 25px;
    margin-top: 20px
}

#vpsoperatingsystems .box:hover {
    opacity: .8
}

#vpsoperatingsystems .info h4 {
    font-weight: 300
}

#vpshostingfeatures {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#vpshostingfeatures .fa {
    color: #b0b0b0;
    padding-right: 0
}

#vpshostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#vpshostingfeatures .thumbnail {
    border: none;
    margin-bottom: 0
}

#vpshostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#vpsfeatures {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#vpsfeatures .fa {
    color: #DF3626
}

#vpsfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

#vpsfeatures p {
    font-weight: 300
}

#vpsfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px
}

#gameserversintro {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#gameserversintro h4 {
    text-align: left;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #373B42
}

#gameserversintro p {
    text-align: left;
    font-weight: 300;
    margin-top: 15px
}

#gameserversintro .rowmargin {
    margin-bottom: 50px
}

#gameserversintro .fa {
    color: #b0b0b0;
    font-size: 60px;
    padding-right: 20px;
    vertical-align: middle
}

#gameserverpricetable {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#gameserverpricetable img {
    display: inline;
    margin-right: 20px
}

#gameserverpricetable .table {
    border: 1px solid #DDD;
    text-align: center;
    padding-bottom: 20px
}

#gameserverpricetable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300
}

#gameserverpricetable th.center {
    text-align: center
}

#gameserverpricetable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px
}

#gameserverpricetable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle
}

#gameserverpricetable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#gameserverpricetable p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px
}

#gameserverpricetable p.details {
    color: #373B42;
    margin-left: 27px
}

#gameserverpricetable .fa {
    color: #DF3626
}

#gameserverlocations {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 40px
}

#gameserverlocations .world-map {
    margin: 50px auto 80px auto
}

#gameserverlocations .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0
}

#gameserverlocations .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF
}

#gameserverlocations .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#gameserverlocations .panel-body {
    background: #f3f4f5;
    padding-top: 0;
    padding-bottom: 0
}

#gameserverlocations h3 .fa {
    color: #FFF
}

#gameserverlocations .fa {
    color: #DF3626
}

#gameserverlocations p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

#gameserverlocations p:last-child {
    border-bottom: none;
    padding-bottom: 10px
}

#gameserverlocations .location-flag {
    display: inline;
    margin-right: 20px;
    vertical-align: bottom;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    max-height: 22px
}

#gameserverhighlight {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#gameserverhighlight h4 {
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 15px
}

#gameserverhighlight .fa {
    color: #df3626
}

#gameserverhighlight img {
    display: inline;
    margin-right: 20px
}

#gameserverhighlight .table {
    border: 1px solid #DDD;
    text-align: center;
    padding-bottom: 20px
}

#gameserverhighlight th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300
}

#gameserverhighlight th.center {
    text-align: center
}

#gameserverhighlight .table>tbody>tr>td {
    background: #f3f4f5;
    font-size: 12px
}

#gameserverhighlight td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle
}

#gameserverhighlight td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#gameserverhighlight .videoplayer {
    border: 1px solid #e3e3e3;
    background: #f3f4f5;
    padding: 10px;
    border-radius: 5px
}

#gameservervoicesolutions {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#gameservervoicesolutions .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center
}

#gameservervoicesolutions .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#gameservervoicesolutions img {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px
}

#gameservervoicesolutions p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0
}

#gameservervoicesolutions p:last-child {
    border-bottom: none
}

#gameservervoicesolutions .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0
}

#gameservervoicesolutions .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center
}

#gameservervoicesolutions h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle
}

#gameservervoicesolutions sup {
    top: -.5em;
    font-size: 12px
}

#gameserverfeatures {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#gameserverfeatures .fa {
    color: #DF3626
}

#gameserverfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

#gameserverfeatures p {
    font-weight: 300
}

#gameserverfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px
}

#resellerplans {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 40px
}

#resellerplans .pricing-table {
    margin-bottom: 20px
}

#resellerplans .pricing {
    padding: 0
}

#planbox .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px
}

#resellerplans .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF
}

#resellerplans .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase
}

#resellerplans .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #F3F4F5;
    border: 1px solid #e4e4e4
}

#resellerplans .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#resellerplans .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300
}

#resellerplans .pricing .pricing-list ul li:last-child {
    border: none
}

#resellerplans .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #b0b0b0
}

#resellerplans .pricing .pricing-list ul li span {
    color: #373B42
}

#resellersoftware {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#resellersoftware .thumbnail {
    background: #FFF;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#resellersoftware .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7
}

#resellersoftware .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px
}

#resellersoftware .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#resellersoftware .well {
    margin-top: 20px;
    background-color: #F3F4F5;
    padding-bottom: 0
}

#resellersoftware h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px
}

#resellersoftware h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600
}

#resellerhostingfeatures {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#resellerhostingfeatures .fa {
    color: #b0b0b0;
    padding-right: 0
}

#resellerhostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#resellerhostingfeatures .thumbnail {
    border: none;
    margin-bottom: 0
}

#resellerhostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#resellertable {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#resellertable img {
    display: inline;
    margin-right: 20px
}

#resellertable .table {
    border: 1px solid #DDD;
    text-align: center;
    padding-bottom: 20px
}

#resellertable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300
}

#resellertable th.center {
    text-align: center
}

#resellertable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px
}

#resellertable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle
}

#resellertable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#resellertable .label-profit {
    background: #DF3626;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px
}

#reselleraddvalue {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #FFF
}

#reselleraddvalue .thumbnail {
    background: #F3F4F5;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#reselleraddvalue .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede
}

#reselleraddvalue .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px
}

#reselleraddvalue .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#resellerfeatures {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#resellerfeatures .fa {
    color: #DF3626
}

#resellerfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

#resellerfeatures p {
    font-weight: 300
}

#resellerfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px
}

#sharedplans {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#sharedplans .pricing {
    padding: 0
}

#sharedplans .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF
}

#sharedplans .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase
}

#sharedplans .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #F3F4F5;
    border: 1px solid #e4e4e4
}

#sharedplans .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#sharedplans .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300
}

#sharedplans .pricing .pricing-list ul li:last-child {
    border: none
}

#sharedplans .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #b0b0b0
}

#sharedplans .pricing .pricing-list ul li span {
    color: #373B42
}

#sharedplans .fa {
    color: #DF3626
}

#sharedplans h3 {
    font-weight: 300;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px
}

#sharedplans h3.margin {
    margin-top: 50px
}

#sharedplans p.info {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px
}

#sharedplans img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

#sharedplans p.caption {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
    text-align: center
}

#sharedplans p.caption .fa {
    color: #4cb700
}

#sharedplans .cmsrow {
    margin-top: 50px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF
}

#sharedspecifications {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#sharedspecifications .thumbnail {
    background: #FFF;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#sharedspecifications .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7
}

#sharedspecifications .thumbnail h3 span {
    display: block;
    margin-top: 10px;
    font-weight: 400
}

#sharedspecifications .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px
}

#sharedspecifications .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#sharedspecifications .well {
    margin-top: 20px;
    background-color: #F3F4F5;
    padding-bottom: 0
}

#sharedspecifications h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px
}

#sharedspecifications h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600
}

#sharedsoftware {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center
}

#sharedsoftware .fa {
    color: #b0b0b0;
    padding-right: 0
}

#sharedsoftware h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#sharedsoftware .thumbnail {
    border: none;
    margin-bottom: 0
}

#sharedsoftware p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

#sharedsoftware img {
    margin-top: 20px;
    margin-bottom: 10px
}

#sharedsoftware .row {
    margin-bottom: 40px
}

#sharedtechnical {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#sharedtechnical .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0
}

#sharedtechnical .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF
}

#sharedtechnical .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#sharedtechnical h3 .fa {
    color: #FFF
}

#sharedtechnical .fa {
    color: #DF3626
}

#sharedtechnical p {
    margin-top: 10px;
    margin-bottom: 10px
}

#sharedfeatures {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#sharedfeatures .fa {
    color: #DF3626
}

#sharedfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

#sharedfeatures p {
    font-weight: 300
}

#sharedfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px
}

#dedicatedservers {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#dedicatedservers .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center
}

#dedicatedservers .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#dedicatedservers img {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px
}

#dedicatedservers p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0
}

#dedicatedservers p:last-child {
    border-bottom: none
}

#dedicatedservers .panel {
    background: #F3F4F5;
    border: 1px solid #e4e4e4;
    border-radius: 0
}

#dedicatedservers .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center
}

#dedicatedservers h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle
}

#dedicatedservers h5 small {
    color: #b5b5b5 !Important;
    margin-left: 10px
}

#dedicatedservers sup {
    top: -.5em;
    font-size: 12px
}

#dedicatedoperatingsystems {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#dedicatedoperatingsystems img {
    margin-left: auto;
    margin-right: auto
}

#dedicatedoperatingsystems .box {
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 10px 25px;
    margin-top: 20px
}

#dedicatedoperatingsystems .box:hover {
    opacity: .8
}

#dedicatedoperatingsystems .info h4 {
    font-weight: 300
}

#dedicatedcontrolpanels {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#dedicatedcontrolpanels .fa {
    color: #b0b0b0;
    padding-right: 0
}

#dedicatedcontrolpanels h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#dedicatedcontrolpanels .thumbnail {
    border: none;
    margin-bottom: 0
}

#dedicatedcontrolpanels p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#dedicatedcontrolpanels img {
    margin-top: 20px;
    margin-bottom: 20px
}

#dedicatedtable {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#dedicatedtable img {
    display: inline;
    margin-right: 20px
}

#dedicatedtable .table {
    border: 1px solid #DDD;
    text-align: center;
    padding-bottom: 20px
}

#dedicatedtable th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300
}

#dedicatedtable th.center {
    text-align: center
}

#dedicatedtable .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px
}

#dedicatedtable td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle
}

#dedicatedtable td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#dedicatedtable p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px
}

#dedicatedtable p.details {
    color: #373B42;
    margin-left: 27px
}

#dedicatedtable .fa {
    color: #DF3626
}

#dedicatedaddons {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

#dedicatedaddons .thumbnail {
    background: #F3F4F5;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#dedicatedaddons .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede
}

#dedicatedaddons .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px
}

#dedicatedaddons .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#dedicatedaddons .well {
    margin-top: 20px;
    background-color: #FFF;
    padding-bottom: 0
}

#dedicatedaddons h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 15px
}

#dedicatedaddons h5 span {
    color: #DF3626;
    font-size: 15px;
    font-weight: 600
}

#dedicatedfeatures {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#dedicatedfeatures .fa {
    color: #DF3626
}

#dedicatedfeatures h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

#dedicatedfeatures p {
    font-weight: 300
}

#dedicatedfeatures img {
    border: 1px solid #cecece;
    padding: 3px;
    background: #FFF;
    margin-bottom: 30px
}

#webdesign {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px
}

#webdesign .pricing {
    padding: 0
}

#webdesign .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px
}

#webdesign .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#webdesign .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300
}

#webdesign .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px
}

#webdesign .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300
}

#webdesign .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF
}

#webdesign .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF
}

#webdesign .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase
}

#webdesign .pricing .pricing-list {
    padding: 20px 0 20px 0;
    background: #F3F4F5;
    border: 1px solid #E3E3E3
}

#webdesign .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#webdesign .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #373B42;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300
}

#webdesign .pricing .pricing-list ul li:last-child {
    border: none
}

#webdesign .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #4cb700
}

#webdesigndetails {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#webdesigndetails .panel {
    border: 1px solid #E3E3E3;
    border-radius: 0
}

#webdesigndetails .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF
}

#webdesigndetails .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#webdesigndetails h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #505050;
    margin-left: 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px
}

#webdesigndetails h4:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

#webdesigndetails .fa {
    color: #DF3626
}

#webdesigndetails h5 {
    font-size: 20px;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px
}

#webdesigndetails p {
    margin-top: 10px;
    margin-bottom: 10px
}

#webdesigndetails .circle {
    border-radius: 50%;
    border: none;
    background: #DF3626;
    color: #FFF;
    padding: 7px 15px 7px 15px;
    margin-right: 15px
}

#webdesigndetails .small {
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin: auto
}

#webdesignfeatures {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#webdesignfeatures .fa {
    color: #b0b0b0;
    padding-right: 0
}

#webdesignfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#webdesignfeatures .thumbnail {
    border: none;
    margin-bottom: 0
}

#webdesignfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#webdesignaddons {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#webdesignaddons .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center
}

#webdesignaddons .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#webdesignaddons img {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px
}

#webdesignaddons p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0
}

#webdesignaddons p:last-child {
    border-bottom: none
}

#webdesignaddons .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0
}

#webdesignaddons .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center
}

#webdesignaddons h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle
}

#webdesignaddons sup {
    top: -.5em;
    font-size: 12px
}

#domainintro {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 40px
}

#domainintro .thumbnail {
    background: #f3f4f5;
    padding: 30px 10px 10px 10px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#domainintro h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 30px
}

#domainintro .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#domainintro .well {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 0
}

#domainsearcharea {
    background: #373b42;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

#domainsearcharea *:focus {
    outline: none !Important
}

#domainsearcharea h1,
#domainsearcharea p {
    text-align: center;
    padding-bottom: 20px
}

#domainsearcharea .fa {
    font-size: 30px;
    color: #FFF;
    padding: 8px
}

#domainsearcharea h2 {
    font-weight: 200;
    margin-top: 9px;
    text-align: left;
    font-size: 30px
}

#domainsearcharea p {
    margin-top: 30px;
    margin-bottom: 30px
}

#domainsearcharea #domainsearch {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none
}

#domainsearcharea #domainsearchsmall {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none
}

#domainsearcharea .custom-search-form {
    border-radius: 0
}

#domainsearcharea ::-webkit-input-placeholder {
    color: #333
}

#domainsearcharea ::-moz-placeholder {
    color: #333
}

#domainsearcharea :-ms-input-placeholder {
    color: #333
}

#domainsearcharea :-moz-placeholder {
    color: #333
}

#domainsearcharea input.large,
#domainarea .searchlarge,
#domainsearcharea .searchlarge {
    display: inline-block
}

#domainsearcharea input.small,
#domainarea .searchsmall,
#domainsearcharea .searchsmall {
    display: none
}

#domainextras {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#domainextras .fa {
    color: #b0b0b0;
    padding-right: 0
}

#domainextras h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#domainextras .thumbnail {
    border: none;
    margin-bottom: 0
}

#domainextras p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#domaintlds {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#domaintlds .nav-tabs>li,
#domaintlds .nav-pills>li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1
}

#domaintlds .nav-tabs {
    border-bottom: none;
    text-align: center
}

#domaintlds .nav-tabs>li.active>a,
#domaintlds .nav-tabs>li.active>a:focus,
#domaintlds .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #373b42;
    border: 1px solid #373b42
}

#domaintlds .nav-tabs>li>a {
    border-radius: 0;
    background: #df3626;
    border: 1px solid #df3626;
    border-bottom: none !Important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin-right: 5px;
    font-weight: 600
}

#domaintlds .table-responsive {
    border: none
}

#domaintlds .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0
}

#domaintlds th {
    background: #373B42;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    font-weight: 300
}

#domaintlds th.center {
    text-align: center
}

#domaintlds .table>tbody>tr>td {
    background: #FFF;
    font-size: 12px
}

#domaintlds td.left {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
    color: #df3626;
    font-weight: 600
}

#domaintlds td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#domaintlds .label {
    background: #333;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
    border-radius: 0;
    padding-top: 3px
}

#domaintldoffers {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px
}

#domaintldoffers .thumbnail {
    background: #F3F4F5;
    padding: 30px 30px 0 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#domaintldoffers .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase
}

#domaintldoffers .thumbnail p {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#domaintldoffers .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#domaintldoffers .well {
    background-color: #fff;
    margin-top: 30px;
    padding: 15px 10px 10px 10px
}

#domaintldoffers p.price {
    color: #dd382e;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    vertical-align: middle
}

#domaintldoffers .label {
    background: #333;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 400;
    border-radius: 0
}

#domainhosting {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    text-align: center
}

#domainhosting .fa {
    color: #b0b0b0;
    padding-right: 0
}

#domainhosting h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#domainhosting .thumbnail {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 0
}

#domainhosting p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 25px
}

#sslfeatures {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#sslfeatures h4 {
    text-align: left;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 10px;
    font-weight: 600;
    color: #373B42
}

#sslfeatures p {
    text-align: left;
    font-weight: 300;
    margin-top: 15px
}

#sslfeatures .rowmargin {
    margin-bottom: 50px
}

#sslfeatures .fa {
    color: #b0b0b0;
    font-size: 60px;
    padding-right: 20px;
    vertical-align: middle
}

#standardsslcertificates {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#standardsslcertificates .panel-heading {
    border-radius: 0;
    background: #373B42;
    color: #FFF;
    text-align: center
}

#standardsslcertificates .panel-title {
    font-weight: 600;
    font-size: 18px;
    padding: 10px
}

#standardsslcertificates .panel-body .fa {
    color: #4cb700
}

#standardsslcertificates .panel-body {
    background: #F3F4F5
}

#standardsslcertificates img {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px
}

#standardsslcertificates p {
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto
}

#standardsslcertificates p:last-child {
    border-bottom: none
}

#standardsslcertificates .panel {
    border: 1px solid #e4e4e4;
    border-radius: 0
}

#standardsslcertificates .panel-footer {
    padding: 10px 15px;
    background-color: #373B42;
    border: none;
    border-radius: 0;
    text-align: center
}

#standardsslcertificates h5.price {
    font-size: 20px;
    display: initial;
    margin-right: 15px;
    color: #FFF;
    border-right: 1px solid #4a4f58;
    padding-right: 15px;
    vertical-align: middle
}

#standardsslcertificates sup {
    top: -.5em;
    font-size: 12px
}

#evsslcertificatetable {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#evsslcertificatetable .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0
}

#evsslcertificatetable th {
    background: #373B42;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    padding: 15px;
    padding-left: 30px;
    font-weight: 300
}

#evsslcertificatetable .table>tbody>tr>td {
    background: #FFF
}

#evsslcertificatetable td.left {
    width: 75%;
    text-align: left;
    padding: 15px;
    padding-left: 30px
}

#evsslcertificatetable td.right {
    width: 25%;
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#evsslcertificatetable p.item {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px
}

#evsslcertificatetable .label-promo {
    background: #373B42;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px
}

#evsslcertificatetable p.pricing {
    color: #373B42;
    font-weight: 600
}

#evsslcertificatetable .fa {
    color: #DF3626
}

#evsslcertificatetable .thumbnail {
    border-radius: 0;
    border: 1px solid #DDD
}

#evsslcertificatetable img {
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 2px 0
}

#evsslcertificatetable p.evcaption {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    margin: 20px 45px 20px 45px
}

#sslcompare {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#sslcompare .pricing {
    padding: 0
}

#sslcompare .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px
}

#sslcompare .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#sslcompare .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin: 10px
}

#sslcompare .pricing .pricing-list {
    padding: 20px 0 20px 0;
    background: #FFF;
    border: 1px solid #E3E3E3
}

#sslcompare .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#sslcompare .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #373B42;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300
}

#sslcompare .pricing .pricing-list ul li:last-child {
    border: none
}

#sslcompare .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #4cb700
}

#sslcompare .pricing .pricing-list ul li span {
    color: #9e9e9e
}

#sslcompare .fa-times {
    color: #DF3626 !Important
}

#services {
    background: transparent;
    padding-top: 30px;
    padding-bottom: 60px
}

#services p {
    margin-bottom: 30px
}

#services h4 {
    margin-bottom: 20px
}

#services h4 .fa {
    color: #DF3626
}

#servicepricelist {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#servicepricelist .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0
}

#servicepricelist th {
    background: #373B42;
    color: #FFF;
    font-size: 20px;
    padding: 15px;
    font-weight: 300
}

#servicepricelist th.service {
    width: 50%;
    padding-left: 30px;
    text-align: left
}

#servicepricelist th.timeframe {
    width: 15%;
    text-align: center
}

#servicepricelist th.price {
    width: 20%;
    text-align: center
}

#servicepricelist th.order {
    width: 15%;
    text-align: center
}

#servicepricelist .table>tbody>tr>td {
    background: #FFF
}

#servicepricelist td.left {
    text-align: left;
    padding: 15px;
    padding-left: 30px
}

#servicepricelist td.center {
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#servicepricelist p.service {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px
}

#servicepricelist .label-promo {
    background: #373B42;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-right: 10px
}

#servicepricelist p.details {
    color: #373B42;
    margin-left: 27px
}

#servicepricelist .fa {
    color: #DF3626
}

#productfaqs {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 60px
}

#productfaqs h2 {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF
}

#productfaqs p {
    margin-bottom: 30px
}

#productfaqs .faq-cat-content {
    margin-top: 20px
}

#productfaqs .panel-group .panel {
    border-radius: 0
}

#productfaqs .panel-default>.panel-heading a {
    color: #333;
    text-decoration: none
}

#productfaqs .panel-default>.panel-heading .fa {
    color: #DF3626
}

#productfaqs .panel-default>.panel-heading {
    background-color: #F3F4F5;
    border-color: #E3E3E3
}

#productfaqs .panel-title {
    font-size: 13px
}

#productfaqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 13px;
    background: #FFF;
    display: table
}

#productfaqs h4.category {
    margin-top: 50px;
    margin-bottom: 30px
}

#productfaqs .panel-group {
    margin-bottom: 0
}

#productfaqs .panel .panel-heading-link a.collapsed:after {
    content: "\f104"
}

#productfaqs .panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    background-color: #DF3626;
    color: #FFF;
    padding: 8px 0;
    margin-top: -25px;
    margin-right: -16px;
    width: 33px;
    text-align: center
}

#productfaqs .panel-body {
    padding: 15px
}

#productfaqs .fa {
    color: #b0b0b0
}

#faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF
}

#faq .panel-group .panel {
    border-radius: 0
}

#faq .panel-default>.panel-heading a {
    color: #333;
    text-decoration: none
}

#faq .panel-default>.panel-heading .fa {
    color: #DF3626
}

#faq .panel-default>.panel-heading {
    background-color: #f3f3f3;
    border-color: #E3E3E3
}

#faq .panel-title {
    font-size: 13px
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 13px;
    background: #FFF;
    display: table
}

#faq h4.category {
    margin-top: 50px;
    margin-bottom: 30px
}

#faq .panel .panel-heading-link a.collapsed:after {
    content: "\f104"
}

#faq .panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    background-color: #DF3626;
    color: #FFF;
    padding: 8px 0;
    margin-top: -25px;
    margin-right: -16px;
    width: 33px;
    text-align: center
}

#faq .panel-body {
    padding: 15px
}

#faq .fa {
    color: #b0b0b0
}

#aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF
}

#aboutus .fa {
    color: #DF3626
}

#aboutus p.info {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 13px
}

#aboutus img {
    padding: 5px;
    border: 1px solid #E3E3E3
}

#aboutus p.caption {
    margin-top: 10px;
    font-weight: 300;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px;
    font-size: 13px
}

#aboutus h5 {
    margin-top: 0
}

#aboutusstaff {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F3F4F5;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#aboutusstaff img {
    padding: 5px;
    border: solid 1px #E3E3E3
}

#aboutusstaff h3 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #E3E3E3
}

#aboutusstaff small {
    margin-top: 7px;
    float: right;
    color: #DF3626
}

#aboutusstaff p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px
}

#aboutusstaff .panel {
    margin-top: 20px;
    margin-bottom: 20px
}

#aboutusstaff .social-profile.twitter {
    background-color: #00aced;
    background-image: linear-gradient(to top, #00aced, #21c2ff)
}

#aboutusstaff .social-profile.facebook {
    background-color: #3b5998;
    background-image: linear-gradient(to top, #3b5998, #4c70ba)
}

#aboutusstaff .social-profile.linkedin {
    background-color: #007bb6;
    background-image: linear-gradient(to top, #007bb6, #009de9)
}

#aboutusstaff .social-profile.instagram {
    background-color: #517fa4;
    background-image: linear-gradient(to top, #517fa4, #7098b8)
}

#aboutusstaff .social-profile.google-plus {
    background-color: #dd4b39;
    background-image: linear-gradient(to top, #dd4b39, #e47365)
}

#aboutusstaff .social-profile.youtube {
    background-color: #b00;
    background-image: linear-gradient(to top, #bb0000, #ee0000)
}

#aboutusstaff .social-profile {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

#aboutusstaff .fa {
    padding: 0;
    margin-top: 5px
}

#aboutusstaff a:hover {
    color: #f1f1f1
}

#aboutusicons {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#aboutusicons .fa {
    color: #b0b0b0;
    padding-right: 0
}






#aboutusicons .thumbnail {
    border: none;
    margin-bottom: 0
}

#aboutusicons p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF
}

#contact h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 15px
}

#contact .fa {
    color: #DF3626
}

#contact .alert-existingcustomer {
    color: #373B42;
    background-color: #EFEFEF;
    border-color: #e0e0e0
}

#contact .alert-existingcustomer a {
    color: #DF3626
}

#contact label {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0
}

#contact .form-control {
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: none;
    border-color: #e0e0e0
}

#contact .contactsubmit {
    text-align: center
}

#contact .captchaimage {
    margin-top: 10px;
    padding: 3px 0 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: right
}

#contact #inputCaptcha {
    width: 100px
}

#contact .center-block {
    width: 305px
}

#contact .btn-primary {
    margin-top: 20px
}

#contactmap {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F3F4F5;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#contactdetails {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF
}

#contactdetails .fa {
    color: #DF3626
}

#contactdetails h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1
}

#contactdetails .label-default {
    background-color: #373B42;
    text-transform: uppercase;
    font-weight: 600
}

#portfolio {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px
}

#portfolio p.caption {
    padding-top: 10px
}

#portfolio .panel-default {
    margin-top: 30px
}

#portfolio .panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0 0
}

#portfolio .panel-heading~.panel-image img.panel-image-preview {
    border-radius: 0
}

#portfolio .panel-image~.panel-body,
.panel-image.hide-panel-body~.panel-body {
    overflow: hidden;
    background: #F3F4F5;
    border-top: 1px solid #DDD
}

#portfolio .panel-image~.panel-footer a {
    padding: 0 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100)
}

#portfolio .panel-image.hide-panel-body~.panel-body {
    height: 0;
    padding: 0
}

#portfolio .fa {
    color: #DF3626
}

#portfolio .btn .fa {
    color: #FFF
}

#promotions {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #FFF
}

#promotions .thumbnail {
    background: #F3F4F5;
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #E3E3E3
}

#promotions .thumbnail h3 {
    font-weight: 300;
    border-top: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede
}

#promotions .thumbnail p {
    margin-top: 30px;
    margin-bottom: 30px
}

#promotions .thumbnail .btn {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#promotionshighlight {
    background: #F3F4F5;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#promotionshighlight .table {
    border: 1px solid #DDD;
    text-align: center;
    margin-bottom: 0
}

#promotionshighlight th {
    background: #373B42;
    color: #FFF;
    font-size: 25px;
    text-align: left;
    padding: 15px;
    padding-left: 30px
}

#promotionshighlight .table>tbody>tr>td {
    background: #FFF
}

#promotionshighlight td.left {
    width: 75%;
    text-align: left;
    padding: 15px;
    padding-left: 30px
}

#promotionshighlight td.right {
    width: 25%;
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

#promotionshighlight p.offer {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px
}

#promotionshighlight .label-promo {
    background: #DF3626;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    border-radius: 0;
    margin-left: 10px
}

#promotionshighlight p.coupon {
    color: #373B42;
    font-weight: 600
}

#openinghours {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF
}

#openinghours p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #676767
}

#openinghours h4 {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 20px
}

#openinghours .fa {
    color: #DF3626
}

#openinghours .table {
    border: 1px solid #DDD;
    text-align: center
}

#openinghours th {
    background: #373B42;
    color: #FFF;
    text-align: center
}

#openinghours .table>tbody>tr>td {
    border: 1px solid #ddd
}

#domainarea {
    padding-top: 20px;
    padding-bottom: 5px;
    background: #FFF
}

#domainarea *:focus {
    outline: none !Important
}

#domainarea h1,
#domainarea p {
    text-align: center;
    padding-bottom: 20px
}

#domainarea .fa {
    font-size: 30px;
    color: #FFF;
    padding: 8px
}

#domainarea h2 {
    font-weight: 200;
    margin-top: 9px;
    text-align: left;
    font-size: 30px
}

#domainarea p {
    margin-top: 30px;
    margin-bottom: 30px
}

#domainarea #domainsearch {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none
}

#domainarea #domainsearchsmall {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #303135;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    box-shadow: none
}

#domainarea .custom-search-form {
    border-radius: 0
}

#domainarea ::-webkit-input-placeholder {
    color: #333
}

#domainarea ::-moz-placeholder {
    color: #333
}

#domainarea :-ms-input-placeholder {
    color: #333
}

#domainarea :-moz-placeholder {
    color: #333
}

#domainarea input.large {
    display: inline-block
}

#domainarea input.small {
    display: none
}

#domainicons {
    padding: 30px;
    background-color: #FFF
}

#domainicons #domaintldlogo {
    margin-left: auto;
    margin-right: auto
}

#domainicons img {
    opacity: .8
}

#domainicons img:hover {
    opacity: 1
}

#domainicons .carousel-control {
    width: 0%;
    color: #000;
    margin-right: -12px;
    margin-left: -12px
}

#planbox {
    background: #F3F4F5;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#planbox .pricing {
    padding: 0
}

#planbox .pricing-table {
    margin-top: 10px;
    margin-bottom: 10px
}

#planbox .pricing .pricing-table .pricing-header {
    position: relative;
    background: #373B42;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#planbox .pricing .pricing-table .pricing-header .pricing-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 300
}

#planbox .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px
}

#planbox .pricing .pricing-table .pricing-header .pricing-term {
    font-size: 15px;
    color: #F3F4F5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300
}

#planbox .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #FFF
}

#planbox .pricing .pricing-table .pricing-header .pricing-rate .pence {
    font-size: 33px;
    top: -20px;
    color: #FFF
}

#planbox .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase
}

#planbox .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #FFF;
    border: 1px solid #E3E3E3
}

#planbox .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#planbox .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #F3F4F5;
    color: #9e9e9e;
    font-size: 16px;
    line-height: 42px;
    font-weight: 300
}

#planbox .pricing .pricing-list ul li:last-child {
    border: none
}

#planbox .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #b0b0b0
}

#planbox .pricing .pricing-list ul li span {
    color: #373B42
}

#hostingfeatures {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center
}

#hostingfeatures .fa {
    color: #b0b0b0;
    padding-right: 0
}

#hostingfeatures h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#hostingfeatures .thumbnail {
    border: none;
    margin-bottom: 0
}

#hostingfeatures p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#sslhighlight {
    background: #F3F4F5;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3
}

#sslhighlight .thumbnail {
    background-color: #494949;
    margin-top: 20px;
    margin-bottom: 20px
}

#sslhighlight small {
    color: #FFF
}

#sslhighlight .thumbnail img {
    max-height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px
}

#sslhighlight .fa {
    color: #DF3626;
    padding-right: 20px
}

#sslhighlight .btn .fa {
    color: #FFF
}

#sslhighlight h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 40px
}

#sslhighlight .btn {
    margin-top: 40px
}

#sslhighlight .panel-group .panel-heading {
    margin-bottom: 0;
    border-radius: 0
}

#sslhighlight .panel-group .panel-heading .fa {
    color: #DF3626
}

#sslhighlight .panel-group .panel-heading+.panel-collapse>.list-group,
#sslhighlight .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #E3E3E3;
    background: #F3F4F5;
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300
}

#sslhighlight .panel-title {
    font-weight: 300;
    padding: 10px 0
}

#sslhighlight h3[aria-selected="true"] {
    background-color: #fc5
}

#sslhighlight .panel-group .panel {
    border: 1px solid #d6d6d6;
    border-radius: 0
}

#sslhighlight .panel-group .panel {
    border-radius: 0
}

#sslhighlight .panel-default>.panel-heading a {
    color: #333;
    text-decoration: none
}

#sslhighlight .panel-default>.panel-heading .fa {
    color: #DF3626
}

#sslhighlight .panel-default>.panel-heading {
    background-color: #FFF;
    border-color: #E3E3E3
}

#sslhighlight .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 13px;
    background: #FFF;
    display: table
}

#sslhighlight .panel .panel-heading-link a.collapsed:after {
    content: "\f104"
}

#sslhighlight .panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    background-color: #DF3626;
    color: #FFF;
    padding: 14px 0 15px 0;
    margin-top: -43px;
    margin-right: -12px;
    width: 55px;
    text-align: center
}

#sslhighlight .panel-body {
    padding: 15px
}

#reasons {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 90px
}

#reasons h3 {
    font-size: 20px;
    color: #DF3626;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

#reasons p {
    color: #373B42;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0
}

#reasons .thumbnail {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
    border: 1px solid #E3E3E3;
    background: #F3F4F5
}

#reasons .fa {
    color: #b0b0b0;
    padding-right: 0
}

#reasons .toolslide {
    left: 0;
    top: 0
}

#partners {
    background: #373B42;
    padding-top: 25px;
    height: 75px
}

#partners .carousel-control {
    width: 0%;
    color: #FFF;
    margin-right: -12px;
    margin-left: -12px
}

#partners #partnerimage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px
}

#partners img:hover {
    opacity: .8
}

#footer {
    background: #272a2f;
    padding-top: 50px;
    padding-bottom: 50px
}

#footer a {
    color: #898989;
    margin-top: 5px;
    padding: 0;
    font-weight: 300;
    font-size: 13px
}

#footer a:hover {
    color: #E3E3E3;
    background: none
}

#footer a:focus {
    background: none
}

#footer h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px
}

#footer p {
    color: #FFF;
    font-size: 14px;
    line-height: 24px
}

#footer .fa {
    color: #FFF;
    font-size: 15px;
    margin-right: 0px !Important
}

#footer .socailmedia {
    vertical-align: sub;
    font-size: 20px;
    color: #FFF
}

#footer .footer-logo:hover {
    opacity: .8;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out
}

#footer .footerlinks {
    margin-bottom: 60px
}

#footer .footerlinks h4 {
    margin-top: 30px
}

#footer .company {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #30343a;
    border-bottom: 1px solid #30343a
}

#footer .company p {
    color: #cecece;
    font-weight: 300;
    font-size: 13px;
    margin-top: 7px
}

#footer .company p span {
    margin-left: 10px;
    margin-right: 10px
}

#footer .company p span.strong {
    font-weight: 500;
    margin-right: 5px;
    margin-left: 0;
    text-transform: uppercase;
    color: #FFF
}

#accepted-payment {
    color: #ffffff !Important;
    font-size: 35px !Important;
    margin-top: 2px;
    padding-right: 0;
    padding-left: 5px
}

#footercompany {
    background: #373B42;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #454a52;
    font-weight: 600
}

#footercompany p,
#footercompany a {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase
}

#footercompany a.legal {
    padding-left: 20px;
    padding-right: 20px
}

#footercompany a.legal:last-child {
    padding-right: 0
}

#footercompany p.legal {
    color: #42444e
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #DF3626;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.scroll-top-wrapper:hover {
    background-color: #c32f21
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1
}

.scroll-top-wrapper i.fa {
    line-height: inherit
}

.scroll-top-wrapper .fa {
    padding-right: 0;
    color: #FFF
}

#masquerade {
    padding-top: 0;
    padding-bottom: 0;
    background: #FFF
}

#masquerade .alert {
    margin-bottom: 0
}

a {
    color: #b7281a
}

a:hover,
a:focus {
    color: #9a2014
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #DE3626
}

#categoryoverview {
    list-style: none;
    padding-left: 10px
}

#categoryoverview li {
    margin-bottom: 10px
}