@media (min-width: 767px) {
  .m_select .dropdown-menu.inner {
    width: 585px !important;
    overflow-y: hidden !important;
  }
  .m_select .dropdown-menu.inner > li {
    width: 50% !important;
    float: left;
  }

  .placeImg img {
    width: 460px;
    height: 167px;
  }

  .m_select2 .dropdown-menu.inner {
    width: 730px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  .m_select2 .dropdown-menu.inner > li {
    width: 50% !important;
    float: left;
  }

  .cox .dropdown-menu.inner {
    width: 1224px !important;
  }
  .cox .dropdown-menu.inner > li {
    width: 20% !important;
  }
  .cox2 .dropdown-menu.inner {
    width: 1058px !important;
  }
  .cox2 .dropdown-menu.inner > li {
    width: 33% !important;
  }
}
.l_tags {
  padding: 0 10px;
  background: #e8e6e6;
  margin-right: 5px;
  border-radius: 5px;
  text-transform: lowercase !important;
  line-height: 1.7 !important;
}

#content {
  padding-top: 10px;
}
.white-bg {
  background: #fff;
  padding-bottom: 20px;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.flexRow {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column,
.flexRow {
  -webkit-box-direction: normal;
}

.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  /* margin: 0; */
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.placeImg img {
  /* margin-left: 10px;*/
  width: 100%;
  /* height:167px;*/
  object-fit: cover;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}
em {
  font-style: italic;
}
cite {
  font-size: 20px;
  font-weight: 400;
  color: #808080;
  font-style: italic;
  margin: 30px 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

b,
strong {
  font-weight: 700 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #f3f3f3;
  width: 100%;
  font-family: "Calibri", sans-serif !important;
}

body,
html {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

a:focus,
a:hover {
  outline: none;
}

.wrapper {
  max-width: 1115px;
  margin: 10px auto;
  /*margin-top: 10px;*/
}

.paddingL {
  padding-left: 0;
}

.paddingR {
  padding-right: 0;
}

.paddingA {
  padding: 0;
}

.objectFit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#navbar .navbarTop {
  min-height: 120px;
}

.mainNavMobile form i {
  color: #fff;
  font-size: 23px !important;
  margin-left: -130px !important;
}

.mainNav form i {
  color: #01c853;
  font-size: 20px;
  margin-left: 5px;
}

#navbar .navbarTop form i {
  color: #ff6500;
  font-size: 18px;
  margin-left: 5px;
}

#navbar .navbarTop form input[type="text"] {
  outline: none;
  border: none;
  margin-left: 8px;
  font-size: 15px;
  text-transform: uppercase;
  background: none;
}

.mainNav form input[type="text"] {
  outline: none;
  border: none;
  margin-left: 30px;
  font-size: 15px;
  text-transform: uppercase;
  background: white;
  position: relative;
  left: -150px;
  padding: 10px 15px 7px;
  top: -8px;
  border-radius: 50px;
  font-size: 20px;
  width: 100% !important;
}
.mainNav form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.mainNav form input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
.mainNav form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.mainNav form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

.mainNav form input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.mainNav form input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
.mainNav form input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}
.mainNav form input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}

.mainNav form button {
  border: none;
  background: transparent;
  outline: none;
}

.mainNav form button:focus {
  outline: none;
}
#navbar .navbarTop form button {
  border: none;
  background: transparent;
  outline: none;
}

#navbar .navbarTop form button:focus {
  outline: none;
}

#navbar .navbarTop .pageLogo {
  margin-left: auto;
  color: #8f8f8f;
  margin-right: auto;
  min-height: inherit;
}

#navbar .navbarTop .pageLogo span {
  margin-top: 13px;
  font-size: 15px;
}

#navbar .navbarTop .profilLog {
  margin-top: 15px;
  margin-left: auto;
  text-transform: uppercase;
  color: #717272;
}

#navbar .navbarTop .profilLog img {
  vertical-align: middle;
}

#navbar .navbarTop .profilLog a {
  font-size: 16px;
  padding: 3px 10px;
  vertical-align: middle;
  cursor: pointer;
}

#navbar .navbarTop .profilLog a.reg {
  border-right: 3px solid #ff6500;
}

#navbar .mainNav {
  min-height: 75px;
  background: #0baf4f;
  position: relative;
}

#navbar .mainNav ul.menu {
  list-style-type: none;
  height: inherit;
  margin: 0;
  padding: 0;
}

#navbar .mainNav .menu-undercover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

#navbar .mainNav ul.menu li {
  height: inherit;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navbar .mainNav ul.menu li,
#navbar .mainNav ul.menu li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-transition: -webkit-box-shadow 400ms, background-color 400ms;
  -webkit-transition: box-shadow 400ms, background-color 400ms;
  transition: box-shadow 400ms, background-color 400ms;
}

#navbar .mainNav ul.menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navbar .mainNav ul.menu li:hover {
  background: #01c853;
}

#navbar .mainNav ul.menu ul.dropdown-box:hover {
  background: none;
}

#navbar .mainNav ul.menu li.active {
  background: #01c853;
}

#navbar .mainNav ul.menu ul.dropdown-box {
  display: none;
  padding: 0;
  left: 0;
  top: 75px;
  min-width: 160px;
  overflow: hidden;
  /*margin: 0 40px;*/
}

#navbar .mainNav ul.menu li.dropdown ul.dropdown-box {
  background: #01c853;
  margin: 0;
  z-index: 222;
  position: absolute;
}

#navbar .mainNav ul.menu li.dropdown ul.dropdown-box li {
  color: #fff;
  padding: 0;
}

#navbar .mainNav ul.menu li.dropdown ul.dropdown-box li a {
  width: 100%;
}

.arrow-rotate {
  transform: rotate(-180deg);
}

#navbar .mainNav ul.menu ul.dropdown-box li {
  display: block;
  padding: 0 10px;
  text-align: left;
  color: #dcdcdcdc;
}

#navbar .mainNav ul.menu ul.dropdown-box li a {
  text-transform: capitalize;
  display: block;
  padding: 8px 12px;
}

#navbar .mainNav ul.menu ul.dropdown-box li a:hover {
  background: #06b46f;
}

#content {
  /* border-bottom: 1px solid #07af6c;*/
}

#content .newsUp:after {
  content: "";
  display: block;
  clear: both;
}

/*burda .newsImg classida olurdu*/
#content .newsUp .mainNews .newsImg {
  height: 363px;
}

#content .newsUp img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

#content .events {
  margin-top: 45px;
  padding-right: 15px;
}

#content .events .eventItems {
  margin-top: 6px;
  margin-bottom: 47px;
}

#content .events .eventItems .eventItem {
  width: 31%;
  color: #5e5e5e;
  padding-top: 15px;
  min-height: 150px;
  margin-bottom: 18px;
}

#content .events .eventItems .eventItem:nth-child(1),
#content .events .eventItems .eventItem:nth-child(2),
#content .events .eventItems .eventItem:nth-child(3) {
  border-top: 2px solid #07af6c;
}

#content .events .eventItems .eventItem:hover span {
  color: #ff6500;
  cursor: pointer;
}

#content .events .eventItems .eventItem .eventHeading {
  font-size: 18px;
  font-weight: bold;
}

#content .events .eventItems .eventItem a {
  padding-bottom: 10px;
}
#content .events .eventItems .eventItem span {
  padding-left: 40px;
  position: relative;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  margin-top: 8px;
  height: 30px;
}

.midle_of_img {
  display: table-cell;
  vertical-align: middle;
}

#content .events .eventItems .eventItem span:first-child {
  padding-left: 0;
}

#content .events .eventItems .eventItem span:before {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 0;
}

#content .events .eventItems .eventItem span:nth-child(2):before {
  content: url(../images/date.png);
}

#content .events .eventItems .eventItem span:nth-child(3):before {
  content: url(../images/location.png);
}

#content .events .eventItems .eventItem span:nth-child(4):before {
  content: url(../images/user.png);
}

.afisa {
  padding: 15px;
  border: 1px solid #d3d3d3;
  height: auto;
}

.afisa span.afisaHeading {
  color: #ff6500;
  font-weight: 700;
  font-size: 20px;
}

.afisa .afisaItem {
  padding: 8px 0;
  border-bottom: 1px solid #d3d3d3;
}

.afisa .afisaItem:last-child {
  border-bottom: none;
}

.afisa .afisaItem:hover a > p {
  color: #ff6500;
}

.afisa .afisaItem a span {
  font-size: 16px;
  color: #bec0c0;
  margin: 10px 0;
  text-transform: capitalize;
}

.afisa .afisaItem a p {
  color: #595756;
  text-align: left;
  font-size: 17px;
  margin-top: 8px;
  letter-spacing: 0.5px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.facebook {
  padding: 14.5px;
  border: 1px solid #d3d3d3;
  margin-top: 44px;
}

.facebook span {
  color: #ff6500;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.post-tags {
  margin: 44px 0;
}

.post-tags a {
  background: #0baf4f;
  color: #fafafa;
  padding: 4px 15px;
  border-radius: 3px;
  margin: 3px 3px;
  display: inline-block;
  font-size: 18px;
}

.post-tags a:hover {
  background: #13c75e;
  cursor: pointer;
}

.sectionHead {
  line-height: 20px;
}

.sectionHead .sectionHeading {
  font-size: 23px;
  word-spacing: 3px;
  color: #ff6500;
  margin: 0;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.sectionHead a {
  float: right;
}

.sectionHead a,
.sectionHead span {
  font-size: 18px;
}

.slider {
  border-top: 1px solid #07af6c;
  padding-top: 23px;
  /*padding-bottom: 65px */
  /*padding-bottom: 20px;*/
}

.slider .owl-carousel {
  margin-top: 16px;
}

.slider .owl-carousel .owl-stage {
  min-height: 395px;
}

.slider .owl-carousel .item {
  min-height: 385px;
  min-width: 364px;
  -webkit-transition: -webkit-box-shadow 400ms;
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}

.slider .owl-carousel.news_slider .item {
  min-height: 356px;
  min-width: 364px;
  -webkit-transition: -webkit-box-shadow 400ms;
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}

.slider .owl-carousel .item .sliderImg {
  height: 275px;
}

.slider .owl-carousel .item .sliderDesc {
  padding: 20px;
  height: 100%;
  background: transparent;
}

.slider .owl-carousel .item .sliderDesc span {
  color: #4a4a4a;
  position: relative;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.slider .owl-carousel .item .sliderDesc span:hover {
  color: #ff6500;
}

.slider .owl-carousel .item .sliderDesc span:first-child {
  font-size: 18px;
  font-weight: 700;
}

.slider .owl-carousel .item .sliderDesc span:nth-child(2) {
  font-weight: 100;
  font-size: 16px;
  margin: 15px 0;
  padding-left: 24px;
}

.slider .owl-carousel .item .sliderDesc span:nth-child(2):before {
  content: url(../images/location.png);
  position: absolute;
  left: -4px;
  top: -3px;
}

.slider .owl-carousel .item:hover .sliderDesc {
  background: #fafafa;
  color: #ff6500;
}

.slider .owl-carousel .item:hover {
  box-shadow: 0 1px 16px 0 rgba(74, 74, 74, 0.07);
}

.placeSlider {
  /* border-bottom: 1px solid #07af6c; */
  padding-bottom: 20px;
  border-top: 1px solid #07af6c;
}

.placeSlider .placesCarousel .owl-stage-outer {
  min-height: 410px;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner {
  min-height: 165px;
  padding: 20px 0;
}

.footer {
  margin-left: -20px;
}

footer {
  /* padding: 20px 0;*/
  padding-top: 20px;
  background: #f0f0f0;
  /* margin-left:-20px; */
}

footer .col-md-3 ul {
  list-style-type: none;
}

footer .col-md-3 ul li {
  padding: 11.5px 0;
}

footer .col-md-3 ul li a {
  color: #4a4a4a;
  font-size: 18px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

footer .col-md-3 ul li a:hover {
  color: #ff6500;
}

footer .col-md-5 span {
  color: #6e6e6e;
  font-size: 17px;
}

footer .col-md-4 span:first-child {
  font-size: 20px;
  color: #ff6500;
  font-weight: 700;
  text-transform: uppercase;
}

footer .col-md-4 span:nth-child(2) {
  color: #6e6e6e;
  margin-top: 8px;
}

footer .col-md-4 form {
  margin-top: 10px;
}

footer .col-md-4 form input[type="text"] {
  text-align: center;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid #ff6500;
  border: 1px solid rgba(255, 101, 0, 0.2);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 100%;
  max-width: 350px;
  height: 35px;
  padding-left: 20px;
  -webkit-transition: ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

footer .col-md-4 form input[type="text"]:focus {
  border: 1px solid #ff6500;
  background: #fff;
  outline: 0;
}

footer .col-md-4 form input[type="text"]:hover {
  outline: none;
}

footer .col-md-4 form button {
  background: #ff6500;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  outline: none;
  padding: 5px 15px;
  border: none;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

footer .col-md-4 form button:hover {
  background: #07af6c;
}

footer .col-md-4 .socialNetworks {
  margin-top: 20px;
  justify-content: center;
}

footer .col-md-4 .socialNetworks span {
  font-size: 20px;
  color: #ff6500;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

footer .col-md-4 .socialNetworks a {
  margin: 0 10px;
}

.newsRight .news {
  padding: 12px !important;
  padding-bottom: 4px !important;
}

.news {
  padding: 15px;
  border: 1px solid #d3d3d3;
  border-top: none;
}

.news p:nth-child(2) {
  font-weight: 700;
  color: #595756;
  font-size: 20px;
  margin-top: 5px;
  text-align: left;
  line-height: 22px;
}

.news p:nth-child(3) {
  font-weight: 100;
  color: #8f8f8f;
  line-height: 19px;
  font-size: 16px;
  text-align: left;
  margin-top: 0px;
}

.newsInfo a {
  position: relative;
  margin-left: 50px;
}

.newsInfo a:before {
  content: url(../images/comment.png);
  position: absolute;
  left: -35px;
  top: -1px;
}

.newsInfo span {
  color: #747474;
  position: relative;
}

.newsInfo span:first-child {
  margin-right: auto;
  margin-bottom: 0px;
  font-size: 16px;
}

.newsInfo span:nth-child(2):before {
  content: url(../images/date.png);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.newsRight .news {
  padding: 12px;
  padding-bottom: 4px;
  min-height: 100px;
}

.newsRight p {
  font-size: 15.5px !important;
  /*margin-top: 5px !important*/
}

.newsRight:first-child {
  margin-bottom: 8px;
}

.newsRight img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover */
}

#singlePage {
  padding-top: 22px;
  /* border-bottom: 1px solid #07af6c;*/
}

#singlePage .newsRight {
  margin-top: 20px;
}

#singlePage .afisa {
  margin-top: 0px;
  min-height: 500px;
}

#singlePage .facebook {
  margin-bottom: 50px;
}

#singlePage .singleNews .singleNewsImg {
  width: 100%;
  /*height: 555px*/
}

#singlePage .singleNews .singleNewsImg img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}

#singlePage .singleNews .singleNewsDesc {
  padding: 0 10px;
  margin-bottom: 30px;
}

#singlePage .singleNews .singleNewsDesc .newsInfo {
  padding: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#singlePage .singleNews .singleNewsDesc .newsHeading {
  font-size: 29px;
  color: #595756;
  font-weight: 700 !important;
}

#singlePage .singleNews .singleNewsDesc div.newsBody {
  margin: 40px 0;
  font-weight: 100;
  font-size: 18px;
  color: #404040;
  line-height: 23px;
}

#singlePage .singleNews .singleNewsDesc div.newsBody span {
  font-size: 17px;
}

#singlePage .postSocialNetworks {
  margin: 20px 0;
}

#singlePage .postSocialNetworks span {
  font-size: 24px;
  text-transform: uppercase;
  color: #455a64;
}

#singlePage .postSocialNetworks .clickedSoc,
#singlePage .postSocialNetworks .clickedSoc span {
  font-family: Fira Sans, sans-serif;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
}

span.orangeText {
  color: #ff6500;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.allNews:after {
  content: "";
  display: block;
  clear: both;
}

.places .places1 .placeItems {
  margin: 10px 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.places .places1 .placeItems .placeItem {
  width: 22.5%;
}

.places .places1 .placeItems.events_list .placeItem {
  margin-bottom: 20px;
}

.places .places1 .placeItems .placeItem .placeDesc:hover {
  box-shadow: 0 1px 16px 0 rgba(74, 74, 74, 0.07);
  background-color: #fafafa;
}

.places .places1 .placeItems .placeItem:hover a .placeDesc .title {
  color: #ff6500;
  /*margin-bottom: 20px !important;*/
}
/*.placeDesc .date{*/
/*margin-top: 30px !important;*/
/*}*/
.places .places1 .placeItems .placeItem .placeImg {
  height: 44.5%;
}

.places .places1 .placeItems .placeItem {
  width: 22.5%;
  /* margin-left:5px;*/
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 500px) {
  .places .places1 .placeItems.custom_gap .placeItem {
    margin-right: 35px;
  }
}

.placeImg img {
  /*height:282px;*/
}

.places .places1 .placeItems .placeItem .placeDesc {
  padding: 15px;
  height: 55.5%;
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 15px;
  -webkit-transition: -webkit-box-shadow 400ms, background-color 400ms;
  -webkit-transition: box-shadow 400ms, background-color 400ms;
  transition: box-shadow 400ms, background-color 400ms;
  min-height: 110px;
}

.places .places1 .placeItems .placeItem .placeDesc > span {
}

.places .places1 .placeItems .placeItem .placeDesc.news_item {
  height: inherit;
  min-height: 103px;
}

.places .places1 .placeItems .placeItem .placeDesc .title {
  color: #4a4a4a;
  font-weight: 700;
  font-size: 16px;
}

.places .places1 .placeItems .placeItem .placeDesc span {
  font-weight: 100;
  color: #4e4e4e;
  font-size: 15px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
}

.places .places1 .placeItems .placeItem .placeDesc span:first-child:before {
  width: 0;
  height: 0;
  margin-right: 0;
}

.places .places1 .placeItems .placeItem .placeDesc span:nth-child(2):before {
  width: 30px;
  display: table;
}

.places .places1 .placeItems .placeItem .placeDesc span:before {
  content: "";
  display: table;
  width: 30px;
  height: 28px;
  margin-right: 6px;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.places .places1 .placeItems .placeItem .placeDesc span.location:before {
  background-image: url(../images/location.png);
  margin-left: 4px;
  margin-right: 15px;
}

.places .places1 .placeItems .placeItem .placeDesc span.date:before {
  background-image: url(../images/date.png);
}
.places .places1 .placeItems .placeItem .placeDesc span.view {
  position: relative;
  top: -40px;
  left: 125px;
  width: 100px;
}
.places .places1 .placeItems .placeItem .placeDesc span.view i {
  position: relative;
  top: 3px;
}

span.viewValue {
  position: relative;
  top: -3px;
}
span.viewValue:before {
  content: "";
  width: 0px !important;
  height: 0px !important;
}
.places .places1 .placeItems .placeItem .placeDesc span.user:before {
  background-image: url(../images/user.png);
}

.places .sectionHead {
  margin-top: 43px;
}

.places .heading2 {
  font-size: 18px;
  color: #ff6500;
  font-weight: 700;
  margin: 20px 0;
}

.places .heading {
  font-size: 40px;
  color: #ff6500;
  font-weight: 700;
  margin: 20px 0 0 10px;
}

.places .list-filter {
  margin: 20px 10px 30px 10px;
}

.places .list-filter li {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  margin: 5px 10px;
  color: #ff6500;
  font-weight: 600;
}

.places .list-filter li:hover {
  opacity: 0.8;
}

.places .searchBar {
  padding: 15px;
  background: #f2f2f2;
  /*min-width: 80%*/
}

.places .searchBar button {
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 14px 18px;
  outline: none;
  font-size: 18px;
  background: #ffa100;
  color: #383737;
  margin-right: 20px;
  -webkit-transition: -webkit-box-shadow 400ms;
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}

.places .searchBar button[type="submit"] {
  color: #fff;
  background-color: #06b46f;
  box-shadow: 0 2px 7px 0 hsla(0, 0%, 59%, 0.66);
  -webkit-transition: -webkit-box-shadow 400ms, background-color 400ms;
  -webkit-transition: box-shadow 400ms, background-color 400ms;
  transition: box-shadow 400ms, background-color 400ms;
}

.places .searchBar button[type="submit"]:hover {
  color: #fff;
  background-color: #14c37e;
  box-shadow: none;
}

.places .searchBar button:hover {
  box-shadow: 0 2px 7px 0 hsla(0, 0%, 59%, 0.66);
}

.places .searchBar .selector {
  position: relative;
}

.places .searchBar .selector.activeSelector div.select {
  background: #e8efea;
}

.places .searchBar .selector.activeSelector span:after {
  color: #0cb874;
}

.places .searchBar .selector.activeSelector .mainFrame {
  display: block;
}

.places .searchBar .selector div.select {
  background: #f7fefd;
  padding: 14px;
  color: #383737;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}

.places .searchBar .selector input {
  display: none;
}

.places .searchBar .selector div.select {
  font-size: 18px;
  position: relative;
  padding-right: 35px;
}

.places .searchBar .selector div.select:after {
  content: "\f107";
  font-family: FontAwesome;
  /* margin-left: 30px; */
  right: 15px;
  top: 15px;
  vertical-align: middle;
  position: absolute;
}

.places .searchBar .selector .mainFrame {
  position: absolute;
  display: none;
  top: 45px;
  left: 0;
  z-index: 22;
}

.places .searchBar .selector .mainFrame .dropdownList {
  background: #e8efea;
  padding: 5px 15px;
}

.places .searchBar .selector .mainFrame .dropdownList .fullList ul {
  padding: 10px;
  padding-left: 0;
}

.places .searchBar .selector .mainFrame .dropdownList .fullList ul li {
  padding: 10px 75px 10px 8px;
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}

.places .searchBar .selector .mainFrame .dropdownList .fullList ul li.active,
.places .searchBar .selector .mainFrame .dropdownList .fullList ul li:hover {
  background: #0cb874;
  color: #fff;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues {
  background: #fff;
  font-size: 15px;
  min-width: 250px;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul {
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 8px;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul li {
  padding: 8px 0 8px 5px;
  color: #383737;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul li:hover {
  background: #d3d3d3;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul.activated {
  display: block;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.1);
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul::-webkit-scrollbar-thumb:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.places .searchBar .selector .mainFrame .dropdownList .listValues ul::-webkit-scrollbar-thumb:active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.singlePlace .placeHeading {
  font-size: 35px;
  color: #595756;
  font-weight: 700;
  margin-top: 20px;
}

.singlePlace .placeInfo {
  margin-top: 50px;
}

.singlePlace .placeInfo .placeMap {
  height: 370px;
}

.singlePlace .placeInfo .placeMap #event_map {
  height: 370px;
}

.singlePlace .placeInfo .infoDesc {
  color: #404040;
  font-size: 19px;
  min-height: 390px;
}

.singlePlace .placeInfo .infoDesc p {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #06b46f;
  margin-bottom: 10px;
}

.singlePlace .placeInfo .infoDesc .infoInside {
  padding: 15px;
}

.singlePlace .placeInfo .infoDesc .infoInside span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  line-height: 25px;
}

.singlePlace .placeInfo .infoDesc .infoInside span:before {
  content: "";
  width: 33px;
  /* height: 30px; */
  display: inline-table;
  background-repeat: no-repeat;
}

.singlePlace .placeInfo .infoDesc .infoInside span.adress:before {
  content: url(../images/location.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.flag:before {
  content: url(../images/flag.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.phones:before {
  content: url(../images/adress.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.website:before {
  content: url(../images/world.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.fb:before {
  content: url(../images/facebook.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.insta:before {
  content: url(../images/instagram2.png);
}

.singlePlace .placeInfo .infoDesc .infoInside span.metro:before {
  content: url(../images/metro.png);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.singlePlace .placeInfo .infoDesc .infoInside span.website a {
  white-space: pre-wrap;
  /* Webkit */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  position: relative;
  width: 100%;
}

#contact {
  padding: 42px 0;
  background: #fafafa;
  border-bottom: 1px solid #07af6c;
}

#contact .contactHeader span.content_title {
  color: #ff6500;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#contact .contactHeader span:nth-child(2) {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 100;
  display: contents;
  margin-top: 16px;
}

#contact .contactBody {
  margin-top: 30px;
}

#contact .contactBody .contactLeft {
  width: 39%;
}

#contact .contactBody .contactLeft form .input-group {
  width: 80%;
  margin: 10px 0;
}

#contact .contactBody .contactLeft form .input-group input {
  height: 44px;
  background: transparent;
  border: 1px solid #c0c6ca;
  border-radius: 3px;
}

#contact .contactBody .contactLeft form .input-group input:focus {
  background: #fff;
  border-color: #06b46f;
  box-shadow: none;
}

#contact .contactBody .contactLeft form .input-group input.success {
  border: 1px solid #06b46f;
}

#contact .contactBody .contactLeft form .input-group input.fail {
  border: 1px solid #ef4323;
}

#contact .contactBody .contactLeft form .input-group label {
  font-size: 18px;
  color: #b4bbc2;
  margin-bottom: 8px;
}

#contact .contactBody .contactLeft form .input-group[data-type="textarea"] {
  width: 100%;
}

#contact .contactBody .contactLeft form .input-group[data-type="textarea"] textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #c0c6ca;
  resize: none;
  padding: 15px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact .contactBody .contactLeft form .input-group[data-type="textarea"] textarea:focus {
  background: #fff;
  border-color: #06b46f;
  box-shadow: none;
  outline: 0;
}

#contact .contactBody .contactLeft form button[type="submit"] {
  width: 80%;
  background: #06b46f;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 13px;
  font-size: 18px;
  margin-top: 10px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#contact .contactBody .contactLeft form button[type="submit"]:hover {
  background: #07a265;
}

#contact .contactBody .contactRight {
  width: 60%;
  margin-right: -14px;
}

.share a {
  border-radius: 3px;
}

.share .facebookS {
  background: #3468af;
  border-left: 35px solid #1a4e95;
}

.share .facebookS:before {
  content: "\f09a";
}

.share .tweetS {
  background: #00abf0;
  border-left: 35px solid #0091d6;
}

.share .tweetS:before {
  content: "\f099";
  font-size: 22px !important;
  top: 8px !important;
  left: 8px !important;
}

.share .googleS {
  background: #dd4b39;
  border-left: 35px solid #c3311f;
}

.share .googleS:before {
  content: "\f0d5";
  left: 8px !important;
  top: 8px !important;
}

.share .emailS {
  background: #06b46f;
  border-left: 35px solid #009a55;
}

.share .emailS:before {
  content: "\f003";
  left: 8px !important;
  top: 8px !important;
}

.share .left {
  /* margin-left: 40px; */
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share .left .shares {
  padding: 10px 19px;
  min-height: 28px;
}

.share .left .shares:before {
  left: 11px;
  top: 10px;
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
}

.share .count {
  padding: 6px 13px;
  border: 1px solid #cfd8dc;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  margin-left: 20px;
  position: relative;
}

.share .count span {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  color: #3a383a !important;
  font-size: 22px !important;
}

.share .count:before {
  border-width: 7px 12px 7px 0;
  border-color: transparent #cfd8dc transparent transparent;
  left: -11px;
  top: 12px;
}

.share .count .innerBox:before,
.share .count:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.share .count .innerBox:before {
  border-width: 6px 14px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
  top: 13px;
}

.comments {
  margin: 70px 0;
}

.comments .commentInfo span {
  font-weight: 700;
  color: #06b46f;
  font-size: 20px;
}

.comments .commentInfo .commentLogin {
  margin-top: 10px;
  padding: 30px;
  border: 1px solid #06b46f;
  border-radius: 2px;
}

.comments .commentInfo .commentLogin a,
.comments .commentInfo .commentLogin p {
  color: #414141;
  font-size: 18px;
  font-weight: 100;
  line-height: 23px;
}

.comments .commentInfo .commentLogin a {
  color: #ff6500;
  font-weight: 500;
}

.comments .allComments {
  margin-top: 20px;
}

.comments .allComments .subComment {
  padding-left: 40px;
}

.comments .allComments .comment {
  margin: 15px 0;
}

.comments .allComments .comment .userImg {
  width: 9%;
  height: 70px;
}

.comments .allComments .comment .userImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.comments .allComments .comment .commentData {
  width: 90%;
  padding-bottom: 15px;
  border-radius: 1px;
  border-bottom: 2px solid #dee2e7;
}

.comments .allComments .comment .commentData .commentHeading .userName {
  color: #06b46f;
  font-size: 18px;
}

.comments .allComments .comment .commentData .commentHeading .commentDate {
  margin-left: auto;
  color: #c6ccd2;
}

.comments .allComments .comment .commentData .commentHeading .commentDate i {
  vertical-align: middle;
}

.comments .allComments .comment .commentData .mainComment {
  color: #a9b1b9;
  font-size: 16px;
  margin: 6px 0;
  line-height: 17px;
}

.comments .allComments .comment .commentData .replies {
  color: #06b46f;
  font-size: 14px;
  cursor: pointer;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  color: #fff;
  font-size: 38px;
  display: inline-block;
  border: 2.7px solid #fff;
  border-radius: 100%;
  padding: 5px 18px;
  opacity: 0.8;
  margin: 0 8px;
}

.owl-nav .owl-next {
  float: right;
}

.owl-nav {
  position: absolute;
  top: 29%;
  width: 100%;
}

.owl-next:hover,
.owl-prev:hover {
  color: #07af6c;
  border-color: #07af6c;
}

.placeRight .share {
  margin-top: 25px !important;
}

.placeRight .between {
  width: 100%;
}

.placeRight .left {
  margin-left: 0;
}

.placeRight .left a span {
  text-transform: none !important;
}

.singlePlaceImg {
  /* height: 480px; */
  width: 100%;
}

.singlePlaceImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.singlePlace .newsInfo {
  margin: 30px 10px;
}

/*
.item {
    height: 165px
}
*/
.item a {
  height: inherit;
  position: relative;
}

.item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderNavs {
  margin-bottom: 15px;
}

.sliderNavs button {
  border-radius: 3px;
  background-color: #06b46f;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
}

.workingHours:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../images/date_mecta_home.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.rate {
  margin-left: auto;
  font-size: 27px;
}

.rate span.active {
  color: #ffce54;
}

.rate span {
  color: #c4cace;
  cursor: pointer;
}

.is-active {
  position: fixed !important;
  left: 60% !important;
}

.hamburger {
  margin-left: auto !important;
  z-index: 9999999;
  display: none;
}

.sl_menu {
  display: none;
}

.sl_web {
  min-height: inherit;
}

.hamburger:focus {
  outline: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px !important;
  height: 3px !important;
  background-color: #01c853 !important;
  outline: none !important;
}

.text {
  color: #2c2c2c;
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-top: 30px;
  line-height: normal;
  text-align: justify;
}

.text .r {
  font-weight: normal;
}

.text a {
  color: #66b991;
}
.sand_search {
  display: none;
  padding-top: 4px;
}

@media only screen and (max-width: 1012px) {
  #navbar .navbarTop {
  }
  .searchBar form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searchBar .selector {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .selector:nth-child(even) {
    margin-left: auto;
  }
  .searchBar button {
    width: 49%;
    margin-right: 0 !important;
  }
  .searchBar button:last-child {
    margin-left: auto !important;
  }
  .mainFrame {
    width: 100%;
    top: 45px !important;
  }
  .mainFrame .dropDownList {
    width: 100%;
  }
  .mainFrame .listValues {
    min-width: auto !important;
  }
  .select2,
  .select2 .btn-group {
    width: 100% !important;
  }
  #datetimepicker1 {
    width: 100% !important;
    margin-bottom: 15px;
  }
  a.clean {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .searchBar button {
    width: 100%;
    margin-bottom: 15px;
  }
  .select2 button {
    margin-bottom: 0;
  }
  .afisa {
    height: auto;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 974px) {
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 18px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  .sand_search {
    display: block;
    position: absolute;
    left: 10px;
  }
  .search,
  .pageLogo,
  .language {
    min-height: auto !important;
    margin: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #navbar .navbarTop {
    min-height: 100px;
  }
  .afisa {
    height: auto;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  #navbar .navbarTop {
    min-height: 100px;
  }

  #navbar .mainNav ul.menu li,
  #navbar .mainNav ul.menu li a {
    padding: 0 15px;
  }
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 16px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }

  .sand_search {
    display: block;
    position: absolute;
    left: 175px;
    right: -105px;
    top: 7px;
  }
  .fa-search {
    position: absolute;
    right: 125px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .newsRight .newsImg {
    /*height: 363px*/
  }
  .newsRight .newsImg img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover */
  }
  .newsUp .mainNews {
    margin-bottom: 15px;
  }
  .newsUp .col-md-4,
  .newsUp .col-md-8 {
    padding: 0;
  }
  .facebook {
    margin-bottom: 30px;
  }
  .footer2 {
    /* text-align: center; */
    padding-bottom: 20px;
  }
  footer {
    /* text-align: center; */
  }
  footer .socialNetworks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #content .col-md-3,
  #content .col-md-9 {
    padding: 0;
  }
  .clickedSoc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*
    .clickedSoc .shareItem {
        margin-bottom: 15px;
    }
*/
  #singlePage .row {
    margin: auto 0 !important;
  }
  #singlePage [class^="col"] {
    padding: 0 !important;
  }
  #contact [class^="col"] {
    padding: 0 !important;
  }
  .afisa {
    height: auto;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 830px) {
  #navbar .navbarTop {
    min-height: 100px;
  }
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 16px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  .sand_search {
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  .places .places1 .placeItems .placeItem .placeImg {
    height: 65%;
  }
  .placeItem {
    width: 49% !important;
  }
  .contactLeft,
  .contactRight {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .contactLeft .input-group,
  .contactLeft button {
    width: 100% !important;
  }
  .afisa {
    height: auto;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 830px) {
  .placeImg {
    margin-left: -5px;
  }
}

@media only screen and (max-width: 800px) {
  .slider .owl-carousel.news_slider .item {
    min-width: 330px;
  }
  .slider .owl-carousel .item {
    min-width: 330px;
  }
  #navbar .navbarTop {
    min-height: 100px;
  }
  #navbar .mainNav ul.menu li {
    height: auto;
  }

  #navbar .mainNav ul.menu li a {
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 118x);
    width: -o-calc(100% - 18px);
    width: calc(100% - 18px);
    margin: auto;
  }

  #navbar .mainNav ul.menu li:hover {
    background: none;
  }
  #navbar .mainNav ul.menu li.dropdown > a {
    margin-left: 18px;
  }

  #navbar .mainNav ul.menu .sl_menu {
    display: flex;
    margin: 75px 20px 5px 20px;
    border-bottom: 1px solid #7b7b7b;
  }
  #navbar .mainNav ul.menu .sl_menu li {
    width: 35px;
    display: inline-block;
  }
  .dropdown-arrow {
    background-image: url(../images/arrow-down.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 21px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: ease-out 0.2s;
  }

  #navbar .mainNav ul.menu ul.dropdown-box:hover ul {
    z-index: 222;
  }

  #navbar .mainNav ul.menu ul.dropdown-box li {
    padding: 5px 0 !important;
  }

  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 18px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  .paddingB {
    padding-bottom: 15px;
  }

  .sand_search {
    display: block;
    position: absolute;
    left: 175px;
    right: -105px;
    top: 0;
  }
  .fa-search {
    position: absolute;
    right: 125px;
  }
  .footer {
    margin-left: 0px;
  }

  .navbarTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo {
    width: 160px;
    margin: 12px auto;
  }
  .navbarTop div {
    margin: 20px 0;
  }
  .navbarTop .profilLog {
    margin-left: 0 !important;
  }
  .sl {
    display: none;
  }
  .sl_web {
    display: none;
  }

  .sl_menu {
    display: block;
  }
  .is-active {
    position: fixed !important;
    left: 60% !important;
    top: 56px;
  }
  .hamburger {
    display: block;
    position: absolute;
    left: 3px;
  }
  #navbar .mainNav {
    background: #535150;
  }
  #navbar .navbarTopsc .logo {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    transform: translate(-50%);
    margin: 8px auto;
  }
  .menu {
    display: none;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 70%;
    bottom: 0;
    z-index: 2222;
    background: rgba(83, 81, 80, 0.89);
  }
  ul.dropdown-box:focus {
    display: block !important;
  }
  li.dropdown ul.dropdown-box {
    top: 0 !important;
    position: relative !important;
  }
  ul.dropdown-box li {
    text-align: center !important;
  }
  .menu li {
    width: 100%;
    text-align: center;
    padding: 7px 0 !important;
  }
  .menu li,
  .menu li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu li a {
    width: inherit;
    padding: 5px 0 !important;
  }
  .afisa {
    height: auto;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 623px) {
  .afisa {
    height: auto;
  }
  .is-active {
    top: 44px;
  }
  #navbar .mainNav ul.menu .sl_menu {
    margin: 55px 20px 5px 20px;
  }
  #navbar .navbarTop {
    min-height: 100px;
  }
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 18px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  #singlePage .postSocialNetworks span {
    font-size: 0px;
  }
  .paddingB {
    padding-bottom: 15px;
  }
  .paddingT {
    padding-top: 30px;
  }
  .sand_search {
    display: block;
    position: absolute;
    left: 175px;
    right: -105px;
    top: 0;
  }
  .fa-search {
    position: absolute;
    right: 125px;
  }
  .footer {
    margin-left: 0px;
  }

  .logo {
    width: 125px;
    margin: -2px auto;
  }

  .comments .allComments .comment .userImg {
    height: 40px;
  }
  .eventItem {
    width: 49% !important;
  }
  .eventItem:nth-child(3) {
    border-top: none !important;
  }
  .placeRight .postSocialNetworks .clickedSoc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .placeRight .shareItem {
    margin-right: 5px;
  }
  .mainSlider3 .owl-nav {
    margin-top: -60px !important;
  }
  .slider {
    padding-bottom: 5px;
  }
  #content .newsUp .mainNews .newsImg {
    height: 295px;
  }
  .wrapper {
    padding: 0 10px;
  }
  .navbarTop div {
    margin: 4px 0;
  }
  #navbar .mainNav {
    min-height: 60px;
  }
  #singlePage .singleNews .singleNewsDesc div.newsBody img {
    width: 100% !important;
    height: inherit !important;
  }
  #singlePage .singleNews .singleNewsImg {
    width: 100%;
  }
  #singlePage {
    padding-top: 10px;
    /* border-bottom: 1px solid #07af6c;*/
  }
  #singlePage .singleNews .singleNewsDesc div.newsBody {
    margin: 20px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsInfo {
    padding: 15px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsHeading {
    font-size: 22px;
  }
  /*
#content {
    padding-top: 0;
}
*/
  .places .heading {
    font-size: 22px;
    padding-left: 5px;
  }

  .places .list-filter li {
    font-size: 17px;
    margin: 5px 5px;
  }

  .places .sub-cat {
    font-size: 20px;
  }

  .slider .owl-carousel .item {
    min-width: 330px;
  }
  .slider .owl-carousel.news_slider .item {
    min-width: 330px;
  }
  #banner1 {
    width: 100%;
  }
}

@media only screen and (max-width: 515px) {
  #singlePage .singleNews .singleNewsDesc .newsInfo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /*
#content {
    padding-top: 0;
}
*/

  .fa-search {
    position: absolute;
    right: 125px;
  }
  #singlePage {
    padding-top: 10px;
    /* border-bottom: 1px solid #07af6c;*/
  }
  #singlePage .singleNews .singleNewsDesc div.newsBody {
    margin: 20px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsInfo {
    padding: 15px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsHeading {
    font-size: 22px;
  }
  .places .heading {
    font-size: 22px;
    padding-left: 5px;
  }
  #singlePage .singleNews .singleNewsImg {
    width: 100%;
  }
  .slider {
    padding-bottom: 5px;
  }

  .wrapper {
    padding: 0 10px;
  }
  .navbarTop div {
    margin: 4px 0;
  }
  #navbar .mainNav {
    min-height: 60px;
  }

  .hamburger {
    padding: 20px;
  }

  .footer {
    margin-left: 0px;
  }
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 18px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  #singlePage .postSocialNetworks span {
    font-size: 0px;
  }
  .paddingB {
    padding-bottom: 15px;
  }
  .sand_search {
    display: block;
    position: absolute;
    right: -105px;
    left: 175px;
    top: 0;
  }
  #navbar .navbarTop {
    min-height: 100px;
  }
  .afisa {
    height: auto;
  }
  .slider .owl-carousel .item {
    min-width: 330px;
  }
  .slider .owl-carousel.news_slider .item {
    min-width: 330px;
  }
  #banner1 {
    width: 100%;
  }
}

#navbar.fixtopC .mainNav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
}
#navbar.fixtopC + section {
  padding-top: 210px;
}
@media only screen and (max-width: 480px) {
  .slider .owl-carousel.news_slider .item {
    min-width: 330px;
  }

  #navbar.fixtopC + section {
    padding-top: 80px;
  }
  .slider .owl-carousel .item {
    min-width: 330px;
  }
  #singlePage .singleNews .singleNewsDesc div.newsBody {
    margin: 20px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsInfo {
    padding: 15px 0;
  }
  #singlePage .singleNews .singleNewsDesc .newsHeading {
    font-size: 22px;
  }
  #singlePage .singleNews .singleNewsImg {
    width: 100%;
  }
  #singlePage {
    padding-top: 10px;
    /*border-bottom: 1px solid #07af6c;*/
  }
  /*
#content {
    padding-top: 0;
}
*/
  .places .heading {
    font-size: 22px;
    padding-left: 5px;
  }

  #navbar .mainNav {
    min-height: 61px;
  }
  .navbarTop div {
    margin: 4px 0;
  }
  .wrapper {
    padding: 0 10px;
  }
  .slider {
    padding-bottom: 5px;
  }
  #content .newsUp .mainNews .newsImg {
    height: 295px;
  }

  .partners li {
    /*width: 100%;*/
  }
  .shareItem {
    width: 100%;
  }
  .shareItem .left,
  .shareItem a {
    width: inherit;
    text-align: center;
  }
  .eventItem {
    width: 100% !important;
  }
  .eventItem:nth-child(2) {
    border-top: none !important;
  }
  .places .places1 .placeItems .placeItem {
    width: 100% !important;
  }
  .selector {
    width: 100% !important;
  }
  .selector div.select {
    margin-right: 0 !important;
  }
  .newsUp > .mainNews {
    height: 495px;
  }

  .footer {
    margin-left: 0px;
  }
  .web_search {
    display: none;
  }
  .sectionHead a,
  .sectionHead span {
    font-size: 18px;
  }
  #content .events .eventItems .eventItem {
    min-height: 150px;
  }
  #singlePage .postSocialNetworks span {
    font-size: 0px;
  }
  .sand_search {
    position: absolute;
    right: -105px !important;
    top: -1px;
    left: 175px;
    z-index: 100;
  }
  .fa-search {
    position: absolute;
    right: 125px;
  }
  #navbar .navbarTop {
    min-height: 100px;
    top: auto;
  }
  .afisa {
    height: auto;
  }
  .paddingB {
    padding-bottom: 15px;
    border-bottom: 1px solid #07af6c;
  }

  .view {
    /* margin-left: 20%;*/
  }
  .date {
    margin-top: 10px !important;
  }
  #banner1 {
    width: 100%;
  }
}

/*//login form*/

.profilLog {
  position: relative;
}

.profilLog .loginForm {
  position: absolute;
  background-color: rgb(236, 240, 241);
  box-shadow: 0px 4px 7px 0px rgba(205, 205, 205, 0.8);
  padding: 15px;
  right: 0;
  top: 33px;
  min-width: 265px;
  z-index: 222;
  display: none;
}

.profilLog .loginForm:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgb(236, 240, 241) transparent;
  position: absolute;
  right: 20px;
  top: -10px;
}

.profilLog .loginForm span:first-child {
  color: #313c56;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}

.loginForm .input-group {
  width: 100%;
}

.loginForm input {
  border: 1px solid rgb(255, 101, 0) !important;
  border-radius: 3px;
  background-color: rgb(255, 255, 255) !important;
  width: 100%;
  margin-left: 0 !important;
  padding: 10px;
  margin-bottom: 15px;
  padding-left: 40px;
  text-transform: none !important;
}

.loginForm .input-group:before {
  display: inline-block;
  color: rgb(255, 101, 0);
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 15px;
}

.loginForm .input-group:first-child:before {
  content: "\f0e0";
}

.loginForm .pass.input-group:before {
  content: "\f023";
  font-size: 25px;
}

.loginForm form button[type="submit"] {
  border-radius: 3px;
  background-color: rgb(255, 101, 0) !important;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  height: 45px;
}

.loginForm .alternatives span {
  font-weight: bold;
  color: #c6ccd2;
  font-size: 16px;
}

.loginForm .alternatives hr {
  border-top: 2px solid lightgray !important;
  margin: 0;
  width: 36%;
}

.loginForm .alternatives {
  margin: 20px 0;
}

.loginForm form {
  margin-top: 25px;
}

.loginForm .socialNetLogins a {
  padding: 0 !important;
  width: 48%;
}

.loginForm .socialNetLogins button {
  border-radius: 4px;
  background-color: rgb(49, 98, 162);
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 13px;
  position: relative;
}

.loginForm .socialNetLogins button span {
  color: white !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.loginForm .socialNetLogins span:before {
  position: relative;
  display: inline-block;
  /* left: 12px; */
  font-family: FontAwesome;
  color: white;
  margin-right: 6px;
}

.loginForm .socialNetLogins button.facebookLogin span:before {
  content: "\f09a";
}

.loginForm .socialNetLogins button.twitterLogin span:before {
  content: "\f099";
}

.loginForm .socialNetLogins button.twitterLogin {
  background: #55cae7;
}

/*login checkbox custom*/

.control {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  padding-right: 10px;
  border-right: 3px solid lightgray;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background: #ff6500;
  border-radius: 3px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #ff6500;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ff6500;
}

.control input:disabled ~ .control__indicator {
  background: #ff6500;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.loginOperations a {
  padding: 0 !important;
  margin-left: 8px;
}

.loginOperations {
  font-size: 16px;
  color: #b4bbc2;
  padding: 0;
  text-transform: none !important;
}

.pagination li a {
  margin: 0 3px;
  color: #bbbfc5;
  border-radius: 60px;
  padding: 4px 12px;
  background: none;
  border: 2px solid #bbbfc5;
}

.pagination li a:hover {
  border-color: #06b46f;
  background: none;
  color: #06b46f;
}

.pagination li:first-child a,
.pagination li:last-child a {
  color: #bcc2ca;
  border: 2px solid rgb(187, 191, 197);
  border-radius: 20px;
  padding: 4px 15px;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  color: #06b46f;
  border-color: #06b46f;
  background: none;
}
.pagination .last_items a:hover {
  color: #06b46f;
  border-color: #06b46f;
  background: none;
}

.pagination li:first-child i {
  margin-right: 5px;
}

.pagination li:last-child i {
  margin-left: 5px;
}

.pagination li.current a {
  background: #06b46f;
  color: white;
  padding: 6px 13px;
}
#ff6500 .pagination li.dots a:hover {
  border-color: transparent !important;
  cursor: default !important;
}

#datetimepicker1 {
  width: 210px;
  margin-right: 20px;
}

.select2 {
  min-width: 210px;
  margin-right: 20px;
}

button.btn.dropdown-toggle.btn-default {
  background-color: #f7fefd !important;
  color: black;
  text-transform: none;
}

ul.dropdown-menu.inner .text {
  margin-top: 5px;
}

#datetimepicker1 input,
.select2-selection--multiple {
  background-color: #f7fefd !important;
  padding: 12px;
  color: #383737;
  min-height: 53.6px;
  cursor: pointer;
  border: none !important;
  font-size: 18px;
}

#datetimepicker1 label.input-group-addon,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  cursor: pointer;
}

#event_map {
  /*margin-top: 27px;*/
  width: 100%;
  height: 340px;
}

b.map_title {
  font-size: 22px;
  padding: 16px 34px;
}

p.map_address {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
}

.gm-style .gm-style-iw div div {
  overflow: hidden !important;
}

h3.maps_address {
  color: #ff6f0c;
  font-size: 20px;
  margin: 12px 0;
}

.gallery_warper {
  margin-bottom: 40px;
}

button.sliderNext {
  margin-left: 5px;
}

.between .date {
}
.between .location {
  padding-right: 10px;
  position: relative;
}
.between .user {
  margin-top: 5px !important;
}

.clean {
  border: none;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 18px;
  outline: none;
  font-size: 18px;
  background: #ffa100;
  color: #383737;
  margin-right: 20px;
  -webkit-transition: -webkit-box-shadow 400ms;
  -webkit-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}

#contact_map {
  height: 500px;
}

.plugin {
  padding-top: 10px;
}

.mainSlider3 .item {
  height: auto !important;
}

.mainSlider3 .owl-nav .owl-next,
.mainSlider3 .owl-nav .owl-prev {
  border: none;
  font-size: 40px;
  border-radius: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 24px 5px 18px;
  margin: 0 10px;
}

.mainSlider3 .owl-next {
  padding: 0 18px 5px 24px !important;
}

.mainNews .news {
  border: none !important;
}

.mainSlider3 {
  /* border: 1px solid #d3d3d3; */
  /* padding: 0 1px; */
}

.language {
  color: #ff6527;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-left: auto;
  min-height: inherit;
  text-align: right;
}

.language ul {
  position: absolute;
  width: 40px;
  text-align: center;
  left: -9px;
  border: 1px solid lightgray;
  padding-top: 27px;
  top: -4px;
  background: #fafafa;
  z-index: 3;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.language ul > li > a {
  padding: 5px 0;
  border-top: 1px solid lightgray;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.language ul > li > a:hover {
  color: white;
  background: #ff6527;
  border-color: transparent;
}

.language span {
  z-index: 5;
  position: relative;
  cursor: pointer;
}

.language:hover ul {
  display: block;
  opacity: 1;
}

/*.newsBody p{
    font-family: inherit !important;
    font-size: 20px;
}*/

div.newsBody {
  margin: 40px 0;
  font-weight: 100;
  font-size: 18px;
  color: #404040;
  line-height: 23px;
}

.search {
  min-height: inherit;
}

.placesCarousel .owl-nav {
  display: block !important;
}

.partners li {
  margin-right: 30px;
  margin-bottom: 5px;
}

.no_result {
  width: 100%;
  padding: 30px;
}

.hidden {
  display: none;
}

.dropdown-header span {
  font-weight: bold;
}

.contact_desc {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 100;
  display: block;
  margin-top: 16px;
  text-align: justify;
}

.contact_desc p {
  margin: 10px 0px;
}

/*
.mainSlider3 .owl-item{
        margin-left: -0.8px;
} */

.mainSlider3 {
  border: 1px solid #d3d3d3;
}

.newsUp > .mainNews {
  min-height: 515px;
  border: 1px solid #d3d3d3;
}

.mainNews > #mainNews,
.mainNews .carousel-inner,
.mainNews .carousel-inner > .item {
  height: inherit;
}

#mainNews span.navs {
  position: absolute;
  font-size: 25px;
  top: 30%;
  border: none;
  font-size: 40px;
  border-radius: 0;
  background: #000000;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 8px 0px 5px;
  margin: 0 10px;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mainNews span.navs:hover {
  opacity: 1;
}

#mainNews span.navs.nextSlide {
  right: 0;
  padding: 0 5px 0 8px;
}
li.last_items a {
  color: #bcc2ca;
  border: 2px solid rgb(187, 191, 197);
  border-radius: 20px;
  padding: 4px 15px;
}
li.last_items a:hover {
  color: #bcc2ca;
  border: 2px solid rgb(187, 191, 197);
  border-radius: 20px;
  padding: 4px 15px;
}

#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: rgba(6, 180, 111, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

@media only screen and (max-device-width: 480px) {
  .sale > a > img {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  #navbar .mainNav ul.menu li.dropdown:hover ul {
    display: block;
  }
}
