@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto:400,700);
html {
	height: 100%;
}
body {
	background: #fff;
	font: 400 14px Open Sans, sans-serif;
	margin:0;
	height: 100%;
	color: #7F7777;
}
/*---------------------------------------*/
/*--- HTML5 semantic elements default ---*/
/*---------------------------------------*/

header,
nav,
section,
article,
footer {
	max-width: 1200px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
	color: #7F7777;
	font-size:14px;
	font-family: Open Sans, sans-serif;
}
img {
	display:block;
}
footer {
	max-width: 100%;
	background: #231F20;
}
h1, h2, h3 {
	letter-spacing: -2px;
	position: relative;
	color: #231F20 !important;
	font-family: Open sans;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	font-weight:300;
}
h4 {
	font-weight:300;
	font-size: 20px;
	letter-spacing: -1px;
}
h3 a {
	color: #231F20
;}
nav {padding: 5px 0}

a, a:link {
	color: #3ab054;
	text-decoration: none;
}
footer section:not(.copy) {
        -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    padding-top: 20px;
}
footer ul {
	list-style: none;
	margin:0 0 40px 0;
	padding:0;
	color: #fff;
	min-height:310px;
}
footer ul li {
	color: #dbdbdb;
	font-size: 13px;
	padding:5px 0;
}
footer ul li a {
	color: #d1bd80;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer section.copy ul {
	min-height: auto;
}
footer ul li p {
	line-height: 20px;
}
nav ul {
	list-style: none;
	margin:0;
	padding:0;
	max-width:1200px;
}
nav ul li {
	display:inline-block;
	font-size:13px;
	font-weight: 300;
	padding:0;
	margin:0;
}
nav ul li a {
	padding:5px;
	display:inline-block;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}
nav ul li a:hover {
	color:#D1BD80;
	text-decoration: none;
}
nav ul li a.active {
	font-weight:bold;
	text-decoration: none;
}
pre {
	background: #ff0000;
	color: #fff;
	font-size: 16px;
	padding:10px;
}
/*---------------------------------------*/
/*---    Non semantic elements        ---*/
/*---------------------------------------*/
/* -- Our columns -- */
.cols4 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
     -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.cols3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
        -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;	
}
.cols2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
        -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;	
}
.clear {clear:both;}
/*-- End -- */
.topmenu {
	max-width: 100% !important;
    width: 100%;
    background: #231F20;
}
.topmenu ul {
	margin:auto;
	width:1200px !important;
	text-align:left;
}
.topmenu ul li a {
	color: #ffffff;
}
.mainnav ul {
	border-bottom: 1px solid #D9D9D9;
	text-align:center;
}
.mainnav ul li {
	width:16%;
	font-size: 14px;
}
.mainnav ul li a {
	color: #000000;
	text-transform: uppercase;
	padding:8px;
	font-weight: bold;
}
.mainnav ul li a:hover {
	color: #C9B44B;
}
.logo {
	margin: 50px auto 48px auto;
	width:100%;
	max-width:1000px;
}
.bullets {
	min-width: 100%;
	margin: 40px 0 0 0;
}
.bullets ul {
	list-style: none;
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
}
.bullets ul li {
	float:left;
	width: 25%;
	height:100%;
	margin: 0;
	color: #fff;
	font-size:28px;
	padding: 0;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	text-align: center;
	position:relative;
}
.bullets ul li img {
	width:100%;
	height: auto;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
        -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.bullets ul li img:hover,
.bullets ul li img:focus {
	-webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;	
}
.bullets ul li h3 {
	width: 100%;
	position: absolute; bottom: 0px; left: 0px;
	background:rgba(0,0,0,0.7);
	color: #fff !important;
	padding: 20px 5px;
	letter-spacing: normal;
	margin:0;
	font-size: 19px;
	border:0;
}
.img360 {
	width:100%;
}
.welcome {
	position:relative;
	padding-top: 40px;
	margin-bottom: 40px;
}
.welcome h1, h1.header {
	text-align:center;
	font-size: 36px;
	margin-top: 10px;
}
.button {
	background: #C9B44B;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 20px;
	border:0;
}
.button:hover {
	text-decoration: none;
	background: #231F20;
	color: #fff;
}
ul.news {
	list-style: none;
	border-bottom: 1px solid #D9D9D9;
	padding:0 0 30px 0;
	margin:0;
	width:100%;
	float:left;
}
ul.news li {
	width:48%;
	padding:0;
	margin:0;
	margin-right:20px;
	float:left;
}
ul.news li:nth-child(2) {
	margin-right:0;
	margin-left:20px;
}
ul.news li ul {
	list-style: none;
	margin:0;
	padding:0;
}
ul.news li ul li {
	position: relative;
	float:left;
	width:100%;
	margin-left:0 !important;
	margin-bottom:30px;
}
ul.news li ul li img {
	width: 40%;
	height: auto;
	float:left;
	margin: 0 10px 0 0;
}
ul.news li ul li h3 {
	border:0;
	margin:0;
	font-size:22px;
	padding:0;
	letter-spacing: -1px;
}
ul.news li ul li p {
	border-top: 1px solid #D9D9D9;
	line-height:23px;
	margin-bottom:0;
	padding-top:5px;
	margin-left: 42%;
}
ul.news li ul li time {
	position: absolute; bottom: -10px; left: 7px;
	background: #C9B44B;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	height:40px;
	width:30px;
}
ul.news li ul li time .month {
	font-weight: normal;
	clear:both;
	display:block;
}
.news-main article {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:30px;
	position:relative;
	line-height: 20px;
}
.news-main article .expand.open {
	max-height: 2000px;
	padding-bottom:20px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.news-main article .expand {
	max-height:265px;
	overflow:hidden;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.news-main article div {
	max-height:265px;
	overflow:hidden;
	padding-bottom:20px;
}
.news-main article img.newsimg {
	float:left;
	width: 30%;
	margin: 0 20px 30px 0;
}
.news-main article h2 {
	margin: 4px 0 20px 31.6%;
	letter-spacing: -1px;
}
.news-main article h2 span {
	font-size: 14px;
	float:right;
	color:#C9B44B;
}
.news-main article time {
	position: absolute; top: 205px; left: 7px;
	background: #C9B44B;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	height:40px;
	width:30px;
	z-index:200;
}
.news-main article .month {
	font-weight: normal;
	clear:both;
	display:block;
}
.gallery img {
	margin-bottom: 1.5em;
	width:100%;
}
section.form {
	max-width:600px;
}
section.form .fieldname,
section.form .label {
	min-width: 140px;
}
section.form table {
	width:95%;
	margin:auto;
}
section.form input[type="text"],
section.form input[type="password"] {
	width: 95%;
	padding:5px;
}
section.form .button {
	font-size:18px;
	width:98%;
	margin:20px 0;

}
section.form .button:hover,
section.form .button:focus {
	cursor:pointer;
}
.btn-lg {
	padding: 14px 34px;
}
.copy {
	width: 100%;
	max-width:100%;
	background: #000;
	padding: 20px 0;
}
.copy ul {
	list-style: none;
	width:100%;
	max-width: 1200px;
	margin:0 auto 0 auto;
	padding:0;
}
.copy ul li {
	display:inline-block;
	width: 49%;
	padding:0;
	margin:0;
}
.contact-foot {
	background: #D1BD80;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	max-width: 100%;
}
.contact-foot div {
	max-width: 1200px;
	margin: auto;
}
.contact-foot .button {
	padding: 20px;
	float:right;
	background: #231F20
}
.contact-foot p {
	float:left;
	margin-top: 20px;
}
.social {
	text-align: right;
}
.social i {
	margin: 0 2px;
}
.hr {
	border-top: 1px solid #D9D9D9;
	margin-top:20px;
	padding-top:10px;
}
.hidden {
	display:none;
}
a.green {
	color: #3ab054 !important;
}
@media (min-width: 1024px) and (max-width: 1200px) {
	section:not(.bullets) {
		padding:20px;
	}
	.news-main article .expand {
		max-height:155px;
	}
	.news-main article div {
		max-height:155px;
	}
	.news-main article time {
		position: absolute; top: 7px; left: 7px;
	}
	.news-main article div.clear {
		height:20px;
	}
	footer ul {
		min-height: 320px;

	}
	.copy ul li {
		text-align: center;
		padding-bottom: 10px
	}
	
}
@media (min-width: 768px) and (max-width: 1023px) {
	.cols4 {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
	section:not(.bullets) {
		padding:20px;
	}
	.bullets ul li {
		width:50%;
	}
	.copy ul li {
		width:49%;
		text-align: center;
		padding-bottom: 10px
	}
	ul.news li {
		width:47%;
	}
	.news-main article .expand {
		max-height:155px;
	}
	.news-main article div {
		max-height:155px;
	}
	.news-main article time {
		position: absolute; top: 7px; left: 7px;
	}
	.news-main article div.clear {
		height:20px;
	}
}
@media (max-width: 767px) {
	.cols4 {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
	section:not(.bullets) {
		padding:20px;
	}
	.topmenu ul {
		width:100% !important;
		text-align: center;
	}
	.mainnav ul li {
		width:16%;
	}
	.mainnav ul li:nth-child(2) {
		width:30%;
	}
	.mainnav ul li:nth-child(3) {
		width:28%;
	}
	ul.news li {
		width:100%;
		margin:0;
		margin-top:20px;
	}
	ul.news li:nth-child(2) {
		margin:0;
	}
	ul.news li ul li img{
		width:100%;
		margin-bottom:5%;
	}
	ul.news li ul li p {
		margin-left:0;
	}
	ul.news li ul li time {
	position: absolute; top: -10px; left: 7px;
	}
	.news-main article .expand {
		max-height:448px;
	}
	.news-main article div {
		max-height:448px;
	}
	.news-main article img.newsimg {
		float:none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.news-main article h2 {
		margin: 4px 0 20px 0;
		font-size: 16px;
	}
	.news-main article time {
		position: absolute; top: 7px; left: 7px;
	}
	.bullets ul li {
		width:100%;
	}
	footer ul {
		min-height: auto;
		margin-bottom: 0;

	}
	.contact-foot {
		text-align: center;
		min-height: 180px;
	}
	.contact-foot p {
		text-align:center;
		float:none;
		padding-bottom: 20px;
	}
	.contact-foot .button {
		float:none;
	}
	.copy ul li {
		width:88%;
		text-align: center;
		padding-bottom: 10px
	}
}


