/**
 * Theme Name: Oxygen
 * Theme URI: http://alienwp.com/themes/oxygen/
 * Description: Minimalistic, mobile-optimized magazine theme with responsive layout. The main features include a featured content slider, custom front page template, 5 widget areas, and 3 menus.
 * Version: 0.1.8
 * Author: Galin Simeonov
 * Author URI: http://alienwp.com
 * Tags: flexible-width, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, three-columns, right-sidebar, left-sidebar, custom-background, featured-images
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Copyright (c) 2012 Galin Simeonov.  All rights reserved.
 * http://alienwp.com
 */

/* Normalize
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }
figure { margin: 0; }
html {
	font-size: 1em;	/* 16px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font: 0.75em/1.75em 'Helvetica Neue', Helvetica, Arial, sans-serif;	/* 12 / 16 = 0.75;  21 / 12 = 1.75 */
	color: #444;
	background: #fff;
	padding: 0;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
a, a:visited {
	color: #0da4d3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #0da4d3;
}
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr { cursor: help }
abbr[title] { border-bottom: 1px dotted; }
acronym {
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
	border-bottom: 1px dotted #eee;
	cursor: help;
}
acronym:hover {
	color: #333;
	background: #f3f3f3;
	border-bottom: 1px dotted #666666;
}
small { font-size: 0.9166666666666667em; }	/* 12 / 13 = 0.9166666666666667 */
big { font-size: 15px; }
p { margin: 0 0 1.75em 0 }
b, strong { font-weight: bold; }
blockquote {
	margin: 0 1.75em;
	font-style: normal
}
blockquote em, blockquote cite { font-style: italic }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
em, cite { font-style: italic; }
em em, cite cite { font-style: normal }
dfn { font-style: italic; }
address {
	font-style: italic;
	margin: 0 0 1.75em 0
}
li address, dd address { margin:0 }
del { text-decoration: line-through }
embed, object, video { margin-bottom: 1.75em }
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0 1.75em 0;
	padding: 0;
}
ins {
	background: #f3f3f3;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
mark {
	background: #f3f3f3;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre code { font-size: 1em }
pre {
	font-size: 0.9166666666666667em;
	font-family: Monaco, monospace, Courier, "Courier New";
	overflow: auto;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	font-size: 0.9166666666666667em;
	font-family: Monaco, monospace, Courier, "Courier New";
}
sub, sup {
	font-size: 0.8333333333333333em;	/* 10 / 12 = 0.8333333333333333 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul {
	list-style: circle;
	margin: 0 0 1.75em 2.8em;
	padding: 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1.75em 3.1em;
	padding: 0;
}
ol ol { list-style: upper-roman }
ol ol ol { list-style: lower-roman }
ol ol ol ol { list-style: upper-alpha }
ol ol ol ol ol { list-style: lower-alpha }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }
dl { margin: 0 0 1.75em 5px }
dt {
	font-weight: bold;
	margin: 10px 0 0 0
}
dd { margin: 5px 0 0 1.5em }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #333;
	line-height: 1.3em;
}
h1 { font-size: 3em; }	/* 36 / 12 = 3 */
h2 { font-size: 2em; }	/* 24 / 12 = 2 */
h3 { font-size: 1.666666666666667em; }	/* 20 / 12 = 1.666666666666667 */
h4 { font-size: 1.5em; }	/* 18 / 12 = 1.5 */
h5 { font-size: 1.333333333333333em;	/* 16 / 12 = 1.333333333333333 */ }
h6 {
	font-size: 1.166666666666667em;	/* 14 / 12 = 1.166666666666667 */
	text-transform: uppercase;
	font-weight: normal;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) { overflow: hidden; }
form { margin: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label { cursor: pointer; }
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
button, input, select, textarea, a.button {
	font-size: 1em;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input, a.button {
	line-height: normal;
	*overflow: visible;
}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid { background-color: #f0dddd; }
option { padding: 1px 2px; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.75em;
}
td { vertical-align: middle; }
th, td { text-align: left; }

/* Transitions 
-------------------------------------------------------------- */
a, a img, .featured-post .byline, #p-wrap a img {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

/* WordPress classes 
-------------------------------------------------------------- */
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; }
img.wp-smiley {
	max-height: 0.8125em;
	margin: 0;
	padding: 0;
	border: none;
}
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 1.75em !important;
}
.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 1.75em auto !important;
}
.block, .alignnone {
	display: block;
	margin: 0 0 1.75em 0;
}
img.alignleft, img.alignright {
	margin-top: 5px;
	display: inline;
}
blockquote.alignleft, blockquote .alignright { width: 33%; }
.byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; }

/* Tables 
-------------------------------------------------------------- */
table {
	margin: 0 0 1.75em 0;
	width: 100%;
}
table caption {
	font-size: 0.8125em;
	line-height: 1.75em;
	color: #888;
}
table th {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 2%;
	border-bottom: none;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
td {
	padding: 0.8125em 2%;
	color: #888;
	border-bottom: 1px solid #e7e7e7;
}

/* Lists 
-------------------------------------------------------------- */
ul li, ol li { line-height: 2.1em; }
dl { margin: 0 0 20px 30px; }
dl dt {
	margin: 0;
	font-size: 1.333333333333333em;		/* 16 / 12 = 1.333333333333333 */
	line-height: 1.75em;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
}

/* Blockquotes
-------------------------------------------------------------- */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	padding: 0 0 0 35px;
	font-size: 1.333333333333333em;		/* 16 / 12 = 1.333333333333333 */
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666666;
	background: url(images/quote.png) no-repeat 0 4px;
}

/* Code 
-------------------------------------------------------------- */
code {
	padding: 0 3px;
	background: #ffe5e5;
}
pre {
	padding: 15px 20px;
	background: #ffecec;
}
pre code {
	padding: 0;
	background: transparent;
}

/* Forms 
-------------------------------------------------------------- */
form label {
	line-height: 1.5em;
	color: #111;
}
input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select {
	border: 1px solid #ccc;
	padding: 5px;
	outline: none;
	font-size: 0.8125em;
	color: #888;
	margin: 0;
	display: block;
	background: #fff;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus {
	border-color: #888;
	color: #333;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
	box-shadow:  0 0 4px rgba(0,0,0,.3);
}
textarea {
	display: block;
	width: 80%;
	min-height: 60px;
}
input[type="radio"] { vertical-align: text-middle; }
input[type="checkbox"] { display: inline; }
input[type="submit"]:hover { cursor: pointer }
.error { color: #0da4d3; }

/* Images & Video
-------------------------------------------------------------- */
#site-title a:hover img { border: none; }
.hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video {
	max-width: 100%;
}
.hentry img, .entry-content img, .widget img, .wp-caption {
	height: auto;
}

/* Captions [caption] 
-------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
}
.wp-caption img { margin: 0 0 5px 0; }
.wp-caption .wp-caption-text {
	margin: 5px 0;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #888;
	text-align: left;
}
.wp-caption a { border: none; }

/* Galleries 
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	margin: 0 !important;
}
.gallery br {
	display: block;
	line-height: 0;
	height: 0;
}
.gallery a { border: none; }
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	margin: 0 0 15px 0 !important;
	text-align: left;
	list-style: none;
	padding: 0;
}
.gallery img, .gallery .gallery-item .gallery-icon img {
	max-width: 89%;
	height: auto;
	margin: 0 auto
}
.gallery-icon {
	overflow: hidden;
	margin: 0;
}
.gallery-caption {
	margin: 0;
	font-size: 0.9166666666666667em;
	line-height: 1.4em;
	color: #666666;
	text-align: center;
	padding-right: 11%;
}
.attachment-image {
	float: left;
	width: 100%;
}
.singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ }
.gallery-caption { margin: 3px 0 0 0 }
.col-0 { width: 100% }
.col-1 { width: 100% }
.col-2 { width: 50% }
.col-3 { width: 33.33% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.66% }
.col-7 { width: 14.28% }
.col-8 { width: 12.5% }
.col-9 { width: 11.11% }
.col-10 { width: 10% }
.col-11 { width: 9.09% }
.col-12 { width: 8.33% }
.col-13 { width: 7.69% }
.col-14 { width: 7.14% }
.col-15 { width: 6.66% }
.col-16 { width: 6.25% }
.col-17 { width: 5.88% }
.col-18 { width: 5.55% }
.col-19 { width: 5.26% }
.col-20 { width: 5% }
.col-21 { width: 4.76% }
.col-22 { width: 4.54% }
.col-23 { width: 4.34% }
.col-24 { width: 4.16% }
.col-25 { width: 4% }
.col-26 { width: 3.84% }
.col-27 { width: 3.7% }
.col-28 { width: 3.57% }
.col-29 { width: 3.44% }
.col-30 { width: 3.33% }

/* Layout
-------------------------------------------------------------- */
#main {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}
.page-template-fullwidth #content { width: 100%; }
.content-wrap {
	float: right;
	width: 79.78723404255319%;	/* 750 / 940 = 0.79787234042553 */
}
.page-template-fullwidth .content-wrap { width: 100%; }
#content {
	float: left;
	width: 62.66666666666667%;	/* 470 / 750 = 0.6266666666666667 */
	margin: 0 0 30px 0;
}
.aside {
	float: left;
	width: 17.02127659574468%;	/* 160 / 940 = 0.1702127659574468 */	
}
#sidebar-primary {
	float: left;
	width: 100%;	/* 160 / 940 = 0.1702127659574468 */
	margin-top: 20px;
}
#sidebar-secondary {
	float: right;
	width: 33.33333333333333%;	/* 250 / 750 = 0.3333333333333333 */
}
.wrap {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
#comments-template { clear: left; }

/* Header 
-------------------------------------------------------------- */
#header {
	clear: both;
	width: 100%;
	float: left;
	padding: 40px 0 0 0;
}
#branding {
	float: left;
	width: 45%;
	
}
#branding .logo {
	margin: -15px 0 0 -48px;
}
#branding .logo a {
	text-decoration: none;
	border: none;
}
#site-title {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3em;	/* 36 / 12 = 3 */
	line-height: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
#site-title a {
	color: #222;
	border-bottom: none;
}
#header img { max-width: 100%; }
#site-description {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9166666666666667em;	/* 11 / 12 = 0.9166666666666667 */
	font-weight: normal;
	line-height: 1.5em;
	margin: -13px 0 0 0;
	color: #999999;
	float: left;
	width: 91.48936170212766%;
	clear: both;
	text-transform: uppercase;
}
.breadcrumbs {
	font-size: 0.9166666666666667em;
	color: #666666;
	float: left;
	width: 94.85%;
	background: #f3f3f3;
	padding: .25em .6em .35em .9em;
	margin-bottom: 20px;
	border-left: 10px solid #e9e9e9;
	display: none;
}
.breadcrumbs a, .breadcrumbs a:visited { color: #777; }
.breadcrumbs a:hover { color: #000; }
#sidebar-header {
	/* overflow: hidden; */
	float: right;
	width: 80%;	/* 468 / 940 = 0.4978723404255319 / 49.78723404255319% */
	/* height: 60px; */
	margin: -41px 0 20px 0;
}

/* Primary menu 
-------------------------------------------------------------- */
#menu-primary {
	font-size: 0.96em;
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	clear: left;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #db3f06;
}
#menu-primary li {
	display: block;
	float: left;
	min-height: 30px;
	padding-left: 1.15em;
	padding-top: 2px;
	background: url(images/menu-separator.png) no-repeat left 20%;
}
#menu-primary li:first-child {
	padding-left: 0;
	background: none;
}
#menu-primary li a {
	font-family: 'Oswald'!important;
	font-size: 1.333333333333333em;
	font-weight: 400;
	line-height: 1em;
	margin-right: 0.45em;
	display: block;
	text-transform: lowercase;
}

#menu-primary li:nth-child(2) a  {
	text-transform: lowercase;
	font-weight: normal;
}

#menu-primary li.current-menu-item a { color: #999999; }
#menu-primary li li, #menu-primary li li.current-menu-item li {
	clear: both;
	float: none;
	border-top: 1px solid #ddd;
	padding-left: 0;
	background: none;
}
#menu-primary li li:first-child, #menu-primary li li.current-menu-item li:first-child { border-top: none; }
#menu-primary li li:first-child a, #menu-primary li li:first-child + td a, #menu-primary li li:nth-child(2) a, #menu-primary li li.current-menu-item li:first-child a { text-transform: lowercase; font-weight: normal; }
#menu-primary li li a {
	font-size: 1.166666666666667em; /* 14 / 12 = 1.166666666666667 */
	text-transform: lowercase;
	color: #000;
	margin: 0 5px;
	padding: 12px 15px;
}
#menu-primary li li.current-menu-item li a {
	font-size: 1.166666666666667em; /* 14 / 12 = 1.166666666666667 */
	text-transform: lowercase;
	color: #888;
	margin: 0 5px;
	padding: 12px 15px;
}
#menu-primary ul li a:hover {
	color: #222;
	border-bottom: none;
}
#menu-primary li ul li a:hover {
	color: #666666;
	border-bottom: none;
}
.rmenu {
	margin: -91px 127px 0 0;
	padding: 4px 0 0 42px;
	 /* background: url('images/m/new.gif') no-repeat left -1px; */
}
#text-17 { margin: -15px 0 0 0; padding:0;}
#text-17 ul { float:right; margin:0; padding:0;}
#text-17 ul li { float:left; margin:0 0 0 1px;}

/* Dropdowns
-------------------------------------------------------------- */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li:hover { visibility: inherit }
.menu li {
	float: left;
	position: relative;
}
.menu a {
	display: block;
	position: relative;
}
#menu-primary li ul {
	display: none;
	position: absolute;
	top: 32px;
	left: -6px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
	z-index: 100;
}
#menu-primary li:first-child ul { left: -20px; }
#menu-primary li:hover ul, #menu-primary li.sfHover ul { display: block; }
#menu-primary li:hover li ul, #menu-primary li.sfHover li ul { top: -999em; }
#menu-primary li li:hover ul, #menu-primary li li.sfHover ul {
	top: -1px;
	left: 100%;
	margin-left: 0;
	border-top: 1px solid #e5e5e5;
}
.sf-sub-indicator {
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(images/dropdown.png) no-repeat right 40%;
	position: absolute;
	top: 25%;
	right: 0;
}
.menu li li .sf-sub-indicator {
	top: 37%;
	background: url(images/dropright.png) no-repeat right 50%;
	margin-right: 7px;
}
.menu li a.sf-with-ul { padding-right: 16px; }

/* Secondary menu 
-------------------------------------------------------------- */
#menu-secondary {
	font-size: 1em;
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	clear: left;
	position: relative;
	background: none;
	margin-bottom: 25px;
	z-index: 2;
}
#menu-secondary li {
	display: block;
	float: left;
	width: 100%;
}
#menu-secondary li a {
	font-size: 0.8333333333333333em;
	line-height: 1.2em;
	display: block;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	background: none;
	border-bottom: 0px solid #252525;
}
#menu-secondary li a:hover {
	color: #db3f06;
	background: none;
}
#menu-secondary li.current-menu-item a { color: #db3f06; font-weight: bold; }
#menu-secondary li.current-menu-item li a { color: #ccc; }
#menu-secondary li li, #menu-secondary li li.current-menu-item li {
	clear: both;
	float: none;
}
#menu-secondary li li:first-child, #menu-secondary li li.current-menu-item li:first-child { border-top: none; }
#menu-secondary li li a, #menu-secondary li li.current-menu-item li a {
	text-transform: none;
	color: #888;
}
#menu-secondary li li a {
	font-size: 0.9166666666666667em;
	padding: .97em 1.1em;
}

/* Dropdowns (secondary)
-------------------------------------------------------------- */
#menu-secondary li ul {
	display: none;
	position: absolute;
	top: 0;
	border: 1px solid #252525;
	border-bottom: none;
	left: 100%;
	z-index: 100;
}
#menu-secondary li:hover ul, #menu-secondary li.sfHover ul { display: block; }
#menu-secondary li:first-child:hover ul, #menu-secondary li:first-child.sfHover ul { top: 0; }
#menu-secondary li:hover li ul, #menu-secondary li.sfHover li ul { top: -9999em; }
#menu-secondary li li:hover ul, #menu-secondary li li.sfHover ul {
	top: -1px;
	margin-left: 0;
}
#menu-secondary .sf-sub-indicator {
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	display: block;
	background: url(images/dropright-secondary.png) no-repeat right 0;
	position: absolute;
	top: 38%;
	right: 10px;
}
#menu-secondary .menu li li .sf-sub-indicator { right: 5px; }

/*  Featured Content (slider)
-------------------------------------------------------------- */
.featured-wrapper {
	float: right;
	margin: -1px 0 30px 0;
	/* width: 79.78723404255319%;	/* 750 / 940 = 0.79787234042553 */
	width: 100%;
	overflow: hidden;
	position: relative;
	

}
#featured-content {
	position: relative;
	margin-bottom: 20px;
}
.featured-post {
	position: relative;
	overflow: hidden;
	float: left;
}
.featured-post h2.entry-title a {
	position: absolute;
	bottom: 110px;
	right: 0;
	color: #111;
	background: #fff;
	padding: .4em 30px .4em 1.5em;
	font-size: 1em;
	text-transform: uppercase;
}
.featured-post:hover h2.entry-title a, .featured-post:hover .byline {
	color: #fff;
	background: #111;
}
.featured-post .byline {
	position: absolute;
	bottom: 82px;
	right: 0;
	color: #999;
	background: #fff;
	padding: .4em 30px .4em 1.3em;
	font-size: 0.9166666666666667em;
}
.featured-post a:hover { border-bottom: none; }
.featured-thumbnail { max-width: 100%; }
#featured-content .dummy {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	height: auto;
}
.no-js #featured-content .dummy, #featured-content .dummy.hidden { display: none; }
.slider-nav {
	display: block;
	position: absolute;
	bottom: 0;
	width: 31px;
	height: 28px;
	background: #111 url(images/slider-nav-arrows.png) no-repeat;
	background: rgba(0,0,0,.5) url(images/slider-nav-arrows.png) no-repeat;
	color: #fff;
	font-size: 1em;
	z-index: 9;
	cursor: pointer;
	text-indent: -9999em;
}
#slider-prev {
	left: 0;
	background-position: 7px -21px;
}
#slider-next {
	right: 0;
	background-position: 7px 11px;
}
.slider-nav:hover { background-color: #000; }

/*  Featured Content (slider) Navigation
-------------------------------------------------------------- */
#slider-nav {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#slide-thumbs {
	width: 100%;
	margin: 0;
}
#slider-nav li {
	float: left;
	list-style: none;
	width: 14.66666666666667%;	/* 110 / 750 = 0.1466666666666667 */
	margin: 0 2.4% 0 0px;	/* 18 / 750 = 0.024 */
}
#slider-nav li a, #slider-nav li a:visited {
	border-bottom: none;
	padding: 0;
}
#slider-nav li.last { margin-right: 0; }
#slider-nav li img { max-width: 100%; }
.activeSlide img { opacity: .3; }

/* Collection menu 
-------------------------------------------------------------- */
#wrapM { margin: 0 auto -7px auto; padding: 0; background:none; display:block; float:none; clear:both;}
#wrapM table { padding: 0 1%; border-bottom: 10px solid #db3f06; }
#wrapM td { line-height:21px; height:21px; padding: 10px 0 0 0; margin:0; text-align:center; }
#wrapM a img { background: #D6D6D6; text-decoration:none; border: none; margin:1px; padding:0;}
#wrapM a { background: #db3f06;margin:-1px; padding:0; text-align:center;}
#wrapM a:hover img { background:#FFF;} 
#page-changer { display:none; clear:both;}

/* Home 
-------------------------------------------------------------- */
.section-title {
	float: left;
	width: 93.85%;
	color: #999;
	background: #f3f3f3;
	padding: .25em .6em .35em .6em;
	margin-bottom: 20px;
	text-transform: lowercase;
	border-left: 10px solid #e9e9e9;
}
.hfeed-more {
	float: left;
	width: 100%;
}
.page-template-front .hfeed-more .hentry {
	float: left;
	width: 47.87234042553191%;	/* 225 / 470 = 0.4787234042553191 */
	margin: 0 4.25531914893617% 15px 0;	/* 20 / 470 = 0.0425531914893617 */
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
.page-template-front .hfeed-more .hentry.even { margin-right: 0; }
.page-template-front .hfeed-more .hentry .entry-title a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9375em;	/* 15 /16 = 0.875 */
	text-transform: none;
	color: #333;
}
.page-template-front .hfeed-more .hentry .entry-title a:hover {
	color: #0da4d3;
	border-color: #888;
}

#p-wrap {
	overflow: visible;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	float: left;
	clear: both;
	border-top: 0px solid #aaa;
	text-align: center!important;

}
#p-wrap div {
	width: 33.33%; /* 2 = 50% / 3 = 33.33% / 4 = 25% / 5 = 20% */
	float: left;
	margin: 0 0 0 0;
	text-align:center;
	padding: 0 0 0 0;
}
#p-wrap h4 {
	margin: 0;
}
#p-wrap p {
	font-size: 0.9em;
	color: #999999;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 1.4em;
}

#p-wrap a img {
max-width:100%;}

#p-wrap a img:hover {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)'; // IE8
  filter: alpha(opacity=80); // IE 5-7

}
#p-wrap a:hover {
    border: none;
}

/* Posts 
-------------------------------------------------------------- */
.page-template-front .hentry, .archive .hentry, .search .hentry {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;	/* 20 / 510 = 0.0392156862745098 */
	font-size: 1em;
	position: relative;
}
.hentry.even { margin-right: 0; }
.hentry {
	margin: 0 0 20px 0;
	position: relative;
	float: left;
	width: 100%;
}
.hentry p {
	font-weight: 500;
}
.entry-header {
	float: left;
	width: 30%;
}
.entry-summary {
	float: right;
	width: 65%;
	padding-left: 2.34375%;
}
.entry-summary iframe {
	display: none;
	height: 0px;
}
.hentry .archive-thumbnail { margin: 0 0 11px 0; }
.hentry img.featured { margin-bottom: 15px; }
.byline-cat {
	position: absolute;
	float: right;
	
	right: 0;
	padding: .1em .8em;
	font-size: 0.8333333333333333em;
	background: #111;
	background: rgba(0,0,0,.25);
}
.byline-cat, .byline-cat a, .byline-cat a:visited {
	color: #fff;
	color: rgba(255,255,255,.75);
	max-height: 45px;
	overflow: hidden;
}
.byline-cat a:hover { color: #fff; }
.play_btn {
	position: absolute;
	top: 35%;
	left: 33%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: url(images/play_btn.png) no-repeat;
	display: block;
}
.read-more, .read-more:visited {
	position: absolute;
	
	left: 0;
	top: 0;
	
	z-index: 10;
	color: #fff;
	background: #0da4d3;
	padding: .1em .8em;
	font-size: 0.9166666666666667em;
	display: none;
}
.read-more:hover {
	color: #fff;
	background: #111;
}
.hentry a img { opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */}
.hentry a img:hover { opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */}
.home .hentry a img { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */}
.home .hentry a img:hover { opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */}
.home .hentry a, .page-template-front .hentry a, .archive .hentry a, .search .hentry a { border-bottom: none; }
.home .hentry a:hover, .page-template-front .hentry a:hover, .archive .hentry a:hover, .search .hentry a:hover { border-bottom: none; }
.home .hentry:hover .read-more, .page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: block; }
.hentry .gallery a:hover, .page-template-front .read-more:hover, .archive .read-more:hover, .search .read-more:hover { border-bottom: none; }

/* Post titles 
-------------------------------------------------------------- */
.hentry .entry-title, .page-template-front .hentry .entry-title {
	margin: 0 0 0.15em 0;
	padding: 0;
	font-size: 1.333333333333333em;	/* 16 / 12 = 1.333333333333333 */
	text-transform: uppercase;
	line-height: 1.4em;
	border: none;
	color: #111;
	word-spacing: 2px;
	word-wrap: break-word;
	font-family: 'Oswald'!important;
}
.singular .entry-title {
	font-size: 2em;	/* 24 / 12 = 2 */
	margin-bottom: 0.3em;
	font-family: 'Abel'!important;
}
.singular-page .entry-title { color: #ccc; }
.singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: .7em; }
.entry-title a, .entry-title a:visited { color: #0da4d3; }
.home .hentry .entry-title a:hover, .page-template-front .hentry .entry-title a:hover, .archive .hentry .entry-title a:hover, .search .hentry .entry-title a:hover {
	color: #000;
	border-bottom: 1px solid #e8390f;
}

/* Post bylines 
-------------------------------------------------------------- */
.byline, .home.singular .byline {
	margin: 0 0 .2em 0;
	font-size: 0.9166666666666667em;
	color: #999999;
	line-height: 1.75em;
	word-spacing: 2px;
}
.singular .byline { margin-bottom: 18px; }
.byline a, .byline a:visited { color: #999999; }
.byline a:hover { color: #000; }
.author, .published, .category, .edit { font-style: normal; }
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
	font-size: 1em;
	text-transform: none;
}

/* Post excerpts 
-------------------------------------------------------------- */
.entry-summary p { margin: 0 0 1em 0; }

/* Post metadata 
-------------------------------------------------------------- */
.entry-meta {
	margin: 0 0 25px 0;
	font-size: 0.9166666666666667em;
	color: #666666;
}
.entry-meta a { color: #888; }
.entry-meta a:hover { color: #000; }

/* Singular post prev/next links 
-------------------------------------------------------------- */
.singular .loop-nav {
	font-size: 0.9166666666666667em;
	color: #888;
	clear: left;
}
.singular .previous {
	float: left;
	width: 40%;
}
.singular .next {
	float: right;
	width: 40%;
	text-align: right;
}

/* Page links for multi-paged posts <!--nextpage--> 
-------------------------------------------------------------- */
.page-links {
	clear: both;
	font-size: 0.9166666666666667em;
	word-spacing: 2px;
	line-height: 1em;
	color: #222;
}
.entry-summary .page-links {
	clear: none;
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #666666;
}
.page-links a, .page-links a:visited {
	display: inline-block;
	color: #555;
	background: #eee;
	padding: 3px 6px;
}
.page-links a:hover {
	color: #000;
	background: none;
	border: none;
}

/* Archive/search pagination and comment pagination 
-------------------------------------------------------------- */
.comment-navigation { margin-bottom: 1.75em; }
.pagination.loop-pagination {
	float: left;
	clear: both;
	margin-top: 20px;
}
.pagination .page-numbers, .comment-navigation .page-numbers {
	display: inline-block;
	padding: 5px 10px 7px 10px;
	margin: 0;
	line-height: 1em;
	color: #aaa;
}
.pagination a.page-numbers, .comment-navigation a.page-numbers {
	color: #999999;
	background: none;
}
.pagination a:hover, .pagination a.page-numbers:hover, .comment-navigation a:hover {
	color: #db3f06;
	background: #fff;
	border-bottom: none;
}
.pagination .current, .comment-navigation .current { color: #db3f06; }

/* Sidebar after singular posts 
-------------------------------------------------------------- */
#sidebar-after-singular {
	overflow: hidden;
	margin: 0;
	font-size: 1em;
	float: left;
}
#sidebar-after-singular a:hover { border-bottom: none; }

/* Widgets 
-------------------------------------------------------------- */
.sidebar .widget {
	float: right;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}

/* Widget titles 
-------------------------------------------------------------- */
.sidebar .widget-title {
	font-family: 'Oswald'!important;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #db3f06;
}

/* Widget unordered lists 
-------------------------------------------------------------- */
.sidebar .widget ul { margin-left: 0; list-style-type: none; }
.sidebar .widget ul li a { color: #555; }
.sidebar .widget ul li a:hover { color: #000; }
.sidebar .widget ul li a { color: #555; }
.sidebar .widget ul li a:hover { color: #000; }

#text-18 { float:right; text-align: right; margin: 4px 4px 0 0; width: auto;}
#qtranslate-2 { float:right; text-align: right; margin: 4px 0 0 0; width: auto;}
.qtranxs_language_chooser { list-style-type: none; }
.qtranxs_language_chooser li { 
	display: inline-block; 
	padding-left: 0.85em;
	background: url(images/menu-separator.png) no-repeat left 15%;
}
#qtranslate-2 .qtranxs_language_chooser li:first-child {
	padding-left: 0.85em;
	background: url(images/menu-separator.png) no-repeat left 15%;
}
.qtranxs_language_chooser li:first-child {
	padding-left: 0;
	background: none;
}
.qtranxs_language_chooser li a {
	font-size: 0.8333333333333333em;
	font-weight: normal;
	line-height: 1.8em;
	margin-right: 0.25em;
	display: block;
	text-transform: uppercase;
}
.qtranxs_language_chooser li:last-child a { margin-right: 0; }
.qtranxs_language_chooser li a:hover { color: #111; }
.qtranxs_language_chooser li.current-menu-item a { color: #666666; }

/* Search form widget
-------------------------------------------------------------- */
.widget .search-form { overflow: hidden; }
.widget .search-form label {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	color: #666666;
}
.widget .search-form input[type="text"] {
	width: 91.5%;
	float: left;
	padding: 8px 10px;
	font-size: 1em;
	color: #aaa;
}
.search-form .search-submit, .widget.search .widget-title { display: none; }

/* Comments 
-------------------------------------------------------------- */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
}
.comment-list { margin-bottom: 40px; }
.comment-list li {
	padding: 20px 0 0 0;
	border-top: none;
}
.comment-list li li { padding-left: 11.70212765957447%; }	/* 55px / 470px = 0.1170212765957447 */
.comment-list .avatar {
	float: left;
	margin: 0 13px 10px 0;
}
.comment-meta {
	margin: 0 0 3px 0;
	font-size: 0.9166666666666667em;
	color: #999999;
	line-height: 1.75em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1.153846153846154em;
}
.comment-author { margin-right: 10px; }
.comment-meta a, .comment-meta a:visited {
	font-style: normal;
	color: #333;
	border-bottom: 1px solid #0da4d3;
}
.comment-meta a:hover {
	color: #000;
	border-bottom: none;
}
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f3f3f3;
}
.comment-content { margin-left: 55px; }
.comment-content p { margin-bottom: 1em; }

/* Comment form 
-------------------------------------------------------------- */
#respond {
	overflow: hidden;
	width: 100%;
}
.comment-list #respond { margin-top: 1.75em; }
#respond .log-in-out {
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #888;
	margin-bottom: -7px;
}
#reply-title small a {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	background: #fff;
	padding-right: 8px;
}
#respond label {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	color: #999999;
}
#respond p.req label {
	color: #888;
	line-height: 2.4em;
}
#respond span.required {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#respond #submit { margin-bottom: 1.75em; }
#commentform input {
	display: inline;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
	line-height: 1em;
}
#comment { margin-top: 20px; }
#comments-number, #reply-title {
	color: #666666;
	float: left;
	width: 92%;
	background: #f3f3f3;
	padding: .25em .6em .35em .9em;
	margin-bottom: 20px;
	border-left: 10px solid #e9e9e9;
}

/* Subsidiary sidebar 
-------------------------------------------------------------- */
#sidebar-subsidiary {
	overflow: visible;
	width: 103.4%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	clear: both;
}
#sidebar-subsidiary .widget {
	float: left;
	width: 31%;	/* 205px / 940px = 21.80851063829787% */
	margin: 0 2% 0px 0;	/* 30px / 940px = 3.191489361702128% */
	font-size: 1em;
	padding-top: 0px;
	border-top: 1px solid #ddd;
}

#widget_multilanguage-2, #widget_multilanguage-11, #widget_multilanguage-4, #widget_multilanguage-5, #widget_multilanguage-12, #gtexttext-8 {
	background-position: right -8px;
	background-repeat:no-repeat;	
}
#widget_multilanguage-2 {
	background-image: url(images/w/na.jpg);
}
#widget_multilanguage-2:hover {
	background-image: url(images/w/n.jpg);
}
#widget_multilanguage-11 {
	background-image: url(images/w/fa.jpg);
}
#widget_multilanguage-11:hover {
	background-image: url(images/w/f.jpg);
}
#widget_multilanguage-12 {
	background-image: url(images/w/ta.jpg);
}
#widget_multilanguage-12:hover {
	background-image: url(images/w/t.jpg);
}
#widget_multilanguage-4 {
	background-image: url(images/w/da.jpg);
}
#widget_multilanguage-4:hover {
	background-image: url(images/w/d.jpg);
}
#widget_multilanguage-5 {
	background-image: url(images/w/ya.jpg);
}
#widget_multilanguage-5:hover {
	background-image: url(images/w/y.jpg);
}
#gtexttext-8 {
	background-image: url(images/w/ea.jpg);
}
#gtexttext-8:hover {
	background-image: url(images/w/e.jpg);
}

/* Subsidiary menu 
-------------------------------------------------------------- */
#menu-subsidiary {
	float: right;
	width: 65%;
	font-size: 1em;
	position: relative;
}
#menu-subsidiary .menu { float: right; }
#menu-subsidiary li {
	display: block;
	float: left;
	padding-left: 1.5em;
	background: url(images/menu-separator.png) no-repeat left 15%;
}
#menu-subsidiary li:first-child {
	padding-left: 0;
	background: none;
}
#menu-subsidiary li a {
	font-size: 0.8333333333333333em;
	font-weight: normal;
	line-height: 1.8em;
	margin-right: 1.15em;
	display: block;
	text-transform: uppercase;
}
#menu-subsidiary li:last-child a { margin-right: 0; }
#menu-subsidiary li a:hover { color: #111; }
#menu-subsidiary li.current-menu-item a { color: #666666; }
#menu-subsidiary li ul { display: none; }

/* Footer 
-------------------------------------------------------------- */
#footer {
	overflow: hidden;
	clear: both;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 26px 0 30px 0;
	border-top: 1px solid #ddd;
	font-size: 0.9166666666666667em;
	color: #666666;
}
#footer p { margin-bottom: 0; }
#footer a { color: #888; }
#footer a:hover { color: #333; }
#footer-content {
	float: left;
	width: 30%;
}

/*  Buttons (submit etc.)
-------------------------------------------------------------- */
#respond #submit, .button, a.button, .wpcf7-submit, #loginform .button-primary {
	padding: 6px 14px 7px 14px;
	color: #fff;
	background:#0da4d3;
	border: none;
}
#respond #submit:hover, .button:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { background: #111; }
.menu li a { position: relative; }

/*  Gravity Forms (plugin)
----------------------------------------------------- */
.sidebar .widget ul li.gfield, #content .hentry ul li.gfield {
	background: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea {
	padding: 4px;
	font-size: 1em;
}
.wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label {
	padding-top: 0;
	margin-top: 0;
}
.wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; }
.wordpress .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: 0 0 5px;
}
.wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; }
.wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; }
.wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; }
.wordpress .gform_wrapper select {
	padding: 2px;
	height: 2em;
	font-size: 1em;
}
.wordpress .gform_wrapper .gsection {
	border-bottom: 1px solid #e9e9e9;
	margin: 40px 0 20px 0 !important;
}
.gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #666666 !important; }
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, .gform_wrapper div.charleft { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

/*  Contact Form 7 (plugin)
----------------------------------------------------- */
.wpcf7-form p {
	margin-bottom: 10px;
	line-height: 2.2em;
	font-size: 0.9166666666666667em;
	width:50%; float:left;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { padding: 6px; }



.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#loop { margin: 0 0 0 0; padding: 0 0 0 0; width: 102.666667%;}

.content-title {color: #000; font-size: 18px; padding: 0 0 15px 0px; text-transform: uppercase; position: relative;}
.content-title a {color: #000; text-decoration: none;}
.content-title a:hover {text-decoration: none; border: none;}
.content-title span {color: #d9d9d9;}
.content-title span a {color: #d9d9d9; text-decoration: none;}
.content-title span a:hover {color: #000; text-decoration: none;}
#mode {display: block; width: 37px; height: 14px; background: url("images/mode.png") 0 0 no-repeat; float:right; margin: 5px 0 0 0;}
.flip {background-position: 0 100% !important;}


.list .post {padding: 0 0 0 0; margin: 0 0 0 0; border-bottom: 1px solid #d9d9d9;}
.list .post .thumb img {float: left; margin: 0 10px 0 0; width: 220px; height: 150px;}
.list .post a {color: #000;}
.list .post .post-category {font-size: 11px; color: #bbb; text-transform: uppercase; margin: 5px 0 0 0; position:absolute; bottom:0px; left:228px;}
.list .post .post-category a {text-decoration: none; color: #bbb;}
.list .post .post-category a:hover {text-decoration: underline;}
.list .post h5 {margin: 5px 0 5px 0; text-transform:uppercase;}
.list .post h5, .list .post h5 a {color: #000; font-size: 24px; font-weight: normal; text-decoration: none;}
.list .post h5 a:hover {text-decoration: underline;}
.list .post .post-meta {font-size: 11px; font-style: italic; color: #666666; margin-bottom: 20px;}
.list .post .post-meta span, .list .post .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.list .post .post-meta a:hover {text-decoration: underline;}
.post-author {text-transform: uppercase;}

.grid {padding: 0px 0 0 0px;}

#loopC { float: left; margin: -15px 0 0 0; }
.grid .post-home { height: 70px; padding: 0px; border: none; margin: 0; float: left; position: relative; overflow: hidden; cursor: pointer; text-align: center; }
.grid .post-home img {border:none; margin:-1px 0 0 0; }
.grid .post-home a { height: 60px; line-height:60px; display:block; background: #dedede; text-decoration:none; border:none; }
.grid .post-home a:hover {background: #ffffff; border:none;}
.grid .post-home.selected {background: #000; }

#loopH { margin: -70px 0 0 0; padding: 0 0 0 0; width: 100%; height: 70px; font-family: 'Arial Black', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.7em; float: none;}
#loopH ul { margin: 0 0 0 0; padding: 0 0 0 0; height: 28px; }
#loopH ul li { margin: 0 0 0 12px; padding: 0 0 0 0; list-style: none; height: 30px; line-height: 30px; text-transform: uppercase;  text-align: center; }
#loopH ul li a {color: #fff; text-decoration: none; border:none; }
#loopH ul li a:hover {color: #db3f06; }

.grid .post {width: 143px; height: 128px; background-color: #db3f06; padding: 1px; float: left; margin: 0 1px 1px 0; position: relative; overflow: hidden; cursor: pointer; }
.grid .post:hover {  }
.grid .post .post-category, .grid .post .post-meta em {display: none;}
.grid .post .post-content, .grid .post .post-meta {display: none;}
.grid .post .thumb {width: 100%; height: 100%; position: absolute; top: -8px; left: 0; }
.grid .post .thumb img {width: 145px; height: 145px;}
a.thumb {z-index:1!important;}

.grid .post h5 {
	display: none;
	color: #fff;
	background: #db3f06;
	text-transform: uppercase;
}
.grid .post h5 a {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 0;
	color: #fff;
	background: #db3f06;
	padding: .1em .8em;
	font-size: 0.9166666666666667em;
}
.grid .post h5 a:hover {
	display: none;
	color: #fff;
	background: #111;
	text-decoration: none;
}


.grid .post a {text-decoration: none;}
.grid .post a:hover {text-decoration: underline;}
.grid .post .post-meta {font-size: 10px; font-style: italic; color: #656363; display: none;}
.grid .post .post-meta span, .grid .post .post-meta a {color: #000; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.grid .post .post-meta .post-author {text-transform: uppercase;}
.grid .post .comments_popup_link {position: absolute; bottom: 18px; right: 18px;}
.grid .post .post-edit-link {position: absolute; bottom: 10px; left: 10px; display: none;}

.rollover {opacity: 0; background: #db3f06; width: 150px; height: 150px; padding: 10px; margin: 0; position: absolute; top: 0; left: 0; cursor: pointer;}
.rollover-title {margin-bottom: 5px;}
.rollover-title, .rollover-title a {color: #000; font-size: 16px; font-weight: normal; text-decoration: none;}
.rollover-title a:hover {text-decoration: underline;}
.rollover-content {color: #262626; font: 12px/1.5 Helvetica, Arial, sans-serif;}
.rollover-meta {font-size: 10px; font-style: italic; color: #656363;}
.rollover-meta span, .rollover-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.rollover-author {text-transform: uppercase;}
.rollover-meta a:hover {text-decoration: underline;}

.pagination {padding: 10px 0 0 0; color: #666666; font-size: 12px; clear: both; position: relative;}
.pagination a {color: #000; text-decoration: none;}
.pagination a:hover {text-decoration: none;}
.pagination .nextpostslink {position: absolute; right: 0; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/nextpostslink.png") 100% 0 no-repeat; padding-right: 36px;}
.pagination .previouspostslink {position: absolute; left: 30px; top: 17px; line-height: 21px; text-transform: uppercase; background: url("images/previouspostslink.png") 0 0 no-repeat; padding-left: 36px;}
#pagination {padding: 0; margin: 0; border-bottom: 0px solid #999999;
	font-size: 1em;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 50%; 
	position: relative; 
	top:-15px;
}
#pagination .nextpostslink {background: url("images/dropdown.png") no-repeat right 40%; color: #999999; text-decoration: none;  padding: 0 19px 0 1px; text-align: left; }
#pagination .nextpostslink:hover {color: #db3f06; text-decoration: none; border: none;}
#pagination .loading {background: url("images/loading.gif") 240px 9px no-repeat; color: #555;}
#pagination .loading:hover {background-color: transparent !important; cursor: default;}

.entry {margin-bottom: 50px;}
.entry .post {border-bottom: 1px solid #d9d9d9; padding-bottom: 15px;}
.entry .post-meta {padding: 15px 0 15px 30px; border-bottom: 1px solid #d9d9d9; font-size: 11px; font-style: italic; color: #666666; position: relative;}
.entry .post-meta h1 {color: #333; font-size: 30px; font-weight: normal; font-style: normal; margin-bottom: 5px;}
.entry .post-meta span, .entry .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.entry .post-meta a:hover {text-decoration: underline;}
.entry .post-comms {position: absolute; right: 0;}
.entry .post-content {padding: 15px 0 0 30px;}
.entry .post-content a {color: #000;}
.entry .post-content a:hover {text-decoration: none;}
.entry .post-footer {padding-left: 30px; font-size: 12px; margin-bottom: 15px;}
.entry .post-footer a {color: #000; text-decoration: none;}
.entry .post-footer a:hover {text-decoration: underline;}
.page .post-category {display: none;}
#text-20 h3, #text-19 h3, #text-21 h3, #text-21 h3 { display:none!important;}
#text-19, #text-21 { width:45%!important; float:left!important; margin:0 10% 0 0!important;}
#text-21, #text-20, #widget_multilanguage-10 { width:45%!important; float:left!important; margin:0 0 0 0!important;}
#text-19 img, #text-21 img, #widget_multilanguage-10 img, #text-20 img, #text-21 img { margin:0!important; width:100%; height:auto;}
#text-19 p, #text-21 p, #widget_multilanguage-10 p, #text-20 p, #text-21 p { margin: 0 0 20% 0;}


#main-left {width: 145px;}
#main-right {width: 794px; float: right;}

#team {
  float: left;
  width: 21%;
  padding: 0 0 10px 0;
  line-height: 1.25em;
  border-bottom: 1px solid #db3f06;
  margin-right: 2%;
  margin-bottom: 36px;
  margin-left: 2%;
}

#team img { padding: 0; margin: 0 0 0 0;}

#cat { float: left; width: 25%; padding: 0 0 10px 0; text-align: center; }
#cat img { padding: 0; margin: 0; }
#cat a { 
	font-family: 'Oswald'!important;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	color: #db3f06;
}

#lmenu {
	font-size: 1em;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	clear: left;
	position: relative;
	border-bottom: 1px solid #db3f06;
}
#lmenu ul {margin: 0 0 15px 0; }
#lmenu li a {
	font-family: 'Oswald'!important;
	font-size: 1.333333333333333em;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	color: #db3f06;
}
#lmenu li a:hover {
	color: #999999;
}
#lmenu ul li.current-menu-item a { color: #999999;}

#text-23, #text-24, #hybrid-nav-menu-4 { margin:0; padding:0;}



#text-12 p {
	width: 100%;
}
#text-12 input, #text-12 textarea {
	width: 94%;
}
#text-12 .wpcf7-submit {
	width: auto!important;
	margin-bottom: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
border: 0px solid #f7e700!important;
margin: 0 0 20px 0!important; padding: 0!important;
color: #db3f06; font-weight: bold;
}

#text-26, #text-12 {
	margin: 0;
	border-bottom: 1px solid #db3f06;
}

#text-26 {
	margin-top: 20px;
}
#info {
	font-family: 'Oswald'!important;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #db3f06;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #db3f06;
}

#hybrid-nav-menu-3 h3 {margin-bottom: 0;}

.page h1.page-title { padding-top: 10px;}

#showroom { float: left; width: 33.33333333333333%; padding: 0 0 10px 0; margin: 0; text-align: center;}

#btn-wrap {
	position: absolute;
	top: 546px;
}
#btnj {
	font-family: 'Oswald'!important;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.1em;
	text-transform: uppercase;
	clear: both;
	padding: 0;
}
#btnj a {
	margin: 0 0 10px 0;
	padding: 4px 5px;
	border: 1px solid #db3f06;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
}
#btnj a:hover {
	color: #fff;
	background: #db3f06;
	border: 1px solid #db3f06;
}

/*  Media Queries (mobile browsing)
----------------------------------------------------- */
/* Tablet (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {	
		background: #fff url('http://jjmaes.be/wp-content/uploads/2015/11/headless-back-m.jpg') no-repeat center 0 !important;
	}
	.wrap {
		max-width: 728px;
	}
	
	#site-description {
		font-size: 0.8em;
	}
	#menu-primary {
		font-size: 0.75em;
	}
	#menu-primary li {
		padding-left: 1.2em;
		background: url(images/menu-separator.png) no-repeat left 15%;
	}
	#menu-primary li a {
		margin-right: 0.2em;
	}
	.rmenu {
		margin: -89px 130px 0 0;
	}
	#text-18 { float:right; text-align: right; margin: -11px 4px 0 0; ; width: auto;}
	#qtranslate-2 { float:right; text-align: right; margin: 4px 0 0 0; width: auto;}
	.widget .search-form input[type="text"] { width: 87%; }
	.widget table { font-size: 0.8333333333333333em; }
	#sidebar-subsidiary { width: 100% }
	#sidebar-subsidiary .widget table { width: 90%; }
	.home .hentry:hover .read-more, .page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: none; }
	#widget_multilanguage-2, #widget_multilanguage-11, #widget_multilanguage-4, #widget_multilanguage-5, #widget_multilanguage-12, #gtexttext-8 {
		height: 73px;
		background-position: right -8px;
		background-repeat:no-repeat;	
	}

#l-wrap div a {
	background-size: 90% auto;
}
.list .post {padding: 0 0 0 0; margin: 0 0 0 0; border-bottom: 1px solid #d9d9d9;}
.list .post .thumb img {float: left; margin: 0 10px 0 0; width: 182px; height: 125px;}

.grid {padding: 0px 0 0 0px;}
.grid .post {width: 240px; height: 240px; background-color: #db3f06; padding: 1px; float: left; margin: 0 1px 1px 0; position: relative; overflow: hidden; cursor: pointer; }
.grid .post .thumb {width: 242px; height: 242px; position: absolute; top: 0; left: 0; z-index: 1;}
.grid .post .thumb img {width: 242px; height: 242px;}
#loopH { margin: -40px 0 0 0; padding: 0 0 0 0; width: 100%; height: 40px; font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.9em; float: none;}
#loopH ul { margin: 0 0 0 0; padding: 0 0 0 0; height: 39px; }
#loopH ul li { margin: 0 0 0 12px; padding: 0 0 0 0; list-style: none; height: 40px; line-height: 40px; text-transform: uppercase;  text-align: center; }
#nggpowertags .nggpowertags-menu { float:none; display:block; width:auto; margin:-10px 0 0 0;}

	#wrapM { max-width: 728px;}
	#wrapM td { width:25%; display:block; float:left; border-bottom: 1px solid #db3f06;}
.content-wrap {
	width: 470px;
}
.entry-header {
	float: left;
	width: 30%;
}
.entry-summary {
	float: right;
	width: 65%;
	padding-left: 2.34375%;
}
.byline-cat {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	padding: .1em .8em;
	font-size: 0.8333333333333333em;
	background: #111;
	background: rgba(0,0,0,.25);
}
.play_btn {
	top: 30%;
	left: 235px;
}

#main-left {width: 100%;}
#main-right {width: 100%; float: right;}

}
/* Phone (portrait) */
@media only screen and (max-width: 767px) {
	body {	
		background: #fff url('http://jjmaes.be/wp-content/uploads/2015/11/headless-back-m.jpg') no-repeat center 0 ;
	}
	.wrap {
		max-width: 300px;
	}
	#header {
		
	}
	#branding {
		float: left;
		width: 100%;
		position: relative;
	}
	#sidebar-header {
		float: right;
		width: 100%;
		margin: -55px 0 0 0;
		text-align: right;
		padding: 0;
		z-index: 99999!important;
		position: relative;
	}
	#site-description {
		font-size: 0.8em;
	}
	.featured-wrapper, .aside, .content-wrap, #content, #sidebar-subsidiary .widget, #respond { width: 100%; }
	.featured-post h2.entry-title a, .featured-post .byline { display: none; }
	.rmenu {
		margin: -4px -7px 0 0;
	}
	#text-18 { float:right; text-align: right; margin: 0px 0 0 0; width: auto; position: absolute; top: 0px; height:20px;}
	#text-18 h3 { margin: 0; }
	#text-18 div { margin-top: -18px; }
	#qtranslate-2 { float:right; text-align: right; margin: 18px 0 0 0; width: auto;}
	#text-18 .qtranxs_language_chooser li {
		display: block; float: right;
		margin: 0;
		padding: 0;
		background: none;
	}
	#text-18 .qtranxs_language_chooser li a {
		margin: 0;
		padding: 0; 
	}
	#qtranslate-2 .qtranxs_language_chooser li:first-child {
		padding-left: 0;
		background: none;
	}
	.qtranxs_language_chooser li:first-child {
		padding-left: 0.85em;
		background: url(images/menu-separator.png) no-repeat left 15%;
	}
	#menu-primary {
		float: left;
		clear: both;
		width: 100%;
		margin-top: 0px;
	}
#menu-primary li a {
	font-family: 'Abel'!important;
}
	#menu-primary .menu { float: left; }
	#menu-primary ul li {
		clear: left;
		padding-left: 0;
		background: none;
	}
	#menu-primary ul li a { margin-left: 0; }
	#menu-secondary li li a { border-bottom: none; }
	#menu-secondary li li a:hover { background: none; }
	#menu-secondary ul li ul {
		display: block !important;
		visibility: visible !important;
	}
	#menu-secondary ul li li ul { left: 15px !important; }
	#menu-secondary li ul {
		display: block !important;
		position: relative !important;
		width: 80% !important;
		top: 0;
		left: 15px;
		border: none;
	}
	#menu-secondary li:hover ul, #menu-secondary li.sfHover ul {
		display: block !important;
		top: 0 !important;
	}
	#menu-secondary .sf-sub-indicator { background: none !important; }
	.hentry {
		width: 100%;
		margin-right: 0;
	}
	.page-template-front .hentry:hover .read-more, .archive .hentry:hover .read-more, .search .hentry:hover .read-more { display: none; }
	.page-template-front .hfeed-more .hentry {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.comment-list li li { padding-left: 0; }
	#sidebar-primary, #sidebar-secondary, #sidebar-subsidiary {
		width: 100%;
		clear: left;
	}
	#footer-content, #menu-subsidiary {
		width: 100%;
		margin-bottom: 20px;
	}
	#menu-subsidiary .menu { float: left; }
	#menu-subsidiary li {
		background: none;
		float: none;
		padding-left: 0;
		margin-bottom: .4em;
	}
	textarea { width: 96%; }
	#widget_multilanguage-2, #widget_multilanguage-11, #widget_multilanguage-4, #widget_multilanguage-5, #widget_multilanguage-12, #gtexttext-8 {
		background-position: 50px -8px;
		background-repeat:no-repeat;
		height: 70px;
	}
#l-wrap div a {
	background-size: 100% auto;
}
#l-wrap div {
	width: 29.3333333%;
	height: 40px;
}
	.wpcf7-form p { width: 100% };

.list .post {padding: 0 0 0 0; margin: 0 0 0 0; border-bottom: 1px solid #d9d9d9;}
.list .post .thumb img {float: left; margin: 0 10px 0 0; width: 150px; height: 102px;}
.list .post .post-category, .list .post .post-meta em {display: none;}
.list .post .post-content, .list .post .post-meta {display: none;}

.grid {padding: 0px 0 0 0px;}
.grid .post {width: 98px; height: 98px; background-color: #db3f06; padding: 1px; float: left; margin: 0 1px 1px 0; position: relative; overflow: hidden; cursor: pointer; }
.grid .post .thumb {width: 100px; height: 100px; position: absolute; top: 0; left: 0; z-index: 1;}
.grid .post .thumb img {width: 100px; height: 100px;}
#loopH { margin: 0 0 3px 0; padding: 0 0 0 0; width: 102.666667%; height: auto; font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1.2em; }
#loopH ul { margin: 0 0 0 0; padding: 0 0 0 0; height: auto; }
#loopH ul li { margin: 0 2px 0 0; padding: 0 12px 0 0; list-style: none; height: auto; line-height: 1.2em; text-transform: lowercase;  text-align: left; background: url(images/menu-separator.png) no-repeat right 50%; }
#loopH ul li:last {background:none; margin: 0;}
#loopH ul li a {color: #db3f06; text-decoration: none; border:none; }
#loopH ul li a:hover {color: #000; }
#nggpowertags .ngg-gallery-thumbnail span {display:none;}
#nggpowertags .nggpowertags-menu { float:none; display:block; width:auto; margin:-10px 0 0 0;}

	#wrapM { max-width: 300px; display:none;}
	#wrapM td { width:100%; display:block; float:left; border-bottom: 1px solid #db3f06;}
	#page-changer { display:block; margin: 0 0 16px 0; width:100%;}
	#page-changer select { width:100%; height:35px; line-height: 34px;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.333333333333333em;
	font-weight: 400; background:url('images/arrow_down.gif') no-repeat right #db3f06; color:#fff; border:1px solid #db3f06; border-radius: 0; -webkit-appearance: none; -moz-appearance: none;  appearance: none; padding:0 5px; margin:0px;}

#text-19, #text-21, #widget_multilanguage-10, #text-20, #text-21 { width:20%!important; float:left!important; margin:0 5% 0 0!important;}
#text-19 img, #text-21 img, #widget_multilanguage-10 img, #text-20 img, #text-21 img { margin:0!important; width:100%; height:auto;}

.menu-salons-container ul li { width:auto!important; float: left; margin: 0 2px 0 0;}
.menu-salons-container ul li a:after { content:' / ';}
.menu-salons-container ul li.current-menu-item a:after { color:#000; font-weight:normal;}
.menu-salons-container ul li:last-child a:after { content:'';}

.entry-header {
	float: left;
	width: 30%;
}
.entry-summary {
	float: right;
	width: 65%;
	padding-left: 2.34375%;
}
.byline-cat {
	position: absolute;
	float: right;
	top: 0;
	right: 0;
	padding: .1em .8em;
	font-size: 0.8333333333333333em;
	background: #111;
	background: rgba(0,0,0,.25);
}
.play_btn {
	top: 20%;
	left: 50%;
}
#p-wrap h4 { font-size: 1.3em;}
#p-wrap div {
	width:33.33%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
#p-wrap div img {
	width: 95%;
}
#text-17 { margin: -41px 0 20px 0; padding:0; height:40px;}

#con3 { width: 100%!important; float: left;}
#con3 p { padding:0 0 0 0;}

#main-left {width: 100%;}
#main-right {width: 100%; float: right;}

#btn-wrap {position: relative;top: 0;}
#team {
  width: 46%;
}
}

/* Custom */
#catid {
	list-style: none;
	margin: 0;
}
#catid li a{
	color: #888;
}




.osm_salons_widget osm_widget {
	width: 33.33333333333333%;
}

#l-wrap {
	overflow: visible;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	clear: both;
	border-top: 0px solid #aaa;
	text-align: center;
}
#l-wrap div a {
	background-size: 100% auto;
}

.l1, .l2, .l3, .l4, .l5, .l6 {
	width: 16%;
	height: 60px;
	float: left;
	background-repeat: no-repeat;
}
.l1 { padding: 0 14%; background-position: top left;}
.l5 { padding: 0 2%; background-position: top right;}
.l2, .l3, .l4, .l6 { padding: 0 11% 0 0; background-position: center;}

.l1 a, .l2 a, .l3 a, .l4 a, .l5 a, .l6 a {
	width: 100%;
	height: 60px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	opacity:0.55; filter:alpha(opacity=55); /* For IE8 and earlier */
}
.l1 a {
	background-image:url('images/l/greiner.jpg');
}
.l2 a {
	background-image:url('images/l/maletti.jpg');
}
.l3 a {
	background-image:url('images/l/takara.jpg');
}
.l4 a {
	background-image:url('images/l/denieremaes.jpg');
}
.l5 a {
	background-image:url('images/l/tribute.jpg');
}
.l6 a {
	background-image:url('images/l/pahi.jpg');
}
.l1 a:hover, .l2 a:hover, .l3 a:hover, .l4 a:hover, .l5 a:hover, .l6 a:hover {
	opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */
}

#con3 { width: 33.3%; float: left;}
#con3 p { padding:0 15px 0 0;}

.youtube_gallery_item {
float: left!important;
margin-bottom: 0px!important;
margin-right: 15px!important;
margin-top: 9px;
}
.youtube_gallery_item img {
background: #fff!important;
padding: 0!important;
border: 0px solid #999!important;
margin: 0!important;
width: 100%!important;
}


img.showrooms {
    width: 32.5% !important;
    margin-right: 0.4% !important;
    margin-left: 0.4% !important;
    margin-bottom: 2px !important;
}

/********************Gallery image captions********************************/
.ngg-gallery-thumbnail span {
display:none!important;
 /*   display: block;
    height: 49px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Abel'!important;
    font-size: 16px;*/
}


.ngg-gallery-thumbnail a:hover {
    border: none;
}