a {
    text-decoration: none;
    color: #e8e6da;
}

a:hover {
    color: white;

}

body {
    background-color: #d6d5cc !important;
    text-align: center !important;
    margin: 8px !important;
    font-family: 'Lato', sans-serif !important;
}

#sitecontainer {
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
    width: 800px;
    top: 75px;
    height: 783px;
    width: 940px;
    text-align: left;
}

#logo {
    background: url("/assets/images/michael_jacques_logo.png") no-repeat 0 0;
    text-align: center;
    position: absolute;
    left: 5px;
    top: -65px;
    width: 328px;
    height: 65px;
}

/*** MENU STYLES ***/

#menuitem_01 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 130px;
    width: 80px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}
#menuitem_02 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 244px;
    width: 117px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}

#menuitem_03 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 386px;
    width: 101px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}
#menuitem_04 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 534px;
    width: 97px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}

#menuitem_05 {
    font-weight: 600;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 563px;
    width: 61px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}

#menuitem_06 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    left: 683px;
    width: 61px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}

#menuitem_07 {
    font-weight: 200;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    right: 63px;
    width: 61px;
    height: 30px;
    text-decoration: none;
    top: 26px;
    z-index: 1;
}

#menupanel {
    background-color: #8d8475;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .2em;
    text-align: center;
    position: absolute;
    left: 10px;
    width: 921px;
    height: 76px;
    text-decoration: none;
    top: 9px;
    z-index: 3;
}

/***IMAGES ***/

#mainimage {
    width: 594px;
    height: 581px;
    position: absolute;
    left: 337px;
    top: 94px;

}

#mainimageindex {
    width: 100%;
    height: 581px;
    position: absolute;
    left: 11px;
    top: 9px;
    z-index: 2;
}

/*** TEXT CONTENT ***/

#textdiv {
    background-color: #8d8475;
    color: #FFF;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-align: left;
    position: absolute;
    left: 10px;
    width: 318px;
    height: 637px;
    text-decoration: none;
    top: 94px;
    z-index: 0;
    font-weight: 200;
}

#textdivtran {
    color: #FFF;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-align: left;
    position: absolute;
    left: 10px;
    width: 318px;
    height: 594px;
    text-decoration: none;
    top: 94px;

}

#mainheading {
    color: #FFF;
    font-size: 17px;
    letter-spacing: .1em;
    text-align: left;
    position: absolute;
    left: 56px;
    height: 24px;
    text-decoration: none;
    top: 157px;
    z-index: 200;
    width: 231px;
    font-weight: 200;
}

#maintext {
    color: #FFF;
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: .1em;
    text-align: left;
    position: absolute;
    left: 46px;
    width: 233px;
    height: 244px;
    text-decoration: none;
    top: 103px;
}
#jacqlogo {
    position: absolute;
    bottom: 15px;
    color: #606567;
    font-weight: 200;
    width: 100%;
    text-align: center;
}

#jacqlogo span {
    font-weight: 200;
    color: #8f9497;
}

#jacqlogoportfolio {
    position: absolute;
    left: 838px;
    top: 696px;
}

.portfolio-holder {
    padding-top: 108px;
    padding-left: 40px;
    padding-right: 40px;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: block; /* I added this line */
}

.flex-direction-nav .flex-next {
    right: 0 !important;
    margin-right: 18px;
    opacity: 1 !important;
    background-image: url('/assets/images/arrowright.png');
    background-size: 38px;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}

.flex-direction-nav .flex-prev {
    left: 0 !important;
    opacity: 1 !important;
    margin-left: 18px;

    background-image: url('/assets/images/arrowleft.png');
    background-size: 38px;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}

.flexslider {
    margin: 0 auto;
}

.photo-caption {
    background-color: #8d8475;
    color: #7D7F81;
    padding: 11px;
    height: 43px;
    text-align: center;
}
.photo-caption .image-title {
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
    color: #e8e6da;
}

.port-hold {
    height: 783px !important;
}
.photo-caption .image-desc {
    line-height: 1.3em;
    color: #e8e6da;
    font-weight: 200;
}

#jacqlogo.portfolio-logo {
    top: 706px !important;
}
#carousel {
    width: 726px;
    margin: 0 auto;
    margin-bottom: 15px;
}

#carousel li img {
    margin-right: 7px;
}

.white-shadow {
    background-color: rgba(256, 256, 256, 0.6);
    position: absolute;
    z-index: 999;
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.white-shadow:hover {
    background-color: rgba(256, 256, 256, 0);
}

.flex-active-slide .white-shadow {
    display: none;
}

.drop-down-custom {
    background-color: #8d8475;
    font-size: 14px;
    left: 226px;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 172px;
    z-index: 999;
    display: none;
    opacity: 0.85;
}
#menuitem_02 {
    cursor: pointer;
}

.drop-down-custom ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.drop-down-custom ul li {
    padding-bottom: 3px;

}

#carousel .flex-direction-nav .flex-prev {
    left: -86px !important;
    margin-left: 18px;
}
#carousel .flex-direction-nav .flex-next {
    right: -86px !important;
    margin-left: 18px;
}

.home-text-over {
    color: #333333 !important;
    top: 10px !important;
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* Styles */
    body {
        height: 900px;
        width: 985px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /* Styles */
    body {
        width: 985px !important;
        min-height: 1500px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #sitecontainer {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #slider .flex-viewport .slides img {
        margin-top: 140px !important;
        margin-bottom: 140px !important;
    }

    .port-hold {
        height: 1000px !important;
    }

    .port-hold #jacqlogo.portfolio-logo {
        top: 940px !important;
    }

}

.logo-jacq {
    float: left;
    border-right: 7px solid white;
}

.home-logo {
    border-right: 0 solid white !important;

}

.home-menu-over {
    background-color: transparent !important;
   /* margin-top: 10px !important;
    margin-left: 10px !important;
*/}

.home-menu-over div a {
    color: white !important;

}
/*
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}*/
.loading {min-height: 630px; background: url('/assets/images/loader.gif') no-repeat center center !important;}