:root {
	--yellow: #ffc600;
	--black: #272727;
    --orange: #f6754b;
	}

html {
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0;
	overflow-x: hidden;
}
h1 {
	font-size: 38px;
	font-weight: 300;
}
h3 {
	font-size: 25px;
	font-weight: 100;
}
h4 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
a {
	text-decoration: none;
	color: var(--black)
}

/* containers */
.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.fullWidth {
	width: 100%;
}
.eightyWidth {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.seventyWidth {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.sixtyWidth {
    width: 60%;
}
.halfWidth {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.quaterWidth {
	width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.fullWidthScroll {
	width: 100%;
	overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.divider {
	width: 100%;
	height: 100px;
}
.alignCenter {
	margin-left: auto;
	margin-right: auto;
}
.twoGridDisplay {
	display: flex;
}
/* top */
.nav {
	height: 79px;
}
.navSub {
	height: 79px;
}
.logo {
	width: auto;
	float: left;
}
.navToggle {
	width: auto;
	float: right;
}
.toggleBtn {
	background: none;
    border: 0;
    display: block;
    width: 26px;
    height: 26px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    margin: 25px 0;
}
.toggleBtn:before, .toggleBtn:after {
	background-color: #333;
    content: '';
    height: 2px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 14px;
}
.toggleBtn:after {
    top: 16px;
}
.navToggle>span {
	font-size: 16px;
}
.navToggle>ul {
    list-style: none;
    display: flex;
    margin-top: 23px;
}
.navToggle>ul>li {
    margin-right: 20px;
}
.navToggle>ul>li>a>img {
    padding-top: 3px;
}
.navToggle>ul>li:first-child {
    margin-right: 35px;
}
.navToggle>ul>li:last-child {
    margin-right: 0;
}
/* index body */
.itemBody {
	display: flex;
	margin-left: 10%;
	margin-bottom: 40px;
}
.description {
	position: relative;
	width: 500px;
	min-width: 500px;
	margin-right: 80px;
}
.item {
	opacity: 1;
	position: relative;
	padding-right: 60px;
}
.contentImg:hover>.contentName {
	opacity: 1;
}
.contentName {
	opacity: 0;
	text-align: center;
    padding-top: 0px;
}
/*.linkIcon {
    height: 13px;
    margin: 3px 0 0 20px;
    width: 13px;
}*/
.linkIcon {
    height: 13px;
    margin-left: 7px;
    width: 13px;
    vertical-align: middle;
}
.description>h1 {
	margin-bottom: 50px;
}
.mobileImg {
    width: 250px;
}
.tabletImg {
    width: 800px;
}
.motaImg {
    width: 1000px;
}
/* top work:slide */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 90px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav>h1 {
	color: #fff;
	padding-left: 70px;
	margin-bottom: 50px;
}
.sidenav>h4 {
	color: #fff;
	font-size: 16px;
    font-weight: 300;
	padding-left: 70px;
	margin-bottom: 10px;
}

/* top about:slide */
.sideabout {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--orange);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}
.sideabout a {
    padding: 8px 8px 8px 90px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #e24b0d;
    display: block;
    transition: 0.3s;
}
.sideabout>.slideContact a {
    padding: 6px 10px;
    display: block;
    transition: 0.3s;
}
.sideabout a:hover {
    color: #f1f1f1;
}
.sideabout .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sideabout>h1 {
	color: #fff;
	padding-left: 50px;
	margin-bottom: 50px;
}
.sideabout>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 70px;
    margin-bottom: 10px;
}
.sideabout>p {
	color: #fff;
	font-size: 16px;
    font-weight: 300;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px;
}
.slideContact {
    display: flex;
    margin-top: 80px;
    margin-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
}
.slideContact>img {
    padding-left: 10px; 
    padding-right: 10px;
}
.slideContact>p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 0;
}

/* Work */
ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.pDivider {
	width: 100%;
	height: 40px;
}
.workCover {
	width: 80%;
}
.workBody {
	margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    background-color: #fff;
    padding: 15px 80px;
}
.workDetail {
	margin-left: auto;
    margin-right: auto;
}
.mocabellImgGif {
    width:30%;
    text-align:right;
}
.mocabellImgWf {
    width:70%;
    text-align:left;
    padding-top: 35px;
}

/* nwe Heybnb updated on Nov 1 2018 */

.newBodyContainer {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.twoGridImg {
    display: flex;
}
.newStyle>h1 {
    font-size: 40px;
    font-weight: 400;
}
.newStyle>h4 {
    font-size: 20px;
    font-weight: 400;
}
.newStyle>p{
    line-height: 2.2;
    hyphens: auto;
}
.newStyle>blockquote {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 50px;
    hyphens: auto;
}
.newCover {
    width: 70%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}
.clintInfo {
    font-size: 14px;
    padding-bottom: 70px;
}
.newStyle>ul {
    padding-top: 20px;
    padding-bottom: 30px;
}
.motionImg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sideRole {
    display: block;
    position: absolute;
    width: 30%;
    top: 222px;
    left: 110%;
}
.sideRole>ul {
    list-style: none;
    padding-bottom: 30px;
}
.sideRole>ul>li {
    font-size: 14px;
    line-height: 2;
}
.roleTitle {
    font-weight: 500;
}
.sideRole>ul>li>b {
    font-weight: 400;
}
#bm {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
#rn {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
#tm {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/* Mocabell */
.newMotionGrid {
    display: flex;
}
.newMotionWidth {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* JK Dental Group */
.JKimage-bg {
    margin-bottom: 70px;
    text-align: center;
    background-color: #eee;
    padding-top: 70px;
    padding-bottom: 70px;
}
.jk-row {
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.JKimage-bg>img {
    width: 70%;
}
.jk-row>.body-item {
    width: 33.333%
}
.jk-row>.body-item:first-child {
    text-align: left;
}
.jk-row>.body-item:last-child {
    text-align: right;
}
.jk-row>.body-item:nth-child(2) {
    text-align: center;
}
.imageShadow {
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
}
.jk-guide {
    width: 50%;
}
.jk-guide>img {
    width: 100%;
}

/* Jewelry */
.jwImage-YWbg {
    margin-bottom: 70px;
    text-align: center;
    background-color: #FBBE5D;
    padding-top: 70px;
    padding-bottom: 70px;
}
.jwImage-BAbg {
    margin-bottom: 70px;
    text-align: center;
    background-color: #F4EAE3;
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Footer */
.footer {
    margin-left: 10%;
    padding-bottom: 20px; 
}
.copyright>h2 {
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
}

@media (max-width: 500px) {
    h1 {
        font-size: 30px;
        font-weight: 300;
    }
    h3 {
        font-size: 20px;
        font-weight: 100;
    }
    ul {
        font-size: 16px;
        font-weight: 300;
        line-height: 2.2;
    }
    .mobileImg {
        width: 250px;
    }
    .tabletImg {
        width: 700px;
    }
    .motaImg {
        width: 700px;
    }
    .nav {
        height: 64px;
    }
    .navToggle>ul {
        list-style: none;
        display: flex;
        margin-top: 14px;
    }
    .container {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    .itemBody {
        display: flex;
        margin-left: 7%;
        margin-bottom: 40px;
    }
    .description {
        position: relative;
        width: 70%;
        min-width: 70%;
        margin-right: 40px;
    }
    .navToggle>ul>li {
        margin-right: 15px;
    }
    .navToggle>ul>li:first-child {
        margin-right: 15px;
    }
    .navToggle>ul>li:last-child {
        margin-right: 0;
    }
    .navToggle>ul>li>a>img {
        padding-top: 7px;
    }
    /* Work */
    .workCover {
        width: 100%;
    }
    .sixtyWidth {
        width: 90%;
    }
    .workBody {
        margin-left: auto;
        margin-right: auto;
        margin-top: -70px;
        background-color: #fff;
        padding: 15px 20px;
    }
    .twoGridDisplay {
        display: contents;
    }
    .mocabellImgGif {
        width: 100%;
        text-align: center;
    }
    .mocabellImgWf {
        width: 100%;
        text-align: center;
        padding-top: 35px;
    }

    /* nwe Heybnb updated on Nov 1 2018 */

    .newBodyContainer {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .newCover {
        width: 90%;
        text-align: center;
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .twoGridImg {
        display: flex;
    }
    .motionImg {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .newStyle>blockquote {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2;
        padding-top: 50px;
        padding-bottom: 50px;
        hyphens: auto;

    }
    .sideRole {
        display: none;
    }

    /* Mocabell */
    .newMotionGrid {
        display: block;
    }
    .newMotionWidth {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* JK Dental Group */
    .JKimage-bg>img {
        width: 90%;
    }
    .jk-row {
        width: 100%;
        display: block;
    }
    .jk-row>.body-item {
        width: 100%;
    }
    .jk-row>.body-item:first-child {
        text-align: center;
    }
    .jk-row>.body-item:last-child {
        text-align: center;
    }
    .jk-row>.body-item:nth-child(2) {
        text-align: center;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .jk-guide {
        width: 100%;
    }
}
