*{
	min-height: 100000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.works{background: red;}
body{
	font:13px/1.3 'Roboto', Arial, Verdana, sans-serif;
	margin:0;
	color:#58595b;
	-webkit-text-size-adjust:none;
	min-width: 320px;
	background: #fff;
}
a{
	color:#41689f;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{
	border:none;
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
input,
textarea,
select{
	font:100% 'Roboto', Arial, Verdana, sans-serif;
	vertical-align:middle;
	color:#000;
	}
form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover{cursor:pointer;}
input[type=text],
input[type=password],
input[type=submit],
textarea{-webkit-appearance:none;}
textarea,
input[type=submit],
input[type=text]{-webkit-border-radius:0;}
::-webkit-input-placeholder {color:#58595c; }
::-moz-placeholder {
	opacity: 1;
	color:#58595c;
}
:-moz-placeholder {color:#58595c; }
:-ms-input-placeholder {color:#58595c; }
header, footer, article, section, nav, figure, aside { display: block; }
::-ms-clear{display: none;}
ol{
	list-style:  decimal outside;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	counter-reset: ol-item;
}
ol li{
	padding: 0 0 10px 10px;
	position: relative;
}

ol li:after {
	position: absolute;
	padding: 6px 0;
	height: 18px;
	text-align: center;
	top: -5px;
	width: 30px;
	border-radius: 50%;
	background: #2d73ba;
	left: -30px;
	color: white;
	content: counter(ol-item);
	counter-increment: ol-item;
}
.image{margin: 0 0 22px;}
p{margin: 0 0 1em;}
h1{
	color: #113251;
	font-size: 18px;
	margin: 0 0 25px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	color: #41689f;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 5px;
	font-weight: bold;
}
h3{
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: bold;
}

/* Alignment */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer-text {
	text-align: center;
	font-size: 13px;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.content ul {overflow: hidden;}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}



.publication-area:after,
.filter-form .row:after,
#twocolumns:after,
.container:after{
	content:"";
	clear:both;
	display:block;
}
.container{
	margin:0 auto;
	max-width:940px;
}
#wrapper{
	overflow: hidden;
	background: url(../images/globe-bg.png) no-repeat 50% 0;
}
/* header */
#header{
	position: relative;
}
#header .container{padding: 21px 0 16px; }
#header .sub-header-container {
	padding-top: 0;
}
#header .container
.logo{
	/*width:154px;
	height:107px;*/
	overflow:hidden;
	display: block;
	clear: both;
	/*text-indent:-9999px;*/
	/*background: url(../images/logo.png) no-repeat;*/
}
.logo .logo2 {
	margin-left: 75px;
}
.logo img {
	vertical-align: middle;
}
#header .block-holder{
	float: right;
	width: 220px;
	padding: 10px 0 0;
}

/*
 * signup, search
 */
.search-form,
.signup-form{
	background: #ebecee;
	margin: 0 0 5px;
	overflow: hidden;
}
.search-form input[type=text],
.signup-form input[type=text]{
	float:left;
	margin:0;
	width:150px;
	border:none;
	background:none;
	color:#58595c;
	font-size:12px;
	line-height:16px;
	height: 20px;
	padding: 2px 10px;
}
.search-form input[type=text]{width: 193px;}
.search-form  input[type=submit],
.signup-form input[type=submit]{
	float: right;
	background: #58595c;
	border: none;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 6px;
	height: 20px;
	width: 68px;
}
.search-form  input[type=submit]{
	width: 25px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background:#58595c url(../images/sprite.png) no-repeat;
	padding: 0;
}
/*.logo a{
	height:100%;
	display:block;
}*/

/*
 * main nav
 */
#nav{
	background: transparent;
	padding: 0 0 7px;
	text-align: right;
	border-top: solid 2px #C8C8C8;
}
#nav .popup{
	max-width: 940px;
	margin: 0 auto;
}
#nav ul{
	list-style:none;
	margin: -7px 0 0;
	padding:0;
	font-size: 16px;
	text-transform: uppercase;
}
#nav li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	border-top: 7px solid transparent;
}
#nav li:hover,
#nav li.current_page_item {
	border-color: #0075bc;
}
#nav li:first-child:after{display: none;}
#nav ul a{
	color: #113251;
	text-decoration: none;
	padding: 5px 15px;
	transition: all 0.2s ease-in;
	display: block;
	font-weight: bold;
}

/*
 * main area
 */
#main{
	/*background: url(../images/bg-black.png);*/
	margin: 0 0 4px;
	padding: 43px 0 30px;
}
.content{
	overflow: hidden;
}
.main-text{
	font-size: 16px;
	margin: 0 0 20px;
	overflow: hidden;
}
.main-text.smaller{font-size: 15px;}

/*
 * image columns
 */
.image-columns{
	margin: 0 0 0 -20px;
}
.image-columns .column{
	display: inline-block;
	padding: 0 0 0 20px;
	width: 25%;
	margin: 0 -4px 20px 0;
	vertical-align: top;
}
.image-columns figure{
	margin: 0;
	opacity: 1;
	transition: opacity 0.2s ease-in;
}
.image-columns figure:hover { opacity: 0.6; }
.image-columns a:hover { text-decoration: none; }
.image-columns figure img{
	margin: 0 0 12px;
	width: 100%;
}
.image-columns figcaption{
	display: block;
	text-transform: uppercase;
	color: #41689f;
	font-weight: 600;
	text-align: center;
}

/*
 * publication area
 */
.publication-area{
	float: right;
	width: 55%;
	margin: 0 0 25px 3%;
}
.publication-box{
	width: 100%;
	display: table;
	margin: 0 0 20px;
	border-collapse: separate;
	border-spacing: 4px;
}
.publication-box .row{
	display: table-row;
}
.publication-box .cell{
	display: table-cell;
	padding: 25px;
	vertical-align: middle;
	text-align: center;
	transition: all .2s ease-in;
}
.publication-box .cell:hover {
	background: #dedede;
}
.publication-box img{
	/*display: block;*/
	/*width: 100%;*/
	-webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
.publication-area .link{
	float: right;
	margin: 0 17px;
	padding: 8px 10px 6px;
	color: #41689f;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent;
	border: solid 1px #D1D1D1;
	transition: all .2s ease-in;
}
.publication-area .link:hover {
	color: #fff;
	background: #2275cf;
	text-decoration: none;
}

/*
 * content-box
 */
.content-box{margin: 0 0 20px;}
.content-box dl{
	overflow: hidden;
	margin: 0;
}
.content-box dt{
	float: left;
	margin: 0 3px 4px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.content-box dd{
	margin: 0 0 4px;
	font-style: italic;
	overflow: hidden;
}
article.content-box {
	overflow: hidden;
}
article.content-box .publication-cover {
	max-width: 150px;
	height: auto;
	border: 1px solid #41689f;
}
article .content-teaser {
	margin-left: 176px;
}

span.post-edit-link{color: #41689f;}
a.post-edit-link{color: #113251;}

/*
 * aside
 */
.aside{
	float: right;
	width: 36%;
	padding:0 15px;
	margin-left: 4%;
}
aside .widget {
	margin: 20px 0;
	padding: 10px;
}
.aside .search-keyword-form{
	margin: 0 -15px 7px;
	padding: 7px 30px;
	background: #fff;
	border: solid 1px #D1D1D1;
}
.search-keyword-form{
	background: url(../images/bg-dark-black.png);
	padding: 7px 76px 7px 30px;
	overflow: hidden;
	position: relative;
}
.search-keyword-form input[type=text],
.slide input.text-filter {
	margin:0;
	width: 98%;
	border: solid 1px #58595C;
	background:none;
	color:#2275cf;
	font-size:12px;
	height: 29px;
	padding: 4px 1%;
	background: #fff;
}
li.checkbox input.text-filter {
	margin-bottom: 5px;
}
.text-filter-wrapper {
	display: block;
}
.select .text-filter-wrapper {
}
.search-keyword-form input[type=submit]{
	position: absolute;
	right: 30px;
	border: none;
	top: 7px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background:#58595c url(../images/sprite.png) no-repeat -40px 0;
	padding: 0;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.filter-form fieldset.submit-button {
	margin: 7px -15px 0px;
}
.filter-form h2 {
	background: transparent;
	color: #2275cf;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 -15px 0;
	padding: 0 0 10px 30px;
}
.filter-form fieldset.submit-button button {
	background: #fff url('../images/mg2.png') 95% 50% no-repeat;
	background: #fff url('../images/mg1.png') 95% 50% no-repeat;
	border: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: solid 1px #D1D1D1;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #41689f;
	width: 100%;
	transition: background 0.2s ease-in;
}
.filter-form fieldset.submit-button button:hover {
	background: rgba(166, 166, 166, 0.4)  url('../images/mg2.png') 95% 50% no-repeat;
}

/*
 * accordion
 */
.aside .accordion{
	margin-left: -15px;
	margin-right: -15px;
	background: url(../images/bg-black.png);
}
.accordion{
	list-style:none;
	margin:0;
	padding:0;
}
.accordion > li{
	margin: 7px 0 0;
	position: relative;
}
.accordion > li:first-child{margin-top: 0;}
.accordion .opener{
	display: block;
	padding: 11px 76px 10px 30px;
	position: relative;
	text-transform: uppercase;
	background: url(../images/bg-dark-black.png);
	color: #2275cf;
	font-size: 18px;
	font-weight: bold;
	min-height: 42px;
}
.accordion .opener:after,
.accordion a.clear-selection {
	content: "";
	position: absolute;
	right: 5px;
	top: 7px;
	width: 28px;
	height: 28px;
	background:#58595c url(../images/sprite.png) no-repeat -120px 0;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.accordion a.clear-selection {
	right: 35px;
	background-position: -80px 0;
	z-index: 100;
}
.accordion .active .opener:after{background-position: -346px 0;}
.accordion .slide{padding: 5px 30px 5px 33px;}

/*
 * filter-form
 */
.filter-form .row{padding: 0 0 12px;}
.filter-form input[type=checkbox],
.filter-form input[type=radio]{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.filter-form input[type=checkbox] + label,
.filter-form input[type=radio] + label{
	padding: 3px 0 0 25px;
	color: #231f20;
	font-size: 13px;
	position: relative;
	display: block;
}
.filter-form input[type=checkbox] + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background: url(../images/sprite.png) no-repeat -200px 0;
}
.filter-form input[type=checkbox].checked + label:after,
.filter-form input[type=checkbox]:checked + label:after{background-position: -240px 0;}
.filter-form .column{
	float: left;
	margin: 0 0 0 2%;
	width: 49%;
}
.filter-form .column:first-child{margin-left: 0;}

.filter-form li.select .slide {
	padding: 0;
	max-height: 210px;
	overflow-y: auto;
}
.filter-form li.select .row {
	padding: 5px 0 0;
	position: relative;
}

.filter-form .checkbox-2-columns {
	overflow: hidden;
}
.filter-form .checkbox-2-columns .column-wrapper {
	width: 45%;
	padding-right: 2%;
	float: left;
}

.filter-form li.select label {
	background: url(../images/bg-dark-black.png);
	padding: 11px 30px 11px 50px;
	color: #231f20;
}
.filter-form li.select label:hover,
.filter-form li.select input[type=radio].checked + label,
.filter-form li.select input[type=radio]:checked + label {
	background: #999898;
	cursor: pointer;
}


/*
 * pagination
 */
.pagination{
	overflow: hidden;
	text-transform: uppercase;
}
.pagination .prev,
.pagination .next{
	float: right;
	padding: 0 14px 0 0;
	color: #58595b;
	text-decoration: none;
	position: relative;
	font-size: 16px;
}
.pagination .prev{
	padding: 0 0 0 14px;
	float: left;
}
.pagination .prev a:after,
.pagination .next a:after{
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	width: 9px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -320px 0;
}
.pagination .prev a:after{
	right: auto;
	left: 0;
	background-position: -280px 0;
}

.pagination .wp-pagenavi {
	clear: none;
}
.pagination .total-entries {
	float: left;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.pagination .wp-pagenavi .pages + span,
.pagination .wp-pagenavi .pages + a {
	clear: left;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
	float: left;
}

/*
 * footer
 */
#footer{
	background: url(../images/bg-dark-black.png);
	padding: 8px 0;
	font-size: 10px;
}
#footer p{margin: 0;}

/*
 * custom select
 */

/* Dropdown control */
.selectBox-dropdown {
    min-width: 100px;
    min-height: 42px;
    width: 100% !important;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #2275cf;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    display: block;
    cursor: default;
    padding: 8px 76px 8px 30px;
    background: url(../images/bg-dark-black.png);
}
/*.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {}*/

/*.selectBox-dropdown.selectBox-menuShowing-bottom {}*/

/*.selectBox-dropdown.selectBox-menuShowing-top {}*/

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100% !important;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 7px;
	right: 30px;
	width: 29px;
	height: 29px;
	background:#58595b url(../images/sprite.png) no-repeat -120px 0;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.selectBox-menuShowing .selectBox-arrow {background-position: -160px 0;}
/* Dropdown menu */
.selectBox-dropdown-menu {
    max-height: 200px;
    min-height: 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    background: #fff;
    display: inline-block;
    overflow: auto;
}

/*.selectBox-inline:focus {}*/

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}
.selectBox-options li{margin: 3px 0 0;}

/*.selectBox-options.selectBox-options-top{}*/
/*.selectBox-options.selectBox-options-bottom{}*/

.selectBox-options li a {
    padding: 11px 30px 11px 50px;
    white-space: nowrap;
    overflow: hidden;
    color: #231f20;
    text-decoration: none;
    background: url(../images/bg-dark-black.png);
}

/*.selectBox-options li.selectBox-hover a {}*/

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent;
}

.selectBox-options li a:hover,
.selectBox-options li.selectBox-selected a {background: #999898;}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {color: #888 !important;}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {color: #888 !important;}

.selectBox-inline.selectBox-disabled .selectBox-options a {background-color: transparent !important;}

/*
 * Style for mobile device
 */
 @media only screen and (max-width: 940px) {
 	#nav,
 	#header .container{
 		padding-left: 10px;
 		padding-right: 10px;
 	}
 	.content > .holder{
		padding-left: 10px;
		padding-right: 10px;
	}
 }
@media only screen and (min-width: 767px) {
	#nav .opener{display: none;}
	#nav .js-slide-hidden{position: static !important;}
}
@media only screen and (max-width: 767px) {
	.main-text {overflow: visible;}
	.logo{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	#header .block-holder{
		float: none;
		margin: 0 auto;
	}
	#nav{text-align: left;}
	#nav .opener{
		display: inline-block;
		vertical-align: top;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}
	#nav > .popup > ul{padding: 15px 0 5px;}
	#nav li{
		display: block;
		margin: 0 0 5px;
	}
	#nav li:after{display: none;}
	.publication-area{
		float: none;
		width: auto;
		margin-left: 0;
	}
	#twocolumns{
		display: table;
		width: 100%;
	}
	.content{
		display: table-header-group;
		float: none;
		width: auto;
	}
	.aside{
		display: table-footer-group;
		float: none;
		margin-left: 0;
		padding: 0;
		width: auto;
	}
	.aside .accordion,
	.aside .search-keyword-form{
		margin-left: 0;
		margin-right: 0;
	}
	.publication-area .link{
		margin-right: 30px;
	}
	article.content-box .publication-cover {
		max-width: 27%;
		height: auto;
	}
	article .content-teaser {
		margin-left: 30%;
	}

}
@media only screen and (max-width: 479px) {
	.image-columns .column{width: 50%;}
}
