.search-text{
    margin-top:50px;
    background-color:#7dabdb;
    padding-top:60px;
    padding-bottom:60px;
}

.search-text .input-search{
    height:45px;
    width: 100px;
    padding-left:20px;
    color:#333;
}

.search-text .btn-search{
    background-color:#7dabdb;
    border:1px solid #FFF;
    font-family:Roboto;
    color:#FFF;
    padding:11px 20px 11px 20px;
}

.search-text  .btn-search:hover{
    background-color:#FFF;
    color:#7dabdb;
}

* {
    font-family: Tahoma, 'Roboto', Tahoma, Arial, sans-serif;
}

.header .contact-small {
    display: inline;
    font-size: 16px;
}

.first-liner {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #b3ccff;
    padding: 5px;
    font-weight: 700;
    font-size: 11px;
    color: #000;
    padding-left: 10px;
}

footer {
    /*
    background-color: #fdaa09;
    */

}

ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}


.grow:hover {
    transform: scale(1.1);
}

.cards-row img {

}

.cards-row hr {
    padding: 0;
    margin: 0;
}

.newsletter {
    background-color: #b3ccff;
    padding: 5px 0;
    /*height: 70px;*/
}

.fullwidth1{
    float:left;
    width: 100%;
}


@media screen and (max-width: 770px) {
    .fullwidth1{
        float:left;
        width: 100%;
    }
}
/*
@media screen and (max-width: 770px) {
    .mycarouseldiv {
        width: 100%;
        background-color: red;
    }
}

@media screen and (min-width:771px) {
    .mycarouseldiv {
        width: 50%;
        background-color: green;
    }
}*/

.custom-header {
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #3377ff;
    /* background-color: #fdaa09;*/
    opacity: 0.9;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: bold;
    text-align: left; !important;
    width: 100%;

}

.logo-transparent {
    height: 100px;
    width: 200px;
    position: absolute;
    margin: auto;
    display: block;
    top: 0px;
    left: 0;
    right: 0;
}

/*
CART STYLING*/


ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

/*
NAVIGATION
*/

.navigation {
    background-color: cadetblue;
    text-align: center;
    height: 20px;
}

/*.navigation ul li {
    display: inline;
}*/



/*
MEGA MENU*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*body {
    font-family: 'Open Sans', 'sans-serif';
    background: #f0f0f0;
    background: url(https://pcbx.us/bfjb.jpg);
}*/

h1,
.h1 {
    font-size: 36px;
    text-align: center;
    font-size: 5em;
    color: #404041;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
    width: 200px;
    font-weight: bold;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: black;
    font-family: "Roboto", Arial, Tahoma;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}



/*DIAFOERA*/

.radio-inline {
    display: inline;
}

#main-search-btn {
    padding: 10px 100px;
    font-weight: bolder;
}

#search_reset {
    padding: 10px;
    font-weight: bolder;
}
/*
.navbar-nav li {
    display: inline;
}

*/

/*li {
    display: block;
}

li:before {
    !*Using a Bootstrap glyphicon as the bullet point*!
    !*
    content: "\e013";
    *!
    content: "\e125";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: royalblue;
}*/

.upperify {
    text-transform: uppercase;
}

.required label:after {
    content:" *";
    color:red;
}

.small-price {
    font-size: 10px;
}