@charset "utf-8";
/* CSS Document */
* {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    /*overflow: scroll;*/
    overflow-y: scroll;
}

@font-face {
    font-family: 'League';
    src: url("../fonts/leaguegothic-regular-webfont-dxZp40l.eot");
    src: url("../fonts/leaguegothic-regular-webfont-dxZp40l.eot") format('embedded-opentype'),
    url("../fonts/leaguegothic-regular-webfont-aLCG36o.woff") format('woff'),
    url("../fonts/leaguegothic-regular-webfont-HsG8GBI.ttf") format('truetype'),
    url("../fonts/leaguegothic-regular-webfont-2nnEYXs.svg") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'League';
    src: url("../fonts/leaguegothic-italic-webfont-gr8pD1J.eot");
    src: url("../fonts/leaguegothic-italic-webfont-gr8pD1J.eot") format('embedded-opentype'),
    url("../fonts/leaguegothic-italic-webfont-i9ltObe.woff") format('woff'),
    url("../fonts/leaguegothic-italic-webfont-WmmXCm5.ttf") format('truetype'),
    url("../fonts/leaguegothic-italic-webfont-0VRxyNi.svg") format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Flash';
    src: url("../fonts/Flashit-f_1DlDL.eot");
    src: local('☺'),
    url("../fonts/Flashit-GAD5QVI.woff") format('woff'),
    url("../fonts/Flashit-aWnx8rK.ttf") format('truetype'),
    url("../fonts/Flashit-PX0upPd.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Komika';
    src: url("../fonts/Komika_display-webfont-UcUi_kv.eot");
    src: url("../fonts/Komika_display-webfont-UcUi_kv.eot") format('embedded-opentype'),
    url("../fonts/Komika_display-webfont-RgHEIy7.woff") format('woff'),
    url("../fonts/Komika_display-webfont-Gl-Ip2l.ttf") format('truetype'),
    url("../fonts/Komika_display-webfont-w5cyaH1.svg") format('svg');
    font-weight: normal;
    font-style: normal;

}

header, nav, section, article, aside, footer { /* For IE8 and older */
    display: block;
}

article img {
    padding: 25px;
    float: left;
}

header {
    text-align: center;
}

a blockquote,
blockquote {
    width: 400px;
    margin: 5px 100px 5px 100px;
    padding: 15px 15px 15px 35px;
    border: thin solid #FFF;
    border-left: 5px solid #013589;
    text-align: center;
    /*
        background: linear-gradient(rgba(255,255,255,0.8), rgba(230,230,230,0.8));
        background: -webkit-linear-gradient(rgba(255,255,255,0.8), rgba(230,230,230,0.8));
        background: -moz-linear-gradient(rgba(255,255,255,0.8), rgba(230,230,230,0.8)); */
    background-color: #F0F0E1;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

blockquote table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

h2,
p.texts {
/ / font-family: "Komika", sans-serif;
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
}

/*   ---   SIDE BUTTONS FOLLOW   ---   */
div#follow {

    display: block;
    position: fixed;
    top: 200px;
    right: 5px;
}

div#follow img {
    margin: 5px;
    border-radius: 5px;
    transition: border-radius .5s ease-out;
    -moz-transition: border-radius .5s ease-out;
    -webkit-transition: border-radius .5s ease-out;
    -o-transition: border-radius .5s ease-out;
}

div#follow img:hover {
    border-radius: 15px;
    box-shadow: 0 0 3px #000000;
}

/*   ---   SECTION   ---   */
section.userinfo,
section.about-us {
    display: block;
    margin: 0 auto;
    width: 840px;
    background: linear-gradient(rgba(100, 0, 0, 0.3), rgba(230, 0, 0, 0.1));
    background: -webkit-linear-gradient(rgba(100, 0, 0, 0.3), rgba(230, 0, 0, 0.1));
    background: -moz-linear-gradient(rgba(100, 0, 0, 0.3), rgba(230, 0, 0, 0.1));
    border-radius: 12px;
    border-width: 1px;
    border-color: #FFF;
    border-color: rgba(255, 255, 255, 0.6);
    border-style: solid;
    box-shadow: 1px 1px 12px #000000;
    /*text-align: left;*/
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    color: #900;
    text-shadow: 0 0 1px #CCCCCC;
}

/*   ---   ARTICLE   ---   */
article {
    display: block;
    margin: 0 auto;
    width: 940px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(230, 230, 230, 0.9)), url("../images/logov2-hsMCMXb.png");
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(230, 230, 230, 0.9)), url("../images/logov2-hsMCMXb.png");
    background: -moz-linear-gradient(rgba(255, 255, 255, 1), rgba(230, 230, 230, 0.9)), url("../images/logov2-hsMCMXb.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100px;
    min-height: 300px;
    /*width: auto;*/
}

article h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 0 0 15px;
    color: #333;
}

article h2 .toptext {
    font-family: "League", sans-serif;
    font-size: 38px;
    /*display: block;*/
    display: inline-block;
    line-height: 30px;
}

article .comment {
    margin-left: 40px;
    font-size: 80%;
    line-height: 15px;
    color: #666;
}

article.first {
    display: block;
    background-image: url("../images/logov2-hsMCMXb.png");
    background-repeat: no-repeat;
    background-position: center center;
}

article.first #partners {
    padding: 280px 0 0 0;
}

article.news a {
    color: #000;
}

article.news table.post {
    border-spacing: 0;
    border-collapse: collapse;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    border: thin solid #CCC;
    width: 80%;
    padding: 0;
    margin: 15px 0 15px 10%;
    overflow: hidden;
}

article.news table.post .fbinfo,
article.news table.post .date {
    position: absolute;
    right: 10px;
    text-align: right;
    font-size: 10px;
    color: #ccc;
}

article.news table.post .date {
    top: 10px;
}

article.news table.post .fbinfo {
    bottom: 10px;
}

article.news table.post td p {
    text-align: justify;
    padding: 0 15px 0 15px;
    font-size: 12px;
    line-height: 24px;
}

article.news table:hover.post {
    border: thin solid #CCC;
    background-color: #F0F0E1;
}

article.news td.smallImg {
    /*display: absolute;*/
    width: 200px;
    height: 200px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    text-decoration: none;
    color: #9e1b34;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

#googleMapOffice,
#googleMap {
    position: relative;
    margin: 20px 20px 20px 20px;
    border: 2px solid #ccc;
    box-shadow: 1px 1px 12px #000000;
    width: 896px;
    height: 250px;
}

.mapover {
    display: inline-block;
    vertical-align: top;
    /*position: relative;*/
    margin-left: 60px;
    padding: 20px 10px 20px 10px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(230, 230, 230, 0.8));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(230, 230, 230, 0.8));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(230, 230, 230, 0.8));
    /*top: 0 px;*/
    /*left: 60 px;*/
    width: 320px;
    /*z-index: 1001;*/
}

.mapover h3 {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    color: white;
    background: -webkit-linear-gradient(#013589, #53527C);
    background: -moz-linear-gradient(#013589, #53527C);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mapover p {
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*box-shadow: 0 px 0 px 3 px #ccc, 0 10 px 15 px #eee inset;*/
    box-shadow: 0 10px 15px #ccc inset;


}

footer {
    display: block;
    width: 940px;
    /*100 %;*/
    height: 45px;
    position: fixed;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin-left: -470px;
    left: 50%;
    bottom: 0;
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #D8D8D8;
    text-align: center;
    font-size: 75%;
    color: #666;
    padding-top: 7px;
    background-image: url("../images/footer_color-BqX6V2a.png");
    background-repeat: repeat-x;
}

footer p,
footer a {
    font-family: "Flash", sans-serif;
    font-size: 22px;
    color: #9e1b34;
    text-shadow: 1px 1px 2px #000;
}

.partners {
    height: 115px;
}
