/* RESET http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
*/

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;
    font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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: 700;
}

em {
    font-style: italic;
}

/*END OF RESET*/

/*CLEARFIX*/

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear:both;
}
/* for IE 6/7*/
.cf {
    zoom:1;
}
/*END OF CLEARFIX*/

/* DEFAULT STYLES */
.clear {
    width: 100%;
    clear: both;
}

html,body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

p {
    color: #06304d;
}

p a {
    color: #db4e44;

}

p a:hover {
    color: #c93f3f;
}
@media only screen and (max-width: 450px) {
    body {
        background-color: #a5d9ff;
        background-image: url("images/mobile_top_bg.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        margin: 0 auto;
    } 

    .wrapper {
        margin: 0 auto;
        width: 95%;
        overflow: hidden;
        min-height: 500px;
        position: relative;
    }

    .homeLink {
        display: block;
        border: 0px solid red;
        position: absolute;
        width: 350px;
        height: 80px;
        right:30%;
        top: 0px;
    }

    .homeLinkFacebook {
        display:none;
    }

    .languageLinks {
        display: none;
    }

    .languageLinksMob {
        display: none;
        float: right;
        margin-right: 5px;
        font-size: 1.127em;
        font-weight: 600;
        margin-top: 19px;
    }

    .sep {
        color: #eb0d1f;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
    .languageLinksMob a {
        color: #eb0d1f;
        text-decoration: none;
        display: inline-block;
        margin-left: 0px;
    }

    .languageLinksMob a:hover {
        color: #68c9e9;
    }
    
    .mobileMenu {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("images/alt_menu.png");
        background-repeat: no-repeat;
        float: right;
        margin-top: 7px;
        cursor: pointer;
        z-index: 20;
        position: relative;
        background-position: -39px 0px;   
    }
    
    .mobileMenu:hover {
        background-position: -3px 0px;
    }
    
    .mobileMenuAlt {
        background-position: -3px 0px;
    }
    
    .mobileMenuOpen {
        z-index: 10;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    
    .mobileMenuOpen .wrapper {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        height: 100%;
        position: relative;
        background-color: #fff;
    }
    
    .mobileMenuOpen .logo {
        width: 80%;
        max-width: 328px;
        margin: 0 auto;
        margin-top: 0px;
        border: 0px solid red;
    }
    
    .mobileMenuOpen .logo img{
        display: block;
    }
    
    .mobileMenuOpen .languages {
        width: 100%;
        height: 3.5em;
        margin-top: 20px;
        margin-bottom: 11px;
        background-color: #bde2fd;
        text-align: center;
    }
    
    .mobileMenuOpen .languages a, .mobileMenuOpen .languages .sep {
        color: #fff;
        font-weight: 600;
        font-size: 1.6em;
        margin-top: 14px;
        display: inline-block;
    }
    
    .mobileMenuOpen .languages a:hover {
        color: #1866c0;
    }
    
    .mobileMenuOpen .altMenuNav{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .mobileMenuOpen .altMenuNav ul {
        float: left;
        overflow: hidden;
    }
    
    .mobileMenuOpen .altMenuNav ul li{
        margin-top: 15px;
    }
    
    .mobileMenuOpen .altMenuNav ul li a {
        display: inline-block;
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px 5px;
        background-color: #db4e44;
    }
    
    .mobileMenuOpen .altMenuNav ul li a:hover {
        background-color: #68c9e9;
    }
    
    .mainNav {
        display: none;
    }
    
    .homeTop {
        width: 100%;
        margin: 0 auto;
        background-color: #bde2fd;
        border: 0px solid red;
        position: relative;
        margin-top: 33%;
    }

    .homeTop .welcome {
        width: 100%;
        float: left;
    }

    .homeTop .welcome h1 {
    background-color: #ffffff;
    color: #db4e44;
    display: block;
    font-size: 1.8em;
    height: 37px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    }

    .homeTop .welcome h1 .littleBlue {
        display: none;
    }

    .homeTop .welcome p {
        font-size: 1.26em;
        line-height: 1.6em;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1em;
    }

    .extraButton {
        display: block;
        float: right;
        background-color: #db4e44;
        color: #fff;
        font-weight: 600;
        font-size: 1.2em;
        letter-spacing: 0.2px;
        padding: 0.3em 0.5em 0.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .extraButton:hover {
        background-color: #c93f3f;
    }
    
     .homeTop .events {
        width: 100%;
        float: left;
    }

    .homeTop .events h1 {
    background-color: #ffffff;
    color: #db4e44;
    display: block;
    font-size: 1.8em;
    height: 37px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    border-top: 10px solid #a5d9ff;
    }

    .homeTop .events h1 .littleBlueRight {
        display: none;
    }

    .events ul {
        margin-bottom: 146px;
        margin-left: -15px;
        margin-top: 10px;
    }

    .events ul li, .events ul li a {
        display: block;
        color: #06304d;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.8em;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .events ul li a:hover {
        color: #06304d;
    }

    .events ul .date a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.5em;
        margin-left: 5px;
        background-color: #68c9e9;
        margin-bottom: 5px;
    }

    .events ul .date a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    .crayonCloud {
        background-image: url("images/cloud.png");
        background-repeat: no-repeat;
        float: right;
        height: 146px;
        margin-right: -3px;
        margin-top: -140px;
        position: relative;
        width: 302px;
    }

    .crayonCloud a {
        display: block;
        color: #db4e44;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        text-decoration: none;
        margin-left: 22px;
        margin-top: 93px;
    }

    .crayonCloud a:hover {
        color: #68c9e9;
    }
    
    .boxes {
        margin: 0 auto;
        overflow: hidden;
        width: 200px;
        margin-top: 19px;
    }

    .box {
        display: inline-block;
        width: 200px;
        height: 218px;
        background-image: url(images/boxes.png);
        background-repeat: no-repeat;
        margin-right: 0px;
        margin-bottom:10px;
        float: left;
        position: relative;
    }

    .box1 {
        background-position: 0px 0px;
    }

    .box2 {
        background-position: -230px 0px;
        margin-right: 0px;
        
    }
    .box3 {
        background-position: -460px 0px;
    }
    .box4 {
        background-position: -690px 0px;
        margin-right: 0px;
        
    }

    .box h1 {
        color: #fff;
        font-size: 1.8em;
        font-weight: 600;
        letter-spacing: 0.1px;
        display: block;
        width: 200px;
        text-align: center;
        margin-top: 31px;
    }

    .box4 h1 {
        font-size: 1.7em; 
        padding-left: 1px;
    }

    .box .short {
        color: #cee9fd;
        font-weight: 600;
        font-size: 1.127em;
        letter-spacing: 0.1px;
        padding: 20px 14px 0px 18px;
        line-height: 1.4em;
    }

    .box a {
        color: #fff;
        font-size: 1.26em;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 13px;
        right: 10px;
    }

    .box a:hover {
        color: #68c9e9;
    }

    .white {
        color: #fff;
    }

    .box h1 .red {
        color: #fc2032;
    }

    .box h1 .yellow {
        color: #fafc5b;
    }

    .box h1 .green {
        color: #44c707;
    }

    .box h1 .lightBlue {
        color: #03d2f7;
    }

    .box h1 .purple {
        color: #5005fb;
    }

    .box h1 .magenta {
        color: #fb03db;
    }

    .box h1 .cyon {
        color: #19f9e1;
    }

    .box h1 .orange {
        color: #f2b718;
    }

    .box h1 .yellow2 {
        color: #fafd08;
    }

    .quotes {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
        margin-bottom: -2px;
        1background-color: #bde2fd;
        
    }

    .quotes .quote {
        color: #06304d;
        float: left;
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    .quotes .quote {
        
    }
    
    .quotes .quote .text::first-letter {
        
        
    }

    .quotes .quote .text {
        line-height: 1.5em;
        padding-bottom: 1em;
        font-size: 1.31em;
    }

    .quotes .quote .source {
        font-size: 1.26em;
        padding-bottom: 1em;
        float: right;
    }

    footer {
        width: 100%;
        background-image: url("images/footer_dt.jpg");
        background-repeat: no-repeat;
        background-position: -50px 0px;
        height: 400px;
    }

    footer .wrapperFooter {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    footer .clouds {
        position: absolute;
        width: 366px;
        height: 227px;
        background-image: url("images/footer_clouds.png");
        background-repeat: no-repeat;
        background-position: -10px -20px;
        border: 0px solid red;
        left: 10px;
        top: 10px;
    }

    footer .nav1 ul {
        display: block;
        float: left;
        margin-left: 400px;
        margin-top: 48px; 
        display: none;
    }

    footer .nav2 ul {
        display: block;
        float: left;
        margin-left: 1px;
        margin-top: 48px;
        display: none;
    }

    footer ul li a {
        color: #fff;
        font-size: 1.26em;
        line-height: 1.8em;
        font-weight: 600;
        text-decoration: none;
        padding: 0px 3px;
        display: none;
    }

    footer ul li a:hover {
        color: #68c9e9;
        background-color: #fff;
        display: none;
    }

    footer .footerContact {
        bottom: 45px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        left: 35px;
        
    }

    footer .footerContact a {
        color: #a5d9ff;
    }

    footer .footerContact a:hover {
        color: #d9e45f;

    }

    footer .copyright {
        bottom: 4px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        position: absolute;
        left: 35px;
    }
    
    

}

@media only screen and (min-width: 451px) and (max-width: 849px) {
    body {
        background-color: #a5d9ff;
        background-image: url("images/mobile_top_bg.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        margin: 0 auto;
    } 

    .wrapper {
        margin: 0 auto;
        width: 95%;
        overflow: hidden;
        min-height: 500px;
        position: relative;
    }

    .homeLink {
        display: block;
        border: 0px solid red;
        position: absolute;
        width: 350px;
        height: 80px;
        right:30%;
        top: 0px;
    }

    .homeLinkFacebook {
        display:none;
    }

    .languageLinks {
        display: none;
    }

    .languageLinksMob {
        display: none;
        float: right;
        margin-right: 5px;
        font-size: 1.127em;
        font-weight: 600;
        margin-top: 19px;
    }

    .sep {
        color: #eb0d1f;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
    .languageLinksMob a {
        color: #eb0d1f;
        text-decoration: none;
        display: inline-block;
        margin-left: 0px;
    }

    .languageLinksMob a:hover {
        color: #68c9e9;
    }
    
    .mobileMenu {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("images/alt_menu.png");
        background-repeat: no-repeat;
        float: right;
        margin-top: 7px;
        cursor: pointer;
        z-index: 20;
        position: relative;
        background-position: -39px 0px;   
    }
    
    .mobileMenu:hover {
        background-position: -3px 0px;
    }
    
    .mobileMenuAlt {
        background-position: -3px 0px;
    }
    
    .mobileMenuOpen {
        z-index: 10;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    
    .mobileMenuOpen .wrapper {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        height: 100%;
        position: relative;
        background-color: #fff;
    }
    
    .mobileMenuOpen .logo {
        width: 80%;
        max-width: 328px;
        margin: 0 auto;
        margin-top: 0px;
        border: 0px solid red;
    }
    
    .mobileMenuOpen .logo img{
        display: block;
    }
    
    .mobileMenuOpen .languages {
        width: 100%;
        height: 3.5em;
        margin-top: 20px;
        margin-bottom: 11px;
        background-color: #bde2fd;
        text-align: center;
    }
    
    .mobileMenuOpen .languages a, .mobileMenuOpen .languages .sep {
        color: #fff;
        font-weight: 600;
        font-size: 1.6em;
        margin-top: 14px;
        display: inline-block;
    }
    
    .mobileMenuOpen .languages a:hover {
        color: #1866c0;
    }
    
    .mobileMenuOpen .altMenuNav{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .mobileMenuOpen .altMenuNav ul {
        float: left;
        overflow: hidden;
    }
    
    .mobileMenuOpen .altMenuNav ul li{
        margin-top: 15px;
    }
    
    .mobileMenuOpen .altMenuNav ul li a {
        display: inline-block;
        color: #fff;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px 5px;
        background-color: #db4e44;
    }
    
    .mobileMenuOpen .altMenuNav ul li a:hover {
        background-color: #68c9e9;
    }
    
    .mainNav {
        display: none;
    }
    
    .homeTop {
        width: 100%;
        margin: 0 auto;
        background-color: #bde2fd;
        border: 0px solid red;
        position: relative;
        margin-top: 33%;
    }

    .homeTop .welcome {
        width: 100%;
        float: left;
    }

    .homeTop .welcome h1 {
    background-color: #ffffff;
    color: #db4e44;
    display: block;
    font-size: 1.8em;
    height: 37px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    }

    .homeTop .welcome h1 .littleBlue {
        display: none;
    }

    .homeTop .welcome p {
        font-size: 1.26em;
        line-height: 1.6em;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1em;
    }

    .extraButton {
        display: block;
        float: right;
        background-color: #db4e44;
        color: #fff;
        font-weight: 600;
        font-size: 1.2em;
        letter-spacing: 0.2px;
        padding: 0.3em 0.5em 0.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .extraButton:hover {
        background-color: #c93f3f;
    }
    
     .homeTop .events {
        width: 100%;
        float: left;
    }

    .homeTop .events h1 {
    background-color: #ffffff;
    color: #db4e44;
    display: block;
    font-size: 1.8em;
    height: 37px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    width: 100%;
    border-top: 10px solid #a5d9ff;
    }

    .homeTop .events h1 .littleBlueRight {
        display: none;
    }

    .events ul {
        margin-bottom: 146px;
        margin-left: -15px;
        margin-top: 10px;
    }

    .events ul li, .events ul li a {
        display: block;
        color: #06304d;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.8em;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .events ul li a:hover {
        color: #06304d;
    }

    .events ul .date a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.5em;
        margin-left: 5px;
        background-color: #68c9e9;
        margin-bottom: 5px;
    }

    .events ul .date a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    .crayonCloud {
        background-image: url("images/cloud.png");
        background-repeat: no-repeat;
        float: right;
        height: 146px;
        margin-right: -3px;
        margin-top: -140px;
        position: relative;
        width: 302px;
    }

    .crayonCloud a {
        display: block;
        color: #db4e44;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        text-decoration: none;
        margin-left: 22px;
        margin-top: 93px;
    }

    .crayonCloud a:hover {
        color: #68c9e9;
    }
    
    .boxes {
        margin: 0 auto;
        overflow: hidden;
        width: 410px;
        margin-top: 19px;
    }

    .box {
        display: inline-block;
        
        width: 200px;
        height: 218px;
        background-image: url(images/boxes.png);
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom:10px;
        float: left;
        position: relative;
    }

    .box1 {
        background-position: 0px 0px;
    }

    .box2 {
        background-position: -230px 0px;
        margin-right: 0px;
        
    }
    .box3 {
        background-position: -460px 0px;
    }
    .box4 {
        background-position: -690px 0px;
        margin-right: 0px;
        
    }

    .box h1 {
        color: #fff;
        font-size: 1.8em;
        font-weight: 600;
        letter-spacing: 0.1px;
        display: block;
        width: 200px;
        text-align: center;
        margin-top: 31px;
    }

    .box4 h1 {
        font-size: 1.7em; 
        padding-left: 1px;
    }

    .box .short {
        color: #cee9fd;
        font-weight: 600;
        font-size: 1.127em;
        letter-spacing: 0.1px;
        padding: 20px 14px 0px 18px;
        line-height: 1.4em;
    }

    .box a {
        color: #fff;
        font-size: 1.26em;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 13px;
        right: 10px;
    }

    .box a:hover {
        color: #68c9e9;
    }

    .white {
        color: #fff;
    }

    .box h1 .red {
        color: #fc2032;
    }

    .box h1 .yellow {
        color: #fafc5b;
    }

    .box h1 .green {
        color: #44c707;
    }

    .box h1 .lightBlue {
        color: #03d2f7;
    }

    .box h1 .purple {
        color: #5005fb;
    }

    .box h1 .magenta {
        color: #fb03db;
    }

    .box h1 .cyon {
        color: #19f9e1;
    }

    .box h1 .orange {
        color: #f2b718;
    }

    .box h1 .yellow2 {
        color: #fafd08;
    }
    
    .quotes {
        margin: 0 auto;
        overflow: hidden;
        width: 80%;
        margin-top: 20px;
        margin-bottom: -2px;
    }

    .quotes .quote {
        color: #06304d;
        float: left;
        margin-bottom: 20px;
    }

    .quotes .quote:first-child {

    }

    .quotes .quote .text {
        line-height: 1.5em;
        padding-bottom: 1em;
        font-size: 1.31em;
    }

    .quotes .quote .source {
        font-size: 1.26em;
        padding-bottom: 1em;
        float: right;
    }

    footer {
        width: 100%;
        background-image: url("images/footer_dt.jpg");
        background-repeat: no-repeat;
        background-position: -50px 0px;
        height: 400px;
    }

    footer .wrapperFooter {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    footer .clouds {
        position: absolute;
        width: 366px;
        height: 227px;
        background-image: url("images/footer_clouds.png");
        background-repeat: no-repeat;
        background-position: -10px -20px;
        border: 0px solid red;
        left: 10px;
        top: 10px;
    }

    footer .nav1 ul {
        display: block;
        float: left;
        margin-left: 400px;
        margin-top: 48px; 
        display: none;
    }

    footer .nav2 ul {
        display: block;
        float: left;
        margin-left: 1px;
        margin-top: 48px;
        display: none;
    }

    footer ul li a {
        color: #fff;
        font-size: 1.26em;
        line-height: 1.8em;
        font-weight: 600;
        text-decoration: none;
        padding: 0px 3px;
        display: none;
    }

    footer ul li a:hover {
        color: #68c9e9;
        background-color: #fff;
        display: none;
    }

    footer .footerContact {
        bottom: 45px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        left: 35px;
        
    }

    footer .footerContact a {
        color: #a5d9ff;
    }

    footer .footerContact a:hover {
        color: #d9e45f;

    }

    footer .copyright {
        bottom: 4px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        position: absolute;
        left: 35px;
    }
    
    

}

@media screen and (min-width: 850px) and (max-width: 1027px),
screen and (orientation:landscape) and (min-device-height:850px) and (max-device-height: 1027px)  {
    .mobileMenu {
        display: none;
    }
    
    .mobileMenuOpen {
        display: none;
    }
    
    .languageLinksMob {
        display: none;
    }
    
    body {
        background-color: #a5d9ff;
        background-image: url("images/tablet_top.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        margin: 0 auto;
        min-width: 850px;
    } 

    .wrapper {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        min-height: 500px;
        position: relative;
    }

    .homeLink {
        display: block;
        border: 0px solid red;
        position: absolute;
        width: 350px;
        height: 160px;
        right:40%;
        top: 0px;
    }

    .homeLinkFacebook {
        border: 0px solid red;
        display: block;
        position: absolute;
        left:65%;
        top: 150px;
        height: 82px;
        width: 165px;
    }

    .languageLinks {
        float: right;
        margin-right: 40px;
        font-size: 1.127em;
        font-weight: 600;
        margin-top: 19px;
    }

    .languageLinks a {
        color: #eb0d1f;
        text-decoration: none;
        display: inline-block;
        margin-left: 10px;
    }

    .languageLinks a:hover {
        color: #68c9e9;
    }

    .mainNav {
        width: 98%;
        margin-top: 405px;
        float: left;
        margin-left: 10px;
    }

    .mainNav ul li {
        display: inline-block;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        margin-right: 10px;
        vertical-align: top;
        margin-top: 5px;
    }

    .mainNav ul li a{
        color: #fff;
        background-color: #db4e44;
        text-decoration: none;
        padding: 0px 5px;
    }

    .mainNav ul li a:hover{
        color: #68c9e9;
        background-color: #fff;
        text-decoration: none;
    }

    .mainNav ul .blurb {
        display: none;
    }

    .homeTop {
        width: 95%;
        margin: 0 auto;
        background-color: #bde2fd;
        border: 0px solid red;
        position: relative;
        margin-top: 20px;
    }

    .homeTop .welcome {
        width: 60%;
        float: left;
    }

    .homeTop .welcome h1 {
        display: block;
        background-color: #ffffff;
        width: 400px;
        height: 50px;
        margin-left: -10px;
        color: #db4e44;
        font-size: 2.4em;
        padding-top: 5px;
        padding-left: 45px;
        margin-top: 22px;
        position: relative;
    }

    .homeTop .welcome h1 .littleBlue {
        color: blue;
        background-image: url("images/blue_bits.png");
        background-repeat: no-repeat;
        border: 0px solid red;
        display: block;
        height: 9px;
        margin-left: -47px;
        margin-top: -14px;
        width: 12px;
        position: absolute;
    }

    .homeTop .welcome p {
        font-size: 1.26em;
        line-height: 1.6em;
        padding-left: 1.8em;
        padding-top: 1em;
    }

    .extraButton {
        display: block;
        float: right;
        background-color: #db4e44;
        color: #fff;
        font-weight: 600;
        font-size: 1.6em;
        letter-spacing: 0.2px;
        padding: 0.3em 0.5em 0.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .extraButton:hover {
        background-color: #c93f3f;
    }

    .homeTop .events {
        width: 40%;
        float: right;
    }

    .homeTop .events h1 {
        float: right;
        display: block;
        background-color: #ffffff;
        width: 301px;
        height: 45px;
        margin-right: -10px;
        color: #db4e44;
        font-size: 1.8em;
        padding-top: 10px;
        padding-left: 31px;
        margin-top: 22px;
        position: relative;
    }

    .homeTop .events h1 .littleBlueRight {
        background-image: url("images/blue_bits.png");
        background-repeat: no-repeat;
        background-position: -1012px 0;
        border: 0px solid red;
        display: block;
        height: 9px;
        margin-left: 289px;
        margin-top: -48px;
        width: 12px;
        position: absolute;
    }

    .events ul {
        margin-bottom: 139px;
        margin-left: 32px;
        margin-top: 99px;
    }

    .events ul li, .events ul li a {
        display: block;
        color: #06304d;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.8em;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .events ul li a:hover {
        color: #06304d;
    }

    .events ul .date a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.5em;
        margin-left: 150px;
        background-color: #68c9e9;
        margin-bottom: 5px;
    }

    .events ul .date a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    .crayonCloud {
        background-image: url("images/cloud.png");
        background-repeat: no-repeat;
        float: right;
        height: 146px;
        margin-right: 25px;
        margin-top: -140px;
        position: relative;
        width: 302px;
    }

    .crayonCloud a {
        display: block;
        color: #db4e44;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        text-decoration: none;
        margin-left: 22px;
        margin-top: 93px;
    }

    .crayonCloud a:hover {
        color: #68c9e9;
    }

    .boxes {
        margin: 0 auto;
        overflow: hidden;
        width: 460px;
        margin-top: 19px;
    }

    .box {
        width: 200px;
        height: 218px;
        background-image: url(images/boxes.png);
        background-repeat: no-repeat;
        margin-right: 30px;
        margin-bottom: 30px;
        float: left;
        position: relative;
    }

    .box1 {
        background-position: 0px 0px;
    }

    .box2 {
        background-position: -230px 0px;
    }
    .box3 {
        background-position: -460px 0px;
    }
    .box4 {
        background-position: -690px 0px;
        margin-right: 0px;
    }

    .box h1 {
        color: #fff;
        font-size: 1.8em;
        font-weight: 600;
        letter-spacing: 0.1px;
        display: block;
        width: 200px;
        text-align: center;
        margin-top: 31px;
    }

    .box4 h1 {
        font-size: 1.7em; 
        padding-left: 1px;
    }

    .box .short {
        color: #cee9fd;
        font-weight: 600;
        font-size: 1.127em;
        letter-spacing: 0.1px;
        padding: 20px 14px 0px 18px;
        line-height: 1.4em;
    }

    .box a {
        color: #fff;
        font-size: 1.26em;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 13px;
        right: 10px;
    }

    .box a:hover {
        color: #68c9e9;
    }

    .white {
        color: #fff;
    }

    .box h1 .red {
        color: #fc2032;
    }

    .box h1 .yellow {
        color: #fafc5b;
    }

    .box h1 .green {
        color: #44c707;
    }

    .box h1 .lightBlue {
        color: #03d2f7;
    }

    .box h1 .purple {
        color: #5005fb;
    }

    .box h1 .magenta {
        color: #fb03db;
    }

    .box h1 .cyon {
        color: #19f9e1;
    }

    .box h1 .orange {
        color: #f2b718;
    }

    .box h1 .yellow2 {
        color: #fafd08;
    }

    .quotes {
        margin: 0 auto;
        overflow: hidden;
        width: 80%;
        margin-top: 20px;
        margin-bottom: -2px;
    }

    .quotes .quote {
        color: #06304d;
        float: left;
        margin-bottom: 20px;
    }

    .quotes .quote:first-child {

    }

    .quotes .quote .text {
        line-height: 1.5em;
        padding-bottom: 1em;
        font-size: 1.31em;
    }

    .quotes .quote .source {
        font-size: 1.26em;
        padding-bottom: 1em;
        float: right;
    }

    footer {
        width: 100%;
        background-image: url("images/footer_dt.jpg");
        background-repeat: no-repeat;
        background-position: -50px 0px;
        height: 400px;
    }

    footer .wrapperFooter {
        margin: 0 auto;
        width: 850px;
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    footer .clouds {
        position: absolute;
        width: 366px;
        height: 227px;
        background-image: url("images/footer_clouds.png");
        background-repeat: no-repeat;
        background-position: -10px -20px;
        border: 0px solid red;
        left: 10px;
        top: 10px;
    }

    footer .nav1 ul {
        display: block;
        float: left;
        margin-left: 400px;
        margin-top: 48px;  
    }

    footer .nav2 ul {
        display: block;
        float: left;
        margin-left: 1px;
        margin-top: 48px;  
    }

    footer ul li a {
        color: #fff;
        font-size: 1.26em;
        line-height: 1.8em;
        font-weight: 600;
        text-decoration: none;
        padding: 0px 3px;
    }

    footer ul li a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    footer .footerContact {
        bottom: 45px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        right: 570px;
    }

    footer .footerContact a {
        color: #a5d9ff;
    }

    footer .footerContact a:hover {
        color: #d9e45f;

    }

    footer .copyright {
        bottom: 4px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        position: absolute;
        right: 298px;

    }

}



@media screen and (orientation:landscape) and (min-device-height:1028px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width:1028px)


{
    .mobileMenuOpen {
        display: none;
    }
    
    .mobileMenu {
        display: none;
    }
    
    .languageLinksMob {
        display: none;
    }
    
    body {
        background-color: #a5d9ff;
        background-image: url("images/dt_top_bg2.jpg");
        background-position: center top;
        background-repeat: no-repeat;
    } 

    .wrapper {
        margin: 0 auto;
        background-image: url("images/dt_top_pic.png");
        background-repeat: no-repeat;
        width: 1028px;
        background-position: center top;
        overflow: hidden;
        min-height: 500px;
    }

    .wrapper .hu {
        background-image: url("images/dt_top_pic_hu.png");
    }

    .homeLink {
        display: block;
        border: 0px solid red;
        float: left;
        width: 454px;
        height: 160px;
        margin-left: 137px;
    }

    .homeLinkFacebook {
        border: 0px solid red;
        display: block;
        float: left;
        height: 82px;
        margin-left: 732px;
        width: 165px;
    }

    .languageLinks {
        float: right;
        margin-right: 40px;
        font-size: 1.127em;
        font-weight: 600;
        margin-top: 19px;
    }

    .languageLinks a {
        color: #eb0d1f;
        text-decoration: none;
        display: inline-block;
        margin-left: 10px;
    }

    .languageLinks a:hover {
        color: #68c9e9;
    }

    .mainNav {
        width: 100%;
        margin-top: 246px;
        float: left;
        margin-left: 10px;
    }

    .mainNav ul li {
        display: inline-block;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        margin-right: 26px;
        vertical-align: top;
        margin-top: 20px;
    }

    .mainNav ul li a{
        color: #0364aa;
        text-decoration: none;
    }

    .mainNav ul .blurb{
        background-image: url("images/green_blob.png");
        background-position: 1px -4px;
        background-repeat: no-repeat;
        height: 76px;
        line-height: 1.3em;
        margin-left: -16px;
        margin-right: 8px;
        padding-top: 18px;
        text-align: center;
        width: 135px;
        margin-top: 4px;
    }

    .mainNav ul .blurb a{
        color: #fff;
    }

    .mainNav ul .blurb a:hover {
        color: #fafc5b;
    }

    .mainNav ul .tabletOnly {
        display: none;
    }

    .mainNav a:hover {
        color: #ffffff;
        text-decoration: none;
    }


    .homeTop {
        width: 95%;
        margin: 0 auto;
        background-color: #bde2fd;
        border: 0px solid red;
        position: relative;
    }

    .homeTop .welcome {
        width: 64%;
        float: left;
    }

    .homeTop .welcome h1 {
        display: block;
        background-color: #ffffff;
        width: 400px;
        height: 50px;
        margin-left: -10px;
        color: #db4e44;
        font-size: 2.4em;
        padding-top: 5px;
        padding-left: 45px;
        margin-top: 22px;
        position: relative;
    }

    .homeTop .welcome h1 .littleBlue {
        color: blue;
        background-image: url("images/blue_bits.png");
        background-repeat: no-repeat;
        border: 0px solid red;
        display: block;
        height: 9px;
        margin-left: -47px;
        margin-top: -14px;
        width: 12px;
        position: absolute;
    }

    .homeTop .welcome p {
        font-size: 1.26em;
        line-height: 1.6em;
        padding-left: 1.8em;
        padding-top: 1em;
    }

    .extraButton {
        display: block;
        float: right;
        background-color: #db4e44;
        color: #fff;
        font-weight: 600;
        font-size: 1.6em;
        letter-spacing: 0.2px;
        padding: 0.3em 0.5em 0.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }

    .extraButton:hover {
        background-color: #c93f3f;
    }

    .homeTop .events {
        width: 340px;
        float: right;
    }

    .homeTop .events h1 {
        float: right;
        display: block;
        background-color: #ffffff;
        width: 301px;
        height: 45px;
        margin-right: -10px;
        color: #db4e44;
        font-size: 1.8em;
        padding-top: 10px;
        padding-left: 31px;
        margin-top: 22px;
        position: relative;
    }

    .homeTop .events h1 .littleBlueRight {
        background-image: url("images/blue_bits.png");
        background-repeat: no-repeat;
        background-position: -1012px 0;
        border: 0px solid red;
        display: block;
        height: 9px;
        margin-left: 289px;
        margin-top: -48px;
        width: 12px;
        position: absolute;
    }

    .events ul {
        margin-bottom: 139px;
        margin-left: 32px;
        margin-top: 99px;
    }

    .events ul li, .events ul li a {
        display: block;
        color: #06304d;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.8em;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .events ul li a:hover {
        color: #06304d;
    }

    .events ul .date a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.127em;
        line-height: 1.5em;
        margin-left: 150px;
        background-color: #68c9e9;
        margin-bottom: 5px;
    }

    .events ul .date a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    .crayonCloud {
        background-image: url("images/cloud.png");
        background-repeat: no-repeat;
        float: right;
        height: 146px;
        margin-right: 25px;
        margin-top: -140px;
        position: relative;
        width: 302px;
    }

    .crayonCloud a {
        display: block;
        color: #db4e44;
        line-height: 1.5em;
        font-weight: 600;
        font-size: 1.127em;
        text-decoration: none;
        margin-left: 22px;
        margin-top: 93px;
    }

    .crayonCloud a:hover {
        color: #68c9e9;
    }

    .boxes {
        margin: 0 auto;
        overflow: hidden;
        width: 890px;
        margin-top: 55px;
    }

    .box {
        width: 200px;
        height: 243px;
        background-image: url(images/boxes.png);
        background-repeat: no-repeat;
        margin-right: 30px;
        float: left;
        position: relative;
    }

    .box1 {
        background-position: 0px 0px;
    }

    .box2 {
        background-position: -230px 0px;
    }
    .box3 {
        background-position: -460px 0px;
    }
    .box4 {
        background-position: -690px 0px;
        margin-right: 0px;
    }

    .box h1 {
        color: #fff;
        font-size: 1.8em;
        font-weight: 600;
        letter-spacing: 0.1px;
        display: block;
        width: 200px;
        text-align: center;
        margin-top: 31px;
    }

    .box4 h1 {
        font-size: 1.7em; 
        padding-left: 1px;
    }

    .box .short {
        color: #cee9fd;
        font-weight: 600;
        font-size: 1.127em;
        letter-spacing: 0.1px;
        padding: 20px 14px 0px 18px;
        line-height: 1.4em;
    }

    .box a {
        color: #fff;
        font-size: 1.26em;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: absolute;
        bottom: 38px;
        right: 10px;
    }

    .box a:hover {
        color: #68c9e9;
    }

    .white {
        color: #fff;
    }

    .box h1 .red {
        color: #fc2032;
    }

    .box h1 .yellow {
        color: #fafc5b;
    }

    .box h1 .green {
        color: #44c707;
    }

    .box h1 .lightBlue {
        color: #03d2f7;
    }

    .box h1 .purple {
        color: #5005fb;
    }

    .box h1 .magenta {
        color: #fb03db;
    }

    .box h1 .cyon {
        color: #19f9e1;
    }

    .box h1 .orange {
        color: #f2b718;
    }

    .box h1 .yellow2 {
        color: #fafd08;
    }

    .quotes {
        margin: 0 auto;
        overflow: hidden;
        width: 890px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .quotes .quote {
        color: #06304d;
        float: left;
        width: 400px;
        padding: 0px 15px;
    }

    .quotes .quote:first-child {
        margin-right: 15px;
    }

    .quotes .quote .text {
        line-height: 1.5em;
        padding-bottom: 1em;
        font-size: 1.31em;
    }

    .quotes .quote .source {
        font-size: 1.26em;
        padding-bottom: 1em;
        float: right;
    }

    footer {
        width: 100%;
        background-image: url("images/footer_dt.jpg");
        background-repeat: no-repeat;
        background-position: -50px 0px;
        height: 400px;
    }

    footer .wrapperFooter {
        margin: 0 auto;
        width: 1028px;
        overflow: hidden;
        position: relative;
        height: 400px;
    }

    footer .clouds {
        position: absolute;
        width: 366px;
        height: 227px;
        background-image: url("images/footer_clouds.png");
        background-repeat: no-repeat;
        background-position: -10px -20px;
        border: 0px solid red;
        left: 10px;
        top: 10px;
    }

    footer .nav1 ul {
        display: block;
        float: left;
        margin-left: 400px;
        margin-top: 48px;  
    }

    footer .nav2 ul {
        display: block;
        float: left;
        margin-left: 50px;
        margin-top: 48px;  
    }

    footer ul li a {
        color: #fff;
        font-size: 1.26em;
        line-height: 1.8em;
        font-weight: 600;
        text-decoration: none;
        padding: 0px 3px;
    }

    footer ul li a:hover {
        color: #68c9e9;
        background-color: #fff;
    }

    footer .footerContact {
        background-image: url("images/contact_arrow_hu.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        bottom: 43px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        padding-left: 191px;
        padding-top: 38px;
        position: absolute;
        right: 54px;
    }

    footer .footerContact a {
        color: #a5d9ff;
    }

    footer .footerContact a:hover {
        color: #d9e45f;

    }

    footer .copyright {
        bottom: 4px;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 1.8em;
        position: absolute;
        right: 393px;
    }

}


