/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-05-31, 19:58:28
    Author     : M
*/
@import url('https://fonts.googleapis.com/css?family=Nunito:600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900');
*{
 font-size: 100%;
 font-family: 'Lato', sans-serif;
 color: #555;
}
a:hover, a:focus, a:visited{text-decoration: none;}

.first_section{
    background: url("images/sea.jpg") no-repeat center center /auto 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1{
    color: white;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 5px 5px 26px rgba(0, 0, 0, 0.8);
    padding: 0 30px;
}
h2{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase; 
    text-align: center;
    font-family: 'Nunito', sans-serif;
    margin: 15px 0;
    padding: 0 15px;
}
h3 {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
}
.contact_panel_top{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    background: rgba(0,0,0,0.1);
    margin-left: 0;
    min-height: 55px;
}
.section.first_section .buttons_panel_bottom{margin-bottom: 30px;}
.buttons_panel_bottom{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
    margin-left: 0;
    margin-bottom: 0px;
}
.buttons_panel_bottom .button{
    max-width: 320px;
    padding: 15px;
    margin: 0 auto;
}
.button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 10px;
    padding: 20px;
    border: 3px solid #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    z-index: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #f7f7f7;
    background: rgba(0,0,0,0.1);
    text-shadow: -2px 2px 15px rgba(0, 0, 0, 0.4);
}
.button:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  bottom: 0;
  background: #f7f7f7;
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}
.button:focus, .button:visited{text-decoration: none; color: #f7f7f7;}

.button:hover {
  cursor: pointer;
  color: #5bcaff;
  text-decoration: none;
  text-shadow: none;
}
.button:hover:after {
  left: -10%;
  width: 120%;
}
.mail, .phone {
    display: inline-block;
    position: absolute;
    right: 15px;
}
.phone.first{
    right: 680px;
}
.phone.second{
    right: 420px;
}
.phone a, .mail a, .phone i, .mail i {
    color: #f7f7f7;
    font-size: 25px;
    padding: 10px 5px;
    display: inline-block;
    transition: .3s;
}
.phone:hover a, .mail:hover a, .phone:hover i, .mail:hover i{
    color: #5bcaff;
}

/*BX SLIDER*/
.bx-viewport, .bx-wrapper{
    position:relative;
    width: 100%;
    height:100% !important;
    top:0;
    left:0;
    box-shadow: none;
}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    overflow: hidden;
}
.bxslider li.center_width{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bxslider li.center_width img {
    height: auto;
    max-width: unset;
    width: 100%;
    
}

.bxslider li img{
    height: 100vh;
    max-width: unset;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-wrapper .bx-controls-direction a{    width: 50px;    height: 50px; text-indent: 0;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next{    background: rgba(255,255,255,0.3);}
.bx-wrapper .bx-prev i, .bx-wrapper .bx-next i, .arrow i{
    display: block;
    color: #5bcaff;
    font-size: 50px;
    padding-left: 14px;
    text-shadow: -2px 2px 25px rgba(0, 0, 0, 0.3);
}
.bx-wrapper .bx-next i{padding-left: 17px;}
.slide_content{height: 100vh;}
.slide_content_col{height: 100vh;}
.utilities_head {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 30px;
}
.utilities_head i {
    margin-right: 10px;
    font-size: 125%;
}
.utilities_head i.fa-list-alt{
    position: relative;
    top: 3px;
}
.utilities_list{
    margin-top: 15px;
    padding-left: 15px;
}
.utilities_list.first{
    border-right: 1px solid #5bcaff;
}
.utilities_list li, .modal-body ul li{
    list-style: none;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.4px;
}
.utilities_list li:before, .modal-body ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    /* background: #5bcaff; */
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 1px; 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #5bcaff;
    border-top: 2px solid #5bcaff;
}

.description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 15px;
    letter-spacing: 0.3px;
}

.button.reservation_button{
    border: 2px solid #5bcaff;
    background: transparent;
    color: #5bcaff;
    text-shadow: none;
    padding: 10px 30px;
    font-size: 15px;
    float: right;
    line-height: 1;
    margin: 10px;
}
.button.reservation_button:hover{
    color: #f7f7f7;
}
.button.reservation_button:after{
    background: #5bcaff;
}
.price{
    text-align: center;
    display: block;
    font-size: 25px;
    margin-top: 15px;
}
.price.ammount{
    font-size: 40px;
    margin: 0;
    display: inline;
    font-weight: 700;
    color: #5bcaff;
}
#map {height: 100%;}
#title_map{    font-size: 15px;    font-weight: 700;}
#adress_map{    margin-top: -10px;    line-height: 20px;    font-size: 14px;}
.slider50vh{
    height: 50vh;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    margin-left: 0;
    margin-bottom: 7.5px;
}
.slider50vh .bxslider li img {
    height: auto;
    max-width: unset;
    width: 100%;
}
.description.localization {    margin-bottom: 10px;}
span.label{
    display: block;
    color: #555;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    padding: 5px 15px;
}
span.content{
    display: block;
    color: #555;
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
    line-height: 20px;
}

/*FORM*/
/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
    min-height: calc(100% - 20px);
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
}
.card:first-child {
    background: #fafafa;
    height: calc(100vh - 20px);
    border-radius: 5px;
    margin: 10px;
    padding: 30px 0 0 0;
}
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #ed2553;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  color: #ed2553;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .input-container {
  position: relative;
  margin: 0 60px 30px;
}
.card .input-container input, .card select{
outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 35px;
    border: 0;
    color: #212121;
    font-size: 21px;
    font-weight: 400;
}
.card select{    border-bottom: 1px solid #7d7d7d;}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-16%, -63%) scale(0.75);
          transform: translate(-16%, -63%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-16%, -63%) scale(0.75);
          transform: translate(-16%, -63%) scale(0.75);
}
.card .input-container label {
    position: absolute;
    top: 0;
    left: 3px;
    color: #757575;
    font-size: 21px;
    font-weight: 300;
    line-height: 40px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.card .input-container label.rodo{top: 40px;}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #5bcaff;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .3s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container.buttons_panel_bottom {
  /*margin: 0 60px;*/
  bottom: 20px;
  text-align: center;
}
.card .button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    width: 175px;
    border: 2px solid #5bcaff;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #5bcaff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #5bcaff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #5bcaff;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #5bcaff;
}
.card .button-container button:active span, .card .button-container button:focus span, .card .button-container button:hover span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before, .card .button-container button:hover:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 40px 0 0;
  color: #d3d3d3;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}

.contact_one_item{margin-top: 15px;}
.mes_success, .mes_error { z-index: 1; text-align: center;    position: absolute;    display: block;    width: 100%;     top: 10px;}
p.description span {
    display: block;
    margin-top: 10px;
}
.content a {
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out 0s;
    color: #555;
}
.content a:hover{
    color: #5bcaff;
}
.description .extra_info{font-style: italic;}
#loc1_button{    float: none;
    width: 200px;
    margin: 10px auto;}
#offer_button{
    width: 230px;
    padding: 8px;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid #f7f7f7;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#span_on_main{
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    text-shadow: 5px 5px 26px rgba(0, 0, 0, 0.8);
    padding: 0 30px;
}
.pattern{
    background: url(images/pattern.jpg);
    opacity: 0.05;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.arrow{
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    transition: all 0.5s ease-in-out 0s;
}
.arrow i {    padding-left: 9px;     text-shadow: -2px 2px 25px rgba(0, 0, 0, 0.15);}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	80% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.arrow:hover{
	background: rgba(255,255,255,0.3);
}
.arrow:hover i {
	animation: bounce 1s;
}

/* Icon 3 - nav */
        #nav-icon3{
            width: 35px;
            height: 30px;
            position: absolute;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
            top: 15px;
            left: 15px;
            z-index: 3;
        }

        #nav-icon3 span{
          display: block;
          position: absolute;
          height: 5px;
          width: 100%;
          background: #fff;
          border-radius: 9px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
        }

        #nav-icon3 span:nth-child(1) {
          top: 0px;
        }

        #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
          top: 9px;
        }

        #nav-icon3 span:nth-child(4) {
          top: 18px;
        }

        #nav-icon3.open span:nth-child(1) {
          top: 18px;
          width: 0%;
          left: 50%;
        }

        #nav-icon3.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }

        #nav-icon3.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }

        #nav-icon3.open span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%;
        }
        
        #top_menu {
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
            float: left;
            margin: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: auto;
            height: 100vh;
            z-index: 2;
            padding: 60px 30px;
            display: none;
            box-shadow: 0px -20px 12px rgba(0, 0, 0, 0.6);
        }
        
        #top_menu li{display: block;     padding: 10px 30px 10px 30px;}
        #top_menu li a{
            color: #f7f7f7;
            font-size: 30px;
            font-weight: 700;
            font-family: 'Nunito', sans-serif;
            transition: all 0.3s ease-in-out;
        }
        #top_menu li a:hover {color: #5bcaff;}
        .slide_content .modal, .slide_content .modal-backdrop {position: absolute;}
        .slide_content .modal{            overflow: hidden;        }
        .slide_content .modal-content{border-radius: 0px;     border: none;}
        .slide_content .modal-dialog{
            overflow-y: scroll;
            height: 90%;
            width: 65%;
        }
        .slide_content button.close{
                position: absolute;
                font-size: 45px;
                top: 0px;
                right: 15px;
        }
        .modal-body ol li{
            font-size: 17px;
            font-weight: 700;
            padding: 5px 2px;
        }
        .modal-body ul{padding: 10px 0;}
        .modal-body ul li{
            font-weight: 300;
            font-size: 14px;
            padding: 0;
            margin: 0;
            position: relative;
        }
        modal-body ul li:before{
            position: absolute;
            top: 10px;
            left: -3px;
        }
        .modal-body > span {    
            padding-left: 22px;
            font-size: 15px;
            display: block;
            line-height: 1.6;
            padding-bottom: 15px;
        }
        span.show_term {
            margin: 50px 15px;
            display: block;
            font-size: 20px;
            font-weight: 700;
            max-width: 360px;
            cursor: pointer;
            transition: all 0.3s ease-in-out 0s;
        }
        span.show_term i {
            padding-right: 5px;
            font-size: 22px;
            transition: all 0.3s ease-in-out 0s;
        }
        span.show_term:hover, span.show_term:hover i {color: #5bcaff;}
        .card .input-container label.check input{
            display: inline-block;
            width: 20px;
            height: 17px;
            margin-right: 10px;
            position: relative;
            top: 1px;
        }

@media screen and (min-width: 1400px) {
    .description {font-size: 16px; margin-bottom: 45px;}
    h2 {font-size: 45px; margin: 45px 0 30px 0;}
    .utilities_head {font-size: 18px;}
    .utilities_list li {    font-size: 16px;}
    h3 {    font-size: 18px;}
    span.label{        font-size: 17px;        padding: 15px;    }
    span.content{        font-size: 16px;        line-height: 25px;    }
    .card .input-container { margin: 0 60px 40px;}
    .buttons_panel_bottom .button { max-width: 400px;}
    .button.reservation_button{margin: 10px; font-size: 20px;}
    .card .button-container button{    padding: 13px 0;    font-size: 20px;}
    #loc1_button {width: 215px;}
}
@media screen and (max-width: 1400px) {
	.card .input-container label {    font-size: 18px;    line-height: 1.5;}
}
@media screen and (max-width: 1200px) {
    .first_section{min-height: 620px;}
    #top_menu {background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; height: 620px;}
    .section{    margin-bottom: 15px;}
    h1 {        padding: 0 50px;        margin-top: 165px;    }
    .slide_content {    height: auto;}
    .slide_content_col {    height: auto;}
    .row.slide_content_col{height: 610px;}
    .slide_content_col{ padding: 15px;}  
    .first_section .buttons_panel_bottom {position: absolute;}
    .buttons_panel_bottom {position: static;}
    .bxslider li img {    height: auto;    width: 100%;}
    .slider50vh, .arrow {display: none;}
    .card:first-child {    height: auto;}
    .card .button-container.buttons_panel_bottom {    margin-top: 80px;    padding-bottom: 15px;}
    .row.banner{margin-left: 0 !important; margin-right: 0 !important;}
    .slide_content .modal-dialog {    height: 90vh;    width: 80%;}
    #sek7.slide_content{margin-top: 30px;}
    .card {    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.24);}
    .arrow.fixed{
        display: none;
        position: fixed;
        bottom: 15px;
        right: 15px;
        left: unset;
        width: 40px;
        height: 40px;
    }
    .arrow.fixed i {
    font-size: 40px;
    padding-left: 7px;}
	
	.card .input-container label.rodo {
		top: 40px;
		position: relative;
	}
	.row.slide_content_col.form {
		height: auto;
	}
}

@media screen and (max-width: 991px) {
    .phone.first {    right: 490px;}
    .phone.second {    right: 300px;}
    .phone a, .mail a, .phone i, .mail i {    font-size: 17px;}
    .mail, .phone {top: 5px;}
    h1 {    padding: 0 30px;    margin-top: 215px;    font-size: 45px;}
    #span_on_main {    font-size: 17px;    padding: 0 100px;}
    .button {    padding: 10px;    border: 2px solid #f7f7f7;    font-size: 16px;    }
    .buttons_panel_bottom .button { padding: 10px;}
    #offer_button {    width: 200px;    font-size: 13px;}
    #map {    margin: 0 15px;}
    span.show_term {    margin: 30px 15px 0 15px;}
    .bx-wrapper {    border: none;    padding: 0 15px;    }
}

@media screen and (max-width: 768px) {
    .phone a, .mail a, .phone i, .mail i {font-size: 15px;}
    .phone.second, .phone.first {right: 15px;  top: 0;}
    .phone.first{right: 180px;}
    .mail{top:30px;}
    .contact_panel_top {    min-height: 75px;}
    #nav-icon3 { top: 22px}
    .buttons_panel_bottom .button {    padding: 5px;    font-size: 15px;   }
    .button{  font-weight: 300; border: 1px solid #f7f7f7;}
    h1 {    font-size: 45px;     margin-top: 190px;}
    #offer_button{display: none;}
    .section.first_section .buttons_panel_bottom {    margin-bottom: 0;}
    #span_on_main {    font-size: 17px; padding: 10px 50px;}
    .row.slide_content_col {    height: 460px;    padding: 0 5px;}
    #sek7.slide_content{margin-top: 0;}
    .buttons_panel_bottom .button.reservation_button {    padding: 10px; font-weight: 700;}
    .card .button-container.buttons_panel_bottom {    margin-top: 90px;    padding-bottom: 25px;}
    .card .input-container {margin: 0 15px 30px;}
    .card:first-child {    padding: 20px 0 0 0;}
    .description{padding: 0;}
    h3 {    padding-left: 0;}
    .utilities_list.first {    border:none;}
    .utilities_head {padding-left: 15px; }
    .utilities_list {    height: auto !important; margin-top: 10px;    padding-left: 10px;}
    .utilities_wrapper .utilities_head{margin-top: 30px;}
    .utilities_wrapper .utilities_head:first-of-type{margin-top: 0;}
    span.label, span.content{    padding: 5px 0px;}
    #map {    margin: 0 10px;}
    .slide_content .modal {    top: unset;    margin: 0 10px 0 0;}
    .slide_content .modal-dialog {    height: 100vh;    width: 100%;}
    .modal-body {padding: 15px 30px 15px 15px;}
    span.show_term {    margin: 50px 0px;}
    .bx-wrapper {padding: 0 10px;}
    #top_menu {
        background: rgba(22, 52, 111, 0.93) none repeat scroll 0 0;
        height: auto;
        top: 75px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border-top: white 1px solid;
        padding: 15px;
        width: 100%;
    }
    #top_menu li {padding: 5px 0;}
    #top_menu li a {    font-size: 20px;}
    
}
@media screen and (max-width: 480px) {
    h1 {    font-size: 34px;    margin-top: 210px;    padding: 0 10px;}
    .phone.first {    right: 15px;}
    .phone.second{top: 30px;}
    .mail {    top: 60px;}
    .contact_panel_top {    min-height: 105px;}
    #span_on_main {    font-size: 15px;    padding: 0px 10px;}
    .buttons_panel_bottom > div.col-xs-4 {    width: 100%;    margin-bottom: 5px;}
    .buttons_panel_bottom .button {    padding: 10px;}
    .row.slide_content_col {    height: 300px;}
    .section {     margin-bottom: 0; }
    .modal-body {    padding: 15px 15px 15px 0px;}
    .modal-title {font-size: 28px;}
    .modal-body > span {font-size: 13px;    padding-left: 15px;  line-height: 1.8;}
    .modal-body ol {    padding-left: 33px;}
    .modal-body ol li {    font-size: 15px;}
    .modal-body ul li {    font-size: 13px;    line-height: 1.8;     margin-left: -10px;}
    span.show_term {    margin: 30px 0px 0 0;}
    #top_menu {        top: 105px;    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {    background: none;}
}