/* ==========================================================================
MEDIA QUERIES
========================================================================== */

@media(max-width:480px)  {
    section {
        padding:10px 0 10px 0 !important;
    }
    .category .thumbnail .caption h2 {
        height:70px !important;
    }
}

@media(max-width:767px) {
    body, html {
        background:#F3D271 !important;
        margin:0 !important;
    }
    .category .thumbnail {
        margin-bottom:10px !important;
    }
    .btnRectangle {
        margin-bottom:10px !important;
    }
    header .navbar {
        border-radius:0px 0px 10px 10px !important;
    }
    .btnNewsletter, .btnParents {
        display:block !important;
        text-align:center !important;
    }
    .boxInfoChild {
        text-align:center !important;
    }
    header .navbar-nav {
        font-size:10px !important;
    }
}

@media(min-width:768px) {

    header .navbar-nav {
        font-size:12px !important;
        margin: 0 auto !important;
        display: table !important;
        table-layout: fixed !important;
        float:none !important;
    }
    header .navbar-nav > li > a {
        padding:0px !important;
        margin:17px 12px 10px 12px !important;
    }
    header .dropdown-menu {
        left:2px;
        font-size:8px !important;
    }
    header .dropdown {
        padding-bottom:5px !important;
    }
    .category .titleSection {
        font-size:13px !important;
    }
    .navbar-collapse {
        padding:0px !important;
        margin:0px !important;
    }
    footer .divider-sm {
        clear:both !important;
        margin-top:20px !important;
    }
    .boxInfoChild {
        text-align:center !important;
    }
    .fb_iframe_widget {
        margin-bottom:10px !important;
    }
    footer .nav-tabs > li > a:hover, .nav-tabs > li > a, .nav-tabs a{
        top:3px !important;
    }
    img.rotate {
        height: 133px !important;
    }
    header .dropdown-menu > li > a {
        font-size: 12px !important;
        font-weight: bold;
    }
}

@media(min-width:992px) {
    .category .titleSection {
        font-size:16px !important;
    }
    header .dropdown-menu {
        left:9px;
        font-size:10px !important;
    }
    header .navbar-nav {
        font-size:13px !important;
    }
    header .navbar-nav > li > a {
        margin:17px 17px 10px 17px !important;
    }
    img.rotate {
        height: 173px !important;
    }
    header .dropdown-menu > li > a {
        font-size: 12px !important;
    }
}

@media(min-width:1200px) {
    .carousel-caption h3 {
        font-size:40px !important;
    }
    .category .titleSection {
        font-size:21px !important;
    }
    header .dropdown-menu {
        left:23px;
    }
    header .navbar-nav {
        font-size:14px !important;
    }
    header .navbar-nav > li > a {
        margin:15px 25px 10px 25px !important;
    }
    header .dropdown-menu > li > a {
        font-size: 12px !important;
    }
    .borderBoxRight {
        border-right:1px solid rgba(99, 176, 45, 0.4) !important;
    }
    img.rotate {
        height: 200px !important;
    }
}

/* ==========================================================================
GLOBAL
========================================================================== */

@font-face { /* 1 */
    font-family: 'GothamRnd-Light';
    src: url('../fonts/GothamRnd-Light.otf');
}
@font-face { /* 2 bolder than 1 */
    font-family: 'GothamRnd-Book';
    src: url('../fonts/GothamRnd-Book.otf');
}
@font-face { /* 3 bolder than 2 */
    font-family: 'GothamRnd-Medium';
    src: url('../fonts/GothamRnd-Medium.otf');
}
@font-face { /* 4 bolder than 3 */
    font-family: 'GothamRnd-Bold';
    src: url('../fonts/GothamRnd-Bold.otf');
}

body {
    font-family: GothamRnd-Light, 'Varela Round', sans-serif;
    margin:0px 0 20px 0;
    color:#55a421;
    font-size:14px;
    background: url('../img/background.jpg') no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover;
}

a {
    color:#55A421;
}

a:hover {
    text-decoration:none !important;
    color:orange !important;
}

h1 {
    font-family: GothamRnd-Book, 'Varela Round', sans-serif;
    font-size:23px;
    margin:0 0 10px 0;
    font-weight:bold !important;
}

h3 {
    font-family: GothamRnd-Book, 'Varela Round', sans-serif;
    font-size:15px;
    margin:0 0 10px 0;
}

hr {
    border:1px solid rgba(99, 176, 45, 0.4);
    margin-top:10px !important;
}

/* ==========================================================================
HEADER
========================================================================== */

.wrapper {
    background:rgba(255,255,255,0.5);
}

header .navbar-default, .navbar-default a {
    background:rgba(137, 196, 3, 1) !important;
    border:rgba(137, 196, 3, 1) !important;
    text-transform:uppercase !important;
    color:#FFF !important;
    border-radius:10px 10px 0 0;
}

header .navbar-default .dropdown-menu a:hover {
    background:#64B02B !important;
    border-radius:0 !important;
}

header .navbar {
    min-height:40px !important;
}

header .navbar-nav {
    font-weight: 900;
}

header .dropdown-menu {
    color:#FFF !important;
    background:rgba(137, 196, 3, 1) !important;
}

.item img {
    min-width:100% !important;
}

.carousel-caption {
    bottom:-33px !important;
    left:0px !important;
    right:0px !important;
    padding-bottom: 23px !important;
}

.carousel-caption h3 {
    font-family: GothamRnd-Medium, 'Varela Round', sans-serif;
    background:rgba(137, 196, 3, 0.7);
    font-size:30px;
    line-height: 1.2 !important;
    text-shadow:none !important;
    letter-spacing:-1px !important;
    font-weight:700;
}

.carousel-indicators {
    bottom: 50px !important;
}

.carousel-indicators .active {
    background:#89C403 !important;
}

.carousel-control {
    color:#89C403 !important;
}

.carousel-control.left, .carousel-control.right {
    background:none !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-caption h3 {
    border-radius: 0px 0px 10px 10px !important;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    font-size:45px !important;
    margin-top:-20px !important;
    right:40%;
}

.macaron {
    position:absolute;
    right:-5px;
    top:0px;
    z-index:15;
}


/* ==========================================================================
SECTION
========================================================================== */

section {
    /*background:rgba(99, 176, 45, 0.2);*/
    background:rgba(250, 244, 240, 0.75) !important;
    padding:20px 5px 10px 5px;
    border-radius:10px;
}

.category .thumbnail {
    border:1px solid #CCC !important;
    background-color:rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(102, 102, 102, .2) !important;
    box-shadow:  2px 2px 2px 0px rgba(102, 102, 102, .5) !important;
    padding:10% !important;
}

.category .thumbnail .caption {
    padding:0px !important;
}

.category .titleSection {
    font-family: GothamRnd-Book, 'Varela Round', sans-serif;
    color:rgba(137, 196, 3, 1);
    font-weight:normal;
    text-align:center;
    font-size:20px;
    text-transform:uppercase;
    margin:0px;
    padding-bottom:10px;
}

.btnRectangle {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: GothamRnd-Book, 'Varela Round', sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528009;
}
.btnRectangle:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
    background-color:#77a809;
}
.btnRectangle:active {
    position:relative;
    top:1px;
}

.btnRectangleLightGreen {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
    background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
    background-color:#b8e356;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #83c41a;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:3px 12px;
    text-decoration:none;
    text-shadow:0px 1px 0px #86ae47;
}
.btnRectangleLightGreen:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
    background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
    background-color:#a5cc52;
}
.btnRectangleLightGreen:active {
    position:relative;
    top:1px;
}


.btnNewsletter {
    text-align:left;
    padding:0 !important;
}
.btnParents {
    text-align:right;
    padding:0 !important;
}

.aggregation {
    font-style:italic;
    font-size:12px;
}

.fb_iframe_widget {
    /*display:block !important;
    text-align:center !important;*/
}

.breadcrumb {
    background:rgba(137, 196, 3, 0.3);
}

.breadcrumb > li + li:before {
    color:#55a421;
}
.boxIndex {
    margin:15px !important;
}
/* ==========================================================================
FOOTER
========================================================================== */   

footer {
    color:#FFF;
    font-size:12px;
    margin:20px 0 40px 0;
}

footer a:hover {
    color:#FFF !important;
}

footer .nav-tabs > li > a:hover, .nav-tabs > li > a, .nav-tabs a{
    font-family: GothamRnd-Medium, 'Varela Round', sans-serif;
    font-size:11px;
    color:#FFF;
    background:none !important;
    border:none !important;
    position:relative;
    bottom:5px;
}


footer .tab-pane {
    padding:20px;
    border-radius:0 0 10px 10px !important;
}

footer .tab-content a {
    color:#FFF;
}
footer .tab-content a:hover {
    color:orange;
}



/* ==========================================================================
VARIOUS
========================================================================== */ 
.center {
    margin:auto;
}
.center-text {
    text-align:center;
}

/* Back to Top Jquery plugin */
.back-to-top {
    position: fixed;
    color:#FFF;
    bottom: 5em;
    right: 5px;
    text-decoration: none;
    background-color: rgb(137, 196, 3);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius:10px;
}

.alert-danger, .alert-success {
    font-weight:bold !important;
}
/* Fix iframe FaceBook Like Btn */
.fb_iframe_widget iframe {
    /*width:130px !important;
    height:25px !important;*/
}

/* ==========================================================================
SLIDESHOW
========================================================================== */
