html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    font-family: 'Open Sans', sans-serif;
}

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

h1 {
        font-size: 28px;
        padding-bottom: 20px;
  font-weight: bold;
}

h1 img{
    padding-left: 10px;
}

h2 {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #ff7200;
  font-weight: bold;
}

h3 {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
}

p {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 150%;
}

ul {
        padding-left: 30px;
}

li {
        padding: 5px;
}

td{
   padding-left: 10px;
}


body {
        font-size: 16px;
        color: black;
    background-image: url("");
    background-repeat: repeat-x;
    background-color: #282828;
    background-position: top center;
}

.container {
    width: 1000px;
}

a {
        color: #000000;
        text-decoration: underline;
}

a:hover {
        color: #004C80;
}

.invisible {
        display: none;
}

.cleaner {
        clear: both;
}

.tright {
        text-align: right;
}

.topPanel {
    color: #5c5c5c;
}

.boxStyle {
        padding:0px;
    min-height: 355px;
    font-size: 17px;
    text-align: left;
    margin-right: -15px;
}

.boxStyle p{
    margin-right: -15px;
}

.boxStyle2 {
        padding: 15px;
        color: white;
}

.boxStyle2 img{
        padding-bottom: 15px;
}


.small {
    font-size: 12px;

}

.colStyle {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-right: 20px;
    width: 235px;
    position: relative;
    min-height: 278px;
}

.colStyle a{
    text-decoration: none;
}

.colStyle2 {
    padding-bottom: 15px;
    min-height: 150px;
    width: 330px;
}

.colStyle2 img{
    float: right;
}

.colStyle:last-child {
    margin-right: 0px;
}

.colStyle img{
    border-top: #ff7200 solid 4px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
    background: white;
}

.colStyle img:hover{
    opacity: 0.6;
}

.colStyle h1{
    text-align: left;
    color: white;
}

.colStyle .boxTitle h1{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.colStyle h1 img{
    border-top: none;
    background: transparent;
    padding-top: 0;
    border-top: none;
    padding-right: 20px;
}

.colStyle p{
    padding-left: 40px;
    font-size: 14px;
}

.boxTitle{
    color: black;
}

.colStyle2 .boxTitle{
    color: white;
    position: absolute;
    width: 175px;
    top: -35px;
}

.boxTitle h1{
    color: black;
    font-size: 26px;
}

.rowStyle h1{
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: normal;
}

.rowStyle p{
    font-size: 15px;
}

.box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 230px;
    height: 180px;
    margin-left: 15px;
    background-color: white;
   border: solid 1px #d2d2d2;
}

.box .boxBefore {
    padding-top: 45px;
    text-align: center;
  color: #920cf7;
    font-size: 26px;
    font-weight: bold;
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
    font-size: 17px;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  color: #404040;
  z-index: 100;
 padding: 10px;
    text-align: center;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 230px;
    height: 180px;
}

.box .pad2 {
  padding-top: 40px;
}

.box .pad3 {
  padding-top: 55px;
}

.box .pad4 {
  padding-top: 60px;
}

.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.desc {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        padding-top: 5px;
    margin-right: -20px;
}

.center {
        text-align: center;
}

.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 2px 12px;
        background-color: #005cff;
    text-decoration: none;
    color: white;
}

#navbar1{
    position: absolute;
    height: 100%;
    padding: 0px;
    z-index: 1000;
    margin-left: -15px;
    background-image: url('../img/72-58b6a4741fc72.jpg');
    background-repeat: repeat-x;
}


.more:hover {
    text-decoration: underline;
    color: white;
}

#navbar1 img {
    float: left;
    padding: 0px;
}

#navbar1 h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px;
    color: black;
    float: left;
}

#navbar1 h1 a {
    font-size: 40px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 20px;
    margin: 0px;
    color: black;
    float: left;
}

#navbar h1 a, #navbar h1 a:hover {
  color: black;
  color: black;
  text-decoration: none;
}



#navbar1 #style2 {
    color: #000;
    float: left;
}

#navbar1 ul {
    margin-left: -30px;
}

.navbar-default {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
    height: 67px;
}

#borderStyle {
    border-bottom: solid 15px #454545;
}

.nav>li>a {
    padding: 23px 20px;
}

#main {
    padding:30px;
    min-height: 374px;
}

#main h1{
    color: #000;
    font-size: 30px;
}

#main h2{
    font-size: 22px;
}

#map {
    float: right;
}

#map iframe{
    float: left;
}

#map img{
    width: 400px;
    height: 300px;
    float: right;
}

.pad-left {
padding-left: 10px;
}

.pad-left2 {
padding-left: 5px;
}

.pad-top {
padding-top: 10px;
}

#bannerText {
    padding:8px 5px;
    height: 58px;
}

#bannerText h1{
    font-size: 23px;
    padding-top: 7px;
    padding-left: 184px;
    color: #7a0e16;
}

#bannerImg {
    width: 995px;
    height: 648px;
    background-color: white;
    border: solid #7a0e16 10px;
}

#bannerImg img{
    float: left;
}

#banner1{
    float: left;
    width: 545px;
}

#banner2{
    float: left;
    width: 545px;
}

#footer {
        color: #fff;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    background-color: #222222;
    margin-bottom: 30px;
}

.wrap {
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

#mainBody{
    background-color: white;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 400px;
}

#logoNavbar{
    margin-left: 0px;
    height: 125px;
}

#logoNavbar h1{
    text-shadow: none;
    float: left;
    font-size: 80px;
    font-weight: bold;
    padding: 0;
    padding-left: 70px;
    margin: 0;
    width: 340px;
        color: #000;
}

#logoNavbar h2{
    text-shadow: none;
    float: right;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
    padding-right: 70px;
    padding-top: 5px;
    margin: 0;
        color: #000;
}

#logoNavbar h3{
    text-shadow: none;
    float: right;
    font-size: 31px;
    font-weight: bold;
    padding: 0;
    padding-right: 75px;
    margin: 0;
        color: #000;
}


#logoNavbar ul{
    float: right;
    padding-right: 0px;
    margin-top: -15px;
    padding-bottom: 20px;
    text-align: right;
    list-style-type: none;
    padding-top: 5px;
    font-size: 20px;
}


#logoNavbar li{
    padding: 0px;
}

.section_1 {
    background-image: url(1a589c35.html);
    background-repeat: repeat-x;
        background-color: #f5f5f5;
    border-top: #C0C0C0 solid 1px;
    border-bottom: #ff7200 solid 4px;
    min-width: 1000px;
    min-height: 300px;
}

.section_2b {
    padding: 20px 0;
        background-color: #FFFFFF;
    min-height: 350px;
    min-width: 1000px;
}

.section_2 {
    padding: 20px 0;
        background-color: #FFFFFF;
    min-height: 200px;
    min-width: 1000px;
}

.section_2 img {
     margin: 0px auto 0px auto;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.section_2 p{
    margin: 0px auto 0px auto;
}

.section_3 {
    padding: 30px 0;
        background-color: #222222;
    color: #FFFFFF;
    min-height: 200px;
    min-width: 1000px;
    border-bottom: #2E2E2E solid 50px;;
}

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

.section_3 li span{
    color: #ff7200;
}

.section_3 li a{
    color: #FFFFFF;
    text-decoration: none;
}

.section_3 a{
        color: #00defd;
}

.navbar-default {
        background-color: #E0E0E0;
    border-radius: 0px;
    z-index: 999;
}

.navbar a{
        text-decoration: none;
}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
padding: 0px;
}


.navbar-nav>li{
}

.navbar-nav>li:last-child{
}

.navbar-nav>li:first-child{
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}

.navbar-default .navbar-nav>li>a {
        color: black;
    font-weight: normal;
    font-size: 17px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>a:hover{
        text-decoration: none;
    background: #282828 url() right repeat-x;
    font-weight: normal;
        color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .selected {
    text-decoration: none;
    background: #282828 url() right repeat-x;
        color: white;
}

.selected a {
  color: white !important;
}

#myCarousel {
    margin: -67px auto 0px auto;
    min-width: 1000px;
    width: auto;
}

@media (min-width: 1600px){
    #myCarousel {
        margin: -67px auto 0px auto;
        width: 1600px;
    }
}



#galerie {
  width: 100%;
}

#galerie td {
  text-align: center;
  padding: 10px;
}

#galerie img {
  border: 1px solid black;
  float: none;
  margin: 0px;
}


.nav-tabs li {
  padding: 0px;
}

.nav-tabs li a {
  padding: 8px 30px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 13px;
  background-color: #00ca12;
  color: black;
}

.tab-pane p {
  width: 100% !important;
}

.tab-content {
  padding: 20px;
}



.panelStyle ul{
    list-style: none;
}

.panel ul li a {
    padding: 7px 20px;
    background-color: #EDEDED;
    border: solid 1px #EDEDED;
    text-align: center;
    text-decoration: none;
    border-right: solid 1px #000;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    display: block;
}

.panel ul li a:hover, .panelStyle .active a{
    background-color: #fdfafa;
}

.panel ul li:last-of-type>a {
    border-right: none;
}

.panel ul li {
    float: left;
}

.panel ul{
    width: 100%;
    min-height: 72px;
}

.panel li {
    padding: 0px;
}