/*  Media Queries
--------------------------- */

@media (min-width: 1200px){
    .container {
        width:1200px;
        margin: 0 auto;
    } 

}

@media only screen and (min-width:1199px){
    .footer-widget-wrapper .tagcloud {
        margin-top: 30px;
    }
    .our-services .services > .row > .col {
        height: 264px;
        overflow: hidden;
    }
}
@media only screen and (min-width:1024px){
    .our-services .services > .row > .col {
        height: 264px;
        overflow: hidden;
    }
}
@media only screen and (max-width:1199px){
    nav.top-navigation, 
    .information, .top-bar .search-form,
    address.top-address, .social-links {
        /*margin-left: 15px;*/
    }
    .main-navigation li {
        padding: 0 15px;
    }
    .full-nav-menu .search-form {
        width: 210px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 10px;
    }
    .why-us .half-part:nth-child(2), 
    .about-us .left-part {
        padding: 0 3%;
    }
    .counter-item span {
        font-size: 18px;
    }
    .counter-item span:last-child {
        font-size: 15px;
    }
    .counter-item i {
        font-size: 3em;
    }
    .our-services .big-number {
        font-size: 80px;
    }
    header.entry-header.heading {
        padding: 30px 0 20px;
    }
    .heading-with-border {
        margin-bottom: 15px;
    }
    .hovereffect {
        max-height: 180px;
    }
    .hovereffect h2 {
        font-size: 14px;
    }
    .blog-post .entry-meta {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .blog-post .entry-header {
        margin-bottom: 10px;
    }
    .blog-post,
    .blog-post .entry-thumbnail {
        height: 200px;
    }
    .blog-post .entry-thumbnail {
        height: auto;
    }
    .blog-post .entry-thumbnail {
        width: 35%;
    }
    .blog-content {
        width: 65%;
        padding: 10px;
    }
    .blog-post .blog-content p {
        max-height: 80px;
        overflow: hidden;
    }
    .blog-post .entry-meta span {
        font-size: 12px;
    }
    .blog-post .blog-content h3 {
        font-size: 16px;
    }
    .blog-content {
        padding: 15px;
    }
    .blog-post .more-link.btn-business {
        padding: 10px 15px;
    }
    .testimonial ul li a img {
        height: auto;
        max-height: auto;
    }
    .quote-box blockquote {
        font-size: 18px;
    }
    .testimonial ul li a img {
        /*height: 110px;*/
    }
    .ut-twitter-rotator h2 {
        font-size: 20px;
    }
    .get-in-touch-wrapper .contact-box {
        padding: 30px;
    }
    .active-plan .price-header {
        padding: 50px 10px 30px;
    }
    .price-header {
        padding: 30px 10px 20px;
    }
    .price-header i{
        font-size: 3em;
    }
    .price .price-number {
        font-size: 50px;
    }


    #main-slider .caption {
        width: 60%;
        -moz-transform: translate(15%, -50%);
        -ms-transform: translate(15%, -50%);
        -o-transform: translate(15%, -50%);
        -webkit-transform: translate(15%, -50%);
        transform: translate(15%, -50%);
    }
    .sidebar .widget {
        margin-bottom: 20px;
    }
    .name-holder:after {
        left: -1px;
    }

}

/* Tablet Portrait size to standard 1024 (devices and browsers) */

@media only screen and (max-width:1023px){
    /*top bar trigger*/ 
    .top-bar {
        position: absolute;;
        z-index: 99999999;
        width: 100%;
    }

    .top-menu-toggle_bar_wrapper {
        display: block;
        position: relative;
        z-index: 999999999;
        background: #dadada;
    }
    .top-menu-toggle_trigger {
        text-align: center;
        padding: 5px;
    }
    .hide-menu {
        opacity: 0;
        position: relative;
    }
    .hide-menu .top-bar {
        top:0

    }
    .top-menu-toggle_trigger span {
        background: #034153;
        height: 1px;
        width: 20px;
        display: block;
        margin: 5px auto;
    }
    .show-menu .top-bar {
        transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        top: 22px;
    }
    .admin-bar .show-menu .top-bar {
        top: 68px;
    }
    .top-bar-close span {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        position: relative;
        top: 4px;
    }
    .top-menu-toggle_trigger span:hover{
        background: #034153;
    }
    .top-menu-toggle_trigger span{
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .top-bar-close span:last-child {
        display: none;
    }
    .top-bar-close span:nth-child(2) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        padding: 0;
        top: -2px;
        transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /*top bar trigger end*/

    .contact-information dl {
        margin-right: 15px;
    }

    .our-services .services > .row > .col {
        height: 200px;
        overflow: hidden;
    }
    .name-holder h2 {
        font-size: 16px;
    }

    .full-nav-menu .search-form{
        display: none;
    }  
    .full-nav-menu .main-navigation {
        width: 100%;
    }
    .full-nav-menu .search-form input[type="search"] {
        -moz-transition: width .5s ease;
        -ms-transition: width .5s ease;
        -o-transition: width .5s ease;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        width: 10px;
    }

    header.entry-header.heading {
        padding: 30px 0 20px;
    }

    #main-slider .caption h2 {
        font-size: 25px;
    }
    #main-slider .item {
        height: 45vh;
    }
    .get-quote {
        padding: 30px 0;
    }
    .get-quote h3 {
        line-height: 40px;
        font-size: 16px;
    }
    .hovereffect {
        max-height: 150px;
    }
    .hovereffect h2 {
        font-size: 13px;
    }
    .hovereffect a, 
    .hovereffect p, 
    .photo-gallery .gallery-lists i {
        font-size: 12px;
    }
    .blog-post .more-link.btn-business {
        padding: 8px 10px;
        font-size: 10px;
    }
    .blog-post, .blog-post .entry-thumbnail {
        /*height: 160px;*/
    }
    .blog-post .blog-content p {
        max-height: 60px;
    }
    .btn-business, input.btn-business, .nav-previous a, .nav-next a, a.load-more, a.read-more {
        padding: 8px 15px;
    }
    .our-services .services > .row > .col {
        padding: 15px 10px;
        width: 50%;
    }

    .testimonials-tab .col.col-2-of-6.no-padding {
        width: 45%;
    }
    .testimonials-tab .col.col-4-of-6.no-padding,
    .name-holder {
        width: 55%;
    }
    .testimonial ul li {
        width: 50%;
    }
    .contact-box-wrapper {
        width: 90%;
    }
    .get-in-touch-wrapper .contact-box {
        padding: 20px;
    }
    .our-partner-wrapper .owl-carousel .owl-stage-outer {
        width: 95%;
    }
    .price-header span {
        font-size: 14px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px){
    .site-branding img{
        cursor: pointer;
        margin-top: 10px;
        position: relative;
        width: 140px;
        z-index: 9999999;
    }
    h1.site-title a {
        position: relative;
        z-index: 999999999;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
    .caption h2 {
        font-size: 20px;
    }
    .works-item .col {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .hovereffect {
        max-height: 190px;
    }
    .blog-post .blog-content p {
        max-height: inherit;
    }
    .blog-post,
    .blog-post .entry-thumbnail {
        height: auto;
        max-height: 210px;
    }
    .blog-post.no-image .entry-thumbnail {
        height: 170px;
    }
    .blog-post .more-link.btn-business {
        width: 70%;
    }
    .contact-info-section .contact-information-wrapper {
        display: block;
        min-height: auto;
        overflow: hidden;
        float: none;
        border-top: 2px solid #1e435a;
        margin: 0 -15px;
    }
    .contact-information {
        float: left;
    }
    .site-branding.mean-container {
        padding: 10px 0;
    }
    .contact-information dl {
        margin: 5px 0;
    }

    .top-bar .top-left ul.menu, .top-bar .top-right {
        text-align: left;
    }
    .top-bar nav.top-navigation,
    .top-bar .information,
    .top-bar .search-form,
    .top-bar address.top-address, 
    .top-bar .social-links,
    .btn-header-cart {
        margin: 10px 0;
        display: block;
    }
    .top-bar .top-right .search-form {
        margin: 0;
    }
    .top-bar .search-form input[type="search"] {
        padding-left: 0;
    }
    .top-bar .search-form {
        float: none;
        width: 100%;
    }
    .top-bar .top-navigation ul li, .social-links li {
        margin: 0 10px 0 0;
    }
    .top-bar .top-left, .top-bar .top-right {
        padding-top: 0;
        width: 100%;
    }
    #main-slider .item {
        height: 100vh;
    }
    #main-slider .caption h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .owl-controls .owl-prev, .owl-controls .owl-next {
        height: 65px;
        line-height: 65px;
    }
    .full-nav-menu .search-form {
        display: none;
    }
    .owl-dots {
        text-align: right;
    }
    .our-services .big-number {
        font-size: 50px;
    }

    .entry-header .view-more:before {
        margin: 0px 20px 0px 10px;
    }
    .counters .col.col-1-of-4 {
        float: left;
        margin-bottom: 25px;
        width: 50%;
    }
    .get-quote h3 {
        line-height: 30px;
        font-size: 16px;
    }
    .get-quote a {
        float: none;
        margin-top: 20px;
    }
    .get-quote:before {
        width: 35%;
        height: 342px;
    }
    .half-part,
    .about-us .right-part,
    .about-us .left-part, 
    .testimonials-tab .col.col-2-of-6.no-padding, 
    .testimonials-tab .col.col-4-of-6.no-padding,
    .name-holder,
    .get-in-touch-wrapper .contact-box, 
    .contact-box-wrapper,
    .why-us ul li{
        width: 100%;
    }
    .events .event-list{
        max-width: 100%;
    }

    header.entry-header.heading {
        padding: 30px 0 10px;
    }
    .get-in-touch-wrapper .contact-box{
        border-bottom: 1px solid #ddd;
        border-right:none;
    }
    .get-in-touch-bg {
        padding-bottom: 100px;
        /*background-size: contain;*/
    }
    .get-in-touch-wrapper h2 {
        font-size: 25px;
    }
    .pricing-table-wrapper header {
        margin-bottom: 0;
    }
    .price-column {
        width: 60%;
        margin: 0 auto 30px;
    }
    .pricing-table-wrapper {
        padding: 0 0 15px 0;
    }
    .footer-widget-wrapper .widget {
        margin-bottom: 30px;
    }
    .owl-carousel .owl-item img {
        width: 70%;
        margin: 0 auto;
    }
    .why-us .half-part:nth-child(2),
    .about-us .left-part {
        padding: 0 15px;
    }

    .social-links.circle-share li {
        margin: 5px;
    }
    .right-sidebar div#primary , 
    .left-sidebar div#primary{
        padding-right: 0;
    }
    .widget .nav-tabs>li>a {
        padding: 9px;
        font-size: 12px;
    }
    .footer-widget-wrapper ul.nav-tabs>li>a:hover, .widget ul.nav-tabs>li>a:hover, .widget .nav-tabs>li.active>a{
        padding-left: 9px;
    }
    .testimonial-wrapper .tab-content {
        padding-left: 0;
        padding-bottom: 0;

    }
    .testimonial-wrapper .social-links {
        left: 20px;
        position: relative;
    }
    .name-holder {
        position: relative;
    }
    .testimonial {
        margin: 30px 0;
        padding: 0 10px;
        overflow: hidden;
    }
    .name-holder h2 {
        font-size: 16px;
    }
    .name-holder:after {
        border-bottom: 20px solid #ddd;
        border-left: 20px solid rgba(221, 221, 221, 0);
        border-right: 20px solid rgba(221, 221, 221, 0);
        border-top: 20px solid rgba(221, 221, 221, 0);
        left: 40px;
        bottom: 0;
    }
    .quote-box blockquote {
        margin: 60px 0 20px 25px;
    }
    .testimonial ul li a img {
        /*height: 110px;*/
    }
    .left-sidebar div#primary {
        padding-left: 15px;
    }
    .our-services {
        padding-right: 0;
    }
    .wpcf7 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-information {
        padding: 10px 0;
        margin-left: 15px;
    }
    .our-activities .event-col-12 {
        padding-right: 0;
    }
    .our-services .services > .row > .col {
        width: 100%;
        height: auto;
    }
    .get-quote:before {
        content:none;
    }
    .counters {
        padding: 25px 0 0;
    }
    .blog-news, .our-works, .about-us {
        overflow: hidden;
    }
    .footer-widget-wrapper {
        padding: 30px 0 10px;
    }
    .contact-info-section .col {
        width:100%;
    }
    #main-slider .caption p {
        font-size: 14px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 8px;
    }
    .top-bar .top-left > div:last-child,
    .top-bar .top-left > nav:last-child {
        margin-bottom: 0;
    }
    .top-bar .search-form input[type="search"] {
        padding: 0px 20px 0 0px;
    }
    .our-services-wrapper .container {
        padding: 0;
    }
    .our-services-wrapper header.entry-header.heading {
        padding: 30px 15px 10px;
    }
}

@media only screen and (max-width:767px) and (orientation:portrait){
    .blog-post .entry-thumbnail,
    .blog-content {
        width: 100%;
    }
    .blog-post .more-link.btn-business {
        width: auto;
    }
    .blog-post,
    .blog-post .entry-thumbnail,
    blog-post .entry-thumbnail img {
        height: auto;
        max-height: inherit;
    }
    .blog-post .entry-thumbnail {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .blog-post .entry-thumbnail img {
        margin: 15px auto 0;
        width: auto;
    }
    .contact-information dl {
        width: 100%;
    }
    #main-slider {
        background: #232534;

    }

    #main-slider .caption {
        width: 75%;
        -moz-transform: translate(15% ,-30%);
        -ms-transform:translate(15% ,-30%);
        -o-transform:translate(15% ,-30%);
        -webkit-transform:translate(15% ,-30%);
        transform: translate(15% ,-30%);
        position: relative;
        padding-bottom: 70px;
    }
    #main-slider .item {
        height: 50vh;
    }
    .price-column {
        width: 100%;
    }
    nav.navigation.posts-navigation, .posts-navigation .nav-links, .post-navigation .nav-links {
        text-align: center;
    }
    .posts-navigation .nav-next, .post-navigation .nav-next {
        float: none;
    }
    .photo-gallery .gallery-lists {
        width: 50%;
    }
    .testimonial ul li a img {
        height: auto;
        min-height: 120px;
    }
    .testimonial ul li .headshot-wrapper {
        padding: 3px;
    }
    .testimonial ul li {
        padding: 5px;
        width: 50%;
    }
}
@media only screen and (max-width:567px){
    .hovereffect {
        max-height: 130px;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
    .show_quote_form {
        left: 5px;
    }

}
