/** -----------------------------------------------------------------------
*
*   font-family: 'Raleway', sans-serif;
*
*   -----------------------------------------------------------------------
*
*   .color-yellow {
*       color: #FFE735;
*       color: rgb(255, 231, 53);
*   }
*
*   .color-red {
*       color: #DA2C2B;
*       color: rgb(218, 44, 43);
*   }
*
*   .color-blue {
*       color: #00368C;
*       color: rgb(0, 54, 140);
*   }
*
*
*   -----------------------------------------------------------------------
*
*   @media(max-width:767px) { }
*
*   @media(min-width:768px) { }
*
*   @media (min-width:768px) and (max-width:991px) { }
*
*   @media(min-width:992px) { }
*
*   @media (min-width:992px) and (max-width:1199px) { }
*
*   @media(min-width:1200px) { }
*
*/

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #F5F5F5;
    background-image: url('/img/bg_home_01.jpg');
    background-position: top center;
    background-attachment: fixed;
    /*background-size: cover;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', sans-serif;
    font-family: 'Raleway', sans-serif;    
}

h3, .h3 {
    color: #DA2C2B;
    color: #ffe735;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

form label {
    font-weight: normal;
}

hr {
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/** -----------------------------------------------------------------------
 *  HEADER BAR
 *  -----------------------------------------------------------------------
 */

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;  
    text-transform: uppercase;  
    font-weight: 500;
    background: none;
/*
    background-image: url('/img/bg_body.jpg');
    background-position: top center;
*/
    border: none;
    z-index: 999;
}

    
.navbar .container {

}

.nav-color-bar {
    padding-bottom: 15px;
    background-image: url('/img/header-color-bar.svg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.navbar .bicimotor-logo {
    width: 314px;
    height: 68px;
    margin: 10px 0 0 0;
    padding: 0;
    background-image: url('/img/bicimotor.svg');
    background-position: top center;
    background-repeat: no-repeat;
}

.navbar-right ~ .navbar-right {
    margin-right: -15px;
}

.navbar-default .navbar-nav li a {
    padding-bottom: 0px;
    padding-top: 0px;
    color: #00368c;
    color: #FFE735;
}

.navbar-default .nav-main {
    clear: right;
}

.navbar-default .nav-main li a {
    padding-top: 14px;
    padding-bottom: 0px;
}

.navbar-default .nav-main li a,
.navbar-default .nav-main li a:visited,
.navbar-default .nav-main li a:focus {
    color: #FFE735;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-main li a:hover {
    color: #00368c;
    color: #FFE735;
    color: #da2c2b;
}

.navbar-default .nav-main .dropdown-menu {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.navbar-default .nav-main .dropdown-menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #333;
}

.navbar-default .nav-aux {
    margin-top: 3px;
    font-size: 11px;
/*
    background-color: #00368c;
    background-color: #da2c2b;
    background-color: #CCC;
*/
}

.navbar-default .nav-aux li {
    margin-left: 2px;
/*
    background-color: #00368c;
    background-color: #da2c2b;
    background-color: #CCC;
*/
}

.navbar-default .nav-aux li a {
    margin-left: 34px;
    color: #FFF;
	font-size: 15px;
    font-weight: bold;
    display: inline;
}

.navbar-default .nav-aux li a.social {
    font-size: 16px;
    padding: 0 0;
}

.navbar-default .nav-aux li a:hover {
    text-decoration: underline;
	#color: #f7e560;
}

.navbar-default .nav-aux li ~ li:before {
    float: left;
    font-size: 16px;
    color: #BBB;
    vertical-align: middle;
    content: "\2022";
}

.quick-search {
    width: 245px;
    text-align: right;
}

.quick-search .form-control,
.quick-search .btn {
    display: inline-block;
    width: auto;
    height: 24px;
    border: none;
}

.quick-search .form-control {
    width: 190px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.quick-search .btn {
    position: relative;
    top: -1px;
    margin-left: -3px;
    padding-left: 8px;
    padding-right: 8px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);    
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.quick-search .btn:hover {
    color: #FFF;
}

.fa-facebook-official {
    color: #3b5998;
    margin-left: 10px;
}

.fa-facebook-official:hover {
    color: #fff;
}

.fa-twitter-square {
    color: #1da1f2;
}

.fa-twitter-square:hover {
    color: #fff;
}


/** -----------------------------------------------------------------------
 *  FULL BACKGROUND
 *  -----------------------------------------------------------------------
 */

.full-background {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.home .full-background {
    /*background-image: url('/img/bg_home_03.jpg');*/
    background-image: url('/img/bg_home_01.jpg');
}


/** -----------------------------------------------------------------------
 *  CENTERED TABLE
 *  -----------------------------------------------------------------------
 */

.centered-table {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.content-table {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/** -----------------------------------------------------------------------
 *  CONTENT
 *  -----------------------------------------------------------------------
 */

.main {
    position: relative;
    padding-top: 140px;
    border-bottom: 1px solid #333;
    -webkit-box-shadow: 0px 3px 20px #000;
    -moz-box-shadow: 0px 3px 20px #000;
    box-shadow: 0px 3px 20px #000;
    z-index: 1;
}

.main {
    /*background-image: url('/img/bg_home_06.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-title {
    position: relative;
    margin: 60px 0 20px 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.section-title::before {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #FFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    content: "";
}

.section-title span {
    position: relative;
    color: #ffe735;
    color: #DA2C2B;
    color: #00368C;
    color: #333;
    background-color: #FFF;
    padding: 5px 25px 4px 25px;
}

.section-title span::before {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    left: -6px;
    background-image: url('/img/section-title-left.svg');
    background-position: top left;
    background-repeat: repeat-y;
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    content: '';
}

.section-title span::after {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    right: -6px;
    background-image: url('/img/section-title-right.svg');
    background-position: top left;
    background-repeat: repeat-y;
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    content: '';
}


/** -----------------------------------------------------------------------
 *  NEWS
 *  -----------------------------------------------------------------------
 */

.news-item .news-title {
    margin-bottom: 0;
}

.news-item .news-date {
    margin-top: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #AAA;
}

.news-item .news-date .fa {
    font-size: 12px;
}


/** -----------------------------------------------------------------------
 *  HOMEPAGE
 *  -----------------------------------------------------------------------
 */

.brand-moto {
    margin-top: 65px;
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    /*
    color: #DA2C2B;
    color: #FFE735;
    */
}

.carousel-inner {
    height: 275px;
}

.carousel-caption {
    display: none;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 100px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #FFF, 0 0 70px #FFF, 0 0 80px #FFF, 0 0 100px #FFF, 0 0 150px #FFF;
    /*
    color: #DA2C2B;
    color: #FFE735;
    */
}

.carousel-control .fa {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-angle-left {
  left: 25px;
  margin-left: -10px;
}

.carousel-control .fa-angle-right {
  right: 25px;
  margin-right: -10px;
}

.carousel-indicators {
    bottom: -40px;
    margin-bottom: 0;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FFF;
  border-radius: 15px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #DA2C2B;
  background-color: #DA2C2B;
}
.btn-advanced-search {
    background-color: rgba(255,255,255,0.8) !important;
    color: #666 !important;
}
.btn-advanced-search:hover{
    background-color: rgba(255,255,255,1);
}

/** -----------------------------------------------------------------------
 *  PRODUCTS
 *  -----------------------------------------------------------------------
 */

.products {
    min-height: 1200px;
    /*background: rgba(255,255,255,0.8);*/
    margin-bottom: 20px;
    /*-webkit-box-shadow: 1px 1px 10px #000;
    -moz-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;*/

}

.products .section-title,
.product-detail .section-title {
    margin: 0 !important;
}

.products-container {
    margin-top: 35px;
}

.product-container {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    height: 365px;
    color: #bbb;
    border: 6px solid #e3e3e3;
    font-size: 14px;
    /*-webkit-box-shadow: 1px 1px 10px #000;
    -moz-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;*/


}

.product-container header {
    height: 192px;
    width: 199px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-container header img {
    max-height: 110px !important;
    max-width: 100% !important;
}

.product-container section {
    margin-top: 20px;
    color: #666;
}

.product-container section .product-title {
    font-size: 16px;
}
.product-container section .product-title p a {
    color:#666;
}
.product-container section .product-title p a:hover {
    text-decoration: none;
}
.product-container section .product-info {
    text-transform: uppercase;
    font-size: 11px;
}

.product-container section .product-info p {
    margin: 0 0 -1px; 
}

.product-container footer {
    margin-top: 45px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.product-container footer a {
    padding: 10px 35px;
    background-color: #dbdbdb;
    color: #8A8A8A;
    text-transform: uppercase;
    font-size: 14px;
}
.product-container footer a:hover {
    text-decoration: none;
    background-color: rgba(219,219,219, .8);
}

.product-detail {
}

.product-detail .product-detail-container {
    margin-top: 30px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    color: #666;
}

.product-detail .product-detail-container h3 {
    margin-top: 60px;
    color: #666;
}
.product-detail .product-detail-container .img-container {
    width: 100%;
    height: 250px; 
}
.product-detail .product-detail-container img {
    max-width: 250px;
    max-height: 250px;
}
.error-message {
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(255,255,255,0.8);
    color: #666;
}

.contacts {
    margin-top: 10px !important;
    height: 1125px;
}
.contacts iframe {
    margin-top: 20px;
}

.products .search .search-container {
    margin-top: 20px;
}
.products .search .search-container .inner {
    height: 50px;
    background-color: rgba(192,192,192,0.5);
    text-align: right;
}
.products .search .search-container .inner select {
    width: 200px;
    float: right;
}

.products .search .search-container .inner .form-control {
    height: 30px;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 10px;
}

.products .search .search-container .inner .btn-advanced-search {
    height: 30px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
}

/** -----------------------------------------------------------------------
 *  STATIC PAGES
 *  -----------------------------------------------------------------------
 */

.title h2 {
    margin-top: 0;
    font-weight: 500;
    color: #444;
    font-size: 39px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.text-body {
    color: #444;
}

.text-body a {
    color: #444;
}

/** -----------------------------------------------------------------------
 *  DOWNLOADS
 *  -----------------------------------------------------------------------
 */

.download {
    border-bottom: 1px solid #999;
    padding: 14px 0;
}

.download h3 {
    font-weight: 500;
    color: #444;
    /*margin-bottom: 5px;*/
    display: inline;
}

.download a {
    float: right;
    font-size: 14px;
}
.download a i {
    margin-right: 7px;
}

.download:first-child {
    padding-top: 0;
}

.download:last-child {
    border-bottom: 0;
}

/** -----------------------------------------------------------------------
 *  NEWSLETTER
 *  -----------------------------------------------------------------------
 */

.button-subscribe {
    margin-top: 15px; 
    border: 1px solid #444;  
    background-color: transparent;
}

.newsletter input[type='text'] {
    width: 500px;
    padding-left: 10px;
    border: 1px solid #444;
}
#newsletter-message {
    font-size: 14px;
    margin-top: 7px;
}

/** -----------------------------------------------------------------------
 *  BRAND
 *  -----------------------------------------------------------------------
 */

.brand-logos:last-of-type {
    margin-bottom: 30px;
}


.brand-logos .logo {
    width: 76%;
    margin-right: 12%;
    margin-left: 12%;
   /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.brand-logos .logo:hover { 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/** -----------------------------------------------------------------------
 *  QUICK LOGIN
 *  -----------------------------------------------------------------------
 */

.quick-login {
    margin-top: 40px;
}

.quick-login label {
    margin-left: 25px;
    margin-right: 5px;
}

.quick-login .form-group {
    width: 30%;
}

.quick-login .form-group,
.quick-login .btn {
    margin-left: 5px;
    margin-right: 5px;
}

.quick-login .btn {
    padding-left: 32px;
    padding-right: 32px;
}

.quick-login .btn .fa {
    margin-left: 5px;
}

.quick-login .form-control {
    width: 100%;
}

/** -----------------------------------------------------------------------
 *  ABOUT US
 *  -----------------------------------------------------------------------
 */


.about h4 {
 /*   border-bottom: 1px solid #444;*/
    margin-top: 40px;
}

.about h4:first-of-type {
    margin-top: 0px;
}

.about p {
    /*text-align: justify;*/
}

.about img {
    max-width: 100% !important;
    max-height: 100% !important;
}

/** -----------------------------------------------------------------------
 *  FOOTER
 *  -----------------------------------------------------------------------
 */

.footer {
    padding: 15px 0 30px;
    font-size: 14px;
    background-color: #111;
}

.footer,
.footer a {
    color: #999;
}

.footer a:hover,
.footer a:focus {
    color: #FFF;
}

.footer .footer-title {
    margin-bottom: 6px;
    color: #DA2C2B;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .brand-list {
    list-style: none;
}


.footer .bizview {
    background-image: url("../img/bizview.svg");
    height: 20px;
    width: 80px;
}

.no-svg .footer .bizview {
    background-image: url("../img/bizview.png");
}


/** -----------------------------------------------------------------------
 *  PAGINATION
 *  -----------------------------------------------------------------------
 */

.pagination>li>a {
    background-color: transparent;
    border: none;
}
.pagination>.active>span {
    background-color: rgba(196,196,196,.6);
    border-color: rgba(196,196,196,.6);
    border: none;
}
.pagination>.active>span:hover {
    background-color: rgba(196,196,196,.6);
    border-color: rgba(196,196,196,.6);
}
.pagination>.disabled>span {
    background-color: transparent; 
    color: #fff;
    border: none;
}

/** -----------------------------------------------------------------------
 *  MODAL
 *  -----------------------------------------------------------------------
 */

.modal-dialog {
    z-index: 100000;
}

.modal-title {
    color: #444;
}

/** -----------------------------------------------------------------------
 *  CONTACTS
 *  -----------------------------------------------------------------------
 */

.google-maps {
    margin-top: 20px;
}

.contact-success p {
    color: #1B5E20;
}

.contact-error p {
    color: #D50000;
}


/** -----------------------------------------------------------------------
 *  HELPER CLASSES
 *  -----------------------------------------------------------------------
 */

.text-muted {
    color: #999;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-both {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-glow  {
    outline: none;
    box-shadow:none !important;    
}

.no-border {
    border: none !important;
}

.is-table {
    display: table;
    height: 100%;
}

.is-table > .cell {
    display: table-cell;
    vertical-align: middle;
}
.text-body img {
    display: block;
    /*margin: 30px auto;*/
    margin-bottom: 20px;
    float: left;
}