html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    min-width: 1050px;
    color: #4c4c4c;
    font: 14px/20px Arial, Helvetica, sans-serif;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0
}

p {
    margin-bottom: 20px;
}

p.p1 {
    margin-bottom: 40px;
}

p.p2 {
    margin-bottom: 34px;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

input {
    border-radius: 0;
    outline: none !important;
}

img {
    max-width: 100%;
}

.gmnoprint img {
    max-width: none;
}

.logo {
    width: 200px;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.scrollup {
    width: 54px;
    height: 54px;
    opacity: 0.6;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url('../images/arrow27.png') no-repeat;
}

/****Heads****/
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    color: #1a1a1a;
    font-weight: normal;
}

h1 {
    font-size: 2.8em;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: -3px;
    margin-bottom: 10px;
    font-weight: bold;
}

h2 {
    font-size: 2.4em;
    line-height: 36px;
    margin-top: -3px;
}

h3 {
    font-size: 2em;
    line-height: 30px;
    padding-top: 2px;
}

h4 {
    font-size: 1.6em;
    line-height: 20px;
}

/****Lists****/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list li {
    padding-left: 28px;
    font-size: 14px;
    background: url(../images/marker.png) 0 8px no-repeat;
    text-transform: uppercase;
}

ul.list li a {
    text-decoration: underline;
}

ul.list li + li {
    margin-top: 10px;
}

ul.list.l1 li {
    background-image: url(../images/marker1.png);
}

ul.default {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.default li {
    padding: 0.80em 0em;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, .2);
}

ul.default li:first-child {
    padding-top: 0em;
    border-top: none;
}

ul.default a {
    color: rgba(255, 255, 255, .6);
}

/****Links****/
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #c61732;
}

/*** buttons ***/
.button {
    position: relative;
    display: inline-block;
    padding: 1em 1.5em;
    background: #c61732;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #FFF;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    cursor: pointer;
}

.button:hover {
    background: #ad142c;
    color: #FFF !important;
    text-decoration: underline;
}

.button.green {
    background: #13E000
}

.medium {
    padding: 1em 2em;
    font-size: 0.9em;
}

/****classes****/

.nowrap {
    white-space: nowrap;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.divider {
    margin-top: 4em;
    margin-bottom: 4em;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

/*header*/

.main {
    width: 100%;
    margin: 0 auto 0px;
    padding-top: 5px;
    background-color: #fff;
}

header {
    display: block;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 16px;
    position: relative;

}

/**Content**/
.content {
    /*padding-bottom: 50px;*/
}

.textBox {
    margin-bottom: 15px
}

.textBox a {
    color: #c61732
}

.textBox a:hover {
    text-decoration: underline;
    font-weight: bold
}

.boxedText {
    background: #e3e3e3;
    padding: 10px 30px;
    margin-bottom: 5px;
}

.boxedText p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxedText a {
    text-decoration: underline
}

.content {
    /*padding-bottom: 86px;*/
}

.text1 {
    font: 300 30px/30px 'ABeeZee', sans-serif;
}

.video {
    margin-top: 19px;
    display: block;
    height: 297px;
}

.video_block + .video_block {
    margin-top: 63px;
}

.video iframe {
    height: 100%;
    width: 100%;
}

/**scroll to top**/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media screen and (max-width: 31.5em) {

}

@media only screen and (max-width: 1060px) {
    .main {
        width: auto;
        margin: 0 0 0px;
    }

    body {
        min-width: 960px;
    }
}

@media only screen and (max-width: 995px) {
    body {
        min-width: 768px;
    }

    .nowrap {
        white-space: normal;
    }

}

@media only screen and (max-width: 767px) {
    body {
        min-width: 420px;
    }
}

@media only screen and (max-width: 479px) {
    body {
        min-width: 300px;
    }
}
