/* 
 * You can insert your own styling here 
 * It won't be overwritten during updates
*/

@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	
	background: url('/media/1054/bg-main.jpg');
    background-position: center;
    background-attachment: fixed,fixed;
    background-repeat: repeat, repeat, repeat , repeat, no-repeat, no-repeat;
}

::-webkit-input-placeholder {
   	color: #16535F;
	font-family: 'Verdana';
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}

/* Typography */

p {
	font-size: 18px;
	line-height: 1.5;
	color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
/*
header {
    //background: url('/img/mosaik-top-bg-logo.png');
	background: url('/media/1029/ny_header_midten.png');
	//background: url('/media/1031/blandetheader.png');
	height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	position: relative;
}
*/

header {
    background: url('/media/1054/bg-main.jpg');
    background-size: contain;
    background-repeat: repeat-x;	
}
.top-wrapper {
	cursor: pointer;		
}
.top-wrapper:before {
	background: url('/media/1030/ny_man-ramping-up.png');
    content: "";
    position: absolute;
    left: -170px;
    width: 100%;
    height: 100%;
    background-size: 16.99%;
    background-repeat: no-repeat;
}

.frontpage-video  {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.frontpage-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.frontpage-video {
	position: relative;
}
.frontpage-video .overlay {
    background: url("/media/1072/headervideo_overlay.png");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0.1;
	pointer-events: none;
	display: none;
}
.frontpage-video video {
	margin-bottom: -4px;
}
.top-wrapper:after {
	background: url('/media/1028/ny_faded-mosaik.png');
    content: "";
    position: absolute;
    right: -245px;
    top: 0;
    width: 245px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
main {
	margin-top: 40px;	
	max-width: 1000px;
	//max-width: 100%;
	margin: 0 auto;
	//box-shadow: 2px 0px 15px rgba(0,0,0,0.25), -2px -4px 15px rgba(0,0,0,0.25);
}
.content {
	background: rgb(255, 255, 255);
}
.content p {
	font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1rem;
	padding: 0 1.5rem;
}
#important-links a {
    padding: 0.3125rem 0.75rem;
    color: #fff;
    font-size: 14pt;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    line-height: 17pt;
	float: left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
.overlay {
    position: fixed;
    background: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
*/
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
}
#site-menu {
    width: 100%;	
}
.fixed-menu {
	position: fixed;
    top: 0;
    z-index: 99;	
}
.logo a p {
    color: #F26518;
    text-decoration: overline;
}

.menu-icon {
    background-color: #F26518;
}
		
.menu-icon::before, .menu-icon:after {
    background-color: #F26518;
}
		
.menu-icon::before {
    top: -5px;
}
.menu-icon::after {
    top: 5px;
}
.menu-icon.is-clicked::before, .menu-icon.is-clicked::after {
    background-color: #48B5B5;
}

#primary-nav-trigger {
	top: 5px;
    right: 5px;
    height: 25px;
    width: 35px;
}

.theme-color-petrol #search-field .search-button {
    background-color: #EC671C;
    border-radius: 0;
    height: 25px;
    width: 36px;
    margin: 2px;
    right: -66px;
}

#search-field .search-button svg {
    padding: 0px;
    margin-top: 1px;
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.service .icon {
    max-width: 45px;
    max-height: 45px;
}

#search-field input { 
    border-radius: 0px;
    height: 25px;
    margin: 2px -25px;
}

#search-field input[type="text"]:focus {
    background: #C1D4D1;
	
}
.footer-social a svg {
	padding: 0;
    padding-left: 5px;
}
.footer-social a:hover, .footer-social a svg:hover {
    fill: #2D99D4;
}

section.panels {
    padding: 1.875rem 0 1.875rem 0;
    background: #212121;
}
.panel {
    margin: 1.25rem;
    margin-right: 0;
    margin-left: 0;
    background: #48B5B5;
    padding: 1.25rem;
    padding-bottom: 2.75rem;
    border: 2px solid #6DC8BB;
}
.sidebar-teaser {
    margin-bottom: 0;
    background: rgb(135, 178, 178);
    padding: 0.5rem;
    border-bottom: 5px solid #94CAC4;
}
.sidebar-teaser.contact {
    background: rgb(63, 144, 154);
}
    
.sidebar-teaser p {
	margin-bottom: 0;
    color: #fff;
	padding: 0;
}
.sidebar-teaser h4 {
	background: transparent;
    border-bottom: 2px solid #B7D6CB;
    color: #B5D4C8;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14pt;
    padding: 0;
}
.sidebar-teaser img {
	width: 100%;
    border-left: #F4A77C 3px solid;
}
.sidebar-teaser .social-icons a {
    height: 25px;
    width: 25px;
}
.sidebar-teaser .social-icons a svg {
    height: 25px;
    width: 25px;
    padding: 1px 0 0 5px;
}
.theme-color-petrol .panel h3 {
    color: #fff;
}
.panel .button, .teaser .button {
    bottom: 0.5rem;
    right: 0.5rem;
    background: #2C8793;
    color: white;
    border: 2px solid white;
}
.panel p {
    color: #464545;
    text-shadow: 0px 0px 0px #16535F;
}
.slider .picture img {
    border-radius: 4px;
    box-shadow: 0 8px 15px -5px #000;
}
section.teasers {
    background: #6DC8BB;
    padding: 1.875rem 0 0 0;
}

.teaser.double {
    background: #212121;
}
.teaser img {
    margin-bottom: 0;
}
.teaser h3 {
    color: #F26518;
    border-bottom: 2px solid #F26518;
}
.teaser p {
    font-size: 10pt;
    line-height: 1.5;
    color: #FFFFFF;
}
.teaser.double {
    padding: 0.625rem;
}
.teaser .button {
	bottom: auto;
    right: auto;
}
.block {
	max-height: 150px;
    height: 150px;
    border: 2px solid #48B5B5;
	background: #212121;
	margin-bottom: 10px;
    margin-right: 10px;
	padding: 5px;
    width: calc(16.666666666666664% - 10px);
}

.block p {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 75%;
    margin-top: 5px;
}

.large-header {
	background: #6DC8BB;
    color: #fff !important;
    padding: 10px;
    margin-bottom: 20px;	
}

.button-to-link {
	background: transparent;
    border: none;
    color: #175460 !important;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 10pt;
}
.button-to-link:hover {
	background: transparent;
    color: grey !important;
}
.green-text {
	color: #005f6a;
}
section.teasers {
    border: none;
}

#mc_embed_signup {
    background: #9CD3D0;
    clear: left;
}
#newsletter-popup h1 {
	background: #9CD3D0;
    color: #175460;
    padding: 20px;
    font-size: 14pt;
	text-transform: uppercase;
	text-shadow: none;
}
#mc_embed_signup input.button {
    font-family: 'Titillium Web', sans-serif;
}
#newsletter-popup i {
	float: right;
    font-size: 45px;
    margin-top: -8px;	
}

#mc_embed_signup label {
    font-weight: normal !important;
    color: #175460;
    font-family: 'Titillium Web', sans-serif;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.0rem;
    top: -1px;
    right: 5px;
    color: #9CD3D0;
}
.image-border {
    //border-left: 2px solid #E6A276;
    //background: #99BBB9;
	//border-left: 2px solid #E6A276;
    //background: #FFFFFF;
    //padding: 15px;
	border-left: 2px solid #EC671C;
    background: #45B6B5;
    padding: 15px;
}
#mc_embed_signup input {
    border: 1px solid #45B6B5 !important;
}
#mc_embed_signup .button {
	font-weight: normal !important;
    text-transform: uppercase !important;
    background-color: #45B6B5 !important;
    line-height: inherit !important;
	border: none !important;
}/*
.grid-section .row {
    margin-top: 50px;
    margin-bottom: 50px;
}
.grid-section .column {
	text-align: center;
}
.grid-section h1 {
	color: #fff;
    text-align: center;
    font-size: 2rem;
    text-shadow: 2px 2px 5px black;	
	text-transform: uppercase;
}
.grid-section p {
	text-align: left;
	margin-top: 15px;
}
.grid-section p:first-child {
	margin-top: 0px;
}
*/
//.grid-section>div:first-of-type {
//	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/media/1022/robomate-header.jpg);
//   background-size: cover;
//	padding: 80px 0;
//}


.box-effect
{
  position: relative;
}
.box-effect:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*
.grid-section>div img {
	//margin-top: 0;
    //margin: 0px;
    //height: 250px;
    //width: 277px;
	
	margin-top: 0;
    margin: 0px;
    vertical-align: middle;
    max-height: 100px;
    max-width: 200px;
}
	*/
#intro .info-row .row {	
    margin: 25px 0;
    border: 5px #0F3942 solid;
    box-shadow: 5px 5px 0px #175460;	
}

.grid-section .caption {
	font-size: 8pt;
    font-style: italic;
    border: 2px solid #DADADA;
    border-top: none;
    margin-top: -4px!important;
    padding: 5px;
    text-align: center;
	max-width: 277px;
	width: 100%;
	margin: 0 auto;
}
.grid-section .full.triangle img {
	height: inherit;
    width: inherit;
}
.footer-content div:nth-child(3) {
    margin-top: 6px;
}
fieldset legend {
    background: transparent;
}
.theme-color-petrol h1 {
    color: #175460;
    background: #9CD3D0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18pt;
}
.theme-color-petrol .content form {
	background: #9CD3D0;
    padding: 15px;
}
.theme-color-petrol .content form label {
	color: #175460;
    font-weight: 700;
    text-transform: uppercase;
}
.theme-color-petrol .content form input {
	margin-bottom: 0;			
}
						
.theme-color-petrol .content form span {
	text-transform: uppercase;
    color: #EC732C;
    font-size: 8pt;
    font-weight: 700;		
}
						
.theme-color-petrol .content form button {	
	text-transform: uppercase;
    background-color: #45B6B5;
    line-height: 10pt;
    padding: 15px 50px;
    border: none;
    color: #fff;							
}
    
.footer-content {
    border-bottom: 5px solid #EFEDE7;
    margin-bottom: 25px;
}
.footer-tt-logo {
    margin-top: -15px;
    width: 150px;	
}

.footer-eu-logo img {
    margin: 20px 100px 25px 0;
    width: 100px;
    float: right;
}
.footer-tt-logo img {
	float: left;
    width: 150px;
    margin: 20px 0 25px 100px;	
}
.footer-eu-logo p {
    width: 250px;
    float: right;
    margin: 25px 10px 25px 20px;
    font-size: 8pt;
    color: #fff;	
}
	
.info-box.hidden {
    height: 0px;
    width: 250px;
	transition: 0.5s width, 0.5s 0.5s height;
}
.grid-section {
	position: relative;
	margin-bottom: 100px;
}
.info-box {
	transition: 0.3s height, 1s 0.3s width;
	height: 400px;
    width: 100%;	
	background: #F5B38D;
	overflow: hidden;
	cursor: default;
	z-index: 999;
}
.info-box>* {
	display: none;
}

.info-box h3 {
	padding: 1rem 0 0 1rem;
    margin: 0;
    color: #fff;
    font-size: 14pt;	
}
.info-box p {
	color: #000;
    padding: 0 1rem;
    margin: 0;
    font-size: 12pt;
    font-family: 'Open Sans';
}
	
.info-box .profile {
	display: inline-block;
    float: left;	
}
	
.info-box .profile img {		
    margin: 1rem!important;
    margin-bottom: 0.5rem!important;
    padding: 0!important;
    max-height: inherit!important;				
}
.info-box .profile p {	
	font-size: 10pt;
    margin: 0;
    text-align: left;
}

p.lead, div.lead p {
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: 1rem;
    background-color: #EC671C;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	padding: 0 1.5rem;
	border-left: 20px solid #F4A77C;
}
.content article img {
    border-radius: 0;
	width: 100%;
}
.content article h4 {
    margin: 0;
    padding: 0 1.5rem;
    border: none;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
.content article img.hero-image {
    margin-bottom: 0.875rem;
}

.custom-liststyle ul li::before, .content article ul li::before, .content aside ul li::before, .panel ul li::before, .custom-liststyle ul li::after, .content article ul li::after, .content aside ul li::after, .panel ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    display: inline-block;
    height: 2px;
    width: 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    moz-transform-origin: 6px 50%;
    -o-transform-origin: 6px 50%;
    -ms-transform-origin: 6px 50%;
    -webkit-transform-origin: 6px 50%;
    transform-origin: 6px 50%;
}
.custom-liststyle ul li, .content article ul li, .content aside ul li, .panel ul li {
    position: relative;
    padding-left: 0.9375rem;
    color: #175460;
}
.column-row .column h4 {
	margin: 0;
    -webkit-column-span: all;
    column-span: all;
    background: transparent;
    border: none;
    text-transform: uppercase;
    float: left;
    line-height: 25pt;
    padding: 10px 5px 0 0;
    font-size: 45pt;
}
.column-row .column {
    margin-bottom: 0px;
	line-height: initial;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #fff;
    font-size: 10pt;
    font-family: "Open Sans", serif;
}

.column-row .column h5 {
	-webkit-column-span: all;
    column-span: all;
    text-align: center;
	width: 300px;
    margin: 0 auto;
    height: 50px;
    margin-bottom: -75px;
    margin-top: 15px;
    line-height: 37pt;
    font-size: 12pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
	background: #B3D2CA;
    color: #EC671C;
    font-weight: 700;
}
	
.orange-header h2 {
    line-height: 1em;
    margin-bottom: 1rem;
    background-color: #EC671C;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    padding: 0 1.5rem;
    border-left: 5px solid #F4A77C;
    text-align: left!important;
}
	
@media only screen and (min-width: 40.063em) {
	.main-navigation nav>ul>li {
		font-size: 1.2rem;
		margin-bottom: -2px;
	}
	.logo img {
    	max-height: 175px;
	}
	.top-navigation ul li {
		border-right: none;
	}
	.main-navigation nav>ul>li.active>a:after {
    	border-bottom-color: #48B5B5;
	}
	.main-navigation nav>ul>li.active>a:before {
		border-bottom-color: #48B5B5;
	}
	.top-navigation ul li a:hover {
		color: #45B6B5;
	}
	.content {
    	padding: 0;
	}
    .main-navigation {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#16535F), to(#439DAF));
        background-image: -webkit-linear-gradient(top, #16535F, #439DAF);
        background-image: -moz-linear-gradient(top, #16535F, #439DAF);
        background-image: -ms-linear-gradient(top, #16535F, #439DAF);
        background-image: -o-linear-gradient(top, #16535F, #439DAF);
        background-image: linear-gradient(to bottom, #16535F, #439DAF);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#16535F', EndColorStr='#439DAF');
        border-bottom: 1px solid #2C8793;
    }
    .main-navigation nav>ul>li>a {
		color: #fff;
		font-size: 11pt;
		line-height: 21pt;
		font-family: 'Titillium Web', sans-serif;
		text-transform: uppercase;
    }
	.main-navigation {
    	background: #16535F;
	}
	.main-navigation nav>ul>li.active>a:before, .main-navigation nav>ul>li.active>a:after {
		bottom: -2px;
		left: 0;
		border: none;
		z-index: 9;
	}
					
	.main-navigation nav>ul>li.active>a:before {
		border-bottom: 2px solid #64BEBA;
		width: 100%;
		margin-left: auto;
	}
    .theme-color-petrol .main-navigation nav>ul>li>a:hover, #important-links a:hover {
        color: #6DC8BB;
    }
	.theme-color-petrol .main-navigation nav>ul>li.active>a {
		color: #6DC8BB;
	}
	#search-field {
		padding-top: 0;
		display: inline-block;
		float: right;
		margin-right: 55px;
	}
	#search-field form {
    	margin-top: 3px;
		position: relative;
	}
	#search-field .search-button {
		position: absolute;
		right: -50px;
	}
	.logo {
		border-bottom: none;
		width: auto;
		border-top: none;
		float: right;
		position: absolute;
		bottom: 0;
		right: 0;
		display: none;
	}
	.top-wrapper {
		padding-bottom: 0;
		background: url('/media/1029/ny_header_midten.png');
		height: 202px;
		max-width: 1000px;
		width: 100%;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
	}
	.top-content {
		width: 100%;
		float: left;
		position: absolute;
		left: 0;
		top: 0;
	}
	.top-navigation ul {
		padding: 10px 11px;
		background: rgba(255, 255, 255, 0.7);
		margin-top: -4px;
		height: 38px;
		margin-right: -10px;
	}
	.top-navigation ul li {
		line-height: 5px;
		font-size: 10pt;
		height: 12px;
		padding-top: 0;
	}
	.top-navigation ul svg {
		width: 20px;
		height: 15px;
		fill: #175460;
		margin-top: -6px;
	}
	.top-navigation ul li a {   
		color: #175460;
		padding: 0;
		font-weight: 700;
		text-transform: uppercase;
    	font-size: 10pt;
	}
	.main-navigation {
		background: #16535F;
		border-top: 2px solid #2C8793;
		border-bottom: 2px solid #2C8793;
	}
	.main-navigation nav>ul>li {
		border-left: none;
		margin-top: -2px;
	}
	.main-navigation nav>ul>li>a {
		border-left: none;
	}
	.content article {
		font-family: 'Titillium Web', sans-serif;
		padding: 1.5rem 0 0 1.5rem;
		padding: 0;
	}
	.content article form {
		margin-bottom: 25px;
	}
	.content aside {	
		padding-right: 0px;
	 	padding-left: 0;
	}
}	

@media only screen and (max-width: 40em) {
	.logo img {
    	max-height: 88px;
	}	
	#site-menu {
		right: -265px;
		background: #48B5B5;
		width: 265px;
	}
	.main-navigation nav>ul>li {
    	border-bottom: 1px solid #16535F;
	}
	.main-navigation nav>ul {
    	border-bottom: none;
	}
	.main-navigation nav>ul>li a {
		border-top: none;
		color: #FFF;
	}
	.main-navigation .cloned-top-navigation li a {
		color: rgb(234, 168, 33);
		font-weight: bolder;
		border: none;
		font-size: 75%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
		font-family: Roboto;
	}
	.main-navigation .cloned-top-navigation li svg {
		fill: rgb(234, 168, 33);
		width: 20px;
		height: 15px;
	}
	.main-navigation nav>ul>li:hover > * {
		color: #fff;	
		fill: #fff;
	}
	.logo {		
		background: white;
		padding-bottom: 0.625rem;
		border: 5px solid #16535F;
		border-bottom: none;
		width: auto;
	}
	.top-wrapper {
		border-bottom: 5px solid #16535F;
		padding-bottom: 0;
	}
	section.teasers {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.teaser.double {
		border-radius: 5px;
	}
	.teaser img {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.block {
		width: calc(33.33333333333333% - 10px);
	}
	.top-wrapper {
		background-position: 100%;
		background-size: cover;
	}
}

@media only screen and (max-width: 760px) {
	.block {
		height: 120px;
	}
	#intro .info-row .row {	
		box-shadow: none;
		margin: 0px 0;
		border: none;
	}
	.orange-header h2 {
		font-size: 30px!important;
	}
	.footer-single ul li::before, .footer-single ul li::after, .footer-double ul li::before, .footer-double ul li::after {
		background-color: transparent;
	}
}
		
@media only screen and (max-width: 640px) {
	.panel {
		padding-bottom: 0.75rem;
	}			
	.theme-color-petrol .panel h3 {
		font-size: 14pt;
	}
	.panel p {
		font-size: 9pt;
	}
	.top-wrapper {
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		height: 125px;
	}
	.logo {
    	opacity: 0;
	}
	.top-wrapper {
    	background: url('/media/1029/ny_header_midten.png');
		background-position: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	#primary-nav-trigger {
		height: 25px;
		width: 35px;
		background: transparent;
	}
	.green-text {
		color: rgb(234, 168, 33);
		float: left;
		line-height: 22pt;
		font-size: 9pt;
		margin-left: 3px;
	}

	.content, .content aside, .content article {
		padding: 0;
	}
	.content article {
		border-bottom: 5px solid #94CAC4;
	}
	.footer-content {
		border-bottom: 2px solid #F26518;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 45px;
		text-align: center;
	}
	footer a {
		color: #EB732E !important;
		font-weight: 700;
	}
	.footer-content h4 {
		text-transform: uppercase;
		font-weight: 100;
	}
	.footer-single ul li, .footer-double ul li {    
    	padding-left: 0;
	}
	.footer-eu-logo {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.footer-eu-logo p {
		margin: 0;
		font-size: 8pt;
		color: #fff;
		width: inherit;
		float: none;
	    max-width: 350px;
    	margin: 0 auto;
	}
	.footer-eu-logo img {
		margin: 0;
		width: initial;
		float: none;
	}
	.footer-tt-logo img {
		float: none;
		width: 250px;
		margin: 0;
	}
	.footer-tt-logo {
		text-align: center;
		border-top: 2px solid #F26518;
		width: 90%;
		margin: 45px auto;
	    padding-top: 35px;
	}

	.column-row .column h4 {
		line-height: 15pt;
		font-size: 35pt;
		padding: 5px 5px 0 0;
	}
	.column-row .column {
		font-size: 8pt;
	}
	.column-row .column h5 {
		width: 200px;
		height: 40px;
		margin-bottom: -70px;
		margin-top: 10px;
		line-height: 29pt;
		font-size: 12pt;
	}
	.orange-header h2 {
		font-size: 24px!important;
	}
	.footer-content div:nth-child(3) {
		margin-top: -95px;
	}
}	
	
@media only screen and (max-width: 577px) {
	.footer-content div:nth-child(3) {
		margin-top: -95px;
	}
	pad {
		padding: 5px 0;
		display: block;
	}
}

@media only screen and (max-width: 475px) {
	.column-row .column {
		font-size: 9pt;		
		padding: 0;
		word-spacing: 1px;
		letter-spacing: 0.3px;
		-webkit-column-count: 1;
	}
	.column-row .column h5 {
    	margin-bottom: -80px;
	}
}
		
@media only screen and (max-width: 400px) {
	.block {
		height: 100px;
	}

	.column-row .column h5 {
		width: 200px;
		height: 30px;
		margin-bottom: -74px;
		margin-top: 10px;
		line-height: 22pt;
		font-size: 10pt;
	}
	.column-row .column h4 {	
		line-height: 18pt;
    	font-size: 28pt;
    	padding: 5px 5px 0 0;
	}	
		
	.orange-header h2 {
		font-size: 20px!important;
	}
}	
			
		
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
