/*--
	Theme Name: Laborers 633
	Version: 1.0
	Author: ACC Computer Services
--*/
* {
  font-family: arial;
}

html {
  padding: 0 0 0 0 !important;
  margin-top: 0 !important;
}

body {
  background-color: #150100;
  background-image: url(images/red.gif);
  background-repeat: repeat-x;
}

header {
  background-color: #ffffff;
  background-color: #150100;
  background-image: url(images/blue.gif);
  background-repeat: repeat-x;
  width: 100%;
  z-index: 999;
}
header .logo {
  position: relative;
  height: 96px;
}
header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .logo a img {
  width: 100%;
  max-width: 712px;
  height: auto;
  display: block;
  margin: 0 auto;
}

nav {
  text-align: center;
  background-color: #020e28;
  border-top: 1px solid #c09a54;
  border-bottom: 1px solid #c09a54;
}
nav .nav_item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
nav .nav_item.dues {
  background-color: #ce0807;
}
nav .nav_item.dues a {
  color: #ffffff;
}
nav .nav_item a {
  display: block;
  padding: 15px 25px;
  font-size: 24px;
  color: #c09a54;
}
nav .nav_item a:hover, nav .nav_item a:focus {
  text-decoration: none;
  color: #ffffff;
}
nav .nav_item .subnav {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  z-index: 999999;
  width: 250px;
  top: 100%;
  text-align: center;
  background-color: #c09a54;
}
nav .nav_item .subnav a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 15px;
}

.mainbody {
  padding: 25px;
  background-color: #ffffff;
}

.cycle-slideshow a {
  width: 100%;
}
.cycle-slideshow a img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slideshow .pagers {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.cycle-slideshow .pagers span {
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #000000;
  cursor: pointer;
  background-color: #c09a54;
  margin: 0 5px;
  border-radius: 50%;
}
.cycle-slideshow .pagers span.cycle-pager-active {
  background: #ffffff;
}
.cycle-slideshow .pagers > * {
  cursor: pointer;
}

.footer {
  background-color: #000000;
  padding: 25px;
  text-align: center;
  color: #ffffff;
}

li.widget {
  list-style-type: none;
}

h1 {
  color: #022154;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

h2 {
  font-family: "Times New Roman", Times, serif;
}

p, li {
  color: #666666;
  font-size: 16px;
}

.blog-categories {
  display: block;
}
.blog-categories a {
  display: block;
  background-color: #022154;
  color: #c09a54;
  padding: 15px 25px;
  text-align: center;
  font-size: 20px;
}
.blog-categories a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color], textarea {
  max-width: 100%;
}

.toggle-nav {
  display: none;
}

.hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #000000;
}
.hamburger .hamburger2 {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger .hamburger2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 30px;
  background-color: #ffffff;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger .hamburger2 span:nth-child(1) {
  top: 12px;
}
.hamburger .hamburger2 span:nth-child(2) {
  top: 22px;
}
.hamburger .hamburger2 span:nth-child(3) {
  top: 22px;
}
.hamburger .hamburger2 span:nth-child(4) {
  top: 32px;
}
.hamburger .hamburger2.open {
  background-color: #ce0807;
}
.hamburger .hamburger2.open span {
  background-color: #ffffff;
}
.hamburger .hamburger2.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  right: 50%;
}
.hamburger .hamburger2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger .hamburger2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger .hamburger2.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  right: 50%;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  nav .nav_item a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav .nav_item a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 150px) and (max-width: 768px) {
  .toggle-nav {
    display: block;
    position: relative;
    height: 50px;
    background-color: #000000;
  }

  nav {
    display: none;
  }
  nav.open {
    display: block;
  }
  nav .nav_item {
    display: block;
  }
  nav .nav_item a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
  }
  nav .nav_item .subnav {
    display: none;
    width: 100%;
    position: static;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 150px) and (max-width: 715px) {
  header .logo {
    height: auto;
  }
  header .logo a {
    position: static;
  }
}
.video {
  width: 196px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.video h2 {
  display: block;
  font-size: 18px;
  text-align: center;
}
.video a {
  width: 100%;
}
.video a img {
  width: 100%;
  height: auto;
  display: block;
}

/*# sourceMappingURL=style.css.map */
