/*
	Theme Name: Media Consult
	Theme URI: http://goldenworks.eu/demos/mc3_wordpress/
	Description: A business premium theme designed for site companies, personal use, portfolios and blogs.
	Author: Starshade	
	Author URI: goldenworks.eu
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: threaded-comments, translation-ready, custom-menu, right-sidebar, fluid-layout, responsive-layout, theme-options
	Version: 3.6
*/

@font-face {
    font-family: 'LiberationSansRegular';
    src: url('lib/fonts/LiberationSans-Regular-webfont.eot');
    src: url('lib/fonts/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/LiberationSans-Regular-webfont.woff') format('woff'),
         url('lib/fonts/LiberationSans-Regular-webfont.ttf') format('truetype'),
         url('lib/fonts/LiberationSans-Regular-webfont.svg#LiberationSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body, input, textarea {
	font:12px Arial, Helvetica, sans-serif;
	line-height:21px;
	font-weight:normal;	
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
p {
	margin:6px 0 6px 0;
}
em {
	font-style:italic;
}


/* ------------------- images responsibility ------------------- */
img { max-width:100%; height:auto; -ms-interpolation-mode:bicubic; }


/* ------------------- header styles  ------------------- */
h1, h2, h3, h4 {
	font-family:'LiberationSansRegular', Arial, Helvetica, sans-serif;	
	font-weight:normal;	
}
h1 {
	font-size:28px;
	line-height:32px;
	letter-spacing:-1px;	
}
h2 {
	font-size:24px;
	line-height:28px;		
}
h3 {
	font-size:18px;
	line-height:26px;
	padding:10px 0 0 0;
}
h4 {
	font-size:16px;
	line-height:20px;	
	padding:8px 0 0 0;	
}
h5 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:10px 0 2px 0;
}
h6 {
	font-size:13px;
	font-weight:bold;
}


/* ------------------- list styles ------------------- */
ul, ol {

	margin:8px 0 16px 0;
}
ul { 
	list-style:disc outside;
}
ol { 
	list-style:decimal outside;
}
li { 
	margin:4px 0 0 20px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom:0;
}



/* ------------------- blockquote styles  ------------------- */
blockquote {
	margin:10px 0 10px 0;
	padding:10px 18px 10px 18px;	
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}
blockquote p {
	padding:6px 0 6px 0;
	margin:0;
}

/* ------------------- clearing  ------------------- */
.clearboth { clear:both; display:block; font-size:0; line-height:0; overflow: hidden; visibility: hidden; width: 0; height: 0; float: none;	}

.white-space {
	float:left;
	width:100%;
	height:20px;	
}
.center-align {
	text-align:center;		
}


/* ------------------- other elements styles  ------------------- */
address {
	font-style:italic;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
iframe {
	margin:6px 0 6px 0;
}
input, textarea {
	margin:0;
	padding:2px 4px 1px 4px;
	font-size:11px;
}


/* ------------------- start header styles  ------------------- */
#body-wrapper {
	padding-top:20px;
	margin:0 auto;
	width:960px;
	position:relative;
}
.header-wrapper {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#logo {
	position:relative;
	float:left;
	margin:4px 0 10px 0;
}
#logo p {
	position:absolute;
	top:46px;
	left:76px;
 	margin:0;
	padding:0;
}
.search-fieldset {
	width:198px;
	float:left;
	margin:4px 0 4px 10px;
}
.search-input {
	float:left;
	width:167px;
	height:15px;
}
.input-arrow {
	border:0 none;
	float:left;
	height:20px;
	position:relative;
	left:-1px;
	width:20px;
	text-indent:-9999px; /* this hides the default text that comes on a submit input */	
	font-size:0;
	line-height:0;
}


/* search form from header */
.hsearch-wrapper {
	position:absolute;
	right:0;
	top:38px;
}
.hsearch-wrapper .search-fieldset {
	margin:0;	
}

/* ------------------- main menu styles  ------------------- */
.main-menu-wrapper {
	float:left;
	width:100%;
	height:42px;
	margin:-22px 0 0 0;
}
#body-wrapper .main-menu-wrapper a {
	text-decoration:none;	
}
.sf-menu {
	float:right; 
	font-size:13px;
	line-height:14px;
	position:relative;
	right:-16px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;	
	z-index:100;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			220px; /* left offset of submenus need to match (see below) */
	font-size:12px;
}
.sf-menu ul li {
	width:			100%; 
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left; 
	position:		relative;
}
.sf-menu a {
	display:block;
	position:relative;
	padding:12px 18px 12px 18px;
	margin:0;
	text-decoration:none;
	cursor:pointer;
}
.sf-menu ul a {
	line-height:20px !important;
	margin:0;
	padding:6px 20px 6px 20px;
	display:block !important;
}
.sf-menu li ul li a {
	display:block;
}
*:first-child+html .sf-menu a { /* this applies only to ie7 */
	height:auto;
}
#body-wrapper .sf-menu, #body-wrapper .sf-menu a {
	background:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			-1px;
}

/* default style for mobile menu */
.selectnav { display: none; }

.main-menu-wrapper .selectnav {
	width:100%;
	padding:3px;
	height:26px;
	margin-bottom:20px;
	float:left;
	margin:30px 0 30px 0;
}




/* ------------------- wordpress specific styles  ------------------- */
.gallery-caption {}
.sticky {}
.bypostauthor {}
.wp-caption {
	margin-bottom: 20px;
	text-align:center;
	padding-top:5px;
	}
.wp-caption img {
	padding:0;
	margin:0;
	}
.wp-caption p.wp-caption-text {
	line-height:17px;
	font-size: 11px;
	margin:0;
	}
.wp-smiley {
	margin:0;
	max-height:16px;
}
/* alignment styles */
.alignleft, img.alignleft, a img.alignleft {
	float:left; 
	margin:5px 12px 0 0;
}
.alignright, img.alignright, a img.alignright {
	float:r