body{
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url("../../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    text-align: center;
}

.block a {
    color: white;
    text-decoration: none;font-weight: 600;
}



.block a:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.block a:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.block a:visited {
    color: white;
    text-decoration: none;
}
/*------------------------------------------------header */
.navbar {
    border-radius: 0px;
    background-color: #333333;
    border: none;
    border-top: solid;
    border-top-color: #e23b2a;
    font-size: 12pt;
    margin-bottom: 0;
}

.navbar-default .navbar-brand {
    color: white;
    margin-left: 6px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #e23b2a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333333;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}  

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 40px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #e23b2a;
}

.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #e23b2a;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}


/*------------------------------------------------slider */
.slideshow{
    width: 100%;;
}

.slideshow img{
    width: 100%;
    margin-top: 10px;
}

.mySlides {
    display:none;
}

/*------------------------------------------------content */
#section1{
    background-color: #e6e5e1;
    padding: 20px 0 20px 0;
    width 100%;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

h1{
    font-weight: bold;
    margin-bottom: 40px;
}

.panel {
    margin-bottom: 0px;
    background-color: #333333;
    color: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
    line-height: 1.8;
    margin: 0;
    width: 35%;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
  
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    background-image: url(../../images/bg2.png);
    min-height: 570px;
}

#mapTo{
    width: 100%;
    margin: 20px 0 20px 0;
}
/*  -------------------- Footer --------------------  */
#footer {
  background-color: #333333;
  padding: 20px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footer ul li {
  list-style: none;
  padding: 5px; }

#footer a:link, a:visited {
  color: white;
  text-decoration: none; }

#footer a:hover, a:active {
  color: #cececc ;
  text-decoration: none; }

#footer .fa {
  margin-right: 10px; }

.footer-item {
  border: solid;
  border-width: thick;
  padding: 0 10px 10px 10px;
  font-size: 11pt;
  min-height: 210px; }