/* Space out content a bit */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:16px;
}

.top1 {
    background:#004c8b;
    height:60px;
    margin-bottom:20px;
	padding-top:20px;
	padding-right:40px;
	color:#fff;
}
.top1 a, .top1 a:visited, .top1 a:hover {
	color:#fff;
}

a, a:visited, a:hover {
	color:#004c8b;
}
h1,h2,h3 {
    text-transform: uppercase;
}
h1 {
    font-size:24px;
}
header {
    margin-bottom:100px;
    font-size:16px;
}

footer {
    margin-top:60px;
    padding-bottom:20px;
}
footer a, footer a:visited, footer a:hover {
    color:#212529;
}
.navbar {
    padding-left:0px;
}
.navbar-collapse {
    flex-grow: initial;
}

.nav-link, .nav-link:visited, .nav-link:hover {
    color:#000 !important;
    text-transform: uppercase;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    background-color: #dadada;
    border:0px;
    border-radius:0px;
}
.dropdown-item {
    padding:5px 7px;
}
.dropdown-item:hover {
    background-color: transparent;
}

.form-control {
    border-color: #000;
    border-radius: 0;
}

.border {
    border-color: #000 !important;
}

.btn-primary {
    border-radius: 0px;
    border-color: #000;
    background-color: transparent;
    color:#000;
    padding-left:30px;
    padding-right:30px;  
}
.btn-primary:hover {
    background-color: #004c8b;
    border-color: #004c8b;
}

.boxcat {
    background-color: #A0A0A0;
    color:#fff;
    padding:0px;
    height:300px;
    margin-bottom:30px;
    position: relative;
    overflow: hidden;
}
.boxcat img {
    float:right;
}
.boxcat .title {
    position: absolute;
    left:20px;
    top:130px;
    font-size:26px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
}
.boxprod {
    margin-bottom:30px;
}
a.prodlink {
    color: #212529;
    text-decoration: none !important;
}
.txtprod {
    font-size:18px;
    line-height: 22px;
}
label.error {
    color:#880000;
}
@media screen and (max-width:767px) {
    .boxcat {
        height:auto;
    }
    .boxcat img {
        width:100%;
    }

    .row .col-md-6:first-child {
        margin-bottom:50px;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
