﻿		@keyframes slidy {
		0% { left: 0%; }
		20% { left: 0%; }
		25% { left: -100%; }
		45% { left: -100%; }
		50% { left: -200%; }
		70% { left: -200%; }
		75% { left: -300%; }
		95% { left: -300%; }
		100% { left: -400%; }
		}
		
		body {
			margin: 0;
		}

		div#slider { overflow: hidden; }
		div#slider figure img { width: 25%; float: left; }
		div#slider figure { 
		  position: relative;
		  width: 400%;
		  margin: 0;
		  left: 0;
		  text-align: left;
		  font-size: 0;
		  animation: 30s slidy infinite; 
		}


#overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ccd5debb;
    z-index: 10000;
}


.custom-container {
    width: 98%
}

.mw6 {min-width: 60px;}
.mw9 {min-width: 90px;}
.mw10 {min-width: 100px;}
.mw11 {min-width: 110px;}
.mw13 {min-width: 130px;}
.mw14 {min-width: 140px;}
.mw15 {min-width: 150px;}
.mw16 {min-width: 160px;}
.mw24 {min-width: 240px;}
.mw25 {min-width: 250px;}
.mw26 {min-width: 260px;}
.mw27 {min-width: 270px;}
.mw28 {min-width: 280px;}
.mw29 {min-width: 290px;}
.mw30 {min-width: 300px;}
.mw31 {min-width: 310px;}
.mw32 {min-width: 320px;}
.mw33 {min-width: 330px;}
.mw34 {min-width: 340px;}
.mw35 {min-width: 350px;}


[data-deh*="pal91"] { background: linear-gradient(#c3fcfd, #b3bcd8); }
[data-deh*="pal92"] { background: linear-gradient(#cac7bc, #dab383); }

.bg-transparent-image {
    background-image: url('https://opengameart.org/sites/default/files/Transparency10.png');
    background-repeat: repeat;
}

div.custom-select.bg-transparent-image {
    padding: 0;
    border: none;
}

input[data-color-format='hex'] {
    width: 100%;
    border: 2px black double;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bg-pal-01 { background: linear-gradient(#13233c, #b3bcd8); }
.bg-pal-91 { background: linear-gradient(#c3fcfd, #b3bcd8); }

.bg-card-color-01 { background: #138ac1; }
.bg-card-color-02 { background: #b8860b; }
.bg-card-color-03 { background: mediumslateblue; }

.border-3 {
    border-width: 3px !important;
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}











/* Navigation */

.menu {
    width: 100%;
    height: auto;
    background-color: #353535;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;

    position: relative;

    -webkit-transition:all .3s ease-in;
    -moz-transition:all.3s ease-in;
    -o-transition:all .3s ease-in;
    transition:all .3s ease-in;

    -webkit-transition:all .3s ease-out;
    -moz-transition:all.3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.menu.fixed {
    position: fixed;
    top: 0px;
    z-index: 1000000;
}
#logo, #logo-alt {
    text-align: left;
    margin: 30px 0 0 2%;
    display: block;
    text-decoration: none;
}
#logo img, #logo-alt img {
    border: none;
    text-decoration: none;
    width: 129px;
    height: 26px;
}

.navigation {
    float: right;
    list-style: none;
    margin: 0;
    white-space: nowrap;
}
.navigation li{
    /*font-size: 13px;
    font-weight: 700;*/
    letter-spacing: 1px;
    /*float: left;*/
    display: inline-block;

    margin: 0 20px 0 5px;
    text-transform: uppercase;
    transition:.3s;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.navigation li:hover{
    cursor:pointer;
    color: #fff;
    transition:.3s;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.navigation .active{
    cursor: pointer;
    color: #fff;
    transition:.8s;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}
.navigation li.blog-link {
    padding: 26px 0 20px 40px;
}
.navigation li.blog-link a {
    font-family: 'utopia-std', serif;
    font-weight: 300;
    color: #8a8683;
    text-decoration: none;
    border-left: solid 1px #464646;
    height: 34px;
    padding: 7px 40px 0 40px;
    display: block;
    font-size: 13px;
}
.navigation li.blog-link-link a:hover {
    color: #fff;
}
.navigation li.listings-link {

}
.navigation li.listings-link a {
    padding: 7px 40px 0 0;
}
.navigation li.listings-link {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #e71c37;
    background-color: #eee;
    height: 85px;
}
.navigation li.listings-link:hover {
    color: #fff;
    background-color: #e71c37;
}
.navigation li.listings-link a {
    color: #e71c37;
    background-color: #eee;
}
.navigation li.listings-link:hover a {
    color: #fff;
    background-color: #e71c37;
}
@media (max-width: 1010px) {
    .navigation li {
        padding: 34px 0 34px 20px;
        font-size: 12px;
    }
}

.ext_link:hover a{
    color:#ffffff !important;
}

#down-arrow-container {
    display: none;
    width: 50px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: 17%;
    margin: 0 0 0 -25px;
    float: none;
    z-index: 99999;
    background: url('../images/arrow-down.png') no-repeat center center;
    background-size: 50px 17px;
    cursor: pointer;



    -webkit-transition:bottom .3s ease;
    -moz-transition:bottom.3s ease;
    -o-transition:bottom .3s ease;
    transition:bottom .3s ease;
}
#down-arrow-container:hover {
    background: url('../images/arrow-down-hover.png') no-repeat center center;
    background-size: 50px 17px;
}
.sliding-line {
    position: absolute;
    left: 0px;
    width: 80px;
    margin-left: 15px;
    height: 4px;    
    display: none;
}
#line-top {
    top: 6px;
}
#line-bottom {
    bottom: 20px;
}
@media (max-width: 880px) {
    .navigation li {
        padding: 34px 0 20px 20px;
    }
}

/* Mobile Menu */

.menu-mobile {
    display: none;
    height: 50px;
    background: #2a2a2a;
    text-align: center;
    z-index: 999999;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0;
    overflow: hidden;
    opacity:1;
    visibility:visible;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-mobile.hideme {
    bottom:-50px;
}
#connect-bar {
    height: 50px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.menu-mobile #connect-bar span {
    margin: 0 20px 0 0;
    display: inline-block;
    background: url('../images/icon-mobile-context.png') no-repeat right center;
    width: 27px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 13px;
}
.menu-mobile.active #connect-bar span {
    float: right;
    margin: 0 20px 0 0;
    display: inline-block;
    background: url('../images/icon-mobile-close.png') no-repeat right center;
    width: 27px;
    height: 25px;
}
#connect-bar img {
    width: 97px;
    height: 20px;
    margin-top: 15px;
}
#connect-content a {
    display:  block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #555;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: solid 1px #393939;
    text-transform: uppercase;
}
#connect-content a:hover {
    color: #e71c37;
}
#connect-content img {
    border: none;
    margin: 0 20px 0 0;
}
.menu-mobile.active #connect-bar{
    border-bottom: solid 4px #e71c37;
}

/* General Sections */

.slide-section {
    background-attachment: fixed;
    width:100%;
    height:auto;
    position: relative;
    padding: 120px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    .slide-section {
        padding: 60px 0;
    }
}

/* General Styles */

.upper {
    text-transform: uppercase;
}
.noupper {
    text-transform: none;
}
.sz-headline {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sz-description {
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 20px;
}
.sz-content {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 30px;
}
@media (min-width: 1920px) {
    .sz-headline {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sz-description {
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 20px;
    }
    .sz-content {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 30px;
    }
}
@media (min-width: 2500px) {
    .sz-headline {
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sz-description {
        letter-spacing: 2px;
        font-size: 15px;
        line-height: 20px;
    }
    .sz-content {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 30px;
    }
}
@media (max-width: 950px) {
    .sz-headline {
        font-size: 35px;
        line-height: 45px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sz-description {
        letter-spacing: 2px;
        font-size: 13px;
        line-height: 20px;
    }
    .sz-content {
        font-size: 13px;
        line-height: 23px;
    }
}
@media (max-width: 750px) {
    .sz-headline {
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sz-description {
        letter-spacing: 2px;
        font-size: 13px;
        line-height: 20px;
    }
    .sz-content {
        font-size: 13px;
        line-height: 23px;
    }
}
@media (max-width: 600px) {
    .sz-headline {
        font-size: 25px;
        line-height: 35px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .sz-description {
        letter-spacing: 2px;
        font-size: 13px;
        line-height: 20px;
    }
    .sz-content {
        font-size: 13px;
        line-height: 23px;
    }
}



















/* Team Slider */

#team-slider {
    background-color: #ffffff;
    text-align: center;
    margin-top: 0;
    position: relative;
}
#team-slider .bx-control-bar {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    height: 70px;
    z-index: 1;
}
#team-slider .bx-control-btn {
    width: 70px;
    height: 70px;
    margin: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 70px;
    position: relative;
    font-size: 21px;
    color: #fff;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#team-slider .bx-control-btn:hover {
    background-color: #333333;
}
#team-slider .bx-prev-control {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../Content/images/prev-btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 39px;
}
#team-slider .bx-next-control {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../Content/images/next-btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 39px;
}
#team-slider .bx-control-btn a {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
#team-slider .bx-pager-custom {
    display:none;
}
#team-slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    margin: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background:none;
    left: 0;
    right: 0;
    padding-top: 99px;
    z-index:2;
}
#team-slider .bx-wrapper .bx-viewport{
    position: relative;
    margin: 0;
    padding: 0;
    height: 500px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
}
#staff-slider {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: transparent;
    position: relative;
    min-height: 500px;
    padding: 0;
    margin: 0;
}
#staff-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 370px;
    min-height: 306px;
    max-height: 306px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#team-slider li a.team-overlay {
    background:rgba(231,28,55,0.9);
    width: 370px;
    min-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: 0;

    cursor: pointer;

    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#team-slider li:hover a.team-overlay{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: 1;
    width: 370px;
    min-height: 306px;
    max-height: 306px;

    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#team-slider li span.staff-name{
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    top: 40%;
    margin-top: -30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    letter-spacing: 2px;
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: 0;
    position: absolute;

    transition: .3s all .3s ease;
    -o-transition: .3s all .3s ease;
    -ms-transition: .3s all .3s ease;
    -moz-transition: .3s all .3s ease;
    -webkit-transition: .3s all .3s ease;
}
#team-slider li:hover span.staff-name{
    top: 50%;
    margin-top: -30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: 1;
}
#team-slider li span.staff-position{
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    top: 40%;
    margin-top: 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    letter-spacing: 2px;
    display: inline-block;
    font-family: 'utopia-std', serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: 0;
    position: absolute;

    transition: .3s all .3s ease;
    -o-transition: .3s all .3s ease;
    -ms-transition: .3s all .3s ease;
    -moz-transition: .3s all .3s ease;
    -webkit-transition: .3s all .3s ease;
}
#team-slider li:hover span.staff-position{
    top: 50%;
    margin-top: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: 1;
}
#team-slider li span.more-info {
    display: inline-block;
    color: #fff;
    font-family: 'utopia-std', serif;
    border-top: solid 0px #ffffff;
    letter-spacing: 2px;
    padding: 25px 30px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    bottom:-50px;
    margin: auto;
    left:0;
    right:0;
    margin-top: 10px;
}
#team-slider li:hover span.more-info {
    bottom:0px;
    transition: .3s bottom .6s ease;
    -o-transition: .3s bottom .6s ease;
    -ms-transition: .3s bottom .6s ease;
    -moz-transition: .3s bottom .6s ease;
    -webkit-transition: .3s bottom .6s ease;

    -webkit-animation-name: moreinfo;
    -webkit-animation-duration: 1000ms;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite; /* The magic keyword for infinite*/
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes moreinfo {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        visibility: .5;
    }
    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: 1;
    }
    100% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        visibility: .5;
    }
}








































/* Ditto 7 */

#press {
    text-align: center;
    padding: 0px;
}
#press .bx-controls {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: 20px;
}
#press .bx-pager a.active, #press .bx-pager a:hover {
    background: #e71c37;
    border: solid 2px #e71c37;
}
#press .bx-pager a {
    background: transparent;
    border: solid 2px #e71c37;
    width: 15px;
    height: 15px;
    margin: 5px 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#press .bx-controls-direction {
    display: none;
}
#press .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: auto;
    background: #fff;
}
#press ul {
    margin: 0;
    padding: 0;
}
#press li {
    height: 600px;
    width: 100% !important;
    background-position: center center !important;
    background-size: cover !important;
}
#press .bx-prev {
    margin-bottom: 60px;
    right: 20px;
    bottom: 0;
    top: auto;
    left: auto;
    background: url('../Content/images/arrow-up-red.png') no-repeat center center;
    width: 51px;
    height: 17px;
    background-size: 30px 15px;
}
#press .bx-next {
    margin-bottom: 20px;
    right: 20px;
    bottom: 0;
    top: auto;
    background: url('../Content/images/arrow-down-red.png') no-repeat center center;
    width: 51px;
    height: 17px;
    background-size: 30px 15px;
}
#press .bx-viewport {
    height: 500px;
}
#press .bx-wrapper {
    margin: 0;
}
#press .slider-overlay {
    position: absolute;
    z-index: 99999;
    display: block;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: auto;
    height: 390px;
    overflow: hidden;
}
#press .slider-overlay h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
#press .slider-overlay p {
    max-width: 800px;
    padding: 0 20px 0 20px;
    margin: 40px 0 20px 0;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
}
#press .slider-overlay .press-name {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 50px 0;
}
#press a.read {
    display: inline-block;
    color: #fff;
    font-family: 'utopia-std', serif;
    border-top: solid 3px #e71c37;
    border-bottom: solid 3px #e71c37;
    letter-spacing: 3px;
    padding: 20px 35px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#press a.read:hover {
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
}
@media (max-width: 950px) {
    #press .slider-overlay p {
        font-size: 15px;
        line-height: 30px;
    }
}
@media (max-width: 750px) {
    #press .slider-overlay p {
        font-size: 13px;
        line-height: 23px;
    }
}
@media (max-width: 600px) {
    #press .slider-overlay p {
        font-size: 13px;
        line-height: 23px;
    }
}
@media (max-width: 330px) {
    #press .slider-overlay {
        height: 450px;
    }
    #press .bx-pager.bx-default-pager {
        position: relative;
        bottom: -180px;
        left: 50%;
        width: auto;
        margin-left: -210px;
    }
}






