/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

/* Layout */
body {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

.btn {
    border: 2px solid #f7b334;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    -webkit-transition: background 0.1s, color 0.1s, border 0.1s, -webkit-box-shadow 0.15s;
    transition: background 0.1s, color 0.1s, border 0.1s, -webkit-box-shadow 0.15s;
    transition: background 0.1s, box-shadow 0.15s, color 0.1s, border 0.1s;
    transition: background 0.1s, box-shadow 0.15s, color 0.1s, border 0.1s, -webkit-box-shadow 0.15s;
    letter-spacing: 0.03em;

    display: inline-block;
    margin-bottom: 0;
    font-weight: 800;
    margin: 10px 0 0 10px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    white-space: nowrap;
    padding: 10.5px 25px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    background: #0e314b;
}

.wrapper {
    width: 1420px;
    height: 781px;
    margin: 8px auto 8px auto;
}

.wrapper .main_background {
    background: url('../images/main.jpg');
    width: inherit;
    height: inherit;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.wrapper .main_background .elipse {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    width: 31px;
    height: 32px;
    border: #0e314b 7px solid;
    color: #0e314b;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    transition: ease-in-out 0.4s;
}

.wrapper .main_background .elipse:hover {
    opacity: 0.5;
}

.logo {
    background: url('../images/jdh-white-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 71px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.text {
    position: absolute;
    top: 5px;
    width: 22px;
    /*display: none;*/
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.content {
    position: absolute;
    display: none;
    z-index: 22;
}

.content ul {
    width: 60%;
    float: left;
}

.content li {
    list-style-type: circle;
    clear: both;
    margin-bottom: 8px;
}

.in_image {
    width: 40%;
    float: right;
}

.content div {
    border: 2px solid #0e314b;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px 10px 15px;
    width: 500px;
    overflow: hidden;
}

.content div .image_container {
    border: 2px none rgba(255, 144, 32, 0.156863);
    width: 42%;
    padding: 0;
    border-radius: 0;
    float: left;
    margin-right: 4%;
}

.content div .image_container img {
    display: none;
    width: 100%;
}

.content div .image_container .active {
    display: block;
}

.content div .image_container .elipse_lightbox_anchor {
    text-decoration: none;
    background: url('../images/zoom-in-xxl.png');
    background-repeat: no-repeat;
    margin: 6px 0 0 0;
    color: #0e314b;
    padding-left: 24px;
    height: 28px;
    padding-top: 4px;
    font-size: 14px;
    display: block;
}

.content .left_arrow,
.content .rigth_arrow {
    position: absolute;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 51.2px;
    height: 51.2px;
    cursor: pointer;
    top: 80px;
}

.content h1 {
    font-size: 18px;
    font-weight: 700;
    color: #0e314b;
    float: left;
    width: 100%;
    margin: 5px 0 1px 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #0e314b;
}

.number_circle {
    float: right;
    position: absolute;
    right: 11%;
    top: 3%;
    width: 13px;
    text-align: center;
    border: 2px solid #0e314b;
    border-radius: 20px;
    padding: 5px 3px 4px 3px;
    display: none;
    font-size: 10px;
    font-weight: bold;
}

.prev_arrow {
    position: absolute;
    top: 20%;
    width: 8%;
    left: 0;
    cursor: pointer;
    display: none;
}

.next_arrow {
    position: absolute;
    top: 20%;
    width: 8%;
    right: 0;
    cursor: pointer;
    display: none;
}

.content h3 {
    color: #0e314b;
    font-size: 17px;
    font-weight: 700;
    margin: 4px 0 6px 0;
}

.content p {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.content p strong {
    font-weight: 700;
}

#lightbox h1,
#lightbox p {
    color: #fff;
}

#lightbox h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 6px 0;
}

#lightbox p {
    font-size: 12px;
}

@media (max-width: 1450px) {
    .wrapper {
        width: 1280px;
        height: 704px;
    }
}

@media (max-width: 1300px) {
    .wrapper {
        width: 1120px;
        height: 616px;
    }

    .content div {
        width: 430px;
    }

    .content div .image_container .elipse_lightbox_anchor {
        font-size: 13px;
    }
}

@media (max-width: 1120px) {
    .wrapper {
        width: 900px;
        height: 495px;
    }

    .content div {
        width: 400px;
    }

    .content div .image_container {
        width: 45%;
    }

    .content h1 {
        font-size: 15px;
    }

    .content h3 {
        font-size: 14px;
    }

    .content p {
        font-size: 13px;
    }
}

@media (max-width: 925px) {
    .wrapper {
        width: 750px;
        height: 413px;
    }

    .content div {
        width: 370px;
    }

    .wrapper .main_background .elipse {
        width: 24px;
        height: 25px;
        padding: 3px 0;
        font-size: 16px;
    }

    .text {
        width: 20px;
        font-size: 14px;
        top: 4px;
    }
}

@media (max-width: 780px) {
    .btn {
        padding: 5px 5px;
        font-size: 11px;
    }
    .wrapper {
        width: 620px;
        height: 341px;
    }

    .number_circle {
        display: block;
    }

    .prev_arrow {
        display: block;
    }

    .next_arrow {
        display: block;
    }

    .wrapper .main_background .elipse {
        width: 22px;
        height: 23px;
        font-size: 13px;
    }


    .logo {
        width: 90px;
        height: 46px;
    }

    .main_background .content {
        top: 100% !important;
        margin-top: 20px;
        left: 0 !important;
        width: 100%;
    }

    .content div {
        width: 70%;
        margin: 0 10%;
        padding: 15px 5%;
    }
}

@media (max-width: 630px) {
    .btn {
        padding: 5px 5px;
        font-size: 10px;
    }
    .wrapper {
        width: 540px;
        height: 297px;
    }

    .wrapper .main_background .elipse {
        width: 19px;
        height: 20px;
        font-size: 12px;
        padding: 1px 0;
    }

    .logo {
        right: 10px;
        bottom: 10px;
    }

    .content div {
        width: auto;
    }

    .content div .image_container .elipse_lightbox_anchor {
        height: 40px;
    }
}

@media (max-width: 550px) {
    .wrapper {
        width: 470px;
        height: 259px;
    }

    .wrapper .main_background .elipse {
        width: 17px;
        height: 17px;
        font-size: 10px;
    }

    .logo {
        width: 60px;
        height: 31px;
    }
}

@media (max-width: 475px) {
    .wrapper {
        width: 400px;
        height: 220px;
    }
}
