@charset "UTF-8";

img {
    border-radius: 3px;
}

.bordercolor {
    height: 5px;
    display: block;
    background-color: #f39c12;
}

.logo img {
    margin: 25px 0 5px 30px;
    max-width: 250px;
}

ul a {
    color: #525252;
}

ul a:hover {
    color: #f39c12;
}

#menubar {
    margin-top: 85px;
    padding: 0;
    float: right;
    z-index: 1;
    font-size: 1.2em;
    font-style: normal;
    font-variant: small-caps;
}

#menubar li {
    display: inline;
    margin-left: 30px;
    list-style: none;
}

#menubar li a {
    display: block;
    text-decoration: none;
    display: inline;
    color: #525252;
    white-space: nowrap;
}

#menubar li a:hover, #menubar li:hover {
    color: #f39c12;
}

#menubar li ul {
    margin: 30px 0 0 -130px;
    padding: 20px 50px;
    border-radius: 3px;
    position: absolute;
    visibility: hidden;
    background: #f39c12;
    display: inline;
    z-index: 2;
    text-align: center;
}

#menubar li ul li {
    float: none;
    margin: 0;
    display: inline;
}

#menubar li ul li a {
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 2;
    color: #ffffff;
}

#menubar li ul li a:hover {
    color: #c67d09;
}

#menubar li a#active {
    color: #f39c12;
    border-bottom: 1px solid #ffc30f;
}

li#active {
    color: #f39c12;
    border-bottom: 1px solid #ffc30f;
}

#active1 {
    color: #b27008;
}

#slider, #slider img {
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
}

.slideshow-wrapper {
    min-height: 355px;
}

.orbit-timer {
    display: none;
}

.whatwedo {
    margin-top: 10px;
    display: block;
    text-align: center;
    padding-bottom: 250px;
    border-bottom: 1px solid #e8e8e8;
}

.whatwedo2 {
    margin-top: 10px;
    display: block;
    text-align: center;
    padding-bottom: 370px;
}

.inicia {
    font-size: 10px;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.inicia h1 {
    line-height: 20px;
    font-size: 22px;
    margin-top: 20px;
    text-align: left;
}

.inicia2 h1 {
    line-height: 20px;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 20px;
    text-align: left;
    color:  deepskyblue;
}

.inicia .small2 {
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e7;
    margin-bottom: 35px;
    color: #f39c12;
    text-align: left;
}

.box {
    display: block;
    margin-top: 10px;
    text-align: left;
}

.box img {
    width: 40px;
    margin-bottom: 20px;
}

.box h1 {
    font-size: 20px;
    color: #FF0000;
}
.box p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-align: justify;
    text-rendering: optimizeLegibility;
}

.cartaname {
    font-weight: normal;
    font-size: 10px;
    margin-top: 20px;
    text-align: left;
}

.cartatext {
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e7;
    margin-bottom: 35px;
    color: #000000;
    text-align: left;
}

.clients {
    display: block;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: center;
}

.clients h1 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #f39c12;
}

.clients img {
    opacity: 0.5;
    background-color: #f6f4f6;
    border-radius: 5px;
    border: 2px solid #f6f4f6;
}

.clients img:hover {
    opacity: 1;
}

footer {
    display: block;
    margin-top: 5px;
    padding: 5px 0 0 0;
}

.foot {
    text-align: right;
    margin-top: 15px;
    padding: 10px 0 5px 0;
    display: block;
    border-top: 1px solid #e8e7e8;
    font-size: 13px;
    color: #282828;
}

.foot img {
    width: 5%;
    margin-top: -3px;
    opacity: 0.4;
}

.foot img:hover {
    opacity: 1;
}

/* social icon */

/* work page & single work page */

.works {
    text-align: center;
    display: block;
    padding-bottom: 30px;
}

.works h1 {
    line-height: 20px;
    font-size: 22px;
    margin-top: 20px;
    text-align: left;
}

.works small {
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e7;
    margin-bottom: 20px;
    color: #f39c12;
    text-align: left;
}

.works img:hover {
    opacity: .7;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.works p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

line {
    display: block;
    height: 1px;
    margin: 10px 0;
    background-color: #e7e5e7;
}

.works h4 {
    text-align: left;
}

.works h5 {
    border-bottom: 1px dotted #e7e5e7;
    padding-bottom: 8px;
    text-align: left;
}

.clearing-featured-img img {
    margin-bottom: 20px;
}

.clearing-featured-img img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

/* About page */

.about {
    display: block;
    padding-bottom: 30px;
    text-align: center;
}

.about li {
    margin-bottom: 20px;
}

.about h1 {
    line-height: 20px;
    font-size: 22px;
    margin-top: 20px;
    text-align: left;
}

.about small {
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e7;
    margin-bottom: 20px;
    color: #f39c12;
    text-align: left;
}

.about h5 {
    font-size: 25px;
    margin-top: 40px;
    text-align: center;
    line-height: 10px;
}

.about p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

/* Contact page */

.contact {
    display: block;
}

.contact h1 {
    line-height: 20px;
    font-size: 22px;
    margin-top: 20px;
    text-align: left;
}

.contact small {
    font-size: 15px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e6e7;
    margin-bottom: 50px;
    color: #f39c12;
    text-align: left;
}

.contact h5 {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #e7e6e7;
}

.contact p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

/* Elements page */

/* Responsive */

@media only screen and (max-width: 850px) and (min-width: 768px) {
.logo img {
        width: 150px;
        padding-top: 10px;
    }
    #menubar li {
        margin-left: 20px;
    }
    .whatwedo {
        padding-bottom: 400px;
    }
    .whatwedo2 {
        margin-top: 10px;
        padding-bottom: 370px;
    }
    .slideshow-wrapper {
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
.logo {
        text-align: center;
        display: block;
        margin-top: -30px;
    }
    #menubar li a#active {
        border: 0;
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #f39c12;
        color: #ffffff;
    }
    #menubar {
        margin-top: -25px;
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    #menubar li {
        margin: 0 10px;
    }
    #menubar li a {
        display: inline-block;
        text-decoration: none;
        line-height: 40px;
    }
    #menubar li ul {
        margin: 40px 0 0 -130px;
        padding: 10px 50px;
    }
    .whatwedo {
        border: 0;
    }
    .whatwedo2 {
        border: 0;
    }
    footer {
        padding-top: 0;
    }
    footer h4 {
        margin-top: 50px;
    }
    .about li {
        margin-bottom: 30px;
    }
    .slideshow-wrapper {
        min-height: 200px;
    }
    .foot img {
        width: 9%;
    }
}

@media only screen and (max-width: 499px) {
.logo {
        text-align: center;
        display: block;
        margin-top: -30px;
    }
    #menubar li a#active {
        border: 0;
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #f39c12;
        color: #ffffff;
    }
    #menubar {
        margin-top: -35px;
        margin-bottom: 20px;
        float: none;
        text-align: center;
    }
    #menubar li {
        margin: 0 7px;
    }
    #menubar li a {
        display: inline-block;
        text-decoration: none;
        line-height: 40px;
    }
    #menubar li ul {
        margin: 40px 0 0 -115px;
        padding: 10px 30px;
    }
    .whatwedo {
          border: 0;
          margin: 0;
      }
    .whatwedo2 {
        border: 0;
        margin: 0;
    }
    .box {
        text-align: center;
    }
    .box img {
        display: inline;
        width: 30px;
        margin-right: 10px;
        margin-bottom: 9px;
    }
    .box h1 {
        display: inline;
    }
    .clients {
        margin-top: 20px;
    }
    footer {
        padding-top: 0;
        margin-top: 30px;
        text-align: center;
    }
    footer h4 {
        margin-top: 30px;
    }
    .foot {
        text-align: center;
        margin-top: 10px;
    }
    .foot img {
        width: 13%;
    }
    .about li {
        margin-bottom: 30px;
    }
    #slider .orbit-caption , .orbit-prev , .orbit-next {
        display: none;
    }
    .slideshow-wrapper {
        min-height: 100px;
    }
    .works small {
        margin-bottom: 40px;
    }
}

/* Animation */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}