        @media only screen and (max-width: 700px) {
            #pagination_full{
                visibility: hidden;
                display: none;
            }
            #pagination_mobile{
                diplay: inline;
            }
        }
        @media only screen and (min-width: 700px) {
            #pagination_full{
                diplay: inline;
            }
            #pagination_mobile{
                display: none;
            }
        } 
        a{
            color: gray;
        }
        .col-md-2{
            align: right;
        }
        
        .pagination {
            display: inline-block;
        }

        .pagination li a, .pagination li span {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
        }
        .pagination li a {
            border-radius: 5px;
        }
        .pagination li:hover {
            border-radius: 5px;
            background-color: lightgray;
        }
        .pagination li a  {
            transition: background-color .3s;
        }
        .pagination .active{
            border-radius: 5px;
            background-color: #5885B4;
        }

        html, body {
            height: 100%;
            margin: 0px;
        }
        #map {

            height: 500px;   /*The height is 400 pixels */
            width: 98%;  /* The width is the width of the web page */
            padding-left: 10px;  
            position: relative;
        }
        /******/
        
        #header {
            background-color: #222222;
/*            height: 50px;*/
        }
        #main {
            min-height: -moz-calc(100% - 100px); /* Firefox */
            min-height: -webkit-calc(100% - 100px); /* Chrome, Safari */
            min-height: calc(100% - 100px); /* IE9+ and future browsers */
            background-color: #E7E7E7;
        }

        #copy {
            display: block;
            height: 20px;
        }
        
        #search{
/*            background-repeat: no-repeat; 
            background-position: 260px 2px; */
            padding: 6px;
            margin-top: 8px;
            font-size: 17px;
            border: none;
            height: 42px; 
            border-color: black; 
            /*border-width: 1px;*/
            width: 300px;;
        }
        #button_search2{
            background-image:url('/files/search.png'); 
            background-repeat: no-repeat; 
/*            background-position: 260px 2px; */
            width: 38px;
            height: 42px;
            margin-top: 7px;

        }
        #copy {
            display: block;
            height: 20px;
        }
        .button_search{
            background: url(/images/search_button.png) no-repeat;
            margin-top: 10px;
            cursor: pointer;
            border: none;
            width: 40px;
            height: 40px;
        }
        #main_home {
            height: calc(100vh - 50px - 50px);
/*            display: flex;
            align-items: center;
            justify-content: center;*/
            text-align: center;
            background: url("/files/mainimage2.jpg") no-repeat;
            background-size: cover;
            background-clip: border-box;
        }
        
        @media only screen and (max-width: 700px) {
            #main_home{
                height: calc(100vh - 50px - 50px);
/*                display: flex;
                align-items: center;
                justify-content: center;*/
                text-align: center;
                background: url("/files/mainimage_sm.jpg") no-repeat;
                background-size: cover;
                background-clip: border-box;
            }
        }
        #main_search, #main_text {
            display: inline-block;
        }
        #main_text{
            padding-top: 10%;
            marging-botom: 20px;
            color: white;
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        }
        
        #footer {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background-color: #222222;
            color: gray;
            
/*            display: flex;
            align-items: center;
            justify-content: center;*/
            vertical-align: middle;
            text-align: right;
            font-size: 13px;
            /*padding: 15px 15px 0px 0px;*/
        }
        
        #footer_left{
            float: left;
            display: inline-block;
            padding: 2px 0px 0px 2px;
        }
        
        #footer_right{
            float: right;
            display: inline-block;
            padding: 15px 15px 0px 0px;
        }
        
        .check {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 22px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }

        /* Hide the browser's default checkbox */
        .check input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0;
        }

        /* Create a custom checkbox */
        .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 25px;
          width: 25px;
          background-color: #eee;
        }

        /* On mouse-over, add a grey background color */
        .check:hover input ~ .checkmark {
          background-color: #ccc;
        }

        /* When the checkbox is checked, add a blue background */
        .check input:checked ~ .checkmark {
          background-color: #2196F3;
        }

        /* Create the checkmark/indicator (hidden when not checked) */
        .checkmark:after {
          content: "";
          position: absolute;
          display: none;
        }

        /* Show the checkmark when checked */
        .check input:checked ~ .checkmark:after {
          display: block;
        }

        /* Style the checkmark/indicator */
        .check .checkmark:after {
          left: 9px;
          top: 5px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        #confirm_checkbox{
            
        }
        
        .sticker1 {
            padding: 0px;
            background: url(/images/sticker1.png);
            background-repeat: no-repeat;
            background-size: auto;
        }
        
        @font-face {
            font-family: Bellaville;
            src: url(/fonts/Bellaville.ttf) format("opentype");
        }
        
        @font-face {
            font-family: Anitto;
            src: url(/fonts/Anitto.otf) format("opentype");
        }
        
        @font-face {
            font-family: TragicMarker;
            src: url(/fonts/TragicMarker.otf) format("opentype");
        }
        
        .annito{
            font-family: Anitto;
        }
        
        .bellaville {
            font-family: Bellaville;
        }
        
        .centered {
            position: absolute;
            top: 60px;
            left: 30px;
            width:75%;
            font-family: TragicMarker;
            color: #2f5377;
        }
        
        .centered a{
            color: #2f5377;
        }
        /* Small devices (landscape phones, 576px and up)*/
        
        .pin_text{
            font-family: TragicMarker;
            color: #2f5377; 
            font-size: 22px;
            
        }

        @media (min-width: 576px) { 
            .centered {
                font-size: 38px;
            }
        }

        /* Medium devices (tablets, 768px and up) */

        @media (min-width: 768px) {
            .centered {
                font-size: 26px;
            }
        }

        /* Large devices (desktops, 992px and up) */

        @media (min-width: 992px) {
            .centered {
                font-size: 14px;
            }
        }
        
        @media (min-width: 1200px) {
            .centered {
                font-size: 20px;
            }
        }

        /* Extra large devices (large desktops, 1200px and up) */

        @media (min-width: 1200px) { 
            .centered {
                font-size: 20px;
            }
        }
