@charset "utf-8";
body {
	margin: 0px;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #161213;
	-webkit-font-smoothing: antialiased;
}
p {
	line-height: 1.4em;
	margin: 0.6em 0px;
}
a {
	color: white;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.MSIE10 a img, .MSIE9 a img {border: 0px;}
#site {
	overflow: hidden;
	max-width: 1280px;
	margin: 0px auto;
	border-top: 0px;
}
#site, #contentrow {
	border-radius: 0px 0px 6px 6px;
}
#footer {
	border: 1px solid #010101;
}
#footer {
	width: 930px;
	margin: 20px auto;
	border-radius: 6px 6px 0px 0px;
	background: -webkit-linear-gradient(bottom, #282828, #323232 80%, #424242);
	background: -moz-linear-gradient(bottom, #282828, #323232 80%, #424242);
	background: -ms-linear-gradient(bottom, #282828, #323232 80%, #424242);
	background: -o-linear-gradient(bottom, #282828, #323232 80%, #424242);
	background: linear-gradient(bottom, #282828, #323232 80%, #424242);
}
.footerList {
	margin: 0px 16px 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.5em;
}
.footerList a {
	color: #999;
}
.footerList a:hover {
	color: #ccc;
}
.separator, hr {
	border-top: 1px solid #333;
	border-bottom: 1px solid #555;
}
.blackBox .separator {
	border-top-color: #222;
	border-bottom-color: #444;
}
.grayBoxInner .separator, .resultRowInfo .separator, li .grayBox .separator {
	border-bottom-color: #666;
}
#footer .separator {
	border-top-color: #000;
	border-bottom-color: #444;
}
.logo {
	width: 150px;
	height: 67px;
	background-image: url(../images/logo.png);
	background-size: 100%;
	text-indent: -1000px;
}
.logoImg {
	width: 450px;
}

/*body*/
#contentrow {
	position: relative;
	z-index: 1;
	padding: 5px;
}
/*containers*/
.mainContainer {
	position: relative;
	margin: 15px 0px 15px;
}

/* urls */
.locationsContainer, .locationsBoxContainer {
	background-image: url(../images/locationsbg.jpg);
}
.locationsContainer {
	/*padding: 20px;*/
}
.locationsInnerContentFirst {
	margin-bottom: 100px;
}
.locationsInnerContentFirst:before {
	content: "";
	width: 299px;
	height: 122px;
	position: absolute;
	bottom: -90px;
	left: 0px;
	background: url(../images/locationarrows.png) 0px 0px;
}
.locationsInnerContentSecond {
	margin: 0px 0px 50px;
}
.locationsInnerContentThird {
	margin: 0px 0px 50px 48px;
}
.locationsInnerTitle {
	margin-bottom: 15px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.loxationsInner2 {
	font-size: 24px;
}
.loactionsInnerContent {
	font-size: 14px;
	line-height: 26px;
	color: #dcd3cd;
}
.locationsIconQuestion, .locationsIconIdea {
	width: 42px;
	height: 42px;
	background-image: url(../images/locationsicons.png);
	background-size: auto 84px;
}
.locationsIconQuestion {
	background-position: 0px -42px;
}
.locationsIconIdea {
	margin-top: -4px;
	background-position: -42px -42px;
}
.locationsList {
	margin: 0px 0px 140px;
    max-width: 880px;
	font-size: 14px;
}
.locationsCountries, .locationsCountries a {
	font-size: 90px;
	color: #dcd3cd;
}
.locationsCountriesCountry {
	margin-bottom: 90px;
}
.locationsCountriesDescr {
	margin: 0px;
    font-size: 22px;
}
[class^="locationsWorld-"], [class*=" locationsWorld-"] {
	margin-right: 20px;
	width: 42px;
	height: 42px;
	background-image: url(../images/locationsicons.png);
	background-size: auto 84px;
}
.locationsWorld-global {
	background-position: 0px 0px;
}
.locationsWorld-northa {
	background-position: -42px 0px;
}
.locationsWorld-southa {
	background-position: -84px 0px;
}
.locationsWorld-eu {
	background-position: -126px 0px;
}
.locationsWorld-asia {
	background-position: -168px 0px;
}
.locations-line {
    width: 3px; 
    border: 1px solid white; 
    height: 7030px; 
    margin-left: 10px;
}
.locations-sep {
    width: 100px;
    height: 1px;
    background-color: white;
    float: left;
}
.locations-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: white;
    float: left;
    margin-top: -5px;
}
.locations-domain {
    width: 100%;
    height: 100%;
    border: 3px solid rgba(255,0,0,0.3);
    padding: 5px 10px 10px 10px;
    margin-left: 10px;
    color: red;
    border-radius: 4px;
}
.locationsBoxScroll::-webkit-scrollbar, .locationsBoxScroll::-webkit-scrollbar-track {
	background-color: black;
}
.locationsBoxScroll::-webkit-scrollbar-button {
	background-color: #444;
}
.locationsBoxScroll::-webkit-scrollbar-thumb {
	background-color: #222;
	border: 1px solid #444;
}
.domainsQuestion {
	width: 83px;
	height: 132px;
	background: url(../images/domainsquestion.png);
}
.redSquare {
    width: 6px; 
    height: 6px; 
    background-color: red; 
    display:block; 
    float: left; 
    margin-top: 9px; 
    margin-right: 5px;
}
.domains-addressbar {
    background-image: url(../images/adressbar.png);
    height: 92px;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 6px;
    background-repeat: no-repeat;
}
.domains-adressbar-content {
    color: black;
    font-size: 26px;
    left: 60px;
    position: absolute;
    top: 28px;
}
.wordRotateContainer {
	height: 1.3em;
	line-height: 1.35em;
	vertical-align: text-bottom;
}
.innerWordRotate {
	animation: word-rotate 30s infinite linear;
	-webkit-animation: word-rotate 30s infinite linear;
}
.innerWordRotate span {
	display: block;
}
@-webkit-keyframes word-rotate {
	0% {top: 0px;}
	100% {top: -730px;}
}
@keyframes word-rotate {
	0% {top: 0px;}
	100% {top: -730px;}
}
[class^="profileFormRowIcon-"], [class*=" profileFormRowIcon-"] {
	width: 21px;
	height: 21px;
	display: block;
    margin: 16px auto 0px;
	background-image: url(../images/images.png);
}
.profileFormRowIcon-sandclock {
	background-position:  -602px -60px;
}
.profileFormRowIcon-photos {
	background-position:  -623px -60px;
}
.photoVerifiedSmall {
	width: 13px;
	height: 11px;
	position: relative;
	top: 1px;
	background: url(../images/images.png) -337px -165px;
}
.photoVerifiedBig {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/images.png) -554px -137px;
}
.searchAdvertiseHere {
    padding: 5px;
    float: right;
    margin: -3px 3px 5px 0px;
	background-color: rgba(255, 0, 0, 0.43);
    border-radius: 0px 0px 4px 4px;
    font-size: 10px;
    font-weight: bold;
    color: white;
}
.idVerifiedSmall {
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/images.png) -581px -102px;
}
.footerDomainsLink {
	color: #aaa;
	display: inline-block;
	margin-bottom: 5px;
}
.footerDomainsLinkTld {
	color: white;
	font-weight: bold;
}
.footerDomainsLink:hover .footerDomainsLinkTld {
	color: inherit;
}
.inputDark, .inputLight, .input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #000 #888 #888 #000;
	border-radius: 3px;
}
.inputDark, .inputLight, .selectDark, .button, .input {
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inputDark.small, .inputLight.small, .input.small {
	padding: 5px;
	font-size: 12px;
}
.inputDark, .input, .formDark .input {
	padding: 10px;
	color: #fff;
	background-color: #222;
	background-image: -webkit-linear-gradient(bottom, #222, #000);
	background-image: -moz-linear-gradient(bottom, #222, #000);
	background-image: -ms-linear-gradient(bottom, #222, #000);
	background-image: -o-linear-gradient(bottom, #222, #000);
	background-image: linear-gradient(bottom, #222, #000);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#000000', endColorstr='#222222');
}
.inputFooter {
    background-color: #413e3b;
    border: 1px solid #292725;
    padding: 13px;
    color: #b0a79f;
    width: 264px;
    box-sizing: border-box;
    border-radius: 4px;
}
.formBig .input, .input.bigInput {
	padding: 14px;
}
.inputLight, .formLight .input {
	color: #444;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(bottom, #fafafa, #b8b8b8) !important;
	background-image: -moz-linear-gradient(bottom, #fafafa, #b8b8b8) !important;
	background-image: -ms-linear-gradient(bottom, #fafafa, #b8b8b8) !important;
	background-image: -o-linear-gradient(bottom, #fafafa, #b8b8b8) !important;
	background-image: linear-gradient(bottom, #fafafa, #b8b8b8) !important;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#b8b8b8', endColorstr='#fafafa');
}
.selectDark, .pagingButton, .buttonDark, .select {
	background-color: #222;
	color: white;
	border-radius: 4px;
	border: 1px solid #666;
}
.selectDark, .select, .formDark .select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	border-color: #000 #888 #888 #000;
}
.responsiveSplit2 {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.button {
	width: 100%;
	display: block;
	padding: 14px 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	background-color: #ae3232;
	cursor: pointer;
	box-sizing: border-box;
	color: #330000;
	text-shadow: 1px 1px 0px #cc3333;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.button:hover, .innerInput .inputButtonInner {
	text-decoration: none;
	box-shadow: none;
	color: white;
}
.top-location-button {
	height: 38px;
    line-height: 38px;
	padding: 10px 20px;
	margin: 1px 0px 0px -3px;
	border-radius: 0px 3px 3px 0px;
	color: white;
	background-color: #fe1700;
	font-weight: bold;
}
.topLocationInput {
    height: 60px;
	font-size: 15px !important;
}
.locationFormCloseContainer {
	position: absolute;
	top: 13px;
	right: 0px;
	bottom: 0px;
}
.locationFormClose {
	width: 16px;
	height: 16px;
	background-image: url(../images/icons.png);
	background-size: auto 16px;
	background-position: 0px 0px;
}
#locationsAutocompleteContainer {
	display: block;
	position: absolute;
	z-index: 100;
	width: 100%;
	margin-top: -2px;
	color: #999;
	background: #fafafa;
	border-color: #fafafa #000 #000 #000;
	border-width: 1px;
	border-style: solid;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#locationsAutocompleteContainer ul.scroll-list {
	max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#locationsAutocompleteContainer li {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 10px;
	font-size: 15px;
}
#locationsAutocompleteContainer li:hover {
	background-color: #cc0000;
	color: white;
}
#locationsAutocompleteContainer ul.scroll-list::-webkit-scrollbar {
    width: 10px;
}
#locationsAutocompleteContainer ul.scroll-list::-webkit-scrollbar-track {
    border-left: 1px solid #f5f5f5;
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
}
#locationsAutocompleteContainer ul.scroll-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(60,60,60,0.4);
}
.newsContainer {
	margin: 0px;
	padding: 0px;
}
.news {
	list-style: none;
}
.newsBubble {
	position: relative;
	padding: 20px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.1);
	font-size: 14px;
}
.newsBubble .triangle {
	position: absolute;
	top: 18px;
	left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 8px 0px;
	border-color: transparent rgba(255,255,255,0.1) transparent transparent;
}
.newsTitle {
	margin: 0px;
	color: white;
	font-size: 13px;
}
.newsAvatar {
	float: left;
	margin: 8px 10px 0px 0px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-image: url(../images/newsavatar.png);
}
.newsScroller {
	height: 400px;
	overflow: auto;
	padding-right: 5px;
}
.newsBoxContainer {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.newsBoxScroll::-webkit-scrollbar, .newsBoxScroll::-webkit-scrollbar-track {
	background-color: black;
}
.newsBoxScroll::-webkit-scrollbar-button {
	background-color: #3C3234;
}
.newsBoxScroll::-webkit-scrollbar-thumb {
	background-color: #161213;
	border: 1px solid #3C3234;
}
.sideBox {
    width: 280px;
    padding: 10px 20px 20px;
	margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #3C3537;
	background-color: rgba(22,18,19,0.7);
}
.sideBoxTitle {
	padding-bottom: 8px;
	margin: 0px 0px 8px;
	border-bottom: 1px solid #333;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.mru {
    width: 288px;
    height: 18px;
    background-image: url(../images/mru.png);
}
.topLinksContainer {
	width: 288px;
    height: 70px;
    display: block;
    overflow: hidden;
}
.rmFrameHeader {
	padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0px 0px;
    background-color: #f4f4f4;
    background: -webkit-linear-gradient(bottom, #cdcdcd, #f4f4f4);
    background: -moz-linear-gradient(bottom, #cdcdcd, #f4f4f4);
    background: -ms-linear-gradient(bottom, #cdcdcd, #f4f4f4);
    background: -o-linear-gradient(bottom, #cdcdcd, #f4f4f4);
    background: linear-gradient(bottom, #cdcdcd, #f4f4f4);
}
.rmFrameHeaderDots .rmFrameHeaderDot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    background-color: #59d63c;
    margin-right: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.rmFrameHeaderDots .rmFrameHeaderDot:first-child {
    margin-left: 2px;
    background-color: #ff302b;
    background: -webkit-linear-gradient(bottom, #ff302b, #cb0500);
}
.rmFrameHeaderDots .rmFrameHeaderDot:last-child {
    background-color: #ffb60b;
	margin-right: 4px;
}
.rmFrameHeaderDots {
	margin-top: 10px;
}
.rmFrameFooter {
	padding: 5px;
    background-color: #DCDCDC;
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid black;
}
.rentdotmenTxtHome { 
    width: 8em;
    white-space:nowrap;
    overflow:hidden;
    border-right: .1em solid black;
    font-size: 14px;
    -webkit-animation: typingHome 8s infinite steps(15, end), blink-caret 1s step-end infinite;
    animation: typingHome 8s infinite steps(15, end), blink-caret 1s step-end infinite;
}
@-webkit-keyframes typingHome {
    0% { width: 0 }
    50% { width:8em }
    100% { width:8em }
}
@keyframes typingHome {
    0% { width: 0 }
    50% { width:8em }
    100% { width:8em }
}
.mobileNav {
	display: none;
	float: right;
    margin: 6px 10px 0px 0px;
	padding: 0px;
    width: 50px;
	cursor: pointer;
}
.mobileNav li {
	list-style: none;
	margin-bottom: 13px;
	height: 8px;
	display: block;
	background-color: #6B6356;
}
.mobileNav li:last-child {
	margin-bottom: 0px;
}
.nav {
	margin: 0px;
	padding: 0px;
}
.navItem {
	list-style: none;
	display: block;
}
.navItemLink {
	display: block;
	padding: 24px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #191919;
	font-size: 16px;
	font-weight: bold;
}
.descrs {
	margin-left: 35px;
    margin-top: 30px;
    font-size: 14px;
}
.sideBoxContainer {
	top: -90px;
	position: relative;
	display: table-cell;
}
.sideBoxContainer.active {
	right: 0px;
}
.mainContainer {
	display: table-cell;
	vertical-align: top;
}
.mobileSideNav {
	overflow: hidden;
	height: 0px;
	background-color: #2b2222;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.mobileSideNav.active {
	height: 196px !important;
}
.mobileSideNavItem {
	padding: 10px;
	font-size: 15px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.mobileSideNav .mobileSideNavItem:last-child {
	border-bottom: 0px;
}
.sideboxSearchContainer {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 500px;
}
.sideBoxFirst {
	margin-top: 100px;
}
.apphbannercontainer {
    width: 540px;
	bottom: 50px;
    right: -10px;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    line-height: 1.6em;
}
.apphbannercontainer .button.red {
	padding: 5px;
	font-size: 16px;
	bottom: -44px;
	right: 30px;
    left: 0px;
	width: auto;
    background: #cb0600;
    color: white;
}
.mainSplash {
	height: 368px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}
.splash1 {
	background-image: url(/images/splash1.jpg);
}
.splash2 {
	background-image: url(/images/splash2.jpg);
}
.splash3 {
	background-image: url(/images/splash3.jpg);
}
.splash4 {
	background-image: url(/images/splash4.jpg);
}
.innerTitle {
	color: white;
	font-size: 50px;
	font-weight: bold;
}
[class^="innerIcon-"], [class*=" innerIcon-"] {
	width: 62px;
	height: 62px;
	margin: auto;
	background-image: url(/images/spriteicons.png);
}
.innerIcon-1 {
	background-position: 0px 0px;
}
.innerIcon-2 {
	background-position: -62px 0px;
}
.innerIcon-3 {
	background-position: -124px 0px;
}
.innerIcon-4 {
	background-position: -186px 0px;
}
.betaImg {
    width: 98%;
    height: 100%;
    border: 1px solid black;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.sideBoxContainer {
		display: none;
	}
	.mobileNav {
		display: block;
	}
	.locationsCountries, .locationsCountries a {
		font-size: 60px;
	}
	.locationsList {
		margin-bottom: 80px !important;
	}
}

@media (min-width: 1024px) {
	.mobile {
		display: none;
	}
	.mobileSideNav {
		height: 0px !important;
	}
	.showonMobile {
		display: none;
	}    
}
@media (max-width: 1023px) {
    .betaImg {
        padding: 0;
    }
	.showonDesktop {
		display: none;
	}
	.sideBoxFirst{
		margin-top: 50px;
	}
	.sideboxSearchContainer {
		position: relative;
		width: auto;
	}
	.mobileNav, .mainContainer, .mobile, .sideBoxContainer {
		display: block;
	}
	.mainContainer {
		width: auto !important;
		padding-top: 0px !important;
	}
	.innerTitle {
		font-size: 22px;
	}
	[class^="innerIcon-"], [class*=" innerIcon-"] {
		width: 32px;
		height: 32px;
		background-size: auto 32px;
	}
	.innerIcon-1 {
		background-position: 0px 0px;
	}
	.innerIcon-2 {
		background-position: -32px 0px;
	}
	.innerIcon-3 {
		background-position: -64px 0px;
	}
	.innerIcon-4 {
		background-position: -96px 0px;
	}
	.mainSplash {
		height: 150px;
	}
	.sideBoxContainer {
		margin-top: 100px;
	}
	.sideBox {
		width: auto;
	}
}
@media (max-width: 800px) {
	.navItem {
		width: 33.33%;
	}
	.locationsList {
		margin: 0px 0px 40px;
	}
}
@media (max-width: 660px) {
	.logoImg {
		width: 80%;
		margin: auto;
	}
}
@media (max-width: 670px) and (orientation: landscape) {
	.logoImg {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.descrs {
		margin-left: 10px;
	}
	.domains-addressbar, .domainsQuestion, .locationsIconIdea {
		display: none;
	}
	.locationsInnerContentFirst:before {
		width: 0px;
		height: 0px;
	}
	.locationsInnerContentFirst, .locationsInnerContentThird {
		margin-bottom: 30px;
		margin-left: 0px;
	}
	.responsiveSplit2 {
		float: none;
		width: auto;
	}
	.responsiveSplit2 .mrgLeft, .responsiveSplit2 .mrgRight {
		margin: 0px;
	}
	.newsBubble {
		padding: 10px;
	}
	.navItem {
		width: 50%;
	}
	.mobileNav {
		margin-top: 2px;
		width: 40px;
		height: 20px;
	}
	.mobileNav li {
		margin-bottom: 5px;
		height: 6px;
	}
	.locationsCountries, .locationsCountries a {
		font-size: 30px;
	}
	.locationsInnerTitle {
		font-size: 18px;
	}
	.loxationsInner2 {
		font-size: 15px;
	}
	[class^="locationsWorld-"], [class*=" locationsWorld-"], .newsAvatar {
		display: none;
	}
}
@media (max-width: 400px) {
	.locationsCountries {
		margin-top: 10px;
	}
	.locationsList {
		margin-bottom: 40px;
	}
	#contentrow {
		padding: 0px;
	}
	.grayBox, .blackBox {
		margin: 0px;
	}
	.locationsContainer {
		padding: 10px;
	}
	.locationsInnerContentSecond {
		margin-bottom: 30px;
	}
}