﻿@font-face {
    font-family: 'PGVIM';
    src: url('fonts/kunlasatri-webfont.eot');
    src: url('fonts/kunlasatri-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kunlasatri-webfont.woff') format('woff'), url('fonts/kunlasatri-webfont.ttf') format('truetype'), url('fonts/kunlasatri-webfont.svg#kunlasatriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.b-lazy {
    opacity: 0;
    /*transform: scale(3);*/
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}

.b-loaded {
    opacity: 1;
    /*transform: scale(1);*/
}

/* Start Isotope */
/**** Isotope Filtering ****/


.portfolio-item {
    margin: 0;
    padding: 5px 5px;
}

 .portfolio-item {
    max-width: 293px;
    max-height: 276px;
    
}

.portfolio-filter {
    padding: 0 15px;
}


.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
}

    .portfolio-filter > li {
        /*display: inline-block;*/
        float: left;
        padding: 0 5px;
    }

        .portfolio-filter > li a {
            background: none repeat scroll 0 0 #FFFFFF;
            font-size: 22px;
            font-weight: 400;
            transition: all 0.9s ease 0s;
            -moz-transition: all 0.9s ease 0s;
            -webkit-transition: all 0.9s ease 0s;
            -o-transition: all 0.9s ease 0s;
            border: 1px solid #F2F2F2;
            outline: none;
            overflow: hidden;
        }

            .portfolio-filter > li a:hover,
            .portfolio-filter > li a.active {
                color: #fff;
                background: #c52d2f;
                border: 1px solid #c52d2f;
                box-shadow: none;
                -webkit-box-shadow: none;
            }

    .portfolio-items > li {
        /*float: left;*/
        padding: 0;
    }


.recent-work-wrap {
    position: relative;
}

    .recent-work-wrap img {
        width: 100%;
    }

    .recent-work-wrap .recent-work-inner {
        top: 0;
        background: transparent;
        opacity: .8;
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

        .recent-work-wrap .recent-work-inner h3 {
            margin: 10px 0;
        }

            .recent-work-wrap .recent-work-inner h3 a {
                font-size: 24px;
                color: #fff;
            }

        .recent-work-wrap .recent-work-inner .btnviewcss {
            position: absolute;
            bottom: 20px;
            margin: 0 auto;
            left: 0;
            right: 0;
            padding: 0 30px;
        }

    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: #c52d2f;
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 30px;
    }

        .recent-work-wrap .overlay .preview {
            bottom: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            border-radius: 0;
            background: transparent;
            text-align: center;
            color: #fff;
        }

    .recent-work-wrap:hover .overlay {
        opacity: 1;
    }
/*End Isotope*/
body, html {
    padding: 0;
    margin: 0;
    background-color: #e8a2c1;
    font-family: 'PGVIM' !important;
    font-size: 22px;
}

.overlaybg {
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .overlaybg.opac1 {
        background: rgba(0,0,0,0.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#1A000000', EndColorStr='#1A000000')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#1A000000', EndColorStr='#1A000000'); /* IE6&7;*/
        zoom: 1 !important;
    }

    .overlaybg.opac2 {
        background: rgba(0,0,0,0.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#33000000', EndColorStr='#33000000')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#33000000', EndColorStr='#33000000'); /* IE6&7;*/
        zoom: 1 !important;
    }

    .overlaybg.opac3 {
        background: rgba(0,0,0,0.3);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#4D000000', EndColorStr='#4D000000')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#4D000000', EndColorStr='#4D000000'); /* IE6&7;*/
        zoom: 1 !important;
    }

    .overlaybg.opac4 {
        background: rgba(0,0,0,0.4);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#66000000', EndColorStr='#66000000')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#66000000', EndColorStr='#66000000'); /* IE6&7;*/
        zoom: 1 !important;
    }

    .overlaybg.opac5 {
        background-color: rgba(0, 0, 0, 0.5);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#80000000', EndColorStr='#80000000')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#80000000', EndColorStr='#80000000'); /* IE6&7;*/
        zoom: 1 !important;
    }

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    width: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
}


.underline-heading {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 22px;
}

    .underline-heading h4 {
        font-weight: 100;
        border-bottom: 1px solid #fefefe;
        display: inline-block;
        margin-bottom: -1px;
    }

.testimonial, .testimonial-noico {
    color: #fff;
    position: relative;
}

.testimonial {
    padding: 0 20px;
}

    .testimonial a, .testimonial-noico a {
        text-decoration: underline;
        color: #fff;
    }

    .testimonial:after, .testimonial:before {
        font-family: FontAwesome;
        position: absolute;
        font-size: 1.75em;
        line-height: 1;
    }

    .testimonial:before {
        content: "\f10d";
        left: 0;
        top: -30px;
    }

    .testimonial:after {
        content: "\f10e";
        right: 0;
        bottom: 0;
    }

p, input, .mm-list, .form-control, .dark-theme a, .dark-theme span {
    font-size: 22px !important;
}

.forceFont28 {
    font-size: 28px !important;
}

.forceFont26 {
    font-size: 26px !important;
}

.forceFont24 {
    font-size: 24px !important;
}

.forceFont22 {
    font-size: 22px !important;
}

.forceFont20 {
    font-size: 20px !important;
}

.badge {
    font-size: 20px;
}

.sbm_ad_footer, .sbm_ad_footer_small {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.sbm_ad_footer_small {
    display: none;
}

.sbm_title_header {
    width: 100%;
    background: #eac41f;
    color: #fff;
    font-size: 36px;
    text-shadow: 0px 1px 0px #333;
}

.pointer-cursor {
    cursor: pointer;
}

.shadowbox {
    -moz-box-shadow: 0px 3px 5px #615d5c;
    -webkit-box-shadow: 0px 3px 5px #615d5c;
    box-shadow: 0px 3px 5px #615d5c;
    margin-bottom: 5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.8) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

/*.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}



#map {
    width: 100%;
    height: 648px;
}

#MapContact {
    height: 450px;
}

/*
  Content
*/

div#content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0 auto;
    background-color: #e8a2c1;
    background: url('images/bg_pink.jpg') center top fixed;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1024px;
}

#body {
    /*background-color: #f9f9f9;*/
    clear: both;
}


footer {
    clear: both;
    background-color: #3abec0;
    height: 100%;
}

    footer .copyright-footer {
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 0px #888;
        padding-top: 10px;
        font-size: 14px;
    }

.col-footer-3 {
    text-shadow: 1px 1px 0px #888;
    color: #fff;
}

    .col-footer-3 span, .col-sitemap span {
        text-decoration: underline;
    }

    .col-footer-3 ul li:before, .col-sitemap ul li:before {
        content: '- ';
    }

    .col-footer-3 a, .col-sitemap a {
        text-decoration: none;
        padding: 2px;
        color: #fff;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }


        .col-footer-3 a:hover, .col-sitemap a:hover {
            text-decoration: none;
            margin-left: 5px;
            -moz-box-shadow: 0 0 8px 0 #4e8190;
            -webkit-box-shadow: 0 0 8px 0 #4e8190;
            box-shadow: 0 0 8px 0 #4e8190;
        }

        .col-footer-3 a:hover {
            color: #f9f9f9;
            background: #eac41f;
        }

        .col-sitemap a:hover {
            color: #f9f9f9;
            background: #eac41f;
        }

.responsivewrapper {
    position: relative;
    padding-bottom: 52%;
    height: 0;
    background-size: cover;
    background-position: center;
}




/* menu
----------------------------------------------------------*/
/* 2f4b87 */
/* 2f4b87 */
/* #1f325d */
/* Menu CSS */
#sbmmenu {
    border: 1px solid #4dd1d3;
    background: #3abec0;
    -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    width: auto;
}

    #sbmmenu,
    #sbmmenu ul,
    #sbmmenu ul li,
    #sbmmenu ul li a {
        padding: 0;
        margin: 0;
        line-height: 1;
        /*font-family: 'Source Sans Pro', sans-serif;*/
        font-weight: 500;
        font-size: 22px;
        color: #ffffff;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        transition: all ease .3s;
    }

        #sbmmenu:before,
        #sbmmenu:after,
        #sbmmenu > ul:before,
        #sbmmenu > ul:after {
            content: '';
            display: table;
        }

        #sbmmenu:after,
        #sbmmenu > ul:after {
            clear: both;
        }

        #sbmmenu a {
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        #sbmmenu ul {
            float: right;
            position: relative;
            right: 50%;
            z-index: 102;
        }

            #sbmmenu ul > li {
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #4dd1d3;
                position: relative;
                left: 50%;
                float: left;
                list-style: none;
                text-align: center;
            }

                #sbmmenu ul > li:last-child {
                    border-right-width: 0px;
                }

                #sbmmenu ul > li > a {
                    display: block;
                    text-decoration: none;
                    padding: 15px 15px;
                    position: relative;
                }

                    #sbmmenu ul > li > a:hover {
                        background: #1ea2a4;
                        -webkit-box-shadow: inset 0 0 1px #4dd1d3;
                        -o-box-shadow: inset 0 0 1px #4dd1d3;
                        -moz-box-shadow: inset 0 0 1px #4dd1d3;
                        -ms-box-shadow: inset 0 0 1px #4dd1d3;
                        box-shadow: inset 0 0 1px #4dd1d3;
                        -webkit-transition: all ease .3s;
                        -o-transition: all ease .3s;
                        -moz-transition: all ease .3s;
                        -ms-transition: all ease .3s;
                        transition: all ease .3s;
                    }

                        #sbmmenu ul > li > a:hover:before {
                            content: '';
                            z-index: 102;
                            position: absolute;
                            border: 1px solid white;
                            border-top: 0;
                            border-bottom: 0;
                            border-right: 0;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: -1px;
                            opacity: .2;
                        }

                        #sbmmenu ul > li > a:hover:after {
                            content: '';
                            z-index: 102;
                            position: absolute;
                            border: 1px solid white;
                            border-top: 0;
                            border-bottom: 0;
                            border-left: 0;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            right: -1px;
                            opacity: .2;
                        }

        #sbmmenu > ul > li > ul {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            z-index: 100;
        }

        #sbmmenu > ul > li:hover > ul {
            z-index: 100;
            opacity: 1;
            visibility: visible;
            position: absolute;
            border-radius: 0 0 3px 3px;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
        }

        #sbmmenu > ul > li > ul {
            width: 250px; /*Wie*/
            position: absolute;
        }

            #sbmmenu > ul > li > ul > li {
                background: #49cdcf;
                float: none;
                position: relative;
            }

                #sbmmenu > ul > li > ul > li > ul {
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                }

                #sbmmenu > ul > li > ul > li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                    position: absolute;
                }

                #sbmmenu > ul > li > ul > li > ul {
                    left: 200px;
                    top: 1px;
                    /*width: 200px;*/
                }

                    #sbmmenu > ul > li > ul > li > ul > li {
                        float: none;
                    }


/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 991px) {

    figure.recent-work-wrap, .portfolio-item {
        max-width: 375px;
        max-height: 354px;
    }
}


/*@media only screen and (max-device-width: 768px)*/
@media only screen and (max-width: 767px) {

    .portfolio-filter > li {
        /*display: block;*/
        width: 50%;
    }

    figure.recent-work-wrap, .portfolio-item {
        max-width: 763px;
        max-height: 716px;
    }

    #sbmmenu {
        display: none;
    }

    /* header
    ----------------------------------------------------------*/
    header {
        margin-left: 10px;
    }

        header .float-left,
        header .float-right {
            float: none;
        }

        /* logo */
        header .site-title {
            position: relative;
            top: -20px;
            padding: 0;
            margin: 0;
            line-height: 0px;
            text-align: center;
        }


    a.menu-trigger {
        display: block;
    }

    #map {
        height: 400px;
    }

    #MapContact {
        height: 300px;
    }

    footer {
        height: auto;
        padding: 0px 0 10px 0;
    }
}

@media only screen and (max-width: 450px) {
    .portfolio-filter > li {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .col-xxs-12 {
        width: 100%;
    }
}


@media only screen and (max-width: 480px) {
    .site-title a img {
        width: 200px;
    }

    a.menu-trigger {
        top: 30px;
    }

    .sbm_ad_footer {
        display: none;
    }

    .sbm_ad_footer_small {
        display: block;
    }
}

@media only screen and (max-width: 960px) {
    .sbm_title_header {
        left: 0;
        width: 100%;
    }
}
