body {
    
}

div.gegevens_footer {
    text-align: center;
}

div.testje {
    cursor: url(logo.cur), url(../images/logo.cur), default;
}

div.count, span.count {
    font-size: 10px;
    font-weight: bold;
    color: grey;
    margin-bottom: 20px;
}

div.download {
    height: 240px;
}

div.top {
    margin-bottom: 100px;
}

div.social {
    position: absolute;
    left: 50%;
    margin-left: -380px;
    margin-top:-150px;
    transition: 0.2s;
}

div.social img {
    width: 40px;
    margin-left: 10px;
    
    -webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform:scale(1); /*Mozilla scale version*/
    -o-transform:scale(1); /*Opera scale version*/
    -webkit-transition-duration: 0.2s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.2s; /*Mozilla duration version*/
    -o-transition-duration: 0.2s; /*Opera duration version*/
    opacity: 0.6; /*initial opacity of images*/
}

div.social img:hover {
    -webkit-transform:scale(1.6); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.6); /*Mozilla scale version*/
    -o-transform:scale(1.6); /*Opera scale version*/
    opacity: 1;
}

div.video {
    margin-bottom: 15px;
}

img {
    border: 0px;
}

img.top_logo {
    margin-right: 0px;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 30px;
}

img.top {
    margin-top: 80px;
    margin-bottom: 10px;
    width: 300px;
    opacity: 0.9;
}

img.bottom {
    margin: 5px;
    width: 160px;
}

img.image, img.image_numbers {
    margin-top: 30px;
    width: 300px;
}

img.image_download {
    width: 280px;
    height: 180px;
}

img.image_numbers {
    height: 200px;
}

img.image_swim {
    margin-top: 30px;
    margin-right: 30px;
}

img.image_small {
    margin-top: 15px;
    margin-right: 30px;
    height: 120px;
    
    -webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform:scale(1); /*Mozilla scale version*/
    -o-transform:scale(1); /*Opera scale version*/
    -webkit-transition-duration: 0.2s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.2s; /*Mozilla duration version*/
    -o-transition-duration: 0.2s; /*Opera duration version*/
    opacity: 0.6; /*initial opacity of images*/
}

img.image_small:hover {
    -webkit-transform:scale(1.6); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.6); /*Mozilla scale version*/
    -o-transform:scale(1.6); /*Opera scale version*/
    opacity: 1;
}

img.pic {
    margin-right: 26px;
    margin-top: 26px;
}

#portfolios {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}

#portfolios div.scrollableArea img
{
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
           block of code. It's just a nice feature that prevent the images from
           accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
}

div.border_left {
    border-left: 2px solid #A8A8A8;
/*    margin-top: 15px;
    margin-bottom: 15px;*/
}

div.footer div.item {
    margin-top: 15px;
    margin-bottom: 15px;
}

div#footer_content {
    height: 80px;
}

div.offerte {
    position: absolute;
    margin-left: 20px;
    margin-top: 10px;
    z-index: 200;
}

div.success {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 400px;
    height: auto;
    text-align: left;
    white-space: pre-line;
    position: fixed;
    top: 50px;
    left: 10px;
    padding-left: 10px;
    z-index: 301;

    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(122, 238, 60);
    /* RGBa with 0.6 opacity */
    background-color: rgba(122, 238, 60, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7AEE3C, endColorstr=#7F7AEE3C);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7AEE3C, endColorstr=#7F7AEE3C)";
}

div.color_success {
    font-weight: bold;
    font-size: 16px;
    color: #7AEE3C;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.fail {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 400px;
    height: auto;
    text-align: left;
    white-space: pre-line;
    position: fixed;
    top: 50px;
    left: 10px;
    padding-left: 10px;
    z-index: 301;

    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 64, 64);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 64, 64, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF4040, endColorstr=#7FFF4040);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF4040, endColorstr=#7FFF4040)";
}

div.color_fail {
    font-weight: bold;
    font-size: 16px;
    color: #FF4040;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.footer, div.foot_content {
    bottom:0px;
    background-color: #E0E0E0;
    width: 100%;
    z-index: 400;
}

div.sofides {
    margin-top: 10px;
}

#kristof.page {
    padding-top: 100px;
}

div.page {
    margin-bottom: 70px;
    padding-bottom: 15px;
    min-height: 250px;
    padding-top: 75px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#cleanpage.page {
    position: absolute;
    left: 50%;
    top: 100px;
    min-height: 100px;
    margin-left: -480px;
    width: 940px;
}

#cleanpage p.content {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 24px;
}

div.separator, p.separator {
    margin-left: -50px;
    margin-top: 20px;
}

div.first {
    padding-top: 0px;
}

div.separator_bottom {
    margin-top: 260px;
}

div.fullpage {
    border-right: 3px;
    border-right-style: dashed;
    border-right-color: #8aa0cf;
    
    background: transparent;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
}

div.foot_content {
    background-color: #ffffff;
    height: 130px;
    padding-top: 20px;
}

div.footer_text {
    text-align: justify;
    margin-left: 10px;
}

div.footer_hover {
    background-color: #9C9C9C;
}

span.footer_bold {
    font-size: 12px;
    font-weight: bold;
    color: #ADC0E7;
}

div.footer_text, div.content, div.sofides {
    font-size: 13px;
    background: transparent;
}

div.footer_contact {
    text-align: center;
    font-size: 12px;
    color: #ABABAB;
    margin-bottom: 5px;
}

div.content {
    min-height: 300px;
}

p.midsection {
    font-size: 16px;
    font-weight: bold;
    background-color: #F9F9F9;

    text-align: left;
    white-space: pre-line;
}

p.content, div.footer_text, div.sofides {
    line-height: 16px;
    display: block;
    vertical-align: baseline;
    white-space: pre-line;
    text-align: justify;
}

p.content {
    margin-bottom: 10px;
    margin-top: 15px;
}

h1 {
    color: #2D4A87;
    font-size: 42px;
    line-height: 42px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: 25px;
    font-weight: bold;
    font-family: 'Comic Neue Angular', serif;
}

h1.header_page {
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
}

div.header_2 {
    color: #2D4A87;
    font-size: 32px;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-left: -10px;
    font-weight: bold;
}

div.header_3 {
    color: #2D4A87;
    font-size: 22px;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
}

div.header_3 .bold {
    font-weight: bold;
}

div.border_opacity {
    border-radius: 5px;
    box-shadow: 2px 4px 8px 4px rgba(255,255,255,0.3); 
}

/*http://www.colorzilla.com/gradient-editor/*/
div.barfooter {
    position: relative;
    bottom: 140px;
    width: 870px;
    height: 40px;
    z-index: 10;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhYTBjZiIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuMTQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuMTciLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNDMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNTciLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNiZGNhZTciIHN0b3Atb3BhY2l0eT0iMC41MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNhMWIzZGEiIHN0b3Atb3BhY2l0eT0iMC40MyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiM4YWEwY2YiIHN0b3Atb3BhY2l0eT0iMC44NiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGFhMGNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(138,160,207,0.12) 0%, rgba(138,160,207,0.14) 8%, rgba(138,160,207,0.17) 18%, rgba(138,160,207,0.43) 42%, rgba(138,160,207,0.57) 54%, rgba(138,160,207,0.65) 61%, rgba(138,160,207,0.6) 67%, rgba(189,202,231,0.52) 77%, rgba(161,179,218,0.43) 88%, rgba(138,160,207,0.86) 97%, rgba(138,160,207,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,160,207,0.12)), color-stop(8%,rgba(138,160,207,0.14)), color-stop(18%,rgba(138,160,207,0.17)), color-stop(42%,rgba(138,160,207,0.43)), color-stop(54%,rgba(138,160,207,0.57)), color-stop(61%,rgba(138,160,207,0.65)), color-stop(67%,rgba(138,160,207,0.6)), color-stop(77%,rgba(189,202,231,0.52)), color-stop(88%,rgba(161,179,218,0.43)), color-stop(97%,rgba(138,160,207,0.86)), color-stop(100%,rgba(138,160,207,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(138,160,207,0.12) 0%,rgba(138,160,207,0.14) 8%,rgba(138,160,207,0.17) 18%,rgba(138,160,207,0.43) 42%,rgba(138,160,207,0.57) 54%,rgba(138,160,207,0.65) 61%,rgba(138,160,207,0.6) 67%,rgba(189,202,231,0.52) 77%,rgba(161,179,218,0.43) 88%,rgba(138,160,207,0.86) 97%,rgba(138,160,207,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8aa0cf', endColorstr='#8aa0cf',GradientType=0 ); /* IE6-8 */

    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

div.content ul li {
    list-style: none;
    background-image: url(../images/list_item.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

ul.menu li {
    color: #BF9030;
/*    color: black;*/
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    line-height: 18px;
}

div.sticky_menu ul.menu {
    position: fixed;
    width: 100%;
    left: 0;
}

ul {
    padding: 0px;
}

ul.menu {
    margin-left: 0px;
    text-align: center;
    z-index: 301;
/*    border:1px solid #2D4A87;*/
/*    border-top: 0px;*/

    background-color: #E0E0E0;
    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(224, 224, 224);
    /* RGBa with 0.6 opacity */
    background-color: rgba(224, 224, 224, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FE0E0E0, endColorstr=#7FE0E0E0);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FE0E0E0, endColorstr=#7FE0E0E0)";
    
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

/*http://stackoverflow.com/questions/4601317/css-to-create-curved-corner-between-two-elements*/
ul.menu li.item a {
    float: left;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
/*    */
    margin: 0 3px 0 0;
    font-weight: bold;
}

div.logos {
    margin-top: 20px;
    margin-bottom: 20px;
    border:1px solid #2D4A87;

    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(245, 245, 245);
    /* RGBa with 0.6 opacity */
    background-color: rgba(245, 245, 245, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5)";
    
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}

div.logos img {
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    -webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform:scale(0.8); /*Mozilla scale version*/
    -o-transform:scale(0.8); /*Opera scale version*/
    -webkit-transition-duration: 0.2s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.2s; /*Mozilla duration version*/
    -o-transition-duration: 0.2s; /*Opera duration version*/
    opacity: 0.6; /*initial opacity of images*/
}

div.logos img:hover {
    -webkit-transform:scale(1.6); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.6); /*Mozilla scale version*/
    -o-transform:scale(1.6); /*Opera scale version*/
    opacity: 1;
}

div.sidebar {
    position: fixed;
    margin-left: -90px;
    margin-top: 450px;
    margin-bottom: 20px;
    border:1px solid #2D4A87;
    border-right: 0px;

    width: 100px;
    height: auto;

    background: transparent;
    zoom: 1;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(245, 245, 245);
    /* RGBa with 0.6 opacity */
    background-color: rgba(245, 245, 245, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF5F5F5, endColorstr=#7FF5F5F5)";

    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}

div.sidebar img {
    width: 80px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.procrastination {
    margin-left: 40px;
    margin-bottom: 50px;
}

a.footer_link {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
}

/*a.footer_link:hover {
    background-color: #9C9C9C;
    text-decoration: none;
}

a.footer_link:active, a.footer_link:link, a.footer_link:visited {
    font-weight: bold;
    text-decoration: none;
}*/

.content a:active, .content a:link, .content a:visited, .content a:hover {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #059;
    transition: .6s;
}

a.img_link:active, a.img_link:link, a.img_link:visited, a.img_link:hover {
    border-bottom: 0px;
}

.content a:hover {
    border-color: #4af
}

/*header a, #related a {
	color: #4af;  NOTE 
	color: #09f;
	border-bottom: 1px solid #059;
}
header a:hover, article #related a:hover { border-color: #4af }*/

a:active, a:link, a:visited {
    /*color: #2D4A87;*/
    color: #09f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #7C92C3;
}

a.sofides_mail:active, a.sofides_mail:link, a.sofides_mail:visited {
    color: #7C92C3;
    font-weight: bold;
    text-decoration: none;
}

a.sofides_mail:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

li.item a:link {
    background-color: #BDCAE7;
    color: #4F4848;
}

li.item a:visited {
    background-color: #BDCAE7;
    color: #4F4848;
}

li.item a:hover {
    background-color: #2D4A87;
    color: #FFFFFF;
}

li.item a:active {
    background-color: #2D4A87;
    color: #FFFFFF;
}

.link_to {
    margin-top: 10px;
    margin-bottom: 10px;
}

.room {
    margin-top: 5px;
    height: 18px;
    margin-bottom: 5px;
}

.subtitle {
    color: #2D4A87;
    font-variant: small-caps;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact_description {
    height: 195px;
}

#contact i.fa {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

#contact div.contact_text {
    line-height: 28px;
    margin-bottom: 15px;
}

#contact div.contact_text img {
    width: 100px;
}

#contact div.contact_text a:active, #contact div.contact_text a:link, #contact div.contact_text a:visited, #contact div.contact_text a:hover {
    border: 0px;
    text-decoration: none;
}

#sitemap i.fa {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}

.hide {
    display: none;
    cursor: hand;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.print {
    display: none;
}

a.folder {
    margin-left: 35px;
}

div.nutritions {
    margin-top: -200px;
    margin-left: 80px;
    text-align: center;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 30px;
        margin-right: 30px;
        margin-top: 25px;
        margin-bottom: 5px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner tr {
    opacity: 0.8;
}

#rounded-corner thead th.rounded-type
{
    background: #b9c9fe url('../images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-price
{
    background: #b9c9fe url('../images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
    padding: 8px;
    font-weight: normal;
    font-size: 13px;
    color: #039;
    background: #b9c9fe;
}
#rounded-corner td
{
    padding: 8px;
    background: #e8edff;
    border-top: 1px solid #fff;
    color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
    background: #e8edff url('../images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
    background: #e8edff url('../images/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
    background: #d0dafd;
}

/*Header*/
div.blurImg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
div.blurImg > div {
  position: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
div.blur {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.header {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
div.header div.title {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 500px;
  height: 230px;
  text-align: right;
  color: white;
}

div.header div.title p.say {
    width: 390px;
    font-family: 'Comic Neue Angular', serif;
    line-height: 26px;
}

div.header div.title p.by {
    font-weight: bold;
}

div.header div.title a {
  font-size: 0.8em;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  line-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.header div.title a:hover {
  background: #fff;
  color: Gray;
}
div.header p {
  font-size: 1.5em;
  margin-bottom: 0.7em;
}

div.h1 {
  font-weight: 800;
  font-size: 3.4em;
  margin-bottom: 0.2em;
}
nav {
    width: 98%;
    margin: 10px auto;
    height: 60px;
    border-top: 1px rgba(255,255,255,0.35) solid;
    text-align: center;
    font-family: 'Comic Neue Angular', sans-serif;
    font-weight: 500;
}
nav ul li {
  display: inline-block;
  margin-right: 20px;
}
nav ul li a {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
  line-height: 60px;
  display: block;
}
#navigation {
    position: relative;
}
#navigation.sticky_navigation {
    position: fixed;
    top: 0px;
    width: 100%;
}

#navigation.sticky_navigation div.background_links {
    top: 10px;
}

#navigation div.background_links {
    width: 940px;
    top: 0px;
    position:absolute;
    background:rgba(33,55,56,0.8);
    height: 60px;
    left: 50%;
    margin-left: -480px;
    z-index: -1;
}

#navigation.sticky_navigation div.slider_menu {
    display: none;
}

#navigation div.slider_menu {
    position: absolute;
    margin-left: 1%;
    margin-right: 1%;
    height: 2px;
    background-color: white;
    opacity: 0.4;
}

nav ul li.active a, nav ul li.make_active a {
  -webkit-box-shadow: 0px -1px 0px #fff;
  box-shadow: 0px -1px 0px #fff;
}

nav ul li a img {
    width: 32px;
    -webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform:scale(1); /*Mozilla scale version*/
    -o-transform:scale(1); /*Opera scale version*/
    -webkit-transition-duration: 0.2s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.2s; /*Mozilla duration version*/
    -o-transition-duration: 0.2s; /*Opera duration version*/
    opacity: 0.6; /*initial opacity of images*/
}

nav ul li.active a img, nav ul li.make_active a img, nav ul li a:hover img, nav ul li a img:hover {
    -webkit-transform:scale(1.4); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.4); /*Mozilla scale version*/
    -o-transform:scale(1.4); /*Opera scale version*/
    opacity: 1;
}

nav ul li a span {
    display:block;
    margin: 0;
    line-height: 18px;
    margin-top: -20px;
}
nav ul li.active a, nav ul li.make_active a, nav ul li a:hover {
  color: #fff;
}
.container {
  background: #fff;
  z-index: 1;
  padding: 0px 40px;
  margin: 0 auto;
  height: 2000px;
}

.bugme {
    margin-top: 50px;
}

.hideme {
    opacity: 0;
}

.hidden {
    opacity: 0;
}

.break {
    display: none;
}

#iframe_pdf {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.social-container {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: 30px;
    width: 380px;
    height: 50px;
}
.social-container .links {
    margin-bottom: 40px;
    text-align: center;
}
.social-container .links a {
    margin: 0 20px;
    color: #282525;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 2px 3px #fff;
}

.social-container .links a:hover {
    color: #5C2727;
}