/* load fonts! */

@font-face {
        font-family: "Lato";
        src: url('/font/Lato-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "LatoLight";
        src: url('/font/Lato-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "LatoSemibold";
        src: url('/font/Lato-Semibold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}


@font-face {
        font-family: "Latobold";
        src: url('/font/Lato-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "LatoBold";
        src: url('/font/Lato-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "LatoMedium";
        src: url('/font/Lato-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: "LatoLightItalic";
        src: url('/font/Lato-LightItalic.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

/* global styles
===========================*/
      body {
        /*padding-top: 113px;*/
        padding-bottom: 0px;
		background: #ffffff;
		color: #000000;
		font-size:16px;
		font-family: "Lato", Verdana;
      }
body.testimonials-submit {
	background: #2e182a;
}
.testimonials-submit header {
	background: #fff;
}
.testimonials-submit .containerWide {
	background: #fff;
	width: 100%;
}
      body.pages-display-index {
      	background:#2e182a;
		color: grey;
      }

	  header{
		/*padding-top:50px; IDK */
	  }
	  section {
		position:relative;
		/*padding-top:113px!IMPORTANT;*/
		padding-bottom:80px;
		width:100%;
		min-width:100%;
	  }

	  .page-header{
		padding-top:20px;
	  }


	  	.justify{
		text-align:justify;
	}


	/* HEADER
	============================*/

	  #head-top {
	  position:relative;
		padding-top:0px;
		padding-bottom:0px;
		/**margin-top: -113px;
		display:inline-block;**/
		width:100%;
		overflow:hidden;
	  }

	  body.pages-display-index {
	  	background: #000 url('/img/carousel/dedicated.jpg') no-repeat;
		height:100%;
		min-height:800px;
	  }

	  body.users-login, body.users-loginauth, body.users-googleauth, body.users-security  {
	  	background: #2e182a url('/img/clientsbackground.png');
	background-size: 100% 100%;
		background-repeat: no-repeat;
		height:100%;
		/**min-height:800px;*/
	  }



	  body.webhostingservices-clients_index, body.clientarea {
	  	background: #000 url('/img/servicesClientsBackground.png');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

	   body.pages-display-affiliate-program > section:first-of-type {
	  	background: #000 url('/img/servicesClientsBackground.png');
		background-repeat: no-repeat;
		height:100%;
		padding-bottom: 40px;
	  }

		body.pages-display-affiliate-program > section:first-of-type  h2 {
			margin-top: 30px;
			font-family: "Lato";
			font-size: 28px;
			letter-spacing: 1.5px;
		}
      body.webhostingservices-index, body.vps-vnc, body.dedicated-index, body.dns-index, body.dns-view, body.dns-zonefile, body.dns-edit,  body.dns-add, body.logs-index, body.dnsrecords-add,body.dnsrecords-ptr,body.dnsrecords-edit, body.vps-index, body.vps-add, body.vps-view, body.xen-view, body.dedicated-view, body.colocation-view, body.vps-deploy, body.vps-trial {
	  	background: #000 url('/img/servicesbackground.jpg');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

	  body.webhostingservices-dedicatedServers, body.webhostingservices-colocation,body.webhostingservices-webDesignersAndDevelopers  {
	  	background: #000 url('/img/carousel/dedicated.jpg');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }


		body.webhostingservices-virtualServers, body.webhostingservices-cloudHosting {
	  	background: #000 url('/img/carousel/vps.jpg');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

	  body.webhostingservices-webHosting {
	  	background: #000 url('/img/carousel/hosting.jpg');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

		body.webhostingservices-domainRegistration {
	  	background: #000 url('/img/carousel/domains.jpg');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

	  body.webhostingservices-webDesignersAndDevelopers {
	  	background: #09020E url('/img/carousel/development.png');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

		body.testimonials-index {
	  	background: #1E0421 url('/img/testimonialsbackground.png');
		background-repeat: no-repeat;
		height:100%;
		min-height:400px;
	  }

	  	body.pages-display-about-allsimple, body.pages-display-terms-of-service, body.statuses-index {
	  		background: #fff;
	  	}


	  .about #head-top {
	  	background: #fff;
	  	height:100%;
		overflow:hidden;
		min-height:125px;
	  }

	  #head-top .hero-unit{
		background:none;
		min-height:750px;
		color:#ffffff;
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		padding-top:160px;
	}
	#head-top .hero-unit h1{
	text-shadow: none;
	border-bottom: 1px solid #6e6a77;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	#head-top .hero-unit h1:after {
	  background: none;
    border-top: 3px solid #b3b3b3;
    content: "";
    display: block;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 20px;
    margin-bottom: -20px;
    pointer-events: none;
}

	.gobtnwrapper{
		position:absolute;
		bottom:0px;
		right:0px;
		left:0px;
		display:block;
		width:100%;
		height:50px;
		text-align:center;
	}
	.gobtn{
		display:inline-block;
		width:50px;
		height:50px;
		background:#48134d;
		-moz-border-radius-topleft: 50%;
		-webkit-border-top-left-radius: 50%;
		 border-top-left-radius: 50%;
		-moz-border-radius-topright: 50%;
		-webkit-border-top-right-radius: 50%;
		border-top-right-radius: 50%;
		-moz-border-radius-bottomleft: 50%;
		-webkit-border-bottom-left-radius: 50%;
		 border-bottom-left-radius: 50%;
		-moz-border-radius-bottomright: 50%;
		-webkit-border-bottom-right-radius: 50%;
		border-bottom-right-radius: 50%;
		padding-top:15px;

	}
	.gobtn i{
		color:#fff;
	}
	.gobtn:hover{
		opacity:0.9;
		text-decoration:none;
	}


	  /* SECTIONS
	  ===========================*/

	#Section-1{
	background:#59195F;
	color:#fff;
	border-top: 4px solid white;
	padding-top: 100px;
	}

	  #ourServicesHome{
	  	min-height: 799px;
		height: 100%;
		background:#000 url('/img/servicesbackground.jpg');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		color:#fff;
	  }

	  .well{
		border:none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	  }
	  #Section-1 .well{
		/*background-color:#34495e;*/
		background:url(../../images/bgredtwo.png) 0% 0% fixed repeat;
		color:#fff;
		margin-bottom:-100px;
		margin-top:60px;
		padding-top:60px;
		padding-bottom:60px;

	  }
	  .well .lead{
		font-size:220%;
	  }
	  #ourServicesHome .well{
		background:url(../../images/bgredtwo.png) 0% 0% fixed repeat;
		margin-bottom:-100px;
		margin-top:60px;
		padding-top:60px;
		padding-bottom:60px;
	  }
	  #aboutAllsimpleHome{
		height: 650px;
		background: #fff;
		/*background:#fff url('/img/aboutus4d.png');
		background-repeat: no-repeat;
		background-size: auto 650px;*/
		padding-bottom: 0px;
		padding-top: 0px;
	  }
	  #aboutAllsimpleHome h2,
	  #aboutAllsimpleHome h1, #aboutAllsimpleHome p{
		color:#000;
		margin-bottom: 40px;

	  }


	  @media screen and (max-width: 1049px) {
	  	 #aboutAllsimpleHome{
	  	 	background-size: 30% auto cover;
	  	 	min-height: 423px;
	  	 	height: 100%;
			background-size: 405px 323px;
	  	 }
	  }
	  @media screen and (max-width: 980px) {
	  	 #aboutAllsimpleHome{

		background:#fff;
	  	 }
	  }

	  #testimonialsHome{
	  min-height: 595px;
		height: 100%;
		background:#fff;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		color:#fff;
		padding-top: 80px;
	  }
	  #testimonialsHome h2,
	  #testimonialsHome h3{
		color:#000;
	  }

	  #testimonialsHome h3 {
	  	font-size: 26px;
	  	line-height: 40px;
	  	font-family: "LatoLight";
	  }

	 #contactHome {
		min-height: 623px;
		height: 100%;
		background:#fff url('/img/purplebackground.png');
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: right;
	  }

	hr{
		margin:40px 0px;
	}
	hr,
	.page-header {
		border-color:rgba(250,250,250, 0.1);
	  }
	  #aboutAllsimpleHome .page-header {
	  	background-color: #fff;
		padding-left: 50px;
		margin-top: 0px;
		padding-top: 90px;
		min-height: 650px;
	  }
	  #ourServicesHome p{
		color:rgba(250,250,250, 0.9);
	  }
	  #ourServicesHome h3 {

	  }

	  .page-header h2,
	  .page-header h3{
		font-weight:100;
		font-size:46px;
		line-height:46px;
		text-transform: uppercase;
	  }

	  .box{
		margin-bottom:30px;
	  }

	  #Section-1 .box > img {
	  	min-height: 151px;
	  	margin-bottom: 20px;
	  }

	  #Section-1 .box > p {
	  	line-height: 25px;
	  }

	  #ourServicesHome .box > h2 {
		font-size: 28px;
		font-family: "LatoBold";
		margin-top: 0px;
	  }

	   .webhostingservices-index .box > h2 {
		font-size: 28px;
		font-family: "LatoBold";
		margin-top: 0px;
		color: #fff;
	  }
	  .about-box {
		margin-bottom:20px;
		margin-top:20px;
		color:#fff;
	  }

	  .about-box h3,
	  .about-box h4{
		border-bottom:1px solid #fff;
	  }
	  .about-box h3 span,
	  .about-box h4 span{
		border-bottom:2px solid #fff;
		display:inline-block;
	  }

	  /* FOOTER
	  ================================*/
	    footer{
		display:inline-block;
		width:100%;
		min-width:100%;
		padding-top:50px;
		padding-bottom:50px;
		min-height:200px;
		background:#292C37;
		color:#fff;
	  }

	  footer .circ-wrap{
		float:left;
		margin:10px;


	  }
	   footer .circ-wrap a{
			color:#fff;
	   }

	   footer .circ-wrap a:hover{
			text-decoration:none;
	   }

	  /* NAVIGATION
	  =============================== */

	 .navbar .nav {
	 	margin-top: 40px;
	 }
	.navbar .nav > li > a {
		float: none;
	/**	padding: 30px 10px 30px 10px;**/
		text-decoration: none;
		text-shadow: none;
		font-size:14px;
		text-transform:uppercase;
	/**	border-top: 10px solid transparent;**/
		position: relative;

	}

	.index .navbar .nav > li > a {
		color: #fff;
	}

	.about .navbar .nav > li > a {
		color: #000;
	}
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		/*color: #48134d; */
		text-decoration: none;
		background: none;
	/*	border-top: 10px solid #fc5242;*/
		-webkit-box-shadow:  none;
			-moz-box-shadow:   none;
				box-shadow:  none;
	}
	.navbar .brand {
		padding: 30px 15px 30px 15px;

		margin-right:30px;
	}

	.navbar-fixed-top .navbar-inner,
	.navbar-static-top .navbar-inner {
		-webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
					box-shadow:0 3px 0px rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-inner {
		min-height: 60px;
		padding-right: 20px;
		padding-left: 20px;
		background: transparent;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		filter: none;
		-webkit-box-shadow: none;
			-moz-box-shadow: none;
				box-shadow: none;
	}

	/* ICONS WRAPERS
	===========================*/
	.circ-wrap{
		width: 98px;
		height: 98px;
		margin: 0 auto;
		line-height: 95px;
		text-align: center;
		border: 1px solid rgba(250,250,250,.9);
		border-radius: 50px;
		padding-top:15px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}


	/* Carousel
	==============================*/
	.carousel-control {
		position: absolute;
		top: 50%;
		left: 15px;
		width: 40px;
		height: 40px;
		margin-top: 20px;
		font-size: 30px;
		padding-top:10px;
		font-weight: 100;
		line-height: 30px;
		color: #ffffff;
		text-align: center;
		background: none;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;

	}
	.carousel-control.right {
		right: 0px;
		left: auto;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		 border-top-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.carousel-control.left {
		left: 0px;
		right: auto;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	/* TEAM
	==============================*/
	.social-contacts a i{
		text-decoration:none;
		color:#3F7497;
	}
	.social-contacts a i:hover{

		color:#335E7C;
		text-decoration:none;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
	}
	.social-contacts a:hover{
		text-decoration:none;
	}

	/* PRODUCTS
	==============================*/
	.thumbnail.product-item{
		border-top:0px;
		border-left:0px;
		border-right:0px;
		overflow:hidden;
		max-height:300px;
		padding-top:20px;
		background:none;
		border-bottom:4px solid rgba(0,0,0, 0.1);
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
				box-sizing:border-box;
		-webkit-border-radius:0px;
			-moz-border-radius:0px;
				border-radius:0px;
	}


	/* BUTTONS
	=============================*/
	.btn {
	  border: none;
	  background: #832A8C;
	  color: white;
	  font-size: 16.5px;
	  text-decoration: none;
	  text-shadow: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: 0.25s;
	  -moz-transition: 0.25s;
	  -o-transition: 0.25s;
	  transition: 0.25s;
	  -webkit-backface-visibility: hidden;
	}

  .btn:hover,
  .btn:focus {
    background-color: #0264d3;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
	}
  .btn:active, .btn.active {
		background-color: #2c3e50;
		color: rgba(255, 255, 255, 0.75);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
  .btn.disabled,
  .btn[disabled] {
		background-color: #95a5a6;
		color: white;
	}

  .btn.btn-large {
		padding-bottom: 12px;
		padding-top: 13px;
	}
  .btn.btn-primary {
		background-color: #832A8C;
	}
    .btn.btn-primary:hover,
	.btn.btn-primary:focus {
      background-color: #0754af;
	}
    .btn.btn-primary:active,
	.btn.btn-primary.active {
      background-color: #0754af;
	 }
	.btn.btn-info {
		background-color: #3498db;
	}
    .btn.btn-info:hover,
	.btn.btn-info:focus {
      background-color: #5dade2;
	 }
    .btn.btn-info:active,
	.btn.btn-info.active {
      background-color: #2383c4;
	}
  .btn.btn-danger {
		background-color: #e74c3c;
	}
    .btn.btn-danger:hover,
	.btn.btn-danger:focus {
      background-color: #ec7063;
	}
    .btn.btn-danger:active,
	.btn.btn-danger.active {
      background-color: #dc2d1b;
	}
  .btn.btn-success {
    background-color: #2ecc71;
	}
    .btn.btn-success:hover,
	.btn.btn-success:focus {
      background-color: #55d98d;
	 }
    .btn.btn-success:active,
	.btn.btn-success.active {
      background-color: #27ad60;
	}
  .btn.btn-warning {
		background-color: #FFAA49;
	}
    .btn.btn-warning:hover,
	.btn.btn-warning:focus {
      background-color: #f4d03f;
	}
    .btn.btn-warning:active,
	.btn.btn-warning.active {
      background-color: #cea70c;
	 }

	 /* Progress bars
	 ================================*/
	 .progress,
	 .ui-slider {
		  background: #e8edf2;
		  border-radius: 32px;
		  height: 20px;
		  -webkit-box-shadow: none;
		  -moz-box-shadow: none;
		  box-shadow: none;
		  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .progress .bar,
  .ui-slider .bar {
		background: #1abc9c;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
  .progress .bar-success,
  .ui-slider .bar-success {
		background-color: #2ecc71;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
  .progress .bar-warning,
  .ui-slider .bar-warning {
		background-color: #FFAA49;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
  .progress .bar-danger, .ui-slider .bar-danger {
		background-color: #e74c3c;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
  .progress .bar-info, .ui-slider .bar-info {
		background-color: #3498db;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}

	.navbar .btn-navbar {
		float: right;
		padding: 20px 20px;
		margin:0px;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #292425;
		background-image: none;
		border-color: none;
		filter: none;
		-webkit-box-shadow: none;
			-moz-box-shadow: none;
				box-shadow: none;
		-webkit-border-radius:0px;
			-moz-border-radius:0px;
				border-radius:0px;
	}

	span.latobold {
		font-family: "Latobold";
	}

	#UserClientsLoginForm {
		padding-top: 40px;
	}

	#UserClientsLoginForm #padding {
		height: 15px;
	}
	#UserEmail, #UserPassword, #UserCode {
		line-height: 30px;
		height: 40px;
		width: 100%;
		font-family: "LatoMedium";
		font-size: 16px;
		padding-left: 10px;
	}

	#UserClientsLoginForm label {
		color: white;
		text-align: left;
	}

	#UserRememberMe {
		margin-top: 4px;
		border: none;
	}

	#UserClientsLoginForm #clientForgot {
		float: right;
		color: #ca8ad0;
		font-family: "Lato";
		font-size: 16px;
		text-align: right;
	}

	#UserClientsLoginForm div.checkbox{
		float: left;
	}

	#UserClientsLoginForm .submit input, #UserClientsLoginauthForm  .submit input{
		width: 130px;
		height: 40px;
		margin-top: 40px;
		color: white;
		background-color: #832a8c;
		border: #832a8c;
				-webkit-border-radius:3px;
			-moz-border-radius:3px;
				border-radius:3px;
		font-family: "Lato";
		font-size: 14px;
		text-transform: uppercase;
	}


	.unpaid {
	    background-color: #cc0000;
	}

	.paid {
	    background-color: #779500;
	}

	.btn.active, span.active  {
	    background-color: #779500;
	}

	.expired {
	    background-color: #cc0000;
	}

	.refunded {
	    background-color: #224488;
	}

	.cancelled {
	    background-color: #cccccc;
	}


	.orderheadingrow {
		display:none;
	}
	.orderrow1 {
		background-color: #0264d3;
	}
	.orderrow2 {
		background-color: #0451aa;
	}

.btn-primary:hover {
	background-color: #0754af;
}

	/* @media width
	====================================*/
	@media (max-width: 991px){
		.testimonials-submit .containerWide {
			width:100%;
		}
		body.testimonials-submit {
			background: #fff;
		}
	}
	@media (max-width: 979px){
			.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
			padding-bottom: 0px;
			padding-top: 0px;
		}
		.navbar-fixed-top, .navbar-fixed-bottom {
			position: fixed !important;
		}
	}
	@media (max-width: 767px){
		body {
			padding-right: 0px;
			padding-left: 0px;
		}
		.container{
			padding-right: 20px;
			padding-left: 20px;
		}

		.navbar-inverse .navbar-inner {
			min-height: 30px;
		}

		.navbar .brand {
			padding: 15px 0px 10px;
		}
		.navbar .brand{
			margin-left:20px;
			font-size:28px;
		}
		.navbar .nav > li > a {
			float: none;
			padding: 15px 20px 15px;
			-webkit-border-radius:0px;
				-moz-border-radius:0px;
					border-radius:0px;
		}

	}
	@media (min-width: 980px) AND (max-width:1199px) {
		.navbar .nav > li > a {
			float: none;
			padding: 15px 6px 15px;
			-webkit-border-radius:0px;
				-moz-border-radius:0px;
					border-radius:0px;
		}
	}

.webhostingservices-virtualServers .row h2, .webhostingservices-cloudHosting .row h2, .webhostingservices-webHosting .row h2, .pages-display-about-allsimple .row h2, .webhostingservices-index .row h2 {
	margin-top: 30px;
}

.about-desc-row h4 {
	margin-top: 40px;
}
#aboutAllsimpleAbout {
	margin-top: 60px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 60px;
}

h1 {
  font-size: 66px;
  font-family: "LatoSemibold", Verdana;
  text-transform: uppercase;
  margin-top: 60px;
}

h1.about {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  height: 60px;
  width: 437px;

}

h1.about:after {
    background: none;
    border-top: 3px solid #b7b7b7;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 0px;
    right: 301px;
    bottom: 0px;
    padding: 2em;
    pointer-events: none;
}

h1.about-page{
  border-bottom: 1px solid #b8b8da;
  position: relative;
  height: 60px;
  width: 437px;
  display: table;
  margin: 0 auto;

}

h1.about-page:after {
    background: none;
    border-top: 3px solid #b3b3b6;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 150px;
    right: 150px;
    bottom: 0px;
    padding: 2em;
    pointer-events: none;
}

h5 {
  font-size: 66px;
  font-family: "LatoSemibold", Verdana;
  text-transform: uppercase;
  margin-top: 60px;
}


h5.contact {
  border-bottom: 1px solid #702b77;
  position: relative;
  height: 60px;
  width: 437px;

}

h5.contact:after {
    background: none;
    border-top: 3px solid #d888e0;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 0px;
    right: 301px;
    bottom: 0px;
    padding: 2em;
    pointer-events: none;
}


h2 {
  font-size: 66px;
  font-family: "LatoLight", Verdana;
  text-transform: none;
  margin-top: 60px;
}

h2.ourservices {
  margin: 0 auto;
}

h2.testimonials, h2.ourservices {
	border-bottom: 1px solid #6e6a77;
  	position: relative;
  	height: 60px;
  	width: 437px;
  	display: table;
  	font-family: "LatoSemibold", Verdana;
}
h2.testimonials:after {
	  background: none;
    border-top: 3px solid #b3b3b3;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 0px;
    bottom: 0px;
    padding: 70px;
    pointer-events: none;
}

h2.ourservices:after {
	  background: none;
    border-top: 3px solid #b3b3b3;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 150px;
    bottom: 0px;
    padding: 70px;
    pointer-events: none;
}

h2.clientarea {
	 border-bottom: 1px solid #6e6a77;
  position: relative;
  height: 60px;
  width: 437px;
  font-weight: normal;
  text-transform:uppercase;
  display: table;
  margin: 0 auto;

}

h2.clientarea:after {
	  background: none;
    border-top: 3px solid #b3b3b3;
    content: "";
    display: block;
    position: absolute;
    top:57px;
    left: 150px;
    right: 150px;
    bottom: 0px;
    padding: 2em;
    pointer-events: none;
}




h3 {
  font-size: 37px;
  font-family: "LatoMedium", Verdana;
  font-weight: normal;
  margin-top: 33px;
  margin-bottom: 40px;
}

h3.clientarea {
	 border-bottom: 1px solid #6e6a77;
  position: relative;
  height: 50px;
  width: 380px;
  font-weight: normal;
  text-transform:uppercase;
  margin: 0 auto;

}

h3.clientarea:after {
	  background: none;
    border-top: 3px solid #b3b3b3;
    content: "";
    display: block;
    position: absolute;
    top:47px;
    left: 80px;
    right: 80px;
    bottom: 0px;
    padding: 2em;
    pointer-events: none;
}
h3.clientlogin {
	color: white;
	font-size: 32px;
	margin-top:40px;
}
h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}


.white {
	color: white;
}

.black {
	color: black;
}
.page-header {
  padding-bottom: 9px;
}

.pages-display-webchat iframe {
	/*margin: auto;*/
	display: block;
	margin: 50px auto;
}

.pages-display-webchat .col-md-12:nth-of-type(2) {
	margin-top: 50px;
}

pre+h4 {
	margin-top: 30px;
}

h4 small a {
	float: right;
    background-color: #0451AC;
    border: none;
    color: white;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
}

h4 small a:hover {
	color: #fff;
	text-decoration: none;
}

.mainBlueHeader h4 small a {
    background-color: #fff;
    color: #0451AC;
    margin-top: 30px;
    margin-bottom: 0px;
    padding:5px 10px 4px 10px;
    text-transform: none;
    font-size: 14px;
}

.subBlueHeader h4 small a {
    background-color: #fff;
    color: #0451AC;
    margin-top: 21px;
    margin-bottom: 0px;
    padding:4px 10px 4px 10px;
    text-transform: none;
    font-size: 14px;
}

.mainBlueHeader h4 small a:hover, .subBlueHeader h4 small a:hover {
    text-decoration: none;
}


p.information span{
	color: #832A8C;
}

.dnsrecords-add pre, .dns-edit pre, .dns-view pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
   overflow: auto;
}
