

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */









/* ==|== site styles =====================================================
   Author: inkahoots.com.au
   ========================================================================== */

body {
	font-family: 'PragmataPro', Arial, sans-serif;
	background: #2D2D2D;
}
body, select { color: #FFF; }
input, textarea { color: #000; }
html, body {
	padding:0;
	margin:0;
	border:0;
	height:100%;
}

.js body {
	background-image: url(royalslider/preloaders/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

header {
	font-size: 90%;
}
#main {
	font-size: 80%;
}
footer {
	font-size: 75%;
}

a, a:active, a:visited { color:#B2B2B2; text-decoration: none; }
a:hover { color:#F00; text-decoration: none; background: none; }
a img { border:none; }

p { margin: 0 0 1em 0; padding: 0; }

ul, li {
	list-style: none;
}

td {
	margin:0px;
	padding:0px;
	vertical-align:top;
}

table {
	text-align:left;
	border:0px;
	padding:0px;
	border-collapse: collapse;
	border-spacing:0px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-size: 100%;
	font-weight: normal;
	padding:  0 0 0 0;
	margin: 0;
	line-height: 1.1;
	word-spacing: -0.2em;
}
h1 {
	font-size: 26px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
}
h3 {
	letter-spacing: 0.1em;
}



object { display:block; }



#loading, #busy-indicator {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4px;
	background: url(../img/loading_border.gif);
	display:none;
	z-index: 25;
}
/*
.js header .inner,
.js footer .inner {
	display: none;
}
*/

#wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	height: 100%;
	min-width: 900px;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
.js #wrapper, .js header {
	visibility: hidden;
}
.smallScreen #wrapper {
	left: auto;
	min-width: 0;
	width: 98%;
	margin: 0 auto;
}

header {
	position: absolute;
	height: 20px;
	min-width: 870px;
	left: 50%;
	margin-left: -435px;
	z-index: 1000;
    -webkit-font-smoothing: subpixel-antialiased !important;

    top: 0;
	width: 100%;
	min-width: 870px;
	left: auto;
	margin-left: 0;
}
.smallScreen header {
	min-width: 0;
	width: 98%;
	left: 1%;
}

footer {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 30px;
}
footer .inner {
	background: #2D2D2D;
	width: 870px;
	margin: 0 auto;
	padding: 6px 8px 0;
	position: relative;
	height: 30px;
}
.smallScreen footer .inner {
	width: 100%;
	padding: 8px 0;
	border: none;
	margin: 0 auto;
}
footer .credits {
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #2D2D2D;
}
footer .credits li {
	float: right;
}
footer .tweets .heading,
footer .credits li,
footer .credits a {
	color: #666;
	font-family: 'PragmataPro', Arial, sans-serif; word-spacing: -0.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 1px 0 5px;
}
footer .credits li,
footer .credits a {
	font-size: 10px;
}
footer .credits a.cc {
	display: block;
	background: url(../img/cc_id.png) no-repeat;
	width: 80px;
	height: 15px;
	overflow: hidden;
	text-indent: -300em;
}
.smallScreen footer .credits a.cc {
	background-image: url(../img/cc_small.png);
	width: 15px;
}
footer .credits a:hover {
	color: #CCC;
}
.smallScreen footer .credits {
	width: 94px;
	top: -1px;
}
.smallScreen footer .credits li {
	display: block;
	float: none;
	padding: 2px 0 0 0;
}
.smallScreen footer .credits a {
	font-size: 9px;
	float: right;
	display: inline-block;
	letter-spacing: 0.05em;
}

footer .social {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #2D2D2D;
}
footer .social li {
	float: left;
	padding: 0 0 0 6px;
	width: 18px;
	height: 18px;
}
footer .social li:first-child {
	padding: 0 0 0 0;
}
footer .social a {
	display: block;
	text-indent: -300em;
	width: 18px;
	height: 18px;
	background: url(../img/sprites.png?v=3);
}
.svg footer .social a {
	background: url(../img/sprites.svg?v=3);
}
footer .social .facebook a {
	background-position: 0 0;
}
footer .social .twitter a {
	background-position: -30px 0;
}
footer .social .facebook a:hover {
	background-position: 0 -30px;
}
footer .social .twitter a:hover {
	background-position: -30px -30px;
}



footer .tweets {
	position: absolute;
	height: 36px;
	z-index: 1;
	overflow: hidden;
	left: 60px;
	right: 188px;
}
.smallScreen footer .tweets {
	left: 50px;
	right: 95px;
}
footer .tweets .heading {
	float: left;
	margin: 0 12px 0 0;
	display: none;
}
footer .tweets .content {
	height: 36px;
}
footer .tweets .items {
	overflow: hidden;
	width: 6000px;
	position: absolute;
	margin: 0;
	list-style: none;
}
footer .tweets .items li {
	float: left;
	font-family: Helvetica, Arial, sans-serif; font-weight: 100;
	color: #999;
	margin: 0 0 0 0;
}
footer .tweets .items li p {
	float: left;
}
footer .tweets .items li p.time {
	margin-left: 10px;
}
footer .tweets .items li p.time:after {
	content: ' | ';
	margin: 0 14px 0 14px;
	color: #666;
}
footer .tweets .items li a {
	color: #666;
}
footer .tweets .items li a:hover {
	color: #999;
}

.tickercontainer {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
height: 36px;
}
.tickercontainer .mask {
position: relative;
width: 100%;
overflow: hidden;
height: 36px;
}





header .menu {
    clear:both;
    width:100%;
    float: left;
    position: relative;
    z-index: 1000;
    height: 20px;
    letter-spacing: 0.1em;
}
.smallScreen header.active {
	height: 100%;
}
.smallScreen header .menu {
	display: none;
	height: auto;
	overflow: hidden;
	float: none;
}
.smallScreen header .menu.active {
	display: block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}
header .toggle {
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -300em;
	overflow: hidden;
	background: #F00 url(../img/sprites.png?v=3) 5px -171px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
	border: 1px solid #F00;
}
header .toggle.active {
	background-color: #FFF;
	background-position: -24px -171px;
}
header .menu.active {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
header .menu ul {
    float: right;
    position: relative;
    right: 50%;
    text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
    z-index: 8;
}
.smallScreen header .menu ul {
	float: none;
	right: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
header .menu ul li {
	display:block;
	list-style: none;
	position:relative;
	left: 50%;
	float: left;
	margin: 0 3px;
	white-space: nowrap;
}
.smallScreen header .menu ul li {
	left: 0;
	clear: both;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.smallScreen header .menu ul li.sfhover {
	margin: 0 0 0 0;
}
header .menu ul li a,
header .menu ul li label {
	display: block;
	text-decoration: none;
	padding: 2px 6px;
	font-size: 12px;
	color: #FFF;
	background: #F00;
	border: 1px solid #F00;
	text-transform: uppercase;
}
.smallScreen header .menu ul li a,
.smallScreen header .menu ul li label {
	float: left;
}
.no-js header .menu ul li:hover a,
header .menu > ul > li.sel > a,
header .menu ul li.sfhover > a {
	color: #F00;
	background: #FFF;
}
header .menu ul li.key-artworks a {
	border: 1px solid #FFF;
}
header .menu ul li.key-artworks.sfhover a,
header .menu ul li.key-artworks.sel a {
	color: #000;
	border: 1px solid #F00;
	background: #FFF;
}

header .menu ul li.search form {
	overflow: hidden;
	background: #F00;
	padding: 0 1px 0 0;
	border: 1px solid #F00;
}
/*
header .menu ul li.search.sel form {
	background: #FFF;
	color: #F00;
}
*/
header .menu ul li.search a {
	display: none;
}
header .menu ul li.search label {
	background: none;
	border: 0px;
}
/*
header .menu ul li.search.sel label {
	color: #F00;
}
*/
header .menu ul li.search label,
header .menu ul li.search input {
	float: left;
	display: inline;
}
header .menu ul li.search input {
	width: 60px;
	border: 0;
	margin: 1px 0 0 0;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif; font-weight: 100;
	font-size: 10px;
	background: #333;
}


/* Submenu items */
header .menu ul ul {
	position:absolute;
	left:0;
	right:auto;

	height: auto;
	left: -999em;
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 2px 0;
	opacity: 1;
}
.smallScreen header .menu ul ul {
	position: relative;
	visibility: visible;
	display: none;
	left: auto;
	overflow: hidden;
	clear: both;
	padding-bottom: 2px;
}
header .menu ul ul li {
	left: auto;
	float: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 2px 0;

	height: 1%;
	overflow: hidden;
	display: block;

}
.smallScreen header .menu ul ul li {
	margin: 0 0 0 12px;
}
.js header .menu ul ul li {
	height: auto;
	position: absolute;
	display: block;
}
.smallScreen.js header .menu ul ul li {
	position: relative;
}
header .menu ul ul li a {
	float: left;
	display: inline;
}

header .menu ul ul li a,
header .menu ul li ul li a {
	color: #858585;
	background: #1f1f1f;
	border: 1px solid #666;
}


header .menu ul li.sfhover ul li a,
.no-js header .menu ul li:hover ul li a {
	color: #F00;
	background: #FFF;
	border: 1px solid #F00;
}
header .menu ul li:hover ul li:hover a {
	color: #000;
	background: #666;
	border: 1px solid #666;
}
.no-js header .menu ul ul li a:hover,
header .menu ul li.sfhover ul li:hover a,
header .menu ul li.sfhover ul li.sel a/* ,
header .menu ul li.sel ul li.sel a */ {
	color: #FFF;
	background: #F00;
	border: 1px solid #F00;
}

header .menu ul li.sfhover ul,
.bigScreen header .menu.active ul li ul {
	left: auto;
	visibility: visible;
}
.smallScreen header .menu ul li.sfhover ul {
	display: block;
}








#main {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
}
.smallScreen #main {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	bottom: 0;
}
#main .mainWrap {
	width: 870px;
	margin: 0 auto;
	padding: 0 0 64px 0;
}
#main .mainWrap .content {
	width: 870px;
}
.smallScreen #main .mainWrap,
.smallScreen #main .mainWrap .content {
	width: 100%;
}
.js #main .mainWrap {
	display: none;
}






.heading {
	margin: 24px 0 12px 0;
	position: relative;
}
.heading h1 {
	display: inline;
}
.heading .share {
	display: inline-block;
}

.listing {
	margin: 0 0 12px 0;
	position: relative;
}
.listing .logo {
	position: absolute;
	right: 0;
	width: 60px;
	height: 65px;
}
.listing .logo.feature {
	margin-top: -30px;
}
.listing .logo.noFeature {
	margin-top: 10px;
}

.listing .midBar.feature {
	padding-top: 0px;
}
.listing .midBar.noFeature {
	padding-top: 24px;
}

.listing .toggle {
	padding-top: 10px;
	margin-bottom:-20px
}
.listing .toggle a span,
.listing .toggle a.feature span.feature {
	display:none;
}
.listing .toggle a.feature span.all {
	display:inline;
}
.listing .toggle a span.feature {
	display:inline;
}

.listing #swf {
	width: 60px;
	height: 65px;
}
.listing .heading {
	margin-top: 48px;
}
.listing .filterOptions {
	margin: 0 0 12px 0;
	letter-spacing: 0.1em;
	max-width: 725px;
	float: left;
}
.listing .filterOptions ul {
	margin: 0; padding: 0;
	overflow: hidden;
}
.listing .filterOptions li {
	float: left;
	margin: 0 12px 6px 0;
	padding: 0;
}
.listing .filterOptions li a {
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	text-decoration: underline;
}
.listing .filterOptions li a:hover,
.listing .filterOptions li a.sel {
	color: #FFF;
}
.listing .items {
	clear: both;
	overflow: hidden;
	width: 882px;
}
.listing .item {
	width: 135px;
	height: 145px;
	float: left;
	margin: 0 12px 12px 0;
}
.listing .item img {
	display: block;
	width: 135px;
	height: 107px;
}
.smallScreen .listing .items {
	width: 104%;
}
.smallScreen .listing .item {
	width: 49%;
	margin-right: 1%;
	height: 155px;
}
.smallScreen .listing .item img {
	width: 96%;
	height: auto;
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
	.smallScreen .listing .item {
		width: 32%;

	}
}


.listing .item a {
	text-decoration: none;
	color: #999;
}
.listing .item a:hover {
	color: #FFF;
}
.listing .item h3 {
	margin: 6px 0 4px 0;
	text-transform: uppercase;
	line-height: 18px;
}


.listing .items .item a img {
	zoom: 1;
	opacity: 0.4;
}
.listing .items.nofilter .item.feature a img {
	opacity: 1;
}
.listing .items .item a:hover img,
.listing .items.nofilter .item.feature a:hover img {
	opacity: 1;
}





.listing.tx {
	width: 520px;
}
.smallScreen .listing.tx {
	width: 100%;
}
.listing.tx .items {
	width: 100%;
}
.listing.tx .item {
	width: auto;
	height: auto;
	float: none;
	margin: 0 0 2px 0;
}
.listing.tx .item h3 {
	margin-top: 2px;
}
.listing.tx .item p {
	font-family: Helvetica, Arial, sans-serif; font-weight: 100;
	color: #fff;
	margin: 0;
	font-size: 14px;
	margin: 0 0 22px 0;
}


.listing.search form {
	margin: 0 0 36px 0;
	overflow: hidden;
}
.listing.search form label {
	display: none;
}
.listing.search form div {
	float: left;
}
.listing.search form .text input {
	color: #000;
	width: 200px;
	height: 22px;
}
.listing.search form .submit input {
	font-family: 'PragmataPro', Arial, sans-serif; word-spacing: -0.2em;
	letter-spacing: 0.1em;
	height: 22px;
	margin: 1px 0 0 6px;
}



.payPalForm {
	display: inline;
	margin: 0;
	padding: 0;
}
.payPalForm .payPalButton {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	color: #999;
	border: none;
}
.payPalForm .payPalButton:hover {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	color: #F00;
}


.article {
	overflow: hidden;
}
.mainWrap .royalSlider {
	width: 100%;
	height: 580px;
}
/*
@media only screen and (max-height: 750px) {
	.mainWrap .royalSlider {
		height: 400px;
	}
}
*/

.mainWrap .royalSlider .rsImg {
	position: absolute;
	bottom: 0;
}

.mainWrap .royalSlider .sndWrap {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0; left: 0;
}
.mainWrap .royalSlider .sndIframe {
	top: 50%;
	margin-top: -80px;
	position: relative;
	height: 168px;
}

.rsDefault .rsVideoContainer {
	position: absolute;
	bottom: 0;
}


.no-touch .rsDefault .rsABlock {
	opacity: 0 !important;
	display: block !important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.no-touch .rsDefault:hover .rsABlock {
	opacity: 1 !important;
	display: block !important;
}


.mainWrap .royalSlider.feature .rsABlock {
	height: 100%;
	top: 0;
	bottom: auto;
}
.mainWrap .royalSlider .rsABlock {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.mainWrap .royalSlider .rsABlock p,
.mainWrap .royalSlider .rsABlock h2,
.mainWrap .royalSlider .rsABlock div {
	background: none;
}
.mainWrap .royalSlider .rsABlock a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.mainWrap .royalSlider .rsABlock .inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	display: block;
	bottom: 0;
	background: #000;
	max-width: 50%;
	padding: 10px;
}
.smallScreen .mainWrap .royalSlider .rsABlock .toggle {
	position: absolute;
	bottom: 0;
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -300em;
	overflow: hidden;
	background: #000 url(../img/sprites.png?v=3) 5px -190px;
	z-index: 1001;
	border: 1px solid #000;
	opacity: 0.5;
}
.smallScreen.svg .mainWrap .royalSlider .rsABlock .toggle {
  background-image: url(../img/sprites.svg?v=3);
}
.smallScreen .mainWrap .royalSlider .rsABlock .inner {
  display: none;
}
.smallScreen .mainWrap .royalSlider .toggleOn .rsABlock .inner {
  display: block;
}
.smallScreen .mainWrap .royalSlider .toggleOn .rsABlock .toggle {
  display: none;
}



.smallScreen .mainWrap .royalSlider .rsABlock .inner {
	max-width: 100%;
}
.rgba .mainWrap .royalSlider .rsABlock .inner {
	background: rgba(0,0,0,0.5);
}
.mainWrap .royalSlider .rsABlock h2 {
	letter-spacing: 0em;
}


.rsDefault .rsBullet span.vid,
.rsDefault .rsBullet span.snd {
	padding-right: 12px;
	background: url(../img/sprites.png?v=3) right -62px;
}
.svg .rsDefault .rsBullet span.vid,
.svg .rsDefault .rsBullet span.snd {
	background-image: url(../img/sprites.svg?v=3);
}
.rsDefault .rsBullet:hover span.vid, .rsDefault .rsBullet.rsNavSelected span.vid {
	background-position: right -78px;
}

.rsDefault .rsBullet span.snd {
	background-position: right -118px;
}
.rsDefault .rsBullet:hover span.snd, .rsDefault .rsBullet.rsNavSelected span.snd {
	background-position: right -134px;
}


.mainWrap .royalSlider .rsABlock h2 {
	font-size: 13px;
}
.mainWrap .royalSlider .rsABlock a {
	color: #FFF;
}
.mainWrap .royalSlider .rsABlock a:hover {
	color: #FFF;
}
.mainWrap .noImgs .royalSlider {
	display: none;
}
.article.noImgs {
	margin: 24px 0 0 0;
}
.article .heading {
	width: 520px;
}
.smallScreen .article .heading {
	width: 100%;
}
.article .heading h1 {
	background: #2d2d2d;
}
.article .breadcrumbs ul, .article > .body .leadcrumbs ul {
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}
.article > .body .leadcrumbs ul {
	padding: 0 0 16px 0;
}
.article .breadcrumbs li, .article > .body .leadcrumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'PragmataPro', Arial, sans-serif; word-spacing: -0.2em;
	letter-spacing: 0.1em;
	font-size: 13px;
	background: none;
	text-transform: uppercase;
}
.article .breadcrumbs li {
	float: left;
	margin: 0 0 0 8px;
}
.article .breadcrumbs li {
	font-size: 12px;
}
.article .breadcrumbs li:before {
	content: "> ";
	color: #999;
}
.article .breadcrumbs li:first-child {
	margin: 0 0 0 0;
}
.article .breadcrumbs li:first-child:before {
	content: "";
}
.article > .body {
	float: left;
	width: 520px;
	font-family: Helvetica, Arial, sans-serif; font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-size: 14px;
}
.smallScreen .article > .body {
	width: 100%;
}
.mainWrap p,
.mainWrap h1,
.mainWrap h2,
.mainWrap h3,
.mainWrap h4 {
	background: #2d2d2d;
}
.article > .body ul {
	margin: 0 0 0 0;
	padding-left: 10px;
}
.article > .body li {
	list-style: none;
	margin: 0 0 0 -1em;
	padding: 0 0 0 1em;
	background: url(../img/bullet.gif) no-repeat 0 4px;
}
.article > .side {
	float: left;
	width: 290px;
	margin: -30px 0 0 50px;
}
.smallScreen .article > .side {
	float: none;
	margin: 20px 0 0 0;
}
.article > .side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article > .side ul li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	background: none;
}
.article > .side ul li a:before,
.article > .side ul li div:before {
	content: "|";
	margin: 0 8px 0 0;
	color: #FFF;
}
.article > .side ul li:first-child a:before,
.article > .side ul li:first-child div:before {
	content: "";
	margin: 0;
}
.article > .side ul li a,
.article > .side ul li div {
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.1em;
}
.article > .side ul li div:hover,
.article > .side ul li div.sel,
.article > .side ul li a:hover,
.article > .side ul li a.sel {
	color: #F00;
}
.article > .side > div {
	font-family: Helvetica, Arial, sans-serif; font-weight: 100;
	margin: 8px 0 0 0;
	display: none;
	font-size: 90%;
	clear: both;
}
.article > .side > div.sel {
	display: block;
}



.article > .body hr {
	border: 0;
	height: 1px;
	margin-top:16px;
	margin-bottom:16px;
	background-color: #999;
}

.article > .body .post {
	border-top: 1px solid #999;
	padding: 24px 0 0 0;
	margin: 24px 0 24px 0;
}
.article > .body .post:first-child {
	border-top: none;
	padding: 0;
}
.article > .body .post .date {
	color: #CCC;
	font-size: 12px;
	margin: 0 0 6px 0;
}
.article > .body .post h3 {
	font-family: 'PragmataPro', Arial, sans-serif; word-spacing: -0.2em;
	font-size: 16px;
	margin: 0 0 12px 0;
}
#main .mainWrap .article > .body .post .content {
	width: auto;
}







.share {
    position: relative;
}
.share .btn {
	font-size: 12px;
	line-height: 13px;
	color: #2d2d2d;
	background: #a4a4a4;
	margin-top: 6px;
	padding: 2px 5px;
	text-transform: uppercase;
	bottom: 3px;
	left: 2px;

	display: block;
	cursor: pointer;
	position: relative;
}
.share .btn:hover, .share .btn.hover { background: #FFF; color: #2d2d2d; }

.share .btn .shareHold {
	position: absolute;
	top: -34px;
	height: 35px;
	width: 118px;
	background: #FFF;
	left: -4000px;
	margin-left: -20px;
	background: url(../img/sprites.png?v=3) -0px -130px no-repeat;
	text-align: left;
}
.svg .share .btn .shareHold {
	background-image: url(../img/sprites.svg?v=3);
}
.share .btn.hover .shareHold {
	left: 50%;
}
.share .addthis_toolbox {
	margin-left: 5px;
	margin-top: 5px;
}
/*
.share .addthis_toolbox > a {
	display: block;
	height: 28px;
	overflow: hidden;
	width: 100px;
	clear: both;
	margin-right: 0;
}
.share .addthis_toolbox > a.addthis_button_pinterest_pinit {
	width: 44px;
}
.share .addthis_toolbox > a.addthis_button_email,
.share .addthis_toolbox > a.addthis_button_compact {
	float: left;
	clear: none;
	width: 20px;
	margin-top: 2px;
}
*/





/* Paging */
div.paging {
	color: #FFF;
	margin-top: 36px;
	font-size: 85%;
}
div.paging .disabled {
	color: #666;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #FFF;
}
div.paging span a {
	color: #FFF;
	text-decoration: none;
}
div.paging span a:hover {
	text-decoration: underline;
}

div.paging div {
	display: inline;
	text-transform: lowercase;
}
div.paging .status {
	color: #FFF;
}
div.paging .nav {
	float: right;
}







#comments {
	position: relative;
	padding-top: 16px;
}
.mainWrap #comments .items {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#comments .comments {
	margin: 0 0 24px 0;
}
#comments #busy-indicator {
	position: absolute;
}
#comments .add {
	margin: 0 0 24px 0;
}
#comments .add h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
#comments .comment {
	margin: 0 0 16px 0;
}
#comments .comment .time {
	font-size: 10px;
	color: #666;
}
#comments .comment .body {
	font-size: 12px;
}
.mainWrap .comment .body {
	padding: 0;
}


form .input {
	margin: 0 0 12px 0;
}
form .input label.error {
	color: #ffcccc;
}
form label {
	display: block;
}
form .text input, form .textarea textarea {
	width: 75%;
	border: 1px solid #000;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	padding: 0 2px;
}
form .submit input {
	border: none;
	background: #F00;
	border: 1px solid #F00;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	height: 20px;
	padding: 0 6px;

	font-family: 'PragmataPro', Arial, sans-serif; word-spacing: -0.2em;
	letter-spacing: 0.1em;
	height: 22px;
}
form .submit input:hover {
	background: #666;
	border: 1px solid #666;
}
form .form-response {
	margin: 6px 0 0 0;
}

.hide {
	display: none;
}






/* Notices and Errors */
div.message {
	color: #FFF;
	font-size: 100%;
	display: block;

	padding: 0.5em;
	margin: 0 0 6px 0;
	background: rgb(57, 181, 74);
	background: rgba(57, 181, 74, 0.8);
	z-index: 150;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/* Related */
div.related {
	clear: both;
	display: block;
}









/* @media only screen and (min-height: 900px) { */

.bigScreen.scrollW #wrapper {
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.bigScreen.scrollW footer {
	position: relative;
	bottom: auto;
	height: 50px;
}
.bigScreen.scrollW footer .inner {
	margin: 24px auto 0;
	border-top: 1px solid #999;
	padding: 20px 0 8px 0;
}
.bigScreen.scrollW #main {
	position: relative;
	bottom: auto;
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
}

/*
}
*/









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* v1.0.2 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	//-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}


.rsABlock {
/*	left: 0;
	top: 0;
	position: absolute; */
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(royalslider/grab.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
	background: url(royalslider/blank.gif);
	-webkit-backface-visibility: hidden;
}


/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: none;
}


.royalSlider.rsDefault {
	margin: 0 0 40px 0;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 16px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top:-20px;	
	margin-left: -8px;

	position: absolute;	
	cursor: pointer;	
	background: url('../img/sprites.png');
	/*
	background-color: rgba(102,102,102,0.5);
	*background-color: #666;
	
	border-radius: 2px;
	*/
}
.svg .rsDefault .rsArrowIcn {
	background-image: url('../img/sprites.svg');
}
.rsDefault .rsArrowIcn:hover {
	/* background-color: rgba(102,102,102,0.9); */
}



.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -10px -244px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -64px -244px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft:hover .rsThumbsArrowIcn { background-position: -10px -300px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight:hover .rsThumbsArrowIcn { background-position: -64px -300px; }



.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -10px -244px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -244px; }

.rsDefault.rsHor .rsArrowLeft:hover .rsArrowIcn { background-position: -10px -300px; }
.rsDefault.rsHor .rsArrowRight:hover .rsArrowIcn { background-position: -64px -300px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .4; display: none; }





/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	text-align: left;
	line-height: 18px;
	overflow: hidden;
	margin-top: 2px;
}
.rsDefault .rsBullet {
	display: inline-block;
	*display:inline; 
	*zoom:1;
	float: left;
	margin: 0 8px 0 0;
}
.rsDefault .rsBullet {
	color: #666;
	cursor: pointer;
}
.rsDefault .rsBullet:hover span, 
.rsDefault .rsBullet.rsNavSelected span  {
	color: #FFF;
}







/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(royalslider/default/rs-default.png) no-repeat 0 -32px;
	
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	display: none;
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
	/*top: -6px;
	right: -38px;*/
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('royalslider/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}





/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(royalslider/default/../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}