/* Custom Styles DMC */
body {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	max-width: 1024px;
	margin: auto;

}

.container {
/*		background: url(../img/paper.png) repeat;*/
	margin: auto;isa
}

#title, #name {
	text-align: left;
	font-weight: 300;
}
#title {
	position: relative;
	top: 7px;
	color: #838383;
	font-size: 20px;
}

#name {
	color: #363636;
	font-size: 30px;
}

.long-name #name {
	font-size: 24px;
	padding-bottom: 7px;
}
 
p{
	margin: 0;
	padding: 0;

}

#main-frame {

	margin: auto;
	min-width: 960px;

}

#logo {
	top: 15px;
	left: 29px;
	position: relative;
	height: 127px;
	width: 370px;
	background-image: url(../img/logoblack.png);
	background-repeat: no-repeat;
	background-size: 250px auto;
	display: inline-block;
	float: left;

}

.navi2
{
	position: relative;
	margin: auto;
	ƒdisplay: inline-block;
	float: right;
	top: 30px;
	list-style-type:none;
	font: 300 20px Lato;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-align:right;
	padding-bottom: 100px;


}

.navi2 li {

	text-decoration:none;
	display: inline;
	margin-right: 40px;
	
}

.navi2 a {

      text-decoration:none;
      padding:5px;
      color: #575757;
      -webkit-transition: color 0.2s ease-out; /* Saf3.2+, Chrome */
      -moz-transition: color 0.2s ease-out; /* Firefox 4+ */
      -ms-transition: color 0.2s ease-out; /* IE10+ */
      -o-transition: color 0.2s ease-out; /* Opera 10.5+ */
      transition: color 0.2s ease-out;

}

.navi2 a:hover, a:focus {
      text-decoration:none;

      color: #fd6f6f;
      

}


#blurb {
	text-align: center;
	font: 300 30px Lato;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	padding-bottom: 150px;
	padding-top: 130px;
	letter-spacing: 40px;
	width: 100%;
	clear: both;
	color: #8f8f8f;
}

.con-grid {
	list-style: none;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.con-grid li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: top;
	height: 150px;
	text-align:left;
	width: 250px;
}

.foot
{
	position: relative;
	height: 22%;
/*	box-shadow: inset 0 2px 6px #787878;*/
	margin-top: 100px;

}

.foot a {
	color:  black;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in; /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-in; /* Firefox 4+ */
	-ms-transition: color 0.2s ease-in; /* IE10+ */
	-o-transition: color 0.2s ease-in; /* Opera 10.5+ */
	transition: color 0.2s ease-in;
}

.foot a:hover, a:focus {
	color: #fd6f6f;
}

#address
{
	margin-top: 5%;
	font: 300 16px Lato;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	text-align:center;
	display: inline-block;
	float: left;
	margin-left: 15%;
}

#contacts {
	position:relative;
	display: inline-block;
	float: right;
		margin-right: 15%;
			margin-top: 5%;
}

#mail {
	height: 40px;

	font: 300 19px Lato;
}

#cell {
	font: 300 19px Lato;
	padding-top: 5px;
	-webkit-transition: color 0.2s ease-in; /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-in; /* Firefox 4+ */
	-ms-transition: color 0.2s ease-in; /* IE10+ */
	-o-transition: color 0.2s ease-in; /* Opera 10.5+ */
	transition: color 0.2s ease-in;
}

#cell:hover {
	
	color: #fd6f6f;
}

#name {

	-webkit-transition: color 0.2s ease-in; /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-in; /* Firefox 4+ */
	-ms-transition: color 0.2s ease-in; /* IE10+ */
	-o-transition: color 0.2s ease-in; /* Opera 10.5+ */
	transition: color 0.2s ease-in;
}

#name:hover {
	
	color: #fd6f6f;
}


.align {
	position: relative;
	top: -8px;
	left: 5px;
}
#disclaimer
{
	padding-top: 40px;
	font: 300 14px Lato;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	margin: auto;
	text-align:center;
	clear: both;
}

#cc
{
	padding-top: 2px;
	font: 300 15px Lato;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	margin: auto;
	text-align:center;
}


/* Preview Effect Styles */

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 70px 5px 40px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}


.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000000;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	color: #483c65;
	
/*background: #8c8c99; /* Old browsers *!/
/* IE9 SVG, needs conditional override of 'filter' to 'none' *!/
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGM5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTRhNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #8c8c99 0%, #4a4a59 100%); /* FF3.6+ *!/
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8c8c99), color-stop(100%,#4a4a59)); /* Chrome,Safari4+ *!/
background: -webkit-linear-gradient(left, #8c8c99 0%,#4a4a59 100%); /* Chrome10+,Safari5.1+ *!/
background: -o-linear-gradient(left, #8c8c99 0%,#4a4a59 100%); /* Opera 11.10+ *!/
background: -ms-linear-gradient(left, #8c8c99 0%,#4a4a59 100%); /* IE10+ *!/
background: linear-gradient(to right, #8c8c99 0%,#4a4a59 100%); /* W3C *!/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c99', endColorstr='#4a4a59',GradientType=1 ); /* IE6-8 *!/*/
	background: url(../img/paper.png) repeat;
			box-shadow: 
			    inset 0px 11px 8px -11px #000,
			    inset 0px -11px 8px -11px #000; 
		
	}
.og-expander img {
	padding-top: 20px;
}

.og-expander-inner {
	padding: 20px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	z-index: 50;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #1f1e1e;
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #fd6f6f;
}

.og-fullimg,
.og-details {
	width: 30%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details p{
	padding: 4px;
}
.og-details {
	padding: 0 40px 0 20px;
	width: 70%;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 60px;
	padding: 10px 0 5px;
	margin-bottom: 5px;
	color: #5d5c5c;
}

.og-details p {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #5d5c5c;
}

/*.og-details a {
	font-weight: 300;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}*/
.og-details a{
	color: black;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
	color: #606060;
}

.og-details a:hover {
	border-color: #999;
	color: #606060;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}