@import url(http://weloveiconfonts.com/api/?family=entypo);


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

html {
    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;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


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















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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
        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) ")";
    }

    .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;
    }

    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;
    }
}






*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* entypo */
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
color: #016A92;
}

html{
    height: 100%;
}
body{
    font-size: 14px;
    color: #666;
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
}
.main-container{

    position: relative;
    text-align: center;
}

.logo{

    width: 100%;
}
.logo img{
  
    z-index: 2;    margin: 50px auto 50px auto;

    position: relative;
}
.cable{
    width: 100%;
    height: 29px; 
    background-color: #f1f1f1;
    position: absolute;
    top: 155px;
    z-index: 1;
}

.wrapper{
    max-width: 650px;
    display: block;
    clear: both;
    margin:0 auto;
}
.contact-content{
    text-align: center;


}



.contact-content .contact{
    font-size: 24px;
    color: #444;
    float: left;
    width: 50%;
    text-align: left;
    margin-top: 25px;
}

.contact-content .address{
    color: #444;
    float: right;
    width: 50%;
    text-align: right;
}

a { 
    color: #444;    
}



.about{
    text-align: left;
    margin: 0 auto 50px auto;
}

.footer{
    margin: 20px auto;
    width: 100%;
    text-align: center;
}





@media screen and (max-width: 840px) {

    body{
        margin: 20px;
    }
    .cable{
        display: none;
    }

    .logo img{
        width: 100%;
    }
    .contact-content .contact{
        font-size: 30px;
        color: #444;
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .contact-content .address{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

}

@media screen and (max-width: 470px) {


 .contact-content .contact{
        font-size: 24px;
        color: #444;
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

   .logo{
        width: 100%;
        margin: 20px auto 50px auto;
    }
}



