/*@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Oswald|Open+Sans+Condensed:300,700);*/

body {
	margin: 0;
	font-family: Open Sans;
	overflow-x: hidden;
	background: #fff;
	padding-top: 125px;
	color: #343434
}

p,
li {
	font: 18px/1.6em 'open sans'
}

/*colors*/
.black {
	color: #000
}

.white {
	color: #fff !important
}

.white-children * {
	color: #fff !important
}

.red {
	color: #f00
}

.yellow {
	color: #ff0
}

.light-grey {
	color: #aaa
}

.bg-black {
	background-color: #000
}

.bg-dark {
	background-color: #333
}

.bold {
	fong-weight: bold
}

.thin {
	font-weight: 100
}

.large {
	font-size: 1.4em;
	line-height: 1.6em
}

.small {
	font-size: .9em;
	line-height: 1.8em
}

.center {
	text-align: center
}

.pv30 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0
}

header {
	width: 100%;
	background: #fff;
	z-index: 10000;
	transition: all .3s ease-out;
	position: fixed;
	left: 0px;
	top: 0px
}

header * {
	transition: all .3s ease-out
}

.header-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

header.sticky {
	top: -75px;
	border-bottom: solid 1px #ccc;
	box-shadow: 2px 0px 2px;
	background: #eee
}

header.sticky #slogan {
	opacity: 0
}

header.sticky .logo img {
	top: 60px;
	height: 75px;
	left: 40px;
	width: 75px
}

a {
	color: #0053A4;
}

img {
	max-width: 100%;
}

h1,
h2,
h3 {
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Open Sans';
	color: #FF3366;
}

em {
	font-weight: bold;
	font-style: normal
}

dt {
	display: inline-block;
	width: 30%
}

.top-menu {
	text-align: right;
	margin: 10px 0;
	background-color: #FFFFFF;
}

.top-menu a {
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #0053A4;
	line-height: 14px;
	display: inline-block;
}

.top-menu a:hover {
	color: #ff0000;
}

.top-menu a:last-child {
	border-right: 0px;
	margin-right: 5px;
}

a#mobile-menu {
	display: none;
	margin: 40px 30px 0 0;
	float: right;
}

.header-left {
	float: left;
	margin: 10px 0 0 0px;
	width: 40%;
	height: 110px;
}

.header-right {
	float: right;
	width: 60%;
}

.fb-like.fb-like-top {
	position: absolute;
	top: 48px;
	right: 17px
}

.logo img {
	position: absolute;
	height: 120px;
	width: 120px;
	top: 0px;
	left: 0px
}

#msg {
	width: 220px;
	padding: 8px 10px;
	border: solid 1px #4d8;
	background: #d9faf0;
	border-radius: 3px;
	position: fixed;
	right: 20px;
	top: 40px;
	display: none
}

#slogan h2 {
	color: #000;
	font-size: .9em;
	font-family: arial;
	margin: -1px 0 0 18px;
	font-weight: normal
}

#slogan img {
	width: 220px;
	margin: 35px 0 0 20px;
}

#slogan {
	width: 315px;
	display: inline-block;
	margin-left: 120px
}

.header-right ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 40px 0 0px;
	float: right;
}

.header-right ul a {
	display: block;
	color: #444444;
	text-decoration: none;
	font-size: .8em;
	line-height: 32px;
	padding: 0 15px;
}

.header-right ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

.header-right ul li a.active {
	color: #D94800;
}

.header-right ul li:hover {
	background-color: #99FF99;
}

.header-right ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	z-index: 9999;
}

.header-right ul li:last-child ul {
	right: 0;
	left: inherit;
}

.header-right ul ul li {
	float: none;
	width: 200px;
	border-bottom: 1px solid #ddd;
}

.header-right ul ul a {
	line-height: 120%;
	padding: 10px 15px
}

.header-right ul ul ul {
	top: 0;
	left: 100%
}

.header-right ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transition-delay: .2s;
}

.banner {
	width: 100%;
	display: inline-table;
	background-image: url('img/banner.jpg');
	background-position: center;
	vertical-align: bottom;
	border-top: solid 1px #ccc
}

.banner .item {
	position: relative;
	float: left;
	width: 23%;
	margin: 40px 1%;
	text-align: center;
}

.item-box {
	width: 220px;
	height: 220px;
	border-radius: 125px;
	margin: 0 auto;
}

.item-text {
	font-size: 14px;
	color: #0053A4;
	display: inline-block;
	background: rgba(255, 255, 255, .8);
	padding: 0 20px 10px;
	border-radius: 5px;
	margin-top: 5px
}

.item-text a {
	text-decoration: none;
}

.item-text a:hover {
	text-decoration: underline;
}

.item-text span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 16px;
	margin: 12px 0 4px 0
}

.domain {
	background-color: #FF6600;
	background-image: url(img/domain.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dedicated {
	background-color: #FF3333;
	background-image: url(img/dedicated-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.item-box.hosting {
	background: #42C0FB url('img/hosting.png') no-repeat center;
}

.vps {
	background-color: #00CCCC;
	background-image: url(img/vps.png);
	background-repeat: no-repeat;
	background-position: center;
}

.search-bar {
	height: 76px;
	background-color: #009900;
}

.search-container {
	height: 36px;
	position: relative;
	padding-top: 21px;
}

form#domain {
	float: right;
}

.search-container h3 {
	color: #fff;
	float: left;
	margin: 0;
	line-height: 35px;
	font-weight: 300;
	font-size: 22px;
}

form#domain span {
	color: #fff;
	line-height: 36px;
	font-size: 20px;
	margin-right: 10px;
	float: left;
}

form#domain input[type="text"] {
	float: left;
	margin-right: 8px;
	color: #3b3b3b;
	width: 300px;
	font-size: 18px;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-radius: 2px;
	height: 30px;
	padding: 2px 8px;
}

form#domain select {
	border-radius: 2px;
	margin-right: 8px;
	float: left;
	cursor: pointer;
	height: 36px;
	font-size: 14px;
	background: #EEEEEE;
	color: #3b3b3b;
	width: 90px;
	border: 0;
	padding: 0 4px;
}

form#domain input[type="submit"] {
	cursor: pointer;
	color: #fff;
	background-color: #f39c12;
	border: 0;
	border-radius: 2px;
	height: 36px;
	padding: 0 50px;
	text-transform: uppercase;
	font-size: 14px;
}

form#domain input[type="submit"]:hover {
	background-color: #C79234;
}

.input-c {
	float: left;
}

.main {
	width: 70%;
	float: left;
}

.sidebar {
	width: 29%;
	float: right;
}

.main-container {
	padding: 30px 0;
	display: table;
}

footer {
	color: #ffffff;
	background-color: #006633;
	width: 100%;
}

footer a {
	color: #00CCCC;
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

.footer-menu {
	border-bottom: 1px solid #3d3a3a;
	width: 100%;
	display: inline-block;
	padding-top: 20px;
}

.list-box {
	width: 23%;
	margin: 0 1%;
	float: left;
}

.list-box ul {
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 25px;
	
}

.list-box ul li a {
	font-size: .9em;
}

.list-box ul li {
	list-style-type: circle;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	border-bottom: 1px solid #3d3a3a;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0 10px 0;
}

.item {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.gntee img {
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.gntee {
	text-align: center;
}

ul.side-nav {
	background-color: #42C0FB;
	padding: 20px;
	margin: 0;
	list-style: none;
}

ul.side-nav li a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	display: block;
	line-height: 36px;
}

ul.side-nav li a:hover {
	background-color: #0086c4;
	padding-left: 10px;
}

.item.green,
.item.blue {
	background-color: #339900;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.item.green {
	background-color: #339900;
}

.item.blue {
	background-color: #00CC33;
}

.item h2,
.item h3 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.green p {
	margin: 8px 0;
}

ul.content li {
	list-style: circle;
	margin: 8px 0;
}

.icons {
	margin-top: 50px !important;
	height: 30px;
	margin-bottom: 20px !important;
	background: url('img/logos.png') no-repeat;
	background-size: contain;
}

h2 {
	margin: 30px 0 -10px 0;
}

.main.full {
	width: 100%;
}

.container,
.icons,
.banner-container,
.header,
.main-container,
.footer-container,
.search-container,
.banner_container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
}

.banner.hosting {
	background: url('hosting.html') no-repeat top center;
	height: 400px;
}

.banner-container {
	overflow: hidden;
}

.banner-container h1 {
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	margin-top: 10px;
	padding: 15px;
}

ul.slide {
	margin-top: 0;
	padding-left: 30px;
}

.slide li {
	text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
	list-style: none;
	color: #000;
	margin: 8px 0;
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	display: block;
}

.slide li .fa {
	margin-right: 5px;
}

.slide li:nth-child(1) {
	animation: 1s text-slide;
}

.slide li:nth-child(2) {
	animation: 2s text-slide2;
}

.slide li:nth-child(3) {
	animation: 3s text-slide3;
}

.slide li:nth-child(4) {
	animation: 4s text-slide4;
}

.text-box {
	width: 250px;
	height: 22px;
	margin: 4px 0 12px 0;
}

.text-box.multi-line {
	height: 100px;
}

.sidebar .content {
	padding-left: 30px;
}

.sidebar dt {
	float: left;
	width: 75px;
}

.sidebar dt,
.sidebar dd {
	margin-bottom: 10px;
}

.sidebar dt:last-child,
.sidebar dd:last-child {
	margin-bottom: 25px;
}

.package dt {
	width: 100px;
}

.package dt,
.package dd {
	display: block;
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px dashed #fff;
}

.spec-pack span {
	width: 50%;
	display: inline-block;
	padding: 6px 0;
	border-bottom: 1px dashed #fff;
}

.spec-pack {
	margin-bottom: 20px;
}

.spec-pack del {
	color: red;
	margin-right: 10px;
}

.bank-box {
	float: left;
	width: 48%;
	margin: 0 1%;
	color: #01326D;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	background: #eee;
	border-radius: 15px;
}

.logo-b {
	float: left;
}

.logo-b img {
	margin-right: 20px;
}

.info-b span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}

.bkash-box {
	border: 9px double #C0504C;
	border-radius: 10px;
	width: 98%;
	margin-right: 2%;
	display: inline-block;
	position: relative;
}

.bkash-box img {
	margin: 15px 3.3%;
	width: 18%;
}

.bkash-logo {
	background: url('img/bkash.png');
	position: absolute;
	width: 450px;
	height: 300px;
	top: 50%;
	opacity: .2;
	left: 50%;
	margin-top: -150px;
	margin-left: -225px;
}

ul.breadcrumbs {
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.breadcrumbs li {
	list-style: none;
	display: inline;
}

ul.breadcrumbs li a {
	line-height: 28px;
	padding: 0 20px 0 30px;
	margin-right: 1px;
	font-size: 16px;
	height: 30px;
	position: relative;
	background: #3498db;
	display: block;
	color: #fff;
	float: left;
	text-decoration: none;
}

ul.breadcrumbs li a:after {
	z-index: 9;
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #3498db;
	position: absolute;
	right: -15px;
	top: 0;
}

ul.breadcrumbs li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

ul.breadcrumbs li:first-child a:before {
	display: none;
}

ul.breadcrumbs li:first-child a {
	padding-left: 20px;
}

ul.breadcrumbs li:last-child a {
	background: #FF9900;
}

ul.breadcrumbs li:last-child a:after {
	border-left: 15px solid #FF9900;
}

ul.breadcrumbs li a:hover {
	background: #FF9900;
}

ul.breadcrumbs li a:hover:after {
	border-left: 15px solid #FF9900;
}

.packages {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.sidebar .packages.col1 .pkg-box {
	width: 100%;
	margin: 10px 0;
}

.packages.col1 .pkg-box {
	width: 96%;
	margin: 0 2%;
}

.packages.col2 .pkg-box {
	width: 46%;
	margin: 20px 2%;
}

.packages.col3 .pkg-box {
	width: 31%;
	margin: 20px 1.1%;
}

.pkg-box {
	position: relative;
	box-sizing: border-box;
	float: left;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 5px;
}

.pkg-box .head {
	background-color: #666;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #333;
	color: white;
	border-bottom-color: #ccc
}

.pkg-box .head h4 {
	font-size: 20px;
	margin: 15px 0;
	border: 0px;
}

.pkg-box .price {
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
	background-color: #FF0033;
	color: #ffffff;
	position: relative;
}

.pkg-box .price span {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}

.pkg-box .price del {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.pkg-box .price span:first-child {
	font-style: normal;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	display: inline-block;
	margin: 15px 0 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.pkg-box .price:after {
	content: '';
	width: 100%;
	height: 33px;
	background: transparent url('img/pkg-bg.png') no-repeat center top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pkg-box .body ul {
	padding: 0;
	margin: 10px 0;
	color: #444444;
}

.pkg-box .body ul li {
	list-style-type: none;
	margin: 0 10px;
	padding: 8px 0;
	border-top: 1px dotted #eee;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.pkg-box .body ul li:first-child {
	border-top: none;
}

.pkg-box a {
	display: block;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 0;
	color: #ffffff;
	background: #FA3939;
	text-decoration: none;
}

.pkg-box a:hover {
	background: #B94A4D;
}

.mce-content-body {
	overflow: auto
}

ul.server-spec {
	padding-left: 10px;
}

ul.server-spec li {
	background: url('img/tick.png') no-repeat;
	list-style: none;
	padding-left: 20px;
	margin: 5px 0;
}

.item.spec {
	border-radius: 4px;
}

.packages.more .pkg-box {
	margin-bottom: 60px;
}

.pkg-more-box {
	width: 100%;
	position: absolute;
	margin-top: 20px;
	margin-left: -4px;
}

.pkg-more {
	background: transparent !important;
	margin: 0 auto;
	display: inline-block !important;
	padding: 6px 20px !important;
}

a.btn {
	border: 1px solid #0053A4;
	border-radius: 4px;
	text-decoration: none;
	padding: 6px 30px;
	color: #0053A4;
}

a.btn:hover {
	border: 1px solid #B94A4D;
	color: #B94A4D;
}

p.specs {
	text-align: center;
	margin: 0 0 40px;
}

.payment-icon {
	margin: 20px 0 0;
	border: solid 1px #999;
	border-radius: 5px;
	padding: 20px 0px;
}

.payment-icon img {
	width: 100%;
	height: auto;
}

.home-box-container {
	display: inline-block;
	width: 100%;
}

.h-intro {
	padding: 30px 0px 40px;
	margin: 0 0 50px;
	background: #F0F0F0;
	text-align: center
}

.h-intro p {
	font: 300 1.4em/1.4 'open sans';
	text-align: center;
	max-width: 850px;
	margin: 4px auto;
	color: #000
}

.h-intro h1 {
	margin: 0px 0px 10px;
	font-size: 2.4em
}

.home-box {
	position: relative;
	width: 32%;
	margin: 0 .6%;
	float: left;
}

.home-box .fa {
	position: absolute;
	font-size: 50px;
}

.hb-item {
	padding-left: 60px;
	box-sizing: border-box;
	width: 100%;
}

.hb-item h3 {
	font-size: 22px;
	margin: 0;
	color: #00CC99;
	font-family: 'Open Sans';
}

.h-title {
	font-family: 'Open Sans';
	font-size: 40px;
	color: #009900;
	text-align: center;
}

.hb-item ul {
	font-size: .8em;
	padding-left: 0px;
	list-style: none;
}

.hb-item ul li {
	margin: 4px 0;
	padding-left: 14px;
	position: relative;
	font-size: 14px;
	line-height: 20px
}

.hb-item ul li:before {
	left: 0;
	top: 4px;
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
}

.t-border {
	width: 100px;
	height: 2px;
	background: #0053A4;
	border: none;
}

.hb-item a i {
	font-size: 16px !important;
	margin: 4px 0 0 5px;
}

.hb-item a {
	font-size: .9em;
}

.add-box {
	width: 46%;
	margin: 0 2% 0 0;
	display: inline-block;
	float: left;
}

.scrollToTop {
	border-radius: 4px;
	background: #1077C3;
	color: #fff;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	cursor: pointer;
}

.scrollToTop i {
	padding: 9px 11px;
}

.note {
	font-size: 1.6em;
	font-weight: bold;
	color: #9c0000;
	margin: 20px 0;
}

.w-port {
	display: inline-block;
	margin: 20px 0;
	padding: 15px;
	border-width: 5px 1px;
	border-style: groove;
	border-color: #57ace5;
	width: 99%;
	box-sizing: border-box;
}

.sitethumb {
	float: left;
	margin-right: 40px;
}

.siteinfo {
	display: inline-block;
}

.siteinfo h4 {
	color: #FF6600;
	border: 0;
	font-size: 2em;
	margin: 0 0 20px;
	font-weight: bold;
}

.siteinfo p {
	font-size: 1em;
	display: block;
	margin: 10px 0;
	width: 100%;
}

.siteinfo p strong {
	color: #065db0
}

.siteinfo .btn {
	margin-top: 15px;
	display: inline-block;
}

.sitethumb img {
	border: 1px solid #a2a2a2;
	padding: 5px;
	background: #e8e8e8;
	max-width: 400px;
	width: 100%;
}

#owl-clients .owl-item img,
.top-right a,
a.btn,
.top-left a,
form#domain input[type="submit"],
.header-right ul li,
.header,
.item ul li a,
.pkg-box a,
ul.breadcrumbs li a,
ul.breadcrumbs li a:after {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1100px) {
	.main-container {
		padding: 15px;
	}

	#slogan {
		display: none;
	}

	.header-right {
		width: 75%;
	}

	.header-left {
		width: 20%;
		margin-left: 20px;
	}

	.home-box {
		width: 98%;
		max-width: 500px;
		float: none;
		margin-bottom: 40px;
		margin-left: 2%;
	}

	.packages.col3 .pkg-box {
		width: 46%;
		margin: 10px 2%;
	}

	.icons {
		width: 96%;
		margin: 0 2%;
	}

	.search-container h3 {
		margin-left: 15px;
	}

	form#domain {
		margin-right: 15px;
	}
}

@media screen and (max-width: 960px) {
	.packages.more .pkg-box {
		margin-bottom: 100px !important;
	}

	.banner .item {
		width: 38%;
		margin: 40px 1%;
	}

	.banner_container {
		padding: 0 10%;
	}

	.header-left {
		position: absolute;
	}

	.header-right {
		width: 100%;
	}

	a#mobile-menu {
		display: inherit;
	}

	ul#nav ul {
		position: inherit;
		width: 100%;
		background: #252525;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin: 0;
		box-shadow: none;
		float: none;
	}

	ul#nav {
		display: block;
		width: 100%;
		margin: 37px 0 0 0;
		background: #252525;
		box-sizing: border-box;
		padding: 0 5%;
		max-height: 0;
		transition: max-height 0.1s ease-out;
		overflow: hidden;
	}

	ul#nav li,
	ul#nav ul li {
		float: none;
		margin: 6px 0;
	}

	ul#nav li:hover {
		background: transparent;
	}

	ul#nav li a {
		line-height: 38px;
		color: #bbbbbb;
		font-weight: bold;
		background: #000;
		border-radius: 5px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}

	ul#nav ul li a {
		padding: 0 0 0 40px;
		font-weight: normal;
		/* background: #000 url('mobile-nav.html') no-repeat 25px 9px; */
	}

	ul#nav ul li {
		border-bottom: 0px;
		width: 100%;
	}

	.top-right a,
	.top-left a {
		width: 48px;
		overflow: hidden;
		height: 41px;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		border-right: 1px solid #3d3a3a;
	}

	.top-right a {
		border-left: 1px solid #3d3a3a;
		border-right: 0px;
	}

	.top-right a span,
	.top-left a span {
		width: 18px;
		background-position: top right;
		margin-left: 15px;
	}

	span.phone {
		margin-left: 13px !important;
	}

	span.support {
		margin-left: 16px !important;
	}

	nav {
		display: none;
	}

	.main,
	.sidebar {
		width: 98%;
		margin: 0 auto;
		float: inherit;
		margin-bottom: 20px;
	}

	.list-box {
		width: 46%;
		margin: 0 2%;
	}

	.header-left {
		margin-top: 32px;
		width: 80%;
	}

	#slogan {
		display: inline-block;
	}
}

@media screen and (max-width: 840px) {
	.sitethumb {
		margin: 0 15px 20px 0;
	}

	.add-box {
		width: 96%;
		float: none;
	}

	.icons {
		display: none;
	}

	.search-container h3 {
		float: inherit;
		margin-bottom: 15px;
	}

	form#domain {
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
		float: inherit;
		padding: 0 20px;
	}

	.search-bar {
		height: 182px;
	}

	form#domain input[type="submit"] {
		width: 100%;
		margin-top: 20px;
	}

	form#domain input[type="text"] {
		width: 55%;
		margin: 0 2%;
		box-sizing: border-box;
		height: 35px;
	}

	form#domain select {
		height: 35px;
		width: 22%;
		margin: 0;
		box-sizing: border-box;
	}

	form#domain span {
		float: left;
		margin: 0 0 0 1%;
		text-align: center;
		width: 15%;
	}
}

@media screen and (max-width: 650px) {
	.mhide {
		display: none !important;
	}

	.p.specs {
		font-size: .7em;
	}

	.banner_container {
		display: none;
	}

	.header-left {
		width: 50%;
	}

	a.logo img {
		width: 80px;
		height: 80px
	}

	#slogan {
		display: none;
	}

	.spec-pack del {
		display: none;
	}

	ul.breadcrumbs {
		display: none;
	}

	.packages.col2 .pkg-box {
		width: 94%;
		margin: 10px 4%;
	}

	.packages.col3 .pkg-box {
		width: 94%;
		margin: 10px 4%;
	}

	.list-box {
		width: 96%;
		margin: 0 2%;
	}

	.banner .item {
		width: 96%;
		margin: 40px 2%;
	}

	.banner_container {
		padding: 0;
	}

	header.sticky .logo img {
		top: 35px;
		height: 70px;
		left: 0px;
		width: 70px;
	}

	@media screen and (max-width: 380px) {
		.top-menu a {
			font-size: 12px;
		}

		.spec-pack span,
		.package dt,
		.package dd {
			font-size: 14px;
		}
	}

	/*form elements */
	form ol {
		list-style: none;
		margin: 1em 0;
		padding: 0px
	}

	form ol label {
		float: left;
		width: 120px;
		height: 2.5em;
		font: bold 1em/2.5em arial
	}

	form ol li {
		clear: left;
	}

	input,
	select,
	textarea {
		padding: 5px;
		border: solid 1px #e0e0e0;
		border-radius: 3px
	}

	input[type='submit'] {
		border: solid 1px #888;
		padding: 7px;
		font-weight: bold
	}

	fieldset {
		border: solid 1px #aaa;
		border-radius: 5px;
		background: #f3f3f9;
		padding-bottom: 30px
	}

	.field-validation-error {
		color: red
	}

	@keyframes text-slide {
		from {
			margin-left: 100%;
		}

		to {
			margin-left: 0%;
		}
	}

	@keyframes text-slide2 {
		from {
			margin-left: 1000%;
		}

		to {
			margin-left: 0%;
		}
	}

	@keyframes text-slide3 {
		from {
			margin-left: 2000%;
		}

		to {
			margin-left: 0%;
		}
	}

	@keyframes text-slide4 {
		from {
			margin-left: 3000%;
		}

		to {
			margin-left: 0%;
		}
	}
}