@font-face {
	font-family: 'Beleren';
	src: url( '../fonts/beleren.eot' );
	src: url( '../fonts/beleren.woff' ) format( 'woff' ),
		 url( '../fonts/beleren.ttf' ) format( 'truetype' ),
		 url( '../fonts/beleren.svg' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MPlantin';
	src: url( '../fonts/mplantin.eot' );
	src: url( '../fonts/mplantin.woff' ) format( 'woff' ),
		 url( '../fonts/mplantin.ttf' ) format( 'truetype' ),
		 url( '../fonts/mplantin.svg' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Pontano Sans';
	src: url( '../fonts/PontanoSans-Regular.ttf' );
	font-weight: normal;
	font-style: normal;
}
.hidden {
    display: none;
}
body {
    font-family: Pontano Sans;
    font-size: 1.5em;
}
/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
a:hover {
    color: #f0d680;
    text-decoration: none;
}
h1 {
	font-size: 3em;
	text-align: center;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: white;
    border-bottom: 1px solid #f0d680;
    z-index: 10;
   	padding: 20px 0 20px 0;
}

.header img {
	display: inline-block;
    float: left;
    margin: 0;
    height: 30px;
}
.header .title {
    display: inline-block;
}

.header ul {
    display: inline-block;
    list-style: none;
    float: right;
	padding: 8px;
    margin: 0;
    font-size: 13.5px;
}

.header ul li {
    display: inline-block;
	margin-left: 25px;
}
.header ul a {
	color: black;
}
.header ul a:hover {
	color: #f0d680;
}
.menu {
	display: none;
}
.page {
	position: fixed;
	perspective: 1px;
  	transform-style: preserve-3d;
  	bottom: 0;
	top: 70px;
	left: 0;
  	width: 100vw;
	overflow: hidden;
  	-webkit-overflow-scrolling: touch;
}
#footer-decks {
    width: 100vw;
    margin-left: -10vw;
}
#footer-cards {
    width: 100vw;
    margin-left: -48px;
}
section#about {
    text-align: justify;
}
section.greyed-out {
    background-color: #eee;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
}
.content {
    background-color: white;
    padding: 20px 0 20px 0;
}
#watch-list {
    background-color: white;
    padding: 40px 0 40px 0;
}
.content.center {
	text-align: center;
}
.cardtip-popup {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: black;
    background: white;
    position: fixed;
    z-index: 1000;
    width: 223px;
    height: 310px;
	top: 0;
	left: 0;
    margin-left: -75px;
    margin-top: -75px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
       -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.container {
    position: relative;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
.container.narrow {
	max-width: 1100px;
}
.container-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
}
.parallax {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 100vh;
	transform: translateZ(-1px) scale(2);
	z-index: -1;
	background-size: cover;
	background-position: center;
	margin-left: -10px;
	transition: all 2s;
}
.parallax-1 {
	background-image: url('../images/obliterate.small.jpg');
}
.parallax-info {
    text-align: center;
    margin-top: -84vh;
    position: absolute;
    width: 80vw;
    margin-left: 10vw;
	color: white;
}
.parallax-info h1 {
    font-size: 4.5em;
}
.subtitle {
    font-size: 1.59em;
}
.social-links {
    position: absolute;
    top: 60vh;
    color: white;
    width: 100vw;
    text-align: center;
}
.social-links i {
    margin: 0 .25em;
}
.social-links a {
	color: white;
}
.parallax-1.large-background.layer0 {
	background-image: url('../images/obliterate.jpg');
	-webkit-animation: zoomer 40s infinite;*
}
.parallax-1.large-background.layer1 {
	background-image: url('../images/obliterate__2.png');
/*	-webkit-animation: zoomer 40s infinite;*/
}
.version-table-wrapper {
    text-align: left;
}
.red {
    color: red;
}
@keyframes zoomer {
	0% {
		transform: translateZ(-1px) scale(2);
	}
	100% {
		transform: translateZ(-1px) scale(3);
	}
}

.parallax-2 {
	height: 75vh;
}
.parallax-3 {
	height: 200px;
}

#home {
/*
    background-image: url(../images/obliterate.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
	margin-top: -60px;
*/
}
.set-title {
	margin-top: 10px;
}

.footer {
    position: relative;
    background-color: black;
    color: #d0d0d0;
    font-family: Pontano Sans;
    font-size: small;
    padding: 10px;
}

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


.the-card-tip {
    position: fixed;
	margin-left: 20px;
	margin-top: -155px;
    width: 223px;
    height: 310px;
    border-radius: 10px;
    z-index: 100;
    overflow: hidden;
	transition: fadein .35s;
}
#the-card-tip-image {
    width: 100%;
}
ul.expansion-list {
    list-style: none;
    margin: 0;
    padding: 0;
  	text-align: center;
}
li.list-item-expansion {
	display: inline-block;
	padding: 10px;
	width: 175px;
	height: 100px;
	text-align: center;
}
li.list-item-expansion p {
    display: block;
}

ul.card-list.visual {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
}

ul.card-list.visual li {
    display: inline-block;
}
ul.card-list.visual li span {
    display: none;
}
.card-image {
	margin: 0 10px 10px 0;
	width: 223px;
}
.blind {
	color: white;
}
.card-list li p {
    display: none;
}

/******************* BLOG *****************/
.blog-wrapper {
    position: absolute;
    top: 0;
    left: 10vw;
    right: 10vw;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}
iframe.blog-frame {
    border: none;
    width: 100%;
    padding: 0 15px 15px 15px;
}

/****************** SOCIAL ****************/
#instafeed {
	margin-bottom: 4vh;
}
#instafeed a img {
    border-radius: 5px;
    margin-right: 10px;
	margin-bottom: 10px;
    display: inline-block;
	vertical-align: top;
}
.container-social {
    overflow: scroll;
    position: absolute;
    left: 10vw;
    width: 80vw;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    padding-top: 30px;
}

/******************* DECKS *****************/
.btn-filter-deck-toggler {
    display: block;
}
.page-content {
/*
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
*/
}
.page-content.decks {
    position: absolute;
/*
    width: 100vw;
	height: 100vh;
    margin-top: -70px;
    padding-top: 70px;
*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-left: 10vw;
    padding-right: 10vw;
    overflow: auto;
    
}
.page-content.decks.filter-closed {
	left: 380px;
}
.snap-shot-container {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    margin-top: 2.5em;
}

/* LIST VIEW */
.deck-wrapper {
    padding: 0px 20px 0px 20px;
	position: relative;
/*	margin-bottom: 12%;*/
	min-height: 450px;
}
.deck-header {
    padding: 5px 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #eaeaea;
    border-radius: 5px;
	/*********** WITH BACKGROUND ON DECK *********/
	border-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.deck-actions {
    display: inline-block;
    float: right;
}
.deck-actions.mobile {
	display: none;
}
.deck-actions span.btn {
    margin-left: 5px;
}
.deck-actions span.btn, span.btn {
	background-color: #6f6e6e;
	color: white;
	border: none;
	position: relative;
}
.deck-actions span.btn.on, span.btn.on {
	background-color: #f0d680;
	color: black;
}
.deck-title {
    display: inline-block;
    font-size: 1.75em;
}
.content-wrapper {
	/********** BACKGROUND **********/
	background-color: #f9f9f9;
    border-top: 1px solid lightgray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 20px 20px;
	min-height: 400px;
}
.deck-wrapper-container {
    padding: 20px 243px 20px 0px;
    width: 100%;
}
.deck-wrapper-container .deck-content-sideboard {
    margin-top: 30px;
}
.deck-wrapper-container .card-preview {
    position: absolute;
    right: 0;
    top: 65px;
    width: auto;
    padding: 50px 20px;
}
.card-container {
    overflow: hidden;
    height: 310px;
    width: 223px;
    border-radius: 10px;
    float: right;
}
.card-container img {
    width: 223px;
}
.deck-part-content {
    display: inline-block;
/*    margin-right: 30px;*/
    vertical-align: top;
    height: auto;
	margin-bottom: 20px;
}
.deck-part-content .title {
    margin-bottom: 5px;
	font-weight: bold;
}
.deck-content-sideboard h4, .deck-content-main h4, .deck-content.spoiler h4 {
	border-bottom: 1px solid #f0d680;
}
.deck-content-main .card, .deck-content-sideboard .card {
	width: 230px;
}
.deck-content-sideboard .card {
    display: inline-block;
}

.card-qty {
    width: 20px;
    display: inline-block;
}
.card-preview {
    position: absolute;
    right: 0;
    top: 65px;
    width: auto;
    padding: 50px 20px;
}
.card-preview .card {
    display: block;
}



/* SPOILER VIEW */
h4.spoiler-sideboard {
    padding-left: 2px;
}
.deck-content.spoiler {
	text-align: left;
}
.spoiler-main-wrapper {
    /* margin-top: -8%; */
    /* margin-bottom: 25%; */
    padding-top: 16%;
}
.card-wrapper {
    margin-top: -14%;
    display: inline-block;
    width: 16%;
    position: relative;
    vertical-align: top; 
    border-radius: 6%;
    margin-right: 2px;
	margin-left: 2px;
    height: auto;
}
.card-img-wrapper {
    border-radius: 4%;
    overflow: hidden;
    /* position: absolute; */
    top: 0;
    transition: all .25s;
    /* width: 100%; */
    position: relative;
}
.card-img-wrapper img {
    width: 100%;
}

.spoiler-sideboard-wrapper {
    width: 83.333333333333333%;
    padding-top: 15%;
}
.card-wrapper.sideboard {
    width: 19.2%;
    margin-top: -18.2%;
}

.watermark {
    background-color: #f0d680;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 10px;
    border-top-left-radius: 8px;
}

.watermark img {
	width: 9em;
}

.watermark p {
    font-size: 0.77em;
    margin: 0;
}
#snapshot-downloader {
	display: none;
}
#snapshot-image {
	display: none;
}

/******************* CARDS *****************/
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.watched img, .banned img {
    width: 100%;
}

.watched, .banned {
    transform: rotate(-15deg);
    margin-top: 150px;
}
.spinning {
    -webkit-animation: spin .1s infinite linear;
    color: #f0d680;
}
.filter-range-slider {
    width: 60%;
    display: inline-block;
    float: right;
    padding-right: 32px;
}
.noUi-connect {
    background: #f0d680;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -1px;
    top: -6px;
    box-shadow: none;
}
.info-text {
    position: absolute;
    top: 100vh;
    left: 410px;
    background-color: #f1f1f1;
    width: 300px;
    padding: 15px;
	z-index: 100;
	min-height: 400px;
	transition: all .35s;
}
.info-text p, .info-text table {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: .75em;
}
.info-text.slideup {
	top: 50px;
}
.info-table tr td {
	vertical-align: top;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.cards-card-list {
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding: 10px;
	margin-left: -60px;
	margin-right: -60px;
}
.cards-card-list-item {
	text-align: left;
	height: 90px;
    overflow: hidden;
	transition: all .25s;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
.img-icon {
    width: 70px;
    height: 67px;
    background-size: cover;
    margin-right: 10px;
    position: absolute;
    border-radius: 5px;
}
.cards-card-list-item-content {
    position: absolute;
    left: 95px;
    right: 15px;
}
.cards-card-list-item-content .title {
    font-size: 1.25em;
    font-weight: bold;
}


.filter-container, .deck-container {
    position: absolute;
    top: 0;
    width: 400px;
    bottom: 0;
    background-color: white;
    transition: all .35s;
	padding: 20px;
	z-index: 10;
}
.filter-container {
	left: 0;
    border-right: 1px solid #f0d680;
}
.filter-container.closed {
    left: -400px;
}
.filter-container-decks {
	width: 150px;
}
.filter-content-wrapper span.btn {
    margin: 2px 0;
    width: 100%;
}
.filter-container-decks.closed {
	left: -150px;
}
.deck-container {
	right: 0;
	border-left: 1px solid #f0d680;
}
.deck-container.closed {
	right: -400px;
}

.filter-container .content, .deck-container .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .35s;
	overflow: hidden;
	padding: 0 48px;
	z-index: -10;
	text-align: center;
	overflow-y: scroll;
	padding-top: 20px;
}
.main-container.filter-open {
	left: 400px;
}
.main-container.deck-open {
	right: 400px;
}
::-webkit-scrollbar { 
    display: none; 
}

.filter-input {
	margin-bottom: 5px;
}
.filter-search {
    margin-top: 30px;
    background-color: #f0d680;
	    border-color: #f0d680;
}
.container-expander {
    margin-top: 10px;
    line-height: 30px;
	cursor: pointer;
}
.container-expander:hover {
    margin-bottom: -1px;
    border-bottom: 1px solid #f0d680;
}
.expander-icon {
    display: inline;
}
.expander-icon img {
	transition: all .150s;
}
.expander-icon img.rotated {
	transform: rotate(45deg);
}
.container-expander .expander-icon img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5px;
}
.collapse-container {
    background-color: #fafafa;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
	display: none;
	border-top: 1px solid #f0d680;
	border-bottom: 1px solid #f0d680;
}
.collapse-container.open {
	display: block;
}
.collapse-container hr {
    margin-top: 5px;
    margin-bottom: 4px;
}
.sort-order-item {
	display: inline-block;
    width: 50%;
    padding: 5px;
    text-align: center;
    border: 1px solid #6e6e6e;
    margin: 0;
	cursor: pointer;
	background-color: #6e6e6e;
    color: white;
}
.sort-order-item.left {
	margin-right: -2px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.sort-order-item.right {
	margin-left: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sort-order-item.on {
	color: black;
    background-color: #f0d680;
	border-color: #f0d680;
}
.sort-order-container {
    position: relative;
    width: auto;
    padding: 0;
    margin: 10px 0 0 0;
	display: block;
}
.filter-range-container {
    padding: 5px 0 15px 5px;
}
.filter-label {
    display: inline-block;
    width: 95px;
    height: 15px;
    font-size: 0.75em;
    vertical-align: top;
    margin-right: 5px;
}
.range-value {
	float: right;
}
.filter-range {
    display: inline-block;
    width: 240px;
}
.filter-search:hover {
    background-color: #FF9800;
	 	border-color: #FF9800
}
.type-switcher, .color-switcher, .expansion-switcher {
    position: relative;
    display: inline-block;
    padding: 10px;
	border-radius: 100%;
	background-color: #f0d680;
    color: black;
    cursor: pointer;
    margin: 6px;
	width: 44px;
	height: 44px;
	text-align: center;
	
}
.ss {
	line-height: 0.75em;
}
.ss-2x {
	font-size: 1.75em;
}
.expansion-switcher {
	margin: 6px 9px 6px 6px;
}
.type-switcher.off, .color-switcher.off, .expansion-switcher.off {
	background-color: #6f6e6e;
    color: white;
}
.btn-filter-toggler, .btn-deck-toggler {
	position: absolute;
    top: 5px;
	border: none !important;
	transition: all .25s;
/*	z-index: -19;*/
}
.btn-filter-toggler {
    right: -40px;
}
.btn-deck-toggler {
    left: -40px;
	display: none;
}
.btn-filter-toggler.open, .btn-deck-toggler.open {
	background-color: #f0d680;
}
.btn-toggler {
    margin-top: 5px;
    width: 49.5%;
}
input.card-search {
	display: none;
    width: 300px;
    left: 50%;
	margin-top: 35px;
    margin-left: -150px;
    border-radius: 2em;
    height: 2em;
    position: fixed;
	border: 1px solid #f0d680;
	z-index: 10000;
}
.btn-deck-toggler img, .btn-filter-toggler img {
    width: 24px;
}
.result-container {
    margin: 0;
    display: block;
    background-color: green;
}
#loader {
/*    position: fixed;*/
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -40px;
/*    background-color: rgba(0,0,0,.5);*/
    border-radius: 8px;
    padding: 10px;
}
#cards {
	padding: 0;
	margin: 0;
	list-style: none;
}
#cards li {
	display: inline-block;
}
.card-image {
	display: inline-block;
	margin: 5px 5px 0px 5px;
	width: 223px;
	height: 310px;
	overflow: hidden;
	border-radius: 10px;
    background-size: 100%;
	background-color: lightgray;
}
.btn-reset-filter {
    margin-top: 10px;
}
.btn-info-toggler {
    position: absolute;
    margin-left: 337px;
    margin-top: -31px;
	cursor: pointer;
}
.btn-search-info {
    /*color: #f0d680;*/
}

/*---> MOBILE CARD LIST <---*/
tr.card-ruling-row {
    border-bottom: 1px solid #f0d680;
}
td.ruling-date {
    width: 90px;
    vertical-align: top;
}
.mana-cost {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 0.75em;
}
.mana-cost .ms {
    margin: 1px;
}
.power-toughness {
    position: absolute;
    bottom: -2px;
    left: -80px;
    z-index: 10;
    color: white;
    background-color: black;
    width: 70px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.card-name .ss {
    margin-right: 2px;
    margin-bottom: 3px;
    font-size: 1.2em;
}
li.list-group-item.cards-card-list-item.ng-scope.expanded {
    height: auto;
}
.cards-card-list-item-extra-wrapper {
    margin-top: 90px;
}
.card-text .ms {
    font-size: .7em;
    margin: -2px 1px 1px 1px;
}


/*------> CHECKBOX MANA <------*/
.chk-container {
    display: inline-block;
    position: relative;
    padding: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.chk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
    padding: 5px;
    border-radius: 100%;
	background-color: #6f6e6e;
    color: white;
}
.chk-container input:checked ~ .chk-checkmark {
    background-color: #f0d680;
	color: black;
}
.chk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk-checkmark input:checked ~ .chk-checkbox:after {
    display: block;
}
.chk-container .chk-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/************** SPINNER **************/
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #f0d680;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
#loader p {
    color: #f0d680;
    margin-top: -10px;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: lighter;
}
/************** LDS FACEBOOK **************/
.lds-facebook {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;
	background: #f5ba4f;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 6px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 26px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 45px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
		top: 6px;
		height: 51px;
	}
	50%, 100% {
		top: 19px;
		height: 26px;
	}
}



@media (max-width: 768px) {
	ul.card-list.visual li span {
	    display: inline-block;
	}
	ul.card-list.visual li {
	    display: block;
	}
	.card-list li .card-image {
		display: none;
	}
	.set-icon {
		font-size: 1.25em;
		margin-right: 10px;
	}
	li.list-item-expansion {
	    display: block;
	    padding: 0px;
	    width: auto;
	    height: auto;
		text-align: left;
	}
	li.list-item-expansion p {
	    display: inline-block;
	}
	.content.center, h1, ul.card-list.visual, section#about {
		text-align: left;
	}
	.header ul {
	    position: fixed;
	    top: 70px;
	    padding: 0;
	    right: 5px;
	    width: 180px;
		display: none;
		border-left: 1px solid #f0d680;
	    border-right: 1px solid #f0d680;
	}
	.header ul li {
	    display: block;
	    background-color: #f7f7f7;
	    padding: 10px;
		margin-left: 0;
		border-bottom: 1px solid #f0d680;
	}
	.header img {
	    margin-left: -35px;
	}
	.menu {
		display: block;
	    position: absolute;
	    right: -25px;
	    top: 0;
	}
	.the-card-tip {
	    position: absolute;
	    left: 50vw;
	    margin-left: -111.5px;
	    margin-top: 157px;
	    width: 223px;
	    height: 310px;
	    border-radius: 10px;
	    z-index: 100;
	    overflow: hidden;
	    text-align: center;
        background-color: lightgray;
	}
	.parallax-1 {
		background-image: url('../images/obliterate.device.small.jpg');
	}
	.parallax-1.large-background {
		background-image: url('../images/obliterate.device.jpg');
	}
	
	
	/* CARDS */
    .main-container {
        width: 100vw;
    }
	.main-container.filter-open {
		left: 300px;
	}
	.main-container.deck-open {
		right: 300px;
	}
	.filter-container, .deck-container {
		width: 280px;
	}
	.deck-container.closed {
		right: -280px;
        display: none;
	}
	.filter-container.closed {
		left: -280px;
	}
    .container-expander {
        font-size: .75em;
    }
	.card-preview {
		display: none;
	}
	.deck-title {
		display: inline-block;
		font-size: 1.6em;
		margin-left: -10px;
	}
	.deck-actions {
		display: none;
		margin-right: -15px;
	}
	.deck-actions.mobile {
		display: block;
	}
    .deck-actions span.btn {
        margin: 0px;
        width: 40px;
    }
	span.btn {
		margin: 2px 0;
		width: 100%;
	}
    .btn-toggler {
        width: 100%;
        margin-bottom: 2px;
    }
	
	.deck-wrapper {
		padding: 0;
    	margin-bottom: 5px;
	}
	.deck-wrapper-container {
		padding: 20px 0px;
		width: 100%;
	}
	.parallax-info .subtitle {
		font-size: 1.05em;
	}
	.parallax-info h1 {
		font-size: 3em;
		text-align: center;
	}
	.page-content.decks {
		position: absolute;
		width: 100vw;
		left: 0;
		right: 0;
		height: 100vh;
		padding-top: 0px;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.deck-content-main h4 {
	    display: none;
	}
	.deck-content-sideboard h4 {
		border: none;
	}
	.content-wrapper {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px 10px 10px;
		width: 90vw;
	}
	#footer-decks {
		margin-left: -5vw;
	}
	.deck-header {
/*
		border-radius: 0;
		border: 1px solid #f0d680;
*/
		border-bottom: 1px solid #f1eded;
		margin: 0;
		border-radius: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.deck-content.embedded {
	    padding-left: 15px;
	    padding-right: 15px;
/*
	    margin-left: -20px;
	    margin-right: -20px;
	    border-left: 1px solid #f0d680;
	    border-right: 1px solid #f0d680;
	    border-bottom: 1px solid #f0d680;
*/
		background-color: #fafafa;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
    .btn-filter-toggler {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .info-text {
        position: absolute;
        left: 10px;
        right: 0;
        bottom: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid #e6e6e6;
        top: 100vh;
        transition: all .35s;
    }
	.info-text.slideup {
        top: 150px;
    }
    .btn-close-info-text {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        color: black;
        z-index: 10;
        width: 20px;
        height: 20px;
        text-align: right;
    }
    .btn-info-toggler {
		position: absolute;
		margin-left: 217px;
	}
	.banned img, .watched img {
	    width: 100px;
	}
	.banned, .watched {
	    transform: rotate(0deg);
	    margin: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.filter-range-slider {
	    display: block;
	    width: 100%;
	    margin: 5px 0 10px 0;
	}
	.container-social {
		left: 5vw;
		width: 90vw;
	}
	.btn-filter-deck-toggler {
	    display: none;
	}
	.blog-wrapper {
        left: 0vw;
        right: 0vw;
    }
}


/*************************** 
 ********* TOOLTIP *********
 ***************************/
.tooltipper {
    
}

.tooltipper .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 16px;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



