/* Flexible iFrame */
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: bold;*/
  font-family: 'Raleway', sans-serif;
}
h2 {
  font-size: 28px;
}

.container-fluid {
  max-width: 990px;
  padding: 40px 15px;
  margin: 0 auto;
  overflow: hidden;
}
	/* Some stuff to limit line lengths in article pages */
	.container-fluid .stdcontent p ,
	.container-fluid .stdcontent h1 ,
	.container-fluid .stdcontent h2 ,
	.container-fluid .stdcontent h3 ,
	.container-fluid .stdcontent h4 ,
	.container-fluid .stdcontent h5 ,
	.container-fluid .stdcontent h6 ,
	.container-fluid .stdcontent ul ,
	.container-fluid .stdcontent ol ,
	.container-fluid .stdcontent dl {
		max-width: 640px;
	}
	
.btn {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}	
.btn-lg {
	padding: 10px 20px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}	
	
.title {
  text-align: center;
}
.title h2 {
  margin-bottom: 25px;
  margin-top: 0px;
}
.site-header .container-fluid {
  padding: 0 15px;
}
.site-header .navbar {
  margin-bottom: 0;
  background: #FFFFFF;
  border: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 0;
}
.site-header .logo {
  width: 268px;
  height: 56px;
  margin: 6px 0 6px 10px;
  padding: 0;
}
	.site-header .logo a {
  		width: 268px;
  		height: 56px;
		background: url('dotadmin.png') no-repeat;
		background-size: 268px 56px;
		display: block;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
.navbar-default .navbar-nav {
  margin-top: 22px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-weight: normal;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #0099DD;
  border-bottom: #0099DD 2px solid;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #0099DD;
  background: none;
}
.navbar-default .navbar-nav > li > a.login {
  color: #c2daf3;
}
.navbar-default .navbar-toggle {
  margin: 80px 10px	 0 0;
  color: #333
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse ,
.navbar-collapse.in {
	border: 0;
}
	.navbar-collapse.in li {
		font-size: 20px;
	}

.standard-header {
  background: #E6E6E6;
}
	.standard-header .container-fluid {
		padding: 20px;
	}
	.standard-header .title {
		text-align: center;
		color: #556270;
	}
		.standard-header .title h2 {
			margin: 0 0 10px;
			font-size: 36px;
			text-transform: uppercase;
		}
		.standard-header .title p {
			font-size: 18px;
		}
		
		
.video-header {
  border: 0;
  background: #E6E6E6;
  position: relative;
}
	.video-header #topvideo {
	  padding: 0;
	  display: block;
	  background-image: url('/layout/race_car_still.jpg');
	  background-size: 100% auto;
	  /* iOS Safari hack */
	  position: relative;
	  padding-top: 56.25%;
	  display: none;
	  /* iOS Safari hack */
	}
		.video-header #topvideo video {
			border: 0;
			padding: 0;
			margin: 0;
			/* iOS Safari hack */
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important; 
			height: 100% !important;
			/* iOS Safari hack */
		}
	.video-header .overlay {
		z-index: 2;
		padding: 0 auto;
		width: 100%;
	}
	.video-header .overlay .container-fluid {
		margin: 0 auto;
	}
		.video-header .overlay .container-fluid .title {
			text-align: center;
			color: #333;
		}
			.video-header .overlay .container-fluid .title h2 {
				margin: 0;
				font-size: 40px;
				padding: 0 0 10px 0;
			}
		.video-header .overlay .container-fluid .message {
			color: #FFFFFF;
			padding: 20px;
			border-radius: 5px;
			background-color:rgb(51, 51, 51);
			background-color:rgba(0, 0, 0, 0.6);
    		/*width: 500px;*/
		}
			.video-header .overlay .container-fluid .message h3 {
				margin-bottom: 2px;
			}
			#findoutmorebtn {
				display: none;
			}
		
		
@media screen and (min-width: 775px) {
	.site-header .logo {
		margin-left: 0px;
	}
	.video-header #topvideo {
		display: block;
	}
	.video-header .overlay .container-fluid .title {
		text-align: left;
		color: #FFFFFF;
		padding: 50px 0px 10px 0;
		/*
		text-shadow: 0 0 2px #000;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=215, Strength=2);
		*/
	}
	.video-header .overlay {
		display: block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background: rgba(0,0,0,0.15);
	}
	.video-header .overlay .container-fluid .message {
		margin: 20px 0px;
		width: 500px;
	}
			#findoutmorebtn {
				display: inline-block;
				margin-right: 10px;
				background: #ccc;
			}
			#findoutmorebtn:hover {
				background: #eee;
			}			
}

.login {
  max-width: 300px; 
  margin: 30px auto 0;
}
.login .form-control {
  height: 45px;
}
.login .btn {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  font-size: 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.login .forgot-password {
  text-align: center;
  margin-top: 30px;
}
.signup .form-control {
  display: block;
}
.signup h3 {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.packages {
  margin-left: -15px;
  margin-right: -15px;
}
.packages ul {
  list-style: none;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.packages ul li {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  margin-bottom: 25px;
  padding-top: 40px;
}
.packages ul li.with-label {
  padding-top: 0;
}
.packages ul li .value {
  background: #4ECDC4;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.packages ul li .value p {
  margin: 0;
}
.packages ul li .title {
  background: #556270;
  padding: 17px 0;
  height: 192px;
}
.packages ul li .title h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.packages ul li .title .price {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.packages ul li .title .price .vat {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 -10px;
}
.packages ul li .title .per-month {
  color: #fff;
  margin: 0 0 6px;
  font-style: italic;
}
.packages ul li .wrap {
  background: #fff;
  overflow: hidden;
}
.packages ul li .wrap .specs {
  padding: 0;
}
.packages ul li .wrap .specs li {
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 15px;
  text-align: center;
  background: url(tick-icon.png) no-repeat 15px 13px;
  border-bottom: 1px solid #ddd;
}
.packages ul li .cta {
  background: #fff;
  overflow: hidden;
  padding: 15px;
}
.packages ul li .cta .btn {
  width: 100%;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
@media screen and (min-width: 600px) {
  .packages ul li {
    position: relative;
    min-height: 1px;
  }
  .packages ul li.with-label .value ,
  .packages ul li.with-label .title {
  	border-left: #F5F5F5 1px solid;
  	border-right: #F5F5F5 1px solid;
  }
  .packages ul li.with-label .specs li {
  	border-left: #DDD 1px solid;
  	border-right: #DDD 1px solid;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .packages ul li {
    float: left;
    width: 33.33333333333333%;
  }
}
.custom-package {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: 25px 0;
}
	.custom-package p {
	  	font-weight: bold;
	  	margin-bottom: 14px;
	}
	
.portfolio .section {
  margin-bottom: 50px;
}
.portfolio .section ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px 30px;
  overflow: hidden;
}
.portfolio .section ul li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 500px) {
  .portfolio .section ul li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 600px) {
  .portfolio .section ul li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 600px) and (min-width: 768px) {
  .portfolio .section ul li {
    float: left;
    width: 33.33333333333333%;
  }
}
.portfolio .section ul li h3 {
  font-size: 18px;
}
.themes {
    padding: 15px 0;
}
.themes .title {
  margin: 0 0 30px 0;
}
.themes ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.themes ul li {
  margin: 0 0 35px;
  padding: 0;
  width: 33%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  float: left;
  /* overflow: hidden; */
}
.themes ul li:last-child {
  margin: 0;
}
.themes ul li img {
}
.themes ul li .image {
    position: relative;
    margin: 0;
}
.themes ul li .image img {
    top: 0;
    left: 0;
    margin: 0;
  	width: 100%;
}

.themes ul li .info {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.5);
    z-index: 200;
    padding-top: 33%;
    margin: 0;
    text-align: center;
    opacity: 0;
}
.themes ul li .info:hover {
    opacity: 1;   
}


.themes ul li .info p {
  margin: 0 0 15px;
}
.themes ul li .info .btn {
  padding: 6px 12px;
  font-size: 18px;
}

@media screen and (min-width: 1250px) {
    .themes ul li {
      width: 25%;
    }
}
@media screen and (min-width: 850px) and (max-width: 1249px) {
  .themes ul li {
    width: 33%;
  }
}

@media screen and (min-width: 650px) and (max-width: 849px) {
  .themes ul li {
    width: 50%;
  }
}

@media screen and (min-width: 0px) and (max-width: 649px) {
  .themes ul li {
    float: none;
    width: 100%;
  }
}

.custom-themes .title {
  margin: 0 0 30px;
}
.custom-themes ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.custom-themes ul li {
  margin: 0 0 35px;
  padding: 0;
  overflow: hidden;
}
.custom-themes ul li:last-child {
  margin: 0;
}
.custom-themes img {
  	width: 100%;
}
.custom-themes ul li .info {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.custom-themes ul li .info h2 {
  margin: 0 0 15px;
}
@media screen and (min-width: 600px) {
  .custom-themes ul li .info h2 {
    margin: 10px 0 10px;
  }
}
.custom-themes ul li .info p {
  margin: 0 0 15px;
}
.custom-themes ul li .info .btn {
  width: 50%;
  padding: 12px 12px;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .custom-themes ul li .info .btn {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .custom-themes ul li .info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

.custom-themes ul li .image {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .custom-themes ul li .image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30;
  }
}

.main {
  background: #f5f5f5;
}
.homepage-section .overlay {
  padding: 100px 0;
  overflow: hidden;
}
.homepage-section h2 {
  margin: 0 0 17px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
.homepage-section.last {
  padding: 0;
}
.homepage-section .content {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage-section .content .image {
  text-align: center;
  position: relative;
  /*float: left;*/
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-section .content .image img {
  margin-top: 25px;
  border: 15px solid #556270;
  border-radius: 112px;
}

.homepage-section .content .text {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}
	.homepage-section .content .text a{
		font-weight: 400;
	}
@media screen and (min-width: 600px) {
  .homepage-section .content .image {
    position: relative;
    /*float: left;*/
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.homepage-section .content .image img {
  max-width: 218px;
}
.homepage-section .content .text {
  padding-top: 30px;
  position: relative;
  /*float: left;*/
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
@media screen and (min-width: 600px) {
  
  .homepage-section .content .text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }
  .homepage-section .content .text h2 {
    text-align: center;
    font-size: 42px;
  }
}

.call-to-action {
  background: #dbd8d8;
  color: #fff;
}
	.call-to-action h2 {
		color: #333;
		text-align: center;
		margin: 9px 0;
		display: block;
	}
	.call-to-action .btn {
		text-align: center;
		display: block;
		font-size: 20px;
		padding: 12px 24px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
	}
@media screen and (min-width: 1000px) {
	.call-to-action h2 {
	  	float: left;
	}
	.call-to-action .btn {
	  	float: right;
	  	display: block;
	}
}

.new-homepage-section .overlay {
  overflow: hidden;
}
.new-homepage-section h2 {
  margin: 0 0 17px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
.new-homepage-section.last {
  padding: 0;
}
.new-homepage-section .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
.new-homepage-section .content {
  margin-left: -15px;
  margin-right: -15px;
}
.new-homepage-section .content .image {
  text-align: center;
  position: relative;
  /*float: left;*/
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.new-homepage-section .content .image img {
  margin-top: 25px;
  border: 15px solid #556270;
  border-radius: 112px;
}

.new-homepage-section .content .text {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}
	.new-homepage-section .content .text a{
		font-weight: 400;
	}
@media screen and (min-width: 600px) {
  .new-homepage-section .content .image {
    position: relative;
    /*float: left;*/
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.new-homepage-section .content .image img {
  max-width: 218px;
}
.new-homepage-section .content .text {
  position: relative;
  /*float: left;*/
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
@media screen and (min-width: 960px) {
  .new-homepage-section .content {
	  min-height: 300px;
  }
  .new-homepage-section .content .image {
	  display: none;
  }
  .new-homepage-section .content .text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    width: 45%;
    text-align: left;
  }
  .new-homepage-section .content .text h2 {
    font-size: 42px;
    text-align: left;
  }
  .new-homepage-section .container-fluid {
	padding-top: 40px;
	padding-bottom: 40px;
  }
}

#content-management .content .text,
#online-instantly .content .text {
	float: right;
}

#content-management .content .image,
#online-instantly .content .image {
	float: left;
}

.testimonials {
  background: #83D6FF;
  background: #FFF;
}
.testimonials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonials ul li {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  border-bottom: #E6E6E6 1px solid;
}
.testimonials ul li .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.testimonials ul li .text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 20px 15px 15px 20px;
}
.testimonials ul li.last {
  margin-bottom: 0;
}
.testimonials ul li .quote {
  font-style: italic;
}
.testimonials ul li .source {
  font-weight: bold;
}
.testimonials ul li .image img {
  width: 135px;
}
.signup-form {
  margin-left: -15px;
  margin-right: -15px;
}
.signup-form fieldset {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#signup-now_form fieldset {
  margin-bottom: 20px;
}

#signup-now_form .btn-signup {
  width: 100%;
  padding: 15px 0;
  font-size: 21px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
	#domainlookup {
		margin-top: 10px;
	}


.articles .articles-nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.articles .articles-nav ul {
  list-style: none;
  padding: 0;
}

.articles .articles-nav ul li {
  margin: 0;
}


.articles .articles-nav ul li a:hover {
  text-decoration: none;
}



.articles .articles-nav ul li h3 {
  margin: 0 0 10px;
}

.articles .articles-nav ul li h3 a {
  color: #2a6191;
  font-size: 18px;
}

.articles .articles-nav ul li h3 a:hover {
  text-decoration: none;
}


@media screen and (min-width: 960px) {
		#online-instantly {
		background: url(get-online.jpg) no-repeat fixed center;
		background-size: cover;
		color: #fff;
		}
		
		#online-instantly .overlay {
		background: rgba(0,0,0,0.5);
		}
		
		#customise-design {
		background: #fff url(design-bg.png) no-repeat right center;
		color: #333;
		}
		
		#customise-design .overlay {
		background: url(design-bg.png) no-repeat right center fixed;
		}
		
		#content-management {
		background: #666 url(content-management-img.png) no-repeat center left;
		color: #fff;
		}
		
		#content-management .overlay {
		background: rgba(0,0,0,0.5);
		}
		
		#mobile-friendly {
		background: #fff url(mobile-img.png) no-repeat right center;
		color: #333;
		}
		
		#mobile-friendly .overlay {
		background: rgba(0,0,0,0.5);
		}
		
		#online-instantly {
		background: #666 url(hosting-img.png) no-repeat left center;
		color: #fff;
		}
		
		#enquiry-form-handling {
		background: #fff url(contact-img.png) no-repeat right center;
		color: #333;
		}
		
		#enquiry-form-handling .overlay {
		background: rgba(0,0,0,0.5);
		}
		
		#image-management {
		background: #666 url(image-management-img.png) no-repeat left;
		color: #fff;
		}
		
		#image-management .overlay {
		background: rgba(0,0,0,0.5);
		}
		
		#image-management .text {
		float: right;
		}
		
		#ecommerce {
		background: #fff url(ecommerce-img.png) no-repeat right center;
		color: #333;
		}
		
		#ecommerce .overlay {
		background: rgba(0,0,0,0.5);
		}

}


.container-fluid .documentation h1 ,
.container-fluid .documentation h2 ,
.container-fluid .documentation h3 ,
.container-fluid .documentation h4 ,
.container-fluid .documentation h5 ,
.container-fluid .documentation h6 {
	max-width: none;
}
.container-fluid .documentation h1 ,
.container-fluid .documentation h2 {
	font-size: 18px;
}
.container-fluid .documentation h3 {
	font-size: 16px;
}
.container-fluid .documentation h4 {
	font-size: 14px;
}
.documentation pre {
    word-break: initial;
    word-wrap: initial;
    white-space: pre;
    overflow: auto;
}


@media screen and (min-width: 680px) {
  .articles .articles-nav {
    width: 30%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
  .articles .articles-content {
    width: 68%;
    float: right;
  }
}

@media screen and (min-width: 700px) {
  .signup-form fieldset {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact {
  background: #556270;
  color: #fff;
}
.contact .content {
  overflow: hidden;
}
.contact a {
  color: #c2daf3;
}
.contact h3 {
  font-size: 16px;
  margin-top: 0;
}
.contact .map {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .contact .map {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 700px) {
  .contact .form {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact textarea.form-control {
  height: 100px;
}
.contact .contact-details {
  text-align: center;
}
.contact .contact-details p {
  margin-bottom: 20px;
}
.contact .contact-details ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}
.contact .contact-details ul li {
  float: left;
  margin-right: 10px;
}
.footer {
  border-top: 1px solid #fff;
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
}
.footer .copyright {
  float: left;
}
.footer .terms {
  list-style: none;
  padding: 0;
  float: right;
}
.footer .terms li {
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .footer .copyright {
    float: none;
  }
  .footer .terms {
    float: none;
    margin-top: 10px;
  }
  .footer .terms li {
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .testimonials ul li .image {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials ul li .text {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 850px) {
  .testimonials ul li .image {
    position: relative;
    float: left;
    width: 16.666666666666664%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials ul li .text {
    position: relative;
    float: left;
    width: 83.33333333333334%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 420px) {
	.testimonials ul li .image,
	.testimonials ul li .text {
		width: 100%;
	}
	.testimonials ul li .image {
		margin-bottom: 20px;
	}
	.homepage-section h2 {
		text-align: center;
	}
}


@media screen and (min-width: 960px) {

	.new-homepage-section .content {
    	min-height: 150px;
	}
	
	.new-homepage-section.large .content {
    	min-height: 350px;
	}	

	.new-homepage-section .content .text{
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 22px;
		margin-left: 0;
		margin-right: auto;
		width: 50%;
		text-align: left;
	
	}
	
	.new-homepage-section.small .content .text {
		width: 70%;
	}

	.new-homepage-section.textright .text{
		margin-right: 0;
		margin-left: auto;
	
	}
	
		#tailoreddesign {
			 background: #f4f2f2;
		}
		#tailoreddesign .container-fluid {
			background: url('/layout/screen.png') no-repeat left;
		}
		
		#easycms {
   			color: #333;
   			background: #fff;
		}
		#easycms .container-fluid {
			background: url('/layout/design-img.png') no-repeat scroll right center;
		}
		
		#mobilefriendly { 
			background: #f4f2f2;
		}
		#mobilefriendly .container-fluid {
			background: url('/layout/phone.png') no-repeat left #f4f2f2;
		}
		
		#ecommerceavailable .container-fluid {
			background: url('/layout/ecommerce-icon.png') no-repeat 97%;
		}
		
		#hosting {
			background: #fff;
			color: #333;
		}
		#hosting .container-fluid {
			background: url('/layout/hosting_icon.png') no-repeat 100%;
		}
		
		#enquiryformhandling .container-fluid {
			background: url('/layout/form_handling_icon.png') no-repeat 100%;
			color: #333;
		}
		
		#imagemanagement {
			background: #fff;
		}
		#imagemanagement .container-fluid {
			background: url('/layout/image_man_icon.png') no-repeat 100%;
		}
	

}

.feature-list {
    margin-left: 15px;
}

.feature-list li {
    margin-bottom: 5px;
}

.feature-list .glyphicon-ok, 
.glyphicon-ok--brand {
    background: #5cb85c;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.da-progress-bar-container {
    background: #f5f5f5;
    height: 25px;
}

.da-progress-bar {
    background: #5cb85c;
    height: 25px;
    text-align: middle;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    transition: width 1s;
}

.da-progress-bar-status.done {
    font-weight: bold;
}