/* Main styles
-------------------------------------------------------------- */

html, body {
    font-family: 'Roboto Slab', serif;
    position: relative;
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased;
    font-size: 14px;
    line-height: 24px;
    color: #858585;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #303030;
    margin: 0;
}

h1 {
    font-size: 22px;
    line-height: 26px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    line-height: 22px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 16px;
}

b, strong {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #858585;
}

a {
    color: #858585;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clear:after,
.clear:before {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

* {
    outline: none;
}


/* Page styles
-------------------------------------------------------------- */

.main-holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-bottom: 200px;
    text-align: center;
    min-height: 100vh;
}

.map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.info-box {
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 13px 38px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 13px 38px rgba(0, 0, 0, 0.24);
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.24);
    background: #fff;
    width: 534px;
    z-index: 9000;
}

.info-box .logo-holder {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.info-box .logo-holder .logo {
    display: inline-block;
    width: 340px;
}

.items-holder .item-holder .icon-holder {
    text-align: center;
    padding-bottom: 10px;
}

.items-holder .item-holder .icon-holder .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.items-holder .item-holder .icon-holder .icon.address {
    background: transparent url('../images/ico-address.png') no-repeat center center;
}

.items-holder .item-holder .icon-holder .icon.email {
    background: transparent url('../images/ico-email.png') no-repeat center center;
}

.items-holder .item-holder .icon-holder .icon.phone {
    background: transparent url('../images/ico-phone.png') no-repeat center center;
}

.items-holder .item-holder .text-holder .title {
    padding: 0 30px 10px 30px;
    text-align: center;
}

.items-holder .item-holder .text-holder .text {
    padding: 0 30px 20px 30px;
    text-align: center;
}

.items-holder .bottom-text-holder {
    padding: 0 30px 20px 30px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.items-holder .bottom-text-holder span.separator-holder {
    padding: 0 10px;
}

.items-holder .bottom-text-holder span.separator {
    background-color: #8f8f8f;
    display: inline-block;
    width: 1px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}