* {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

/* ubuntu-condensed-regular - latin_cyrillic */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ubuntu-condensed-v16-latin_cyrillic-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}

body {
	background: #fff;
	font-family: 'Ubuntu Condensed', serif;
}
.decorative-form input[type=email] {
	padding:13px;
	border:2px solid #ccc; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.8em;
	font-family: 'Ubuntu Condensed', serif;
	width: 250px;
	margin:50px 0px 50px 0px;
	background-color: #eee;
	outline: none;
} 
.decorative-form input[type=email]:focus {border-color:#000; }

input#tlfname {
	padding:13px;
	border:2px solid #ccc; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.8em;
	font-family: 'Ubuntu Condensed', serif;
	width: 150px;
	margin:50px 0px 50px 200px;
	background-color: #eee;
	outline: none;
} 
input#tlfname:focus {border-color:#000; }

.container_press input#tlfname {
	margin-left: 60px;
} 



.decorative-form input[type=submit] {
	padding:15px;
	background:#000;
	border:0px solid #000;
	color: #fff;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.8em;
	font-family: 'Ubuntu Condensed', serif;
	outline: none; 
}

.decorative-form input[type=submit]:hover {background:#080; }

.top {
	height: 60px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	border-bottom: 0px solid #000;
	background: url("/inc/img/header-separator.png") no-repeat 50% bottom;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 0px;
	width: auto;
	height: 448px;
	max-width: 400px;
	margin: 0px auto;
}
.white-popup h1 {
	padding: 30px 30px 30px 30px;
	font-size: 2.8em;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.white-popup ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.white-popup li {
	font-size: 1.6em;
	color: #000;
	padding: 20px 0px 20px 50px;
	list-style: none;
	border-bottom: 1px dotted #888;
}
.white-popup li a {
	font-size: 1.0em;
}
.white-popup .os {
	font-size: 1.0em;
	padding-right: 0px;
	width: 100px;
	display: inline-block;
}
.top .logo {
	text-indent: -9999px;
	width: 194px;
	height: 24px;
	background: url("/inc/img/tortuga-team-logo.png") no-repeat left top;
	background-size: 194px 24px;
	left: 20px;
	top: 20px;
	position: absolute;
}
.top .logo2 {
	text-indent: -9999px;
	width: 230px;
	height: 40px;
	background: url("/inc/img/Tortuga_Team_Logo_Black_Horizontal.png") no-repeat left top;
	background-size: 230px 40px;
	left: 20px;
	top: 10px;
	position: absolute;
}
.top .lang {
	float: right;
	list-style: none;
	margin-top: 15px;
}
.top .lang li {
	float: left;
	color: #000;
	padding: 5px 10px;
	font-size: 1.4em;
	border-right: 1px dotted #9d9d9d;
}
.top .lang li.last {
	border-right: none;
}
.top .lang li a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #8b8b8b;
	color: #8b8b8b;
	text-decoration: none;
	font-size: 1em;
}
.top .lang li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.top .social {
	float: right;
	list-style: none;
	margin-top: 15px;
}
.top .social li {
	float: left;
	color: #000;
	padding: 0px 2px;
	font-size: 1.6em;
}
.top .social li a {
	padding-bottom: 2px;
	border-bottom: 0px dotted #8b8b8b;
	color: #8b8b8b;
	text-decoration: none;
	font-size: 1.4em;
}
.top .social li a:hover {
	color: #000;
	border-bottom: 0px solid #000;
}
.top .social li.facebook a:hover {
	color: #3b5998;
	border-bottom: 0px solid #000;
}
.top .social li.twitter a:hover {
	color: #00aced;
	border-bottom: 0px solid #000;
}
.top .menu {
	list-style: none;
	float: right;
	height: 60px;
	margin-left: 14px;
	margin-right: 5px;
}
.top .menu li {
	float: left;
	color: #000;
	padding: 20px 10px 0;
	height: 40px;
	font-size: 1.4em;
}
.top .menu li.active {
	background: #000;
	color: #fff;
}
.top .menu li a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #8b8b8b;
	color: #8b8b8b;
	text-decoration: none;
	font-size: 1em;
}
.top .menu li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.header {
	padding-top: 0px;
}
.header .wizard {
	height: 530px;
	border-top: 0px solid #000;
	background: url("/inc/img/header-wizard.jpg") no-repeat 50% 0px;
	background-size: 1920px 530px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.header .pirate {
	height: 530px;
	border-top: 0px solid #000;
	background: url("/inc/img/header-pirate.jpg") no-repeat 50% 0px;
	background-size: 1920px 530px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.header .braveland {
	height: 530px;
	border-top: 0px solid #000;
	background: url("/inc/img/header-braveland.jpg") no-repeat 50% 0px;
	background-size: 1920px 530px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.header .spaceland {
	height: 530px;
	border-top: 0px solid #000;
	background: url("/inc/img/header-spaceland.jpg") no-repeat 50% 0px;
	background-size: 1920px 530px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.header .bk {
	height: 559px;
	border-top: 0px solid #000;
	background: url("/inc/img/header-bk-half.jpg") no-repeat 50% 0px;
	background-size: 1920px 559px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.intro .head-dw .braveland-ico {
	width: 128px;
	height: 128px;
	background: url("/inc/img/ico.png") no-repeat bottom;
	background-size: 128px 128px;
	position: absolute;
	bottom: -20px;
	left: 50px;
}
.intro .head-dw .braveland-ico-wizard {
	width: 128px;
	height: 128px;
	background: url("/inc/img/ico-wizard.png") no-repeat bottom;
	background-size: 128px 128px;
	position: absolute;
	bottom: -20px;
	left: 50px;
}
.intro .head-dw .braveland-ico-pirate {
	width: 128px;
	height: 128px;
	background: url("/inc/img/ico-pirate.png") no-repeat bottom;
	background-size: 128px 128px;
	position: absolute;
	bottom: -20px;
	left: 50px;
}
.intro .head-dw .spaceland-ico {
	width: 128px;
	height: 128px;
	background: url("/inc/img/ico-spaceland.png") no-repeat bottom;
	background-size: 128px 128px;
	position: absolute;
	bottom: -20px;
	left: 50px;
}

.intro .head-dw .bk-signup {
    width: 253px;
    height: 66px;
    background: url("/inc/img/bk_sign_up_en.png") no-repeat bottom;
    background-size: 253px 66px;
    position: absolute;
    bottom: 10px;
    left: 176px;
}

.intro .head-dw .bk-news {
    width: 253px;
    height: 66px;
    background: url("/inc/img/bk_news_en.png") no-repeat bottom;
    background-size: 253px 66px;
    position: absolute;
    bottom: 10px;
    left: 386px;
}

.intro .head-dw .bk-wishlist {
    width: 197px;
    height: 66px;
    background: url("/inc/img/bk_steam_en.png") no-repeat bottom;
    background-size: 197px 66px;
    position: absolute;
    bottom: 10px;
    left: 442px;
}

.intro .head-dw .bk-steam {
    width: 197px;
    height: 66px;
    background: url("/inc/img/bk_steam.png") no-repeat bottom;
    background-size: 197px 66px;
    position: absolute;
    bottom: 10px;
    left: 176px;
}

.intro .head-dw .bk-presskit {
    width: 173px;
    height: 66px;
    background: url("/inc/img/bk_presskit_en.png") no-repeat bottom;
    background-size: 173px 66px;
    position: absolute;
    bottom: 10px;
    left: 651px;
}

.intro .head-dw.ru .bk-signup { background: url("/inc/img/bk_sign_up_ru.png") no-repeat bottom; }
.intro .head-dw.ru .bk-news { background: url("/inc/img/bk_news_ru.png") no-repeat bottom; }
.intro .head-dw.ru .bk-wishlist { background: url("/inc/img/bk_steam_ru.png") no-repeat bottom; }
.intro .head-dw.ru .bk-presskit { background: url("/inc/img/bk_presskit_ru.png") no-repeat bottom; }

.intro .head-dw .spaceland-wishlist {
    width: 350px;
    height: 66px;
    background: url("/inc/img/wishlist.png") no-repeat bottom;
    background-size: 350px 66px;
    position: absolute;
    bottom: 10px;
    left: 325px;
}

.intro .head-dw .spaceland-steam {
    width: 350px;
    height: 66px;
    background: url("/inc/img/steam.png") no-repeat bottom;
    background-size: 140px 66px;
    position: absolute;
    bottom: 10px;
    left: 225px;
}

.intro .head-dw .spaceland-arcade {
    width: 164px;
	height: 66px;
	background: url("/inc/img/arcade_noborder.png") no-repeat bottom;
	background-size: 164px 66px;
	position: absolute;
	bottom: 10px;
	left: 500px;
}
.intro .head-dw .spaceland-switch {
        width: 140px;
	height: 66px;
	background: url("/inc/img/switch.png") no-repeat bottom;
	background-size: 140px 66px;
	position: absolute;
	bottom: 10px;
	left: 485px;
}

.intro .head-dw .braveland-buy {
	width: 140px;
	height: 66px;
	background: url("/inc/img/download.png") no-repeat bottom;
	background-size: 140px 66px;
	position: absolute;
	bottom: 10px;
	left: 734px;
}
.intro .head-dw .braveland-buy-steam {
	width: 140px;
	height: 66px;
	background: url("/inc/img/steam.png") no-repeat bottom;
	background-size: 140px 66px;
	position: absolute;
	bottom: 10px;
	left: 588px;
}
.intro .head-dw .braveland-buy-ru {
	width: 140px;
	height: 66px;
	background: url("/inc/img/download-ru.png") no-repeat bottom;
	background-size: 140px 66px;
	position: absolute;
	bottom: 10px;
	left: 734px;
}
.intro .head-dw .braveland-buy-app {
	width: 196px;
	height: 66px;
	background: url("/inc/img/appstore.png") no-repeat bottom;
	background-size: 196px 66px;
	position: absolute;
	bottom: 10px;
	left: 188px;
}
.intro .head-dw .braveland-buy-play {
	width: 196px;
	height: 66px;
	background: url("/inc/img/googleplay.png") no-repeat bottom;
	background-size: 196px 66px;
	position: absolute;
	bottom: 10px;
	left: 388px;
}
.intro .head-dw .braveland-buy-play-soon {
	width: 196px;
	height: 66px;
	background: url("/inc/img/googleplay.png") no-repeat bottom;
	background-size: 196px 66px;
	position: absolute;
	bottom: 10px;
	left: 388px;
	opacity: 0.2;
}
.container {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.container_press {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
.intro .head {
	position: relative;
	margin: 0 0 0px;
	padding: 0 0 0px;
}
.intro .head-dw {
	position: relative;
	margin: 70px 0 30px;
	padding: 0 0 55px;
}
.intro .head h2 {
	margin-right: 400px;
	font-size: 2.4em;
	text-align: right;
	font-weight: normal;
}
.intro .head p {
	font-size: 1.6em;
	margin: 10px 400px 10px 0;
	text-align: right;
}
.intro .head .facebook {
	position: absolute;
	top: 0;
	right: 300px;
	width: 66px;
	height: 66px;
	background: url("/inc/img/on-facebook.png") no-repeat 0 0;
	text-indent: -9999px;
	background-size: 66px 66px;
}
.intro .head .twitter {
	position: absolute;
	top: 0;
	right: 230px;
	width: 66px;
	height: 66px;
	background: url("/inc/img/on-twitter.png") no-repeat 0 0;
	text-indent: -9999px;
	background-size: 66px 66px;
}
.intro .head .vk {
	position: absolute;
	top: 0;
	right: 160px;
	width: 66px;
	height: 66px;
	background: url("/inc/img/on-vk.png") no-repeat 0 0;
	text-indent: -9999px;
	background-size: 66px 66px;
}
.intro .head .email {
	position: absolute;
	top: 0;
	right: 160px;
	width: 66px;
	height: 66px;
	background: url("/inc/img/on-email.png") no-repeat 0 0;
	text-indent: -9999px;
	background-size: 66px 66px;
}
.intro .head .discord {
	position: absolute;
	top: 0;
	right: 90px;
	width: 66px;
	height: 66px;
	background: url("/inc/img/on-discord.png") no-repeat 0 0;
	text-indent: -9999px;
	background-size: 66px 66px;
}
.intro .head .head-icon-1 { right: 300px !important; } 
.intro .head .head-icon-2 { right: 230px !important; } 
.intro .head .head-icon-3 { right: 160px !important; } 
.intro .head .head-icon-4 { right: 90px !important; } 
.intro .head .head-icon-5 { right: 20px !important; } 


.content {
	margin-left: 20px;
}
.content h1 {
	font-size: 3.0em;
	font-weight: bold;
	margin: 0px 0;
	text-align: center;
}
.content h2 {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0px 0;
}
.content h2 strong {
	font-size: 0.8em;
	font-weight: normal;
	margin: 20px 0;
}
.content p {
	font-size: 1.8em;
	margin: 10px 0 20px;
	padding-top: 20px;
	line-height: 1.2;
	text-align: justify;
	text-indent: 30px;
}
.content a {
	padding: 0 0 0 0px;
	font-size: 1em;
}
.content ul,
.content ol {
	padding: 10px 0 0 40px;
	font-size: 0.9em;
}
.content ul li,
.content ol li
 {
        font-size: 1.8em;
	margin: 5px 0;
	line-height: 1.2;
}

.content li b,
.content li i {
    	font-size: 1em;
}

.content .screenshots {
	display: block;
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.content .screenshots-features {
	width: 484px;
	float: left;
	margin: 0 20px 0 0;
}
.content .screenshots-about {
	width: 484px;
	float: right;
	margin: 0px 0 0 20px;
}
.content .screenshots li a {
	float: left;
	width: 230px;
	height: 130px;
	margin: 6px;
}
.content .screenshots li img {
	background-color: #efefef;
	width: 230px;
	height: 130px;
	display: block;
	border: 0px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content .features {
	list-style: circle;
	margin-left: 0px;
}
.content .about {
	margin-right: 505px;
	text-align: justify;
}
.middle-parallax {
	height: 300px;
	background: url("/inc/img/middle-parallax.jpg") no-repeat 50% 0px;
	background-size: 1920px 300px;
}
.share-block {
	height: 32px;
	margin: 0 auto;
	padding: 70px 0px 110px 250px;
	width: 600px;
	background: url("/inc/img/share-it.png") no-repeat 600px 25%;
	background-size: 130px 130px;
}
.share-block-wizard {
	height: 32px;
	margin: 0 auto;
	padding: 70px 0px 110px 250px;
	width: 600px;
	background: url("/inc/img/share-it-wizard.png") no-repeat 600px 25%;
	background-size: 130px 130px;
}
.share-block-pirate {
	height: 32px;
	margin: 0 auto;
	padding: 70px 0px 110px 250px;
	width: 600px;
	background: url("/inc/img/share-it-pirate.png") no-repeat 600px 25%;
	background-size: 130px 130px;
}
.share-block-spaceland {
	height: 32px;
	margin: 0 auto;
	padding: 70px 0px 110px 250px;
	width: 600px;
	background: url("/inc/img/share-it-pirate.png") no-repeat 600px 25%;
	background-size: 130px 130px;
}

.bottom-parallax {
	height: 150px;
	background: url("/inc/img/bottom-parallax.jpg") no-repeat 50% 0px;
	background-size: 1920px 150px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.top .logo {
		background-image: url("/inc/img/tortuga-team-logo@2x.png");
	}
        .top .logo2 {
                background-image: url("/inc/img/Tortuga_Team_Logo_Black_Horizontal@2x.png");
        }
	.intro .head .facebook {
		background-image: url("/inc/img/on-facebook@2x.png");
	}
	.intro .head .twitter {
		background-image: url("/inc/img/on-twitter@2x.png");
	}
	.intro .head .vk {
		background-image: url("/inc/img/on-vk@2x.png");
	}
        .intro .head .email {
		background-image: url("/inc/img/on-email@2x.png");
	}
        .intro .head .discord {
		background-image: url("/inc/img/on-discord@2x.png");
	}
        .header .bk {
            background-image: url("/inc/img/header-bk.jpg");
        }
}
.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	visibility: hidden;
}



.contacts-form {
    margin: auto;
    width: 300px;
    padding: 20px;
}

.contacts-form .message{
    font-size: 16px;
}

.contacts-form .error-message{
    color: red;
}

.contacts-form .success-message{
    color: green;
}