@import url(https://fonts.googleapis.com/css?family=Raleway:500,400,600|Open+Sans);
#soon {
    visibility: hidden;
    height: 0;
}
/* LOAD */

.loading {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* NAV */

.social .phone {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

.social-bar, .nav-btns{
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.social-bar-left {
    float: left;
}

.social-bar-right {
    float: right;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-brand-img {
    position: absolute;
}

.navbar-brand-img{
    max-height: 30px;
    left: 90px;
    top: 45%;
}

.navbar-brand{
    font-size: 12px;
    line-height: 90px;
}

.shrink .navbar-brand{
    line-height: 30px;
}


.navbar-nav>li>a {
    line-height: 90px;
    font-size: 12px;
}

.shrink .navbar-nav>li>a {
    line-height: 30px;
}

.padding {
    height: 140px;
}

@media screen and (max-width: 950px) {

    .navbar-brand-img{
        visibility: hidden;
    }

    .navbar-nav>li>a {
        line-height: 50px;
    }

    .navbar-brand{
        line-height: 50px;
    }

    .padding {
        height: 90px;
    }
}

.navbar .dropdown ul {
    width: 100%;
}
/* CAROUSEL */

.carousel{
    height: 400px;
    overflow: hidden;
}

.carousel>div,.carousel>div>div{
    height: inherit;
}

.carousel-video{
    width: 100%;
}

.carousel-padding{
    padding: 0;
}

.carousel-left{
    text-align: center;
}

.carousel-right{
    text-align: center;
    height: 100%;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    max-width: 100%;
}

.carousel-theater{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
}

/* BODY */

#title{
    height: 125px;
    max-height: 125px;
    background-position: 50% 28%;
    background-size: cover;
}

#title>h1{
    color: white;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 125px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.25);
}


body {
    font-size: 17px;
    letter-spacing: 0.75px;
    line-height: 100%;
}

.content-text li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.1em;
    padding-left: 1em;
    padding-top: 1px;
    padding-bottom: 1px;
}

#content-container{
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    height: 100%;
}

@media screen and (min-width: 760px) {
    .content {
        overflow: hidden;
    }
}

.content-alt>div{
    font-weight: 400;
    font-size: 16px;
}

.content-footer>div>div {
    padding: 10px 0 20px 0;
}

.content-footer li {
    text-decoration: none;
    list-style-type: none;
}

.content-copyright {
    font-size: 12px;
}

.side-img{
    overflow: hidden;
}

.content-title {
    padding: -10px 0 30px 0;
}

.match-c{
    height:auto;
    display: flex;
    flex-flow: row column;
}

@media screen and (min-width: 951px) {
    .content-text {
        padding: 40px 15px 40px 35px;
    }

    .content-text-left {
        padding-right: 10px;
    }

    .content-text-right {
        padding-left: 10px;
    }

    .content-nav {
        padding: 0 150px 0 150px;
    }
}

@media screen and (max-width: 950px) {
    .content-text {
        padding: 15px 30px 15px 30px;
    }

    .content-text-left {
        padding-right: 20px;
    }

    .content-text-right {
        padding-right: 20px;
    }

    .side-img{

    }
}

.center-text {
    text-align: center;
}


/*PORTFOLIO*/

.portfolio {
    margin: 0 5px 0 5px;
}

#port-1,#port-2,#port-3,#port-4{
    display: block;
    overflow: hidden;
    height: 170px;
}

#port-4{
    height: 170px;
}

#contactus{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 90%;
    padding: 5px;
}

.portfolio-link, .portfolio-link:hover, .portfolio-link:active, .portfolio-link:active, .portfolio-link:visited{
    overflow: hidden;
}

.portfolio-header {
    min-height: 80px;
    max-height: 80px;
    display: table;
    width: 100%;
}

.portfolio-header>h3 {
    position: relative;
    height: 80px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.portfolio-body {
    padding: 15px;
    font-size: 15px;
    word-wrap: break-word;
}

.portfolio-fade {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 89%;
    content: "";
    text-align: center;
    pointer-events: none; /* so the text is still selectable */
}

.portfolio-fade-text{
    position: relative;
    bottom: -50px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 10px;
}

@media screen and (max-width: 1120px) {
    .portfolio{
        margin: 10px 5px 20px 5px;
    }
    .portfolio-container>div{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .portfolio-header {
        border-bottom: 1px rgba(199, 199, 199, 0.55) solid;
    }
    .portfolio-header>h3 {
        text-align: center;
    }
    .portfolio-body{
        min-height: 150px;
    }
}

/*TRANSACTIONS*/

.transaction-container {
    width: 100%;
    height: 350px;
}
.transaction-container-content {
    height: 350px;
    width: 100%;
    text-align: center;
}

.transaction {
    margin: 0 20px 0 20px;
    width: 250px;
}

.transaction img {
    width: 100%;
    height: 200px;
}

.transaction>div {
    width: 100%;
    height: 100px;
    display: table;
}

.transaction>div>p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.transaction-container .slick-list{
    height: 120%;
}

.transaction-container-content .slick-prev{
    left: -85px;
    top: 45%;
}

.transaction-container-content .slick-next{
    right: -85px;
    top: 45%;
}


@media screen and (max-width: 450px) {
    .transaction-container {
        width: 100%;
        height: 250px;
    }
    .transaction-container-content {
        height: 250px;
        width: 100%;
        text-align: center;
    }
}

.btn-list-btn {
    margin: 10px 5px 10px 5px;
}

.g-recaptcha {
    width: 100%;
    overflow: hidden;
}

/* MISC */
.read-more-state {
    display: none;
}

.read-more-target {
    max-height: 0;
    font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    display: inline-block;
    padding: 0 .5em;
    font-size: .9em;
    line-height: 2;
}

/* HEADERS */

h1 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

#form-row{
    padding: 5px 0 5px 0;
    line-height: 40px;
    text-align: left;
}

.center-header {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0 5px 0;
}

.btn-block h4{
    font-size: 11px;
}