/*
Theme Name: Trias
Description: Corporate wordpress theme 
Author: Codex Themes
Theme URI: http://www.codex-themes.com
Author URI: http://www.codex-themes.com
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
*/

@import url('fonts/icons.css');

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ELEMENTS */

body {
	background: #8b94a5;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 14px;
	font-family: Arial;
	color: #3e6880;
	overflow-x: hidden;
	line-height: 26px;
	min-width: 1000px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */
* html .clearfix {
	height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
	min-height: 1%;
}
.clear{
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
a{
	color: #00a3da;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover:after,
a:hover:before {
	text-decoration: none;
}
img {
	vertical-align: top;
	max-width: 100%;
	width: auto;
	height: auto;
}
h1, h2, h3, h4, h5, h6,
table thead th {
	font-family: "Oswald", Arial;
	font-weight: 300;
	text-transform: uppercase;
}
h1 {
	font-size: 29px;
	margin-bottom: 25px;
	color: #00a3da;
	line-height: 38px;
}
h2 {
	font-size: 25px;
	color: #00a3da;
	margin-bottom: 15px;
	line-height: 34px;
}
h3, h4, h5, h6,
table thead th {
	color: #004871;
}
h3,
table thead th {
	font-size: 23px;
	margin-bottom: 12px;
	line-height: 30px;
}
h4 {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 28px;
}
h5 {
	font-size: 19px;
	margin-bottom: 8px;
}
h6 {
	font-size: 17px;
	margin-bottom: 5px;
}
.nocomments {
	display: none;
}
input[type="submit"],
button,
a.button {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	border: 0 none;
/*	background: #00a3da url("http://www.greenworldconferences.com/wp-content/themes/trias/images/button-link-arrow.png") no-repeat 0 50%;*/
	padding: 7px 12px 7px 35px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Oswald";
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}
input[type="submit"] {
	padding: 7px 12px;
}
button:before,
a.button:before {
	position: absolute;
	left: 10px;
	font-family: 'icons';
	font-size: 20px;
	content: '\e000';
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
blockquote {
	font-style: italic;
	color: #3e6880;
	padding-left: 15px;
	border-left: 1px solid #3e6880;
}
h1.title.dotted {
	padding-bottom: 25px;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
}
.more-link{
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
/*.more-link:after{
	position: absolute;
	height: 15px;
	width: 12px;
	line-height: 15px;
	padding-left: 3px;
	right: 0;
	top: 50%;
	margin-top: -7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: 'icons';
	background: #f1f5f8;
	color: #00a3da;
	content: '\e005';
	font-size: 8px;
	text-align: center;
}*/
.icon {
	position: absolute;
	left: 0;
	width: 30px;
	padding: 6px 0;
	height: 18px;
	line-height: 18px;
	vertical-align: top;
	font-size: 18px;
	font-family: 'user-icons';
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	background: #f1f5f8;
	color: #a3b6c1;
	font-weight: normal;
}
@-moz-document url-prefix() {
	.icon {
		padding: 5px 0 7px 1px;
		width: 29px;
	}
}
.noscript + .loading {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url('images/loading.gif') no-repeat 50% 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
input[type="text"], textarea {
	background-color: #f1f5f8;
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 none;
	padding: 7px;
	color: #3e6880;
	margin: 3px;
}
.pagination {
	text-align: center;
	margin-right: -10px;
	padding-top: 20px;
}
.pagination a {
	display: inline-block;
	color: #3e6880;
	width: 20px;
	margin-right: 10px;
	height: 26px;
	padding: 2px 0;
}
.pagination .current {
	display: inline-block;
	width: 30px;
	color: #fff;
	padding: 2px 0;
	background: #00a3da;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-right: 10px;
}
.pagination a.prev,
.pagination a.next {
	position: relative;
	text-indent: 30px;
	overflow: hidden;
	width: 30px;
	vertical-align: middle;
}
.pagination a.prev:hover,
.pagination a.next:hover {
	text-decoration: none;
}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	width: 27px;
	text-align: center;
	text-indent: 0;
	top: 0;
	line-height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #00a3da;
	background-color: #f1f5f8;
}
.pagination a.prev:before {
	content: '\e006';
	padding-right: 3px;
}
.pagination a.next:before{
	content: '\e005';
	padding-left: 3px;
}
.socials-sharing {
	margin-top: 30px;
}
.socials li {
	display: inline-block;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}
.socials li a {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
}
.socials li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #ddd;
	background: rgba(0,0,0,0.2);
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-family: 'socials-icons';
	font-size: 25px;
}
.socials li.twitter a:after {
	content: '\e000';
}
.socials li.facebook a:after {
	content: '\e001';
}
.socials li.linkedin a:after {
	content: '\e002';
}
.socials li.googleplus a:after {
	content: '\e003';
}
.socials li.stumbleupon a:after {
	content: '\e004';
}
.socials li.rss a:after {
	content: '\e005';
}
@-moz-document url-prefix() {
	.socials li a:after {
		padding-left: 2px;
		width: 38px;
	}
}
.tags {
	margin: 30px 0;
}


/* LAYOUT */

#page {
	width: 100%;
	min-height: 100%;
	background-color: #f1f5f8;
	background-repeat: no-repeat;
	background-repeat: no-repeat, repeat;
	background-position: 50% 0;
	background-position: 50% 0, 50% 0;
	background-image: url('images/page-bg.png');
	background-image: url('images/page-bg.png'), none;
	box-shadow: 0 0 11px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 11px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 10;
}
#page.fullwidth {
	padding: 0;
}
#page.boxed {
	width: 1000px;
	margin: 0 auto;
}
.central-wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* HEADER */

#header {
	border-top: 5px solid #00a3da;
	z-index: 10;
	position: relative;
	padding-bottom: 15px;
}
#header h1 {
	margin: 0;
}
#header .logo {
	float: left;
	padding: 15px 0 0 20px;
}
#header .logo-position-right .logo {
	float: right;
	padding: 15px 20px 0 0;
}
#header #site-navigation {
	float: right;
	padding: 0 15px;
}
#header .logo-position-right #site-navigation {
	float: left;
}
#header #site-navigation .menu-toggle {
	display: none;
}
#header #site-navigation li {
	display: inline-block;
	padding: 20px 0 0;
	position: relative;
	z-index: 20;
}
#header #site-navigation li.current-menu-item,
#header #site-navigation li.current-menu-ancestor {
	background-color: #00a3da;
}
#header #site-navigation li a {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	color: #004871;
	font-family: "Oswald", Arial;
	font-size: 18px;
	white-space: nowrap;
}
#header #site-navigation li a:hover {
	color: #00a3da;
	text-decoration: none;
}
#header #site-navigation li.current-menu-item > a,
#header #site-navigation li.current-menu-ancestor > a {
	color: #fff;
}
#header #site-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	border-bottom: 5px solid #00a3da;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
#header #site-navigation ul ul.horizontalFlip {
	left: auto;
	right: 0;
}
#header #site-navigation li:hover > ul,
#header #site-navigation li.hover > ul {
	display: block;
}
#header #site-navigation li li {
	display: block;
	padding: 0;
	background: #fff;
}
#header #site-navigation li li + li {
	background: #fff url("images/dotted-horizontal.png") repeat-x 50% 0;
}
#header #site-navigation li li:hover {
	background-color: #c3d4de;
}
#header #site-navigation li li a {
	font-family: Arial;
	font-size: 12px;
	padding: 7px 25px;
	position: relative;
	white-space: normal;
}
#header #site-navigation li li:hover > a {
	color: #00a3da;
	font-weight: bold;
}
#header #site-navigation li li.menu-parent-item > a:before {
	position: absolute;
	right: 20px;
	font-family: 'icons';
	font-size: 15px;
	content: '\e000';
	color: #c3d4de;
}
#header #site-navigation li li.menu-parent-item:hover > a:before {
	color: #00a3da;
}
#header #site-navigation ul ul ul {
	left: 100%;
	top: 0;
}
#header #site-navigation ul ul ul.horizontalFlip {
	left: auto;
	right: 100%;
}

/* BLOCKS & CONTENT */

.content-wrap {
	background-color: #fff;
	box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.12), 0 8px 8px -8px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.12), 0 8px 8px -8px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.12), 0 8px 8px -8px rgba(0,0,0,0.12);
	position: relative;
	z-index: 8;
}

/* CONTENT */

#main {
	padding: 40px 0 0;
}
#main .central-wrapper{
	padding-bottom: 40px;
}
.panel {
	padding-right: 323px;
}
.center {
	float: left;
	padding: 0 42px 0 20px;
	background: url("images/dotted.png") repeat-y 100% 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	right: -2px;
}
.content-right .panel {
	padding-right: 0;
	padding-left: 323px;
}
.content-right .center {
	padding: 0 20px 0 42px;
	background: url("images/dotted.png") repeat-y 0 0;
	margin-right: 0;
	right: 0;
	left: -2px;
	float: right;
}
.fullwidth {
	padding: 0 20px;
	clear: both;
}

/* SIDEBAR */

.sidebar {
	float: right;
	width: 275px;
	padding: 0 15px 0 35px;
	background: url("images/dotted.png") repeat-y 0 0;
	margin-right: -325px;
}
.content-right .sidebar{
	float: left;
	width: 275px;
	padding: 0 35px 0 15px;
	background: url("images/dotted.png") repeat-y 100% 0;
	margin-left: -325px;
	margin-right: 0;
}

.sidebar .widget + .widget {
	margin-top: 40px;
}

/* FOOTER */

#footer #contacts {
	padding: 35px 0;
	background: url("images/footer-bg.png") repeat 0 0;
	box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.12);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.12);
}
#footer .socials-icons .text {
	padding-bottom: 15px;
}
#footer .socials-icons li a {
	width: 48px;
	height: 48px;
}
#footer .socials-icons li a:after {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	font-size: 26px;
}
@-moz-document url-prefix() {
	#footer .socials-icons li a:after {
		padding-left: 2px;
		width: 46px;
	}
}
#bottom-line {
	background: #00a3da;
	color: #f1f5f8;
	font-size: 90%;
}
#bottom-line .footer-nav {
	padding: 20px;
}
#bottom-line .footer-nav li {
	display: inline-block;
	margin-right: 30px;
}
#bottom-line .footer-nav li a {
	display: block;
	color: #f1f5f8;
	padding-left: 15px;
}
#bottom-line .footer-nav li:before {
	font-family: 'icons';
	content: '\e000';
	float: left;
	color: #f1f5f8;
}
#bottom-line .site-info {
	float: right;
	padding: 20px;
}

/* BLOCKS */

.block {
	z-index: 9;
}

/* Slideshow */
.slideshow {
	position: relative;
	padding: 0 0 15px;
}
.slideshow .shadow {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 61px;
	background: url("images/slideshow-shadow.png") no-repeat 50% 0;
	bottom: -15px;
}
.slideshow .nivo-controlNav {
	padding: 0 0 16px;
	height: 17px;
	margin-top: -33px;
	position: relative;
	z-index: 20;
}
.slideshow .nivo-controlNav a {
	display: inline-block;
	background: url('images/slideshow-buttons.png') no-repeat 0 0;
	height: 17px;
	width: 17px;
	margin: 0 4px 0 0 !important;
	text-indent: -100px;
	overflow: hidden;
}
.slideshow .nivo-controlNav a.active {
	background-position: -17px 0;
}
.slideshow .nivo-controlNav a.active {
	background-position: -17px 0;
}
.slideshow .nivo-caption {
	padding: 0;
	overflow: visible;
	opacity: 1;
}
.slideshow .caption-left,
.slideshow .caption-right {
	position: absolute;
	bottom: 25px;
	max-width: 40%;
}
.slideshow .caption-left {
	left: 20px;
}
.slideshow .caption-right {
	right: 20px;
}
.slideshow .caption-left .title,
.slideshow .caption-left .description {
	float: left;
	text-align: left;
}
.slideshow .caption-right .title,
.slideshow .caption-right .description {
	float: right;
	text-align: right;
}
.slideshow .nivo-caption .title {
	font-family: "Oswald";
	font-size: 31px;
	line-height: 35px;
	color: #f1f5f8;
	background-color: #000;
	background-color: rgba(0, 18, 28, 0.77);
	padding: 10px 15px;
}
.slideshow .nivo-caption .description {
	font-size: 12px;
	color: #0b1217;
	line-height: 16px;
	background-color: #fff;
	background-color: rgba(241, 245, 248, 0.77);
	padding: 0 10px;
}
.slideshow .nivo-directionNav a {
	position: absolute;
	width: 50px;
	height: 100%;
	text-indent: -200px;
	overflow: hidden;
	top: 0;
	background-image: none;
	background-repeat: no-repeat;
}
.slideshow .nivo-directionNav a.nivo-nextNav {
	background-image: url("images/slideshow-next.png");
	background-position: 100% 50%;
}
.slideshow .nivo-directionNav a.nivo-prevNav {
	background-image: url("images/slideshow-prev.png");
	background-position: 0 50%;
}


/* QUICKFINDER */

.quickfinder {
	padding: 40px 0;
}
.quickfinder ul {
	text-align: justify;
	margin-bottom: -40px;
	font-size: 1px;
	line-height: 0;
}
.quickfinder ul:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.quickfinder ul li {
	display: inline-block;
	text-align: center;
	width: 195px;
	vertical-align: top;
	margin-bottom: 40px;
}
.block.quickfinder ul li {
	width: 200px;
	padding: 0 10px;
}
.quickfinder ul li a {
	text-decoration: none;
}
.quickfinder ul li a span {
	display: block;
}
.quickfinder ul li .image {
	padding-bottom: 25px;
}
.quickfinder ul li .title {
	font-family: "Oswald";
	font-size: 19px;
	color: #01466f;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.quickfinder ul li .description {
	color: #01466f;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
.quickfinder.block {
	background-position: 50% 0;
	background-repeat: repeat;
	padding-bottom: 0;
}
.quickfinder.block .central-wrapper {
	padding-bottom: 40px;
}

/* PORTFOLIO */

.block.portfolio {
	padding: 25px 0 0;
	background-position: 50% 0;
	background-repeat: repeat;
}
.block.portfolio .central-wrapper {
	padding-bottom: 35px;
}
.block.portfolio h2 {
	margin-bottom: 20px;
}
.block.portfolio .carousel {
	position: relative;
}
.block.portfolio ul.thumbs {
	margin-right: -5px;
	margin-left: -5px;
	text-align: center;
}
.block.portfolio ul.thumbs li {
	display: inline-block;
	padding: 0;
	width: 293px;
	background: #fff;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: top;
}
.block.portfolio ul.thumbs li a {
	text-decoration: none;
	color: #3e6880;
	padding-bottom: 0;
	display: block;
	position: relative;
}
.block.portfolio ul.thumbs li a span {
	display: block;
}
.block.portfolio ul.thumbs li .image {
	position: relative;
}
.block.portfolio ul.thumbs li .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.block.portfolio ul.thumbs li.inner-link .overlay,
.block.portfolio ul.thumbs li.self-link .overlay {
	background-image: url("images/inner-link-icon.png");
}
.block.portfolio ul.thumbs li.outer-link .overlay {
	background-image: url("images/outer-link-icon.png");
}
.block.portfolio ul.thumbs li.full-image .overlay {
	background-image: url("images/full-image-icon.png");
}
.block.portfolio ul.thumbs li.youtube .overlay,
.block.portfolio ul.thumbs li.vimeo .overlay,
.block.portfolio ul.thumbs li.self_video .overlay {
	background-image: url("images/video-icon.png");
}
.block.portfolio ul.thumbs li .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	padding-bottom: 10px;
}
.block.portfolio ul.thumbs li .title {
	font-family: "Oswald", Arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 10px 0;
}
.block.portfolio ul.thumbs li .description {
	font-size: 12px;
	padding: 0 10px;
}
.block.portfolio .prev,
.block.portfolio .next {
	position: absolute;
	top: 0;
	width: 36px;
	height: 100%;
	overflow: hidden;
	text-indent: 50px;
}
.block.portfolio .prev:hover,
.block.portfolio .next:hover {
	text-decoration: none;
}
.block.portfolio .prev:before,
.block.portfolio .next:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	text-align: left;
	text-indent: 0;
	top: 50%;
	font-size: 16px;
	line-height: 36px;
	margin-top: -18px;
	width: 32px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18x;
	text-align: center;
	background-color: #fff;
	color: #00a3da;
}
.block.portfolio .prev {
	left: -16px;
}
.block.portfolio .prev:before {
	content: '\e006';
	padding-right: 4px;
}
.block.portfolio .next {
	right: -16px;
}
.block.portfolio .next:before {
	content: '\e005';
	padding-left: 4px;
}

/* News */
.block.news {
	padding: 40px 0 0;
}
.block.news .central-wrapper {
	padding-bottom: 50px;
}
.news_list .news_item + .news_item {
	padding-top: 20px;
}
.news_list .news_item .date {
	float: left;
	width: 48px;
/*	font-weight: bold;*/
	text-transform: uppercase;
	text-align: center;
}
.news_list .news_item .date .day {
	display: block;
	margin: 0 auto;
	font-size: 24px;
	line-height: 48px;
	background: #00a3da;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
}
.news_list .news_item .date .month {
	font-size: 80%;
	color: #00a3da;
}
.news_list .news_item .news-content {
	margin-left: 60px;
}
.news_list .news_item .news-content .title a {
	text-decoration: underline;
}
.news_list .news_item .news-content .title a:hover {
	text-decoration: none;
}
.news_list .news-content .text {
	font-size: 85%;
}

/* Content */
.block.content {
	padding: 40px 0 0;
}

.block.content .central-wrapper{
	padding-bottom: 40px;
}

/* Testimonials */
.testimonial_item {
	padding-bottom: 20px;
}
.testimonial_item table {
	width: 100%;
	margin-bottom: 15px;
}
.testimonial_item td {
	vertical-align: middle;
	padding-right: 25px;
}
.testimonials .button{
	margin-top: 0;
}

/* PORTFOLIO */

.portfolio {
	padding: 20px 0;
}
.portfolio .galleriffic,
.portfolio .rubrics {
	position: relative;
	overflow: hidden;
}
.portfolio .galleriffic ul.thumbs,
.portfolio .rubrics ul.thumbs {
	text-align: justify;
	margin-bottom: -30px;
	font-size: 1px;
	line-height: 0;
}
.portfolio .galleriffic ul.thumbs:after,
.portfolio .rubrics ul.thumbs:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0px;
	overflow: hidden;
}
.portfolio .galleriffic ul.thumbs li,
.portfolio .rubrics ul.thumbs li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	margin-bottom: 30px;
}
.portfolio.small ul li {
	width: 222px;
}
.portfolio.medium ul li {
	width: 302px;
}
.center .portfolio.medium ul li {
	width: 292px;
}
.portfolio.big ul li {
	width: 464px;
}
.portfolio ul.thumbs li a {
	text-decoration: none;
	color: #3e6880;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}
.portfolio ul.thumbs li a span {
	display: block;
}
.portfolio ul.thumbs li .image {
	position: relative;
}
.portfolio ul.thumbs li .image .overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.portfolio ul.thumbs li.inner-link .image .overlay,
.portfolio ul.thumbs li.self-link .image .overlay {
	background-image: url("images/inner-link-icon.png");
}
.portfolio ul.thumbs li.outer-link .image .overlay {
	background-image: url("images/outer-link-icon.png");
}
.portfolio ul.thumbs li.full-image .image .overlay {
	background-image: url("images/full-image-icon.png");
}
.portfolio ul.thumbs li.vimeo .image .overlay,
.portfolio ul.thumbs li.youtube .image .overlay,
.portfolio ul.thumbs li.self_video .image .overlay {
	background-image: url("images/video-icon.png");
}
.portfolio ul.thumbs li .title {
	font-family: "Oswald", Arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 10px;
}
.portfolio ul.thumbs li .description {
	font-size: 12px;
}
.portfolio .bottom.pagination {
	text-align: center;
	margin-right: -10px;
	padding-top: 20px;
}
.portfolio .bottom.pagination a {
	display: inline-block;
	color: #3e6880;
	width: 20px;
	margin-right: 10px;
	height: 26px;
	padding: 2px 0;
}
.portfolio .bottom.pagination .current {
	display: inline-block;
	width: 30px;
	color: #fff;
	padding: 2px 0;
	background: #00a3da;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-right: 10px;
}
.portfolio .bottom.pagination a[title="Prev"],
.portfolio .bottom.pagination a[title="Next"] {
	position: relative;
	text-indent: 30px;
	overflow: hidden;
	width: 30px;
	vertical-align: middle;
}
.portfolio .bottom.pagination a[title="Prev"]:hover,
.portfolio .bottom.pagination a[title="Next"]:hover {
	text-decoration: none;
}
.portfolio .bottom.pagination a[title="Prev"]:before,
.portfolio .bottom.pagination a[title="Next"]:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	width: 27px;
	text-align: center;
	text-indent: 0;
	top: 0;
	line-height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #00a3da;
	background-color: #f1f5f8;
}
.portfolio .bottom.pagination a[title="Prev"]:before {
	content: '\e006';
	padding-right: 3px;
}
.portfolio .bottom.pagination a[title="Next"]:before{
	content: '\e005';
	padding-left: 3px;
}
.portfolio ul.filter {
	padding-bottom: 30px;
}
.portfolio ul.filter li {
	display: inline-block;
	width: auto;
	padding-right: 15px;
	line-height: 30px;
	min-height: 30px;
}
.center .portfolio.medium ul.filter li {
	width: auto;
}
.portfolio ul.filter li + li {
	padding-left: 17px;
	background: url("images/dotted.png") repeat-y 0 0;
}
.portfolio ul.filter li a {
	color: #3e6880;
	display: block;
}
.portfolio ul.filter li.iconed a {
	padding-left: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 30px;
	min-height: 30px;
	position: relative;
}
.portfolio ul.filter li a:hover {
	color: #00a3da;
}
.portfolio ul.filter li.active a {
	color: #00a3da;
	text-decoration: underline;
}
.portfolio ul.filter li.active .icon {
	background-color: #00a3da;
	color: #ffffff;
}
.portfolio ul.thumbs-temp {
	display: none;
}
.portfolio.list ul.thumbs li {
	display: block;
	text-align: left;
	margin-bottom: 35px;
	background: transparent;
}
.portfolio.list ul.thumbs li .image {
	float: left;
}
.portfolio.list ul.thumbs li .title,
.portfolio.list ul.thumbs li .description,
.portfolio.list ul.thumbs li .link {
	display: block;
	text-align: left;
	margin-left: 320px;
}
.portfolio.list ul.thumbs li .title {
	font-size: 21px;
	padding-top: 0;
}
.portfolio.list ul.thumbs li .description {
	margin-top: 15px;
}
.portfolio.list ul.thumbs li .link a {
	display: inline-block;
	color: #fff;
	padding-bottom: 7px;
	margin-top: 15px;
}

/* GALLERY */

.gallery {
	position: relative;
	margin: 0 auto;
}
.top-el {
	padding-bottom: 40px;
}
.bottom-el {
	padding-top: 40px;
}
.gallery.full {
	margin: 0 -20px;
}
.gallery li {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.gallery ul.thumbs {
	text-align: center;
	margin-right: -6px;
}
.gallery.full ul.thumbs {
	margin-right: -15px;
}
.gallery ul.thumbs li {
	padding: 6px 0 0;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 15px;
}
.gallery ul.thumbs li img {
	opacity: 0.5;
}
.gallery.full ul.thumbs li {
	margin-right: 5px;
	margin-left: 5px;
}
.gallery ul.thumbs li:hover img,
.gallery ul.thumbs li.selected img {
	opacity: 1;
}
.gallery ul.thumbs li a {
	display: block;
	position: relative;
	margin-top: 5px;
}
.gallery ul.thumbs li.selected a {
	margin: 0;
	border-top: 5px solid #00a3da;
}
.gallery ul.thumbs li.selected a:before {
	content: ' ';
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-width: 15px;
	border-color: transparent transparent #00a3da transparent;
	border-style: solid;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -15px;
}
.gallery .navigation .prev,
.gallery .navigation .next {
	position: absolute;
	bottom: 0;
	width: 30px;
/*	height: 100%;*/
	overflow: hidden;
	text-indent: 30px;
	top: 15px;
}
.gallery .navigation .prev:hover,
.gallery .navigation .next:hover {
	text-decoration: none;
}
.gallery .navigation .prev.disable,
.gallery .navigation .next.disable {display: none;}
.gallery .container .navigation .prev,
.gallery .container .navigation .next {
	top: 0;
}
.gallery .navigation .prev {
	left: 0;
}
.gallery .navigation .next {
	right: 0;
}
.gallery .navigation .prev:before,
.gallery .navigation .next:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	width: 27px;
	text-align: center;
	text-indent: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #00a3da;
	background-color: #f1f5f8;
}
.gallery .navigation .prev:before {
	content: '\e006';
	padding-right: 3px;
}
.gallery .navigation .next:before{
	content: '\e005';
	padding-left: 3px;
}
.gallery ul.preview li {
	text-align: center;
}
.gallery .container {
	margin-bottom: 10px;
	border: 1px solid #f6f6f6;
}
.gallery .container .navigation .prev,
.gallery .container .navigation .next {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.gallery .slide-info {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	background-color: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
.slideinfo .fancybox-title {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	width: 100%;
	line-height: 26px;
}
.gallery .slide-info .slide-caption,
.slideinfo .fancybox-title .slide-caption {
	font-family: "Oswald";
	font-size: 21px;
	text-transform: uppercase;
	color: #004871;
}
.gallery .slide-info .slide-description,
.slideinfo .fancybox-title .slide-description {
	font-size: 13px;
	color: #3e6880;
}
.gallery .preview li {position: relative;}
.gallery .preview li a {display: block;}
.gallery .preview li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("images/full-image-icon.png");
}
.gallery.full .preview .slide-info, .gallery.small .preview .slide-info  {text-align: center;}
.gallery.shortcode {margin-bottom: 20px;}
.gallery.small.shortcode {width: 613px;}
.gallery.small.shortcode.right {margin-right: 25px; float: left;}
.gallery.small.shortcode.left {margin-left: 25px; float: right;}

.gallery-three-columns {}
.gallery-three-columns ul {
	margin-right: -32px;
	margin-bottom: -30px;
	text-align: center;
	font-size: 0;
}
.gallery-three-columns ul li {
	display: inline-block;
	text-align: center;
	margin-right: 32px;
	vertical-align: top;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.gallery-three-columns ul li a {display: block;position: relative;}
.gallery-three-columns ul li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("images/full-image-icon.png");
}

.gallery-for-columns {}
.gallery-for-columns ul {
	margin-right: -20px;
	margin-bottom: -30px;
	text-align: center;
	font-size: 0;
}
.gallery-for-columns ul li {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	vertical-align: top;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.gallery-for-columns ul li a {display: block;position: relative;}
.gallery-for-columns ul li a span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("images/full-image-icon.png");
}
/* PROJECT INFO WIDGET */

.widget.project_info .widget-title{
	margin-bottom: 22px;z
}
.project_info-item {
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	padding-bottom: 15px;
}
.project_info-item + .project_info-item {
	padding-top: 15px;
}
.project_info-item.iconed .title,
.project_info-item.iconed .value {
	padding-left: 37px;
}
.project_info-item .title {
	position: relative;
	font-weight: bold;
	color: #00466e;
	min-height: 30px;
	line-height: 30px;
}

/* SHORTCODES */

.divider {
	padding: 20px 0;
	background: url('images/dotted-horizontal.png') repeat-x 50% 50%;
	clear: both;
}
.one_half {
	float: left;
	width: 47%;
}
.one_half.last {
	position: relative;
	left: 5%;
}
.one_third {
	width: 31%;
	float: left;
	margin-right: 3%;
}
.one_third.last {
	margin-right: 0;
	float:right;
	width:32%;
}
.text_box {
	padding-bottom: 1px;
	background: url('images/dotted-horizontal.png') repeat-x 50% 100%;
	clear: both;
}
.text_box .title,
.text_box .text {
	padding: 10px 30px;
}
.text_box .title {
	background-color: #f1f5f8;
	margin-bottom: 0;
}
.text_box .text {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
}
.wrap-box {
	position: relative;
	width: 100%;
}
.wrap-box-content {
	position: relative;
	max-width: 100%;
}
.wrap-box.left {
	float: left;
	margin: 0 25px 25px 0;
}
.wrap-box.right {
	float: right;
	margin: 0 0 25px 25px;
}
.wrap-box.middle {
	display: inline-block;
}
.wrap-box.border {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.wrap-box .wrap-box-element{
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 100%;
}
.wrap-box.border-shadow .wrap-box-element {
	border: 2px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wrap-box.border .wrap-box-element .wrap-box-element,
.wrap-box.border-shadow .wrap-box-element .wrap-box-element {
	border: 0 none;
}
.wrap-box .shadow-left,
.wrap-box .shadow-right {
	position: absolute;
	bottom: -18px;
	width: 175px;
	max-width: 100%;
	height: 37px;
	background-repeat: no-repeat;
}
.wrap-box .shadow-left {
	background-position: 0 0;
	background-image: url("images/wrap-box-shadow-left.png");
	left: -18px;
}
.wrap-box .shadow-right {
	background-position: 100% 0;
	background-image: url("images/wrap-box-shadow-right.png");
	right: -18px;
}
.tabs, .accordion {
	clear: both;
	margin: 20px 0;
	background: url('images/dotted-horizontal.png') repeat-x 50% 100%;
}
.accordion h4 {
	padding: 0 40px 15px;
	margin: 0;
	line-height: 30px;
	min-height: 30px;
	position: relative;
}
.accordion h4:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	font-size: 28px;
	content: '\f111';
	color: #00a3da;
}
.accordion h4:after {
	position: absolute;
	left: 1px;
	top: 1px;
	font-family: 'icons';
	font-size: 25px;
	content: '\e003';
	color: #fff;
}
.ui-accordion .ui-accordion-header {
	min-height: 30px;
}
.accordion h4.ui-accordion-header-active:after {
	content: '\e004';
}
.accordion > div {
	padding: 0 0 20px 0;
}
.tabs > ul {
	border-bottom: 3px solid #00a3da;
}
.tabs > ul li {
	background-color: #f1f5f8;
}
.tabs > ul li.ui-tabs-active {
	background-color: #00a3da;
}
.tabs > ul li + li{
	margin-left: 3px;
}
.tabs > ul li a {
	color: #004871;
}
.tabs > ul li.ui-tabs-active a {
	color: #fff;
}
.tabs > .tab_wrapper {
	padding: 15px 0;
}
.dropcap{
	display: block;
	float: left;
	margin: 5px 8px 0 0;
	font-size: 24px;
	line-height: 42px;
	background: #00a3da;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
}
.list ul {
	list-style: none;
	line-height: 2.2em;
	padding-left: 1.2em;
}
.list ul li{
	position: relative;
}
.list ul li:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
}
.list.disc ul li:before {
	content: '\f111';
	font-size: 60%;
	left: -2em;
}
.list.triangle ul li:before {
	content: '\e005';
	font-size: 70%;
	left: -1.714em;
}
.list.arrow ul li:before {
	content: '\e000';
	font-size: 100%;
	left: -1.2em;
}
.list.play ul li:before {
	content: '\e007';
	font-size: 85%;
	left: -1.4em;
}
.table tr {
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
}
.table thead tr {
	background-color: #f1f5f8;
}
.table tr:nth-child(even) {
	background-color: #f7fafb;
}
.table th,
.table td {
	padding: 15px 25px;
}
.table th {
	color: #004871;
}
.iconed-title {
	padding-left: 40px;
	margin-left: -5px;
	min-height: 30px;
	position: relative;
}
.iconed-text {
	padding-left: 40px;
	margin-left: -5px;
	min-height: 30px;
	position: relative;
}
.alert-box {
	padding-bottom: 1px;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	margin: 20px 0;
}
.alert-box > div {
	padding: 25px 35px;
	background: #f6fafb url("images/dotted-horizontal.png") repeat-x 50% 0;
}
.alert-box .alert-button {
	float: right;
	margin: 20px 0 20px 40px;
}
.alert-box .button {
	margin-top: 0;
}

/* WIDGETS */
h3.widget-title {
	color: #00a3da;
	font-size: 23px;
}

/* Picturebox */
.widget.picturebox img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.widget.picturebox .image {
	position: relative;
	margin-bottom: 15px;
}
.widget.picturebox .image:before,
.widget.picturebox .image:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 10px;
	bottom: 5px;
	background: transparent;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
	z-index: 1;
}
.widget.picturebox .image:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}
/* Categories */
.widget.widget_categories .widget-title,
.widget.widget_categories ul {
	padding: 10px 20px;
}
.widget.widget_categories .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
}
.widget.widget_categories ul {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	list-style: none;
	line-height: 36px;
}
.widget.widget_categories ul li{
	padding-left: 20px;
	position: relative;
}
.widget.widget_categories ul li:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
	content: '\f111';
	font-size: 8px;
	left: 0;
}
.widget.widget_categories ul li a {
	color: #004871;
}
.widget.widget_categories ul li a:hover {
	color: #00a3da;
	text-decoration: underline;
}
/* Meta */
.widget.widget_meta .widget-title,
.widget.widget_meta ul {
	padding: 10px 20px;
}
.widget.widget_meta .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
}
.widget.widget_meta ul {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	list-style: none;
	line-height: 36px;
}
.widget.widget_meta ul li{
	padding-left: 20px;
	position: relative;
}
.widget.widget_meta ul li:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
	content: '\f111';
	font-size: 8px;
	left: 0;
}
.widget.widget_meta ul li a {
	color: #004871;
}
.widget.widget_meta ul li a:hover {
	color: #00a3da;
	text-decoration: underline;
}
/* Recent posts */
.widget.widget_recent_entries .widget-title,
.widget.widget_recent_entries ul {
	padding: 10px 20px;
}
.widget.widget_recent_entries .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
}
.widget.widget_recent_entries ul {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	list-style: none;
	line-height: 36px;
}
.widget.widget_recent_entries ul li{
	padding-left: 20px;
	position: relative;
}
.widget.widget_recent_entries ul li:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
	content: '\f111';
	font-size: 8px;
	left: 0;
}
.widget.widget_recent_entries ul li a {
	color: #004871;
}
.widget.widget_recent_entries ul li a:hover {
	color: #00a3da;
	text-decoration: underline;
}
/* Popular Posts */
.widget.Custom_Popular_Posts .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
	padding: 10px 20px;
}
.widget.Custom_Popular_Posts ul {
	list-style: none;
}
.widget.Custom_Popular_Posts ul li {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	padding: 20px 10px;
}
.widget.Custom_Popular_Posts img {
	position: relative;
	z-index: 2;
}
.widget.Custom_Popular_Posts ul li .image {
	float: left;
	margin-right: 12px;
}
.widget.Custom_Popular_Posts .image {
	float: left;
	margin-right: 12px;
	position: relative;
	margin-bottom: 12px;
}
.widget.Custom_Popular_Posts .image:before,
.widget.Custom_Popular_Posts .image:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 5px;
	bottom: 5px;
	background: transparent;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.9);
	z-index: 1;
}
.widget.Custom_Popular_Posts .image:after {
	left: auto;
	right: 5px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}
.widget.Custom_Popular_Posts ul li a {
	color: #00a3da;
}
.widget.Custom_Popular_Posts ul li a:hover {
	text-decoration: underline;
}
/* Recent Posts */
.widget.Custom_Recent_Posts .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
	padding: 10px 20px;
}
.widget.Custom_Recent_Posts ul {
	list-style: none;
}
.widget.Custom_Recent_Posts ul li {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	padding: 20px 10px;
}
.widget.Custom_Recent_Posts img {
	position: relative;
	z-index: 2;
}
.widget.Custom_Recent_Posts ul li .image {
	float: left;
	margin-right: 12px;
}
.widget.Custom_Recent_Posts .image {
	float: left;
	margin-right: 12px;
	position: relative;
	margin-bottom: 12px;
}
.widget.Custom_Recent_Posts .image:before,
.widget.Custom_Recent_Posts .image:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 5px;
	bottom: 5px;
	background: transparent;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.9);
	z-index: 1;
}
.widget.Custom_Recent_Posts .image:after {
	left: auto;
	right: 5px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}
.widget.Custom_Recent_Posts ul li a {
	color: #00a3da;
}
/* Recent comments */
.widget.widget_recent_comments ul {
	list-style: none;
}
.widget.widget_recent_comments ul li {
	background-color: #f6fafb;
	padding: 5px 10px;
}
.widget.widget_recent_comments ul li + li {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
}
.widget.widget_recent_comments ul li a {
	color: #00a3da;
}

/* Custom Flickr */
.widget.Custom_Flickr .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
	padding: 10px 20px;
}
.widget.Custom_Flickr .flickr {
	list-style: none;
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	padding: 20px 0;
}
.widget.Custom_Flickr .flickr-item {
	float: left;
	margin-right: 5px;
	width: 82px;
}
.widget.Custom_Flickr .flickr-item.position-0 {
	margin-left: 10px;
}
.widget.Custom_Flickr img {
	position: relative;
	z-index: 2;
	width: 82px;
}
.widget.Custom_Flickr .flickr-item {
	position: relative;
}
.widget.Custom_Flickr .flickr-item:before,
.widget.Custom_Flickr .flickr-item:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 5px;
	bottom: 5px;
	background: transparent;
	-webkit-transform: skew(-3deg) rotate(-3deg);
	-moz-transform: skew(-3deg) rotate(-3deg);
	-ms-transform: skew(-3deg) rotate(-3deg);
	-o-transform: skew(-3deg) rotate(-3deg);
	transform: skew(-3deg) rotate(-3deg);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
	z-index: 1;
}
.widget.Custom_Flickr .flickr-item:after {
	left: auto;
	right: 5px;
	-webkit-transform: skew(3deg) rotate(3deg);
	-moz-transform: skew(3deg) rotate(3deg);
	-ms-transform: skew(3deg) rotate(3deg);
	-o-transform: skew(3deg) rotate(3deg);
	transform: skew(3deg) rotate(3deg);
}
/* Tags */
.widget_tag_cloud .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
	padding: 10px 20px;
}
.widget_tag_cloud .tagcloud {
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	padding: 20px;
}
.widget_tag_cloud a {
	color: #004871;
}
.widget_tag_cloud a:hover {
	text-decoration: underline;
	color: #00a3da;
}
/* Submenu */
.widget.widget_submenu li {
	background: #f7fafb;
}
.widget.widget_submenu li + li {
	background: #f7fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
}
.widget.widget_submenu li li + li {
	background-color: transparent;
}
.widget.widget_submenu li.current-menu-item,
.widget.widget_submenu li.current-menu-ancestor {
	background-color: #f1f5f8;
	font-weight: bold;
}
.widget.widget_submenu li a {
	display: block;
	color: #004871;
	padding: 15px 20px 15px 40px;
	text-transform: uppercase;
	position: relative;
}
.widget.widget_submenu li a:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	font-size: 12px;
	content: '\f111';
	color: #00a3da;
	left: 20px;
}
.widget.widget_submenu li a:after {
	position: absolute;
	left: 20px;
	font-family: 'icons';
	font-size: 12px;
	content: '\e003';
	color: #fff;
}
.widget.widget_submenu li a:hover {
	color: #00a3da;
}
.widget.widget_submenu li.current-menu-item a,
.widget.widget_submenu li.current-menu-ancestor a {
	color: #00a3da;
}
.widget.widget_submenu li.current-menu-item a:after,
.widget.widget_submenu li.current-menu-ancestor a:after {
	content: '\e004';
}
.widget.widget_submenu li ul {
	display: none;
}
.widget.widget_submenu li.current-menu-item ul,
.widget.widget_submenu li.current-menu-ancestor ul {
	display: block;
	padding: 0 35px 10px;
	margin-top: -5px;
}
.widget.widget_submenu li li {
	padding-left: 20px;
	background: none;
}
.widget.widget_submenu li li a {
	padding: 0;
	line-height: 36px;
	text-transform: none;
}
.widget.widget_submenu li li a:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
	content: '\f111';
	font-size: 8px;
	left: -20px;
}
.widget.widget_submenu li li a:after {
	display: none;
}
.widget.widget_submenu li li a:hover {
	text-decoration: underline;
}
.widget.widget_submenu li.current-menu-item li a,
.widget.widget_submenu li.current-menu-ancestor li a {
	color: #004871;
	background-image: none;
	font-weight: normal;
}
.widget.widget_submenu li li.current-menu-item a,
.widget.widget_submenu li li.current-menu-ancestor a {
	color: #00a3da;
	font-weight: bold;
}
/* Custom Menu */
.widget.widget_nav_menu li {
	background: #f7fafb;
}
.widget.widget_nav_menu li + li {
	background: #f7fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
}
.widget.widget_nav_menu li li + li {
	background-color: transparent;
}
.widget.widget_nav_menu li.current-menu-item,
.widget.widget_nav_menu li.current-menu-ancestor {
	background-color: #f1f5f8;
	font-weight: bold;
}
.widget.widget_nav_menu li a {
	display: block;
	color: #004871;
	padding: 15px 20px 15px 40px;
	text-transform: uppercase;
	position: relative;
}
.widget.widget_nav_menu li a:before {
	position: absolute;
	left: 0;
	font-family: 'icons';
	font-size: 12px;
	content: '\f111';
	color: #00a3da;
	left: 20px;
}
.widget.widget_nav_menu li a:after {
	position: absolute;
	left: 20px;
	font-family: 'icons';
	font-size: 12px;
	content: '\e003';
	color: #fff;
}
.widget.widget_nav_menu li a:hover {
	color: #00a3da;
}
.widget.widget_nav_menu li.current-menu-item a,
.widget.widget_nav_menu li.current-menu-ancestor a {
	color: #00a3da;
}
.widget.widget_nav_menu li.current-menu-item a:after,
.widget.widget_nav_menu li.current-menu-ancestor a:after {
	content: '\e004';
}
.widget.widget_nav_menu li ul {
	display: none;
}
.widget.widget_nav_menu li.current-menu-item ul,
.widget.widget_nav_menu li.current-menu-ancestor ul {
	display: block;
	padding: 0 35px 10px;
	margin-top: -5px;
}
.widget.widget_nav_menu li li {
	padding-left: 20px;
	position: relative;
	background: none;
}
.widget.widget_nav_menu li li a {
	padding: 0;
	line-height: 36px;
	text-transform: none;
}
.widget.widget_nav_menu li li a:before {
	position: absolute;
	font-family: 'icons';
	color: #00a3da;
	content: '\f111';
	font-size: 8px;
	left: -20px;
}
.widget.widget_nav_menu li li a:after {
	display: none;
}
.widget.widget_nav_menu li li a:hover {
	text-decoration: underline;
}
.widget.widget_nav_menu li.current-menu-item li a,
.widget.widget_nav_menu li.current-menu-ancestor li a {
	color: #004871;
	background-image: none;
	font-weight: normal;
}
.widget.widget_nav_menu li li.current-menu-item a,
.widget.widget_nav_menu li li.current-menu-ancestor a {
	color: #00a3da;
	font-weight: bold;
}
/* contacts */
.widget.contact_info .widget-title{
	margin-bottom: 22px;
}
.contact_info-item {
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	padding-bottom: 15px;
}
.contact_info-item + .contacts-info-item {
	padding-top: 15px;
}
.contact_info-item.iconed .title,
.contact_info-item.iconed .value {
	padding-left: 37px;
}
.contact_info-item .title {
	position: relative;
	font-weight: bold;
	color: #00466e;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 30px;
	line-height: 30px;
}
/* Custom Twitter */
.widget.Custom_Twitter ul.twitter {
	list-style: none;
}
.widget.Custom_Twitter ul.twitter li {
	padding: 10px 15px;
	background-color: #f1f5f8;
	margin-bottom: 10px;
	line-height: normal;
}
.widget.Custom_Twitter .twitter_arrow {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-width: 8px 11px;
	border-style: solid;
	border-color: #f1f5f8 transparent transparent #f1f5f8;
	margin: -10px 0 0 30px;
}
.widget.Custom_Twitter .twitter_username {
	padding-left: 30px;
	background: url('http://www.greenworldconferences.com/wp-content/themes/trias/images/twitter-bird-icon.png') no-repeat 5px 5px;
}
/* Search */
.widget.widget_search .widget-title {
	background-color: #f1f5f8;
	margin-bottom: 0;
	padding: 10px 20px;
}
.widget.widget_search form {
	list-style: none;
	background: #f6fafb url('images/dotted-horizontal.png') repeat-x 50% 0;
	padding: 20px;
}
.widget.widget_search form input[type="text"] {
	width: 100%;
}
.widget.widget_search form input[type="submit"] {
	margin-top: 20px;
}
.widget.widget_search label {
	font-weight: bold;
}

/* Team */
.widget_team .widget-title {
	background: #f1f5f8 url('images/dotted-horizontal.png') 50% 100% repeat-x;
	padding: 10px 20px;
	margin-bottom: 0;
}
.team-item {
	background: #f6fafb url('images/dotted-horizontal.png') 50% 100% repeat-x;
	padding: 22px 0 11px 0;
}
.team-item table {
	width: 100%;
	margin-bottom: 0;
}
.team-item td {
	vertical-align: middle;
}
.team-item td.image {
	width: 150px;
}
.team-item td.image img {
	margin-left: 22px;
}
.team-item .team-data {
	position: relative;
	padding-left: 37px;
	margin-bottom: 9px;
}
.team-item .team-data .text {
	display: inline-block;
	padding-top: 2px;
}
.team-item .team-data-list {
	padding: 25px 0 0 22px;
}

/* BLOG */

.blog_list li {
	padding-left: 80px;
	margin-bottom: 20px;
}
.blog_list li .comment-info {
	float: left;
	width: 60px;
	padding: 0 5px;
	margin-left: -80px;
	text-transform: uppercase;
/*	font-weight: bold;*/
	text-align: center;
}
.blog_list li .date-day {
	display: block;
	margin: 0 auto;
	font-size: 24px;
	line-height: 48px;
	background: #00a3da;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
}
.blog_list li .date-month {
	font-size: 80%;
	color: #00a3da;
}
.blog_list li .comment-count {
	text-transform: none;
	font-size: 65%;
	margin-top: -5px;
}
.blog_list li .post-info {
	float: left;
	width: 550px;
}
.blog_list li .post-info {
	float: left;
	width: 100%;
}
.blog_list li h1 {
	line-height: 40px;
}
.post-image {
	margin-bottom: 20px;
	text-align: center;
}

/* AUTHOR */

.author-info {
	margin: 30px 0;
	padding-bottom: 1px;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
	position: relative;
}
.author-main-info {
	padding: 15px;
	background: #f7fafb url("images/dotted-horizontal.png") repeat-x 50% 0;
}
.author-info.full .author-main-info {
	padding-left: 113px;
}
.author-main-info .right {
	float: left;
	color: #3e6880;
}
.author-info.full .author-main-info .right {
	margin-top: -5px;
}
.author-main-info .author-post .name {
	color: #004871;
	font-weight: bold;
}
.author-main-info .left {
	float: left;
	padding-right: 15px;
	margin-left: -98px;
	width: 83px;
}
.author-info a.post-link {
	position: absolute;
	right: -60px;
	width: 60px;
	text-indent: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
}
.author-info a.post-link:after {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #f1f5f8;
	color: #00a3da;
	text-align: center;
	text-indent: 0;
	line-height: 40px;
	content: '\e000';
	font-family: 'icons';
	font-size: 25px;
}

/* COMMENTS */

#commentform, #reply-title {
	padding-top: 30px;
}
#reply-title + #commentform {
	padding: 0;
}
ol.commentlist li.comment {
	padding: 20px 0 15px;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
}
ol.commentlist .comment-author {
	padding-bottom: 15px;
}
ol.commentlist .comment-author .left {
	float: left;
	width: 50px;
	margin-right: 12px;
}
ol.commentlist .comment-author .right {
	float: left;
}
ol.commentlist .comment-author .author {
	font-weight: bold;
	color: #004871;
}
ol.commentlist .comment-author .date {
	color: #7b9fb4;
}
ol.commentlist ul.children {
	padding-top: 15px;
	margin-bottom: -15px;
}
ol.commentlist ul.children li {
	background: url("images/dotted-horizontal.png") repeat-x 50% 0;
	padding-left: 40px;
}

/* CONTACT */

.contacts-map {
	padding-bottom: 25px;
	margin-bottom: 35px;
	background: url("images/dotted-horizontal.png") repeat-x 50% 100%;
}
.contact-form p {
	margin-top: 20px;
}
.contact-form label, .contact-form .success {
	font-weight: bold;
}
.contact-form input[type="text"], .contact-form textarea {
	width: 100%;
}

/* RESPONSIVE */

@media only screen and (max-width:1000px) {

	/* ELEMENTS */
	body {
		min-width: 300px;
		overflow: visible;
/*		padding: 0 10px;*/
	}
	.noscript + .loading {
		width: 100%;
		height: 50px;
		background: url('images/loading.gif') no-repeat 50% 50%;
		margin-bottom: 20px;
	}

	/* LAYOUT */
	#page {
		overflow: hidden;
	}
	#page.boxed {
		width: 100%;
	}
	.central-wrapper {
		width: 100%;
	}

	/* HEADER */
	#header .logo {
		float: none;
		text-align: center;
		padding: 15px 0;
	}
	#header .logo-position-right .logo {
		float: none;
		padding: 15px 0;
	}
	#header #site-navigation {
		float: none;
	}
	#header .logo-position-right #site-navigation {
		float: none;
	}
	#header #site-navigation .menu-toggle {
		display: block;
		padding: 5px 10px;
		text-transform: uppercase;
		margin: 0;
		box-shadow: 0 8px 8px -8px rgba(0,0,0,0.12);
		-moz-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.12);
		-webkit-box-shadow: 0 8px 8px -8px rgba(0,0,0,0.12);
		cursor: pointer;
		position: relative;
	}
	#header #site-navigation .menu-toggle .icon {
		left: auto;
		right: 5px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		font-family: 'icons';
		padding-left: 3px;
		width: 27px;
	}
	@-moz-document url-prefix() {
		#header #site-navigation .menu-toggle .icon {
			padding-left: 4px;
			width: 26px;
		}
	}
	#header #site-navigation ul {
		display: none;
	}
	#header #site-navigation li {
		display: block;
		padding: 0;
	}
	#header #site-navigation li.menu-parent-item {
		margin-bottom: 5px;
	}
	#header #site-navigation ul ul {
		display: block;
		position: static;
		width: auto;
		left: auto;
		top: auto;
	}
	#header #site-navigation li:hover > ul,
	#header #site-navigation li.current-menu-item > ul,
	#header #site-navigation li.current-menu-ancestor > ul {
		display: block;
	}
	#header #site-navigation li li.menu-parent-item {
		margin-bottom: 0;
	}
	#header #site-navigation ul ul ul {
		left: auto;
		top: auto;
		border-bottom: 0 none;
	}
	#header #site-navigation ul ul ul a {
		padding-left: 40px;
		text-transform: none;
	}

	/* BLOCKS */
	.block {
		z-index: 9;
	}
	/* QUICKFINDER */
	.quickfinder ul li {
		display: inline-block;
		text-align: left;
		width: 49%;
		vertical-align: top;
		margin-bottom: 40px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 10px;
	}
	quickfinder ul li,
	.block.quickfinder ul li {
		width: 49%;
		padding: 0 10px;
	}
	.quickfinder ul li .image {
		padding-bottom: 0;
		width: 30%;
		float: left;
		margin-right: 20px;
	}

	/* PORTFOLIO */
	.portfolio ul li {
		max-width: 100%;
	}
	.portfolio.list ul.thumbs li .image {
		float: left;
		max-width: 50%;
		margin-right: 20px;
	}
	.portfolio.list ul.thumbs li .title,
	.portfolio.list ul.thumbs li .description,
	.portfolio.list ul.thumbs li .link {
		margin-left: 0;
	}

	/* GALLERY */
	.gallery {
		position: relative;
		margin: 0 auto;
		max-width: 100%;
	}
	.gallery.full {
		margin: 0;
	}

	.slideshow .nivo-caption,
	.gallery .slide-info,
	.slideinfo .fancybox-title {
		display: none !important;
	}
}

@media only screen and (max-width:639px) {
	/* CONTENT */
	.panel {
		padding: 0;
	}
	.center {
		float: none;
		padding: 0 20px;
		background: none;
		width: auto;
		right: autp;
	}
	.content-right .panel {
		padding: 0;
	}
	.content-right .center {
		float: none;
		padding: 0 20px;
		background: none;
		margin-right: 0;
		right: auto;
		left: auto;
	}
	.fullwidth {
		padding: 0 20px;
		clear: both;
	}

	/* SIDEBAR */
	.sidebar {
		float: none;
		width: auto;
		padding: 0 20px;
		background: none;
		margin-right: 0;
		margin-top: 40px;
	}
	.content-right .sidebar{
		float: none;
		width: auto;
		padding: 0 20px;
		background: none;
		margin-left: 0;
		margin-right: 0;
	}

	/* SHORTCODES */
	.one_half {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.one_half.last {
		position: relative;
		left: auto;
		margin-bottom: 0;
	}
	.one_third {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.one_third.last {
		margin-right: 0;
		float: none;
		width: auto;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:479px) {
	/* QUICKFINDER */
	.quickfinder ul li,
	.block.quickfinder ul li {
		width: 100%;
	}
}

.image.wrap-box {
	position: relative;
	z-index: 5;
}
.image.wrap-box .fancy {
	display: block;
}
.image.wrap-box .fancy span.overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("images/full-image-icon.png");
}

.image.wrap-box {margin-bottom: 20px;}
.image.wrap-box.right {margin-left: 25px; margin-right: 0; float: right;}
.image.wrap-box.left {margin-right: 25px; margin-left: 0; float: left;}
.image.wrap-box.below {display: inline-block; float: none;}

.icon-twitter:before {
	font-family: 'icons';
	content: "\e001 "; 
	font-size: 20px;
	line-height: 1; 
	color: #00A3DA;
	margin-left: -23px;
	position: relative;
	top: 5px;
}

.twitter-box .jtwt_tweet {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 23px;
}

.team-element-email a:hover {
	text-decoration: none;
}
.team-element-position {
	font-weight: bold;
}
.team-element-name {
	font-family: "Oswald", Arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	color: #3e6880;
	margin: 0 0 10px 0;
}
.team-element-image {
	width: 159px;
	height: 187px;
	margin: 0 auto 17px;
}
.team-element {
	display: inline-block;
	width: 201px;
	height: 327px;
	text-align: center;
	text-align-last: center;
	background: url('images/dotted-horizontal.png') repeat-x 50% 100%;
	margin: 0 0 28px 0;
}
.team-list {
	text-align: justify;
	text-align-last: justify;
}

.team-list:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.team-list-wrapper h2 {
	margin-bottom: 20px;
}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}