/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
}

a.menu {
    text-decoration: none;
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    margin: 0;
    color: #555;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

a.menu:hover {
    background: none repeat scroll 0 0 rgba(235, 51, 106, 0.6);
    color: #fff;
}

a.home img {
    position: relative;
    top: 3px;
}

a.home:hover {
    background: none;
}

div.menu_item > ul {
    width: 550px;
    margin: 0 auto;
    padding-bottom: 5px;
}

div.menu {
    border-bottom: thin solid #EEEEEE;
    width: 100%;
    height: 136px;
    margin: 0 auto;
    background: #FFF;
    text-align: center;
}

div.logo {
    width: 100%;
    height: 90px;
    margin: 0 auto;
}
#english{
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 14px;
}

div.menu_item {
    border-top: thin solid #EEEEEE;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 5px;
    line-height: 36px;
}

div.slider {
    background: #FFF;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 80px;
}

div.footer {
    background: #FFF;
    width: 980px;
    height: 250px;
    margin: 0 auto;
    border-top: thin solid #EEEEEE;
    padding-top: 15px;
    color: #777777;
}

div.box {
    float: left;
    width: 170px;
    margin-left: 7%;
}

div.contact {
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    line-height: 27px;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}

div.about {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 27px;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}

div.info {
    width: 480px;
    float: left;
    height: auto;
}

div.map {
    width: 500px;
    float: right;
    height: inherit;
}

div.txt {
    width: 450px;
    float: left;
    height: inherit;
    padding-left: 40px;
}

div.box {
    float: left;
    width: 170px;
    margin-left: 7%;
}

div.box > ul > li > img {
    background: #CCC;
    padding: 2px;
    vertical-align: middle;
    margin-right: 10px;
}

div.box > ul > li > img:hover {
    background: #F7457A;
}

div.copy {
    font-size: 10px;
    float: left;
    height: 10px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

img.logo {
    float: left;
    margin-top: 20px;
    margin-left: 50px;
    width: auto;
    height: auto;
}

li {
    font-size: 13px;
    line-height: 25pt;
}

.title {
    margin-bottom: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.helpimg {
    margin: 0 0 20px 0;
    text-align: center;
}

.helpcontent {
    clear: both;
    overflow: hidden;
    max-width: 960px;
}

.helpcontent p {
    float: left;
    width: 70%;
}

.helpcontent p img {
    max-width: 100%;
    width: auto;
    margin: 20px 0 0 0;
}

.helpcontent ul {
    margin: 0;
    float: right;
    width: 20%;
    clear: right;
}

.helpcontent ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 250px;
}

.helpcontent ul li a {
    display: block;
    text-decoration: none;
}

.helpcontent ul li span {
    display: block;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: #EB336A;
    position: relative;
    bottom: 60px;
    -o-transition: background-color;
    transition: background-color;
    -moz-transition: background-color;
    -webkit-transition: background-color;
}

.helpcontent ul li span:hover {
    background-color: #AAA;
}
#FbPopup {
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:1000;
    display:block;
}
#FbPopup a {
    display:block;
    margin:0 -200px 0;
    position:relative;
    top:40px;    
    left:50%;
    width:400px;
}
#FbPopup img {
    width:400px;
}
#FbPopup .close {
    background: url("/assets/images/fb_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 26px;
    left: 50%;
    position: relative;
    top: -375px;
    width: 26px;
    margin: 0px 186px 0;
    cursor:pointer;
}
@media handheld, only screen and (max-width: 768px) {
}

/* Custom sizes
============================================================================================== */

@media screen and (max-width: 400px) {
    body div.Menuclosed {
    height:130px;
    overflow:hidden;
}
    a.menu {
        display: block;
        padding: 0;
    }

    div.menu_item {
    }

    div.menu {
        height: 360px;
        overflow:hidden;
    }

    div.info img {
        width: 100%;
    }

    #categories {
        display: none;
    }

    #bg-images {
        display: none;
    }

    div.about {
        width: 90%;
    }

    div.info {
        float: none;
        width: 100%;
    }

    div.txt {
        float: none;
        width: 100%;
        padding: 0;
    }

    div.footer {
        width: 90%;
        height: auto;
    }

    div.contact {
        width: 90%;
    }

    #weHelp {
        width: 100% !important;
    }

    #HelpMainImage img {
        width: 100%;
    }

    #weHelp .box {
        width: 100% !important;
        height: auto !important;
    }

    #weHelp .box .product {
        width: 100% !important;
    }

    #weHelp .box .text {
        width: 90% !important;
        height: 100%;
        padding: 20px 0;
    }

    #weHelp .box .image {
        text-align: center !important;
        width: 100% !important;
    }

    #weHelp .box .product a {
        display: block;
    }

    div.map {
        display: none;
        visibility: hidden;
    }
    .mhide {
        display:none;
        visibility:hidden;
    }

}

@media screen and (max-width: 480px) {
    a.menu {
        display: block;
        padding: 0;
    }
    body div.Menuclosed {
    height:130px;
    overflow:hidden;
}
    div.menu_item {
    }

    div.menu {
        height: 360px;
    }

    div.info img {
        width: 100%;
    }

    #categories {
        display: none;
    }

    #bg-images {
        display: none;
    }

    div.about {
        width: 90%;
    }

    div.info {
        float: none;
        width: 100%;
    }

    div.txt {
        float: none;
        width: 100%;
        padding: 0;
    }

    div.footer {
        width: 90%;
        height: auto;
    }

    div.contact {
        width: 90%;
    }

    #weHelp {
        width: 100% !important;
    }

    #HelpMainImage img {
        width: 100%;
    }

    #weHelp .box {
        width: 100% !important;
        height: auto !important;
    }

    #weHelp .box .product {
        width: 100% !important;
    }

    #weHelp .box .text {
        width: 90% !important;
        height: 100%;
        padding: 20px 0;
    }

    #weHelp .box .image {
        text-align: center !important;
        width: 100% !important;
    }

    #weHelp .box .product a {
        display: block;
    }

    div.map {
        display: none;
        visibility: hidden;
    }
    .mhide {
        display:none;
        visibility:hidden;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 320px) {
    a.menu {
        display: block;
        padding: 0;
    }
    body div.Menuclosed {
    height:130px;
    overflow:hidden;
}
    div.menu_item {
    }

    div.menu {
        height: 360px;
    }

    div.info img {
        width: 100%;
    }

    #categories {
        display: none;
    }

    #bg-images {
        display: none;
    }

    div.about {
        width: 90%;
    }

    div.info {
        float: none;
        width: 100%;
    }

    div.txt {
        float: none;
        width: 100%;
        padding: 0;
    }

    div.footer {
        width: 90%;
        height: auto;
    }

    div.contact {
        width: 90%;
    }

    #weHelp {
        width: 100% !important;
    }

    #HelpMainImage img {
        width: 100%;
    }

    #weHelp .box {
        width: 100% !important;
        height: auto !important;
    }

    #weHelp .box .product {
        width: 100% !important;
    }

    #weHelp .box .text {
        width: 90% !important;
        height: 100%;
        padding: 20px 0;
    }

    #weHelp .box .image {
        text-align: center !important;
        width: 100% !important;
    }

    #weHelp .box .product a {
        display: block;
    }

    div.map {
        display: none;
        visibility: hidden;
    }
    .mhide {
        display:none;
        visibility:hidden;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


#main > div:nth-child(1) > div > p:nth-child(4) > img {width: 100%}