* {
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    color: #393939;
}
strong {
	font-weight: 600;
}
::selection {
    background: #E84A37;
    color: #FFF;
}
::-moz-selection {
    background: #E84A37;
    color: #FFF;
}
.main-width {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
}
.break {
    clear: both;
}
a {
    text-decoration: none;
}
img {
    outline: none;
    border: none;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
.header {
    width: 100%;
}
.header-top {
    height: 100px;
    background-color: #FFF;
    box-shadow: 0px -10px 30px #000000;
    position: relative;
    z-index: 1;
}
.logo {
    display: block;
    height: 70px;
    width: 186px;
    background-image: url(dsg/logo_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-top: 15px;
    transition: .2s;
}
.logo:hover {
    opacity: .6;
}
.search {
    float: right;
    margin-top: 32.5px;
}
.search input:first-of-type {
    height: 35px;
    width: 160px;
    float: left;
    border: 1px solid #cecece;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    outline: none;
}
.search input:last-of-type {
    height: 35px;
    width: 60px;
    cursor: pointer;
    background-color: #E84A37;
    border: 1px solid #E84A37;
    float: right;
    background-image: url(dsg/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    outline: none;
    transition: .2s;
}
.search input:last-of-type:hover {
    background-color: #d83a26;
    border: 1px solid #d83a26;
}
::-webkit-input-placeholder {
    color: #6f6f6f;
}
:-moz-placeholder {
    color: #6f6f6f;
}
::-moz-placeholder {
    color: #6f6f6f;
}
:-ms-input-placeholder {
    color: #6f6f6f;
}
.header-img.main {
    width: 100%;
    height: 350px;
    background-image: url(dsg/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-img.main_alt {
    height: 200px;
    background-image: url(dsg/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-img {
    width: 100%;
    height: 20px;
}
nav {
    width: 1250px;
    margin: 0 auto;
    background-color: #f4f4f4;
    position: relative;
    z-index: 2;
}
nav > ul {
    list-style: none;
}
nav > ul > li {
    width: 14.28%;
    float: left;
    position: relative;
    transition: .2s;
}
nav > ul > li > a {
    box-sizing: border-box;
    display: block;
    padding: 10px 0px 10px 20px;
    font-family: "Roboto Condensed";
    color: #FFF;
    font-size: 18px;
}

nav > ul > li:first-of-type {
    background-color: #E84A37;
}
nav > ul > li:first-of-type:hover {
    background-color: #d83a26;
}
nav > ul > li:nth-of-type(2) {
    background-color: #F2B836;
}
nav > ul > li:nth-of-type(2):hover {
    background-color: #eaad23;
}
nav > ul > li:nth-of-type(3) {
    background-color: #6CC049;
}
nav > ul > li:nth-of-type(3):hover {
    background-color: #58b830;
}
nav > ul > li:nth-of-type(4) {
    background-color: #5e59b5;
}
nav > ul > li:nth-of-type(4):hover {
    background-color: #45409b;
}
nav > ul > li:nth-of-type(5) {
    background-color: #00ABC7;
}
nav > ul > li:nth-of-type(5):hover {
    background-color: #00a1bb;
}
nav > ul > li:nth-of-type(6) {
    background-color: #F2B836;
}
nav > ul > li:nth-of-type(6):hover {
    background-color: #eaad23;
}
nav > ul > li:last-of-type {
    background-color: #9A59B5;
}
nav > ul > li:last-of-type:hover {
    background-color: #9247b1;
}
nav > ul > li.drop {
    background-image: url(dsg/menu-down.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 13px;
}

nav > ul > li > ul {
    display: none;
    background-color: #FFF;
    list-style: none;
    position: absolute;
    width: 100%;
    border: 1px solid #cecece;
    border-top: none;
    box-sizing: border-box;
    z-index: 9;
}
nav > ul > li:hover > ul {
    display: block;
}
nav > ul > li > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #7e7e7e;
    background-color: #FFF;
    font-weight: 400;
}
nav > ul > li > ul > li > a:hover {
    background-color: #f8f8f8;
}
.main-body {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 40px 0px;
    color: #7a7a7a;
}
.left {
    width: 75%;
    float: left;
}
.left ul {
    list-style: none;
}
.left ul li {
    background-image: url(dsg/left-ul.png);
    background-repeat: no-repeat;
    background-position: top 4px left;
    background-size: 6px;
    padding-left: 12px;
    
}
.left a {
	color: #E84A37;
}
.left a:hover {
	text-decoration: underline;
}
.right {
    width: 20%;
    float: right;
}
.right img {
    display: block;
    max-width: 100%;
}
.right > div:last-of-type {
    border-bottom: none;
}
.right > div {
    box-sizing: border-box;
    padding: 20px 0px;
    border-bottom: 1px solid #cecece;
}
.right > div:first-of-type {
    padding: 00px 0px 20px 0px;
}
hr {
	border: none;
	border-bottom: 1px solid #cecece;
}
h1 {
    font-family: "Roboto Condensed";
    font-size: 28px;
    color: #5a5a5a;
    font-weight: 700;
    margin-bottom: 25px;
}
h1.news {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 90%;
}
h2 {
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .2s;
}
.gallery-preview-text h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
h3 {
    font-family: "Roboto Condensed";
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 700;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .1s;
}
h4 {
    font-family: "Roboto Condensed";
    font-size: 16px;
    color: #ececec;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #E84A37;
    padding-bottom: 2px;
}
.thoughts {
	color: #7a7a7a;
}
.news-sub form .inputs input[type=text] {
    width: 85%;
    height: 35px;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #f8f8f8;
    font-size: 13px;
    float: right;
    margin-bottom: 10px;
}
.news-sub form .inputs .input-icon {
    width: 15%;
    height: 35px;
    background-color: #E84A37;
    float: left;
    background-image: url(dsg/name-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    margin-bottom: 10px;
}
.news-sub form .inputs .input-icon:nth-of-type(2) {
    background-image: url(dsg/mail-icon.png);
}
.news-sub-button {
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 10px 20px 7px 20px;
    background-color: #6CC049;
    border-bottom: 3px solid #4b9e29;
    font-size: 14px;
    color: #FFF;
    font-family: "Roboto Condensed";
    cursor: pointer;
    transition: .2s;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.news-sub-button:hover {
    background-color: #1d2a32;
    border-bottom: 3px solid #131d23;
}
.news-preview {
    height: 300px;
    width: 49%;
    border: 1px solid #cecece;
    display: block;
    float: left;
    margin-bottom: 20px;
    transition: .1s;
    color: #393939;
    overflow: hidden;
}
.news-preview:nth-of-type(2n) {
    float: right;
}
.news-preview:hover {
    background-color: #fcfcfc;
    text-decoration: none!important;
}
.news-preview:hover h3 {
    color: #E84A37;
}
.news-preview-img {
    width: 100%;
    height: 60%;
    background-color: #E84A37;
    background-image: url(dsg/logo-placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 150px;*/
    position: relative;
}
.news-preview-img img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
}
.news-preview-text {
    width: 100%;
    height: 40%;
    box-sizing: border-box;
    padding: 15px 15px;
}
.date {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: #545454;
}
.archive-button {
    display: block;
    float: right;
    box-sizing: border-box;
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    background-color: #6CC049;
    border-bottom: 3px solid #4b9e29;
    font-size: 14px;
    color: #FFF;
    font-family: "Roboto Condensed";
    cursor: pointer;
    transition: .2s;
    background-image: url(dsg/archive-icon.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 14px;
    color: white!important;
}
.archive-button:hover {
    background-color: #1d2a32;
    border-bottom: 3px solid #131d23;
    text-decoration: none;
}
footer {
    background-color: #1d2a32;
    color: white;
}
.footer-border {
    width: 100%;
    height: 5px;
}
.footer-border > div {
    width: 20%;
    height: 100%;
    float: left;
}
.footer-border div:first-of-type {
    background-color: #E84A37;
}
.footer-border div:nth-of-type(2) {
    background-color: #F2B836;
}
.footer-border div:nth-of-type(3) {
    background-color: #6CC049;
}
.footer-border div:nth-of-type(4) {
    background-color: #00ABC7;
}
.footer-border div:nth-of-type(5) {
    background-color: #9A59B5;
}
.footer-main {
    box-sizing: border-box;
    padding: 30px 0px;
    color: #ececec;
}
.footer-main a {
    color: #F2B836;
    transition: .2s;
}
.footer-main a:hover {
    color: #ececec;
}
.footer-logo {
    display: block;
    height: 40px; 
    width: 105px;
    background-image: url(dsg/logo-footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s;
}
.footer-logo:hover {
    opacity: .6;
}
.footer-left,
.footer-mid, 
.footer-right {
    width: 33.3%;
    float: left;
    margin-top: 30px;
    color: white;
}
.footer-main ul {
    list-style: none;
}
.footer-main ul > li {
    background-image: url(dsg/footer-nav.png);
    background-repeat: no-repeat;
    background-position: top 3px left;
    background-size: 6px;
}
.footer-main ul > li > a {
    color: #ececec;
    padding-left: 12px;
}
.footer-main ul > li > a:hover {
    color: #F2B836;
}
.facebook-icon {
    float: right;
    margin-top: 32.5px;
    height: 35px;
    margin-left: 20px;
}
.facebook-icon div:first-of-type {
    display: block;
    height: 35px;
    width: 35px;
    background-color: #3B5998; 
    background-image: url(dsg/fb-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    float: left;
    transition: .2s;
}
.facebook-icon div:last-of-type {
    display: block;
    background-color: #2e4981; 
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 13px;
    box-sizing: border-box;
    padding: 10px 10px;
    float: right;
    height: 35px;
    transition: .2s;
}
.facebook-icon:hover div:first-of-type {
    background-color: #2e4981; 
}
.facebook-icon:hover div:last-of-type {
    background-color: #1f2e4f; 
}
.img-news {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.options {
    border-bottom: 1px solid #cecece;
    /*padding-bottom: 15px;*/
    margin-bottom: 5px;
}
.options > div {
    margin: 20px 0px;
}
.options > div span {
    float: left;
    width: 90px;
    box-sizing: border-box;
    padding: 4px 15px 4px 0px;
    background-color: #FFF;
    border: 1px solid #FFF;
    font-size: 15px;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
.options > div input {
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 5px 15px;
    background-color: #FFF;
    font-size: 13px;
    color: #393939;
    cursor: pointer;
    transition: .2s;
    display: block;
    border: 1px solid #a9a9a9;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.options > div input.active {
	/*
	background-color: #E84A37;
    border: 1px solid #E84A37;
    */
    background-color: #1d2a32;
    border: 1px solid #1d2a32;
    color: white;
}
.options > div input.active:hover {
	background-color: #1d2a32;
    border: 1px solid #1d2a32;
}
.options > div input:hover {
    background-color: #ececec;
}
.options > div input.red:hover , .options > div input.red.active {
    color: #FFF;
    background-color: #E84A37;
    border: 1px solid #E84A37;
}
.options > div input.yellow:hover, .options > div input.yellow.active {
    color: #FFF;
    background-color: #eaab1c;
    border: 1px solid #eaab1c;
}
.options > div input.green:hover, .options > div input.green.active {
    color: #FFF;
    background-color: #5ab534;
    border: 1px solid #6CC049;
}
.options > div input.blue:hover, .options > div input.blue.active {
    color: #FFF;
    background-color: #00ABC7;
    border: 1px solid #00ABC7;
}
.options > div input.purple:hover, .options > div input.purple.active {
    color: #FFF;
    background-color: #9A59B5;
    border: 1px solid #9A59B5;
}
.options > div input.dark:hover, .options > div input.dark.active {
    color: #FFF;
    background-color: #1d2a32;
    border: 1px solid #1d2a32;
}
#datepicker {
    background-color: #FFF;
    border: 1px solid #a9a9a9;
    color: #393939;
    padding: 5px 10px;
    background-image: url(dsg/datepicker.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
}
.all {
	background-color: #ececec!important;
	border: 1px solid #a9a9a9!important;
	color: #393939!important;
    /*
	background-color: #E84A37;
	border: 1px solid #E84A37;
    color: #FFF;
    */
    
}
.all:hover {
    background-color: #1d2a32!important; 
    border: 1px solid #1d2a32!important;
    color: #FFF!important;
}
.calendar {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}
/*
.calendar tr:nth-of-type(2n) {
    background-color: #f8f8f8;
}
.calendar tr[@display=block]:nth-child(odd) {
	background-color: #f8f8f8;
}
.calendar tr[@display=block]:nth-child(even) {
	background-color: white;
}
*/
.calendar tr.even {
	background-color: #f8f8f8;
}
.calendar tr.odd {
	background-color: white;
}
.calendar th {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
}
.calendar th:first-of-type {
    width: 15%;
}
.calendar th:nth-of-type(2) {
    width: 35%;
}
.calendar th:nth-of-type(3) {
    width: 10%;
}
.calendar th:nth-of-type(4) {
    width: 5%;
}
.calendar th:nth-of-type(5) {
    width: 12%;
}
.calendar tr {
	border-bottom: 1px solid white;
}
.calendar td {
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
}
.calendar td:first-of-type {
    color: #FFF;
    /*text-align: center;*/
}
.calendar td.blue {
    background-color: #00ABC7;
}
.calendar td.red {
    background-color: #E84A37;
}
.calendar td.purple {
    background-color: #9A59B5;
}
.calendar td.yellow {
    background-color: #eaab1c;
}
.calendar td.green {
    background-color: #5ab534;
}
.calendar td.dark {
    background-color: #1d2a32;
}
.img-preview {
    display: block;
    width: 19%;
    padding-bottom: 15%;
    transition: .2s;
    float: left;
    position: relative;
    margin: .5%;
}
.img-preview img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .2s;
}
.img-preview:hover img {
    opacity: .5;
}

.gallery-preview {
    display: block;
    height: 280px;
    width: 49%;
    border: 1px solid #cecece;
    display: block;
    float: left;
    margin-bottom: 20px;
    transition: .1s;
    color: #393939;
}
.gallery-preview:nth-of-type(2n) {
    float: right;
}
.gallery-preview:hover {
	text-decoration: none!important;
}
.gallery-preview-img {
    width: 95%;
    height: 220px;
    margin: 0 auto;
    margin-top: 2.5%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-preview-img img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.gallery-preview-text {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
.gallery-preview:hover .gallery-preview-text h2 {
    color: #E84A37;
}

.form-text {
	width: 96%;
	padding: 6px;
	border: 1px solid #ececec;
}

.partners {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.partners img {
    max-height: 60px;
    max-width: 250px;
    float: left;
    display: block;
    margin-left: 20px;
}
.minis-img {
    margin-top: 10px;
}
.header-box {
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    width: 50%;
}
.header-img.main .main-width {
    box-sizing: border-box;
    padding: 105px 0px;
}


@media only screen and (max-width:1250px) {
    
    .main-width {
        width: 97%;
    }
    nav {
        width: 100%;
    }
    .left {
        width: 72%;
    }
    .right {
        width: 26%;
    }
    .header-img.main {
        height: 300px;
    }
    .main-body {
        padding: 30px 0px;
    }
    .img-news {
        max-width: 80%;
    }
    .partners {
	    display: none;
	}
    
}

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

    .header-img.main {
        display: none;
    }
    .header-img {
        display: none;
    }
    .left {
        float: none;
        width: 100%;
    }
    .right {
        float: none;
        width: 280px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .main-body {
        margin-top: 160px;
    }
    .news-preview {
        height: 200px;
    }
    .news-preview-img {
        height: 50%;
    }
    .news-preview-text {
        height: 50%;
        padding: 10px;
    }
    .gallery-preview {
        height: 200px;
    }
    .gallery-preview-img {
        width: 93%;
        margin-top: 3%;
        height: 145px;
    }
    .gallery-preview-text {
        width: 90%;
    }
    .date {
        margin-bottom: 5px;
    }
    nav > ul {
        list-style: none;
    }
    nav > ul > li {
        width: 100%;
        float: none;
    }
    nav > ul > li > a {
        padding: 7px 10px;
        font-size: 16px;
    }
    nav > ul > li.drop a {
		width: 70%;
	}
    .header-top {
        height: 60px;
    }
    .logo {
        height: 35px;
        width: 90px;
        margin-top: 12px;
    }
    h1 {
        font-size: 22px;
    }
    .facebook-icon {
        margin-top: 15px;
        margin-left: 10px;
        height: 30px;
    }
    .facebook-icon div:first-of-type {
        height: 30px;
        width: 30px;
    }
    .facebook-icon div:last-of-type {
        padding: 7.5px 10px;
        height: 30px;
    }
    .search {
        margin-top: 15px;
    }
    .search input:first-of-type {
        height: 30px;
        width: 150px;
        float: left;
    }
    .search input:last-of-type {
        height: 30px;
        width: 40px;
    }
    .img-preview {
        width: 24%;
        padding-bottom: 19%;
        margin: .5%;
    }
    .calendar th {
        padding: 5px;
    }
    .calendar td {
        padding: 5px;
    }
    .archive-button {
        float: none;
        width: 110px;
        margin: 0 auto;
        padding: 7px 35px 7px 12px;
        background-position: center right 10px;
    }
    .partners {
	    display: none;
	}
}

@media only screen and (max-width:500px) {
        
    .search {
        display: none;
    }
    .main-width {
        width: 95%;
    }
    .header-img.main {
        height: 200px;
    }
    .news-preview {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .news-preview:nth-of-type(2n) {
        float: none;
    }
    .gallery-preview {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .gallery-preview-img {
        width: 95%;
        margin-top: 3%;
    }
    .gallery-preview-text {
        width: 90%;
    }
    .gallery-preview:nth-of-type(2n) {
        float: none;
    }
    .archive-button {
        padding: 7px 35px 7px 12px;
        background-position: center right 10px;
    }
    .news-sub-button {
        padding: 7px 12px 5px 12px;
    }
    .footer-left,
    .footer-mid, 
    .footer-right {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .facebook-icon div:last-of-type {
        display: none;
    }
    .img-news {
        max-width: 100%;
    }
    .img-preview {
        width: 49%;
        padding-bottom: 39%;
        margin: .5%;
    }
    .options > div span {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }
    .options > div input {
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .options > div {
        margin: 10px 0px;
    }
    .calendar {
        width: 480px;
    }
    .partners {
	    display: none;
	}
}


@media only screen and (max-width:350px) {
    
    
    .right {
        width: 100%;
    }
    .img-preview {
        width: 99%;
        padding-bottom: 78%;
        margin: 1%;
    }
    .partners {
	    display: none;
	}
    
}