html,
body {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #212121;
	font-size: 20px;
	font-display: swap;
}

a {
	text-decoration: underline;
}

a[role='button'],
a.btn,
a[data-toggle='tab'],
.dropdown-menu a,
.mainnav a {
	text-decoration: none;
}

.facts h2,
.facts h3,
.domain-search h2,
.promo h2 {
	font-weight: 600;
}

.caret {
	margin-left: .4em;
}

.blue {
	color: #22a8e0;
}

.orange {
	color: #ffb855;
}

.text-shadow {
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
}

.input-group-lg > .input-group-addon {
	line-height: 1;
}

.btn-large {
	padding: 9px 14px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 5px;
}

.btn-group-xl > .btn,
.btn-xl {
	padding: 10px 16px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-outline {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.btn-outline:hover {
	background-color: #fff;
}

label.vat,
a.vat {
	color: #555;
	cursor: pointer;
	font-size: 85%;
	font-weight: normal;
}

/********************* navbar *********************/
.navbar {
	margin-bottom: 0px;
	border: none;
	min-height: 32px;
}

.navbar .default-primary {
	background-color: #607D8B;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px 0;
}

/********************* topline *********************/
.topline.margin {
	margin-bottom: 48px;
}

.topline ul {
	margin: 0;
}

.topline a {
	display: inline-block;
	border-radius: 0;
}

.topline .nav a:hover,
.topline .nav a:focus {
	background-color: transparent;
}

.topline a[role='button'] {
	padding: 0px 10px;
	color: #FFFFFF;
	border-radius: 2px;
	background-color: #7395a6;
}

.topline a[role='button']:hover,
.topline a[role='button']:focus {
	text-decoration: none;
	color: #607D8B;
	background-color: #CFD8DC;
}

.flag {
	background: url('../images/flags.png') no-repeat;
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: .4em;
	vertical-align: middle;
}

.flag-en {
	background-position: 0px 0px;
}

.flag-fi {
	background-position: -22px 0px;
}

.flag-et {
	background-position: -44px 0px;
}

.flag-ru {
	background-position: -66px 0px;
}

.topline a.textlink {
	padding: 0;
	color: #FFFFFF;
	text-decoration: underline;
}

.topline-nav-contacts li {
	margin: 0 .7em;
}

.topline-nav-contacts .glyphicon {
	margin-right: .3em;
}

/********************* menuline *********************/

.menuline {
	background-color: #f2f2f2;
	color: #212121;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	border-top: 4px solid #607D8B;
}

.mainnav > li > a {
	font-size: 17px;
	padding: 14px 8px 0 8px;
	text-transform: uppercase;
	color: #212121;
}

.mainnav > li > a.active,
.mainnav > li > a:hover,
.mainnav > li > a:focus,
.submenuline .mainnav > li > a.active,
.submenuline .mainnav > li > a:hover,
.submenuline .mainnav > li > a:focus {
	color: #FF5722;
	background: none;
}

.mainnav.nav .open > a,
.mainnav.nav .open > a:focus,
.mainnav.nav .open > a:hover {
	background-color: transparent;
}

.menuline .dropdown-menu {
	background-color: #f2f2f2;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
	-webkit-box-shadow: 0 11px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 11px 12px rgba(0, 0, 0, .175);
	margin-top: 15px;
	padding: 0 12px;
}

.menuline .dropdown-menu li {
	border-top: 1px solid #ccc;
}

.menuline .dropdown-menu li:first-child {
	border-top: 0;
}

.menuline .dropdown-menu,
.menuline .dropdown-menu a {
	color: #727a7e;
}

.menuline .dropdown-menu a {
	font-size: 17px;
	padding: 7px 15px;
}

.menuline .dropdown-menu > li > a:focus,
.menuline .dropdown-menu > li > a:hover {
	background-color: transparent;
}

.menuline.stuck {
	position: fixed;
	z-index: 1020;
	top: 0;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}

/********************* submenuline *********************/

.submenuline {
	color: #212121;
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}
.submenuline .mainnav > li > a {
	padding-top: 0;
	font-size: 16px;
	color: #505050;
}

/********************* poster *********************/

.poster {
	margin: 0;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	min-height: 400px;
}

.poster .bg {
	height: 100%;
	1position: absolute;
	top: 0px;
	1width: 100%;
	background: url("../images/dot.gif") repeat scroll left top rgba(0, 0, 0, 0.6);
	opacity: 0.1;
}

.poster h1 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-weight: bold;
	color: #FFFFFF;
	/*font-size: 52px;*/
	/*line-height: 1.5;*/
	font-size: 200%;
}

.poster video {
	position: relative;
	top: 50%;
	min-width: 100%;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}

.poster .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/********************* breadcrumb *********************/

.breadcrumb {
	background-color: transparent;
	margin: 10px 0 0px;
	padding: 5px 3px 0;
	font-size: 80%;
}
.breadcrumb a {
	color: #b0b0b0;
}

/********************* facts *********************/

.facts {
	font-size: 20px;
	margin: 40px 0;
	padding: 10px 0;
}

.facts-item {
	padding: 10px 10px 20px 10px;
}

.facts-item p {
	margin: 10px 0 20px 0;
}

.facts .glyphicon {
	font-size: 40px;
}

.hatch-bg {
	background-image: linear-gradient(-45deg, #f5f5f5 25%, transparent 25%, transparent 50%, #f5f5f5 50%, #f5f5f5 75%, transparent 75%, transparent);
	background-size: 5px 5px;
}
.cloud-bg {
    background: url("../images/cloud-bg.jpg") no-repeat scroll 50% 50%;
}

/********************* colors *********************/

.color-0 {
	border-top: 3px solid #455a64;
	border-bottom: 1px solid #455a64;
	color: #455a64;
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
	text-align: center;
}

.color-1 {
	background-color: #546e7a;
	color: #eceff1;
}

.facts.color-1 .glyphicon {
	color: #40c4ff;
}

.color-2 {
	background-color: #cfe6ec;
	color: #424c58;
}

.facts.color-2 .glyphicon {
	color: #198aae;
}

.color-3 {
	background-color: #c7d2d5;
	color: #455a64;
}

.color-4 {
	background-color: #455A64;
	color: #fff;
}

.color-5 {
	background-color: #cce9f5;
	color: #455a64;
}

.color-6 {
	background-color: #eaeff3;
	color: #455a64;
}

.color-7 {
	background-color: #f5f5f5;
}

.color-8,
.bg-color-green,
.head.bg-color-green,
.plan .head.bg-color-green {
	background-color: #8ae3c3;
}
.bg-color-green2 {
	background-color: #80c242;
}
.plan.recommended .head.bg-color-green {
	background-color: #58d7c2;
}
.plan:hover .head.bg-color-green {
	background-color: #6ce3b8;
}
.facts.color-8 .glyphicon,
.facts.green-icons .glyphicon {
	color: #068b4d;
}

.color-9 {
	background-color: #072736;
	color:  #fff;
}
.color-9 h2 {
	color: #80c242;
}

.text-muted {
	color: #aaa;
}

/********************* domain-search *********************/

.domain-search {
	margin: 0;
	padding-bottom: 20px;
	background-color: #455A64;
	color: #fff;
}

.domain-search.poster .container {
	margin-top: 100px;
}

.domain-search h2 {
	font-size: 200%;
}

.domain-search p {
	font-size: 125%;
}

.domain-search.text-shadow .glyphicon {
	color: #607D8B;
	text-shadow: none;
}

.formdomain input.form-control {
	border-left-style: none;
	border-right-style: none;
}

.domain-search .input-group-addon,
.domain-search input.form-control {
	border: 0 none;
}

.domain-search form {
	text-shadow: none;
}

.formdomain .input-group-lg > .input-group-btn > .btn.dropdown-toggle {
	border-radius: 0;
	border: solid #ccc;
	border-width: 1px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	padding-right: 25px;
}

.domain-search .formdomain .input-group-lg > .input-group-btn > .btn.dropdown-toggle {
	border-style: none;
	box-shadow: none;
}

.formdomain .bs-searchbox input {
	height: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}

.formdomain .bs-searchbox input,
.formdomain .dropdown-menu {
	font-size: 15px;
}

.formdomain .bootstrap-select.btn-group .no-results {
	color: white;
	background-color: red;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: 0;
}

.btn-check-domain {
	background-color: #FFA000;
	border-color: #FFA000;
	color: #fff;
	font-weight: bold;
}

.btn-check-domain:hover,
.btn-check-domain:focus,
.btn-check-domain:active {
	color: #fff;
	background-color: #FF5722;
	border-color: #FF5722;
}

#result-domain-search .available,
#result-domain-search .not-available {
	background-color: #fff;
}

/********************* promo *********************/

.promo {
	background: #fcf8e3;
	background: -moz-linear-gradient(left, #fcf8e3 0%, #fcf8e3 50%, #dff0d8 50%, #dff0d8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcf8e3), color-stop(50%, #fcf8e3), color-stop(50%, #dff0d8), color-stop(100%, #dff0d8));
	background: -webkit-linear-gradient(left, #fcf8e3 0%, #fcf8e3 50%, #dff0d8 50%, #dff0d8 100%);
	background: -o-linear-gradient(left, #fcf8e3 0%, #fcf8e3 50%, #dff0d8 50%, #dff0d8 100%);
	background: -ms-linear-gradient(left, #fcf8e3 0%, #fcf8e3 50%, #dff0d8 50%, #dff0d8 100%);
	background: linear-gradient(to right, #fcf8e3 0%, #fcf8e3 50%, #dff0d8 50%, #dff0d8 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e3', endColorstr='#dff0d8', GradientType=1);
	padding-bottom: 20px;
	color: #455a64;
}

.promo a:link,
.promo a:visited {
	color: #455a64;
	text-decoration: underline;
}

.promo a:hover,
.promo a:focus,
.promo a:active {
	text-decoration: none;
}

/********************* before-footer *********************/

.before-footer {
	background-color: #607D8B;
	color: #FFFFFF;
}

.before-footer h3 {
	margin: 10px 0;
}

.before-footer .glyphicon {
	color: #FFFFFF;
	margin-right: .4em;
}

.before-footer a:link,
.before-footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.before-footer a:hover,
.before-footer a:focus,
.before-footer a:active {
	text-decoration: none;
}

/********************* footer-line *********************/

.footer-line {
	background-color: #ebebeb;
	color: #455A64;
	font-size: 16px;
	padding: 15px 0;
	border-top: 2px solid #dddddd;
}

.footer-line a:link,
.footer-line a:visited {
	color: #455A64;
	text-decoration: underline;
}

.footer-line a:hover,
.footer-line a:focus,
.footer-line a:active {
	text-decoration: none;
}

a.totop {
	background-color: #455A64;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	bottom: 0%;
	cursor: pointer;
	font-size: 50px;
	height: 50px;
	margin: 15px;
	position: fixed;
	opacity: .6;
	right: 0%;
	width: 50px;
	z-index: 1000;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a.totop:hover {
	opacity: 1;
}

/********************* logo-list *********************/

.logo-list {
	height: 61px;
	margin: 15px 0 20px;
	overflow: hidden;
	text-align: center;
}

.logo-list.owl-alt {
	height: 111px;
}

.logo-list img {
	padding: 0 10px;
	border: none;
}

.owl-dots {
	display: none;
}

/********************* body-logo *********************/

.body-logo {
	height: 160px;
}

/********************* pricing-tables *********************/

.plan {
	min-height: 100px;
	margin: 20px 0;
	padding-bottom: 25px;
	text-align: center;
	background: linear-gradient(0deg, #ebebeb 0%, #f5f5f5 10%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f5f5f5', GradientType=1);
	padding-left: 0;
	padding-right: 0;
}
.plan:hover {
	background: #ebebeb;
}

.plan:first-child,
.plan.first {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.plan:last-child,
.plan.last {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.plan.recommended {
	border-radius: 4px;
	padding-bottom: 36px;
	position: relative;
	z-index: 1;
}

.pricing-tables .plan.recommended {
	box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
	margin-top: 6px;
}

.plan .head {
	padding: 12px 16px;
	background-color: #ffcc66;
}

.plan:last-child .head,
.plan.last .head {
	border-top-right-radius: 4px;
}

.plan:first-child .head,
.plan.first .head {
	border-top-left-radius: 4px;
}

.plan.separated,
.plan.separated .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.plan.separated {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #5bc0de;
}

.plan .head h1,
.plan .head h2,
.plan .head h3 {
	padding: 0;
	margin: 0;
	font-weight: 100;
	color: #000;
	text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
}

.plan .head h2 {
	border-bottom: 1px solid #f5f5f5;
	margin: 10px 0 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.plan .head h3 {
	font-size: 58px;
	vertical-align: top;
	line-height: 1;
}
.plan .head h4 {
	font-size: 46px;
	vertical-align: top;
	line-height: 1;
}

.plan.recommended .head h2 {
	padding-top: 14px;
}

.plan.recommended .head h2,
.plan.recommended .head h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
}

.plan .head h4 small {
	color: #333;
}

.plan .without-vat {
	color: #555;
}

.plan .btn {
	padding: 10px 10px;
	font-weight: 500;
	margin: 15px 0 10px;
}

.plan ul.item-list {
	list-style-type: none;
	padding: 20px;
	margin-top: 2px;
}

.plan ul.item-list li {
	font-size: 20px;
	padding: 3px 0;
	font-weight: 400;
	border-bottom: 1px solid #e6e9ed;
}

.plan ul.item-list li:last-child {
	border-bottom: none;
}

.plan ul.item-list strong {
	font-weight: 700;
}

.oslist li {
	font-size: 15px;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.oslist li,
.oslist a:link,
.oslist a:visited,
.oslist a:hover {
	color: #212121;
	text-decoration: none;
}

.os-icon {
	display: inline-block;
	background: url('../images/os.png') no-repeat;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: sub;
}

.os-icon-archlinux { background-position: -0px 0px; }
.os-icon-centos { background-position: -16px 0px; }
.os-icon-debian { background-position: -32px 0px; }
.os-icon-fedora { background-position: -48px 0px; }
.os-icon-freebsd { background-position: -64px 0px; }
.os-icon-gentoo { background-position: -80px 0px; }
.os-icon-iso { background-position: -96px 0px; }
.os-icon-mandriva { background-position: -112px 0px; }
.os-icon-opensuse { background-position: -128px 0px; }
.os-icon-redhat { background-position: -144px 0px; }
.os-icon-scientificlinux { background-position: -160px 0px; }
.os-icon-slackware { background-position: -176px 0px; }
.os-icon-ubuntu { background-position: -192px 0px; }
.os-icon-windows { background-position: -208px 0px; }



/********************* Sign In Form *********************/

.container.signin {
	position: relative;
}

#signin {
	position: absolute;
	top: 90px;
	right: 15px;
	z-index: 10;
	max-width: 380px;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#signin.out {
	top: -700px;
}

#signin .nav-tabs {
	border-bottom: none;
}

#signin .nav-tabs > li > a {
	color: #fff;
	cursor: default;
	background-color: #607D8B;
	border-color: #607D8B;
	border-bottom: 0;
}

#signin .nav-tabs > li.active > a,
#signin .nav-tabs > li.active > a:focus,
#signin .nav-tabs > li.active > a:hover {
	color: #fff;
	background-color: #455A64;
	border-color: #455A64;
}

#signin .tab-content {
	padding: 10px;
	margin: 0 auto;
	background-color: #455A64;
	border-radius: 0 6px 6px 6px;
}

#signin, #signin a {
	color: #fff;
}

.form-signin .form-control {}

.form-signin .form-control:focus {}

.form-signin .input-group {
	margin-bottom: 5px;
}

.form-signin .input-group .glyphicon {
	color: #455A64;
}

.form-signin .btn {
	background-color: #fd5932;
	border-color: #fd5932;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}

.form-signin .btn:hover {
	color: #fff;
	background: rgb(253, 89, 50);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkNTkzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOThiNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(253, 89, 50, 1) 0%, rgba(249, 139, 114, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 89, 50, 1) 0%, rgba(249, 139, 114, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 89, 50, 1) 0%, rgba(249, 139, 114, 1) 100%);
}

/********************* OwlCaorusel *********************/

.owl-carousel .body-logo {
	position: relative;
}

.owl-carousel-5 p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.owl-carousel-10 .owl-item {
	height: 61px;
	line-height: 61px;
}

.owl-carousel-10 .owl-item img {
	display: inline;
}

.owl-carousel-10 .owl-dots {
	display: none;
}

.owl-alt .owl-item {
	height: 111px;
}

.owl-alt .owl-item img {}

/********************* Tabs *********************/

.nav-tabs {}

.nav-tabs > li {
	padding-left: 0;
	padding-right: 0;
}

.nav-tabs > li > a > img {
	max-width: 100%;
}

.nav-tabs a {
	text-decoration: none;
}

/********************* Table *********************/

.table > thead > tr > th {
	vertical-align: top;
	padding-top: 18px;
}

.table .without-vat {
	color: #555;
	font-weight: normal;
}

.table .price-old {
	color: #d9534f;
	1font-size: 80%;
	text-decoration: line-through;

}

/********************* VDS *********************/

.packages .controls {
	margin: 10px 0 40px;
}

.packages label {
	font-weight: normal;
}

.packages .controls label {
	margin-bottom: 10px;
}

.packages output.label {
	float: right;
	margin-top: 5px;
}

.packages .plan {
	border-radius: 4px;
	margin: 0px;
	padding-bottom: 36px;
}

.packages .plan .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.packages .head h2 {
	padding-top: 14px;
}

.packages h3 output {
	display: inline;
	padding-top: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.packages #price_val {}

.packages input[type=checkbox] {
	margin-left: 0;
	position: relative;
}

.packages .without-vat {
	color: #555;
	margin-top: 1em;
}

.packages .btn[type=submit] {
	min-width: 200px;
}

/********************* INPUT RANGE (SLIDER) ***********************/

form input[type=range] {
	border: none;
	background-color: transparent;
	background-image: none;
}

input[type=range] {
	-webkit-appearance: none;
	border: 1px solid #ddd;
}

input[type=range]::-webkit-slider-runnable-track {
	height: 10px;
	background: #e0e2e2;
	border: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 23px;
	width: 15px;
	border: 1px solid #000;
	background: #f2f2f2;
	margin-top: -7px;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #e0e2e2;
}

input[type=range]::-moz-range-track {
	height: 10px;
	background: #e0e2e2;
	border: none;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #000;
	border-radius: 0;
	height: 23px;
	width: 15px;
	background: #f2f2f2;
}

input[type=range]:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

input[type=range]::-ms-track {
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #e0e2e2;
}

input[type=range]::-ms-fill-upper {
	background: #e0e2e2;
}

input[type=range]::-ms-thumb {
	border: 1px solid #000;
	border-radius: 0;
	height: 23px;
	width: 15px;
	background: #f2f2f2;
}

input[type=range]:focus::-ms-fill-lower {
	background: #e0e2e2;
}

input[type=range]:focus::-ms-fill-upper {
	background: #e0e2e2;
}

/********************* INPUT RANGE (SLIDER) - FOR BOOTSTRAP ***********************/

.ui-primary input[type=range]::-webkit-slider-thumb { border-color: #337ab7; }
.ui-primary input[type=range]::-moz-range-thumb { border-color: #337ab7; }
.ui-primary input[type=range]::-ms-thumb { border-color: #337ab7; }
.ui-success input[type=range]::-webkit-slider-thumb { border-color: #5cb85c; }
.ui-success input[type=range]::-moz-range-thumb { border-color: #5cb85c; }
.ui-success input[type=range]::-ms-thumb { border-color: #5cb85c; }
.ui-danger input[type=range]::-webkit-slider-thumb { border-color: #d9534f; }
.ui-danger input[type=range]::-moz-range-thumb { border-color: #d9534f; }
.ui-danger input[type=range]::-ms-thumb { border-color: #d9534f; }

/********************* FORM *********************/

input.warning,
textarea.warning {
	border-color: #a94442;
}

img.captcha {
	float: left;
}

input#captcha {
	float: left;
	width: 150px;
}

form .c {
	display: none;
}

/********************* OL LIST *********************/

ol.rounded {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
}
ol.rounded li {
	padding: 0.5em 0 0.5em 2.5em;
}
ol.rounded li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	margin-left: -2.5em;
	margin-top: -0.3em;
	background: #607D8B;
	color: #fff;
	height: 2em;
	width: 2em;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	border-radius: 2em;
}

/********************* CLASSES FOR USERS *********************/

.ImageLeft {
	float: left;
	margin: 1em 1em 0.5em 0;
}
.ImageRight {
	float: right;
	margin: 1em 0 0.5em 1em;
}
.ImageCenter {
	display: block;
	margin: 1em auto 0.5em;
}

.margin-0 { margin-bottom: 0px; margin-top: 0px; }
.margin-10 { margin-bottom: 10px; margin-top: 10px; }
.margin-20 { margin-bottom: 20px; margin-top: 20px; }
.margin-40 { margin-bottom: 40px; margin-top: 40px; }
.margin-60 { margin-bottom: 60px; margin-top: 60px; }
.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-top-0 { margin-top: 0px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }

.padding-0 { padding-bottom: 0px; padding-top: 0px; }
.padding-10 { padding-bottom: 10px; padding-top: 10px; }
.padding-20 { padding-bottom: 20px; padding-top: 20px; }
.padding-40 { padding-bottom: 40px; padding-top: 40px; }
.padding-60 { padding-bottom: 60px; padding-top: 60px; }
.padding-bottom-0 { padding-bottom: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-top-0 { padding-top: 10px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-60 { padding-top: 60px; }

.bg-color-grey {
	background-color: #fbfbfb;
}

.bg-color-grey1 {
	background-color: #eaeff3;
	color: #455a64;
}

.bg-color-blue,
.head.bg-color-blue,
.plan .head.bg-color-blue {
	background-color: #cce9f5;
}
.plan:hover .head.bg-color-blue {
	background-color: #b1e0f4;
}

/*********************  *********************/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.domain {
    font-size: 24px;
}
