
/*body {
    height: 100%;
    color: #000;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}*/




select {
    display: block;
    background-image: url(/assets/img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #333;
    border-color: #d6d8d8;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 24px;
    border-radius: 0;
    background-color: #FFF;
}

label {
    font-size: 13px;
}

a:focus,
a:hover {
    outline: none;
    color: inherit;
    text-decoration: inherit;
}

.modal-content {
    border-radius: 0;
}

.col_nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.col_nopaddingleft {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .col_nopadding,
    .col_nopaddingleft {
        padding-right: 15px;
        padding-left: 15px;
    }
}

table, th {
    text-align: center;
}

table > thead > tr > th {
    padding-bottom: 16px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border: none;
    padding-bottom: 6px;
}

.table > thead > tr > td,
.table > thead > tr > th {
    padding-bottom: 16px;
}

.table-striped > tbody > tr {
    background-color: #eaeced;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #efefef;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-primary {
    color: #000;
    background-color: #efefef;
    border-color: transparent;
}

.btn-warning {
    color: #fff;
    background-color: #75b5e3;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ff3347;
    border-color: transparent;
}

.btn-strongwarning {
    color: #fff;
    background-color: #75b5e3;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-strongwarning {
    color: #fff;
    background-color: #ff1111;
    border-color: transparent;
}

/*
.container {
	padding-right: 0 !important;
  	padding-left: 0 !important;
}
*/

.main-wrapper {
    /*commented out because of html2canvas*/
    /*overflow: hidden;
    border:1px dotted red;*/
}


/*  ------- NAV ------- */


.curr_megamenu {
    background-color: #000 !important;
    color: #FFF;
}

.nav > li > a:focus {
    /*background-color: transparent !important;*/
}

.nav .open > a,
.nav .open > a:focus {
    background-color: transparent;
    color: #FFF;
}

.nbtop_right {
    padding-top: 20px;
    padding-right: 15px;
    float: right;
}

.nbtop_right > li, .nbtop_right > li a {
    /*margin-left: 10px;*/
    list-style: none;
    list-style-type: none;
    float: left;
    text-transform: capitalize; /*uppercase*/;
    font-size: 10px;
    color: #666;
}

.nbtop_right > li a {
    /*color:#666;
    text-decoration: none;*/
    padding: 0 10px 0 10px;
}

.nbtop_right > li a:hover {
    color: #75b5e3;
}

.nbtop_right > li.btn_mycart {
    background-color: #000;
    margin-top: -11px;
}

.nbtop_right > li.btn_mycart a {
    display: block;
    padding: 10px;
    color: #FFF;

    /*padding-left: 50px;
    background-image: url(../images/icon_cart.jpg);
    background-repeat: no-repeat;
    background-position: 15px 10px;*/
}

/*.btn_mycart a .glyphicon-shopping-cart {
    font-size: 14px
}*/

.nbtop_right > li.btn_mycart a:hover {
    color: #75b5e3;
}

.dropdown .caret {
    /*display: none;*/
}

.megamenu_wrapper {
    position: absolute;
    top: 165px;
    left: 15px;
    z-index: 99;
    width: 100%;
    background-color: #000;
}

.megamenu {
    height: 0;
    overflow: hidden;
    color: #FFF;
}

.megamenu_inner {
}

.megamenu_inner .container {
    padding: 43px 0 43px 0;
    padding-bottom: 100px;
}

.megamenu * {
    font-size: 11px;
    color: #FFF;
}

.megamenu h6 {
    margin-bottom: 16px;
}

.megamenu ul,
.megamenu ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.megamenu ul li {
    margin-bottom: 6px;
}

.megamenu ul li a:hover {
    text-decoration: none;
    color: #75b5e3;
}

.mmboardpreview_wrapper {
    position: relative;
    height: 134px;
}

.mmboardpreview {
    position: absolute;
    left: 0;
    top: -84px;
    height: 0;
    overflow: hidden;
}

.mmboardpreview img {
    max-width: 400px;
}

.megamenu_footer {
    display: block;
    height: 97px;
    background-color: #726d72;
    background-image: url(../images/megamenufooter_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    text-decoration: none;
}

.megamenu_footer:hover {
    background-color: #75b5e3;
    text-decoration: none;
}

.megamenu_footer_text1 {
    padding-top: 32px;
    margin-bottom: 1px;
    font-size: 16px;
    text-transform: capitalize; /*uppercase*/
}

.megamenu_footer_text2 {
    font-size: 14px;
}

.mmbp_text {
    position: relative;
    top: -75px;
    text-align: center;

}

.mmbp_text p {
    margin-bottom: 0;
}

.mmbp_text p,
.mmbp_text p.mmbp_price span {
    font-size: 27px;
    color: #666;
}

.mmbp_text p.mmbp_price,
.mmbp_text p.mmbp_price span {
    font-size: 18px;
}

.mmbp_price_symbol {
    position: relative;
    right: -6px;
}

/*  ----- end NAV ----- */

/* ------- CAROUSEL ------- */
.main_destaque {
    position: relative;
    margin-top: -125px;
    margin-bottom: 60px;
}

.main_destaque.md_loadingimgs {
    min-height: 190px;
}

@media (max-width: 767px) {

    .main_destaque,
    .topbanner {
        position: relative !important;
        margin-top: 0 !important;
    }

}

@media (min-width: 992px) {

    /*trick to avoid the "jump" on the homepage*/
    .carousel .item{

        min-height: 25vh;

    }

}

.carousel-caption, .carousel-caption a{

    color:#fff;
    top:40%;

}

.carousel-control {
    width: 0.5%;
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 4200%;
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 4200%;
    margin-right: 0;
}

.carousel-indicators li {
    margin-right: 7px;
    margin-left: 7px;
}

.carousel-control #previous, .carousel-control #next {
    position: absolute;
    top: 40%;
    width: 50px;
    /*left: 4200%;*/
}

.carousel-control #previous {
    /*left: 35px;*/
    left: 2600%;
}

.carousel-control #next {
    /*right:35px;*/
    right: 2600%;
}

/* ----- end CAROUSEL ----- */

/* ------- LINKS DESTAQUE HOME ------- */
.links_destaque {
    margin-bottom: 80px;
}

.links_destaque > div {
    padding: 0;
}

.ld_item {
    position: relative;
}

/*chilli logo*/
/*.ld_item .centerlogo_gfx {*/
.centerlogo_gfx {
    position: absolute;
    /*border:1px solid red;
    width: 38px;
    top: 20px;
    right: -8%;*/
    z-index: 9;
    /*top: 55%;*/
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 286px;
}

@media (max-width: 991px) {
    .centerlogo_gfx {
        display: none;
    }
}

/*end chilli logo*/

.ld_item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.ld_item .ld_item_title {
    font-size: 38px;
    padding-bottom: 10px;
}

.ld_item.ld_1 .ld_item_title
.ld_item.ld_1 {
}

.ld_item.ld_1 .ld_item_title {
    padding-right: 60px;
}

.ld_item.ld_2 {
}

.ld_item.ld_2 .ld_item_title {
    padding-left: 60px;
}

.ld_item a img {
    position: relative;
    z-index: 1;
}

/*this makes the line, and contains the paragraph*/
.ld_item a .lditem_toplayer {
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 3;
    width: 87%;
    height: 1px;
    background-color: #FFF;
    /*border:1px solid red;*/
}

/*
@media(max-width:991px){

    .ld_item a .lditem_toplayer.ld_1 p{

        border:1px dotted orange;
        left:20% !important;

    }

}
*/

/*the pragraph itself..*/
.ld_item a .lditem_toplayer p {
    position: absolute;
    right: 20px;
    top: -33px;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    text-transform: capitalize; /*uppercase*/
    line-height: 36px;
    /*border:1px solid orange;*/
    text-shadow: 2px 2px 0 rgba(0,0,0,.25);
}

.links_destaque #shop-surfboards-wrapper {
    /*border:1px solid red;*/
    position: absolute;
    z-index: 9;
    font-size: 50px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
    margin-top: 48%;
    right: 15%;
}

/*PBS: instead of another div with tricks, use the pseudo element :before*/
.links_destaque #shop-surfboards-wrapper:before {
    content: '';
    border-top: 1px solid white;
    width: 300%;
    /*left:-200%;*/
    right: -5%;
    display: block;
    top: 27%;
    position: absolute;
}

.links_destaque #accessories-wrapper, .links_destaque #apparel-wrapper {
    /*border:1px solid red;*/
    position: absolute;
    z-index: 9;
    font-size: 50px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
    margin-top: 22%;
    left: 15%;
}

.links_destaque #accessories-wrapper:before, .links_destaque #apparel-wrapper:before {
    content: '';
    border-top: 1px solid white;
    width: 1000%;
    display: block;
    top: 27%;
    left: -5%;
    position: absolute;
}

@media (max-width: 991px) {

    .links_destaque #shop-surfboards-wrapper, .links_destaque #accessories-wrapper, .links_destaque #apparel-wrapper {
        left: 0;
        right: 0;
    }

    .links_destaque #shop-surfboards-wrapper {
        margin-top: 49.5%;
    }

    .links_destaque #accessories-wrapper {
        margin-top: 25%;
    }

}

.ld_item.ld_2 a .lditem_toplayer {
    left: auto;
    right: 0;
}

.ld_item.ld_2 a .lditem_toplayer p {
    right: auto;
    left: 20px;
}

/*
@media (max-width: 767px) {
    .ld_item a .lditem_toplayer {
        width: 100%;
    }

    .ld_item a .lditem_toplayer p {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}
*/

.ld_item a p {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item a:hover p {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    right: 60px;

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item.ld_2 a:hover p {
    left: 60px;
}

.ld_item a img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* ----- end LINKS DESTAQUE HOME ----- */

/* ----- LATEST NEWS ----- */
.video_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120%;
}

.video_home .video_home_inner {
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.video_home h1 {
    margin-bottom: 30px;
}

.video_home iframe {
    width: 500px;
    height: 281px;
    margin: 0 auto;
    display: block;
}

/*
.video_home p {
	padding-top: 20px;
}
*/

.video_home a:hover {
    text-decoration: none;
    color: #CCC;
}

.video_home_inner .vidhome_more {
    text-align: center;
}

@media (max-width: 767px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 100%;
    }

    .video_home iframe {
        width: 100%;
        height: 337px;
    }
}

@media (min-width: 768px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 600px;
    }

    .video_home iframe {
        width: 600px;
        height: 337px;
    }
}

@media (min-width: 992px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 768px;
    }

    .video_home iframe {
        width: 768px;
        height: 431px;
    }
}

@media (min-width: 1200px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 992px;
    }

    .video_home iframe {
        width: 992px;
        height: 557px;
    }
}

.latestfromchilli {
    background-color: #F0F0F0;
}

.latestfromchilli_inner {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

.latestfromchilli .lfc_top {
    padding-bottom: 30px;
    text-align: center;
}

.latestfromchilli .lfc_top h1 {
    margin-bottom: 20px;
}

.latestfromchilli .lfc_image {
    height: 200px;
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
    position: relative;
}

.latestfromchilli .lfc_image img {
    width: 100%;
    position: relative;
    z-index: 1;

    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.latestfromchilli .lfc_title {
    margin-bottom: 22px;
    text-transform: capitalize; /*uppercase*/

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latestfromchilli .lfc_title .lfc_titletitle {
    margin-bottom: 1px;
    font-size: 23px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.latestfromchilli .lfc_title .lfc_titleinfo {
    color: #d6d8d8;
    font-size: 12px;
    letter-spacing: 0;
}

.latestfromchilli .lfc_text {
    margin-bottom: 22px;
    font-size: 13px;
}

@media (max-width: 767px) {
    .latestfromchilli .container {
        padding: 0 30px !important;
    }

    .latestfromchilli .lfc_article {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.latestfromchilli a {
    color: inherit;
    text-decoration: none;
}

.latestfromchilli a img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.latestfromchilli a:hover img {
    top: 50%;
    text-align: center;

    -webkit-transform: scale(1.1) translateY(-50%);
    -moz-transform: scale(1.1) translateY(-50%);
    -o-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.latestfromchilli .lfc_title {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    background-color: rgba(255, 255, 255, 0.7);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.latestfromchilli a:hover .lfc_title {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* --- end LATEST NEWS --- */

.getsocial_subtitle {
    font-size: 11px;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
}

.getsocial_links {
    padding-top: 16px;
    margin-bottom: 90px;
}

.getsocial_links ul {
    /*margin-left: -43px;*/
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.getsocial_links ul li {
    display: inline-block;
    width: 30px;
    font-size: 0;
    /*height: 27px;
    overflow: hidden;*/
}

.getsocial_links ul li.social_sep {
    width: 2px;
    margin: 0 10px;
}

.getsocial_links ul li a {
}

.getsocial_links ul li a img {
    width: 22px;
}

.board_img img {
    height: 100%;
}

.featb_item a .board_img img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.featb_item a:hover .board_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.board_shadow {
    height: 46px;
}

.featb_sep span {
    display: block;
    padding-top: 200px;
    font-size: 40px;
    color: #CCC;
}

.board_info {
}

.board_info span {
    display: block;
    text-transform: capitalize; /*uppercase*/
    font-size: 14px;
}

.board_info .board_name {
    color: #000;
    /*font-weight: bold;*/
    font-size: 14px;
}

.board_info .board_price {
    color: #CCC;
    font-size: 12px;
}

.board_price.no_price {
    display: none;
}

.featb_item .not_new {
    display: none;
}

/* ------- FOOTER  ------- */

.prefooteritem {
    height: 151px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    text-shadow: 1px 1px 1px #fff;
}

.prefooteritem_1 {
    background-image: url(../assets/img/pre-footer/01.jpg);
}

.prefooteritem_2 {
    background-image: url(../assets/img/pre-footer/02.jpg);
}

.prefooteritem_3 {
    background-image: url(../assets/img/pre-footer/03.jpg);
    background-position: right;
}

.prefooteritem_1 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_1 h3 {
    margin-bottom: 19px;
}

.prefooteritem_1 form {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFF;
}

.prefooteritem_1 form .maillist_input {
    width: 71%;
    height: 32px;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    outline: none;
}

.prefooteritem_1 form .btn {
    position: absolute;
    right: 2px;
    padding: 5px 20px;
    height: 90%;
}

.prefooteritem_2 {
    text-align: center;
}

.prefooteritem_2 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_2 h3 {
    margin-bottom: 17px;
}

.prefooteritem_3 {
    text-align: center;
}

.prefooteritem_3 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_3 h3 {
    margin-bottom: 17px;
}

.prefooteritem_3 p {
    font-size: 15px;
}

@media (max-width: 767px) {
    .prefooter .container {
        width: 96%;
    }
}

@media (min-width: 768px) {
    .prefooteritem_1 form .maillist_input {
        width: 81%;
    }
}

@media (min-width: 992px) {
    .prefooteritem_1 form .maillist_input {
        width: 58%;
    }
}

@media (min-width: 1200px) {
    .prefooteritem_1 form .maillist_input {
        width: 62%;
    }
}

footer {
    position: relative;
    /*padding-top: 80px;*/
    padding-bottom: 20px;
    font-size: 13px;
    color: #d9dbdb;
    background-color: #000;
}

footer .slidetotop_wrapper {
    width: 100%;
    position: absolute;
    top: -14px;
    text-align: center;
}

footer .slidetotop_wrapper .btn {
    padding-left: 60px;
    padding-right: 60px;
    background-image: url(../images/slidetotoparrow_left.png), url(../images/slidetotoparrow_right.png);
    background-position: center left, center right;
    background-repeat: no-repeat;
    font-size: 10px;
    height: 40px;
    line-height: 30px;
}

footer .fcol_title {
    margin: 12px auto 22px;
    font-size: 15px;
    color: #FFF;
    text-transform: capitalize; /*uppercase*/
}

footer .fcol_subtitle {
    color: #FFF;
}

footer .coll_notitle {
    padding-top: 43px;
}

footer ul.fcol_list {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    list-style-type: none;
    color: inherit;
}

footer ul.fcol_list li,
footer ul.fcol_list li a {
    color: inherit;
    text-decoration: none;
}

footer ul.fcol_list li {
    margin-bottom: 10px;
}

/*
.footerbottom {
}

.footerbottom .footerbottom_left {
    float: left;
}

.footerbottom .footerbottom_right {
    float: right;
}
*/

.footerbottom .btn-strongwarning {
    padding-left: 70px;
    padding-right: 70px;
}

.footerbottom .footer_disclaimer {
    font-size: 14px;
    padding-top: 20px;
}

/*
footer .getsocial_links ul li {
    width: 33px;
    height: 30px;
    margin: 0 2px;
}
*/

footer .row{

    margin-bottom: 2%

}

#footer-social-icons .col-sm-7{

    margin-bottom: 5px;

}

#footer-social-icons .col-xs-3{

    padding: 0 10px 0 10px;

}

@media (max-width: 767px) {
    footer .container {
        width: 70%;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* ------- end FOOTER  ------- */


/* ------- TOP BANNER ------- */
.topbanner {
    position: relative;
    margin-top: -105px;
}

/*
.topbanner .carousel-caption {
    bottom: 26%;
}
*/

.carousel-caption p {
    font-size: 27px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

/*
@media (min-width: 768px) {
    .topbanner .carousel-caption {
        bottom: 9%;
    }
}

@media (min-width: 992px) {
    .topbanner .carousel-caption {
        bottom: 23%;
    }
}

@media (min-width: 1200px) {
    .topbanner .carousel-caption {
        bottom: 26%;
    }

    .topbanner .carousel-caption p {
        font-size: 30px;
    }
}

*/
/* ----- end TOP BANNER ----- */

.othersurfboards {
    padding-bottom: 110px;
}

.othersurfboards h1 {
    margin-bottom: 40px;
}

.othersurfboards .carousel-inner {
    width: 86%;
    margin: 0 auto;
}

.othersurfboards .item {
}

.othersurfboards .os_imgwrapper {
}

.othersurfboards .os_imgwrapper > a {
    display: inline-block;
    width: 180%;
    position: relative;
    left: -40%;
}

.othersurfboards.os_small .os_imgwrapper > a {
    width: 160%;
    left: -30%;
}

.othersurfboards .board_img img {
    height: auto;
}

.othersurfboards .board_shadow img {
    margin: 0 auto;
}

.othersurfboards .board_info {
    text-align: center;
}

.othersurfboards .glyphicon-chevron-left:before,
.othersurfboards .glyphicon-chevron-right:before {
    content: none;
}

.othersurfboards .glyphicon-chevron-left,
.othersurfboards .glyphicon-chevron-right {
    display: block;
    width: 55px;
    height: 70px;
    border: solid 2px #f1f1f1;
    cursor: pointer;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
}

.othersurfboards .carousel-control .glyphicon-chevron-left,
.othersurfboards .carousel-control .glyphicon-chevron-right,
.othersurfboards .carousel-control .icon-next,
.othersurfboards .carousel-control .icon-prev {
    top: 32%;
}

.othersurfboards .glyphicon-chevron-left {
    left: 200%;
    background-image: url(../images/fboardsarrow_prev.png);
}

.othersurfboards .glyphicon-chevron-right {
    right: 200%;
    background-image: url(../images/fboardsarrow_next.png);
}

.othersurfboards .carousel-indicators {
    bottom: -60px;
}

.othersurfboards .carousel-indicators li {
    border: 1px solid #000;
    margin: 0 4px;
}

.othersurfboards .carousel-indicators .active {
    background-color: #000;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .othersurfboards .carousel-control .glyphicon-chevron-left,
    .othersurfboards .carousel-control .glyphicon-chevron-right,
    .othersurfboards .carousel-control .icon-next,
    .othersurfboards .carousel-control .icon-prev {
        top: 38%;
    }
}

@media (min-width: 1200px) {
}

.ld_shophome {
    margin-top: -25px;
}

.shopnav {
    padding: 16px 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize; /*uppercase*/
    font-size: 12px;
}

.shopnav,
.shopnav li {
    list-style: none;
    list-style-type: none;
}

.shopnav li {
    display: inline-block;
    margin: 0 16px;
}

.shopnav li a {
    color: #FFF;
    text-decoration: none;
}

.shopnav li a:hover {
    color: #75b5e3;
}

/* STYLES FOR CAROUSEL FADE  - add class .carousel-fade to carousel */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* ------------------------------------------------ */

.btn_viewall {
    display: inline-block;
    padding: 6px 27px 5px 27px;
    background-color: #FFF;
    border: solid 1px #CCC;
    font-size: 9px;
    text-transform: capitalize; /*uppercase*/
    text-decoration: none;
    color: #000;
}

.ld_item .btn_viewall {
    position: absolute;
    right: 23%;
    bottom: 33%;
    z-index: 2;
}

.ld_item.ld_2 .btn_viewall {
    right: auto;
    left: 23%;
    bottom: 21%;
}

.clear_both {
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.chilli-tabs {
    position: relative;
    z-index: 2;
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chilli-tabs li {
    display: inline-block;
}

.chilli-tabs li a {
    display: inline-block;
    padding: 10px 30px;
    /*text-transform: capitalize; /*uppercase*/
    text-decoration: none;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #323232;
}

.chilli-tabs li.active a {
    border: solid 1px #CCC;
    border-bottom: none;
    background-color: #FFF;
    /*padding: 10px 29px;*/
    padding-top: 9px;
    padding-bottom: 10px;
    /*padding: 10px 1%;*/
    color: #a5a5a5;
}

.chilli-tabs li a:hover {
    color: #75b5e3;
}

.chilli-tabs-content .tab-content {
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border-top: solid 1px #CCC;
/*    border-bottom: solid 1px #CCC; */
}

.chilli-tabs-content .tab-content a:hover {
    color: #000;
}

.btn-addtocart {
    display: inline-block;
    height: 48px;
    line-height: 53px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #000;
    color: #FFF !important;
    /*background-image: url(../images/btn_addtocart_icon.jpg);*/
    background-position: center left;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: capitalize; /*uppercase*/
}

.btn-addtocart:hover {
    text-decoration: none;
}

.tdcb_prev,
.tdcb_next {
    padding-top: 8px;
    background-repeat: no-repeat;
    width: 160px;
}

.tdcb_prev {
    padding-left: 33px;
    background-image: url(../images/btn_prev_arrow.png);
    background-position: left center;
}

.tdcb_next {
    padding-right: 33px;
    background-image: url(../images/btn_next_arrow.png);
    background-position: right center;
    float: right;
}

.ui-slider {
    background-image: none !important;
    background-color: #000 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 17px !important;
    height: 17px !important;
    top: -5px !important;
    border-radius: 18px !important;
    background: #FFF !important;
    background-image: none !important;
    background-color: #FFF !important;
    border: solid 2px #959595 !important;
}

.ui-widget-header {
    background: #8c8c8c !important;
}

.filterrange_preview {
    margin-bottom: 20px;
}

.filterrange_preview input {
    width: 100%;
    color: #8c8c8c;
    font-size: 11px;
    /*font-weight: 500;*/
    height: 37px;
    padding-left: 10px;
}

.frp_col2 {
    text-align: center;
    position: relative;
    top: 13px;
}

.slider_column {
    padding-top: 12px;
}

.slider_infoval {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    text-align: center;
    background-color: #f1f1f1;
}

.handle_tip {
    width: 40px;
    height: 28px;
    background-image: url(../images/handle_tip_bg.png);
    background-size: 100%;
    position: absolute;
    top: -34px;
    left: -12px;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    color: #000;
}

.btn_search {
    padding-left: 60px;
    float: right;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 38px;
}

@media (max-width: 767px) {
    .btn_search {
        width: 100%;
    }
}

.carousel-inner img {
    width: 100% !important;
}

.playbutton img {
    width: auto !important;
}


.btn_mycart_small {
    float: right;
    font-size: 20px;
    margin-right: 25px;
    width: 50px;
    height: 50px;
    padding-top:15px
}

.mcc_toparrow {
    width: 28px;
    height: 12px;
    background-image: url(/assets/img/mcc_toparrow.png);
    position: absolute;
    top: -13px;
    right: 20px;
}











.mccbn_right {
    padding-right: 0;
}



@media (max-width: 767px) {
    
    /*.btn_gotocheckout {
        font-size: 10px;
    }*/

    .mcc_toparrow {
        right: 78px;
    }
}

.myaccount_wrapper p {
    font-size: 12px;
}

.ma_userandpass label {
    width: 100%;
}

.ma_labeloflabel {
    height: 68px;
    font-size: 12px;
    text-transform: capitalize; /*uppercase*/
}

@media (max-width: 767px) {
    .ma_labeloflabel {
        height: 30px
    }
}

#othersurfboards_widget .board_shadow {
    width: 47%;
    margin: 0 auto;
}

.cplitem_dummiecontainer {
    width: 0;
    height: 0;
    overflow: none;
    display: none;
}



/*
.ccir_row {
    padding-top: 10px;
}
*/

.t_nrofitems {
    padding: 0;
}

#spraypreview .modal-header {
    border-bottom: none;
}

.spraypimg_wrapper {
    text-align: center;
}

.spray-paint-col{
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.spray-paint-col:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);


}



.clear_all_wrapper {
    padding-top: 10px;
    text-align: center;
}

.currency_symbol {
    display: inline !important;
}



.shopitems_list .si_img .tab-pane {
    height: 328px;
    text-align: center;
}

.shopitems_list .si_img .tab-pane img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.shopitems_list_noresult {
    display: none;

    width: 48%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.miscpage_wrapper {
    padding-bottom: 60px;
}

.miscpage_container_inner {
}

.miscpage_container_inner h1 {
    text-align: left;
    font-size: 22px;
    text-transform: capitalize; /*uppercase*/
    border-bottom: solid 1px #CCC;
    line-height: 60px;
}

.miscpage_container_inner p strong {
    font-size: 15px;
    line-height: 36px;
    display: block;
}

.miscpage_container_inner p {
    font-size: 13px;
}

.modalsecond_title {
    border-bottom: solid 2px #000;
    line-height: 27px;
    text-transform: capitalize; /*uppercase*/
    font-size: 13px;
}

/*PBS - override bootstrap tabs*/
.nav-tabs > li > a {
    border-radius: 0 0 0 0;
}

#navbar a {
    text-shadow: 1px 1px rgba(255, 255, 255, .5);
}

#navbar a.hasmegamenu:hover, #navbar a.hasmegamenu:active {
    text-shadow: none;
}

/*override bootstrap .form-control*/

.form-control{

    border-radius: 0 !important;
    /*height: 40px !important;*/

}

.btn-success {
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    background-color: #42abc7;
}
.btn-success:hover {
    background-color: #319ab6;
}

.navbar-right .dropdown-menu{

    right: auto;
    background: #000;

}

@media (min-width:768px){

    .dropdown-menu>li>a{

        color:#fff;

    }

}

@media (max-width:767px){

    #navbar{

        background:#000;

    }

    #navbar li, #navbar li a{

        color:#fff;
        text-align: center;

    }

    .dropdown-menu .divider{

        display: none;

    }

}

/* why?
.dropdown-menu>li>a:hover{

    background: #000;

}
*/

/*selected*/
.navbar-toggle {

    position: relative;
    float: right;
    padding: 17px 16px 19px;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    background-image: none;
    background: #000;
    margin: 0;
    border-radius: 0;

}

/*normal*/
.navbar-toggle.collapsed  {

    position: relative;
    float: right;
    padding: 17px 16px 19px;
    /*background-color: transparent;
    background-image: none;
    border: 1px solid transparent;*/
    background: #fff;
    margin: 0;
    border-radius: 0;

}

/*normal*/
nav.navbar .navbar-toggle.collapsed .icon-bar{

    background:#000;

}

nav.navbar .navbar-toggle .icon-bar{

    background:#fff;

}

/*custom order*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #a5a5a5
}

#custom-order-wrapper .tab-pane {
    margin-top: 20px;
    /*font-weight: normal;*/
    font-size: 12px;
    line-height: 20px;
    font-size: 13px;
}

.custom-section {
    background: #efefef;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: capitalize; /*uppercase*/
    text-align: left;
    padding: 0 0 0 15px;
    margin-bottom: 30px;
    margin: 0 0 30px 0;
}

#custom-order-wrapper .tab-pane h2 {
    text-transform: capitalize; /*uppercase*/
    font-size: 16px;
    padding-left: 10px;
}

#custom-order-wrapper .tab-pane .glyphicon-question-sign {
    color: #ccc
}

.tooltip-inner {
    color: #999;
    font-size: 10px;
    padding: 10px;

}

/*
#custom-order-summary-table-order-total-row{
	border-top:2px solid #eee;
}
*/

/*ABOUT PAGE*/

#aesthetics-boards {
    position: relative;
    /*border:1px solid red;*/
    margin-top: 5%;
    overflow: visible;
    transition: all 1s;
}

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

    #aesthetics-boards {
        position: relative;
        height: 200px;
    }

}

@media screen and (min-width: 768px) {

    #aesthetics-boards {
        min-height: 400px;
    }

}

#aesthetics-board-deck {
    position: absolute;
    transition: all 1s;
}

#aesthetics-board-bottom {
    position: absolute;
    top: 20%;
    margin-bottom: 5%;
    transition: all 1s;
}

#the-plug-wrapper {
    position: relative;
    /*min-height:700px;*/
    background-color: #f1f5ff;
    border-bottom: 1px solid #fff;
    z-index: 999;
}

#the-plug-wrapper-shadow {
    background: url(/assets/img/about/plug/shadow.png) center no-repeat;
    width: 100%;
    height: 20px;
}

#the-plug-board-tail-wrapper {
    min-height: 450px;
    /*border:1px dotted #ccc;*/
}

#the-plug-board-tail {
    position: relative;
    margin: 0 auto;
    width: 33%;
    margin-top: -500px;
    z-index: -999;
    margin-bottom: 50px;
}

/*TECHNOLOGY*/

.technology_list {
    margin-top: 90px;
}

.technology_list h1 {
    font-size: 22px;
    text-transform: capitalize; /*uppercase*/
    text-align: left;
    margin-top:0;
    margin-bottom: 35px;
}

/*tabs - custom order*/
.nav-tabs > li > a {
    font-size: 12px;
    text-transform: capitalize; /*uppercase*/
    letter-spacing: 0px;
}

ul.social-share-list {
    list-style-type: none;
    padding-left: 0;
    height: 30px;
    width:200px;
}

ul.social-share-list li {
    float: left;
    /*whenever possible use css instead of images..*/
    border-right: 1px dotted #ccc;
    /*padding:0 22px 0 22px*/
    width: 50px;
    text-align: center;
    /*border:1px solid orange;*/
}

ul.social-share-list li:last-child{

    border: none;

}

ul.social-share-list .fb-count {
    position: absolute;
    margin-left: 18px;
    font-size: 9px;
    margin-top: 4px;
}

ul.social-share-list .badge {
    padding: 1px 4px;
}

/*surfboard filter*/
#filters-slide-toggle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f3;
    display: block;
    border-bottom: 1px solid #fff;
    padding-left: 8px;
}

/*
@media (max-width:767px){
		
	#filters-slide-toggle{
		display:block;
	}
	
	.shoplist_filter{
		display:none;	
	}	
	
}

@media (min-width:768px){
		
	#filters-slide-toggle{
		display:none;
	}
	
	.shoplist_filter{
		display:block;	
	}
	
}
*/

/*end surfboard filter*/

/*technolgy snap svg*/
#svg-placeholder svg {
    width: 100%;
    height: auto;
}


/*CUSTOM ORDER*/

.product-name{
    height:60px;
    margin-bottom:5px;
    font-size:11px;
    /*font-weight:bold;*/
    line-height:14px;
    color:#000;
    text-transform:capitalize; /*uppercase*/
    border:1px dotted #fff;
}

.product-price{
    color:#999;
}

#custom-order-summary-table-order-total-price{
    font-size:24px;
/*    color:#000;*/
}



/*INSTAGRAM SPRAYS*/

#instagram-sprays-container{

    margin-top:5%;

}

.instagram-sprays-col{

    margin-bottom: 4%;
    display: none;

}

.instagram-sprays-inner{

    position:relative;

}

.instagram-sprays-overlay{

    position: absolute;
    width:100%;
    height:100%;
    background: rgba(100,100,100,.5);
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 45%;
    opacity:0;
    transition: all 1s;

}

.instagram-sprays-inner:hover > .instagram-sprays-overlay{

    transition: all 1s;
    opacity:.75;

}


/* cart: force scrollbars on mac: http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki*/




.no-padding{

    padding:0;

}

ul.shopnav li a, ul.shopnav li{ color: #00AACD; font-size: 18px; }

.cdi_btnwrapper{}

.btn-chilli{
    background: #00AACD;
    background-color: #00AACD;
    border: 1px solid #00AACD;
}

/*#btn-add-to-cart, #submit-custom-order-form, #checkout-open-modal{ background-color: #00AACD; border: 1px solid #00AACD; }*/

.form-product .form-group label{ float: left; }
.form-product .form-group a{ float: left; padding-left: 5px; }

.chilli-tabs-content{ text-align: left; }
.chilli-tabs-content h5{ 
    float: left; 
    /*font-weight: bold;*/
    font-size: 16px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /*font-weight: 400;*/
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

/*custom order tabs: show only the first line*/
#categories-tab-content {
    height: 334px;
    overflow: hidden;
}
#categories-tab-content-see-more-btn .label{
    background-color: #00AACD;
}
#categories-tab-content-see-more-btn .label a{
    color: white;
    /*font-weight: normal;*/
}

.image-larger-90{
    width: 90%;
}

.variant_container{
    letter-spacing: .0em;
}

.tooltip-arrow,
[data-toggle="tooltip"] + .tooltip > .tooltip-inner {
    color: black;
    background-color: #f5f5f3;
}


#products-placeholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
