@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext);

html { height: 100% }
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; margin: 0; padding: 0;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.page-header {margin: 0;}
.page-header h2 {padding-bottom: 10px;padding-top: 0;margin-top: 0px; text-transform: uppercase;font-size: 45px; letter-spacing: -2px; font-weight: 700;}
h3 {padding-top: 50px;padding-bottom: 10px; text-transform: uppercase;font-size: 35px;letter-spacing: -2px;font-weight: 700;}
.container {padding: 0;}
.clear {clear: both;height: 0;}
.inner-content {padding:100px;display: inline-block;width: 100%;}

#yui_3_16_0_ym19_1_1461089878924_3282 {border: solid 1px #c9c9c9;}
#yui_3_16_0_ym19_1_1461089878924_3282 tr td {padding: 10px;}

.alert {position: fixed; top: 50%; z-index: 999999;}
/* /////// Nav */

.navbar {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  }

.navbar-default {
  background-color: #fff;
  border-bottom: 0;
  display: inline-block;
  height: 80px;
  text-align: center;
}

.navbar-default i{
  color: #0072c9;
}

.navbar-default .menu{
display: inline-block
}

.carousel-caption {bottom: 40%;}

#map-in {width:100%; height:80%;}

.navbar-default .navbar-brand{
  height: auto;
  padding: 15px;
  display: block;
  margin-right: 20px;
  position: fixed;
}


.navbar-nav {float: none;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background: #fff;}
.navbar-default .navbar-nav>li>a {font-size:14px;text-transform: uppercase;}





.navbar-nav {
  margin-top: 15px;
  font-weight: 600;
}

.navbar-right {margin-right: 20px;}


.contact-b {
  display: inline-block;
  font-size: 14px;
  float: right;
  color: #777;
  text-align: center;
  padding: 29px 40px;
  text-transform: uppercase;
  font-weight: 600;
  position: fixed;
  right: 0;
}

.contact-b:hover {color: #333;text-decoration: none;}

.top-imgs {position: relative;z-index: 99;margin-top: -200px;}
.top-imgs .col-md-4 {display: inline-block;}
.top-imgs .col-md-4 img{width: 100%; 
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0 5px 0 rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0 5px 0 rgba(0,0,0,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.top-imgs .inside-imgs {text-align: center;pointer-events: none;color:#fff;position: absolute; bottom: 0;width: 100%;text-transform: uppercase;display: table;}
.top-imgs .col-md-4 .inside-imgs h2{vertical-align: middle;display: none;padding: 50px 0 32px 0;font-size: 25px;}
.top-imgs .col-md-4:hover .inside-imgs h2 {display: table-cell;}
.top-imgs .col-md-4:hover .inside-imgs {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}


.rsform h2 {padding-top: 50px;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 35px;
letter-spacing: -2px;
font-weight: 700;}
.video {float: right; margin-top: -120px; width: 56%;}

.video a {display: inline-block;}

.inner-content h2{text-transform: uppercase;}


.bs-slider{
    overflow: hidden;
    height: 90%;
    position: relative;
    background: #000000;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    min-width: 100% !important;
    min-height: 100%;
    max-width: 110%;
    
}

.bs-slider > .carousel-inner > .item > .slide-inner {position:absolute;display: table;height: 100%;top: 0;width: 100%;}
.bs-slider > .carousel-inner > .item > .slide-inner > .slide-text {display: table-cell;vertical-align: middle;margin-left: 100px;}

.carousel-inner{height: 100%;}

.fade .item {height: 100%;}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    
    margin: auto;
    text-align: center;
    
    width: 100%;
    
}
.slide-text > p {
    padding: 0;
    text-transform: uppercase;
    color: #e7b36b;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: 1px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slide-text > h1 {
    
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 800;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.page-header {border:0;}

.home .blog-featured {text-align: center;}
.home .blog-featured h2 a{color: #000;text-transform: uppercase;text-decoration: none;font-size: 45px;}

.reviews {text-align: center;}

.box > .icon { text-align: center; position: relative;padding: 50px 0; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title {  font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p {font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a {  font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }


#section-dates-prices {
    padding: 70px 0 65px;
}

#prices-list .prices-row {
    position: relative;
    padding-left: 195px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

#prices-list .prices-row:last-child {
    border: none;
}

#prices-list .prices-row .prices-month {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 15px;
    width: 195px;
    padding: 0 18px;
    background: #fff;
    border-right: 3px solid #4db2ec;
    overflow: hidden;
}

#prices-list .prices-row .prices-month span {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

#prices-list .prices-row .prices-month span:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 12px;
    content: "\f054";
    color: #4db2ec;
    top: 7px;
    left: 150px;
}

#prices-list .prices-row .prices-term {
    position: relative;
    display: block;
    width: 300px;
    height: 78px;
    float: left;
    padding: 6px 10px 12px;
    margin: 0 0 15px 15px;
    background: #e9e9e9;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

#prices-list .prices-row .prices-selling-fast {
    background: #96e4be;
    border: 1px solid #96e4be;
}

#prices-list .prices-row .price-discount {
    background: #72d4a4;
    border: 1px solid #72d4a4;
}

#prices-list .prices-row .price-soldout {
    background: #eecfd0;
    border: 1px solid #eecfd0;
}

#prices-list .prices-row a.prices-term:hover {
    background: #4db2ec;
    border-color: #4db2ec;
    text-decoration: none;
}

#prices-list .prices-row a.prices-term:hover .price-footer {
    xbackground: #bcdaea;
}

#prices-list .prices-row a.prices-term:hover .price-footer .price-booking {
    color: #fff;
    background: #f55012;
}

#prices-list .prices-row a.prices-term:hover .price-date, #prices-list .prices-row a.prices-term:hover .price-guaranteed {
    color: #fff !important;
}

#prices-list .prices-row .price-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    background: #fff;
}

#prices-list .prices-row .price-guaranteed {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}

#prices-list .prices-row .price-booking {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
    background: #4db2ec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#prices-list .prices-row .prices-term span.price-date, #prices-list .prices-row .prices-term span.price-value {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

#prices-list .prices-row .prices-term span.price-value {
    position: absolute;
    left: 10px;
    bottom: 4px;
    font-size: 24px;
    color: #222;
    font-weight: 400;
}

#prices-list .prices-row .price-discount span.price-value var {
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
}

#prices-list .prices-row .price-discount .price-booking {
    color: #111;
    background: #96e4be;
}

#prices-list .prices-row .price-discount .price-date, #prices-list .prices-row .price-selling-fast,
#prices-list .prices-row .price-guaranteed {
    color: #111 !important;
}

#prices-list .prices-row .price-soldout span.price-date {
    color: #eeacae;
}

#prices-list .prices-row .price-soldout span.price-value {
    text-transform: uppercase;
    color: #ed1c24;
}

.prices-reservation {
    padding: 10px;
}

.prices-reservation .prices-res-title {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.prices-reservation .prices-res-title h3 {
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    margin: 0;
    padding: 0;
}

.prices-reservation .prices-res-title h3 var {
    font-style: normal;
    color: #f55012;
}

.prices-reservation .prices-res-title span {
    float: right;
}

.prices-reservation h4 {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    margin: 0 0 20px 0;
}

.prices-reservation span.hot {
    color: #4db2ec;
}

.prices-reservation span.hot:after {
    display: inline-block;
    font-size: 12px;
    content: "HOT";
    width: 38px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #f55012;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
}

.prices-reservation label {
    font-weight: 400;
}

.prices-reservation label.bike-icon {
    padding-left: 45px;
}

.prices-reservation label.bike-icon input {
    margin-left: -45px;
}

.prices-reservation label.bike-icon input:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f206";
    color: #4db2ec;
    margin-left: 20px;
    top: -2px;
}

.prices-reservation .text-history {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
}

.prices-reservation .text-history::before {
    content: "*";
    color: #f55012;
    margin-right: 5px;
}

.prices-reservation .table td {
    text-align: left;
    vertical-align: middle;
    border: none;
    padding-left: 0;
}

.prices-reservation .table tfoot tr {
    border-top: 1px solid #eee;
}

.prices-reservation .table td select.form-control {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
    min-width: 45px !important;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
    .bs-slider {height: 60%;}

    

    .box > .icon {padding: 10px;}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {

    body {padding-top: 80px;}
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

    .navbar-collapse {background: #fff;padding: 0;}

    .navbar-default .menu {width: 100%;text-align: center;}

    .contact-b {position: relative;background: #ccc;width: 100%;}

    .navbar-default .navbar-nav>li>a {text-align: center;}

    .footer .logo-f {display: none;}



}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


.nav-stacked>li+li {margin-top: 0;}
.tab-pane {padding: 20px 50px;}
.tab-pane h1{
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: 700;
}
.tab-pane table {margin-left: 30px;}
.tab-pane tr td, .tab-pane ul li{padding: 10px;}
.cards {padding: 50px;}
.center {text-align: center;}
#testovi {clear: left;}

.footer {background: #333;padding: 50px;color: #c9c9c9;text-align: center;margin-top: 100px;}
.footer a{color: #eee;}
.footer .col-md-4 {margin-top: 10px;}
/*.footer .logo-f{margin-top: 0;}*/
.footer .list-inline a{color: #ccc;} 
.btn-primary {background: #000;border-radius: 0;border: 0;}

.btn-outline {
    margin-top: 0;
    border: solid 2px #ccc;
    font-size: 20px;
    color: #ccc;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #ccc;
    background: #fff;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-facebook {
    border: none;
    line-height: none;
    width: auto;
    height: auto;
    border-radius: initial;
    font-size: inherit;
    line-height: 20px;
    width: 270px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7)
}

.form-control {border-radius: 0px;padding: 0;}
@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .navbar-nav>li.item-128, .navbar-nav>li.item-133, .navbar-nav>li.item-138 {display: none;}

    
}
@media(max-width:1200px) {

  .paddingboxl {padding: 50px 20px; float: left;}
  .paddingboxr {padding: 50px  20px; float: right;}
  .top-imgs {margin-top: -150px;}

  }

@media(max-width:991px) {

  .fimage-6 {width: 100%;display: inline-block;}
  #o6, #o7 {width: 50%; float: left;}
  #o8 h2 {font-size: 20px!important;}
  .video {float: right; margin-top: 0; width: 100%;}
  .cards img{width: 100%;}
  .top-imgs {margin-top: -100px;}

  }

@media(max-width:767px) {
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
.navbar-default .navbar-toggle {border: none;}
.navbar-toggle {padding: 23px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
.navbar-default .navbar-nav>li>a {text-align: center;}
.carousel {}
.paddingboxl {padding: 50px 50px 30px 50px; float: left;}
.paddingboxl h1{ text-transform: uppercase;font-size: 45px; letter-spacing: -2px;font-weight: 700;}
.paddingboxl p{  }
.paddingboxr {padding: 50px 50px 30px 50px; float: right}
.paddingboxr h1{ text-transform: uppercase;font-size: 45px; letter-spacing: -2px;font-weight: 700;}
.paddingboxr p{  }
.inner-content {padding:20px;}
.inner-content img{max-width: 100%;width: 100%!important;}
.fimage-6 {width: 100%;display: inline-block;}
#o6, #o7 {width: 50%; float: left;}

.video {float: right; margin-top: 0; width: 100%;}
.cards img{width: 100%;}
.rent {display: none;}

.top-imgs {margin: 40px 0;}
.top-imgs .col-md-4 {padding: 5px;}
.top-imgs h2 {font-size: 15px;}


.tab-pane h1{
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: -2px;
    font-weight: 700;
}

}



@media(max-width:350px) {
.navbar-default .navbar-brand {margin-right: -5px;}
  }
}