body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  color: #212121;
  text-decoration: none;
}
p {
  color: #212121;
  font-size: 14px;
  margin-bottom: 0px;
}
a:hover,
a:focus {
  color: #212121;
  text-decoration: none;
}
h1,
h3,
h4,
h5,
h6 {
  color: #212121;
}
.btn {
  color: #FFF;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  border: 0px;
  font-size: 14px;
  background-color: #f26622;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.btn:hover,
.btn:focus {
  color: #FFF;
  outline: none;
  box-shadow: none;
  background-color: #525c87;
}
#line {
  width: 100%;
  height: 0px;
  background: #FFF;
}
.top_header {
  padding: 7px 0;
  background-color: #fafbf7;
  border-bottom: 1px solid #ececec;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.top_header .top_left p  span {
  color: #FFF;
  padding: 3px;
  border-radius: 4px;
  background-color: #f26622;
}
.top_header .top_right {
  text-align: right;
}
.top_header .top_right  .dropdown-menu{
  min-width:0px;
}

.banner {
    cursor: pointer;
}

.logo_banner .top_right .banner {
  width: 100%;
  height: 75px;
  position: relative;
  background-color: #FFF;
}
.logo_banner .top_right .banner  img {
  width: 100%;
  height: 100%;
}
.logo_banner .top_right .banner p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.top_header .top_right span{
    background-color: #f26622;
    border-radius: 4px;
    color: #fff;
    padding: 3px;
}

.logo_banner {
  margin: 30px 0;
}
.menu {
  position: relative;
  background-color: #f5f7ef;
  border: 1px  solid #ececec;
}
#Top_menu  {
  background-color: #FFF;
}
.topfixed .headerbar   {
  transition: 0.4s !important;
}
.fixed-sticky  {
  transition: 1s;
}
.fixed-sticky .headerbar {
  background-color: #FFF;
  padding-top: 6px;
  box-shadow: 0px 1px 9px rgba(180, 180, 180, 0.51);
  transition: 0.4s;
  position: fixed;
  left: 0;
  width: 100%;
  top: -1px;
  z-index: 1111;
}
.fixed-sticky .headerbar .navbar {
  margin-bottom: 5px;
}
.navbar {
  margin-bottom: 15px;
}
.navbar .navbar-brand {
  color: #525c87;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
  margin-left: 0px !important;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.navbar .navbar-brand::after {
  content: "\f055";
  position: absolute;
  left: 14px;
  top: 50%;
  font-family: FontAwesome;
  transform: translateY(-50%);
  -sm-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #FFF;
  background-color: #f26622;
}

.menu .navbar-nav>li {
  position: relative;
  margin: 0px 5px;
}
.menu .navbar-nav>li>a {
  font-size: 13.5px;
  /*padding-right: 20px;*/
  /*position: relative;*/
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.menu .navbar-nav>li::after {
  content: "\f009";
  position: absolute;
  right:-9px;
  z-index: 11;
  top: 50%;
  font-size: 8px;
  font-weight: normal;
  font-family: FontAwesome;
  transform: translateY(-50%);
  -sm-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu .navbar-nav>li>a:hover,
.menu .navbar-nav>li>a:focus {
  color: #FFF;
  background-color: #525c87;
}
.menu .nav.navbar-nav li:last-child::after {
  display: none;
}
.menu .nav.navbar-nav.navbar-right li {
  margin: 0px;
}
.menu .nav.navbar-nav.navbar-right li a {
  width: 120px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  background-color: #525c87;
}
.menu .nav.navbar-nav.navbar-right li a .fa {
  font-size: 17px;
}
.menu .nav.navbar-nav.navbar-right li a:hover {
  background-color: #f26622;
}





#maplogin{
  padding: 15px 5px 0px;
  overflow: hidden;
  background-color: rgba(82, 92, 135, 0.8);
  width: 201px;
  border-radius: 0px;
  border: 0px;
}
#maplogin .help-block{
    font-size:12px
}
#maplogin .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#maplogin .social-buttons{
    margin:12px 0
}
#maplogin .social-buttons a{
    width: 49%;
}
#maplogin .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #maplogin{
        background-color: inherit;
        color: #fff;
    }
    #maplogin .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
#maplogin .form-control {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #FFF;
  outline: none;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';

}
#maplogin .help-block a {
  font-size: 13px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
  background-color: transparent;
}
#maplogin .help-block a:hover,
#maplogin .help-block a:focus {
  opacity: 0.8;
}
#maplogin .btn {
  width: 100%;
}
#maplogin .login_btn {
  margin-bottom: 5px;
}
.mapsearch {
  margin-bottom: 20px;
  position: relative;
}


.searchmap_info {
  width: 250px;
  /*position: absolute;
  right: 40%;
  top:45px;*/
}
.searchmap_info .sppst_item {
  box-shadow: 1px 1px 6px #bfbfbf;
  cursor: pointer;
  width: 100%;
}
.searchmap_info .sppstitem_info .title {
  font-size: 15px;
  color: #525c87;
  margin-bottom: 0px;
  height: auto;
  text-transform: uppercase;
}
.sppstitem_info .title_info {
  color: #999;
  font-size: 12px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
 .searchmap_info .sppst_item .sppstinfotel {
   color: #999999;
   padding-left: 15px;
   position: relative;
}
.searchmap_info .sppst_item:hover .sppstinfotel {
  color: #FFF !important;
}
.searchmap_info .sppst_item:hover  .title_info {
  color: #FFF;
}
 .searchmap_info .sppstinfotel .fa {
   font-size: 15px;
   position: absolute;
   left: 0;
   top: 3px;
   margin-right: 5px;
 }
.mapsearch_bar {
  position: absolute;
  left: 60px;
  top: 11px;
  width: 400px;
  z-index: 11;
}
.mapsearch_bar .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #f26622;
  font-size: 16px;
  height: 45px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
}
.mapsearch_bar .btn:hover,
.mapsearch_bar .btn:focus {
  color: #FFF;
  box-shadow: none;
  outline: none;
  background-color: #f26622;
}
.mapsearch_bar .search_input {
  height: 45px;
  border-radius: 3px;
  outline: none;
  padding-left: 15px;
  font-size: 14px;
  padding-right: 50px;
  box-shadow: none;
  box-shadow: 0px 0px 9px 0px #a2a2a2;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.mapsearch_bar .search_input:hover,
.mapsearch_bar .search_input:focus {
  outline: none;
  border-color: #f26622;
  box-shadow: 0px 0px 9px 0px #a2a2a2;
}

.searchmenu {
  margin-top: 30px;
}

.searchmenu .menus  {
  width: 200px;
}
.searchmenu ul li .dropsearch ul::-webkit-scrollbar {
    width: 5px;
}
.searchmenu ul li .dropsearch ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.searchmenu ul li .dropsearch ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.searchmenu .menus li a {
  padding: 13px 20px;
  position: relative;
  min-width: 200px;
  padding-right: 50px;
  display: inline-block;
  background-color: #FFF;
  box-shadow: 0px 0px 9px 0px #a2a2a2;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.searchmenu .menus li a::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon.png);
  transform: translateY(-50%);
}
.searchmenu .menus li .dropsearch {
  max-width: 240px;
  /*visibility: hidden;*/
  display: none;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.searchmenu ul li .dropsearch ul {
  height: 190px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-top: 50px;
  overflow: hidden;
  background-color: #FFF;
  border-top: 1px solid #ececec;
  box-shadow: 0px 2px 9px 0px #a2a2a2;
}
.searchmenu ul li .dropsearch ul:hover,
.searchmenu ul li .dropsearch ul:focus {
  overflow-y: scroll;
}
.searchmenu ul li .dropsearch li a {
  width: 100%;
  display: block;
  padding: 8px;
  font-size: 14px;
  box-shadow: none;
}
.searchmenu ul li .dropsearch li a:hover,
.searchmenu ul li .dropsearch li a:focus {
  color: #FFF;
  background-color: #f26622;
}
.searchmenu ul li .dropsearch li a::after {
  display: none;
}
.searchmenu .menus li:hover .dropsearch,
.searchmenu .menus li:focus .dropsearch {
  /*visibility: visible;*/
  display: block;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.searchmenu .menus li:hover .dropsearch ul,
.searchmenu .menus li:focus .dropsearch ul {
  margin-top: 0px;
}

#wrapper {
  min-height: 600px;
}

#brand_slider {

}
.itemblog {
  margin-bottom: 20px;
  border-radius: 3px;
  background: #FFF;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.itemblog:hover {
  box-shadow: 1px 1px 20px #d2d2d2
}
.brand_slider {
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #f5f7ef;
}

.itemblog .slider_img {
  position: relative;
  height: 140px;
  width: 100%;
}
.itemblog .slider_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  /*max-width: 100%;*/
  max-width: 196px;
  max-height: 144px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.itemblog .title {
  font-size: 14px;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.itemblog .location {
  font-size: 13px;
  margin-bottom: 10px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}

.itemblog .item_info {
  padding: 10px;
  height: 90px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  overflow: hidden;
}
.brand_slider .carousel-indicators li {
  border-color: #212121;
  width: 12px;
  height: 12px;

}
.brand_slider .carousel-indicators .active {
  background-color: #525c87;
  border-color: #525c87;
  margin: 1px;
}
.brand_slider .carousel-indicators {
  bottom: -30px;
}


.catalog {
  background: #f5f7ef;
  margin-bottom: 15px;
}
#catalog_a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 20px;
    display: block;
    position: relative;
    border: 1px solid #d0d0d0;
    width: 100%;
    background-color: #525c87;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}
#catalog_a:hover,
#catalog_a:focus {
  color: #FFF;
}

#catalog_showbar.col-sm-12 {
    width: 100%;
    padding: 10px 10px;
}
#catalog_a .fa {
    font-size: 30px;
    top: 4px;
    right: 10px;
    position: absolute;
}
.faqanswer p {
    font-size: 12px;
    font-family: Vedrana, arial, 'bpg_mrgvlovani';
}
#catalog_showbar ul li {
  width: 25%;
  padding: 3px;
  overflow: hidden;
  float: left;
}
#catalog_showbar ul li a {
  display: block;
  padding: 10px;
  margin: 0px 5px;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  padding-right: 43px;
  color: #212121;
  border-radius: 3px;
  background-color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
#catalog_showbar ul li a span {
  background-color: #f26622;
  padding: 3px 5px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  min-width: 25px;
  width: 38px;
  text-align: center;
  transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #FFF;
}
#catalog_showbar ul li a:hover {
  background-color: #f26622;
  color: #FFF;
}
#catalog_showbar ul li a:hover span {
  background-color: #FFF;
  color: #999;
}


#citemap_city.col-sm-12 {
    width: 100%;
    padding: 5px 5px;
}

#citemap_city ul li {
  width: 25%;
  padding: 3px;
  overflow: hidden;
  float: left;
}

#citemap_city ul li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  position: relative;
  color: #212121;
  border-radius: 3px;
  background-color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}

#citemap_city ul li a span {
  background-color: #f26622;
  padding: 3px 5px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  min-width: 25px;
  width: 38px;
  text-align: center;
  transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #FFF;
}

#citemap_city ul li a:hover {
  background-color: #f26622;
  color: #FFF;
}

#citemap_city ul li a:hover span {
  background-color: #FFF;
  color: #999;
}

.weather_map{
    height: 500px;
}

#weather_city.col-sm-12 {
    width: 100%;
    padding: 5px 5px;
}
#weather_city ul li {
  width: 33%;
  padding: 3px;
  overflow: hidden;
  float: left;
}
#weather_city ul li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  position: relative;
  color: #212121;
  border-radius: 3px;
  background-color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
#weather_city ul li a span {
  background-color: #f26622;
  padding: 3px 5px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  min-width: 25px;
  width: 38px;
  text-align: center;
  transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #FFF;
}

#weather_city ul li a:hover {
    cursor: pointer;
    box-shadow:0px 0px  6px  0px rgba(242, 102, 34, 1);
}

.weather_desc {
/*    position: absolute;
    top: 70px;*/
    background-color: #FFF;
    padding-top: 10px;
    box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
/*    margin-left: 3px;
*/    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}

.cur_weather {
    position: absolute;
}
.weather_time {
    float: right;
}
.real_feel{
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.border_bottom_ececec{
    border-bottom:1px solid #ececec; !important;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.site_map_result{
    margin-top: 5px;
    padding: 10px;  
}

.site_map_result_holder{
    padding: 10px;
    box-shadow: 0px 0px 6px 0px rgba(193, 193, 193, 0.63);
    margin-bottom: 10px;
}
.sitemap_subdiv_title{
    color: #737fb3;
    left: 12px;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(193, 193, 193, 0.63);
    text-transform: uppercase;
}

.sitemap_names a{      
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    color: #212121;
    border-radius: 3px;
    background-color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}

.sitemap_names a:hover {
    background-color: #f26622;
    color: #FFF;
}

.sitemap_orgs{
/*   argin-top: 10px;*/
}  

.sitemap_orgs a {
    padding: 6px 10px;
    font-size: 12px;
    position: relative;
    color: #212121;
    border-radius: 3px;
    background-color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}

.sitemap_orgs_height{
    display: inline-block;
    width: auto;
    background: none;
    margin: 5px auto;
}

.sitemap_strnums{
    display: inline-block;
    width: auto;
    background: none;
    margin: 5px auto;
}


.sitemap_strnums a {
    padding: 6px 10px;
    font-size: 12px;
    position: relative;
    color: #212121;
    border-radius: 3px;
    background-color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: lowercase !important;
}




.sitemap_orgs a:hover {
    background-color: #f26622;
    color: #FFF;
}


.citemap_city_ul_li_active  {
  background-color: #f26622 !important;
  color: #FFF !important;
}

#sitemap_letters.col-sm-12 {
    width: 100%;
    padding: 5px 5px;
}
#sitemap_letters ul li {
  width: 6%;
  padding: 3px;
  overflow: hidden;
  float: left;
  text-align: center;  
}
#sitemap_letters ul li span {
/*  position: absolute;
  margin-top: 5px;   */
  display: block;
  padding: 5px;
  font-size: 13px;
  box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
}
#sitemap_letters ul li a {
  display: block;
  padding: 5px;
  font-size: 13px;
  position: relative;
  color: #212121;
  border-radius: 3px;
  background-color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:0px 0px  6px  0px rgba(193, 193, 193, 0.63);
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';  
}

#sitemap_letters ul li a:hover {
  background-color: #f26622;
  color: #FFF;
}

#sitemap_letters ul li a:hover span {
  background-color: #FFF;
  color: #999;
}



.organization {
  margin: 20px 0;
  padding:  20px;
  padding-bottom: 0px;
  background-color: #f5f7ef;
}
.organization .item_info {
  height: 110px;
}
.organization .item_info .titletext  {
  font-size: 13px;
  height: 35px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.organization_item {
  transition: 0.3s;
}
.organization_item:hover {
  max-width: 252px;
  width:100%;
  margin: 0 auto;
  background-color: #525c87;
  box-shadow: none;
  position: absolute;
  box-shadow: 1px 1px 20px #d2d2d2;
}
.organization_item:hover .title,
.organization_item:hover .titletext,
.organization_item:hover .location {
  color: #FFF;
}
 .organization_item.show_down .item_info{
   height: auto;
 }
 .organization_item.show_down  .item_info .titletext{
  height: auto !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.organization_item.show_down:hover .item_info .titletext {
  text-overflow: inherit;
    white-space: normal;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.sppst_item.sho_down .sppstitem_info  {
  display: inline-block;
  float: none;
}

.sppst_item.sho_down .item_img {
  float: left;
  margin-right: 3px;
}
.itemcompany.sho_down .item_img,
.spps1t_item.sho_down .item_img {
  float: left;
  margin-right: 4px;
}
.itemcompany.sho_down .sppstitem_info .location,
.sppst_item.sho_down .sppstitem_info .location {
  height: auto;
  min-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.itemcompany.sho_down:hover .sppstitem_info .location,
.sppst_item.sho_down:hover .sppstitem_info .location  {
    text-overflow: inherit;
    white-space: normal;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.sppst_item.sho_down:hover {
  max-width: 252px;
  width: 100%;
  margin: 0 auto;
  background-color: #525c87;
  box-shadow: none;
  position: absolute;
  box-shadow: 1px 1px 20px #d2d2d2; 
}
.sponsor_poster {
  padding: 0px 20px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}

.items_title {
  margin: 20px 0;
  font-size: 14px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}
.sppst_item {
  padding: 10px;
  background: #FFF;
  border-radius: 3px;
  /*margin-bottom: 20px;*/
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 1px 1px 8px #d4d4d4;
  display: table;
  min-width: 253px;
}
.margin_b_20 {
    margin-bottom: 20px !important;   
}
.margin_b_40 {
    margin-bottom: 40px !important;   
}
.sppst_item .item_img {
  width: 30%;
  display:inline-block;
  height: 70px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border: 1px solid #f5f5f5;
}
.sppst_item .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 70%;
  max-width: 80%;
  min-height: 70%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.sppstitem_info {
  float: right;
  width: 68%;
}

.sppstitem_info_st_num {
  margin: 10px;
}

.sppstitem_info .title {
  color: #212121;
  margin: 10px 0;
  margin-bottom: 7px;
  font-size: 13px;
  height: 28px;
  overflow: hidden;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}

.sppstitem_info_st_num .title {
  color: #525c87;
  margin: 10px 0;
  margin-bottom: 7px;
  font-size: 13px;
  height: 28px;
  overflow: hidden;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}

.sppstitem_info .location {
  color: #999;
  font-size: 12px;
  padding: 5px;
  padding-left: 15px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
  position: relative;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.sppstitem_info .location::after {
  content: "\f041";
  color: #f26622;
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 16px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  font-family: FontAwesome;
}
.sppstitem_info .location.date::after {
  content: "\f073";
  font-size: 14px;
  left: 0;
}
.sppst_item:hover .sppstitem_info .location::after  {
  color: #FFF;
}


.sppst_item:hover,
.sppst_item:focus {
  background-color: #525c87;
}
.sppst_item:hover .title,
.sppst_item:hover .location,
.sppst_item:focus .title,
.sppst_item:focus .location{
  color: #FFF !important;
}
.ol-popup:hover .ol-popup-closer{
    color: #FFF;    
}

.sppst_item:hover .item_img,
.sppst_item:focus .item_img {
  border-color: #424b70;
}
.sppst_item .item_img.imgtwo {
  height: 80px;
}
.sponsor_postertwo {
  background-color: #f5f7ef;
}
.items_title.titletwo {
  color: #525c87;
}
.sppstitem_info.infotwo .title {
  height: 28px;
  margin-bottom: 0px;
}
.sppstitem_info .titletext_two {
  color: #999;
  font-size: 12px;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.sppst_item:hover .titletext_two {
  color: #FFF;
}

.companysinfo {
  margin-bottom: 20px;
  background-color: #e7e9e0
}
.companysinfo .nav.nav-pills {
  border-bottom: 2px solid #525c87;
}
.comp_about {
  /*border: 1px solid #ededed;*/
  background-color: #f5f7ef;
  margin-bottom: 30px;
}
.pagebtn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.pagebtn .btn{
  color: #FFF;
  font-size: 13px;
  padding: 10px 15px;
  margin-left: 10px;
  background-color: #363e61;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.pagebtn .btn:hover,
.pagebtn .btn:focus{
  color: #FFF;
  background-color: #f18130;
}
.page_head {
  position: relative;
  margin-bottom: 20px;
  background-color: #525c87;
}
.page_head ul li {
  position: relative;
  display: inline-block;
}
.page_head ul li a {
    display: block;
    font-size: 14px;
    padding: 20px;
    color: #FFF;
    position: relative;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}
.page_head ul li::after {
    content: "\f105";
    position: absolute;
    right: -5px;
    top: 47%;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-family: FontAwesome;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page_head ul li a:hover,
.page_head ul li a:focus {
    opacity: 0.8;
}
.page_head ul li:last-child::after {
  display: none;
}
.bannertwo {
  width: 100%;
  margin-bottom: 20px;
  height: 90px;
}
.bannertwo img {
  width: 100%;
  height: 100%;
}
.companyabout_info  {
  padding: 20px;
  background-color: #e7e9e0;
}
.companyabout_map {
  margin-bottom: 20px;
}
.compab_info {
  position: relative;
  padding: 6px;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 40px;
  padding-right: 0px;
}
.compab_info .icons {
  position: absolute;
  left: 0px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f26622;
}
.compab_info .icons .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  font-size: 17px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.compab_info .text {
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.companysinfo .nav-pills>li>a {
  color: #525c87;
  border-radius: 0px;
  font-size: 13px;
  padding: 15px;
  background-color: #e7e9e0;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}
.companysinfo .nav-pills>li.active>a,
.companysinfo .nav-pills>li.active>a:focus,
.companysinfo .nav-pills>li.active>a:hover {
  background-color: #525c87;
  color: #FFF;
}
.companysinfo .nav-pills>li>a:hover,
.companysinfo .nav-pills>li>a:focus {
  background-color: #f26622;
  color: #FFF;
}


.about {
  margin-top:50px;
  padding: 30px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #f5f7ef;
}
.page_title h4 {
    color: #FFF;
    margin: 0px;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 3px;
    background-color: #f26622;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}

.page_title h1 {
    color: #FFF;
    margin: 0px;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 3px;
    background-color: #f26622;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}
.about_content p {
  font-size: 13px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.about_content a {
  color: #525c87;
  font-size: 13px;
  font-weight: bold;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.about_content a:hover,
.about_content a:focus {
  color: #f26622;
}

.item_titles h4 {
    color: #FFF;
    margin: 0px;
    font-size: 14px;
    padding: 15px 20px;
    display: inline-block;
    background-color: #525c87;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}


.allinfo {
  padding: 15px;
  padding-bottom: 5px;
  /*background-color: #f5f7ef;*/
}
.allinfo1 {
  background: #f5f7ef;
}
.title_names h4 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}
.title_names p {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;

}
.compad_left {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  z-index: 1;
  transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: #e7e9e0;
  border: 1px solid #f5f5f5;
}
.compad_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  /*min-width: 70%;*/
  max-width: 90%;
  /*min-height: 70%;*/
  max-height: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.banner_img {
  width: 100%;
  height: 90px;
}
.banner_img img {
  width: 100%;
  height: 100%;
}
.allinfo2 {
  margin-bottom: 20px;
  background-color: #f5f7ef;
}
.allinfo3 {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f5f7ef;
}
.compabout_text p {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
  text-align: justify;
}


.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
    position: absolute;
    color: transparent;
    transition: .2s;
    z-index: 1;
}
.owl-controls .owl-nav {
    position: absolute;
    right: -5px;
    top: -38px;
    width: 80px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-controls .owl-nav .owl-prev {
    left: 0;
    width: 0;
    height: 0;
    width: 40px;
    height: 33px;
    background-color: #f5f7ef;
}
.owl-controls .owl-nav .owl-next {
    right: 0;
    width: 0;
    height: 0;
    width: 40px;
    height: 33px;
    background-color: #f5f7ef;
}
.owl-controls .owl-nav .owl-prev::before {
    content: "\f104";
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    left: 50%;
    top: 50%;
    color: #212121;
    z-index: 11;
    transition: .2s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.owl-controls .owl-nav .owl-next::before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    left: 50%;
    top: 50%;
    color: #212121;
    z-index: 11;
    transition: .2s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-prev:hover {
    background-color: #525c87;
}
.owl-controls .owl-nav .owl-next:hover::before,
.owl-controls .owl-nav .owl-prev:hover::before {
  color: #FFF;
}

.minslider {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.minslider img {
  width: 100%;
  display: block;
  background: #333;
}
.minslider:hover img {
  opacity: 0.7;
}
.allinfo4 {
  padding-bottom: 10px;
  background: #f5f7ef;
}


.company_category ul {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px 0px rgba(193, 193, 193, 0.63);
}
.company_category ul li a {
    display: block;
    padding: 10px;
    font-size: 13px;
    position: relative;
    padding-right: 50px;
    color: #212121;
    background-color: #FFF;
    border-bottom: 1px solid #e8eae3;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
}
.company_category ul li a span {
    background-color: #f26622;
    padding: 2px 5px;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    min-width: 40px;
    text-align: center;
    transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #FFF;
}

.company_category ul li a:hover {
    background-color: #f26622;
    color: #FFF;
}
.company_category ul li a:hover span {
    background-color: #FFF;
    color: #999;
}
.itemcompany {
    padding: 10px;
    background: #FFF;
    border-radius: 3px;
    margin-bottom: 20px;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 1px 1px 8px #d4d4d4;
    border-right: 3px solid #f26622;
}
.itemcompany .item_img {
    width: 30%;
    display: inline-block;
    height: 80px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    border: 1px solid #f5f5f5;
}
.itemcompany .item_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 70%;
    max-width: 80%;
    min-height: 70%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.itemcompany .sppstitem_info .title {
    color: #212121;
    margin: 10px 0;
    margin-bottom: 7px;
    font-size: 13px;
    height: 30px;
    overflow: hidden;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.itemcompany .sppstitem_info.infotwo .title {
    height: 30px;
    margin-bottom: 0px;
}
.itemcompany .sppstitem_info .titletext_two {
    color: #999;
    font-size: 12px;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.itemcompany .sppstitem_info .location {
    color: #999;
    font-size: 12px;
    padding: 5px;
    padding-left: 15px;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.itemcompany .sppstitem_info .location::after {
    content: "\f041";
    color: #f26622;
    position: absolute;
    left: 3px;
    top: 1px;
    font-size: 16px;
    transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    font-family: FontAwesome;
}
.itemcompany.normal {
  border-right: 0px;
}
.itemcompany.normal .sppstitem_info {
  float: none;
  display: block;
  width: 100%;
}
.itemcompany.normal  .sppstitem_info .titletext_two {
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
  padding-top: 3px;
}

.itemcompany:hover,
.itemcompany:focus {
/*    position: absolute;*/    
    top: 0;
    z-index: 1;
    /*max-width: 263px; */
    width: 100%;
    /*border-color: #f26622;*/
    background-color: #525c87;
}
.itemcompany:hover .item_img,
.itemcompany:focus .item_img {
    border-color: #424b70;
}
.itemcompany:hover .titletext_two,
.itemcompany:hover .titletext_two{
    color: #FFF;
}
.itemcompany:hover .title,
.itemcompany:hover .location,
.itemcompany:focus .title,
.itemcompany:focus .location {
    color: #FFF;
}
.itemcompany:hover .sppstitem_info .location::after {
  color: #FFF;
}
.itemcompany.normal:hover  .sppstitem_info .titletext_two {
  border-color: #FFF;
}
.itemcompany .sppstitem_info {
    display: inline-block !important;
    width: 68%;
    float: none;
}

.normal_re {
    border-right: 0px !important;
}
.contact {
  padding: 30px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #f5f7ef;
}
.contact_form .form-control {
    font-size: 14px;
    /*height: 45px;*/
    border-radius: 3px;
    border-color: #e7e7e7;
    outline: none;
    box-shadow: none;
    background-color: #FFF;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.contact_btn .security label {
    font-weight: 100;
    color: #999;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.contact_btn .security label span {
  color: #333;
  font-size: 16px;
}
.contact_form  .form-group{
  margin-bottom: 20px;
}
.contact_btn .security  {
  margin-top: 4px;
}
.contact_btn .security input {
    font-weight: 100;
    color: #FFF;
    background-color: #525c87;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    width: 70px;
    text-align: center;
    padding: 3px;
    border: 1px solid #e7e7e7;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.contact_btn .security input:hover,
.contact_form .form-control:hover {
    outline: none;
    box-shadow: none;
}
.contact_btn .btn {
    border: 0px;
    margin-top: 48px;
    font-size: 14px;
    color: #e7e7e7;
    border-radius: 3px;
    background-color: #525c87;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}
.contact_btn .btn:hover, .contact_btn .btn:focus, .contact_btn .btn:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #f26622 !important;
}

.weather_btn .btn {
    border: 0px;
    font-size: 14px;
    color: #e7e7e7;
    border-radius: 3px;
    background-color: #525c87;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
}
.weather_btn .btn:hover, .weather_btn .btn:focus, .weather_btn .btn:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #f26622 !important;
}

.contact_info {
  position: relative;
}
.contact_info .contact_info_bar {
  position: absolute;
  width: 100%;
  top: -50px;
  left: 0;
}

.contact-li {
  width: auto !important;
}

.contact_ul li {
    width: 33%;
    padding: 9px;
    height: 36px;
    padding-left: 40px;
    position: relative;
    font-size: 13px;
    float: left;
    margin-bottom: 15px;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}



.contact_ul li .icon {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f26622;
}
.contact_ul li .icon .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    font-size: 17px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


#footer {
  background-color: #212121;
  padding: 30px 0;
}
.footermenu_title {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 14px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.footer_menu {
  margin-top: 15px;
}
.footermenu_title span {
  color: #737fb3;
}
.footer_menu li {
  width: 50%;
  float: left;
}
.footer_menu li a {
  color: #FFF;
  font-size: 13px;
  padding: 5px;
  padding-left: 15px;
  display: block;
  position: relative;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.footer_menu li a::after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 5px;
}
.footer_menu li a:hover,
.footer_menu li a:focus {
  color: #7480b4;
}
.footer_menu.menu2 li {
  display: inline-block;
  float: none;
  white-space: nowrap;
/*  width: 100%;*/
}

.footer .right {
  text-align: right;
}
.footer .right .banner {
  width: 100px;
  height: 40px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  /*background-color: #151515;*/
}
.footer .copyright {
  color: #FFF;
  font-size: 13px;
  margin-bottom: 15px;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.footer .cratedby {
  color: #FFF;
  font-size: 15px;
  font-family: Arial, 'bpgmrgvlovani';
  text-transform: uppercase;
}
.footer .cratedby a {
  text-transform: uppercase;
  color: #525c87;
  font-weight: bold;
}
.footer .cratedby a:hover,
.footer .cratedby a:focus {
  color: #0aa4ff;
}



.blackbg{
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left:0;
 background: rgba(0,0,0,0.5);
 z-index: 10000;
 display: none;
 text-align: center;
}

.blackbg img{
 max-width: 90%;
 max-height: 80%;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 border: 10px solid rgba(0, 0, 0, 0.55);

}
.imgContainer{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
.imgContainer img{
 position: relative;
 z-index: 9999;
}
.lghtControls{
   position: absolute;
   color: rgba(255,255,255,0.6);
   width: 100%;
   z-index: 1000;
   top: 50%;
   transform: translateY(-50%);
}
.lghtControls i:hover {
   color: rgba(255,255,255,1);
   text-shadow: 2px 2px 10px #fff;
   }
.lghtControls .fa-angle-right {
   float: right;
}
.lghtControls .fa-angle-left {
   float: left;
}
.lghtControls i {
   font-size: 70px;
   cursor: pointer;
   padding: 50vh 100px;
   transition: 0.2s;
}
.itemcompany_prevnext.pagination>li>a,
 .itemcompany_prevnext.pagination>li>span {
   color: #FFF;
   border: 0px;
   background-color: #525c87;
   margin-right: 5px;
   margin-bottom: 5px;
   border-radius: 5px !important;
   font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
   text-transform: uppercase;
 }
.itemcompany_prevnext.pagination>.active>a,
.itemcompany_prevnext.pagination>.active>a:focus,
.itemcompany_prevnext.pagination>.active>a:hover,
.itemcompany_prevnext.pagination>.active>span,
.itemcompany_prevnext.pagination>.active>span:focus,
.itemcompany_prevnext.pagination>.active>span:hover {
   background-color: #f26622 !important;
 }
.itemcompany_prevnext.pagination>li>a:focus,
.itemcompany_prevnext.pagination>li>a:hover,
.itemcompany_prevnext.pagination>li>span:focus,
.itemcompany_prevnext.pagination>li>span:hover {
   background-color: #f26622 !important;
 }
 
.is_oragne{
    color: #f26622 !important;
}

a.disabled {
   pointer-events: none;
   cursor: default;
   background-color: #999 !important;
}

/*.sppst_item_multi .title {
    font-size: 15px;
    color: #525c87;
    height: auto;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}*/

.sppst_item_multi {
    padding: 5px 15px;

} 

.sppst_item_multi .title a {
    height: auto;
    font-size: 15px;
    color: #525c87;   
    font-family: Vedrana,Helvetica,Arial,sans-serif,"bpgmrgvlovani";
    text-transform: uppercase;
}

.sppst_item_multi .title a:hover {
    color: #f26622;   
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.spinner{
    position: absolute;
    top: 11px;
    right: 33px;
    height: 22px;
    width: 22px;
    display: none;

}

.contact_map {
    height: 318px;
}

.contact_map_percent {
    height: 100%;
}

.orange {
    color: #f26622;
}

.clas_ecl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sat_street_switch {
    top: 70px;
    left: .5em;
}
.ol-touch .sat_street_switch {
    top: 80px;
}

.sat_mouse_scroll_on_off {
    top: 65px;
    left: .5em;
}
.ol-touch .sat_mouse_scroll_on_off {
    top: 120px;
}

.active{
    background-color:rgba(242, 102, 34,1) !important; 
}

.restaurants-nearby{
  top: 100px;
  left: 0.5em;
  background-color: transparent !important;
}

.restaurants-nearby :hover {
  background-color: transparent;
}
.nearby-buttons {
  border-radius: 60px !important;
  box-shadow: 0 0 2px #888;
  margin-bottom: 3px !important;
}


/*.active:hover{
    background-color:rgb(82, 92, 135) !important;
}
  */

.changelog_date {
    padding: 5px 5px;
    font-size: 15px;
    position: relative;
    color: #212121;
    border-radius: 3px;
    background-color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0px 0px 6px 0px rgba(193, 193, 193, 0.63);
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    width: 85px;
    text-align: center;
    
}

.changelog_text{
    padding: 5px 0px;
    color: #737fb3;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    margin-top: 10px;
    text-transform: uppercase;
}

.border_btm {
    border-bottom: 1px solid rgba(193, 193, 193, 0.63) !important;
    padding-bottom: 10px;
}

.map24_float_right{
    float: right;
}

.map24_powered_by_home24 font{
    font-size: large;
}

.realestate_map{
    height: 630px;
}

/*.realestate_content{
    margin-left: -15px !important;
}*/

#real_estate_list_holder{
    height: 534px;
    overflow-y: auto;    
    overflow-x: hidden; 
}

.real_estate_all_list{
    width: 98%;
}

#real_estate_counter_div{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'bpgmrgvlovani';
    padding-bottom: 10px;
    text-transform: uppercase;
}

.real_estate_counter_span{
    color: #FFF;
    padding: 3px 10px;
    border-radius: 4px;
    background-color: #525c87;
}


/* real estate search menu */
.re_searchmenu {
/*  margin-top: 30px; */
    margin-bottom: 20px;
}

.re_searchmenu .menus  {
  width: 200px;
}
.re_searchmenu ul li .dropsearch ul::-webkit-scrollbar {
    width: 5px;
}
.re_searchmenu ul li .dropsearch ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.re_searchmenu ul li .dropsearch ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.re_searchmenu .menus li a {
  padding: 13px 20px;
  position: relative;
  min-width: 200px;
  padding-right: 50px;
  display: inline-block;
  background-color: #FFF;
  box-shadow: 0px 0px 9px 0px #a2a2a2;
  font-family: Vedrana, Helvetica, Arial, Sans-Serif, 'ingiriarial';
}
.re_searchmenu .menus li a::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon.png);
  transform: translateY(-50%);
}
.re_searchmenu .menus li .dropsearch {
  max-width: 240px;
  /*visibility: hidden;*/
  display: none;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: absolute;
  z-index: 3;
}
.re_searchmenu ul li .dropsearch ul {
  max-height: 190px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-top: 50px;
  overflow: hidden;
  background-color: #FFF;
  border-top: 1px solid #ececec;
  box-shadow: 0px 2px 9px 0px #a2a2a2;
}
.re_searchmenu ul li .dropsearch ul:hover,
.re_searchmenu ul li .dropsearch ul:focus {
  overflow-y: scroll;
}
.re_searchmenu ul li .dropsearch li a {
  width: 100%;
  display: block;
  padding: 8px;
  font-size: 14px;
  box-shadow: none;
}
.re_searchmenu ul li .dropsearch li a:hover,
.re_searchmenu ul li .dropsearch li a:focus {
  color: #FFF;
  background-color: #f26622;
}
.re_searchmenu ul li .dropsearch li a::after {
  display: none;
}
.re_searchmenu .menus li:hover .dropsearch,
.re_searchmenu .menus li:focus .dropsearch {
  /*visibility: visible;*/
  display: block;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.re_searchmenu .menus li:hover .dropsearch ul,
.re_searchmenu .menus li:focus .dropsearch ul {
  margin-top: 0px;
}

.display_none {
    display: none !important;
}

/* real estate search menu */