* {
	box-sizing: border-box;
}

input[type="file"] {
	font: inherit;
	margin: 8px 0px 0px 0px;
	display: block;
	font-size: 13px;
}

body {
	margin: 0px;
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #737373;
}

.group:after {
	content: '';
	display: table;
	clear: both;
}

.wrapper {
	width: 100%;
	margin: 0px auto;
	max-width: 1150px;
	padding: 0px 30px;
}

header .wrapper {
	max-width: 1500px;
}

.wrapper.narrow {
	max-width: 900px;
}

.wrapper.wide {
	max-width: 1500px;
}

header {
	background: #1c2149;
	padding: 20px 0px;
	font-size: 13px;
}

.controls-container {
	margin: -31px 30px 0px 0px;
	float: right;
}

.logo-container {
	margin: 5px 0px 0px 0px;
}

.logo-container .logo {
	height: 21px;
	width: auto;
	display: inline-block;
}

header .link {
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	vertical-align: middle;
	line-height: 32px;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px 22px 0px 0px;
}

header .link:hover {
	color: #ecedf5;
	cursor: pointer;
}

.swapping-section {
	float: right;
	width: calc(100% - 180px - 30px);
	margin: 0px 0px 0px 30px;
}


.swapping-section .quick-order-product {
	width: calc(50% - 15px);
	max-width: 100%;
	float: left;
	display: inline-block;
}

.swapping-section .quick-order-product:nth-of-type(2) {
	margin: 0px 0px 0px 30px;
}

.swap-input-field {
	margin: 5px 15px 5px 15px;
}

.swap-input-field input {
	float: left;
	background: #ffffff;
	border: 0;
	color: #1c2149;
	font-size: 16px;
	line-height: 1;
	padding: 11px 15px;
	font-weight: 700;
	width: calc(100% - 42px);
	border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	outline: 0;
}

.swap-input-field .unit-float {
	background: #1c2149;
	color: #ffffff;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	float: right;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	width: 42px;
	padding: 12.5px;
	margin: -45px 0px 0px 0px;
}

.swap-result {
	margin: 30px 0px 0px 0px;
	font-size: 17px;
	color: #ffffff;
}

.swap-result .swap-from {
	color: #64a8ff;
}

.swap-result .swap-to {
	color: #0fdb82;
}

.swap-confirm {
	margin: 25px auto 0px auto;
	background: #6a78e6;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	max-width: 225px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


.swap-confirm:hover {
	background: #6875d8;
	cursor: pointer;
}

.quick-order-section {
	text-align: center;
	margin: 40px 0px 0px 0px;
}

.quick-order-section .quick-order-product {
	width: 100%;
	max-width: 395px;
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
}


.quick-order-section .quick-order-product:first-of-type {
	margin-left: 0px;
}

.quick-order-product .product-heading {
	background: #ffffff;
	border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	padding: 22px 20px;
}


.quick-order-product .product-heading img {
	display: block;
	margin: 0px auto;
}


.quick-order-product .product-details {
	background: #3f4892;
	padding: 15px 40px 25px 40px;
	border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
}

.cart-button {
	float: right;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #1c2149;
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	font-weight: 500;
	vertical-align: top;
}

.cart-button i {
	font-size: 18px;
	display: block;
	float: left;
	margin: 0px 6px -1px 0px;
}


.cart-button:hover {
	background: #ecedf5;
	cursor: pointer;
}

.cart-button .cart-indicator {
	float: right;
	background: #8593fa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin: 14px -16px -14px 2px;
}

.currency-selector {
    display: inline-block;
    position: relative;
    z-index: 5;
	margin: 0px 30px 0px 0px;
	vertical-align: middle;
}

.currency-selector .currency-label {
    color: #8593fa;
    font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
	line-height: 32px;
}


.currency-selector .currency-label:hover {
	cursor: pointer;
	color: #98a4ff;
}


.currency-selector .currency-label i {
	color: #bec1da;
	margin: 0px 0px 0px 4px;
	font-size: 12px;
	display: inline-block;
}

.currency-selector .currency-options {
    display: none;
    width: 60px;
    float: left;
    margin: 1px -200px -600px 0px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    text-align: center;
    padding: 3px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.currency-selector .currency-options button {
    padding: 3px 0px;
    border: 0px;
	border-top: 1px solid #f2f2f2;
    background: none;
    outline: 0;
    display: block;
    font: inherit;
    text-align: center;
    margin: 0px auto;
    line-height: 1.75;
    font-size: 11px;
    color: #767676;
	width: calc(100% - 10px);
}


.currency-selector .currency-options button:hover {
	color: #252525;
	cursor: pointer;
}

.currency-selector .currency-options button:first-of-type {
	border: 0px;
}

.primary-banner {
	padding: 40px 0px 55px 0px;
	text-align: center;
	color: #ffffff;
	background: #171a39 url(../images/disco-ball-banner.jpg) top center no-repeat;
}

.primary-banner h1 {
	margin: 0px auto;
	font-size: 33px;
	font-weight: 900;
	max-width: 600px;
	width: 100%;
}

.primary-banner.sub-page h1 {
	font-size: 36px;
	text-transform: uppercase;
}

.primary-banner h2 {
	font-size: 19px;
	font-family: 'Taviraj', serif;
	font-weight: 400;
	margin: 15px 0px 0px 0px;
}

.primary-banner.sub-page h2 {
	margin: 0px 0px 0px 0px;
}

.primary-banner.wider-banner .wrapper {
	max-width: 1150px;
}

.primary-container {
	background: rgba(64, 73, 142, 0.24);
	width: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 30px;
	margin: 40px auto 0px auto;
}


.primary-banner.wider-banner .primary-container {
	background: #1c2149;
}

.primary-container .container-sidebar {
	float: left;
	width: 100%;
	max-width: 180px;
	margin: 0px;
	text-align: left;
}

.primary-container .container-sidebar a {
	color: inherit;
}

.primary-container .container-sidebar.right-sidebar {
	float: right;
}

.primary-container .container-partial-fill {
	float: left;
	width: calc(100% - 50px - 180px);
	margin: 0px 50px 0px 0px;
	text-align: left;
}

.primary-container .container-half {
	float: left;
	width: calc(60% - 25px);
	text-align: left;
}

.primary-container .container-half:nth-of-type(2) {
	margin: 0px 0px 0px 50px;
	width: calc(40% - 25px);
}

.primary-container .section-heading {
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #313874;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
}

.primary-container .container-partial-fill .section-heading {
	text-align: left;
	font-size: 18px;
	border-bottom: 1px solid #313874;
	padding: 0px 0px 20px 0px;
	font-weight: 600;
}

.primary-container input[type="text"], .primary-container input[type="email"], .primary-container input[type="password"], .primary-container textarea {
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: 0;
	border: 0;
	display: block;
	width: 100%;
    color: #1c2149;
	font: inherit;
	font-size: 14px;
	padding: 15px;
}

.primary-container textarea {
	height: 120px;
	resize: none;
}

.primary-container input[type="submit"] {
	margin: 20px 0px 0px 0px;
    background: #6a78e6;
    color: #ffffff;
	font: inherit;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
	font-size: 14px;
	width: 100%;
    max-width: 160px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 0px;
	display: block;
	outline: 0;
}

.primary-container input[type="submit"]:hover {
    background: #6875d8;
    cursor: pointer;
}

.primary-container label {
	display: inline-block;
	font-size: 14px;
	margin: 20px 0px 4px 0px;
}

.primary-container label:hover {
	cursor: pointer;
}

.primary-container .form-column {
	float: left;
	width: calc(50% - 10px);
}

.primary-container .form-column:nth-of-type(2) {
	margin: 0px 0px 0px 20px;
}


.contact-methods {

}

.contact-methods .contact-method {
	float: left;
	width: calc(50% - 20px);
	margin: 45px 0px 0px 30px;
}


.contact-methods .contact-method .contact-method-logo img {
	width: 100%;
	height: auto;
	max-width: 184px;
	margin: 0px auto;
}

.contact-methods .contact-method h3 {
	margin: 10px 0px 0px 0px;
	color: #6a78e6;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Taviraj', serif;
	text-align: center;
}

.contact-methods .contact-method .contact-details {
	font-size: 13px;
	font-family: 'Taviraj', serif;
	text-align: center;
}

.contact-methods .contact-method:first-of-type {
	margin-left: 0px;
}

.contact-methods .contact-method hr {
	height: 1px;
	width: 40px;
	background: #ff9c00;
	border: 0;
	margin: 12px auto 12px auto;
}

.clickable-contact {
	
}

.clickable-contact:hover {
	cursor: pointer;
}

.forum-review .forum-logo {
	float: left;
	display: block;
	width: 103px;
	height: auto;
}

.forum-review .review-count {
	float: left;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	width: calc(100% - 103px - 10px);
	margin: 8px 0px 0px 10px;
}

.trustpilot-review {
	background: #ffffff;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 180px;
}


.trustpilot-review .review-count {
	color: #515681;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.trustpilot-review .star-icon {
	display: block;
	margin: 8px auto 0px auto;
}

.container-sidebar .trustpilot-review {
	margin: 20px 0px 0px 0px;
}

.purchase-heading {
	font-weight: 600;
	font-size: 16px;
	font-family: 'Taviraj', serif;
	margin: 30px auto 0px auto;
	text-align: center;
}

.purchase-links {
	margin: 15px 0px 0px 0px;
}

.purchase-links a {
	max-width: 200px;
}

.purchase-links a, .purchase-links .quick-buy {
	background: #6a78e6;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	width: 100%;
	display: block;
	margin: 10px auto 0px auto;
	text-decoration: none;
	text-align: center;
	font: inherit;
	font-size: 14px;
	border: 0;
	outline: 0;
}

.purchase-links a:first-of-type, .purchase-links .quick-buy:first-of-type {
    margin: 0px auto 0px auto;
}

.purchase-links .quick-buy {
	margin: 5px 0px 0px 0px;
}

.purchase-links a:hover, .purchase-links .quick-buy:hover {
	background: #6875d8;
	cursor: pointer;
}

.purchase-methods {
	margin: 10px 0px 0px 0px;
}

.purchase-methods .purchase-method {
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 14px;
	width: 100%;
	display: block;
	margin: 5px 0px 0px 0px;
}

.purchase-methods .purchase-method img {
	display: block;
	margin: 0px auto;
	height: 25px;
	width: auto;
}

.purchase-methods .purchase-method:first-of-type {
	margin: 0px;
}

.banner-dash {
	font-size: 0px;
}

.banner-focal {
	color: #8391f4;
}

nav {
	background: url(../images/rock-texture-full.png) repeat;
	border-bottom: 1px solid #dbdbdb;
	-webkit-box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
	position: relative;
	z-index: 4;
}

nav .wrapper {
	max-width: 1500px;
}

nav .navigation-selector {
	display: block;
	float: left;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #dbdbdb;
	background: transparent;
	color: rgba(0, 0, 0, 0.90);
}

nav .navigation-toplevel {
	padding: 18px 0px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	text-align: center;
	font-family: 'Taviraj', serif;
	text-transform: uppercase;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

nav .navigation-toplevel:hover {
	cursor: pointer;
}

nav .navigation-selector:hover {
	background: rgba(255, 255, 255, 0.2);
}

nav .navigation-selector a:hover {
	color: #3c68a5;
}

nav .navigation-selector a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.90);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.nav-wrap {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #eeeeee;
}

footer {
	color: #ffffff;
}

.payment-method-section .wrapper {
	max-width: 1800px;
}

.payment-method-section {
	background: #161a39;
	padding: 38px 0px 34px 0px;
	text-align: center;
}

.payment-method {
	display: inline-block;
	background: #ffffff;
	padding: 10px 18px;
	margin: 0px 0px 0px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.payment-method:first-of-type {
	margin: 0px;
}

.payment-method img {
	height: 28px;
	width: auto;
	display: block;
}

.navigation-section {
	border-top: 1px solid #30334f;
	background: #161a39;
	padding: 50px 0px 60px 0px;
}

.link-column {
	float: left;
	width: calc(20% - 40px);
	margin: 0px 40px 0px 0px;
}

.information-column {
	float: right;
	width: calc(40% - 80px);
	margin: 0px 0px 0px 80px;
}

.benefits-bar {
	background: #f8f8f9;
	padding: 25px 0px;
	color: #474851;
	font-size: 14px;
	line-height: 1.4;
}

.benefit-block {
	float: left;
	width: calc(16.66% - 33.33px);
	margin: 0px 0px 0px 40px;
}

.benefit-block img {
	float: left;
	display: block;
	margin: 0px 15px 0px 0px;
}

.benefit-block:first-of-type {
	margin: 0px;
}

.benefit-block h4 {
	margin: 5px 0px 0px 0px;
	font-weight: 400;
	font-family: 'Taviraj', serif;
	text-transform: uppercase;
}

.footer-heading {
	font-size: 18px;
	font-weight: 500;
}

.footer-divider {
	display: block;
	height: 2px;
	width: 25px;
	border: 0;
	background: #606ab6;
	text-align: left;
	margin: 10px 0px 20px 0px;
}

.footer-link {
	font-size: 14px;
	font-weight: 300;
	margin: 12px 0px 0px 0px;
}

.footer-link a {
	color: inherit;
	text-decoration: none;
}

.footer-link a:hover {
	text-decoration: underline;
}

.copyright-section {
	background: #424c98;
	font-size: 13px;
	padding: 20px 0px;
}

.swapping-explanation {
	padding: 35px 0px;
	background: #222055 url(../images/block-background.jpg) top center no-repeat;
	color: #ffffff;
	text-align: center;

}

.swapping-explanation ol {
	list-style-position: inside;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}


.swapping-explanation h3 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
}

.swapping-explanation h4 {
	margin: 30px 0px 0px 0px;
	color: #7f8cf7;
	font-size: 18px;
	font-weight: 600;
}

.swap-graphic {
	display: block;
	margin: 40px auto 0px auto;
}

.content-blocks {
	padding: 80px 0px;
}

.content-blocks .block {
	margin: 50px 0px 0px 0px;
}

.content-blocks .block:first-of-type {
	margin: 0px;
}

.content-blocks .block h2 {
	font-size: 25px;
	color: #4555d1;
	font-weight: 500;
	margin: 25px 0px 0px 0px;
}


.content-blocks .block p {
	font-size: 17px;
	margin: 22px 0px 0px 0px;
}

.content-blocks .block:nth-of-type(odd) .floating-background-icon {
	float: left;
	margin: -30px 50px 0px -87px;
}

.content-blocks .block:nth-of-type(odd) .floating-text {
	width: calc(100% - 50px - 466px + 87px);
	float: right;
}

.content-blocks .block:nth-of-type(even) .floating-background-icon {
	margin: -10px -105px 0px 60px;
	float: right;
	text-align: right;
}

.content-blocks .block:nth-of-type(even) .floating-text {
	width: calc(100% - 60px - 437px + 105px);
	float: left;
	text-align: right;
}

.content-blocks.sell-page .block:nth-of-type(odd) .floating-background-icon {
	margin: -40px 50px 0px -20px;
}

.content-blocks.sell-page .block:nth-of-type(odd) .floating-text {
	width: calc(100% - 50px - 292px + 20px);
	margin: 10px 0px 0px 0px;
}

.content-blocks.sell-page .block:nth-of-type(even) .floating-background-icon {
	margin: -40px -20px 0px 50px;
}

.content-blocks.sell-page .block:nth-of-type(even) .floating-text {
	width: calc(100% - 50px - 280px + 20px);
	margin: 10px 0px 0px 0px;
}

.content-blocks.buy-page .block:nth-of-type(odd) .floating-background-icon {
	margin: -10px 50px 0px -35px;
}

.content-blocks.buy-page .block:nth-of-type(odd) .floating-text {
	width: calc(100% - 50px - 319px + 35px);
	margin: -10px 0px 0px 0px;
}

.content-blocks.swap-page .block:nth-of-type(odd) .floating-background-icon {
	margin: -20px 50px 0px -30px;
}

.content-blocks.swap-page .block:nth-of-type(odd) .floating-text {
	width: calc(100% - 50px - 255px + 30px);
	margin: 0px 0px 0px 0px;
}

.content-blocks .block .wrapper {
	max-width: 1350px;
}

.featured-action-block {
	background: #f8f8f8;
	padding: 60px 0px 70px 0px;
	text-align: center;
}

.featured-action-block.sell-page {
	background: #1d1f44 url(../images/disco-ball-background5e1f.jpg?v=2) top center no-repeat;
	padding: 80px 0px 90px 0px;
}

.featured-action-block.sell-page h2 {
	color: #ffffff;
}

.featured-action-block.sell-page p {
	color: #ffffff;
}

.featured-action-block h2 {
	color: #4555d1;
	font-size: 25px;
	font-weight: 500;
	margin: 0px auto 0px auto;
	max-width: 550px;
}

.featured-action-block p {
	color: #737373;
	font-size: 17px;
}

.featured-action-block .featured-action-links {
	margin: 25px 0px 0px 0px;
}

.featured-action-links .action-link {
	display: inline-block;
	background: #6a78e6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 35px;
	margin: 0px 0px 0px 20px;
}


.featured-action-links .action-link:hover {
	background: #6370d5;
	cursor: pointer;
}

.featured-action-links .action-link:nth-of-type(1) {
	margin: 0px;
}

.featured-feedback {
	background: #ffffff;
	padding: 50px 0px 65px 0px;
}

.featured-feedback.larger-focus .feedback-heading {
	text-align: left;
}

.featured-feedback.larger-focus .feedback-amount {
	text-align: left;
}

.featured-feedback .feedback-heading, .faq-section h2 {
	text-align: center;
	color: #161a39;
	font-size: 18px;
	font-family: 'Taviraj', serif;
	font-weight: 600;
	margin: 0;
}

.featured-feedback .feedback-amount, .faq-section h3 {
	color: #4555d1;
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	margin: 0;
}

.featured-feedback .feedback-subheading {
	font-family: 'Taviraj', serif;
	color: #474851;
	text-align: left;
	font-size: 15px;
	margin: 0;
}

.featured-feedback .feedback-heading a, .featured-feedback .feedback-amount a {
	color: inherit;
	text-decoration: none;
}

.featured-feedback hr {
	height: 1px;
	background: #bbbdc6;
	width: 100%;
	border: 0;
	margin: 20px 0px 25px 0px;
}

.featured-feedback .wrapper {
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.featured-feedback .slick-arrow {
	display: block;
	border: 8px solid #ffffff;
	color: #ffffff;
	background: #424c98;
	outline: 0;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	z-index: 2;
	position: relative;
}

.featured-feedback .feedback-slider {
	width: calc(100% + 18px);
	margin: 0px -20px;
}

.featured-feedback .slick-next {
	float: right;
	margin-right: -30px;
	margin-left: -25px;
	margin-top: -120px;
	background-image: url(../images/icon-next5e1f.png?v=2);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.featured-feedback .slick-prev {

	float: left;
	margin-left: -10px;
	margin-right: -30px;
	margin-top: 55px;
	margin-bottom: -55px;
	background-image: url(../images/icon-previous5e1f.png?v=2);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.featured-feedback .feedback-block {
	background: #424c98;
	color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	display: block;
	margin: 0px 5px;
	padding: 15px 35px;
	outline: none;
	color: #ffffff;
	text-decoration: none;
}

.featured-feedback .feedback-author {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	font-family: 'Taviraj', serif;
}

.featured-feedback .feedback-time {
	font-size: 13px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.featured-feedback .feedback-rating {
	margin: 15px 0px 0px 0px;
	font-size: 16px;
	color: #ffc000;
	text-align: center;
}

.featured-feedback p {
	margin: 10px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	background-image: url(../images/icon-left-quote5e1f.png?v=2), url(../images/icon-right-quote5e1f.png?v=2);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 47px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.faq-section {
	background: #ffffff;
	padding: 50px 0px 70px 0px;
}

.faq-section hr {
	height: 1px;
	width: 100%;
	display: block;
	border: 0;
	background: #bbbdc6;
	margin: 20px 0px 35px 0px;
}

.faq-section .wrapper {
	max-width: 1350px;
}

.faq-section .faq-row {
	margin: 40px 0px 0px 0px;
}

.faq-section .faq-row:first-of-type {
	margin: 0px;
}

.faq-section .faq-question {
	font-size: 18px;
	color: #4555d1;
	font-family: 'Taviraj', serif;
	font-weight: 600;
}

.faq-section .faq-question h4 {
	font: inherit;
	margin: 0;
	display: inline-block;
}

.faq-section .faq-number {
	color: #161a39;
	display: inline-block;
}

.faq-section .faq-answer {
	color: #737373;
	margin: 15px 0px 0px 0px;
}

.sale-block {
	background: #272d59 url(../images/sale-block-background5e1f.jpg?v=2) top center no-repeat;
	padding: 75px 0px;
}

.sale-block .floating-background-icon {
	float: left;
	margin: -65px 0px -65px -50px;
}

.sale-block .floating-text {
	float: left;
	width: calc(100% - 390px + 50px);
}

.sale-block h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin: 7px 0px 0px 0px;
}

.sale-block p {
	margin: 20px 0px 0px 0px;
	color: #d8dcdf;
}

.sale-action-links {
	margin: 40px 0px 0px 0px;
}

.sale-action-links a {
	display: block;
	float: left;
	margin: 0px 0px 0px 20px;
	background: #6a78e6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 35px;
}

.sale-action-links a:first-of-type {
	margin: 0;
}

.sale-action-links a:hover {
    background: #6370d5;
    cursor: pointer;
}

.star-selection {
	background: rgba(0, 0, 0, 0.22);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 21px;
	padding: 10px 15px;
	width: auto;
	display: inline-block;
}

.star-selection i {
	color: #2d335f;
	margin: 0px 2px;
	display: inline-block;
}

.star-selection i.selected-star {
	color: #ffc107;
}

.star-selection i:hover {
	cursor: pointer;
}

.feedback-links {
	margin: 20px 0px 0px 0px;
}

.feedback-links a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-family: 'Taviraj', serif;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	margin: 6px 0px 0px 0px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	max-width: 200px;
}

.feedback-links a:first-of-type {
	margin: 0px;
}

.feedback-links a.sythe-button {
	background: #2b53b8;
}

.feedback-links a.sythe-button:hover {
	cursor: pointer;
	background: #284dab;
}

.feedback-links a.trustpilot-button {
	background: #149e62;
}

.feedback-links a.trustpilot-button:hover {
	cursor: pointer;
	background: #13945c;
}

.featured-feedback .feedback-listing .feedback-block {
    display: block;
    margin: 0px 0px 10px 10px;
	width: calc(33.33% - 6.66px);
	padding: 15px 20px;
}


.featured-feedback .feedback-listing .feedback-block:nth-of-type(3n + 1) {
	margin-left: 0px;
}

.page-navigation {
	margin: 10px 0px 20px 0px;
}

.success, .error {
	text-align: center;
	padding: 15px 0px;
	color: #ffffff;
	font-size: 14px;
}

.success i, .error i {
	display: inline-block;
	margin: 0px 6px 0px 0px;
}

.error {
	background: #964242;
}

.success {
	background: #68ad58;
}

.back-navigation, .forward-navigation {
	background: #40498e;
	color: #ffffff;
	padding: 10px 18px;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

.back-navigation:hover, .forward-navigation:hover {
	cursor: pointer;
	background: #38407d;
}

.back-navigation a, .forward-navigation a {
	color: inherit;
	text-decoration: none;
}

.back-navigation {
	float: left;
	margin: 0px 5px 0px 0px;
}

.back-navigation:nth-of-type(2) {
	margin: 0;
}

.back-navigation i {
	margin: 0px 6px 0px 0px;
	display: inline-block;
}

.forward-navigation {
	float: right;
	margin: 0px 0px 0px 5px;
}

.forward-navigation i {
	margin: 0px 0px 0px 6px;
	display: inline-block;
}

.forward-navigation:nth-of-type(2) {
	margin: 0;
}

.blog-section, .cart-section {
	background: #e9ecf4;
	padding: 40px 0px 65px 0px;
}

.blog-pane {
	float: left;
	width: calc(100% - 320px - 45px);
}

.blog-sidebar {
	float: right;
	max-width: 320px;
	width: 100%;
	margin: 0px 0px 0px 45px;
}

.featured-feedback.larger-focus .floating-review {
	margin: -85px 0px 0px 0px;
}

.featured-feedback.larger-focus .floating-review .forum-review {
	margin: 35px 0px 0px 40px;
}

.featured-feedback.larger-focus .floating-review .forum-review .review-count {
	font-size: 14px;
	width: auto;
	margin: 10px 0px 0px 12px;
}

.featured-feedback .floating-review {
	float: right;
}

.floating-review .trustpilot-review {
	float: left;
	max-width: 150px;
}

.featured-feedback.larger-focus .floating-review .forum-review .forum-logo {
	width: 100px;
}

.floating-review .trustpilot-review .star-icon {
	width: 100%;
	height: auto;
}

.floating-review .trustpilot-review .review-count {
	font-size: 11px;
}

.floating-review .forum-review {
	margin: 22px 0px 0px 0px;
	float: right;
	color: #4994f5;
}

.floating-review .forum-review .review-count {
	font-size: 12px;
	margin: 9px 0px 0px 8px;
}

.floating-review .forum-review .forum-logo {
    width: 90px;
    height: auto;
}

.recent-posts {
	margin: 25px 0px 0px 0px;
}

.recent-posts h2 {
	font-size: 15px;
	margin: 0px;
	color: #1c2149;
	font-family: 'Taviraj', serif;
	font-weight: 600;
}

.recent-posts a {
	margin: 5px 0px 0px 0px;
	background: #ffffff;
	color: #1c2149;
	font-family: 'Taviraj', serif;
	font-weight: 400;
	font-size: 14px;
	display: block;
	padding: 15px 18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.recent-posts a:hover {
	background: #6a78e6;
	color: #ffffff;
	cursor: pointer;
}

.recent-posts a:first-of-type {
	margin: 15px 0px 0px 0px;
}

.blog-order-form {
	margin: 25px 0px 0px 0px;
}

.gold-type-heading {
	background: #1c2149;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}


.gold-type-heading img {
	height: 18px;
	display: block;
	margin: 0px auto;
}

.gold-type-heading label {
	display: block;
	float: left;
	width: 50%;
	padding: 12px;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

.gold-type-heading input[type="radio"] {
	display: none;
	height: 0;
	opacity: 0;
	visibility: 0;
}

.gold-type-heading input[type="radio"]:checked+label {
	background: #ffffff;
}

.gold-type-heading label:hover {
	cursor: pointer;
}

.quick-order-region {
	background: #3287f5;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	padding: 15px 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-details input, .quick-order-region input, .primary-container .product-details input[type="text"], .primary-container .product-details input[type="email"], .primary-container .product-details textarea {
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	background: #ffffff;
	font: inherit;
	padding: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	color: #1c2149;
	-moz-appearance: textfield;
}

.swap-input-field {
	font-weight: 600;
}

.product-details .float-input input, .quick-order-region .float-input input {
	padding-left: 52px;
}

.product-details input[type="submit"], .quick-order-region input[type="submit"] {
	margin: 10px 0px 0px 0px;
    background: #076cee;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 17px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 0;
	outline: 0;
	max-width: 100%;
}


.product-details.osrs-product input[type="submit"] {
	margin: 15px 0px 0px 0px;
	background: #6a78e6 url(../images/glare30f4.png?v=3) top center no-repeat;
	padding: 21px;
	font-size: 16px;
}

.product-details.osrs-product input[type="submit"]:hover {
	background: #626fd6 url(../images/glare30f4.png?v=3) top center no-repeat;
	cursor: pointer;
}

.product-details.rs3-product input[type="submit"] {
	margin: 15px 0px 0px 0px;
	background: #076cee url(../images/glare30f4.png?v=3) top center no-repeat;
	padding: 21px;
	font-size: 16px;
}

.product-details.rs3-product input[type="submit"]:hover {
	background: #0968e3 url(../images/glare30f4.png?v=3) top center no-repeat;
	cursor: pointer;
}

.product-details input[type="submit"]:hover, .quick-order-region input[type="submit"]:hover {
	background: #0968e3;
	cursor: pointer;
}

.float-input input {
	font-weight: 600;
}

.float-input {
	width: calc(50% - 22px);
	float: left;
	margin: 0px 0px 10px 0px;
}

.float-separator {
	width: 44px;
	float: left;
	text-align: center;
	margin: 22px auto 0px auto;
}

.float-separator img {
	display: block;
	margin: 0px auto 0px auto;
}

.unit-floater {
	background: #1c2149;
	color: #ffffff;
	float: left;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	width: 42px;
	margin: 10px 0px -45px 0px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	padding: 10px;
}

.float-input:first-of-type .unit-floater {
	float: right;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}


.float-input:first-of-type input {
	padding-right: 52px;
	padding-left: 12px;
}

.blog-row {
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	margin: 20px 0px 0px 0px;
}

.blog-row:first-of-type {
	margin: 0px;
}

.blog-row h2.blog-title {
	font-size: 18px;
	font-weight: 600;
	color: #4555d1;
	margin: 0px;
}

.blog-row h2.blog-title a {
	color: inherit;
	text-decoration: none;
}

.blog-row h2.blog-title a:hover {
	text-decoration: underline;
}

.blog-row .blog-time {
	font-size: 13px;
	color: #5d5e61;
}

.blog-row hr {
	height: 1px;
	width: 100%;
	background: #e3e4e9;
	border: 0;
	margin: 20px 0px 0px 0px;
}

.blog-pane img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.blog-pane .blog-post-preview p:first-of-type img {
	display: block;
	float: left;
	max-width: 460px;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 30px 30px 0px;
}

.blog-pane h2 {
	color: #4555d1;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Taviraj', serif;
	margin: 20px 0px 0px 0px;
}

.blog-pane p {
	margin: 20px 0px 0px 0px;
	color: #898a92;
	font-size: 14px;
}

.blog-pane img.right {
    margin: 20px 0px 20px 20px;
}

.blog-pane img.left {
    margin: 20px 20px 20px 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.blog-post-preview {
	min-height: 150px;
	max-height: 750px;
	overflow: hidden;
}

.blog-post-fade {
    height: 75px;
    width: 100%;
    background: url(../images/blog-fade5e1f.png?v=2) top center repeat-x;
    margin: -75px 0px 0px 0px;
    z-index: 2;
    position: relative;
}

.continue-reading, .return-reading {
	
}

.continue-reading a, .return-reading a {
	margin: 20px 0px 0px 0px;
	float: right;
	background: #6a78e6;
	color: #ffffff;
	padding: 10px 20px;
	font-weight: 600;
	font-family: 'Taviraj', serif;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

.continue-reading a:hover, .return-reading a:hover {
	cursor: pointer;
	background: #6472d9;
}

.return-reading a {
	font-weight: 400;
	float: left;
}

.featured-blog-posts {
	background: #ffffff url(../images/blog-background-shape.png) top center no-repeat;
	padding: 55px 0px 40px 0px;
	text-align: center;
	color: #ffffff;
}

.featured-blog-posts h2.blog-heading {
	font-size: 24px;
	font-weight: 600;
	max-width: 450px;
	width: 100%;
	margin: 0px auto;
}

.featured-blog-posts p.blog-description {
	color: #d8dcdf;
	margin: 30px auto 0px auto;
}

.featured-blog-posts .view-blogs {
	color: #7f8cf7;
	font-weight: 600;
	font-size: 24px;
	margin: 0px;
}

.featured-blog-posts .view-blogs a {
	color: inherit;
	text-decoration: none;
}

.featured-blog-posts hr {
	height: 2px;
	width: 125px;
	border: 0;
	background: #ffffff;
	margin: 25px auto 35px auto;
}

.blog-post-list {
	margin: 50px 0px 0px 0px;
}

.blog-post-list .blog-row {
	margin: 0px 0px 0px 22px;
	width: calc(33.33% - 14.66px);
	float: left;
	background: #161a39;
	border: 3px solid #ffffff;
	text-align: left;
	color: #d5e2ec;
	font-size: 14px;
}

.blog-post-list .blog-row:first-of-type {
	margin-left: 0px;
}

.blog-post-list .blog-row .blog-title {
	margin: 0px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Taviraj', serif;
}

.blog-post-list .blog-row .blog-title a {
	color: inherit;
	text-decoration: none;
}

.blog-post-list .blog-row img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.blog-post-list .blog-row p {
	margin: 20px 0px 0px 0px;
}


.blog-post-list .blog-row h2 {
	margin: 20px 0px 0px 0px;
	font-size: 16px;
}

.blog-post-list .blog-row .blog-post-preview {
	max-height: 360px;
}

.blog-post-list .blog-row .continue-reading a {
	padding: 0;
	color: #8693fb;
	background: none;
	float: left;
}

.product-details .product-cost {
	font-size: 18px;
	font-weight: 600;
	margin: 2px 0px 10px 0px;
}

.product-details .product-cost hr {
	width: 60px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	display: block;
	margin: 11px 0px 0px 0px;
}

.product-details .product-cost hr:first-of-type {
	float: left;
}

.product-details .product-cost hr:last-of-type {
	float: right;
}

.full-order-product {
	float: right;
	width: calc(100% - 180px - 38px);

}

.primary-container.order-page {
	max-width: 690px;
}

.sell-rate-section {
	font-size: 20px;
	font-weight: 300;
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.sell-rate-section .sell-rate {
	color: #ff9c00;
}

.sell-note {
	margin: 30px 0px 0px 0px;
	background: rgba(0, 0, 0, 0.17);
	color: #ffffff;
	font-size: 13px;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.product-stock-indicator {
	background: #2c3159;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 10px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}

.product-stock-amount {
	color: #34ea5e;
}

.purchase-steps {
	background: #6a78e6;
	padding: 30px 0px;
}

.purchase-steps img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	height: auto;
}

.sell-gold-explanation {
	display: block;
	margin: 25px auto 0px auto;
	max-width: 100%;
	height: auto;
}

.terms-content {
	padding: 60px 0px;
	background: #ffffff;
	min-height: calc(100vh - 129px - 127px);
}

.terms-content h1 {
	color: #4555d1;
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
}

.terms-content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
}

.terms-content p {
	margin: 20px 0px 0px 0px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 15;
    padding: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-exit {
	float: right;
	margin: 0px;
	color: #e4e4e4;
}

.modal-exit:hover {
	cursor: pointer;
	color: #ffffff;
}

.modal-wrap {
    margin: auto;
    max-width: 450px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 4px 4px;
    -webkit-border-radius: 5px 5px 4px 4px;
	background: #f8f8f8;
}

.modal-heading {
	font-size: 14px;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	background: #1c2149;
	padding: 25px 30px;
}

.modal-heading img {
	display: block;
	height: 16px;
	width: auto;
}

.modal-content {
	padding: 25px 30px;
	font-size: 14px;
}

.modal-content h6 {
    color: #4555d1;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.modal-content label:first-of-type {
	margin: 20px 0px 0px 0px;
}

.modal-content label {
	margin: 12px 0px 0px 0px;
	display: inline-block;
}

.modal-content label:hover {
	cursor: pointer;
}

.modal-content input[type="text"], .modal-content input[type="email"], .modal-content input[type="password"] {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: 0;
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    color: #1c2149;
    font: inherit;
    font-size: 14px;
    padding: 12px 15px;
	background: #ffffff;
	margin: 8px 0px 0px 0px;
}

.modal-content input[type="submit"] {
	display: block;
    background: #6a78e6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
	font: inherit;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 35px;
    margin: 20px 0px 0px 0px;
	border: 0;
	outline: 0;
	width: auto;
}

.modal-content input[type="submit"]:hover {
    background: #6370d5;
    cursor: pointer;
}

.modal-controls {
	margin: 20px 0px 0px 0px;
}

.modal-controls a {
	color: #4555d1;
	text-decoration: none;
}

.modal-controls a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.modal-error {
	color: #aa3b3b;
}

.modal-success {
	color: #5dc458;
}

.modal-error, .modal-success {
	margin: 10px 0px 0px 0px;
}

.mobile-navigation {
	display: none;
	float: right;
    position: relative;
    z-index: 15;
    margin: 0px 0px 0px 15px;
    vertical-align: middle;
}

.mobile-navigation .navigation-label {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
	background: #323763;
	height: 31px;
	width: 32px;
	line-height: 31px;
	vertical-align: middle;
	border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mobile-navigation .navigation-label:hover {
	background: #393e68;
	cursor: pointer;
}

.mobile-navigation .navigation-options {
    display: none;
    width: 140px;
    float: right;
    margin: 1px 0px -400px -200px;
    -webkit-box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
    background: #ffffff;
    padding: 3px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.mobile-navigation .navigation-options a {
    padding: 5px 0px;
    border: 0px;
    border-top: 1px solid #f2f2f2;
    background: none;
    outline: 0;
    display: block;
    font: inherit;
    text-align: center;
    margin: 0px auto;
    line-height: 1.75;
    font-size: 12px;
    color: #767676;
	text-decoration: none;
    width: calc(100% - 10px);
}

.mobile-navigation .navigation-options a:first-of-type {
	border: 0px;
}

.mobile-navigation .navigation-options a:hover {
	color: #252525;
    cursor: pointer;
}

.account-region {
	background: #f7f7f7;
	padding: 40px 0px;
	font-size: 14px;
}

.account-filtering {
	background: #f5f6ff;
	border: 1px solid #8490ee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 30px 125px 40px 125px;
	color: #1c2149;
}

.filtering-column {
	float: right;
	width: 275px;
}

.filtering-column label {
	font-size: 13px;
	font-weight: 500;
}

.filtering-column label:hover {
	cursor: pointer;
}

.filtering-column.primary-column {
	margin-right: 100px;
	width: calc(100% - 275px - 100px);
	float: left;
}

.filtering-column input {
	display: block;
	width: 100%;
	background: #ffffff;
	color: #1c2149;
	border: 1px solid #d6d9eb;
	font: inherit;
	outline: 0;
	padding: 12px 15px 12px 42px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 0px 0px 0px;
}

.filtering-column select {
	display: block;
	width: 100%;
	background: #1c2149;
	color: #ffffff;
	border: 0;
	font: inherit;
	outline: 0;
	padding: 14px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 0px 0px 0px;
}

.filtering-column select:hover {
	cursor: pointer;
}

.filtering-column i {
	color: #1c2149;
	font-size: 16px;
	margin: -32px 0px 0px 18px;
	display: block;
	float: left;
}

.account-list {

}

.loading-accounts {
	font-style: italic;
}

.loading-accounts, .no-accounts {
	margin: 150px 0px 150px 0px;
	font-size: 18px;
	text-align: center;
}

.loading-accounts i, .no-accounts i {
	display: inline-block;
	margin: 0px 8px 0px 0px;
}

.account-block {
	float: left;
	width: calc(33.33% - 10px);
	margin-right: 15px;
	margin-top: 20px;
}

.account-block:nth-of-type(-n + 3) {
	margin-top: 50px;
}

.account-block:nth-of-type(3n) {
	margin-right: 0px;
}

.account-block:nth-of-type(3n + 1) {
	clear: both;
}

.account-heading {
	background: #1c2149;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

.account-heading .account-title {
	float: left;
	font-family: 'Taviraj', serif;
}

.account-heading .account-price {
	float: right;
	color: #4ee031;
	font-weight: 600;
}

.account-details {
	background: #40498e;
	border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	overflow: hidden;
}

.account-overview {
	border-top: 1px solid #444e9a;
	float: left;
	width: 200px;
	padding: 15px;
	color: #b9c1ff;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	border-radius: 0px 0px 0px 6px;
	-webkit-border-radius: 0px 0px 0px 6px;
	text-align: center;
}

.account-image {
	margin: 0px auto 0px auto;
	max-width: 100%;
	height: auto;
}

.account-levels {
	margin: 15px 0px 0px 0px;
}

.account-combat-level {
	color: #ffffff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.account-description {
	padding: 20px;
	border-top: 1px solid #444e9a;
	border-left: 1px solid #6674de;
	width: calc(100% - 200px);
	float: right;
	border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	background: #3f4892 url(../images/osrs-gold-background.jpg) top center no-repeat;
	text-align: center;
	color: #ffffff;
	font-family: 'Taviraj', serif;
	font-size: 15px;
	min-height: 274px;
}

.account-fields {
	margin: 20px 0px 0px 0px;
}

.account-feature {
	margin: 4px 0px 0px 0px;
	width: 100%;
	font-size: 13px;
	text-align: center;
	background: #1c2149;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px;
}

.account-feature i {
	float: left;
	display: block;
	margin: 3px 0px 0px 0px;
	color: #a5c244;
}


.account-description input[type="submit"] {
    margin: 10px 0px 0px 0px;
    background: #6a78e6 url(../images/glare30f4.png?v=3) top center no-repeat;
    color: #ffffff;
	font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    outline: 0;
    max-width: 100%;
}

.account-description input[type="submit"]:hover {
    background: #626fd6 url(../images/glare30f4.png?v=3) top center no-repeat;
    cursor: pointer;
}

.cart-wrapper {
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	color: #343f36;
}

.checkout-head {
	border-bottom: 1px solid #edeef1;
	font-size: 16px;
	font-weight: 600;
	color: #1c2149;
	padding: 0px 0px 18px 0px;
}

.cart-set {
	float: left;
	width: 380px;
	margin-right: 45px;
}

.cart-item {
	width: calc(50% - 7.5px);
	margin: 15px 15px 0px 0px;
	background: #f8f9fc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #5d5e61;
	float: left;
	text-align: center;
	padding: 12px;
}


.cart-item:nth-of-type(2n + 1) {
	margin-right: 0px;
}

.cart-item h3 {
	font-size: 13px;
	color: #4555d1;
	font-family: 'Taviraj', serif;
	font-weight: 600;
	margin: 0px;
}

.cart-item img {
	display: block;
	width: auto;
	max-height: 140px;
	margin: 10px auto 0px auto;
}

.cart-product-description {
	font-size: 11px;
	font-weight: 500;
}

.quantity-cart {
	float: left;
	width: 70px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	background: #ffffff;
	font: inherit;
	font-size: 12px;
	outline: 0;
	border: 1px solid #dfdfdf;
	padding: 4px 10px;
	margin: 15px auto 0px auto;
	background: #ffffff;
}

.cart-remove, .cart-update {
	font: inherit;
	font-size: 12px;
	font-family: 'Taviraj', serif;
	background: #6a78e6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	outline: 0;
	border: 0;
	padding: 5px 10px;
	margin: 15px auto 0px auto;
	display: block;
	float: right;
}


.cart-remove:hover, .cart-update:hover {
	cursor: pointer;
	background: #5865c8;
}

.cart-update {
	float: left;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

.method-set {
	float: left;
	width: calc(100% - 380px - 45px);
}

.payment-method-selection label.method {
    display: block;
    float: left;
    text-align: left;
    padding: 15px 17px;
    margin: 10px 10px 0px 0px;
    border: 1px solid #dfdfdf;
    background: #fcfcfc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: calc(33.33% - 6.66px);
}

.payment-method-selection input[type="radio"].method-radio:checked+label.method {
    border: 1px solid #6a78e6;
    background: #f3f5f6;
}

.payment-method-selection label.method:hover {
	cursor: pointer;
}

.payment-method-selection label.method img {
	height: 24px;
	width: auto;
	margin: 0px auto;
	display: block;
}

.payment-method-selection label.method:nth-of-type(3n) {
    margin-right: 0px;
}

.payment-method-selection input[type="radio"].method-radio {
    display: none;
}

.payment-method-selection {
	margin: 0px 0px 0px 0px;
}

.form-primary-head {
	margin: 15px 0px 0px 0px;
	font-family: 'Taviraj', serif;
	font-size: 14px;
}

.form-primary-head.focal-head {
	font-weight: 600;
	color: #4555d1;
	margin: 30px 0px 0px 0px;
}

.cart-number {
	color: #6a78e6;
}

.form-complete {
	float: left;
}

.form-complete button {
	font: inherit;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 50px;
	margin: 25px auto 0px auto;
	display: block;
	background: #6a78e6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	outline: 0;
	border: 0;
}

.form-complete button i {
	display: inline-block;
	margin: 0px -5px 0px 15px;
}

.form-complete button:hover {
    cursor: pointer;
    background: #5865c8;
}

.form-set {

}

.form-row {
	float: left;
	width: calc(33.33% - 10px);
	margin: 15px 15px 0px 0px;
}


.form-row:nth-of-type(3) {
	margin-right: 0px;
}


.form-row input, .form-row .coupon-switch, .form-row select {
	font: inherit;
	font-size: 14px;
	display: block;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #ebecf4;
	padding: 10px 15px;
	color: #1c2149;
}

.form-row .coupon-switch:hover {
	cursor: pointer;
	background: #f3f5f5;
}


.form-row select:hover {
	cursor: pointer;
}

.form-row .coupon-switch i {
	display: inline-block;
	color: #6a78e6;
	margin: 0px 8px 0px 0px;
}

.checkout-price {
	margin: 27px 0px 0px 30px;
	color: #1c2149;
	font-size: 18px;
	font-weight: 600;
	float: left;
}

.checkout-price-label {
	color: #4555d1;
	font-size: 14px;
	font-family: 'Taviraj', serif;
}

.cart-error {
	background: #883b3b;
	margin: 20px 0px 10px 0px;
	padding: 15px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
}

.cart-error i {
	display: inline-block;
	margin: 0px 8px 0px 0px;
}

.form-row input.coupon-worked {
	border: 1px solid #569f4c;
	background: #eff3ed;
}

.checkout-container .form-row label {
	font-size: 14px;
}

.checkout-container .form-row label:hover {
	cursor: pointer;
}

.checkout-container .form-row {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 15px 0px 0px 0px;
}

.checkout-container .form-row input {
	margin: 5px 0px 0px 0px;
}

.cart-empty {
	margin: 30px 0px 5px 0px;
	text-align: center;
}

.cart-empty i {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.cart-suggestions {
	margin: 30px 0px 30px 0px;
}

.cart-suggestions a {
	display: inline-block;
    background: #6a78e6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 35px;
    margin: 0px 0px 0px 20px;
}

.cart-suggestions a:hover {
	background: #6370d5;
    cursor: pointer;
}

.form-complete button.loader i {
	margin: 0px 0px 0px 5px;
}

.form-row .coupon-switch {
	font-weight: 500;
}

.form-description {
	margin: 20px 0px 0px 0px;
	font-size: 14px;
}

.order-success {
	color: #52b633;
	margin: 0px 8px 0px 0px;
}

.order-rejected {
	color: #ba3737;
	margin: 0px 8px 0px 0px;
}

.order-review {
	margin: 50px 0px 0px 0px;
	width: 100%;
	height: 600px;
	outline: 0;
	border: 1px solid #161a39;
}

.block-contact {
	text-decoration: none;
    font: inherit;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px;
    margin: 20px 0px 0px 0px;
	width: 240px;
    display: block;
    background: #6a78e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}

.block-contact:hover {
	cursor: pointer;
    background: #5865c8;
}

.block-contact i {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

@media screen and (max-width: 1550px) {

	.account-overview {
		width: 240px;
	}

	.account-description {
		width: calc(100% - 240px);
		min-height: 304px;
	}

	.account-filtering {
		padding: 30px 50px 40px 50px;
	}

	.filtering-column.primary-column {
		margin-right: 50px;
		width: calc(100% - 275px - 50px);
	} 

	.account-block {
		width: calc(50% - 7.5px);
	}

	.account-block:nth-of-type(-n + 3) {
		margin-top: 20px;
	}

	.account-block:nth-of-type(-n + 2) {
		margin-top: 50px;
	}

	.account-block:nth-of-type(3n) {
		margin-right: 15px;
	}

	.account-block:nth-of-type(2n) {
		margin-right: 0px;
	}

	.account-block:nth-of-type(3n + 1) {
		clear: none;
	}

	.account-block:nth-of-type(2n + 1) {
		clear: both;
	}

	.content-blocks .block h2 {
		font-size: 22px;
	}

	.content-blocks .block p {
		font-size: 16px;
		margin: 20px 0px 0px 0px;
	}

	.content-blocks .block:nth-of-type(odd) .floating-background-icon {
		width: 350px;
		height: auto;
		margin: -30px 50px 0px -25px;
	}

	.content-blocks .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 50px - 350px + 25px);
	}

	.content-blocks .block:nth-of-type(even) .floating-background-icon {
		width: 370px;
		height: auto;
		margin: -10px -25px 0px 60px;
	}

	.content-blocks .block:nth-of-type(even) .floating-text {
		width: calc(100% - 60px - 370px + 25px);
	}

	.content-blocks.buy-page .block:nth-of-type(odd) .floating-background-icon {
		width: 260px;
		margin: -10px 50px 0px -35px;
	}

	.content-blocks.buy-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 50px - 260px + 35px);
	}

	.content-blocks.sell-page .block:nth-of-type(odd) .floating-background-icon {
		width: 270px;
		margin: -40px 50px 0px -20px;
	}

	.content-blocks.sell-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 50px - 270px + 20px);
		margin: 10px 0px 0px 0px;
	}

	.content-blocks.sell-page .block:nth-of-type(even) .floating-background-icon {
		width: 260px;
		margin: -40px -20px 0px 50px;
	}

	.content-blocks.sell-page .block:nth-of-type(even) .floating-text {
		width: calc(100% - 50px - 260px + 20px);
		margin: 10px 0px 0px 0px;
	}

	.content-blocks.swap-page .block:nth-of-type(odd) .floating-background-icon {
		width: 240px;
		margin: -10px 50px 0px -35px;
	}

	.content-blocks.swap-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 50px - 240px + 35px);
	}



}



@media screen and (max-width: 1300px) {

	.content-blocks .block:nth-of-type(odd) .floating-background-icon {
		width: 280px;
		margin: 0px 40px 0px -25px;
	}

	.content-blocks .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 40px - 280px + 25px);
	}

	.content-blocks .block:nth-of-type(even) .floating-background-icon {
		width: 300px;
		margin: 0px -25px 0px 40px;
	}

	.content-blocks .block:nth-of-type(even) .floating-text {
		width: calc(100% - 40px - 300px + 25px);
	}


	.content-blocks.buy-page .block:nth-of-type(odd) .floating-background-icon {
		width: 220px;
		margin: -10px 40px 0px -35px;
	}

	.content-blocks.buy-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 40px - 220px + 35px);
	}


	.content-blocks.sell-page .block:nth-of-type(odd) .floating-background-icon {
		width: 240px;
		margin: -40px 40px 0px -20px;
	}

	.content-blocks.sell-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 40px - 240px + 20px);
		margin: 10px 0px 0px 0px;
	}

	.content-blocks.sell-page .block:nth-of-type(even) .floating-background-icon {
		width: 230px;
		margin: -40px -20px 0px 40px;
	}

	.content-blocks.sell-page .block:nth-of-type(even) .floating-text {
		width: calc(100% - 40px - 230px + 20px);
		margin: 10px 0px 0px 0px;
	}


	.content-blocks.swap-page .block:nth-of-type(odd) .floating-background-icon {
		width: 220px;
		margin: -10px 40px 0px -35px;
	}

	.content-blocks.swap-page .block:nth-of-type(odd) .floating-text {
		width: calc(100% - 40px - 220px + 35px);
	}

}

@media screen and (max-width: 1250px) {

	.payment-method img {
		height: 25px;
	}


	.account-overview {
		width: 200px;
	}

	.account-description {
		width: calc(100% - 200px);
		min-height: 274px;
	}


}

@media screen and (max-width: 1200px) {

.sale-block .floating-background-icon {
	width: 275px;
	margin: -35px 0px -35px -25px;
}

.sale-block .floating-text {
    float: left;
    width: calc(100% - 275px + 25px);
}

.primary-banner.sub-page h1 {
    font-size: 30px;
}

.sale-block h2 {
    font-size: 22px;
}

	nav .navigation-toplevel {
		padding: 15px 0px;
		font-size: 12px;
	}

	.primary-banner h1 {
		font-size: 30px;
	}

	.primary-banner h2 {
		font-size: 18px;
	}

	.logo-container .logo {
		height: 19px;
	}

	header .link {
		line-height: 30px;
	}

	.cart-button {
		padding: 6px 10px 6px 10px;
	}

	.quick-order-product .product-heading {
		padding: 20px 20px;
	}

	.quick-order-product .product-heading img {
		height: 25px;
		width: auto;
	}

	.product-details .product-cost {
		font-size: 16px;
	}

	.product-details.osrs-product input[type="submit"], .product-details.rs3-product input[type="submit"] {
		padding: 18px;
		font-size: 15px;
	}

	.product-details input, .quick-order-region input, .primary-container .product-details input[type="text"], .primary-container .product-details input[type="email"], .primary-container .product-details textarea {
		font-size: 13px;
	}

	.unit-floater {
		padding: 9px 10px;
	}

	.benefits-bar {
		font-size: 13px;
	}

	.benefit-block img {
		height: 40px;
		width: auto;
		margin: 0px 10px 0px 0px;
	}

	.benefit-block {
		width: calc(16.66% - 20.83px);
		margin: 0px 0px 0px 25px;
	}

}



@media screen and (max-width: 1100px) {

.blog-sidebar .review-container {
	display: none;
}

.blog-sidebar .blog-order-form {
	float: right;
	max-width: 320px;
	clear: left;
}

.blog-sidebar .recent-posts {
	margin: 0px;
	float: left;
	width: calc(100% - 320px - 50px);
	max-width: 100%;
}


.blog-pane {
    float: none;
    width: 100%;
	max-width: 100%;
}

.blog-sidebar {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0px auto;
}

	.swapping-section .quick-order-product .product-details {
		padding: 15px 30px 25px 30px;
	}

	.featured-feedback .feedback-listing .feedback-block:nth-of-type(3n + 1) {
		margin-left: 10px;
	}

	.featured-feedback .feedback-listing .feedback-block:nth-of-type(2n + 1) {
		margin-left: 0px;
	}

	.featured-feedback .feedback-listing .feedback-block {
		margin: 0px 0px 10px 10px;
		width: calc(50% - 5px);
	}

	.blog-post-list .blog-row:first-of-type {
		margin: 0px auto 0px auto;
	}

	.blog-post-list .blog-row {
		float: none;
		margin: 25px auto 0px auto;
		width: 100%;
		max-width: 450px;
	}

	.blog-post-list .blog-row .blog-post-preview {
		max-height: 404px;
	}

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

	.information-column img {
		display: block;
		height: 19px;
		width: auto;
	}
	
}

@media screen and (max-width: 1000px) {

.payment-method-selection label.method {
    width: calc(50% - 5px);
}

.payment-method-selection label.method:nth-of-type(3n) {
    margin-right: 10px;
}

.payment-method-selection label.method:nth-of-type(2n) {
    margin-right: 0px;
}

.form-row {
    float: left;
    width: calc(50% - 7.5px);
}

.form-row:nth-of-type(3n) {
	margin-right: 15px;
}

.form-row:nth-of-type(2n) {
	margin-right: 0px;
}


.account-heading {
    font-size: 14px;
}

	.account-block {
		width: 100%;
	}

	.account-block:nth-of-type(-n + 2) {
		margin-top: 20px;
	}

	.account-block:nth-of-type(-n + 1) {
		margin-top: 20px;
	}

	.account-block:nth-of-type(2n) {
		margin-right: 0px;
	}





.swap-confirm {
	max-width: 100%;
}

.feedback-links {
    margin: 0px;
}

.feedback-reviews {
	display: none;
}

.primary-container .container-partial-fill .section-heading {
	font-size: 15px;
}

.swapping-section .quick-order-product {
	width: 100%;
	margin: 0px;
}

.swapping-section .quick-order-product:nth-of-type(2) {
    margin: 30px 0px 0px 0px;
}

.purchase-methods .purchase-method {
	padding: 12px;
}

.swapping-section {
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
}

.primary-container.swap-page {
    max-width: 500px;
}

.swapping-explanation h3 {
    font-size: 20px;
}

.swapping-explanation h4 {
    font-size: 16px;
}

.container-sidebar .forum-review {
	float: right;
	margin: 23px 0px 0px 0px;
}

.trustpilot-review .review-count {
    font-size: 11px;
}

.trustpilot-review .star-icon {
	max-width: 100%;
	height: auto;
}

.container-sidebar .trustpilot-review {
	margin: 0px;
	max-width: 155px;
	float: left;
}

.primary-container.order-page {
    max-width: 500px;
}

.full-order-product {
    float: none;
    width: 100%;
	margin: 0px auto 0px auto;
	width: 100%;
}

.primary-container .container-partial-fill {
	margin: 0px;
	width: calc(100%);
	float: none;
}

.primary-container .container-sidebar {
	float: none;
	margin: 30px 0px 0px 0px;
	max-width: 100%;
}

.sale-action-links a {
       font-size: 14px;
    padding: 11px 30px;
}

.sale-block .floating-background-icon {
    width: 225px;
    margin: -25px 0px -25px -25px;
}

.sale-block .floating-text {
    float: left;
    width: calc(100% - 225px + 25px);
}

.sale-block {
	padding: 60px 0px;
}

	body {
		font-size: 15px;
	}

	.primary-banner.sub-page h1 {
		font-size: 26px;
		padding: 0px 25px;
	}

	.primary-banner.sub-page h2 {
		padding: 0px 25px;
	}

	.primary-container .container-half:nth-of-type(2) {
		margin: 40px 0px 0px 0px;
		width: 100%;
	}

	.primary-container .container-half {
		float: none;
		width: calc(100%);
	}

	.contact-methods .contact-method .contact-method-logo img {
		max-width: 100px;
		height: auto;
		display: block;
	}

	.contact-methods .contact-method h3 {
		margin: 20px 0px 0px 0px;
	}

	.payment-method {
		padding: 8px 15px;
	}

	.payment-method img {
		height: 22px;
	}

	.featured-action-block h2 {
		font-size: 20px;
		max-width: 100%;
	}

	.featured-action-block p {
		font-size: 15px;
	}

	.featured-action-links .action-link {
		font-size: 14px;
		padding: 11px 30px;
	}

	.featured-blog-posts hr {
		width: 75px;
	}

	.featured-blog-posts h2.blog-heading {
		font-size: 20px;
		max-width: 100%;
	}

	.featured-blog-posts .view-blogs {
		font-size: 20px;
	}

	.featured-feedback .feedback-author {
		font-size: 15px;
	}

	.content-blocks .block p {
		font-size: 15px;
	}

	.content-blocks .block h2 {
		font-size: 20px;
	}

	.content-blocks .block:nth-of-type(odd) .floating-background-icon {
		width: 220px;
		margin: 0px auto 0px auto;
		float: none;
		display: block;
	}

	.content-blocks .block:nth-of-type(odd) .floating-text, .content-blocks .block:nth-of-type(even) .floating-text {
		width: calc(100%);
		float: none;
		text-align: center;
	}

	.content-blocks .block:nth-of-type(even) .floating-background-icon {
		width: 230px;
		margin: 0px auto 0px auto;
		float: none;
		display: block;
	}


	.content-blocks.swap-page .block:nth-of-type(odd) .floating-background-icon, .content-blocks.buy-page .block:nth-of-type(odd) .floating-background-icon, .content-blocks.sell-page .block:nth-of-type(even) .floating-background-icon, .content-blocks.sell-page .block:nth-of-type(odd) .floating-background-icon {
		width: 200px;
		margin: 0px auto 0px auto;
		float: none;
	}

	.content-blocks.swap-page .block:nth-of-type(odd) .floating-text, .content-blocks.buy-page .block:nth-of-type(odd) .floating-text, .content-blocks.sell-page .block:nth-of-type(even) .floating-text, .content-blocks.sell-page .block:nth-of-type(odd) .floating-text {
		width: 100%;
		float: none;
		
	}


	.content-blocks.swap-page .block:nth-of-type(odd) .floating-background-icon {
		width: 190px;
	}

	.content-blocks.sell-page .block:nth-of-type(odd) .floating-background-icon {
		width: 210px;
	}

	.content-blocks.sell-page .block:nth-of-type(even) .floating-background-icon {
		width: 190px;
	}

	.featured-feedback .feedback-heading, .faq-section h2 {
		font-size: 16px;
	}

	.featured-feedback .feedback-amount, .faq-section h3 {
		font-size: 24px;
	}

	.product-details.osrs-product input[type="submit"], .product-details.rs3-product input[type="submit"] {
		padding: 15px;
		font-size: 14px;
	}

	.quick-order-section .quick-order-product {
		max-width: 350px;
	}

	.quick-order-product .product-details {
		padding: 15px 25px 25px 25px;
	}

	.mobile-navigation {
		display: block;
	}

	nav {
		display: none;
	}

	.primary-banner h1 {
		font-size: 26px;
	}

}

@media screen and (max-width: 950px) {


	.information-column {
		float: left;
		width: calc(100%);
		margin: 0px;
	}

	.link-column {
		margin-top: 40px;
		width: calc(33.33% - 26.66px);
	}

	.footer-heading {
		font-size: 16px;
	}


	.link-column:nth-of-type(4) {
		margin-right: 0px;
	}

	.benefit-block {
		width: calc(33.33% - 16.66px);
		margin: 0px 0px 0px 25px;
	}

	
	.benefit-block:nth-of-type(3n + 1) {
		margin-left: 0px;
	}

	.benefit-block:nth-of-type(n + 4) {
		margin-top: 30px;
	}

	.benefits-bar {
		padding: 25px 75px;
	}
}


@media screen and (max-width: 900px) {

.filtering-column {
    float: right;
    width: 225px;
}

.account-filtering {
    padding: 20px 30px 30px 30px;
}

.filtering-column input, .filtering-column select {
	font-size: 13px;
}

.filtering-column i {
    font-size: 15px;
	margin: -30px 0px 0px 18px;
}

.filtering-column.primary-column {
    margin-right: 30px;
    width: calc(100% - 225px - 30px);
}

}

@media screen and (max-width: 850px) {

.checkout-price {
    font-size: 16px;
}

.checkout-price-label {
    font-size: 14px;
}

.form-complete button {
    font-size: 14px;
    padding: 14px 35px;
}

.cart-set {
    float: none;
    width: 100%;
    margin-right: 0px;
}

.method-set {
    float: none;
    width: 100%;
}

	.quick-order-section .quick-order-product {
		max-width: 320px;
		margin-left: 25px;
	}

}


@media screen and (max-width: 800px) {

.featured-feedback .floating-review {
	width: 100%;
}

.featured-feedback.larger-focus .floating-review {
	margin: 0px 0px 20px 0px;
}

.featured-feedback.larger-focus .floating-review .trustpilot-review {
    background: none;
    padding: 0px;
	margin: 20px 0px 0px 0px;
	max-width: 140px;
}



	.featured-feedback .feedback-listing .feedback-block:nth-of-type(3n + 1) {
		margin-left: 0px;
	}


	.featured-feedback .feedback-listing .feedback-block {
		margin: 0px 0px 10px 0px;
		width: calc(100%);
	}

.sale-action-links a {
    display: inline-block;
	float: none;
}

.sale-block .floating-background-icon {
	width: 175px;
	margin: -25px auto 0px auto;
    float: none;
	display: block;
}

.sale-block .floating-text {
    float: none;
    width: 100%;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

	.footer-link {
		font-size: 13px;
	}

}

@media screen and (max-width: 750px) {

	.terms-content {
		padding: 40px 0px 50px 0px;
	}

	.terms-content h1 {
		font-size: 20px;
	}

	.blog-section, .cart-section {
		padding: 40px 0px 40px 0px;
	}

	.blog-row h2.blog-title {
		font-size: 16px;
	}

	.blog-pane h2 {
		font-size: 15px;
	}

	.blog-pane .blog-post-preview p:first-of-type img {
		max-width: 100%;
	}

	.purchase-steps {
		padding: 20px 0px;
	}

	.featured-feedback .slick-arrow {
		display: block;
		border: 4px solid #ffffff;
	}

	.featured-feedback .slick-prev {
		margin-left: -4px;
		margin-right: -34px;
	}

	.featured-feedback .slick-next {
		margin-right: -25px;
	}

	.page-text {
		display: none;
	}

	.contact-methods .contact-method {
		width: 100%;
		float: none;
		text-align: left;
		margin: 25px 0px 0px 0px;
	}

	.contact-methods .contact-method .contact-method-logo img {
		max-width: 80px;
	float: left;
		margin: 0px 25px 0px 0px;
	}

	.contact-methods .contact-method h3 {
		text-align: left;
	}

	.contact-methods .contact-method .contact-details {
		text-align: left;
	}

	.contact-methods .contact-method hr {
		margin: 12px 0px 12px 0px;
	}

	.benefits-bar {
		padding: 25px 0px;
	}

	.quick-order-section .quick-order-product:first-of-type {
		margin: 0px auto;
	}

	.quick-order-section .quick-order-product {
		display: block;
		margin: 30px auto 0px auto;
		max-width: 380px;
	}

	.wrapper {
		padding: 0px 25px;
	}

	header {
		padding: 20px 0px 15px 0px;
	}

	.controls-container {
		float: none;
		margin: 15px 0px 0px 0px;
		padding: 0px 25px;
	}

	.cart-button {
		margin: -45px 45px 0px 0px;
	}

	.mobile-navigation {
		margin-top: -45px;
	}

	.currency-selector {
		margin: 0px;
	}

}


@media screen and (max-width: 700px) {

	.blog-sidebar .blog-order-form {
		float: none;
		max-width: 100%;
	}

	.blog-sidebar .recent-posts {
		margin: 30px 0px 0px 0px;
		float: none;
		width: 100%;
		max-width: 100%;
	}


	.blog-sidebar {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 30px auto 0px auto;
	}

}

@media screen and (max-width: 600px) {

.quantity-cart {
    width: 50px;
}

.cart-item img {
    max-height: 100px;
}

.filtering-column.primary-column {
    margin: 0px 0px 0px 0px;
    width: 100%;
	float: none;
}

.filtering-column {
	margin: 15px 0px 0px 0px;
    float: none;
    width: 100%;
}

	.modal {
		padding: 25px;
	}

}

@media screen and (max-width: 550px) {

.cart-suggestions a {
	display: block;
	margin: 10px 0px 0px 0px;
}
.swap-confirm {
	padding: 15px;
    font-size: 14px;
}

.swap-result {
    font-size: 16px;
}

.swapping-section .quick-order-product .product-details {
    padding: 13px 15px 20px 15px;
}

.featured-feedback.larger-focus .floating-review .forum-review {
	margin: 45px 0px 0px 0px; 

}
	.featured-feedback.larger-focus .floating-review .trustpilot-review {
		max-width: 125px;
	}

	.featured-feedback.larger-focus .floating-review .forum-review .forum-logo {
		width: 80px;
	}

	.featured-feedback.larger-focus .floating-review .forum-review .review-count {
		font-size: 12px;
		margin: 6px 0px 0px 12px;
	}

	.information-column img {
		height: 17px;
	}

	.link-column {
		width: calc(33.33% - 13.33px);
		margin-right: 20px;
	}

	.footer-heading {
		font-size: 15px;
	}

}


@media screen and (max-width: 500px) {

.account-image {
	max-width: 160px;
	height: auto;
}

.account-overview {
    width: 100%;
	float: none;
	font-size: 14px;
}

.account-combat-level {
	font-size: 16px;
}

.account-description {
    width: 100%;
	float: none;
	border-left: 0px;
	border-top: 1px solid #6674de;
    min-height: none;
}

.sell-rate-section {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
}

.sell-note {
	margin: 20px 0px 0px 0px;
}

.primary-container .quick-order-product input[type="submit"] {
    max-width: 100%;
}

.cart-label {
	display: none;
}

.cart-button {
	padding: 7px 5px 7px 7px; 
}

.modal-content {
    padding: 20px 25px;
}

.faq-section {
    padding: 50px 0px 60px 0px;
}

.faq-section .faq-row {
    margin: 25px 0px 0px 0px;
}

.faq-section .faq-question {
	font-size: 16px;
}

.featured-feedback .feedback-heading, .faq-section h2 {
    font-size: 15px;
}

.featured-feedback .feedback-amount, .faq-section h3 {
    font-size: 20px;
}

.primary-container {
	padding: 25px;
}

.primary-container .form-column {
	width: 100%;
	float: none;
}

.primary-container input[type="text"], .primary-container input[type="email"], .primary-container input[type="password"], .primary-container textarea {
	padding: 12px;
}

.primary-container label {
	margin: 20px 0px 10px 0px;
}

.primary-container .form-column:nth-of-type(2) {
    margin: 0px 0px 0px 0px;
}

.primary-container input[type="submit"] {
    padding: 12px;
    max-width: 130px;
}

.primary-container .full-order-product input[type="submit"] {
	max-width: 100%;
}

	.primary-banner.sub-page h1 {
		font-size: 22px;
	}

	.blog-post-list .blog-row .blog-title {
		font-size: 15px;
	}

	.blog-post-list .blog-row h2 {
		font-size: 15px;
	}

	.product-details .product-cost hr {
		width: 50px;
	}

	.primary-banner h1 {
		font-size: 22px;
	}

	.primary-banner h2 {
		font-size: 16px;
	}

	.quick-order-product .product-heading img {
		height: 21px;
		width: auto;
	}

	.quick-order-section .quick-order-product:first-of-type {
		margin: 0px 25px 0px 25px;
	}

	.quick-order-section .quick-order-product {
		display: block;
		margin: 30px 25px 0px 25px;
		max-width: calc(100% - 50px);
	}

}


@media screen and (max-width: 475px) {

	.benefits-bar {
		padding: 25px 30px;
	}

	.benefit-block {
		width: calc(50% - 12.5px);
		margin: 0px 0px 0px 25px;
	}

	.benefit-block:nth-of-type(3n + 1) {
		margin-left: 25px;
	}

	.benefit-block:nth-of-type(2n + 1) {
		margin-left: 0px;
	}

	.benefit-block:nth-of-type(n + 3) {
		margin-top: 25px;
	}


}



@media screen and (max-width: 450px) {

.primary-banner.wider-banner .primary-container {
	background: none;
}

	.primary-container {
		background: none;
		padding: 0px;
	}

}

@media screen and (max-width: 400px) {

.payment-method-selection label.method {
    padding: 12px 12px;
}

.payment-method-selection label.method img {
    height: 20px;
}

	.benefits-bar {
		padding: 25px 0px;
	}

.forum-review .forum-logo {
    width: 80px;
}

.forum-review .review-count {
	margin: 5px 0px 0px 10px;
    font-size: 12px;
}

.container-sidebar .trustpilot-review {
    max-width: 145px;
}

}

















