body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
header#header {
    height: 241px;
}

header#header div.inside div#mod_header_image {
    position: relative;
    width: 100%;
    height: 185px;
    overflow: hidden;
    clear: both;
}

header#header div.inside div#mod_header_image img {
    position: relative;
    height: 100%;
    min-height: 370px;
    min-width: 100%;
    max-width: none;

    top: -150px;

    z-index: 10;
}

header#header div.inside div#mod_header_image div.text {
    display: none;
}

header#header div.inside div#mod_header_image div.text {
    position: absolute;
    top: 100px;
    background-color: #349DC7;
    color: #FFFFFF;
    font-size: 49px;
    line-height: 54px;
    padding: 23px 31px;
    z-index: 20;
}

header#header div.inside div#mod_header_image div.text p {
    margin: 0;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
}

/******************/
/*     NAVBAR     */
/******************/

header#header div#mod_header {
    float: left;
}

header#header div#mod_header img#site_logo {
    top: 40px;
    height: 45px;
    width: auto;
    margin-bottom: 30px;
}

header#header div#mod_header img#hamburger_icon {
    position: absolute;
    top: 25px;
    right: 5%;
    width: 54px;
    height: auto;
    display: none;
}

header#header nav.mod_navigation ul {
    float: right;
    margin: 0;
    padding: 0;
}

header#header nav.mod_navigation li {
    list-style-type: none;
    float: left;

    font-size: 15px;
    line-height: 66px;
    text-transform: uppercase;

    padding-left: 20px;
    padding-right: 15px;
}

header#header nav.mod_navigation li span {
    font-weight: bold;
    color: #349DC7;
}

header#header nav.mod_navigation li a {
    text-decoration: none;
    color: #333333;
}
    header#header nav.mod_navigation li a:hover {
        color: #349DC7;
    }

/*******************/
/*     CONTENT     */
/*******************/

div#container {
    width: 940px;
    margin: 0 auto;
    display: block;
    min-height: 100%;
    margin-bottom: 250px;
}

div#container div#main div.inside {
    font-size: 17px;
    line-height: normal;
}

div#container div#main div.inside h1,
div#container div#main div.inside h2,
div#container div#main div.inside h3,
div#container div#main div.inside h4,
div#container div#main div.inside h5,
div#container div#main div.inside h6,
div#container div#main div.inside strong {
    color: #349DC7;
}

div#container div#main div.inside p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

div#container div#main div.inside a {
    text-decoration: none;
    color: #349DC7;
}
    div#container div#main div.inside a:hover {
        text-decoration: underline;
    }

div#container div#main div.inside hr {
    height: 1px;
    border: none;
    color: #349DC7;
    background-color: #349DC7;
}

div#container div#main div.inside table {
    width: 100%;
    padding-top: 25px;
}

div#container div#main div.inside td {
    width: 33.333333334%;
    margin: 0;
    padding: 0;
}

div#container div#main div.inside div.ce_form td:first-child {
    width: 15%;
}

fieldset.radio_container {
    border: none;
}

/************************/
/*     MEDIAQUERIES     */
/************************/

@media screen and (min-width: 1367px) {
    /* DESKTOP */
    header#header {
        height: auto!important;
    }

    header#header div#mod_header {
        width: 100%;
        text-align: center;
    }

    /*header#header div#mod_header img#site_logo {*/
        /*position: absolute;*/
        /*top: 12px;*/
        /*left: 12px;*/
    /*}*/

    header#header div#mod_header img#site_logo {
        position: relative;
        top: 20px;
    }

    header#header nav.mod_navigation {
        /*width: 75%;*/
        width: 100%;
        float: right;
    }

    header#header nav.mod_navigation ul {
        float: none;
        /*display: table-row;*/
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    header#header nav.mod_navigation ul li {
        position: relative;
        /*display: table-cell;*/
        display: inline;
        text-align: center;
        float: none;

        font-size: 14px;
        bottom: -17px;

        padding-right: 25px;
        padding-left: 25px;
    }

}
@media screen and (min-width: 980px) and (max-width: 1366px) {
    /* TABLET LANDSCAPE */
    header#header {
        height: auto!important;
    }

    header#header div#mod_header {
        width: 100%;
        text-align: center;
    }

    header#header div#mod_header img#site_logo {
        position: relative;
        top: 20px;
    }

    header#header nav.mod_navigation {
        display: inline-table;
        width: 100%;
    }

    header#header nav.mod_navigation ul {
        float: none;
        display: table-row;
        width: 100%;
    }

    header#header nav.mod_navigation ul li {
        position: relative;
        display: table-cell;
        text-align: center;
        float: none;

        font-size: 12px;
        bottom: -17px;

        padding-right: 10px;
        padding-left: 10px;
    }

    header#header div.inside div#mod_header_image div.text {
        font-size: 36px;
        line-height: 40px;
        padding: 15px 31px;
    }

    div#container,
    div#mod_blocks {
        max-width: 98%;
    }
}

@media screen and (max-width: 979px) {
    /* MOBILE & TABLET-PORTRAIT */
    header#header div#mod_header {
        width: 100%;
        text-align: center;
        height: 83px;
    }

    header#header div#mod_header img#site_logo {
        position: absolute;
        top: 20px;
        left: 5px;
        display: block;
        max-width: 321px;
        width: 75%;
        height: auto;
    }

    header#header div#mod_header img#hamburger_icon {
        display: block;
    }

    header#header nav.mod_navigation {
        position: absolute;
        top: 78px;
        display: none;
        width: 100%;
    }

    header#header nav.mod_navigation ul {
        float: none;
        display: block;
    }

    header#header nav.mod_navigation ul li {
        position: relative;
        display: block;
        text-align: left;
        float: none;

        padding-top: 5px;
        padding-bottom: 5px;

        font-size: 13px;
        line-height: 24px;

        background-color: #FFFFFF;
        border-bottom: 1px solid #D7D7D7;
        z-index: 100;
    }

        header#header nav.mod_navigation ul li:first-child {
            border-top: 1px solid #D7D7D7;
        }

    header#header nav.mod_navigation ul li a,
    header#header nav.mod_navigation ul li span {
        display: block;
    }

    header#header div.inside div#mod_header_image {
        position: absolute;
        top: 78px;
    }

    header#header div.inside div#mod_header_image div.text {
        font-size: 24px;
        line-height: 34px;
        padding: 15px 15px;
        width: 100%;
        top: auto;
        bottom: 0px;
    }

    div#container {
        width: 97%;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    div#container div#main div.inside div.ce_text td:first-child {
        display: none;
    }

    div#mod_blocks {
        width: 100%!important;
    }

    div#mod_blocks .bottom_block {
        width: 50%!important;
    }

    div#mod_blocks .bottom_block:nth-child(3) {
        margin-left: -4px;
    }

    div#mod_blocks .bottom_block:nth-child(1),
    div#mod_blocks .bottom_block:nth-child(4) {
        background-color: #E6E7E8!important;
    }

    div#mod_blocks .bottom_block:nth-child(2),
    div#mod_blocks .bottom_block:nth-child(3) {
        background-color: #F1F2F2!important;
    }
}

div#mod_blocks {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 34px;
}

div#mod_blocks .bottom_block {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
}

    div#mod_blocks .bottom_block:first-child {
        margin-left: -4px;
    }

    div#mod_blocks .bottom_block:nth-child(1),
    div#mod_blocks .bottom_block:nth-child(3) {
        background-color: #E6E7E8;
    }

    div#mod_blocks .bottom_block:nth-child(2),
    div#mod_blocks .bottom_block:nth-child(4) {
        background-color: #F1F2F2;
    }

div#mod_blocks .bottom_block img {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin: 0 auto;
}

div#mod_blocks .bottom_block .description {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
}

div#mod_blocks .bottom_block .description p {
    margin-top: 0;
    height: 40px;
    overflow: hidden;
}

div#mod_blocks a {
    text-decoration: none;
    color: #000000;
}

div#mod_blocks .bottom_block span.href {
    text-decoration: none;
    color: #349DC7;
    font-size: 12px;
    font-weight: bold;
    float: right;
    height: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

/**********************/
/*     ANIMATIONS     */
/**********************/

div#mod_blocks .bottom_block {
    opacity: 0;
    transition: box-shadow 0.35s ease;
}

    div#mod_blocks .bottom_block:hover {
        -moz-box-shadow:    inset 0 0 7px #555;
        -webkit-box-shadow: inset 0 0 7px #555;
        box-shadow:         inset 0 0 7px #555;
    }

div#mod_blocks .bottom_block.start {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animation ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.25s;
    -moz-animation-duration:0.25s;
    animation-duration:0.25s;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

div#mod_blocks .bottom_block.one {-webkit-animation-delay: 0s; -moz-animation-delay: 0s; animation-delay: 0s;}
div#mod_blocks .bottom_block.two {-webkit-animation-delay: 0.15s; -moz-animation-delay: 0.15s; animation-delay: 0.15s;}
div#mod_blocks .bottom_block.tree {-webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;}
div#mod_blocks .bottom_block.four {-webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; animation-delay: 0.45s;}
footer#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 224px;
}

footer#footer div#mod_footer{
    position: absolute;
    bottom: 0;
    height: 34px;
    width: 100%;

    background-color: #349DC7;

    font-size: 11px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
}
header#header {
    height: 421px;
}

header#header div.inside div#mod_header_image {
    height: 370px!important;
}

header#header div.inside div#mod_header_image img {
    min-height: 370px!important;
    top: 0px!important;
}

header#header div.inside div#mod_header_image div.text {
    display: block;
}
header#header nav.mod_navigation li span {
	color: #006600;
}
header#header nav.mod_navigation li a:hover {
	color: #006600;
}

div#container div#main div.inside h1,
div#container div#main div.inside h2,
div#container div#main div.inside h3,
div#container div#main div.inside h4,
div#container div#main div.inside h5,
div#container div#main div.inside h6,
div#container div#main div.inside strong {
	color: #006600;
}

div#container div#main div.inside a {
	color: #006600;
}

div#container div#main div.inside hr {
	background-color: #006600;
}

footer#footer .inside {
	height: 224px;
}

footer#footer div#mod_footer{
	background-color: #006600;
}

header#header div.inside div#mod_header_image div.text {
	background-color: #006600;
}
