@charset "utf-8";
/*
 * Used fonts:
 * font-family: 'Lato', Arial, sans-serif;
*/

/* => Globals */
/* ------------------------------------------------------------------------------*/
body {
	font: 15px 'Lato', Arial, Helvetica, sans-serif;
	color: #3c3c3b;
}
a {
	color: #0e71b8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0 0 2em 2em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	margin-bottom: .3em;
	line-height: 1.47;
}
B, STRONG {
	font-weight: bold;
}
P {
	margin-bottom: 1.47em;
	line-height: 1.47;
}
H1 {
	font-size: 26px;
	margin-bottom: 0.7em;
	line-height: 1.47;
	color: #1970af;
}
H2 {
	font-size: 26px;
	margin-bottom: 0.7em;
	line-height: 1.47;
	color: #1970af;
	background: url('bg02.png') repeat-x 0 75%;
}
H2 A, H2 SPAN {
	padding-right: 20px;
	background: #fff;
}
H3 {
	font-size: 18px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 0.5em;
	line-height: 1.47;
}
.important {
	font-weight: bold;
}
#header A {
	color: #3c3c3b;
}
.more, .navigation {
	text-align: center;
}
.navigation {
	margin-bottom: 20px;
}
.navigation .prev {
	display: block;
	background: url('sprite05.png') no-repeat 0 50%;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	margin-right: 20px;
	padding: 3px 0;
}
.navigation .next {
	display: block;
	background: url('sprite05.png') no-repeat -24px 50%;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	margin-left: 20px;
	padding: 3px 0;
}
.more P, .navigation .wp-paginate {
	display: inline-block;
	padding: 10px 30px;
	background-color: #f2f2f2;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	font-size: 13px;
	color: #585858;
}
.navigation .wp-paginate LI {
	float: left;
}
.more A, .wp-paginate .page {
	border-right: 1px solid #d2d2d2;
	padding: 5px 15px;
}
.wp-paginate .title {
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}
.wp-paginate .page {
	display: block;
}
.more A:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
#logo {
	margin: 0;
	float: left;
}
TABLE {
	width: 100%;
	border: 1px solid #fff;
}
TABLE THEAD TH, TABLE THEAD TD {
	background-color: #0e71b8;
	color: #fff;
}
TABLE TD, TABLE TH {
	padding: 15px;
	border: 3px solid #fff;
}
TABLE TBODY TR:nth-child(even) {background-color: #fff}
TABLE TBODY TR:nth-child(odd) {background-color: #f2f2f2}
.tags {
	text-align: center;
	color: #a1a1a1;
	font-size: 11px;
}
.tags A {
	color: #a1a1a1;
	font-size: 11px;	
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
#stream_content {
	height: 54px;
}
.list.language {
	width: 100%;
	float: left;
	margin-bottom: 1.47em;
}
.list.language li {
	float: left;
	margin-right: 5px;
}
#contentInner {
	float: left;
	width: 100%;
}
#contentInner .loading {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 800px;
}
.prev-next .prev {
	float: right;
}
.prev-next .next {
	float: left;
}
/* => Lists */
/* ------------------------------------------------------------------------------*/
.list, .list li, .list .item, .sub-menu, .menu,.menu ul, .menu-item, .list p,
.wp-paginate, .wp-paginate li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	line-height: 1;
}
.third {
	position: relative;
	overflow: hidden;
	width: 960px;
	left: -20px;
}
.third .item {
	float: left;
	width: 300px;
	margin-left: 20px;	
}
.quarter {
	overflow: hidden;
	position: relative;
}
.search .quarter {
	margin-left: 0;
}
.quarter .item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 217px;
	margin: 0 0 25px;
	padding: 10px 7px 16px;
	margin-right: -2px;
}
.ideas {
	width: 470px;
	margin-top: -0.8em;
}
.ideas P {
	margin-bottom: 0.6em;
	line-height: 1.47;
}
.ideas .item {
	text-align: center;
	width: 215px;
	margin-bottom: 0;
}
.ideas IMG {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	width: 215px;
	height: 111px;
}
.ideas .idea:hover IMG {
	opacity: 0.8;
}

/* => Sections */
/* ------------------------------------------------------------------------------*/
.wrap {
	width: 940px;
	margin: auto;
	z-index: 100;
}
#header {
	position: relative;
	padding: 26px 0 17px;
}
#content {
	padding: 25px 0;
	z-index: 100;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
}
.home #content {
	overflow: hidden;
}
/* => Main navigation */
/* ------------------------------------------------------------------------------*/
#mainnav {
	position: relative;
	z-index: 200;
	background-color: rgb(242,242,242);
	background-color: rgba(255,255,255,0.8);
	height: 53px;
}
#mainnav .menu-item {
	float: left;
	position: relative;
}
#mainnav .dropdown A {
	background: url('arrow01.png') no-repeat 97% 24px;
}
#mainnav .current-menu-ancestor A,
#mainnav .current-menu-parent A,
#mainnav .current-menu-item A,
#mainnav .dropdown A:hover {
	background-position: 97% -66px;
	text-decoration: underline;
}
#mainnav .sub-menu .menu-item a {
	text-decoration: none;
}
#mainnav .sub-menu  a:hover {
	text-decoration: underline;
}
#mainnav .dropdown .sub-menu A, #mainnav .dropdown .sub-menu A:hover {
	background: none;
}
#mainnav .right {
	float: right;
}
#mainnav .right A {
	font-weight: normal !important;
}
#mainnav .menu-item A {
	display: block;
	padding: 18px 24px 20px 20px;
	color: #3c3c3b;
	font-weight: bold;
}
#mainnav .menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
#mainnav .sub-menu .menu-item {
	float: none;
}
#mainnav .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 53px;
	left: 0;
	padding-bottom: 10px;
	background-color: rgb(242,242,242);
	background-color: rgba(255,255,255,0.8);
	white-space: nowrap;
	-webkit-transition: opacity 0.4s linear;
	-moz-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
	
}
#mainnav .sub-menu A {
	font-weight: normal !important;
	padding: 10px 19px;
}
#mainnav .sub-menu A:hover {
	font-weight: normal;
}
#mainnav .current-menu-item a, #mainnav .current-menu-parent a, #mainnav .current-menu-ancestor a,
#mainnav a:hover {
	font-weight: bold;
}
/* => Subnavigation */
/* ------------------------------------------------------------------------------*/

#crumbs {
	position: absolute;
	bottom: 80px;
	width: 910px;
	text-align: center;
	background-image: url("bg08.png");
	color: #FFF;
	text-align: left;
	padding: 20px 0 18px 30px;
}
#crumbs a {
	color: #FFF;
	text-decoration: underline;
}
#crumbs a:hover {
	text-decoration: none;
}
#submenu .menu-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#submenu .menu-item .sub-menu {
	display: none;
}
#submenu A {
	display: block;
	padding: 20px 20px 18px;
	background: url('bg05.png') no-repeat 100% 50%;
	color: #fff;
}
#submenu LI:last-child A {
	background: none;
}
#submenu .current-post-parent, #submenu .current-post-ancestor {
	font-weight: bold;
	text-decoration: underline;
}
#submenu .current-menu-parent  a,
#submenu .current-menu-item  a{
	text-decoration: underline;
}
/* => Search */
/* ------------------------------------------------------------------------------*/

.search FORM {
	float: right;
	margin-top: 27px;
}
.search P {
	margin-bottom: 0;
}
.search INPUT {
	background-color: #f2f2f2;
	border: none;
	padding: 12px 15px;
	-webkit-border-radius: 0px;
    border-radius: 0px;
	font-size: 15px;
}
.search INPUT:hover {
	border: none;
}
.search INPUT:focus {
	border: none;
}
.search INPUT[type="text"] {
	width: 70px;
}
.search INPUT[type="image"] {
	margin-left: -3px;
	padding: 14px 19px 14px 12px;
}
.search .heading {
	margin-bottom: 20px;
}
.search .list .item {
	padding: 10px 7px 16px;
}
/* => Header Contact */
/* ------------------------------------------------------------------------------*/

#header .contact {
	float: right;
	margin: 27px 3px 0 0;
}
#header .contact P {
	margin: 13px 20px 0 0;
}
#header .contact .item, #header .contact P, #header .contact .list, #header .contact .list .textwidget {
	float: left;
}
#header .contact A {
	display: block;
	margin: 4px 15px 0 3px;
	padding: 30px 0 0;
	font-size: 12px;
}
#header .contact .write A {
	background: url('sprite03.png') no-repeat 50% 4px;
}
#header .contact .chat A {
	background: url('sprite03.png') no-repeat 50% -97px;
}
#header .contact .call A {
	background: url('sprite03.png') no-repeat 50% -200px;
}
#header .favorites {
	float: right;
	margin: 40px 23px 0 0;
}
#header .favorites  A {
	padding: 3px 0 3px 20px;
	background: url('icon01.png') no-repeat left;
	padding: 3px 0 3px 20px;
}
#header .favorites  SPAN{
	color: #a9a9a9;
	margin-left: 5px;
}
/* => Appetite */
/* ------------------------------------------------------------------------------*/
#appetite {
	position: relative;
	width: 100%;
	height: 430px;
}
#appetite .introductions A:hover {
	text-decoration: none;
}
#appetite .wrap {
	position: relative;
	height: 430px;
} 
.slider {
	position: relative;
}
.slider .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: none;
}
.slider .item.default {
	display: block;
}
.slider .item IMG {
	display: none;
}
#appetite .introductions {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#appetite .introductions .item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 313px;
	vertical-align: bottom;
	margin-left: -3px;
	background: rgb(60,60,60) url('bg01.png') no-repeat 100% 100%;
	background: rgba(60,60,60,0.95) url('bg01.png') no-repeat 100% 100%;
	padding-right: 1px;
}
#appetite .introductions .item.item-1 {
	margin-left: 0;
	width: 311px;
}
#appetite .introductions .item:last-child {
	background: rgb(60,60,60);
	background: rgba(60,60,60,0.95);	
}
#appetite .introductions H2 {
	margin: 0;
	width: 313px;
	background-color: #3c3c3b;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.4s linear, width 0.4s linear;
	-moz-transition: background-color 0.4s linear, width 0.4s linear;
	-o-transition: background-color 0.4s linear, width 0.4s linear;
	transition: background-color 0.4s linear, width 0.4s linear;
	line-height: normal;
}
	#appetite .introductions .item-1 H2 {
		background-image: url('sprite01.png');
		background-position: 2px 73%;
	}
	#appetite .introductions .item-2 H2 {
		background-image: url('sprite01.png');
		background-position: -335px 55%;
	}
	#appetite .introductions .item-3 H2 {
		background-image: url('sprite01.png');
		background-position: -626px 50%;
	}
	#appetite .introductions .item-1.active H2, #appetite .introductions .item-1 H2:hover {
		background-color: #0e71b8;
		width: 312px;
	}
	#appetite .introductions .item-2.active H2, #appetite .introductions .item-2 H2:hover {
		background-color: #bc363b;
	}
	#appetite .introductions .item-3.active H2, #appetite .introductions .item-3 H2:hover {
		background-color: #95c23d;
	}
#appetite .introductions H2 A {
	display: block;
	padding: 25px 0 27px 101px;
	background: url('sprite02.png') no-repeat 252px 33px;
	font-size: 22px;
	color: #fff;
}
#appetite .introductions .item-2 H2 A {
	padding: 25px 0 27px 100px;	
}
#appetite .introductions .item-3 H2 A {
	padding: 25px 0 27px 118px;	
}
#appetite .introductions .active H2, #appetite .introductions H2:hover {
	width: 314px;
}
#appetite .introductions .active H2 A {
	background: url('sprite02.png') no-repeat 253px -49px;
}
#appetite .introduction {
	padding: 20px 13px 20px 15px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	display: none;
}
#appetite .bx-wrapper {
	position: absolute!important;
}
#appetite .introduction H3 {
	color: #fff;
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
}
#appetite .introduction P {
	line-height: 1.4;
	margin-bottom: 1em;
}
#appetite .read-more {
	margin: 0 !important;
}
#appetite .read-more A {
	display: inline-block;
	padding: 9px 38px;
	color: #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #2b2b2b;
	text-shadow: 0px -1px 0px #3e3e3e;
    filter: dropshadow(color=#3e3e3e, offx=0, offy=-1);
-webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#appetite .item-1 .read-more A {
	background: #0e70b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e70b7 0%, #08429a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e70b7), color-stop(100%,#08429a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e70b7 0%,#08429a 100%); /* W3C */	
}
#appetite .item-1 .read-more A:hover {
	background: #0d62a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d62a0 0%, #07377f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d62a0), color-stop(100%,#07377f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d62a0 0%,#07377f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d62a0 0%,#07377f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d62a0 0%,#07377f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d62a0 0%,#07377f 100%); /* W3C */
}
#appetite .item-2 .read-more A {
	background: #bb363b; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb363b 0%, #a01f22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb363b), color-stop(100%,#a01f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb363b 0%,#a01f22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb363b 0%,#a01f22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb363b 0%,#a01f22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bb363b 0%,#a01f22 100%); /* W3C */
}
#appetite .item-2 .read-more A:hover {
	background: #a5272c; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5272c 0%, #8d1518 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5272c), color-stop(100%,#8d1518)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5272c 0%,#8d1518 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5272c 0%,#8d1518 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5272c 0%,#8d1518 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a5272c 0%,#8d1518 100%); /* W3C */
}
#appetite .item-3 .read-more A {
	background: #94c23d; /* Old browsers */
	background: -moz-linear-gradient(top,  #94c23d 0%, #68a823 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c23d), color-stop(100%,#68a823)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94c23d 0%,#68a823 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94c23d 0%,#68a823 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94c23d 0%,#68a823 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #94c23d 0%,#68a823 100%); /* W3C */
}
#appetite .item-3 .read-more A:hover {
	background: #81b127; /* Old browsers */
	background: -moz-linear-gradient(top,  #81b127 0%, #569413 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b127), color-stop(100%,#569413)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #81b127 0%,#569413 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #81b127 0%,#569413 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #81b127 0%,#569413 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #81b127 0%,#569413 100%); /* W3C */
}
/* => Languages */
/* ------------------------------------------------------------------------------*/

#lang {
	position: absolute;
	top: 22px;
	right: 0;
}
#lang .item {
	float: left;
}
#lang A {
	font-size: 12px;
	color: #585858;
	margin-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #c2c2c2;
}
#lang .item:last-child A {
	border: none;
	padding: 0;
}
/* => Partners */
/* ------------------------------------------------------------------------------*/
.partners {
	padding: 10px 20px;
	text-align: center;
	background-color: #f2f2f2;
}
.partners .item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 25px;
	vertical-align: middle;
}

/* => Content */
/* ------------------------------------------------------------------------------*/
.article {
	color: #585858;
	padding: 25px 30px 10px;
	float: left;
}
.article H2 {
	font-size: 18px;
	color: #585858;
	font-weight: bold;
	background: none;
}
.article H1 {
	max-width: 660px;
	float: left;
}
.article  .title {
	float: left;
	width: 880px;
}
.article .favorites-button {
	float: right;
	margin-top: 4px;
	background: url("bg07.png") repeat-x;
	padding: 2px 10px 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.16);
	font-size: 12px;
	color: #3c3c3b;
	text-shadow: 1px 1px 1px #FFF;
	margin-right: 20px;
	
}
.article .date {
	width: 100%;
	float: left;
	font-size: 0.8em;
}
.single-news .article .title h1 {
	margin-bottom: 0;
}
.single-news .article .featured-image {
	float: left;
	margin: 0 10px 10px 0;
}
.article .favorites-button span {
	background-image: url("sprite06.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 7px;
	margin-right: 5px;
}
.favorite .article .favorites-button span {
	background-position: -17px 2px;
}
.article .fb-like {
	float: right;
	margin-top: 4px;
}
.home .col {
	float: left;
	width: 450px;
}
.home .col-1 {
	margin-right: 40px;
}
#content {
	padding: 0 0 30px;
	position: relative;
	margin-top: -80px;
	background-color: rgb(255,255,255);
	background: rgba(255, 255, 255, 0.9);
	float: left;
	width: 100%;
}
.home #content {
	padding: 25px 0 38px;
	margin-top: 0;
}

/* => Category */
/* ------------------------------------------------------------------------------*/

.tax-conference_categories #content H1,
.category #content H1 {
	padding: 25px 30px 0;
}
.category #content H2, .tag #content H2, .search #content H2, .page .posts .list h2, .tax-conference_categories #content h2, .archive .posts-list h2, .single .posts .list h2 {
	color: #0e71b8;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.47;
	background: none;
}
.category #content H2 A, .tag #content H2 A, .search #content H2 A {
	background: none;
	color: #0e71b8;
}
.single .description,
.category .description {
	overflow: hidden;´
	color: #585858;
	width: 700px;
}
.category .description .text {
	padding: 0;
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.category .description .text B {
	font-size: 18px;
}
.category .category-image {
	float: right;
}
.archive .col-1,
.tax-conference_categories .col-1,
.category .col-1 {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.single .col-2,
.archive .col-2,
.tax-conference_categories .col-2,
.category .col-2 {
	float: left;
	width: 700px;
	margin-top: -10px;
}
.single .col-2,
.archive .col-2  {
	margin-top: 0;
}
.archive .col-2 h2 {
	background: none;
}
.navigation {
	clear: both;
	overflow: hidden;
}

/* => Posts list */
/* ------------------------------------------------------------------------------*/
.posts P {
	margin-bottom: 0.8em;
	line-height: 1.57;
}
.posts P.no-margin {
	margin-bottom: 0;
}
.posts P.img {
	width: 215px;
	height: 144px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
.posts P.img img {
	width: 215px;
	height: 144px;
}
.posts P.img .conference {
	width: auto;
	height: auto;
	max-width: 215px;
	max-height: 144px;
}
.posts .list {
	width: 960px;
}
.tax-conference_categories .posts,
.category .posts {
	float: left;
	width: 700px;
}
.posts .post{
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
	vertical-align: top;
}
.posts .post:hover {
	border: 1px solid #ccc;
	background-color: #fafafa;
}
.posts H3 {
	color: #0e71b8;
}
.posts A {
	color: #3c3c3b;
}
.posts A:hover {
	text-decoration: none;
}
.posts .favorite-button {
	position: absolute;
	top: 120px;
	right: 20px;
	display: block;
	width: 28px;
	height: 28px;
	background: url('sprite04.png') no-repeat;
	text-indent: -9999px;
}
.posts .favorite-button:hover {
	background: url('sprite04.png') no-repeat -32px 0;
}
.posts .favorite .favorite-button {
	background: url('sprite04.png') no-repeat -32px 0;
}
.favorite-container {
	width: 220px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fafafa;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;	
}
/* => Favorites */
/* ------------------------------------------------------------------------------*/

.heading {
	overflow: hidden;
	background-color:#FFF ;
	opacity: 0.9;
	-webkit-transition: opacity 0.9s linear;
	-moz-transition: opacity 0.9s linear;
	-o-transition: opacity 0.9s linear;
	transition: opacity 0.9s linear;
}
.archive .heading {
	margin-bottom: 15px;
}
.tag .heading {
	margin-bottom: 15px;
}
.post-type-archive-news .heading .fb-like,
.category .heading .fb-like {
	float: right;
	margin-top: 36px;
	margin-right: 30px;
}
.page-template-page-favorate-php .heading {
	margin-bottom: 0;
}
.page-template-page-favorate-php #content, .tag #content, .search #content {
	background: rgba(255,255,255,0.9);
}
.heading H1 {
	padding: 24px 30px 0;
	float: left;
}
.favorites-meta {
	float: right;
	padding: 25px 30px 0 20px;
	margin-bottom: 13px;
}
.favorites-meta .clear-favorites {
	color: #3c3c3b;
	text-decoration: underline;
	margin-right: 20px;
}
.favorites-meta .clear-favorites:hover {
	text-decoration: none;
}
.favorites-meta .direct-url {
	background-color: #f2f2f2;
	border: 1px solid #d1d2cd;
	padding: 10px;
	font-size: 12px;
	color: #585858;
	margin-left: 10px;
	width: 200px;
}
.send-favorites {
	padding: 20px 30px 0;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.send-favorites .col {
	overflow: hidden;
}
.send-favorites .col-1, .send-favorites .col-2 {
	width: 205px;
	margin-right: 15px;
}
.send-favorites .col-3 {
	width: 290px;
	margin-right: 15px;
}
.send-favorites .col-4 {
	width: 135px;
}
.send-favorites .col-4
.send-favorites p.info {
	float: left;
}
.loader {
	background: url("loader.gif") no-repeat;
	display:block;
	width: 32px;
	height: 32px;
	margin: 64px 0 0 45px;
}
.send-favorites p.info.error {
	float: left;
	color: #d73838;
}
.send-favorites p.info.success {
	font-size: 1.47em;
	margin-bottom: 0;
}
span.success {
	background: url("icon02.png") no-repeat;
	display: inline-block;
	width: 40px;
	height: 33px;
}
.send-favorites .info-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
} 
INPUT, TEXTAREA,
.send-favorites INPUT, .send-favorites TEXTAREA {
	padding: 10px 12px;
	font-size: 15px;
	/*border: 1px solid #d3d3d3;*/
	color: #585858;
	resize: none;
	/*-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	transition: border 0.2s linear;*/
}
INPUT:hover, TEXTAREA:hover,
.send-favorites INPUT:hover, .send-favorites TEXTAREA:hover {
	/*border: 1px solid #a4a4a4;*/
}
INPUT:focus, TEXTAREA:focus,
.send-favorites INPUT:focus, .send-favorites TEXTAREA:focus {
	/*border: 1px solid #0E71B8;*/
}
INPUT.error, TEXTAREA.error,
.send-favorites INPUT.error, .send-favorites TEXTAREA.error {
	/*border: 1px solid #d73838;*/
}
.btn,
INPUT[type="submit"],
.send-favorites INPUT[type="submit"],
.send-favorites INPUT[type="button"] {
	margin-top: 64px;
	width: 100%;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	border: 1px solid #cbcbcb;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#dddddd 100%); /* W3C */
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;

}
.btn {
	padding: 10px 15px;
	margin-right: 5px;
}
.btn01 {
	display: inline-block;
	margin-top: 0;
	width: auto;
}
.btn:hover {
	border: 1px solid #a4a4a4;
}
INPUT[required="required"] {
	box-shadow: none;
}
.send-favorites #oi_favorites_send_again {
	width: auto;
	margin-top: 0;
}
.oi-form-wrap INPUT[type="submit"] {
	width: 180px;
	margin-top: 0;
	padding: 10px;
}
.oi-form-wrap INPUT, .oi-form-wrap TEXTAREA {
	background-color: #f2f2f2;
}
.oi-form-wrap TEXTAREA {
	height: 120px;
}
.oi-form-wrap p {
	margin-bottom: 13px;
}
.send-favorites TEXTAREA {
	width: 264px;
	height: 83px;
}

/* => Conferences */
/* ------------------------------------------------------------------------------*/

.home .col-2 {
	position: relative;
}
.home .col-2 H2 {
	width: 395px;
}
.home .col-2 .slider-controls {
	position: absolute;
	top: 13px;
	right: 0;
	margin-top: 2px;
}
.bx-prev {
	float: left;
	width: 18px;
	height: 15px;
	text-indent: -9999px;
	background: url('sprite05.png') no-repeat 11px 0;
	margin-right: 10px;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.bx-prev:hover {
	background: url('sprite05.png') no-repeat 9px 0;	
}
.bx-next {
	float: left;
	width: 18px;
	height: 15px;
	text-indent: -9999px;
	background: url('sprite05.png') no-repeat -18px 0;
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.bx-next:hover {
	background: url('sprite05.png') no-repeat -16px 0;	
}
.post-type-archive-conference .col-1,
.single-conference .col-1,
.conferences .col-1 {
	width: 215px;
	float: left;
	margin-right: 20px;
}
.post-type-archive-conference .featured-image,
.single-conference .featured-image,
.conferences .col-1 .featured-image {
	line-height: 0;
	margin-bottom: 10px;
}
.post-type-archive-conference .quote,
.single-conference .quote,
.conferences .col-1 .quote {
	position: relative;
	padding: 15px 20px 19px 22px;
	color: #585858;
	line-height: 1.473;
	font-size: 13px;
	font-style: italic;
	background-color: #dae6ec;
	margin-bottom: 0;
}
.post-type-archive-conference .quote:after,
.single-conference .quote:after,
.conferences .col-1 .quote:after {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 200;
	content: "";
	width: 215px;
	height: 10px;
	background: url('arrow02.png') no-repeat 169px 0;
}
.post-type-archive-conference .name,
.single-conference .name,
.conferences .col-1 .name {
	float: right;
	margin: 20px 20px 0 0;
}
.post-type-archive-conference .col-2,
.conferences .col-2 {
	width: 215px;
	float: left;
	color: #585858;
	line-height: 1.473;
	word-wrap: break-word;
}
.single-conference .article dl.wide {
	width: 100%;
}
.single-conference .article dl.wide dd {
	width: 782px;
}
.conferences .col-2 P {
	line-height: 1.473;	
	margin-bottom: 1em;
}
.conferences .col-2 H3 A {
	color: #585858;
}
.conferences .col-2 DL {
	margin-bottom: 20px;
	overflow: hidden;
}
.post-type-archive-conference  DL,
.single-conference DL {
	width: 645px;
	float: left;
	margin-bottom: 10px;
}
.post-type-archive-conference DT, .post-type-archive-conference DD,
.single-conference DT, .single-conference DD,
.conferences .col-2 DT, .conferences .col-2 DD {
	float: left;
	margin-bottom: 0.4em;
}
.post-type-archive-conference DT,
.single-conference DT,
.conferences .col-2 DT {
	width: 98px;
}
.post-type-archive-conference DD,
.single-conference DD {
	width: 540px;
	font-weight: bold;
}
.post-type-archive-conference .col-2,
.single-conference .col-2 {
	float: left;
	margin-bottom: 20px;
	width: 645px;
}
.conferences .col-2 DD {
	width: 117px;
	font-weight: bold;
}
/* => Sidebar */
/* ------------------------------------------------------------------------------*/
#sidebar .menu,
#sidebar .categories {
	width: 170px;
	padding: 30px 20px 30px 30px;
	background-color: #edf3f6;
	margin-bottom: 10px;
}
#sidebar .menu A,
#sidebar .categories A {
	display: block;
	color: #3c3c3b;
	padding: 5px 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
#sidebar .categories .sub-menu .sub-menu A {
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .categories .current-menu-item > a,
#sidebar .categories .current-menu-ancestor > a,
#sidebar .categories .current-menu-parent > a,
#sidebar .categories .current-menu-item > a {
	text-decoration: underline;
	color: #0f70b7;
	border-bottom: none;
}
#sidebar .categories .sub-menu .sub-menu .menu-item a {
	border-bottom: none;
}
#sidebar .categories .sub-menu .sub-menu .current-menu-item > a,
#sidebar .categories .sub-menu .sub-menu .current-menu-ancestor > a,
#sidebar .categories .sub-menu .sub-menu .current-menu-parent > a,
#sidebar .categories .sub-menu .sub-menu .current-menu-item > a {
	text-decoration: none;
	color: #3C3C3B;
	background-color: #c0d9ea;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .categories .sub-menu .sub-menu A {
	margin-left:15px;
}

/* => News archive*/
/* ------------------------------------------------------------------------------*/
.posts-list {
	list-style-type: none;
}
.posts-list li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.posts-list img {
	float: left;
	margin: 0 15px 15px 0;
}
.posts-list h2 {
	margin-bottom: 5px;
}
.posts-list .meta {
	font-size: 0.8em;
	margin-bottom: 5px;
}
.single #sidebar,
.tax-news_categories #sidebar {
	float: left;
	margin-right: 20px;
}
.single .article {
	padding-left: 0;
	padding-right: 0;
}
.single .article .title {
	padding: 0 30px;
	margin-bottom: 15px;
}
.single-news .article {
	padding: 30px;
}
.single-news .article .title {
	padding: 0;
}
.tax-news_categories .posts-list {
	float: left;
	width: 630px;
}
/* => Gallery */
/* ------------------------------------------------------------------------------*/
.ngg-gallery-thumbnail-box {
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
}
.ngg-galleryoverview {
	float: left;
	width: 103%;
}
/* => Footer */
/* ------------------------------------------------------------------------------*/
#news, #footer {
	clear: both;
	padding: 24px 0 21px;
	overflow: hidden;	
}
#news .list, #footer .list {
	margin-bottom: 2px;
}
#news .item P, #footer .item P {
	margin-bottom: 1em;
	line-height: 1.3;
}

#news {
	background-color: #edf3f6;
}
#news A {
	color: #585858;
}
#news A:hover {
	text-decoration: none;
}
#news P A {
	color: #0e71b8;
}
#news P A:hover {
	text-decoration: underline;
}
#news H2 A, #news H2 SPAN {
	padding-right: 20px;
	background: #edf3f6;
}
#news .more P A {
	background-color: #dde5ea;
	padding: 9px 66px 6px;
	width: auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#footer {
	background-color: #3b3b3b;
}
#footer H2 {
	color: #4099d9;
	background: url('bg03.png') repeat-x 0 80%;
	margin-bottom: 0.8em;
}
#footer H3 {
	font-size: 15px;
	color: #fff;
}
#footer .list {
	color: #fff;
}
#footer H2 A, #footer H2 SPAN {
	padding-right: 20px;
	background: #3b3b3b;
}
#footer P, #footer DL {
	font-size: 13px;
}
#footer A {
	color: #4099d9;
}
#footer DT {
	float: left;
	width: 55px;
}
#footer DT, #footer DD {
	margin-bottom: 0.6em;
}
/* => Error 404 */
/* ------------------------------------------------------------------------------*/
.error404 h1 {
	width: 100%;
	float: none;
}

/*
 * 25.08.2014
 * by Vatson Digital
 * Slide out form styles
 */

.slideOutForm {
	position: fixed;
	right:0;
	bottom:0;
	z-index: 100;
}
.slideOutForm a {
	display:block;
	width: 100px;
	text-align:center;	
	float:right;
	cursor:pointer;
	display: inline-block;
	padding: 9px 38px;
	color: #fff;
	/*-webkit-border-radius: 25px;
	border-radius: 25px;*/
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow:  0px 1px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #2b2b2b;
	text-shadow: 0px -1px 0px #3e3e3e;
    filter: dropshadow(color=#3e3e3e, offx=0, offy=-1);
	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;

	background: #0e70b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e70b7 0%, #08429a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e70b7), color-stop(100%,#08429a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e70b7 0%,#08429a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e70b7 0%,#08429a 100%); /* W3C */	
}
.slideOutForm .slideOutFormBody {
	clear:both;
	height: 560px;
	width: 350px;
	background: #fff;
	padding:15px;
	display: none;
}


.slideOutForm .slideOutFormBody input.ninja-forms-field, 
.slideOutForm .slideOutFormBody textarea.ninja-forms-field {
	border: 1px solid #e0e0e0 !important;
	background: #f2f2f2 !important;
	font: 15px 'Lato', Arial, Helvetica, sans-serif;
}
.slideOutForm .slideOutFormBody .ninja-forms-error input.ninja-forms-field, 
.slideOutForm .slideOutFormBody .ninja-forms-error input.ninja-forms-field {
	border: 1px solid #ff0000 !important;
}

.field-wrap, #ninja_forms_required_items {
	margin-bottom: 12px !important;
}

.ninja-forms-form-wrap .submit-wrap input.ninja-forms-field {
	margin-top: 0 !important; 
}

.ninja-forms-response-msg.ninja-forms-error-msg {
	color: #ff0000;
}

.ninja-forms-response-msg.ninja-forms-error-msg p {
margin-bottom:  0 !important;  }
.ninja-forms-field-error, 
.ninja-forms-required-items { display: none !important; }

.field-wrap.textarea-wrap textarea {
	height: 160px;
}

ul#menu-footer li {
        float: left;
        margin-right: 20px;
}

ul#menu-footer li a {
        color: #ccc;
        font-size: 13px;
}

.footer-line {
        background: url(bg03.png) repeat-x 0 80%;
        margin-bottom: 10px;
}
