/**
 * Content
 */
.mobile-image{
	  pointer-events: none;
	max-width: 300px !important;
    display: none;
    margin: 0px auto;
    margin-bottom: 25px;;
}
.mobile-image img{
    height: auto !important;
	width: 100% !important;
}
	.menu-navigation {
z-index: 9999;
        display: none;
        right: 50px;
        top:50px;;
   position: fixed;     
}

.menu-icon-toggle {
	display: block;
	width: 55px;
	height: 35px;
	position: relative;
	z-index: 9;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle span {
	background: #fff !important;
}
.menu-icon-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	background-color: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: #fff;
	-webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
	top: 6px;
}
.menu-icon-toggle::after {
	bottom: 6px;
}
.open .menu-icon-toggle span {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle::before {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
	bottom: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
	-webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.open .menu {
	left: 0px;
}
.menu {
	visibility: visible;
	box-sizing: border-box;
	left: -100%;
	right: 0px;
	padding: 140px 30px 30px 30px;
	transition: all 0.3s;
	background: #0A1E2E;
	position: fixed;
	width: 100%;
    z-index: 99;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 100vh;
}

.menu li{
	
    list-style: none !important;
}

.menu li:before{
	
    display: none;
}

.menu ul {
	position: relative;
	top: -30px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	margin-left: 0px !important;
}
.menu ul ul {
	top: 0px;
	margin-bottom: 20px;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.menu ul ul li a {
	font-size: 18px;
	color: #d7d7d7;
	line-height: 24px;
}
.menu ul ul li {
	margin-bottom: 10px;
}
.menu li {
	list-style: none;
	opacity: 0;
	margin-bottom: 20px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.5s;
}
.menu li span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.open .menu li {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li span {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.menu a {
    font-family: 'Moderat-Bold';

	text-transform: uppercase;
	display: inline-block;
	position: relative;
	font-size: 26px;
	letter-spacing: 4px;
	text-decoration: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}

.linker{
	
    color: white !important;;
}

.social-link{
    font-family: "Favorit Variable", Icons;
	display: inline-block;
	font-style: normal;
	font-weight: 300;
    font-size:25px;
	font-variation-settings: 'slnt' 0;
}

.right {
    	font-family: 'Franklin Gothic Std' !important;

	font-weight: 500;
	transition: 0.5s ease all;
	letter-spacing: 1px;
	font-size: 16px;
	top: 5px;
	position: relative;
}
.left {
	top: 5px;
	position: relative;
	letter-spacing: 1px;
	transition: 0.5s ease all;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-inner {
    	font-family: 'Franklin Gothic Std' !important;

	padding: 22px 0px 30px 0px;
	width: calc(100% - 50px) !important;
	position: relative;
	border-top: 5px solid #37393F;
	margin: 50px auto 50px auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
}
.nav-inner a{
	font-size: 26px !important;
    color: #e62f29 !important;
}
.nav-inner .center {
    display: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	width: 200px;
	top: 25px;
	text-align: center;
	right: 0px;
	margin: 0px auto;
}
/**
 * PROJECTS
 */
[data-set-id="37546979"] .content_container{
	padding-top: 50px;
    margin-top: 151px;
}

[data-set-id="37546979"] .content_container .page_container{
	
    max-width: 800px;
    margin: 0px auto;
}

[data-set-id="37546979"] .content_container .page_container a{
color: #e62f29;
    
}

[data-set-id="37546979"] .content_container .page_container h2{
	    	font-family: 'Franklin Gothic Std' !important;
color: #e62f29;
    }

[data-set-id="37546979"] .content_container .page_container b{
	    font-family: 'Moderat-Bold';

}



/**
 * cASE STUDIES
 */

    [data-set-id="37546971"] .content_container{
	
    margin-top: 151px;
}

    [data-set-id="37546971"] .content_container .page_container:first-child{
	max-width: 100% !important;
        padding: 0px !important;
}

  [data-set-id="37546971"] .content_container .page_container{
	


padding: 50px 0px !important;
        margin: 0px auto !important;
    max-width: 1200px !important;
}
[data-set-id="37546979"] .content_container .image-gallery{
	margin: 0px auto !important;
    max-width: 1200px !important;
    padding: 50px 0px 50px 0px !important;
}
/**
 * ABOUT
 */

[data-set-id="37538350"] .content_container{
	
    margin-top: 151px;
}

[data-id="37546883"] b{
	line-height: 1.2;
    display: block;
text-transform: uppercase;
	    letter-spacing: 0.5px;
margin-bottom: 10px;
    font-family: 'Moderat-Bold';
color: #0A1E2E;
}

/**
 * SERVICES
 */

[data-set-id="37546903"] .content_container{
	
    margin-top: 151px;
}

.services-text{
	
    max-width: 1200px !important;
    margin: 0px auto !important;
}

.services-text > div:nth-child(2){
	
      column-count: 2;

}

.services-text li{
    font-family: 'Moderat-Bold';
letter-spacing: 0.5px;
	text-transform: uppercase;
    margin-bottom: 20px;
}

li:before {
    content: "—";
    color: #f00;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}


li {
    list-style: none !important;
    
}
/**
 * GALLERY
 */
[local-style="37546950"].page_container{
	padding: 50px;
    max-width: 1500px !important;
}


[data-set-id="37546947"] .content_container{
	
    margin-top: 151px;
}

body.scrolled .header {
	transition: 0.5s ease all;
	;
	background: #0A1E2E;
}


/**
 * CONTACT
 */

[data-set-id="37546961"] .content_container{
	
    margin-top: 151px;
}

.contact-text{
	
    max-width: 1100px ;
    width: 100%;
    padding: 50px 0px !important;
    margin: 0px auto !important;
}


#my-form{
	justify-content: space-between;
	display: flex;
	flex-wrap:wrap;
}
#my-form-button{
	font-size: 18px;
	background: #0A1E2E;
    font-family: 'Moderat-Bold';
	padding: 20px 10px;
	color: #fff !important;
	border:1px solid #0A1E2E;
	text-transform: uppercase;
	width:100%;
}
#my-form input{
	width:100%;
	margin-bottom: 23px;
	font-weight: 300;
	color: black;
    font-family: 'Moderat-Light';
		font-size: 18px;

	border:1px solid #D8D8D8;
	background: transparent;
	padding: 20px;
}
#my-form textarea::placeholder{
	color: black;
}
#my-form input::placeholder{
	color: black;
}
#my-form textarea{
	width:calc(100% - 0px);
	margin-bottom: 20px;
	color: black;
	font-weight: 300;
    font-family: 'Moderat-Light';
	min-height: 150px;
	border:1px solid #D8D8D8;
	background: transparent;
	padding: 20px;
	font-size: 18px;

}
.contact-text  b{
	line-height: 1.2;
    display: inlube-block;
text-transform: uppercase;
	    letter-spacing: 1px;

    font-family: 'Moderat-Bold';
color: #0A1E2E;
}


.large{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10rem !important;
	text-align: center;
    color: white !important;
    padding: 50px 0px !important;
}
.large-red{
    margin-top: 150px !important;
    background: #e62f29;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10rem !important;
	text-align: center;
    color: white !important;
    padding: 50px 0px !important;
}
.media-module i {
	color: #868686;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	;
}
.media-slider-outer .slick-dots {
	margin-top: 50px;
}
.media-module {
	color: white !important;
	font-size: 20px;
	padding: 0px 0px;
	line-height: 1.3;
	text-align: center;
}
.media-slider-outer {
	padding: 5vh 0px;
    margin: 0px auto;
	width: calc(100% - 50px) !important;
	position: relative;
}


.media-slider-outer .slick-list {
	overflow: visible;
}
.media-slider {
	text-align: center;
}
.caption {
	color: white;
	padding: 50px;
    font-family: 'Moderat-Bold';

}

[data-view="pinned_top"]{
    z-index: 9999;
}


[data-view="pinned_bottom"]{
	
    height: auto !important;
}
.slick-dots li {
	font-size: 0px;
	border-radius: 100% !important;
	display: inline-block;
	line-height: 18px;
	padding: 0px;
	margin: 0px 10px;
}
.slick-dots {
	position: relative;
	margin: 0px auto;
	left: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}
.slick-dots li.slick-active button {
	background: #e62f29;
}
.slick-dots li button {
	font-size: 0px;
	border: 0px;
	color: transparent;
	background: #fff;
	padding: 0px;
	border-radius: 100%;
	height: 10px !important;
	width: 10px !important;
}
.quote {
	margin: 0px auto;
	width: 60px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.cargocollective.com/c2900710/QUOTE.svg);
}
.footer {
	background: #1e1e1e;
	margin: 0px auto !important;
	padding: 0px 0px !important;
}
.footer>div {
	padding: 50px !important;
    font-family: 'Moderat-Bold';

}
.news-module i {
	color: #868686;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
    font-family: 'Moderat-Bold';

}
.news-module {
	color: white !important;
	font-size: 20px;
	padding: 100px;
	line-height: 1.3;
	width: 50vw !important;
	text-align: center;
}
.news-slider-outer {
	padding: 5vh 0px;
	width: 100%;
	position: relative;
}
.news-slider-outer .slick-list {
	overflow: visible;
}
.news-slider {
	text-align: center;
}
.image-grid h2 a {
    width: 100%;
    height: 100%;
    	transition: 0.5s ease all;

    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}
.image-grid h2 a:hover{
	transition: 0.5s ease all;
    letter-spacing: 5px;;
}
.image-grid h2 {
    color: white !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.42);
	width: 100%;
	position: absolute;
	height: 100%;
	font-family: 'Franklin Gothic Std' !important;
	text-transform: uppercase;
	color: white;
	letter-spacing: 2px !important;
	font-size: 50px !important;
	height: 100%;
	color: white !important;
	;
}
.image-grid>div img {
	z-index: -1;
	position: absolute;
	width: 100%;
	transition: .5s all ease;
	left: 0px;
	top: 0px;
	right: 0px;
	object-fit: cover;
	margin: auto;
	bottom: 0px;
	object-position: 50%;
	height: 100% !important;
}
.image-grid>div:hover img {
	transform: scale(1.05, 1.05);
	transition: .5s all ease;
}
.image-grid>div {
	position: relative;
	overflow: hidden;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10% 0px;
}
.logo {
	background-size: contain;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	;
	width: 240px;
	background-image: url(https://files.cargocollective.com/c2900710/hr-logo.svg);
}
.header {
	transition: 0.5s ease all;
	z-index: 999999;
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #0A1E2E;
}
[data-set-id="37538287"] .header {
	background: transparent;
}

[data-set-id="37538287"] [local-style="37538345"] {
	display: none ;
}
.header-inner {
    font-family: 'Moderat-Bold';
	align-content: flex-end;
	padding: 25px 50px;
	width: 100%;
	display: flex;
	align-content: flex-end;
	align-content: flex-end;
	justify-content: space-between;
}
.spacer {
	height: 50vh;
}
.socials {
	align-items: center;
	justify-content: center;
	display: flex;
}
.socials a {
	margin-left: 20px;
	color: #fff !important;
	font-family: "Gravity Variable", Icons;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 2px;
	background: white;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	font-style: normal;
	font-variation-settings: 'wdth' 52, 'slnt' 0;
}

.socials a{
	
        color: #000 !important;

}
.top-nav {
	display: flex;
	font-size: 18px;
	font-style: italic;
    font-family: 'Moderat-Light';
align-items: center;
	color: white;
	position: absolute;
	top: 40px;
	right: 40px;
}
.nav span {
	display: inline-block;
	line-height: 30px;
	color: #e62f29;
	margin: 0px 30px;
}
.footer span {
	color: #e62f29;
}
#toolset {
	display: none !important;
}
.nav {
	font-size: 18px;
	letter-spacing: 1px;
    font-family: 'Moderat-Bold';
	color: white;
	position: relative;
	width: 1000%;
	align-items: flex-end;
	justify-content: flex-end;
	display: flex;
}
.nav a {
	display: inline-block;
    color: white !important;
}
body {
	background-color: #fff;
	color: #000;
}
a:active {
	opacity: 0.7;
}
.page a.active {
	opacity: 1;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: normal;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
}
sub {
	top: 0.3em;
}
sup {
	top: -0.4em;
}
s {
	text-decoration: line-through;
}
img {
	border: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}
.content img {
	float: none;
	margin-bottom: .5em;
}
.gallery_image_caption {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
}
/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px;
	left: 8px;
}
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 17px;
	font-weight: 400;
	color: #575757;
    font-family: 'Moderat-Light';
	font-style: normal;
	line-height: 1.5;
}
[data-predefined-style="true"] bodycopy a {
	color: #575757;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}
[data-predefined-style="true"] bodycopy a:hover {}
bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
	font-family: 'Franklin Gothic Std';
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
}

.top-nav a{
	
        color: #000 ;

}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
    font-family: 'Moderat-Bold';
	font-style: normal;
    text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 32px;
    letter-spacing: 1px;
	line-height: 1.2;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}
[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}
/**
 * Breakpoints
 */

[data-css-preset] .page {
	background-color: initial/*!page_bgcolor*/
	;
}
.mobile .page, [data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent/*!page_bgcolor*/
	;
}
[data-css-preset] .container {
	margin-left: 0/*!content_left*/
	;
	margin-right: auto/*!content_left*/
	;
	text-align: left/*!text_left*/
	;
}
[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/
	;
}
[data-css-preset] .container_width {
	width: 100%/*!content_left*/
	;
}
[data-css-preset] .content_padding {
	padding-top: 0rem/*!main_margin*/
	;
	padding-bottom: 0rem/*!main_margin*/
	;
	padding-left: 0rem/*!main_margin*/
	;
	padding-right: 0rem/*!main_margin*/
	;
}
[data-css-preset] text-limit {
	display: inline-block/*!text_width*/
	;
	max-width: 66rem/*!text_width*/
	;
}
/**
 * Thumbnails
 */

.thumbnails{
	padding: 50px 0px;
    display: flex;
    justify-content: center !important;
    max-width: 1400px !important;
    margin: 0px auto;
}

div[thumbnails] {
    width: calc(100% - 50px);
    margin: 0px -2rem !important;
	justify-content: flex-start;
}

.thumbnails .content{
	
    display: flex;
    justify-content: center;
}
[data-css-preset] .thumbnails {
	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/
	;
}
[data-css-preset] .thumbnails_width {
	width: 100%/*!thumbnails_width*/
	;
}
[data-css-preset] [thumbnails-pad] {
	padding: 0px 2rem/*!thumbnails_padding*/
	;
}
[data-css-preset] [thumbnails-gutter] {
	margin: -2rem/*!thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 10px/*!responsive_thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: -30px/*!responsive_thumbnails_padding*/
	;
}

.thumbnail{
	
    margin-bottom: 30px ;
}
.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, .12);
	outline-offset: -1px;
}
.thumbnails .title {
	margin-top: 1.2rem;
	margin-bottom: .3rem;
	font-size: 19px;
    text-align: center;
	font-weight: normal;
	color: #0A1E2E;
    font-family: 'Moderat-Bold';
	font-style: normal;
	line-height: 1.1;
}




.thumbnails .thumb_image img {

}
.thumbnails .tags {
    display: none;
	margin-top: 1.2rem;
	margin-bottom: 20px;
    text-align: center;
	font-size: 15px;
    text-transform: uppercase;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
    font-family: 'Moderat-Bold';
	font-style: normal;
	line-height: 1.2;
}
.thumbnails .tags a {
	border-bottom: 0;
	color: rgba(0, 0, 0, 0.35);
	text-decoration: none;
}
.thumbnails .has_title .tags {
	margin-top: 0rem;
}
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px/*!site_menu_button*/
	;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 2rem/*!site_menu_button*/
	;
	right: 2rem/*!site_menu_button*/
	;
}
body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}
#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}
#site_menu_button.active {
	display: none;
}
/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
body.mobile #site_menu {
	width: 100%;
}
#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}
#site_menu .set-link>a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}
#site_menu a:active {
	opacity: .7;
}
#site_menu a.active {
	opacity: .4;
}
#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}
body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}
#site_menu .break {
	height: 28px;
}
#site_menu .indent {
	margin-left: 28px;
}
/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
	background: transparent;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: fixed;
	padding: 6px;
	top: 2rem/*!shop_button*/
	;
	right: 2rem/*!shop_button*/
	;
}
#shop_button.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}
#shop_button.custom_icon {
	width: 40px;
	height: auto;
}
body.mobile #shop_button:not(.text) {
	margin: -6px;
	font-size: 36px;
}
/*
 * Shop Product Widget
 */

.shop_product {
	width: 100%;
	max-width: 22rem;
	position: relative;
	display: block;
}
.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	display: block;
	margin-bottom: 1rem;
}
.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
	margin-bottom: 1rem;
	line-height: 1.2;
	padding: .7rem 1rem;
}
.shop_product .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1);
	flex: 0 0 50%;
	text-align: left;
	display: inline-block;
	line-height: 1;
	padding: .8rem 1rem .9rem;
}
/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}
/**
 * Quick View
 */

[data-css-preset] .quick-view {
	padding-top: 2.5rem/*!quick_view_padding*/
	;
	padding-bottom: 2.5rem/*!quick_view_padding*/
	;
	padding-left: 2.5rem/*!quick_view_padding*/
	;
	padding-right: 2.5rem/*!quick_view_padding*/
	;
	height: 100%/*!quick_view_height*/
	;
	width: 100%/*!quick_view_width*/
	;
}
body.mobile .quick-view {
	width: 100%;
	height: 100%;
	margin: 0;
}
[data-css-preset] .quick-view-background {
	background: red /*!quick_view_bgcolor*/
	;
}
.quick-view-caption {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	transition: 100ms opacity ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 2rem 0;
	text-align: center;
	font-size: 1.8rem;
}
.quick-view-caption span {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	color: white;
}
/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
	left: 10px;
}
.quick-view-navigation .right-arrow {
	right: 10px;
}
.quick-view-navigation .left-arrow, .quick-view-navigation .right-arrow {
	/* Change height/width together to scale */
	height: 36px;
	width: 36px;
}
.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}
.quick-view-navigation .close-button {
	top: 10px;
	right: 10px;
	/* Change height/width together to scale */
	width: 36px;
	height: 36px;
}
.quick-view-navigation .close-button .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.quick-view-navigation .close-button .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}
/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow {
	/* Change height/width together to scale */
	height: 36px;
	width: 36px;
}
.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}
/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow {
	/* Change height/width together to scale */
	width: 36px;
	height: 36px;
}
.wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}
/**
 * Feed
 */

.feed .content_container .page {
	border-top: 0px dashed rgba(0, 0, 0, 0.2);
}
.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
	max-width: 36rem;
	height: 3.3rem;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.6);
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin: 1px 1px 1em 1px;
}
body.mobile .audio-player {
	max-width: 100%;
}
.audio-player .separator {
	width: 1px;
	background-color: rgba(0, 0, 0, 0.15);
}
.audio-player .button {
	background: transparent;
	cursor: pointer;
	fill: rgba(0, 0, 0, 0.85);
}
.audio-player .icon {
	fill: rgba(0, 0, 0, 0.85);
	padding: 30%;
	width: 100%;
	margin: auto;
}
.audio-player .buffer {
	background: rgba(0, 0, 0, 0.03);
}
.audio-player .progress {
	background: rgba(0, 0, 0, 0.1);
}
.audio-player .progress-indicator {
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 1px;
	height: 100%;
	right: 0;
	position: absolute;
	cursor: ew-resize;
}
.audio-player .note-icon {
	height: 100%;
	width: 3.8rem;
	padding: 1rem;
	fill: rgba(0, 0, 0, 0.5);
}
.audio-player .current-time {
	padding-left: 1rem;
}
.audio-player .total-time {
	padding-right: 1rem;
}

@media only screen and (max-width: 1150px) {
.nav {
    top: 5px;
	font-size: 16px;
    }
    
    .logo {
	height: 70px;

	width: 166px;
}
    .top-nav {
	display: flex;
	font-size: 16px;
	font-style: italic;
    font-family: 'Moderat-Light';
align-items: center;
	color: white;
	position: absolute;
	top: 20px;
	right: 51px;
}
    
    .footer>div {
	padding: 40px !important;

}
    .footer {
	padding: 0px 10px !important;
}
    .image-grid h2 {
   
	font-size: 40px !important;

	;
}
    .nav span {
	display: inline-block;
	line-height: 30px;
	color: #e62f29;
	margin: 0px 20px;
}
       [data-set-id="37546903"] .content_container {
    margin-top: 121px;
}
    
      [data-set-id="37538350"] .content_container{
	
    margin-top: 121px;
}
    
     [data-set-id="37546947"] .content_container {
    margin-top: 121px;
}
    [data-set-id="37546961"] .content_container{
	
    margin-top: 121px;
}
    
    .large-red{
    margin-top: 121px !important
    }
}



@media only screen and (max-width: 900px) {
    
    
    .spacer {
	height: 0vh;
        padding-bottom: 25%;
}
 .services-text{
	
     padding: 0px !important;;
}

	.menu-navigation {
		display: block;
        	top: 0px;
    right: 0px;
        position: relative;
	}
    .top-nav{
	top: 0px;
          margin-left: auto;
margin-right: 30px;
    right: 0px;
    flex: end;
        position: relative;
}
    .header-inner{
        justify-content: center;
align-items: center;	padding: 20px 25px;

}
    .nav{
	
        display: none;
}
    
    .image-grid>div {
        width:50% !important;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17% 0px;
}
    .footer{
	
        padding: 25px 0px !important;
}
    .footer>div {
        text-align: center;
        width: 100% !important;
	padding: 8px 25px !important;

}
    
        .footer>div:nth-child(1){
	order: 3;
    font-size: 13px;
}
    
    .caption {
	color: white;
	padding:40px 25px;

}
    
    .large{
    font-size: 60px !important;
    padding: 36px 0px !important;
}
    [data-set-id="37538350"] .content_container{
	
    margin-top: 111px;
}
    
    [data-predefined-style="true"] h2 {

	font-size: 25px;
 
}
    [local-style="37546883"] .page{
	
        min-height: 0px !important;
	background-color: initial /*!page_bgcolor*/;
}
    [local-style="37546883"] .backdrop{
	display: none;
        height: 100vh !important;
}
    
    .mobile-image{
	
        display: block;
}
    
    [local-style="37546883"] .backdrop .slide_container{
	
        margin: 0px !important;
}
    [data-set-id="37546903"] .content_container{
	
    margin-top: 111px;
}
    [data-set-id="37546947"] .content_container {
    margin-top: 111px;
}
    
    [local-style="37546950"].page_container{
	padding: 25px;
    max-width: 1500px !important;
}
    
[data-set-id="37546961"] .content_container{
	
    margin-top: 111px;
}
    .large-red{
    margin-top: 111px !important;
    font-size: 60px !important;
    padding: 30px 0px !important;
}
    
    [data-set-id="37546979"] .content_container .page_container{
	margin: 0px auto;
   width: calc(100% - 50px);
}
    .nav-inner a{
	font-size: 20px !important;
    color: red !important;
}
    [data-set-id="37546979"] .content_container{
	padding-top: 40px;
    margin-top: 111px;
}
    [data-set-id="37546979"] .content_container .image-gallery{
	margin: 0px auto !important;
    max-width: 1200px !important;
    padding: 25px 0px 25px 0px !important;
}
    
    .nav-inner {

	padding: 22px 0px 10px 0px;
	width: calc(100% - 50px) !important;
	position: relative;
	border-top: 5px solid #37393F;
	margin: 25px auto 30px auto;

}
    
    [data-set-id="37546979"] .content_container .page_container .page_content > img:first-child{
	width: 100% !important;
        height: auto !important;

max-width: 300px !important;
        margin:0px auto;	
}
    .news-module{
	padding: 50px;
        width: 80vw !important;
}
    .media-slider-outer iframe{
	
    width: 100% !important;
}
        .media-slider-outer video{
	
    width: 100% !important;
}
    [data-predefined-style="true"] h1 {
  
    font-size: 40px;
  
}
}
    @media only screen and (max-width: 720px) {
 .services-text > div{
	
     padding: 25px !important;;
}
        
         .services-text{
	
             padding: 5px 0px !important;
}
        
        
        .top-nav .linker{
	
    display: none;
}
        
        .logo {
	height: 40px;

	width: 95px;
}
        
        .socials a {
	margin-left: 10px;
	font-family: "Gravity Variable", Icons;
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 2px;
	background: white;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	font-style: normal;
	font-variation-settings: 'wdth' 52, 'slnt' 0;
}
        
        .top-nav{
	
            margin-right: 15px;
}
        [data-set-id="37546979"] .content_container{
	padding-top: 40px;
    margin-top: 81px;
}
        
         [data-set-id="37538350"] .content_container{
	
    margin-top: 81px;
}
[data-set-id="37546961"] .content_container{
	
    margin-top: 81px;
}
        
[data-id="37546883"] .background_splash{
	
            margin: 25px !important;
}
        
   [data-id="37546883"] .slide_container{
       width: 100% !important;
}
         [data-id="37546883"] .slide_container img{
       width: 100% !important;
             height: auto !important;
}
        
        [local-style="37546883"] .container .bodycopy{
	
            padding: 25px !important;
}
        
        .image-grid h2 {
   
	font-size: 25px !important;

	;
}
           .news-module{
	padding: 25px;
    font-size: 16px;
        width: 100vw !important;
}
        
        .quote {
    width: 40px;
    height: 29px;
 
}
            [data-set-id="37546903"] .content_container{
	
    margin-top: 81px;
}
        [data-predefined-style="true"] h1 {
  
    font-size: 32px;
  
}
        .news-module i {

	font-size: 12px;

}
        
        [data-predefined-style="true"] bodycopy {
	font-size: 15px;
}
        .image-grid h2 a:hover{
	transition: 0.5s ease all;
    letter-spacing: 3px;;
}
        .large{
    font-size: 40px !important;
    padding: 36px 0px !important;
}
        [data-predefined-style="true"] h2 {

	font-size: 20px;
 
}
        div[thumbnails] {
    width: 100%;
    margin: 0px 0rem !important;
	justify-content: flex-start;
}
        .thumbnails .title {
	margin-top:15px;
	margin-bottom:0px;
	font-size: 15px;
    text-align: center;
	font-weight: normal;
	color: #0A1E2E;
    font-family: 'Moderat-Bold';
	font-style: normal;
	line-height: 1.1;
}
        .thumbnails{
	padding: 20px 0px;
 
}
        .large-red{
    margin-top: 81px !important;
}
        [data-set-id="37546947"] .content_container{
	
    margin-top: 81px;
}
}