
body{
    color: #1D2535;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;

    background-color: #fff;
    background: linear-gradient(180deg, #fff 700px, #e6e9ee 700px);
    /*background-image: url(img/fond.jpg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;*/
}


h1, h2, h3 {
    color: #585858;
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
}

h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 18px;
}

h3 {
    font-size: 16px;
}
.page-wrap h1 {
    margin-bottom: 50px;
}  

.page-wrap h2 {
    margin-top: 30px;
}
.page-wrap h3 {
    margin-top: 30px;
}

h2.white-title, h3.white-title {
    color: #fff;
    font-weight: normal;
}

.home-conatiner h2 {
    text-align: center;
}

a {
    color: #0b5aa3;
}
a.blue-btn, button.blue-btn {
    display: inline-block;
    padding: 16px 33px;

    background-color: #3DB3E5;

    color: #fff;
    font-weight: 600;
    text-decoration: none;

    border-radius: 5px;
    border: none;
}
a.blue-btn:hover, button.blue-btn:hover {
    background-color: #9fd9f2;
}

a.dark-blue-btn {
    display: inline-block;
    padding: 16px 33px;

    color: #3db3e5;
    font-weight: 600;
    text-decoration: none;

    border-radius: 5px;
    border: 1px solid #3db3e5;
}
a.dark-blue-btn:hover {
    color: #57c0e5;

    border: 1px solid #57c0e5;
}


strong{
    font-weight: 700;
}

.tags {
    color: #333f48;
    font-size: 26px;
}
.pagination{
    list-style: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}


/*
Tables
---------------------------------------------------------------------------------------------------- */

table {
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}