/*
	common.css - the primary styles
	
	Author: Laza
*/


/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* HTML5 Boilerplate prefix styles - h5bp.com */
html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

html {
	height: 100%;
	min-height: 100%;
}
body {
	height: 100%;
	overflow: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 1.385;
	color: #cccccc;
	background-color:#000000;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
select, input, textarea {  
	color: #444;
}
input[type=text]::-ms-clear {
    display: none;
}
a, a:active, a:visited {
	color: #dddddd;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a img {	border: none; text-decoration: none; }
h1,h2,h3 { font-weight: normal; margin: 0 0 0.2em 0; line-height: 1.2; }
h4,h5,h6 { font-weight: bold; margin: 0 0 0.5em 0; }
h1 { font-size: 360% }
h2 { font-size: 200%; }
h3 { font-size: 140%; }
h4 { font-size: 115%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

video, audio { 
	vertical-align: top; 
}

.chromeframe { position: relative; z-index: 9999; }
.chromeframe a { color: #ffffff; }
.chromeframe a:hover { color: #ff0000; } 

.addtop { 
	margin-top: 10px; 
}

.center {
	text-align: center;
}

.hook { 
	position: absolute;
	display: none;
}

@font-face {
	font-family: "Open Sans Cond Light";
	font-style: normal;
	font-weight: normal;
	src: local("Open Sans Cond Light"), url('https://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xMTgyteJAvYJ1fpbrx49ekQ.woff') format('woff');
}
h1 { font-family: "Open Sans Cond Light", Verdana, Geneva, Tahoma, sans-serif; font-weight: normal; }

/******************************************* Tooltip */

.tooltip {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px;
	color: #000;
	max-width: 240px;
	z-index: 99999;
	background-color: rgba(255,255,255,0.9);
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}
.no-rgba .tooltip {
	background-color: transparent;
	background-image: url(w80.png);
}
.tooltip > .nub {
	position: absolute;
	display: block;
	padding: 0;
	margin-left: 50%;
	left: -5px;
	top: -10px;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: transparent transparent rgba(255,255,255,0.9) transparent;
}
.tooltip.valign-top > .nub {
	top: auto;
	bottom: -10px;
	border-color: rgba(255,255,255,0.9) transparent transparent transparent;
}
.tooltip.valign-middle > .nub {
	margin-left: 0;
	top: 50%;
	margin-top: -5px;
}
.tooltip.valign-middle.align-left > .nub {
	left: auto;
	border-color: transparent transparent transparent rgba(255,255,255,0.9);
	right: -10px;
}
.tooltip.valign-middle.align-right > .nub {
	left: -10px;
	border-color: transparent rgba(255,255,255,0.9) transparent transparent;
}
.tooltip a {
	color: #000;
}
.tooltip span.nr {
	font-size: 80%;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
	font-style: normal;
	padding: 1px 3px;
	color: #ddd;
	background-color: #222;
}
.tooltip #breadcrumb a {
	display: block;
	padding: 3px 5px;
}
.tooltip #breadcrumb a:hover {
	background-color: #000;
	color: #fff;
}
.tooltip.regions a {
	display: block;
	font-size: 85%;
	color: #000;
	padding: 2px 4px;
	line-height: 1.8;
}
.tooltip.regions a:hover {
	color: #fff;
	background-color: #000;
}
.tooltip small b {
	background-color: #ddd;
	padding: 1px 2px;
}
.tooltip form {
	display: inline-block;
	position: relative;
	margin: 3px;
}
.tooltip form input {
	background-color: #fff;
	vertical-align: middle;
}
.tooltip.slideshowdelay input,
.tooltip form input.searchtext {
	padding: 2px 20px 2px 6px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #bbb;
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4);
}
.tooltip.slideshowdelay input {
	width: 30px;
}
.tooltip form input.searchtext {
	width: 120px;
}
.tooltip form a.button {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-image: url(ok.png);
	background-position: 0 0;
	background-repeat: no-repeat;	
	z-index: 99999;
	cursor: pointer;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.tooltip form a.button:hover {
	background-position: 0 -40px;
}
.tooltip p.info {
	margin: 0;
	max-width: 160px;
	color: #666;
	font-size: 80%;
	line-height: 1;
}
.tooltip input.fullw {
	margin: 0.2em 0;
	padding: 0 1%;
	width: 96%;
}

.tooltip a.original, 
.tooltip .sizes a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0.5em;
	padding: 2px 4px;
	font-size: 80%;
	background-color: rgba(17,119,176,1);
	color: #ddd;
} 
.tooltip .sizes a:first-child {
	margin-left: 0;
}
.tooltip a.original:hover
.tooltip .sizes a:hover {
	background-color: rgba(0,102,153,1);
	color: #fff;
}	

/******************************************* Modal windows v2 */

._m_window {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	outline: none;
	z-index: 99998;
}
._m_window.darken {
	background-color: rgba(0,0,0,0.6);
}
.no-rgba ._m_window.darken {
	background-color: transparent;
	background-image: url(k60.png);
}
._m_panel {
	position: absolute;
	overflow: hidden;
	/*left: -10000px;*/
	-moz-box-shadow:2px 5px 16px rgba(0,0,0,0.4); -webkit-box-shadow:2px 5px 16px rgba(0,0,0,0.4); box-shadow:2px 5px 16px rgba(0,0,0,0.4);
}
._m_head {
	position: relative;
	height: 30px;
	line-height: 30px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
	-ms-touch-action: none;
	touch-action: none;
}
._m_head h5 {
	position: absolute;
	text-align: center;
	margin: 0;
	left: 35px;
	right: 35px;
	color: #666;
	overflow: hidden;
}
._m_head span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	color: #222;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 0px 0 0 0;
	border-radius: 0px 0 0 0;
	border-right: 1px solid rgba(0,0,0,0.2);
}
._m_head span.error {
	background-color: rgba(255,0,0,0.5);
}
._m_head span.warning {
	background-color: rgba(255,242,0,0.5);
}
._m_head a.close {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	cursor: default;
	text-align: center;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 0 0px 0 0;
	border-radius: 0 0px 0 0;
	background-repeat: no-repeat;
}
._m_head span, 
._m_head a.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.no-rgba ._m_head a.close {
	background-color: transparent;
}
._m_head a.close:hover {
	background-color: rgba(0,0,0,0.2);
}
.no-rgba ._m_head a.close:hover {
	background-color: transparent;
}
.no-cssgradients ._m_head a.close {
	border-radius: 0;
}
._m_cont {
	position: relative;
	overflow: hidden;
	padding-bottom: 16px;
}
._m_cont a { color: #39c; }
._m_cont a:hover { color: #3bf; }
._m_cont_i {
	padding: 16px 16px 0 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	color: #444;	
}
._m_panel a.resize {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	cursor: nwse-resize;
	z-index: 99999;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAA3NCSVQICAjb4U/gAAAAElBMVEX////29vYAAAD29vYgICAYGBgbQ3DVAAAABnRSTlMAESJVZoiDrvV+AAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADEyLzA0LzEzSpgBewAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAApSURBVAiZY2BABioQiikYQqsaoHFVIFyIgKoBWB4Hl8WABaybEQiRAAAa2QVZvCefFQAAAABJRU5ErkJggg==);
	-ms-touch-action: none;
	touch-action: none;
}

#dialog ._m_cont_i {
	text-align: center;
}

.no-touch ._m_window ::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}


._m_head {
	border-bottom: 1px solid #000;
	background-color: #222;
	background-image: -moz-linear-gradient(top, #444 0%,#282828 50%,#202020 50%,#000 100%);
	background-image: -webkit-linear-gradient(top, #444 0%,#282828 50%,#202020 50%,#000 100%);
	background-image: -o-linear-gradient(top, #444 0%,#282828 50%,#202020 50%,#000 100%);
	background-image: -ms-linear-gradient(top, #444 0%,#282828 50%,#202020 50%,#000 100%);
	background-image: linear-gradient(top, #444 0%,#282828 50%,#202020 50%,#000 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#444444',endColorstr='#000000');
}
._m_head h5,
._m_head span,
._m_head a.close {
	color: #888;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.6);
}
._m_head a.close {
	background-color: rgba(255,255,255,0.1);
	border-left: 1px solid #000;
}
.no-rgba ._m_head a.close {
	background-image: url(w10.png);
}
._m_head a.close:hover {
	color: #888;
	background-color: rgba(255,255,255,0.2);
}
.no-rgba ._m_head a.close:hover {
	background-image: url(w20.png);
}
._m_cont {
	background-color: #222;
	background-color: rgba(34,34,34,0.95);
	border-top: 1px solid #333;
}
._m_cont a { color: #9cf; }
._m_cont a:hover { color: #adf; }
._m_cont_i { color: #ccc; }

.no-touch ._m_window ::-webkit-scrollbar-corner {
	background-color: #111;
}
.no-touch ._m_window ::-webkit-scrollbar-thumb {
	background-color: #555;
	border: 2px solid #000;
}
.no-touch ._m_window ::-webkit-scrollbar-track {
	background-color: #111;
}


/******************************************* Buttons for modal windows */

._m_cont .buttons {
	display: block;
	clear: both;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
}
._m_cont .buttons a {
	padding: 0 10px;
	margin: 5px 2px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
	color: #eee;
	cursor: default;
	white-space: nowrap;
	background-color: #555;
	background-image: -moz-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image: -webkit-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image: -o-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image: -ms-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image: linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF333333,EndColorStr=#FF0F0F0F);
	-ms-filter: "progid: DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF333333,EndColorStr=#FF0F0F0F)";
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}

._m_cont .buttons a.active,
._m_cont .buttons a:hover {
	color: #fff;
	background-image: -moz-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image: -webkit-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image: -o-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image: -ms-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image: linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF1177aa,EndColorStr=#FF006699);
	-ms-filter: "progid: DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF1177aa,EndColorStr=#FF006699)";
}

/******************************************* Cookie policy */

#cookiepolicy {
	position: absolute;
	position: fixed;
	display: none;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.5em;
	background-color: rgba(0,0,0,0.7);
	font-size: 0.85rem;
	cursor: pointer;
	z-index: 999999;
}

#cookiepolicy p {
	margin: 0;
	color: #ccc;
	text-align: center;
}

#cookiepolicy p a {
	margin: 0 0.25em;
	color: #0f0;
}

#cookiepolicy p a.btn {
	color: #fff;
	background-color: #0c0;
	padding: 0.2em 0.4em;
	border-radius: 3px;
}

/******************************************* Search results window */

.searchresults > form {
	position: relative;
	margin: 0 0 0.5em 0;
}
.searchresults > form input {
	padding: 2px 10% 2px 2%;
	height: 20px;
	width: 88%;
	line-height: 20px;
	border: none;
	background-color: #f4f4f4;
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4);
}
.searchresults > form a.button {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	background-image: url(ok.png);
	background-position: 0 0;
	background-repeat: no-repeat;	
	z-index: 99999;
	cursor: pointer;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.searchresults > form a.button:hover {
	background-position: 0 -20px;
}
.searchresults > p:first-child {
	margin-top: 0;
}
.searchresults > a {
	margin: 4px 0;
	clear: both;
	display: block;
	color: #555;
	text-align: left;
	padding: 6px;
	background-color: #fff;
	zoom: 1;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}
.searchresults > a.active {
	background-color: #ddd;
}
.searchresults > a: before, 
.searchresults > a: after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.searchresults > a: after { clear: both; }
.searchresults > a:hover,
.searchresults > a:focus {
	padding: 4px;
	border: 2px solid #999;
	color: #222;
}
.searchresults > a aside {
	float: left;
	display: inline-block;
	width: 20%;
	min-width: 60px;
	margin-right: 10px;
}
.searchresults > a aside img {
	max-width: 100%;
	height: auto;
}
.searchresults > a h5,
.searchresults > a p {
	margin: 0 0 0.5em 0;
	overflow: hidden;
}
.searchresults > a em {
	font-style: normal;
	background-color: #ff9;
}

/******************************************* Feedback form */

.feedback > form {
	position: relative;
	margin: 0 0 0.5em 0;
}
.feedback > form p {
	margin: .5em 0;
}
.feedback > form p:first-child {
	margin-top: 0;
}
.feedback > form textarea,
.feedback > form input {
	padding: 4px 2%;
	width: 96%;
	background-color: #f8f8f8;
	border: none;
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2); box-shadow:inset 0px 1px 3px rgba(0,0,0,0.2);
}
.feedback > form input {
	line-height: 1.5em;
	height: 1.5em;
}
.feedback > form > p textarea {
	height: 8.5em;
}
.feedback > form > div {
	margin: 4px 0;
	clear: both;
	display: block;
	color: #555;
	text-align: left;
	padding: 6px;
	background-color: #fff;
	zoom: 1;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}
.feedback > form > div: before, 
.feedback > form > div: after {  clear: both; content: "\0020"; display: block; height: 0; visibility: hidden; } 
.feedback > form > div aside {
	float: left;
	display: inline-block;
	margin-right: 10px;
	width: 30%;           
	min-width: 60px;
	max-width: px;
}
.feedback > form > div > div {
	position: relative;
	overflow: hidden;
}
.feedback > form > div aside img {
	max-width: 100%;
	height: auto;
}
.feedback > form a.remove {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	right: -6px;
	top: -6px;
	color: #999;
	cursor: pointer;
}
.feedback > form a.remove:hover {
	color: #f00;
}
.feedback > form label {
	font-size: 80%;
	color: #666;
	display: block;
	margin-bottom: 0.5em;
}
.feedback > form > div textarea {
	height: 4.5em;
	background-color: #fff;
}

/******************************************* Shop multiple items */

.shopall {
	text-align: center;
}
.shopall ul.thumbs {
	width: auto;
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
.shopall ul.thumbs li {
	position: relative;
	display: inline-block;
	margin: 1px;
	text-align: center;
	width: 54px;
	height: 54px;
	line-height: 54px;
}
.shopall ul.thumbs li img {
	width: auto;
	height: auto;
	max-width: 54px;
	max-height: 54px;
}

.shopall ul.thumbs li a.remove {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	right: 0;
	top: 0;
	font-size: 150%;
	line-height: 1;
	color: #999;
	cursor: pointer;
}
.shopall ul.thumbs li a.remove:hover {
	color: #f00;
}

/******************************************* Help window */

.help {
	font-size: 12px;
}
.help ul { 
	clear: both;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: .5em 0 .5em 360px;
	list-style-type: none;
}
.help .index {
	background-image: url(helpsplash.png);
	min-height: 160px;
}
.help .slide { 
	background-image: url(helpgallery.png);
	min-height: 260px;
}
.help ul: after { 
	clear: both;
}
.help ul:first-child {
	margin-top: 0;
}
.help ul:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.help li {
	text-align: left;
	text-indent: -30px;
	line-height: 2;
}
.help li em {
	padding: 2px 5px;
	margin-left: 10px;
	font-style: normal;
	font-size: 85%;
	white-space: nowrap;
	border: 1px solid #999;	
}
.help li b {
	padding: 2px 5px;
	font-weight: bold;
	white-space: nowrap;
}
.help li span {
	padding: 2px 5px;
	margin-right: 10px;
	font-weight: bold;
}
#help ._m_cont p {
	text-align: center;
	margin: 0.5em 0 0 0;
}

.help li b {
	background-color: #000;
}
.help li span {
	background-color: #ccc;
	color: #333;
}

/******************************************* Generic controls */

.controls a,
a.control {
	background-image: url(controls.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.controls a:hover,
a.control:hover {
	background-position: -70px inherit;
}

/******************************************* Main layout elements */

#widgetbg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25px;
	z-index: 1;
}
#mainbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 25px;
	z-index: 0;
}
#main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 25px;
	overflow: auto;
	z-index: 10;
	-webkit-text-size-adjust: 120%;
	zoom: 1;
}

#main header {
	position: relative;
}

#main .items {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}


#main .container {
	position: relative;
	width: 768px;
	height: 100%;
	max-height: 100%;
	zoom: 1;
	margin: 0 auto;
}
#main header {
	margin-left: 4px;
}
#main header .title aside {
	float: right;
	margin-top: 20px;
}
#main header .title .controls:first-child {
}
#main header .title .controls:last-child {
}
#main header .description {
	clear: both;
}
.starttxt {
	font-size: 140%;
}
#main .items {
	width: 768px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
#navigation {
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	z-index: 998;
}

#main .items {
	margin-top: 20px;
}



/******************************************* Header */

#main header {
	width: 760px;
	height: 240px;
	max-height: 100%;
	z-index: 10;
	background-color:#222222;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.6); box-shadow:1px 3px 8px rgba(0,0,0,0.6);
}
#main header.same {
}
.ie7 #main header {
	max-height: none;
}
.page #main header {
	height: 110px;
}
.sub-album #main header {
	height: 240px;
}
#main header > .pattern {
	position: relative;
	height: 100%;
}
#main header .title {
	padding: 0 20px;
	max-height: 210px;
	overflow: hidden;
	color: #fff;
}
.page #main header .title {
	max-height: 80px;
}
.sub-album #main header .title {
	max-height: 210px;
}
#main header .title .upbtn {
	float: left;
	margin: 20px 20px 0 0;
}
#main header .title .controls {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.6);
}
.no-rgba #main header .title .controls {
	background-color: transparent;
	background-image: url(k60.png);
}
#main header .title .controls a {
	display: block;
}
#main header .title .controls:hover {
	background-color: rgba(0,0,0,0.8);
}
.no-rgba #main header .title .controls:hover {
	background-color: transparent;
	background-image: url(k80.png);
}
#main header .share a {
	background-position: -735px -15px;
}
#main header .download a {
	background-position: -835px -15px;
}
#main header .new a {
	background-position: -885px -15px;
}
#main header .search a {
	background-position: -685px -15px;
}
#main header .about a {
	background-position: -935px -15px;
}
#main header .parent a {
	background-position: -5px -15px;
}
#main header .share a:hover {
	background-position: -735px -85px;
}
#main header .download a:hover {
	background-position: -835px -85px;
}
#main header .new a:hover {
	background-position: -885px -85px;
}
#main header .search a:hover {
	background-position: -685px -85px;
}
#main header .about a:hover {
	background-position: -935px -85px;
}
#main header .parent a:hover {
	background-position: -5px -85px;
}

/* Page title and description */
#main header .hgroup {
	margin-top: 10px;
	padding: 10px 0;
	overflow-x: hidden;
	max-height: 200px;

	overflow: hidden;
}
.page #main header .hgroup {
	max-height: 40px;
}
.sub-album #main header .hgroup {
	max-height: 170px;
}
#main header h1 {
	font-weight: normal;
	line-height: 1.1;
    text-overflow: ellipsis;
	text-shadow:2px 3px 6px rgba(0,0,0,0.5);
}
#main header .description {
	display: inline-block;
	font-weight: normal;
	padding: 3px 5px;
	text-shadow:2px 3px 6px rgba(0,0,0,0.5);
}
.no-rgba #main header .description {
	background-color: transparent;
	background-image: url(k20.png);
}

#main header .description {
	background-color: transparent;
	transition: background-color 500ms linear;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
}
#main header .description:hover {
	background-color: rgba(0,0,0,0.2);
}
.no-rgba #main header .description:hover {
	background-color: transparent;
	background-image: url(k20.png);
}
#main header .description a {
	text-decoration: underline;
	color: #fff;
}
#main header .description a:hover {
	color: #adf;
}
/* Breadcrumb path */
#main header .breadcrumb {
	font-size: 90%;
	display: block;
	margin: 0.2em 0 0.4em 0;
}
#main header .breadcrumb div {
	display: inline-block;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 4px 10px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 4px 10px rgba(0,0,0,0.4); box-shadow:inset 0px 4px 10px rgba(0,0,0,0.4);
}
.no-rgba #main header .breadcrumb div {
	background-color: transparent;
	background-image: url(k20.png);
} 
#main header .breadcrumb a {
	display: inline-block;
	font-weight: bold;
	padding: 0 0.5em;
	line-height: 2em;
	height: 2em;
	color: #ddd;
	text-shadow:1px 2px 4px rgba(0,0,0,0.5);
}
#main header .breadcrumb a:hover,
#main header .breadcrumb a:focus {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
#main header .breadcrumb a:first-child {
}
#main header .breadcrumb a:last-child {
}

/*********************************** Start slideshow */

.startshow {
	position: absolute;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
	width: 90px;
	height: 90px;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.no-rgba .startshow {
	background-color: transparent;
	background-image: url(k20.png);
}
.startshow:hover {
	background-color: rgba(0,0,0,0.8);
}
.no-rgba .startshow:hover {
	background-color: transparent;
	background-image: url(k80.png);
}
.starttxt {
	float: right;
	height: 90px;
	padding: 0 90px 0 20px;
	line-height: 90px;
	color: #fff;
	overflow: hidden;
	text-align: right;
    text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(start.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.startshow:hover .starttxt {
	background-position: right -90px;
}

/*********************************** Left box = map and FB commenting */

.left-box {
	margin-top: 20px;
	margin-left: 4px;
	min-height: 120px;
}

/*********************************** Items */

#main .items > .cont {
	display: block;
	width: 768px;
	padding-right: 0px;
}

/*********************************** Footer */

#main footer {
	clear: both;
	display: block;
	margin: 10px 4px;
	text-align: center;
}
#main footer .wrap {
	padding: 0.5em 1em;
}
#main footer .wrap img {
	max-width: 100%;
}
#main footer .promotion,
#main footer .footer-links {
	font-size: 75%;
}
#main .footer em {
	font-style: italic;
}

/*********************************** Top navigation */

.no-rgba #navigation {
	background-color: transparent;
	background-image: url(k80.png);
}

#navigation .logo {
	float: left;
	display: inline-block;
	max-width: 25%;
	line-height: 37px;
	margin-right: 2%;
	vertical-align: top;
}
#navigation .logo a {
	display: block;
}
#navigation .logo img {
	max-height: 100px;
	vertical-align: middle;
}
#navigation nav {
	padding-left: 30%;
	padding-right: 10px;
}
#navigation nav > ul {
}
#navigation nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation nav li {
	transition: background-color 500ms linear;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
}
#navigation nav ul a {
	display: block;
	line-height: 30px;
    text-overflow: ellipsis;
	white-space: nowrap;
	color: #ccc;
	transition: color 300ms linear;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	text-shadow:1px 2px 4px rgba(0,0,0,0.5);
}
#navigation nav > ul > li > a {
	max-width: 180px;
	overflow: hidden;
	line-height: 40px;
}
#navigation nav > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 40px;
}
.ie7 #navigation nav > ul > li {
	float: left;
}
#navigation nav > ul > li.home {
	width: 40px;
	height: 40px;
}
#navigation nav > ul > li.home a {
	display: block;
	line-height: 40px;
	background-position: -785px -19px;
}
#navigation nav > ul > li.home a:hover {
	background-position: -785px -89px;
}
#navigation nav li.actual {
	background-color: #000;
}
#navigation nav li:hover {
	background-color: rgba(0,0,0,0.8);
}
.no-rgba #navigation nav li:hover {
	background-color: transparent;
	background-image: url(k90.png);
}
#navigation nav li:hover > a {
	color: #fff;
}
#navigation nav > ul > li > a {
	/*font-size: 110%;*/
	padding: 0 .75em;
}
#navigation nav > ul > li ul {
	display: none;
	position: absolute;
	line-height: 30px;
	text-align: left;
	z-index: 999;
	background-color: rgba(0,0,0,0.8);
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.6); box-shadow:1px 3px 8px rgba(0,0,0,0.6);
}
.no-rgba #navigation nav > ul > li ul {
	background-color: transparent;
	background-image: url(k80.png);
}
#navigation nav > ul > li > ul {
	min-width: 100%;
}
#navigation nav > ul > li > ul li {
	position: relative;
	display: block;
}
#navigation nav > ul > li > ul > li a {
	line-height: 30px;
	font-size: 100%;
	padding: 0 8px;
}
#navigation nav > ul > li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#navigation nav > ul > li:hover > ul,
#navigation nav > ul > li > ul > li:hover > ul,
#navigation nav > ul > li > ul > li > ul > li:hover > ul {
	display: block;
}

/******************************************* Pages */

#main article {
	display: block;
	position: relative;
	margin: 0 4px;
	padding: 20px;
	color: #cccccc;
	background-color: rgba(255,255,255,0.1);
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}
.no-rgba #main article {
	background-color: transparent;
	background-image: url(w10.png);
}
#main article code {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	font-size: 0.92em;
	background-color: #fff;
	color: #333;
	margin: 0 0.3em;
	padding: 0.1em 0.3em;
}

/******************************************* Folders */

.thumbs,
.folders {
	table-layout: fixed;
	width: 768px;
	clear: both;
	border-collapse: separate;
	border-spacing: 4px;
	margin-top: -4px;
}
.ie7 .folders {
	margin-right: -20px;
}
.thumbs td,
.folders td {
	position: relative;
	padding: 0;
	vertical-align: top;
	color: #cccccc;
	overflow: hidden;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.folders td {
	width: 25%;
	max-width: 187px;
	background-color: rgba(255,255,255,0.1);
	transition: background-color 250ms linear;
	overflow: hidden;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
}
.folders.pages td {
}
.no-rgba .folders td {
	background-color: transparent;
	background-image: url(w10.png);
}
.folders td:hover {
	background-color: rgba(255,255,255,0.2);
}
.no-rgba .folders td:hover {
	background-color: transparent;
	background-image: url(w20.png);
	/*-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";*/
}
.thumbs td.empty,
.rgba .thumbs td.empty,
.no-rgba .thumbs td.empty,
.folders td.empty,
.rgba .folders td.empty,
.no-rgba .folders td.empty {
	background-image: none;
	background-color: transparent !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.folders a {
	color: #dddddd;
}
.folders a:hover {
	color: #ffffff;
	outline: none;
}

.folders aside {
	position: relative;
	margin: 5px auto 0.5em auto;
	display: table;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-text-size-adjust: 100%;
}
.ie7 .folders aside {
	display: inline;
}
.folders aside a {
	display: table-cell;
	width: 177px;
	height: 177px;
	vertical-align: middle;
}
.ie7 .folders aside a {
	display: block;
}
.folders aside a img {
	max-width: 177px;
	max-height: 177px;

	width: auto;
	height: auto;
	vertical-align: top;
	border: none;
}
.folders .data {
	overflow-x: hidden;
	padding: 0.8em 10px;
	max-width: 167px;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.folders.pages .data {
	padding: 0.8em;
}
.folders h4 {
	font-size: 100%;
	line-height: 1.15;
	margin: 0 0 0.2em 0;
/*	text-shadow:1px 1px 2px rgba(0,0,0,0.4);*/
}
.folders h4:last-child {
	margin-bottom: 0;
}
.folders .caption,
.folders p {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.folders p.info {
	font-size: 85%;
}
.folders .readmore {
	 font-size: 80%;
	 background-color: rgba(255,255,255,0.2);
}

.neighbors {
	clear: both;
	line-height: 40px;
	margin: 0 4px 4px 4px;
}
.neighbors a {
	display: inline-block;
	vertical-align: top;
	color: #cccccc;
	max-width: 372px;
	max-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	padding: 3px;
	background-color: rgba(255,255,255,0.1);
	transition: background-color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.neighbors a span {
	display: inline;
	max-height: 40px;
	margin: 0 .5em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-rgba .neighbors a {
	background-color: transparent;
	background-image: url(w10.png);
}
.neighbors a:hover {
	background-color: rgba(255,255,255,0.2);
}
.no-rgba .neighbors a:hover {
	background-color: transparent;
	background-image: url(w20.png);
}
.neighbors a.next {
	float: right;
}
.neighbors a.previous {
	float: left;
}
.neighbors a img {
	display: inline-block;
	width: auto;
	height: 40px;
	vertical-align: top;
}
.neighbors a.next img {
	float: right;
}
.neighbors a.previous img {
	float: left;
}

/******************************************* Thumbnail grid on index page */

.thumbs td {
	width: 25%;
	padding: 0;
	background-color: rgba(255,255,255,0.1);
}
/*.thumbs table td {
	width: 186px;
}*/
.thumbs td > a {
	display: block;
	position: relative;
	height: 180px;
	line-height: 176px;
	overflow: hidden;
	text-align: center;
	padding: 3px 3px 3px 3px;
	
	transition: background-color 250ms linear;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-webkit-text-size-adjust: 100%;
}
.no-rgba .thumbs td > a {
	background-color: transparent;
	background-image: url(w10.png);
}
.thumbs td > a:hover, 
.thumbs td > a:focus {
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	outline: none;
}
.no-rgba .thumbs td > a:hover, 
.no-rgba .thumbs td > a:focus {
	background-color: transparent;
	background-image: url(w20.png);
	/*-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";*/
}
.thumbs td > a.active {
	background-color: rgba(255,255,255,0.4);
}
.no-rgba .thumbs td > a.active {
	background-color: transparent;
	background-image: url(w40.png);
}
.thumbs td > a img {
	display: inline;
	vertical-align: middle;
	max-width: 180px;
	max-height: 180px;
	border: 0;
	outline: none;
}
.thumbs td > a b {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	font-size: 1px;
}
.thumbs td > .caption {
	margin: 0;
	padding: 0.5em 8px;
	line-height: 1.2;
	max-width: 170px;
	overflow-x: hidden;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.thumbs td > .caption span.nr {
	font-size: 80%;
	line-height: 1.6;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	padding: 0px 3px;
	color:#222222;
	background-color: #cccccc;
}
.thumbs td > .caption a.original {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0.5em;
	padding: 2px 4px;
	font-size: 80%;

	background-color: rgba(0,0,0,0.4);
	color: #ddd;
}
.thumbs td > .caption .comment {
	font-size: 90%;
	margin-top: 0.2em;
}
.newlabel {
	display: inline;
	position: absolute;
	padding: 4px 2px 4px 4px;
	border-right: 3px solid #c00;
	background-color: #A00;
	background-color: rgba(192,0,0,0.6);
	color: #ddd;
	font-size: 66.7%;
}
.thumbs .newlabel {
	line-height: 12px;
	right: 3px;
	top: 3px;
}	
.folders .newlabel {
	line-height: 12px;
	right: 0;
	top: 0;
}
.scrollbox .newlabel {
	line-height: 1em;
	right: 3px;
	top: 3px;
	font-size: 55%;
}	


.cont.load .wait {
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 20px;
	background-image: url(load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 99;
}

/******************************************* Bulk actions */

.checkbox {
	display: inline;
	position: absolute;
	border: 1px solid rgba(255,255,255,0.1);
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4);
}
.thumbs .checkbox {
	width: 20px;
	height: 20px;
	left: 3px;
	top: 3px;
}
.gallery .main .checkbox {
	width: 24px;
	height: 24px;
	left: 1px;
	top: 1px;
	z-index: 9999;
}
.gallery .main.video .checkbox {
	display: none;
}
.gallery .main:hover .checkbox,
.thumbs td > a:hover .checkbox {
	border: 1px solid rgba(255,255,255,0.4);
}
.checkbox.active {
	background-color: rgba(0,0,0,0.3);
	background-image: url(check.png);
	background-repeat: no-repeat;
}
.thumbs td > a .checkbox.active {
	background-position: 0 0;
}
.gallery .main .checkbox.active {
	background-position: 2px 2px;
}
.thumbs td > a:hover .checkbox.active {
	background-position: 0 -40px;
}
.gallery .main:hover .checkbox.active {
	background-position: 2px -38px;
}

/******************************************* Actions */

.actions {
	margin: 10px 4px;
	min-height: 30px;
}
.actions:first-child {
	margin-top: 0;
}
.bulkactions {
	float: right;
	display: inline-block;
	margin-left: 15px;	
}
.bulkactions span,
.bulkactions .shares {
	font-size: 85%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 3px 6px;
	line-height: 24px;
}
.bulkactions span a {
	margin: 0 .1em;
	padding: .1em .4em;
	border: 1px solid #cccccc;
}
.bulkactions nav.buttons {
	display: inline-block;
}

/******************************************* Map on index page */

#map {
	display: block;
	margin: 0 4px;
	padding: 3px;
	background-color: rgba(255,255,255,0.1);
	overflow: hidden;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.no-rgba #map {
	background-color: transparent;
	background-image: url(w10.png);
}
#map .cont {
	position: relative;
	width: 754px;
	height: 300px;
}

/******************************************* Map on index page */

.fb-comments, 
.disqus-comments {
	margin-top: 20px;
	margin-left: 4px;
	margin-right: 4px;
}
.disqus-comments {
	padding: 3px;
	background-color: rgba(255,255,255,0.1);
	width: 754px;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}

#slide .fb-comments,
#slide .disqus-comments {
	padding: 0 10px 0 0;
	margin: 0;
	height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

/******************************************* Share box */

.shareactions > .shares {
	font-size: 85%;
	margin: 4px 15px 0 4px;
}
.shares .likebtn {
	height: 22px;
	background-position: 0 0;
	overflow: hidden;
}
.shares > a {

	display: block;
	padding: 1px 4px 1px 26px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(share_dark.png);
}
.hook-s,
.shares > a:hover {
	background-image: url(share.png);
}
.shares a.facebook { background-position: -1px -25px; }
.shares a.twitter { background-position: -1px -49px; }
.shares a.digg { background-position: -1px -73px; }
.shares a.myspace { background-position: -1px -97px; }
.shares a.delicious { background-position: -1px -121px; }
.shares a.stumbleupon { background-position: -1px -145px; }
.shares a.email { background-position: -1px -169px; }
.shares a.reddit { background-position: -1px -193px; }
.shares a.tumblr { background-position: -1px -217px; }
.shares a.flickr { background-position: -1px -241px; }
.shares a.foursquare { background-position: -1px -265px; }
.shares a.gplus { background-position: -1px -289px; }
.shares a.linkedin { background-position: -1px -313px; }
.shares a.picasa { background-position: -1px -337px; }
.shares a.skype { background-position: -1px -361px; }
.shares a.vimeo { background-position: -1px -385px; }
.shares a.youtube { background-position: -1px -409px; }
.shares a.phone { background-position: -1px -433px; }
.shares a.jalbum { background-position: -1px -457px; }
.shares a.pinterest { background-position: -1px -481px; }
.shares a.instagram { background-position: -1px -505px; }
.shares a.github { background-position: -1px -529px; }
.shares a.rss { background-position: -1px -553px; }

.shares > span {
	display: inline-block;
	line-height: 20px;
	padding: 1px 3px;
	vertical-align: top;
}

.shares .likebtn {
	display: inline-block;
	margin-right: 4px;
	vertical-align: top;
	margin-top: 1px;
}
.shares > a {
	display: inline-block;
	background-image: url(share_light.png);
}

/*********************************** Regions */

.regions-cont {
	position: absolute;
}
.regions-cont a {
	position: absolute;
	display: block;
	border: 3px solid #fff;
	opacity: 0;
	cursor: pointer;
	background-image: url(blank.png);
}
.regions-cont a,
.regions-cont a:hover,
.regions-cont a.active 
.regions-cont.active a,
.regions-cont.active a.active,
.regions-cont.active a:hover {
	transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
}
.regions-cont a:hover,
.regions-cont a.active,
.regions-cont.active a.active,
.regions-cont.active a:hover {
	opacity: 1;
}
.touch .regions-cont.active a {
	opacity: 0.6;
}
.regions-cont.active a {
	opacity: 0.3;
}
.regions-cont a span {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 85%;
	padding: 0 4px 4px 6px;
	background-color: #fff;
	font-size: 80%;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0 0px 0 0px;
}
.touch .regions-cont a span,
.regions-cont a:hover span {
	max-width: none;
}

/**************************************************************** Images page */

.gallery {
	position: absolute;
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 25px;
	z-index: 10000;
	background-color:#000000;
	overflow: hidden;
	-webkit-text-size-adjust: 120%;
	-webkit-overflow-scrolling: auto;
	touch-action: none;
}
#slide .gallery {
	display: block;
}
.gallery a {
	text-decoration: none;
	outline: none;
}
.gallery .navigation {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 10000;
}
.gallery .navigation.hide {
	top: -140px;
}
.gallery .navigation nav {
	display: none;
	position: absolute;
	bottom: -75px;
	padding-top: 5px;
	
	left: 50%;
	margin-left: -205px;
	height: 70px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	white-space: nowrap;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.6); box-shadow:1px 3px 8px rgba(0,0,0,0.6);
	-webkit-text-size-adjust: 100%;
}
.no-rgba .gallery .navigation nav {
	background-color: transparent;
	background-image: url(k80.png);
}
.gallery .navigation nav a {
	display: inline-block;
	width: 50px;
	height: 70px;
	line-height: 70px;
	background-image: url(controls.png);	
	background-repeat: no-repeat;
	background-position: -50px 0;
}
.hook-c {
	background-image: url(controls.png);	
}
.gallery .navigation nav a.prev {
	background-position: -50px 0;
	width: 70px;
}
.gallery .navigation nav a.prev:hover {
	background-position: -50px -70px;
}	
.gallery .navigation nav a.up {
	background-position: -120px 0;
}
.gallery .navigation nav a.up:hover {
	background-position: -120px -70px;
}
.gallery .navigation nav a.resize {
	background-position: -170px 0;
}
.gallery .navigation nav a.resize:hover {
	background-position: -170px -70px;
}
.gallery .navigation nav a.noresize {
	display: none;
	background-position: -220px 0;
}
.gallery .navigation nav a.noresize:hover {
	background-position: -220px -70px;
}
.gallery .navigation nav a.showinfo {
	background-position: -270px 0;
}
.gallery .navigation nav a.showinfo:hover {
	background-position: -270px -70px;
}
.gallery .navigation nav a.hideinfo {
	display: none;
	background-position: -320px 0;
}
.gallery .navigation nav a.hideinfo:hover {
	background-position: -320px -70px;
}
.gallery .navigation nav a.showthumbs {
	background-position: -370px 0;
}
.gallery .navigation nav a.showthumbs:hover {
	background-position: -370px -70px;
}
.gallery .navigation nav a.hidethumbs {
	display: none;
	background-position: -420px 0;
}
.gallery .navigation nav a.hidethumbs:hover {
	background-position: -420px -70px;
}
.gallery .navigation nav a.play {
	width: 70px;
	background-position: -470px 0;
}
.gallery .navigation nav a.play:hover {
	background-position: -470px -70px;
}
.gallery .navigation nav a.pause {
	display: none;
	width: 70px;
	background-position: -540px 0;
}
.gallery .navigation nav a.pause:hover {
	background-position: -540px -70px;
}
.gallery .navigation nav a.next {
	width: 70px;
	background-position: -610px 0;
}
.gallery .navigation nav a.next:hover {
	background-position: -610px -70px;
}

.gallery .navigation nav a.resize,
.gallery .navigation nav a.noresize {
	display: none;
}

.gallery .scrollbox {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 728px;
	height: 140px;
	max-width: 80%;
	margin: 0 auto;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-webkit-transition: background-color 500ms;
	-ms-touch-action: none;
	touch-action: none;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.6); box-shadow:1px 3px 8px rgba(0,0,0,0.6);
}
.rgba.touch .gallery .scrollbox,
.rgba .gallery .scrollbox:hover {
	background-color: rgba(0,0,0,0.8);
}
.no-rgba .gallery .scrollbox {
	background-color: transparent;
	background-image: url(k60.png);
}
.no-rgba .gallery .scrollbox:hover {
	background-color: transparent;
	background-image: url(k80.png);
}
.gallery .scrollbox .wrap {
	position: relative;
	top: 5px;
	margin: 0 40px;
	height: 128px;
	overflow: hidden;
}
.gallery .scrollbox ul.cont {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-text-size-adjust: 100%;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.gallery .scrollbox ul.cont li {
	display: table;
	float: left;
	display: inline;
	position: relative;
	width: 126px;
	height: 126px;
	overflow: hidden;
	margin: 1px;
	text-align: center;
}
.gallery .scrollbox .cont a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 3px;
	margin-right: 1px;
	width: 120px;
	height: 120px;
	text-align: center;
}
.gallery .scrollbox .cont a img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
}
.gallery .scrollbox .cont a:hover, 
.gallery .scrollbox .cont a:focus {
	background-color: rgba(255,255,255,0.2);
	outline: none;
}
.no-rgba .gallery .scrollbox .cont a:hover, 
.no-rgba .gallery .scrollbox .cont a:focus {
	background-image: url(w20.png);
}
.gallery .scrollbox .cont a.active {
	background-color: rgba(255,255,255,0.4);
}
.no-rgba .gallery .scrollbox .cont a.active {
	background-color: transparent;
	background-image: url(w40.png);
}
.gallery .scrollbox .scleft,
.gallery .scrollbox .scright {
	position: absolute;
	top: 5px;
	width: 24px;
	height: 128px;
	background-repeat: no-repeat;
	background-position: left center;
}	
.hook-s,
.gallery .scrollbox .scleft,
.gallery .scrollbox .scright {
	background-image: url(scroll.png);
}
.gallery .scrollbox .scleft {
	left: 10px;
	background-position: 0 center;
}
.gallery .scrollbox .scright {
	right: 10px;
	background-position: -48px center;
}
.gallery .scrollbox .scleft:hover {
	background-position: -24px center;
}
.gallery .scrollbox .scright:hover {
	background-position: -72px center;
}

.gallery .img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
}
#slide .gallery .img {
	display: none;
}
.gallery .img .main {
	position: relative;
	display: inline-block;
	background-color:#999999;
	padding: 1px;
	-moz-box-shadow:3px 6px 32px rgba(0,0,0,0.6); -webkit-box-shadow:3px 6px 32px rgba(0,0,0,0.6); box-shadow:3px 6px 32px rgba(0,0,0,0.6);
}
.gallery .img .main.smooth {
	-webkit-transition: -webkit-transform 0.6s ease-out;
	transition: -webkit-transform 0.6s ease-out, transform 0.6s ease-out, -ms-transform 0.6s ease-out, -o-transform 0.6s ease-out;
}
.gallery .img .image > img,
.gallery .img .image > a > img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	cursor: default;
	-ms-interpolation-mode: bicubic;
	-ms-touch-action: none;
	touch-action: none;
}
.gallery .img .main.image {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-touch-action: none;
	touch-action: none;
}
.gallery .img .other {
	width: 360px;
	text-align: center;
	background-color: rgba(240,240,240,0.85);
	color: #555;
	-ms-touch-action: none;
	touch-action: none;
}
.no-rgba .gallery .img .other {
	background-color: transparent;
	background-image: url(w80.png);
}
.gallery .img .other > a {
	display: block;
	margin: 15px 15px 0 15px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.gallery .img .other > a > img {
	min-height: 128px;
}
.gallery .img .other p {
	margin: 10px 15px 15px 15px;
	overflow: hidden;
}
.gallery .img .main.video,
.gallery .img .main.audio {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden;
}
.gallery .img .main.video > a,
.gallery .img .main.audio > a {
	display: block;
	height: 100%;
	margin-bottom: 1px;
}
.gallery .img .main.video > a > img,
.gallery .img .main.audio > a > img {
	width: 100%;
	height: 100%;
}
.gallery .img .main.video.jp-video-full {
	padding: 0 !important;
}
.gallery > .wait {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 25px;
	background-image: url(wait.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
}
.gallery .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
}
.gallery .bottom.hide {
	bottom: -100%;
}
.gallery .bottom .cont {
	position: relative;
	width: 698px;
	max-width: 80%;
	margin: 0 auto;
	padding: 5px 8px 6px 15px;
	text-align: left;
	color: #cccccc;
	background-color: rgba(0,0,0,0.4);
	transition: background-color 500ms;
	-moz-transition: background-color 500ms;
	-webkit-transition: background-color 500ms;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.6); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.6); box-shadow:1px 3px 8px rgba(0,0,0,0.6);
}
.no-rgba .gallery .bottom .cont {
	background-color: transparent;
	background-image: url(k40.png);
}
.rgba.touch .gallery .bottom .cont,
.gallery .bottom .cont:hover {
	background-color: rgba(0,0,0,0.9);
}
.no-rgba .gallery .bottom .cont:hover {
	background-image: url(k80.png);
}
.gallery .bottom .cont:before, 
.gallery .bottom .cont:after { content: "\0020"; display: block; height: 0; visibility: hidden; clear: both; }
.gallery .bottom h2 {
	margin-top: 6px;
	font-size: 140%;
}
.gallery .bottom h3 {
	margin-top: 8px;
	font-size: 125%;
}
.gallery .bottom .caption {
	margin-top: 10px;
}
.gallery .bottom .caption a {
	color: #dddddd;
}
.gallery .bottom .caption a:hover {
	color: #ffffff;
}
.gallery .bottom .comment {
	max-height: 12em;
	overflow: auto;
}
.gallery .bottom .comment a {
	text-decoration: underline;
}
nav.buttons {
	height: 28px;
	line-height: 24px;
	font-size: 85%;
	border: 1px solid #181818;
	color: #bbb;
	background-color: #181818;
	z-index: 999;
	background-image: -webkit-linear-gradient(top, rgba(51,51,51,1), rgba(34,34,34,1));
	background-image: -moz-linear-gradient(top, rgba(51,51,51,1), rgba(34,34,34,1));
	background-image: -o-linear-gradient(top, rgba(51,51,51,1), rgba(34,34,34,1));
	background-image: -ms-linear-gradient(top, rgba(51,51,51,1), rgba(34,34,34,1));
	background-image: linear-gradient(top, rgba(51,51,51,1), rgba(34,34,34,1));
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#FF333333',EndColorStr='#FF222222');
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
 	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.6); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.6); box-shadow:0px 1px 2px rgba(0,0,0,0.6);
}
.gallery .bottom nav.buttons {
	float: right;
	display: inline;
	margin: 5px 0 5px 10px;
}
nav.buttons a {
	display: inline-block;
	height: 28px;
	padding: 0 6px 0 30px;
	line-height: 28px;
	white-space: nowrap;
	background-image: url(buttons.png);
	background-position: 6px 0;
	background-repeat: no-repeat;
	border-left: 1px solid #000;
	color: #ccc;
	cursor: default;
}

.gallery .bottom nav.buttons a {
	width: 20px;
	padding: 0 6px;
}
nav.buttons a:first-child {
	border-left: none;
}
nav.buttons a:last-child {
}
nav.buttons a:hover {
	color: #fff;
}
nav.buttons a.active {
	background-color: #000;
	border-left-color: #111;
	color: #aaa;
}
.gallery .bottom .nr {
	float: right;
	display: inline;
	margin: 5px 0 5px 10px;
	line-height: 26px;
	padding: 0;
	white-space: nowrap;
}
.gallery .bottom .meta .icon {
	background-position: 0 -1px;
}
nav.buttons a.meta-icon {
	background-position: 6px -1px;
}
.gallery .bottom .map .icon {
	background-position: 0 -33px;
}
nav.buttons a.map-icon {
	background-position: 6px -33px;
}
.gallery .bottom .shop .icon {
	background-position: 0 -65px;
}
nav.buttons a.shop-icon {
	background-position: 6px -65px;
}
nav.buttons a.link-icon {
	background-position: 6px -97px;
}
.gallery .bottom .share .icon {
	background-position: 0 -129px;
}
nav.buttons a.share-icon {
	background-position: 6px -129px;
}
.gallery .bottom .print .icon {
	background-position: 0 -161px;
}
nav.buttons a.print-icon {
	background-position: 6px -161px;
}
.gallery .bottom .comments .icon {
	background-position: 0 -193px;
}
nav.buttons a.comments-icon {
	background-position: 6px -193px;
}
.gallery .bottom .regions .icon {
	background-position: 0 -225px;
}
nav.buttons a.regions-icon {
	background-position: 6px -225px;
}
.gallery .bottom .fotomoto .icon {
	background-position: 0 -257px;
}
nav.buttons a.fotomoto-icon,
nav.buttons a.mostphotos-icon {
	background-position: 6px -257px;
}
.gallery .bottom .custom .icon {
	background-position: 0 -289px;
}
nav.buttons a.custom-icon {
	background-position: 6px -289px;
}
.gallery .bottom .email .icon {
	background-position: 0 -321px;
}
nav.buttons a.email-icon {
	background-position: 6px -321px;
}

.gallery .bottom .panel {
	clear: both;
	position: relative;
	font-size: 85%;
	color: #ccc;
	margin-top: 10px;
	padding-left: 30px;
	color: #cccccc;
	content: '&nbsp;';
}
.gallery .bottom .icon {
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 24px;
	background-image: url(buttons.png);
	background-repeat: no-repeat;
}
.gallery .bottom .meta b {
	color: #fff;
}
.gallery .bottom .map .mapcont {
	position: relative; 
	overflow: hidden;
	height: 240px;
}
.gallery .bottom .shop .icon {
	top: -1px;
}
.shop form {
	vertical-align: top;
	display: inline-block;
	margin-right: 0.5em;
	padding: 2px 0;
	line-height: 25px;
	white-space: nowrap;
	height: 26px;
}
.shop input,
.shop select {
	margin: 0 4px;
	outline: none;
}
.shop input {
	border: none;
	padding: 4px 6px;
}
.shop input[type="image"] {
	padding: 2px 0;
}
.shop select {
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #999;
	/*margin: -2px 6px 0 0;*/
}
.shop select:first-child {
	margin-left: 0;
}
.shop .copies,
.shop .coupon {
	-moz-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4); box-shadow:inset 0px 2px 4px rgba(0,0,0,0.4);
}
.shop .copies {
	width: 2em;
}
.shop .count {
}
.shop .total,
.shop .discount {
	display: inline-block;
	margin: 0 4px;
	line-height: 16px;
}
.shop .discount {
	padding: 4px 4px;
	background-color: #d33;
	color: #fff;
}
.shop .total {
	padding: 4px 8px;
	background-color: #444;
	text-align: right;
	color: #fff;
}
.shop .coupon {
	width: 7em;
	margin: 0 0 0 6px;
	background-color: #ffdca0;
}
.shop .coupon::-webkit-input-placeholder {
	font-size: 80%; 
}
.shop .coupon::-moz-placeholder {
	font-size: 80%; 
}
.shop .coupon::-ms-input-placeholder {  
	font-size: 80%; 
}
.shop .redeem {
	display: inline-block;
	position: relative;
	top: 1px;
	left: -21px;
	width: 20px;
	margin-right: -21px;
	height: 20px;
	line-height: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAHlBMVEX///8iIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiKzbYCPAAAACnRSTlMAESJ3iJmqzN3/14XUmgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAABGSURBVAiZY2DAApjcUhSYQQzP6ZVTPIE0y1QBxsiZQIZmAAODJYjhKcDAPBPESIdpgjOAUgyMDFDFrI0w7Q4wA+FWYLMaAP99DZ459gmkAAAAAElFTkSuQmCC);	
	background-position: center center;
	background-repeat: no-repeat;
}
.paypalbtn {
	line-height: 18px;
	padding: 3px 8px;	
	border: 1px solid #e79e26;
	background-color: #ffbb31;
	background-image: -moz-linear-gradient(top, #feb 0%,#fa0 100%);
	background-image: -webkit-linear-gradient(top, #feb 0%,#fa0 100%);
	background-image: -o-linear-gradient(top, #feb 0%,#fa0 100%);
	background-image: -ms-linear-gradient(top, #feb 0%,#fa0 100%);
	background-image: linear-gradient(top, #feb 0%,#fa0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffeebb',endColorstr='#ffaa00');
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}	
.paypalbtn#shopAdd {
	font-weight: bold;
}

#bgaudio {
	position: fixed;
	right: 20px;
	top: 0;
	width: 100px;
	height: 34px;
	z-index: 99999;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: jAlbum
 *
 * Copyright (c) 2012 jAlbum AB
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Laszlo Molnar
 * Skin Version: 0.9 (jPlayer 2.2.0)
 * Date: 21nd December 2012
 */

a:active, a:focus {
	outline:none;
}

.jp-warning {
	position:absolute;
	top:30%;
	left:5%;
	right:5%;
	margin:0 auto;
	width:200px;
	max-width:90%;
	padding:10px 15px;
	background-color:#333;
	background-color:rgba(0,0,0,0.8);
	color:#ddd;
	text-align:center;
	z-index:999;
	-moz-border-radius:6px;
	border-radius:6px;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
	font-size:1em;
	font-family:Segoe,"Segoe UI",Tahoma,Geneva,"Open Sans","Nimbus Sans L",sans-serif;
	line-height:1.231;
	color:#ddd;
	border:none;
	width:100%;
	height:100%;
	-ms-touch-action:none;
	touch-action:none;
}
.jp-audio {
}

.jp-audio-stream {
}

.jp-video-270p {
}
.jp-video-360p {
}
.jp-video-full {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:100% !important;
	height:100% !important;
}

.jp-type-single {
	width:100%;
	height:100%;
}

.jp-video .jp-jplayer {
	background-color:#000;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
	z-index:1000;
}

.jp-video-full .jp-jplayer {
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	position:fixed !important; position:relative; /* Rules for IE6 (full-screen) */
	overflow:hidden;
}

.jp-video-full .jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	bottom:0 !important;
	left:0 !important;
	width:100%;
	z-index:1001; /* 1 layer above the others. */
}
.jp-video-full .jp-gui {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom:0 !important;
	left:0 !important;
}

/* jp-title */

.jp-title {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	z-index:11;
	opacity:0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.jp-video-full .jp-title {
	width:100%;
	top:0 !important;
	left:0 !important;
	right:0 !important;
}
.jp-audio:hover .jp-title,
.jp-video:hover .jp-title {
	position:absolute;
	opacity:1;
}
.jp-title ul {
	list-style-type:none;
	padding:0;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	color:#fff;
	background-color:#000;
	background-color:rgba(0,0,0,0.25);
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
.jp-title ul li {
	padding:0.25em 1em;
}

/* jp-interface */

.jp-gui {
	position:absolute;
	height:34px;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	background-color:rgba(0,0,0,0.8);
}

.jp-audio .jp-gui {
}

.jp-audio-stream .jp-gui {
}

/* play button */

.jp-audio .jp-video-play,
.jp-video .jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	z-index:1;
}
.jp-video-270p .jp-video-play {
}
.jp-video-360p .jp-video-play {
}
.jp-video-full .jp-video-play {
	height:100%;
}
.jp-video-play > a {
	position:absolute;
	display:block;
	width:112px;
	height:100px;
	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;
	overflow:hidden;
	background-image:url(jplayer.jalbum.video.png);
	background-position:0 0;
	text-indent:-9999px;
}
.jp-video-play:hover > a {
	background-position:0 -100px;
}

/* @group progress bar */

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	background:url('jplayer.jalbum.seeking.gif');
}

.jp-progress,
.jp-seek-bar,
.jp-play-bar {
	display:block;
	margin:0;
	background-repeat:repeat-x;
	height:6px;
	overflow:hidden;
}

.jp-progress {
	width:100%;
	background-color:#000;
}

.jp-video .jp-progress {
}

.jp-seek-bar {
	width:0;
	cursor:pointer;
}

.jp-play-bar {
	background-image:url('jplayer.jalbum.png');
	background-position:0px -318px;
	width:0;
}

/* @end */

/* @group CONTROLS */

.jp-controls-holder {
	position:relative;
	width:100%;
	height:28px;
	clear:both;
	overflow:hidden;
}
.jp-startstop {
	float:left;
	display:inline;
	margin:0;
	height:28px;
	overflow:hidden;
}

.jp-audio-stream .jp-controls {
}

.jp-startstop a {
	float:left;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	width:28px;
	height:28px;
	padding:0;
}

/* @group single player controls */

.jp-startstop a {
	background-image:url('jplayer.jalbum.png');
	background-position:0 0;
	background-repeat:no-repeat;
	width:28px;
}

.jp-startstop a.jp-play {
	 background-position:0 0;
}
.jp-startstop a.jp-play:hover {
	background-position:-28px 0;
}

.jp-startstop a.jp-pause {
	display:none;
	background-position:0px -28px;
}

.jp-startstop a.jp-pause:hover {
	background-position:-28px -28px;
}

.jp-audio-stream .jp-play,
.jp-audio-stream .jp-pause {
}

.jp-startstop a.jp-stop {
	background-position:0px -56px;
}
.jp-mini .jp-startstop a.jp-stop {
	display:none;
}
.jp-mini .jp-video-play {
	display:none;
}
.jp-startstop a.jp-stop:hover {
	background-position:-28px -56px;
}

.jp-startstop a.jp-previous {
	background-position:0 -112px no-repeat;
}

.jp-startstop a.jp-previous:hover {
	background-position:-28px -112px no-repeat;
}

.jp-startstop a.jp-next {
	background-position:0 -84px no-repeat;
}

.jp-startstop a.jp-next:hover {
	background-position:-28px -84px no-repeat;
}

/* @end */

/* @group volume bar */

.jp-volume {
	position:relative;
	float:left;
	display:inline;
	width:28px;
	height:100%;
	overflow:hidden;
	transition: width 0.5s;
	-moz-transition: width 0.5s; /* Firefox 4 */
	-webkit-transition: width 0.5s; /* Safari and Chrome */
	-o-transition: width 0.5s; /* Opera */
}
.jp-volume:hover {
	width:128px;
}
.jp-mini .jp-volume:hover {
	width:68px;
}
.jp-volume a.jp-mute,
.jp-volume a.jp-unmute {
	float:left;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	width:28px;
	height:28px;
	padding:0;
	background-image:url('jplayer.jalbum.png');
}
.jp-volume a.jp-mute {
	background-position:0 -140px;
}
.jp-volume a.jp-mute:hover {
	background-position:-28px -196px;
}
.jp-volume a.jp-unmute {
	display:none;
	background-position:0 -168px;
}
.jp-volume a.jp-unmute:hover {
	background-position:-28px -140px;
}
.jp-volume a.jp-volume-max {
	display:none;
	background-position:0 -140px;
}
.jp-volume a.jp-volume-max:hover {
	background-position:-28px -140px;
}

.jp-volume-bar {
	position:absolute;
	left:28px;
	top:11px;
	height:6px;
	width:100px;
	overflow:hidden;
	background-color:#000;
}
.jp-mini .jp-volume-bar {
	width:40px;
}
.jp-volume-bar:hover {
	cursor: pointer;
}


.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
	left: 0;
}

.jp-audio-stream .jp-interface .jp-volume-bar,
.jp-video .jp-volume-bar {
}
.jp-video .jp-volume-bar {
}
.jp-volume-bar-value {
	background-image:url('jplayer.jalbum.png');
	background-position:0 -334px;
	height:6px;
	border-right:2px solid #666;
}

/* @end */


/* @group current time and duration */

.jp-times {
	float:left;
	display:inline;
	margin:4px;
	height:20px;
	background-color:#000;
	-moz-border-radius:4px;
	border-radius:4px;
}
.jp-current-time, .jp-duration {
	float:left;
	display:inline;
	padding:2px 6px;
	line-height:16px;
	font-size:.85em;
	z-index:99999;
}
.jp-mini .jp-current-time, .jp-mini .jp-duration {
	padding:2px 4px;
	font-size:.7em;
}
.jp-current-time {
	color:#999;
	left:44%;
}

.jp-duration {
	color:#666;
	border-left:1px dotted #444;
}
.jp-mini .jp-duration {
	display:none;
}
.jp-video .jp-current-time {
}

.jp-video .jp-duration {
}

/* @end */


/* @group TOGGLES */

.jp-toggles {
	float:right;
	display:inline-block;
	height:28px;
	padding:0;
	overflow:hidden;
}

.jp-toggles a {
	float:right;
	display:inline-block;
	width:28px;
	height:28px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
	background-image:url('jplayer.jalbum.png');
	background-repeat:no-repeat;
}

.jp-toggles a.jp-full-screen {
	background-position:0 -224px;
}

.jp-toggles a.jp-full-screen:hover {
	background-position:-28px -224px;
}

.jp-toggles a.jp-restore-screen {
	display:none;
	background-position:-56px -224px;
}

.jp-toggles a.jp-restore-screen:hover {
	background-position:-84px -224px;
}

.jp-toggles a.jp-repeat {
	background-position:0 -252px;
}

.jp-toggles a.jp-repeat:hover {
	background-position:-28px -252px;
}

.jp-toggles a.jp-repeat-off {
	display:none;
	background-position:-56px -252px;
}

.jp-toggles a.jp-repeat-off:hover {
	background-position:-84px -252px;
}

.jp-toggles a.jp-shuffle {
	background-position:0 -280px;
}

.jp-toggles a.jp-shuffle:hover {
	background-position:-28px -280px;
}

.jp-toggles a.jp-shuffle-off {
	display:none;
	background-position:-56px -280px;
}

.jp-toggles a.jp-shuffle-off:hover {
	background-position:-84px -280px;
}


/* @end */


/* @group volume controls */

div.jp-interface ul.jp-controls a.jp-mute,
div.jp-interface ul.jp-controls a.jp-unmute,
div.jp-interface ul.jp-controls a.jp-volume-max {
}

div.jp-audio ul.jp-controls a.jp-mute,
div.jp-audio ul.jp-controls a.jp-unmute,
div.jp-audio-stream ul.jp-controls a.jp-mute,
div.jp-audio-stream ul.jp-controls a.jp-unmute {
}

div.jp-audio ul.jp-controls a.jp-volume-max,
div.jp-audio-stream ul.jp-controls a.jp-volume-max {
}


div.jp-video ul.jp-controls a.jp-mute,
div.jp-video ul.jp-controls a.jp-unmute {
}

div.jp-video ul.jp-controls a.jp-volume-max {
}


/* @end */


/* @group playlist */

.jp-playlist ul {
	list-style-type:none;	
	margin:0;
	padding:0.25em 0;
}

.jp-video .jp-title ul {
}

.jp-video .jp-playlist ul {
	margin: 0 20px;
	font-size:.8em;
}

.jp-title li,
.jp-playlist li {
	position: relative;
	padding: 2px 0;
	border-top:1px solid #554461;
	border-bottom:1px solid #180a1f;
	overflow: hidden;
}

.jp-title li {
	border-bottom:none;
	border-top:none;
	padding:0;
	text-align:center;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:first-child {
	border-top:none;
	padding-top:3px;
}

div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
	padding-bottom:3px;
}

div.jp-type-playlist div.jp-playlist a {
	color: #fff;
	text-decoration:none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #e892e9;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	background-color: #26102e;
	margin: 0 -20px;
	padding: 2px 20px;
	border-top: 1px solid #26102e;
	border-bottom: 1px solid #26102e;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	color: #e892e9;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-left:10px;
	font-weight:bold;
	color:#8C7A99;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#E892E9;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display:inline;
	text-align:right;
	color:#8C7A99;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#8C7A99;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#E892E9;
}
span.jp-artist {
	font-size:.8em;
	color:#8C7A99;
}

/* @end */


/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	top:50%;
	left:25%;
	width:50%;
	margin-top:-2em;
	padding:8px;
	font-size:.8em;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	color:#ddd;
	text-align:center;
	display:none;
	-moz-border-radius:4px;
	border-radius:4px;
}

.jp-no-solution a {
	text-decoration:underline;
	color:#FFF;
}

.jp-no-solution span {
	color:#FFF;
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
/* @end */

/* 
	styles.css - custom styles for the skin's Page templates
	
*/

/************** About page */

#about-page {
	margin:10px 10%;
}
#about-page aside {
	float:left;
	display:inline;
	margin:10px 5% 10px 0;
	max-width:50%;
}
#about-page aside img {
	max-width:100%;
}
#about-page .texts {
	overflow:hidden;
}
#about-page .texts p {
	line-height:1.5em;
}

/************** jAlbum promo block */

#jalbum-promo {
	margin:20px 20px 0 20px;
}
#jalbum-promo aside {
	min-width:36%;
	float:left;
	display:inline;
	margin:0 20px 0 0;
	text-align:right;
}
#jalbum-promo .texts {
	overflow:hidden;
}

#jalbum-promo .buttons {
	display:block;
	clear:both;
	margin-top:10px;
	line-height:30px;
}

#jalbum-promo .buttons a {
	padding:0 10px;
	margin:5px 2px;
	display:inline-block;
	min-width:80px;
	text-align:center;
	color:#eee;
	cursor:default;
	white-space:nowrap;
	background-color:#555;
	background-image:-moz-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image:-webkit-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image:-o-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image:-ms-linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	background-image:linear-gradient(top, rgba(51,51,51,1), rgba(15,15,15,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF333333,EndColorStr=#FF0F0F0F);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF333333,EndColorStr=#FF0F0F0F)";
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}

#jalbum-promo .buttons a.active,
#jalbum-promo .buttons a:hover {
	color:#fff;
	background-image:-moz-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image:-webkit-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image:-o-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image:-ms-linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	background-image:linear-gradient(top, rgba(17,119,176,1), rgba(0,102,153,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF1177aa,EndColorStr=#FF006699);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FF1177aa,EndColorStr=#FF006699)";
}

/************** Sitemap page */

#sitemap-page {
	margin:0 20px;
}
#sitemap-page aside {
	float:left;
	display:inline;
	margin:10px 5% 10px 0;
	max-width:25%;
}

#sitemap-page aside img {
	max-width:100%;
}

#sitemap-page .sitemap {
	font-size:120%;
	overflow:hidden;
}

#sitemap-page .caption {
	margin:0 0 1em 0;
}

#sitemap-page .sitemap .title {
	margin:1em 0;
}

#sitemap-page .sitemap.showthumbs .title a.home {
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(controls.png);
	background-repeat: no-repeat;
	background-position: -793px -23px;
}

#sitemap-page .sitemap ul {
	padding-left:2em;
}

#sitemap-page .sitemap.showthumbs ul {
	padding-left:0;
	list-style-type:none;
}

#sitemap-page .sitemap li {
	clear:both;
	padding:0.5em 0;
}
#sitemap-page small {
	margin-top:0.5em;
	display:block;
}

#sitemap-page .sitemap li a.thumb {
	float:left;
	display:inline-block;
	width:10%;
	max-height:48px;
	margin-top:-0.5em;
	margin-right:2%;
	text-align:center;
}

#sitemap-page .sitemap li a.thumb img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	height:auto;
}
#sitemap-page .sitemap li a.thumb.icon img {
	margin-top:-20%;
}

#sitemap-page .sitemap li div {
	overflow:hidden;
}

/************** Contents page */

#contents-page h1 {
	text-align:center;
	margin-bottom:20px;
}
#contents-page .one-letter {
	display: inline-block;
	vertical-align: top;
	width:30%;
	margin:0 1.5% 3% 1.5%;
}

#contents-page .one-letter h2 {
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

#contents-page .one-letter ul {
	padding-left:2em;
	list-style-type:none;
}

#contents-page.showthumbs .one-letter ul {
	padding-left:0;
}

#contents-page .one-letter li {
	clear:both;
	padding:0.5em 0;
}
#contents-page.showthumbs .one-letter li {
}
#contents-page small {
	margin-top:0.5em;
	display:block;
}
#contents-page .one-letter li a {
	font-weight:bold;
}
#contents-page .one-letter li a.thumb {
	float:left;
	display:inline-block;
	width:20%;
	margin-top:-0.5em;
	margin-right:2%;
	text-align:center;
	overflow:hidden;
}

#contents-page .one-letter li a.thumb img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	height:auto;
}
#contents-page .one-letter li a.thumb.icon img {
	margin-top:-15%;
}

#contents-page .one-letter li div {
	overflow:hidden;
}
#contents-page.showthumbs .one-letter li div {
	margin-top:0.5em;
}

/************** Contact page */

#contact-page {
	margin:10px 10px 10px 5%;
}
#contact-page aside {
	float:right;
	display:inline;
	margin:0 0 10px 5%;
	max-width:25%;
}
#contact-page aside img {
	max-width:100%;
}
#contact-page .texts {
	overflow:hidden;
}
#contact-page .texts blockquote {
	font-size:80%;
	line-height:1.5em;
	padding-left:12px;
	border-left:10px solid rgba(255,255,255,0.1);
}
#contact-page .texts > div {
	font-size:120%;
	padding:15px 5px;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#contact-page .texts blockquote,
#contact-page .texts a {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
#contact-page .texts a {
	font-size:80%;
	padding:5px 5px 5px 26px;
	line-height:14px;
	background-color:rgba(255,255,255,0.1);
	background-image:url(share.png);
	background-repeat:no-repeat;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.2); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.2); box-shadow:1px 3px 8px rgba(0,0,0,0.2);
}
#contact-page .facebook a { background-position:0 -24px; }
#contact-page .twitter a { background-position:0 -48px; }
#contact-page .digg a { background-position:0 -72px; }
#contact-page .myspace a { background-position:0 -96px; }
#contact-page .delicious a { background-position:0 -120px; }
#contact-page .stumbleupon a { background-position:0 -144px; }
#contact-page .email a { background-position:0 -168px; }
#contact-page .reddit a { background-position:0 -192px; }
#contact-page .tumblr a { background-position:0 -216px; }
#contact-page .flickr a { background-position:0 -240px; }
#contact-page .foursquare a { background-position:0 -264px; }
#contact-page .google a { background-position:0 -288px; }
#contact-page .linkedin a { background-position:0 -312px; }
#contact-page .picasa a { background-position:0 -336px; }
#contact-page .skype a { background-position:0 -360px; }
#contact-page .vimeo a { background-position:0 -384px; }
#contact-page .youtube a { background-position:0 -408px; }
#contact-page .phone a { background-position:0 -432px; }
#contact-page .jalbum a { background-position:0 -456px; }
#contact-page .pinterest a { background-position:0 -480px; }
#contact-page .instagram a { background-position:0 -504px; }
#contact-page .github a { background-position:0 -528px; }
#contact-page .rss a { background-position:0 -552px; }

#contact-page .custom a {
	padding:5px;
	background-image:none;
}


/************** New photos */

#main article.NewPhotos {
	display:none;
}

/************** Tumblr Feed */

.tumblr_post { 
	background-color:rgba(255,255,255,0.1);
	padding:2em 2em 1em 2em;
	width:90%;
	margin:0.5em auto;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}

.tumblr_posts { 
	list-style-type:none;
	padding:0;
}

.tumblr_text_post { }
.tumblr_title { 
	font-size: 200%;
	font-family:opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xMTgyteJAvYJ1fpbrx49ekQ.woff;
}
.tumblr_body {  }
.tumblr_body img { height: 300px; }

.tumblr_photo_post { }
.tumblr_photo { height: 300px; }
.tumblr_caption {  }

.tumblr_link_post { }
.tumblr_link {  }
.tumblr_description {  }


/* HTML5 Boilerplate postfix styles - h5bp.com */
.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
.hidden{display:none !important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
.invisible{visibility:hidden}
.clearfix:after {content:"";display:table;clear:both;}
@media print{*{background:transparent !important;color:#000 !important;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) ")"}
	.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}
	tr,img{page-break-inside:avoid}
	img{max-width:100% !important}
	@page{margin:.5cm}
	p,h2,h3{orphans:3;widows:3}
	h2,h3{page-break-after:avoid}
}

@charset "utf-8";

.tooltip {
	color:#ccc;
	background-color:rgba(17,17,17,0.9);
}
.no-rgba .tooltip {
	background-color:transparent;
	background-image:url(k90.png);
}
.tooltip > .nub {
	border-color: transparent transparent rgba(17,17,17,0.9) transparent;
}
.tooltip.valign-top > .nub {
	border-color: rgba(17,17,17,0.9) transparent transparent transparent;
}
.tooltip.valign-middle.align-left > .nub {
	border-color: transparent transparent transparent rgba(17,17,17,0.9);
	right: -16px;
}
.tooltip.valign-middle.align-right > .nub {
	border-color: transparent rgba(17,17,17,0.9) transparent transparent;
}
.tooltip a {
	color:#dddddd;
}
.tooltip a:hover {
	color:#ffffff;
}
.tooltip .breadcrumb a:hover {
	background-color:rgba(255,255,255,0.2);
}
.tooltip .breadcrumb a:hover {
	background-color:transparent;
	background-image:url(w20.png);
}


.thumbs td > .caption span.nr {
	font-weight:bold;
	color:#222;
}

/*
Theme Name: MINX - Dark- Version:  1.01
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb
01. GENERAL STYLING
02. MENU
03. INDEX PAGE
04. TEAM
05. SERVICE, TESTIMONIALS & QUOTES
06. PORTFOLIO, GALLERY, CAROUSEL & THUMB CAROUSELS
07. BLOG
08. CONTACT
09. FOOTER
10. 404 PAGE, PRICING TABLE, SKILLS BAR
11. LOGO ANIMATION
*/

/***************************************************
	01. GENERAL STYLING
 ***************************************************/
body {
	margin: 0;
	padding: 0;
	font: 13px/22px 'Open Sans', sans-serif;
	color: #888;
	background-color: #222;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
}

/**** PAGE CONTAINERS ****/

.header { padding:0 0; background:#222; margin:0 auto; border-bottom:1px solid #444; }
.inner_content { padding:30px 0 0 0; }
.wrapper {  margin:25px auto 0 auto; padding:0 0 40px;}


/**** GENERAL ****/

a, input, select, textarea {outline:none; text-decoration:none; }
:focus {outline: 0;}
ul {list-style-type:none; }
a:hover, a:active, a:focus { outline: 0!important; }
::-moz-selection{ color:#fff; background:#857D50; }
::selection { color:#fff; background:#857D50; }
p {margin-bottom:15px; }
span { font-weight:700; }
small { letter-spacing:0.2em; font-size:11px; }
.icons {padding:0 0 0 6px; margin:0 0 0 15px; }
.clear { height:0; clear: both; font-size:0; }
.normal { font-weight: normal; }
.breadcrumbs{ font-weight: normal; margin-top:-15px; color:#aaa; text-transform:uppercase; font-size:10px; letter-spacing:4px;  }
.pull-right { margin-left:8px; }
.pull-left { margin-right:8px; }
.tooltip.top { padding:5px 0; margin-top:-13px; }
blockquote { border-left:3px solid #857D50; }
.zocial:link{ color: #999;background: #222; }
.zocial:hover, .zocial:focus{ color: #fff; background: #857D50; }
.categ:link { color:#999; }
.categ:hover { color:#777; }
.media img { margin-top:5px; }
.well { margin-bottom: 20px; border: 1px solid #555; }
hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #222;
	border-bottom:1px solid #444;
}

/* Colours */
.hue {color:#857D50; }
.hue2 {color:#b5b196; }
.white { color:#fff; }
.black { color:#999; }
.grey { color:#999; }
.grey a:hover { color:#bbb; }

/* Padding */
.pad45 { padding-top:45px; }
.pad30 { padding-top:30px; }
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad10 { padding-top:10px; }
.pad5 { padding-top:5px; }

/* Margins */
.marg-left10 { margin-left:10px; }
.marg-right10 { margin-right:-10px; }
.marg-left-minus5 { margin-left:-5px; }
.marg-top15 { margin-top:15px; }
.marg-top-minus5 { margin-top:-5px; }
.marg-bottom5 { margin-bottom:5px; }

/* Video */
.vendor{ 
	position:relative;
	padding-bottom:56.25%;
    padding-top:0px; 
	height:0;
	margin:0 0;
}
.vendor iframe { 
	position: absolute; 
	top:0; 
	left:0;
    width:100%;
	height:100%;
} 
iframe { border:0; width:100%; }
video { width:100%; height:auto; }

/**** DRIBBBLE ****/
.shotList img {width: 32.08%; padding: 0 2.95% 10px 0%; margin-left: -20px; }
.shotList img:hover {
  opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 480px) and (max-width: 768px){
.shotList img {width:48%!important; padding:0 4% 10px 0; margin: 0 auto!important; margin-left: -20px!important;}
}
@media screen and (max-width: 31.5em) {
.shotList img {width: 100%!important; padding: 0 0 20px 0; margin: 0 auto!important; margin-left: -20px!important;}
}

/**** LINKS ****/

a {
	color:#ccc;
	text-decoration:none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline:none;
}
a:hover {color: #eee; text-decoration: none; }

.read_more{ font-family:'Arvo', sans-serif; font-size:11px; font-weight:normal; font-style: italic; }

/**** IMAGES ****/

img { vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0;}

a img {
	opacity:1.0;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear; 
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;k,,,m 
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
a img:hover { opacity: .80; }

/* Drops */
.drop { vertical-align:top; border-radius:50% 0 50% 50%; }
.drop2 { vertical-align:top; border-radius:0% 50% 50% 50%; }
.drop3 { vertical-align:top; border-radius:50% 50% 0 50%; }
.drop4 { vertical-align:top; border-radius:50% 50% 50% 0; }

/* Shadows */	
.shadow {  margin:-20px auto 0; }
.hero-shadow {  margin:-30px auto 0; }
.map-shadow{  margin: -22px auto 0; }

/* Image Rotate */	
.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}  
.rotate:hover  {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

/**** BUTTONS ****/

.btn{ 
	-webkit-transition:background-color .4s ease-in;
    -moz-transition:background-color .4s ease-in;
    -o-transition:background-color .4s ease-in;
    transition:background-color .4s ease-in;
}
.btn-border { 
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.1);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.1);
}
.btn-primary { background-color:#857D50;}
.btn-primary:hover { background-color:#111;}
.btn-inverse { background-color:#111; }


/**** TYPOGRAPHY ****/

h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', sans-serif; color:#bbb; font-weight:300; letter-spacing:0.01em; }
h1.title {color:#ddd; font-family: 'Arvo', sans-serif; font-size:45px; line-height:45px; margin-bottom:25px; letter-spacing:0px;}
h1 { font-size: 24px; line-height:35px; color:#aaa; }
h2 { font-size: 21px;  line-height:28px; }
h3 { font-size: 18px; line-height:25px; }
h4 { font-size: 16px; line-height:25px; margin-bottom:10px; }
h5 { font-size: 15px; line-height:22px; margin-bottom:10px; }
h6 { font-size: 14px; line-height:22px; margin-bottom:10px; }

/* Title Divider */
.title-divider {
	text-align:left;
	position:relative;
	border-bottom:#444 1px solid;
	padding-bottom:6px;margin:0 0 20px;
}
.title-divider span {
	position: absolute;
	width:50px;
	height:1px;
	bottom:-1px;
	left:0;
	background:#857D50;
}

/**** DROP CAPS ****/

.dropcap {
	color:#555;
	font-size:55px;
	padding:14px 10px 15px 0;
	float:left;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #555, 4px 4px 0 #555;
	-webkit-text-stroke: 1px transparent;
}
.dropcap2 {
	color:#857D50; 
	font-size:55px;
	padding:14px 10px 15px 0;
	float:left;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #666, 4px 4px 0 #666;
	-webkit-text-stroke:1px transparent;
}

#footer .dropcap2 {
	color:#555; 
	font-size:55px;
	padding:14px 10px 15px 0;
	float:left;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #eee, 3px 3px 0 #666, 4px 4px 0 #666;
	-webkit-text-stroke:1px transparent;
}

/**** HERO UNIT ****/	

.hero-unit{ 
	padding:10px 40px;
	background:#222;
	border-top:5px solid #555;
	border-radius:0;
}
.hero-button{ 
	margin:15px 0px 20px 20px;
	font-size:14px;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.1);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.1);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 6px rgba(188,188,188,0.1);
}
.hero-button:hover{ color:#f5f5f5; }
.hero-unit h2 { color:#999; }

/**** LOGO****/

.logo a{
 	float:left; 
	margin:22px 0 0 0;
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}

/***************************************************
	02. MENU
 ***************************************************/

.menu_wrap { float:right; 	margin-right:-10px; }
.menu_wrap> ul { margin:0 0; }
.menu_wrap .nav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
.menu_wrap .nav > li { padding: 0 0; display: inline-block; width: auto; }
#main_menu select { display: none; font-size:12px; }
.menu_wrap .nav li a {
	font-family: 'Arvo', sans-serif;
	color: #999;
	font-size: 12px;
	display: block;
	letter-spacing: 2px;
	padding:8px 20px 20px;
	text-align: center;background: #222;
	text-transform: uppercase;
}
.darkgrey { color:#222; font-size:18px; line-height:33px; }
li.active .darkgrey { color:#777; }
li:hover .darkgrey { color:#222; }

.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.active > a:hover,
.menu_wrap .nav > i > span.sub:hover { background: #857D50; color: #fff; }

.menu_wrap .nav > li.active > a, .menu_wrap .nav > li.active { background:  #2b2e30; color: #fff; }
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.active > a:before,
.menu_wrap .nav > li.active > a:before { background: none; }

.menu_wrap .nav ul {
	background: #222;
	-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	display: none;
	left:-26px;
	padding:0;
	position:absolute;
	top:80px;
	width:170px;
	z-index:98;
}

.menu_wrap .nav ul li:first-child :after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height:0; width: 0;
	position: absolute;
	pointer-events: none;
}
.menu_wrap .nav ul  li:first-child :after{
	border-bottom-color:#222;
	border-width: 10px;
	left:10%;
}

.menu_wrap .nav ul li a {
 	width: 130px;
	border: 0;
	border-bottom: 1px solid #111;
	border-top: 1px solid #333;
	color: #999; 
	display: block;
	font-size: 12px;
	letter-spacing:0;
	padding: 8px 20px !important;
	text-align: left;
	text-transform: none;
	webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.menu_wrap .nav ul li:first-child a {border-top:none;}
.menu_wrap .nav ul li:last-child a {border-bottom:none;}
.menu_wrap .nav ul li a span {display:none; }
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.active > a {
	text-decoration:none; color:#fff; 
	background: #333;
	color: #fff;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none; }
.menu_wrap .nav ul ul {
	position: absolute;
	display: none;
	width: 170px;
	left: 170px;
	top: 0px;
	height:auto;
	list-style: none;
	z-index: 111;
	padding: 0 0;
	margin: 0;
	border-top:0;
}
.menu_wrap .nav ul  ul li:first-child :after { display:none; }

/***************************************************
	03. INDEX PAGE
***************************************************/


/* Nivo SLider */
 .nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow hidden;
}
.nivoSlider img { position absolute; top:0px; left:0px; max-width:none; }
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-html-caption {  display:none; }
.nivo-controlNav {display: none; }
.nivo-box {width: 10px; }

.slider-wrapper {
	position:relative;
	margin:0 auto 20px auto;
}
.nivoSlider {
	position:relative;
	background:transparent url(../img/ajax-loader.gif) no-repeat 50% 50%;
    margin: 0 auto 0 auto;
}
.nivoSlider img { position:absolute; top:0px; left:0; display:none; }
.nivoSlider a { border:0; display:block; }
.nivo-controlNav a {display:none; }

.nivo-directionNav a {
	 display:block;
    position: absolute !important;
    z-index:10;
    cursor:pointer;
    top auto; left:auto;
    bottom:0px; right:0px;
    width: 33px !important;
    height: 33px !important;
    text-indent: -9999px;
    background: url("../img/slider_nav.png") no-repeat 0 0;
    opacity: 0.6;
}
 a.nivo-nextNav:hover,  .nivo-prevNav:hover  { opacity: 1; }
 a.nivo-nextNav { background-position: -33px 0px; right:0px; }
 a.nivo-prevNav { right:33px; }

.nivo-caption {
    display:block;
    position:absolute;
    z-index:8;
    top:auto;
    left:auto;
    bottom:0px;
    right:66px;
    line-height:23px;
    padding:5px 15px;
    font-size:13px;
	width:auto !important;
    max-width:500px;
    background-color:rgba(11,11,11,0.6);
   color:#FFF;
}

/* Welcome Text */
.welcome {
	font: 28px/38px 'Open Sans', sans-serif;
	padding:25px 0;
	font-weight:300; 
	color: #bbb;
}

/***************************************************
	04. TEAM
 ***************************************************/
.th{
	border:2px solid transparent;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin:0 0 10px 0;
	position:relative; 
	padding:10px;
	background:url(../img/lines.png) repeat; 
}

.th:hover{
	border:2px solid transparent;
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	transform: scale(1.03);
	background:#857D50 url(../img/lines.png) repeat; 
}

.team_ic a{margin:0 2px; font-size:12px; }
.team_ic:hover{
     transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.team_sections { display: block; padding: 15px 5px; text-align: center; }

hr.team-line {  
	width:220px;
	margin:20px auto 25px;
	border: 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #444;
}

/***************************************************
	05. SERVICE, TESTIMONIALS & QUOTES
 ***************************************************/
/* Index */
.intro_sections {
	display: block;
	padding:15px 20px 15px;
	text-align:center;
	color:#777; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.intro_sections a{color:#777;}
.intro_sections:hover{ 
	background-color:#222;  
	transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
}

.intro-icon-disc.cont-large {
	padding:15px;
	border-radius:50%;
	text-align:center;
	width:20px; height:20px;
	margin:0 auto;
	box-shadow:0 0 0 2px #857D50, inset 0 0 0 2px #222;
	background:#857D50;
}

.intro-icon-large:before{ 
	font-size:28px;
	padding-left:0px;
	 margin-top:-4px; 
	margin-left:-2px; 
	color: #222; 
}

h5 .intro_sections { color:#777; }

.intro-icon-disc {
	background-color:#333;
	border-radius:50%;
	text-align:left;
}

/* Service Icons */
.service_sections {
	display:block;
	padding:25px 0px 0;
	text-align:left;
}
.service-icon-disc {
	background-color: #222;
	border-radius:50%;
	text-align:left;
	webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;
}
.service-icon-disc:hover {
	background-color:#111;
	border-radius:50%;
	text-align:left;
}
.service-icon-disc.cont-large {
	padding:12px;
	border-radius:50%;
	text-align:center;
	float:left;
	width:20px; height:20px;
	margin:-50px 0 0 0;
}
.service-icon-large:before {font-size:22px; padding-left:0px; margin-top:1px; margin-left:-0.03em; color:#777; }
.service-icon-large2:before {font-size:22px; padding-left:0px; margin-top:-2px; margin-left: 2px; color:#777; }
.service-icon-large3:before {font-size:22px; padding-left:0px; margin-top:0px; margin-left:-0.02em; color:#777; }

/* Testimonial Sections */
.quote_sections {
	display:block;
	padding:15px 15px 5px;
	text-align:center;
	background:#222;
	border-top:4px solid #444;
	border-bottom:1px solid #444;
}
.quote_sections_hue {
	display:block;
	padding:15px 15px 5px;
	text-align:center;
	background:#ddd; color: #555;
	border-top:4px solid #857D50; 
	border-bottom:1px solid #fff;
}
.quote_sections_dark {
	display:block;
	padding:15px 15px 5px;
	text-align:center;
	background:#222;
	border-top:5px solid #857D50; 
	border-bottom:1px solid #444;
}
.quote_sections_light {
	display: block;
	padding: 15px 15px 5px;
	text-align: center;
	background: #eee; color: #555;
	border-top: 5px solid #bbb;
	border-bottom: 1px solid #fff;
}

/* Testimonial Icons */
.testimonial-icon-large { color: #fff; }
.testimonial-icon-large2 { color: #fff; }
.testimonial-icon-large3 { color: #333; }

.testimonial-icon-disc, .testimonial-icon-disc2, .testimonial-icon-disc3 {
	background-color:#857D50; 
	padding:0px;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
	margin-bottom:0px;
	margin-right:10px;
	line-height:0px;
}
.testimonial-icon-disc.cont-large,
.testimonial-icon-disc2.cont-large,
.testimonial-icon-disc3.cont-large,
.testimonial-icon-disc4.cont-large {
	padding:22px;
	border-radius 50%;
	text-align:center;
	vertical-align middle;
	width:30px; height:30px;
	margin:-60px auto 10px auto;
	box-shadow: none; 
}

.testimonial-icon-large2:before,.testimonial-icon-large3:before {font-size:30px; margin-left:1px; margin-top:-2px;}
.testimonial-icon-disc2 {background-color:#222;}
.testimonial-icon-disc3 {background-color:#eee;}
.testimonial-icon-large:before{font-size:35px; margin-left:0px; margin-top:-4px;}

/***************************************************
	06. PORTFOLIO, CAROUSEL & THUMB CAROUSELS
 ***************************************************/

/**** PORTFOLIO ****/
.hover_img { position:relative; }
.hover_img:hover { position:relative; background-color:#000;  }
.portfolio_zoom{
	display: none;
	width:32px; height:32px;
	position: absolute;
	left:50%;
	top:40%;
	margin:0px 0px 0 3px;
	background-image: url(../img/zoom.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
}
.portfolio_link{
	display:none;
	width:32px; height:32px;
	position:absolute;
	left:50%;
	top:40%;
	margin:0px 0px 0 -34px;
	background-image: url(../img/link.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:30px;
	height:30px;
	text-indent: -9999px; 
	z-index:100;	
}
.portfolio_zoom:hover, .portfolio_link:hover {opacity:0.85; }
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;}

.item_description {
	position: relative;
	padding: 8px 15px 10px;
	border-bottom: 1px solid #444;
	background-color: #222;
	font-size: 12px;
	color: #999;
}

.item_description:after {
	bottom:100%;
	border:solid transparent;
	content: " ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
.item_description:after {
	border-bottom-color: #222;
	border-width:10px;
	left:3%;
}

.item_description a {
	font-size: 16px;
	color: #666;
}
.item_description a:hover { color:#999; }
.item_description:hover{ border-bottom-color:#555; }

/* Isotope Filtering */
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item { pointer-events:none; z-index:1; }
/* Isotope CSS3 transition */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element { 
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}

.element img {max-width: 100%;}
#options {padding: 0 0 10px;}

#filters { position: relative; padding: 0; margin: 10px 0 0; }
#filters li a:link{
	display:block;
	margin: 0 10px 10px 0;
	float:left; 
	padding:6px 10px;
	list-style:none;
	font-weight:400;
	text-transform:uppercase;
	background:#222; 
  	color:#777; 
}
#filters li a.selected { background:#857D50;  text-decoration:none; color:#fff; }
#filters li a:hover {  background:#444; color:#fff;  }

/**** GALLERY ****/

.holder { margin:15px 0; }
.holder a { font-size:13px; cursor:pointer; margin:0 5px; color:#999; }
.holder a:hover {color:#857D50; }
.holder a.jp-previous { margin-right:15px; }
.holder a.jp-next { margin-left:15px; }
.holder a.jp-current,a.jp-current:hover { color:#857D50; }
.holder a.jp-disabled,a.jp-disabled:hover { color:#777; }
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover { cursor:default; background:none; }
.holder span { margin:0 0; }
ul#itemContainer { list-style: none; padding:0 0; margin:0 0; width:100%; }

/**** CAROUSEL ****/

#carousel {margin-bottom:20px; }
#carousel .carousel-control {
  position: absolute;
  top:50%; left:15px;
  width:33px;height:33px;
  margin-top:-17px;
  background-image:url(../img/main_carousel_nav.png);
  background-position:0 -33px;
  background-repeat:no-repeat; 
  outline:none; 
	webkit-transition:none;  
    -moz-transition:none;  
    -o-transition:none;
	transition:none;
}
#carousel .carousel-control.right { background-position: -102px -33px;  left:auto; right:15px; }
#carousel .carousel-control.right:hover {background-position: -102px 0; }
#carousel .carousel-control:hover {background-position:0 0; }

/**** THUMBNAIL CAROUSELS ****/

.col_full{
	width:100%;
	display:block;
	position:relative;
	margin:0;
	margin-bottom:30px;
	float:left;
}
.col_full2{ position:relative; float:left; }
#slider_home, #slider_clients, #slider_blog, #slider_related  { position:relative; }

/* CAROUSELS */	
.slider-item {
    position: relative;
    float:left;
    margin:0 3px 0px 0px;
	height:auto; 
	min-height:315px;
}

.slider-item .slider-image,
.slider-item .slider-image a,
.slider-item .slider-image img { display:block; position: relative; width:100%; }
.slider-item .slider-image:hover,
.slider-item .slider-image a:hover,
.slider-item .slider-image img:hover { display:block; position: relative; width:100%;  }

.slider-title {
    position:relative;
   padding:1px 15px 10px;
    border-bottom:1px solid #444;
    background-color:#222;
	font-size:12px;
	color:#999;
}

.slider-title:after {
	bottom:100%;
	border:solid transparent;
	content: " ";
	height:0; width 0;
	position: absolute;
	pointer-events: none;
}
.slider-title:after {
	border-bottom-color:#222;
	border-width:10px;
	left:6%;
}

.slider-title h3 { font-size:13px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase; margin-bottom:4px;}
.slider-title h3 a { color:#777;}
.slider-title h3 a:hover { color:#888;}
.slider-title:hover{ border-bottom-color:#555;  }

.widget-scroll-prev,
.widget-scroll-next {
    display: block;
    position: absolute;
    cursor: pointer;
	top:-15px;
    left:auto; right:30px;
	text-align:center;
	width:12px; height:17px;
	background:#222;
	border-bottom:1px solid #444;
	padding: 0 5px 5px;
	opacity:1.0;
}
.widget-scroll-next { right:4px; }
.widget-scroll-prev:hover, .widget-scroll-next:hover { opacity:0.8; }

/* About Carousel */

#slider_about .slider-item {
    position:relative;
    float:left;
    margin:0 0px 0px 3px;
	height:auto; 
	min-height:200px;
}
#slider_about .slider-title h3 { font-size:11px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase;  margin-bottom:0px;}

/* About Page Arrows */	
.widget-scroll-prev2,
.widget-scroll-next2 {
    display: block;
    position: absolute;
    cursor:pointer;
	top:-30px; left:auto;
	right:25px; width:10px;
    height:20px;
	text-align:center;
	background:#222;
	border-bottom:1px solid #444;
	padding:0 5px 3px;
	opacity:1.0;
}
.widget-scroll-next2 { right: 0px; }
.widget-scroll-prev2:hover, .widget-scroll-next2:hover {opacity:0.8; }

/* Related Carousel */	
#slider_related .slider-item {
    position:relative;
    float: left;
    margin:0 5px 0 0;
	height:auto; 
	min-height:150px;
}
/* Single Portfolio Page Arrows */	
.widget-scroll-prev3,
.widget-scroll-next3 {
    display:block;
    position:absolute;
    cursor:pointer;
    width:12px; height:17px;
    top:-30px;
    left:auto;
	text-align:center;
	background:#222;
	border-bottom:1px solid #444;
	padding:0 5px 6px;
	opacity:1.0;
 }
.widget-scroll-next3 { left:25px;}
.widget-scroll-prev3:hover, .widget-scroll-next3:hover { opacity:0.8; }

/* Clients Carousel */
	
#slider_clients .slider-item {
    position:relative;
    float:left;
    margin:0 3px 0 0;
	height:auto;
	min-height:120px;
}
/* Clients  Arrows */	
.widget-scroll-prev5,
.widget-scroll-next5 {
    display:block;
    position:absolute;
    cursor:pointer;
	top:0px;
    left: auto;
    right:25px;
	opacity:1.0;
     width:10px; height:20px;
	text-align:center;
	background:#222;
	border-bottom:1px solid #444;
	padding:0 5px 3px;
	opacity:1.0;
}
.widget-scroll-next5 { right:0px;}
.widget-scroll-prev5:hover, .widget-scroll-next5:hover { opacity:0.8; }

/* Small Carousel */
#slider_small .slider-item {
    position: relative;
    float:left;
    margin:0 3px 0px 0;
	height:auto;
	min-height:150px;
}
/* Small Slider Arrows */	
.widget-scroll-prev4,
.widget-scroll-next4 {
    display: block;
    position:absolute;
    cursor:pointer;
    width:20px; height:25px;
    top: -25px;
    left:auto;
    right:15px;
    opacity:1.0;
	text-align:center;
}
.widget-scroll-next4 { right:-3px;}
.widget-scroll-prev4:hover, .widget-scroll-next4:hover { opacity:0.8; }


/***************************************************
	07. BLOG
 ***************************************************/
.day, .month { display:block; text-align:center; }
.day { font-size:26px; padding:0 0; color: #fff; }
.month { font-size:12px; padding:0 0; color:#fff;}
.date-post {
	position:absolute;
	display:block;
	width:50px;
	z-index:100;
    background-color:#857D50;
	font-size:12px;
	color: #fff;
	padding:12px 5px 8px;
}
.date-post2 {
	position:relative;
	margin-top:0px;
	background-color:#857D50;
	font-size:12px;
	color:#fff;
	padding:12px 5px 8px;
}

.date-post:before, .date-post2:before {
	bottom: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position:absolute;
	pointer-events:none;
}
.date-post:before, .date-post2:before {
	border-top-color:#857D50;
	border-width:10px;
	bottom:-31%;
	right:0%;
}

.post_link a { color:#bbb; }
.post_link a:hover { color:#747474; }
.post_link  { margin-bottom:10px;  }

.post {border-bottom:0;
	margin:0 0;
	padding:0 0 10px;
	overflow:hidden;
}
.post:last-child { margin:0; padding:0; }

.post-meta ul {
	margin:0px 0 20px 0;
	padding: 0 0;
	list-style:none;
	text-transform:uppercase;
	font-size:11px; clear:both;
}
.post-meta li { margin:0; display:inline; }
.post-meta a, .nav-tabs a { color:#999; }
.post-meta a:hover { color:#747474; }

.avatar { float: left; margin:0 10px 0 0; }
.pad_author { margin:15px 0px 0px 20px; }
.media-body{ margin-bottom:0px;  }
.media-body a:link { color:#888; }
.media-body a:hover { color:#777; }

/* Pager */
.pager li > a,
.pager li > span {
	display: inline-block;
	padding:5px 10px;
	border:0;
	color: #fff;
	background:#857D50; 
}
.pager li > a:hover,
.pager li > a:focus,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span  { text-decoration:none; color:#fff; background:#555;  }

/* Pagination */
.pagination { margin:20px -10px; }
.pagination ul { display: inline-block; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.pagination ul > li { display: inline; }
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 10px;
	text-decoration: none;
	background-color: transparent;
	border: none;
	margin:0 0;
	color: #888;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active> a:focus { background-color: #857D50;color: #fff; cursor: default; }
.pagination  ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus { background-color:transparent; color: #666; cursor: default; }

/***************************************************
	08. CONTACT
 ***************************************************/
#map {margin:0 0 15px 0;}
.contact_form { padding-top:25px; }
.contact_form textarea { border:1px solid transparent ; box-shadow:none; 
  min-height:150px;	}

#ajax-contact-form input{ border:1px solid transparent;}

.well {
	background-color:#222;
	border:0px none;
	margin-top:10px;
}
.form_info{
	color: #999;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:3px;
}
.required{ color:#857D50; }

.btn-form {
	display: inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:13px 12px;
	margin-top:10px;
	font-size:11px;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

.notification_error {
	color: #fff;
	background-color:#333;
	height:auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align:left;
}
.notification_ok {
    color: #666;
	background-color: transparent;
	font-weight:400;
    height: auto;
    margin:0 0 9px 0;
    padding:10px;
    text-align:center;
	font-size: 13px;
	text-transform: uppercase;
}

/***************************************************
	09. FOOTER
 ***************************************************/
 #footer:before{ 
	bottom: 100%; 
  border:solid transparent;
  content: " ";
  height: 0; width: 0;
  position:absolute;
  pointer-events:none; }
 
#footer:before { 
  border-bottom-color:#111;
  border-width:15px; 
  left:50%;
  margin-left:-15px;
}

#footer {
	position:relative;
	line-height:22px;	
	padding:20px 0 0; 
	opacity:1.0;
	background:#111; 
	color:#666;
	margin:30px 0 -10px; 
	padding-bottom:80px;
}

#footer li {
	padding:0px 15px 15px 0;
	margin:0px 0px 15px 0px;
	border-bottom: 1px #222 solid;
	line-height:22px;	
}

#footer li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

#footer .span3 a { color:#999; }
#footer .span3 a:hover { color:#eee; }
#footer h6 {
	font:12px 'Arvo', sans-serif;
	color: #777;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:30px;
	border-bottom:1px solid #333;
	padding:0 0 10px;
}
#footer .span3 { padding:20px 0 0px; color:#777; }

/* Flickr */	
.flickrs {margin-right:-10px; padding-top:4px;}
.FlickrImages li {
	margin: 0 9px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:48px !important; height:48px !important;
	overflow:hidden;
	float:left;	
}
.FlickrImages li a img { width:48px !important; height:48px !important; opacity:1; }


/*Social Icons */
.follow_us {text-align:left;}
.follow_us a { 
	font-size:10px;
	padding:6px 0px 8px 4px;
	margin:10px 6px 0px 0px;
	display:block;
	width:30px;
	text-align: center;
	border-radius:50px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 0 2px #222, inset 0 0 0 2px #111; background:#333;
}

.follow_us a:hover{  box-shadow: 0 0 0 2px #857D50, inset 0 0 0 2px #111; background:#857D50; }
.copyright {color:#555; margin-top:20px;}
#footer ul { padding:0; margin:0; list-style:none; }
#footer .icons { margin-left:20px; }
#footer .media-body .icon-time { color:#444;}

/* Back To Top */
.go-top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size:30px;
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.go-top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*************************************************************
	10. 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDIAN, TABS
 *************************************************************/
/**** 404 PAGE ****/
.no_page {
	text-align: center;
	margin:30px 0 0 0;
	line-height:30px;
	font-size:18px;
	color:#777;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
}
.very_big { 
	font-size:160px;
	font-weight:700;
	margin:40px auto;
	padding: 0px 0; 
	color:#bbb; 
	text-align:center;
	position:relative;
	line-height:110px;
}

/**** PRICING TABLE ****/
.pricing-table {
	text-align: center; 
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.pricing-table:hover{ 
	background-color:#F5F5F5;  
	transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.25);
	box-shadow:3px 3px 3px rgba(0,0,0,0.25);
}

.pricing-table h5 { color:#fff; margin-bottom:0px;}
.pricing-header-row-1 small { color:#111; }
.pricing-table ul { margin:0; padding:0; list-style:none; }
.price {
	font: 30px/14px 'Arvo', sans serif;
	margin-top:13px;
	text-align:center;
	color: #444;
}
.pricing-header-row-1 {
	text-align:center;
	height:50px;
	padding:3px 0 12px;
	background-color:#857D50;
	border-bottom:1px solid #fff;
}
.pricing-header-row-2 {
	text-align:center;
	height:60px;
	margin-top:0px;
	padding:10px 0 ;
	border-top:none;
	background-color:#E7E7E7;
}
.pricing-content-row-odd {
	font-size:12px;
	background-color:#f3f3f3;
	padding:8px 0;
	color:#555;
}
.pricing-content-row-even {
	font-size:12px;
	background-color:#E7E7E7;
	padding:8px 0;
	color:#555;
}
.pricing-footer {
	text-align:center;
	height:50px;
	background-color: #eee;
	padding:20px 0 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #cac4a5;
}

/**** SKILLS BAR ****/
.progress-inverse.progress-striped .bar,
.progress-striped .bar-inverse{ 
  background-color: #857D50;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 
}
.progress { margin-bottom:8px; }

/**** ACCORDIAN ****/
.accordion-group, .accordion-inner { border: none; border-radius: 0; }
.accordion-group { 
	padding:8px 0; margin-bottom:5px;
	background:#222;
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 0px rgba(0,0,0,0.1);
}
.accordion-group:first-child { border: none; }
.accordion-heading .accordion-toggle {
	padding:0 0 0 30px;
	background: url("../img/accordion.png") 0px 0px no-repeat;
	height:16px;
	margin:5px 10px 8px;
	font-size:15px;
	line-height:16px;
	color:#555;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-heading .collapsed { background-position:0 -18px; }
.accordion-heading .accordion-toggle:hover {  text-decoration:none; }
.accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px;}
.collapse {
	overflow:hidden;
	position:relative;
	height:0;
}
.collapse.in { height:auto; }

/**** TABS ****/
ul.nav-tabs { margin: 0 !important;border-bottom: 1px solid #444; }
.nav-tabs > li > a {
	border: none;
	border-radius:0;
	margin-right:4px;
	font-size:12px;
	color:#fff;
	padding:6px 10px 5px;
	outline:none;
	background:#222;
  	border-top:3px solid #555;border-bottom: 1px solid #444;
	color:#857D50; 
}
.nav-tabs > li.active > a { border-top:3px solid #d3d3d3;background:#444; border-left:0; border-right:0;border-bottom:0;}
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus  {
	border-top:3px solid #857D50;
	background:#444;
	color:#999;
	border-left:0; border-right:0;border-bottom: 1px solid #444;
}
nav-tabs > :focus  {
	border-top:3px solid #857D50;
	background:#444;
	color:#666;
	border-left:0; border-right:0;border-bottom:0;
}

.tab-content { padding:18px 0 0;}
.tabs-top .nav-tabs > li.active > a:hover,
.tabs-top .nav-tabs > li.active > a { border-top:3px solid #857D50; color:#999; border-bottom: 1px solid #444; }

.tabs-left > .nav-tabs { border: none; }
.tabbable.tabs-left .nav-tabs li { border-radius:0;  border: none;  margin:10px 0 -2px 0;color:#999; }
.tabbable.tabs-left .nav-tabs a {
	border-top:none;border-right:none;border-bottom:none;
	font-size:12px;
	padding:6px 0 6px 10px;
	border-radius:0;
	border-left:#555 3px solid;
	color:#857D50; 	color:#999;
}
.tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
	color:#999;
	border-left:3px solid #857D50;
	background:#444;
	border-top:none;border-right:none;border-bottom:none;
}
.tabbable.tabs-left .tab-content { padding: 0 0 20px 15px; }

/*************************************************************
	11. LOGO ANIMATION
 *************************************************************/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); }
100% { opacity: 1; -webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); }
100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); }
100% { opacity: 1; -ms-transform: translateY(0); }
}
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); }
100% { opacity: 1; transform: translateY(0); }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
