/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** MAIN **/
#wrapper {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
    margin: 0px auto;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    /* color:#656566; */
    color: #000000;
}
#header {
    width: 100%;
    height: 500px;
    overflow: hidden;
    /* background:url('header.png');
    background-size:100% 100%; */
}
#navigation {
    width: 100%;
    max-width: 1400px;
    min-width: 1000px;
    background-color: rgba(60, 111, 133, .8);
    height: 80px;
    position: fixed;
    top: 0px;
    text-transform: uppercase;
    z-index: 3000;
}
#logo {
    display: inline-block;
    margin-top: 25px;
}
#navigation ul {
    right: 15px;
    top: 0;
    position: absolute;
}
#navigation ul li {
    float: left;
    margin: 30px 17px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 18px;
}
#navigation ul li a {
    color: rgba(255, 255, 255, .7);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    font-size: 16px !important;
}
#navigation ul li a.active, #navigation ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
div.header {
    display: block;
    width: auto;
    color: #FFFFFF;
    background: url('bg_header.png');
    background-size: 100% 100%;
    font-size: 26px;
    height: 70px;
    font-weight: 100;
}
.w50 {
    width: 50%;
}
.w40 {
    width: 40%;
}
.justify {
    text-align: justify;
}
.left {
    float: left;
}
.right {
    float: right;
}
h3 {
    color: #3c6f85;
    margin-bottom: 30px;
}
a {
    color: #3c6f85;
    text-decoration: none;
}
h2 {
    color: #3c6f85;
    margin-bottom: 30px;
    font-size: 18px;
}
p {
    padding: 26px 0px;
    padding-top: 0px;
}
.inline {
    display: inline-block;
    margin: 0px;
}
.text {
    /* color:#656566; */
}
.t-b {
    margin: 60px 130px 200px 130px;
    line-height: 27px;
    max-width: 1400px;
}
.badge
{
    border-radius: 50%;
    border:1px solid #3c6f85;
    width:200px;
    height:200px;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    background: #3c6f85;
    color: #FFFFFF;
    margin:50px 7%;
}
.badge p{
    vertical-align: middle;
    margin:75px 5px;
}
.badge-descr
{
    display:inline-block;
    width:200px;
    margin:0px 7%;
    padding:0;
    vertical-align: top;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .badge-descr {
        display: none;
    }
    .badge
    {
        margin:20px;
    }
}
.inside {
    margin-left: 130px;
    width: auto;
    display: inline-block;
    margin-top: 20px;
}
.n {
    margin-left: 0px;
}
#post {
    margin-top: 100px;
}
#post input[type="text"], #post input[type="email"] {
    display: inline-block;
    width: 278px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    font-size: 20px;
}
#post textarea {
    width: 98%;
    padding: 10px;
    font-size: 20px;
    font-family: inherit !important;
}
#post button {
    font-size: 20px;
    margin: 10px;
    margin-left: 0px;
    padding: 10px 20px;
}
.b {
    border: 1px solid #3c6f85;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 45px;
    text-align: right;
}
.w {
    width: 500px;
    text-align: left;
}
/** SLIDESHOW */
.slideshow {
    height: 500px;
    width: 100%;
}
.slideshow img {
    height: auto;
    width: 1400px;
    margin: 0px auto;
    margin-top: -217px;
}
.bx-viewport {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    height:500px !important;
}
.bx-wrapper {
    margin-bottom: 0px !important;
}
.bx-wrapper .bx-pager {
    bottom: 20px !important;
}
.arrow_left {
    /* background:rgba(0,0,0,0.7); */
    background-image: url('arrow_left.png');
    background-position: center center;
    float: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 130px;
    transition: all .2s ease-in;
}
.arrow_right {
    /* background:rgba(0,0,0,0.7); */
    background-image: url('arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    width: 130px;
    transition: all .2s ease-in;
}
.arrow_left:hover, .arrow_right:hover {
}
.inactive {
    opacity: 0;
    transition: all .4s ease-in;
}
.msg.ok {
    width: 100%;
    background-color: rgba(60, 111, 133, .8);
    margin: 50px 0px;
    color: #FFFFFF;
    padding: 20px;
    font-size: 24px;
}
.newspaper {
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    -moz-column-gap: 50px; /* Firefox */
    -webkit-column-gap: 50px; /* Safari and Chrome */
    column-gap: 50px;
}
@media (max-width: 1024px) {
    .newspaper {
        -moz-column-count: 2; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
        -moz-column-gap: 50px; /* Firefox */
        -webkit-column-gap: 50px; /* Safari and Chrome */
        column-gap: 50px;
    }
}
@media (max-width: 700px) {
    .newspaper {
        -moz-column-count: 1; /* Firefox */
        -webkit-column-count: 1; /* Safari and Chrome */
        column-count: 1;
        -moz-column-gap: 50px; /* Firefox */
        -webkit-column-gap: 50px; /* Safari and Chrome */
        column-gap: 50px;
    }
}
