/* Minification failed. Returning unminified contents. (114,28): run-time error CSS1019: Unexpected token, found ' ' (114,28): run-time error CSS1019: Unexpected token, found ' ' (114,28): run-time error CSS1042: Expected function, found ' ' (114,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (424,30): run-time error CSS1019: Unexpected token, found ' ' (424,30): run-time error CSS1019: Unexpected token, found ' ' (424,30): run-time error CSS1042: Expected function, found ' ' (424,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (482,28): run-time error CSS1019: Unexpected token, found ' ' (482,28): run-time error CSS1019: Unexpected token, found ' ' (482,28): run-time error CSS1042: Expected function, found ' ' (482,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (493,32): run-time error CSS1019: Unexpected token, found ' ' (493,32): run-time error CSS1019: Unexpected token, found ' ' (493,32): run-time error CSS1042: Expected function, found ' ' (493,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (498,32): run-time error CSS1019: Unexpected token, found ' ' (498,32): run-time error CSS1019: Unexpected token, found ' ' (498,32): run-time error CSS1042: Expected function, found ' ' (498,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (1327,28): run-time error CSS1019: Unexpected token, found ' ' (1327,28): run-time error CSS1019: Unexpected token, found ' ' (1327,28): run-time error CSS1042: Expected function, found ' ' (1327,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (1333,28): run-time error CSS1019: Unexpected token, found ' ' (1333,28): run-time error CSS1019: Unexpected token, found ' ' (1333,28): run-time error CSS1042: Expected function, found ' ' (1333,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (1349,32): run-time error CSS1019: Unexpected token, found ' ' (1349,32): run-time error CSS1019: Unexpected token, found ' ' (1349,32): run-time error CSS1042: Expected function, found ' ' (1349,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (1388,30): run-time error CSS1019: Unexpected token, found ' ' (1388,30): run-time error CSS1019: Unexpected token, found ' ' (1388,30): run-time error CSS1042: Expected function, found ' ' (1388,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' (1399,32): run-time error CSS1019: Unexpected token, found ' ' (1399,32): run-time error CSS1019: Unexpected token, found ' ' (1399,32): run-time error CSS1042: Expected function, found ' ' (1399,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */ /*! * Copyright 2017 Pop-Up Media */ .myOverlay { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; width: 100%; height: -webkit-calc(100%); height: moz-calc(100%); height: calc(100%); z-index: 9999; } .myOverlay form, .myOverlay #result { background-color: white; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); overflow: auto; } .myOverlay form { -webkit-transition: all 1s ease; height: -webkit-calc(90%); height: moz-calc(90%); height: calc(90%); } .myOverlay #result { -webkit-transition: all 1s ease; text-align: center; width: 320px; height: 210px; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 4px 4px 8px 0px rgba(56,56,56,0.5); -moz-box-shadow: 4px 4px 8px 0px rgba(56,56,56,0.5); box-shadow: 4px 4px 8px 0px rgba(56,56,56,0.5); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#383838')"; filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#383838')"; } .myHidden { height: 0 !important; width: 0 !important; } a.underline { text-decoration: underline; } h1, h2, h3 { color: rgb(51,51,51); } h1, h2 { font-weight: normal; letter-spacing: 0em; width: 100%; margin-top: 10px; font-size: 18px; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; 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; } #divProcessing { background-color: rgba(0, 0, 0, 0.3); text-align: center; position: absolute; top: 120px; width: 100%; height: -webkit-calc(100% - 120px); height: moz-calc(100% - 120px); height: calc(100% - 120px); } #divProcessing img { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } .section { padding: 35px 15px 35px; } .section .table { margin-bottom: 0px; } .section .table > tbody > tr > td { border-bottom: 1px solid #ddd; } /* Set padding to keep content from hitting the edges */ .body-content { padding-bottom: 35px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { /* max-width: 280px; */ } .pageHeader a:hover { text-decoration: none; } .pageHeader .divBlock { font-size: 16px; text-align: center; vertical-align: middle; display: table-cell; height: 140px; color: black; line-height: 2em; padding: 10px; border: 1px solid grey; border-radius: 4px; width: 265px; background-color: gray; color: white; font-weight: bold; } .twoColWhite, .twoColSmoke { background-color: whitesmoke; text-align: justify; margin: 15px 0; padding: 15px 25px; } .twoColWhite h1, .twoColSmoke h1 { text-align: center; } .twoColWhite .centerDiv, .twoColSmoke .centerDiv { width: 100%; text-align: center; } .partner_text { padding: 10px; text-align: left; border-top: 1px solid gray; margin-top: 20px; height: 300px; } .btn-large { font-size: 18px; } .registerBtn { margin-top: 30px; text-align: center; } .registerBtn a { color: white; font-weight: bold; text-decoration: none; padding: 5px 15px; margin: 0; line-height: 15px; background-color: #337ab7; border: 1px solid #2e6da4; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1); box-shadow: 0px 0px 3px rgba(0, 0, 0, 1); } .registerBtn a:hover { background-color: #286090; border-color: #204d74; } .map-content .map { width: 39%; left: 0; } .ListDiv { width: 61%; right: 0; } /* default */ .container > .navbar-header, .container-fluid > .navbar-header { padding-left: 5px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header { padding-left: 0px; margin-right: auto; margin-left: auto; float: none; width: 100%; } .centerDiv .btn { width: 145px; } } .navbar-inverse { background-color: white; border-color: #fff; } .navHeader { position: relative; z-index: 9999; padding-right: 10px; margin: 10px auto; top: 18px; text-align: center; max-width: 800px; height: 18px; max-height: 18px; font-size: 16px; line-height: 18px; overflow: hidden; } .navbar-nav { margin: 0 auto; margin-right: auto; margin-left: auto; width: 100%; font-weight: 700; } .navbar-nav ul { list-style-type: none; -webkit-margin-before: 0.5em; -webkit-margin-after: 0.5em; margin: 0; font-size: 12px; } .navbar-nav ul li a { color: darkgray; } .navbar-nav > li > a { margin: 10px 35px 10px 0px; padding: 0px; line-height: 15px; border-radius: 4px; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #000; border: 0px solid currentColor; background-color: #fff; } .navbar-nav > li > .dropdown-menu { width: 100%; } .navbar-brand { z-index: 1000; position: relative; padding: 10px 0px 0px 0px; font-size: 25px; line-height: 28px; top: 0px; height: auto; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: currentColor; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .search { padding-top: 20px; } .search .btn, .search input { font-size: 15pt; } .row_padding_left { padding-left: 25px; } .row_padding_right { padding-right: 25px; } .search { width: 30%; min-width: 500px; z-index: 99; } .home_blocks .well { text-align: center; margin: 0 10px; } .news_blocks .news_item { padding: 0; text-align: center; } .fullWidth { max-width: 100%; } hr { margin: 10px 0; } /* mobile phone */ @media all and (max-width: 1024px) { h2 { font-size: 12pt; } .map-content .map { width: 40%; } .ListDiv { width: 60%; } .padListing img.logo { top: 16% !important; width: 90% !important; } } /* mobile phone */ @media all and (max-width: 999px) { .thumbnail .btn { display: block; } } /* mobile phone */ @media all and (max-width: 768px) { .navbar-brand { padding: 10px 0px 5px 0px; } .navbar-brand > img { width: 180px; } .padListing img.logo { top: 24% !important; width: 70% !important; } } /* mobile phone */ @media all and (max-width: 767px) { .navbar ul { -webkit-margin-before: 0.4em; -webkit-margin-after: 0.4em; -webkit-padding-start: 0px; } .home_blocks .well { text-align: center; margin: 20px auto; max-width: 325px; } body { padding-top: 51px; } .navbar { min-height: 36px; } .navHeader { top: -28px; left: 110px; max-width: 160px; height: 72px; max-height: 72px; margin: auto 0; } .navbar-brand { top: 5px; padding-top: 0px; } .navbar-nav { top: 0px; left: -webkit-calc(100% - 175px); left: moz-calc(100% - 175px); left: calc(100% - 175px); width: 170px; margin: initial; } .navbar-inverse .navbar-toggle { background-color: #333; } .search { width: 30%; min-width: 275px; z-index: 99; } } a, a:hover { color: black; } .newsHomeHeader { max-height: 14px; overflow: hidden; text-transform: uppercase; } .news_item .btn { padding: 0px; border-color: silver; width: 100%; } .news_blocks .thumbnail { height: 525px; } .news_blocks .thumbnail:hover, .partners .thumbnail:hover { box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6); border-color: silver; } .news_item .btn:hover { box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6); border-color: silver; } .ui-combobox { width: 100%; } .rightAlign { text-align: right; } .map-content .map, .ListDiv { position: fixed; } .scrollListDiv { position: relative; width: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; /* ios scrolling */ height: -webkit-calc(100% - 35px); height: moz-calc(100% - 35px); height: calc(100% - 35px); } @media (max-width: 767px) { h1.leftHeader { margin: 5px 0; font-size: 12pt; } #divProcessing { top: 51px; height: -webkit-calc(100% - 51px); height: moz-calc(100% - 51px); height: calc(100% - 51px); } .scrollListDiv { height: -webkit-calc(100% - 35px); height: moz-calc(100% - 35px); height: calc(100% - 35px); } } @media (max-width: 768px) { .news_blocks .news_item { margin: 20px auto; max-width: 325px; } .news_blocks .thumbnail { margin: 0 !important; } } .map-content #map_canvas { width: 100%; height: 100%; position: relative; } /* small desktop */ @media all and (max-width: 1281px) { .padListing .thumbnail { margin: 0 0 30px !important; } .DivSearchFilters h1 { font-size: 12px !important; } } /* small desktop */ @media all and (max-width: 1199px) { .map-content .map, .ListDiv { width: 50%; } .pageHeader .divBlock { font-size: 15px; display: block; width: auto; } .padListing .thumbnail { margin: 0 0 30px !important; } .DivSearchFilters h1 { font-size: 14px !important; } .DivSearchFilters .col-md-6 { padding-left: 5px; padding-right: 5px; } } /* tablet */ @media all and (max-width: 1024px) { .map-content .map { width: 40%; } .ListDiv { width: 60%; } .padListing img.logo { top: 16% !important; width: 90% !important; } .padListing .thumbnail { margin: 0 0 30px !important; } } @media all and (max-width: 999px) { .map-content .map, .ListDiv { width: 50%; } .partner_text { height: auto; } } /* mobile phone */ @media all and (max-width: 768px) { .padListing img.logo { top: 24% !important; width: 70% !important; } .padListing .thumbnail { margin: 0 0 30px !important; } } /* mobile phone */ @media all and (max-width: 767px) { .map-content .map { width: 0%; } .ListDiv { width: 100%; } } .mapwrapper .map { float: left; height: 326px; border: 1px solid rgb(153, 153, 153); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .markercontent { float: right; width: 24%; height: 400px; position: relative; left: -1px; padding: 15px; border: 1px solid rgb(153, 153, 153); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .rightpad img { width: 100%; padding-top: 10px; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing: border-box; box-sizing: border-box; } .markercontent img { max-height:150px; } .mapboxTop { text-align: center; } .mapboxTop .headerline { padding-top: 30px; padding-bottom: 20px; } .DivPager, .SadPager { height: 35px; } .DivPager { padding: 0px 15px; } .SadPager { padding: 10px 0 0; } .pagination { margin: 0 0; } .ui-combobox-input { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } #SearchSubmitLinkButton { position: inherit; } .floatRight { float: right; color: white; padding: 5px; } #PageSize { float: right; width: auto; display: inline-block; } .ui-autocomplete { } .ui-helper-hidden-accessible { display: none; } .sadListing { padding: 30px 10px; } .padListing { padding: 30px 10px; text-align: center; } .padListing .thumbnail, .sadListing .thumbnail { padding: 0; margin-bottom: 30px; -webkit-box-shadow: 0px 0px 3px #bdc4c6; box-shadow: 0px 0px 3px #bdc4c6; min-height: 300px; } .sadListing .thumbnail:hover { background-color: whitesmoke; } .padListing img { width: 100%; height: auto; } .padListing .photo { height: 300px; overflow: hidden; } .logoDiv { width: 150px; height: 300px; margin: auto; } .padListing img.logo { width: 150px; height: 150px; min-height: 150px; margin: 0; position: absolute; top: 30%; left: 50%; margin-right: -50%; transform: translate(-50%, -30%); } .padListing .list-group-item-heading, .sadListing .list-group-item-heading { color: white; font-weight: bold; padding: 5px; margin-bottom: 0; } .sadListing .list-group-item-heading { text-align: center; padding: 10px; height: 40px; } .padListing a, .sadListing a { text-decoration: none; } .padListing .list-group-item-text, .sadListing .list-group-item-text { padding: 10px; line-height: 2; } @media (max-width: 1024px) { .padListing .col-md-6 { padding: 0px 10px 10px; background-color: white; } .news_blocks .thumbnail { height: auto; margin-bottom: 10px !important; } } @media (max-width: 1023px) { .pageHeader .divBlock { height: auto; } } .pup-list, .sad-list { padding: 20px 0px; border-bottom: 1px solid #23408E; } .pup-list p { margin: 0 0 4px 0 !important; line-height: 20px !important; } .bold { font-weight: bold; } .sad-list span { float: left; padding-right: 10px; min-width: 40%; display: block; line-height: 21px; } .sad-list span.bold { min-width: 60%; } .sad-list .companydescription { float: left; width: 100%; } .sad-list .companyname { float: left; bottom: 0px; position: absolute; } .input-validation-error { border-color: red; } .field-validation-error { color: red; } @media (min-width: 1000px) { /* Automatically set modal's width for larger viewports */ .modal-dialog { width: 800px; } } img.maxWidth100 { max-width: 100%; } img.maxWidth50 { max-width: 50%; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } footer { text-align: center; position: absolute; bottom: 0; width: 100%; padding-top: 50px; padding-bottom: 30px; background-image: url(../images/bgfooter.png); background-repeat: no-repeat; background-size: 100% 100%; } footer div { color: white; text-align: left; line-height: 2em; } footer .footerBottom { text-align: center; position: absolute; bottom: 0; width: 100%; height: 40px; color: white; } footer a, footer a:hover { color: #fff; text-decoration: none; } .footer_menu { color: black; font-weight: bold; } .footer_menu a, .footer_menu a:hover { color: black; } footer .social-facebook img { margin: 15px; } .form-horizontal .control-label { text-align: left; } h1.leftHeader { color: white; margin-top: 10px; font-size: 12pt; } h1.rightHeader { text-align: right; margin-top: 0px; } h1.home { font-size: 36pt; text-transform: initial; font-weight: normal; } h2.home { padding-top: 20px; padding-bottom: 20px; font-size: 33pt; text-transform: initial; color: #000; font-weight: normal; } p.home { font-size: larger; line-height: 2em; padding-bottom: 10px; } @media (max-width: 480px) { h1.home { padding-top: 0px; font-size: large; } p.home { font-size: initial; line-height: 1.5em; padding-bottom: 10px; } h2 { font-size: 11px; } .section { padding: 5px 0px 25px; } .news_blocks .thumbnail { height: auto; margin-bottom: 10px !important; } .news_item .overlay { font-size: 11pt; } .btn-yellow { margin-bottom: 10px; } .pageHeader .divBlock { font-size: 12px; } .DivPager, .SadPager { height: 75px; } .sadListing { padding: 30px 0px; } } .btn-yellow { font-weight: bold; } .btn-yellow, .btn-yellow:hover, .btn-yellow-solid, .btn-yellow-solid:hover { color: white; } .btn-white { color: black; background-color: white; border-color: #808080; padding: 2px 12px; margin-top: 5px; } .news_item h2 { padding: 10px 0; margin-top: 0; margin-bottom: 0; color: white; font-weight: normal; } .news_item .overlay { background-color: white; padding: 13px; font-size: 12pt; font-weight: bold; } .news_blocks h2 { text-align: center; } .paragraphJustified { text-align: justify; color: black; } .paragraphJustified p { margin: 0 0 20px; } .col-md-4 img { max-width: 100%; height: 99px; } .col-md-4 img.fullWidth { max-height: 100%; height: auto; } .nopadding { padding-left: 0px; } .home_blocks .btn { width: 80%; } .clickable-row { cursor: pointer; } .date-block { float: right; position: relative; top: -10px; padding: 5px; background-color: rgb(35, 64, 142); color: white; } .newsitem { float: left; border-bottom: 1px solid #bdc4c6; border-top: 1px solid #bdc4c6; margin-top: -1px; padding-bottom: 10px; padding-top: 10px; position: relative; } .newsitemtop { float: right; height: auto; width: 100%; } .newsitem .newsitemtop h2 { width: auto; padding-right: 10px; float: left; font-size: 15px; } .newsitem .newsdate { background-color: #FC8E08; float: right; width: 100px; text-align: center; padding-top: 4px; padding-bottom: 4px; margin-top: 3px; color: #fff; } .newsitem img { float: left; width: 10%; margin-right: 15px; background-color: #fff; } .newsitem .newstext { float: left; width: 85%; height: 60px; margin-top: 8px; overflow: hidden !important; text-overflow: ellipsis; } .newsitem a.readmorenews { bottom: 12px; right: 8px; font-size: 13px; width: auto; color: #FC8E08; position: absolute; } @media screen and (max-width: 767px) { .newstexthome { max-height: 120px; overflow: hidden; } .newsitemtop { float: left; } .newsdetail_item, .newsdetail_item img { max-width: 100% !important; width: 100% !important; } .newsdetail_itemtop { width: 100% !important; margin-top: 0px; float: left; } .newsdetail_date, .newsdetail_text { float: left !important; } .newsdetail_text { margin-top: 10px; } .newsitem .newsitemtop h2 { width: 100%; padding-right: 0px; } .newsitem .newsdate { width: 125px; float: left; } .newsitem img { width:100%; } .newsitem .newstext { width:100%; } } .partners .btn { white-space: normal; } /**/ /* Carousel */ /**/ .carousel-inner > .item { height: 100%; } .carousel-inner > .item > img { min-width: 100%; } .carousel-caption { font-size: 20pt; position: unset; padding-top: 0; padding-bottom: 0; } .carousel-caption p { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); z-index: 99; } .carousel .ui-combobox-input { line-height: 1.4; height: 43px; } @media all and (max-width: 1440px) { h1.home { font-size: 29pt; } h2.home { font-size: 26pt; } } @media (max-width: 1024px) { .section { padding: 25px 15px 25px; } .carousel-indicators { display: none; } .carousel-caption { font-size: 16pt; } h1.home { font-size: 20pt; } h2.home { font-size: 18pt; padding-top: 15px; } .padListing .col-md-6 { padding: 0px 10px 10px; } .padListing .thumbnail { margin: 0 0 10px !important; } .btn-large { font-size: 15px; } } @media (max-width: 767px) { .navbar-brand > img { width: 120px; } .carousel-indicators { display: none; } .thumbnail .properties { text-align: center; } } @media (max-width: 768px) { .carousel-caption { font-size: 12pt; } .section { padding: 20px 15px 20px; } .DivPager { padding: 5px 0px; height: 55px; } .DivSearchFilters, h1.rightHeader { text-align: center; padding-right: inherit; } .DivSearchFilters h1 { margin-top: 0px; margin-bottom: 5px; } h1, h2 { font-size: 14pt; } h1.home { font-size: 15pt; } h2.home { font-size: 14pt; padding-top: 10px; } footer { font-size: 12px; padding-top: 30px; padding-bottom: 15px; } } @media (max-width: 480px) { body { margin-bottom: 180px; } .navbar-brand { padding: 0px 0px 0px 10px; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 15px; } .carousel-caption { font-size: 7pt; } h1, h2 { font-size: 12pt; } h1.home { font-size: 12pt; } h2.home { font-size: 10pt; padding-top: 0px; padding-bottom: 10px; } .btn { font-size: 12px; } .list-group-item-heading { font-size: 12px; } } .aspect-ratio-box { height: 0 !important; overflow: hidden; padding-top: calc(500 / 750 * 100%); background: white; position: relative; } * { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } body, html { font-family: Arial,sans-serif; } body { padding-top: 140px; /* Margin bottom by footer height */ margin-bottom: 180px; } body.my { margin-bottom: 120px; } .my { font-size: 16px; } footer { padding-top: 20px; padding-bottom: 20px; background-image: url(); background-color: currentColor; } footer a, footer a:hover { color: #FC8E08; } .navbar { min-height: 140px; margin-bottom: 0px; } .navbar-brand { padding: 0; top: 15px; height: 26px; } .navbar-brand > img { float: left; display: initial; width: 180px; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 5px; } } .navbar-nav { width: 925px; top: 40px; float: none; position: relative; text-align: right; } .navbar-inverse { border-color: #FF9E08; border-bottom-width: 3px; } .navbar-nav > li > a { padding: 10px 12px; margin: 0 5px; } #myCarousel { border-bottom: solid 3px #FF9E08; } h1 { color: #333; } h1.home { color: #FF9E08; } .twoColWhite hr, .twoColSmoke hr, hr { border-top: 1px solid #FF9E08; } .btn-yellow, .btn-yellow-solid { background-color: #FC8E08; } .btn-yellow:hover, .btn-yellow-solid:hover { color: #000; } .news_item .btn { background-color: #FF9E08; } .DivPager { background-color: #FF9E08; } .padListing .list-group-item-heading, .sadListing .list-group-item-heading { background-color: #FF9E08; } .map-content .map { top: 140px; height: -webkit-calc(100% - 140px); height: moz-calc(100% - 140px); height: calc(100% - 140px); } .ListDiv { top: 140px; height: -webkit-calc(100% - 140px); height: moz-calc(100% - 140px); height: calc(100% - 140px); } @media (max-width: 1199px) { .navbar-brand > img { width: 180px; } .navbar-nav { width: 925px; } .navbar-nav > li > a { font-size: 14px; } .map-content .map, .ListDiv { top: 134px; height: -webkit-calc(100% - 134px); height: moz-calc(100% - 134px); height: calc(100% - 134px); } } @media (max-width: 1023px) { body { padding-top: 134px; } .navbar-nav > li > a { font-size: 12px; } } @media (max-width: 999px) { body { margin-bottom: 130px; } .navbar-nav { width: 700px; } .navbar-nav > li > a { margin: 0 1px; font-size: 11px; } } @media (max-width: 767px) { body { padding-top: 69px; } .navbar { min-height: 51px; } .navbar-brand > img { width: 125px; } .navbar-nav { width: auto; left: 15px; top: 0px; left: -webkit-calc(100% - 190px); left: moz-calc(100% - 190px); left: calc(100% - 190px); width: 190px; } .navbar-nav > li > a { padding: 10px 15px; margin: 0 0; } .map-content .map, .ListDiv { top: 51px; height: -webkit-calc(100% - 51px); height: moz-calc(100% - 51px); height: calc(100% - 51px); } } @media (max-width: 480px) { body { padding-top: 50px; } .navbar-brand { top: 5px; padding: 0px 0px 0px 10px; } body { margin-bottom: 200px; } } .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #000; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { background: #FC8E08; color: currentColor; border: 0px solid currentColor; } #iw_container .iw_title div { background-color: #FF9E08; color: white; } #iw_container .iw_content a { color: black; background-color: white; border-color: #FF9E08; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header { height: 53px; width: 190px; } } @media (min-width: 1024px) { .gebied1 { height: 485px; } .gebied2 { height: 530px; } } @media (min-width: 1000px) { .partner_text { height: 460px; } } @media (min-width: 1199px) { .gebied1 { height: 455px; } .gebied2 { height: 500px; } .partner_text { height: 350px; } } .news_blocks .thumbnail { height: 600px; } p.home { font-size: 16pt; line-height: 1.42857143; margin-top: 20px; padding-bottom: 20px; } @media (max-width: 1023px) { .news_blocks .thumbnail { height: auto; margin-bottom: 10px !important; } p.home { font-size: 13pt; } } @media (max-width: 767px) { p.home { font-size: 11pt; } .news_item .overlay { font-size: 10pt; } } @media (max-width: 425px) { p.home { font-size: 9pt; } }