@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
body {
    margin: 0;
    background-image: url("../image/bgcolor.jpg");
}
div {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
h2 {
    margin: 0;
}
/***** SHARED *****/

#logocontent {
    display: inline-block;
    padding-top: 50px;
}
#hamburger {
    display: none;
}
#navheader {
    position: relative;
    height: 120px;
}
#navheader span {
    color: #00b2da;
    font-family: 'Droid Serif', serif;
    font-weight: 800;
    font-size: 20px;
    float: right;
    padding-top: 50px;
    padding-right: 20px;
}
#navheader ul {
    float: right;
    position: absolute;
    bottom: 12px;
    right: 0px;
    list-style: none;
}
#navheader ul li {
    display: inline-block;
    position: relative;
}
#navheader ul li a {
    text-decoration: none;
    color: #5c5c5c;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    padding: 12px 20px;
    border-right: 1px solid black;
    transition: 0.5s;
}
#navheader ul li:first-child ul {
    display: none;
    bottom: -220px;
	/*bottom: -370px;*/
    right: -177px;
    z-index: 1;
    width: 241px;
    background-color: #017bba;
}
#navheader ul li:first-child ul li {
    display: block;
    padding: 10px 0px;
}
#navheader ul li:first-child ul li a {
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    color: #fbfbfb;
    text-decoration: none;
    border-right: 0px;
    transition: 0.5s;
}
#navheader ul li:first-child ul li a:hover {
    color: #696969;
}
#navheader ul li:first-child ul li:first-child {
    padding-top: 20px;
}
#navheader ul li:first-child ul li:first-child img {
    position: absolute;
    top: -12.5px;
    left: 15px;
}
#navheader ul li:first-child:hover ul {
    display: block;
}
#navheader ul li a.active,
#navheader ul li:hover a {
    color: #00b1d9;
    border-right: 1px solid #00b1d9;
}
#navheader ul li:last-child a {
    border-right: none;
}
footer {
    background-color: #08b4db;
    width: 100%;
    padding-top: 40px;
}
footer ul {
    text-align: center
}
footer ul li {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: middle;
}
footer ul li a {
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    color: #fbfbfb;
    padding: 0 30px;
    border-right: 1px solid #fbfbfb;
    text-decoration: none;
    transition: 0.5s;
}
footer ul li a:hover {
    color: #8fcddc;
}
footer ul li:nth-last-child(2) a,
footer ul li:last-child a {
    border-right: 0px;
}
footer ul li:nth-last-child(2) a {
    padding-right: 10px;
}
footer ul li:last-child a {
    padding: 0px;
}
footer h2 {
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    color: #fbfbfb;
    text-align: center;
    padding-bottom: 50px;
}
/***** HOME *****//***** HOME *****//***** HOME *****//***** HOME *****/

#index #bodycontent {
    width: 85%;
    max-width: 1058px;
    margin: 0 auto;
}

#index #bodycontent .m-caption p{
    float: left;
    color: white;
    font-family: 'Droid Serif', serif;
    font-size: 21px;
    padding: 0 20px 18px 38px;
    margin: 25px 0;
}
#index #bodycontent .m-caption li{
    color: white;
    text-decoration: none;
}
#index #bodycontent .m-caption li span{
    float: left;
    font-size: 21px;
    padding-top: 25px;
    padding-left: 30px;
}
#index #bodycontent .m-caption a{
	color: white;
    float: right;
    font-size: 21px;
    padding-top: 25px;
    padding-right: 30px;
}
#index #bodycontent .m-caption ul li {
    padding-left: 120px;
    position: relative;
    margin-bottom: 10px;
}

#index #bodycontent p {
    margin: 60px 0px;
    color: #08b4db;
    font-family: 'Droid Serif', serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
#index #bodycontent p br {
    line-height: 28px;
}
#index #bodycontent #slidercontent {
    padding: 0px 1px;
    margin-bottom: 50px;
}
#index #bodycontent #slidercontent img {
    width: 100%;
}
#index #bodycontent2 {
    background-image: url("../image/bgcolor2.jpg");
}
#index #bodycontent2 h2 {
    color: #01b1d8;
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 40px 0px;
}
#index #bodycontent2 p {
    color: #696969;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 200px;
    padding-bottom: 45px;
    text-align: justify;
    margin: 0 auto;
    max-width: 1056px;
    line-height: 20px;
}
/* Added 11-10-2017 ION   */
#index #bodycontent2 p strong {
    color: #01b2db;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: bold;
}
/* END Added 11-10-2017 ION   */

#index #bodycontent3 {
    width: 85%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 165px;
}
#index #bodycontent3 ul {
    list-style: none;
    display: block;
    padding-top: 45px;
}
#index #bodycontent3 ul li {
    display: inline-block;
    width: 33%;
    height: 450px;
    position: relative;
    vertical-align: top;
}
#index #bodycontent3 ul li h2 {
    color: #01b1d8;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
#index #bodycontent3 ul li img {
    margin-bottom: 30px;
    padding-top: 5px;
    background-color: #01b1d8;
}
#index #bodycontent3 ul li p {
    padding-right: 40px;
    color: #949494;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    text-align: justify;
}
#index #bodycontent3 ul li a {
    font-size: 18px;
    font-family: 'Droid Serif', serif;
    color: #fbfbfb;
    background-color: #00b2da;
    padding: 15px 30px;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    transition: 0.5s;
}
#index #bodycontent3 ul li a:hover {
    color: #01b1d8;
    background-color: #fbfbfb;
}
#index #bodycontent3 ul li ul {
    padding: 0;
    margin-top: 0;
}
#index #bodycontent3 ul li ul li {
    font-family: 'Droid Serif', serif;
    display: block;
    padding: 0px;
    width: initial;
    height: initial;
    color: #969696;
    font-size: 14px;
    line-height: 20px;
}
/***** ABOUT *****//***** COMPANY*****//***** ABOUT *****//***** COMPANY *****/

#about #bodycontent {
    width: 85%;
    max-width: 1058px;
    margin: 0 auto;
}
#about #bodycontent p {
    margin: 40px 0px;
    color: #00b2da;
    font-family: 'Droid Serif', serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
#about #bodycontent p br {
    line-height: 28px;
}
#about #bodycontent #slidercontent {
    padding: 0px 1px;
    margin-bottom: 50px;
}
#about #bodycontent #slidercontent img {
    width: 100%;
}
#about #bodycontent2 {
    background-image: url("../image/bgcolor2.jpg");
}
#about #bodycontent2 h2 {
    color: #01b1d8;
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 40px 0px;
}
#about #bodycontent2 p {
    color: #696969;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 200px;
    text-align: justify;
    margin: 0 auto;
    max-width: 1056px;
}

/* START Added 11-9-2017 ION */

#about #bodycontent2 p strong {
    color: #01b2db;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: bold;
}
#about #bodycontent2b {
    background-image: url("../image/bgcolor2darker.jpg");
}
#about #bodycontent2b h2 {
    color: #01b1d8;
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 40px 0px;
}
#about #bodycontent2b p {
    color: #696969;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 200px;
    text-align: justify;
    margin: 0 auto;
    max-width: 1056px;
}
#about #bodycontent2b p strong {
    color: #0794b5;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: bold;
}
/* END Added 11-9-2017 ION */


#about #bodycontent3 {
    width: 85%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 165px;
    text-align: justify;
}
#about #bodycontent3 ul {
    list-style: none;
    display: block;
    padding-top: 45px;
}
#about #bodycontent3 ul li {
    display: inline-block;
    width: 33%;
    position: relative;
}
#about #bodycontent3 ul li h2 {
    color: #01b1d8;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
#about #bodycontent3 ul li img {
    margin-bottom: 30px;
    padding-top: 5px;
    background-color: #01b1d8;
}
#about #bodycontent3 ul li p {
    padding-right: 40px;
    color: #949494;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
}
#about #bodycontent3 ul li hr {
    margin: 31px 40px 0 0;
    background-color: #08b4db;
    border: none;
    height: 1px;
    color: #08b4db;
    background-color: #08b4db;
}
#about #bodycontent3 ul li a {
    font-size: 12px;
    font-family: 'Droid Serif', serif;
    color: #08b3d9;
    text-decoration: none;
    font-weight: 600;
    /* position: absolute; */
    
    float: right;
    padding: 8px 40px 0 0;
}
#about #bodycontent3 ul li ul {
    padding: 0;
    margin-top: 0;
}
#about #bodycontent3 ul li ul li {
    font-family: 'Droid Serif', serif;
    display: block;
    padding: 0px;
    width: initial;
    height: initial;
    color: #949494;
    font-size: 14px;
    line-height: 20px;
}

/* ADDED 11-11-2017 ION */

#about h3 {
    max-width: 1060px;
    text-align: center;
    border-bottom: 2px solid #6a6a6a;
    line-height: 0.1em;
    margin: 0 auto;
    /* padding-top: 40px; */
	padding-top: 5px;     /*changed 12-13-17 */


}
#about h3 span {
    background: white;
    padding: 0 40px;
    color: #6a6a6a;
}
/* END ADDED 11-11-2017 ION */


/***** CONTACT *****//***** CONTACT *****//***** CONTACT *****//***** CONTACT *****/


#contact #bodycontent {
    width: 85%;
    max-width: 1058px;
    margin: 0 auto;
}
#contact #bodycontent p {
    margin: 40px 0px;
    color: #00b2da;
    font-family: 'Droid Serif', serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
#contact #bodycontent p br {
    line-height: 28px;
}
#contact #map {
    max-width: 1060px;
    padding: 210px 0;
    margin: 0 auto;
}
#contact h3 {
    max-width: 1060px;
    text-align: center;
    border-bottom: 2px solid #6a6a6a;
    line-height: 0.1em;
    margin: 0 auto;
    padding-top: 40px;
}
#contact h3 span {
    background: white;
    padding: 0 40px;
    color: #6a6a6a;
}
#contact #lastbox {
    max-width: 1060px;
    height: 752px;
    margin: 0 auto;
}
#contact #lastbox #lastboxleft {
    margin-top: 50px;
    margin-right: 17px;
    margin-bottom: 30px;
    width: calc(50% - 17px);
    float: left;
    height: 630px;
}
#contact #lastbox #lastboxleft ul {
    font-size: 17px;
    color: #727272;
    font-family: 'Droid Serif', serif;
    list-style: none;
    margin: 0;
    padding: 30px 0 0 0;
    width: 100%;
    float: left;
}
#contact #lastbox #lastboxleft ul li {
    padding-left: 120px;
    position: relative;
    margin-bottom: 10px;
}
#contact #lastbox #lastboxleft ul li:first-child {
    margin-bottom: 30px;
}
#contact #lastbox #lastboxleft ul li span {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
}
#contact #lastbox #lastboxleft ul li span:after {
    content: ':';
    position: absolute;
    right: 0;
    top: 0
}
#contact #lastbox #lastboxright {
    margin-top: 50px;
    margin-left: 17px;
    margin-bottom: 30px;
    width: calc(50% - 17px);
    float: right;
    background-color: #efefef;
    height: 600px;
}
#contact #lastbox #lastboxright #form {
    /*width: 330px;*/
	width: 500px;
    height: 30px;
    margin: 10px auto;
    display: block;
    padding: 50px 0;
}
#contact #lastbox #lastboxright #form input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-shadow: 0 0px 1px 0 rgba(63, 92, 202, 0.51), 0 5px 14px 0 rgba(48, 67, 202, 0.19);
    box-sizing: border-box;
    border: 2px solid rgba(160, 204, 220, 0.39);
    border-radius: 4px;
    outline: none;
}
#contact #lastbox #lastboxright #form p {
	color: #7794aa;
	font-family: sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
}
#contact #lastbox #lastboxright #form button {
    float: right;
    background-image: linear-gradient(to bottom, #31b5e3, #2182b3);
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    /* smoothen border corner */
    
    outline: 0;
    /* remove blue outline when click button */
    
    transition: 2s;
    width: 215px;
}
#contact #lastbox #lastboxright #form button:hover {
    background-image: linear-gradient(to bottom, #2182b3, #31b5e3);
    transition: 2s;
}
/* IPAD SIZE *//* IPAD SIZE *//* IPAD SIZE *//* IPAD SIZE *//* IPAD SIZE */


@media screen and (max-width: 1150px) {
    #hamburger {
        display: inline;
    }
    #page-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #title {
        color: #f6f6f6;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 2em;
    }
    #btn {
        position: fixed;
        background-color: white;
        padding: 5px;
        z-index: 5;
        top: 15px;
        left: 15px;
        cursor: pointer;
        -webkit-transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
        transition: left 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    }
    #btn div {
        width: 35px;
        height: 2px;
        margin-bottom: 8px;
        margin-top: 5px;
        background-color: #00DFFC;
        -webkit-transition: opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
        transition: opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
        transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms;
        transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms, -webkit-transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    }
    #btn.active {
        left: 230px;
    }
    #btn.active div {
        background-color: #343838;
    }
    #btn.active #top {
        -webkit-transform: translateY(10px) rotate(-135deg);
        transform: translateY(10px) rotate(-135deg);
    }
    #btn.active #middle {
        opacity: 0;
        /* transform: rotate(135deg); */
    }
    #btn.active #bottom {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    #box {
        position: fixed;
        z-index: 4;
        overflow: auto;
        top: 0px;
        left: -275px;
        width: 275px;
        opacity: 0;
        padding: 20px 0px;
        height: 100%;
        background-color: #f6f6f6;
        color: #343838;
        -webkit-transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
        transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    }
    #box.active {
        left: 0px;
        opacity: 1;
    }
    #items {
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #items .item {
        font-family: 'Droid Serif', serif;
        position: relative;
        cursor: pointer;
        font-size: 25px;
        padding: 15px 30px;
        -webkit-transition: all 250ms;
        transition: all 250ms;
    }
    #items .item a{
    text-decoration: none;
        color: #01b1d8;
}
    #items .item:hover {
        padding: 15px 45px;
        background-color: rgba(52, 56, 56, 0.2);
    }
    #navheader ul {
        float: none;
        display: none;
    }
    #logocontent {
        width: 100%;
    }
    #logocontent img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #about #bodycontent p {
        padding: 20px;
    }
    #navheader span {
        display: none;
    }

#index #bodycontent .m-caption li{
    color: white;
    text-decoration: none;
}
#index #bodycontent .m-caption li span{
    padding-top: 2%;
    padding-left: 1%;
}
#index #bodycontent .m-caption a{
    padding-top: 2%;
    padding-right: 1%;
}
#index #bodycontent .m-caption ul li {
    padding-left: 120px;
    position: relative;
    margin-bottom: 10px;
}
#index #bodycontent .m-scooch-photos .m-caption {
    bottom: -5%;
}

    /* About */
    
    #about #bodycontent3 {
        padding-bottom: 35px;
    }
    #about #bodycontent3 ul li a {
        padding-top: 20px;
        padding-right: 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    #about #bodycontent3 ul li {
        width: 100%;
        margin-bottom: 10%;
    }
    #about #bodycontent3 ul li p {
        /* padding:0 20px; */
        
        padding: 0;
        font-size: 15px;
    }
    #about #bodycontent2 p {
        padding: 40px 5%;
        font-size: 15px;
    }
    #about #bodycontent3 ul li hr {
        display: none;
    }
    /* Index */
    
    #index #bodycontent2 p {
        padding: 0 5% 45px;
        font-size: 20px;
        line-height: 25px;
    }
    #index #bodycontent3 {
        padding-bottom: 0;
    }
    #index #bodycontent3 ul li {
        width: 100%;
        text-align: center;
        padding-bottom: 150px;
    }
    #index #bodycontent3 ul li h2 {
        color: #01b1d8;
        font-family: 'Droid Serif', serif;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #01b1d8;
        font-family: 'Droid Serif', serif;
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        /* padding: 40px 0px; */
    }
    #index #bodycontent3 ul li img {
        width: 50%;
    }
    #index #bodycontent3 ul li p,
    #index #bodycontent3 ul li ul li {
        line-height: 25px;
        font-size: 18px;
        padding: 0;
    }
    #index #bodycontent3 ul li a {
        position: inherit;
        top: 26px;
    }
    /* Contact */
    
    #contact #lastbox {
        padding-bottom: 700px;/* 550 */
        padding-top: 5%;
    }
    #contact #lastbox #lastboxleft {
        width: 80%;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
        height: initial;
        /* test */
    }
    #contact #lastbox #lastboxleft ul {
        width: 100%;
        line-height: 30px;
        margin-top: 30px;
        float: none;
    }
    #contact #lastbox #lastboxleft img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    #contact #lastbox #lastboxright {
        margin-top: 20px;
        width: 90%;
        height: 630px;
        margin: 0 auto;
        float: none;
    }
    #contact #lastbox #lastboxright #form {
        width: 80%;
    }
    #contact #lastbox #lastboxright #form button {
        float: none;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}
/* IPHONE SIZE *//* IPHONE SIZE *//* IPHONE SIZE *//* IPHONE SIZE *//* IPHONE SIZE */

@media screen and (max-width: 550px) {

    #logocontent img {
        width: 70%;
    }
    footer ul li {
        display: block;
    }
    footer ul li a {
        border-right: 0;
    }
    footer ul li:nth-last-child(2) a {
        padding: 0;
    }
    /* HOME PAGE */
    
    #index #bodycontent3 ul li img {
        width: 100%;
        margin: 0 auto;
    }
    #index #bodycontent3 ul li p,
    #index #bodycontent3 ul li ul li {
        line-height: 25px;
        margin: 10px 0;
        font-size: 18px;
        text-align: center;
        padding: 0;
    }

#index #bodycontent .m-caption li{
 display: none;
}
#index #bodycontent .m-caption li span{
 display: none;
}
#index #bodycontent .m-caption a{
 display: none;
}
#index #bodycontent .m-caption ul li {
 display: none;
}
#index #bodycontent .m-scooch-photos .m-caption {
    display: none;
}

    /* About Page */
    
    #about #bodycontent3 ul li {
        margin-bottom: 35%;
    }
    /* Contact Page */
    
    #contact #lastbox #lastboxleft {
        padding-top: 30px;
    }
    #contact #lastbox #lastboxright #form button {
        width: 100%;
    }

        #contact #lastbox #lastboxleft ul li {
        padding-left: 0
    }
    #contact #lastbox #lastboxleft ul li span {
        font-weight: 600;
        display: block;
        position: relative
    }
    #contact #lastbox #lastboxleft ul li span:after {
        display: none;
    }
    #contact #lastbox {
    padding-bottom: 550px;
    padding-top: 5%;
}
}