@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Modern;
	src: url(fonts/modernpics-webfont.ttf),url(fonts/modernpics-webfont.eot),url(fonts/modernpics-webfont.svg),url(fonts/modernpics-webfont.woff);
}

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
	margin: 0;
	height: 100%;
	background-image: url(../images/back6S.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: Arial, Helvetica, "sans-serif";
}
#wrap {
  min-height: 100%;/* equal to footer height */
  margin-bottom: -265px; 
	padding-bottom: 2em;
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 265px; /* must be the same height as footer */
}
.clear {clear:both}
/** LAYOUT **/
.content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
/** FOOTER **/
h1 {
	margin: 0;
	padding: 1em;
	background: #7d93c8;
	color: white;
	text-align: center;
}
h2 {
	text-align: center;
}
#footer {
  	background: #7d93c8;
	color:white;
}
.content {
	width: 90%;
	max-width: 1100px;
}
.left {
	float: left;
	width: 30%;
	text-align: center;
}
.left .logo {
	width: auto;
	height: 80px;	
}
.left .img {
	width: 80%;
	border: 2px solid black;
	border-radius: 5px;
}
.left .ad {
	width: 80%;
	margin: .5em auto;
	padding: .8em;
	border: 2px solid darkblue;
	border-radius: 5px; 
	background: #7d93c8; /* For browsers that do not support gradients */
    background: linear-gradient(to left, rgba(125,147,200,0), rgba(125,147,200,1));
	font-size: 0.9em;
}
.caps {
	text-transform: uppercase;
	display:block;
}
.right {
	float: right;
	width: 68%;
	padding-top: 4em;
}
.icons {
	float: left;
	width: 30%;
	padding-top: 2em;
}
.icons a {
	text-decoration: none;
	color: white;
}
.icon {
	font-family: Modern;
	font-size: 2em;
	vertical-align: middle;
	line-height: 1.5em;
}
.ft-logo {
	float: left;
	width: 30%;
	padding-top: 2em;
	text-align: center;
}
.ft-logo img {
	width: 100%;
	max-width: 200px;
}
.address {
	float: right;
	width: 30%;
	text-align: center;
	padding-top: 2em;
}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}

@media (max-width: 768px) {
	#wrap {margin-bottom: -450px}
	#footer, #wrap:after {height: 450px}
	.left {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	.left .logo {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.left .img {
		width: 100%;
	}
	.left .ad {
		width: 100%;
	}
	.right {
		float: none;
		width: 90%;
		padding-top: 1em;
	}
	.icons,
	.ft-logo,
	.address {
		float: none;
		width: 90%;
		text-align: center;
	}
	.ft-logo,
	.address {
		padding-top: 0.2em;
	}
}