/*==============================================================================
        1.BASIC STYLES
==============================================================================*/
:focus{
    outline: 0;
}

body{
    background: url('../img/bkg.png') repeat;
    font: 12px 'Open Sans', sans-serif;
    line-height: 20px;
    color: #666;
}

/* HEADINGS
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
    font-family: Rockwell, 'Kameron', serif;
    color: #444;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

h1{
    font-size: 24px;
    line-height: 33px;
}

h2{
    font-size: 21px;
    line-height: 30px;
}

h3{
    font-size: 18px;
    line-height: 27px;
}

h4{
    font-size: 15px;
    line-height: 24px; 
}

h5{
    font-size: 13px;
    line-height: 22px; 
}

h6{
    font-size: 12px;
    line-height: 20px;
}


/* PARAGRAPH AND UL'S
----------------------------------------------------------------------------- */
p{
    font: 11px 'Open Sans', sans-serif;
    color: #666;
    line-height: 20px;
}

p + p{
    display: block;
    margin-top: 14px;
}

p + ul{
    display: block;
    margin-top: 14px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6{
    display: block;
    margin-top: 20px;
}

p + a.read-more{
    display: block;
    margin-top: 14px;
}

p + blockquote{
    display: block;
    margin-top: 20px;
}

blockquote + p{
    display: block;
    margin-top: 30px;
    float: left;
}
ul + ul{
    display: block;
    margin-top: 20px;
}

blockquote{
    float: left;
    padding: 20px 50px;
    position: relative;
    z-index: 100;

    font: italic 13px Rockwell, 'Kameron', serif;
    line-height: 21px;
    color: #444;
}

blockquote::after{
    content: "";
    margin: 0 auto;
    display: block;
    position: absolute;
    background: url('../img/blog/quote-shadow.png') no-repeat;
    width: 600px;
    height: 122px;
    bottom: -122px;
    left: -2px;
}

/* LINKS
----------------------------------------------------------------------------- */
a{
    color: #666;
    font: 11px 'Open Sans', sans-serif;

    transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

a.read-more{
    font: bold 13px 'Helvetica Neue', Arial, sans-serif;
    color: #252525;
    text-align: center;
}

/* CHECK LIST
----------------------------------------------------------------------------- */
.check-list li{
    padding-left: 26px;
    margin-bottom: 8px;
}


/* SPAN INTRO
----------------------------------------------------------------------------- */
.intro{
    font: italic 14px Rockwell, 'Kameron', serif;
    color: #252525;
    margin-bottom: 14px;
    display: block;
}


/*==============================================================================
        HEADER STYLES
==============================================================================*/
#header{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}


/* TOP BAR
----------------------------------------------------------------------------- */
.top-bar-wrapper{
	background: #252525;
	width: 100%;
	margin: 0 auto;
	height: 40(値);
}

.top-bar-wrapper h1{
	color: #F06;
	font-size: 10px;
	font-weight: 100;
	text-align: right;
}

.top-bar{
    width: 1005px;
    margin: 0 auto;
    height: 40px;
}

.top-bar .close-frame{
    float: left;
    height: 40px;
}

.top-bar a.close-frame{
    color: #fff;
    font: bold 11px 'Helvetica Neue', 'Arial', sans-serif;
    padding-left: 36px;
    padding-top: 13px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.top-bar .content-right{
    float: right;
    height: 40px;
}

.top-bar .content-right a.register{
    color: #fff;
    display: block;
    margin-right: 30px;
    height: 40px;
    float: left;
    padding-top: 13px;
    padding-left: 28px;
    font: bold 11px 'Helvetica Neue', Arial, sans-serif;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


.top-bar .content-right .contact-info{
    font: bold 11px 'Helvetica Neue', Arial, sans-serif;
    padding-left: 21px;
    height: 40px;
    color: #fff;
    padding-top: 13px;
    display: block;
    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


/* HEADER INNER (LOGO, NAV , SEARCH)
----------------------------------------------------------------------------- */
#header-inner{
    width: 1005px;
    margin: 40px auto 0;
}

#logo{
    float: left;
    width: 216px;
    height: 64px;
    margin-right: 30px;
    margin-bottom: 40px;
}


/* MAIN NAVIGATION
----------------------------------------------------------------------------- */
#nav-responsive{
    display: none;
}

#nav-container{
    float: left;
    width: 754px;
    position: relative;
    z-index: 200;
    height: 100px;
    padding-top: 5px;
}

.icon-nav{
    display: table;
    margin: 0 auto;
    margin-bottom: 7px !important;
    text-align: center;
} 

a.active .icon-nav{
    color: #fff;
}

.icon-home{
    width: 17px;
    height: 17px;
}

.icon-about{
    width: 26px;
    height: 17px;
}

.icon-portfolio{
    width: 26px;
    height: 17px;
}

.icon-blog{
    width: 23px;
    height: 17px;
}

.icon-contact{
    width: 24px;
    height: 17px;
}

/* MAIN NAVIGATION STYLES
----------------------------------------------------------------------------- */

#nav{
    height: 100%;
    margin:0;
    list-style: none;
    float: right;
}

#nav > ul{
    display: block !important;
}

#nav li{
    float: left;
    position: relative;
    padding: 0 5px 0px 5px; 
    margin-left: 20px;
    cursor: pointer;
    height: 95px;
}

#nav li.active .icon-home,
#nav li.active .icon-about,
#nav li.active .icon-portfolio,
#nav li.active .icon-blog,
#nav li.active .icon-contact{
    background-position:  -0px -0px;
}

#nav li:hover .icon-home,
#nav li:hover .icon-about,
#nav li:hover .icon-blog,
#nav li:hover .icon-portfolio,
#nav li:hover .icon-contact{
    background-position:  -0px -0px; 
}

#nav li a{
    float: none;
    display: block;
    font: bold 13px 'Helvetica Neue', Arial, sans-serif;
    color: #252525;   
    padding-right: 15px; 
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#nav li span{
    font: italic 11px 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#nav li:last-child{
    padding-right: 0;  
}


/* TOP SHADOW
----------------------------------------------------------------------------- */
.top-shadow{
    margin: 0 auto;
    width: 940px;
    height: 21px;
    margin-bottom: 30px;
    background: url('../img/top-shadow.png') no-repeat;
}

/* STATIC TOP MENU
----------------------------------------------------------------------------- */
#header.static {
    position: fixed;
    top: 0px;
    z-index: 999;    
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#header.static {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

#header.static #header-inner{
    margin: 13px auto 0;
}

#header.static #logo{
    margin-bottom: 13px;
}

#header.static #nav-container{
    height: 78px;
}

#header.static #nav li.active{
    border: none;
    background: none;
}

#header.static #nav > ul > li{
    height: 73px;
}



/*==============================================================================
        CONTENT WRAPPER STYLE
==============================================================================*/
#content-container{
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.content-wrapper{
    width: 1005px;
    margin: 0 auto;
    background: #fff;
    padding-top: 40px;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: relative;
    padding-bottom: 10px;
}

.content-wrapper.multiple{
    margin-bottom: 10px;
}

.content-wrapper.no-border{
    border-top: 1px solid #cacaca;
}


.content-wrapper::before{
    content: "";
    background: url('../img/content-shadow-before.png') repeat-y;
    width: 76px;
    height: 100%;
    visibility: visible;
    position: absolute;
    left: -75px;
    top: 0;
    display: block;   
}

.content-wrapper::after{
    content: "";
    background: url('../img/content-shadow-after.png') repeat-y;
    width: 76px;
    height: 100%;
    visibility: visible;
    position: absolute;
    right: -75px;
    top: 0;
    display: block;

}

.content-wrapper.no-shadow::before{
    background: none !important;
}

.content-wrapper.no-shadow:after{
    background: none !important;
}

.content-wrapper.short-shadow::before{
    content: "";
    background: url('../img/content-shadow-short-before.png') repeat-y;
    width: 76px;
    height: 100%;
    visibility: visible;
    position: absolute;
    left: -75px;
    top: 0;
    display: block;
}

.content-wrapper.short-shadow:after{
    content: "";
    background: url('../img/content-shadow-short-after.png') repeat-y;
    width: 76px;
    height: 100%;
    visibility: visible;
    position: absolute;
    right: -75px;
    top: 0;
    display: block;
}

.page-title{
    width: 1005px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    background: url('../img/page-title-divider.png') 0 50% repeat-x;
}

.page-title .title{
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    background: url('../img/bkg.png') repeat;
}

.page-title .title h1,
.page-title .title h2,
.page-title .title h3,
.page-title .title h4,
.page-title .title h5,
.page-title .title h6{
    text-transform: none;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: none;
}

.page-title span{
    font: 20px 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
}

.section-title{
    width: 100%;
    background: url('../img/divider.png') 0 100% repeat-x;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6{
    display: inline-block;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.divider{
    width: 100%;
    height: 7px;
    float: left;
    background: url('../img/divider.png') repeat-x;
    margin-bottom: 40px;
}

.divider-with-title{    
    position: relative;
    background: url('../img/divider.png') 0 50% repeat-x;
    margin-bottom: 20px;
    width: 100%;
}

.divider-with-title .title{
    background: #fff;
    padding: 0 20px 0 0;
    float: left;    
}

.divider-with-title .title h4{
    border-bottom: none;
    margin-bottom: 0;
}

.divider-with-title a.title-link{
    float: right;
    background: #fff;
    font: 13px 'Helvetica Neue', Rockwell, Arial, sans-serif;
    color: #252525;
    padding-top: 4px;
    padding-left: 20px;
}


/*==============================================================================
        HOME PAGE STYLES
==============================================================================*/
.entry-note{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -41px;
    padding-top: 51px;
}

.entry-note h1{
    font-size: 40px;
    font-weight: normal;
    border-bottom: none;
    padding-bottom:  0;
    color: #252525;
}

.entry-note p{
    color: #252525;
    font: 22px 'Helvetica Neue', Arial, sans-serif;
}

.entry-note .btn{
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 30px;
}


.team.home img{
    border: 1px solid #cacaca;
}

.team.home .team-description{
    border: none;
    padding: 0;
}

.product-carousel .carousel-nav{
    width: 45px;
    background: #fff;
    padding-left: 20px;
    padding-top: 5px;
    float: right;
}

.product-carousel .carousel-nav li{
    background: #dfdfdf;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.product-carousel .carousel-nav li:last-child{
    margin-right: 0;
}
.product-carousel .carousel-nav li a.prev,
.product-carousel .carousel-nav li a.next{
    width: 20px;
    height: 20px;
}

.product-carousel .carousel-li li{
    float: left;
    width: 940px;
    height: 310px;
}

.product-slider-wrap{
    width: 600px;
    height: 293px;
    float: left;
    margin-right: 40px;
}

.product-slider-wrap.right{
    float: right;
    margin-right: 0;
    margin-left: 40px;
}

.nivoSlider.product-slider{
    height: 253px;
    z-index: 100;
    margin-bottom: -54px;
}

.product-slider-wrap .nivo-controlNav{
    bottom: -54px;
    padding: 5px 0;
}

.slider-shadow{
    width: 570px;
    height: 47px;
    background: url('../img/home-products/shadow.png') no-repeat;
    margin: 0 auto;
    position: relative;
    bottom: -42px;
}

.product-description{
    float: left;
    width: 300px;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.product-date{
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 11px;
}



/*==============================================================================
        ABOUT PAGE STYLES
==============================================================================*/

.one-third-slider .nivoSlider{
    width: 298px !important;
    height: 238px;
    z-index: 100;
    border: 1px solid #ccc;
}

.one-third-slider .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none !important;
    width: 298px !important;
    display: none;
}

.one-third-slider .nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 298px !important;
}


.one-third-slider .nivo-controlNav {
    padding: 8px 0;
    margin-top: -1px;
}

.one-third-slider .nivo-controlNav a.nivo-control {
    cursor:pointer;
    display:inline-block;
    width: 17px;
    height: 18px;
    background: url('../img/slider-btn-small.png') no-repeat center center;
    text-indent: -9999px;
    margin:  0 2px;
    border: 0;
}

.one-third-slider .nivo-directionNav{
    display: none;
}

.one-third-slider-shadow{
    width: 292px;
    margin: 0 auto;
    height: 35px;
    background: url('../img/about/shadow.png') no-repeat;
    position: relative;
    top: -10px;
}

/* CAROUSEL NOTE
----------------------------------------------------------------------------- */
.carousel-note{
    background: #fff;
    border: 1px solid #cacaca;
    position: relative;
    margin-bottom: 62px;
}

.carousel-note::after{
    content: "";
    display: block;
    width: 916px;
    height: 21px;
    margin: 0 auto;
    background: url('../img/top-shadow.png') no-repeat;
    position: absolute;
    bottom: -22px;

}

.carousel-note .caroufredsel_wrapper{
    width: 920px;
}

.carousel-note .carousel-li li{
    padding: 20px 20px 20px 40px;
    width: 860px;
    clear: both;
}

.note-text{
    max-width: 720px;
    margin-right: 20px;
    float: left;
}

.note-text .note-title{  
    margin-bottom: 0;
}

.note-title h1,
.note-title h2,
.note-title h3,
.note-title h4,
.note-title h5,
.note-title h6{
    border-bottom: none;
    margin-bottom: 0;
    font: bold 16px Rockwell, 'Kameron', serif;
    line-height: 28px;
}

.note-text p{
    font: 14px 'Helvetica Neue', Arial, sans-serif;
    color: #252525;
}

.carousel-note .btn{
    margin-top: 5px;
}

/*CAROUSEL NAVIGATION */
.carousel-nav{
    float: left;
    position: relative;
    top: 0;
    width: 20px;
}

.carousel-nav li{
    float: left;
    background: #252525;
    position: relative;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.carousel-nav li a.next{
    background: url('../img/carousel-quote-right.png') no-repeat center center;
    width: 20px;
    height: 45px;
    display: block !important;
}

.carousel-nav li a.prev{
    background: url('../img/carousel-quote-left.png') no-repeat center center;
    width: 20px;
    height: 45px;
    display: block !important;
}

.carousel-note-shadow{
    width: 916px;
    height: 21px;
    margin: 0 auto;
    background: url('../img/top-shadow.png') no-repeat;
}


/* CAROUSEL LOGOS
----------------------------------------------------------------------------- */
.content-wrapper.client-wrapper{
    padding-top: 30px;
}
.container_12.client-carousel{
    width: 940px;
    margin: 0 auto 20px;
}

.client-carousel .caroufredsel_wrapper{
    margin-bottom: 0 !important;
}

.client-carousel a.prev{
    position: absolute;
    display: block;
    width: 20px;
    height: 80px;
    top: 0;
    background: #252525 url('../img/carousel-client-left.png') no-repeat 50% 50%;
    left: 0;
    top: 30px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


.client-carousel a.next{
    position: absolute;
    display: block;
    width: 20px;
    height: 80px;
    top: 0;
    background: #252525 url('../img/carousel-client-right.png') no-repeat 50% 50%;
    right: 0;
    top: 30px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.client-carousel li{
    width: 220px;
    margin-right: 20px;
    float: left; 
}

.client-1{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;    
}

.client-1-hover{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: none;
}

.client-carousel li:hover .client-1-hover,
.client-carousel li:hover .client-2-hover,
.client-carousel li:hover .client-3-hover,
.client-carousel li:hover .client-4-hover,
.client-carousel li:hover .client-5-hover{
    display: block !important; 
}


.client-2{
    width: 220px;
    height: 80px;
    background-position: -0px -80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;  
}

.client-2-hover{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: none;
}

.client-3{
    width: 220px;
    height: 80px;
    background-position: -0px -80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;  
}

.client-3-hover{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: none;
}

.client-4{
    width: 220px;
    height: 80px;
    background-position: -0px -80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;  
}

.client-4-hover{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: none;
}

.client-5{
    width: 220px;
    height: 80px;
    background-position: -0px -80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;  
}

.client-5-hover{
    width: 220px;
    height: 80px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; 
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    display: none;
}


/*==============================================================================
        SERVICES PAGE
==============================================================================*/
.icon{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    float: left;
    background-color: #252525;
    display: block;
    cursor: pointer;
    text-indent: -9999px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

.service-1{
    background-image: url('../img/services/service-1.png');
}

.service-2{
    background-image: url('../img/services/service-2.png');
}

.service-3{
    background-image: url('../img/services/service-3.png');
}

.step-1{
    background-image: url('../img/services/step-1.png');
}

.step-2{
    background-image: url('../img/services/step-2.png');
}

.step-3{
    background-image: url('../img/services/step-3.png');
}

.step-4{
    background-image: url('../img/services/step-4.png');
}
.step-5{
    background-image: url('../img/services/step-5.png');
}
.step-6{
    background-image: url('../img/services/step-6.png');
}

.service h1,
.service h2,
.service h3,
.service h4,
.service h5,
.service h6{
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 6px;
}

.service p{
    margin-top: 20px;
}

.sample li{
    padding: 0 5px;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
	color: #fff;
	background-color:#e80c7a;
}



/*==============================================================================
        PORTFOLIO PAGES
==============================================================================*/
#portfolio-filter{
    float: right;
}

#portfolio-filter li{
    float: left;
    margin-right: 5px;
}

#portfolio-filter li a{
    font: 13px 'Helvetica Neue', Arial, sans-serif;
    color: #444;
    padding-right: 5px;
}

.portfolio-image{
    display: block;
    overflow: hidden;
}

.portfolio-image img{
    opacity: 1;
}

.portfolio:hover{
    cursor: pointer;
}

figure.portfolio{
    float: left;
    position: relative;
}

figure.portfolio .img-hover{
    position: relative;
    float: left;
    text-align: center;
    z-index: 100;
}

.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    box-sizing: border-box;

    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;

    opacity: 0;
}

a.info{
    background: url('../img/portfolio/gallery-zoom.png') center no-repeat;
    display: inline-block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    top: 50%;
    left: 50%;
    opacity: 0;

    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -webkit-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;

    transform:scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);



    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.portfolio:hover .mask{
    opacity: 0.7;
    background: #000;
}

.portfolio:hover a.info{
    opacity:1;

    transform:scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);

    transition-delay:0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

figcaption{
    width: 100%;
    padding: 15px 0;
    background: url('../img/portfolio-arrow.png') no-repeat center 0;
    float: left;
    border-top: 2px solid #252525;
}

.caption-title{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

p.title{
    font: 13px Rockwell, 'Kameron', serif;
    color: #252525;
}

p.subtitle{
    margin-top: 0px;
    font: italic 11px 'Helvetica Neue', Arial, sans-serif;
}

.grid_4 .portfolio::after{
    content: "";
    display: block;
    margin: 0 auto;
    background: url('../img/portfolio/3col/shadow.png') no-repeat;
    width: 337px;
    height: 214px;
    position: absolute;
    bottom: -25px;
    left: -18px;
}

.grid_3 .portfolio::after{
    content: "";
    display: block;
    margin: 0 auto;
    background: url('../img/portfolio/4col/shadow.png') no-repeat;
    width: 247px;
    height: 214px;
    position: absolute;
    bottom: -20px;
    left: -13px;
}

.grid_6 .portfolio::after{
    content: "";
    display: block;
    margin: 0 auto;
    background: url('../img/portfolio/2col/shadow.png') no-repeat;
    width: 509px;
    height: 324px;
    position: absolute;
    bottom: -35px;
    left: -27px;
}

.pagination{
    float: right;
}

.pagination li{
    float: left;
    background: #252525;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    font: 12px 'Helvetica neue', Arial, sans-serif;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li a{
    color: #fff;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 12px;
    display: block;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagination li:hover a, .pagination li.active a{
    color: #fff;
}

.pagination li.arrow a{
    padding-top: 6px;
}

.pagination{
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}


/* PORTFOLIO SINGLE
----------------------------------------------------------------------------- */
.portfolio-slider-wrap{
    width: 540px;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

.nivoSlider.portfolio-slider{
    width: 540px;
    height: 327px;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 100;    
}

.nivoSlider.portfolio-slider img {
    position:absolute;
    width: 540px !important;
    height: 327px;
    top:0px;
    left:0px;
    max-width: none;  
    border: 0 !important;
}

.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 540px !important;
}

.portfolio-slider-wrap .portfolio-slider-shadow{
    background: url('../img/portfolio/single/shadow.png') no-repeat;
    width: 607px;
    height: 362px;
    float: left;
    position: absolute;
    left: -31px;
}

.portfolio-slider .nivo-nextNav{
    background-image: url('../img/portfolio/single/next.png');
    background-color: #252525;
    text-indent: -9999px;
    padding: 0 5px;
    width:11px;
    height: 22px;
    right: 1px;
}

.portfolio-slider .nivo-prevNav{
    background-image: url('../img/portfolio/single/prev.png');
    background-color: #252525;
    text-indent: -9999px;
    padding: 0 5px;
    width:11px;
    height: 22px;
    left: 0;
}

.portfolio-slider .nivo-directionNav a{
    top: 50%;
    margin-top: -19px;
}


.portfolio-info{
    padding-left: 20px;
    float: left;
    width: 360px !important;
}

.portfolio-info h1,
.portfolio-info h2,
.portfolio-info h3,
.portfolio-info h4,
.portfolio-info h5,
.portfolio-info h6{
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

.portfolio-info .btn{
    float: left;
}


.portfolio-carousel .carousel-nav{
    width: 45px;
    background: #fff;
    padding-left: 20px;
    padding-top: 5px;
    float: right;
}

.portfolio-carousel .carousel-nav li{
    background: #dfdfdf;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.portfolio-carousel .carousel-nav li:last-child{
    margin-right: 0;
}
.portfolio-carousel .carousel-nav li a.prev,
.portfolio-carousel .carousel-nav li a.next{
    width: 20px;
    height: 20px;
}

.portfolio-carousel .carousel-li li{
    float: left;
    width: 220px;
    height: 230px;
    margin-right: 20px;
}

.portfolio-carousel figcaption{
    border-bottom: 1px solid #d1d1d1;
}



/*==============================================================================
       CONTACT PAGE
==============================================================================*/
#map_canvas{
    float: left;
    height: 400px;
    margin-bottom: 40px;
}

.contact-form .text{
    background: #fff;
    border: 1px solid #c3c3c3;
    float: left;
    width: 160px;
    padding: 10px 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    font: 11px 'Open Sans', sans-serif;
    color: #999;
}

.contact-form .email{
    margin-right: 0;
    float: left;
}

.textarea{
    float: left;
    padding: 15px;
    font: 11px 'Open Sans', sans-serif;
    color: #999;
    margin-bottom: 20px;
    width: 584px;
    border: 1px solid #c3c3c3;
}

.contact-form .submit{
    height: 32px;

    color: #fff;
    font: 12px 'Open Sans', sans-serif;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;

    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -o-box-shadow: 0 1px 2px #ccc;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    cursor: pointer;
}

.contact-form .submit:hover{
    background-position: -0px -0px;
}

.phones{
    width: 100%;
    float: left;
}

.web{
    float: left;
    width: 100%;
}

.web a:hover{
    color: #252525;
}



/*==============================================================================
        FOOTER STYLES
==============================================================================*/
#footer-wrapper{
    background: #252525;
}

#footer{
    margin-top: 50px;
}

#footer .footer-title{
    border-top: 1px solid #615e5f;
    border-bottom: 1px solid #615e5f;
    margin-bottom: 20px;
}

#footer .footer-title span{
    color: #fff;
    text-align: center;
    font: bold 14px Rockwell, 'Kameron', sans-serif;
    text-transform: uppercase;
    position: relative; 
    top: -1px;
    padding: 15px;
    margin: 0 auto -2px;
    display: table;
}
#footer h1{
    color: #fff;
    font: bold 14px Rockwell, 'Kameron', sans-serif;
}

#footer p{
    color: #fff;
}

.footer-category li{
    padding: 0 5px;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
	color: #fff
}


/* COPYRIGHT CONTAINER */
.copyright-container{
    width: 100%;
    margin: 0 auto;
    background: #1f1f1f;
    padding: 20px 0;
}

.copy-info{
    float: left;
    margin-bottom: 0;
    padding-top: 7px;
}
.copy-info p{
    color: #6f6f6f;
    font: 11px 'Open Sans', sans-serif;
}



/*==============================================================================
         MEDIA QUERIES
==============================================================================*/
/* Devices between 960 and 1280 */
@media only screen and (min-width: 960px) and (max-width: 1279px){
    .content-wrapper::before,
    .content-wrapper::after,
    .content-wrapper.short-shadow::before,
    .content-wrapper.short-shadow::after{
        background: none;
    }
}

/* Devices and screens between 768px and 959px */
@media only screen and (min-width: 768px) and (max-width: 959px){
    .content-wrapper,
    .top-bar,
    #header-inner,
    .page-title{
        width: 728px;
    }

    .content-wrapper::before,
    .content-wrapper::after,
    .content-wrapper.short-shadow::before,
    .content-wrapper.short-shadow::after{
        background: none;
    }
    img{
        max-width: 100%;
    }

    #logo{
        width: 180px;
    }

    #logo img{
        width: 190px;
    }

    #nav-container{
        width: 518px;
    }

    .top-shadow{
        width: 680px;
        background: url('../img/top-shadow-768.png') no-repeat;
    }

    /* GRIDS */
    .container_12{
        width: 708px !important;
    }

    .grid_1{
        width: 39px !important;
    }
    .grid_2{
        width: 98px !important;
    }
    .grid_3{
        width: 157px !important;
    }
    .grid_4{
        width: 216px !important;
    }
    .grid_5{
        width: 275px !important;
    }
    .grid_6{
        width: 334px !important;
    }
    .grid_7{
        width: 393px !important;
    }
    .grid_8{
        width: 452px !important;
    }
    .grid_9{
        width: 511px !important;
    }
    .grid_10{
        width: 570px !important;
    }
    .grid_11{
        width: 629px !important;
    }
    .grid_12{
        width: 688px !important;
    }



    /* HOME PAGE
    ----------------------------------------------------------------------------- */
    .entry-note h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .entry-note p{
        font-size: 18px;
    }

    .product-carousel .carousel-li li{
        float: left;
        width: 688px;
        height: 310px;
    }

    .product-slider-wrap{
        width: 432px !important;
        height: 230px;
        float: left;
        margin-right: 40px;
    }

    .product-slider-wrap.right{
        float: right;
        margin-right: 0;
        margin-left: 40px;
    }

    .nivoSlider.product-slider{
        height: 182px;
        width: 432px;
        z-index: 100;
        margin-bottom: -54px;
    }

    .nivoSlider.product-slider img{
        width: 432px !important;
    }
    .product-slider-wrap .nivo-controlNav{
        bottom: -54px;
        padding: 5px 0;
    }

    .slider-shadow{
        width: 532px;
        height: 41px;
        background: url('../img/home-products/shadow-768.png') no-repeat;
        margin: 0 auto;
        position: relative;
        bottom: -43px;
    }

    .product-description{
        float: left;
        width: 216px;
    }


    /* CLIENT CAROUSEL
    ----------------------------------------------------------------------------- */
    .container_12.client-carousel{
        overflow: hidden;
    }

    .caroufredsel_wrapper ul{
        width: auto !important;
    }

    .client-carousel li{
        width: 152px;
        height: 57px;
        float: left;
    }

    .client-carousel a.prev,
    .client-carousel a.next{
        height: 57px;
    }

    .client-carousel li img{
        max-width: 157px;
    }


    /* ABOUT US - ONE THIRD SLIDER
    ----------------------------------------------------------------------------- */
    .one-third-slider .nivoSlider{
        width: 214px !important;
        height: 171px;
    }

    .one-third-slider .nivoSlider img {
        width: 214px !important;
    }

    .one-third-slider .nivo-main-image {
        width: 214px !important;
    }

    .one-third-slider-shadow{
        width: 216px;
        height: 26px;
        background: url('../img/about/shadow-768.png') no-repeat;
        top: -7px;
    }



    /* PORTFOLIO
    ----------------------------------------------------------------------------- */
    .grid_3 .portfolio:after{
        background: url('../img/portfolio/4col/shadow-768.png') no-repeat;
        bottom: -96px;
        left: -9px;
    }

    .grid_4 .portfolio:after{
        background: url('../img/portfolio/3col/shadow-768.png') no-repeat;
        bottom: -73px;
        left: -12px;
    }

    .grid_6 .portfolio:after{
        background: url('../img/portfolio/2col/shadow-768.png') no-repeat;
        bottom: -76px;
        left: -20px;
    }

    .caption-title p.title{
        font-size: 12px;
    }

    .caption-title p.subtitle{
        font-size: 10px;
    }


    .portfolio-slider-wrap{
        width: 393px !important;
    }

    .nivoSlider.portfolio-slider{
        width: 393px !important;
        height: 238px;
    }

    .nivoSlider.portfolio-slider img {
        width: 393px !important;
        height: 238px;
    }

    .nivo-main-image {
        width: 393px !important;
    }

    .portfolio-slider-wrap .portfolio-slider-shadow{
        background: url('../img/portfolio/single/shadow-768.png') no-repeat;
        width: 441px;
        height: 262px;
        left: -23px;
    }

    .portfolio-info{
        padding-left: 20px;
        float: left;
        width: 255px !important;
    }

    .portfolio-carousel .carousel-li li{
        float: left;
        width: 157px;
        height: 170px;
        margin-right: 20px;
    }




    /* CONTACT
    ----------------------------------------------------------------------------- */
    .contact-form .text{
        width: 105px;
    }

    .contact-form .textarea{
        width: 419px;
    }

    /* FOOTER
    ----------------------------------------------------------------------------- */
    .social-feed li:nth-of-type(2n){
        margin-right: 0;
    }

    .social-feed li:nth-of-type(2n+1){
        margin-right: 20px;
    }
}

/* Devices between 480 and 768px */
@media only screen and (min-width: 480px) and (max-width: 767px){
    .content-wrapper,
    .top-bar,
    #header-inner,
    .page-title{
        width: 440px;
    }

    .content-wrapper::before,
    .content-wrapper::after,
    .content-wrapper.short-shadow::before,
    .content-wrapper.short-shadow::after{
        background: none;
    }

    img{
        max-width: 100%;
    }

    #logo{
        width: 180px;
    }

    #logo img{
        width: 180px;
    }

    #nav-container #nav{
        display: none;
    }

    #nav-container{
        width: 230px;
    }

    #nav-container select{
        display: block;
        width: 230px;
        margin-top: 12px;
        margin-right: 10px;
        margin-bottom: 12px;
        height: 28px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        color: #666;
        font: italic 12px Arial, sans-serif;
        float: left;
    }


    .top-shadow{
        width: 430px;
        background: url('../img/top-shadow-480.png') no-repeat;
    }

    /* GRIDS */
    .container_12{
        width: 420px !important;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12{
        width: 400px !important;
    }

    /* NESTED COLUMNS NOW HAVE BOTTOM MARGIN */
    .container_12 [class*="grid_"] [class*="grid_"]{
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .alpha{
        margin-bottom: 40px !important;
    }

    .omega{
        margin-bottom: 0 !important;
    }

    /* HOME PAGE
    ----------------------------------------------------------------------------- */
    .entry-note h1{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .entry-note p{
        font-size: 16px;
    }

    .team.home img{
        margin: 0 auto 10px;
        display: table;
    }

    .team h6{
        margin: 0 auto;
        display: table;
    }

    .team.home p.position{
        margin: 0 auto;
        display: table;
    }

    .team-description p{
        text-align: center;
    }

    .product-carousel .carousel-li li{
        float: left;
        width: 400px;
        height: auto;
    }

    .product-slider-wrap{
        width: 400px !important;
        height: 220px;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-slider-wrap.right{
        float: right;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .nivoSlider.product-slider{
        height: 169px;
        width: 432px;
        z-index: 100;
        margin-bottom: -54px;
    }

    .nivoSlider.product-slider img{
        width: 400px !important;
    }

    .product-slider-wrap .nivo-controlNav{
        bottom: -54px;
        padding: 5px 0;
    }

    .slider-shadow{
        width: 390px;
        height: 37px;
        background: url('../img/home-products/shadow-480.png') no-repeat;
        margin: 0 auto;
        position: relative;
        bottom: -44px;
    }

    .product-description{
        float: left;
        width: 400px;
    }


    /* CLIENT CAROUSEL
    ----------------------------------------------------------------------------- */
    .container_12.client-carousel{
        overflow: hidden;
    }
    .client-carousel .caroufredsel_wrapper ul{
        width: auto !important;
    }
    .client-carousel li{
        width: 180px;
        height: 57px;
        float: left;
    }

    .client-carousel a.prev,
    .client-carousel a.next{
        height: 57px;
    }

    .client-carousel li img{
        max-width: 180px;
    }



    /* ABOUT US - ONE THIRD SLIDER
    ----------------------------------------------------------------------------- */
    .one-third-slider .nivoSlider{
        width: 398px !important;
        height: 316px;
    }

    .grid_4.one-third-slider{
        margin-bottom: 20px;
    }
    .one-third-slider .nivoSlider img {
        width: 398px !important;
    }

    .one-third-slider .nivo-main-image {
        width: 398px !important;
    }

    .one-third-slider-shadow{
        width: 390px;
        height: 47px;
        background: url('../img/about/shadow-480.png') no-repeat;
        top: -12px;
    }

    .team img{
        margin: 0 auto 10px;
        display: table;
    }
    
    .team p{
        text-align: center;
    }

     

    /* PORTFOLIO
    ----------------------------------------------------------------------------- */
    #portfolio-filter{
        padding-bottom: 15px;
    }
    
    figure.portfolio img{
        width: 400px;
    }
    .grid_3 .portfolio:after,
    .grid_4 .portfolio:after,
    .grid_6 .portfolio:after{
        background: none;
    }
    
    .portfolio figcaption{
        border-bottom: 1px solid #d1d1d1;
    }


    .caption-title p.title{
        font-size: 12px;
    }

    .caption-title p.subtitle{
        font-size: 10px;
    }


    .portfolio-slider-wrap{
        width: 393px !important;
    }

    .nivoSlider.portfolio-slider{
        width: 393px !important;
        height: 238px;
    }

    .nivoSlider.portfolio-slider img {
        width: 393px !important;
        height: 238px;
    }

    .nivo-main-image {
        width: 393px !important;
    }

    .portfolio-slider-wrap .portfolio-slider-shadow{
        background: url('../img/portfolio/single/shadow-768.png') no-repeat;
        width: 441px;
        height: 262px;
        left: -23px;
    }

    .portfolio-info{
        padding-left: 0px;
        float: left;
        width: 400px !important;
    }

    .portfolio-carousel{
        overflow: hidden;
    }
    .portfolio-carousel .carousel-li li{
        float: left;
        width: 190px;
        height: 200px;
        margin-right: 20px;
    }



    /* CONTACT
    ----------------------------------------------------------------------------- */
    .contact-form .text{
        width: 80px;
    }

    .contact-form .textarea{
        width: 368px;
    }

    /* FOOTER
    ----------------------------------------------------------------------------- */
    .copy-info{
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .copy-info p{
        text-align: center;
    }
    
}

/* Devices between 320 and 479px */
@media only screen and (min-width: 320px) and (max-width: 479px){
    .content-wrapper,
    #header-inner,
    .page-title{
        width: 280px;
    }
    
    .page-title{
        padding: 0 10px;
    }
    
    .page-title span{
        display: block;
    }

    .content-wrapper::before,
    .content-wrapper::after,
    .content-wrapper.short-shadow::before,
    .content-wrapper.short-shadow::after{
        background: none;
    }

    img{
        max-width: 100%;
    }
    
    .top-bar-wrapper{
        display: none;
    }

    #logo{
        width: 180px;  
        margin-bottom: 5px;
    }

    #logo img{
        width: 180px;
        float: left;
    }

    #nav-container #nav{
        display: none;
        padding-top: 0;
    }

    #nav-container{
        width: 100%;
        float: left;
    }

    #nav-container select{
        display: block;
        width: 100%;
        margin-top: 12px;
        margin-right: 10px;
        margin-bottom: 12px;
        height: 28px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        color: #666;
        font: italic 12px Arial, sans-serif;
        float: left;
    }


    .top-shadow{
        width: 230px;
        background: url('../img/top-shadow-320.png') no-repeat;
    }

    /* GRIDS */
    .container_12{
        width: 260px !important;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12{
        width: 240px !important;
    }

    /* NESTED COLUMNS NOW HAVE BOTTOM MARGIN */
    .container_12 [class*="grid_"] [class*="grid_"]{
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .alpha{
        margin-bottom: 40px !important;
    }

    .omega{
        margin-bottom: 0 !important;
    }

    /* HOME PAGE
    ----------------------------------------------------------------------------- */
    .entry-note h1{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .entry-note p{
        font-size: 16px;
    }

    .team.home img{
        margin: 0 auto 10px;
        display: table;
    }

    .team h6{
        margin: 0 auto;
        display: table;
    }

    .team.home p.position{
        margin: 0 auto;
        display: table;
    }

    .team-description p{
        text-align: center;
    }

    .product-carousel .carousel-li li{
        float: left;
        width: 240px;
        height: auto;
    }

    .product-slider-wrap{
        width: 240px !important;
        height: 152px;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-slider-wrap.right{
        float: right;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .nivoSlider.product-slider{
        height: 101px;
        width: 240px;
        z-index: 100;
        margin-bottom: -54px;
    }

    .nivoSlider.product-slider img{
        width: 240px !important;
    }

    .product-slider-wrap .nivo-controlNav{
        bottom: -54px;
        padding: 5px 0;
    }

    .slider-shadow{
        width: 390px;
        height: 37px;
        background: url('../img/home-products/shadow-320.png') no-repeat;
        margin: 0 auto;
        position: relative;
        bottom: -44px;
    }

    .product-description{
        float: left;
        width: 240px;
    }


    /* CLIENT CAROUSEL
    ----------------------------------------------------------------------------- */
    .container_12.client-carousel{
        overflow: hidden;
    }
    .client-carousel .caroufredsel_wrapper ul{
        width: auto !important;
    }
    .client-carousel li{
        width: 240px;
        height: 80px;
        float: left;
    }

    .client-carousel a.prev,
    .client-carousel a.next{
        height: 80px;
    }

    .client-carousel li img{
        width: 240px;
    }



    /* ABOUT US - ONE THIRD SLIDER
    ----------------------------------------------------------------------------- */
    .one-third-slider .nivoSlider{
        width: 238px !important;
        height: 190px;
    }

    .grid_4.one-third-slider{
        margin-bottom: 20px;
    }
    .one-third-slider .nivoSlider img {
        width: 238px !important;
    }

    .one-third-slider .nivo-main-image {
        width: 238px !important;
    }

    .one-third-slider-shadow{
        width: 230px;
        height: 47px;
        background: url('../img/about/shadow-320.png') no-repeat;
        top: -7px;
    }

    .team img{
        margin: 0 auto 10px;
        display: table;
    }
    
    .team p{
        text-align: center;
    }

     
    /* PORTFOLIO
    ----------------------------------------------------------------------------- */
    #portfolio-filter{
        padding-bottom: 15px;
    }
    
    figure.portfolio img{
        width: 240px;
    }
    .grid_3 .portfolio:after,
    .grid_4 .portfolio:after,
    .grid_6 .portfolio:after{
        background: none;
    }
    
    .portfolio figcaption{
        border-bottom: 1px solid #d1d1d1;
    }


    .caption-title p.title{
        font-size: 12px;
    }

    .caption-title p.subtitle{
        font-size: 10px;
    }


    .portfolio-slider-wrap{
        width: 240px !important;
    }

    .nivoSlider.portfolio-slider{
        width: 240px !important;
        height: 145px;
    }

    .nivoSlider.portfolio-slider img {
        width: 240px !important;
        height: 145px;
    }

    .nivo-main-image {
        width: 240px !important;
    }

    .portfolio-slider-wrap .portfolio-slider-shadow{
        background: url('../img/portfolio/single/shadow-320.png') no-repeat;
        width: 267px;
        height: 169px;
        left: -13px;
        bottom: -17px;
    }

    .portfolio-info{
        padding-left: 0px;
        float: left;
        width: 240px !important;
    }

    .portfolio-carousel{
        overflow: hidden;
    }
    .portfolio-carousel .carousel-li li{
        float: left;
        width: 240px;
        height: 240px;
        margin-right: 20px;
    }



    /* CONTACT
    ----------------------------------------------------------------------------- */
    #map_canvas{
        height: 200px;
    }
    .contact-form form{
        width: 240px;
    }
    .contact-form .text{
        width: 180px;
        margin-bottom: 10px;
    }

    .contact-form .textarea{
        width: 208px;
    }

    /* FOOTER
    ----------------------------------------------------------------------------- */
    .copy-info{
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .copy-info p{
        text-align: center;
    }
    
}
