@import "http://fonts.googleapis.com/css?family=Lato:300,400,700";

body {
    background-color: #fff;
    color: #555;
    font-family: "Lato", Helvetica, Arial,sans-serif, Georgia;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
    font-weight: 300;
}

a {
    color: #738fc8;
}

a:hover {
    color: #2f2483;
}

h1 {
  font-size: 35px;
  font-weight: 300;
  color: #2f2483;
  line-height: 46px;
  font-family: "Lato", Helvetica, Arial,sans-serif, Georgia;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  color: #2f2483;
  font-family: "Lato", Helvetica, Arial,sans-serif, Georgia;
  margin-bottom: 20px;  
}

h3 {
  font-size: 20px;
  color: #738fc8;
  font-family: "Lato", Helvetica, Arial,sans-serif, Georgia;
  font-weight: 300;  
  line-height: 30px;

}

h4 {
  font-size: 18px;
  color: #2f2483;
  font-family: "Lato", Helvetica, Arial,sans-serif, Georgia;
  font-weight: 400;  
  line-height: 30px;
}

.logo {
	padding: 10px;
}

/* ---------------------------------------------------- snippet-menu ---------------------------------------------------- */

div.navbar.navbar-default div.navbar-collapse.collapse ul#nav.nav.navbar-nav.sf-menu.ellipsis.pull-right {
	font-weight: 300 !important;
	font-size: 14px;
	letter-spacing: 1px;
}

ul#nav.nav.navbar-nav.sf-menu.ellipsis.pull-right li ul li a {
	width: 250px;
}


.sf-menu a{display:block}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{background-color:#d2ddc0!important;color:#173440!important}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#333!important;background-color:#f3a91c!important}
.sf-menu .current li a{color:#fff}
.sf-menu,.sf-menu *{padding:0;list-style:none}
.sf-menu ul li{width:100%}.sf-menu li:hover{visibility:inherit}
.sf-menu a{position:relative;padding:10px;text-decoration:none}
ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul{top:-999em}
ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul{left:12.8em;top:0}
ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul{top:-999em}
ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul{left:10em;top:0}
.sf-menu li ul li ul{background-color:#e2e2e2;margin-left:71px;width:100%}
.sf-menu li ul li ul li ul{background-color:#e2e2e2;margin-left:100px;width:100%}
.sf-menu li ul li a {padding-left:15px!important;padding-right:0!important;line-height:16px}
.sf-menu li.sfHover ul,.sf-menu li:hover ul{left:0;top:40px;z-index:99;}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent transparent transparent #ccc;border-style:solid;border-width:5px 0 5px 5px;margin-top:5px;margin-right:-10px}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}

.sf-menu ul {
  position:absolute;
  top:-999em;
}

.menu-background {
    background-color: #fff;
}

.menu-under{
    background-color: #2f2483;
    width: 100%;
    margin-bottom:0px;
}

.menu-under.menu-inside {
    margin-top: 0px;
    margin-bottom:40px;
}
.navbar.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #2f2483;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #2f2483;
}

ul.nav.navbar-nav.navbar-blue.pull-right {
    margin-bottom: 15px;
}

ul.nav.navbar-nav.navbar-blue.pull-right li a {
    color: #fff;
    font-size: 16px;
    background-color: #2f4283;
    border-right: 1px solid #fff;
    font-weight: 300;
}

ul.nav.navbar-nav.navbar-blue.pull-right li a.RO {
    background-color: #2f4283;
  
}

ul.nav.navbar-nav.navbar-blue.pull-right li a:hover {
    color: #fff;
    background-color: #738fc8;
}

div.menu-background div.navbar {
    margin-bottom: 0px;
}

div.menu-background ul li ul {
    background-color: #2F2483;
    margin-top: 10px;
}

div.menu-background ul#nav.nav.navbar-nav.sf-menu.ellipsis.pull-right li ul li a {
    color: #fff;
}

div.menu-background ul li ul li:hover {
    background-color: #738FC8;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        text-transform: none;
    }
    div.menu-background div.container div.row div.col-xs-6.col-sm-9 div.row div.hidden-xs.col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav > li > a {
        padding-left: 8px;
        padding-right: 9px;
    }
}

/* ---------------------------------------------------- snippet-menu-mobile ---------------------------------------------------- */

.navbar.navbar-inverse {
    background-color: #738FC8;
    border-color: #738FC8;
}

a.navbar-toggle, i.icon-menu-3, button.navbar-toggle a {
    color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2f2483;
    border-color: #2f2483;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2f2483;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #2f2483;
}

/* ---------------------------------------------------- snippet-banners ---------------------------------------------------- */

.jumbotron {
    padding: 0;
    margin-bottom: 0px;
   height: auto;

}

.jumbotron.j-inside {
   /* background: rgba(0, 0, 0, 0) url("/public/images/bgr_banner_inside.jpg") no-repeat scroll bottom center / cover; */
    height: auto;
    padding: 0;
    margin-bottom: 0px;
}

.banner-home {
  background: #D5DBDB url("/public/images/banner-balcan-adidas.jpg") no-repeat center right;
  height: 500px;
  position: relative;
  overflow-y: hidden;
}

.home, .inside {
    position: relative;
}

.height {
    height: inherit;
}

div.banner-box {
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    bottom: 130px;
    padding: 30px;
}

div.home_txt1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

div.home_txt2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

a.more {
    background-color: #fff;
    color: #6b1d74;
    padding: 7px 25px;
    border-radius: 7px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .jumbotron {
        height: 570px;
    }
    div.banner-box {
        bottom: 75px;
    }
}

@media screen and (max-width: 992px) {
    .jumbotron {
        height: 490px;
    }
    div.banner-box {
        bottom: 15px;
        padding: 10px 10px 20px 20px;
    }
    div.home_txt1 {
        font-size: 30px;
    }
    div.home_txt2 {
        font-size: 15px;
    }
}

div.banner-inside-txt1 {
    position: absolute;
    font-size: 38px;
    color: #2f2483;
    bottom: 110px;
}

a.banner-inside-txt2 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #2f2483;
    padding: 10px 30px;
    position: absolute;
    bottom: 50px;
    border-radius: 8px;
}

/* ---------------------------------------------------- snippet-rows ---------------------------------------------------- */

.row1 {
    background: rgba(0, 0, 0, 0) url("/public/images/row1.jpg") no-repeat scroll center center / cover;
    height: 350px;
    position: relative;
    border-top: 1px solid #fff;
   margin-bottom:40px;
}


.row2 {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #2f2483 50%, #738fc8 50%) repeat scroll 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .row2 {
        background: rgba(115, 143, 200,1);
    }
}

a.book-online {
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    background-color: #2f2483;
    padding: 6px 30px;
}

.row-p {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.row2 p {
    color: #fff;
    margin-left: 15px;
}

.row3 {
    background: rgba(0, 0, 0, 0) url("/public/images/row3.jpg") no-repeat scroll center center / cover;
    height: 390px;
    position: relative;
    border-top: 1px solid #fff;
}

.row3 p {
    position: absolute;
    bottom: 100px;
    color: #fff;
    background-color: #2f2483;
    padding: 20px 75px 20px 30px;
}

.row3 p span {
    font-size: 27px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .row3 p {
        bottom: 15px;
    }
}

/* ---------------------------------------------------- snippet-sidebar ---------------------------------------------------- */

.sidebar {
    margin-top: 50px;
}

.sidebar a.top .box {
    margin-bottom: 25px;
}

.sidebar .box p {
    position: absolute;
    bottom: 16px;
    left: 55px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing:1px;
   line-height:22px;
}

.sidebar a.top .box img {
    border-bottom: 60px solid #2f2483;
}

/* ---------------------------------------------------- snippet-footer ---------------------------------------------------- */

.footer {
  font-size: 14px;
  color: #a9a9a9;
  padding-top: 0px;
  padding-bottom: 30px;  
}

.footer a span, .footer .text-right a, .footer .text-left a {
	font-size: 14px;
	color: #a9a9a9;
}

.footer a:hover span, .footer .text-right a:hover, .footer .text-left a:hover, .footer a:hover {
    color: #2f2483;
    text-decoration: none;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .footer1 {
    color: #2f2483;
    font-size: 26px;
    line-height: 46px;
    font-weight: 400;
}

.footer .footer2 {
    color: #636363;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 18px;
}

.footer .footer3 {
    color: #6c6c6c;
    font-size: 23px;
    line-height: 35px;
}

.footer .footer4 {
    color: #6c6c6c;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
}

.footer .links a {
    font-size: 16px;
     color: #000;
}

div.fb-follow {
    margin-top: 20px;
}

.footer .links {
    margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer .links {
        margin-top: 195px;
    }
}

@media screen and (max-width: 767px) {
    .footer ul.social {
        margin-top: 30px;
    }
    .footer .links {
        margin-top: 10px;
    }
}

/* ---------------------------------------------------- Others ---------------------------------------------------- */

div.row0 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.panel {
    border: 1px solid #ddd;
}

.panel-heading {
    border-bottom: 1px solid #ddd;
}

.btn-info {
    background-color: #738fc8;
    border-color: #738fc8;
}

.btn-info:hover {
    background-color: #6a1e74;
    color: #738fc8;
    border-color: #6a1e74;
}

a.book-online:hover, a.banner-inside-txt2:hover {
    text-decoration: none;
    background-color: #738fc8;
    color: #fff;
}

a.block {
    display: block;
}

a.block:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}

a.block:hover div {
    color: #fff;
    background-color: #2f2483;
}

a.block div {
    line-height: 20px;
    background-color: #fff;
    height: auto;
    padding: 13px 17px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    a.block div {
        padding: 15px 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    a.block div {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    div.under-menu div.col-xs-12 {
        margin-bottom: 25px;
    }
    a.block div {
        height: auto;
    }
}

.box_title1 {
    color:#2f2483;
    font-size: 18px; 
    font-weight: 400;     
}
.box_title2 {
    color:#000;
    font-size: 16px; 
    font-weight: 300;
}
  .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #555; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 3px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #738fc8; /* Add a dark-grey background on hover */
}

text-redus: {
    text-decoration: line-through;
    color: 2f2483;
}

.row3img {
  position: absolute;
  height: 100%;
  border-bottom-left-radius: 350% 160px;
  border-bottom-right-radius: 0;
  left:0%;
}
