/*
Theme Name: IICD Legacy
Theme URI: https://iicd.org
Author: andrei BARBURAS
Author URI: https://barburas.com
Description: The legacy site of iicd.org
Version: 1.0.0-005
Build: 170701
GitLab Theme URI: https://git001.barburas.com/iicd/iicd-org
GitLab Branch: master

*/

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;

/*	background: url(gfx/stripes.png); */
}

body {
/*	background-color:#fff;*/
	background-image: linear-gradient(to bottom, #F4F4F4,#fff);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px 'Roboto', Helvetica, Arial, sans-serif !important;
	color:#FFF;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1355px) {
    body {overflow-x:hidden;}
}

::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    visibility: visible;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    background-clip: padding-box;
/*    border: solid transparent;*/
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ababab;
}

h1 {
	margin-top:0px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif !important;
	width:100%;
	font-size:2em;
	float: left;
    text-shadow: 0 2px 5px rgba(0,0,0,.26);
	line-height:1.5em;
	color:#000;
	display:block;
}

main {
	width:1140px;
	position:relative;
	margin: 0 auto;
	color:#000;

/*	padding-top:3%;
	padding-bottom:5%;
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-duration: .2s;
    transition: ease-in-out !important;
    padding: 8px;*/
}

@media screen and (max-width: 1355px) {
main {
	width:95%;
/*	padding-left:10%;*/
}
}

.content {
	width: 100%;
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-duration: .2s;
    transition: ease-in-out !important;
    font-size: 1.2em;
    height: auto;
	min-height: 800px;
    margin-top: 2em;
	margin-bottom:2em;
    float: left;
    z-index: 100;
}

@media screen and (max-width: 1355px) {
.content {
	width:100%;
/*	padding-left:10%;*/
}
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/* 02. Navigation */

#logo {
	background-image: url(https://iicd.org/wp-content/themes/iicdv2/gfx/iicd-trsp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

#menubutton {
	display:block;
	margin:auto;
	position:fixed;
	float:left;
	top:1.8%;
	left:1%;
	z-index:1212;
}

#menubutton:hover {
	-webkit-transform: scale(1.05,1.07);
	-moz-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	-o-transform: scale(1.05,1.07);
	transform: scale(1.05,1.07);
	transition-duration:.2s;
	transition:ease-in-out !important;
}



.menu-item a {
	width: 98%;
	height: 30px;
	color: #FFF;
    display: table-cell;
    position: relative;
    vertical-align: middle;
	transition:all 1s;
}

.menu-item:hover, .menu-item-footer:hover, .header-menu-item:hover {
	background-color: #00819d;
	transition:all 1s;
}

.menu-item-text, .header-menu-item-text {
    padding: 2px;
	padding-left:5px;
    color: #FFF;
	float:left;
}

.black {
	background:#000;
	text-transform:uppercase;
	float:left;
	color:#FFF;
	padding:4px;
	margin:1px;
	-webkit-box-reflect: below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(0.5,rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
}

.black a {
	text-decoration:none;
}

.green {
	background:#A3A948;
	color:#FFF;
	padding:4px;
	margin:1px;
}

.yellow {
	background:#EDB92E;
	color:#FFF;
	padding:4px;
	margin:1px;
}

.orange {
	background:#F85931;
	color:#FFF;
	padding:4px;
	margin:1px;
}

.red {
	background:#CE1836;
	color:#FFF;
	padding:4px;
	margin:1px;
}

.azure {
	background:#009989;
	color:#FFF;
	padding:4px;
	margin:1px;
}

#content_no_split {
	width: 99%;
    float: left;
	padding-bottom:2em;
}

#content_split_left {
	width:60%;
	float:left;
}

@media screen and (max-width: 1355px) {
#content_split_left {
	width:95%;
}
}

#content_split_right {
	width: 35%;
    min-height: 300px;
    margin: 0 auto;
    display: table;
    float: left;
    margin-left: 5%;
}

@media screen and (max-width: 1355px) {
    #content_split_right {width:100%; margin-left:0px;}
}

.index_excerpt {
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    font-size: 1em;
    width: 50%;
    padding-left: 3%;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0,0,0,.26);
    margin-top: 30%;
}

@media screen and (max-width: 1355px) {
    .index_excerpt {margin-top:35%;}
}

.single_excerpt {
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    width: 33%;
    padding-left: 3%;
    position: absolute;
    bottom: 10%;
    text-shadow: 0 2px 5px rgba(0,0,0,.26);
}

@media screen and (max-width: 1355px) {
    .single_excerpt {font-size: 1.2em;}
}

blockquote {
	font-size: 0.6em;
    width: 230px;
    padding: 15px;
    float: left;
    position: absolute;
    left: -320px;
    margin-top: -70px;
}

@media screen and (min-width: 736px) and (max-width: 1350px) {
    blockquote {width: 90%; position: relative; left: -30px; margin-top: 0px;}
}

/* HEADER MENU */

.header-menu {
	width: 1140px;
    background-color: rgba(0, 156, 190, 1);
    height: 40px;
    padding: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    /* position: fixed; */
    z-index: 9999999;
    /* margin: auto 0; */
    margin-left: auto;
    margin-right: auto;
	overflow:hidden;
	position:static;
}

@media screen and (max-width: 1355px) {
.header-menu {
	width:96%;
/*	padding-left:10%;*/
}
}

.header-menu-logo {
	background-image: url(https://iicd.org/wp-content/themes/legacy/gfx/iicd-trsp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    margin: auto;
    position: relative;
    left: 20px;
	float:left;
	width:111px;
}

@media screen and (max-width: 1355px) {
.header-menu-logo {
	left:0px;
}
}

nav {
	font-size: 1.5em;
    font-weight: 300;
    /* width: 50%; */
    /* margin: 0 auto; */
    margin-left: 15%;
    display: table;
    height: 100%;
    vertical-align: middle;

}

@media screen and (max-width: 1355px) {
    nav {margin-left:35%;}
}

.header-menu-item, .header-menu-search {
	display: table-cell;
    position: static;
    vertical-align: middle;
    width: auto;
    min-width: 110px;
}

@media screen and (max-width: 1355px) {
    .header-menu-item, .header-menu-search {min-width:auto; font-size: 0.5em;}
}

#header-banner {
	height:500px;
	background-size:cover;
}

@media screen and (max-width: 1355px) {
    #header-banner {height: 400px;width: 96%;background-size: cover;}
}

/* Author */

.section_single_author {
    margin-top: 8%;
	height:100px;
}

.section_single_author_image {
	float:left;
}

.section_single_author_bio {
    font-size: 0.7em;
    left: 8%;
    position: absolute;
}


/* Other stuff */

.other_stuff {
	width: 285px;
    min-height: 300px;
    margin: 0 auto;
    display: table;
    float: left;
    margin-left: 5%;
}

@media screen and (max-width: 1355px) {
    .other_stuff {width:240px;}
}

.other_stuff_box {
    float: left;
    width: 250px;
	height:250px;
    margin: 4px;
	display:table-cell;
}

@media screen and (max-width: 1355px) {
    .other_stuff_box {width:200px; height:200px;}
}

.other_stuff_image {
    width: 250px;
}

@media screen and (max-width: 1355px) {
    .other_stuff_image {width:200px;}
}

.other_stuff_title {
	margin-top:30%;
	margin-left: 5%;
	font-size:2em;
    text-shadow: 0 2px 5px rgba(0,0,0,.84);
}

.other_stuff a {
    width: inherit;
    height: inherit;
    display: block;
    float: left;
	text-decoration:none;
}

.other_stuff a:hover {
    width: inherit;
    height: inherit;
    display: block;
    float: left;
	text-decoration:none;
}

/* Other stuff */

.nopage_title {
	margin-top:30%;
	margin-left: 5%;
	font-size:2em;
}

.nopage_title a {
	text-decoration:underline;
	color:#070707;
}

.frontpage_collections_box {
	float: left;
    width: 100%;
    height: 250px;
    margin-top: 10px;
    display: table-cell;
}

@media screen and (max-width: 1355px) {
    .frontpage_collections_box {width:100%; height:200px;}
}

.frontpage_collections_image {
    width: 250px;
}

@media screen and (max-width: 1355px) {
    .frontpage_collections_image {width:200px;}
}

.frontpage_collections_title {
	margin-top:30%;
	margin-left: 5%;
	font-size:2em;
    text-shadow: 0 2px 5px rgba(0,0,0,.84);
}

@media screen and (max-width: 1355px) {
    .frontpage_collections_title {margin-top:11%;}
}

.frontpage_collections a, .frontpage_collections_box a, .collections_page_box a {
    width: 75%;
    height: inherit;
    display: block;
    float: left;
	text-decoration:none;
	color:#FFF;
}

.frontpage_collections a:hover {
    width: inherit;
    height: inherit;
    display: block;
    float: left;
	text-decoration:none;
}

.collection_section {
    width: 100%;
    padding-bottom: 0px;
	height:300px;
}

.collections_page_box {
	float: left;
    width: 50%;
    height: 280px;
    margin-top: 10px;
    display: table-cell;
}

@media screen and (max-width: 1355px) {
    .collections_page_box {width:100%; height:200px;}
}

.collections_page_box_tax {
/*	float: left;*/
    width: 10%;
    height: 280px;
    margin-top: 10px;
    display: table-cell;
}

@media screen and (max-width: 1355px) {
    .collections_page_box_tax {}
}

.collections_page_box_description {
	float: left;
    width: 45%;
    height: 250px;
/*    margin-top: 10px;*/
    display: table-cell;
	padding:10px;
	font-size: 0.9em;
}

@media screen and (max-width: 1355px) {
    .collections_page_box_description {width:95%; height:auto;}
}

.collections_page_box_description_tax {
	float: left;
    width: 95%;
    height: 250px;
/*    margin-top: 10px;*/
    display: table-cell;
	padding:10px;
}

@media screen and (max-width: 1355px) {
    .collections_page_box_description_tax {width:95%; height:auto;}
}

.collections_page_sublevels {
	width:100%;
    padding: 5px;
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
	margin-bottom:5px;
}

.collections_page_sublevels a {
	color:#FFF;
	text-decoration:none;
}

.collections_page_sublevels a:hover {
	color:#FFF;
	text-decoration:underline;
}

.collections_page_image {
    width: 250px;
}

@media screen and (max-width: 1355px) {
    .collections_page_image {width:200px;}
}

.collections_page_title {
	margin-top:10%;
	margin-left: 5%;
	font-size:2em;
    text-shadow: 0 2px 5px rgba(0,0,0,.84);
}

.collections_page_title_tax {
	color:#fff;
	margin-top:10%;
	margin-left: 5%;
	font-size:2em;
    text-shadow: 0 2px 5px rgba(0,0,0,.84);
}

.collections_page a {
    width: inherit;
    height: inherit;
    display: block;
/*    float: left;*/
	text-decoration:none;
}

.collections_page a:hover {
    width: inherit;
    height: inherit;
    display: block;
/*    float: left;*/
	text-decoration:none;
}

.archives_page a {
    width: inherit;
    height: inherit;
    display: block;
    float: left;
	text-decoration:none;
	color:#000;
}

.archives_page a:hover {
	font-weight:800;
	text-decoration:underline;
	color:#000;
}

.post_tags_single {
	min-width:33%;
	float:left;
	font-size: 0.9em;
}

.post_tags_single a:hover {
	text-decoration:underline;
}

.frontpage_screen_title {
	font-size:2em;
}

@media screen and (max-width: 1355px) {
    .frontpage_screen_title {font-size:1.5em;}
}

.frontpage_screen_subtitle1 {
	margin-top: -50px;
}

@media screen and (max-width: 1355px) {
    .frontpage_screen_subtitle1 {margin-top: -32px;}
}

.frontpage_screen_subtitle2 {
	margin-top: -20px;
}

@media screen and (max-width: 1355px) {
    .frontpage_screen_subtitle2 {margin-top: -20px;}
}

.archive_list {
	width:100%;
	font-size: 0.9em;
}

.archive_list a:hover {
	text-decoration:underline;
}

.archive_title {
	font-weight: 600;
    font-size: 1.1em;
	width:60%;
}

.key_resources_title {
	font-weight: 600;
    font-size: 1.1em;
	width:auto;
}

footer {
	background: url(gfx/stripes.png);
}

.footer-inner {
	background-color:#009cbe;
	width:1140px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-duration: .2s;
    transition: ease-in-out !important;
}

@media screen and (max-width: 1355px) {
.footer-inner, .footer-left, .footer-mid, .footer-right {
	width:95%;
/*	padding-left:10%;*/
}
}

.footer-left {
	width: 45%;
    height: inherit;
    float: left;
    position: inherit;
    padding: 0px 10px 0px 10px;
}

.footer-right {
	width: 40%;
    height: inherit;
    float: left;
    position: relative;
    padding: 0px 10px 0px 10px;
    margin-left: 90px;
}

@media screen and (max-width: 1355px) {
.footer-mid, .footer-right {
	margin-left:0px;
}
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	padding: 5px;
	vertical-align:top;
}

table, th, td {
	border: 1px solid #CCC;
}

th, thead th {
	font-weight: 700;
	color: #333;
	background: #DDD;
}

td, tbody td {
	background: #F0F0F0;
	vertical-align:middle;
}

table > tbody > tr:hover,
table > tfoot > tr:hover,
table > thead > tr:hover > td,
table > tbody > tr:hover > td,
table > tfoot > tr:hover > td,
table > tbody > tr > td:hover,
table > tfoot > tr > td:hover {
  background-color: #f9f9f9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.category-table, .category-table a {
	color:#000;
}

.archive_tr {
	width:100%;
	display:table-row;
}

.archive_tr_separator {
	width:100%;
/*	display:table-row; */
	background-color:#F0F0F0;
	height:1px;
}

.archive_tr_header {
	width:100%;
	display:table-row;
	background-color:#F0F0F0;
}

.archive_td {
	min-width:15%;
	float:left;
	display:table-cell;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	height:20px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.archive_td_header {
	min-width:15%;
	float:left;
	display:table-cell;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
}

thead, th, thead th {
	text-align:left;
	font-weight: 700;
	color: #070707;
	text-transform:uppercase;
	font-size:0.9em;
	vertical-align:top;
}

td, tbody td, td a {
	color:#000;
	text-decoration:none;
}

.td-quarter {
	width:25%;
}

.td-third {
	width:33%;
}

.mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
/*  padding: 20px 0;*/ }
  .mdl-textfield .mdl-button {
    position: absolute;
/*    bottom: 20px; */}

.mdl-textfield--align-right {
  text-align: right; }

.mdl-textfield--full-width {
  width: 100%; }

.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px; }

.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.12);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: none;
  text-align: left;
  color: #FFA500; }
  .mdl-textfield.is-focused .mdl-textfield__input {
    outline: none; }
  .mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: rgb(222, 50, 38);
    box-shadow: none; }
  .mdl-textfield.is-disabled .mdl-textfield__input {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0,0,0, 0.12);
    color: rgba(0,0,0, 0.26); }

.mdl-textfield textarea.mdl-textfield__input {
  display: block; }

.mdl-textfield__label {
  bottom: 0;
  color: rgba(0,0,0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left; }
  .mdl-textfield.is-dirty .mdl-textfield__label {
    visibility: hidden; }
  .mdl-textfield--floating-label .mdl-textfield__label {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
    color: rgba(0,0,0, 0.26); }
  .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
  .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: rgb(63,81,181);
    font-size: 12px;
    top: 4px;
    visibility: visible; }
  .mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
  .mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -16px; }
  .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: rgb(222, 50, 38);
    font-size: 12px; }
  .mdl-textfield__label:after {
    background-color: rgb(171,171,171);
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px; }
  .mdl-textfield.is-focused .mdl-textfield__label:after {
    left: 0;
    visibility: visible;
    width: 100%; }
  .mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: rgb(222, 50, 38); }

.mdl-textfield__error {
  color: rgb(222, 50, 38);
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block; }
  .mdl-textfield.is-invalid .mdl-textfield__error {
    visibility: visible; }

.mdl-textfield__expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: 0.1px;
  background-color: #00819d; }
  .mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
    max-width: 600px; }
  .mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0; }


.mdl-mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 16px;
  color: rgb(256,256,256);
  background-color: rgba(0, 156, 190, 1);

width: 100%;
float: left; }
  .mdl-mini-footer:after {
    content: '';
    display: block; }
  .mdl-mini-footer .mdl-logo {
    line-height: 16px; }

.mdl-mini-footer--link-list,
.mdl-mini-footer__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .mdl-mini-footer--link-list li,
  .mdl-mini-footer__link-list li {
    margin-bottom: 0;
    margin-right: 16px; }
    @media screen and (min-width: 760px) {
      .mdl-mini-footer--link-list li,
      .mdl-mini-footer__link-list li {
        line-height: 36px; } }
  .mdl-mini-footer--link-list a,
  .mdl-mini-footer__link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap; }

.mdl-mini-footer--left-section,
.mdl-mini-footer__left-section {
  display: inline-block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.mdl-mini-footer--right-section,
.mdl-mini-footer__right-section {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.mdl-mini-footer--social-btn,
.mdl-mini-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: rgb(158,158,158);
  border: none; }


.header-search {
	position:absolute;
	right:15%;
	margin-top:-10px;
}

@media screen and (min-width: 736px) and (max-width: 1355px) {
    .header-search {right:5%;}
}

.embed-youtube {
	margin-top:20em;
}

.download-button {
	font-size:1em;
}
