/*
Variable Grid System.
Learn more ~ http://www.spry-soft.com/grids/
Based on 960 Grid System - http://960.gs/
Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.
  Note: IE6 works fine without this fix.
*/
/*-------------------------------------------------*/
/* =  Font
/*-------------------------------------------------*/

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Reg-webfont.eot');
    src: url('../font/Lato-Reg-webfont.eot?#iefix') format('eot'),
    url('../font/Lato-Reg-webfont.woff') format('woff'),
    url('../font/Lato-Reg-webfont.ttf') format('truetype'),
    url('../font/Lato-Reg-webfont.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ContraSansLight';
    src: url('../font/contra-sans-light-webfont.eot');
    src: url('../font/contra-sans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/contra-sans-light-webfont.woff') format('woff'),
    url('../font/contra-sans-light-webfont.ttf') format('truetype'),
    url('../font/contra-sans-light-webfont.svg#ContraSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?c9uttr');
    src: url('../font/icomoon.eot?c9uttr#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?c9uttr') format('truetype'),
    url('../font/icomoon.woff?c9uttr') format('woff'),
    url('../font/icomoon.svg?c9uttr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*#contentline*/
ul.social-media-list {
    margin: 16px 0 !important
}

/*#contentline*/
ul.social-media-list li {
    list-style: none !important;
    margin: 0 !important;
    line-height: 100% !important;
}

/*#contentline*/
ul.social-media-list li span {
    margin-right: 6px !important;
    float: left !important;
    font-size: 36px !important;

}

/*#contentline*/
ul.social-media-list li p {
    font-size: 160% !important;
    font-weight: bold !important;

}

/*#contentline*/
ul.social-media-list li a {
    text-decoration: none !important;
}

.icon-envelope:before {
    content: "\e900";
}

.icon-mobile2:before {
    content: "\e959";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-pinterest:before {
    content: "\ead1";
}

.icon-facebook2 {
    color: #3b5998
}

.icon-twitter {
    color: #00aced
}

.icon-pinterest {
    color: #cb2027
}

/*
h1 {
font-family: 'texgyreadventorregular', Georgia, "Times New Roman", Times, serif;
font-size:190%;
line-height:100%;
font-weight:normal;
color:#214478;
margin-bottom:12px;
}
*/
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

body {
    min-width: 1032px;
    font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    /*background-color:#444;*/
}

p {
    color: #432;
    font-size: 95%;
    line-height: 160%;
    padding: 16px 0;
}

p.event-date {
    margin: 0;
    line-height: normal;
    padding: 0 0 32px 0;
}

/* Main Sections */

#topline {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/

    background-color: #222;
}

#navline {
    background-color: #FFF
}

#award a img {
    float: none;
    width: 100%;
    height: auto
}

#award img {
    width: 100%;
    height: auto
}

#award p {
    line-height: 1.5em;
}

#bannerline {
    /*background-image: url(../images/bg3.jpg);*/
    /*padding: 24px 0;*/
    height: auto;
    background-color: #170e11;
    background-repeat: repeat-x;

    /* new stuff */
    padding: 0;
    background-position: center;
    box-shadow: 0 5px 17px #B5AFA0;
    position: relative;
}

#contentline {
    padding: 48px 0;
    background-color: #F4F1EB;
    /*background-image: url(../images/bs.png);*/
    /*background-position: top;*/
    /*background-repeat: repeat-x;*/
}

#footerline {
    /*background-position: top center;
background-repeat: no-repeat;
background-image:url(../images/bigfoot_bg.png);*/

    background-color: #222;
    padding: 48px 0;
    padding: 3.75em;

}

#copyrightline {
    /*padding:20px; */

    background-color: #321;
    background-color: #20160D;
    background-color: #444;
}

.eventholder .event {
}

.mini {
    /*height: 127px;
    width: 296px;*/
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
}

.mini img {
    width: 100%;
    height: auto;
    /*overflow:hidden;*/
}

.light {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.light:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.container_6 {
    margin-left: auto;
    margin-right: auto;
    width: 1032px;
    position: relative;
}

/*#footerline .container_6 {
-moz-column-count: 4;
-moz-column-gap: 24px;
-webkit-column-count: 4;
-webkit-column-gap: 24px;
column-count: 4;
column-gap: 24px;
width: 1032px;
}
#footerline .grid_a { margin:24px 0; width:201px; display:inline-block }*/
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
/* FOR TESTING ONLY */
/*
.grid_1 { background-color:#FFCC00}
.grid_2 {background-color:#FF99FF}
.grid_3 { background-color:#FFCC00}
.grid_4 {background-color:#66CCFF}
.grid_5 { background-color:#FFCC00}
.grid_6 { background-color:#FFCC00}
*/
/* FOR TESTING ONLY */

.grid_a,
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
}

.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6 {
    position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .grid_a {
    width: 201px;
}

.container_6 .grid_1 {
    width: 124px;
}

.container_6 .grid_2 {
    width: 296px;
}

.container_6 .grid_3 {
    width: 468px;
}

.container_6 .grid_4 {
    width: 640px;
    overflow: hidden;
}

.container_6 .grid_5 {
    width: 812px;
}

.container_6 .grid_6 {
    width: 984px;
}

/* Prefix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .prefix_1 {
    padding-left: 172px;
}

.container_6 .prefix_2 {
    padding-left: 344px;
}

.container_6 .prefix_3 {
    padding-left: 516px;
}

.container_6 .prefix_4 {
    padding-left: 688px;
}

.container_6 .prefix_5 {
    padding-left: 860px;
}

/* Suffix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .suffix_1 {
    padding-right: 172px;
}

.container_6 .suffix_2 {
    padding-right: 344px;
}

.container_6 .suffix_3 {
    padding-right: 516px;
}

.container_6 .suffix_4 {
    padding-right: 688px;
}

.container_6 .suffix_5 {
    padding-right: 860px;
}

/* Push Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .push_1 {
    left: 172px;
}

.container_6 .push_2 {
    left: 344px;
}

.container_6 .push_3 {
    left: 516px;
}

.container_6 .push_4 {
    left: 688px;
}

.container_6 .push_5 {
    left: 860px;
}

/* Pull Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/

.container_6 .pull_1 {
    left: -172px;
}

.container_6 .pull_2 {
    left: -344px;
}

.container_6 .pull_3 {
    left: -516px;
}

.container_6 .pull_4 {
    left: -688px;
}

.container_6 .pull_5 {
    left: -860px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* image to the right */
.imgtxtContainer {
    background-position: left;
}


/* fortawesome icons */

.fa {
    font-size: 110%
}

.clearfix:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
    zoom: 1;
}

/* THE REST OF THE ELEMENTS */

#topline {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    background-color: #222;
}

figcaption {
    font-size: 80%;
}

#topline p {
    color: #FAFAF4;
    font-size: 75%;
    text-align: right;
    padding: 8px 0;
}

#navline .navigation {
    float: right;
    /*width: 720px;*/

    text-transform: uppercase;
}

#navline .navigation ul {
    text-align: left;
    padding: 30px 0 0 0;
    /*list-style:none;*/

    float: right;
}

#navline .navigation li {
    float: left;
    padding: 13px 0;
    font-size: 90%;
}

#navline .navigation a,
#navline .navigation span {
    float: left;
    text-decoration: none;
    /*font-size:105%;*/

    color: #222;
    padding: 10px;
    margin-left: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 100%;
}

#navline .navigation span {
    background-color: #222;
    color: #FFF;
}

#navline .navigation ul li a:hover {
    /*color:#888;*/

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
    color: #FFF;
}

p.clr,
.clr {
    clear: both;
    background: none;
}


.socialmedia {
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 1rem;
}


.socialmedia p {
    display: flex;
    flex-direction: column;
    padding: initial;
}

.socialmedia a {
    text-decoration: none;
    color: #eee;
    display: flex;
    align-items: center;
}

.socialmedia p small {
    font-size: 100%;
}

.socialmedia img {
    /*padding-right: 0.5rem;*/
    width: 35px;
    height: 35px;
    margin-right: 0.5rem;
}

.socialmedia span {
    font-size: 140%;
}

#footerline img {
    /*float: left;*/
    /*margin: 0 8px 0 0;*/
    padding: 0;
}

#footerline a {
    text-decoration: none;
    color: #EEE;
}

#footerline a:hover {
    color: #FFF;
}

#footerline h2 {
    font-weight: normal;
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */

    padding: 0 0 8px 0;
    font-size: 130%;
    color: #AAA;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'ContraSansLight', Arial, Helvetica, sans-serif;
}

#footerline p {
    font-size: 75%;
    color: #CCC;
    padding: 5px 0;
    margin: 0;
    line-height: 1.5em;
}

#footerline h3 {
    font-size: 75%;
    color: #CCC;
    padding: 5px 0;
    margin: 0;
    line-height: 1.8em;
}

.featbg h3 {
    color: #432;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0;
    padding: 5px 0;
}

/*#footerline p span { font-weight:bold;}*/

#footerline ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#footerline li {
    padding: 7px 0;
    border-bottom: 1px solid #666;
    font-size: 75%;
    color: #AAA;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#footerline li a {
    padding: 5px 0 5px 0;
    text-decoration: none;
    /*color:#EEE;*/
}

#footerline li a:hover {
    text-decoration: none;
    color: #FFF
}

#footerline li:last-child {
    /*border:none;*/
}

#footerline .last {
    padding: 15px 0;
}

#copyrightline p {
    color: #CCC;
    font-size: 75%;
}

#copyrightline a {
    color: #fff;
    text-decoration: none;
}

#copyrightline img {
    vertical-align: middle
}

.imgtxtContainer {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url("../images/banner_15.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* image to the left */
.tint {
    position: relative;
    left: 50%;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 46.875%;
}

/* image to the right */
/*
.tint {
    position: relative;
    left: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 46.875%;
}
*/


#bannerline h1,
#bannerline h2 {
    font-family: 'ContraSansLight', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #321;
}

#bannerline h1 {
    padding: 24px 0;
    font-size: 300%;
    line-height: 90%;
    font-weight: 300;
}

#bannerline h2 {
    padding-bottom: 24px;
    line-height: 110%;
    font-weight: normal;
    font-size: 150%;
}

.txtBox {
    position: absolute;
    padding: 0 15% 24px 15%;
    top: 50%;
    transform: translate(0, -50%);
}

.button {
    background-color: #222;
    font-size: 95%;
    /*line-height:300%;*/
    text-decoration: none;
    border: 0;
    padding: 16px;
    cursor: pointer;
    color: #fff;
}

.txtBox .button {
    background-color: #FFF;
    font-size: 100%;

    text-decoration: none;
    border: 0;
    padding: 16px;
    cursor: pointer;
    color: #222;
}

a.button:link,
.button {
    /*color: #FAFAF4;*/
}

.button:hover {
    color: #FFF;
    background-color: #333
}

.rounded {
    /*-moz-border-radius: 8px;*/
    /*-webkit-border-radius: 8px;*/
    /*-khtml-border-radius: 8px;*/
    /*border-radius: 8px;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.highlighted {
    background-color: #222;
    color: #FFF;
    padding: 24px 24px 16px 24px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 48px;
}

#contentline .highlighted a {
    color: antiquewhite
}

.fb-like {
    /*margin:16px 0;*/
}

#contentline .highlighted h2,
#contentline .highlighted p {
    color: #EEE;
    line-height: 170%;
}

#contentline a {
    color: #321;
}

#contentline a:visited {
    color: #876;
}

#contentline a:hover {
    color: #876;
}

#contentline h2 {
    padding: 0 0 8px 0;
    /*margin: 30px 0 6px 0;*/
    /*border-bottom: 1px solid #777;*/
    font-weight: normal;
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/

    font-size: 160%;
    color: #321;
    line-height: 110%;
    letter-spacing: 1px;
    /*font-family: 'Lato', Arial, Helvetica, sans-serif;*/

    font-family: 'ContraSansLight', Arial, Helvetica, sans-serif;
}

#contentline h3 {
    /*padding:0 0 8px 0;
  margin:0 0 8px 0;*/

    margin-top: 16px;
    font-size: 140%;
    color: #321;
    line-height: 110%;
    letter-spacing: 1px;
    font-family: 'ContraSansLight', Arial, Helvetica, sans-serif;
}

#contentline h2 span {
    font-weight: normal;
    /* font: normal 11px Arial, Helvetica, sans-serif;*/

    color: #b1b1b1;
    padding: 0;
    margin: 0;
}

#contentline ul {
    /*font-size:80%;*/

    color: #432;
    /*margin:16px;*/

    margin: 0 0 16px 16px
}

#contentline ul.publications-detail {
    margin: 0;
}

#contentline ul.publications-detail li {
    list-style-type: none;
    line-height: normal;
    margin-left: 0;
    /*clear:both;*/
    margin-bottom: 32px;
    display: inline-block;
}

#contentline ul.publications-detail li img {
    /*width: 100%;*/
    /*height: auto;*/
    float: left;

    object-fit: cover;
    width: 140px;
    height: 140px;
    /*float: left;*/
}

#contentline ul.publications-detail li h3 {
    margin: 0;
    padding: 0;
    height: auto;
}

#contentline ul.publications-detail li a {
    text-decoration: none;
}

#contentline ul.publications-detail li p {
    font-size: 100%;
    padding: 0;
}

#contentline li {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 130%;
    margin-left: 16px;
    font-size: 83%;
}

#contentline ol li {
    list-style: normal;
    margin-left: 24px;
}

#featured {
    font-size: 100%;
    /*line-height:normal;*/
    /**/
}

#featured p {
    font-size: 80%;
}

#featured .picfoot {
    background-color: #222;
    color: #EEE;
    padding: 8px
}

#featured li {
    font-size: 100%;
}

#contentline .list li {
    line-height: 180%
}

#featured small {
    text-transform: uppercase;
    color: #777;
    font-size: 70%
}

.featbg {
    background-color: #E9E0CF;
    padding: 16px;
}

.featbg li {
    margin-bottom: 12px;
}

.featbg li a {
    text-decoration: none;
}

.featbg p {
    /*padding: 0 0 16px 0;*/
    font-size: 85%;
}

.under {
    border-bottom: 1px solid #BA9
}

.featbg .pix {
    margin: 0 0 24px 0
}

.event {
    padding: 16px 0 0 0;
    margin-bottom: 48px;
}

.event h1 {
    color: #321;
    margin: 4px 0;
    font-size: 100%;
    padding: 0;
    font-weight: normal;
    line-height: 110%;
}

.event p {
    padding: 0 0 8px 0;
    margin: 0;
    line-height: normal;
    font-size: 80%;
    color: #863;
    /*border-bottom: 1px solid #CAB;*/
}

#contentline p#author,
#contentline p#keywords {
    font-size: 75%;
}

#contentline p#author {
    padding: 0;
    margin: 0 0 24px 0;
    line-height: 25px;
}

#contentline p#keywords {
    margin: 24px 0 0 0;
    border-top: 1px solid #CCC
}

.pictoleft {
    float: left;
    margin-right: 16px;
    /*margin-bottom:16px;*/

    margin-top: 8px;
}

#gallery {
    /*left:50%; position:relative*/
}

/*+*/

#gallery img {
    /*margin:0 16px 16px 0; float:left;*/
    /*margin:4px;*/
}

/*+*/

#gallery img.lastinrow {
    /*margin:0 0 16px 0*/
}

#fb-root {
    /*background-color:#FFF*/
}

.sharethis-inline-share-buttons {
    margin-bottom: 24px;
}

/*
.addthis_sharing_toolbox {
    height: 22px;
}

.addthis_toolbox a {
    white-space: nowrap;
}

.addthis_toolbox img {
    vertical-align: middle
}
*/

.nomargin {
    padding: 0;
}

#contentline p#social {
    font-size: 75%;
    margin: 0;
    padding: 0;
}

.at300bs {
    margin-top: 2px;
}

p.facebook a {
    text-decoration: none;
}

p.facebook span {
    font-size: 160%;
    font-weight: bold;
}

p.facebook {
    padding: 6px 0;
    margin: 0;
    width: 100%;
}

/*#footerline*/

p.facebook img {
    margin: 7px 8px 0 0;
    float: left;
}

#footerline p.facebook img {
    margin: 7px 8px 0 0;
    float: left;
}

#topline a {
    color: #FFF;
}

.signup {
    font-size: 85%;
}

.signup label {
    float: left;
    width: 140px;
    clear: both;
    margin: 6px;
    text-align: right;
    line-height: 23px;
}

.signup input,
.signup select,
.signup textarea {
    margin: 6px 0;
    width: auto !important;
    /*color: #fff;*/
}

.signup label span {
    color: #F00;
    font-weight: bold
}

.signup .msg {
    margin-left: 152px;
    padding-bottom: 6px;
}

.signup .smalltext {
    font-size: 90%;
}

.error,
.ok {
    font-size: 80%;
    line-height: normal;
    padding: 0 0 12px 0;
    /*font-weight:bold*/
}

.error {
    color: #FF0000;
}

.ok {
    color: #006600
}

.thumb {
    /* width:115px;  margin:0 8px*/
    /* display:inline;*/

    float: left;
    margin: 0 0 8px 11px;
    position: relative;
    font-size: 80%
    /*right:50%;*/
}

.thumb a {
    text-decoration: none;
}

.thumb p {
    font-size: 90%;
    padding: 0 0 18px 0;
    width: 115px;
    font-size: 100%;
}

.addthis_toolbox {
    font-size: 70%;
    font-family: Arial, Helvetica, sans-serif
}

.addthis_toolbox a {
    text-decoration: none;
}

.social_button {
    /*border:1px solid #c7c8ad;*/

    padding: 2px 4px 2px 5px;
    vertical-align: middle;
    margin-right: 4px;
}

.social_button span {
    margin-top: 0;
}

/*.addthis_button_facebook:hover { border:1px solid #a7a68b;}*/

.addthis_button_facebook img {
    /*vertical-align:middle;*/

    margin-top: -1px;
    vertical-align: middle
}

.addthis_button_facebook {
    line-height: 20px;
}

.contactanos {
    width: 296px;
}

.contactanos td {
    padding-bottom: 16px;
}

.contactanos p {
    line-height: normal;
    padding: 0;
}

input[type=text],
input[type=password],
select,
textarea {
    padding: 6px;
    border: 1px solid #E9E0CF;
    font-family: inherit;
    margin-top: 4px;
    width: 100%;
}

textarea {
    font-family: inherit;
    font-size: 80%;
}

#captchaline img {
    vertical-align: sub;
}

.highbutton {
    padding: 16px;
    background-color: #222;
    color: #FFF;
    border: 0;
    cursor: pointer;
    font-size: 95%;
}

.highbutton:hover {
    background-color: #333;
}

#footernav {
    padding: 16px 0 0 0;
    text-transform: uppercase;
    font-size: 80%;
}

#footernav li {
    float: left;
    /*padding:0 16px;*/

    padding: 0 32px 0 0;
    margin-bottom: 8px;
}

#footernav li:first-child {
    padding-left: 0;
}

#footernav span {
    color: #CCC;
}

#contentline .thumbwrap {
    display: inline-block;
    /*background: #f8f8f8 url(g10d.gif);*/

    padding: 15px 8px;
    margin: 0;
    text-align: center;
    margin: 0;
}

#contentline .thumbwrap li {
    display: -moz-inline-box;
    /* Moz */

    display: inline-block;
    /* Op, Saf, IE \*/

    vertical-align: top;
    /* IE Mac non capisce e a volte crea extra v space */

    margin: 16px 8px;
    width: 120px;
    /*padding: 0;*/
}

#contentline .thumbwrap img {
    border-width: 0;
    /*vertical-align: bottom;*/
}

#contentline .thumbwrap span {
    display: block;
    /*width: 160px;*/

    padding: 4px 0;
    font-size: 100%;
}

.grid_a {
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */

    page-break-inside: avoid;
    /* Firefox */

    break-inside: avoid;
    /* IE 10+ */
}

.container_6 {
    /*background-color:#FFFFCC*/
}

/* inserted by addthis */

#_atssh {
    display: none
}

.navbar-checkbox {
    display: none;
}

.navigation .navbar-handle {
    display: none;
}

figure {
    margin: 16px 0;
}

figure img {
    width: 100%;
    height: auto
}

.wrapper {
    /* width: 95%;*/
    /*margin: 3em auto;*/

    padding: 0 24px;
}

.masonry {
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*margin: 1.5em 0;*/

    padding: 0;
    overflow: hidden;
    padding-bottom: 0;

    -moz-column-gap: 48px;
    /*1.5em;*/

    -webkit-column-gap: 48px;

    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    -o-column-fill: balance;
    column-fill: balance;

    /*1.5em;*/

}

*::-ms-backdrop, .item {
    display: inline-table
}

/* MSIE 11 HACK */

.item {
    /*display:inline-block;*/
    /*background-color:#333333;*/
    /*display: inline-block;*/

    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    /*padding: 1em;*/
    /*margin: 0 0 3.75em;*/

    /*display:inline-table;*/
    /*float:left;*/
    display: -moz-groupbox;

    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contactus {
    margin-top: 36px;
}

.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

#bannerline h1 {
    font-size: 300%;
    /*padding: 0 0 24px 0;*/
}

#bannerline h2 {
    font-size: 150%;
}

#bannerline p {
    padding: 16px 0;
}

.awards {
    text-align: center;
}

@media only screen and (max-width: 1079px) {
    .tint {
        padding-top: 46%;
    }

    #bannerline h1 {
        font-size: 240%;
        /*padding: 0 0 24px 0;*/
    }

    #bannerline h2 {
        font-size: 120%;
    }

    .txtBox {
        padding: 0 12% 24px 12%;
    }
}

@media only screen and (max-width: 1024px) {
    #footerline .grid_a {
        width: 210px;
    }

    .highlighted {
        width: 296px;
        float: left;
    }

    .highlighted .grid_2 {
        width: auto;

    }

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/*\*/
/*/ * html .thumbwrap a {
width: 160px;
}
/* hover Op */

@media all and (min-width: 0px) {
    html:first-child #contentline .thumbwrap li {
        width: 120px;
    }
}

/* Smaller than standard 960 (devices and browsers) */
/* MOBILE PORTRAIT, MOBILE LANDSCAPE, SMALL TABLET PORTRAIT, SMALL TABLET LANDSCAPE, TABLET PORTRAIT */
/* PURPLE */

@media only screen and (max-width: 959px) {

    /*#hero-image {
        margin-bottom: 24px;
    }*/
    #topline p {
        text-align: center
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* SMALL TABLET LANDSCAPE, TABLET PORTRAIT*/
/* GREEN */

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    /*.sixteen { background-color:#CCFF00;}*/
    body {
        min-width: 688px;
    }

    #topline p {
        text-align: center
    }

    .container_6 {
        margin-left: auto;
        margin-right: auto;
        width: 688px;
    }

    #navline .grid_2 {
        width: 640px;
        border-bottom: 1px solid #eee;
    }

    #navline .grid_2 img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    /*#bannerline .hero-image {
        width: 640px;
        height: 295px;
        margin-bottom: 24px;


        float: none;
        margin: 0 auto;
    }*/
    #contentline .highlighted.grid_2 {
        width: auto;
        margin-bottom: 48px;
    }

    /*#hero-text {
        width: auto;

        left: 0;
        top: 0;
        transform: translate(0, 0);
        padding: 0 3%;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        margin: 0 24px;
    }*/
    /*#bannerline p {
        padding: 0 3%;
        margin-top: 7%;
    }*/
    /*.hero-image {
        padding-bottom: 0;
    }*/
    #bannerline h1.tint,
    #bannerline h2.tint {
        margin-bottom: 0;
        background: transparent;
        padding: 3.5% 3.5% 0 3.5%;
    }

    #contentline .grid_2 {
        margin-bottom: 24px;
    }

    #featured {
        width: 640px;
    }

    #featured .event {
        float: left;
    }

    #footerline {
        padding-bottom: 0;
    }

    #contentline #featured {
        width: 640px;
    }

    #contentline .eventholder .grid_2 {
        /*width: auto;*/
    }

    .container_6 .grid_6 {
        width: 640px;
    }

    #navline .grid_4 {
    }

    #navline .navigation {
        width: 640px;
        overflow: hidden;
    }

    #navline .navigation ul {
        float: left;
        position: relative;
        left: 50%;
        padding: 16px 0
    }

    #navline .navigation li {
        margin: 0;
        padding: 0;
        position: relative;
        right: 50%;
    }

    /* form here */
    #footerline .container_6 {
        /*-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;*/
    }

    #footerline .grid_a {
        width: 290px;
        margin-bottom: 48px;
        /*margin:24px;*/
    }

    .featbg {
        width: 608px;
        /*display:inline-block;*/
    }

    .featbg ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
    }

    .featbg ul li {
        /*-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
display:inline-block !important;
width:200px;*/
        /*display: inline-block;*/
    }

    #contentline .featbg h2 {
        column-span: all;
        -webkit-column-span: all;
        -ms-column-span: all;
        -o-column-span: all;
    }

    .container .grid_2 {
        width: 290px !important
    }

    .featbg div {
        -webkit-column-break-inside: avoid;
        -moz-page-break-inside: avoid;
        -o-page-break-inside: avoid;
        page-break-inside: avoid;
        display: table-cell;
        /*margin:0; */

        width: 290px;
        /*float:left;*/
        /*display:inline-table;*/

        display: flex;
        flex-direction: column;
    }

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .item {
        margin: 0 0 3.75em;
        margin: 0 0 60px;
        display: inline-block;
    }

    .eventholder .event {
    }

    .mini {
        /*height: 127px;*/
        width: 296px;
    }

    .mini img {
        width: 100%;
        height: auto;
        /*overflow:hidden;*/
    }

}

/* All Mobile Sizes (devices and browser) */
/* MOBILE PORTRAIT, MOBILE LANDSCAPE, SMALL TABLET PORTRAIT */
/* PINK */
@media only screen and (max-width: 767px) {
    /*.sixteen { background-color:#FCF;}*/
    #navline .container_6 .grid_2 {
        /*height: 182px;*/
        /*margin-bottom: 0;*/

        width: 100%;
    }

    /*.hero-image {
        padding-bottom: 90%;
        background-position: left;
    }

    .hero-text {
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
    }*/
    #navline .navigation {
        /*margin-bottom:5px;*/

        border-top: 1px solid #999;
    }

    #navline .navigation .navbar-handle {
        /*position: absolute;*/

        font-size: inherit;
        text-align: right;
        cursor: pointer;
    }

    #navline .navigation label {
        /*font-weight:bold;*/

        color: #333;
        font-size: 125% !important;
        line-height: 230% !important;
    }

    #navline .navigation ul {
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: max-height 0.5s linear;
        margin: 0
        /* 3.5em 0 1em*/;
    }

    #navline .navigation li {
        /*visibility: hidden;*/

        display: block;
        text-align: center;
    }

    #navline .navigation li:first-child {
        border-top: 1px solid #999;
    }

    #navline .navigation .navbar-handle {
        display: block;
        /*width:auto;*/

        padding-right: 12px;
        /*background-image:url(../images/handler.png);
 background-position:center right;
 background-repeat:no-repeat;
 padding-right:3px;*/
    }

    #navline .navigation a,
    #navline .navigation label,
    #navline .navigation span {
        line-height: 160%;
    }

    #navbar-checkbox:checked + .navigation ul {
        max-height: 300px;
    }

    #navbar-checkbox:checked + .navigation li {
        visibility: visible;
    }

    #navbar-checkbox:checked + .navigation label {
        color: #aaa;
    }

    .wrapper {
        padding: 0;
    }

    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .item {
        margin: 0 0 3.75em;
    }

    #footerline {
        padding-bottom: 0;
    }

    #bannerline h1 {
        font-size: 250%;
    }

    .signup label {
        width: 38%;
        float: left;
        margin: 4px 2% 4px 0;
    }

    .signup input {
        margin: 4px 0 4px 1%;
        width: 59%;
        float: left;
    }

    .tint {
        left: 0;
        width: 100%;
        padding-top: 90%;
        background: rgba(0, 0, 0, 0.5);
    }

    .txtBox {
        /*padding: 0 10%;*/
    }

    #bannerline h1 {
        font-size: 190%;
    }

    #bannerline h2 {
        font-size: 105%;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* MOBILE LANDSCAPE, SMALL TABLET PORTRAIT */
/* ORANGE */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*.sixteen { background-color:#FC0;}*/
    .highlighted .grid_2 {
        /*width: 300px;*/
        /*width: 310px;*/
        margin-bottom: 24px;
        width: auto;
        margin-right: 0;

    }

    body {
        min-width: 460px;
    }

    .container_6 {
        margin-left: auto;
        margin-right: auto;
        width: 463px;
    }

    .eventholder,
    featured {
        width: 296px;
        margin-left: auto;
        margin-right: auto
    }

    #navline img {
        /*width:220px;*/
        /*height:98px; padding-top:45px;*/
    }

    .grid_a,
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6 {
        display: inline;
        float: left;
        position: relative;
        /*margin-left: 24px;*/
        /*margin-right: 24px;*/
    }

    .container_6 .grid_a {
        width: 460px;
        margin-bottom: 48px;
    }

    #footerline.container_6 .grid_a:last-child {
        margin-bottom: 24px;
    }

    #footerline {
        padding: 48px 0 0 0
    }

    .container_6 .grid_1 {
        width: 124px;
    }

    .container_6 .grid_2 {
        width: 460px;
        /*margin-bottom:24px;*/
    }

    #navline .container_6 .grid_2 {
        /*margin-bottom:0;*/
        /*width:231px;*/
        /*height:182px;*/

        width: 100%;
        text-align: center;
    }

    .highlighted .grid_2 {
        width: auto;
    }

    .container_6 .grid_3 {
        width: 288px;
    }

    #navline .container_6 .grid_4 {
        width: 231px;
        width: 100%;
    }

    .container_6 .grid_4 {
        width: 460px;
    }

    #gallery {
        width: 378px;
    }

    .container_6 .grid_5 {
        width: 812px;
    }

    .container_6 .grid_6 {
        width: 460px;
    }

    #navline .navigation {
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 4px;
    }

    #navline .navigation ul {
        float: none;
        padding: 0;
        /*text-align: left;*/
    }

    #navline .navigation li {
        float: none;
        font-size: 90%;
        padding: 0;
        margin: 0;
    }

    #navline .navigation a,
    #navline .navigation span {
        border-radius: 4px 4px 4px 4px;
        color: #222222;
        float: none;
        font-size: 100%;
        /*margin-left: 2px;*/

        padding: 10px;
        text-decoration: none;
        display: block;
    }

    #navline .navigation span {
        background-color: #222222;
        color: #FFFFFF;
    }

    #navline .navigation ul li a:hover {
        background-color: #222222;
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
    }

    /*#hero-text {
        width: 460px;

        position: relative;
        transform: translate(0, 0);
    }*/
    /* new stuff*/
    #bannerline h1.tint,
    #bannerline h2.tint {
        background: transparent;
        padding: 3.5% 0;
    }

    #bannerline h2 {
        line-height: 125%;
        font-weight: normal;
        /*font-size:140%;*/

        color: #fff;
        /*padding: 16px 0;*/
        font-size: 130%;
    }

    #bannerline p {
        color: #FAFAF4;
    }

    .longpic {
        /*width:460px; height:144px;*/

        width: 100%;
        height: auto;
    }

    .highlighted {
        /*margin-bottom:24px;*/
    }

    form {
        width: 295px;
        margin: 0 auto
    }

    .addthis_toolbox {
        margin-bottom: 24px;
    }

    .container_6 .eventholder .grid_2,
    #featured .event {
        margin-left: auto;
        margin-right: auto;
        width: 295px !important
    }

    .grid_a, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6 {
        margin-left: 0;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* MOBILE PORTRAIT */
/* YELLOW */

@media only screen and (max-width: 479px) {
    /*.sixteen { background-color:#FF0}*/
    body {
        min-width: 310px;
    }

    /*.hero-text {
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        height: 100%;
    }*/
    #bannerline h1 {
        font-size: 200%;
        /*padding: 0 0 12px 0;*/
    }

    #bannerline h2 {
        font-size: 120%;
    }

    #bannerline h1,
    #bannerline h2 {

        /*background: none;*/

    }

    .container_6 {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        width: 310px;
    }

    .grid_a,
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6 {
        display: inline;
        float: left;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .container_6 .grid_a {
        width: 300px;
        width: 310px;
        margin-bottom: 48px;
    }

    #footerline.container_6 .grid_a:last-child {
        margin-bottom: 24px;
    }

    #footerline {
        padding: 48px 0 0 0
    }

    /*#footerline .masonry2 .grid_a { width: 260px; padding:20px; margin: 48px 0; background-color:#000000}*/
    .container_6 .grid_1 {
        width: 124px;
    }

    .container_6 .grid_2 {
        /*width: 300px;*/
        /*width: 310px;*/
        margin-bottom: 48px;
    }

    #navline .container_6 .grid_2 {
        margin-bottom: 0;
        text-align: center;
    }

    .container_6 .grid_3 {
        width: 300px;
        width: 310px;
    }

    .container_6 .grid_4 {
        width: 300px;
        width: 310px;
    }

    #gallery {
        width: 252px;
    }

    .container_6 .grid_5 {
        width: 300px;
        width: 310px;
    }

    .container_6 .grid_6 {
        width: 300px;
        width: 310px;
    }

    #navline .navigation {
        text-transform: uppercase;
        width: 300px;
        width: 310px;
        margin: 0 auto;
        /*border-top:1px solid #EEE;*/

        margin-bottom: 4px;
    }

    #navline .navigation ul {
        float: none;
        padding: 0;
        /*text-align: left;*/
    }

    #navline .navigation li {
        float: none;
        font-size: 90%;
        padding: 0;
        margin: 0;
    }

    #navline .navigation a,
    .navigation span {
        border-radius: 4px 4px 4px 4px;
        color: #222222;
        float: none;
        font-size: 100%;
        /*margin-left: 2px;*/
        /*padding: 10px;*/

        text-decoration: none;
        display: block;
    }

    #navline .navigation span {
        background-color: #222222;
        color: #FFFFFF;
        float: none;
    }

    #navline .navigation ul li a:hover {
        background-color: #222222;
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
    }

    #bannerline h2 {
        line-height: 125%;
        font-weight: normal;

        padding: 0 0 12px 0;
        font-size: 105%;
    }

    #bannerline p {
        color: #FAFAF4;
    }

    .longpic {
        /* width:296px; height:93px;*/

        width: 100%;
        height: auto;
    }

    .highlighted {
        /*margin-bottom:24px;*/
    }

    .contactanos {
        width: 300px;
        width: 310px;
    }

    .addthis_toolbox {
        margin-bottom: 24px;
    }

}