/* ===== Start Large screens
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 1824px) {
	/* Styles */
}

@media only screen and (min-width : 1410px) {
	/* Styles */

}
/* ===== End Large screens
--------------------------------------------------------------------------------------------------*/

/* ===== Start Desktops and laptops
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 768px) {
	/* Styles */
	
}

@media only screen and (max-width : 1200px) {
	/* Styles */
	
}

@media only screen and (max-width : 1279px) {
	#header {
		position: relative;
	}

	.breadcrumb {
	    margin: 10px 0;
	    padding: 10px 0;
	}

	.switcher {
		position: relative;
	    background-color: rgba(0,0,0,0.8);
	}

	.contact-content {
	    margin: 20px 0 50px;
	}

	.services-opened-headline {
		height: auto;
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1300px) {
	/* Styles */
	h1 {
		font-size: 45px;
	}

	.flex-direction-nav .flex-prev {
		left: 30px;
	}

	.flex-direction-nav .flex-next {
		right: 30px;
	}

	.flex-box {
		padding: 7px 30px 66px;
	}

	.flex-box > h1 {
	    margin-bottom: 4px;
    	margin-top: 0px;
	}

	.flex-box .text-content {
		width: 60%;
	}

	.bottom-links {
		padding: 14px 30px;
	}

	.link-wrapper .title h3 {
	    padding-left: 20px;
	    font-size: 12px;
	}

	.link-wrapper .links {
		min-height: 110px;
	    padding: 5px 20px 10px;
	}
	
	.text-quality {
		width: 55%;
	}
	
	.img-quality {
		width: 45%;
	}
	
}
/* ===== End Desktops and laptops
--------------------------------------------------------------------------------------------------*/

/* ===== Start iPads (portrait and landscape)
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 767px) and (max-width : 1024px) {
	/* Styles */
	.text-quality {
		width: 55%;
	}
	
	.img-quality {
		width: 45%;
	}
	
	.img-quality img {
		width: 42%;
	}

}

@media only screen and (min-width : 767px) and (max-width : 991px) {
	.navbar-brand>span {
		font-size: 12px;
	}

	.navbar-brand>img {
		float: none;
	}

	.circle {
		width: 25%;
	}

	.breadcrumb {
		margin: 10px 0;
	}

	.job-type-wrapper {
		min-height: 500px;
	}

	.job-type-wrapper:after  {
		min-height: 150px;
	}

	.big-headline {
		min-height: 600px;
	}

	.job-type-heading {
	    padding: 5px 20px 10px;
	}

	.switcher .tab-nav li {
		padding: 14px 10px;
	}

	.bottom-links > li {
		width: 33.333%;
		margin-bottom: 12px;
	}

	.flex-direction-nav a {
		top: 40%;
	}
	
	.homepage-highlight .links-list {
		width: 32%;
		margin-right: 2%;
	}
	
	.homepage-highlight .links-list:nth-child(3n){
		margin-right: 0%;
	}

}
/* ===== End iPads (portrait and landscape)
--------------------------------------------------------------------------------------------------*/

/* ===== Start Smartphones&Tablets (portrait and landscape)
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 320px) and (max-width : 991px){
	/* Styles */
	#header {
		position: relative;
	}

	.switcher {
		position: relative;
	}

	.flex-box > h1 {
	    font-size: 30px;
	}

	.flex-box .text-content {
		width: 100%;
	}

	.bottom-links > li a {
		font-size: 13px;
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
	}

	.navbar-brand>span {
		display: none;
	}

	.navbar {
		border-bottom: 1px solid #dedede;
	}

	.bottom-links {
		padding: 10px 20px;
	}

	.flex-box {
	    padding: 7px 20px 50px;
	}

	.links-highlight > .container > .row {
		margin: 0 -15px;
	}

	.switcher .tab-nav li {
		font-size: 13px;
	}

	.big-headline > .headline-content {
		padding-top: 0;
	}

	.breadcrumb {
		padding: 10px 0;
	}

	.big-headline .breadcrumb {
		margin-bottom: 30px;
	}
	
	.big-headline {
		min-height: 430px;
	}

	.job-type-heading {
	    padding: 5px 20px 10px;
	}

	.job-type-wrapper {
		min-height: 500px;
	}

	.jobs-highlight {
		margin-bottom: 40px;
		margin-top: -100px;
	}

	.link-wrapper .links {
		visibility: visible;
		min-height: 130px;
	}
	
	.homepage-highlight .links-list, .homepage-highlight .links-list:last-child {
		width: 80%;
		margin-right: 0%;
		float: none;
		margin: 20px auto;
	}

}

@media only screen and (min-width : 320px) and (max-width : 1024px){
	/* Styles */


}
/* ===== End Smartphones&Tablets (portrait and landscape)
--------------------------------------------------------------------------------------------------*/

/* ===== Start Smartphones (portrait and landscape)
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 320px) and (max-width : 767px){
	/* Styles */
	h1 {
		font-size: 40px;	
	}

	.navbar-brand>img {
		max-width: 58px;
	}

	.navbar-nav>li>a {
		line-height: inherit;
		padding: 11px 0;
	}

	.navbar-nav .open .dropdown-menu {
		border: 1px solid #dedede;
    	border-width: 1px 0;
	}

	/*.slides > li > img {
	    min-height: 300px;
	    width: auto;
	}*/

	.flex-caption {
		position: relative;
		margin-top: 0 !important;
	}

	.flex-direction-nav a {
		top: 30px;
		margin-top: 0;
	}

	.bottom-links {
		position: relative;
	}

	.bottom-links > li {
		display: block;
		margin: 5px 0;
		padding: 0;
		width: 100%;
	}

	.bottom-links > li a {
		padding: 5px 0;
	}

	.switcher .tab-nav li {
		width: 100%;
		display: block;
	}

	.flex-box {
		padding: 7px 15px 20px;
	}

	.footer-col.pull-left,
	.footer-col.pull-right {
		text-align: center;
		margin-bottom: 15px;
	}

	.circle {
		padding: 0 5px;
		width: 50%;
	}

	.circle .img-wrapper {
	    width: 120px;
    	height: 120px;
	}

	.about-wrapper {
		padding: 10px;
	}

	.business-articles + .services {
	    padding: 0px 0px 50px;
	}

	.contact-wrapper {
		background-repeat: repeat;
		background-size: initial;
	}

	.business-headline.services-opened-headline h1 {
	    margin: 25px 0 30px;
	}
	
	.navbar-nav>li>.sub-menu {
		min-width: 100%;
		position: relative;
		float: none;
	}

}
/* ===== End Smartphones (portrait and landscape)
--------------------------------------------------------------------------------------------------

/*Another media file*//* ===== Start Medium Screens

/* ===== Start Tablet portrait
--------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Business headline */
    .business-headline h1 {
        font-size: 50px;
    }

}
/* ===== End Tablet portrait
--------------------------------------------------------------------------------------------------*/

/* ===== Start Mobile
 * ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

    /* Business headline */
    .business-headline {
        height: auto;
    }

    .business-headline h1 {
        font-size: 40px;
    }

    .business-headline hr {
        width: 240px;
    }

    /* Business articles */
    .breadcrumb {
        margin: 10px 0 10px;
    }
    
    .error-message h1 {
    	font-size: 20px;
	}


}
/* ===== End Mobile
 * ---------------------------------------------------------------------------------------------- */

/* ===== Start Mobile landscape
 * ---------------------------------------------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {

     /* Business articles */
    .bs-article > div > .col-xs-5 {
        max-width: 195px;
    }

    .bs-article > div > .col-xs-7 {
        width: calc(100% - 210px);
    }

}
/* ===== End Mobile landscape
 * ---------------------------------------------------------------------------------------------- */

/* ===== Start Medium Screens
--------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1280px) and (max-width: 1650px) {
    .advantages img {
        max-width: 130%;
        margin-left: -30px;
        margin-top: 150px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .about {
        height: 300px;
        background-position: center;
    }

}
/* ===== End Mediums screens
--------------------------------------------------------------------------------------------------*/

/* ===== Start Tablet portrait
--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width : 1279px) {
    .about {
        height: 300px;
    }

    .team {
        background-position: right;
    }

    .quality-inner-line {
        display: none;
    }

    .quality-inner h3 {
        margin: 25px 0px 10px;
    }
    
    .advantages img {
        max-width: 120%;
        margin-left: 0px;
        margin-top: 150px;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {

    .about {
        height: 300px;
    }

    .quality-inner h3 {
        margin: 25px 0px 10px;
    }

    .team-members li {
        margin: 0px 20px 40px;
    }

    .team h2 {
        font-size: 50px;
        margin-bottom: 30px;
        text-align: center;
    }

    .team {
        background-position: right;
    }

    .team-inner p {
        text-align: justify;
    }

    .mission-inner h2 {
        font-size: 50px;
        margin: 40px 0px;
    }

    .advantages img {
        margin: 20px 0;
        max-width: 100%;
    }

    .advantages p {
        text-align: left;
        padding: 0px;
    }

    .advantages h2 {
        text-align: center;
        font-size: 50px;
    }

}
/* ===== End Tablet portrait
--------------------------------------------------------------------------------------------------*/

/* ===== Start Mobile
* ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	.slider-img {
		height: 300px;
	}

    .about {
        height: 270px;
        background-position: center;
    }

    .about h1 {
        font-size: 40px;
    }

    .quality-title h2 {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 40px;
    }

    .quality-title p {
        float: none;
        margin: auto;
        text-align: center;
        font-size: 24px;
    }

    .quality-inner h3 {
        font-size: 24px;
    }

    .quality-inner p {
        padding: 0px 30px;
    }

    .team {
        background-position: right;
    }

    .team-members li {
        margin: 0px 15px 40px;
    }

    .team h2 {
        font-size: 40px;
        margin: 30px 0px;
        text-align: center;
    }

    .team h3 {
        font-size: 24px;
    }

    .team-inner p {
        text-align: justify;
    }

    .team-members img {
        max-width: 100%;
    }

    .team-members p {
        font-size: 16px;
        line-height: 18px;
    }

    .mission-inner {
        padding: 0px 60px 30px;
    }

    .mission-inner h2 {
        font-size: 40px;
        margin: 30px 0px;
    }

    .advantages img {
        margin: 20px 0;
        max-width: 100%;
    }

    .advantages p {
        text-align: left;
        padding: 0px;
    }

    .advantages h2 {
        text-align: center;
        font-size: 40px;
        margin-bottom: 30px;
    }
	
	.text-quality {
		width: 100%;
	}
	
	.img-quality {
		width: 100%;
	}
	
	.img-quality img {
		width: 44%;
	}

}
/* ===== End Mobile
* ---------------------------------------------------------------------------------------------- */

/* ===== Start Mobile landscape
* ---------------------------------------------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px) {

    .about h1 {
        font-size: 40px;
    }

    .quality-inner p {
        padding: 0px 5px;
    }

    .quality-inner {
        background-position: center;
        background-size: cover;
        height: 200px;
    }

    .mission-inner {
        margin: 20px 0px;
        background-size: cover;
    }

    .mission-inner p {
        text-align: left;
    }

	.post-content ul li {
		width: 100%;
		margin: 5px 0px;
	}

}
/* ===== End Mobile landscape
* ---------------------------------------------------------------------------------------------- */

/* ===== Start Mobile portrait
* ---------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	
	.post-content ul li {
		width: 100%;
		margin: 5px 0px;
	}
	
    .about h1 {
        font-size: 40px;
    }

    .quality-inner p {
        padding: 0px 5px;
    }

    .quality-inner {
        background-position: center;
        background-size: cover;
        height: 260px;
    }

    .quality-inner h3 {
        font-size: 24px;
        padding: 0px 5px;
        margin: 45px 0px 10px;
    }

    .mission-inner {
        margin-top: 0px;
        background-size: cover;
        padding: 0px 15px 30px;
    }

    .mission-inner p {
        text-align: left;
    }

    @media screen and (min-width: 300px) and (max-width: 479px) {

        .quality-inner {
            height: 300px;
        }

        .quality-inner h3 {
            margin: 25px 0px 10px;
        }

        .team-members img {
            max-width: 80px;
        }

        .team-members li {
            margin: 0px 0px 40px;
            max-width: 100px;
            vertical-align: top;
        }

        .team-members li p {
            font-size: 14px;
        }

        .team-members p span {
            font-size: 12px;
        }
    }
}
/* ===== End Mobile portrait
 * ---------------------------------------------------------------------------------------------- */
