/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: [type here].*/
/* Version: 1.0 Initial Release*/
/* Build Date: [type here]*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
    font-family: Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif !important;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

.text-center > .img-responsive {
    display: block;
    display: inline-block;
}

p {
    color: #777;
    font-size: 22px;
    line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

@media (min-width: 1024px) and (max-width: 5000px) {
    .container, .service-details {
        max-width: 960px;
    }
}

.masthead, #mastwrap {
    /*padding-right: 30px;*/
}

/*Common Spacing and Padding*/
.add-top {
    padding-top: 140px;
}

.add-bottom {
    padding-bottom: 140px;
}

.add-top-half {
    padding-top: 70px;
}

.add-bottom-half {
    padding-bottom: 70px;
}

.pad {
    padding-left: 20px;
    padding-right: 20px;
}

.mob-center > .img-responsive {
    display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.masthead {
    min-height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .masthead.sub {
        background: #fff;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.fluidhead {
    padding-left: 50px;
    padding-right: 50px;
}

.main-nav {
    list-style: none;
    padding: 0;
    padding-top: 30px;
}

    .main-nav li {
        display: inline-block;
    }

        .main-nav li a {
            color: #aaa;
            margin-left: 10px;
            margin-right: 10px;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 21px;
        }

.main-logo {
    margin-top: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.page-section {
}

.page-head {
    padding: 75px 0;
}

    .page-head h1 {
        font-size: 30px;
        line-height: 32px;
        /*
    text-transform: uppercase;
    font-weight: normal;*/
    }

.liner {
    width: 50px;
    height: 5px;
}

.liner-high {
    width: 100px;
    height: 5px;
    float: right;
}

.liner-mid {
    width: 30px;
    height: 5px;
    background: #222;
    display: inline-block;
}

.liner-big {
    width: 120px;
    height: 10px;
    display: inline-block;
}

.liner-center {
    width: 30px;
    height: 5px;
    display: inline-block;
    text-align: center;
}

.page-head h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}

.promo-text {
    color: #2d2d2d;
    font-size: 28px;
    line-height: 35px;
    margin-top: 10px;
}

.promo-text-big {
    color: #2d2d2d;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 20px;
}

.sub-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 10px;
}

/*Buttons*/
.btn-saga-white {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-saga-white:hover {
        border: solid 2px #fff;
        background: #fff;
        color: #000;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.btn-saga-dark {
    border: solid 2px #000;
    background: transparent;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bpld;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-saga-dark:hover {
        border: solid 2px #000;
        background: #000;
        color: #fff;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.btn-saga-color {
    background: transparent;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .btn-saga-color:hover {
        border: solid 2px #000;
        background: #000;
        color: #fff;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*INTRO*/
/*.cursor-effect {
    border-right: 1px solid #000;
}
*/
.big-text {
    font-size: 54px;
    line-height: 61px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5%;
    margin-left: 20%;
    margin-right: 20%;
}

/*ABOUT*/
.about {
}

.count {
    font-size: 64px;
    line-height: 71px;
    font-weight: 100;
    color: #000;
}

.count-label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 100;
}

.feature-block {
}

.feature-block-top {
    text-align: center;
    padding: 50px 70px;
}

    .feature-block-top > h3 {
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    .feature-block-top > p {
        color: #fff;
        margin-top: 10px;
    }

.feature-block-bottom {
    text-align: center;
    padding: 50px 70px;
}

.feature-expansion {
    padding-left: 15%;
    padding-right: 15%;
}

    .feature-expansion h4 {
        font-size: 14px;
        line-height: 24px;
        font-family: "RalewayLight";
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .feature-expansion h2 {
        font-size: 56px;
        line-height: 64px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .feature-expansion p {
        margin-top: 20px;
        padding-top: 20px;
    }

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 60%;
    margin: 20px auto;
}




/*SERVICES*/

.services-head {
    background: #080808;
}

.team-block {
    padding: 80px 45px;
    text-align: center;
}

    .team-block > .team-thumb {
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .team-block > h3 {
        color: #fff;
        font-size: 22px;
        line-height: 29px;
        margin-top: 0;
    }

    .team-block > h6 > span {
        color: #fff;
        font-size: 12px;
        line-height: 19px;
        font-weight: normal;
    }

    .team-block > ul {
        list-style: none;
        padding: 0;
    }

        .team-block > ul > li {
            display: inline-block;
        }

            .team-block > ul > li > a > img {
                width: 30px;
                height: 30px;
            }

.service-block {
    margin-bottom: 20px;
    cursor: pointer;
}

.service-short-icon {
    padding: 25px;
}

    .service-short-icon > img {
        display: inline-block;
    }

.service-short-info {
    padding: 30px;
}

    .service-short-info > h2 {
        letter-spacing: 1px;
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .service-short-info > h5 > span {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 21px;
        text-transform: none;
        padding: 7px;
    }

    .service-short-info > p {
        margin-bottom: 20px;
    }

.service-info {
    padding: 20px 0;
}

    .service-info h2 {
        font-weight: normal;
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -2px;
    }

    .service-info .plan-tag {
        margin-bottom: 25px;
        margin-top: 25px;
    }

        .service-info .plan-tag > span {
            padding: 15px;
            font-size: 14px;
            line-height: 25px;
        }

.opacityOn {
    opacity: 1 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.opacityOff {
    opacity: 0.5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*PORTFOLIO*/
.portfolio {
    background-color: #fff;
}

#portfolio {
    background-size: cover;
}

    #portfolio .welcome-text {
        color: #686351;
    }
/*-- 1. General --*/
div#portfolio {
    padding-top: 50px;
    background: #333;
}

div#portfolio_title {
    margin-bottom: 33px;
}

    div#portfolio_title h2 {
        color: #FFF;
    }

.sortablePortfolio, #portfolioFilter {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#portfolio-wrap {
    padding-top: 0px;
}

/*-- 2. Filter --*/
div#filter {
    padding-bottom: 30px;
}

div#filter_wrapper {
    position: relative;
    margin-bottom: 0px;
}

ul#portfolioFilter {
    line-height: 18px;
    position: relative;
}

    ul#portfolioFilter li {
        float: left;
        line-height: 46px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 5px;
        /*font-family: "MontserratRegular";*/
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 19px;
        padding: 10px 25px;
        border-radius: 4px;
        text-transform: uppercase;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        ul#portfolioFilter li:hover {
            background: #fff;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            cursor: pointer;
        }

        ul#portfolioFilter li.separator {
            line-height: 49px;
            padding: 0px;
            color: #CCC;
            font-size: 11px;
        }


/*-- 3. Thumbs --*/
div#portfolio_thumbs {
    position: relative;
    z-index: 7;
}

    div#portfolio_thumbs ul {
        display: block;
    }

        div#portfolio_thumbs ul li {
            float: left;
            width: 25%;
            position: relative;
            padding: 0px;
            -moz-transition: all 1.25s ease;
            -webkit-transition: all 1.25s ease;
            -o-transition: all 1.25s ease;
            transition: all 1.25s ease;
        }

            div#portfolio_thumbs ul li:hover {
                -moz-transition: all 1.25s ease;
                -webkit-transition: all 1.25s ease;
                -o-transition: all 1.25s ease;
                transition: all 1.25s ease;
            }

            div#portfolio_thumbs ul li img {
                width: 100%;
                height: auto;
                display: block;
                -moz-transition: all 1.25s ease;
                -webkit-transition: all 1.25s ease;
                -o-transition: all 1.25s ease;
                transition: all 1.25s ease;
            }

.opactiyReduce {
    opacity: 0.2 !important;
    -moz-transition: all 1.25s ease;
    -webkit-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}

div#portfolio_thumbs ul li div.item_info {
    width: 100%;
    height: 100%;
    padding: 25px;
}

    div#portfolio_thumbs ul li div.item_info h3 {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 21px;
        text-transform: uppercase;
    }

    div#portfolio_thumbs ul li div.item_info p > span {
        color: #000;
        background: #fff;
        font-size: 12px;
        font-weight: 200;
        line-height: 19px;
        padding: 5px 10px;
    }

.add-space-min {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*-- 4. Item page --*/
#portfolio_item {
    display: none;
    width: 100%;
}

#item_container {
    padding-bottom: 30px;
}

#item_content {
    margin: 0 auto;
    margin-top: 60px;
    padding: 40px;
}

#text_content {
    /*width: 680px;*/
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
}

    #text_content h3 {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 36px;
        line-height: 43px;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #222;
    }

    #text_content h5 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 31px;
        font-weight: normal;
        color: #222;
    }

    #text_content p {
        font-size: 14px;
        line-height: 21px;
        color: #666;
        font-weight: normal;
        margin-bottom: 20px;
    }

.spec-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    padding-left: 20px;
}

    .spec-list > li {
        padding: 10px;
        background: #ccc;
        margin-bottom: 2px;
    }


/* Slider */
#item_slider {
    /*    width: 680px;*/
    margin: 0;
    padding: 0;
}

    #item_slider a:active {
        outline: none;
    }

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#item_slider .slides > li {
    display: none;
}

#item_slider .slides img {
    max-width: 100%;
    display: block;
}

#item_slider {
    position: relative;
    zoom: 1;
}

    #item_slider .slides {
        zoom: 1;
    }

        #item_slider .slides > li {
            position: relative;
        }

    #item_slider .flex-direction-nav li a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        color: #FFF;
        position: absolute;
        top: 0px;
        cursor: pointer;
        text-indent: 1px;
        font-size: 15px;
        text-align: center;
    }

        #item_slider .flex-direction-nav li a:hover {
            background: transparent;
        }

    #item_slider .flex-direction-nav li .next {
        left: 31px;
    }

    #item_slider .flex-direction-nav li .prev {
        left: 0px;
    }


/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    #item_video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

/* Control buttons */
#control_buttons {
    /*    width: 680px;*/
    padding: 15px 8px 5px 8px;
    margin-top: 10px;
}

    #control_buttons a {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        line-height: 38px;
        margin-bottom: 10px;
        margin-left: 5px;
        border: solid 2px #fff;
        background: transparent;
        color: #fff;
        font-size: 24px;
        text-align: center;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        #control_buttons a:hover {
            display: inline-block;
            width: 45px;
            height: 45px;
            border-radius: 4px;
            line-height: 38px;
            margin-bottom: 10px;
            margin-left: 5px;
            border: solid 2px #fff;
            background: #fff;
            color: #000;
            font-size: 24px;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.url-linker a {
    margin-left: 0px;
    margin-top: 10px;
}

.project-info-tag {
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

    .project-info-tag > span {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 21px;
        text-transform: none;
        padding: 7px;
    }

.project-deatil-image {
    padding: 0 !important;
}

.det-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project-deatil-image:hover > a > img {
    opacity: 0;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.project-deatil-image:hover > a > .det-overlay {
    opacity: 1;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

.project-features-wrap {
    margin-top: 40px;
}

.project-spec-lines {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

    .project-spec-lines li {
        padding: 10px;
        background: #eee;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 21px;
        color: #444;
    }

/*CONTACT*/

.contact-mail-wrap {
}

.contact-mail {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.contact-form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

input {
    background: #444 !important;
    border: none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #ccc !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 99%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

    input:focus, textarea:focus {
        border: none !important;
        background: #ccc !important;
        color: #000 !important;
        -webkit-transition: all .8s linear;
        -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
        -o-transition: all .8s linear;
        transition: all .8s linear;
    }

textarea {
    background: #444 !important;
    border: none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #ccc !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}

    input.send_message:hover {
        background: none repeat scroll 0 0 #262932;
    }

fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

    fieldset h1 {
        color: #000000;
        font-size: 24px;
    }

.contact-label-box {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}

    .contact-label-box > span {
        display: block;
        margin-right: 10px;
    }

        .contact-label-box > span > img {
            height: 60px;
            width: 60px;
        }

    .contact-label-box a:hover {
        color: #CCCCCC;
        text-decoration: none;
    }

.contact .alert {
    box-shadow: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 10px;
    background: transparent;
}

.btn-wrap {
    margin-top: 30px;
    text-align: left;
}

.space-left {
    margin-left: 1%;
}

/*Tweet Panel*/
.tweet-panel {
    padding: 30px 0;
}

    .tweet-panel h3 {
        font-size: 32px;
        line-height: 39px;
        font-weight: normal;
    }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mastfoot {
}

.footer-top {
    background: none repeat scroll 0 0 #2F3133;
    padding: 40px;
}

    .footer-top p {
        color: #777777;
        margin-bottom: 0;
    }

    .footer-top .phone {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 100;
        line-height: 25px;
        margin-bottom: 0;
    }

    .footer-top a {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 100;
        line-height: 25px;
        text-decoration: none;
    }

.footer-bottom {
    background: none repeat scroll 0 0 #f3f3f3;
    padding: 40px;
}

    .footer-bottom h3 {
        color: #FFFFFF;
        margin-top: 0;
    }

.footer-social {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .footer-social li {
        display: inline-block;
    }

        .footer-social li > a > img {
            width: 50px;
            opacity: 0.3;
            transition: all 0.4s linear 0s;
        }

        .footer-social li > a:hover > img {
            opacity: 1;
            transition: all 0.4s linear 0s;
        }

.credits {
}

    .credits > p {
        font-size: 12px;
        font-weight: 200;
        line-height: 19px;
    }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/*05 - PARALLAX LAYERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.parallax-layer {
    min-height: 300px;
    padding: 150px 0px;
    background-repeat: repeat-y !important;
    background-size: cover !important;
}

    .parallax-layer h1 {
        font-size: 64px;
        line-height: 71px;
    }

    .parallax-layer h3 {
        font-size: 22px;
        line-height: 29px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

.parallax01 {
    background: url('../images/parallax/01.jpg') center center no-repeat;
    background-size: cover;
}

.parallax02 {
    background: url('../images/nittsu/bg_promo.jpg') center center no-repeat;
    background-size: cover;
}

.parallax03 {
    background: url('../images/nittsu/bg_movie.jpg') center center no-repeat;
    background-size: cover;
}

/*Parallax Separator - Inner Elements*/

.quote-carouse {
}

.quote-carousel .item {
    padding-bottom: 30px;
}


.testimonial-carousel {
}

.testimonial-block p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
}

.testimonial-user {
}

    .testimonial-user > span {
        padding: 10px;
    }

.testimonial-block h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    padding: 5px 10px;
}

.call-to-action {
    padding-left: 15%;
    padding-right: 15%;
}

    .call-to-action h4 {
        font-size: 14px;
        line-height: 24px;
        font-family: "RalewayLight";
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .call-to-action h2 {
        font-size: 56px;
        line-height: 64px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 35px;
    }


/*SINGLE PROJECT PAGE*/
.project {
    margin-top: 80px;
}

.project-masthead {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.project-head {
    background: #333;
}

.project-det {
    margin-top: 30px;
}

    .project-det > .btn {
        margin-top: 20px;
    }

.client-name {
    margin-top: 20px;
}

/*PRICING TABLE PAGE*/

/*SINGLE PROJECT PAGE*/
.pricing {
    margin-top: 40px;
}

.pricing-masthead {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.pricing-head {
    background: #333;
}

.pricing-det {
    margin-top: 30px;
    padding-top: 40px;
}

    .pricing-det > .btn {
        margin-top: 20px;
    }

.pricing-name {
    margin-top: 20px;
}

.pricing-info {
    padding: 100px 0;
    background: #eee;
}

.pricing-column {
    padding: 10px;
}
