
html {
    text-rendering: optimizeLegibility;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    /*color: #888;*/
    color: #757575;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    /*letter-spacing: 0.04em;*/
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    /*overflow-x: hidden;*/
}

p+p {
    margin-top: 20px;
}

h1 {
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 100vw;
    /*font-size: 1.750rem;*/
    font-size: 1.715rem;
    letter-spacing: 0.04em;
    color: #354b5e;
    margin-bottom: 104px;
}

h1.single-line {
    word-spacing: normal;
}

h2 {
    font-weight: 400;
    /*text-transform: uppercase;*/
    /*font-size: 1.325rem;*/
    font-size: 1.250rem;
    /*letter-spacing: 0.04em;*/
    /*color: #4d4d4d;*/
    color: #212121;
    margin-bottom: 0px;
    text-align: center;
}

p {
    margin: 0px;
    /*letter-spacing: 0.01em;*/
    /*font-weight: 300;*/
    font-weight: 400;
    /*font-size: 0.875rem;*/
    font-size: 0.813rem;
    /*line-height: 1.65;*/
    line-height: 24px;
    /*color: #212121;*/
    color: #757575;
    vertical-align: baseline;
}

.left h1::after {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 60px;
    height: 2px;
    background-color: #e6e6e6;
    content: '';
    display: inline-block;
}

.right h1::after {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 60px;
    height: 2px;
    /*background: #354b5e;*/
    background-color: #e6e6e6;
    content: '';
    display: inline-block;
}

h1.single-line::after {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 60px;
    height: 2px;
    background: #e6e6e6;
    content: '';
    display: inline-block;
}

.dark-grey {
    background-color: #fafafa;
}

.light-grey {
    background-color: #fff;
}

.no-padds {
    padding-left: 0px;
    padding-right: 0px;
}

.hidden {

}

ul {
    font-size: 0.875rem;
    /*font-size: 0.938rem;*/
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.01em;
    /*color: #ccc;*/
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

.container::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#my-modal {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: none;
}

.my-modal-content {
    color: #cdcdcd;
    position: relative;
    top: -500px;
    background-color: #fff;
    position: relative;
    border-radius: 2px;
    /*border: 1px solid #ebebeb;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    /*width: 50%;*/
    margin: 0 auto;
    text-align: center;
    padding: 40px 15px 20px 15px;
    max-width: 650px;
}

.my-modal-content h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.250rem;
    /*letter-spacing: 0.04em;*/
    color: #354b5e;
    border-left: 3px solid #354b5e;
    padding: 5px 0px 5px 20px;
    word-spacing: normal;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 1;
}

.top-right {
    padding-top: 10px;
}

.above {
    position: relative;
    z-index: 10;
    right: 13px;
    top: 7px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
}

.mid div span {
    height: 1px;
    width: 500px;
    max-width: 100%;
    background-color: #eef0f1;
    display: block;
    margin-top: 16px;
}

.home {
    margin-top: 30px;
    text-align: center;
}

.modal-info p {
    color: #b3b3b3;
    font-size: 13px;
    margin-bottom: 0px;
    letter-spacing: 0.01em;
}

.close-modal {
    top: 0;
    right: 0;
    position: absolute;
    font-size: 16px;
    padding: 5px 10px;
    /*background-color: #354b5e;*/
    background-color: #cdcdcd;
    color: #fff;
    border-bottom-left-radius: 2px;
}

.close-modal:hover {
    /*color: #757575;*/
    /*color: #212121;*/
    cursor: pointer;
}

button[name="close"] {
    margin-top: 30px;
    /*background-color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.750rem;
    border: 1px solid #ebebeb;
    padding: 8px 24px;
    color: #757575;
    font-weight: 400;
    letter-spacing: 0.04em;
    -webkit-background-clip: padding-box;*/
    padding: 12px 30px;
    font-size: 0.750rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #354B5E;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
}

button[name="close"]:hover {
    cursor: pointer;
    /*color: #212121;*/
}

#header {
    height: 100vh;
    /* min-height: 100vh;
    max-height: 100vh; */
    /*background-color: #fff;*/
    background-image: url('../img/justice.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    /*position: relative;*/
    padding-top: 40px;
    position: relative;
}

/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#header {
		height: 768px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.fullheight {
		height: 1024px;
	}
} */
/* iphone5 */
/* @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	#header {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	#header {
		height: 568px;
	}
} */
/* iPhone 4 */
/* @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	#header {
		height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	#header {
		height: 480px;
	}
} */

.brand {
    background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 15px center;
    /*margin-top: -100px;*/
    /*opacity: 0;*/
}

.banner {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 35px 0px;
    text-align: center;
    position: absolute;
    top: 40%;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    /*display: none;*/
}

.banner span {
    font-size: 1.5rem;
    /*font-weight: 400;*/
}

.banner span b {
    font-weight: 400;
    color: #354B5E;
    display: block;
    margin-top: 8px;
}

.menu {
    /*position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.menu {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: #354b5e;
    width: 100%;
    padding: 14px 0px;
    /*display: none;*/
}

.menu-tag {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.menu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 8px 10px;
    display: inline-block;
    float: right;
}

.menu-toggle:hover {
    cursor: pointer;
}

.menu-toggle span {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    height: 2px;
    width: 25px;
    display: block;
}

.menu-toggle span+span {
    margin-top: 6px;
}

.menu-divider {
    height: 1px;
    width: 100%;
    display: none;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    top: 16px;
}

.menu-list {
    display: none;
    line-height: 1;
    padding-top: 16px;
}

.menu-list li {
    display: block;
    padding: 18px 0px;
    width: 100%;
}

.menu-list li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.750rem;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 300;
    float: left;
}

.call {
    background-color: #354B5E;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 30px 0px;
    letter-spacing: 0.04em;
}

.call p {
    font-size: 1rem;
    margin: 0px;
    padding-bottom: 25px;
    display: block;
    line-height: 1;
    color: #fff;
    font-weight: 300;
}

.call a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    font-size: 0.750rem;
    background-color: transperent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
}

.call a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

#pisarna, #sodelavci {
    padding: 100px 0px 30px 0px;
}

#podrocja, #kontakt {
    padding: 200px 0px 100px 0px;
}

.topics, .workers {
    display: none;
    margin-top: 50px;
}

ul.picktopic, ul.pickworker, ul.lang {
    font-weight: 400;
    /*color: #757575;*/
    /*color: #b3b3b3;*/
    color: #9b9b9b;
    /*color: #212121;*/
    overflow: hidden;
    position: relative;
    letter-spacing: normal;
    transition: height 0.3s;
}

/* ul.picktopic {
    min-height: 425px;
} */

ul.picktopic li, ul.pickworker li, ul.lang li a {
    text-transform: uppercase;
    -webkit-transition: color 0.1s, font-weight 0.1s;
    -moz-transition: color 0.1s, font-weight 0.1s;
    -o-transition: color 0.1s, font-weight 0.1s;
    transition: color 0.1s, font-weight 0.1s;
    padding-top: 2px;
    padding-bottom: 2px;
    /*font-size: 0.850rem;*/
    font-size: 0.850rem;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

ul.picktopic li span, ul.pickworker li span {
    display: inline-block;
}

ul.lang {
    float: right;
    position: relative;
}

ul.lang li a {
    font-size: 0.750rem;
    color: #b3b3b3;
    /*color: #757575;*/
    padding-top: 2px;
    padding-bottom: 2px;
}

ul.picktopic li span:hover, ul.pickworker li span:hover, ul.lang li a:hover {
    /*font-weight: 500;*/
    /*color: #212121;*/
    color: #757575;
    text-decoration: none;
    cursor: pointer;
}

ul.picktopic li.selected span:hover, ul.pickworker li.selected span:hover, ul.lang li.selected a:hover {
    color: #354b5e;
}

.right ul:not(.info) li:not(:first-of-type) {
    margin-top: 16px;
    /*opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;*/
}

.left ul:not(.info) li:not(:first-of-type) {
    margin-top: 16px;
    /*opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;*/
}

ul.lang li:not(:first-of-type) {
    margin-top: 5px;
}

.right ul:not(.info) li:not(:first-of-type)::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #eef0f1;
    display: block;
    position: relative;
    top: -8px;
    left: 0px;
}

.left ul:not(.info) li:not(:first-of-type)::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #eef0f1;
    display: block;
    position: relative;
    top: -8px;
    right: 0px;
}

/*ul.lang li:not(:first-of-type) a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #eef0f1;
    display: block;
    position: absolute;
    top: 23px;
    left: 0px;
}*/

.right ul:not(.info) li.show-li, .left ul:not(.info) li.show-li {
    opacity: 1!important;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.active {
    font-weight: 500!important;
    color: #354B5E!important;
}

.selected {
    font-weight: 500!important;
    color: #354B5E!important;
}

.lang .selected {
    padding-left: 14px;
    border-left: 2px solid #354b5e;
}

.left .active {
    border-left: 2px solid #354b5e;
    padding-left: 14px;
}

.left .selected {
    border-left: 2px solid #354b5e;
}

.right .active {
    border-left: 2px solid #354b5e;
    padding-left: 14px;
}

.right .selected {
    border-left: 2px solid #354b5e;
}

ul.info li {
    color: #757575;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 24px;
    color: #757575;
    vertical-align: baseline;
}

ul.info li i {
    padding-right: 15px;
    color: #354b5e;
    font-size: 115%;
}

ul.info li:not(:first-child) {
    padding-top: 15px;
}

ul.info li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #eef0f1;
}

.slope-left, .slope-right {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.slope-left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100px;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #fafafa;
  z-index: -1;
  border-bottom: 1px solid #ebebeb;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.slope-right::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100px;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid #ebebeb;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.under-slide {
    padding-top: 250px;
}

.show-hide {
    margin: 0px auto;
    margin-top: 100px;
    background-color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.750rem;
    border: 1px solid #ebebeb;
    padding: 8px 24px;
    color: #757575;
    font-weight: 400;
    letter-spacing: 0.04em;
    -webkit-background-clip: padding-box;
}

#podrocja .show-hide {
    /* margin-top: 60px; */
}

.show-hide:hover {
    cursor: pointer;
    color: #212121;
}

.topic:not(:nth-child(1)), .worker:not(:nth-child(1)) {
    display: none;
}

.topic h2+p, .worker h2+p {
    padding-top: 45px;
}

.picture {
    height: 230px;
    width: inherit;
    max-width: 200px;
    min-width: 200px;
    background-color: #fafafa;
    margin: 0px auto;
}

.worker-info {
    text-align: center;
}

.worker-info span {
    display: block;
    font-size: 0.813rem;
    padding-bottom: 10px;
    color: #b3b3b3;
    margin-top: 10px;
}

.worker-info h2 {
    border-bottom: 1px solid #eef0f1;
    display: inline-block;
    padding-bottom: 20px;
    text-align: left;
}

.worker p {
  font-style: italic;
  font-weight: 300;
  color: #b3b3b3;
}

.worker p:first-of-type {
    margin-top: 50px;
}

.worker-info ul {
    margin-top: 10px;
}

.worker-info ul li:nth-of-type(odd) {
    font-size: 0.750rem;
    padding: 18px 0px 6px 0px;
    color: #b3b3b3;
}

.worker-info ul li:nth-of-type(even) {
    color: #212121;
    font-weight: 400;
    font-size: 0.813rem;
}

.worker-info a {
  color: #212121;
}

.worker-info a:hover {
  text-decoration: none;
}

form {
    padding-top: 60px;
}

:focus {
    outline: 0!important;
}

label {
    display: block;
    margin: 10px 0px 2px 0px;
    font-size: 0.750rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #b3b3b3;
}

input[type=text] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ebebeb;
    font-size: 0.813rem;
    color: #757575;
    font-weight: 400;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 8px 12px;
    border: 1px solid #ebebeb;
    resize: none;
    font-size: 0.813rem;
    color: #757575;
    font-weight: 400;
}

input[type=submit] {
    margin-top: 40px;
    padding: 12px 30px;
    font-size: 0.750rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    background-color: #354B5E;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    /*display: inline-block;*/
    border-radius: 2px;
    -webkit-background-clip: padding-box;
}

input[type=submit]:hover {
    cursor: pointer;
}

#name, #email, #subject, #message {
  background-color: #fff !important;
}

#kontakt li a {
  color: #757575;
}

#kontakt li a:hover {
  text-decoration: none;
}

#map {
    height: 550px;
    border-top: 1px solid #ebebeb;
}

.footer {
    text-align: center;
    color: #fff;
    background-color: #354b5e;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer ul {
    width: 100%;
    margin: 0px auto;
}

.footer ul li {
    display: block;
    padding: 4px 0px;
}

.footer ul li a {
    color: inherit;
    text-transform: uppercase;
    font-size: 0.688rem;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 300;
}

.footer ul li a:hover, .menu-list li a:hover  {
    text-decoration: none;
}

.footer ul li a::after, .menu-list li a::after {
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}

.footer ul li a:hover::after, .menu-list li a:hover::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.footer p {
    margin: 0px;
    color: #758491;
    font-size: 0.688rem;
    font-weight: 400;
    padding-top: 35px;
}

.up {
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 10;
    background-color: #f0f0f0;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid #e1e1e1;
    display: none;
    /*color: #888;*/
    color: #757575;
}

.up:hover {
    /*color: #4d4d4d;*/
    color: #212121;
}

.up i {
    /*color: #888;*/
    margin-top: 8px;
    font-size: 200%;
}

.left {
    text-align: left;
    direction: ltr;
}

.right {
    text-align: left;
    direction: ltr;
}

#mobile-indicator {
    display: block;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

@media (min-width: 1024px) {
    .left h1::after {
        position: absolute;
        top: 100px;
        right: 0px;
        width: 60px;
        height: 2px;
        background-color: #e6e6e6;
        content: '';
        display: inline-block;
    }

    .banner span b {
        display: inline-block;
        margin-top: 0px;
    }

    .menu-toggle, .menu-tag {
        display: none;
    }

    .menu-divider {
        display: none!important;
    }

    .menu-list {
        display: block!important;
        padding-top: 0px;
        text-align: center;
    }

    .menu-list li {
        display: inline-block;
        width: auto;
        padding-left: 5%;
        padding-right: 5%;
    }

    .menu-list li:first-child {
        border-top: none;
    }

    .menu-list li a {
        /*clear: left;*/
        color: #fff;
        font-size: 0.875rem;
    }

    ul.picktopic {
        min-height: 425px;
    }

    ul.pickworker {
      padding-right: 2px;
    }

    .call {
        padding: 55px 0px;
    }

    .call p {
        display: inline-block;
        padding: 0px;
        padding-top: 15px;
        font-size: 1.125rem;
    }

    .call a {
        /*padding: 15px 35px;*/
        padding: 13px 30px;
        border: 1px solid #fff;
        font-size: 0.750rem;
    }

    /* .show-hide {
        display: none;
    } */

    /* .topics, .workers {
        display: block!important;
        margin-top: 100px;
    } */

    .right ul:not(.info) li:not(:first-of-type)::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #eef0f1;
        display: block;
        position: absolute;
        top: -8px;
        left: 0px;
    }

    .left ul:not(.info) li:not(:first-of-type)::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #eef0f1;
        display: block;
        position: absolute;
        top: -8px;
        right: 0px;
    }

    /*ul.lang li:not(:first-of-type) a::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #eef0f1;
        display: block;
        position: absolute;
        top: 23px;
        left: 0px;
    }*/

    .right ul:not(.info) li.show-li, .left ul:not(.info) li.show-li {
        opacity: 1!important;
        -webkit-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
    }

    .lang .selected {
        padding-left: 14px;
        border-left: 2px solid #354b5e;
    }

    .left .active {
        border-right: 2px solid #354b5e;
        border-left: none;
        padding-right: 14px;
        padding-left: 0px;
    }

    .left .selected {
        border-right: 2px solid #354b5e;
        border-left: none;
    }

    .right .active {
        border-left: 2px solid #354b5e;
        padding-left: 14px;
    }

    .right .selected {
        border-left: 2px solid #354b5e;
    }

    .left {
        text-align: right;
        direction: rtl;
    }

    .right {
        text-align: left;
        direction: ltr;
    }

    .right ul:not(.info) li:not(:first-of-type)::before {
        width: 300px;
    }

    .left ul:not(.info) li:not(:first-of-type)::before {
        width: 300px;
    }

    .picture {
        height: 230px;
        width: inherit;
        max-width: 200px;
        background-color: #fafafa;
        background-image: url('../img/avatar.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        display: inline-block;
        margin-right: 30px;
        float: left;
    }

    .worker-info {
        text-align: left;
        padding-left: 60px;
    }

    form {
        padding-top: 40px;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .footer ul li {
        display: inline-block;
        padding: 0px 2%;
    }

    .footer ul li a {
        font-size: 0.750rem;
    }

    .footer p {
        padding-top: 55px;
    }

    .top-left {
        padding-bottom: 0px;
        padding-right: 30px;
    }

    /*.top-right {
        padding-top: 15px;
    }*/

    #mobile-indicator {
        display: none;
    }
}

@media (min-width: 992px) {
    #header {
        background-size: contain;
    }

    .worker-info {
        padding-left: 15px;
    }
}


@media (min-width: 767px) {

  .topics, .workers {
      display: block!important;
      margin-top: 100px;
  }

  .show-hide {
      display: none !important;
  }

}
