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}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
/* -------------------------------------------------------------------------- */
/* Global class definitions */
/* -------------------------------------------------------------------------- */

html {
    font-family: arial;
    font-size: 1.125rem;
}

body {
    background-image: url('../../files/images/IMG_1782.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: 100%;
}

p {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
}

h1 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1.25rem 5%;
}

hr {
    border-bottom: solid 1px #fff;
}

/* -------------------------------------------------------------------------- */
/* General class definitions */
/* -------------------------------------------------------------------------- */

#main {
    float: none;
    max-width: 90rem;
    min-height: 30rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: transparent;
}

.is-hidden {
    display: none !important;
}

/* -------------------------------------------------------------------------- */
/* The header related classes */
/* -------------------------------------------------------------------------- */

#header {
    padding: .625rem;
    background: transparent;
}

/* -------------------------------------------------------------------------- */
/* The footer related classes */
/* -------------------------------------------------------------------------- */

#footer {
    padding: .625rem;
    min-height: 8rem;
    background: white;
}

/* -------------------------------------------------------------------------- */
/* Orins project related classes */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Article related classes */
/* -------------------------------------------------------------------------- */

.mod_article {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding: .625rem;
}

