html {
	background-color: #6d7986; /* If footer isn't long enough */
}

#landing-photo {
	height: 600px;
	background-color: #343e40;
	background-image: url("../images/index/landing-photo2.jpg");
	background-image: -webkit-image-set(url("../images/index/landing-photo2.jpg") 1x,
	                                    url("../images/index/landing-photo2@2x.jpg") 2x);
	background-size: cover;
	background-position: center center;
	text-align: left;
	/* background-attachment:fixed; */
}
#landing-photo[data-country=uk] {
	height: 600px;
	text-align: center;
	background-color: #343e40;
	background-image: url("../images/index/uk-bg.jpg");
	background-image: -webkit-image-set(url("../images/index/uk-bg.jpg") 1x,
	                                    url("../images/index/uk-bg@2x.jpg") 2x);
}

@font-face {
	font-family: "Core Sans";
	src: url("/fonts/CoreSans.ttf") format("truetype");
	font-weight: 400;
}
#landing-photo video {
	width: 100%;
	position: relative;
	opacity: 0.3;
}

.contact-support-icon {
	display: none;
}

#landing-photo h1 {
	display: inline-block;
	font-family: Rockwell, Georgia, serif;
	font-size: 46px;
	font-weight: 300;
	color: white;
	margin-left: 10px;
	margin-top: 190px;
	float: left;
	clear: left;
	position: relative;
	z-index: 3;
}
#landing-photo[data-country=uk] .page-container {
	padding-top: 160px;
}
#landing-photo[data-country=uk] p {
	display: inline-block;
	color: white;
	font-size: 24px;
	margin-top: 20px;
	position: relative;
	margin-left: -55px;
}
#landing-photo[data-country=uk] p .faster-pay {
	width: 59px;
	height: 43px;
	position: absolute;
	right: -69px;
	top: 2px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url("../images/index/fast-pay.png");
	background-image: -webkit-image-set(url("../images/index/fast-pay.png") 1x,
	                                    url("images/index/fast-pay@2x.png") 2x);
}
#landing-photo[data-country=uk] .button {
	float: none;
	display: block;
	max-width: 200px;
	margin: 50px auto;
	border-radius: 26px;
	font-weight: 500;
}
#landing-photo .uk-flag {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-image: url("../images/index/uk-flag-icon.png");
	background-image: -webkit-image-set(url("../images/index/uk-flag-icon.png") 1x,
	                                    url("../images/index/uk-flag-icon@2x.png") 2x);
}
#landing-photo[data-country=uk] h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	float: none;
	padding-top: 30px;
	margin-top: 0;
	font-family: "Core Sans", "Helvetica Neue", Helvetica, sans-serif;
}
#landing-photo h1 div {
	font-family: Rockwell, Georgia, serif;
	background-color: #3389c4;
	display: inline-block;
	padding: 8px 17px;
	margin: 5px;
	float: left;
	clear: left;
}

/*#landing-photo .page-container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}*/
#landing-photo .button {
	border: 3px solid white;
	background: none;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
	float: left;
	clear: left;
	margin: 20px 5px 20px 10px;
	padding: 8px 35px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.4), inset 0px 1px 7px rgba(0,0,0,0.4), 0px 0px 0px 1px rgba(0,0,0,0.2), inset 0px 0px 0px 1px rgba(0,0,0,0.2);
	text-shadow: -1px 0 rgba(0,0,0,0.2), 0 1px rgba(0,0,0,0.2), 1px 0 rgba(0,0,0,0.2), 0 -1px rgba(0,0,0,0.2), 0px 1px 4px rgba(0,0,0,0.4);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
#landing-photo .button:hover {
	background-color: rgba(255,255,255,0.15);
}
#landing-photo .button:active {
	background-color: rgba(255,255,255,0.3);
}
#landing-photo .button.green { /* Not in use yet */
	background-color: #46c748;
	border: none;
	box-shadow: none;
	text-shadow: none;
	text-shadow: 0px 1px 0px #3D993E;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 0px 1px 1px rgba(0, 0, 0, 0.24);
	border-radius: 2px;
}

/* Map */
.section.map {
	height: 437px;
	background: rgb(59,83,96); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(59,83,96,1) 0%, rgba(46,70,83,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(59,83,96,1)), color-stop(100%,rgba(46,70,83,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,83,96,1) 0%,rgba(46,70,83,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(59,83,96,1) 0%,rgba(46,70,83,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(59,83,96,1) 0%,rgba(46,70,83,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(59,83,96,1) 0%,rgba(46,70,83,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5360', endColorstr='#2e4653',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top: 1px solid #2d404a;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.08);
	position: relative;
	text-align: center;
}
.section.map .countries {
	width: 211px;
	height: 187px;
	background-image: url("../images/index/map-countries.png");
	background-image: -webkit-image-set(url("../images/index/map-countries.png") 1x,
	                                    url("../images/index/map-countries@2x.png") 2x);
	position: absolute;
	left: 50%;
	top: 62px;
	margin-left: -80px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.section.map .countries.show {
	opacity: 1;
}
.section.map::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-image: url("../images/index/map.png");
	background-image: -webkit-image-set(url("../images/index/map.png") 1x,
	                                    url("../images/index/map@2x.png") 2x);
}
.section.map h2 {
	margin-top: 90px;
	color: white;
	text-align: center;
	display: block;
	font-size: 40px;
}
.section.map p {
	max-width: 458px;
	color: white;
	text-align: center;
	font-size: 19px;
	margin: 55px auto;
	margin-bottom: 20px;
}
.section.map .button {
	background: none;
	border: 2px solid white;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 30px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	position: relative;
	z-index: 2;
}
.section.map .button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.section.map .banks {
	max-width: 1156px;
	background-position: center center;
	height: 43px;
	margin: 20px auto;
	position: relative;
	background-image: url("../images/index/map-banks.png");
	background-image: -webkit-image-set(url("../images/index/map-banks.png") 1x,
	                                    url("../images/index/map-banks@2x.png") 2x);
}
.section.map .banks::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background: -moz-linear-gradient(left,  rgba(49,73,86,1) 0%, rgba(49,73,86,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(49,73,86,1)), color-stop(100%,rgba(49,73,86,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(49,73,86,1) 0%,rgba(49,73,86,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(49,73,86,1) 0%,rgba(49,73,86,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(49,73,86,1) 0%,rgba(49,73,86,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(49,73,86,1) 0%,rgba(49,73,86,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314956', endColorstr='#00314956',GradientType=1 ); /* IE6-9 */
}
.section.map .banks::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background: -moz-linear-gradient(left,  rgba(49,73,86,0) 0%, rgba(49,73,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(49,73,86,0)), color-stop(100%,rgba(49,73,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(49,73,86,0) 0%,rgba(49,73,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(49,73,86,0) 0%,rgba(49,73,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(49,73,86,0) 0%,rgba(49,73,86,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(49,73,86,0) 0%,rgba(49,73,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00314956', endColorstr='#314956',GradientType=1 ); /* IE6-9 */
}

/* Locked price */
.section.selling {
	height: 403px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(227,235,239,1) 60%, rgba(227,235,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(227,235,239,1)), color-stop(100%,rgba(227,235,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(227,235,239,1) 60%,rgba(227,235,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(227,235,239,1) 60%,rgba(227,235,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(227,235,239,1) 60%,rgba(227,235,239,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(227,235,239,1) 60%,rgba(227,235,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3ebef',GradientType=1 ); /* IE6-9 */
}
.section.selling .text {
	position: absolute;
	right: 0;
	left: 50%;
	top: 0;
	bottom: 0;
}
.section.selling .text::before { /* Big lock icon in the background */
	content: "";
	background-image: url("../images/index/lock-bg.png");
	background-image: -webkit-image-set(url("../images/index/lock-bg.png") 1x,
	                                    url("../images/index/lock-bg@2x.png") 2x);
	position: absolute;
	width: 252px;
	height: 309px;
	right: 20px;
	top: 50%;
	margin-top: -154px;
}
.section.selling .text > * {
	position: relative;
}
.section .button.try-sell {
	margin: 20px auto;
	margin-top: 40px;
	display: block;
	max-width: 220px;
	position: relative;
	z-index: 2;
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.section .button.try-sell.show-me {
	opacity: 1;
}
.selling .image {
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
}
.section.selling .button-pic {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -148px;
	margin-top: 30px;
	width: 296px;
	height: 73px;
	background-size: 296px;
	background-repeat:no-repeat;
	background-position: center;
	opacity: 0.9;
	background-image: url("../images/index/sell-button.png");
	background-image: -webkit-image-set(url("../images/index/sell-button.png") 1x,
	                                    url("../images/index/sell-button@2x.png") 2x);
}
.section.selling .button-pic.clicked {
	background-size: 286px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.section.selling .button-pic.thxbye {
	background-size: 0;
	opacity: 0;
}
.section.selling .price {
	width: 110px;
	height: 35px;
	background-color: #95b2b2;
	border-radius: 3px;
	color: #d1ecec;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 50%;
	margin-top: -100px;
	webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.section.selling .price.locked {
	background-color: #5cbb91;
}
.section.selling .price-text {
	color: #c9cfcf;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 0;
	right: 0;
}
.section.selling .countdown { /* Countdown container */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;
	display: none;
}
.section.selling .countdown > div {
	display: block !important; /* Fixes bug with inline-block */
}
.section.selling .countdown input {
	display: none;
}
.section.selling .countdown canvas { /* Circular thing */
	display: block;
	margin: 20px auto;
}
.section.selling .countdown p.time {
	position: absolute;
	color: blue;
	font-weight: 800;
	font-size: 34px;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 200px;
	color: #87ceeb;
}

/* Flippy */
.flip-container {
	width: 200px;
	height: 260px;
	position: relative;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	width: 19px;
	height: 12px;
	background-color: #8d9c9c;
	border-radius: 1px;
	margin-top: 40px;
	position: absolute;
	top: -25px;
	right: -30px;
}
.flip-container .lock {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.4s, margin-left 0.3s;
	-moz-transition: -moz-transform 0.4s, margin-left 0.3s;
	-o-transition: -o-transform 0.4s, margin-left 0.3s;
	transition: transform 0.4s, margin-left 0.3s;
	width: 13px;
	height: 9px;
	margin-top: -9px;
	margin-left: 3px;
	background-image: url("../images/index/lock-top.png");
	background-image: -webkit-image-set(url("../images/index/lock-top.png") 1x,
	                                    url("../images/index/lock-top@2x.png") 2x);
}
.flip-container .lock.flipped {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	margin-left: 13px;
}

.section.selling h2 {
	padding-top: 100px;
	font-weight: 500;
	font-size: 30px;
	color: #8d9da4;
}
.section.selling p {
	color: #869196;
	margin-top: 20px;
	font-size: 17px;
}

/* Features */
.section.features {
	background-color: #fcfcfc;
}
.section.features ul {
	list-style-type: none;
	overflow: hidden;
}
.section.features ul li {
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
}
.section.features ul li:nth-child(2)::before { /* Border shading (horizontal) LONG */
	content: "";
	position: absolute;
	bottom: 0;
	left: -100%;
	right: 0;
	width: 200%;
	height: 2px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 12%, rgba(237,237,237,1) 89%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(12%,rgba(237,237,237,1)), color-stop(89%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 12%,rgba(237,237,237,1) 89%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 12%,rgba(237,237,237,1) 89%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 12%,rgba(237,237,237,1) 89%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 12%,rgba(237,237,237,1) 89%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.section.features ul li:nth-child(2)::after { /* 2nd's element left border  */
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 22%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(22%,rgba(237,237,237,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 22%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 22%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 22%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 22%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.section.features ul li:nth-child(4)::after { /* No right border for 4th element */
	background: none;
}
.section.features ul li:nth-child(3)::before, /* No bottom border for last 2 elements */
.section.features ul li:nth-child(4)::before {
	background: none;
}
.section.features ul li:nth-child(3)::after { /* Reverse colors for 3rd's right border */
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(237,237,237,1) 88%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(88%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 88%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 88%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 88%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(237,237,237,1) 88%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.section.features ul li .icon {
	width: 90px;
	height: 90px;
	display: inline-block;
	margin: 30px auto 20px auto;
	background-size: contain !important;
	background-position: center center;
}
.section.features ul li .icon.chrono {
	background: url("../images/index/features-chrono.png"); /* IE 8 fallback */
	background: rgba(0,0,0,0) url("../images/index/features-chrono.svg");
}
.section.features ul li .icon.security {
	background: url("../images/index/features-security.png");
	background: rgba(0,0,0,0) url("../images/index/features-security.svg");
}
.section.features ul li .icon.price {
	background: url("../images/index/features-price.png");
	background: rgba(0,0,0,0) url("../images/index/features-price.svg");
}
.section.features ul li .icon.legal {
	background: url("../images/index/features-legal.png");
	background: rgba(0,0,0,0) url("../images/index/features-legal.svg");
}
.section.features ul li h2 {
	color: #3389c4;
	font-size: 23px;
	font-weight: 500;
}
.section.features ul li p {
	color: #949ba3;
	font-size: 15px;
	max-width: 80%;
	display: inline-block;
	margin: 20px auto 30px auto;
}

/* How it works */
.section.how-it-works {
	background-color: #3389c4;
	background-image: url("../images/index/how-it-works-bg.png");
	background-image: -webkit-image-set(url("../images/index/how-it-works-bg.png") 1x,
	                                    url("../images/index/how-it-works-bg@2x.png") 2x);
	min-height: 400px;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.section.how-it-works h2 {
	color: white;
	font-size: 43px;
	font-weight: 300;
	line-height: 140px;
}
.section.how-it-works ol {
	list-style-type: none;
}
.section.how-it-works ol li {
	display: inline-block;
	margin: 85px;
	-webkit-transition: margin 0.2s;
	transition: margin 0.2s;
	opacity: 0;
	opacity: 1\0; /* For old IE */
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
html.touch .section.how-it-works ol li {
	opacity: 1;
}
.section.how-it-works ol li.show {
	opacity: 1;
}
.section.how-it-works ol li .icon {
	background-color: #f6f9fb !important;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	display: inline-block;
	background-size: 100px 100px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.section.how-it-works ol li .icon.register {
	background: url("../images/index/how-register.png");
	background: rgba(0,0,0,0) url("../images/index/how-register.svg");
}
.section.how-it-works ol li .icon.verify {
	background: url("../images/index/how-verify.png");
	background: rgba(0,0,0,0) url("../images/index/how-verify.svg");
}
.section.how-it-works ol li .icon.buy {
	background: url("../images/index/how-buy.png");
	background: rgba(0,0,0,0) url("../images/index/how-buy.svg");
}
.section.how-it-works ol li h3 {
	color: white;
	font-size: 21px;
	font-weight: 400;
	line-height: 80px;
	opacity: 0;
	opacity: 1\0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
html.touch .section.how-it-works ol li h3 {
	opacity: 1;
}
.section.how-it-works ol li h3.show {
	opacity: 1;
}

/* Press */
.section.press {
	text-align: center;
	padding: 30px 0px 60px 0px;
	overflow-x: hidden;
	background-color: white;
}
.section.press h2 {
	color: #8d9aa3;
	font-size: 35px;
	margin: 0px auto 50px auto;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.section.press h2::before,
.section.press h2::after {
	content: "";
	position: absolute;
	left: -200px;
	top: 22px;
	width: 192px;
	background-color: #e7ebee;
	height: 2px;
}
.section.press h2::after {
	left: auto;
	right: -200px;
}

ul.press {
	margin-top: 20px;
}

ul.press li {
	width: 48%;
	display: inline-block;
	margin: 0px auto;
	float: left;
}

ul.press li .logo {
	width: 136px;
	height: 136px;
	float: left;
}
ul.press li .logo.usa-today {
	background-image:url("../images/press/press-usa-today.png");
	background-image: -webkit-image-set(url("../images/press/press-usa-today.png") 1x,
	                                    url("../images/press/press-usa-today@2x.png") 2x);
}
ul.press li .logo.idg {
	background-image:url("../images/press/press-idg.png");
	background-image: -webkit-image-set(url("../images/press/press-idg.png") 1x,
	                                    url("../images/press/press-idg@2x.png") 2x);
}
ul.press li .logo.svt-nyheter {
	background-image:url("../images/press/press-svt-nyheter.png");
	background-image: -webkit-image-set(url("../images/press/press-svt-nyheter.png") 1x,
	                                    url("../images/press/press-svt-nyheter@2x.png") 2x);
}
ul.press li .logo.coindesk {
	background-image:url("../images/press/press-coindesk.png");
	background-image: -webkit-image-set(url("../images/press/press-coindesk.png") 1x,
	                                    url("../images/press/press-coindesk@2x.png") 2x);
}
ul.press li .logo.svd {
	background-image:url("../images/press/press-svd.png");
	background-image: -webkit-image-set(url("../images/press/press-svd.png") 1x,
	                                    url("../images/press/press-svd@2x.png") 2x);
}
ul.press li .logo.bitcoinx {
	background-image:url("../images/press/press-bitcoinx.png");
	background-image: -webkit-image-set(url("../images/press/press-bitcoinx.png") 1x,
	                                    url("../images/press/press-bitcoinx@2x.png") 2x);
}
ul.press li .logo.venturebeat {
	background-image:url("../images/press/press-venturebeat.png");
	background-image: -webkit-image-set(url("../images/press/press-venturebeat.png") 1x,
	                                    url("../images/press/press-venturebeat@2x.png") 2x);
}
ul.press li .logo.techcrunch {
	background-image:url("../images/press/press-techcrunch.png");
	background-image: -webkit-image-set(url("../images/press/press-techcrunch.png") 1x,
	                                    url("../images/press/press-techcrunch@2x.png") 2x);
}
ul.press li .logo.coinreport {
	background-image:url("../images/press/press-coinreport.png");
	background-image: -webkit-image-set(url("../images/press/press-coinreport.png") 1x,
	                                    url("../images/press/press-coinreport@2x.png") 2x);
}

ul.press li .logo.euromoney {
	background-image:url("../images/press/press-euromoney.png");
	background-image: -webkit-image-set(url("../images/press/press-euromoney.png") 1x,
	                                    url("../images/press/press-euromoney@2x.png") 2x);
}

ul.press li .logo.wsj {
	background-image:url("../images/press/press-wsj.png");
	background-image: -webkit-image-set(url("../images/press/press-wsj.png") 1x,
	                                    url("../images/press/press-wsj@2x.png") 2x);
}

ul.press li .logo.ccnla {
	background-image:url("../images/press/press-ccnla.png");
	background-image: -webkit-image-set(url("../images/press/press-ccnla.png") 1x,
	                                    url("../images/press/press-ccnla@2x.png") 2x);
}

ul.press li .logo.forbes {
	background-image:url("../images/press/press-forbes.png");
	background-image: -webkit-image-set(url("../images/press/press-forbes.png") 1x,
	                                    url("../images/press/press-forbes@2x.png") 2x);
}

ul.press li .logo.arcticstartup {
	background-image:url("../images/press/press-arcticstartup.png");
	background-image: -webkit-image-set(url("../images/press/press-arcticstartup.png") 1x,
	                                    url("../images/press/press-arcticstartup@2x.png") 2x);
}

ul.press li .logo.cointelegraph {
	background-image:url("../images/press/press-cointelegraph.png");
	background-image: -webkit-image-set(url("../images/press/press-cointelegraph.png") 1x,
	                                    url("../images/press/press-cointelegraph@2x.png") 2x);
}

ul.press li .logo.businessinsider {
	background-image:url("../images/press/press-businessinsider.png");
	background-image: -webkit-image-set(url("../images/press/press-businessinsider.png") 1x,
	                                    url("../images/press/press-businessinsider@2x.png") 2x);
}

ul.press li .logo.finextra {
	background-image:url("../images/press/press-finextra.png");
	background-image: -webkit-image-set(url("../images/press/press-finextra.png") 1x,
	                                    url("../images/press/press-finextra@2x.png") 2x);
}

ul.press li .logo.wired {
	background-image:url("../images/press/press-wired.png");
	background-image: -webkit-image-set(url("../images/press/press-wired.png") 1x,
	                                    url("../images/press/press-wired@2x.png") 2x);
}

ul.press li .info {
	display: table;
	height: 136px;
	margin-left: 150px;
	margin-right: 10px;
}
ul.press li .info p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
ul.press li p time {
	display: block;
	color: #768188;
}
ul.press li a {
	color: #3489c4;
	text-decoration: none;
}
ul.press li a:hover {
	text-decoration: underline;
}

.section.press a.button {
	display: block;
	width: 140px;
	border-radius: 2px;
	text-decoration: none;
	margin: 0px auto;
	margin-top: 70px;
}

/* Quotes */
.section.quotes {
	min-height: 231px;
    padding-left: 40px;
    padding-right: 10px;
	background-color: #e6ecf0;
	padding-bottom: 10px;
	border-top: 1px solid #d7dee3;
	border-bottom: 1px solid #d7dee3;
	background-image: url("../images/index/quotes-bg.png");
	background-image: -webkit-image-set(url("../images/index/quotes-bg.png") 1x,
	                                    url("../images/index/quotes-bg@2x.png") 2x);
	background-position: top center;
	background-repeat: repeat-x;
}
.section.quotes ul {
	list-style-type: none;
	padding-top: 20px;
}
.section.quotes ul li {
	display: block;
	width: 50%;
	float: left;
	margin: 58px auto;
	min-height: 100px;
	position: relative;
}
.section.quotes ul li a:hover {
	text-decoration: underline;
}
.section.quotes ul li::before {
	content: "";
	background-image: url("../images/index/quote.png");
	background-image: -webkit-image-set(url("../images/index/quote.png") 1x,
	                                    url("../images/index/quote@2x.png") 2x);
	position: absolute;
	left: 0;
	top: -24px;
	width: 55px;
	height: 39px;
	opacity: 0.8;
}
.section.quotes ul li h3,
.section.quotes ul li p {
	width: 90%;
	padding-left: 20px;
	font-family: Rockwell, "Courier New", Courier, Georgia, serif;
	font-size: 17px;
	font-weight: 300;
}
.section.quotes ul li h3 {
	color: #949ba3;
}
.section.quotes ul li p {
	color: #71767c;
	margin-top: 15px;
	text-align: right;
	padding-left: 20px;
}
.section.quotes ul li p a {
	font-family: Rockwell, "Courier New", Courier, Georgia, serif;
	font-weight: bold;
	color: #4781c4;
	text-decoration: none;
	position: relative;
}
.section.quotes ul li p a::before {
	content: "";
	position: absolute;
	left: -52px;
	top: -9px;
	width: 40px;
	height: 40px;
	background: gray;
	border-radius: 50%;
}
.section.quotes ul li.peter p a::before {
    background-image: url("../images/index/profile-peter.png");
    background-image: -webkit-image-set(url("../images/index/profile-peter.png") 1x, url("../images/index/profile-peter@2x.png") 2x);
}

.section.quotes ul li.hakan p a::before {
    background-image: url("../images/index/profile-hakan.png");
    background-image: -webkit-image-set(url("../images/index/profile-hakan.png") 1x, url("../images/index/profile-hakan@2x.png") 2x);
}

.section.quotes ul li.alex p a::before {
    background-image: url("../images/index/profile-alex.png");
    background-image: -webkit-image-set(url("../images/index/profile-alex.png") 1x, url("../images/index/profile-alex@2x.png") 2x);
}

.section.quotes ul li.amer p a::before {
    background-image: url("../images/index/profile-amer.png");
    background-image: -webkit-image-set(url("../images/index/profile-amer.png") 1x, url("../images/index/profile-amer@2x.png") 2x);
}

.section.quotes ul li.eamonn p a::before {
    background-image: url("../images/index/profile-eamonn.png");
    background-image: -webkit-image-set(url("../images/index/profile-eamonn.png") 1x, url("../images/index/profile-eamonn@2x.png") 2x);
}

.section.quotes ul li.shane p a::before {
    background-image: url("../images/index/profile-shane.png");
    background-image: -webkit-image-set(url("../images/index/profile-shane.png") 1x, url("../images/index/profile-shane@2x.png") 2x);
}

.section.quotes ul li.jean p a::before {
    background-image: url("../images/index/profile-jean.png");
    background-image: -webkit-image-set(url("../images/index/profile-jean.png") 1x, url("../images/index/profile-jean@2x.png") 2x);
}

.section.quotes ul li.justin p a::before {
    background-image: url("../images/index/profile-justin.png");
    background-image: -webkit-image-set(url("../images/index/profile-justin.png") 1x, url("../images/index/profile-justin@2x.png") 2x);
}

.section.quotes ul li.nicolas p a::before {
    background-image: url("../images/index/profile-nicolas.png");
    background-image: -webkit-image-set(url("../images/index/profile-nicolas.png") 1x, url("../images/index/profile-nicolas@2x.png") 2x);
}

.section.quotes ul li.tom p a::before {
    background-image: url("../images/index/profile-tom.png");
    background-image: -webkit-image-set(url("../images/index/profile-tom.png") 1x, url("../images/index/profile-tom@2x.png") 2x);
}

.section.quotes ul li.tucker p a::before {
    background-image: url("../images/index/profile-tucker.png");
    background-image: -webkit-image-set(url("../images/index/profile-tucker.png") 1x, url("../images/index/profile-tucker@2x.png") 2x);
}

.section.quotes ul li.wong p a::before {
    background-image: url("../images/index/profile-wong.png");
    background-image: -webkit-image-set(url("../images/index/profile-wong.png") 1x, url("../images/index/profile-wong@2x.png") 2x);
}

.section.quotes ul li h3 a {
    color: #4781c4;
    text-decoration: none;
    outline: 0;
	opacity: 0.8;
}

.section.last-signup {
	min-height: 223px;
	box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgb(101, 142, 165);
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-image: url("../images/index/section-last-signup-bg.jpg");
	background-image: -webkit-image-set(url("../images/index/section-last-signup-bg.jpg") 1x,
	                                    url("../images/index/section-last-signup-bg@2x.jpg") 2x);
}
.section.last-signup h2 {
	color: white;
	text-align: center;
	font-weight: 300;
	margin-top: 45px;
}
.section.last-signup .button {
	display: inline-block;
	background: none;
	border: 3px solid white;
	border-radius: 3px;
	font-weight: 600;
	font-size: 22px;
	padding: 8px 60px;
	margin-top: 30px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.section.last-signup .button:hover {
	background-color: rgba(255,255,255, 0.1);
}

/* SMALLER SIZES */

/* Smaller desktops */
@media all and (max-width: 1040px) {
	.section.how-it-works ol li {
		margin: 45px;
	}
	.section.quotes ul li h3,
	.section.quotes ul li p {
		margin-left: 15px;
	}
	.section.quotes ul li::before { /* Quote symbol */
		left: 6px;
	}
}

/* Tablets */
@media all and (max-width: 800px) {
	#landing-photo {
		background-position: 80%;
	}
	.section.selling {
		height: auto;
		background: rgb(207,219,224); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(207,219,224,1) 0%, rgba(207,219,224,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,219,224,1)), color-stop(40%,rgba(207,219,224,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(207,219,224,1) 0%,rgba(207,219,224,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(207,219,224,1) 0%,rgba(207,219,224,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(207,219,224,1) 0%,rgba(207,219,224,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(207,219,224,1) 0%,rgba(207,219,224,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfdbe0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.section.selling .image,
	.section.selling .text {
		position: static;
	}
	.section.selling .image {
		height: 400px;
	}
	html.touch .section.selling .image {
		height:60px;
	}
	.section.selling .text {
		padding: 0 30px;
	}
	.section.selling .text::before {
		top: 50%;
		margin-top: -204px;
		right: auto;
		left: 50%;
		margin-left: -126px;
	}
	.section.selling .price-text {
		margin-top: -25px;
	}
	html.touch .section.selling .price-text {
		margin-top: 170px;
	}
	.section.selling .price {
		margin-top: 0;
	}
	html.touch .section.selling .price {
		margin-top: 200px;
	}
	html.touch .section.selling a.button-pic,
	html.touch .section.selling .countdown {
		display: none;
	}
	.section.selling .button-pic {
		margin-top: 130px;
	}
	.section.selling .countdown {
		margin-top: 50px;
	}
	.section .try-sell {
		display: none;
	}
	.section.features ul li {
		display: block;
		width: auto;
		float: none;
	}
	.section.features ul li::before,
	.section.features ul li::after {
		background: none !important;
	}

	.section.quotes {
		padding-left: 25px !important;
	}

	.section.quotes ul {
		list-style-type: none;
		padding-top: 10px !important;
	}
	.section.quotes ul li {
		float: none;
		width: 80%;
	}
	.section.quotes ul li h3,
	.section.quotes ul li p {
		margin-left: 0px;
		width: auto;
    	font-size: 13px !important;
    	padding-left: 0px !important;
	}
	.section.how-it-works ol li {
		margin: 12px;
	}
	.section.how-it-works ol li .icon {
		width: 120px;
		height: 120px;
	}
	ul.press li {
		width: 100%;
	}
	ul.press li .logo {
		margin: 0px 30px;
	}
	.section.quotes ul li::before { /* Quote symbol */
		left: -15px;
	}
}

/* Mobile */
@media all and (max-width: 500px) {
	#landing-photo {
		height: 400px;
		max-height: 100%;
	}
	#landing-photo h1 {
		font-size: 28px;
	}
	#landing-photo h1:first-child {
		margin-top: 140px;
	}
	.section.map h2 {
		font-size: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.section.map p {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.section.features ul li .icon {
		width: 70px;
		height: 70px;
		margin: 10px auto 5px auto;
	}
	.section.features ul li:first-child .icon {
		margin-top: 30px;
	}
	.section.how-it-works {
		padding-bottom: 40px;
	}
	.section.how-it-works h2 {
		font-size: 32px;
	}
	.section.how-it-works ol li {
		display: block;
		margin: 10px auto;
		margin-top: 40px;
	}
	.section.how-it-works ol li:first-child {
		margin-top: 20px;
	}
	.section.how-it-works ol li .icon {
		margin: 10px auto;
	}
	.section.how-it-works ol li:first-child .icon {
		margin-top: 0px;
	}
	.section.how-it-works ol li h3 {
		line-height: 40px;
	}
	.section.press h2 {
		margin-bottom: 20px;
	}
	ul.press li {
		margin: 10px 0px;
	}
	ul.press li .info {
		height: 90px;
		margin-left: 100px;
	}
	ul.press li .logo {
		width: 90px;
		height: 90px;
		background-size: contain;
		margin: 0px 20px;
	}
	.section.last-signup {
		padding-bottom: 60px;
	}
}