body {
	font-family: 'Raleway',sans-serif;
	margin: 0;
	padding: 0;
	color: #1f1f1f;
	font-size: 14px;
	line-height: 20px;
	min-width: 485px;
	box-sizing: border-box;
	background-color: #FFF;
	/*background: url(images/herobg1.jpg) fixed no-repeat;
	background-position: top center;
	background-size: cover;*/
}

img {
    border: none;
}

img.resp {
	max-width: 100%;
	height: auto;
}

a:link, a:visited {
    color: #0097A7;
}
a:hover {
    color: #23527c;
}

.main_container {
    /*max-width: 1440px;*/
    margin: 0 auto;
}

.header {
    height: 76px;
    padding: 12px 24px 0;
    /*background-color: rgba(255,255,255,0.93);*/
	/*background-color: #0097A7;*/
    color: #fff;
	text-align: center;
}

@media all and (min-width: 700px) {
    .header {
        text-align: left;
    }
}

.footer {
    margin: 0 24px;
    background-color: #fff;
    text-align: center;
    padding: 24px;
}

.main {
    margin: 0 auto;
    background-color: #fff;
}

/*@media all and (min-width: 1000px) {
    .main {
        margin: 0 auto;
    }
}*/
	
div#gklogo {
    background-image: url(images/gk_logo_c.png);
    width: 75px;
    height: 36px;
    margin: 0 4px -6px 0;
    display: inline-block;
    background-size: contain;
}

div#bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -99999;
    left: 0px;
	background-image: url(images/herobg2.jpg);
}

.header_container {
    font-size: 32px;
    padding-top: 12px;
	max-width: 1200px;
    margin: 0 auto;
}

.header_extratext {
    font-size: 12px;
    display: none;
    letter-spacing: initial;
    margin-left: 8px;
    font-weight: 900;
	font-style: italic;
}

.header_extraright {
	display: none;
    position: relative;
    right: 24px;
    top: 12px;
    float: right;
    font-size: 16px;
}

.header_extraright a {
	color: #fff;
}

@media all and (min-width: 700px) {
    .header_extratext {
        display: inline-block;
    }
	.header_extraright {
		display: inline-block;
	}
}

.mainfields_container {
    text-align: center;
    margin: 24px;
    display: none;
}

@media all and (min-width: 700px) {
    .mainfields_container {
        display: block;
    }
}


.field {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    display: block;
    padding: 14px 0 22px 16%;
    line-height: normal;
    background-color: #fff;
    color: #0097A7;
    border: 1px solid #e5e5e5;
    position: relative;
    text-align: left;
    cursor: pointer;
	box-shadow: 0 15px 45px -15px #0097A7;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.field:hover {
    background-color: #cef1fb;
	box-shadow: 0 15px 45px -15px #ff7f50;
}

img.field_logo {
    margin: 0 12px -16px;
}

@media all and (min-width: 900px) {
    .mainfields_container {
        display: flex;
		max-width: 1200px;
		margin: 48px auto;
    }
    
    .field {
        display: inline-block;
        padding: 48px 1% 32px;
        text-align: center;
        font-weight: 200;
        font-style: italic;
		margin: 0 12px;
    }
    
    img.field_logo {
        display: block;
        margin: 0 auto 12px;
    }
    
    .field:before {
        content: "";
        position: absolute;
        top: 24px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 7px 0 7px;
        border-color: #ff7f50 transparent transparent transparent;
        left: calc(50% - 7px);
    }
}

img.list_logo {
    margin-right: 12px;
}

.menu_container {
    text-align: center;
    margin: 0 auto 24px;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 99999;
    color: #fff;
	max-width: 1200px;
	-webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
}

.menu_container.sticky {
    background-color: #fff;
	max-width: unset;
	color: inherit;
}

.menu_item {
    display: inline-block;
    padding: 12px 4px;
    font-size: 20px;
    font-weight: 100;
    margin: 0 4px;
    cursor: pointer;
	-webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

@media all and (min-width: 700px) {
	.menu_item {
		padding: 12px;
		font-size: 24px;
		margin: 0 12px;
	}
}

.menu_item:hover {
    background-color: #cef1fb;
	color: #1f1f1f;
}

/*.counters_maincontainer {
    display: none;
	padding: 32px 24px;
    text-align: center;
    margin: 48px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

@media all and (min-width: 700px) {
	.counters_maincontainer {
		display: block;
	}
}

.counter_container {
    color: #ff7f50;
    font-weight: 900;
    display: inline-block;
    margin: 24px 32px;
}

.incremental-counter {
    padding: 12px;
}

.incremental-counter .num {
    color: #0097A7;
	box-shadow: none;
	font-weight: 300;
	font-family: Arial,Helvetica,sans-serif;
}

.incremental-counter .num::before {
    background: #e8e8e8;
    box-shadow: none;
}*/

h1 {
    font-size: 48px;
    font-weight: 600;
    color: #ff7f50;
    line-height: normal;
    margin: 24px 0;
}

h2 {
    font-size: 48px;
    font-weight: 200;
    /*color: #ff7f50;*/
    color: #1f1f1f;
    line-height: normal;
    margin: 48px 0;
	text-align: center;
	position: relative;
}

h2:before {
    content: "";
    display: inline-block;
    padding-right: 6px;
    background-repeat: no-repeat;
    background-image: url(images/gk_logo_c.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

h2:after {
    font-family: 'FontAwesome';
    content: "\f141\f0d7\f141";
    width: 63px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
	color: #0097A7;
	font-size: 12px;
	letter-spacing: 6px;
}

p {
    font-size: 18px;
    line-height: 30px;
	color: #777;
}

.block_container {
    max-width: 1000px;
    margin: 0 auto 32px;
    padding: 12px 24px;
}

.block_container.full_width {
	background-color: #f3f3f3;
    max-width: unset;
	padding: 12px 0px;
}

.block_container.with_bg {
	background-image: url(images/herobg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.block_container.with_bg h2, .block_container.with_bg p, .block_container.with_bg .quote_container {
	color: #c2dbe6 !important;
}

.block_container.hero {
	color: #fff;
    font-size: 6vw;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 900;
    padding: 24px 12%;
    max-width: 1000px;
}

.block_container.hero p {
	color: #fff;
    font-size: 20px;
	text-transform: none;
    font-weight: 400;
}

li {
    font-size: 18px;
    line-height: 30px;
	color: #777;
}

/*div#map_container {
    background-image: url(images/gk_map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 46%;
}*/

h3 {
    color: #0097A7;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

div#logo_roll {
    margin: 48px 0;
    /*background-color: #f6f6f6;*/
}

.logo_roll_item {
    padding: 12px;
    background-color: #FFF;
    margin: 24px 12px;
    box-shadow: 0 0 2px 1px #0097A7;
    border-radius: 8px;
    text-align: center;
}

.logo_roll_item:hover {
    box-shadow: 0 0 4px 2px #0097A7;
}

.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
    text-decoration: none;
}

div#section3_mainpic_holder {
    background-image: url(images/gk_carrier.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%;
    margin: 24px 0 32px;
}

@media all and (min-width: 900px) {
    div#section3_mainpic_holder {
        float: right;
        width: 34%;
        height: 480px;
        margin: 24px 0 24px 48px;
    }
}

a.current_job_btn {
    text-decoration: none;
    display: block;
    padding: 12px;
    border: 1px solid #e5e5e5;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    margin: 24px 32px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    background-color: #0097A7;
	position: relative;
}

a.current_job_btn:hover {
	color: #1f1f1f;
    box-shadow: 0 8px 18px 1px rgba(0,0,0,.6);
}

a.current_job_btn:before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 24px solid #ff7f50;
    left: -4px;
}

.quote_container {
    text-align: center;
    margin: 24px 0 48px;
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    color: #0097A7;
}

.profile_quote_container {
    display: flex;
	margin: 36px auto;
}

.profile_quote_pic {
	width: 80px;
    height: 80px;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center -8px;
    border-radius: 100%;
    margin: 4px auto;
    border: 1px solid #e5e5e5;
    /*box-shadow: -20px -20px 45px -15px #0097A7, 20px -20px 45px -15px #ff7f50;*/
    padding: 0;
    background-color: #FFF;
    box-sizing: border-box;
	position: relative;
}

.profile_quote_header_container {
    margin: 0 12px;
    text-align: center;
	min-width: unset;
	position: relative;
}

@media all and (min-width: 900px) {
    .profile_quote_header_container {
		min-width: 160px;
	}
}

.profile_quote_header_container.left {
    order: 0;
}

/*.profile_quote_header_container.left .profile_quote_pic:after {
    font-family: 'FontAwesome';
    content: "\f0a9";
    display: inline-block;
    padding-left: 6px;
    color: #ff7f50;
    font-size: 20px;
    position: absolute;
    top: 64px;
    left: 56px;
}*/

.profile_quote_header_container.right {
    order: 1;
}

/*.profile_quote_header_container.right .profile_quote_pic:after {
    font-family: 'FontAwesome';
    content: "\f0a8";
    display: inline-block;
    padding-left: 6px;
    color: #ff7f50;
    font-size: 20px;
    position: absolute;
    top: 64px;
    right: 62px;
}*/

.profile_name {
    font-style: italic;
    color: #0097A7;
    font-size: 20px;
    padding: 4px;
}

.profile_quote {
    font-style: italic;
    background-color: #fff;
    padding: 24px;
    margin: 0 12px;
    height: 100%;
    width: 100%;
    align-self: center;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 15px 45px -15px #0097A7;
}

.profile_quote_group_main_container {
	display: flex;
	flex-wrap: wrap;
}

.profile_quote_group_container {
    background-color: #fff;
	padding: 12px;
	min-width: 450px;
	flex: 1;
}

.profile_quote_group_container.list {
    padding: 12px;
}

@media all and (min-width: 900px) {
    .profile_quote_group_main_container {
		flex-wrap: nowrap;
	}
	.profile_quote_group_container {
		min-width: unset;
		flex: 0 1 50%;
	}
	.profile_quote_group_container.list {
		padding: 24px;
	}
}

.profile_quote_group_pic {
	/*display: none;*/
	display: inline-block;
	flex: 1 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	/*padding-top: 57%;*/
	width: 100vw;
	height: 75vw;
    order: -1;
}

@media all and (min-width: 900px) {
    .profile_quote_group_pic {
		/*display: none;*/
		order: initial;
		/*padding-top: initial;*/
		height: initial;
	}
}

/*@media all and (min-width: 900px) {
    .profile_quote_group_pic {
		display: inline-block;
	}
}*/

div#covers_container {
    display: flex;
	margin: 24px 0;
}

.cover_container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*width: 150px;
    padding-top: 27%;*/
	margin: 12px auto;
	width: 130px;
	height: 180px;
}