body {
    font-size: 16px;
}
body {
    color: #333333;
    font: 100%/1.5 "Roboto","HelveticaNeue","Helvetica","Arial",sans-serif;
}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
}

header, footer, nav, section, article, hgroup, figure {
    display: block;
}

* {
    box-sizing: border-box;
}

#wrap {
    min-height: 100%;

}

p {
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

a {
    color: #333333;
    outline: 0 none;
    text-decoration: none;
}

a:hover, a:focus {
    background: none repeat scroll 0 0 #ecebe8;
}

* {
    box-sizing: border-box;
}

ol, ul {
    list-style: none outside none;
}

input, textarea {
    border: 1px solid #555;
    font-size: 0.9em;
    padding: 0.5em 0.65rem;
    width: 100%;
}

footer {
    background: none repeat scroll 0 0 #062722;
    border-top: 6px solid #0c5449;
    clear: both;
    color: #dddddd;
    font-size: 0.75em;
    height: 72px;
    margin-top: -72px;
    overflow: hidden;
    padding: 20px 0 10px;
}

.footer a {
    color: #dddddd;
}

.footer ul {
    font-size: 0.9em;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    background: none repeat scroll 0 0 #dee6e6;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
}

.pull-right {
    float: right !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container {
    max-width: 100%;
}

.header {
    background: #226359;
   /* background: linear-gradient(to bottom, #226359 0%, #226359 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    margin: 0 auto;
    padding-top: 25px;
    display: block;
}

.col-md-3 {
    width: 25%;
    float:left;
        min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-md-4 {
    width: 33.3333%;
   min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
      float: left;
}

.page {
    padding-bottom: 72px;
}

.social {
    text-align: center;
}

h1, .alpha {
    line-height: 1.2;
}
h1, h2, h3, h4 {
    margin-bottom: 1em;
}
h1, .h1 {
    font-size: 36px;
}
h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
