body
{
    background: #efefef;
    font-size: 16px;
    font-family: arial;
}

p { padding: 5px 5px 2px 5px; }

h1
{
    font-size: 170%;
    color: #00AEEF;
    padding: 5px 5px 2px 15px;
}

h2 { font-size: 160%; }
h2 { padding: 5px 5px 2px 5px; }

img { border:0px; }
fieldset { border:0px; clear:none;}
li {list-style-type: disc; list-style-image: none; margin-left: 5px;}
ul {margin-left: 5px;}

.content
{
    background: #ffffff;
    
    max-width: 1597px;
    min-width: 600px;
    
    min-heigh: 600px;

    margin-left: auto;
    margin-right: auto;
    
    overflow: hidden;
}

/* === HEADER === */

.header
{
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.header p
{
    margin:0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-left: -10000px;
    margin-right: -10000px;
}

.header img
{
    border: 0;
    outline: 0;
    text-decoration: none;
    height: auto;
}

.header_facebook
{
    position:absolute;
    top:0;
    left: 0;
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
    clear:both;
}

.header_links_left1 a
{
    position:absolute;
    bottom:0;
    left: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    text-align: center;
    clear:both;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_left1 a:hover
{
    color: #ffff00;
}

.header_links_left2 a
{
    position:absolute;
    bottom:0;
    left: 0;
    margin-bottom: 15px;
    margin-left: 90px;
    text-align: center;
    clear:both;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_left2 a:hover
{
    color: #ffff00;
}

.header_links_left3 a
{
    position:absolute;
    bottom:0;
    left: 0;
    margin-bottom: 15px;
    margin-left: 160px;
    text-align: center;
    clear:both;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_left3 a:hover
{
    color: #ffff00;
}

.header_links_left4 a
{
    position:absolute;
    bottom:0;
    left: 0;
    margin-bottom: 15px;
    margin-left: 260px;
    text-align: center;
    clear:both;
    font-size:12px;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_left4 a:hover
{
    color: #ffff00;
}

.header_links_right1 a
{
    position:absolute;
    bottom:0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 10px;
    text-align: center;
    clear:both;
    width:80px;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_right1 a:hover
{
    color: #ffff00;
}

.header_links_right2 a
{
    position:absolute;
    bottom:0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 90px;
    text-align: center;
    clear:both;
    width:80px;

    text-decoration: none;
    color: #ffffff;
}

.header_links_right2 a:hover
{
    color: #ffff00;
}

.header_links_right3 a
{
    position:absolute;
    bottom:0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 170px;
    text-align: center;
    clear:both;
    width:80px;
    
    text-decoration: none;
    color: #ffffff;
}

.header_links_right3 a:hover
{
    color: #ffff00;
}

/* === FOOTER === */

.footer
{
    max-width: 1597px;
    height:30px;

    line-height: 0;
    position: relative;
    overflow: hidden;
    background-color:#000000;
    color: #ffffff;
    font-size:16px;
}

.footer p
{
    margin:5px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #ffffff;

}
.footer_text_left p
{
    position:absolute;
    bottom:0;
    left: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    clear:both;
    font-size:12px;
    
    text-decoration: none;
    color: #ffffff;
}

.footer_text_right p
{
    position:absolute;
    bottom:0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 10px;
    clear:both;
    font-size:12px;

    text-decoration: none;
    color: #ffffff;
}

/* === CARD === */
.card
{
    display: block;
    float: left;
    width: 255px;
    height:290px;
    margin-left:30px;
    margin-right:0px;
    margin-top:15px;
    margin-bottom:10px;
    position:relative;

    background-color:#f8f8f8;
    border: solid #e0e0e0 thin;
}

.card a
{
    color: #000000;
}

.card p
{
    color: #000000;
    margin-left:5px;
    text-align: center;
    padding: 0px 0px 0px 0px;

    margin-top:15px;
    margin-bottom:15px;
}

.card hr
{
    height: 1px;
    color: #e0e0e0;
    background-color: #e0e0e0;
    border: none;
}

.card:hover
{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
}

.card_slogan
{
    position:absolute;
    height:55px;
    bottom:44px;
    display: table;
    width:100%;
}
.card_slogan p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    color: #505050;
    font-size:80%;
}

.card_right1
{
    position:absolute;
    bottom:5px;
    left:4px;
}
.card_right2
{
    position:absolute;
    bottom:5px;
    left:38px;
}
.card_left
{
    position:absolute;
    bottom:0px;
    right:0px;
}

.card_left p
{
    margin-right:10px;
    margin-bottom:12px;
    color: #008000;
    font-size:90%;
}

/* === DETAILS === */
.details
{
    display: block;

    max-width: 900px;

    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:0px;
    position:relative;
    
    background-color:#f8f8f8;
    border: solid #e0e0e0 thin;
}

.details hr
{
    height: 1px;
    color: #e0e0e0;
    background-color: #e0e0e0;
    border: none;
}

/* === CARD_OTHER === */
.card_other
{
    display: block;
    float: left;
    width:  350px;
    height: 100px;
    margin-left:30px;
    margin-right:0px;
    margin-top:15px;
    margin-bottom:10px;
    position:relative;
    
    background-color:#f8f8f8;
    border: solid #e0e0e0 thin;
}

.card_other:hover
{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
}

.card_other_slogan
{
    position:absolute;
    height:78px;
    top:22px;
    display: table;
    margin-left:102px;
    margin-right:2px;
}
.card_other_slogan p
{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top:0px;
    margin-bottom:0px;

    color: #505050;
    font-size:70%;
}

.card_other_name
{
    position:absolute;
    top:3px;
    left:102px;
}

.card_other_name p
{
    margin-top:0px;
    margin-bottom:0px;
    color: #505050;
    font-size:80%;
}


.card_other_platform
{
    display: block;
    max-width: 900px;

    margin-top:15px;
    margin-bottom:10px;
    position:relative;
    
    margin-left:auto;
    margin-right:auto;
    
    background-color:#f8f8f8;
    border: solid #e0e0e0 thin;
    clear:both;
    
    text-decoration: none;
}

.card_other_platform:hover
{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
}

.card_other_platform a
{
    color: #000000;
    text-decoration: none;
}

.card_other_platform p
{
    color: #000000;
    text-decoration: none;

    margin-left:5px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    
    margin-top:15px;
    margin-bottom:15px;
}
