body
{
    margin: 0 auto 0 auto;
}

body *
{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h1, h2 ,h3, h4, h5, h6
{
    color: #333;
}

h1{ font-size: 36px; margin-top: 0; padding-top: 0; }
h2{ font-size: 32px; }
h3{ font-size: 28px; }
h4{ font-size: 24px; }
h5{ font-size: 22px; }
h6{ font-size: 20px; }

a{ color: #333; text-decoration: none; transition: all 0.3s; }
a:hover{ color: #022060; }

img{ border: 0 }

table
{
    width: 100%;
}

table, td
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    padding: 0;
}

#pre-header .container, #header, #header-blocks, #center-blocks,
#content, #footer-blocks .container, #footer
{
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

#header-blocks
{
    max-width: 1400px;
}

#pre-header
{
    background-color: #F5F5F5;
}

#pre-header a
{
    color: #B5B5B5;
}

#pre-header .phone
{
    flex-grow: 2;
    text-align: center;
}

#pre-header .phone a
{
    display: inline-block;
    padding-left: 25px;
    background: transparent url(images/mobile.png) no-repeat left center;
    cursor: default;
    margin-top: 8px;
}

#pre-header .container
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 9px 0 9px 0;
}

#pre-header .account
{
    text-align: left;
}

#pre-header .account a
{
    display: inline-block;
    background: transparent url(images/my-account.png) no-repeat left center;
    padding-left: 25px;
    margin-top: 8px;
}

#pre-header .cart a
{
    display: inline-block;
    padding: 3px 10px 3px 30px;
    margin-left: 30px;
    background: transparent url(images/cart.png) no-repeat left center;
}

#pre-header .cart a span
{
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 7px 5px 7px;
    margin-left: 7px;
    font-weight: bold;
}

#header
{
    margin-bottom: 100px;
}

#header .logo
{
    width: 215px;
}

#header .logo a
{
    margin-top: -53px;
    position: absolute;
}

#header .links
{
    vertical-align: middle;
}

#header ul
{
    display: flex;
    align-items: center;
}

#header ul li
{
    list-style: none;
    flex-grow: 1;
    text-align: center;
    padding-top: 60px;
}

#header ul li a
{
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    color: #022060;
}

#header-blocks
{
    margin-bottom: 20px;
}

#center-blocks
{
    position: relative;
    margin-top: -50px;
}

#center-blocks .block .title
{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

#center-blocks .block .content
{
    padding: 15px;
}

#center-blocks .listing-block-container
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#center-blocks .listing-block-container .listing-block
{
    text-align: center;
}

#center-blocks .listing-block .list-view-more
{
    text-align: center;
}

#center-blocks .listing-block .list-view-more a
{
    color: #00205A;
    border: solid 1px #ABC3F1;
    display: block;
    text-align: center;
    padding: 10px;
}

#center-blocks .listing-block .list-view-more a:hover
{
    font-weight: bold;
}

#left-blocks, #right-blocks
{
    width: 200px;
}

#left-blocks
{
    padding-right: 10px;
}

#right-blocks
{
    padding-left: 10px;
}

#left-blocks .block .title, #right-blocks .block .title
{
    background-color: #00AAD4;
    color: #fff;
    padding: 10px;
}

#left-blocks .block .content, #right-blocks .block .content
{
    padding: 5px 0 5px 0;
}

#left-blocks .block ul, #right-blocks .block ul,
#left-blocks .block ul li, #right-blocks .block ul li
{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

#left-blocks .block ul li a, #right-blocks .block ul li a
{
    display: block;
    padding: 7px;
    border-bottom: dotted 1px #d3d3d3;
}

#content
{
    margin-bottom: 20px;
}

#content .center
{
    padding-left: 10px;
    padding-right: 10px;
}

#footer-blocks
{
    background: transparent url(images/fbg.png) no-repeat right top;
    position: relative;
    min-height: 636px;
    background-size: cover;
}

#footer-blocks .block:first-child
{
    padding-top: 200px;
}

#footer-blocks h1, #footer-blocks p
{
    color: #fff;
}

#footer-blocks ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    max-width: 600px;
}

#footer-blocks ul li
{
    color: #fff;
    list-style: none;
    text-align: left;
    width: 33%;
    padding: 15px 0 15px 0;
}

#footer-blocks ul li a
{
    color: #fff;
    padding: 5px 3px 5px 32px;
    background: transparent url(images/bullet-white.png) no-repeat left center;
}

#footer
{
    background: transparent url(images/footer-bg.png) no-repeat right bottom;
    max-width: 100%;
}

#footer .links
{
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 30px auto;
    max-width: 1200px;
}

#footer .links > div:nth-child(3n+0)
{
    flex-grow: 1;
}

#footer .links > div:last-child div
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .links > div:last-child div a
{
    width: 25%;
    padding-bottom: 10px;
}

#footer .links > div:last-child div a img
{
    opacity: 0.7;
    transition: all 0.3s;
}

#footer .links > div:last-child div a img:hover
{
    opacity: 1.0;
}

#footer .links h4
{
    color: #022060;
    font-weight: normal;
}

#footer .links ul
{
    display: block;
    margin: 0;
    padding: 0;
}

#footer .links ul li
{
    list-style: none;
}

#footer .links ul li a
{
    display: block;
    padding: 3px 3px 3px 20px;
    background: transparent url(images/bullet-blue.png) no-repeat left center;
}

#footer .links > div
{
    margin: 0 100px 0 0;
}

#footer .links > div:nth-child(3), #footer .links > div:last-child
{
    margin: 0 0 0 0;
}

#footer .post-container
{
    max-width: 1200px;
    margin: 0 auto 0 auto;
}

#footer .post
{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 800px;
}

#footer .post .copyright div
{
    padding-top: 10px;
    display: flex;
    min-width: 240px;
    justify-content: space-between;
}

#footer .post a
{
    color: #3573C8;
}