@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}

body {
  background-color: #EAEAEA;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
    border-left: rgba(64, 63, 69, 0.2) 1px solid;
    border-right: rgba(64, 63, 69, 0.2) 1px solid;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.demo .item{
    margin: 0px;
}

.demo {
    max-width: 100%;
    margin: 0 auto;
    width: 1160px;
    background: #EAEAEA;
    border-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
}

h2 {
    color: #EAEAEA;
    font-size: 18px;
}


h4 {
    color: #E6CE1D;
    font-size: 20px;
}

h5 {
    color: #464646;
    font-size: 14px;
}

h6 {
    color: #464646;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
}

.content {
    width: 1020px;
    max-width: 98%;
    margin: 0 auto;
    padding: 0px;
    background-color: white;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clean-list {
  list-style-type: none;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
 
}
.clean-list li {
  list-style-type: none;
}

.clean-list li a {
  color: white;
  text-decoration: none;
  text-align: center;
}

/* ----------------- 9.1. Header ----------------- */
.main-header {
  background-color: #464646;
  padding: 15px 20px 10px;
  right: 0;
  left: 0;
  top: 0;
}
.main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .site-nav {
  display: flex;
  align-items: center;
}
.main-header .site-nav .site-links li {
  display: inline-block;
  margin-right: 40px;
  padding-top: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main-header .site-nav .site-links li a:hover {
  color: #F0D92E;
}

@media (min-width: 1400px) {
  .main-header .header-content {
    margin: 0 -100px;
  }
}
@media (max-width: 768px) {
  .main-header .site-nav .site-links {
    display: none;
  }
}
/***********************************/

.btn.btn-outlined {
  color: #fff;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 35px;
  min-width: 60px;
  text-decoration: none;
  text-align: center;
}

.btn.btn-outlined:hover {
  background: #F0D92E;
  color: #464646;
}

/*** Navigation */

#navbar {
	display: table;
    width: 100%;
    margin: 0 auto;
	float: left;
	background-color: #F0D92E;
    border-top: 4px solid #EAEAEA;
    text-align: center;
  }

#navbar ul {
	list-style: none;
	margin: 0 auto;
	padding: 0; 
    display: inline-block;
 }

#navbar li {
	float: left;
}

#navbar li a {
	display: block;
	padding: 7px 29px;
	text-decoration: none;
    font-size: 12px;
	color: #fff;
}

#navbar li a:hover {
	color: #000;
    background-color: #EAEAEA;
}

/*** Operating */

#operating {
    height: 10px;
    width: 160px;
    color: green;
    text-align: center;
    background: #EAEAEA;
    padding: 10px;
    line-height: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
}


#title {
    font-size: 40px;
}

#contact {
    font-size: 14px;
}

#contact a{
    text-decoration: none;
    color: black;
}

#contact a:hover{
    color: #F4DD08;
}

#actions {
    height: 28px;
    text-align: center;
    background: #464646;
    width: 280px;
    padding: 5px;
    letter-spacing: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
}

.fa {
    color: white;
}

.fa:hover {
    color: #F0D92E;
}

#description {
   position: relative;
   font-size: 14px;
   text-align: center;
}

.info {
    width: 200px;
    font-size: 14px;
    float: left;
    margin: 10px;
    text-align: left;
    letter-spacing: 1px;;
}

.info_times {
    width: 260px;
    font-size: 14px;
    float: left;
    padding: 10px;
    margin: 10px;
    text-align: justify;
    background: #EAEAEA; 
    border-radius: 10px;
    border: #464646 1px solid;
    text-align: right;
    letter-spacing: 1px;
}


.divider {
    background: #464646;
    height: 24px;
    padding: 10px 30px 6px;
}

.news {
    padding: 20px;
    float: left;
}

.news-button {
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #F0D92E;
    border: rgba(64, 63, 69, 0.2) 1px solid;
}

.news-button a:hover{
	color: #000;
    background-color: #EAEAEA;
}

/* Events */

.event {
    float: left;
}

.event img {
    width: 240px;
    height: 160px;
    border-style: dashed;
    border-width: 5px;
    border-radius: 5px;
    border-color: #F0D92E; 
    margin: 0 30px;
    float: left;
}

.event-text {
   font-size: 12px;
}

/**********/

/* Review */

.review {
    float: left;
}

.review-text {
   font-size: 12px;
margin-bottom: 20px;
}

.user {
    text-align: center;
    font-size: 10px;
    float: left;
    margin: 0px 10px 20px 0px;
}

.user a {
        text-decoration: none;
    }

.user-thumb {
    margin: 5px;
}

.user-thumb img {
    width: 60px;
    height: 80px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #464646; 
    position:relative;
}

.user-thumb span {
    position: relative;
    bottom: 5px;
    top: -7px;
    left: -30px;
}

.votes {
    margin: 12px;
    padding-right: 20px;
    float: left;
}

.visits {
    margin: 10px;
    padding-right: 20px;
    float: left;
}

.review-text {
    width: 80%;
    float: left;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}


#map_wrapper { 
    position: relative;
}

#direction {
position: absolute;
  top: -50px;
  left: 44%;
  z-index: 5;
  width: 14%;
  height: 24px;
  background-color: #464646;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
}

#direction a {
    color: white;
    text-decoration: none;
}

/* ----------------- 9.2. Footer ----------------- */
.main-footer {
  background-image: url(../img/footer-pattern.png);
  background-repeat: repeat-x;
  background-color: #464646;
  padding: 40px 0;
    
}
@media (max-width: 768px) {
  .main-footer {
    padding: 20px 0;
  }
}
.main-footer .widget .widget-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1em;
  font-size: 14px;
  margin: 0 0 20px;
}
.main-footer .widget ul:not(.social-block) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .widget ul:not(.social-block) li {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1em;
}

.main-footer .widget li a{
    text-decoration: none;
    color: white;
}

.main-footer .widget ul:not(.social-block) li a:hover {
  color: #ffbf00;
}
.main-footer .widget ul:not(.social-block) li:not(:last-of-type) {
  margin-bottom: 12.5px;
}
@media (max-width: 992px) {
  .main-footer .widget {
    margin: 0 0 45px;
  }
}
@media (max-width: 992px) {
  .main-footer {
    padding: 60px 0 15px;
  }
}