/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*{
    box-sizing: border-box;
}

html, body{
    width: 100%;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #666;
}

.content{
    max-width: 960px;
    margin: auto;
}

header{
    height: 460px;
    padding: 60px 0;
    background: url(../img/bg-header.jpg) 50% 0 no-repeat;
    text-align: center;
    background-size: cover;
    font-weight: 700;
    text-transform: uppercase;
}
header h2{
    margin-top: 50px;
    font-size: 37px;
    line-height: 1.5;
    color: #477db4;
}
header h3{
    margin-top: 70px;
    font-size: 26px;
    color: #fff;
}

article{
    text-align: center;
    line-height: 1.5;
}
article section{
    margin: auto;
    padding-bottom: 30px;
}
article .circle{
    width: 13px;
    height: 13px;
    margin: auto;
    border: 1px solid #d0d0d0;
    border-radius: 13px;
}
article .v-line{
    width: 1px;
    height: 90px;
    margin: auto;
    background: #d0d0d0;
}
article .h-line{
    width: 420px;
    height: 1px;
    margin: auto;
    background: #d0d0d0;
}
article h1{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
article h1.title{
    margin: 70px 0 25px;
}
article .logo{
    margin: 30px auto 0;
}
article .info{
    margin: 40px auto;
    font-size: 24px;
}
article .contacts{
    margin-top: 40px;
    font-size: 18px;
}
article .contacts .communication{
    margin: 25px 0 20px;
}
article .contacts .communication a{
    color: #666;
    text-decoration: none;
}
article .btn{
    height: 44px;
    margin: auto;
    padding: 0 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    color: #d24a43;
    border: 1px solid #d24a43;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
article .btn:hover{
    border-color: transparent;
}
.map #map{
    height: 320px;
}
.map .title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.map #address-bubble{
    width: 410px;
    margin: -250px 0 0 70px;
    padding: 40px;
    position: absolute;
    left: 50%;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 3px solid rgba(0, 0, 0, .2);
}
.map #address-bubble table{
    width: 100%;
}
.map #address-bubble a{
    color: #d24a43;
}

footer{
    height: 100px;
    text-align: center;
}
footer .copyright{
    width: 200px;
    margin: auto;
    padding-top: 40px;
}
footer .trysoda-logo{
    margin: -35px 20px;
    float: right;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {
    header h2, header h3{
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    article{
        padding-bottom: 80px;
    }
    article section{
        width: 700px;
    }
}

@media only screen and (min-width: 1024px) {


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}