

@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }
    header .navbar-default ul.navbar-nav li a {
        color: #ffffff;
        border-bottom: 1px solid #408180;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a:after {
        display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
        color: #66cdcc;
    }
    header .navbar-default .navbar-collapse {
        background: #336799;
    }
    header .navbar-default.plain {
        background: #336799;
    }
    header .navbar-default.plain ul.navbar-nav li a {
        color: #ffffff;
    }
    header .navbar-default.plain ul.navbar-nav li a:hover {
        color: #66cdcc;
    }
}

.bvm.navbar-default ul.navbar-nav li a {
    color: #336799;
    background: none;
}

.bvm.navbar-default.plain {
    border-bottom: 3px solid #336799;
}

.bvm.navbar-default.plain .navbar-brand {
    background: #336799;
}

.bvm.navbar-default ul.navbar-nav li a:hover {
    color: #66cdcc;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-w {
    color: white;
    border: 1px;
    border-color: wheat;
}

.btn-w:hover {
    border: 1px;
    /*border-color: #4b2b35;*/
    border-color: #000;
    background-color:  #66cdcc;
}

.btn-warning:hover {
    color:black;
    background-color:  #f4db16;
}

.wt {


    color: white; }

.btn-order {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #ffd325 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #ffd325, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd325), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd325', endColorstr='#fcbe00');
    color: #000000;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-order:hover {
    /*opacity: 0.5;*/
    background: linear-gradient(to bottom, #fcbe00 0%, #fcbe00 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #fcbe00, #fcbe00) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcbe00), to(#fcbe00)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbe00', endColorstr='#fcbe00');
    /*opacity: 0.5;*/
    color: white;
}

.btn-que {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #5cb85c 0%, #488f48 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #5cb85c, #488f48) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#488f48)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c', endColorstr='#488f48');
    color: white;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-que:hover {
    /*opacity: 0.5;*/
    background: linear-gradient(to bottom, #488f48 0%, #488f48 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #488f48, #488f48) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#488f48), to(#488f48)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#488f48', endColorstr='#488f48');
    /*opacity: 0.5;*/
    color: black;
}


.btn-order-lg {
    padding: 0.5em 1.2em;
    font-size: 40px;
    line-height: 1;
}

.btn-more {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;




    background: linear-gradient(to bottom, #66cdcc 0%, #336799 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #66cdcc, #336799) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#66cdcc), to(#336799)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cdcc', endColorstr='#336799');
    color: white;
    font-family: Open Sans;
    font-weight: 300;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.4);
    border: 1px solid rgba(0,0,0,0.2);



}

.btn-more:hover {
    background: linear-gradient(to bottom, #66cdcc 0%, #66cdcc 100%) no-repeat border-box;
    background: -moz-linear-gradient(top, #66cdcc, #66cdcc) no-repeat border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(#66cdcc), to(#66cdcc)) no-repeat border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cdcc', endColorstr='#66cdcc');
    /*opacity: 0.5;*/
    color: black;
}

.eventreviews {

    background: url("../img/freeze/bk-freeze-ga.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

section#reviews {
    background: url("../img/tpbw.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

section .section-heading .divider:after {
    background: #336799;
}

section#features .media i.fa {
    border: 2px solid #336799;
    color: #66cdcc;
}

form .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    color: #cfcfcf;
    border: 2px solid #cccccc;
}

.btn.btn-primary:hover {
    color: #66cdcc;
    border-color: #66cdcc;
    background-color: white;

}


.btn.btn-primary {

    color: #ffffff;
    background: #66cdcc;
    border-color: #66cdcc;
}

label.btn.btn-primary.active {
    
    background-color: #66cdcc;
    color: white;
    font-size: 1.5em;
    
}


section#bid .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
  padding: 30px;
}
section#bid .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#bid .media:hover h3 {
  color: #66cdcc;
}
section#bid .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#bid .media.active .media-heading {
  color: #66cdcc;
}