html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
input,
select,
textarea,
ul,
li,
ol,
textarea,
a,
pre,
strong,
blockquote {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
* {
    -webkit-backface-visibility: hidden;
}
body {
    font-family: proxima-nova, arial, sans-serif;
    font-size: x-small;
    font-weight: 300;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: margin-top 0.2s ease-out;
    -webkit-transition: margin-top 0.2s ease-out;
    -moz-transition: margin-top 0.2s ease-out;
    -ms-transition: margin-top 0.2s ease-out;
    -o-transition: margin-top 0.2s ease-out;
}
* {
    box-sizing: border-box;
}
h2 {
    font-size: 2em;
    line-height: 1em;
}
p {
    font-size: 1.6em;
    line-height: 1em;
}
p.label {
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: 0px;
}
ul,
li {
    list-style: none;
}
#page {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#topSection {
    width: 100%;
    position: relative;
    float: left;
    height: 90%;
    background: url(../images/background.jpg) no-repeat 75% 75%;
    background-size: cover;
    height: 440px;
    overflow: hidden;
}
.gallery-2016 #topSection {
    background-position: center center;
    background-size: cover;
}
header {
    width: 100%;
    height: 170px;
    position: relative;
    float: left;
    height: 100px;
    height: 75px;
}
.inner {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-left: 5%;
    height: auto;
}
#topSection .inner {
    height: 100%;
}
footer {
    width: 100%;
    height: 200px;
    position: relative;
    float: left;
    background: #2c2c2c;
}
.section {
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
    background: #efeeec;
    height: auto;
}
.grid-item {
    width: 49%;
    background: #efeeec;
    height: auto;
    margin-bottom: 10px;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
}
.grid-item.grid-item--width2 {
    width: 100%;
}
.grid-sizer {
    width: 49%;
}
.gutter-sizer {
    width: 2%;
}
.grid-item img {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
#sliderHolder,
#grid {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: #efeeec;
    top: auto;
    float: left;
}
#grid {
    position: relative;
    float: left;
    height: auto;
    margin-bottom: 50px;
}
#sliderHolder {
    height: 100%;
    display: block;
}
#content {
    width: 100%;
    overflow-x: hidden;
}
header.standard {
    background: #bd1622;
    width: 100%;
    height: 80px;
}
#main {
    width: 100%;
    position: relative;
    float: left;
    background: #efeeec;
    min-height: 400px;
    padding: 30px 0px;
}
.logo {
    width: 207px;
    height: 83px;
    position: absolute;
    left: 0px;
    top: 45px;
    background: url(../images/sunLogo.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 95px;
    height: 38px;
    top: 20px;
}
h1 {
    width: 793px;
    height: 125px;
    position: relative;
    float: left;
    width: 100%;
    background: url(../images/exposure.png) no-repeat center center;
    background-size: contain;
    top: 30%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: none;
    width: 268px;
    height: 120px;
    margin-bottom: 10px;
}
h1 .e-inner {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    background: url(../images/exposure-dl.png) no-repeat center center;
    background-size: contain;
    -webkit-animation: exposureFlash 5s ease-in infinite;
}
@-webkit-keyframes exposureFlash {
    0%,
    3%,
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    2% {
        -webkit-transform: scale(1, 0.8);
        opacity: 0.6;
    }
}
.shape {
    width: 16px;
    height: 24px;
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    background: url(../images/shape.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    -webkit-animation: shapeFlash 6s ease-in infinite;
    animation: shapeFlash 6s ease-in infinite;
}
@-webkit-keyframes shapeFlash {
    0%,
    20%,
    24%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        opacity: 0.4;
    }
    22% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
        -o-transform: translate(0px, 5px);
        -moz-transform: translate(0px, 5px);
        -ms-transform: translate(0px, 5px);
        opacity: 0.9;
    }
}
@keyframes shapeFlash {
    0%,
    20%,
    24%,
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        opacity: 0.4;
    }
    22% {
        -webkit-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
        -o-transform: translate(0px, 5px);
        -moz-transform: translate(0px, 5px);
        -ms-transform: translate(0px, 5px);
        opacity: 0.9;
    }
}
.littleBlocks {
    width: 200px;
    height: 30px;
    position: absolute;
    right: -120px;
    bottom: 50px;
}
.lb2 {
    right: auto;
    bottom: auto;
    left: -40px;
    top: 190px;
    width: 200px;
}
.littleblock {
    width: 6px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.littleblock.redden {
    background: rgba(189, 22, 34, 0.2);
}
.littleDots {
    height: 5px;
    width: 200px;
    position: absolute;
    right: -55px;
    top: 90px;
}
.littleDot {
    width: 5px;
    height: 5px;
    background: url(../images/dot.png) no-repeat center center;
    background-size: contain;
    position: relative;
    float: left;
    margin-left: 15px;
    opacity: 0.3;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.ld2 {
    right: auto;
    left: -70px;
    top: auto;
    bottom: 100px;
}
.littleDot.light {
    opacity: 0.6;
}
.awards {
    width: 150px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    background: url(../images/awards.png) no-repeat center center;
    background-size: contain;
}
.h1p {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 120px;
    height: auto;
    padding-top: 70px;
}
.h1p h1 {
    width: 100%;
    top: auto;
}
#topSection p.intro {
    color: #fff;
    width: 650px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.4em;
    width: 100%;
    position: relative;
    float: left;
    font-size: 1.4em;
}
.crossing {
    width: 550px;
    height: 48px;
    position: absolute;
    right: 0px;
    bottom: -38px;
    background: url(../images/crossing.png) no-repeat center center;
    background-size: cover;
    z-index: 100;
    display: none;
}
.arrow {
    width: 180px;
    height: 130px;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    width: 120px;
    height: 60px;
    bottom: 15px;
}
.arrowInner {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    top: 0px;
    background: url(../images/arrow.png) no-repeat center center;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.arrowInner:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.arrow p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#controls {
    width: 100%;
    position: relative;
    float: left;
    height: 140px;
    background: #efeeec;
    height: 70px;
}
#content {
    min-height: 320px;
    min-height: calc(100% - 70px);
}
.ctrl {
    width: 50px;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.ctrl .label {
    color: #2c2c2c;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
}
.icn {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5px;
    margin: 0 auto;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    cursor: pointer;
    opacity: 0.3;
}
.gridIcon {
    width: 20px;
    height: 20px;
    background: url(../images/grid.png) no-repeat center center;
    background-size: 100%;
}
.sliderIcon {
    width: 30px;
    height: 15px;
    top: 7px;
    background: url(../images/slider.png) no-repeat center center;
    background-size: 100%;
}
.ctrl .icn:hover {
    opacity: 0.6;
}
.ACTIVECTRL .icn {
    opacity: 1;
    cursor: auto;
}
.ACTIVECTRL p.label {
    color: #bd1622;
}
.grid-item {
    cursor: pointer;
}
.grid-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(159, 11, 21, 0.9));
    opacity: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
.grid-item:hover .overlay {
    opacity: 1;
}
.pulsepoint {
    width: 100%;
    height: 60px;
    left: 0px;
    top: 45%;
    position: absolute;
}
.pulsepoint .label {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.plus {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: url(../images/plus.png) no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: contain;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.grid-item:hover .overlay .plus:hover {
    transform: rotate(360deg) scale(0.9);
    -webkit-transform: rotate(360deg) scale(0.9);
    -moz-transform: rotate(360deg) scale(0.9);
    -ms-transform: rotate(360deg) scale(0.9);
    -o-transform: rotate(360deg) scale(0.9);
}
.grid-item:hover .overlay .plus {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
#sliderHolder .inner {
    height: 100%;
    width: 100%;
    margin: 0px;
}
#slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#slider li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
}
#slider li img {
    position: absolute;
    float: left;
    display: block;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-height: calc(100% - 30px);
}
#slider li.PREVIOUS {
    transform: translate(-500px, 0px) scale(0.7);
    -webkit-transform: translate(-500px, 0px) scale(0.7);
    -moz-transform: translate(-500px, 0px) scale(0.7);
    -ms-transform: translate(-500px, 0px) scale(0.7);
    -o-transform: translate(-500px, 0px) scale(0.7);
    opacity: 0;
}
#slider li.NEXT {
    transform: translate(500px, 0px) scale(0.7);
    -webkit-transform: translate(500px, 0px) scale(0.7);
    -moz-transform: translate(500px, 0px) scale(0.7);
    -ms-transform: translate(500px, 0px) scale(0.7);
    -o-transform: translate(500px, 0px) scale(0.7);
    opacity: 0;
}
#slider li.NEXTNEXT {
    opacity: 0;
}
#slider li.PREVPREV {
    opacity: 0;
}
#slider li .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(#000, rgba(120, 7, 15, 0.8));
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    z-index: 10;
    pointer-events: none;
}
#slider li.CURRENT {
    z-index: 1000;
}
#sliderHolder {
    padding-bottom: 50px;
    padding-bottom: 0px;
}
.photoLabel {
    width: 200px;
    height: 70px;
    background: #ffffff;
    position: absolute;
    bottom: -30px;
    left: 0px;
    padding: 12px;
    z-index: 100;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.photoLabel p {
    font-size: 1.2em;
    line-height: 1.2em;
}
.photoLabel p .label {
    font-style: italic;
}
.photoLabel a {
    color: #2c2c2c;
}
.photoLabel a:hover {
    color: #bd1622;
}
.photoLabel h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #bd1622;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    float: left;
}
.photoLabel h2 .grey {
    color: #2c2c2c;
}
#slider li.focus .photoLabel {
    opacity: 1;
}
.pointerBack {
    -webkit-animation: pointerLeft 1s ease-in infinite;
    animation: pointerLeft 1s ease-in infinite;
}
.pointerForward {
    -webkit-animation: pointerRight 1s ease-in infinite;
    animation: pointerRight 1s ease-in infinite;
}
.pointer {
    width: 44px;
    height: 37px;
    background: url(../images/backArrow.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 10000;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    width: 11px;
    height: 15px;
    background: url(../images/backArrow-small.png) no-repeat center center;
    background-size: contain;
    left: 10px;
}
.opacity0 {
    opacity: 0;
}
.pointer:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes pointerLeft {
    0%,
    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    50% {
        transform: translate(-8px, 0px);
        -webkit-transform: translate(-8px, 0px);
        -moz-transform: translate(-8px, 0px);
        -ms-transform: translate(-8px, 0px);
        -o-transform: translate(-8px, 0px);
    }
}
@keyframes pointerLeft {
    0%,
    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    50% {
        transform: translate(-8px, 0px);
        -webkit-transform: translate(-8px, 0px);
        -moz-transform: translate(-8px, 0px);
        -ms-transform: translate(-8px, 0px);
        -o-transform: translate(-8px, 0px);
    }
}
@-webkit-keyframes pointerRight {
    0%,
    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    50% {
        transform: translate(8px, 0px);
        -webkit-transform: translate(8px, 0px);
        -moz-transform: translate(8px, 0px);
        -ms-transform: translate(8px, 0px);
        -o-transform: translate(8px, 0px);
    }
}
@keyframes pointerRight {
    0%,
    100% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    50% {
        transform: translate(8px, 0px);
        -webkit-transform: translate(8px, 0px);
        -moz-transform: translate(8px, 0px);
        -ms-transform: translate(8px, 0px);
        -o-transform: translate(8px, 0px);
    }
}
.pointerForward {
    background: url(../images/forwardArrow.png) no-repeat center center;
    background-size: 100%;
    left: auto;
    right: 0px;
    right: 10px;
    background: url(../images/forwardArrow-small.png) no-repeat center center;
    background-size: contain;
}
footer {
    height: auto;
}
footer .inner {
    margin-top: 30px;
    margin-bottom: 30px;
}
footer h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 15px;
}
footer a {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    background: #bd1622;
    width: 50%;
    margin: 0px 25% 10px;
    padding: 10px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
footer a:hover {
    color: #bd1622;
    background: #fff;
}
.signup {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
}
footer h3 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#mailchp {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.mc-field-group {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 5px;
}
input {
    width: 100%;
    position: relative;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
}
label {
    width: 100%;
    position: relative;
    float: left;
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
select {
    width: 100%;
    position: relative;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
}
input[type="submit"] {
    background: #fff;
    color: #2c2c2c;
    width: auto;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 20px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    border: none;
}
input[type="submit"]:hover {
    background: #bd1622;
    color: #fff;
}
h1.standard {
    color: #2c2c2c;
    position: relative;
    float: left;
    background: none;
    width: auto;
    left: auto;
    top: auto;
    height: auto;
    text-indent: 0px;
    white-space: normal;
    overflow: visible;
    text-transform: uppercase;
    font-size: 4em;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}
#main p {
    color: #2c2c2c;
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    float: left;
}
#page.standard {
    height: auto;
}
#beInvolved {
    position: fixed;
    height: 60px;
    width: 160px;
    background: rgba(255, 255, 255, 0.7);
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    color: #2c2c2c;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
#beInvolved:hover {
    background: #bd1622;
    color: #fff;
}
footer {
    z-index: 1000;
}
#grid {
    background: #efeeec;
}
#controls .inner {
    text-align: center;
}
.toggleButtons {
    display: inline-block;
    position: relative;
    width: auto;
    margin-top: 25px;
    display: block;
    float: left;
    width: 100%;
}
.toggleButtons .buttons {
    width: 180px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0px 0px;
    border: 1px solid #bd1622;
    color: #bd1622;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
    width: 50%;
    font-size: 1em;
}
.gallery-2015 .toggleButtons .buttons {
    width: 33.333333%;
}
.toggleButtons .buttons.activeCategory,
.toggleButtons .buttons.activeCategory:hover {
    background: #bd1622;
    color: #fff;
}
.toggleButtons .buttons:hover {
    background: white;
}
#controls {
    height: auto;
}
#controls .ctrl {
    position: absolute;
    left: 0px;
    top: 30px;
    margin: 0px;
    position: relative;
    float: left;
    left: auto !important;
    top: auto;
    float: none;
    display: inline-block;
    margin: 15px 5px;
}
#controls .ctrl.sliderView {
    left: 50px;
}
.third-place .placeAndName h3,
.second-place .placeAndName h3 {
    display: none;
}
.third-place .placeAndName .placing,
.second-place .placeAndName .placing {
    border-right: none;
}
.gallery-2016 .halfwidthList {
    width: 100% !important;
}
.bestUseList,
.bestPromotionList {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.bestUseList .placing,
.bestPromotionList .placing {
    width: 100%;
    border-right: none;
    padding-bottom: 0px;
}
.bestUseList .photoLabel,
.bestPromotionList .photoLabel {
    height: auto;
}
.bestUse {
    width: 100%;
    position: relative;
    float: left;
}
.bestUse li {
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.bestUse li img {
    width: 100%;
    height: auto;
}
.list-item .photoLabel {
    position: relative;
    float: left;
    width: 100%;
    bottom: auto;
    left: auto;
}
.placing {
    width: auto;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #bd1622;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-size: 2.2em;
    color: #bd1622;
    font-weight: 500;
}
.placing .littlePlus {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/miniPlus.png) no-repeat center center;
    background-size: contain;
}
.list-item .lowerdeets {
    position: relative;
    float: left;
    margin: 10px 0px 0px 10px;
}
.list-item h2,
.list-item p {
    position: relative;
    float: left;
    margin-bottom: 0px;
}
.list-item h2 {
    margin-bottom: 2px;
}
.list-item .telnum,
.list-item a {
    position: relative;
    float: left;
}
.list-item .telnum:after,
.list-item a:after {
    margin: 0px 8px;
    color: #bd1622;
    content: "\2666";
    font-size: 0.8em;
}
.list-item a:last-child:after {
    margin: 0px 8px;
    color: #bd1622;
    content: "";
    font-size: 0.8em;
}
.gallery-2016 .awards {
    background: url(../images/awards2016.png) no-repeat center center;
    background-size: contain;
}
.placeAndName {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 50px;
    background: #fff;
    z-index: 10;
    padding: 5px;
}
.placeAndName h3 {
    line-height: 45px;
    position: relative;
    float: left;
    margin: 0px 10px;
    text-transform: uppercase;
    color: #bd1622;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 2px;
}
.second-place .placeAndName {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
}
.third-place .placeAndName {
    position: absolute;
    left: auto;
    right: 0px;
}
.second-place .placeAndName h3,
.third-place .placeAndName h3 {
    font-size: 1em;
    line-height: 35px;
}
.second-place .placeAndName,
.third-place .placeAndName {
    height: 40px;
}
.second-place .placing,
.third-place .placing {
    font-size: 1.4em;
    padding: 10px;
}
.shareButtons {
    width: auto;
    position: absolute;
    top: 10px;
    right: 0px;
}
.shareButtons h4 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    float: left;
    line-height: 20px;
    font-weight: 300;
}
.addthis_toolbox {
    position: relative;
    float: left;
}
.addthis_toolbox a {
    margin-right: 5px;
}
.gallery-2016 .halfwidthList {
    width: 49%;
    position: relative;
    float: left;
}
.gallery-2016 .halfwidthList:nth-child(even) {
    float: right;
}
@media (min-width: 640px) {
    header.standard {
        height: 125px;
    }
    #topSection {
        height: 500px;
    }
    .pointer {
        width: 44px;
        height: 37px;
        background-size: 100%;
    }
    .pointerForward {
        background-size: 100%;
    }
    .h1p h1 {
        height: 160px;
    }
    .h1p {
        width: 440px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        top: 150px;
    }
    h1 {
        margin-bottom: 15px;
    }
    header {
        height: 100px;
    }
    .logo {
        width: 121px;
        height: 76px;
    }
    .ctrl {
        margin-top: 25px;
    }
    .grid-item {
        margin-bottom: 13px;
    }
    #content {
        min-height: calc(100% - 100px);
    }
    .awards {
        width: 150px;
        height: 60px;
    }
    .h1p {
        padding-top: 80px;
    }
    h1 {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    #slider li img {
        max-width: 90%;
    }
    .signup {
        width: 50%;
        position: relative;
        float: right;
    }
    .footerhalf {
        width: 45%;
        position: relative;
        float: left;
        margin-right: 5%;
        margin-top: 15px;
        height: 250px;
    }
    footer a {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .footerlogo {
        width: 207px;
        height: 83px;
        position: relative;
        float: left;
        background: url(../images/sunLogo.png) no-repeat center center;
        background-size: contain;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 150px;
        height: 60px;
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        float: none;
    }
    #topSection {
        height: 580px;
    }
    .h1p {
        top: 160px;
        width: 580px;
    }
    .h1p h1 {
        height: 200px;
    }
    #topSection p.intro {
        font-size: 1.8em;
    }
    p.label {
        font-size: 1.1em;
    }
    .arrow {
        height: 74px;
    }
    .arrowInner {
        width: 40px;
        height: 40px;
    }
    .littleDots {
        height: 8px;
        width: 340px;
        position: absolute;
        right: 0px;
        top: 200px;
    }
    .ld2 {
        top: auto;
        right: auto;
        bottom: 150px;
    }
    .littleDot {
        width: 8px;
        height: 8px;
        margin-left: 25px;
    }
    .awards {
        width: 200px;
        height: 80px;
    }
    .h1p {
        padding-top: 100px;
    }
    .shape {
        top: -40px;
    }
    .toggleButtons {
        width: auto;
        float: none;
        display: inline-block;
    }
    .toggleButtons .buttons,
    .gallery-2015 .toggleButtons .buttons {
        width: 160px;
        font-size: 1.2em;
    }
    #controls .ctrl {
        left: 0px;
        position: relative;
       /* top: 30px;*/
        /*display: block;*/
        margin: 0px;
		float:left;
    }
    /*#controls .ctrl.sliderView {
        left: 50px !important;
    }*/
    #controls {
        height: 100px;
    }
    .third-place .placeAndName h3,
    .second-place .placeAndName h3 {
        display: block;
    }
    .third-place .placeAndName .placing,
    .second-place .placeAndName .placing {
        border-right: 1px solid #bd1622;
    }
    .bestUseList .placing,
    .bestPromotionList .placing {
        border-right: 1px solid #bd1622;
        width: auto;
        padding: 10px;
    }
}
@media (min-width: 960px) {
    h1.standard {
        font-size: 6em;
        margin: 50px 0 70px;
    }
    #main p {
        font-size: 1.8em;
        line-height: 1.6em;
        margin-bottom: 35px;
    }
    #main .inner {
        max-width: 1190px;
        margin: 0 auto;
    }
    .contentCol {
        width: 65%;
        position: relative;
        float: right;
    }
    .sideBar {
        width: 30%;
        position: relative;
        float: left;
    }
    header.standard {
        height: 135px;
    }
    .grid-item {
        width: 32%;
        margin-bottom: 18px;
    }
    .grid-item.grid-item--width2 {
        width: 49.3333%;
    }
    .grid-sizer {
        width: 32%;
    }
    .gutter-sizer {
        width: 2%;
    }
    .logo {
        width: 150px;
        height: 62px;
        top: 30px;
    }
    .awards {
        width: 150px;
        height: 60px;
    }
    footer .inner {
        max-width: 960px;
        margin: 30px auto;
    }
    footer a {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
}
@media (min-width: 1100px) {
    .gallery-2016 .halfwidthList {
        width: 49% !important;
        position: relative;
        float: left;
    }
    header.standard {
        height: 180px;
    }
    .shape {
        width: 24px;
        height: 36px;
        top: -40px;
    }
    .littleBlocks {
        width: 260px;
        height: 40px;
        position: absolute;
        right: -120px;
        bottom: 50px;
    }
    .lb2 {
        right: auto;
        bottom: auto;
        left: -105px;
        top: 190px;
        width: 260px;
    }
    .littleblock {
        width: 10px;
        height: 40px;
        position: relative;
        float: left;
        margin-right: 25px;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }
    .grid-item {
        width: 24%;
        margin-bottom: 13px;
    }
    .grid-sizer {
        width: 24%;
    }
    .gutter-sizer {
        width: 1.3333%;
    }
    .logo {
        width: 207px;
        height: 83px;
        top: 45px;
    }
    .awards {
        width: 250px;
        height: 100px;
        top: 0px;
    }
    .h1p {
        width: 800px;
        padding-top: 120px;
    }
    header {
        height: 170px;
    }
    .h1p h1 {
        width: 100%;
        height: 125px;
        margin-bottom: 40px;
    }
    h1 .e-inner {
        background: url(../images/exposure.png) no-repeat center center;
        background-size: contain;
    }
    #topSection {
        height: 90%;
    }
    #topSection p.intro {
        font-size: 2.1em;
        width: 70%;
        margin-left: 15%;
    }
    .arrowInner {
        width: 50px;
        height: 50px;
    }
    .arrow {
        height: 94px;
        width: 140px;
    }
    p.label {
        font-size: 1.3em;
    }
    .photoLabel {
        width: 400px;
        bottom: -28px;
        height: 56px;
        width: auto;
        height: auto;
    }
}
@media (min-width: 1300px) {
    .shape {
        top: -70px;
    }
}
/*# sourceMappingURL=main.css.map */
