
/************** SMARTPHONES ****************/

@media only screen and (max-width: 768px) {

    
.layout-wall .item .inner img {width:100%; height:auto;}
.rl_tabs .nav-tabs>li {
    width: 100%;
}
.logotype {
    width: auto !important;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
}
iframe {
    width: 100%;
    height: 250px;
}
#feature * {
    text-align: center !important;
}
.centrado {
    width: 60%;
}
.hide-for-small {
    display: none;
}
.mobile-nav {
    display: block;
    padding-bottom: 37px;
}
.navigation {
    padding-bottom: /*22px*/0;
    padding-top: 37px;
    width: 100%;
}
.navigation:last-child {
    padding-top: 0 !important;
}
.navigation li {
    float: none;
    margin-bottom: 11px;
    margin-right: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    flex: none;
}
#nav img.logo {
    max-width: 70%;
}
.open-menu {
    border: 1px solid #222;
    display: block !important;
    position: absolute;
    right: 22px;
    top: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px;
    z-index: 99999;
}
.navigation li a {
    float: /*left*/ none;
    padding: 10px 10px;
}
p.four-cols, p.three-cols, p.two-cols {
    -webkit-columns: 100px 1;
    -moz-columns: 100px 1;
    columns: 100px 1;
}
.team-img-holder img {
    width: 50%
}
.service {
    margin-bottom: 11px;
}
.services-row {
    margin-bottom: 0px;
}
.client {
    margin-bottom: 22px;
}
.client img {
    width: 50%;
}
.project-details p {
    width: 100%;
}
.project-img-holder {
    width: 100%;
    height: 350px;
}
#map-toggle {
    right: auto;
    left: 30%;
}
.flex-direction-nav a {
    display: none;
}
}

/****************** TABLETS (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#main {
    padding-left: 10px;
    padding-right: 10px;
}
#clients {
    background-attachment: scroll;
}
#quote-divider {
    background-attachment: scroll;
}
.large-8 {
    width: 76.667%;
}
}

/***************** TABLETS (portrait) ----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#main {
    padding-left: 10px;
    padding-right: 10px;
}
.service {
    max-height: 154px;
}
}

/***************** TABLETS (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#main {
    padding-left: 10px;
    padding-right: 10px;
}
.large-8 {
    width: 70.667%;
}
}

/**************** SMALL SCREENS *****************/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
.row {
    max-width: 70.5em;
}
}
