html,
body {
    height: 100%;
    font-family: Roboto;
}
a {
    color: #545454;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.padding-0 {
    padding: 0;
}
.showonmobile {
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    padding: 55px 5px 10px 17px;
    background: rgba(88, 117, 250, 0.9);
    color: #FFF;
    font-size: 16px;
    width: 205px;
    transition: 0.5s all;
    height: 100%;
}
.mobile-menu .closemenu {
    font-size: 35px;
}
.mobile-menu.open {
    left: 0px;
}
.mobile-menu li {
    list-style: none;
}
li {
}
.mobile-menu  li a {
    color: #FFF;
    padding: 8px 0;
    display: block;
}
.mobile-menu  .menu-item.btn {
    background: #FFF;
    color: rgba(88, 117, 250, 1);
    padding: 8px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.openmenu {
    cursor: pointer;
    display: inline-block;
    color: rgba(88, 117, 250, 1);
    font-size: 30px;
}
.showonmobile {
    display: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.menu-nav li {
    display: inline-block;
    padding-right: 45px;
    font-size: 12px;
    color: #545454;
}
.menu-nav li:last-child {
    padding-right: 0;
}
.aboutus {
    background: #5875FA;
    color: white;
}

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
.slider .slider-item {
    padding-top: 100px;
}
.header-container {
    background: rgba(0,0,0,0.05);
    padding: 20px 0;
    font-size: 12px;
    color: #545454;
}
.header-container img {
    padding-right: 10px;
}
.menu {
    padding-top: 35px;
}
.slider-item h3 {
    text-align: right;
    font-size: 62px;
    font-weight: 200;
    padding-top: 100px;
}
.slider-item h4 {
    font-size: 15px;
    text-align: right;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 100px;
}
.slider-item.slick-slide {
    background-size:   cover !important;
    background-repeat: no-repeat !important;
}
.slick-dots {
    bottom: 5px !important;
}
.slick-dots li.slick-active button::before {
    content: "" !important;
}
.slick-dots li.slick-active button {
    width: 63px !important;
    background: #FFFFFF !important;
    display: block !important;
    height: 9px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}
.slick-dots li button::before {
    content: "" !important;
}
.slick-dots li {
    width: auto  !important;
}
.slick-dots li button {
    width: 25px !important;
    background: rgba(255,255,255,0.5) !important;
    height: 9px !important;
    border-radius: 20px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.services .col-md-4 {
    border-right: 1px solid rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
} 

.row.display-flex.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.services .display-flex .col-md-4:last-child {
    border: none;
}
.services h3 {
    font-weight: 700;
    font-size: 25px;
}
.services .legas-text .text {
    font-size: 11px;
}
.row.display-flex {
    display: flex;
}
.aboutus {
    padding: 55px 0;
}
.aboutus h3 {
    font-size: 62px;
    font-weight: 200;
}
.textinfo {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.counter-text {
    font-size: 12px;
    font-weight: 400;
}
.legas-label {
    background: rgba(0,0,0,0.03);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
}
.map-container {
    position: absolute;
    width: 100%;
    height: 430px;
}
.place-card.place-card-large {
    display: none !important;
}
.legas h3, .contactus h3 {
    font-size: 62px;
    font-weight: 200;
    color: #5875FA;
    margin-bottom: 25px;
}
.map-overlap {
    min-height: 435px;
    background: rgba(255, 255, 255, 0.66);
    position: relative;
}
.contactus .form-control {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #999999;
    box-shadow: none;
    height: 35px;
}
.contactus .contactus textarea.form-control {
    resize: none;
    height: 150px;
}
.btn.btn-primary {
    background: #5875FA;
    width: 170px;
    border-radius: 2px;
}
.legas {
    padding: 10px 0 25px;
}
.fixed-header.whiteheader {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.edit-icon, .add-new-icon {
    cursor: pointer;
}
.menu-item.btn {
    font-size: 12px;
    color: #FFF;
    font-weight: 500;
    background: #5875FA;
    padding: 11px 37.5px;
}
#slider, #services, #legislative {
    min-height: 240px;
    position: relative;
}
#slider .add-new-icon, #services .add-new-icon, #legislative .add-new-icon {
    position: absolute;
    right: 5%;
    bottom: 30px;
}
#slider .edit-icon {
    position: absolute;
    bottom: 30px;
    right: 6%;
}
.slider-item {
    position: relative;
}
.logo img {
    max-height: 70px;
}
pre {
    display: inherit;
    padding: unset;
    margin: unset;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    word-break: unset;
    word-wrap: unset;
    background: inherit;
    border: inherit;
    border-radius: unset;
    font-family: inherit;
}
.services .edit-icon {
    position: absolute;
    right: 15px;
}
#editmodal .modal-footer {
    display: none;
}
.showmore.text-center {
    margin-top: 10px;
    cursor: pointer;
}
.text.shorttext {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}
.text.shorttext::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
    bottom: 0;
    left: 0;
}
.bottom-address .address {
    background: #FFF;
    display: inline-block;
    padding: 15px;
}

@media(max-width: 995px) {
    .hideonmobile {
	display: none;
    }
    .showonmobile {
	display: block;
    }
    .openmenu.showonmobile {
	float: left;
    }
    .logo {
	text-align: center;
    }
    .slider-item h3 {
	padding-top: 20px;
	text-align: center;
	font-size: 42px;
    }
    .slider .slider-item {
	min-height: 668px;
    }
    .slider-item h4 {
	text-align: center;
	font-size: 12px;
	line-height: unset;
    }
    .services .col-md-4 {
	display: block;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .row.display-flex.border-bottom {
	border: none;
	display: block;
    }
    .row.display-flex.border-bottom .container {
	padding: 0;
    }
    .services .display-flex .col-md-4:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .aboutus .col-md-5 {
	display: none;
    }
    #about {
	text-align: center;
    }
    .counter-text .col-md-3 {
	width: 155px;
	display: inline-block;
	border: 1px solid;
	margin: 1%;
	padding: 5px;
    }    
    .map-overlap .row {
	display: flex;
	flex-direction: column;
    }
    .col-md-6.bottom-address {
	order: 1;
	padding-bottom: 25px;
    }
    .col-md-6.contact-form {
	order: 2;
    }
    .fixed-header {
	position: absolute;
    }

    .contacts-container {
	display: inline-block;
    }
    .languages-list .col-md-2 {
	display: inline-block;
	padding-left: 0;
    }
    .header-container {
	padding: 6px 0;
    }
    .pull-right.text-right.languages-list {
	padding-right: 12px;
	padding-top: 8px;
    }
    .menu {
	padding-top: 28px;
    }
    .menu .col-md-2 {
	padding: 0;
    }
    .slider-item.slick-slide {
	background-position: 27% 0% !important;
    }
}