@font-face {
	font-family: 'MTCORSVA';
	src: url('../MTCORSVA.eot');
	src: local('MTCORSVA'), url('../MTCORSVA.woff') format('woff'), url('../MTCORSVA.ttf') format('truetype');
}

html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    min-height: 100%;
    min-width: 100%;
}

.list-unstyled,
.list-unstyled ul {
    min-width: 150px
}

.list-unstyled {
    padding-left: 0px;
    list-style: none;
}

.list-unstyled > li > a {
    cursor: pointer;
    transition: 0.2s linear;
    color: #999;
    font-family: Helvetica;
}

.list-unstyled > li > a:hover {
    cursor: pointer;
    color: #333;
    transition: 0.2s linear;
    text-decoration: none;
}

.list-unstyled li:not(:last-child) {
    padding: 4px;
}

.carousel-indicators {
    left: 47% !important;
    width: 70% !important;
}

#cont {
    border: 2px solid #915823;
    padding: 5px;
    color: #915823;
    cursor: pointer;
    transition: 0.2s linear;
}

#cont:hover {
    background: #915823;
    color: white;
    cursor: pointer;
    transition: 0.2s linear;
    border: 2px double white;
}

#cont1 {
    border: 2px solid #915823;
    padding: 5px;
    color: #915823;
    cursor: pointer;
    float: right;
    transition: 0.2s linear;
}

#cont1:hover {
    background: #915823;
    color: white;
    cursor: pointer;
    transition: 0.2s linear;
    border: 2px double white;
}

#imgh {
    transition: 0.2s linear;
}

#img:hover #imgh {
    box-sizing: border-box;
    box-shadow: 0px 2px 15px #333;
    transition: 0.2s linear;
}

#topa {
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px #333;
    transition: 0.2s linear;
}

#topa:hover {
    box-shadow: 2px 3px 15px #333;
    transition: 0.2s linear;
}

#pico {
    padding: 0px 8px 8px 8px;
}

#fo a#fo1:hover {
    background-color: #915823;
    color: white;
    border-radius: 4px;
}

#splashscreen {
    position: absolute;
    background: rgba(3, 3, 3, 0.8);
    z-index: 9999;
    width: 102%;
    height: 435%;
}

#hi:hover {
    color: white;
    background: #1072ba;
    text-decoration: none;
}

.fa-chevron-down {
    animation: bulb 1.2s infinite;
}

@keyframes bulb {
    0% {
        font-size: 18px;
        top: -45px;
        position: relative;
        opacity: 1;
        color: white;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        top: -25px;
        font-size: 18px;
        position: relative;
        opacity: 0;
        color: white;
    }
}

@-webkit-keyframes bulb {
    0% {
        font-size: 18px;
        top: -45px;
        position: relative;
        opacity: 1;
        color: white;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        top: -25px;
        font-size: 18px;
        position: relative;
        opacity: 0;
        color: white;
    }
}

@-moz-keyframes bulb {
    0% {
        font-size: 18px;
        top: -45px;
        position: relative;
        opacity: 1;
        color: white;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        top: -25px;
        font-size: 18px;
        position: relative;
        opacity: 0;
        color: white;
    }
}

.fof {
    top: -80px;
    position: relative;
}

@media all and (max-width: 600px) {
    .mouse {
        visibility: hidden;
    }
    .fof {
        top: -45px;
        position: relative;
    }
    .fa-chevron-down {
        font-size: 10px;
    }
}

#joj {
    top: -35px;
    position: relative;
}

.marquee-text {
    background: #915823;
    width: 90%;
    padding: 10px 5px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.marquee-text span{
    animation: rtl 10s linear infinite;
position: relative;
}

@keyframes rtl{
0%{
left: 67%;
opacity: 0;
}
1%{
opacity: 1;
}
50%{
left: 0%;
}
99%{
opacity: 1;
}
100%{
left: -67%;
opacity: 0;
}
}

#trans {
    text-decoration: none;
    list-style-type: none;
    font-size: 15.5px;
}

#hobo {
    margin: 0;
}

.jil {
    border: 2px solid lightgrey;
}

.jil:hover {
    border: 2px solid #915823;
}

.koo {
    background: #eee;
    padding: 40px 0;
}

.work {
    padding: 0;
}

.work img {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.work:hover img {
    opacity: 0.3;
    -webkit-filter: blur(3px);
}

h5,
#span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    line-height: 20px;
    padding-left: 25px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
    opacity: 0;
}

.work:hover h5 {
    opacity: 1;
    transform: translateY(-10px);
    text-decoration: none;
    -webkit-transform: translateY(-10px);
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.work:hover #span {
    opacity: 1;
    transform: translateY(-40px);
    text-decoration: none;
    -webkit-transform: translateY(-40px);
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

a.thumbnail.thum {
    margin-bottom: 0px;
}

div#image-gallery.modal.fade.in,
div#image-gallery1.modal.fade.in,
div.modal.fade.in {
    display: block;
    background: rgb(85, 85, 85);
}

div.modal-content {
    border: none;
    box-shadow: none;
}

div.modal-header {
    background: #555;
    color: white;
}

div.modal-body {
    background: #555;
}

div.modal-footer {
    background: #555;
}

img#image-gallery-image1.img-responsive.rotate {
    margin: auto;
}

div.modal-body.next img {
    margin-top: 10px;
}

h4.modal-title {
    text-align: left;
}

.image {
    box-shadow: 0px 0px 1px #333;
    transition: 0.5s ease-out;
    border-radius: 3px;
}

.navbar .navbar-brand .tagline{
display: inline-block;
vertical-align: bottom;
text-transform: capitalize;
margin-left: 5px !important;
margin: 0;
color: #000;
font-size: 15px;
   }
#joj h4{
font-family: 'MTCORSVA';
}

@media screen and (max-width: 500px){
.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
h1{
font-size: 25px !important;
}
h3{
font-size: 20px !important;
}
.navbar .navbar-brand{
       width: 300px;
   }   
.navbar .navbar-brand .tagline{
       display: inline-block;
vertical-align: bottom;
text-transform: capitalize;
margin-left: 5px !important;
margin: 0;
color: #333;
font-size: 13px;
   }
.navbar-brand img {
    width: 68px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: relative;
    top: 12px;
}
.videoWrapper iframe{
width: 100%;
height: 100%;
}

.marquee-text {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
}
.marquee-text span {
    display: inline-block;
    white-space: nowrap;
    animation: rtl 10s linear infinite;
    position: relative;
}
@keyframes rtl{
0% {
    left: 100%;
    opacity: 0;
}
1% {
    opacity: 1;
}
50% {
    left: 0%;
}
99% {
    opacity: 1;
}
100% {
    left: -115%;
    opacity: 0;
}
}

}

@media only screen and (min-width: 992px) {
    .log {
        top: -28px;
        position: relative;
        transition: 0.3s ease-in;
    }
    .navbar-static-top {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
.blueimp-gallery .modal-body img{
position: relative !important;
}
.blueimp-gallery .modal-body {
    padding-bottom: 0 !important;
}
.blueimp-gallery .modal {
    overflow-y: auto !important;
}
#joj h4{
font-family: 'MTCORSVA';
font-size: 26px;
}
.yug .floorDesign .thumb{
height: 260px;
}
}

@media only screen and (max-width: 991px) {
    .log {
        border: 0px;
        position: absolute;
        padding-top: 0px;
        top: -13px;
        width: 98px;
        height: 98px;
        left: -1px;
        transition: 0.6s ease-in;
    }
    .image {
        box-shadow: 0px 0px 1px #333;
    }
}