/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 18px Cormorant Garamond, serif;
	font-weight: 200;
}
div {
	box-sizing:border-box;
}
.wrapper {
	width: 100%;
	min-width: 320px;
}

.center {
	text-align: center;
}

.margin40 {
	margin:40px 0;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/

nav {
	height: 60px;
    width: 100%;
    background: url(../img/photoback3.jpg) center top;
    font-size: 16px;
    position: fixed;
    top:0;
    z-index: 1000;

}
nav ul {
	padding: 0 30px 0 0;
	margin: 0 auto;
	width: 700px;
	height: 60px;
	position: relative;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
    display: inline-block;
    width: 174px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 56px;
    font-size: 19px;
        font-weight: 600;
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #d8d8d8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
    color:#ffeb00;
}
nav a#pull {
	display: none;
}

.enflag {
	position: absolute;
	top:6px;
	right:0px;
	width: 30px;
	height: 20px;
	background: url(../img/eng.jpg)
}

.ruflag {
	position: absolute;
	top:32px;
	right:0px;
	width: 30px;
	height: 20px;
	background: url(../img/rus.jpg)
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    max-width: 1920px;
    background: url(../img/mainback.jpg) center top;
    background-attachment: fixed;
	padding:100px 40px 0;
	margin:0 auto;
	box-sizing:border-box;
	text-align: center;
	position: relative;
}

.mainlogo {
	display: block;
	width:500px;
	height: 145px;
	background: url(../img/mainlogo1.png) no-repeat center;
	margin:20px auto;
}

.mainblock1 {
	position: relative;
	display: inline-block;
	width:900px;
	height: 600px;
	background: url(../img/mp.png);
	margin-top:40px;
	padding:40px;
    border-radius: 10px;
}

.mainpap1 {
	position: absolute;
	left:-10px;
	top:-10px;
	width: 40px;
	height: 620px;
	background: url(../img/mp1.png);
}

.mainpap2 {
	position: absolute;
	right:-5px;
	top:-14px;
	width: 40px;
	height: 620px;
	background: url(../img/mp2.png);
}

.mainpirate {
	position: absolute;
	top: -60px;
    left: 40px;
    width:200px;
    height: 620px;
    background:url(../img/mainpirate.png); 
}

.mainblock1desc {
	margin-left:240px;
	color:#502a2a;
	height: 100%;
	width: 570px;
	text-align: left;
	font-size: 20px;
}

.mainblock1desc b {
	font-weight: 600;
}

.mainblock1desc p {
    text-indent: 10px;
    text-align: justify;
}

.mainblock1title {
	text-align: center;
	text-transform: uppercase;
	font-size:26px;
	margin-bottom:20px;
	color:#502a2a;
	font-weight: 600;
}

.mainblock1descnumblock {
	margin:20px auto 10px;
}

.mainblock1descnumwrap {
	display: inline-block;
	width:32%;
	text-align: center;
	border-right: 1px solid #502a2a;
	text-transform: uppercase;
	font-size: 16px;
}

.mainblock1descnumber {
	font-size: 50px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 10px;
    color: #502a2a;
}

.mainblock1button {
    box-sizing: border-box;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 21px;
    padding: 12px 0px;
    text-align: center;
    margin: 14px 6px;
    width: 244px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    outline: none;
}
.mainblock1button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.mainblock1button:active {
	position:relative;
	top:1px;
}

.mainbounty1button {
    box-sizing: border-box;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    padding: 12px 0px;
    text-align: center;
    margin: 14px 6px;
    width: 240px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    outline: none;
}
.mainbounty1button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.mainbounty1button:active {
	position:relative;
	top:1px;
}

.mainbounty1button i {
	vertical-align: baseline;
}

.mainbuttonblock {
	bottom:0px;
	left:0;
	font-size: 15px;
	width:100%;
    padding: 0px 20px 20px 20px;
}

.mainbuttonblock h2 {
	font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 0px #502a2a;
}

.mainblock2 {
    display: inline-block;
    width: 260px;
    margin-left: 40px;
}

.mainblock2wrap {
	width: 100%;
	height: 280px;
    background: url(../img/socback.png);
    margin: 40px 0px;
    border-radius: 10px;
}

.mainblock2head {
	display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    background: #e84848;
}

.mainblock2wrapdesc {
    text-align: left;
    padding: 36px;
}

.mainblock2wrapdesc a{
	color:#502a2a;
	display: block;
	text-decoration: none;
	font-size: 20px;
	margin:14px 0;
}

.mainblock2wrapdesc a:hover {
	color:#b10c0c;
}

.mainblock2wrapdesc a i {
	display: inline-block;
	font-size: 26px;
	vertical-align: bottom;
}

.subform {
	width: 96%;
    margin: 20px auto;
}

.subinput {
    width: 100%;
    background: #eccb86;
    height: 40px;
    line-height: 40px;
    font: 20px Cormorant Garamond, serif;
    border: 2px solid #835337;
    outline: none;
    color: #502a2a;
    padding: 0 10px;
    font-weight: 200;
    transition: 0.6s;
    box-sizing: border-box;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(87, 46, 21, 0.6);
}

.subinput:focus {
	color:#000;
	box-shadow: none;
}

.subbutton {
	box-sizing: border-box;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
	background:-moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-o-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
	background-color:#70462e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	padding:10px 0px;
	text-align: center;
	margin:16px 0;
	width:100%;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	outline:none;
}
.subbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.subbutton:active {
	position:relative;
	top:1px;
}

.subbuttonru {
	box-sizing: border-box;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
	background:-moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-o-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
	background-color:#70462e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:13px;
	padding:10px 0px;
	text-align: center;
	margin:16px 0;
	width:100%;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	outline:none;
}
.subbuttonru:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.subbuttonru:active {
	position:relative;
	top:1px;
}

.subinput::-webkit-input-placeholder {font-size:18px;color:#835337;font-weight: 200;}
.subinput::-moz-placeholder          {font-size:18px;color:#835337;font-weight: 200;}
.subinput:-moz-placeholder           {font-size:18px;color:#835337;font-weight: 200;}
.subinput:-ms-input-placeholder      {font-size:18px;color:#835337;font-weight: 200;}
.subinput:focus::-webkit-input-placeholder {color: transparent}
.subinput:focus::-moz-placeholder          {color: transparent}
.subinput:focus:-moz-placeholder           {color: transparent}
.subinput:focus:-ms-input-placeholder      {color: transparent}

.link2 {
    text-align: left;
	font-weight: 600;
	display: block;
    cursor: pointer;
	margin:0 auto;
}

.link2 i {
	font-size: 36px !important;
    margin: 8px 10px;
    float: left;
}

.link2:hover {

}

.fanceblock {
	width: 100%;
	min-height: 788px;
	position: relative;
	background: url(../img/photoback3.jpg) center top;
}

.fanceblock2 {
	width: 100%;
	padding:20px;
	position: relative;
	text-align: center;
	background: url(../img/photoback3.jpg) center top;
}

.fanceblock2 h3 {
	color: #502a2a;
	font-size: 30px;
	margin-bottom:40px;
	text-transform: uppercase;
}

.fanceblock2 iframe {
	margin: 20px 30px;
	border: 6px solid #e0e0e0;
	position: relative;
	width:400px;
	height: 200px;
}

.rope {
	width: 100%;
	height: 10px;
	position: absolute;
	top:-5px;
	left:0;
	background: url(../img/rope.png);
}

.rope2 {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom:-5px;
	left:0;
	background: url(../img/rope.png);
}

.rope3 {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom:-5px;
	left:0;
	background: url(../img/rope.png);
}

.fancewrap {
	max-width: 1200px;
	height: 100%;
	margin:0 auto;
	padding:40px;
	position: relative;
	    background: url(../img/flag.png) no-repeat right bottom;
}

.palm1 {
	width: 853px;
	height: 709px;
	background: url(../img/palm1.png);
	position: absolute;
	top:0;
	right: 0px;
}

.palm2 {
    width: 330px;
    height: 269px;
    background: url(../img/palm22.png);
    position: absolute;
    top: 3px;
    left: -120px;
}

.fancedesc {
	display: inline-block;
    width: 500px;
    height: 788px;
    padding: 50px;
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #502a2a;
    margin: -40px 14px 0 0;
    font-weight: 400;
    text-align: justify;
    background: url(../img/paper11.png) center;
}

.fancedesc b {
	font-weight: 600;
}

.scrblocks {
		text-align: center;
	}

.fancedescul {
	margin:20px 0 0 20px;
	list-style-type: circle;
}

.fancedescul li {
	margin:10px 0;
}

.fancedescimg {
	width: 380px;
	height: 118px;
	margin:0px auto 30px;
	background: url(../img/mainlogo01.png) no-repeat center;
}

.pin {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    background: url(../img/pin.png);
    width: 30px;
    height: 28px;
}

.infoblock {
	width:100%;
	height: 200px;
	background:yellow;
	text-align: center;
	line-height: 200px;
	font-size: 80px;
}

.weblock {
   	max-width: 1920px;
    background: url(../img/mainback.jpg) center top;
    background-attachment: fixed;
}

.wewrap {
	max-width: 1200px;
	display: block;
	margin:0 auto;
	padding: 20px 0 200px;
	overflow: hidden;
	position: relative;
}

.wedesc {
	display: inline-block;
	margin: 40px 20px;
	position: relative;
	text-align: left;
}

.webackname {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.webackco {
	display: block;
	text-align: center;
	text-decoration: underline;
}

.webackdesc {
	padding:6px 14px 0px 30px;
}

.weface {
	display: inline-block;
	position: relative;
    margin-right: -80px;
	width: 200px;
	height: 200px;
}

.roundrope {
	position: absolute;
    top: -5px;
    left: -5px;
	width: 210px;
	height: 209px;
	background: url(../img/roundrope.png);
}

.weface img {
	border-radius: 50%;
}

.weback {
	display: inline-block;
	width:400px;
	height: 200px;
	background: url(../img/weback.png);
	padding:18px 20px 20px 60px;
	color: #502a2a;
}

.werope1 {
	height: 60px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -56px;
    left: 160px;
}

.werope2 {
	height: 60px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -56px;
    right: 60px;
}

.werope3 {
	height: 94px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -90px;
    left: 160px;
}

.werope4 {
    height: 91px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -87px;
    right: 60px;
}

.werope33 {
	height: 115px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -117px;
    left: 20%;
}

.werope44 {
     height: 115px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -117px;
    right: 20%;
}

.werope333 {
	height: 83px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -78px;
    left: 20%;
}

.werope444 {
     height: 83px;
    width: 10px;
    background: url(../img/rope2.png);
    position: absolute;
    top: -78px;
    right: 20%;
}

.wetab {
	position: absolute;
	bottom: -100px;
	right:0;
	width: 300px;
	height: 300px;
	background: url(../img/tab.png);
}

.wetablink {
    box-sizing: border-box;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
	margin: 55px 0 0 46px;
    transform: rotate(7deg);
    width: 210px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    outline: none;
    text-transform: uppercase;
}
.wetablink:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.wetablink:active {
	position:relative;
	top:1px;
}

.wetablink2 {
    box-sizing: border-box;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
	margin: 10px 0 0 40px;
    transform: rotate(7deg);
    width: 210px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    outline: none;
    text-transform: uppercase;
}
.wetablink2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.wetablink2:active {
	position:relative;
	top:1px;
}

.boardblock {
	min-height: 720px;
	width: 100%;
	background: url(../img/board.jpg);
}

.boardwrap {
	width: 1200px;
	height: 100%;
	margin:0 auto;
	padding:80px 20px;
}

.info1 {
	width: 640px;
	height: 564px;
	display: inline-block;
	background: url(../img/info1.png);
}

.info1ru {
	width: 640px;
	height: 548px;
	display: inline-block;
	background: url(../img/info1ru.png);
}

.info2 {
	width: 800px;
	height: 440px;
	display: block;
	margin: 50px auto 0;
	background: url(../img/info2.png);
}

.info2ru {
	width: 800px;
	height: 392px;
	display: block;
	margin: 50px auto 0;
	background: url(../img/info2ru.png);
}

.bonus {
	width: 800px;
	height: 240px;
	margin: 60px auto;
	display: block;
	background: url(../img/bonus.png);
}

.bonusru {
	width: 800px;
	height: 240px;
	margin: 60px auto;
	display: block;
	background: url(../img/bonusru.png);
}

.infodesc1 {
	width: 480px;
	float: left;
	color:#fff;
    font-size: 26px;
    line-height: 28px;
}

.infodesc1 h3 {
	margin-bottom: 40px;
	text-align: left;
	font-size: 26px;
	text-transform: uppercase;
}

.infodesc1 p {
	margin:26px 0;
}

.infodesc1 p img {
	float: left;
	margin:4px 10px 0 0;
}

.tabs {
	max-width: 800px;
	margin: 0px auto;
}
.tabs__caption {
	height: 30px;
	line-height: 28px;
	list-style: none;
	text-align: center;
}
.tabs__caption li {
	display: inline;
	-moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding:4px 20px;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
	color: #fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.tabs__caption .active {
	-moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
	color: #fff;
}
.tabs__content {
	display: none;
	background: #5c3623;
	color:#fff;
	padding: 20px;
}
.tabs__content.active {
	display: block;
}

.mainblock2wrapdesc2 {
    text-align: center;
    padding: 0px 34px;
}

.mainblock2wrapdesc2 a{
	color:#502a2a;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	margin:10px 2px;
}

.mainblock2wrapdesc2 a:hover {
	color:#b10c0c;
}

.mainblock2wrapdesc2 a i {
	display: inline-block;
	font-size: 26px;
	vertical-align: bottom;
}

.icoblock2 {
	width: 1200px;
	margin:40px auto;
	display: block;
	background: url(../img/photoback3.jpg) center top;
	padding: 40px;
	position: relative;
	color: #502a2a;
    font-weight: 400;
    font-size: 24px;
    text-shadow: 1px 1px 2px #ffffff;
}

.thanks {
	height: 200px;
}

.rope11 {
	width: 10px;
	height: 100%;
	position: absolute;
	top:0;
	left:-2px;
	background: url(../img/rope2.png);
}

.rope22 {
	width: 10px;
	height: 100%;
	position: absolute;
	top:0;
	right:-2px;
	background: url(../img/rope2.png);
}

.mainblock11 {
	position: relative;
	display: inline-block;
	width:1200px;
	height: 600px;
	background: url(../img/mp0.png);
	margin-top:40px;
	margin-bottom: 60px;
	padding:0 20px;
    border-radius: 10px;
}

.mainblock11desc {
    margin: 0 auto;
    color: #502a2a;
    height: 100%;
    width: 570px;
    text-align: left;
    font-size: 20px;
    display: table;
    overflow: hidden;
}

.mainblock11desc b {
	font-weight: 600;
}

.mainblock11desc p {
    text-indent: 10px;
    text-align: justify;
}

.icoblock {
	width: 1200px;
	margin:40px auto;
	display: block;
	background: url(../img/photoback3.jpg) center top;
	padding: 40px;
	position: relative;
}

.icoblock h1 {
	text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin: 20px;
    color: #502a2a;
}

.mainpirate1 {
	position: absolute;
	top: -60px;
    left: 80px;
    width:200px;
    height: 620px;
    background:url(../img/mainpirate.png); 
}

.mainpirate2 {
	position: absolute;
	top: -60px;
    right: 80px;
    width:240px;
    height: 620px;
    background:url(../img/mainpirate2.png); 
}

.icoform {
	width:70%;
	display: block;
	margin:36px auto 20px;
}

.icoform label {
    margin: 12px 0 8px;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.subinput2 {
    width: 100%;
    background: #eccb86;
    height: 50px;
    line-height: 50px;
    font: 30px Cormorant Garamond, serif;
    border: 2px solid #835337;
    outline: none;
    color: #502a2a;
    padding: 0 10px;
    font-weight: 200;
    transition: 0.6s;
    box-sizing: border-box;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(87, 46, 21, 0.6);
}

.subinput2:focus {
	color:#000;
	box-shadow: none;
}

.subinput2::-webkit-input-placeholder {font-size:26px;color:#835337;font-weight: 200;}
.subinput2::-moz-placeholder          {font-size:26px;color:#835337;font-weight: 200;}
.subinput2:-moz-placeholder           {font-size:26px;color:#835337;font-weight: 200;}
.subinput2:-ms-input-placeholder      {font-size:26px;color:#835337;font-weight: 200;}
.subinput2:focus::-webkit-input-placeholder {color: transparent}
.subinput2:focus::-moz-placeholder          {color: transparent}
.subinput2:focus:-moz-placeholder           {color: transparent}
.subinput2:focus:-ms-input-placeholder      {color: transparent}

.subbutton3 {
	box-sizing: border-box;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
	background:-moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-o-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:-ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
	background:linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
	background-color:#70462e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:20px;
	padding:16px 0px;
	text-align: center;
	margin:16px 0;
	width:100%;
	text-transform: uppercase;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	outline:none;
}
.subbutton3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.subbutton3:active {
	position:relative;
	top:1px;
}

.mainblock1descstat {
	text-align: center;
	font-size: 28px;
}

.mainblock1descstat b {
	font-weight: 600;
}

.content2 {
    max-width: 1920px;
    background: url(../img/mainback.jpg) center top;
    background-attachment: fixed;
	padding-bottom:80px;
	margin:0 auto;
	box-sizing:border-box;
	text-align: center;
}

.contrope {
	position: relative;
	width: 100%;
	height: 80px;
}

.fanceblock3 {
	width: 100%;
	padding:60px 0;
	min-height: 400px;
	position: relative;
	text-align: center;
	background: url(../img/photoback3.jpg) center top;
}

.fanceblock3 h3 {
	color: #502a2a;
	font-size: 30px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-weight: 600;
}

.icopaper {
	width: 900px;
	height: 500px;
	background: url(../img/icopaper.png);
	padding:50px 110px;
	margin:0 auto;
	position: relative;
}

.contrules {
	text-align: left;
	font-size: 24px;
	line-height: 33px;
}

.contrules li {
	list-style: circle;
}

.pin1 {
    position: absolute;
    top: 34px;
    left: 60px;
    background: url(../img/pin2.png);
    width: 30px;
    height: 28px;
}

.pin2 {
    position: absolute;
    top: 34px;
    right: 60px;
    background: url(../img/pin.png);
    width: 30px;
    height: 28px;
}

.pin3 {
    position: absolute;
    bottom: 34px;
    left: 60px;
    background: url(../img/pin2.png);
    width: 30px;
    height: 28px;
}

.pin4 {
    position: absolute;
    bottom: 34px;
    right: 60px;
    background: url(../img/pin.png);
    width: 30px;
    height: 28px;
}

.linksleftblock {
	width: 800px;
	display: inline-block;
}

.linksrightblock {
	width: 300px;
	display: inline-block;
}

.weback2 {
	display: inline-block;
	width:400px;
	height: 200px;
	background: url(../img/weback2.png);
	padding:28px 0;
	color: #502a2a;
}

.linklink {
    box-sizing: border-box;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #54381e;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 12px 0px;
    text-align: center;
    margin: 16px auto;
    width: 260px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    outline: none;
    text-transform: uppercase;
}
.linklink:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
	background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
	background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
	background-color:#522e1d;
}
.linklink:active {
	position:relative;
	top:1px;
}

.roadmap {
	width: 500px;
	height: 500px;
	background: url(../img/roadmap.png);
	display: inline-block;
	float:left;
	margin:10px 30px 10px 0;
}

.roadmapdesc {
    display: inline-block;
    width: 100%;
    padding: 20px 40px;
    font-size: 20px;
}

.roadmapdesc p {
    margin: 8px 0px;
    text-align: left;
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 20px auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 20px auto;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}
  .cd-faq-items {
    position: static;
    height: auto;
        width: 100%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}
.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}

.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
  .cd-faq-group {
    display: block;
  }
  .cd-faq-group > li {

  }
  .no-touch .cd-faq-group > li:hover {
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 10px 0;
  color:#fff;
  font-size: 22px;
  text-decoration: none;
  border-radius: 10px;
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70462e), color-stop(1, #522e1d));
    background: -moz-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -webkit-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -o-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: -ms-linear-gradient(top, #70462e 5%, #522e1d 100%);
    background: linear-gradient(to bottom, #70462e 5%, #522e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70462e', endColorstr='#522e1d',GradientType=0);
    background-color: #70462e;
}
.cd-faq-trigger:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #522e1d), color-stop(1, #70462e));
  background:-moz-linear-gradient(top, #522e1d 5%, #70462e 100%);
  background:-webkit-linear-gradient(top, #522e1d 5%, #70462e 100%);
  background:-o-linear-gradient(top, #522e1d 5%, #70462e 100%);
  background:-ms-linear-gradient(top, #522e1d 5%, #70462e 100%);
  background:linear-gradient(to bottom, #522e1d 5%, #70462e 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#522e1d', endColorstr='#70462e',GradientType=0);
  background-color:#522e1d;
}
  .cd-faq-trigger {
    font-weight: 300;
    padding: 16px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-faq-content {
    display: none;
    padding: 30px;
    margin-top: -16px;
    background: rgba(255,255,255,0.8);
    border-radius:0 0 10px 10px;
  }
  .cd-faq-content p {

  }
  .no-js .cd-faq-content {
    display: block;
  }

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.imgmodal {
  padding:0px;
  width: inherit;
}

.imgmodal2 {
  padding:0px;
  width: inherit;
}

.imgmodal2 img {
  width: 900px;
  border-top:2px solid #502a2a;
  border-bottom:2px solid #502a2a;
  box-shadow: 0 0 30px rgba(51, 51, 51, .6);
}

.imgmodal2 h3 {
  font-size: 24px;
  margin:20px;
  color: #502a2a;
  text-transform: uppercase;
}

.imgmodal2 p {
  margin:30px 20px;
  font-size: 22px;
  color: #502a2a;
}

.imgmodal2 p a {
  color: #502a2a;
  text-decoration: underline;
}

.imgmodal2 p a:hover {
  text-decoration: none;
}

.imgmodal2 b {
  font-weight: 600;
  text-transform: uppercase;
}

.modalguidelink {
  color:#502a2a;
  text-decoration: underline;
  font-size: 19px;
}

.modalguidelink:hover {
  text-decoration: none;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: -32px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #000;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 142px;
	margin-top:-30px;
	background: url(../img/footbg.png);
}

.footwrap {
	max-width: 1200px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.starfish {
	position: absolute;
	right: 40px;
	bottom:12px;
	width: 110px;
	height: 110px;
	background: url(../img/starfish.png);
}

.footchest {
	position: absolute;
	left: 20px;
	top:-130px;
	height: 260px;
	width: 255px;
	background: url(../img/footchest.png);
}

.footcredits {
    text-align: center;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
	left:50%;
	margin-left:-150px;
    top: 50px;
    width: 300px;
    height: 54px;
    color: #fff;
    padding: 3px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    background: url(../img/footwood.png);
}

.scrblock1 {
	position: relative;
	width: 220px;
	height: 137px;
	border:6px solid #fff;
	box-shadow: 0 0 12px #333;
	display: inline-block;
	background: url(../img/scr/scr1.jpg);
	margin:46px 30px 66px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.scrblock1:hover {
	box-shadow: none;
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.scrblock2 {
	position: relative;
	width: 300px;
	height: 186px;
	border:8px solid #fff;
	box-shadow: 0 0 12px #333;
	display: inline-block;
	background: url(../img/scr/scr2.jpg);
	margin:20px 0 0 20px;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.scrblock2:hover {
	box-shadow: none;
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.scrblock3 {
	position: relative;
	width: 200px;
	height: 155px;
	border:6px solid #fff;
	box-shadow: 0 0 12px #333;
	display: inline-block;
	background: url(../img/scr/scr3.jpg);
	margin:40px 0 0 20px;
	transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.scrblock3:hover {
	box-shadow: none;
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.scrblock4 {
    position: relative;
    width: 320px;
    height: 198px;
    border: 8px solid #fff;
    box-shadow: 0 0 12px #333;
    display: inline-block;
    background: url(../img/scr/scr4.jpg);
    margin: 10px 22px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.scrblock4:hover {
	box-shadow: none;
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.scrblock5 {
	position: relative;
    width: 400px;
    height: 189px;
    border: 8px solid #fff;
    box-shadow: 0 0 12px #333;
    display: inline-block;
    background: url(../img/scr/scr5.jpg);
    margin: 50px 22px 0;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    cursor: pointer;
    transition: all 0.4s ease-out;
}

.scrblock5:hover {
	box-shadow: none;
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.coming {
	text-align: center;
	width: 100%;
	font-size: 50px;
	font-weight: 600;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#amountLDM {
	cursor: not-allowed;
}

#countdown {
	font-weight: 600;
}

#tokenSupply,
#ethRaised {
	display: inline-block;
}

#multiplier,
#tokensCreated,
#showContract {
	display: none;
}

#beforeICO {
	margin-top: 75px;
}

#contractAddress {
	font-size: 90%;
}

#bonusLine {
	margin-top:16px;
}

.postsblock {
	text-align: center;
}

.posts {
	display: inline-block;
	height: 60px;
	margin:20px 18px;
}

.posts1 {
	background: url(../img/postlink1.jpg);
	width:163px;
}

.posts2 {
	background: url(../img/postlink2.png);
	width:210px;
}

.posts3 {
	background: url(../img/postlink3.png);
	width:185px;
}

.posts4 {
	background: url(../img/postlink4.jpg);
	width:331px;
}

.recoverlink {
	display: block;
    text-align: center;
    text-decoration: underline;
    color: #502a2a;
    font-size: 22px;
    margin: 28px 0 0;
}

.recoverlink:hover {
	text-decoration: none;
}

.lkpersonalinfo {
	display: inline-block;
    width: 400px;
    font-size: 22px;
    line-height: 38px;
}

.lkpasschange {
	display: inline-block;
	width:270px;
	font-size: 22px;
}

.lkusertext {
	font-size: 24px;
    font-weight: 600;
    margin: -10px 0 6px;
    display: block;
}