.amlabel-table td {
    background-size: 45%!important;
    font-size: .7em;
    vertical-align: top!important;
}

.amlabel-table {
    width: 100%!important;
    max-width: 100%!important;
    height: 90px!important;
    border-spacing: 0!important;
}

.amlabel-txt {
    display: block;
    width: 45%;
    padding-top: 16%;
    line-height: .9em;
}

.top-right {
    left: 60%!important;
}

.bottom-right {
    left: 60%!important;
    top: 60%!important;
}

.middle-right {
    top: 20%!important;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: 0;
}

/*.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}*/
.slides, .flex-control-nav, .flex-direction-nav {
    height: 15px; list-style: outside none none; margin: -15px 0px 0px 0px; padding: 0; width: 200px;
}

.slides, .flex-control-nav {background: url("../images/menu_bg.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0); 
                     height: 15px; list-style: outside none none; margin: 0; padding: 0; width: 200px;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {margin: 0px;  position: relative; /*padding:15px; background: #FFF; box-shadow:0px 0px 10px 0px #bfbfc0;*/}

.flex-viewport {direction: ltr; max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; margin-bottom: 0px;}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {margin-right: 0px;}
.flex-direction-nav {*height: 0; display:none}

.flex-direction-nav a {width: 3em; height: 3em; margin-top:-2.5em; position: absolute; z-index: 60; background: url(../images/bg_direction_nav.png) no-repeat; background-position:0px 0px; position: absolute; bottom: 0%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1;-webkit-transition: all .3s ease;    }

.flex-direction-nav .flex-next {background-position: -76px 0; left: 65px;}
.flex-direction-nav .flex-prev {background-position: 0px 0px; left: 18px;}


/*.flex-direction-nav .flex-next {background-position:top right; left: 30px; background-size:200%; }
.flex-direction-nav .flex-prev {background-position:top left; left: 0px; background-size:200%;}*/

/*.flexslider:hover .flex-next {opacity: .8; left: 30px;}
.flexslider:hover .flex-prev {opacity: .8; left: 0;}*/

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: relative;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {width: 13px; height: 13px; display: block;
    background: #889dad;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #FFF;
        background: #FFF rgba(0,0,0,0.7);
    }

.flex-control-paging li a.flex-active {background: #b2ce22; background: #FFF rgba(0,0,0,0.5); cursor: default;}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        left: 50px;
    }
}

.social-media-share {
    margin: 0;
    padding: 0;
    height: 39px;
    position: relative;
}

    .social-media-share ul {
        position: relative;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 24px;
        width: 88%;
    }

        .social-media-share ul li {
            display: inline;
            float: left;
            margin-left: 18px;
        }

            .social-media-share ul li img {
                border: none;
            }

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

#flipperDivContent {
    position: relative;
    width: 0%;
    overflow: scroll;
    display: none;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    margin-top: 15px;
}

#flipperDivinner {
    position: relative;
    width: 100%;
    display: inline-block;
}

.hide-mobile { /* This class is used to hide the Careers related paragraph from the Abot Us page */
    display: none;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
    display: none;
}

#status {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 200px; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

#pageContents a {
    font-weight: normal;
}

.pageConts {
    min-height: 1715px;
}

.prod-delivery-cart-msg {
    color: #e3262d;
    font-weight: bold;
    font-size: 10px;
}

.itunes-msg-box {
    font-size: 14px;
}

.itunes-info {
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.itunes-info-text {
    /*display: inline-block;
    height: 25px;
    margin-top: -8px;
    vertical-align: middle;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*float: right;*/
    /*height: 25px;
    line-height: 20px;
    margin: 5px 0 0 20px;
    text-align: right;
    vertical-align: middle;*/
    /*width: 200px;*/
    display: inline-block;
    height: 25px;
    margin-top: -8px;
    vertical-align: middle;
}

.hideShipping {
    height: 0;
    overflow: hidden;
}


@media (max-width:480px) {

.flex-direction-nav a {
    margin-top: -34px;
 }}

.flex-control-nav {height: 30px; margin-bottom: 0; margin-top: 10px; padding-bottom: 0; padding-top: 0px; display:none}

.position_relative{position: relative;}