/*
body {
	font-family: sans-serif;
}
*/

html, body {
  width: auto;
  overflow-x: hidden;
}

p {
	font-weight:600;
	color: #576371;
}

.texth1 {
	color: #576371;
	font-size: 16px !important;
	line-height: 1.42857143;
}

h1, h2, h3, h4 {
	color: #2b323a;
}

.topbanner h1 {
	font-size: 28px;
	font-weight: 600;
	color: #0070bb;
	margin-left: 16px;
	margin-top: 32px;
	font-style: italic;
}

.topbanner h1 span {
	font-size: 20px;
	padding: 4px;
	border: 1px solid #0070bb;
	border-radius: 50%;
	color: #ffffff;
	background-color: #0070bb;
}

.mr5 {
	margin-right: 5px;	
}

.mt2 {
	margin-top: 2px;	
}

.mt0 {
	margin-top: 0px;	
}

.mt10 {
	margin-top: 10px;	
}

.mt20 {
	margin-top: 20px;	
}

.ml5 {
	margin-left: 5px;	
}

.ml10 {
	margin-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pt0 {
	padding-top: 0px;
}


.green {
	color: #60bf19;
}



#navbar {
	padding-top: 19px;
}

@media screen and (max-width: 1019px) {
	.navbar-collapse {
		padding-top: 0px !important;
	}
	
	.btn-col {
		margin-left: 15px !important;
		margin-bottom: 4px;
	}
	
	.navbar-brand img {
    	width: 180px;
	}
	
	.navbar, .navbar-header {
		min-height: 58px !important;
	}
	
	button.navbar-toggle {
		margin-top: 10px;
	}
	
	.navbar-collapse {
		border: none;
	}
	
	.topbanner h1 {
		font-size: 22px;
	}
	
	.topbanner h1 span {
	font-size: 18px;
	}
}



.navbar {
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
}

.navbar-default {
	background-color: #ffffff;
}

.navbar-nav>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 600;
	font-size: 16px;
	color: #2b323a;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background: #0070bb;
}

.navbar-default .navbar-nav>.active>a {
	color: #ffffff;
	background: #0070bb;
}

.btn {
	font-weight: 600;
	border-radius: 3px;
	font-size: 14px;
}

.btn-success {
	color: #ffffff;
	background: #60bf19;
	border-color: #60bf19;
}

.btn-success:hover {
	color: #ffffff;
	background: #0070bb;
	border-color: #0070bb;
}

a.btn-success {
	color: #ffffff !important;
	background: #60bf19;
	border-color: #60bf19;
	font-size: 14px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

a.btn-default {
	font-size: 14px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

a.btn-default:hover {
	border-color: #0070bb;
}


.form-control {
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	height: 32px;
}

#topstrip {
    height: 6px;
    background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left,  #0070bb 0%, #60bf19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0070bb), color-stop(100%,#60bf19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* IE10+ */
	background: linear-gradient(to right,  #0070bb 0%,#60bf19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#60bf19',GradientType=1 ); /* IE6-9 */
}

.navbar-brand {
    padding-top: 6px;
    padding-bottom: 5px;
}

.navbar {
    min-height: 70px;
}

.navbar-header {
    min-height: 70px;
}

.navbar-form {
    border: none;
    margin-top: 16px;
}

.package {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 10px;
}

.package-top {
	padding-bottom: 5px;
}

.package-top p.pname {
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 5px;
}

.package-top p {
	margin-bottom: 2px;
	padding-left: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #2b323a;
}

.package-middle-s {
	height: 110px;
/* 	background: url("images/package-gradient.png") #60bf19 repeat-y; */
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left,  #0070bb 0%, #60bf19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0070bb), color-stop(100%,#60bf19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* IE10+ */
	background: linear-gradient(to right,  #0070bb 0%,#60bf19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#60bf19',GradientType=1 ); /* IE6-9 */
	position: relative;
	border: none;
	background-repeat: no-repeat;
}

.package-middle {
	height: 110px;
/* 	background: url("images/package-gradient.png") #60bf19 repeat-y; */
	background: #2b323a;
	position: relative;
	border: none;
	background-repeat: no-repeat;
}

.package-middle-inner-s {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 12px;
	left: 12px;
/* 	border: 1px solid black; */
	background: url("../images/large-white-circle.png");
}

.package-middle-inner {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 12px;
	left: 12px;
/* 	border: 1px solid black; */
	background: url("../images/large-circle-gradient.png");
}

.package-price {
	position: absolute;
	top:11px;
	left: 10px;
	font-size: 34px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: -3px;
}

.package-price span {
	font-size: 16px;
	vertical-align: super;
	letter-spacing: 1px;
}

.package-price-second {
	position: absolute;
	top:42px;
	left: 88px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}


.btn-packagemoreinfo {
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-top: -16px;
	font-weight: 600;
	border: none;
	border-radius: 3px;
	background: #60bf19;
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}

.btn-packagemoreinfo:hover {
	background: #0070bb;
	border-color: #0070bb;
	color: #ffffff;
}

.btn-packagemoreinfo img {
	position: absolute;
	right: 10px;
}

.package-bottom ul {
	list-style-type: none;
	padding-left: 10px;
	font-weight: 600;
	color: #576371;
}

.footer {
	min-height: 100px;
	background: #2b323a;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
}

.footer p {
	color: #76808c;
}

.footer a {
	color: #76808c;
	font-weight: 600;
}

.footer a:hover {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

.footer hr {
	border: none;
	height: 1px;
	background: #46515d; 
}

.bg-eee {
	background: #fafafa;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.newsdate {
	color: #60bf19;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 16px;
}

hr {
	border: none;
	height: 2px;
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left,  #0070bb 0%, #60bf19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0070bb), color-stop(100%,#60bf19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* IE10+ */
	background: linear-gradient(to right,  #0070bb 0%,#60bf19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#60bf19',GradientType=1 ); /* IE6-9 */
	background-repeat: no-repeat;
}

.banner-container {
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 30px;
}

.topbanner {
	width: 100%;
	height: 100%;
	background-image: url('../images/slider/sl-bg-dc2.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	padding: 0px;
}

.topbanner-wrapper {
	padding: 10px;
}






.table {
	border-collapse: collapse;
	box-sizing: border-box;
	border-spacing: 0px;
	width: 99%;
}

.table thead {
	background: #2b323a;
}

.table thead tr th:first-child  {
	background: #60bf19;
}

.table thead tr th:nth-child(2)  {
	background: #0070bb;
}

.table p {
	margin-bottom: 0;
}

.table thead p {
	font-weight: 700;
	padding: 4px 0px;
	color: #ffffff;
}

.table p.first {
	font-weight: 700;
}

td {
	border: 1px solid #eeeeee !important;
	text-align: center;
}

th {
	border: none !important;
	text-align: center;
}

.text-right {
	text-align: right;
}

.table tr.light-blue {
	background: #ebf7ff;
}

.table tr.light-blue p {
	font-weight: 700;
}

.table tr.light-green {
	background: #efffe3;
}

.table tr.light-green p {
	font-weight: 700;
}


.bigico {
	font-size: 60px;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #60bf19;
}

.domainsearch {
	padding-top: 50px;
	padding-bottom: 40px;
	background: #0070bb; /* Old browsers */
	background: -moz-linear-gradient(left,  #0070bb 0%, #60bf19 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0070bb), color-stop(100%,#60bf19)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0070bb 0%,#60bf19 100%); /* IE10+ */
	background: linear-gradient(to right,  #0070bb 0%,#60bf19 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070bb', endColorstr='#60bf19',GradientType=1 ); /* IE6-9 */
	background-repeat: no-repeat;
}

.domainsearch p {
	color: #ffffff;
	font-size: 20px;
}

.domainsearch .form-control {
	height: 46px;
	font-size: 18px;
}

.domainsearch .btn {
	font-size: 18px;
}

/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.tp-caption.yboe {
	position:absolute;
	color: #2b323a;
	text-shadow:none;
	font-weight:300;
	font-size:46px;
	line-height:60px;
	font-family: "ff-enzo-web", sans-serif;
	padding:0px 20px;
	font-style: italic;
}


.tp-caption.yboe span {
	background: -webkit-linear-gradient(right, #0070bb, #60bf19);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tp-caption.yboe span.flipped {
	background: -webkit-linear-gradient(left, #0070bb, #60bf19);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.tp-caption.comodo-large {
	position:absolute;
	color: #bc1a2f;
	text-shadow:none;
	font-weight:600;
	font-size:36px;
	line-height:60px;
	font-family: "ff-enzo-web", sans-serif;
}

.tp-caption.comodo-large2 {
	position:absolute;
	color: #bc1a2f;
	text-shadow:none;
	font-weight:700;
	font-size:18px;
	line-height:60px;
	font-family: "ff-enzo-web", sans-serif;
}

.tp-caption.comodo {
	position:absolute;
	color: #777777;
	text-shadow:none;
	font-weight:700;
	font-size:15px;
	line-height:30px;
	font-family: "ff-enzo-web", sans-serif;
}

.tp-caption.comodo-ico {
	position:absolute;
	color: #bc1a2f;
	text-shadow:none;
	font-weight:700;
	font-size:15px;
	line-height:30px;
	font-family: "ff-enzo-web", sans-serif;
}

.tp-caption.domains {
	position:absolute;
	color: #2b323a;
	text-shadow:none;
	font-weight:600;
	font-size:36px;
	line-height:60px;
	font-family: "ff-enzo-web", sans-serif;
}

.tp-caption.domain-ico {
	position:absolute;
	color: #60bf19;
	text-shadow:none;
	font-weight:700;
	font-size:15px;
	line-height:30px;
	font-family: "ff-enzo-web", sans-serif;
}




/* Retina for css backgrounds */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.package-middle-inner-s {
		width: 70px;
		height: 70px;
		position: absolute;
		top: 12px;
		left: 12px;
	/* 	border: 1px solid black; */
		background: url("../images/large-white-circle@2x.png");
		background-size: 70px 70px;
	}
	
	.package-middle-inner {
		width: 70px;
		height: 70px;
		position: absolute;
		top: 12px;
		left: 12px;
	/* 	border: 1px solid black; */
		background: url("../images/large-circle-gradient@2x.png");
		background-size: 70px 70px;
	}
}