/* ------------------------------------------------------------------------------- */
/*  Media Queries
/* ------------------------------------------------------------------------------- */


/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {

    .container {
        max-width: 708px;
    }

    .jcarousel-prev,
    .jcarousel-next {
       /* display: none !important;*/
    }


    .pricing-table-extended .features-list {
        display: none;
    }
    .pricing-table-extended.five-cols .column  { width: 19.9%; }
    .pricing-table-extended.four-cols .column  { width: 24.8%; }
    .pricing-table-extended.three-cols .column { width: 33.1%; }
    .pricing-table-extended.two-cols .column   { width: 49%; }
    .pricing-table-extended.one-cols .column   { width: 100%; }


    .pricing-table-simple.five-cols .column  { width: 19.9%; }
    .pricing-table-simple.four-cols .column  { width: 24.9%; }
    .pricing-table-simple.three-cols .column { width: 33.1%; }
    .pricing-table-simple.two-cols .column   { width: 49%; }
    .pricing-table-simple.one-cols .column   { width: 100%; }

    .pricing-table-extended .column ul li:before {
        color: #959595;
        content: attr(data-feature);
        display: block;
        font-weight: 800;
        text-align: center;
    }
    .pricing-table-simple h2 {
        font-size: 16px;
    }


    .project-item .item-title {
        bottom: 20px;
    }


    .photo-stream img {
        width: 49px;
        height: 49px;
    }


    .flex-caption {
        margin: 0 0 20px 70px;
        padding: 25px;
        width: 300px;
    }
    .flex-caption h3 {
        font-size: 18px;
    }
    .flex-caption p {
        font-size: 12px;
    }


    #google-map.fullwidth-padding {
        height: 350px;
    }
    .intro {
        font-size: 18px;
    }
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {

    
    
    .project-carousel li {
        width: 226px;
        height: 226px;
        margin-right: 15px;
    }
    .project-feed > div {
        margin-bottom: 14px;
    }


    .project-description .one-fourth {
        width: 31.9%;
    }
    .project-description .three-fourth {
        width: 64%;
    }
    #navigation a {
    margin: 0 0 0 15px;
    }

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	#logo_container {
     	text-align:center;   
    }
    .project-carousel {
    	max-width:450px;
        margin-left: -13px !important;

    }
    .success-stories-headline {
     	text-align:center;   
    }
    #logo_container img {
     	display:inherit !important;   
    }
    #logo {
     	float:none;   
    }
    .inline-border:before, .inline-border:after {
        width: 10%;
    }
	.intro {
    	font-size: 18px;
    }

    .container {
        width: 90%;
    }
    #main {
        margin-bottom: 40px;
    }
    #main, #sidebar {
        width: 100%;
    }
	.tp-leftarrow.large, .tp-rightarrow.large {
    position: absolute;
    top: 50%;
    left: 10px !important;
    z-index: 100;
    display: block;
    margin-top: -18px;
    width: 18px;
    height: 38px;
    border-radius: 3px;
    background: rgba(0,0,0, .2);
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
	}
    .tp-rightarrow.large {
        right: 10px !important;
        left: auto !important;
    }
    
	.ui-tabs .ui-tabs-nav li a {
        padding: 0 10px;
        font-size: 12px;
    }
    .one-half       { width: 48%; }
    .one-third      { width: 100%; }
    .two-third      { width: 90%; }
    .one-fourth     { width: 49%; }
    .three-fourth   { width: 100%; }
    .one-fifth      { width: 31.8%; }
    .two-fifth      { width: 36.8%; }
    .three-fifth    { width: 55.2%; }
    .four-fifth     { width: 73.6%; }
    .one-sixth      { width: 15%; }
    .five-sixth     { width: 75%; }

    .one-fourth:nth-child(2n+2) {
        margin-right: 0;
    }
    .one-fifth:nth-child(3n+3) { margin-right: 0; }

    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
    .one-sixth,
    .five-sixth {
        margin-bottom: 30px;
    }


    #navigation {
        display: none;
    }
    .selectnav {
        display: block;
        margin-left: -40px;
        margin-right: -30px;
        width: 120%;
    }


    #header {
        min-height: 160px;
    }
    #logo {
    //   margin-top: 50px;
    }


    .page-title {
        padding-top: 40px;
        padding-bottom: 45px;
        font-size: 42px;
    }
    .page-title .accent {
        font-size: 24px;
    }


    .project-carousel li {
        width: 210px;
        height: 210px;
    }


    .social-links {
        float: left;
        margin-top: 15px;
    }
    .social-links li {
        margin-left: 0;
        margin-right: 8px;
    }


    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 25px; }
    .sep50   { height: 30px; }
    .sep60   { height: 40px; }
    .sep70   { height: 45px; }
    .sep80   { height: 50px; }
    .sep90   { height: 60px; }
    .sep100  { height: 50px; }


    .pricing-table-extended.five-cols .column  { width: 49%; }
    .pricing-table-extended.four-cols .column  { width: 49%; }
    .pricing-table-extended.three-cols .column { width: 49%; }
    .pricing-table-extended.two-cols .column   { width: 49%; }
    .pricing-table-extended.one-cols .column   { width: 100%; }


    .pricing-table-simple.five-cols .column  { width: 49%; }
    .pricing-table-simple.four-cols .column  { width: 49%; }
    .pricing-table-simple.three-cols .column { width: 49%; }
    .pricing-table-simple.two-cols .column   { width: 49%; }
    .pricing-table-simple.one-cols .column   { width: 100%; }


    .flex-caption {
        display: none;
    }


    .project-nav {
        float: left;
        margin-bottom: 20px;
    }
    .project-nav a {  
        margin-left: 0;
        margin-right: 8px;
    }


    .button.big2 {
        margin: 0 0 0 0;
        width: 90%;
        text-align: center;
        float:left !important;
    }
    .button.big3 {
        width: 100%;
        margin-right:0px;
    }
    .service {
        margin-bottom: 0;
    }
    .service.nobutton {
        margin-bottom: 50px;
    }


    #footer .info {
        margin-top: 20px;
    }
    .revslider .button {
        margin-top: -15px;
    }
    .revslider .caption.medium_white {
        margin-top: -10px !important;
    }
    .revslider .button.big {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 16px;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (max-width: 558px) {
    .project-carousel {
    	max-width:200px;
        margin-left: -13px !important;

    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .intro {
    	font-size: 16px;
    }
    .container {
        width: 80%;
    }
    #main, #sidebar {
        width: 100%;
    }
	.ui-tabs .ui-tabs-nav li a {
        padding: 0 5px;
        font-size: 10px;
    }
    .button.big3 {
     	width: 100%;   
    }

    .one-half       { width: 100%; }
    .one-third      { width: 100%; }
    .two-third      { width: 100%; }
    .one-fourth     { width: 100%; }
    .three-fourth   { width: 100%; }
    .one-fifth      { width: 100%; }
    .two-fifth      { width: 100%; }
    .three-fifth    { width: 100%; }
    .four-fifth     { width: 100%; }
    .one-sixth      { width: 100%; }
    .five-sixth     { width: 100%; }


    .project-carousel li {
        width: 210px;
        height: 210px;
    }

    .selectnav {
        margin-left: -55px;
        margin-right: -25px;
        width: 140%;
    }


    .pricing-table-extended.five-cols .column  { width: 100%; }
    .pricing-table-extended.four-cols .column  { width: 100%; }
    .pricing-table-extended.three-cols .column { width: 100%; }
    .pricing-table-extended.two-cols .column   { width: 100%; }
    .pricing-table-extended.one-cols .column   { width: 100%; }

    .pricing-table-simple.five-cols .column  { width: 100%; }
    .pricing-table-simple.four-cols .column  { width: 100%; }
    .pricing-table-simple.three-cols .column { width: 100%; }
    .pricing-table-simple.two-cols .column   { width: 100%; }
    .pricing-table-simple.one-cols .column   { width: 100%; }

}

@media only screen and (max-width: 420px) {
	.revslider .caption.big_black p {
        font-size: 16px;
        padding-top: 1px;
        padding-bottom: 4px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 4px;
    }
}

