/*
Theme Name: Coop
*/

@font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-thin-webfont.woff2') format('woff2'),
	 url('../../fonts/proximanova/proximanova-thin-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-thin-webfont.woff2') format('woff2'),
	 url('../../fonts/proximanova/proximanova-thin-webfont.woff') format('woff');
	font-weight: 100;
	font-style: italic;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-light-webfont.woff2') format('woff2'),
	 url('../../fonts/proximanova/proximanova-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-light-webfont.woff2') format('woff2'),
	 url('../../fonts/proximanova/proximanova-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-regular-webfont.otf') format('orf');
	font-weight: 400;
	font-style: normal;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-regular-webfont.otf') format('orf');
	font-weight: 400;
	font-style: italic;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-semibold-webfont.otf') format('otf');
	font-weight: 600;
	font-style: normal;
 }
 
 @font-face {
	font-family: 'proxima_nova';
	src: url('../../fonts/proximanova/proximanova-semibold-webfont.otf') format('otf');
	font-weight: 600;
	font-style: italic;
 }
 
 
 
a {
    color: #4EBDE0 !important;
    text-decoration: none;
}

pre {
	background-color: #EBEBEB !important;
}

body {
  font-family: 'proxima_nova', 'Arial', 'Helvetica', sans-serif;
}

.btn {
    color: #FFFFFF !important;
}

.tag {
    background-color: #7a7a7a !important;
}

.tag.badge > a {
	color: #FFFFFF !important;
}

.widget:after,
.post-password-form p:after,
.search-form:after,
.anim-tabset:after {
	content: " ";
	display: block;
	clear: both;
}

.map ul,
.find-list,
.registrar-list,
.extensions-list,
.extension-block .info-list,
.extensions-row,
.about-list,
.about-article .tlds-list,
.team-list,
.positions-list,
.pagination,
.filters-list,
.policies-list,
.policies-list .links-list,
.steps-list,
.anim-tabset,
.accredited-registrars,
.logos-list,
.domains-list,
.footer-nav,
.socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget {
	margin-bottom: 30px;
}

.widget ul {
	padding-left: 1em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

#searchform {
	margin: 0 0 30px;
}

.widget select,
.comment-form input,
.comment-form textarea,
.post-password-form input,
.search-form input {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	font-size: 14px;
	line-height: 18px;
	height: 33px;
	padding: 0 10px;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}

.widget select:focus,
.comment-form input:focus,
.comment-form textarea:focus,
.post-password-form input:focus,
.search-form input:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
	outline: none;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #4a90e2;
	color: #fff;
	border: none;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 30px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 30px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 30px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.widget_calendar #prev {
	text-align: left;
}

#calendar_wrap {
	text-align: center;
}

#calendar_wrap caption {
	text-align: center;
}

#wp-calendar {
	margin: 0 0 30px;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 30px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 30px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 30px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 30px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 30px;
}

.mejs-container {
	margin-bottom: 30px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

body {
	font-weight: 300;
	min-width: 320px;
}

body:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: .8;
	background: #fff url("../../images/loader.gif") no-repeat 50% 50%;
	-webkit-transition: opacity .4s .2s, visibility .4s .2s;
	transition: opacity .4s .2s, visibility .4s .2s;
}

body.page-loaded:after {
	opacity: 0;
	visibility: hidden;
}

a {
	font-weight: 600;
}

a.green {
	color: #009356;
}

a.green:hover {
	color: #00c674;
}

a.mail-link {
	color: #518501;
}

a.mail-link:hover {
	color: #70b801;
}

a.inherit {
	color: inherit;
}

a.inherit:hover {
	color: #FF0603;
}

a.light-link {
	font-weight: 300;
}

a.regular-link {
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select,
.form-control {
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}

input,
textarea {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	min-height: 80px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 3px 11px;
}

label {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #404040;
}

.control-holder {
	padding: 0 0 24px;
}

.control-holder label.large {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	margin: 0 0 15px;
}

.row + .control-holder {
	padding-top: 23px;
}

blockquote {
	line-height: 25px;
}

pre {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin: 0 0 56px;
	padding: 15px 15px 9px;
}

p {
	margin: 0 0 30px;
}

h1 {
	font-weight: 100;
	line-height: 1.21875;
	margin: 0 0 3px;
}

.home h1 {
	margin: 0 0 31px;
}

h2 {
	line-height: 1.166666667;
	font-weight: 100;
	color: #000;
	margin: 0 0 30px;
}

h3 {
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 15px;
}

h5 {
	margin: 0 0 8px;
}

table,
.table {
	margin: 0 0 60px;
	color: #000;
	vertical-align: middle;
}

table > thead,
.table > thead {
	background-color: #f0f0f0;
}

table > thead tr th,
.table > thead tr th {
	color: #000;
	border-bottom: none;
	vertical-align: middle;
}

table > thead tr th,
table > thead tr td,
.table > thead tr th,
.table > thead tr td {
	padding: 15px 7px 10px;
}

table > thead tr th + th,
table > thead tr th + td,
table > thead tr td + th,
table > thead tr td + td,
.table > thead tr th + th,
.table > thead tr th + td,
.table > thead tr td + th,
.table > thead tr td + td {
	border-color: #d5d5d5;
}

table > thead + tbody,
.table > thead + tbody {
	border-top: 1px solid #d3d3d3;
}

table > thead + tbody th,
table > thead + tbody td,
.table > thead + tbody th,
.table > thead + tbody td {
	border-top-color: #d3d3d3;
}

table > thead + tfoot,
.table > thead + tfoot {
	border-top: 1px solid #d3d3d3;
}

table > thead + tfoot th,
table > thead + tfoot td,
.table > thead + tfoot th,
.table > thead + tfoot td {
	border-top-color: #d3d3d3;
}

table > tbody tr th,
.table > tbody tr th {
	padding: 5px 1px 8px;
}

table > tbody tr td,
.table > tbody tr td {
	padding: 6px 7px 7px;
}

table > tbody + tfoot,
.table > tbody + tfoot {
	border-top: 1px solid #d3d3d3;
}

table > tbody + tfoot th,
table > tbody + tfoot td,
.table > tbody + tfoot th,
.table > tbody + tfoot td {
	border-top-color: #d3d3d3;
}

table > tfoot + tbody,
.table > tfoot + tbody {
	border-top: 1px solid #d3d3d3;
}

.table-responsive {
	margin: 0 0 60px;
}

.table-responsive table {
	margin: 0;
}

tr + tr {
	border-top: 1px solid #d3d3d3;
}

th,
td {
	border: none;
	padding: 6px 7px 7px;
	vertical-align: top;
}

th + th,
th + td,
td + th,
td + td {
	border-left: 1px solid #d6d6d6;
}

th {
	text-align: center;
	vertical-align: middle;
	color: #616161;
	padding: 5px 1px 8px;
}

ul {
	padding: 0;
	list-style-position: inside;
}

ul > li {
	list-style-type: square;
}

ol {
	padding: 0;
	list-style-position: inside;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

code {
	padding: 0 2px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.btn {
	vertical-align: top;
	background: #7a7a7a;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 29px 8px;
}

.btn:hover,
.btn:focus {
	background: #ababab;
	color: #fff;
}

.btn.view-all {
	position: relative;
	z-index: 100;
	font-weight: 300;
	padding: 9px 14px 9px 38px;
	text-transform: none;
}

.btn.view-all:before {
	content: "";
	width: 16px;
	height: 8px;
	background: url(../../images/sprite.png) -84px 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
background: #FFFFFF;
}

#header .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
	background:  #FFFFF;
	min-height: 80px !important;
}

.navbar-toggle {
	margin: 13px 0;
}

.logo {
	padding: 25px 0 11px;
}

.logo img {
	display: block;
}

#nav {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

#nav a {
	line-height: 20px;
	font-weight: 400;
}

#nav .navbar-nav > li {
	padding-top: 28px;
	padding-bottom: 28px;
}

#nav .navbar-nav > li.active > a {
	border: 1px solid #fff;
	border-radius: 4px;
}

#main {
	width: 100%;
	position: relative;
}

#content {
	padding: 30px 0 0;
}

#sidebar {
	padding: 30px 0 0;
}

.visual {
	position: relative;
	overflow: hidden;
	min-height: 61px;
}

.visual .img-holder {
	position: relative;
}

.visual .img-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/bg-overlay03.png) repeat;
}

.home .visual .img-holder:after {
	display: none;
}

.bg-index {
	background-color: #FFFFFF;
}

.logo-index-theme {
	  content: url(/static/images/coop/logo.svg);
    background-repeat: no-repeat;
    width: 150px;
    height: 70px;
    margin-top: -20px;
}

.bg-no-index-theme {
	  background-color: #FFFFFF;
    width: 1440px;
    height: 280px;
}

.theme-title {
	color: #4EBDE0;
}

.visual .img-holder.bg-stretch-inactive img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.visual .img-holder img {
	width: 100%;
	height: auto;
	max-width: none;
}

.home .visual h1 {
	margin: 0 0 30px;
}

.visual .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 75px 0 30px;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	background: #FFFFFF;
}

.visual .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.visual.small h1 {
	font-size: 48px;
	line-height: 1.166666667;
}

.visual.win-height {
	padding: 0 0 60px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.visual.win-height .text-holder {
	position: relative;
	top: auto;
	left: auto;
	height: 100%;
	min-height: 100%;
}

.visual.visual-map .text-holder {
	position: relative;
	top: auto;
	left: auto;
	background: #9b9b9b;
}

.visual .nic-title {
	font-weight: 900 !important;
	font-size: 144px;
	line-height: 144px;
	margin: 0;
	text-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.visual .content-holder {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	width: 100%;
	line-height: 22px;
	background: #FFFFFF;
}

.visual .subtext {
	font-size: 36px;
	line-height: 1.166666667;
	font-weight: 100;
	display: block;
	margin: 0;
}

.tlds-page .visual .subtext,
.nic-page .visual .subtext {
	font-size: 48px;
	line-height: 50px;
}

.tlds-page .visual .subtext {
	font-weight: 300;
}

.lookup-text {
	top: 20px;
}

.visual .scroll-down {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background-color: #47626a; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(56, 61, 68, .5)), color-stop(98%, rgba(56, 61, 68, .5)), color-stop(100%, rgba(56, 61, 68, .49))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(56, 61, 68, .5) 0%, rgba(56, 61, 68, .5) 98%, rgba(56, 61, 68, .49) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom, rgba(56, 61, 68, .5) 0%, rgba(56, 61, 68, .5) 98%, rgba(56, 61, 68, .49) 100%); /* W3C */
	color: #fff;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 100;
}

.visual .scroll-down:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background: url(../../images/sprite.png) -52px -28px no-repeat;
}

.visual .scroll-down:hover {
	opacity: .8;
}

.login-form {
	max-width: 400px;
	margin: 0 auto;
	font-size: 14px;
}

.visual .login-form {
	padding: 30px 0 0;
}

.login-form label {
	color: #fff;
}

.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="password"] {
	border: none;
	border-radius: 4px;
}

.login-form button {
	background: #973e54;
	color: #FFFFFF
	border-radius: 4px;
}

.login-form button:hover,
.login-form button:focus {
	background: #8A3E52;
	color: #FFFFFF;
}

.login-form .forgot {
	color: inherit;
	font-weight: inherit;
}

.login-form .forgot:hover {
	opacity: .8;
}

.login-form .row-submit {
	margin: 0 0 15px;
}

.lookup-form {
	padding: 30px 0 0;
}

.lookup-form .form-group {
	max-width: 400px;
	width: 100%;
	margin: 0 2px 20px 5px;
}

.lookup-form input[type="text"] {
	border-radius: 4px;
  width: 100%;
  border: 1px solid #7a7a7a;
}

.lookup-form button {
	margin: 0 2px 20px 5px;
	padding: 0 22px;
	border-radius: 4px;
}

.accordeon-holder {
	text-align: left;
	width: 748px;
	max-width: 100%;
	margin: 0 auto;
}

.accordeon-holder .panel {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	margin: 0 0 10px;
}

.accordeon-holder .accordeon-opener {
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px;
	cursor: pointer;
}

.accordeon-holder .accordeon-opener:hover {
	opacity: .8;
}

.accordeon-holder .accordeon-opener .glyphicon {
	font-size: 10px;
	font-weight: 300;
}

.accordeon-holder .accordeon-opener .glyphicon.glyphicon-chevron-down {
	display: none;
}

.accordeon-holder .accordeon-opener.collapsed .glyphicon-chevron-up {
	display: none;
}

.accordeon-holder .accordeon-opener.collapsed .glyphicon-chevron-down {
	display: inline-block;
}

.accordeon-holder .accordeon-drop {
	background: rgba(0, 0, 0, .2);
	border-radius: 5px;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}

.accordeon-holder .accordeon-drop p {
	margin: 0 0 5px;
}

.accordeon-holder .accordeon-drop dl {
	margin: 0 0 5px;
}

.accordeon-holder .accordeon-drop dl dt,
.accordeon-holder .accordeon-drop dl dd {
	font-size: 12px;
	line-height: 14px;
}

.map {
	width: 930px;
	height: 459px;
	position: relative;
	margin: 0 auto 30px;
	max-width: 100%;
}

h1 + .map {
	margin-top: 67px;
}

.map > .holder {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.map > img {
	display: block;
	position: relative;
	width: 100%;
	max-width: none;
}

.map > .holder img[usemap] {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	max-width: none;
}

.map li {
	list-style: none;
	position: absolute;
	overflow: hidden;
	display: none;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.map li.activestate {
	display: block;
	z-index: 99;
}

.map li#americas {
	background-image: url(../../images/americas.png);
	width: 37.31183%;
	height: 99.34641%;
	top: .65359%;
	left: 0;
}

.map li#americas .tooltip-popup {
	top: 58%;
	left: 61%;
}

.map li#europe {
	background-image: url(../../images/europe.png);
	width: 26.02151%;
	height: 40.95861%;
	top: 3.05011%;
	left: 40.10753%;
}

.map li#europe .tooltip-popup {
	top: 70%;
	left: 50%;
}

.map li#asia {
	background-image: url(../../images/asia.png);
	width: 46.02151%;
	height: 67.53813%;
	top: 3.26797%;
	left: 53.9785%;
}

.map li#asia .tooltip-popup {
	top: 48%;
	left: 40%;
}

.map .tooltip-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background: #000;
	text-indent: 0;
	border-radius: 4px;
	padding: 10px 10px 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
}

.map .tooltip-popup:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 -1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000;
}

.gray-panel {
	background: #000000;
	padding: 31px 0 13px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

.gray-panel .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 20px;
	padding: 4px 0 0;
}

.gray-panel .btn {
	vertical-align: middle;
	margin: 0 7px 20px;
	font-weight: 600;
}

.gray-panel label {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	vertical-align: middle;
	padding: 4px 0 0;
	margin: 0 7px;
}

.query-form {
	margin: 0;
}

.query-form .form-group {
	margin: 0 1px 20px 4px;
	max-width: 400px;
	width: 100%;
}

.query-form input[type="text"] {
	border: none;
	width: 100%;
	border-radius: 4px;
}

.query-form button,
.query-form .btn {
	font-size: 14px;
	line-height: 18px;
	margin: 0 1px 20px 4px;
	padding: 0 22px;
	border-radius: 4px;
}

.graysearch-form .form-group {
	margin: 0 1px 20px 4px;
}

.graysearch-form input[type="search"] {
	width: 400px;
	max-width: 100%;
	border: none;
	border-radius: 4px;
}

.graysearch-form button,
.graysearch-form .btn {
	font-size: 14px;
	line-height: 18px;
	margin: 0 1px 20px 4px;
	padding: 0 22px;
	border-radius: 4px;
}

.nic-title {
	font-weight: 900;
}

.nic-title2 {
	font-weight: 600;
}

.gray-block {
	background: #FFFFFF;
}

.content {
	padding: 60px 0 0;
	margin: 0 0 60px;
}

* + .content {
	padding-top: 0;
}

.contact-page .content h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px;
	font-weight: 300;
}

.nic-page .content h2 {
	color: inherit;
}

.tlds-page .content h2 {
	font-weight: 100;
	color: inherit;
}

.tlds-page .content h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 1px;
}

.find-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.find-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	width: 50%;
	margin: 0 0 60px;
	padding: 0 15px;
}

.find-list .ico-holder {
	margin: 0 0 10px;
	width: 100%;
	white-space: nowrap;
}

.find-list .ico-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.find-list .ico-holder img {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.find-list h3 {
	margin: 0 0 30px;
}

.home .find-list h3 {
	color: #797979;
}

.registrar-list {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 60px 0 0;
	margin: 0 -38px;
}

.registrar-list li {
	list-style: none;
	width: 33.33%;
	margin: 0 0 60px;
	padding: 0 40px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.registrar-list .ico-holder {
	margin: 0 0 8px;
	width: 100%;
	white-space: nowrap;
}

.registrar-list .ico-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.registrar-list .ico-holder img {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.registrar-list h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 7px;
	color: #666;
}

.extensions-list {
	overflow: hidden;
	margin: 0 -15px 30px;
}

.extensions-list > li {
	list-style: none;
	float: left;
	width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.extension-block.hover .img-holder:after {
	background: url(../../images/bg-overlay02.png) repeat;
}

.extension-block.hover .text span {
	display: none;
}

.extension-block.hover .text .btn {
	display: inline-block;
}

.extension-block .img-container {
	height: 148px;
	position: relative;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

.extension-block .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.extension-block .img-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/bg-overlay.png) repeat;
}

.extension-block .img-holder img {
	max-width: none;
	width: 100%;
}

.extension-block .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	font-weight: 900;
	color: #fff;
}

.extension-block .text-holder:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.extension-block .text-holder .text {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 0;
}

.extension-block .text-holder .text .small {
	font-size: 37px;
}

.extension-block .text-holder .text .xsmall {
	font-size: 34px;
}

.extension-block .text-holder .btn {
	display: none;
	vertical-align: middle;
}

.extension-block .text-content {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 0 0 4px 4px;
	padding: 28px 15px 11px;
	width: 100%;
	white-space: nowrap;
}

.extension-block .text-content:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	min-height: 100%;
	width: 1px;
	margin: 0 0 0 -2px;
	overflow: hidden;
}

.extension-block .text-content .text-contain {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}

.extension-block h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 18px;
}

.extension-block .info-list {
	font-size: 12px;
	line-height: 16px;
}

.extension-block .info-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 10px;
}

.extension-block .info-list li.page {
	padding-top: 1px;
	padding-bottom: 1px;
}

.extension-block .info-list li.page:before {
	content: "";
	width: 15px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 9px;
	background: url(../../images/sprite.svg) no-repeat;
	background-position: 0 0;
	background-size: 20px 132px;
}

.extension-block .info-list li.posted {
	padding-top: 3px;
	padding-bottom: 2px;
}

.extension-block .info-list li.posted:before {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 6px;
	background: url(../../images/sprite.svg) no-repeat;
	background-position: 0 -23px;
	background-size: 21px 138px;
}

.extension-block .info-list a {
	color: inherit;
	font-weight: inherit;
}

.extension-block .info-list a:hover {
	color: #FF0603;
}

.extensions-row {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #202020;
}

.extensions-row li {
	list-style: none;
	width: 25%;
	float: left;
}

.extensions-row .extension-block .img-container {
	height: 194px;
	border-radius: 0;
}

.extensions-row .extension-block .text-holder .text {
	font-size: 64px;
	line-height: 70px;
}

.extensions-row .extension-block .text-holder .text .small {
	font-size: 54px !important;
}

.extensions-row .extension-block .text-holder .text .xsmall {
	font-size: 44px !important;
}

.schedule-table {
	text-align: center;
	width: 100%;
	font-size: 16px;
}

.schedule-table thead th:first-child {
	color: #616161;
}

.schedule-table td {
	text-align: center;
}

.schedule-table tbody th,
.schedule-table tbody td {
	background-color: #fff;
}

.schedule-table .gray th,
.schedule-table .gray td {
	background-color: #dbe1e6;
}

.notes-holder {
	margin: 0 0 60px;
}

.notes-holder .table-notes {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dadada;
}

.notes-holder .table-notes span {
	display: block;
	background-color: #fff;
	padding: 10px 15px 9px;
}

.notes-holder .table-notes span.gray {
	background-color: #dbe1e6;
}

.founder-block {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	padding: 60px 0 30px;
}

.founder-block .img-holder {
	border-radius: 50%;
	overflow: hidden;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.founder-block .text-holder {
	padding: 15px 0 0;
}

.founder-block h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 15px;
}

.about-list.first-gray li:first-child {
	background: #f7f7f7;
}

.about-list.even-gray li:nth-child(even) {
	background: #f7f7f7;
}

.about-list li {
	list-style: none;
	padding: 30px 0 0;
}

.about-list .about-article {
	margin: 0;
}

.about-list .about-article h4 {
	color: #000;
	margin: 0 0 20px;
}

.about-article {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 60px;
}

.about-article .ico-holder {
	margin: 0 0 15px;
}

.about-article h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 30px;
}

.tlds-page .about-article h4 {
	font-size: 24px;
	line-height: 26px;
}

.about-article address {
	line-height: 26px;
}

.nic-page .about-article,
.tlds-page .about-article {
	font-size: 18px;
}

.nic-page .about-article p,
.tlds-page .about-article p {
	margin: 0 0 11px;
}

.about-article .tlds-list li {
	list-style: none;
	margin: 0 0 11px;
}

.greats-list li {
	list-style-type: disc;
	margin: 0 0 11px;
}

.gray-form {
	background: #f8f8f8;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	padding: 30px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: 0 0 30px;
	position: relative;
}

.gray-form input,
.gray-form textarea,
.gray-form select,
.gray-form .form-control {
	font-size: 12px;
}

.gray-form input::-webkit-input-placeholder,
.gray-form textarea::-webkit-input-placeholder,
.gray-form select::-webkit-input-placeholder,
.gray-form .form-control::-webkit-input-placeholder {
	color: #5c5c5c;
}

.gray-form input::-moz-placeholder,
.gray-form textarea::-moz-placeholder,
.gray-form select::-moz-placeholder,
.gray-form .form-control::-moz-placeholder {
	color: #5c5c5c;
	opacity: 1;
}

.gray-form input:-ms-input-placeholder,
.gray-form textarea:-ms-input-placeholder,
.gray-form select:-ms-input-placeholder,
.gray-form .form-control:-ms-input-placeholder {
	color: #5c5c5c;
}

.gray-form label {
	color: #000;
	font-size: 12px;
}

.gray-form label .small {
	font-size: 10px;
	line-height: 12px;
	color: #ababab;
	display: block;
	padding: 2px 0 4px;
}

.gray-form label.large {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	margin: 0 0 15px;
}

.gray-form .control-holder {
	padding: 0 0 24px;
}

.gray-form .control-holder .checkbox {
	margin: 0;
}

.gray-form .control-holder .checkbox label {
	margin: 0;
}

.gray-form .row + .control-holder {
	padding-top: 23px;
}

.gray-form input[type="submit"] {
	background: #7ed321;
	text-transform: none;
}

.gray-form input[type="submit"]:hover {
	background: #97e245;
}

.gray-form .separator {
	height: 1px;
	margin: 0 -30px 32px;
	background: #e0e0e0;
}

.gray-form .contact-form textarea {
	height: 175px;
}

.gray-form .ajax-loader {
	margin-right: -20px;
}

.contacts-block {
	font-size: 14px;
	line-height: 30px;
	color: #747474;
}

.contacts-block .row {
	position: relative;
}

.contacts-block .row:before {
	content: "";
	background: #dfdfdf;
	height: 1px;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}

.contacts-block .contacts-info {
	padding: 30px 0 0 35px;
	margin-bottom: 30px;
}

.contacts-block .contacts-info.text-center {
	color: #000;
}

.contacts-block .contacts-info a {
	color: inherit;
}

.contacts-block .contacts-info a:hover {
	color: #FF0603;
}

.contacts-block p {
	margin: 0;
}

.contacts-block address {
	line-height: 30px;
	margin-bottom: 30px;
}

.contacts-block address a {
	color: inherit;
}

.contacts-block address a:hover {
	color: #FF0603;
}

.contacts-block h3 {
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.contacts-block .tel-link {
	font-weight: inherit;
	color: inherit;
}

.contacts-block .tel-link:hover {
	color: #FF0603;
}

.contacts-block .support {
	color: #009356;
}

.team-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	color: #797979;
	margin: 0 0 60px;
}

.team-list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	overflow: hidden;
	padding: 0 15px;
}

.team-list .img-holder {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px 30px 26px 0;
}

.team-list .text-holder {
	overflow: hidden;
}

.team-list .name {
	display: block;
	margin: 0 0 1px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.team-list .position {
	display: block;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

.positions-list {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	color: #000;
	margin: 0 -15px;
}

.positions-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 30px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0;
}

.positions-list .heading {
	padding: 29px 30px 28px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	position: relative;
}

.positions-list .heading .img-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.positions-list .heading .img-holder img {
	max-width: none;
}

.positions-list h3 {
	color: #fff;
	font-size: 36px;
	line-height: 1.16667;
	font-weight: 400;
	margin: 0;
}

.positions-list .text-holder {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 0 0 2px 2px;
	padding: 15px 26px 0;
}

.positions-list p {
	margin: 0 0 9px;
}

.services-text {
	font-size: 16px;
	line-height: 20px;
}

.whois {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #404040;
}

.whois h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 5px;
	font-weight: 300;
}

.whois .result-heading {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	font-weight: 400;
	margin: 0 0 53px;
}

.whois h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #5c5c5c;
	margin: 0 0 10px;
}

.whois p {
	margin: 0 0 23px;
}

.whois .bottom-text {
	color: #484e56;
}

.whois .bottom-text h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	margin: 0 0 1px;
}

.whois .bottom-text p {
	margin: 0 0 17px;
}

.info {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 17px;
}

.info dt {
	font-weight: 400;
	float: left;
	clear: left;
	padding-right: 4px;
	line-height: 17px;
}

.info dd {
	font-weight: 700;
	line-height: 17px;
}

.parameter-form {
	margin: 0 0 30px;
}

.parameter-form p {
	margin: 0 0 6px;
}

.parameter-form .form-group {
	width: 100%;
	max-width: 247px;
	margin-right: 5px;
}

.parameter-form .form-control {
	width: 100%;
}

.parameter-form select {
	color: #9b9b9b;
}

.parameter-form select:focus {
	color: #000;
}

.parameter-form span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.parameter-form button {
	background: #008444;
	height: 33px;
	padding: 9px 18px;
}

.parameter-form button:hover,
.parameter-form button:focus {
	background: #00b75e;
}

.search-results {
	margin: 0 0 88px;
}

.search-results.type-02 .bottom-tools {
	padding: 15px 0;
}

.search-results.type-02 .bottom-tools .showing {
	font-size: 14px;
	font-weight: 400;
	margin: 5px 10px 9px 7px;
}

.search-results.type-02 .bottom-tools .pagination b {
	background: #008444;
}

.search-results .holder {
	overflow: hidden;
	padding: 21px 0 23px;
}

.search-results .tools {
	background: #f9f9f9;
	overflow: hidden;
	padding: 13px 20px;
}

.search-results .tools select {
	padding: 6px;
}

.search-results .tools .checkbox {
	display: inline-block;
	vertical-align: middle;
}

.search-results .row {
	margin: 0 0 5px;
}

.search-results .row span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.search-results .row select {
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	margin: 0 5px 0 0;
	color: #9b9b9b;
}

.search-results .row select:focus {
	color: #000;
}

.search-results .row label {
	line-height: 25px;
	padding-left: 30px;
}

.search-results .bottom-tools {
	color: #000;
	overflow: hidden;
	padding: 9px 0;
}

.search-results .bottom-tools .showing {
	float: left;
	margin: 9px 10px 9px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.search-results .bottom-tools .right-block {
	float: right;
	color: #ababab;
	font-size: 13px;
}

.search-results .bottom-tools .right-block select {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	padding: 2px;
	height: 35px;
}

.search-results .bottom-tools .right-block span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2px;
}

.pagination {
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
	margin: 0 0 0 30px;
	border-radius: 0;
	overflow: hidden;
}

.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
	border-radius: 0;
}

.pagination li.active a,
.pagination li.active span {
	padding: 7px 13px;
	font-weight: bold;
}

.pagination li a {
	padding: 7px 14px;
	display: block;
	font-weight: 400;
}

.pagination li a:hover {
	background: #ddd;
}

.pagination .prev a {
	padding: 7px 12px 7px 11px;
}

.pagination .prev a:before {
	content: "";
	width: 14px;
	height: 7px;
	display: inline-block;
	vertical-align: top;
	margin: 7px 4px 0 0;
	background: url(../../images/sprite.png) -115px -28px no-repeat;
}

.pagination .next a {
	padding: 7px 11px 7px 12px;
}

.pagination .next a:after {
	content: "";
	width: 14px;
	height: 7px;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 4px;
	background: url(../../images/sprite.png) -115px -45px no-repeat;
}

.filters-list {
	overflow: hidden;
}

.filters-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 10px 0;
}

.filters-list .filter {
	background: #f5a623;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 6px 8px 7px 40px;
	position: relative;
}

.filters-list .remove {
	width: 11px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/sprite.png) -72px -28px no-repeat;
	position: absolute;
	top: 15px;
	left: 15px;
}

.filters-list .remove:hover {
	opacity: .8;
}

.filters-list span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.filters-list .add {
	display: block;
	border: 1px dashed #979797;
	border-radius: 4px;
	background: #fff;
	padding: 7px 9px 7px 29px;
	color: #a8a8a8;
	font-size: 12px;
	font-weight: 400;
	position: relative;
}

.filters-list .add:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(../../images/sprite.png) -93px -28px no-repeat;
	margin: -1px 0 0;
}

.filters-list .add:hover {
	color: #8e8e8e;
	border-color: #7e7e7e;
}

.table-holder {
	max-width: 100%;
	overflow: auto;
}

.results-table {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

.results-table.type-02 thead th {
	padding: 8px 10px 8px 25px;
}

.results-table.type-02 tbody td {
	padding: 8px 10px 8px 25px;
}

.results-table.type-02 tbody td:last-child {
	text-align: left;
	padding: 8px 10px 8px 25px;
}

.results-table.type-02 tbody th {
	padding: 8px 10px 8px 25px;
}

.results-table.type-02 .domain {
	width: 25.3%;
}

.results-table thead {
	border-top: 1px solid #dedede;
	font-size: 14px;
}

.results-table thead th {
	font-weight: 600;
	padding: 9px 10px 8px 21px;
}

.results-table td,
.results-table th {
	border-left: none;
	text-align: left;
}

.results-table tbody {
	border-bottom: 1px solid #dedede;
}

.results-table tbody td {
	vertical-align: top;
	padding: 8px 10px 12px 21px;
}

.results-table tbody td:last-child {
	text-align: right;
	padding: 9px 21px 8px 10px;
}

.results-table tbody th {
	vertical-align: top;
	box-shadow: inset 4px 0 0 0 #9b9b9b;
	padding: 8px 10px 12px 21px;
}

.results-table tbody th a {
	color: #009356;
}

.results-table tbody th a:hover {
	color: #00c674;
}

.results-table a {
	color: #000;
}

.results-table a:hover {
	color: #333;
}

.results-table .domain {
	width: 18.3%;
}

.results-table .registrant {
	width: 24.5%;
}

.results-table .registrar {
	width: 37.6%;
}

.results-table .created {
	width: 11.6%;
}

.results-table .updated {
	width: 8%;
	padding: 9px 21px 8px 10px;
	text-align: right;
}

.results-table .availability {
	width: 35.3%;
}

.results-table .type {
	width: 23.8%;
}

.results-table .price {
	width: 15.6%;
}

.results-table .green th {
	box-shadow: inset 4px 0 0 0 #008444;
}

.results-table .green .marked {
	color: #008444;
}

.results-table .orange th {
	box-shadow: inset 4px 0 0 0 #f5a623;
}

.results-table .orange th a {
	color: #000;
}

.results-table .orange th a:hover {
	color: #1a1a1a;
}

.results-table .orange .marked {
	color: #f5a623;
}

.results-table .red th {
	box-shadow: inset 4px 0 0 0 #d0021b;
}

.results-table .red th a {
	color: #000;
}

.results-table .red th a:hover {
	color: #1a1a1a;
}

.results-table .red .marked {
	color: #d0021b;
}

.results-table .marked {
	font-weight: 400;
}

.search-text {
	color: #000;
	overflow: hidden;
	margin: 0 0 23px;
}

.search-text .searched {
	font-weight: 600;
}

.search-text .nic-page,
.tlds-page .search-text {
	border-bottom: 1px solid #e2e2e2;
}

.searched-text {
	float: left;
	margin: 3px 0 0;
}

.searched-text .searched {
	font-weight: 600;
}

.search-info {
	font-size: 24px;
	line-height: 29px;
	display: block;
	margin: 53px;
}

.alternatives {
	float: right;
	margin: 0;
}

.alternatives label {
	font-size: 12px;
	line-height: 22px;
	color: #5c5c5c;
}

.reg-list {
	padding: 0 0 0 2px;
	margin: 0 0 0 -2px;
	position: relative;
	overflow: hidden;
}

.reg-list dt {
	font-weight: 400;
	line-height: inherit;
	float: left;
	clear: both;
	margin-right: 4px;
}

.reg-list dd {
	font-weight: 600;
	overflow: hidden;
	line-height: inherit;
}

.reg-list.int {
	padding: 0 0 0 41px;
}

.reg-list.int:before {
	content: "INT";
	position: absolute;
	top: 2px;
	left: 0;
	background: #4a90e2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	border-radius: 3px;
	padding: 3px 6px 2px;
}

.reg-list.loc {
	padding: 0 0 0 41px;
}

.reg-list.loc:before {
	content: "LOC";
	position: absolute;
	top: 2px;
	left: 0;
	background: #4a90e2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	border-radius: 3px;
	padding: 3px 6px 2px;
}

.record-table {
	width: 100%;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
	margin: 0 0 35px;
	color: #5c5c5c;
	font-size: 13px;
	line-height: 30px;
}

.record-table > tbody tr.blue td:first-child {
	box-shadow: inset 4px 0 0 0 #4a90e2;
}

.record-table > tbody tr.blue a {
	color: #4a90e2;
}

.record-table > tbody tr.blue a:hover {
	color: #76abe9;
}

.record-table > tbody tr.blue .marked {
	color: #4a90e2;
	font-weight: 600;
}

.record-table > tbody tr.green td:first-child {
	box-shadow: inset 4px 0 0 0 #008444;
}

.record-table > tbody tr.green a {
	color: #008444;
}

.record-table > tbody tr.green a:hover {
	color: #00b75e;
}

.record-table > tbody tr.green .marked {
	color: #008444;
	font-weight: 600;
}

.record-table > tbody tr.red td:first-child {
	box-shadow: inset 4px 0 0 0 #d0021b;
}

.record-table > tbody tr.red a {
	color: #d0021b;
}

.record-table > tbody tr.red a:hover {
	color: #fd0826;
}

.record-table > tbody tr.red .marked {
	color: #d0021b;
	font-weight: 600;
}

.record-table > tbody tr td {
	color: #5c5c5c;
	padding: 6px 10px 5px 15px;
	line-height: 30px;
}

.record-table > tbody tr td:first-child {
	box-shadow: inset 4px 0 0 0 #9b9b9b;
}

.record-table > tbody tr td + td {
	text-align: right;
	border-left: none;
}

.record-table address {
	line-height: 30px;
	margin-bottom: 0;
}

.policies-list {
	color: #353535;
	font-size: 16px;
	line-height: 26px;
}

.policies-list > li {
	list-style: none;
	margin: 0 0 30px;
	padding: 0 0 0 120px;
	position: relative;
}

.policies-list > li:before {
	content: "";
	background: url(../../images/sprite.svg) no-repeat;
	background-size: 37px 258px;
	background-position: 0 -222px;
	position: absolute;
	top: 10px;
	left: 32px;
	width: 26px;
	height: 36px;
}

.policies-list h3 {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 2px;
}

.policies-list p {
	margin: 0 0 2px;
}

.policies-list .links-list {
	font-size: 14px;
	line-height: 20px;
}

.policies-list .links-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 10px 0;
}

.policies-list .links-list li + li:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #353535;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}

.policies-list .links-list a {
	color: #db2023;
}

.policies-list .links-list a:hover {
	color: #e44a4c;
}

.idn-block {
	color: #494748;
	font-size: 14px;
	line-height: 30px;
}

.idn-block ul {
	margin: 0 0 30px;
}

.idn-block h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px;
}

.viewer-holder {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 60px;
}

.viewer-holder iframe {
	margin: 0 0 11px;
}

.viewer-holder a {
	color: #db2023;
}

.viewer-holder a:hover {
	color: #e44a4c;
}

.steps-container h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 20px;
}

.steps-list {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: 400;
	padding: 0 0 0 100px;
	margin-bottom: 30px;
}

.steps-list li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	padding: 8px 0 8px 20px;
}

.steps-list li:before {
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	left: 2px;
	bottom: 50%;
	background: #dcdcdc;
}

.steps-list li:after {
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	left: 2px;
	top: 50%;
	background: #dcdcdc;
}

.steps-list li:first-child:before {
	display: none;
}

.steps-list li:last-child:after {
	display: none;
}

.steps-list li .circle {
	position: absolute;
	left: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #bcbcbc;
	z-index: 2;
}

.steps-list li .text {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	padding: 11px 13px 9px;
	border-radius: 2px;
	position: relative;
}

.steps-list li.current:before {
	width: 2px;
	background: #008444;
}

.steps-list li.current .circle:after {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.steps-list li.current .text {
	background: #e9e9e9;
}

.steps-list li.current .text:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #e9e9e9;
}

.steps-list li.complete {
	color: #000;
}

.steps-list li.complete:before,
.steps-list li.complete:after {
	width: 2px;
	background: #008444;
}

.steps-list li.complete .circle {
	background: #008444;
	border-color: #008444;
}

.mob-steps {
	display: none;
	font-size: 20px;
	line-height: 24px;
}

.steps-form {
	padding: 18px 0 0;
}

.regsignup-form .holder {
	padding: 0 0 25px;
}

.regsignup-form .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 23px;
	color: #404040;
}

.regsignup-form .title .small {
	font-size: 10px;
	line-height: 12px;
	color: #ababab;
	display: block;
	padding: 2px 0 4px;
}

.regsignup-form .checkbox {
	margin: 0 0 20px;
}

.regsignup-form .checkbox label {
	font-size: 10px;
	line-height: 20px;
}

.regsignup-form button {
	background: #5f5f5f;
	text-transform: none;
	padding: 10px 35px 8px;
}

.regsignup-form button:hover,
.regsignup-form button:focus {
	background: #797979;
}

.animated-block {
	margin: 0 0 60px;
	position: relative;
}

.animated-block .tab-line {
	width: 1000px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 200px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	display: none;
	z-index: 1;
}

.animated-block .tab-line.active {
	display: block;
}

.animated-block .tab-line.orange {
	background: #eb8b2d;
}

.animated-block .tab-line.blue {
	background: #36a0ce;
}

.animated-block .tab-line.purple {
	background: #8d2456;
}

.animated-block .tab-line.gray {
	background: #636463;
}

.animated-block .tab-line.green {
	background: #3aab47;
}

.tab-content {
	margin: 0 0 81px;
	position: relative;
	z-index: 2;
}

.tab-content > div {
	overflow: hidden;
}

.tab-content .text-block {
	float: right;
	width: 50%;
	white-space: nowrap;
}

.tab-content .icon-holder {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 33px 0 -80px;
	white-space: normal;
}

.tab-content .icon-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tab-content .text-holder {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	padding-right: 116px;
}

.tab-content h3 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
	margin: 0 0 11px;
}

.tab-content p {
	margin: 0 0 4px;
}

.tab-content .orange .icon-holder {
	background: #eb8b2d;
}

.tab-content .blue .icon-holder {
	background: #36a0ce;
}

.tab-content .purple .icon-holder {
	background: #8d2456;
}

.tab-content .gray .icon-holder {
	background: #636463;
}

.tab-content .green .icon-holder {
	background: #3aab47;
}

.anim-tabset {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}

.anim-tabset:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #444343;
}

.anim-tabset li {
	float: left;
	width: 20%;
	list-style: none;
	position: relative;
	z-index: 1;
}

.anim-tabset a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	color: #afafaf;
	font-weight: 300;
}

.anim-tabset a span {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	margin: 10px 0 0;
}

.anim-tabset .orange a {
	background: #eb8b2d;
}

.anim-tabset .blue a {
	background: #36a0ce;
}

.anim-tabset .purple a {
	background: #8d2456;
}

.anim-tabset .gray a {
	background: #636463;
}

.anim-tabset .green a {
	background: #3aab47;
}

.accredited-links h2 {
	font-size: 48px;
	line-height: 56px;
	margin: 0 0 18px;
}

.accredited-registrars {
	margin: 0 -15px 20px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.accredited-registrars li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	color: #0c0c0c;
	width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.accredited-registrars a {
	color: #0c0c0c;
	display: block;
	background: #efefef;
	border-radius: 3px;
	white-space: nowrap;
	width: 100%;
	font-weight: 300;
	padding: 17px 5px 14px;
}

.accredited-registrars a:hover {
	background: #8dc63f;
	color: #fff;
}

.accredited-registrars a:hover .country {
	color: #fff;
}

.accredited-registrars a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -3px;
	vertical-align: middle;
}

.accredited-registrars .country {
	color: #474747;
	font-size: 14px;
	line-height: 14px;
	font-weight: 100;
	display: block;
}

.accredited-registrars .text-holder {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.logos-list {
	margin: 0 -15px 25px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.logos-list li {
	list-style: none;
	width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.444444444;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}

.logos-list a {
	display: block;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 100%;
	white-space: nowrap;
	padding: 34px 5px 32px;
}

.logos-list a:hover {
	opacity: .8;
}

.logos-list a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.logos-list .logo-holder {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
}

.logos-list .logo-holder img {
	display: block;
	max-width: 100%;
}

.domains-list {
	overflow: hidden;
}

.domains-list li {
	float: left;
	list-style: none;
	width: 25%;
	background-size: cover;
}

.domains-list .text-holder {
	display: block;
	height: 194px;
	width: 100%;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	background: rgba(0, 0, 0, .35);
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #202020;
}

.domains-list .text-holder:hover {
	background: rgba(255, 255, 255, .9);
	color: #000;
	border: none;
}

.domains-list .text-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	margin: 0 0 0 -1px;
	overflow: hidden;
}

.domains-list .text-container {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

#footer {
	width: 100%;
	position: relative;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#footer h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 12px;
	color: #FFFFFF;
}

#footer h2:after {
	content: "";
	width: 41px;
	height: 1px;
	display: block;
	background: #fff;
	margin: 10px 0 0;
}

#footer h2.orange:after {
	background: #8e4d1c;
}

#footer h2.green:after {
	background: #7b9486;
}

#footer h2.yellow:after {
	background: #e3c88c;
}

#footer h2.blue:after {
	background: #4c6a7e;
}

.footer-content {
	padding: 101px 0 2px;
}

.footer-nav {
	margin-bottom: 32px;
}

.footer-nav li {
	list-style: none;
	margin: 0 0 12px;
}

.footer-nav li.active a {
	opacity: .8;
}

.footer-nav a {
	color: #fff;
	font-weight: 300;
}

.footer-nav a:hover {
	opacity: .8;
}

.subscribe-panel {
	padding: 20px 0 12px;
	background: #FFFFF
}

.subscribe-form {
	font-weight: 400;
	margin: 0;
}

.subscribe-form p {
	margin: 0 0 14px;
}

.subscribe-form .form-group {
	margin: 0 7px 20px 10px;
	max-width: 330px;
	width: 100%;
}

.subscribe-form input[type="email"] {
	border: none;
	width: 100%;
	border-radius: 4px;
	font-weight: 300;
}

.subscribe-form button {
	vertical-align: middle;
	font-size: 12px;
	margin: 0 7px 20px 10px;
	padding: 9px 18px;
	border-radius: 4px;
}

.footer-bottom {
	background: #090909;
	overflow: hidden;
	font-size: 13px;
	padding: 12px 0 0;
}

.footer-bottom .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.footer-bottom p {
	margin: 0 0 10px;
}

.socials {
	margin: -1px 0 1px;
	overflow: hidden;
}

.socials li {
	list-style: none;
	float: left;
	margin: 0 0 10px 10px;
}

.socials li.twitter a {
	background: url(../../images/sprite.svg) no-repeat;
	background-size: 18px 126px;
	background-position: 0 -43px;
}

.socials li.youtube a {
	background: url(../../images/sprite.svg) no-repeat;
	background-size: 18px 126px;
	background-position: 0 -65px;
}

.socials li.facebook a {
	background: url(../../images/sprite.svg) no-repeat;
	background-size: 18px 126px;
	background-position: 0 -87px;
}

.socials a {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
}

.socials a:hover {
	opacity: .8;
}

.fake-fixed {
	visibility: hidden;
}

.fixed-block.fixed-ready {
	position: absolute;
}

@media only screen and (max-width: 1199px) {
	.extensions-list > li {
		padding: 0 10px;
	}

	.extension-block .text-holder .text {
		font-size: 30px;
		line-height: 36px;
	}

	.extension-block .text-holder .text .small {
		font-size: 28px;
		line-height: 36px;
	}

	.extension-block .text-holder .text .xsmall {
		font-size: 26px;
		line-height: 36px;
	}

	.steps-list {
		padding: 0 0 0 8px;
	}

	.accredited-registrars li {
		font-size: 16px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 991px) {
	.post-password-form input[type="password"],
	.search-form input[type="search"] {
		width: 135px !important;
	}

	body {
		font-size: 14px;
		line-height: 20px;
	}

	blockquote {
		font-size: 18px;
		line-height: 20px;
	}

	pre {
		font-size: 12px;
		margin: 0 0 30px;
	}

	p {
		margin: 0 0 20px;
	}

	h1 {
		font-size: 50px;
		line-height: 56px;
	}

	h2 {
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 34px;
	}

	table,
	.table {
		margin: 0 0 30px;
	}

	.table-responsive {
		margin: 0 0 30px;
	}

	#header.diff-bg {
		background:  #FFFFF;
	}

	#header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	#header.scrolling.diff-bg {
		background:  #FFFFF;
	}

	.navbar {
		min-height: 65px;
	}

	.logo {
		padding: 15px 0;
	}

	.logo.navbar-brand {
		height: 60px;
	}

	#nav {
		text-align: right;
	}

	#nav .navbar-nav.nav {
		margin-bottom: 0;
		margin-top: 0;
		padding: 15px 0;
	}

	#nav a {
		text-align: center;
	}

	#nav .navbar-nav > li {
		padding-top: 0;
		padding-bottom: 0;
	}

	.visual .nic-title {
		font-size: 90px;
		line-height: 100px;
	}

	.visual .subtext {
		font-size: 28px;
	}

	.tlds-page .visual .subtext,
	.nic-page .visual .subtext {
		font-size: 36px;
	}

	.visual .login-form {
		padding-top: 0;
	}

	.map {
		width: 720px;
		height: 355px;
	}

	h1 + .map {
		margin-top: 30px;
	}

	.graysearch-form input[type="search"] {
		width: 200px;
	}

	.content {
		padding: 30px 0 0;
		margin: 0 0 30px;
	}

	.find-list li {
		margin: 0 0 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.registrar-list {
		margin: 0 -15px;
		padding: 30px 0 0;
	}

	.registrar-list li {
		padding: 0 15px;
		margin: 0 0 11px;
		font-size: 14px;
		line-height: 20px;
	}

	.extensions-list > li {
		width: 25%;
	}

	.extension-block .text-content {
		padding: 15px 5px 5px;
	}

	.extensions-row .extension-block .img-container {
		height: 130px;
	}

	.extensions-row .extension-block .text-holder .text {
		font-size: 30px;
		line-height: 34px;
	}

	.extensions-row .extension-block .text-holder .text .small {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.extensions-row .extension-block .text-holder .text .xsmall {
		font-size: 26px !important;
		line-height: 36px !important;
	}

	.notes-holder {
		margin: 0 0 30px;
	}

	.founder-block {
		font-size: 14px;
		line-height: 20px;
	}

	.about-article {
		margin: 0 0 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.about-article h4 {
		margin: 0 0 20px;
	}

	.nic-page .about-article,
	.tlds-page .about-article {
		font-size: 14px;
		line-height: 20px;
	}

	.gray-form {
		padding: 20px;
	}

	.gray-form .separator {
		margin-left: -20px;
		margin-right: -20px;
	}

	.contacts-block .contacts-info {
		padding: 30px 0 0;
	}

	.team-list {
		margin: 0 0 30px;
	}

	.team-list li {
		font-size: 14px;
		line-height: 20px;
	}

	.team-list .img-holder {
		margin: 5px 20px 20px 0;
	}

	.positions-list li {
		line-height: 20px;
	}

	.positions-list .heading {
		padding: 15px;
	}

	.positions-list h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.positions-list .text-holder {
		padding: 15px 20px 0;
	}

	.whois .result-heading {
		margin: 0 0 30px;
	}

	.whois p {
		margin: 0 0 20px;
	}

	.search-results {
		margin: 0 0 60px;
	}

	.search-info {
		margin: 0 0 30px;
		font-size: 18px;
		line-height: 24px;
	}

	.policies-list {
		font-size: 14px;
		line-height: 20px;
	}

	.policies-list > li {
		padding: 0 0 0 90px;
	}

	.idn-block {
		line-height: 20px;
	}

	.idn-block ul {
		margin: 0 0 20px;
	}

	.viewer-holder {
		margin: 0 0 30px;
	}

	.regsignup-form input[type="checkbox"] {
		margin-top: 2px;
	}

	.animated-block {
		margin: 0 0 30px;
	}

	.animated-block .tab-line {
		height: 3px;
	}

	.tab-content {
		margin: 0 0 75px;
	}

	.tab-content .text-holder {
		line-height: 20px;
		font-size: 14px;
	}

	.tab-content h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.anim-tabset {
		padding-bottom: 30px;
	}

	.accredited-registrars {
		margin: 0 -10px 20px;
	}

	.accredited-registrars li {
		width: 25%;
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.accredited-registrars a {
		padding: 10px 5px;
	}

	.logos-list {
		margin: 0 -10px 20px;
	}

	.logos-list li {
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.logos-list a {
		padding: 20px 5px;
	}

	.domains-list .text-holder {
		height: 130px;
		font-size: 20px;
		line-height: 22px;
	}

	.footer-content {
		padding: 60px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.comment-form textarea,
	.post-password-form input[type="password"],
	.comment-form input[type="text"],
	.search-form input[type="search"] {
		width: 100%;
	}

	.commentlist-item .commentlist-item {
		padding: 0;
	}

	h1 {
		font-size: 35px;
		line-height: 40px;
		color: #000000 !important;
	}

	h2 {
		font-size: 26px;
		line-height: 30px;
	}


	.navbar {
		min-height: 59px;
	}

	.navbar-collapse {
		box-shadow: inset 0 1px 0 #fff;
	}

	#nav a {
		line-height: 50px;
		padding: 0;
		margin: 0;
	}

	#content {
		padding: 15px 0 0;
	}

	.visual {
		white-space: nowrap;
		width: 100%;
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
	}

	.visual .subtext {
		color: #000000 !important;
	}

	.visual .img-holder {
		display: inline-block;
		white-space: normal;
		width: 100%;
		vertical-align: top;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.home .visual h1 {
		margin: 0 0 10px;
	}

	.visual .text-holder {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: auto;
		min-height: 0;
		padding: 65px 0;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.visual .text-holder h1 {
		font-weight: 300;
	}

	.visual.small h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.visual.win-height {
		padding: 70px 0;
	}

	.visual.win-height .text-holder {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.visual.win-height .text-holder {
		color: #fff;
		padding: 0;
	}

	.visual.visual-map .text-holder {
		padding-top: 70px;
		padding-bottom: 70px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.visual.visual-map .text-holder h1 {
		color: #fff;
	}

	.visual .nic-title {
		font-size: 40px;
		line-height: 50px;
		text-shadow: none;
	}

	.visual .subtext {
		font-size: 15px;
		font-weight: 300;
	}

	.tlds-page .visual .subtext,
	.nic-page .visual .subtext {
		font-size: 20px;
	}

	.visual .scroll-down {
		bottom: 10px;
		width: 40px;
		height: 40px;
	}

	.login-form input[type="email"],
	.login-form input[type="text"],
	.login-form input[type="password"] {
		border: 1px solid #c2c2c2;
	}

	.lookup-form {
		padding: 15px 0 0;
	}

	.lookup-form .form-group {
		margin: 0 auto 20px;
	}

	.lookup-form input[type="text"] {
		border: 1px solid #c2c2c2;
	}

	.accordeon-holder {
		color: #fff;
	}

	.map {
		width: 450px;
		height: 222px;
	}

	h1 + .map {
		margin-top: 15px;
	}

	.map li#europe .tooltip-popup {
		top: auto;
		bottom: 20%;
	}

	.map .tooltip-popup {
		padding: 3px;
		font-size: 12px;
		line-height: 13px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
	}

	.map .tooltip-popup:before {
		display: none;
	}

	.gray-panel {
		padding: 11px 0 3px;
		font-size: 16px;
	}

	.gray-panel .text {
		margin: 0 7px 10px;
	}

	.gray-panel .btn {
		margin: 0 7px 10px;
	}

	.gray-panel label {
		margin: 0 0 5px;
	}

	.query-form .form-group {
		margin: 0 auto 10px;
	}

	.query-form button,
	.query-form .btn {
		margin-bottom: 10px;
	}

	.graysearch-form .form-group {
		margin: 0 auto 10px;
	}

	.graysearch-form input[type="search"] {
		margin: 0 auto;
	}

	.graysearch-form button,
	.graysearch-form .btn {
		margin-bottom: 10px;
	}

	.contact-page .content h3 {
		margin: 0 0 20px;
	}

	.find-list li {
		width: 100%;
		display: block;
		padding: 0;
	}

	.find-list h3 {
		margin: 0 0 10px;
	}

	.registrar-list {
		margin: 0;
	}

	.registrar-list li {
		padding: 0;
		width: 100%;
		display: block;
	}

	.extensions-list > li {
		width: 50%;
		margin: 0 0 20px;
	}

	.extensions-row li {
		width: 50%;
	}

	.extensions-row .extension-block .img-container {
		height: 100px;
	}

	.founder-block {
		text-align: center;
		padding: 30px 0 15px;
	}

	.founder-block .img-holder {
		margin-bottom: 15px;
	}

	.nic-page .about-article p,
	.tlds-page .about-article p {
		margin: 0 0 5px;
	}

	.greats-list {
		text-align: center;
		margin: 0;
	}

	.greats-list li {
		margin: 0 0 5px;
	}

	.gray-form {
		padding: 15px;
	}

	.gray-form .separator {
		margin-left: -15px;
		margin-right: -15px;
	}

	.contacts-block {
		text-align: center;
	}

	.contacts-block .contacts-info {
		padding: 15px 0 0;
		margin-bottom: 15px;
	}

	.team-list {
		text-align: center;
	}

	.team-list li {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 0 15px;
	}

	.team-list .img-holder {
		float: none;
		margin: 5px auto 20px;
	}

	.positions-list {
		margin: 0;
	}

	.positions-list li {
		width: 100%;
		padding: 0;
		display: block;
	}

	.positions-list .text-holder {
		padding: 15px 15px 0;
	}

	.whois .result-heading {
		margin: 0 0 20px;
	}

	.parameter-form {
		text-align: center;
	}

	.parameter-form .form-group {
		margin: 0 auto 10px;
	}

	.parameter-form span {
		display: block;
		margin: 0 0 10px;
	}

	.search-results {
		margin: 0 0 30px;
	}

	.search-results .tools {
		padding: 15px;
	}

	.search-results .bottom-tools .showing {
		float: none;
		display: block;
		text-align: center;
	}

	.search-results .bottom-tools .right-block {
		float: none;
		text-align: center;
	}

	.pagination {
		margin: 0 0 15px;
		padding: 15px 0 0;
	}

	.pagination li.active a,
	.pagination li.active span {
		padding: 7px;
	}

	.pagination li a {
		padding: 7px;
	}

	.pagination .prev a {
		padding: 7px;
	}

	.pagination .next a {
		padding: 7px;
	}

	.searched-text {
		font-size: 16px;
		line-height: 20px;
		display: block;
		text-align: center;
		float: none;
	}

	.search-info {
		margin: 0 0 20px;
	}

	.alternatives {
		float: none;
		text-align: center;
	}

	.reg-list dd {
		overflow: visible;
	}

	.policies-list > li {
		padding: 0 0 0 50px;
	}

	.policies-list > li:before {
		left: 5px;
	}

	.steps-list {
		display: none;
	}

	.mob-steps {
		display: block;
	}

	.animated-block .tab-line {
		display: none !important;
	}

	.tab-content {
		margin: 0 0 30px;
	}

	.tab-content .text-block {
		float: none;
		width: 100%;
		white-space: normal;
	}

	.tab-content .icon-holder {
		width: 80px;
		height: 80px;
		margin: 0 auto 15px;
		display: block;
	}

	.tab-content .text-holder {
		display: block;
		padding: 0;
		text-align: center;
	}

	.anim-tabset {
		font-size: 10px;
		line-height: 12px;
		padding-bottom: 40px;
	}

	.anim-tabset .orange.active a {
		color: #eb8b2d;
	}

	.anim-tabset .blue.active a {
		color: #36a0ce;
	}

	.anim-tabset .purple.active a {
		color: #8d2456;
	}

	.anim-tabset .gray.active a {
		color: #636463;
	}

	.anim-tabset .green.active a {
		color: #3aab47;
	}

	.accredited-registrars li {
		width: 33.33%;
		font-size: 14px;
		line-height: 16px;
	}

	.logos-list li {
		width: 25%;
	}

	.domains-list li {
		width: 50%;
	}

	.domains-list .text-holder {
		height: 100px;
		font-size: 16px;
		line-height: 18px;
		border: none;
	}

	#footer h2:after {
		margin: 10px auto 0;
	}

	.footer-content {
		text-align: center;
		padding: 30px 0 0;
	}

	.subscribe-form .form-group {
		margin: 0 auto 20px;
	}

	.fake-fixed {
		display: none;
	}

	.fixed-block {
		position: static !important;
	}
}

@media only screen and (max-width: 479px) {
	h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.visual.small h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.map {
		width: 290px;
		height: 143px;
	}

	.extensions-list {
		margin: 0 0 30px;
	}

	.extensions-list > li {
		width: 100%;
		padding: 0;
		float: none;
	}

	.extension-block .text-content {
		height: auto !important;
		min-height: 0 !important;
	}

	.accredited-registrars li {
		width: 50%;
	}

	.logos-list li {
		width: 50%;
	}
}
