/* 
Theme Name: Sara Pearson Tarot
Theme URI: http://www.sarapearsontarot.co.uk/
Description: Default Theme (Desktop)
Version: 1.0
Author: Nick Wellings
Author URI: http://www.nickwellings.co.uk/
*/

/* Universal Page Styling */
/* * * * * * * * * * * * */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* HTML Styling */
html {
	background: #1A1A1A;
    height: 100%;
    width: 100%;
}

/* Body Styling */
body {
	height: 100%;
	margin: 0;
}

/* Body Text Styling */
body, td, th {
	font-size: 15px;
	line-height: 1.5;
	word-spacing: -1px;
	color: #EDEDED;
	font-family: 'Open Sans', sans-serif;
}

/* Default Images and iFrames */
img, iframe  { 
	border: 0; 
}

/* Default Links */
a:link {
	color: #08C;
	text-decoration: none;
}

/* Default Links Hover */
a:hover {
	color: #08C;
	text-decoration: underline;
}

/* Default Links Active */
a:active {
	color: #08C;
	text-decoration: none;
}

/* Default Links Vistied */
a:visited {
	color: #08C;
	text-decoration: none;
}

/* H Tags */
h1, h2, h3, h4, h5, h6 {	
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 600;
}

/* H Tags */
h1 a:link, h1 a:hover, h1 a:active, h1 a:visited, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
}

h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 24px;
	margin: 0 0 25px 0;
}

h3, h4, h5, h6 {
	font-size: 18px;
	margin: 0;
}

b {
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Template Styling */
/* * * * * * * * * */

/* Center Elements */
.table {
	display: table;
	margin: 0 auto;
	text-align: center;
}

/* Content Container */
#content_container {
	padding: 0;
	margin: 0;
}

.page_content {
	padding: 196px 50px 98px 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.narrow {
	max-width: 534px;
	margin: 0 auto;
}

#home {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/template/home.jpg') top center no-repeat;
	background-size: 1920px 1080px;
}

#personalised_readings {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/template/personalised_readings.jpg') top center no-repeat;
	background-size: 1920px 1080px;
}

#daily_messages {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/template/daily_messages.jpg') top center no-repeat;
	background-size: 1920px 1080px;
}

#tarot {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/template/tarot.jpg') top center no-repeat;
	background-size: 1920px 1080px;
}

.page_content {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/template/default.jpg') top center no-repeat;
	background-size: 1920px auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Main Content */
/* * * * * * * */

/* Images */
.content_images {
	line-height: 0;
	position: relative;
	background-color: #FFFFFF;
	padding: 3px;
}

/* Images - Caption */
.image_caption {
	display: block;
	line-height: normal;
	text-align: center;
	font-size: 11px
}

/* Images - Left Aligned */
.image_left {
	margin-right: 18px;
	float: left;
}

/* Images - Right Aligned */
.image_right {
	margin-left: 18px;
	float: right;
}

/* Bullet List */
#content_container ul {
	margin: 15px 0;
	padding: 0 0 0 21px;
	overflow: hidden;
	color: #FFFFFF;
}

/* Bullet List Break */
#content_container ul li.title_break {
	margin: 15px 0 6px -21px;
	list-style-type: none;
}

/* Bullet List - Icon */
#content_container ul li, #content_container ul ol {
	list-style-type: disc;
}

/* Content Section - Paragraphs */
.content_container p {
	margin: 0 0 10px 0;
}

.content_container p:last-of-type {
    margin: 0;
}

.page_content p {
	margin-bottom: 15px;
}

.page_content p:last-of-type {
	margin-bottom: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Header and Menu */
/* * * * * * * * * */

/* Header Navigation - Mobile Menu */
#mobile_menu {
	display: none;
}

/* Header */
#header {
	background-color: rgba(0,0,0,0.5);
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 100;
}

#header.sticky {
	background-color: rgba(0,0,0,0.9);
}

/* Site Title */
#site_title {
	padding: 0 0 0 12px;
}

/* Site Title */
#site_title a {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 34px;
	line-height: 24px;
	padding: 37px 22px;
	float: left;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Site Title */
#site_title a.sticky {
	font-size: 20px;
	line-height: 20px;
	padding: 21px 22px;
}

/* Site Title - Link*/
#site_title a:hover, #site_title a:active, #site_title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu */
#menu, #admin_menu {
	list-style: none;
	padding: 0 12px 0 0;
	margin: 0;
	float: right;
	display: inline;
	opacity: 1;
}

#admin_menu {
	padding: 0 12px;
	clear: both;
}

/* Menu - Object */
#menu li, #admin_menu li {
	display: inline;
	float: left;
}

/* Menu - Object Link */
#menu li a, #admin_menu li a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	padding: 41px 22px;
	text-decoration: none;
	float: left;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#admin_menu li a {
	padding: 20px 22px;
	font-size: 16px;
	line-height: 16px;
}

/* Menu - Object Link */
#menu li a.sticky, #admin_menu li a.sticky {
	font-size: 16px;
	line-height: 16px;
	padding: 23px 22px;
}

/* Menu - Object Link Hover, Active */
#menu li a:hover, #menu li a:active, #menu li a.active, #admin_menu li a:hover, #admin_menu li a:active, #admin_menu li a.active {
	color: #08C;
	text-decoration: none;
}

/* Menu - Object Link Hover, Active */
#site_title a:hover, #site_title a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Footer Styling */
/* * * * * * * * */

/* Footer Container */
#footer_container {
	background-color: rgba(0,0,0,0.7);
	padding: 25px 15px;
	font-size: 13px;
}

/* Footer Copy */
#footer_copy {
	padding: 0 0 10px 0;
	text-align: center;
}

/* Footer Navigation List */
#footer_navigation {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/* Footer Navigation List - Object */
#footer_navigation li {
	display: inline;
}

/* Footer Navigation List - Object Link */
#footer_navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 18px;
	cursor: pointer;
}

/* Footer Navigation List - Object Link Hover, Active */
#footer_navigation li a:hover, #footer_navigation li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Alert Styling */
/* * * * * * * * */

/* Alert Container */
#alert_container {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	clear: both;
}

/* Alert Container */
#alert_container .alert_error {
	background-color: rgba(240, 0, 0, 0.3);
	padding: 10px 15px;
}

/* Alert Container */
#alert_container .alert_success {
	background-color: rgba(0, 153, 0, 0.3);
	padding: 10px 15px;
}

/* Alert Container */
#alert_container .alert_info {
	background-color: rgba(66, 66, 66, 0.3);
	padding: 10px 15px;
}

/* Error Message */
.alert_error, .alert_error a, .alert_error a:hover, .alert_error a:active, .alert_error a:visited, .inline_error {
	color: #F00000;
}

/* Success Message */
.alert_success, .alert_success a, .alert_success a:hover, .alert_success a:active, .alert_success a:visited, .inline_success {
	color: #009900;
}

/* Alert Info */
.alert_info, .alert_info a, .alert_info a:hover, .alert_info a:active, .alert_info a:visited {
	color: #CCCCCC;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Boxes Styling */
/* * * * * * * * */

/* Boxes Container */
#boxes_container {
	margin: 25px 0 0 0;
	overflow: hidden;
	display: flex;
}

/* Boxes */
.box {
	background-color: #1A1A1A;
	padding: 20px;
	border: 2px solid rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	overflow: hidden;
}

/* Box Title */
.box h2 {
	text-align: center;
	margin-top: 0;
}

/* Box Paragraph */
.box p {
	margin: 10px 0 !important;
}

/* Boxes */
#box_container {
	width: 33.3%;
	float: left;
	display: flex;
	margin: 0 10px;
	box-sizing: border-box;
}

/* Box - First */
#box_container:first-child {
	margin-left: 0;
}

/* Box - Last */
#box_container:last-child {
	margin-right: 0;
}

/* Boxes */
#box_container:nth-child(2) {
	width: 33.4%;
}

.narrow #boxes_container {
	display: block;
}

.narrow #box_container {
	width: 100% !important;
	clear: both;
	margin: 0 0 20px 0;
}

.narrow #box_container:last-child {
	margin-bottom: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Form Styling */
/* * * * * * * */

/* Forms */
.forms {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

/* Form Container */
.form_container {
	padding: 8px 16px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
	margin: 4px 0 20px 0;
}

/* Form Defaults */
#forms_style input[type=text], #forms_style input[type=password], #forms_style input[type=file], #forms_style input[type=email], #forms_style input[type=tel], #forms_style input[type=number], #forms_style select, #forms_style textarea, #forms_style .short textarea {
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	word-spacing: -1px;
	color: #424242;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Input Fields */
#forms_style input[type=text], #forms_style input[type=password], #forms_style input[type=file], #forms_style input[type=email], #forms_style input[type=tel], #forms_style input[type=number], #forms_style select {
	min-height: 22px;
	width: 100%;
}

/* Text Area */
#forms_style textarea {
	min-height: 200px;
	max-height: 40px;
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Form Container - Captcha */
.form_container_captcha {
	width: 60px;
	float: left;
}

/* Captcha Image */
img.captcha_img {
	float: left;
	margin: 11px 15px 11px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Forms Button Styling */
/* * * * * * * * * * * */

/* Form Button - Container */
.forms_buttons {
	margin: 25px 0 15px 0;
	overflow: hidden;
	clear: both;
}

/* Form Button - Right */
.forms_buttons .right {
	float: right;
}

/* Buy Button - Container */
.buy_buttons {
	margin-top: 25px;
	overflow: hidden;
}

/* Buy Button - Price */
.buy_buttons span {
	float: right;
	font-weight: bold;
	line-height: 35px;
	margin-right: 15px;
}

/* Buy Button */
.buy_buttons .button {
	float: right;
	clear: none;
	margin: 0;
}

/* Boxes Button */
#boxes_container .forms_buttons {
	margin-bottom: 0;
}

#download_form .forms_buttons {
	margin: 0 auto;
	display: table 
}

#download_form .forms_buttons .submit {
	margin: 0;
}

/* Form Button */
.forms_buttons .button, a.button_link, .buy_buttons .button {
	background: #3BAEE7; /* Old Browsers */
	background: -moz-linear-gradient(top, #3BAEE7 0%, #0088CC 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3BAEE7), color-stop(100%,#0088CC)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #3BAEE7 0%,#0088CC 100%); /* Chrome10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #3BAEE7 0%,#0088CC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3BAEE7 0%,#0088CC 100%); /* IE 10+ */
	background: linear-gradient(to bottom, #3BAEE7 0%,#0088CC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BAEE7', endColorstr='#0088CC', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 8px 20px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
}

.form_buttons_top_container a.button_link {
	margin-bottom: 20px;
}

/* Form Button - Link */
.button, a.button_link {
	float: right;
	clear: both;
	display: inline-block;
	margin: 5px 0 5px 10px;
	text-decoration: none;
}

/* Form Button - Reading */
a.forms_buttons_reading, .forms_buttons_reading {
	margin: 5px 0 10px 0;
	float: none;
}

/* Form Button - Hover */
.forms_buttons .button:hover, a.button_link:hover, .buy_buttons .button:hover {
	-webkit-box-shadow: inset 0px -10px 20px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -10px 20px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	cursor: pointer;
}

/* Form Button - Active */
.forms_buttons .button:active, a.button_link:active, .buy_buttons .button:active {
	-webkit-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.3), inset 0 2px 5px #000000, inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.3), inset 0 2px 5px #000000, inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Form Alert - Inline */
.alert {
	background-image: url('../img/template/inline_error_icon@2x.png');
	background-repeat: no-repeat;
	background-size: 25px;
	height: 25px;
	width: 25px;
	margin: -2px 0px 0px -18px;
	display: inline-block;
	position: absolute;   
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* Table Styling */
/* * * * * * * * */

/* Table Alignment */
table, thead, tbody, th, td, tr {
	vertical-align: middle;
}

/* Default Tables */
.default_table {
	width: 100%;
	border-spacing: 0;
	margin: 15px 0 0 0;
}

.default_table th {
	border-top: 0 none;
	text-align: left;
	padding: 10px;
}

.default_table tr:first-child {
	border-top: 2px solid rgba(0,0,0,0.7);
}

.default_table tr:last-child {
	border-bottom: 2px solid rgba(0,0,0,0.7);
}

.default_table h3 {
	float: left;
}

.default_table td b {
	display: none;
}

.default_table span {
	float: right;
	color: #4A4A4A;
	margin-top: -3px;
	font-size: 20px;
}

.default_table td {
	padding: 8px;
	word-break: break-all;
}

.default_table tr:nth-of-type(odd) {
	background-color: #1A1A1A;
}

.default_table tr:nth-of-type(even) {
	background-color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Readings Styling */
/* * * * * * * * */

.readings_container {
	text-align: center;
}

.reading_type_container {
	width: 278px;
	margin: 15px;
	display: inline-block;
	vertical-align: top;
}

.reading_type_container h3 {
	margin-bottom: 10px;
}

.reading_type_container .content_images {
	margin-bottom: 10px;
	display: inline-block;
}

#reading_container {
	position: relative;
	overflow: visible;
	padding-top: 40px;
}

#reading_container #shuffling_container {
	background-color: #1A1A1A;
	padding: 20px;
	border: 2px solid rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	text-align: center;
	display: block;
	visibility: visible;
	opacity: 1;
}

#reading_container #shuffling_container #end_shuffle {
	margin: 0;
	float: none;
}

#reading_container #cards_container {
	overflow: visible;
	display: none;
	text-align: center;
}

#reading_container #dealt_cards {
	margin-bottom: 30px;
}

#reading_container #cards_container .card {
	background-image: url('../img/template/cards/tarot_card_back@2x.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 79px 112px;
	background-position: 3px 3px;
	min-height: 112px;
	width: 79px;
	padding: 3px;
	margin: 10px -15px -25px -15px;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

#reading_container #picked_cards .card {
	cursor: default;
}

#reading_container #cards_container .card_active {
	background-size: 158px 270px;
	min-height: 170px;
	width: 158px;
	margin: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.6);
}

#reading_container #cards_container .card_inner {
	display: none;
	background-color: #1A1A1A;
	border: 2px solid rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	box-shadow: inset 0px 8px 11px -10px #3B3B3B, inset 0px -8px 11px -10px #3B3B3B;
	color: #FFFFFF;
}

#reading_container #cards_container .card_inner img {
	height: auto;
	width: 0;
	margin-bottom: 10px;
}

#reading_container #cards_container .card_inner img.card_image_active {
	width: 157px;
}

#reading_container #cards_container .card_inner h3 {
	padding: 0 10px;
}

#reading_container #cards_container .card_inner p {
	margin: 0;
	padding: 10px;
}

#reading_container .shuffle_container {
	margin: 0 auto;
	display: table;
}

#reading_container #shuffling_container .hand {
	position: relative;
	height: 106px;
	width: 200px;
	margin: 40px;
}

#reading_container #shuffling_container .card {
	height: 100px;
	width: 70px;
	border: 2px solid #FFFFFF;
	background-color: #000000;
	position: absolute;
	top: 0;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

#reading_container #shuffling_container .card span {
	height: 100%;
	width: 100%;
	background-image: url('../img/template/cards/tarot_card_back@2x.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: 70px auto;
	display: block;
	margin: 0 auto;
}

#reading_container #shuffling_container .card.card-1 {
	z-index: 3;
	margin-left: 20px;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-name: card-1;
	animation-name: card-1;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

#reading_container #shuffling_container .card.card-2 {
	z-index: 2;
	margin-left: 10px;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-name: card-2;
	animation-name: card-2;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

#reading_container #shuffling_container .card.card-3 {
	z-index: 1;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-name: card-3;
	animation-name: card-3;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes card-1 {
  16.66666% {
	-webkit-transform: translateX(95px) rotate(15deg);
	transform: translateX(95px) rotate(15deg);
  }
  33.33333% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	z-index: 1;
  }
  49.99999% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	z-index: 1;
  }
  66.66666% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 2;
  }
  83.33333% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 2;
  }
}

@keyframes card-1 {
  16.66666% {
	-webkit-transform: translateX(95px) rotate(15deg);
	transform: translateX(95px) rotate(15deg);
  }
  33.33333% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	z-index: 1;
  }
  49.99999% {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	z-index: 1;
  }
  66.66666% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 2;
  }
  83.33333% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 2;
  }
}

@-webkit-keyframes card-2 {
  16.66666% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  33.33333% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 3;
  }
  49.99999% {
	-webkit-transform: translateX(105px) rotate(15deg);
	transform: translateX(105px) rotate(15deg);
  }
  66.66666% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 1;
  }
  83.33333% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 1;
  }
}

@keyframes card-2 {
  16.66666% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  33.33333% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 3;
  }
  49.99999% {
	-webkit-transform: translateX(105px) rotate(15deg);
	transform: translateX(105px) rotate(15deg);
  }
  66.66666% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 1;
  }
  83.33333% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 1;
  }
}

@-webkit-keyframes card-3 {
  0% {
	z-index: 1;
  }
  16.66666% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  33.33333% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 2;
  }
  49.99999% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 2;
  }
  66.66666% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	z-index: 3;
  }
  83.33333% {
	-webkit-transform: translateX(115px) rotate(15deg);
	transform: translateX(115px) rotate(15deg);
  }
}

@keyframes card-3 {
  0% {
    z-index: 1;
  }
  16.66666% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  33.33333% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 2;
  }
  49.99999% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	z-index: 2;
  }
  66.66666% {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	z-index: 3;
  }
  83.33333% {
	-webkit-transform: translateX(115px) rotate(15deg);
	transform: translateX(115px) rotate(15deg);
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* Pagination Styling */
/* * * * * * * * * * */

.pagination_total {
	margin: 20px 0;
	text-align: center;
}

.pagination {
    display: table;
    padding: 0 !important;
    margin: 0 auto !important;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #08C;
    text-decoration: none;
    background-color: #1A1A1A;
    border: 1px solid rgba(0,0,0,0.7);
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(0,0,0,0.7);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #08C;
    border-color: #08C
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus,.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #1A1A1A;
    border-color: rgba(0,0,0,0.7)
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #1A1A1A;
    border: 1px solid rgba(0,0,0,0.7);
}

.pager li > a:focus, .pager li > a:hover{ 
    text-decoration: none;
    background-color: #000000;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a,.pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #1A1A1A;
}