/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

 /* FONT FACE */
@font-face {
    font-family: 'NeoSansIntelRegular';
    src: url('../fonts/arlrdbd-webfont.eot');
    src: url('../fonts/arlrdbd-webfont.eot?#iefix') format('eot'),
         url('../fonts/arlrdbd-webfont.woff') format('woff'),
         url('../fonts/arlrdbd-webfont.ttf') format('truetype'),
         url('../fonts/arlrdbd-webfont.svg#NeoSansIntelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    border-image: linear-gradient(0deg, transparent, #ffb300 50%, transparent) 1 25% 100%;
    -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #ffb300 50%, transparent) 1 150 100%;
    -o-border-image: -o-linear-gradient(0deg, transparent, #ffb300 50%, transparent) 1 0 100%;
    -moz-border-image: -moz-linear-gradient(0deg, transparent, #ffb300 50%, transparent) 1 0 100%;
    border-top-width: 8px;
    text-align: center;
    font-family: 'NeoSansIntelRegular', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
    background: url("../img/brickwall.png");
}

.RevoqueProyectable_Img{max-width: 350px;}
.RevoqueProyectable_Title{color: #921477;}

.FormServicios_Content{border: 3px solid #921477;box-sizing: border-box;}

.contact-us a.sendmail{
    width: 135px;
    height: 25px;
    margin-top: 15px;
    background: linear-gradient(to bottom, #FFC600 0%, #FF9000 100%) repeat scroll 0% 0% transparent;
    border: 0px none;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #FFF;
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.05) inset, 0px -1px 25px 0px rgba(0, 0, 0, 0.05) inset;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
}

.violet { color: #075188; }

a {
    color: #5d5d5d;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover { color: #888; text-decoration: none; }

strong { font-weight: bold; }


/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    height: 70px;
    padding: 20px 0;
    margin-left: 0px;
}

.header ul.nav {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 4px 4px 4px;
    border-radius: 0px 0px 4px 4px;

    background: rgba(255,255,255,0.6); /* Old browsers */

}

.header ul.nav li a {
    padding: 30px 20px 10px 20px;
    color: #921477;
    text-shadow: none;
}

.header ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #921477;
    background: rgb(255,198,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,144,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(100%,rgba(255,144,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9000',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.header ul.nav li.current-page a i{
    color: #fff;
}

.header ul.nav li a:hover {
    background: rgb(255,198,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,144,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(100%,rgba(255,144,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9000',GradientType=0 ); /* IE6-9 */

    color: #fff;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #921477;
}

.header ul.nav li a:hover i { color: #fff; }

.bg-header1{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 4.5em 0 1em 0;
    cursor: default;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url('../img/slider/edificio_nuevo_centro_001.jpg');
}

/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: rgb(146,20,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;

    background: rgb(146,20,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 ); /* IE6-9 */

    font-size: 16px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}


/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
}

.presentation h2 {
    font-size: 25px;
    color: #000;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
    color: #000;
}


/* ----- What we do ----- */

.what-we-do {
    margin-top: 50px;
}

.what-we-do .service {
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #075188;
    margin-bottom: 30px;
    min-height: 400px;
}

.what-we-do .service:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.what-we-do .service .icon-awesome {
    margin-top: 15px;
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.what-we-do .service h4 {
    margin-top: 15px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.what-we-do .service p {
    padding: 5px 15px 10px 15px;
    line-height: 18px;
}

.what-we-do .service a {
    padding: 5px 22px;
    background: #075188;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.what-we-do .service a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.what-we-do .service a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/* ----- Portfolio ----- */

.portfolio {
    margin-top: 50px;
}

.portfolio-title {
    background: url(../img/line.png) left center repeat-x;
}

.portfolio-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
}

.portfolio .work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: rgb(255,198,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,144,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(100%,rgba(255,144,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9000',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px solid #921477;
}

.portfolio .work:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .work:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .work .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #075188;
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work .icon-awesome a:hover {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    line-height: 15px;
}

.portfolio .work p {
    line-height: 16px;
    font-style: italic;
    padding: 0px 15px 0px 15px;
    color: #fff;
}

/* ----- Obra ----- */

.portfolio .obra {
    margin-top: 10px;
    padding-bottom: 2px;
    background: #f8f8f8;
    border: 10px solid #ff8e00;
    overflow: hidden;
    height: 167px;
}

.portfolio .obra:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .obra:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .obra .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .obra .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #075188;
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .obra .icon-awesome a:hover {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .obra .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .obra h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio .obra p {
    line-height: 24px;
    font-style: italic;
    padding: 0px 15px 0px 15px;
}

/* ---------------- */
/* ----- Obra ----- */

.portfolio .obra2 {
    margin-top: 10px;
    padding-bottom: 2px;
    background: #f8f8f8;
    border: 10px solid #ff8e00;
    overflow: hidden;
}

.portfolio .obra2:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .obra2:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .obra2 .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .obra2 .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #075188;
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .obra2 .icon-awesome a:hover {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .obra2 .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .obra2 h3 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio .obra2 p {
    line-height: 24px;
    font-style: italic;
    padding: 0px 15px 0px 15px;
}

/* ---------------- */



/* ----- Testimonials ----- */

.testimonials {
    margin-top: 25px;
    padding-bottom: 32px;
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x;
}

.testimonials-title h3 {
    width: 180px;
    margin-left: 46px;
    background: #fff;
    font-size: 18px;
    color: #000;
}

.testimonial-list {
    margin-top: 0px;
    text-align: left;
}

.testimonial-list .portfolio{
    margin: 0px;
}

.testimonial-list .portfolio-page h2.filter-portfolio{
    margin: 0px;
}

.testimonial-list .portfolio .work{
    margin-top: 20px;
}

.testimonial-list .portfolio .work h3{
    margin-left: 17px;
}

.testimonial-list img {
    float: left;
    margin: 0px 30px 20px 0px;
    border-bottom: 3px solid #eaeaea;
    /*width: 260px;*/
}

.testimonial-list p {
    padding: 0 20px 0 0px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.testimonial-list .nav-tabs {
    width: 200px;
    float: right;
    border: 0;
}

.testimonial-list .nav-tabs li {
    margin-right: 6px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: #075188; }


/* ----- Footer ----- */

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    /*background: #f8f8f8 url(../img/pattern.jpg) left top repeat;*/

    background: rgb(146,20,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 ); /* IE6-9 */

}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
}

footer .widget p {
    line-height: 24px;
    color: #fff;
}

footer .widget p a{
    color: #ffbd00;
}

footer .widget i {
    padding-right: 7px;
}

footer .container{
    background: url("../img/bg_footer_logo_hormam.png") no-repeat;
    background-position: 95% 36px;
    background-size: 52%;
}

/* Twitter feed */
.show-tweets {
    margin: 0;
    overflow-y: hidden;
}

.tweet_list {
    height: 10em;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
}

.tweet_list li {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    line-height: 24px;
}

.tweet_list .tweet_avatar {
    float: left;
}

.tweet_list .tweet_avatar img {
    vertical-align: middle;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
    overflow: hidden
}

.flickr-feed li {
    float: left;
    padding: 0 4px 4px 0;
    list-style: none;
}

.flickr-feed li img {
    width: 50px;
    border: 2px solid #eaeaea;
}

.flickr-feed a:hover {
    opacity: 0.7;
}


footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .copyright p{
    color: #fff;
}

footer .copyright p a{
    color: #ffbd00;
}

footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }
footer .social a.instagram { background: url(../img/social-icons/instagram.png) left bottom no-repeat !important; }

footer .social a:hover { background-position: left top; }


/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    /*background: #f8f8f8 url(../img/pattern.jpg) left top repeat;*/

    background: rgb(146,20,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h1 {
    display: inline;
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    font-weight: lighter;
}

.page-title p {
    color: #fff;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #ffbc00;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}

div.ppt {
    color: #ffbc00;
    display: none;
    font-size: 17px;
    z-index: 9999;
    padding: 15px 0px 0px 0px;
    position: absolute;
    background: rgb(146,20,119);
    background: -moz-linear-gradient(top, rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1)));
    background: -webkit-linear-gradient(top, rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%);
    background: -o-linear-gradient(top, rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%);
    background: -ms-linear-gradient(top, rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%);
    background: linear-gradient(to bottom, rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 );
    top: 13px;
    left: -2px;
    height: 37px;
}

#pp_full_res {
    line-height: 1!important;
    top: 0px;
    position: relative;
}

div.pp_default .pp_description {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 6px 5px;
    color: #000;
}


/********** ----- ABOUT PAGE ----- **********/

/* ----- About us text ----- */

.about-us {
    margin-top: 20px;
}

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

.about-us-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Meet our team ----- */

.team {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
}

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #075188;
}

.team-text:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-text:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.team-text .social-links {
    margin-top: 15px;
}

.team-text .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team-text .social-links a.twitter { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.team-text .social-links a.dribbble { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.team-text .social-links a.pinterest { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.team-text .social-links a.flickr { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.team-text .social-links a.forrst { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.team-text .social-links a.vimeo { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.team-text .social-links a.linkedin { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.team-text .social-links a.facebook { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.team-text .social-links a.email { background: url(../img/social-icons/email.png) left top no-repeat; }
.team-text .social-links a.behance { background: url(../img/social-icons/behance.png) left top no-repeat; }
.team-text .social-links a.googleplus { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.team-text .social-links a.youtube { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.team-text .social-links a.skype { background: url(../img/social-icons/skype.png) left top no-repeat; }
.team-text .social-links a.tumblr { background: url(../img/social-icons/tumblr.png) left top no-repeat; }

.team-text .social-links a:hover { background-position: left bottom; }

.team-text h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-text p {
    line-height: 24px;
    font-style: italic;
}


/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    padding-bottom: 50px;
    text-align: left;
   display: inline-block;
}

.contact-us h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.contact-us p strong{
    font-size: 30px;
    font-weight: bold;
}

.contact-us a {
    color: #ffbd00;
    text-decoration: underline;
}

.contact-form {
padding: 10px 0;

float: left;

margin-bottom: 15px;
}

.contact-form p {
    margin-top: 15px;
}

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 135px;
    height: 45px;
    margin-top: 15px;
    background: rgb(255,198,0);
    background: -moz-linear-gradient(top, rgba(255,198,0,1) 0%, rgba(255,144,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(100%,rgba(255,144,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9000',GradientType=0 );
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.contact-us form label {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }

/* ----- Google maps ----- */

.map {
    margin: 20px 20px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/********** ----- SERVICES PAGE ----- **********/

/* ----- Services full width text ----- */

.services-full-width {
    margin-top: 20px;
}

.services-full-width-text {
    padding: 10px 0 0 0;
    text-align: left;
}

.services-full-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Services half width text ----- */

.services-half-width {
    margin-top: 20px;
}

.services-half-width-text {
    padding: 0px 0;
    text-align: left;
}

.services-half-width-text h4 {
    margin-top: 0px;
    padding: 0 0px;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    color: #000;
}

.services-half-width-text img{
    border: 1px solid #cdcdcd;
    margin: 5px 2px 5px 0px;
}

.services-half-width-text p {
    padding: 0 0px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
}

/* ----- Call to action ----- */

.call-to-action {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding: 25px 0 20px 0;
    text-align: left;

    background: rgb(146,20,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(146,20,119,1) 0%, rgba(59,2,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,20,119,1)), color-stop(100%,rgba(59,2,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(146,20,119,1) 0%,rgba(59,2,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921477', endColorstr='#3b0236',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}

.call-to-action-text p{
    color: #fff;
}

.call-to-action-text:hover {
    box-shadow:
        0 3px 10px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.call-to-action-text .ca-text, .call-to-action-text .ca-button {
    float: left;
    padding: 0 0 0 35px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .ca-button {
    float: right;
    padding: 0 35px 0 0;
}

.call-to-action-text .ca-button a {
    padding: 15px 22px;

    background: rgb(255,198,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,144,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(100%,rgba(255,144,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,198,0,1) 0%,rgba(255,144,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff9000',GradientType=0 ); /* IE6-9 */

    color: #fff;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.call-to-action-text .ca-button a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call-to-action-text .ca-button a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

/* RESPONSIVE VIDEO -----------------------------------------------------------*/

.videoWrapper {
  position: relative;
  padding-bottom: 70.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper #videoIe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-page h2.filter-portfolio {
    margin-top: 20px;
    padding: 15px 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    background: rgba(255,255,255,0.6);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
    margin-bottom: 15px;
}

.filter-portfolio a { color: #000; text-decoration: none; }
.filter-portfolio a:hover { color: #ff8e00; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #ff8e00; }
.filter-portfolio a#active-imgs:hover { color: #ff8e00; }




/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .flex-caption {
        max-width: 700px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        max-width: 500px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider, .what-we-do, .portfolio {
        padding: 0 20px;
    }

    .what-we-do {
        margin-top: 30px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        display: none;
    }

    .presentation, footer, .testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }

    .presentation p {
        line-height: 30px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-title h1 {
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .tweet_list {
        height: 6em;
    }

    .services-half-width-text img {
        width: 30%;
    }

}

@media (max-width: 480px) {

    .tweet_list {
        height: 10em;
    }

    .testimonial-list img {
        margin: 0px 0px 15px 0px;
        width: 85%;
        padding: 15px 15px 0px 15px;
    }

    .services-half-width-text img {
        width: 48%;
    }

    .flex-control-nav{
        display: none;
    }

}

@media (max-width: 1200px){
    footer .container{
        background: url('../img/bg_footer_logo_hormam.png') no-repeat;
        background-position: 80% 32px;
        background-size: 65%;
    }
    .span10 {
        width: 100%;
    }
    .offset1 {
        margin-left: 0px;
    }
}

@media (min-width: 1200px){
    .span10 {
        width: 100%;
    }
    .offset1 {
        margin-left: 0px;
    }
}

@media (max-width: 979px) and (min-width: 768px){
    footer .container {
        background: url('../img/bg_footer_logo_hormam_2.png') no-repeat;
        background-position: 99% 31px;
        background-size: 70%;
    }
    .flex-control-nav{
        display: none;
    }
}

@media (max-width: 767px){
    footer .container {
        background: none;
    }
    .flex-control-nav{
        display: none;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .portfolio .obra{
        height: 102px;
    }
    .flex-control-nav{
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 980px){
    .portfolio .obra{
        height: 136px;
    }
}
.contenedorSlider {
    padding: 0px;
}