/* base */

a.red {
    color: #b53939 !important;
}
a.orange {
    color: #E88330 !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

body.production {

}


body.production .contact h1.pagetitle {
    color: #aaa;
    border-color: #333;

}

body.production .logos {
    text-align: center
}
body.production .logos img {
    display: table-cell;
    float: left;
}

body.production .main-video {
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
    font-family: 'Raleway', sans-serif, Arial, Helvetica;

}
body.production .main-video h1 {
}
body.production .main-video h2 {
}
body.production .main-video p {
}

body.production .videos {
    margin-bottom: 100px;
    text-align: center;
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
}
body.production .videos h1 {
    margin-bottom: 40px;
}

body.production .videos  ul {
    list-style: none;
    display: inline-block;
    padding: 0;

}
body.production .videos  li {
    float: left;
    margin-left: 30px;
    height: 240px;
    width: 250px;
}
body.production .videos div.video {
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

body.production .videos div.video img {
    margin-bottom: 20px;

}
body.production .videos a {
    text-decoration: none;
    color: #aaa;
}

body.production .video-item {
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    margin-top: 20px
}
body.production .video-item .iframe {
    text-align: center;
}
body.production .video-item .title {
    text-align: center ;
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin-top: 20px;

}
body.production .video-item .description {
    text-align: center ;
    font-size: 18px;
    color: #bbb;
    margin-top: 20px;
}
body.production .video-item .body {
    text-align: left;
    font-size: 14px;
    color: #bbb;
    margin-top: 20px;
}


body.production .blog-entrylist .main .title {
    color: white;

}
body.production .blog-entrylist .main .intro {
    color: #bbb;

}
body.production .blog-entrylist .main .body {
    color: #ccc;
}
body.production .blog-entrylist .main .date {
    color: #999;

}
body.production .blog-entrylist .main .hr {
    border-color: #444;
}





.top-header {

}
.top-header .logo-jamaya {
    margin-left: 0;
}
.top-header .small-menu {
    margin-top: 20px;
    text-align: right;
    float: right;
    width: auto;
}
.top-header .small-menu ul {
    list-style: none;
}
.top-header .small-menu li {
    float: left;
    color: #dbdbdb;
}
.top-header .small-menu li a {
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    text-decoration: none;
    color: #888;
}
.menu-line {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 2px 4px -1px #C3C3C3;
}
.footer {
    font-size: 14px;
    margin-top: 40px;
    padding-top: 28px;
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    background-color: #ededed;
    height: 240px;
    text-align: center;
}
.footer .number a {
    text-decoration: none;
    color: inherit;
}

.footer .jamaya {
    font-weight: bold;
    font-size: 16px;
    margin: 2px;
}
.footer .site_description {
    font-weight: normal;
    color: #999;
    font-size: 13px;
    margin: 2px 0 6px;
}

.footer .social ul {
    margin-top: 30px;
    text-align: center;
    list-style: none;
    padding: 0;


}
.footer .social li {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}
a.anchor {
    color: white !important;
}
a.anchor:hover {
    color: #ededed !important;
    cursor: pointer;
}

/* home page */
/* main slider */

.mail-slider-image {
    margin: 0 auto;
    width: 940px;
    height: 480px;
}
#main-slider  {
    margin-top: 4px;
}
#main-slider .mainitem .caption {
    position: absolute;
    right: 0;
    padding: 6px;
    bottom: 60px;
    border: 1px solid #ccc;
    background-color:rgba(255,255,255,0.7);
    width: 50%;
    height: 40%;
    margin-top: 0;
    padding-top: 0
    overflow: hidden;
}
#main-slider .mainitem .caption .title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    color: black;
}
#main-slider .mainitem .caption .title-size-normal {
    font-size: 3.2em;
}
#main-slider .mainitem .caption .title-size-medium {
    font-size: 2.5em;
}
#main-slider .mainitem .caption .title-size-small {
    font-size: 1.8em;
}

#main-slider .mainitem .caption .price {
    color: #893030;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.8em;
    line-height: 1em;
    font-weight: bold;
    text-align: right;
}
#main-slider .mainitem .caption .description {
    margin-top: 8px;
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    font-size: 1em;
    color: black;
}

/* secondary highlight */
.secondary-highlight {

}
.secondary-highlight ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.secondary-highlight li:first-child {

}
.secondary-highlight li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 19px;
}
.secondary-highlight  a:hover {
    text-decoration: none;
}

.secondary-highlight .productitem {
    padding-top: 10px;
    border: 1px solid #bbb;
    width: 240px;
    height: 380px;
}
.secondary-highlight .productitem .image {
    height: 165px;
}
.secondary-highlight .productitem .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.secondary-highlight .productitem .caption {
    margin-top: 12px;
    background-color: #ededed;
    height: 191px
}
.secondary-highlight .productitem .caption .title {
    text-decoration: none;
    color: #333;
    width: 100%;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 26px;
    height: 32px;
    margin-bottom: 12px;
}
.secondary-highlight .productitem .caption .title-size-normal {
    font-size: 26px;
}
.secondary-highlight .productitem .caption .title-size-medium {
    padding-top: 6px;
    font-size: 20px;
}
.secondary-highlight .productitem .caption .title-size-small {
    padding-top: 10px;
    font-size: 16px;
}

.secondary-highlight .productitem .caption .description {
    color: black;
    width: 100%;
    height:114px;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding-left: 6px;
    padding-right: 6px;
}
.secondary-highlight .productitem .caption .price {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 22px;
    width: 100%;
    text-align: right;
    padding-right: 12px;
    color: #893030;
}



.fancy-title {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 35px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
.fancy-title span {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
}
.fancy-title:before {
    background-color: #FFFFFF;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 48.3%;
    position: absolute;
    text-align: center;
    width: 40px;
}
.fancy-title:after {
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #CCCCCC;
    bottom: -9px;
    content: "";
    left: 49%;
    position: absolute;
    text-align: center;
}

.sidebar div.affix {
    top: 20px;
}
.sidebar h2 {
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(27, 27, 27);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 24px;
    margin-bottom: 10px;
}
.sidebar h3 {
    margin-left: 10px;
    color: rgb(27, 27, 27);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 26px;
    margin-bottom: 2px;
}

.sidebar ul {
    box-sizing: border-box;
    color: rgb(40, 40, 40);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 162px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
}
.sidebar li {
    padding: 4px 5px 4px 20px;
    background: url("../images/arrow.png") no-repeat scroll 5px 10px transparent;
    transition-duration: 500ms;
    line-height: 19px;
}
.sidebar li a {
    color: rgb(27, 27, 27);
    text-decoration: none;
}
.sidebar li:hover {
    color; rgb(27, 27, 27);
    background-image: url("../images/arrow_hover.png")
}




.category .main {
    margin-top: 20px;
}
.category .main .subcategory-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    clear: none;
    border-bottom: 1px solid #EEEEEE;
}

.category .main .pack-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
    font-size: 28px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    clear: none;
    border-bottom: 1px solid #EEEEEE;
}
.category .main .pack-price {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    right: 16px;
    color: ;
    font-size: 34px;
    color: #893030;

}

.category .product-vertical {
    padding: 12px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
    border: 1px solid #E7E7E7;
    margin-bottom: 30px;
}
.category a {
    text-decoration: none;
    color: black;
}
.category .product-vertical div {
    display: table-cell;
}
.category .product-vertical div:nth-child(2) {
    padding: 12px;
}

.category .product-vertical .title {
    width: auto;
    top: 5px;
    right: 20px;
    position: absolute;
    text-align: right;
    font-size: 22px;
    font-weight: 500;
}

.category .product-vertical .price {
    position: absolute;
    text-align: right;
    font-size: 18px;
    top: 30px;
    right: 20px;
    color: #893030;

}
.category .product-vertical .description {

}
.category .product-vertical .edit-button {
    position: absolute;
}
.category .subcategory-empty {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgb(27, 27, 27);
}
/* product page */
.product .main .product-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    clear: none;
    border-bottom: 1px solid #EEEEEE;

}
.product .main .price {
    color: #893030;
    font-size: 28px;
    position: absolute;
    z-index: 100;
    text-align: right;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.product .main .slider {
}
.product .main .slider ul {
        margin: 0;
}
.product .main .slider li {
        list-style: none;
}
.product .main .description {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 12px;
    margin: 24px 0 20px 0;
    text-align: center;
    border-top: 1px solid #EEEEEE;

}
.product .main .details {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    min-height: 200px;
}
/* bios */

.who {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    text-align: center;
}
.who h1 {
    margin-bottom: 40px;
}
.who h1.pagetitle {
    text-align: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #aaa;
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 20px 0 40px 0;
    clear: none;
    border-bottom: 1px solid #666;
}
.who .bio {
    text-align: center;
    float: left;
}
.who .bio h2 {
    color: #bbb;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.who .bio p {
    color: #999;
    text-align: left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 44px;
}

/* contact */

body.production .contact h1 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;

}

body.production .contact .infos {
    color: #aaa;
}


.contact .map {
    text-align: center;
}
.contact .photo {
    margin-top: 20px;
}
.contact .infos {
    margin-top: 24px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}
.contact .infos .title {
    font-weight: bolder;
    font-size: 22px;
}
.contact .infos .address {
    font-size: 20px;
}
.contact .infos .number {
    font-size: 20px;
}
.contact .infos .number a {
    text-decoration: none;
    color: inherit;
}
.contact .infos .email {
    font-size: 20px;
}
.contact .infos .schedule {
    font-size: 18px;
}
.contact iframe {
    width: 800px;
    height: 700px;
}



.contact h1.pagetitle {
    text-align: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    clear: none;
    border-bottom: 1px solid #EEEEEE;
}



/* blog */
.blog-entrylist .main {
    margin-top: 20px;
}
.blog-entrylist .main .entry {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.blog-entrylist .main .title {
    font-weight: normal;
    color: rgb(27, 27, 27);
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 20px;

}
.blog-entrylist .main .intro {
    font-size: 16px;
    font-weight: bold;
    color: rgb(27, 27, 27);
    margin-bottom: 18px;

}
.blog-entrylist .main .body {
    font-size: 14px;
    padding-bottom: 10px;
}
.blog-entrylist .main .date {
    text-align: right;
    font-size: 13px;

}
.blog-entrylist .main .hr {
    border-top: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

/* contidions */

.conditions h1.pagetitle {
    text-align: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    clear: none;
    border-bottom: 1px solid #EEEEEE;
}

.conditions h2 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 17px;

}

.conditions p li {
    /* font-family: 'Raleway', Arial, Helvetica, sans-serif; */
    font-size: 13px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

/* Override Bootstrap */
/* Menu */
.navbar-default {
    background-color: white;
    border: none;
    margin-bottom: 0;
}
.navbar-default > .container-fluid {
    padding: 0;
}
.navbar-default > .container-fluid > .navbar-collapse {
    padding: 0;
}
.navbar-default ul.navbar-nav {
}
.navbar-default .navbar-nav > li {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 4px;
    border-top: 1px solid white;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: black;
}

/* Menu item hover and selected */
.navbar-default .navbar-nav > li:hover:before, .navbar-default .navbar-nav > li.menu-item-selected:before {
    position: absolute;
    bottom: 0;
    left: 42%;
    content: "";
    border-left: 5px solid rgba(0, 0, 0, 0); /* Display the little triangle */
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #CCCCCC;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li.menu-item-selected {
    border-top: 1px solid #C1C1C1;
}

.navbar-form {
    margin-bottom: 0;
}
.small-menu .navbar-form input {
    width: 150px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 20px;
    background: url("../images/search.png") no-repeat scroll left center transparent;
    background-position: 6px;
    padding-left: 32px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    height: 34px;
}

.navbar-default .navbar-form input::-webkit-input-placeholder {
 color: #DBDBDB;
}
.navbar-default .navbar-form input:-moz-placeholder { /* older Firefox*/
 color: #DBDBDB;
}
.navbar-default .navbar-form input::-moz-placeholder { /* Firefox 19+ */
 color: #DBDBDB;
}
.navbar-default .navbar-form input:-ms-input-placeholder {
 color: #DBDBDB;
}


/* Products Packs */
div.product-pack {
    border: 1px solid #b6b6b6;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
div.product-pack a:hover {
    text-decoration: none;
}

div.product-pack span.name {
    position: absolute;
    top: 4px;
    left: -40px;
    overflow: visible;
    font-size: 2.8em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    color: black;
}

div.product-pack img.image {
    width: 250px;
}
div.product-pack div.info {
    padding-top: 36px;
}
div.product-pack div.info p {
    padding-top: 12px;
    font-size: 1em;
    line-height: 1em;
}
div.product-pack div.info ul {
    list-style-type: none;
    padding-left: 0px;
}
div.product-pack div.info li {
    font-family: 'Raleway', sans-serif, Arial, Helvetica;
}
div.product-pack div.info li:first-child {
    font-size: 1.2em;
    font-weight: bold;
}
div.product-pack div.price {
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 500px;
    color: #893030;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}
div.product-pack img.main-item {
}


#lightSlider > li.active > img {
    margin-left: auto;
    margin-right: auto;
}

.error-page {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: center;
}
.error-page .error-code {
    font-size: 70px
}
.error-page .error-message {
    font-size: 20px
}

@media (max-width: 1200px) {
    #main-slider .mainitem .caption .title-size-normal {
        font-size: 2.7em;
    }
    #main-slider .mainitem .caption .title-size-medium {
        font-size: 2.3em;
    }
    #main-slider .mainitem .caption .title-size-small {
        font-size: 2em;
    }
    #main-slider .mainitem .caption .price {
        font-size: 2em;
    }
    #main-slider .mainitem .caption .description {
        font-size: 0.9em;
    }

    div.product-pack div.price {
        left: 430px;
        font-size: 1.7em;
    }
    div.product-pack span.name {

        font-size: 2.5em;
    }

}


@media (max-width: 992px) {
    .sidebar {
        display: none;
    }
    #main-slider .mainitem .caption .title-size-normal {
        font-size: 2em;
    }
    #main-slider .mainitem .caption .title-size-medium {
        font-size: 1.6em;
    }
    #main-slider .mainitem .caption .title-size-small {
        font-size: 1.1em;
    }
    #main-slider .mainitem .caption .price {
        font-size: 1.6em;
    }
    #main-slider .mainitem .caption .description {
        font-size: 0.9em;
    }
    .contact iframe {
        width: 600px;
        height: 600px;
    }
    .top-header .small-menu {
        margin-top: 0;
    }
    .navbar-form  {
        position: absolute;
        top: -100px;
        left: 550px;
    }
    .product .main .price {
        padding-right: 25px;
    }
    .nav > li > a {
        padding: 10px 8px;
    }
    div.product-pack div.price {
        bottom: 0px;
        left: 410px;
        font-size: 1.4em;
    }
    div.product-pack span.name {
        font-size: 2.1em;
    }
    div.product-pack div.info li {
        font-size: 1em;
    }
    div.product-pack div.info li:first-child {
        font-size: 1.1em;
    }
    div.product-pack div.info p {
        padding-top: 7px;
        font-size: 0.9em;
    }
}


@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
    #main-slider .mainitem .caption {
        width: 60%;
    }

    #main-slider .mainitem .caption .title-size-normal {
        font-size: 1.7em;
    }
    #main-slider .mainitem .caption .title-size-medium {
        font-size: 1.2em;
    }
    #main-slider .mainitem .caption .title-size-small {
        font-size: 1em;
    }
    #main-slider .mainitem .caption .price {
        font-size: 1.2em;
    }
    #main-slider .mainitem .caption .description {
        font-size: 0.7em;
    }
    .contact iframe {
        width: 400px;
        height: 400px;
    }
    .category .product-vertical .title {
        font-size: 20px
    }
    .category .product-vertical .price {
        font-size: 16px

    }
    .category .product-vertical .description {
        font-size: 13px
    }

    div.product-pack div.price {
        bottom: 0px;
        left: 350px;
        font-size: 1.4em;
    }
    div.product-pack span.name {
        font-size: 2.1em;
    }
    div.product-pack div.info li {
        font-size: 0.8em;
    }
    div.product-pack div.info li:first-child {
        font-size: 1em;
    }
    div.product-pack div.info p {
        padding-top: 7px;
        font-size: 0.9em;
    }

    .navbar-form {
        display: none;
    }
}


@media (max-width: 500px) {
    .sidebar {
        display: none;
    }
    #main-slider .mainitem .caption {
        width: 70%;
    }
    #main-slider .mainitem .caption .title-size-normal {
        font-size: 1.2em;
    }
    #main-slider .mainitem .caption .title-size-medium {
        font-size: .9em;
    }
    #main-slider .mainitem .caption .title-size-small {
        font-size: 0.7em;
    }
    #main-slider .mainitem .caption .price {
        font-size: 1em;
    }
    #main-slider .mainitem .caption .description {
        font-size: 0.6em;
    }
    .contact iframe {
        width: 300px;
        height: 300px;
    }
    .category .product-vertical div {
        display: block;
    }
    .category .product-vertical .title {
        font-size: 16px
    }
    .category .product-vertical .price {
        font-size: 14px
    }

    div.product-pack div.price {
        bottom: 10px;
        left: 260px;
        font-size: 1em;
    }
    div.product-pack span.name {
        font-size: 1.4em;
        left: -14px;
    }
    div.product-pack div.info li {
        font-size: 0.8em;
    }
    div.product-pack div.info li:first-child {
        font-size: 0.9em;
    }
    div.product-pack div.info p {
        padding-top: 4px;
        font-size: 0.8em;
    }


}
