body {
  margin: 0px;
  color: #000;
  font-family: Montserrat, Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border-style: none;
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
h1 {
  font-family: "Montserrat Medium";
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 15px;
  color: #000;
  line-height: normal;
  font-weight: normal;
}
h2 {
  font-family: "Montserrat Medium";
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #000;
  line-height: normal;
  font-weight: normal;
}
h3 {
  font-family: "Montserrat Medium";
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 10px;
  color: #000;
  line-height: normal;
  font-weight: normal;
}
ul,
ol {
  padding-left: 25px;
}

.subpage-content a:link,
.subpage-content a:visited {
  text-decoration: none;
  color: #ff0000;
}

.subpage-content a:hover {
  color: #cc0000;
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0px;
}
.homeSearchDiv,
.sidebartext {
  padding-left: 5px;
}
.homeSearchDiv {
  padding-bottom: 10px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cont_area {
  width: 100%;
  display: table;
}
.left_block {
  width: 20%;
  display: table-cell;
  float: left;
  padding: 1%;
  background-color: #efefef;
  border-right: 1px solid #ccc;
}
.cont_block {
  width: 79%;
  display: table-cell;
  float: right;
  padding: 1%;
}
.crights {
  clear: both;
  width: 100%;
  padding: 3%;
  float: left;
  font-size: 10px;
  line-height: 14px;
  font-size: 10px;
  line-height: 14px;
  border-top: 1px solid #999;
}
.titlediv {
  background-color: #000;
  color: #fff;
  float: left;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  padding: 3%;
}
.menudiv {
  width: 100%;
  float: left;
}
.searchdiv {
  float: right;
  width: 200px;
}
.no_bullets {
  text-decoration: none;
}
.sec1 {
  background-image: url("/images/top_banner.jpg");
  width: 100%;
  height: 349px;
}

.aButton {
  display: inline-block;
  padding-top: 14px;
  margin-top: 15px;
  margin-left: 88px;
  width: 173px;
  height: 44px;
  background-color: #ff0000;
  border-radius: 6px;
  color: white;
  /*background: black;*/
  text-align: center;
  cursor: pointer;
  outline: 0;
  border: none;
  transition: background 0.5s;
  text-decoration: none;
}
.main-menu1 {
  background-position: top center;
  font-family: "Montserrat Medium";
  background-image: url("/images/header.png");
  height: 139px;
  margin-top: -42px;
}
.main-menu1 li {
  font-size: 18px;
  padding-right: 50px;
}

.main-page-header {
  width: 100%;
  float: left;
  margin: 0px;
  margin-top: -139px;
  padding-top: 175px;
  height: 374px;
  border-bottom: 25px solid #cacaca;
  background-image: url(/images/top_banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page-header .heading {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
  padding: 25px 95px;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobileMenuDiv .zMenuBarDiv {
  width: 100% !important;
  border-top: 1px solid #999;
}
.mobileMenuButton {
  display: none;
}
.mobileMenuDiv {
  display: block;
}
.main-logo {
  max-width: 100%;
  display: block;
  float: left;
}
.menulis {
  margin-top: 75px;
}
.montserrat-medium {
  font-family: "Montserrat Medium";
}

.bottom-copyright {
  font-size: 14px;
  color: #fff;
}
.bottom-copyright a:link,
.bottom-copyright a:visited {
  text-decoration: none;
  color: #fff;
}

.mainHomeSlideshow {
  margin-top: -139px;
}

.logo {
  margin-top: 12px;
}

.default-sidebar {
  background-color: #e7e7e7;
}

.default-sidebar ul,
.default-sidebar li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.default-sidebar a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat Medium";
  text-transform: uppercase;
  padding: 1em 20px;
  line-height: 1.5em;
}
.default-sidebar li.active a {
  background-color: #ff0000;
  color: #ffffff;
}

.global-footer {
  border-top: 1px solid #999999;
}
.global-footer table {
  border: none;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
.global-footer th,
.global-footer td {
  border: none;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 1362px) {
  .main-menu1 {
    background-image: url("/images/header-960.png");
    height: 111px;
    padding-top: 10px;
  }
  .left_block {
    width: 29%;
  }
  .cont_block {
    width: 70%;
  }

  .main-menu1 li {
    padding-right: 30px;
    font-size: 16px;
  }
  .menulis {
    padding-left: 60px;
    margin-top: 60px;
  }
  .main-page-header .heading {
    font-size: 36px;
    padding: 15px 65px;
  }
  .main-page-header {
    height: 333px;
  }
  .bottomMenu1 {
    width: auto;
    display: block;
  }
  .bottomFacebookColumn {
    margin-top: 0px;
    padding-top: 0px;
  }
  .mainHomeSlideshow {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .main-menu1 {
    display: none;
  }
  .main-page-header {
    height: 139px;
    padding-top: 35px;
    margin-top: 0px;
  }
  .main-page-header .heading {
    font-size: 24px;
    padding: 10px 35px;
  }

  .wrapper {
    width: 100%;
  }
  .zMenuBarDiv {
    width: 100% !important;
  }
  .mobileMenuDiv .zMenuBarDiv li {
    float: left;
    clear: both;
    width: 100% !important;
  }
  .mobileMenuButton,
  .mobileMenuDiv .zMenuBarDiv a.trigger {
    display: block;
    width: 100% !important;
    padding: 5% !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    float: left !important;
    clear: both !important;
    margin: 0px !important;
  }
  .mobileMenuButton {
    background-color: #4d4d4d;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .mobileMenuDiv .zMenuBarDiv li ul {
    display: none !important;
  }

  .mobileMenuButton {
    display: block;
  }
  .mobileMenuDiv {
    display: none;
  }
  .menudiv ul {
    padding: 0px;
    margin: 0px;
  }
  .menudiv li {
    padding-left: 0px;
    display: block;
    float: left;
    width: 100%;
  }
  .menudiv li a:link,
  .menudiv li a:visited {
    text-align: left;
    background-color: #000 !important;
    color: #fff !important;
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
  }

  .default-sidebar {
    width: auto !important;
  }
  .default-sidebar li {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .left_block {
    clear: both;
    display: block;
    max-width: 100%;
    width: 100%;
    border-right: none;
  }
  .cont_block {
    width: 100%;
    display: block;
  }
  .cont_area {
    display: block;
  }

  .logo {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .default-sidebar {
    width: 85% !important;
  }
  .default-sidebar li {
    display: block;
  }
}
