
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,500,600,700,900,400);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:500;
    color: #ddd;
    line-height: 1.8em;
    padding: 0;

    background:#000000;
}

.col-md-2 {
    background-color: #555555;
}

.row-fluid.h-col-md-3 {
    height: 25%;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.inline-block {
    display: inline-block !important;
}

.full-height {
    height: 100%;
}

.logo-1 {
    background-image: url('../img/sm-logo_01.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.logo-2 {
    background-image: url('../img/sm-logo_02.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.logo-3 {
    background-image: url('../img/sm-logo_03.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.logo-4 {
    background-image: url('../img/sm-logo_04.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.animated {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;
}

.animated.medium {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

.animated.fast {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.location {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;

    -ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8);
}


.location .hoverBg {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.location .hoverBg:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0px;
    left: 0px;
    z-index: -1;

    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;

    -ms-transform: scale(0,1); /* IE 9 */
    -webkit-transform: scale(0,1); /* Safari */
    transform: scale(0,1);
    opacity: .8;
}


.hoverBg:first-child:after {
    -ms-transform-origin: left center; /* IE 9 */
    -webkit-transform-origin: left center; /* Chrome, Safari, Opera */
    transform-origin: left center;
}

.hoverBg:last-child:after {
    -ms-transform-origin: 100% 50%; /* IE 9 */
    -webkit-transform-origin: 100% 50%; /* Chrome, Safari, Opera */
    transform-origin: 100% 50%;
}

.location:hover .hoverBg:after {
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}

.location .name {
    letter-spacing: 8px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Dosis' sans-serif;
    line-height: 35px;
    color: #eeeeee;
}

.location .description {
    color: #494848;
    -ms-transform: translate(0px,30px); /* IE 9 */
    -webkit-transform: translate(0px,30px); /* Safari */
    transform: translate(0px,30px);
    opacity: 0;
    display: inline-block !important;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.location .description:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: .8;
    background-color: #eeeeee;
    -ms-transform: scale(0,1); /* IE 9 */
    -webkit-transform: scale(0,1); /* Safari */
    transform: scale(0,1);
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

.location.out {
    opacity: 0.5;
    -ms-transform: scale(0.6,0.6); /* IE 9 */
    -webkit-transform: scale(0.6,0.6); /* Safari */
    transform: scale(0.6,0.6);
}

.location span {
    display: block;
}

.location:hover {
    text-decoration: none;
    -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0);
}

.location:hover .description {
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Safari */
    transform: translate(0px,0px);
    opacity: 1;
}


.location:hover .description:after {
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}



.location:hover .name {
    letter-spacing: 12px;
    text-decoration: none;
    color: #eeeeee;
    -ms-transform: scale(1.0,1.0); /* IE 9 */
    -webkit-transform: scale(1.0,1.0); /* Safari */
    transform: scale(1.0,1.0);
}

#page {
    position: relative;
    width: 100%;
    height: 100%;
}

#bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border: #000000 10px solid;

}

.black-bg > div {

}

/*
.black-bg > div:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;
    -ms-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}
*/

.black-bg > div.open:before {
    opacity: 0;
}

#bgs > div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;

    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-box-shadow: inset 0px 0px 50px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 50px -5px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 50px -5px rgba(0,0,0,0.75);
}

#bgs > div.open {
    opacity: 1;
    -ms-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);

}

#bg-1 {
    background-image: url(../img/bgs/1.jpg);
}

#bg-2 {
    background-image: url(../img/bgs/2.jpg);
}

#bg-3 {
    background-image: url(../img/bgs/3.jpg);
}

#bg-4 {
    background-image: url(../img/bgs/4.jpg);
}

.center{
    margin-left:auto;
    margin-right:auto;
}

#top{
    height:50%;
}

#logo{
    margin-top:100px;
    width:300px;
}

@media (max-width:991px){
    #top{
    height:20%;
    }

    #logo{
    margin-top:20px;
    width:200px;
    }

    #logo img{
        width:200px;
        margin-top:-50px;
    }

    #bot{
        height:80% !important;
    }

    .full-height{
        height:24%;
    }



}