/*--global--*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #363636;
    font-family: "Assistant", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
    -ms-flex-line-pack: center;
    align-content: center;
}


h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    font-size: 375%;
    word-spacing: 4px;
    letter-spacing: 2px;
}

h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 150%;
    font-weight: 400;
    word-spacing: 4px;
    letter-spacing: px;
}

h3 {
    margin: 8px 0;    
    font-size: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    word-spacing: 2px;
}

.body_text {
    font-size: 85%;
    margin: 10px 0;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/*-----------------------------------------------------------section1------------------------------------------------------*/

.work_section1 {
    background-color: #fff;
}

.top_band {
    width: 100%;
    background-color: #55c1b5;
    height: 2px;
    position: fixed;
}

.work_intro {
    display: block;
    width: 16%;
    float: left;
    margin-top: 50px;
    margin-right: 2%;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
}

.work_showcase {
    width: 70%;
    margin-left: 0%;
    float: left;
    margin-top: 50px;
    margin-left: 30%;
}



.topnav_back {
    display: inline-block;
    font-size: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.topnav_back a:link,
.topnav_back a:visited {
    text-decoration: none;
    color: #363636;
}

.work_intro h2 {
    display: inline-block;
    width: 100%;
    color: #363636;  
    width: 100%;
}

.work_intro h3 {
    width: 100%;
    padding-right: 0%;
    color: #363636;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block
}

.work_intro ul {
    width: 100%;
    list-style-image: url(CSS_img/bullet.png);
    list-style-position: outside;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-top: 15px;
    display: inline-block;
}

.work_intro li {
    list-style:;
    font-size: 85%;
    color: #363636;
    padding-bottom: 10px;
    margin-left: 15px
}

.work_image {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.work_image1 {
    width: 100%;
    margin-bottom: 80px;
}

.work_image2 {
    width: 100%;
    margin-bottom: 30px;
}

.work_image3 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.work_image3.last {
    border-bottom: 1px transparent;
    margin-bottom: 80px;
}


/*------------------------------------------------------Section2-Footer------------------------------------------------------*/

.footer {background-color: #55c1b5;}

.second {background-color: #f09341;}
.third {background-color: #389cc9;}
.fourth {background-color: #916840;}
.fifth {background-color: #626d24;}
.sixth {background-color: #25437b;}
.seventh {background-color: #d46969;}
.eighth {background-color: #eace59;}
.ninth {background-color: #593c91;}
.tenth {background-color: #4f9d4b;}
.eleventh {background-color: #1f6caf;}
.twelth {background-color: #c64343;}

.bottom.second {background-color: #f09341;}
.bottom.third {background-color: #389cc9;}
.bottom.fourth {background-color: #916840;}
.bottom.fifth {background-color: #626d24;}
.bottom.sixth {background-color: #25437b;}
.bottom.seventh {background-color: #d46969;}
.bottom.eighth {background-color: #eace59;}
.bottom.ninth {background-color: #593c91;}
.bottom.tenth {background-color: #4f9d4b;}
.bottom.eleventh {background-color: #1f6caf;}
.bottom.twelth {background-color: #c64343;}

.bottom {
    background-color: #55c1b5;
    height: 150px;
    color: #fff;
    display: block;
    font-size: 85%;
}

.back {
    width: 30%;
    float: left;
    height: 20%;
}

.back p {padding-top: 11px;}

.back a:link,
.back a:visited {
    text-decoration: none;
    color: #fff;
}

.ion-ios-arrow-thin-left {
    font-size: 200%;
    float:left;
    margin-right: 10px;
}

.previous {
    width: 6%;
    float: left;
    height: 20%;
    padding-top: 12px;
    text-align: center;
    color: #fff;

}

.previous_l {
    float: left;
    width: 30%;
    font-size: 120%;
    padding-right: 10px;
}

.previous_r {
    float: right;
    width: 70%;
    text-align: left;
    padding-top: 2px;
}

.previous_l a:link,
.previous a:visited {
    text-decoration: none;
    color: #fff;
}

.previous_r a:link,
.previous_r a:visited {
    text-decoration: none;
    color: #fff;
}

.next {
    width: 64%;
    float: right;
    height: 20%;
    padding-top: 12px;
}

.next_l {
    float: left;
    width: 97%;
    padding-top: 2px;
    text-align: right;
    padding-right: 0px;
}

.next_r {
    float: right;
    width: 3%;
    font-size: 120%;
}

.next_r i {float: right;}

.next_l a:link,
.next_l a:visited {
    text-decoration: none;
    color: #fff;
}

.next_r a:link,
.next_r a:visited {
    text-decoration: none;
    color: #fff;
}

.disabled {
    color: rgba(255, 255, 255, 0.6);
}


