/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0vertical-align:middle;}body{line-height:1em}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{background:transparent;font-size:100%;margin:0;padding:0vertical-align:baseline;}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}input,select{vertical-align:middle}
*/

/*
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/*html.wf-loading,
.wait-js { visibility:hidden; }*/
.cloudfw-fatal-error { background: #ed1c24 !important; color: #fff !important; margin: 0 0 20px; padding: 15px; -moz-border-radius: 3px;  -webkit-border-radius: 3px;  border-radius: 3px; }
.cloudfw-fatal-error a, .cloudfw-fatal-error a:hover  { text-decoration: underline !important; color: #fff !important; }
.cloudfw-fatal-error a:hover { text-decoration: none !important; }
.none { display:none !important; }
.block { display:block !important; }
.hide { visibility:hidden !important; }
.show { visibility: visible !important; }
.hidden { position: absolute !important; left: -100000px !important; top: -100000px !important; /*display: none !important;*/ }

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*.desktop-tablet-show { display: block; }*/
.mobile-show { display: none; }
.tablet-show { display: none; }


/*-----------------------------------------------------------------------------------*/
/*	Global CSS Elements
/*-----------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 14px;
}

body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -webkit-backface-visibility: visible;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	outline: 0 none;
	text-decoration: none;
	cursor: pointer;
}

.container a:hover {text-decoration:underline;}

/*::selection{}
::-moz-selection{}
::-webkit-selection{}*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.6em;
	/*font-weight: normal;*/
	line-height: 1.4em;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1 .sub, h2 .sub, h3 .sub, h4 .sub, h5 .sub, h6 .sub {
	display: block;
	font-size: 0.65em;
	margin: 0;
}

ul { list-style-type: disc; }
#content ul { /*margin-left: 1.5em;*/ }
#content ul li {}
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }

ol {
	/*margin-left: 2.35em;*/
	list-style-position: outside;
	list-style-type: decimal;
}

/*#content ol { margin-left: 2.35em; }*/

dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold;
}

#content ol ol,
#content ul ol {
	/*margin-left: 2.5em;*/
}

#content ul ol,
#content ol ul,
#content ol ol,
#content ul ul {
	margin-bottom: 0;
}

fieldset {
	padding: 1em;
	border: 1px solid #ccc;
}

legend {
	padding: 0 .8em;
	font-weight: bold;
	font-size: 1.2em;
}

textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}

input, select, .pointer { cursor: pointer;}

input[type=text], input[type=password], input[type=email] {
	cursor: text;
}

textarea {
	overflow:auto;
	width: 80%;
}

textarea, input, select {
	padding: 5px !important;
	outline: none;
}

.tablet textarea,
.tablet input,
.tablet select,
.mobile textarea,
.mobile input,
.mobile select {
	max-width: 96% !important;
}

select { padding: 2px; }
option { padding: 0 4px; }

textarea, input, select, option {
	margin: 3px;
}

input[type=submit],
input[type=button],
button {
	padding: 4px;
	cursor: pointer;
	vertical-align: middle;
	border: 0;
}

input.text_input:focus, textarea.textarea:focus { border: 1px solid #999; }
table, td, th { vertical-align: middle; }
caption { padding-bottom: 0.8em; }

.table {
	border: 1px solid #dddddd;
	margin-bottom:20px;
}

.table table {
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	width:100%;
	padding:0;
	margin:0;
}

.table th {
	text-align:center;
	padding:12px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	background-color: #EEEEEE;
}

.table tbody {
	background: #F9F9F9;
}

.table td {
	text-align:center;
	padding: 10px;
	color: #666;
	border-top: 1px dashed #fff;
}

.table tbody tr:hover td {
	color: #333;
	background: #fff;
	border-top: 1px solid #fff;
}

.table tfoot {
	background-color: #f3f3f3;
}

.table tfoot td {
	padding: 8px;
}

.cf,
.clear {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 1px;
	margin-top: -1px;
}
* html .cf             { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.relative { position: relative; }
.listnone { list-style: none none; }
.invisible { visibility: hidden; }
.oveflow-hidden { overflow: hidden !important; }
.alignright { float: right; margin: 0 0 20px 20px; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.aligncenter { margin-left:auto; margin-right:auto; display: block; }
.wp-caption { font-size: .85em; }
.wp-caption p { margin-bottom: 0 !important; margin-top: 10px; }
.no-underline,
.no-underline a{ text-decoration: none !important; }
.text-center { text-align:center; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.sub { font-size: .85em; }
.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	/** wp classes */
}

header input[type=text],
header textarea,
#content input[type=text],
#content textarea,
#content select {
	background: #fff;
	border-color: #ccc;
	color: #9a9a9d;
}

header input[type=text]:focus,
#content input[type=text]:focus,
#content textarea:focus,
#content select:focus {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
       -moz-box-shadow: 0 0 3px #aaa;
    	box-shadow	  : 0 0 3px #aaa;
    color: #666;
    outline: 0 none;
}

/** Nobr: All */
.nobr-all {
	   -moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
			border-radius: 0 !important;
}

/** Nobr: Top */
.bottom.cloudfw-language-switcher:hover,

.container .nobr-top-handler,
.nobr-top-link a,
.nobr-top {
	-webkit-border-top-left-radius: 0 !important;
	   -moz-border-radius-topleft : 0 !important;
			border-top-left-radius: 0 !important;

	-webkit-border-top-right-radius: 0 !important;
	   -moz-border-radius-topright : 0 !important;
			border-top-right-radius: 0 !important;
}

/** Nobr: Bottom */
section#top ul#top-menu > li.depth-0:hover > a,
.upmost.cloudfw-language-switcher:hover,
#navigation-header nav > ul > li.active,
.nobr-bottom-handler .slides,

.container .nobr-bottom-handler,
.nobr-bottom-link a,
.nobr-bottom{
	-webkit-border-bottom-left-radius: 0 !important;
	   -moz-border-radius-bottomleft : 0 !important;
			border-bottom-left-radius: 0 !important;

	-webkit-border-bottom-right-radius: 0 !important;
	   -moz-border-radius-bottomright : 0 !important;
			border-bottom-right-radius: 0 !important;
}

/** Nobr: Right */
#navigation-left nav > ul > li.active > span > a,
#navigation-left nav > ul > li.has-sub-menu:hover > span > a,

.container .nobr-right-handler,
.nobr-right-link a,
.nobr-right {
	-webkit-border-top-right-radius: 0 !important;
	   -moz-border-radius-topright : 0 !important;
			border-top-right-radius: 0 !important;

	-webkit-border-bottom-right-radius: 0 !important;
	   -moz-border-radius-bottomright : 0 !important;
			border-bottom-right-radius: 0 !important;
}

/** Nobr: Left */
.container .nobr-left-handler,
.nobr-left-link a,
.nobr-left {
	-webkit-border-top-left-radius: 0 !important;
	   -moz-border-radius-topleft : 0 !important;
			border-top-left-radius: 0 !important;

	-webkit-border-bottom-left-radius: 0 !important;
	   -moz-border-radius-bottomleft : 0 !important;
			border-bottom-left-radius: 0 !important;
}

/** Nobr: Bottom/Left */
.container .nobr-bottom-left-handler,
.nobr-bottom-left-link a,
.nobr-bottom-left {
	-webkit-border-bottom-left-radius: 0 !important;
	   -moz-border-radius-bottomleft : 0 !important;
			border-bottom-left-radius: 0 !important;
}

/** Nobr: Bottom/Right */
.container .nobr-bottom-right-handler,
.nobr-bottom-right-link a,
.nobr-bottom-right {
	-webkit-border-bottom-right-radius: 0 !important;
	   -moz-border-radius-bottomright : 0 !important;
			border-bottom-right-radius: 0 !important;
}

/** Nobr: Top/Left */
#navigation-left nav .depth-0 > ul.sub-menu,
#navigation-header nav .depth-0 > ul.sub-menu,

.container .nobr-top-left-handler,
.nobr-top-left-link a,
.nobr-top-left {
	-webkit-border-top-left-radius: 0 !important;
	   -moz-border-radius-topleft : 0 !important;
			border-top-left-radius: 0 !important;
}

/** Nobr: Top/Right */
#navigation-header nav .desc-0.depth-0 > ul.sub-menu,
#navigation-header nav .desc-1.depth-0 > ul.sub-menu,
section#top ul#top-menu > li.depth-0 > ul,
.upmost .cloudfw-language-switcher-list,

.container .nobr-top-right-handler,
.nobr-top-right-link a,
.nobr-top-right {
	-webkit-border-top-right-radius: 0 !important;
	   -moz-border-radius-topright : 0 !important;
			border-top-right-radius: 0 !important;
}

.global-radius {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;	
}


/*-----------------------------------------------------------------------------------*/
/*	Sprite - GUI Elements
/*-----------------------------------------------------------------------------------*/

.sprite {
	background-image: url('../imgs/sprite.png');	
	background-repeat: no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Main Layout
/*-----------------------------------------------------------------------------------*/

html,
body {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;

    -webkit-text-size-adjust: none;
}

html#ie7 {
	overflow: hidden;
}

#ie7 body {
	overflow-y: scroll;
}

#canvas {
	display: block;
	position: static;
	/*width: 100%;*/
	/*left: 0;
	right: 0;*/
	width: 100%;
	height: 100%;
}

#header-background,
#header-background-2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

#header-background-2 {}

#header-background.with-border {
	border-bottom: 1px solid transparent;
}

#canvas #container {
	position: relative;
	display: block;
	margin: 0 20px;

	height:auto !important; /* real browsers */

    height: 100% !important;
    min-height: 500px;
    z-index: 50;
}

#canvas #container {
	width: 960px;
}

/** Wide Content */
body.site-layout-wide #content-init {
	width: 960px;
}

body.site-layout-wide #content.sidebar-layout #content-aside {
	width: 680px;	
}

/** Default Content */
#content-init,
.jspPane {
	width: 730px;
}

#content.sidebar-layout #content-aside {
	width: 490px;
}

[class^="wp-image-"],
[class*=" wp-image-"],
.p img,
.cl img  {
	max-width: 100%;
	height: auto;
}

body.centered #canvas #container { 	margin: 0 auto; }
body.with-top-border #canvas {}
#top-border { 
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

	border-top: 6px solid transparent;
}

.background-fixed #background {
    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;
 
	position: fixed;
	overflow: hidden;
}

.background-static #background {
    width: 100%;
    height: 100%;

	position: absolute;
	overflow: hidden;
}

 #background img {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#background #background-cover {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

header {
	position: absolute;
	padding: 0;
	width: 100%;

	left: 0;
	top: 0;
	z-index: 3000;
}

section#logo {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 100;
}

#logo-image a {
	/*display: block;*/
	text-align: center;
}

#logo-image a img {
	margin: auto;
}

#logo.logo-center { left: 0 !important; right: 0 !important; text-align: center !important; }
#logo-image.logo-center a {}
#logo-image.logo-center a img {}

/*-----------------------------------------------------------------------------------*/
/*	Section Top
/*-----------------------------------------------------------------------------------*/

section#top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

body.with-top-border section#top {
	top: 12px;
}

body.with-top-border.admin-bar section#top {
	top: 6px;
}

section#top ul#top-menu { float: right; }
section#top.left ul#top-menu { float: left; }

section#top ul#top-menu > li {
	float: left;
	position: relative;
}

section#top ul#top-menu > li > a {
	display: block;
	padding: 14px 15px 12px;
	margin-left: 3px;
	margin-top: -6px;
}

section#top ul#top-menu > li > a:hover {
	text-decoration: underline;
}

section#top ul#top-menu > li.colored > a,
section#top ul#top-menu > li.has-sub-menu > a {
	padding: 14px 15px 12px;
	margin-left: 2px;
	margin-top: -6px;
}

section#top ul#top-menu > li.colored:hover > a,
section#top ul#top-menu > li.has-sub-menu:hover > a {
	padding-bottom: 14px;
}

section#top ul#top-menu > li.colored > a:hover,
section#top ul#top-menu > li.has-sub-menu:hover > a {
	text-decoration: none;
}

section#top ul#top-menu > li > ul {
	display: none;
    padding: 0px 15px 10px;
	display: none;

    top: 42px;
    right: 0;
    min-width: 100px;
	position: absolute;
}

#ie9 section#top ul#top-menu > li > ul {
    top: 41px;
}

section#top ul#top-menu > li:hover ul {
	display: block;

    margin-left: 3px;
    margin-top: -6px;
    padding: 4px 15px 12px;
    list-style: none none;
}

section#top ul#top-menu > li ul li a {
	display: block;
	margin-top: 8px;
	padding-top: 8px;
}

section#top ul#top-menu > li ul li:first-child a {
	border-top: 0px;
	padding-top: 2px;
}

/*section#top ul#top-menu > li .indicator {
	display: block;
	width: 0px; 
	height: 0px; 
	border: 5px solid transparent;
	margin: 0 auto;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	right: 25px;
	top: -10px;
}*/

/*-----------------------------------------------------------------------------------*/
/*	LANGUAGE SWITCHER 
/*-----------------------------------------------------------------------------------*/
.cloudfw_language_switcher,
.cloudfw_language_switcher li {
	list-style: none none;
}

.cloudfw_language_switcher li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.cloudfw_language_switcher .language-seperator {
}

.cloudfw_language_switcher li .flag {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

.cloudfw_language_switcher li a {

	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter 		: alpha(opacity=100);
	-moz-opacity	: 1;
	-khtml-opacity	: 1;
	 opacity 		: 1;
}

.cloudfw_language_switcher li.current a,
.cloudfw_language_switcher li a:hover {
	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	 filter 		: alpha(opacity=70);
	-moz-opacity	: 0.70;
	-khtml-opacity	: 0.70;
	 opacity 		: 0.70;
}

.cloudfw-language-switcher {
	position: relative;
    display: block;
}

.cloudfw-language-switcher-list {
	list-style: none none;
	height: 0;
}

.cloudfw-language-switcher:hover .cloudfw-language-switcher-list {
	display: block !important;
	height: auto !important;
}

.cloudfw-language-switcher.with-name .flag {
	margin: 0 7px -2px 0;
}

.cloudfw-language-switcher a {
    display: block;
}

.cloudfw-language-switcher .cloudfw-language-switcher-list {
	display: none;
	position: absolute;
}

/*.cloudfw-language-switcher .indicator {
	display: block;
	width:0px; 
	height:0px; 
	border:5px solid transparent;
	margin:0 auto;
	font-size:0px;
	line-height:0px;
	position: absolute;
}*/

/** Header */
.upmost.cloudfw-language-switcher {
	padding: 10px 15px 12px;
}

/** Header Plain */
.upmost.cloudfw-language-switcher.plain .cloudfw-language-switcher-list {
    padding: 0px 15px 10px;
    top: 30px;
    right: 0;
}

.cloudfw-language-switcher.with-name .cloudfw-language-switcher-list {
    min-width: 100px;
}

/*.upmost.cloudfw-language-switcher .indicator {
	right: 50%;
	margin-right: -5px;
	top: -10px;
}

.upmost.cloudfw-language-switcher.with-name .indicator {
	right: 25px;
	margin-right: 0;
}*/

/** Footer */
.bottom.cloudfw-language-switcher .cloudfw-language-switcher-list {
    padding: 0 15px 10px;
    bottom: 40px;
    right: 0;
}

.bottom.cloudfw-language-switcher .indicator {
	right: 50%;
	margin-right: -5px;
	bottom: -10px;
}

.bottom.cloudfw-language-switcher.with-name .indicator {
	right: 25px;
	margin-right: 0;
}

.bottom.cloudfw-language-switcher .cloudfw-language-switcher-list a {
	margin-top: 8px;
	padding-top: 8px;
}

.bottom.cloudfw-language-switcher .cloudfw-language-switcher-list li:first-child a {
	border-top: 0px;
	padding-top: 2px;
}

.upmost.cloudfw-language-switcher.plain .cloudfw-language-switcher-list {
    margin-left: 3px;
    margin-top: -6px;
    padding: 4px 15px 12px;
}

.upmost.cloudfw-language-switcher.plain .cloudfw-language-switcher-list a {
	margin-top: 8px;
	padding-top: 8px;
}

.upmost.cloudfw-language-switcher.plain .cloudfw-language-switcher-list li:first-child a {
	border-top: 0px;
	padding-top: 2px;
}

/** Header Colored */
.upmost.cloudfw-language-switcher.colored .cloudfw-language-switcher-list {
    padding: 0px 15px 10px;
    top: 40px;
    right: 0;
}

#ie9 .upmost.cloudfw-language-switcher.colored .cloudfw-language-switcher-list {
	top: 39px;
}

.cloudfw-language-switcher.colored {
    margin-left: 3px;
    margin-top: -6px;
    padding: 14px 15px 12px;
}

.upmost.cloudfw-language-switcher.colored .cloudfw-language-switcher-list a {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255, .1);
}

.upmost.cloudfw-language-switcher.colored .cloudfw-language-switcher-list li:first-child a {
	border-top: 0px;
	padding-top: 2px;
}

.switcher-right {
	float: right;
}


/*-----------------------------------------------------------------------------------*/
/*	Navigation Menu
/*-----------------------------------------------------------------------------------*/
.effect,
nav a,
nav li {
    -webkit-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .8s ease-out;
	   -moz-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .8s ease-out;
		 -o-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .8s ease-out;
		-ms-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .8s ease-out; 
			transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .8s ease-out; 
}

nav a .indicator {
    -webkit-transition: border-color .1s linear, border-left-color .1s linear, border-right-color .1s linear, border-top-color .1s linear;
	   -moz-transition: border-color .1s linear, border-left-color .1s linear, border-right-color .1s linear, border-top-color .1s linear;
	     -o-transition: border-color .1s linear, border-left-color .1s linear, border-right-color .1s linear, border-top-color .1s linear;
	    -ms-transition: border-color .1s linear, border-left-color .1s linear, border-right-color .1s linear, border-top-color .1s linear;
			transition: border-color .1s linear, border-left-color .1s linear, border-right-color .1s linear, border-top-color .1s linear;
}

nav li.active > span > a {
    -webkit-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .1s ease-out;
	   -moz-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .1s ease-out;
		 -o-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .1s ease-out;
		-ms-transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .1s ease-out; 
			transition: background-color .5s ease-out, color .1s ease-out, opacity .1s ease-out, border-color .1s ease-out; 
}

.no-effect {
	-webkit-transition: none !important; /* Safari and Chrome */
	-moz-transition: none !important; /* Firefox */
	-ms-transition: none !important; /* IE 9 */
	-o-transition: none !important; /* Opera */
	transition: none !important;
}


nav {
	list-style: none;
	z-index: 3000;
	font-size: 14px;
}

nav,
nav ul,
nav ul > li {
	list-style: none none;
}

nav ul > li,
nav ul > li a,
nav ul > li span {
	background-clip: padding-box;
}

#mobile-navigation {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	z-index: 101;
	overflow: hidden;
}

.navigation-mobile-top #mobile-navigation .menu-header-menu-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
}

#mobile-navigation select {
	width: 100%;
}

#mobile-navigation .menu-navigation-menu-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
}

.navigation-mobile-top #mobile-navigation select {

	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter 		: alpha(opacity=0);
	-moz-opacity	: 0.0;
	-khtml-opacity	: 0.0;
	 opacity 		: 0.0;
	
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;

	width: 100% !important;
	max-width: 100% !important;
}

#mobile-navigation-indicator {
	float: none !important;
	display: block;

	width: 100%;
	padding: 10px;

	text-align: center;

	background: #fff;
	color: #000 !important;
}

.navigation-mobile-top .menu-horizontal-menu-container {
	position: absolute;
	top: 0; 
	left:0;
	right: 0;
	height: 35px;
	line-height: 35px;
}

#navigation-left nav,
#navigation-left nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 205px;
}

#navigation-left nav ul > li {
	position: relative;
	display: block;
	margin-bottom: 2px;
	list-style: none;
}

#navigation-left nav ul > li.active {
	z-index: 1000;
}

nav ul > li > span {
	display: block;
}

nav ul > li > span > a {
	line-height: 34px;
	min-height: 34px;
}

#navigation-left nav ul > li > span > a {
	display: block;
	padding: 0 8px;
}

nav ul.sub-menu > li {
	padding-bottom: 4px;
	margin-bottom: 4px !important;
	border-bottom: 1px solid transparent;
}

nav ul.sub-menu > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 0;
}

body.navigation-intro-effect-on nav > ul > li > span > a {
	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter 		: alpha(opacity=0);
	-moz-opacity	: 0.0;
	-khtml-opacity	: 0.0;
	 opacity 		: 0.0;
}

nav ul > li > span > a .indicator{
	display:block;
	width:0px; 
	height:0px; 
	border:5px solid transparent;
	margin:0 auto;
	font-size:0px;
	line-height:0px;
	position: absolute;
}

#navigation-left nav ul > li > span > a .indicator {
	right: 0;
	top: 50%;
	margin: -5px 5px 0 0;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}
#navigation-left nav ul.sub-menu a {
	display: block;
	padding: 5px 10px 5px !important;
	margin-bottom: 2px;
	vertical-align: middle;
	line-height: 1.4em;
	min-height: 1.6em;
	height: auto;
}

#navigation-left nav ul.sub-menu {
	display: none;
	top: 0;
	left: 200px;
	padding: 15px 10px 15px;
}

#navigation-left nav > ul > li.active > span > a,
#navigation-left nav > ul > li.current-menu-item.active > span > a,
#navigation-left nav ul.sub-menu {
	   -moz-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.17);
		    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.17);
}

#navigation-left nav ul.sub-menu ul.sub-menu {
	top: -15px;
	left: 213px;
}

/** Widgetized area on the header */
.header-sidebar {
	position: absolute;
	/*right: 0px;
	top: 0;*/
	z-index: 100;
}

#navigation-header {
	height: 35px;
}

/** Navigation on the header */
#navigation-header {
	position: absolute;
	right: 0px;
	z-index: 99;
	padding: 10px 0;
}

#navigation-header.type-full-width {
	right: 0 !important;
	left: 0 !important;
}
#navigation-header.items-position-right #navigation-menu {
	float: right;
}


#navigation-header.navigation-padding {
	padding: 10px;
}

#navigation-header nav ul > li {
	position: relative;
	display: block;
}
#navigation-header nav ul {
	text-align: center;
}

#navigation-header nav > ul > li {
	text-align: left;
	float: left;
	margin-left: 10px;
}
#navigation-header nav > ul > li:first-child { margin-left: 0; } 

#navigation-header.items-position-center nav {
	text-align: center;
}

#navigation-header.items-position-center nav > ul > li {
	float: none !important;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#navigation-header nav ul > li > span > a {
	text-align: left;
	position: relative;
	display: block;
	padding: 0 15px;
}

#navigation-header nav > ul > li.has-sub-menu > span > a {
	padding-right: 30px;
}

#navigation-header nav > ul > li.active {
	padding: 5px 5px 5px 5px;
	margin: -5px -5px 0 5px;
}

#navigation-header nav > ul > li.active:first-child {
	margin: -5px -5px 0 -5px;
}

#navigation-header nav > ul > li.active > span > a {
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}


#navigation-header nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;

	padding: 15px 10px 7px;
	margin-top: 8px;
}

#navigation-header nav > ul > li.active,
#navigation-header nav > ul > li.current-menu-item.active {
	   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
		    box-shadow: 0 0 1px rgba(0, 0, 0, 0.17);
}

#navigation-header nav > ul > li > span > a,
#navigation-header nav > ul > li.current-menu-item > span > a {
	border: 0 solid transparent;
	border-color: transparent;
}

#navigation-header nav > ul > li > span > a {
}

#navigation-header nav > ul > li.active > span > a,
#navigation-header nav > ul > li.current-menu-item.active > span > a {
	border-color: transparent !important;
}

#navigation-header nav li ul.sub-menu {
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
		    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}

#navigation-header nav .depth-0 ul.sub-menu {
	top: 35px;
}

#navigation-header nav ul.sub-menu ul.sub-menu {
	margin-top: 0;
	top: -15px;
	left: 198px;
}

#navigation-header nav ul.sub-menu li {
	display: block;
	float: none;
}

#navigation-header nav ul.sub-menu li > span > a {
	display: block;
	padding: 5px 10px 5px !important;
	margin-bottom: 2px;
	vertical-align: middle;
	line-height: 1.4em;
	min-height: 1.6em;
	height: auto;
}

#navigation-header nav .desc-0 ul.sub-menu,
#navigation-header nav .desc-1 ul.sub-menu {
	left: auto;
	right: 0px;
}

#navigation-header nav .desc-0 ul.sub-menu ul.sub-menu,
#navigation-header nav .desc-1 ul.sub-menu ul.sub-menu {
	left: auto;
	right: 198px;
}

#navigation-header nav ul > li > span > a .indicator {
}

#navigation-header nav ul > li > span > a .indicator{
	right: 0;
	top: 50%;
	margin: -2px 8px 0 0;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.cufon-on nav ul.sub-menu {
	padding-bottom: 15px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Containers
/*-----------------------------------------------------------------------------------*/

#content-init {
	height: 100%;
}

section#main {
	left: 0;
	right: 0;
	bottom: 0;
}

section#main {
	top: 130px;
}

body.default-scrollbar section#main {
	position: relative;
}

body.custom-scrollbar section#main {
	position: absolute;
}

section#content {
	position: absolute;
	top: 0;
	left: 230px;
	right: 0;
	bottom: 0;
}

section#content-side {
	position: relative;
	z-index: 500;
}

body.site-layout-wide section#content {
	left: 0;
}

body.site-layout-wide #content.sidebar-layout section#content-side {
	width: 960px;
}

.auto-format > p {
	margin-bottom: 25px;
}

.auto-format > p:last-child {
	margin-bottom:0;
}

#content .container,
footer .container {
	display: block;
	padding: 25px;
	margin-bottom: 25px;
	/*overflow: hidden;*/
}

#content .container.container-padding-40px,
footer .container.container-padding-40px {
	padding: 40px !important;
}

#content .container .container,
footer .container .container,
footer .widget-footer .container {
	padding: 0 !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	overflow: visible;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	background: transparent;
}


#content .container.container-custom,
footer .container.container-custom,
footer .widget-footer .container.container-custom {
	padding: 25px !important;
	margin-bottom: 25px !important;
	overflow: hidden;
	border: 0 !important;
}

#content .container.container-custom.container-padding-40px,
footer .container.container-custom.container-padding-40px,
footer .widget-footer .container.container-custom.container-padding-40px {
	padding: 40px !important;

}

.container-border .container {
	border: 1px solid transparent;
}

#content.sidebar-layout section#content-side {
	display: block;
}

#content.sidebar-layout #content-aside {
	float: right;
}

body.site-layout-wide #content.sidebar-layout #content-aside {
	float: right;
}

aside#sidebars {
	padding-top: 25px; 
	padding-bottom: 25px; 
}

#content.sidebar-layout aside#sidebars {
	display: block;
	width: 164px;
	float: left;
	padding-bottom: 0;
}

body.side-no-margin #content.sidebar-layout aside#sidebars {
	width: 189px;
}

body.site-layout-wide #content.sidebar-layout aside#sidebars {
	width: 204px;
}

body.site-layout-wide.side-no-margin #content.sidebar-layout aside#sidebars {
	width: 229px;
}

#content.sidebar-layout.sidebar-right section#content-side #content-aside {
	float: left;
}

#content.sidebar-layout.sidebar-right aside#sidebars {
	float: right;
}

.container p,
#footer-sidebar p {
	margin-bottom: 25px;
}

.currentTab > p:last-child,
.container > p:last-child {
	margin-bottom: 0;
}

.container .fill {
	margin: -25px -25px 0 !important;
}

.container-padding-40px .fill {
	margin: -40px -40px 0 !important;
}

.up {
	margin-top:-25px;
	height:0;
	line-height:0;	
}

.up_half {
	margin-top:-10px;
	height:0;
	line-height:0;	
}

.down {
	height:25px;
	line-height:0;
}

.down_half {
	height:20px;
	line-height:0;	
}

.downx2 {
	height:50px;
}



/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 200px;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	z-index: 400;
}

footer .widget-area {
	margin-bottom: -20px;
	-webkit-font-smoothing: antialiased;
}

footer.with-border {
	border-top: 1px solid #e2e2e2;
	padding-top: 20px !important;
}

footer #footer-title {
	margin-bottom: .7em;
	font-weight: bold;
}

#footer-sidebar {
	margin-bottom: 15px;
}

body.site-layout-wide footer {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0;
}

body.custom-scrollbar.site-layout-default footer {
	left: 0;
}

body.default-scrollbar.site-layout-default footer {
	position: fixed;
}

.footer-widgetized-custom-style.with-border {
	border: 1px solid transparent;
}

.footer-widgetized-padding {
	padding: 25px;
}

#footer-left {
	display: block;
	overflow: hidden;
}

body.site-layout-default #footer-right {
	float: left;
	display: block;
	margin-bottom: 20px;
}

body.site-layout-default #footer-right .cloudfw-language-switcher > a {
    display: inline;
}

body.site-layout-wide #footer-right {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Scrollbar
/*-----------------------------------------------------------------------------------*/

.jspContainer {
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

.jspPane {
	position: absolute;
	overflow: hidden;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: -40px;
	width: 8px;
	height: 90% !important;
	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	 filter 		: alpha(opacity=40);
	-moz-opacity	: 0.40;
	-khtml-opacity	: 0.40;
	 opacity 		: 0.40;

	overflow: hidden;
    -webkit-transition: opacity .1s linear;
	   -moz-transition: opacity .1s linear;
	    -ms-transition: opacity .1s linear;
	     -o-transition: opacity .1s linear;
		    transition: opacity .1s linear;
}

body:hover .jspVerticalBar {
	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	 filter 		: alpha(opacity=80);
	-moz-opacity	: .8;
	-khtml-opacity	: .8;
	 opacity 		: .8;
}

.jspHorizontalBar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: black;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	960GS
/*-----------------------------------------------------------------------------------*/

.cl {
	display:inline;
	float: left;
	position: relative;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}

.last {
	margin-right:0 !important;
}

.last:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl .first {
	margin-left:0;
}

.cl .last {
	margin-right:0;
}

.cl > p:last-child {
	margin-bottom:0 !important;
}

.cl_1_2, .cl_1_3, .cl_2_3, .cl_3_4, .cl_1_4, .cl_1_5, .cl_2_5, .cl_3_5, .cl_4_5, .cl_1_6, .cl_5_6 {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.cl_1,.cl_1_1 { width: 100%; }
.cl_1_2 { width: 48%; }
.cl_1_3 { width: 30.6666%; }
.cl_2_3 { width: 65.3332%; }
.cl_1_4 { width: 22%; }
.cl_2_4 { width: 48%; }
.cl_3_4 { width: 74%; }
.cl_1_5 { width: 16.8%; }
.cl_2_5 { width: 37.6%; }
.cl_3_5 { width: 58.4%; }
.cl_4_5 { width: 79.2%; }
.cl_1_6 { width: 13.3333%; }
.cl_2_6 { width: 30.6666%; }
.cl_3_6 { width: 47.9998%; }
.cl_4_6 { width: 65.3332%; }
.cl_5_6 { width: 82.6665%; }
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.cl_1_2 .cl_1_2 { margin-right: 8.3333%; width: 45.8333%; }
.cl_1_2 .cl_1_3 { margin-right: 8.3333%; width: 27.7778%; }
.cl_1_2 .cl_2_3 { margin-right: 8.3333%; width: 63.8889%; }
.cl_2_3 .cl_1_3 { margin-right: 6.1224%; width: 29.2517%; }
.cl_2_3 .cl_2_3 { margin-right: 6.1224%; width: 64.6258%; }
.cl_2_3 .cl_1_4 { margin-right: 6.1224%; width: 20.4082%; }


/*-----------------------------------------------------------------------------------*/
/*	Blurb
/*-----------------------------------------------------------------------------------*/

#blurb {
	margin-bottom: 20px;
	padding: 0;
}

#blurb .iconbox,
#blurb p {
	margin-bottom: 0;
}

#blurb #blurb-title {
	margin-bottom: 0;
}

#blurb h2 {
	margin-bottom: 20px;
	margin-top: 15px;
}

#blurb.with-breadcrumb {
	margin-bottom: 1px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	BreadCrumb
/*-----------------------------------------------------------------------------------*/

#breadcrumb.container {
	padding: 10px 25px;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
#blog-posts .blog-article {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.search-results #blog-posts .blog-article {
	margin-bottom: 0;
}

#blog-posts .blog-padding {
	border: 1px dotted transparent;
}

#blog-posts > div:last-child .blog-article {
	margin-bottom: 0;
}

.single #blog-posts > div:last-child .blog-article {
}

.blog-page-pagination {
	margin-top: -40px;
}

.hentry.container {
	padding-bottom: 0 !important; 
}

.hentry.container.with-meta {
	margin-bottom: 1px !important; 
}

.more,
.hentry.container.without-more {
	margin-bottom: 25px !important;
}

.container .hentry.container.without-more {
	margin-bottom: 0 !important;
}

.more .button { 
	margin-left: 0 !important;
}

.post-meta.more {
	margin-bottom: 20px;
}

.container .more .permalink-link {
	display: block;
	padding: 10px 0px 0;
	text-align: left;
	border-top: 1px solid transparent;
}

.blog-shortcode .blog-icon-wrap {
	display: none !important;
}

.blog-shortcode-icon-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0; left:0;
	display: none;
}

.blog-shortcode-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	top:50%; left:50%;
	margin: -30px 0 0 -30px;
}

.blog-icon-wrap {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
}

.blog-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}

.blog-padding {
	overflow: hidden;
}

.meta {
	display: block;
	margin: -15px 0 0;
	padding-bottom: 20px;
	/*margin: 0 -25px 10px;
	padding: 0 25px;*/
}

#content .container .blog-shortcode.columns-1 .pagination {
	padding: 0 0;
	border-top: 0;
	margin-top: 0;
	display: block;
	position: relative;
}

.meta-element{
	position: relative;
	float: left;
	margin-top: 5px;
	font-size: .85em;
}

.meta-element.icon {
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
}

.meta-element .icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;

	top: -2px;
	left: -5px;
}

.meta-element.seperator {
	margin-left: 4px;
	margin-right: 4px;
}

.meta-element.read-more {
	float: right;
}

.meta-element.date .icon {
	background-position: -80px 0;
}

.meta-element.category .icon {
	background-position: -80px -20px;
}

.author {
	margin-bottom: 25px;
	padding: 0 25px 0;
}

.author #author-gravatar {
	float: left;
	padding: 5px 15px 5px 5px;
	margin: 0 15px 0 0;
	border-right: 1px dotted #ddd;
}

.author #author-info {
	overflow: hidden;
	position: relative;
	padding: 8px 0;
}

.author #author-bio {
	padding-top: 10px;
	font-size: .9em;
	font-style: italic;
}

.author .author-social {
	display: block;
	margin: 5px 0 0;
}

.author .service {
	margin-right: 8px;
	display: inline;
}

.author .service a {
	text-decoration: none !important; 
}

.author .author-website a,
.author .author-twitter a,
.author .author-facebook a{
	font-size: .8em;
	padding: 2px 4px;
}

.author .author-facebook a {
	background: #3B5998 !important;
	color: #fff !important;
}

.author .author-twitter a {
	background: #4AD2FF !important;
	color: #fff !important;
}

.author .author-website a {
	background: #ccc !important;
	color: #777 !important;
}

.hentry .thumbnail {
	line-height: 0;
	margin-bottom: 0 !important;
}

.hentry .thumbnail img {
	width: 100%;
	height: auto !important;
}

.hentry.format-aside .thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.hentry.format-aside .thumbnail img {
	width: auto;
}

.hentry .thumbnail.med-thumbnail {
	float: none;
	margin: 0;
}

.container .hentry .thumbnail.min-thumbnail {
	margin-top: 0;
}

.hentry .thumbnail.min-thumbnail img {
}

.hentry .thumbnail.med-thumbnail img {
	width: 100%;
	height: auto;
}

#content .container.pagination {
	padding: 10px 25px;
}

#content .container .blog-shortcode .pagination {
	padding: 0 0 0;
	border-top: 0 dotted transparent;
	margin-top: 0;
}

#content .container .blog-shortcode.columns-1 .pagination {
	padding: 0 0;
	border-top: 0;
	margin-top: 0;
}

.blog-pagination-previous-link,
.blog-pagination-next-link,
.blog-pagination-center {
	float: left;
}

.next-link,
.previous-link {
	background-image: none !important;
}

.blog-pagination {
	list-style: none none;
	margin: 0 15px !important;
}

.blog-pagination li {
	float: left;
}

.blog-pagination-previous-link,
.blog-pagination-next-link,
.blog-pagination li {
	display: block;
	padding: 0 3px;
}

.blog-pagination li.current > span {
	font-weight: bold;
}


.readmore-button {
	margin-left: 0 !important;
	margin-bottom: 20px !important;
}

.container .container .readmore-button {
	margin-bottom: 0 !important;
}

.container .container .post-content.excerpt > p {
	margin-bottom: 10px;
}

.container .container .fill {
	margin: 0 0 0 !important;
}

.container .blog-shortcode.columns-1 > .cl {
	border-bottom: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.container .blog-shortcode.columns-1 > .cl:last-child {
	border-bottom: 0px solid transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Formats
/*-----------------------------------------------------------------------------------*/
.video iframe {
	max-width: 100% !important;
}

.video embed,
.video object {
	max-width: 100% !important;
}

.format-quote.container,
.format-link.container {
	padding-bottom: 0 !important;
}

.hentry .post-content {
	overflow: hidden;
	padding: 0;
	margin: 0 0 0;
}

.hentry .post-title {
	display: block;
	margin: 10px 0 15px;
}

.hentry.format-standard .post-content {
	padding: 0;
	/*margin: 15px 0 0;*/
}

.hentry.format-gallery > .gallery,
.hentry.format-image > .thumbnail {
	margin-bottom: 20px !important;
}

.format-video .video,
.format-quote .quote,
.format-link .link {
	margin-bottom: 15px;
}

.format-quote .quote,
.format-link .link {
	padding: 15px;
	margin-bottom: 20px;

	font-size: 1.1em;
	font-style: italic;
}

.format-link .link p,
.format-quote .quote p,
.format-video .video p {
	margin-bottom: 0 !important;
}

.format-video.container .video p {
	line-height: 0;
}

.format-quote .quote .icon,
.format-link .link .icon {
	float: left;
	margin: 0 20px 0 0;
	width: 30px;
	height: 30px;
}

.format-quote .quote blockquote,
.format-link .link .text {
	overflow: hidden;
}

.format-standard .blog-icon {
	background-position: 0 0;
}

.format-image .blog-icon {
	background-position: 0 -60px;
}

.format-video .blog-icon {
	background-position: 0 -120px;
}

.format-gallery .blog-icon {
	background-position: 0 -360px;
}

.format-quote .blog-icon {
	background-position: 0 -300px;
}

.format-link .blog-icon {
	background-position: 0 -240px;
}

/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widget ul {
	list-style-type: none;
	margin: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

.widget {
	margin-bottom: 25px;
}

.widget ul.list,
.widget ul.list > li{
	margin-left: 0;
}

.widget li li {
	list-style-type: square;
	margin-left: 20px;
}

.widget {}

.widget_nav_menu > ul > li,
.widget_links > ul > li,
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_recent_entries > ul > li,
.widget_recent_comments > ul > li,
.widget_cloudfw_twitter ul.tweet_list > li
{
	border-bottom: 1px dotted rgba(0,0,0,.1);
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;

	list-style-type: square;
	list-style-position: inside;
}

.widget-footer.widget_nav_menu > ul > li,
.widget-footer.widget_links > ul > li,
.widget-footer.widget_archive > ul > li,
.widget-footer.widget_categories > ul > li,
.widget-footer.widget_recent_entries > ul > li,
.widget-footer.widget_recent_comments > ul > li,
.widget-footer.widget_cloudfw_twitter ul.tweet_list > li
{
	padding: 10px 0 10px 0;
	margin: 0;
}

.widget-footer {
	margin-bottom: 20px;
}

.widget-footer.widget_cloudfw_twitter ul.tweet_list .down {
	display: none;
}

.widget_nav_menu ul.sub-menu {
	margin-left: 25px;
}

.widget_nav_menu ul {
	list-style-position: inside;
}

footer .widget_nav_menu li {
	margin-bottom: 2px;
}

.widget_nav_menu .menu {
	list-style: none none;
}

.widget_pages ul > li,
.widget_cloudfw_subpages ul > li {
	position: relative;
	list-style: none none;
}

.widget_cloudfw_posts .cloudfw_post_wrap,
.widget_pages ul > li a,
.widget_cloudfw_subpages ul > li a {
	/*border-bottom: 1px dotted rgba(0,0,0,.1);
	padding: 10px 25px 10px;
	margin: 0 -25px 0;*/


	padding: 7px 15px;

	display: block;
}

.widget_pages > ul ul > li > a,
.widget_cloudfw_subpages > ul ul > li > a {
/*padding-left: 0 !important;
	margin-left: 10px !important;*/
}

.widget_pages > ul ul ul > li > a,
.widget_cloudfw_subpages > ul ul ul > li > a {
}

.widget_pages > ul > li.current_page_item > a,
.widget_pages > ul > li.current_page_parent > a,
.widget_cloudfw_subpages > ul > li.current_page_item > a,
.widget_cloudfw_subpages > ul > li.current_page_parent > a {
	/*border-bottom: 0;
	background: rgba(0,0,0,.04);
	box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 2px 2px rgba(0,0,0,.2);*/

	background: #000;
	color: #fff;

	text-decoration: none;
}

.widget_pages ul > li.current_page_item > a:after,
.widget_pages ul > li.current_page_parent > a:after,
.widget_cloudfw_subpages > ul > li.current_page_item > a:after,
.widget_cloudfw_subpages > ul > li.current_page_parent > a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
	position: absolute;
	right: -5px;
	/*top: 50%;
	margin-top: -5px;*/
	top: 11px;

}

.widget_cloudfw_subpages > ul > li.current_page_item > ul > li.current_page_item a,
.widget_cloudfw_subpages > ul > li.current_page_parent > ul > li.current_page_item a {
	font-weight: bold !important;

}

.widget_cloudfw_posts {}
.widget_cloudfw_posts ul {}
.widget_cloudfw_posts ul li {}

.widget_cloudfw_posts .cloudfw_post_wrap { display: block; } 
.widget_cloudfw_posts .cloudfw_posts_thumbnail {
	display: block;
	float: left;
	margin-right: 10px;
}

.widget_cloudfw_posts .cloudfw_posts_titles {
	display: block;
	overflow: hidden;
}

.widget_cloudfw_posts .cloudfw_posts_comment {
	font-size: .8em;
	line-height: 1.2em;
	display: block;
	-ms-filter 		: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	 filter 		: alpha(opacity=5);
	-moz-opacity	: 0.5;
	-khtml-opacity	: 0.5;
	 opacity 		: 0.5;
}

.widget_cloudfw_subpages > ul ul { margin-left: 3px; }
.widget_cloudfw_subpages ul > li.current_page_item { margin-top: -2px; }

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages > ul ul { margin-left: 0; }
.widget_pages > ul ul li { }
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}

.widget-header {
	float: left;
	margin-left: 20px;
}

table#wp-calendar {
	width: 100%;
	border:1px solid transparent;
}

tbody .pad {}

table#wp-calendar > tbody > tr > td > a {
	font-weight: bold;
	color: #3c4a55;
}

thead > tr > th {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: rgba(0,0,0,.05);
	border: 1px solid transparent;
}

tbody > tr > td {
	width:  20px;
	height: 20px;
	text-align: center;
	border: 1px solid transparent;
}

tfoot > tr > td > a,
tfoot > tr > td > a:link,
tfoot > tr > td > a:visited,
tfoot > tr > td > a:hover,
tfoot > tr > td > a:active {
	font-weight: bold;
	height: 20px;
}

tfoot > tr > td#prev {
	width: 58px;
	height: 20px;
	text-align: left;
}

tfoot > tr > td#next {
	width: 58px;
	height: 20px;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*	Comment List
/*-----------------------------------------------------------------------------------*/

.commentlist {
	list-style: none none;
	margin: 20px 0 20px 25px !important;
}

.commentlist ul {
	list-style: none none;
	margin: 20px 0 20px 0 !important;
}

.commentlist ul.children li {
	padding-left: 55px !important;
}

.commentlist li {
	padding-bottom: 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.commentlist .dot {
	display: none;
}

.container .depth-1 .dot {
	display: inline;
}

.commentlist .comment-meta {
	overflow: hidden;
}

.commentlist .comment-user {
	padding-top: 7px;
}

.commentlist .comment-author .avatar {
	float: left;
	padding: 5px 15px 5px 5px;
	margin: 0 15px 0 0;
	border-right: 1px dotted #ccc;
}

.commentlist .comment-datetime {
	font-size: .85em;
	margin-top: 3px;
}

.commentlist .comment-text {
	font-size: .9em;
	margin: 15px 0 15px 70px;
}

.commentlist #respond {
}

.commentlist #respond h4 {
	display: none;
}

#commentform {
	display: block;
	max-width: 490px;
	margin: 15px auto;
}

#commentform label {
	display: block;
	margin: 5px;
}

#commentform textarea {
	width: 98%;
	max-width: 430px;
	min-height: 50px;
}
#commentform input[type=text] {
	width: 200px;
}

.full-layout #commentform input[type=text] {
	width: 350px;
}

.full-layout #commentform textarea {
	max-width: 500px;
}

#commentform p {
	margin-bottom: 10px;
}

#respond .cancel-comment-reply {
	float:right;
}

/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.isotope .isotope-item {
	margin-right: 0 !important;
}

/**** 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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*-----------------------------------------------------------------------------------*/
/*	TABLES
/*-----------------------------------------------------------------------------------*/

.table {
	margin: 0 0 20px;
	text-align: left;
	border-collapse: separate;
	width:100%;
}

.table th {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	border-bottom: 1px solid #E0E4E5;
}

.table td {
	padding: 10px 15px;
	border-bottom: 1px solid #E4E3DE;
	border-top: 1px solid #fff;
	color:#655a5e;
}

.table .group {
	background: #f9f9f9;
	border-right: 1px solid #E4E3DE;
	max-width:30%;
}

.table tr:hover td {
	color: #000;
	background: #f1f1f1;
}

/*-----------------------------------------------------------------------------------*/
/*	IE
/*-----------------------------------------------------------------------------------*/

html#ie6,
html#ie7,
html#ie6 body,
html#ie7 body {
	overflow-x: hidden;
}

html#ie7 body.with-top-border section#top {
	top: 6px;
}

button.iphorm-submit-element,
button.iphorm-submit-element:hover {
	background: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	WPML
/*-----------------------------------------------------------------------------------*/

#lang_sel_footer {
    position: relative;
    z-index: 1000;
}

#lang_sel_list,
#lang_sel_list ul,
#lang_sel_list li,
#lang_sel ul ul,
#lang_sel li {
	float: none !important;
	width: 100% !important;
}

#lang_sel a.lang_sel_sel {
	background-position: 95% 50% !important;
}

.pre {
    padding: 20px;
    border:1px solid;
    border-color: rgba(0, 0, 0, .05);
    position:relative;
    white-space: normal;
    background: rgba(0, 0, 0, .04);
}

.fluid-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.fluid-video-wrapper iframe,
.fluid-video-wrapper object,
.fluid-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	width: 100% !important;
}

iframe.social-iframe {
	width: auto !important;
}

.post-gallery.gallery {
	position: relative;
}

.slides .pagination {
	list-style: none none;
	position: absolute;
	bottom: 15px;
	right: 10px;

	z-index: 1000;
}

.post-gallery.gallery .pagination li {
	float: left;
}

.post-gallery.gallery .pagination li a {
	float:left;
	width: 20px; height: 20px;
	position:relative;
	z-index:9;
	cursor:pointer;
	text-indent: -99999px;
	margin-left: -2px;
}