@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400');

body{
	font-family: 'Kanit', sans-serif;
	color: #575757;
	font-weight: 300;
	font-size: 18px;
    line-height: 30px;
    margin-top: 90px;
}
p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
strong {
    font-weight: 400;
    color: #443431;
}
a:hover{
    color: #443431;
}

/* headline */
h1, h2, h3, h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.headline h1,
.headline h2,
.headline h3{
    text-transform: uppercase;
    font-size: 30px;
    color: #443431;
    position: relative;
    text-align: center;
    margin:0 0 80px 0;
}
.headline h2{
    font-weight: 400;
}
.headline h1,
.headline h3{
    text-align: left;
    margin:30px 0 50px 0;
}
.headline h1:after,
.headline h2:after,
.headline h3:after{
    position: absolute;
    content: "";
    width: 68px;
    height: 1px;
    left: 50%;
    bottom: -20px;
    margin-left: -34px;
    background-color: #ffc20e;
}
.headline h1:after,
.headline h3:after{
    margin-left: 0;
    left: 0;
}
.headline strong{
    font-weight: 400;
}

/* button */
.btn-xs{
    font-size: 12px;
    padding: 5px 20px;
}
.btn-main,
.btn-main:focus{
	color: #443431;
	border-color: #443431;
	background-color: transparent;
	border-width: 2px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    outline: none;
}
.btn-main:hover{
	background-color: #443431;
	color: #fff;
}
.btn-main-reverse{
    color: #fff;
    background-color: #443431;
}
.btn-main-reverse:hover{
    border-color: #fff;
    color: #443431;
    background-color: #fff;
}

/* form */
form{
    position: relative;
}
form .loading{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    padding-top: 20%;
}
form .alert{
    background-color: #443431;
    color: #fff;
    padding: 10px 12px;
    border-radius: 0;
    overflow: hidden;
}
form .alert.error{
    background-color: #ffc20e;
}
form .alert span{
    float: left;
}
form .alert i{
    float: right;
    cursor: pointer;
    margin-top: 2px;
}
.form-control{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #575757;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}
.form-control:focus{
    border-color: #443431;
}
.form-control:disabled{
    background-color: transparent;
}
.form-control[type=file]:focus{
    outline: 0 none;
    border-color: #575757;
}

.space{
    padding: 100px 0;
}

/* navbar */
.navbar-default{
    -webkit-box-shadow:0 5px 5px -5px rgba(46, 46, 46, 0.15);
    -moz-box-shadow:0 5px 5px -5px rgba(46, 46, 46, 0.15);
    box-shadow:0 5px 5px -5px rgba(46, 46, 46, 0.15);
    background-color: #fff;
    margin-bottom: 0;
    border: none;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:focus{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 25px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:hover,
.navbar-default .navbar-nav li.active > a:focus{
    background-color: transparent;   
    color: #443431;
}
/* .navbar-default .navbar-nav li:last-child a{
    margin-left: 20px;
    background-color: #443431;
    border-radius: 20px;
    color: #fff;
}
.navbar-default .navbar-nav li:last-child a:hover{
    background-color: #575757;
} */
.navbar-brand{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 0 15px;
    height: 52px;
    overflow: hidden;
    margin-top: 19px;
}
.navbar-brand img {
    height: 100%;
}
.navbar-shrink .navbar-brand{
    margin-top: 7px;
    height: 35px;
}
.navbar-shrink .navbar-nav li a,
.navbar-shrink .navbar-nav li a:focus{
    margin: 10px 0;
}
.navbar-default .navbar-toggle{
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle:focus{
    background: transparent;
}
.navbar-default .navbar-toggle:hover{
    background-color: #443431;
}
.navbar-default .navbar-toggle:hover span{
    background-color: #fff;
}

/* slider */
.slider{
    overflow: hidden;
}
.slide-1 .text{
    left: 40% !important;
    top: 35% !important;
}
.slide-1 .text img{
    width: 90%;
}
.slide-2 > div{
    top: 20% !important;
}
.slide-2 img{
    width: 86%;
}
.slide-2 .check{
    left: 5% !important;
}
.slide-2 .times{
    left: 34% !important;
}
.slide-2 .text{
    left: 62% !important;
    top: 28% !important;
}
.slide-3 .text{
    left: 46% !important;
    top: 13% !important;
}
.slide-4 .text{
    margin-top: -210px !important;
    text-align: center;
    width: 70% !important;
    left: 30% !important;
    top: 50% !important;    
}

/* .slide-4 img{
    width: 100%;
}
.slide-4 .text{
    left: 30% !important;
    top: 35% !important;
} */

/* about */
.about .headline{
    margin-top: 60px;
    padding-left: 40px;
}
.about p{
    padding-left: 40px;
    letter-spacing: 0.5px;
}
.about p strong{
    text-transform: uppercase;
}

/* quote */
.quote{
    background-color: #443431;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.quote h4{
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 2px #111;
}
.quote h4 span {
    font-size: 40px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

/* services */
.services .service > div{
    overflow: hidden;
    background-color: #f0f0f0;
    margin-top: 40px;
    padding: 20px;
}
.services .service .left{
    text-align: right;
    -webkit-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.services .service .right{
    text-align: left;
    -webkit-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.services .service .left img{
    float: right;
    margin-left: 10px;
}
.services .service .right img{
    float: left;
    margin-right: 10px;
}
.services .service:nth-child(3) img,
.services .service:nth-child(4) img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.services .service h3{
    color: #443431;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.services .service p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
}

/* works */
.works{
    padding:100px 0;
    background:#f0f0f0;
}
.works .portfolio-filter{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    list-style:none;
    padding:0;
    margin:0 0 50px;
    display:inline-block;
}
.works .portfolio-filter > li{
    float:left;
    display:block;
}
.works .portfolio-filter > li a{
    display:block;
    font-size: 14px;
    padding:7px 15px;
    background:#fff;
    color:#575757;
    position:relative;
    text-decoration:none;
}
.works .portfolio-filter > li a:hover,
.works .portfolio-filter > li a.active{
    background:#443431;
    color:#fff;
    box-shadow:0 -3px 0 0 #443431 inset;
    -webkit-box-shadow:0 -3px 0 0 #443431 inset;
}
.works .portfolio-filter > li a.active:after{
    content:" ";
    position:absolute;
    bottom:-17px;
    left:50%;
    margin-left:-10px;
    border-width:10px;
    border-style:solid;
    border-color:#443431 transparent transparent transparent;
}
.works .portfolio-filter > li:first-child a{
    border-radius:4px 0 0 4px;
}
.works .portfolio-filter > li:last-child a{
    border-radius:0 4px 4px 0;
}
.works .portfolio-items{
    margin:-15px;
}
.works .portfolio-item{
    width:24.9%;
    float:left;
    padding:1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.works .portfolio-item.videoproduction .portfolio-item-inner::before {
    content: '\f144';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-top: -15px;
    margin-left: -15px;
    text-shadow: 1px 1px 5px #575757;
}
.works .portfolio-item .portfolio-item-inner{
    position:relative;
    display:block;
}
.works .portfolio-item .portfolio-item-inner .portfolio-info{
    opacity:0;
    transition:opacity 400ms;
    -webkit-transition:opacity 400ms;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:10px;
    color:#fff;
}
.works .portfolio-item .portfolio-item-inner .portfolio-info h3{
    font-size:16px;
    line-height:1;
    margin:0;
    color:#fff;
}
.works .portfolio-item .portfolio-item-inner .portfolio-info .preview{
    position:absolute;
    top:-30px;
    right:12px;
    border-radius:50%;
    background-image:-moz-linear-gradient(90deg, #443431 0%, #079aaf 100%);
    background-image:-webkit-linear-gradient(90deg, #443431 0%, #079aaf 100%);
    background-image:-ms-linear-gradient(90deg, #443431 0%, #079aaf 100%);
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    color:#fff;
    box-shadow:0 0 0 2px #fff;
    -webkit-box-shadow:0 0 0 2px #fff;
}
.works .portfolio-item:hover .portfolio-info{
    opacity:1;
}
.works .portfolio-item figcaption{
    display:none;
}
.works .mobile .col-xs-6{
    margin-bottom:30px;
}
.isotope-item{
    z-index:2;
}
.isotope-hidden.isotope-item{
    pointer-events:none;
    z-index:1;
}
.isotope,
.isotope .isotope-item{
    -webkit-transition-duration:0.8s;
    -moz-transition-duration:0.8s;
    -ms-transition-duration:0.8s;
    -o-transition-duration:0.8s;
    transition-duration:0.8s;
}
.isotope{
    -webkit-transition-property:height, width;
    -moz-transition-property:height, width;
    -ms-transition-property:height, width;
    -o-transition-property:height, width;
    transition-property:height, width;
}
.isotope .isotope-item{
    -webkit-transition-property:-webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    -ms-transition-property:-ms-transform, opacity;
    -o-transition-property:-o-transform, opacity;
    transition-property:transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{
    -webkit-transition-duration:0s;
    -moz-transition-duration:0s;
    -ms-transition-duration:0s;
    -o-transition-duration:0s;
    transition-duration:0s;
}

/* clients */
.clients img{
    padding: 0 10px;
}

/* contact */
.contact{
    background:url(../images/contact-bg.jpg) no-repeat center center fixed;	
    background-size: cover;
}
.contact .headline h2{
	color: #fff;
}
.contact .row{
    background: rgba(255, 255, 255, 0.6);
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact address{
    letter-spacing: 0.6px;    
	line-height: 30px;
    color: #222;
    font-size: 16px;
}
.contact address p {
    font-size: 16px;
}
.contact address strong{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}
.contact address .fa-stack{
    font-size: 12px;
}
.contact address .fa-circle{
    color: #443431;
}
.contact address a{
    color: #222;
}
.contact address a:hover {
    color: 443431;
}
.contact form .loading{
    background-color: rgba(255, 255, 255, 0.2);
    padding-top: 34%;
}
.contact .form-control{
    color: #222;
    border-color: #443431;
    font-size: 16px;
}
.contact .form-control::placeholder {
    color: #575757;
}
.contact textarea.form-control{
    height: 120px !important;
}
.contact .btn{
    font-family: 'Oswald', sans-serif;
    background-color: #443431;
    border-color: #443431;
    border-width: 2px;
	color: #fff;
	font-size: 14px;
    font-weight: 400;
	padding: 10px 20px;
}
.contact .btn:hover{
    background-color: #ffc20e;
	color: #443431;
}

/* footer */
footer{
    font-family: arial, sans-serif;
    padding: 30px 10px;
    color: #f0f0f0;
    background-color: #222;	
    text-align: center;
}
footer p{
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
footer a{
    color: #ffc20e;
}
footer a:hover{
    color: #ffc20e;
	text-decoration: underline;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
footer ul li {
    display: inline-block;
    margin: 5px 10px 0 10px;
}
footer ul li a{
    color: #fff;
}
footer ul li a:hover{
    color: #ffc20e;
	text-decoration: none;
}

/* lg */
@media (min-width:767px){
    .works .portfolio-item{
        padding:3px;
    }
    .works .portfolio-item.videoproduction .portfolio-item-inner::before {
        font-size: 70px;
        margin-top: -15px;
        margin-left: -29px;
    }    
}
@media (min-width:992px){
    .navbar-shrink .navbar-brand{
        margin-top: 12px;
        height: 35px;
    }
    .works .portfolio-filter > li a{
        padding:7px 25px;
    }
    .works .portfolio-item{
        padding:5px;
    }
}



@media (max-width:1599px){ 
    .slide-2 > div{
        top: 22% !important;
    }
    .slide-2 img{
        width: 80%;
    }
    .slide-2 .check{
        left: 2% !important;
    }
    .slide-2 .times{
        left: 34% !important;
    }
    .slide-2 .text{
        left: 65% !important;
        top: 33% !important;
    }
    .slide-4 .ls-bg{
        margin-left: -120px !important;
    }
}

@media (max-width:1399px){ 
    .slide-1 .ls-bg{
        margin-left: -200px !important;
    }
    .slide-2 > div{
        top: 24% !important;
    }
    .slide-2 img{
        width: 70%;
    }
    .slide-2 .text{
        top: 35% !important;
    }
    .slide-2 .text img{
        width: 80%;
    }
    .slide-3 img{
        width: 90%;
    }
    .slide-3 .text{
        top: 18% !important;
    }
    .slide-4 img{
        width: 96%;
    }
}

/* md */
@media (max-width:1199px){
    .slide-2 img{
        width: 90%;
    }
    .slide-2 .check{
        top: 15% !important;
        left: 4% !important;
    }
    .slide-2 .times{
        display: none;
    }
    .slide-2 .text{
        left: 52% !important;
        top: 36% !important;
    }
    .slide-2 .text img{
        width: 90%;
    }
    .slide-3 .text{
        left: 40% !important;
    }
    .slide-4 .ls-bg{
        margin-left: -190px !important;
    }
    .slide-4 .text{
        margin-top: -170px !important;
    }
    .slide-4 .text img{
        height: 340px;
    }
    .about .headline,
    .about .headline h3{
        margin-top: 0;
    }
    .about .headline,
    .about p{
        padding-left: 20px;
    }
    .about .row > div:nth-child(1),
    .about .row > div:nth-child(2){
        padding-right: 0;
        padding-top: 7px;
    }
    .services .service img{
        margin-top: 10px;
    }
    .services .service:nth-child(3) img,
    .services .service:nth-child(4) img{
        margin-top: 25px;
    }
}

/* sm */
@media (max-width:991px){   
    .navbar-default .navbar-nav li a, 
    .navbar-default .navbar-nav li a:focus {
        padding: 5px 12px;
    }    
    .navbar-default .navbar-nav li:last-child a{
        margin-left: 0;
    }
    .navbar-brand{
        height: 44px;
    } 
    .slide-1 .ls-bg{
        margin-left: -180px !important;
    }
    .slide-2 img{
        width: 66%;
    }
    .slide-2 .check{
        top: 15% !important;
        left: 5% !important;
    }
    .slide-2 .text{
        left: 52% !important;
    }
    .slide-2 .text img{
        width: 82%;
    }
    .slide-3 img{
        width: 80%;
    }
    .slide-4 .text{
        margin-top: -150px !important;
    }
    .slide-4 .text img{
        height: 300px;
    }
    .about .headline{
        margin-top: 40px;
    }
    .services .service:nth-child(1) h3,
    .services .service:nth-child(2) h3{
        margin-top: 15px;
    }
    .services .service img{
        margin-top: 0;
    }
    .services .service:nth-child(3) img,
    .services .service:nth-child(4) img{
        margin-top: 5px;
        margin-bottom: 0;
    }
    .clients img{
        padding: 0 20px;
    }
    .contact .row{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact address{
        margin-bottom: 80px;
    }
}

/* xs */
@media (max-width:767px){
    body{
        margin-top: 50px;
    }
    .space {
        padding: 60px 0;
    }    
    .navbar-nav{
        padding: 0 15px 10px 15px;
    }
    .navbar-default .navbar-nav li a, 
    .navbar-default .navbar-nav li a:focus{
        padding: 10px 15px;
        margin: 0;
    }    
    .navbar-brand,
    .navbar-shrink .navbar-brand{
        margin-top: 7px;
        height: 35px;
    }
    .slide-1 .ls-bg{
        margin-left: -150px !important;
    }
    .slide-2 img{
        width: 58%;
    }
    .slide-2 .check{
        top: 15% !important;
    }
    .headline h2{
        margin-bottom: 60px;
    }
    .about .headline,
    .about p{
        padding-left: 0;
    }
    .about img{
        display: inline-block;
    }
    .about .row > div:nth-child(1),
    .about .row > div:nth-child(2){
        padding-right: 15px;
        padding-top: 0;
    }
    .about .row > div:nth-child(1){
        text-align: right;
    }
    .clients img {
        padding: 0 30px;
    }
    /*
    .clients .row > div:nth-child(1n+4){
        margin-top: 30px;
    }
    */
}

@media (max-width:679px){
    .slide-1 .ls-bg{
        margin-left: -120px !important;
    }
    .slide-2 img{
        width: 50%;
    }
    .slide-2 .check{
        top: 16% !important;
    }
    .slide-2 .text{
        left: 50% !important;
    }
    .slide-2 .text img{
        width: 90%;
    }
    /* .slide-4 .ls-bg{
        margin-left: -100px !important;
    }  */
    .slide-4 .ls-bg{
        margin-left: -140px !important;
    }
    .slide-4 .text{
        margin-top: -100px !important;
    }
    .slide-4 .text img{
        height: 200px;
    }
    .quote h4{
        font-size: 25px;
        line-height: 40px;
    }
    .clients img{
        padding: 0 20px;
    }
}

@media (max-width:579px){
    .slide-1 .ls-bg{
        margin-left: -100px !important;
    }
    .slide-2 img{
        width: 46%;
    }
    .slide-2 .check{
        top: 18% !important;
    }
    .slide-2 .text{
        top: 30% !important;
        left: 48% !important;
    }
    .slide-3 img{
        width: 86%;
    }
    .slide-3 .text{
        left: 38% !important;
    }   
    .slide-4 .ls-bg{
        margin-left: -80px !important;
    } 
    .quote h4{
        font-size: 20px;
        line-height: 34px;
    }
    .services .service div{
        text-align: center !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;       
    }
    .services .service img{
        float: none !important;
        margin: 0 !important;
    }
}

/* xs portrait */
@media (max-width:479px){
    .slide-1 .ls-bg{
        margin-left: -90px !important;
    }
    /* .slide-4 .text{
        top: 38% !important;
        left: 27% !important;
        right: 3% !important;
    } */
    .slide-4 .ls-bg{
        margin-left: -100px !important;
    }
    .slide-4 .text{
        margin-top: -60px !important;
    }
    .slide-4 .text img{
        height: 120px;
    }
    .quote h4{
        font-size: 25px;
        line-height: 40px;
    }
    .clients img{
        padding: 0;
    }
    .contact.space{
        padding: 60px 0 2px 0;
    }
    .contact address p{
        font-size: 14px;
    }
}

@media (max-width:379px){
    .headline h2 {
        margin-bottom: 40px;
    }
    .slide-1 .ls-bg{
        margin-left: -80px !important;
    }
    .slide-2 img{
        width: 40%;
    }
    .slide-2 .check{
        top: 24% !important;
    }
    .slide-2 .text{
        left: 45% !important;
    }
    /* .slide-4 .ls-bg{
        margin-left: -70px !important;
    }  */
    .contact address p{
        font-size: 12px;
        line-height: 22px;
    }
}
@media (max-width:320px){
    .slide-1 .ls-bg{
        margin-left: -70px !important;
    }
}
