/*
Theme Name: Chris Salter
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
.container-sm {
    max-width: 640px;
    width: auto;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}


* {
	outline: 0;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body
{
	border: 0;
	margin:0;
	padding:0px;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.invisible
{
	visibility: hidden;
}


.mainMenu
{
	background-color: #000000;
	color:#FFFFFF;
	width:40px;
	padding: 0px 0px 0px 2px;
	position:fixed;
	z-index:5000;
	top:0;
}
.mainMenu_minimized
{
	left:0;
}
.mainMenu_maximized
{
	left:0;
}

@media (max-width:991px) 
{
	.mainMenu
	{
		background-color: #000000;
		color:#FFFFFF;
		width:180px;
		padding: 0px 0px 0px 2px;
		position:fixed;
		z-index:5000;
	}
	.mainMenu_minimized
	{
		left:-180px;
	}
	.mainMenu_maximized
	{
		left:0;
	}
}

.menu_trigger
{
	font-size: 32px;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
    position:absolute;
    z-index:5500;
}
.menu_trigger_minimized
{
	color:#000000;
}
.menu_trigger_maximized
{
	color:#FFFFFF;
}
.separator
{
	background-image: url("./images/separator.png");
	background-color: #000000;
	background-repeat: repeat-x;
	width:20px;
	height:2px;
	margin-left:8px;
}
.menu_item
{
	background-color: #000000;
	background-repeat: no-repeat;
	cursor: pointer;
}
.menu_item_logo
{
	background-image: url("./images/logo.png");
	width:36px;
	height:175px;
}
.menu_item_logo_selected
{
	background-image: url("./images/logo-selected.png");
	width:36px;
	height:175px;
}
.menu_item_4
{
	background-image: url("./images/4.png");
	width:35px;
	height:76px;
}
.menu_item_4_selected
{
	background-image: url("./images/4-selected.png");
	width:35px;
	height:76px;
}

.menu_item_6
{
	background-image: url("./images/6.png");
	width:35px;
	height:78px;
}
.menu_item_6_selected
{
	background-image: url("./images/6-selected.png");
	width:35px;
	height:78px;
}

.menu_item_8
{
	background-image: url("./images/8.png");
	width:35px;
	height:95px;
}
.menu_item_8_selected
{
	background-image: url("./images/8-selected.png");
	width:35px;
	height:95px;
}
@media (max-width:991px) 
{
	.separator
	{
		background-image: url("./images/separator.png");
		background-color: #000000;
		background-repeat: repeat-x;
		width:160px;
		height:2px;
		margin-left:8px;
	}

	.menu_item_logo
	{
		background-image: url("./images/logo-horiz.png");
		width:175px;
		height:36px;
	}
	.menu_item_logo_selected
	{
		background-image: url("./images/logo-horiz-selected.png");
		width:175px;
		height:36px;
	}
	.menu_item_4
	{
		background-image: url("./images/4-horiz.png");
		width:76px;
		height:35px;
	}
	.menu_item_4_selected
	{
		background-image: url("./images/4-horiz-selected.png");
		width:76px;
		height:35px;
	}

	.menu_item_6
	{
		background-image: url("./images/6-horiz.png");
		width:78px;
		height:35px;
	}
	.menu_item_6_selected
	{
		background-image: url("./images/6-horiz-selected.png");
		width:78px;
		height:35px;
	}

	.menu_item_8
	{
		background-image: url("./images/8-horiz.png");
		width:95px;
		height:35px;
	}
	.menu_item_8_selected
	{
		background-image: url("./images/8-horiz-selected.png");
		width:95px;
		height:35px;
	}
}


.menu-mainmenu-container  ul {
	margin:0;
	padding:0;
	list-style: none;
	text-transform: uppercase;
}
.menu-mainmenu-container  li {
	transform: rotate(-90deg);
	font-size: 20px;
    padding: 40px 0;
}

.menu-mainmenu-container  li a{
	color:#FFFFFF;
	text-decoration: none;
}
.clear
{
	clear:both;
}

/* ------- HOME PAGE --------*/
.feature_background
{
	position: fixed;
    left: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width:991px) 
{
	.feature_background
	{
		position: fixed;
	    left: 0px;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index:5;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	}
}
.feature_events
{
	bottom:0;
    display: block;
    z-index: 10;
    opacity: 0.9;
    background-color: #FFFFFF;
	position: fixed;
    top: 0;
	right: -400px;
	padding-top:15px;

}

@media (max-width:991px) 
{
	.feature_events
	{
		position: absolute;
		bottom:0;
		top:auto;
		padding-left: 40px;
	    display: block;
	    z-index: 10;
	    opacity: 0.9;
	    background-color: #FFFFFF;
	}
}
.date
{
	width:100%;
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	font-weight: 700;
	height:21px;
	font-size:15px;
}
.entry
{
	padding: 5px 10px 10px 10px;
	cursor: pointer;
}
.entry_featured
{
	background-color: #ffff6f;
}
.entry_title
{
	font-weight:400;
	font-style: italic;
	font-size:13px;
}
.entry_content_date
{
	font-weight:700;
	font-size:11px;
}
.entry_content
{
	font-size:11px;
}

.home_topics
{
    display: block;
    z-index: 20;


		position: fixed;
		top: 0;
		bottom: 0;
		/*right: 330px;*/
    	/*width: 330px;*/
}
@media (max-width:991px) 
{
	.home_topics
	{
		position:absolute;
	    display: block;
	    z-index: 20;
	}
}
.home_topic_entry
{
	font-size:39px;
	color:#FFFFFF;
	font-weight:400;
	text-align:right;
	padding-right:20px;
	margin-bottom: 5px;
}
.home_topic_entry a
{
	color:#FFFFFF;
	text-decoration: none;
}
.home_topic_entry a:hover
{
	text-decoration: underline;
}

/* ------- /HOME PAGE --------*/

/* ------- PROJECTS PAGE --------*/

.projects_content
{
    padding-left: 80px;
	/* padding-right:40px; */
	padding-top:15px;
    font-size:15px;
    font-weight: 400;
}
@media (max-width:991px) 
{
	.projects_content
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 65px;
		font-size: 15px;
		font-weight: 400;
	}
}

.project_category_name
{
	text-transform: uppercase;
	font-weight: bold;
	margin-top:8px;
	margin-top: 15px;
}
.underline
{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000000;
	height:3px;
	margin-bottom: 10px;
}
.project
{
	float:left;
	margin-right: 10px;
}
.project_thumb
{
	width:150px;
	height:150px;
	border:1px solid #666666;
}
.thumb_image
{
	width:100%;
	height:auto;
}
.project_title
{
	width:150px;
	height:15px;
	text-align: center;
	font-size:10px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	color:#FFFFFF;
	position: relative;
	top:-15px;
}
@media (max-width:991px) 
{
	.project_thumb
	{
		width:90%;
		height:auto;
		border:1px solid #666666;
	}
	.thumb_image
	{
		width:100%;
		height:auto;
	}
	.project_title
	{
		width:90%;
		height:15px;
		text-align: center;
		font-size:10px;
		overflow: hidden;
		background-color: rgba(0,0,0,0.5);
		color:#FFFFFF;
		position: relative;
		top:-15px;
	}
}
.project_thumb_rand
{
	width:102%;
	height:102%;
	border:1px solid #666666;
}
.project_thumb_rand > img
{
	width:100%;
	height:auto;
}

.project_title_rand
{
	width:100%;
	height:15px;
	text-align: center;
	font-size:12px;
	color:#FFFFFF;
	overflow: hidden;
	position:relative;
	top:-20px;
}
.project_media_container
{
	position: relative;
	left:0;
}
.left_arrow
{
	position:absolute; 
	z-index:10; 
	left:90px;
	top:0;
	cursor: pointer;
}
.right_arrow
{
	position:absolute; 
	z-index:12; 
	right:0px; 
	top:0;
	cursor: pointer;
}
.close_btn
{
	position:absolute; 
	z-index:14; 
	right:15px; 
	height:90px;
	top:0;
	cursor: pointer;
	visibility: hidden;
}
.imageHover
{
	position:relative; 
	z-index:2;
	background-color:#000; 
	opacity:0; 
	width:100%; 
	height:120px; 
	text-align:center; 
	font-size:36px; 
	color:#FFF; 
	padding-top:30px;
	cursor: pointer;
}
.talksContent
{
	padding-left:40px;
    margin-top: 90px;
    font-size: 15px;
    font-weight: 400;
}
@media (max-width:991px) 
{
	.talksContent
	{
		padding-left:0px;
	    margin-top: 15px;
	    font-size: 15px;
	    font-weight: 400;
	}
}
.year_title
{
	background-color: #CCCCCC;
	font-weight: 700;
	font-size:12px;
	padding-left:10px;
}
.month_title
{
	width:50px;
	font-size:12px;
	padding:5px 5px 5px 10px;
	font-weight: 700;
}
.publication_thumbnail
{
	width:100px;
	padding:5px 5px 5px 10px;
}
.talk_title
{
	font-size:12px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	padding:5px;
	width: calc(100% - 20px);
}
.talk_subtitle
{
	font-size:12px;
	padding:5px 5px 5px 2px;
}
.dotted_line
{
	height:2px;
	border-bottom:1px dotted #000000;
}
.talks_left_col
{
	width:50px;
	border-right:1px dotted #000000;
	display:block;
}
.talks_right_col
{
	width:calc(100% - 50px);
	cursor: pointer;
}

.publications_left_col
{
	width:100px;
	border-right:1px dotted #000000;
	display:block;
}
.publications_right_col
{
	width:calc(100% - 100px);
	cursor: pointer;
}
.expand_indicator
{
	padding-left:5px;
}
.talks_padding
{
	padding-bottom:5px;
}
.talks_entry_content_collapsed
{
	overflow: hidden;
	height:0px;
}
.talks_entry_content_expanded
{
	overflow: auto;
	height:100%;
	padding: 5px 20px;
    text-align: justify;
    font-size: 12px;
}
/* ------- /PROJECTS PAGE --------*/

/* ------- ABOUT PAGE --------*/
.about_content
{
    padding-left: 80px;
    font-size:15px;
    font-weight: 400;
}
.about_content a
{
    font-size:14px;
	font-weight: 400;
	color:#000000;
}
.about_social_media
{
	border-top: 1px dotted #000000; 
	margin-top:10px;
	padding-top:10px; 
}
.about_social_media a
{
    font-size:14px;
	font-weight: 400;
	color:#000000;
}
.contact_form
{
	padding-right:40px;
	padding-left:20px;
    padding-top:60px;
}
@media (max-width:991px) 
{
	.about_content
	{
	    padding-left: 40px;
	    padding-right: 40px;
	    font-size:15px;
	    font-weight: 400;
	}

	.contact_form
	{
		padding-right:40px;
		padding-left:40px;
	    padding-top:40px;
	}
}
.form_element_container,
.form_element_container a
{
	height:30px;
	margin-bottom:20px;
	font-size:13px;
	font-weight:500;
}

.form_textArea_container,
.form_textArea_container a
{
	height:90px;
	margin-bottom:20px;
	font-size:13px;
	font-weight:500;
}


.form_element_container input
{
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000000;
}
.form_textArea_container textarea
{
	width:100%;
	height:90px;
	border-top:none;
	border-right:none;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	resize: none
}
.circular_checkbox
{
	width: 18px;
	height: 18px;
	background: #000;

	border-radius: 100%;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);


}


.circular_checkbox label 
{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100px;

	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;

	background: #fff;

}
.circular_checkbox input[type=checkbox] 
{
	visibility: hidden;
}
.circular_checkbox input[type=checkbox]:checked + label 
{
	background: #999;
}
.checkBoxLabel
{
	float:left;
	width:160px; 
	margin-left:15px;
	font-size:13px;
	font-weight:500;
}
/* ------- /ABOUT PAGE --------*/

/* ------- TOPICS PAGE --------*/
.topics_content
{
    padding-left: 80px;
}
.topics_page_title
{
	padding-top:80px;
	font-size : 26px;
	border-bottom:1px dotted #000000;
}
.topics_page_content
{
	border-right:1px dotted #000000;
	border-bottom:none;
	padding-right:10px;
	padding-top:18px;
	font-size: 15px;
	font-weight: 400;
}
.topics_post_content
{
}
.posts_container
{
	border-bottom:1px dotted #000000;
	padding:10px;
}
@media (max-width:991px) 
{
	.topics_content
	{
	    padding-left: 40px;
	    padding-right: 40px;
	    text-align: justify;
	}
	.topics_page_content
	{
		border-right:none;
		border-bottom:1px dotted #000000;
		padding-right:0px;
		font-size: 15px;
		font-weight: 400;
	}
	.topics_post_content
	{
	}
	.topics_page_title
	{
		padding-top:15px;
		font-size : 26px;
		border-bottom:1px dotted #000000;
	}
	.posts_container
	{
		border-bottom:1px dotted #000000;
		padding:10px 0px;
	}

}

.projects_category_title
{
	text-transform: uppercase;
	font-weight: bold;
	margin-top:8px;
}
.projects_category_entry
{
	padding-bottom:4px;
	font-size:12px;
	line-height:20px;
}
.projects_category_entry a
{
	text-decoration: underline;
	font-style: italic;
	color:#000000;
}
.projects_category_entry a:hover
{
	text-decoration: underline;
	font-style: italic;
	color:#666;
}
.references_container
{
	padding:10px;
}
.references_category_title
{
	text-transform: uppercase;
	font-weight: bold;
}

.references_category_entry
{

}
.references_category_entry a
{
	text-decoration: underline;
	color:#000000;
}
.references_category_entry a:hover
{
	text-decoration: underline;
	color:#666;
}


.topics_list_container
{
	padding-right:40px;
	padding-left:20px;
	border-left:1px solid #000000;
}
@media (max-width:991px) 
{
	.topics_list_container
	{
		padding-right:20px;
		padding-left:80px;
		border-left:none;
	}
}
.topics_title
{
	padding-top:15px;
	font-size:32px;
	text-transform: uppercase;
}
.topics_list
{
	font-size:12px;
	color:#999;
}

.topics_list_selected
{
	font-size:12px;
	color:#000;
}

.topics_list a
{
	color:#999;
	text-decoration: none;
}

.topics_list a:hover
{
	color:#333;
	text-decoration: none;
}

.project_sidebar_title_selected
{
	font-size:11px;
	color:#000;
	padding-left:15px;
}

.project_sidebar_title
{
	font-size:11px;
	color:#999;
	padding-left:15px;
}
.project_sidebar_title a
{
	color:#999;
	text-decoration: none;
}

.project_sidebar_title a:hover
{
	color:#333;
	text-decoration: none;
}

/* ------- TOPICS PAGE --------*/
/* ------- Single Project Template --------*/
.project_content
{
	margin-left: 40px;
    padding-left: 80px;
    width: calc(100% - 340px);
    float:left;
}

.project_media_header
{
	/*width: 100%;*/
	overflow-x: hidden;
	height:120px;
}
.project_page_title
{
	padding-top:10px;
	font-size : 26px;
	border-bottom:1px dotted #000000;
}
.project_page_content
{
	width:65%;
	border-right:1px dotted #000000;
	padding-right:10px;
	padding-top:18px;

	float:left;
}

.project_page_content img
{
	visibility:hidden;
}

.project_post_content
{
	width:35%;
	float:right;
}

@media (max-width:991px) 
{
	.project_page_content
	{
		width:100%;
		padding-left:10px;
		padding-right:10px;
		padding-top:18px;
		border-bottom:1px dotted #000000;
		border-left:1px dotted #000000;
	}
	.project_page_content img
	{
		height:0px;
	}
	.project_post_content
	{
		width:100%;
	}
}
/* ------- Single Project Template --------*/


