@font-face {
    font-family: Exo;
    src: url("fonts/Exo-Regular.otf");
}

@font-face {
    font-family: Exo-light;
    src: url("fonts/Exo-Light.otf");
}

@font-face {
    font-family: Exo-semiBold;
    src: url("fonts/Exo-SemiBold.otf");
}

@font-face {
    font-family: Exo-extraBold;
    src: url("fonts/Exo-ExtraBold.otf");
}

@font-face {
    font-family: Exo-medium;
    src: url("fonts/Exo-Medium.otf");
}


html, body {
    width: 100%;
    height: 100%;
    font-family: Exo-semiBold;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    background-color: #002d40;
}

html, body, ul, a, table {
    margin: 0;
    padding: 0;

    list-style-type: none;
}



p {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}

.content-wrapper {
    float: left;
    width: 100%;
}

.container {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1265px;
    text-align: center;
}

header {
    position: absolute;
    width: 100%;
    height: 58px;
    padding-top: 10px;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo {
    display: inline-block;
    float: left;
    width: 378px;
    height: 54px;
}


ul.nav {
    display: block;
    width: auto;
    float: right;
}

ul.nav > li {
    float: left;
    border-right: solid 2px #cccccc;
    padding: 23px 16px 0 16px;
    height: 35px;
    width: auto;
}


ul.nav > li > a {
    font-family: Exo-light;
    color: #f68831;
    font-size: 15px;
}


.menu-burger {
    position: absolute;
    display: none;
    left: 10px;
    top: 0;
    width: 30px;

}
.menu-burger span {
    display: block;
    height: 3px;
    width: 100%;
    margin-top: 20px;
    background-color: #cccccc;
}

.article {
    padding-top: 55px;
}

.section-title {
    font-size: 25px;
    line-height: 25px;
    color: #f68831;
    font-family: Exo-extraBold;
    margin: 45px 0 25px 0;
    text-transform: uppercase;
}

.subtitle {
    font-size: 18px;
    line-height: 19px;
    color: #f68831;
    text-transform: uppercase;
    font-family: Exo-semiBold;
    margin: 0;
    padding: 0;
}

.about-us {
    background: url("../images/backgrounds/about-us.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 217px 0;
}



.what-we-do {
    background: url("../images/backgrounds/what-we-do.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 86px 0;
}

.what-we-do ul  {
    width: 100%;
    max-width: 630px;
    margin: auto;
}

.what-we-do li {
    text-align: left;
}

.physical-therapy {
    background: url("../images/backgrounds/physical-therapy.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 66px 0;
}

.physical-therapy p {
    width: 100%;
    max-width: 990px;
    margin: 0 auto 20px auto;
}

.physical-therapy p:last-child, .price-list p:last-child {
    margin-bottom: 0 !important;
}

.price-list {
    background: url("../images/backgrounds/price-list.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 151px 0;
}


.price-list p {
    margin: 10px auto;
    line-height: 33px;
}
.price-amount {
    font-family: Exo-extraBold;
    font-size: 20px;
    color: #f68831;
    line-height: 33px;
}

.contact {
    background: url("../images/backgrounds/contact.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 190px 0;
}

.block-half {
    width: 50%;
    display: block;
    float: left;
}

.contact-item {
    display: block;
    text-align: left;
    width: 100%;
    max-width: 530px;
    margin-right: 100px;
    float: left;
    margin-bottom: 5px;
}
.contact-icon {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 11px;
}

.contact-icon img {
    margin-top: 50%;
}


.contact-item-text{
    float: left;
    width: 100%;
    margin-left: 10px;
    max-width: 490px;
    font-size: 16px;
    line-height: 17.5px;
}
.contact-item-text span {
    color: #f68831;
}

.contact-item-text a {
    color: #FFFFFF;
    text-decoration: underline;
}

.testimony {
    padding: 0 0 5px 0;
}


.testimony-item {
    //float: left;
    overflow: hidden;
    width: 100%;
    max-width: 934px;
    margin: 25px auto;
}

.testimony-text {
    float: left;
    width: 100%;
    max-width: 568px;
    margin-left: 28px;
}

.testimony-item a, .testimony-text p {
    text-align: left;
    #font-family: Exo;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    color: #FFFFFF;

}

.testimony-text .author {
    float: right;
    font-size: 20px;
    color: #f68831;
    text-transform: uppercase;
    font-family: Exo-semiBold;
    font-style: italic;
    line-height: 24px;
}

.testimony-background {
    width: 100%;
    max-width: 934px;
    margin: auto;
}

.center {
    margin: auto;
}

.testimony-image {
    float: left;
}

.testimony-image img {
    width: 336px;
    height: 184px;
    border: 1px solid #0089c1;
}

.gallery {
    padding: 0 0 98px 0;
}

.gallery-items-wrapper {
    margin-top: 58px;
}

.gallery-items-wrapper img {
    width: 253px;
    height: 253px;
    float: left;
    margin: 0;
    padding: 0;
}

#winner-insurance {
    position: absolute;
    display: block;
    width: 89px;
    height: 49px;
    left: 0;
    top: 572px;

}

#uniqua-insurance {
    position: absolute;
    display: block;
    width: 63px;
    height: 63px;
    left: 109px;
    top: 557px;
}

.social-media-wrapper {
    position: absolute;
    height: 45px;
    top: 580px;
    right: 0;
}
.social-media-item {
    float: left;
    margin-left: 16px;
}

.social-media-item img {
    width: 45px;
    height: 45px;
}


#copyrights {
    position: absolute;
    top: 620px;
    font-family: Exo-light;
    font-size: 16px;
    color: #ffffff;
    left: 15%;
    right: 15%;
    text-align: center;
    overflow: hidden;
}

#copyrights a {
    color: #ffffff;
    text-decoration: underline;
}

#map-img {
    margin-top: 18px;
    height: 363px;
}