@charset "utf-8";
/* CSS Document */

/***
New Colors
Cream - #e2cba1
Tan - #72694e
Slate - #414b4c
Green - #617066
***/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700|Open+Sans:400,300,300italic,400italic,700,700italic);
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
}
ol {
	padding-left: 19px;
}
ul {
	margin-bottom: 15px;
	padding-left: 26px;
}
ol {
	font-weight: bold;
}
ul li {
	font-weight: normal;
	list-style: disc outside none;
}

h1 {
    border-bottom: 1px dotted;
    color: #394243;
    font-family: 'Oxygen',sans-serif;
    font-size: 40px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-transform: uppercase;
}
h2 {
	color: #617066;
	font-family: 'Oxygen', sans-serif;
	font-size: 23px;
	margin: 30px 0 5px;
}

h3 {
    border-bottom: 1px solid #394243;
    color: #394243;
    font-family: 'Oxygen',sans-serif;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}


h4 {
    color: #394243;
    font-family: 'Oxygen',sans-serif;
    font-size: 18px;
    margin: 35px 0 0;
    text-transform: uppercase;
}

h5 {
	color: #394243;
    font-family: 'Oxygen',sans-serif;
    font-size: 13px;
    margin: 0 0 10px 0;
	text-transform:uppercase;
}

img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
}

#wrapper {
    border: 4px solid #FFFFFF;
  	margin: 0 auto;
    position: relative;
		width:100%;
    max-width: 1180px;
}
.container {
	margin: 0 auto;
	/*width: 100%;*/
}
#header {
	background:#ededed;
}
.logo {
	margin:0 auto;
	width:350px;
	padding:10px 0;
}
.logo img {
	max-width:100%;
}
.banner {
	background: none repeat scroll 0 0 #7D0B0F;
	float: right;
}
#navigation .container {
	background:#617066;
	margin:15px 0;
}
ul.main-menu {
	margin: 0;
}
ul.main-menu li {
	float: left;
	list-style: none outside none;
	margin: 14px 24px;
}
ul.main-menu li a {
	color: #FFFFFF;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul.main-menu li a:hover {
	text-shadow: none;
}

.berg {
	display:none;
}
.berg img {
max-width:100%;
}
.mobile_nav_show {
	-moz-transform: translateX(0px) !important;
-webkit-transform: translateX(0px) !important;
-o-transform: translateX(0px) !important;
-ms-transform: translateX(0px) !important;
transform: translateX(0px) !important;
}

@media only screen and (max-width: 900px) {
		.logo {
			width:300px;
		}
}

@media only screen and (max-width: 767px) {
	body {
		margin:0;
	}
	#navigation .container {
		background: #617066;
		margin: 10px 0;
		width: 100%;
		height: 50px;
	}
	#navigation ul.main-menu {
	list-style: none outside none;
	padding: 20px 10px;
	position: fixed;
	top: 201px;
	left: 0;
	height: auto;
	width: 100%;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;
	z-index:1;
	background:#617066;
	}
	#navigation ul.main-menu li {
		float:none;
		overflow:hidden;
		margin:15px 30px;

	}
	.berg {
		display:block;
		width:38px;
		margin-right:10px;
		margin-top:5px;
		cursor:pointer;
		float:right;
		z-index: 2;
    position: relative;
	}
	.logo {
		width:200px;
	}

	h1 {
		font-size:28px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:16px;
	}
}
#main {
/*background: url(../images/main-bg.jpg) repeat-y;*/
}
#main-content {
	float: left;
	width:calc(100% - 300px);
}
#main-content .container {
	margin: 0;
	padding: 0 20px;
	display: block;
}

#main-content .container a {
	color:#394243;
}

#main-content .container a:hover {
	color:#72694e;
}

#main-content img {
	border: 1px solid #999999;
	border-radius: 10px 10px 10px 10px;
}
#sidebar {
	float: right;
	width:300px;
}

#sidebar .container {
    /*background-color: #7D0B0F;*/
		padding: 20px 30px;
}

#sidebar .container a {
    color: #394243;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#sidebar .container a:hover {
	color:#72694e;
}

#sidebar .container p {
	color: #394243;
}
.caption-img {
	float: right;
	padding-left: 19px;
}
.caption-img p {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 11px;
	text-align: center;
}

#footer  {
	background:#ffffff;
}

#footer .container {
    background: #617066;
    border-top: 4px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
		height:170px;
}

.footer_logo {
	float:left;
	width:150px;
	height: 150px;
	position:relative;
}
.footer_logo img {
	max-width:100%;
	position:absolute;
	transform:translateY(-50%);
	top:50%;
}
#footer .footer_nav {
	float:right;
	position:relative;
	height: 150px;
	width:53%;
}
#footer .footer_nav .main-menu {
	position: absolute;
	transform:translateY(-50%);
	top:50%;
	right: 0;
}

#footer .copy {
	background: #617066;
	color: #ffffff;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
/* Wrapper */
#wrapper {
    border: 4px solid #FFFFFF;
  	margin: 0 auto;
    position: relative;
		width:100%;
    max-width: none;
}

/* Body Content */
#main-content {
	float: left;
	width:100%;
}

img.right {
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0;
	padding: 0;
	clear: both;
	display: block;
}

.caption-img {
	float: none;
	padding-left: 0;
	padding-top: 15px;
}

/* Sidebar */
#sidebar {
	float: right;
	width:100%;
}

table {
	width:100%;
}

/* Footer */
	#footer .container {
	    background: #617066;
	    border-top: 4px solid #FFFFFF;
	    color: #FFFFFF;
	    font-size: 14px;
	    padding: 4px 0;
	    text-align: center;
			height:auto;
	}

	.footer_logo {
		float:none;
		width:100%;
		height:auto;
		margin-bottom:20px;
		position:relative;
	}
	.footer_logo img {
		max-width: none;
		position: absolute;
		transform: translateX(-50%);
		left: 50%;
		height: auto;
		width: 200px;
		margin-top: 30px;
	}
	#footer .footer_nav {
		float:none;
		position:relative;
		height: auto;
		text-align: center;
		width:100%;
	}
	#footer .footer_nav .main-menu {
		position: relative;
		transform: translateY(0);
		top: 0;
		display: inline-block;
		text-align: center;
		width: 100%;
		margin: 150px 0 0 0;
		padding: 0;
		clear: both;
	}
	#footer .footer_nav .main-menu li {
		clear: both;
		margin-top: 10px;
		width: 100%;
		margin:14px 0;
	}

	#footer .copy {
		background: #617066;
		color: #ffffff;
		text-align: center;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		clear: both;
		padding-bottom: 15px;
	}
}

.sedar-btn {
    background: none repeat scroll 0 0 #333333;
    border-radius: 9px;
    margin-top: 57px;
    text-align: center;
    width: 200px;
}

.sedar-btn:hover {
    background: none repeat scroll 0 0 #7D0B0F;
}

.sedar-btn a {
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    padding: 14px 45px;
    text-decoration: none;
    text-transform: uppercase;
}
