* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background: #000 url(../images/bg.jpg) repeat;
    font-family: Tahoma,Geneva,sans-serif;
}

body {
    width: 100%;
    max-width:980px;
    margin: 0 auto;
    height: auto;
    background: #fff;
    color: #000;
}

#top-header {
	height:5px;
	background: #fff;
	border-bottom:5px solid #000;
}

#header {
	background: #fff;
	height:auto;
	position: relative;
}

#header img {
	width: 100%;
}

#container {
	width: 100%;
	max-width:980px;
    margin: 0 auto;
    background: rgb(228, 228, 228)
}

.contact {
	padding:20px;
	text-align: center;
}

.contactfont {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
#nav {
  background: rgb(228, 228, 228);
  width: auto;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#nav ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#nav.align-right ul li {
  float: right;
}
#nav.align-center ul {
  text-align: center;
}
#nav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#nav ul li a:hover {
  color: #333333;
}
#nav ul li a:hover:before {
  width: 100%;
}
#nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #000;
  opacity: .5;
}
#nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#nav ul li.last > a:after,
#nav ul li:last-child > a:after {
  display: none;
}
#nav ul li.active a {
  color: #333333;
}
#nav ul li.active a:before {
  width: 100%;
}
#nav.align-right li.last > a:after,
#nav.align-right li:last-child > a:after {
  display: block;
}
#nav.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav ul li {
    float: none;
    display: block;
  }
  #nav ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  #nav ul li.last > a,
  #nav ul li:last-child > a {
    border: 0;
  }
  #nav ul li a:after {
    display: none;
  }
  #nav ul li a:before {
    display: none;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

footer {
	background: #000 url('../images/footerbg.jpg');
	background-position: 100% 0%;
  position: relative;
  z-index: 1;
}

footer .splitter {
    background-color: #000;
    height: 20px;
}

footer > ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 95%;
}
footer > ul li {
    float: left;
    padding: 20px 15px;
    width: 100%;

    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
footer > ul li:first-child {
    padding-left: 0;
}
footer > ul li:nth-child(3) {
    padding-right: 0;
}
footer > ul li .text {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-shadow: -2px 1px 3px rgba(0, 0, 0, 1);
    text-align: justify;
}
.text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text a {
    color: #505050;
    font-weight: bold;
}

footer .bar {
    background-color: #000;
    padding: 20px 0;
}
footer .bar-wrap {
    font-size: 12px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 95%;
}
.links {
    float: left;
    list-style: none outside none;
    position: relative;
}
.links li {
    float: left;
    margin-right: 10px;
}
.links a {
    color: #778888;
}
.links a:hover {
    color: #FFFFFF;
}
.copyright {
    color: #778888;
    margin-top: 5px;
}

.social {
    position: absolute;
    right: 0;
    top: 0;
}
.social a {
    color: #778888;
    text-decoration: none;
    margin-left: 20px;
}
.social a:hover {
    color: #FFFFFF;
}



@media screen and (max-width: 1000px){
    .links, .social, .copyright{
        float:none;
        text-align:center;
    }
    .social {
        position:relative;
        margin:10px 0;
    }
    .links li {
        display:inline-block;
        float:none;
    }
    .bar {
        position:relative;
    }
    .bar-wrap {
        margin-bottom:0;
    }
}

@media screen and (max-width: 835px)  {
    footer > ul li {
        float:none;
        width:auto;
    }
}

@media screen and (max-width: 768px)  {
    .links li {
        margin-right:5px;
    }
    footer > ul { padding: 25px 0 !important }
}

@font-face {
    font-family: 'socicon';
    src: url('../font/socicon-webfont.eot');
    src: url('../font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/socicon-webfont.woff') format('woff'),
         url('../font/socicon-webfont.ttf') format('truetype'),
         url('../font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
    font-family: 'socicon' !important;
}

body {
  background:#f5f5f5;
}
.grid-container {
  padding:20px;
  max-width: 600px;
}
.form-title {
  padding:20px 0;
}
.form-title h1{
  font-family:Georgia;
  font-size:24px;
  font-weight:bold;
  color:#666;
  line-height:30px;
}
.form-instructions p{
  font-family:Georgia;
  font-size:16px;
  font-weight:bold;
  color:#999;
  margin-bottom:20px;
  line-height:24px;
}
.form-row {
  padding:20px 0;
  border-bottom:1px dashed #ddd;
}
.form-label {
  font-family:Georgia;
  font-size:14px;
  font-weight:bold;
  color:#999;
  margin-bottom:5px;
}
.form-label span{
  font-family:Georgia;
  font-size:11px !important;
  font-weight:bold;
  color:#DD3D36;
  margin-bottom:5px;
}
.form-input input, .form-input textarea{
  padding:5px;
  border:1px solid #e5e5e5;
  color:#999;
}
.form-input input:focus, .form-input textarea:focus{
  border:1px solid #ccc;
}
.form-button {
  padding:20px 10px;
}
.form-button input{
  float:right;
  padding:5px 10px;
  border:1px solid #333;
  background:#444;
  color:#f5f5f5;
  font-family:Georgia;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
}
.error-result {
  padding:15px;
  background:#FBE8E8;
  border:1px solid #FCD2D2;
  color:#AC1111;
  font-family:Georgia;
  font-size:14px;
  font-weight:bold;
  margin:10px 0;
}
.success-result {
  padding:15px;
  background:#E0FFE4;
  border:1px solid #C5FCCB;
  color:#1F7C2A;
  font-family:Georgia;
  font-size:14px;
  font-weight:bold;
  margin:10px 0;
}

#response {
	display:block!important;
}

.socialmedia {
	padding:20px;
	text-align:center;
}

.socialmedia img {
	margin-right:25px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.socialmedia img:hover {
	margin-right:25px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
height: auto; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}
