@media screen and (max-width: 1250px){
    #header {
        margin-bottom: 60px;
        margin-top: 20px;
        text-align: center;
    }
    #header .heading {
        float: none !important;
    }
    #header .heading h3 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 5px;
        width: auto;
    }
    .wpml-header-select {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 25px;
    }
    #navbar {
        float: none !important;
        margin: 30px 0 0;
    }
    #home-carousal {
        margin-top: 30px;
    }
    .home-carousal .item-to-large{
        margin-top: 30px;
        width: 47%;
        height: 100%;
    }
    .home-carousal .homepage-oval.item-to-large{
        height: 118%;
    }
    .home-carousal .item-to-medium{
        margin-top: 14%;
        width: 26%;
        height: 57%;
    }
    .home-carousal .homepage-oval.item-to-medium {
        height: 67%;
    }
    .home-carousal .item-to-small{
        margin-top: 22%;
        width: 19%;
        height: 43%;
    }
    .home-carousal .homepage-oval.item-to-small {
        height: 49%;
    }
    .home-carousal .caro-nav {
        top: 75px;
    }
    .home-carousal .item .item-desc {
        top: 36%;
    }
    .home-carousal .item.visible-a .item-desc {
        left: 53%;
        width: 63%;
    }
    .home-carousal .item.visible-b .item-desc {
        left: 42%;
        width: 63%;
    }
    .home-carousal .item.visible-c .item-desc {
        right: 50%;
        width: 63%;
    }
    .clients-carousal .caro-nav {
        top: 20px;
    }
    .clients-carousal .item {
        margin: 0 1%;
    }
    .clients-carousal .item.visible.item-to-large{
        margin-top: 37px;
        width: 40%;
        height: 100%;
    }
    .clients-carousal .client-oval.item.visible.item-to-large{
        width: 40%;
        height: 118%;
    }
    .clients-carousal .item.visible {
        height: 40%;
        margin-top: 17%;
        width: 16%;
    }
    .clients-carousal .client-oval.item.visible {
        height: 47%;
        margin-top: 14%;
        width: 16%;

    }
    .clients-carousal .item .item-desc {
        left: 41%;
        top: 35%;
        width: 69%;
    }
    .clients-carousal .client-oval .item-desc {
        top: 37%;
    }
    .clients-carousal .item.visible-3 .item-desc {
        right: 41%;
    }
    #team-list, #post-wide, #contact-us, .area-carousal, #bloglist, .portfoilo {
        margin: 0 auto;
        width: 94%;
    }
    #bloglist article.post {
        margin: 0 0 75px;
    }
    .pfilter .filter {
        margin-bottom: 50px;
        text-align: center;
    }
    ul.filterable-grid {
        text-align: center;
    }
    li.pitem {
        display: inline-block;
        float: none;
        width: 300px;
    }
    .con-row {
        margin-left: -1%;
        margin-right: -1%;
    }
    .con-row > .col-1 {
        margin: 0 1%;
        padding: 0 !important;
        width: 21%;
    }
    .con-row > .col-2 {
        margin: 0 1%;
        padding: 0 !important;
        width: 40%;
    }
    .con-row > .col-3 {
        margin: 0 1%;
        padding: 0 !important;
        width: 33%;
    }
    .col-md-3 {
        width: 30%;
    }
    .col-md-9 {
        width: 70%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    #footer {
        margin: 0 3%;
        width: 94%;
    }
}
@media screen and (max-width: 785px){
    #navbar {
        margin: -20px 0 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100000;
    }
    #header .heading {
        margin-top: 40px;
    }
    #navbar .menuborder {
        display: none;
    }
    #navbar ul {
        display: none;
        height: auto;
    }
    #navbar a#pull {
        background-color: #212121;
        color: #ffffff;
        display: block;
        font-family: Arial;
        font-size: 20px;
        height: 43px;
        padding-left: 2%;
        padding-top: 7px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    #navbar a#pull:after {
        content:"";
        background: url('../../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 1%;
        top: 10px;
    }
    #navbar > div > ul > li {
        line-height: 30px;
        margin: 0;
        padding-left: 3%;
        padding-top: 5px;
    }
    #navbar ul li {
        background-color: #1D1D1D;
        border-bottom: 1px solid #333333;
        display: block !important;
        text-align: left;
    }
    #navbar ul li:last-child {
        border-bottom: 0px solid #333333;
    }
    #navbar ul li:hover ul {
        box-shadow: none;
        display: block;
        margin: 0 !important;
        padding: 0;
        position: relative;
    }
    #navbar ul li:hover ul:before, #navbar ul li:hover ul:after, #navbar ul li:hover ul .firstsub, #navbar ul li:hover ul .arrow-up {
        display: none;
    }
    #navbar ul li:hover ul li a {
        text-align: left;
        border-bottom: medium none;
    }
    .navbar ul li.mega-menu-yes > .sub-menu {
        margin: 0 !important;
        width: auto;
    }
    .navbar ul li.mega-menu-yes > .sub-menu > li {
        float: none;
        margin: 0;
        padding: 0 0 0 10px;
        width: 100%;
    }
    .navbar ul li.mega-menu-yes > .sub-menu > li > a {
        padding-bottom: 10px;
    }
    .home-carousal .item-to-large{
        height: 100%;
        margin-top: 10%;
        max-height: 495px;
        max-width: 495px;
        width: 90%;
    }
    .home-carousal .homepage-oval.item-to-large{
        height: 117%;
        max-height: 580px;
    }
    .home-carousal .item.visible {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .home-carousal .item.visible-b .item-desc {
        left: 39%;
    }
    .home-carousal .caro-nav {
        top: 40px;
    }
    .home-carousal .item-to-medium, .home-carousal .item-to-small {
        display: none !important;
    }
    .clients-carousal .item.visible {
        display: none;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .clients-carousal .item.visible.item-to-large{
        display: block;
        margin-top: 5%;
        width: 90%;
        height: 100%;
        max-height: 450px;
        max-width: 450px;
    }
    .clients-carousal .client-oval.item.visible.item-to-large{
        width: 90%;
        height: 118%;
        max-height: 525px;
    }
    .clients-carousal .item .item-desc {
        left: 29%;
    }
    article.post .single-thumb-left {
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
    .post-content {
        margin: 0 !important;
    }
    .con-row > .col-1, .con-row > .col-2, .con-row > .col-3 {
        float: none !important;
        width: 98%;
        margin-bottom: 20px;
    }
    .con-row > .col-1 {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    .col-md-3 {
        display: none;
    }
    .col-md-9 {
        width: 100%;
    }
    article.post-part .post-content-inner {
        margin-left: 0;
    }
    article.post .thumb {
        float: none;
        margin: 0 auto 20px !important;
    }
    .foot-copyright {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #footer p.copy-right {
        float: none;
    }
    .quicksearch .text-input {
        width: 105px !important;
        height: 30px;
    }
    #comments-area {
        margin-left: 0 !important;
    }
}