/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background-color: #000000;
	color: #ffffff;
}
.header {
	background-color: #202020;
	font-size: 20px;
}
.header fake a {
	color: #F0F0F0;
	text-decoration: none;
	font-size: 20px;
	float: none;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;

}
.header .grid.grid-pad-header .col-7-12 .content a {
		color: #F0F0F0;
	text-decoration: none;
	font-size: 20px;
	float: none;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-right: 10px;
	padding-left: 10px;
}


.header .grid.grid-pad-header .col-7-12 .content a:hover {
	color: #FFCC00;

}

.main {
	margin-top: -50px;
	padding-top: -50px;


}

.textytext {
width: 100%;
padding: 5%;
    position: block;
	 text-align:justify
}

.prefooter {
	background-color: #202020;
	height: 50px;
	margin-top: -50px;
	z-index: -1;
	position: relative;
	color: #999999;
}
.footer {
	background-color: #202020;
	color: #999999;
	padding: 0px;
}
.containerover {
  position: relative;
  	width: 100%;
	height: auto;
	line-height: 0;
}
.image {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #202020;
}
.containerover:hover .overlay {
  opacity: 1;
}

.text {
  color: #FFCC00;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  	width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.line {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ffffff;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.content {
	margin: 0px;
	padding: 0%;
}

.images {
	margin: 0px;
	line-height: 0px;
	display: block;
}
.contentdark {
	padding: 10px;
	background-color: #202020;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.logo {
	padding: 10px;
	margin-top: -120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	background-color: #303030;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
.grid-pad-header {
	background-color: #202020;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-top: 120px;
}
.grid-pad-footer {
	background-color: #202020;
	padding-top: 0px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}
h2 {
	color: #ffcc00;
	font-weight: 400;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}


.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
		max-width: 300px;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

@media handheld, only screen and (max-width: 767px) {

	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
a {
	color: #ffcc00;
	text-decoration: none;
}
h3 {
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	    text-align: center;
}

.h1 {
	font-size: 35px;
		letter-spacing: 9px;
		  color: #ffffff;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


    #slides {
	display: none;
    }

    #slides .slidesjs-navigation {
	margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
	background-position: 0 0;
	margin-left: 10px;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
	background-position: -41px -18px;
    }

    .slidesjs-pagination {
	float: right;
	list-style: none;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
    }

    .slidesjs-pagination li {
	float: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
	overflow: hidden;
    }
	
	   #slides {
	display: none;
    }

    .container {
	background-color: #303030;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
.footer .grid.grid-pad-footer .col-1-1 .content center {
	color: #303030;
}
.squarebox {
    background-color: #303030;
    width: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
.boxtext {
  color: #ffffff;
  line-height: 100%;
  font-size: 100%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  	letter-spacing: 2px;
}
.tinytext {
	font-size: 75%;
	letter-spacing: 300%;
		margin-top: 3px;

}
		.antispam { display:none;}
		
input[type=text], select {
    width: 90%;
    background-color: #999999;
    display: inline-block;
		border: 0px;

}
textarea[type=text], select {
    width: 100%;
    background-color: #999999;
    display: inline-block;
		border: 0px;

}
input[type=submit], select {
    width: 100%;
    background-color: #999999;
    display: inline-block;
	border: 0px;

}
#spotlight {

	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  

}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 0px;
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 601px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
  .boxtext {
  color: #ffffff;
  line-height: 100%;
  font-size: 75%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  	letter-spacing: 1px;
}
.tinytext {
	font-size: 50%;
	letter-spacing: 300%;
		margin-top: 2px;

}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 300px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}