@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    color: #0066B2;
}

header h1, header h1.h2, h1.h2 {
    padding: 0 0 0 30px;
    background: url("library/images/plus.png") no-repeat 0 15px;
    font-size: 2.4em;
    font-weight: 800;
}

h2, .h2 {
    color: #013E6C;
    line-height: 1.3em;
    font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: 10px;
}

h2 sup {
    font-size: 60%;
}

#text-3.widget div,
#text-4.widget div {
    text-align: center;
}

#text-3.widget div img {
    margin: 6px 0;
    width: 70%;
}

body.page-id-46 #text-3,
body.home #text-3 {
    display: none;
}

.entry-content blockquote {
    margin: 1.5em 0 1.5em 0;
    padding: 10px 0 10px 20px;
    background: url("library/images/btn_normal.png");
    color: #6A8EA9;
    line-height: 1.5em;
}

.entry-content blockquote p {
    margin: 10px 0;
}

body h3, body h3 a {
    color: #C07807;
    font-weight: 400;
    font-size: 24px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

.yellow_bar {
    background: -moz-linear-gradient(top, rgba(255, 194, 28, 1) 0%, rgba(255, 220, 45, 0.59) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 194, 28, 1)), color-stop(100%, rgba(255, 220, 45, 0.59))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 194, 28, 1) 0%, rgba(255, 220, 45, 0.59) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 194, 28, 1) 0%, rgba(255, 220, 45, 0.59) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 194, 28, 1) 0%, rgba(255, 220, 45, 0.59) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 194, 28, 1) 0%, rgba(255, 220, 45, 0.59) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc21c', endColorstr='#96ffdc2d', GradientType=0); /* IE6-9 */
    text-align: right;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
    border-top: 3px solid #7d650c;
}

.yellow_bar a {
    color: #000;
    text-decoration: none;
    padding: 2px 0 2px 20px;
    font-weight: 700;
    background: url("library/images/phone.png") left no-repeat;
}

.yellow_bar a strong {
    color: #7d650c;
}

#logo {
    float: left;
}

nav {
    float: right;
    margin-top: 94px;
}

#logo img {
    width: 100%;
    max-width: 316px;
}

.hentry {
    border: none;
    margin-left: -6px;
    margin-right: -6px;
    background: none;
}

.hentry header {
    border-bottom: 1px solid #0066B2;
    padding: 1.5em 1.5em 1.5em 0.5em;
}

.hentry footer {
    border-top: 1px solid #E8E8E8;
    padding: 0.75em;
}

.widgettitle {
    border-bottom: 1px solid #0066B2;
    color: #013E6C;
    font-weight: 500;
    padding-bottom: 11px;
}

#quantity {
    width: 70px;
    float: left;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    height: 44px;
}

.page-id-46 label {
    float: left;
    padding: 0 5px 0 0;
    line-height: 2.7em;
}

ul.nav > li {
    margin: 2px 2px 0 0;
}

ul.nav li {
    font-weight: 400;
    text-transform: uppercase;
}

ul.nav li a {
    background: url("library/images/btn_normal.png");
    color: #015db0;
    text-decoration: none;
}

ul.nav li a:hover {
    background: url("library/images/btn_hover.png");
    color: #015db0;
    text-decoration: none;
}

ul.nav li.current-menu-item a {
    background: url("library/images/btn_active.png");
    color: #000;
    text-decoration: none;
}

.blue-btn, .comment-reply-link, #submit {
    font-size: inherit;
}

hr {
    padding: 0;
    margin: 30px 0;
    border-top: 1px solid #E8E8E8;
    height: 1px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

body.page .byline, body.page .vcard {
    display: none;
}

.widget {
    font-size: 14px;
}

strong {
    font-weight: 600;
}

dl, menu, ol, ul {
    margin: 0 0 20px 20px;
    padding: 0 0 0 0;
}

.widget_recent_entries .post-date {
    display: block;
}

@media (min-width: 768px) {
    /*#text-2{
        margin-top: -70px;
    }*/
}

@media (max-width: 767px) {
    nav, #logo {
        float: inherit;
        text-align: center;
        margin-top: 15px;
    }

    nav ul {
        margin: 0;
        padding: 0;
    }

    .yellow_bar {
        text-align: center;
    }

    ul.nav li a {
        font-size: 12px;
        padding: 5px 0;
    }

    h1, h2, h3, h4, h5, h6{
        display:block;
        overflow: hidden;
    }

}