
/* logos_slider */
.logos-slider.wrapper {
}
.logos-slider .list_carousel {
    background:url('../images/slider/logo-slider-line.png') center bottom no-repeat;
    border-top:1px solid #e0e0e0;
    padding:40px 0px;
}
.logos-slider .list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.logos-slider .list_carousel ul li {
    margin: 0px 40px;
    display: block;
    float: left;
}
.logos-slider .bwWrapper {
    position:relative;
    display:block;
}
.logos-slider a[href='#'] {
    cursor: default
}
.logos-slider .list_carousel li img { filter:gray; }
.logos-slider .list_carousel li img:hover { filter:none; }
.logos-slider .list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.logos-slider .nav {
    width: 40px;
    height: 18px;
    margin: -9px auto 0px auto;
}
.logos-slider .nav .prev {
    width: 18px;
    height: 18px;
    background: url('../images/slider/logo-slider-arrows.png') left center;
    margin-right: 4px;
    float: left;
    display: block;
    cursor: pointer;
}
.logos-slider .nav .next {
    width: 18px;
    height: 18px;
    background: url('../images/slider/logo-slider-arrows.png') right center;
    float: left;
    display: block;
    cursor: pointer;
}


/* feed_slider */
.feeds-slider .prev {
    background: url("../images/slider/prev.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    left: 0;
    text-indent: -100px;
}
.feeds-slider .next {
    background: url("../images/slider/next.png") no-repeat scroll 0 0 transparent;
    background-position: right;
    height: 39px;
    right: 0;
    text-indent: 100px;
}
/* random_numbers */
.random-numbers{
    width: 195px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.random-numbers img {
    float: left;
    width: 52px;
    height: 52px;
}
.random-numbers p {
    margin-top: 0px;
    margin-left: 64px;
    margin-bottom: 14px;
    line-height: 1em;
}
.random-numbers span.number {
    margin-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #a2a0a0;
}

/* box_title */
.box-title {
    margin-bottom: 55px;
}
.box-title h3 {
    text-align: center;
    margin-top: 4px;
}
.box-title .border-line{
    height: 2px;
}

/* banner */
.sc-banner { position: relative; }
.sc-banner a { display: block; width: 100%; height: 100%; cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0) !important; }
.sc-banner i { font-size: 35px; margin-top: -7px; position: absolute; left: 17px; top: 50%; width: 35px; height: 35px; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; }
.sc-banner .content { position: absolute; }
.sc-banner h2, .sc-banner h3 { -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; }
.sc-banner h2 { font-size: 14px; line-height: 14px; margin: 30px 0px 0px 70px; }
.sc-banner h3 { font-size: 11px; line-height: 11px; margin: 12px 0px 0px 70px; }

@-webkit-keyframes moveFromBottom { from { opacity: 0; -webkit-transform: translateY(200%); } to { opacity: 1; -webkit-transform: translateY(0%); } }
@-moz-keyframes moveFromBottom { from { opacity: 0; -moz-transform: translateY(200%); } to { opacity: 1; -moz-transform: translateY(0%); } }
@-ms-keyframes moveFromBottom { from { opacity: 0; -ms-transform: translateY(200%); } to { opacity: 1; -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromTop { from { opacity: 0; -webkit-transform: translateY(-200%); } to { opacity: 1; -webkit-transform: translateY(0%); } }
@-moz-keyframes moveFromTop { from { opacity: 0; -moz-transform: translateY(-200%); } to { opacity: 1; -moz-transform: translateY(0%); } }
@-ms-keyframes moveFromTop { from { opacity: 0; -ms-transform: translateY(-200%); } to { opacity: 1; -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromLeft{ from { -webkit-transform: translateX(-100%); } to { -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromLeft{ from { -moz-transform: translateX(-100%); } to { -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromLeft{ from { -ms-transform: translateX(-100%); } to { -ms-transform: translateX(0%); } }
@-webkit-keyframes moveFromRight { from { -webkit-transform: translateX(100%); } to { -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromRight { from { -moz-transform: translateX(100%); } to { -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromRight { from { -ms-transform: translateX(100%); } to { -ms-transform: translateX(0%); } }
@-webkit-keyframes moveFromLeftRotate{ from { -webkit-transform: translateX(-100%) rotate(-90deg); } to { -webkit-transform: translateX(0%) rotate(0deg);} }
@-moz-keyframes moveFromLeftRotate{ from { -moz-transform: translateX(-100%) rotate(-90deg); } to { -moz-transform: translateX(0%) rotate(0deg); } }
@-ms-keyframes moveFromLeftRotate{ from { -ms-transform: translateX(-100%) rotate(-90deg); } to { -ms-transform: translateX(0%) rotate(0deg); } }
@-webkit-keyframes smallToBig{ from { -webkit-transform: scale(0.1); } to { -webkit-transform: scale(1); } }
@-moz-keyframes smallToBig{ from { -moz-transform: scale(0.1); } to { -moz-transform: scale(1); } }
@-ms-keyframes smallToBig{ from { -ms-transform: scale(0.1); } to { -ms-transform: scale(1); } }

/* banner switch text */
.sc-banner { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.sc-banner.switch-text:hover i  { font-size: 50px; }
.sc-banner.switch-text:hover h2 { font-size: 11px; }
.sc-banner.switch-text:hover h3 { font-size: 14px; }

/* banner zoom-left */
.sc-banner.zoom-left:hover i { font-size: 50px; opacity: 0.8; }
.sc-banner.zoom-left:hover h2 { -webkit-animation: moveFromTop 300ms ease-in-out; -moz-animation: moveFromTop 300ms ease-in-out; -ms-animation: moveFromTop 300ms ease-in-out; }
.sc-banner.zoom-left:hover h3 { -webkit-animation: moveFromBottom 300ms ease-in-out; -moz-animation: moveFromBottom 300ms ease-in-out; -ms-animation: moveFromBottom 300ms ease-in-out; }

/* banner zoom-icon */
.sc-banner.zoom-icon:hover i { font-size: 120px; opacity: 0.2; -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); transform: rotate(20deg); }

/* banner top-entry */
.sc-banner.top-entry:hover i { -webkit-animation: moveFromTop 400ms ease; -moz-animation: moveFromTop 400ms ease; -ms-animation: moveFromTop 400ms ease; }
.sc-banner.top-entry:hover h2 { -webkit-animation: moveFromTop 300ms ease; -moz-animation: moveFromTop 300ms ease; -ms-animation: moveFromTop 300ms ease; }
.sc-banner.top-entry:hover h3 { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; }

/* banner left-entry-zoom */
.sc-banner.left-entry-zoom:hover i { font-size: 90px; opacity: 0.1; -webkit-animation: moveFromLeft 400ms ease; -moz-animation: moveFromLeft 400ms ease; -ms-animation: moveFromLeft 400ms ease; }
.sc-banner.left-entry-zoom:hover h2 { -webkit-animation: moveFromLeft 400ms ease; -moz-animation: moveFromLeft 400ms ease; -ms-animation: moveFromLeft 400ms ease; }
.sc-banner.left-entry-zoom:hover h3 { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; }

/* banner rotate-zoom */
.sc-banner.rotate-zoom:hover i { font-size: 90px; opacity: 0.2; }
.sc-banner.rotate-zoom:hover h2 { -webkit-animation: moveFromLeftRotate 300ms ease; -moz-animation: moveFromLeftRotate 300ms ease; -ms-animation: moveFromLeftRotate 300ms ease; }
.sc-banner.rotate-zoom:hover h3 { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; }

/* banner zoom-box */
.sc-banner.zoom-box:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.sc-banner.zoom-box:hover i { font-size: 90px; opacity: 0.3; }
.sc-banner.zoom-box:hover h2 { -webkit-animation: smallToBig 300ms ease; -moz-animation: smallToBig 300ms ease; -ms-animation: smallToBig 300ms ease; }
.sc-banner.zoom-box:hover h3 { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; }

/* banner small-to-big */
.sc-banner.small-to-big:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.sc-banner.small-to-big:hover i { font-size: 90px; opacity: 0.3; -webkit-animation: smallToBig 900ms alternate infinite ease; -moz-animation: smallToBig 900ms alternate infinite ease; -ms-animation: smallToBig 900ms alternate infinite ease; }
.sc-banner.small-to-big:hover h2 { -webkit-animation: smallToBig 300ms ease; -moz-animation: smallToBig 300ms ease; -ms-animation: smallToBig 300ms ease; }
.sc-banner.small-to-big:hover h3 { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; }

/* banner grey */
.sc-banner.grey { background: #fff; border: 1px solid #d0cece; }
.sc-banner.grey i { color: #7d8287; }
.sc-banner.grey h2 { color: #000; }
.sc-bannera.grey h3 { color: #666464; }

/* banner orange */
.sc-banner.orange { background: #fff; border: 1px solid #eccba8; }
.sc-banner.orange i { color: #000; }
.sc-banner.orange h2 { color: #bd6910; }
.sc-bannera.orange h3 { color: #393939; }

/* twitter */
.last-tweets-widget ul li {
    padding: 10px 0 10px 40px;
}
/* call */
.call-to-action .number-phone, .call-to-action .number-phone a {
    letter-spacing: 0px;
}
/* call_two */
.call-to-action-two{
    background-color: #F8F7F7;
}
.chrome .call-to-action-two{
    width: auto;
}
/* call_three */
div.call-three{
    width: 96%;
    border: 2px solid #f2f0f0;
    border-left: 6px solid #f2f0f0;
    background-color: #f8f7f7;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    display: table;
    padding: 30px 35px 30px 10px;
}
.chrome div.call-three{
    width: auto;
}
.safari div.call-three{
    width: auto;
}
.call-three .text {
    float: left;
    width: 34%;
}
.call-three .text p, .call-three .text h1, .call-three .text h2, .call-three .text h3, .call-three .text h4, .call-three .text h5, .call-three .text h6 {
    float: left;
    margin: 3px;
    padding: 3px;
    line-height: 1.0em;
    font-weight: normal;
}
.newsletter-call3 form {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.newsletter-call3 {
    display:table-cell;
    vertical-align:middle;
    float: right;
    height: 46px;
    border: 1px solid #dfdcdc;
    background-color: #ffffff;
}
.newsletter-call3 .newsletter-icon {
    width: 48px;
    height: 46px;
    float: left;
    border: none;
    background: url('../images/newsletter.png') center no-repeat #ffffff;
}
.newsletter-call3 .newsletter-icon label{
    width: 48px;
    height: 46px;
    position: static;
}
.newsletter-call3 .newsletter-input {
    height: 46px;
    float: left;
    border-left: 1px solid #dfdcdc;
}
.newsletter-call3 .newsletter-input input {
    border: none;
    box-shadow: none;
    height: 36px;
    border-radius: 0px;
    margin: 1px;
    width: 221px;
}
/*.safari .newsletter-call3 .newsletter-input input{
	padding-top: 15px;
	height: 26px;
}*/
.newsletter-call3 .newsletter-input input:focus {
    box-shadow: none !important;
}
.newsletter-call3 .newsletter-submit {
    float: right;
    height: 46px;
    border-left: 1px solid #dfdcdc;
}
.newsletter-call3 .newsletter-submit .submit-field{
    height: 47px;
    width: 200px;
    border: none;
    background-image: none;
    background-color: #dfdddd;
    padding: 3px 0px 0px;
    margin: 0px;
    line-height: 46px;
}
.newsletter-call3 .newsletter-submit .submit-field:hover{
    background-color: #c4c4c4;
}
#ie8 .newsletter-input input{
    padding-top: 15px;
    height: 26px;
}
/* logo */
span.logo{}

/* overflow hack */
.es-carousel-clear { margin-top: -150px }

/* with elastislide end */


/* box section */
.box-sections h3, .box-sections h3 span, .box-sections h4, .box-sections h4 span {
    color: #51595D;
}

/* newsletter-form */
.newsletter-section form {
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    border: none;
}

/* toggle */
.toggle .content-tab{ margin-left: 0px; }

/* section services */
.section.rounded .services-row h4, .section.rounded .services-row p,
.section.square .services-row h4, .section.square .services-row p {
    text-align: center;
}
/* section services circle*/
.ch-grid {
    /*margin: 20px 0 0 0;*/
    padding: 0;
    display: block;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid .circle-services {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 170px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow:
        inset 0 0 0 0 rgba(0,0,0, 0.4),
        inset 0 0 0 10px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-position: center;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    /*position: relative;*/
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p.related_project {
    position: absolute;
    bottom: 40%;
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 15px;
    text-indent: 0;
}
.ch-info p.related_project img {
    display: inline;
}

.ch-info p {
    position: absolute;
    bottom: 25%;
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    text-indent: 0;
}

.ch-info p a {
    position: absolute;
    bottom: 25%;
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    text-indent: 0;
}

#ie8 .overlay { width: 100%; }


.ch-item.no-empty:hover {
    box-shadow:
        inset 0 0 0 110px rgba(0,0,0, 0.5),
        inset 0 0 0 10px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ch-grid h4{
    text-align: left;
}

#ie8 .ch-item {
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: relative;
    cursor: default;
    border: 5px solid #eeeeee;
    background-position: center;
}
#ie8 .ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: none;
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
#ie8 .ch-item:hover .ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: inline;
}

.section .title { margin-bottom: 20px; }

/* section-services square */
.section.square .picture_overlay {
    display: block;
    max-width: 175px;
    max-height: 175px;
    margin: 0 auto;
    margin-top: 20px;

}

.section.square .picture_overlay:hover {
    border-color: #acaa0d;
}

.section.square .picture_overlay_empty:hover {
    border-color: #dfdcdc;
}

.section .service-first {
    clear: left;
}

.section.square p a, .ch-info p a {
    color: white;
    font-size: 12px;
    line-height: 12px;
}

.services-row .section.square p, .services-row .section.square p a {
    overflow: auto;
    text-align: center;
}


#ie8 .section.square p a { overflow: hidden; }

/* numbers-sections */
.numbers-sections {
    position: relative;
}
.numbers-sections .number{
    position: absolute;
    height: 103px;
    background: url('../images/numbers.png') no-repeat;
}
.numbers-sections .number.number-left{
    top: 0;
    right: 50%;
}
.numbers-sections .number.number-right{
    top: 0;
    left: 50%;
}
.numbers-sections .number.number-zero{
    width: 74px;
    background-position: -1px 0px;
}
.numbers-sections .number.number-1{
    width: 65px;
    background-position: -85px 0px;
}
.numbers-sections .number.number-2{
    width: 79px;
    background-position: -152px 0px;
}
.numbers-sections .number.number-3{
    width: 76px;
    background-position: -232px 0px;
}
.numbers-sections .number.number-4{
    width: 78px;
    background-position: -310px 0px;
}
.numbers-sections .number.number-5{
    width: 75px;
    background-position: -390px 0px;
}
.numbers-sections .number.number-6{
    width: 76px;
    background-position: -466px 0px;
}
.numbers-sections .number.number-7{
    width: 76px;
    background-position: -548px 0px;
}
.numbers-sections .number.number-8{
    width: 77px;
    background-position: -623px 0px;
}
.numbers-sections .number.number-9{
    width: 77px;
    background-position: -701px 0px;
}
.numbers-sections h4{
    font-size: 18px;
    margin-top: 47px;
    margin-bottom: 65px;
    text-align: center;
    color: #0c243d;
}
.numbers-sections span.title-highlight {
    font-size: 18px;
}
@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}



/* section-portfolio */
.section.portfolio .work-description h2 > a:hover { color: #acaa0d}

h2.section-portfolio-title {
    margin: 0px 0px 20px 0px !important;
}
p.section-portfolio-description {
    margin: 0px 0px 20px 0px !important;
}
.section-portfolio-slider {
    background-color:rgba(179,177,177,0.18);
    height: 208px;
}
.section-portfolio-slider div.section-portfolio-carousel {
    overflow: hidden;
    position: relative;
    height: 208px;
}
.section-portfolio-slider div.section-portfolio-carousel div.caroufredsel_wrapper {
    width: 1000px !important;
    height: 208px !important;
}

.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides {
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    display: block;
}
.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li {
    margin: 20px 30px 0px 0px;
    clear: none !important;
    position: relative;
}
.sidebar-left .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li,
.sidebar-right .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li {
    margin: 20px 30px 0px 24px;
}
.extra-content .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li {
    margin: 20px 30px 0px 0px !important;
}
.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.play {
    position: absolute;
    padding: 4px;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li:hover div.play {
    opacity: 1;
}

#ie8 .section.portfolio .work-meta ul li {
    min-width: 380px;
    background-color: rgb(240,240,240);
}

#ie8 .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li:hover div.play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    margin-left: -3px;
    margin-top: -3px;
}

.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.img {
    border: 1px solid #dcdedf;
    background-color: #ffffff;
    padding: 4px;
}
.section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.over {
    margin: -32px 1px 0px 0px;
    position: relative;
    text-align: right;
    z-index: 9998 !important;
}
.section-portfolio-slider .prev {
    margin-left: 0px;
    position: relative;
    left: 0px;
}
.section-portfolio-slider .next {

}




/* section-portfolio-classic */
.section-portfolio-classic {}
.section-portfolio-classic .work-thumbnail {
    padding-bottom: 30px;
    padding-right: 40px;
    background: url('../images/section_portfolio_thumbnail_bg.png') no-repeat right bottom;
}

.section-portfolio-classic .work-thumbnail img.attachment-section_portfolio { background: url('../portfolios/libra/images/loading_660.gif') no-repeat center; }

.section-portfolio-classic .work-thumbnail img.work-loading,
.section-portfolio-classic .work-thumbnail .picture_overlay { outline: 1px solid #DFDCDC; border-color: #fff; min-height: 350px }
.opera .section-portfolio-classic .work-thumbnail .picture_overlay { outline: none; }
.section-portfolio-classic .work-thumbnail img.work-loading { border: 6px solid #fff; min-height: auto }
.section-portfolio-classic .work-thumbnail .post_video { margin-bottom: 0 }

.section-portfolio-classic .work-thumbnail.span5 .picture_overlay { min-height: 250px; }

.section-portfolio-classic .work-content { margin-left: -10px; }
.section-portfolio-classic .work-content h3 { margin-top: 0 !important; color: #676768; font-size: 14px; font-weight: 700; margin-top: 7px; }
.section-portfolio-classic .work-content .subtitle { display: none }

#ie8 .section-portfolio-classic .work-content { margin-left: -20px; }
#ie8 .section-portfolio-classic .work-thumbnail .picture_overlay { min-height: 280px; }
#ie8 .section-portfolio-classic .work-thumbnail.span5 .picture_overlay { min-height: 200px; }

.section-portfolio-classic .extra-images-slider { position:relative; }
.section-portfolio-classic .extra-images-slider ul.slides li { display:none; -webkit-backface-visibility: hidden; }
.section-portfolio-classic .extra-images-slider ul.slides li img { max-width: 100.003%; }
.section-portfolio-classic .flex-direction-nav { width:100%; height:40px; position:absolute; top: 50% }
.section-portfolio-classic .flex-direction-nav li a { display:block; position:static; margin:0; opacity:1; width:40px; height:40px; text-indent:-9999; outline:none; background:url('../portfolios/libra/images/nav_left.png') no-repeat; }
.section-portfolio-classic .flex-direction-nav li a.flex-prev { background-position: top left; float:left; }
.section-portfolio-classic .flex-direction-nav li a.flex-next { background-position: top right; float:right; background:url('../portfolios/libra/images/nav_right.png') no-repeat; }

.section-portfolio-classic .work-projects {}
.section-portfolio-classic .work-projects .row { padding: 15px 0 0 0; }
.section-portfolio-classic .work-projects .row .caroufredsel_wrapper { width: 100% !important; }
.section-portfolio-classic .work-projects.span12 .row .caroufredsel_wrapper { height: 130px !important; }
.section-portfolio-classic .work-projects.span9 .row .caroufredsel_wrapper { height: 55px !important; }

.section-portfolio-classic .work-projects ul { list-style: none; margin: 0; padding: 0; clear: both }
.section-portfolio-classic .work-projects ul li { float: left; list-style: none;}
.section-portfolio-classic .work-projects a.img {
    display: block;
    background: #fff;
    padding: 4px;
    border: 1px solid #e3e1e1;
    opacity: .6;

    -moz-transition: opacity 1s ease .1s;
    -webkit-transition: opacity 1s ease .1s;
    -o-transition: opacity 1s ease .1s;
    transition: opacity 1s ease .1s;
}
.section-portfolio-classic .work-projects a.img:hover, .section-portfolio-classic .work-projects a.img.active { border: 1px solid #bbd140; opacity: 1 }


.section-portfolio-classic .work-projects  {
    background:url('../images/slider/logo-slider-line.png') center bottom no-repeat;
}

.section-portfolio-classic .nav {
    width: 40px;
    height: 18px;
    margin: 0 auto;
    position: relative;
    bottom: -9px;
}
.section-portfolio-classic .prev {
    width: 18px;
    height: 18px;
    background: url('../images/slider/logo-slider-arrows.png') left center;
    margin-right: 4px;
    float: left;
    display: block;
    cursor: pointer;
}
.section-portfolio-classic .nav .next {
    width: 18px;
    height: 18px;
    background: url('../images/slider/logo-slider-arrows.png') right center;
    float: left;
    display: block;
    cursor: pointer;
}

.section-portfolio-classic .work-meta { clear: both }
.section-portfolio-classic .work-meta ul { margin: 0; padding-top: 30px; }
.section-portfolio-classic .work-meta ul li { position: relative; padding-left: 45px; line-height: 35px; width: 80%; background: rgba(179,177,177,.18); list-style: none; margin-bottom: 7px }
.section-portfolio-classic .work-meta ul li span { position: absolute; left: 0; margin-right: 10px; text-align: center; background: #dcdcdc; display: block; width: 35px; overflow: hidden; float: left; }
.section-portfolio-classic .work-meta ul li img { background: #dcdcdc; }

@media (min-width: 980px) and (max-width: 1199px) {
    .section-portfolio-classic .work-content { margin-left: -20px; }
    .section-portfolio-classic .work-thumbnail .picture_overlay { min-height: 280px; }
    .section-portfolio-classic .work-thumbnail.span5 .picture_overlay { min-height: 200px; }

    .section-portfolio-classic .work-projects.span12 .row .caroufredsel_wrapper { height: 104px !important; }
    .section-portfolio-classic .work-projects.span9 .row .caroufredsel_wrapper { height: 46px !important; }

    .section-portfolio-slider,
    .section-portfolio-slider div.section-portfolio-carousel div.caroufredsel_wrapper { height: 181px !important;}
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 15px 20px 0px 0px; }
    .sidebar-left .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li,
    .sidebar-right .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 15px 20px 0px 20px; }
    .extra-content .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 15px 20px 0px 0px !important; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.play { padding: 0px; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.img { padding: 3px; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .section-portfolio-classic .work-content { margin-left: -20px; }
    .section-portfolio-classic .work-thumbnail .picture_overlay { min-height: 210px; }
    .section-portfolio-classic .work-thumbnail.span5 .picture_overlay { min-height: 150px; }

    .section-portfolio-classic .work-projects.span12 .row .caroufredsel_wrapper { height: 76px !important; }
    .section-portfolio-classic .work-projects.span9 .row .caroufredsel_wrapper { height: 34px !important; }

    .section-portfolio-slider,
    .section-portfolio-slider div.section-portfolio-carousel div.caroufredsel_wrapper { height: 127px !important;}
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 10px 20px 0px 0px; }
    .sidebar-left .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li,
    .sidebar-right .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 10px 20px 0px 15px; }
    .extra-content .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 10px 20px 0px 0px !important; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li p.title { margin-top:5px; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.play { padding: 0px; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li div.img { padding: 3px; }
}
@media (max-width: 767px) {
    .section-portfolio-classic .work-thumbnail {
        padding-bottom: 0;
        padding-right: 0;
        background: none;
    }
    .section-portfolio-classic .work-thumbnail .picture_overlay { min-height: auto;  }
    .section-portfolio-classic .work-content { margin-left: 0 }
    .section-portfolio-classic .work-projects.span9 .row .caroufredsel_wrapper,
    .section-portfolio-classic .work-projects.span12 .row .caroufredsel_wrapper { height: 76px !important; }
    .section-portfolio-classic .work-projects .row .caroufredsel_wrapper ul li { width: 104px !important; margin: 0 10px 0 0; }

    div.section-portfolio-slider a.prev {width:42px !important; position:absolute; left:0px; z-index: 9999; }
    div.section-portfolio-slider a.next {width:42px !important; position:absolute; right:0px; z-index: 9999; }
    .section-portfolio-slider div.section-portfolio-carousel { position: absolute; left:0px; right:0px; padding: 0px 52px; }
    .section-portfolio-slider,
    .section-portfolio-slider div.section-portfolio-carousel div.caroufredsel_wrapper { height: 127px !important;}
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides { width: 100%; }
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { width: 104px; right:0px; margin: 10px 10px 0px 0px; float:left; }
    /*
    .sidebar-left .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li,
    .sidebar-right .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 10px 10px 0px 0px; }
    .extra-content .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li { margin: 10px 10px 0px 0px !important; }
    */
    .section-portfolio-slider div.section-portfolio-carousel ul.section-portfolio-slides li p.title { margin-top:5px; }
}

/* === SECTION BLOG */
.section.blog .title { margin-bottom: 20px; }

.section.blog .description {
    margin-top: -15px;
    margin-bottom: 20px;
}

.section.blog .sticky .thumbnail {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 4px;
    width: 260px;
}

.sidebar-no .section.blog .sticky .the-content.span3,
.section.blog .sticky .the-content.span3 { width: 270px; }
.sidebar-no .section.blog .sticky .the-content.span5,
.section.blog .sticky .the-content.span5 { width: 470px; }
.sidebar-no .section.blog .sticky .the-content.span6,
.section.blog .sticky .the-content.span6 { width: 570px; }
#ie8 .section.blog .sticky .thumbnail { width: 210px; }
#ie8 .sidebar-no .section.blog .sticky .the-content.span3,
#ie8 .section.blog .sticky .the-content.span3 { width: 220px; }
#ie8 .sidebar-no .section.blog .sticky .the-content.span5,
#ie8 .section.blog .sticky .the-content.span5 { width: 380px; }
#ie8 .sidebar-no .section.blog .sticky .the-content.span6,
#ie8 .section.blog .sticky .the-content.span6 { width: 460px; }

.section.blog .sticky .the-content h4,
.section.blog .sticky .the-content h4 a {
    color: #676768;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}

.section.blog .sticky .the-content h4 a:hover { color: #6C6D03; }

.section.blog .post {
    border-left: 0px !important;
    margin-bottom: 40px;
    padding: 0px;
}

.section.blog .post.sticky {
    margin-top: 0px;
    margin-bottom: 10px;
}

.section.blog .post.sticky .thumbnail { position: relative; }

.section.blog .post .date {
    background: rgb( 232, 232, 232 );
    background: rgba( 232, 232, 232, 0.65 );
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 7px;
    padding-bottom: 4px;
    text-align: center;
}

.section.blog .post.sticky .thumbnail .date {
    background: #fff;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.section.blog .post .date span { display: block; }

.section.blog .post .date .month {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
}

.section.blog .post .date .day {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 48px;
}

.section.blog .post .meta h4 {
    color: #676768;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.section.blog .post .meta h4 a {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.section.blog .post .meta h4 a { color: #676768; }
.section.blog .post .meta h4 a:hover { color: #797b04; }

.section.blog .post .meta p,
.section.blog .post .meta p a {
    float: none;
    font-size: 12px;
}

.section.blog .post .meta p a { color: #676768; }
.section.blog .post .meta p strong { font-weight: 800; }
.section.blog .post .meta p.comments:before { content: ""; }

@media (min-width: 1200px) {
    .section.blog .sticky .thumbnail { width: 260px; }
}

@media (max-width: 1199px) {
    .section.blog .sticky .thumbnail { width: 210px; }
    .sidebar-no .section.blog .sticky .the-content.span3,
    .section.blog .sticky .the-content.span3 { width: 220px; }
    .sidebar-no .section.blog .sticky .the-content.span5,
    .section.blog .sticky .the-content.span5 { width: 380px; }
    .sidebar-no .section.blog .sticky .the-content.span6,
    .section.blog .sticky .the-content.span6 { width: 460px; }

    .section.blog .post .date .day { font-size: 42px !important; }
}

@media (max-width: 979px) and (min-width: 768px) {
    .section.blog .sticky .thumbnail { width: 156px; }
    .sidebar-no .section.blog .sticky .the-content.span3,
    .section.blog .sticky .the-content.span3 { width: 166px; }
    .sidebar-no .section.blog .sticky .the-content.span5,
    .section.blog .sticky .the-content.span5 { width: 290px; }
    .sidebar-no .section.blog .sticky .the-content.span6,
    .section.blog .sticky .the-content.span6 { width: 352px; }

    .section.blog .post .date .month { font-size: 15px !important; }
    .section.blog .post .date .day { font-size: 28px !important; }
}

@media (max-width: 767px) {
    .section.blog .sticky .thumbnail,
    .sidebar-no .section.blog .sticky .the-content.span3,
    .section.blog .sticky .the-content.span3,
    .sidebar-no .section.blog .sticky .the-content.span5,
    .section.blog .sticky .the-content.span5,
    .sidebar-no .section.blog .sticky .the-content.span6,
    .section.blog .sticky .the-content.span6 { width: 100%; }

    .section.blog .sticky .thumbnail { margin-bottom: 17px; }
}

/* team */
.team-slider .list_carousel {
    background: url('../images/logo-slider-line.png') no-repeat scroll center bottom transparent;
    border-top: none;
}
.team-slider .list_carousel ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.team-slider .list_carousel ul li {
    display: block;
    float: left;
    margin: 0 12px;
    vertical-align: middle;
    width: 170px;
}
@media (max-width: 768px) {
    .team-slider .list_carousel ul li {
        margin: 0 5px;
        width: 150px;
    }
}
.team-rounded .bwWrapper{
    position:relative;
    display:block;
}
.team-slider .clearfix {
    float: none;
    clear: both;
}
.team-slider .nav {
    width: 40px;
    height: 18px;
    margin: -9px auto 0px auto;
}
.team-slider .nav .prev {
    width: 18px;
    height: 18px;
    background: url('../images/logo-slider-arrows.png') left center;
    margin-right: 4px;
    float: left;
    display: block;
    cursor: pointer;
}
.team-slider .nav .next {
    width: 18px;
    height: 18px;
    background: url('../images/logo-slider-arrows.png') right center;
    float: left;
    display: block;
    cursor: pointer;
}
.team-rounded .team-circle{
    width: 130px;
    height: 130px;
    background-color: #dedede;
    box-shadow: none;
    background: none;
    border: 10px solid #dcdbdb;
    border-radius: 50%;
    padding: 0px;
    margin: 0px auto;
}

.team-rounded .team-circle img, .team-rounded .team-circle canvas{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
}

.team-rounded h6{
    text-transform: uppercase;
    margin-top: 40px;
}
/* recent posts */
.recent-post .hentry-post { margin-bottom: 5px; }

.recent-post .hentry-post div.text {
    margin-left: 95px;
    min-height: 95px;
    top: 21px;
    left: 0px;
}
/* google map */
.google-map-frame { background: #fff; }

/* tabs */
.tabs-container ul.tabs li { margin-bottom: 0px; }
.tabs-container ul.tabs li h4 a { font-weight: 400; }

/* toggle */
.toggle h4.tab-index a { font-weight: 400; font-size: 16px; }
.toggle h4.tab-index a span { vertical-align: baseline; line-height: 20px; }

/* cta2 */
.call-to-action-two p, .call-to-action-two h1, .call-to-action-two h2, .call-to-action-two h3, .call-to-action-two h4, .call-to-action-two h5, .call-to-action-two h6 { font-weight: 400;}