@import url(http://fonts.googleapis.com/css?family=Jura);

@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

html {
	position: relative;
    height: 100%;
	margin: 0px;
}

body {
	font-family: 'Jura';
  	font-size: 12px;
	background-color: #ffffff;
	height: 100%;
	margin: 0px;
}	

h6{
	font-size: 0px;
	color:white;
}

#leftmenu {
	possition: absolute;
  	background: #ffffff;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	float: left;
}

.portfoliolink {
	color: blue;
	text-decoration:none;
}

.portfoliolink:visited{
	color: blue;
	text-decoration:none;
}

.indexlink {
	color: black;
	text-decoration:none;
}

a{
	color: blue;
	text-decoration:none;
}

a:visited{
	color: inherit;
	text-decoration:none; 
}

.textcontent{
	width: 350px;
}
	
#portfoliotable td{
	width:120px;
}

#content{
	position: absolute;
	background: #ffffff;
	left: 80px;
	top:350px;	
	float: left; 
}

#midcontent{
	position: absolute;
	top:310px;
	left: 10px;
}

#subcontent > div {
	width: 180px;
	height: 330px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}

#identitycontent > div {
	width: 180px;
	height: 220px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}


footer {
	bottom: 0;
	position: fixed;
	width: 180px;
	left: -200px;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

#logo {
	position: absolute;
	left: 10px;
	top: 30px;
	height: 100;
	width:160px;
}
  
.menu {
  font-size: 20px;
  position: absolute;
  width: 340px;
  left: 10px;
  top: 100px;
  line-height: 130%;
  z-index: 1;
  text-align: center;
}

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: black;
}

.menu ul li a:hover {
  background-color: #ffffff;
  color: DimGray;
  
  }

.menu ul li a {
  display:block;
  padding:0px 0px 0px 0px;
  text-decoration:none;
  border: 1px solid #ffffff;
  color: black;
  }

.menu ul li a:link , #menu ul li a:visited {
  background-color: #eae7e4;
  color: black;
  }

.title {
  font-family: 'Jura';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: red;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: black;
  background: #eae7e4;
  -moz-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  -webkit-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  text-shadow: 0 -0px 0 rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #ffffff;
  color: DimGray;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: black;
  top: 0px;
  right: 0px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  color: black;
  background: lgihtgrey;
  -moz-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  -webkit-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.3);
  padding: 0px 0px;
}
.dropdown > .dropdown-menu li a:hover {
  color: DimGray;
}

#sharebutton{
	position: absolute;
	left: 200px;
	top: 30px;
}

#sharebutton td {
	width: 40px;
}



.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#logo {
	position: absolute;
	left: 40px;
	top: 60px;
	height: 100;
	width:160px;
}

.menu {
  font-size: 16px;
  position: absolute;
  width: 100px;
  left: 40px;
  top: 130px;
  line-height: 100%;
  z-index: 1;
}

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: black;
}

.menu ul li a:hover {
  background-color: #ffffff;
  color: lightgrey;
  
  }

.menu ul li a {
  display:block;
  padding:0px 0px 0px 0px;
  text-decoration:none;
  border-left:0px solid #ffffff;
  border-right:0px solid #ffffff;
  color: black;
  }

.menu ul li a:link , #menu ul li a:visited {
  background-color: #ffffff;
  color: black;
  }

.title {
  font-family: 'Jura';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: red;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
/*
  color: white;
  background: #C0392B;
*/
  color: black;
  background: #ffffff;
  -moz-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  -webkit-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  text-shadow: 0 -0px 0 rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
}
.dropdown [data-toggle="dropdown"]:hover {
/*
  background: #cd3d2e;
*/
  background: #ffffff;
  color: lightgray;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: black;
  top: 0px;
  right: 0px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  
  color: #6e6e6e;
/*  
  background: #EEE;
*/
  background: #ffffff;
  -moz-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  -webkit-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.3);
  padding: 0px 0px;
}
.dropdown > .dropdown-menu li a:hover {
  color: lightgrey;
}

#sharebutton{
	position: absolute;
	left:40px;
	top: 270px;
}

#sharebutton td {
	width: auto;
}

#content{
	position: absolute;
	background: #ffffff;
	top: 60px;
	left: 220px;	
	float: left;
	height:auto;

}

#midcontent{
	position: absolute;
	background: #ffffff;
	top: 35px;
	width:480px;
	left: 220px;	
	float: left;
	height:auto;

}

.textcontent{
	width: 480px;
}

footer {
	bottom: 0;
	position: fixed;
	width: 180px;
	left: -200px;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 0;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#logo {
	position: absolute;
	left: 40px;
	top: 60px;
	height: 100;
	width:160px;
}

.menu {
  font-size: 16px;
  position: absolute;
  width: 100px;
  left: 40px;
  top: 130px;
  line-height: 100%;
  z-index: 1;
}

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-decoration: none;
  color: black;
}

.menu ul li a:hover {
  background-color: #ffffff;
  color: lightgrey;
  
  }

.menu ul li a {
  display:block;
  padding:0px 0px 0px 0px;
  text-decoration:none;
  border-left:0px solid #ffffff;
  border-right:0px solid #ffffff;
  color: black;
  }

.menu ul li a:link , #menu ul li a:visited {
  background-color: #ffffff;
  color: black;
  }

.title {
  font-family: 'Jura';
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: red;
}

.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
/*
  color: white;
  background: #C0392B;
*/
  color: black;
  background: #ffffff;
  -moz-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  -webkit-box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  box-shadow: 0 0px 0 #d65548 inset, 0 -0px 0 #962d22 inset;
  text-shadow: 0 -0px 0 rgba(0, 0, 0, 0.3);
  padding: 0px 0px;
}
.dropdown [data-toggle="dropdown"]:hover {
/*
  background: #cd3d2e;
*/
  background: #ffffff;
  color: lightgray;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: black;
  top: 0px;
  right: 0px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  
  color: #6e6e6e;
/*  
  background: #EEE;
*/
  background: #ffffff;
  -moz-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  -webkit-box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  box-shadow: 0 0px 0 white inset, 0 0px 0 #d4d4d4 inset;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.3);
  padding: 0px 0px;
}
.dropdown > .dropdown-menu li a:hover {
  color: lightgrey;
}

#sharebutton{
	position: absolute;
	left:40px;
	top: 270px;
}

#sharebutton td {
	width: auto;
}

#content{
	position: absolute;
	background: #ffffff;
	top: 60px;
	left: 220px;	
	float: left;
}

#midcontent {
	width:auto;
	left:220px;
	float: left;
	position: absolute;
	background: #ffffff;
	top: 35px;
}
.textcontent{
	width: 600px;
}
footer {
	bottom: 0;
	position: fixed;
	width: 180px;
	left: 40px;
}
	
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}