/*
Theme Name: Goldair Group
Theme URI: https://www.goldair-group.com
Author: Digitalbox
Author URI: https://www.digitalbox.gr/
Description: Goldair Group WordPress Theme
Tags:        one-column
Text Domain: wp_digitalbox_framework
*/


/* ========================
1 = Global
======================== */

/*GDPR COOKIES*/
aside#moove_gdpr_cookie_info_bar {
       width: 450px;
    background-color: #21386c!IMPORTANT;
    LEFT: 2PX;
    bottom: 2px;
    border-radius: 10px;
}
button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0, button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1{
	background-color: #e8b227!IMPORTANT;
	border-radius: 5px!IMPORTANT;
	color: #21386c!important;
	font-size: 12px!important;
	padding: 4px 28px!important;
}
.moove-gdpr-button-holder {
    padding-left: 0!important;
    justify-content: center;
}
.moove-gdpr-info-bar-content{
	flex-direction: column;
}
.moove-gdpr-info-bar-container {
    padding: 20px 10px!important;
}

.moove-gdpr-button-holder {
    PADDING-TOP: 20PX;
}
.moove-gdpr-cookie-notice p{
	font-size: 13px!important;
    font-weight: 500!important;
}
.moove-gdpr-cookie-notice a:hover{
	color: #e8b227!important;
}
@media only screen and (max-width: 500px){
	aside#moove_gdpr_cookie_info_bar {
       width: 100%!important;
		border-radius: 0px!IMPORTANT;
	}
}

/*GDPR COOKIES - end*/
body {
	background: #fff;
	color: #2b2b2b;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	position: relative;
}

body.page-template-page-arxiki {
	background: #fff url(images/home-goldair-bg2.jpg) top center no-repeat;
}

.row {
	margin: 0 auto;
	max-width: 1355px;
	width: 100%;
}

.row.full-width {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.row.no-gutter {
	margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-left: 0;
	padding-right: 0;
}

.row.no-gutter-all {
	margin: 0 auto;
}

.row.no-gutter-all [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.center-block {
	float: none;
}

a {
	color: #20386c;
	outline: 0;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
	color: #150e70;
}

code {
	background: #2b2b2b;
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-family: consolas, monaco, 'andale mono', monospace;
	font-weight: normal;
	line-height: 1.3;
	margin: 8px 0;
	padding: 12px;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}

mark {
	color: #fff;
	padding: 1px 4px;
	border-radius: 2px;
	font-weight: 600;
	background: #3190E7;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}


/* Ηeadings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	margin-top: 12px;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
}


/* End of Ηeadings */

hr {
	border: solid #e8e8e8 !important;
	border-width: 1px 0 0 !important;
	clear: both;
	height: 0;
	margin: 31px 0 !important;
}

p {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 400;
}

ul li,
ol li {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.ggheader {
	height: 104px;
	background: #21386c;
}

.logo {
	padding-top: 40px;
}

ul.languages {
	margin: 0 13px 0 0;
	padding: 8px 0 0;
	list-style: none;
	float: right;
}

ul.languages li {
	margin-right: 12px;
	float: left;
}

ul.languages li::last-child {
	margin-right: 0;
}

ul.languages li a {
	font-size: 12px;
	color: #fff;
	transition: all 250ms ease-out 0s;
	text-transform: uppercase;
}

ul.languages li a:hover,
ul.languages li.icl-current a {
	color: #e8b227;
}

.ggmenu {
	padding-top: 69px;
}


/* NAVIGATION MENU  ---------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 158%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** SKIN ***/
.sf-menu {
	float: right;
	margin: 0;
}

.sf-menu ul {
	min-width: 10em;
	*width: 10em;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* 1st level */
.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	margin: 0 25px;
}

.sf-menu li::last-child {
	margin-right: 0;
}

.sf-menu li a {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a,
.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-ancestor a {
	color: #e8b227;
}

/* 2nd level */
.sf-menu ul li,
.sf-menu li.current ul li {
	background: #fff !important;
	padding: 0;
	margin: 0
}

.sf-menu ul li a {
	background: #fff !important;
	font-size: 12px;
	padding: 12px 16px;
	color: #363B3F !important;
	border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
	color: #363B3F !important;
	background: #F3F5F7 !important;
	-webkit-transition: none;
	transition: none;
	border-bottom: 1px solid #e5e8ec;
}

/* 3rd level */
.sf-menu ul li.sfHover li a {
	background: #fff !important;
	font-size: 12px;
	padding: 12px 16px;
	color: #363B3F !important;
	border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li li:hover a,
.sf-menu ul li li.sfHover a {
	color: #363B3F !important;
	background: #F3F5F7 !important;
	-webkit-transition: none;
	transition: none;
	border-bottom: 1px solid #e5e8ec;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #fff;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #fff;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #fff;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #fff;
}

.home-goldair-group {
	min-height: 808px;
	padding-top: 65px;
}

.home-goldair-group h1 {
	color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: -.035em;
}

hr.yellowhrhome {
    border: solid #d2a531 !important;
    border-width: 4px 0 0 !important;
    clear: both;
    height: 0;
    width: 35px;
    border-radius: 16px !important;
    margin: 8px 0 !important;
}

hr.yellowhr {
    border: solid #d2a531 !important;
    border-width: 4px 0 0 !important;
    clear: both;
    height: 0;
    width: 35px;
    border-radius: 16px !important;
    margin: 15px auto !important;
}

.home-goldair-group p {
		text-align: justify;
		padding: 8px 90px 0 0;
		line-height: 23px;
		font-size: 15px;
}

.ggquote {
	color: #20386c;
	font-weight: 700;
	height: 101px;
	font-style: italic;
	font-size: 18px;
	padding: 31px 87px 0 0;
	line-height: 31px;
	position: relative;
}

.ggquote img {
	float: left;
	margin-right: 10px;
}

.quotebefore,
.quoteafter {
	font-size: 35px;
	font-weight: 900;
}

.ggquote p {
	font-style: normal;
	margin: 6px 0 0 -11px;
	color: #20386c;
	letter-spacing: .035em;
	text-align: left;
}

.quotecontent::before {
	content: url(images/quotebefore.png);
}

.quotecontent::after {
	content: url(images/quoteafter.png);
}

.home-goldair-companies {
	padding: 85px 0 130px;
}

.home-goldair-companies h2 {
	color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0;
	text-align: center;
}

hr.yellowhrc {
    border: solid #d2a531 !important;
    border-width: 4px 0 0 !important;
    clear: both;
    height: 0;
    width: 35px;
    border-radius: 16px !important;
    margin: 15px auto !important;
}

p.companiestext {text-align: center; padding: 0 90px; color:#2b2b2b; line-height: 27px; margin:33px 0 0;}

.companiesectionitems {
	margin-top: 45px;
}

.companysection {
	padding: 5px;
}

.companysection .initial {
	background: #fff;
	padding: 30px 45px;
}

.ggclogo {min-height:75px;}

.companysection .initial p {
	font-size: 15px;
	padding-top: 15px;
	line-height: 23px;
	margin-bottom: 8px;
}

.ggcreadmore {
	text-align: right;
	font-size: 13px;
	font-weight: 700;
}

.ggcreadmore a::after {
	font-family: FontAwesome;
	content: "\f138";
	margin-left: 6px;
	font-size: 20px;
	vertical-align: -8%;
	font-weight: 300;
	color: #d3a530
}

.ggcreadmore a:hover::after,
.ggcreadmore a:hover {
	color: #20386c
}


.home-goldair-numbers {
	background: url(images/home-goldair--numbers-bg.jpg) top center no-repeat;
	padding: 110px 0;
}

.home-goldair-numbers h3 {
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 20px;
}

.home-goldair-numbers h4 {
	color: #fff;
	font-size: 23px;
	margin: 0 0 35px;
	padding: 0;
}

.numbersdata {
	margin-top: 77px;
}


.people {
	float: left;
	width: 255px;
}

span.numabove {
	color: #fff;
	font-size: 14px;
	display: block;
}

span.numpeople {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	display: block;
	margin-top: -16px;
}

.networkimg {
	float: left;
	width: 90px;
}

.network {
	float: left;
	width: 516px;
	padding-left: 64px;
	padding-right: 15px;
}

.home-goldair-numbers p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

.networkint {
	float: left;
	width: 317px;
	padding-left: 50px;
	padding-right: 15px;
}

footer {
	background: #e2e4e9;
	padding: 65px 0 25px;
}

.footer-contact {
	float: left;
	width: 283px;
	padding-right: 60px;
}

.footer-contact p {
	color: #20386c;
	font-size: 15px;
	line-height: 22px;
	margin-top: 20px;
}

ul.socialicons {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.socialicons li {
	float: left;
	margin-right: 10px;
}

ul.socialicons li::last-child {
	margin-right: 0;
}

.copyright {
	clear: both;
	padding-top: 49px;
}

.footer-companies {
	float: left;
	width: 357px;
	padding-right: 10px;
}

ul.companiesul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.companiesul li {
	font-size: 15px;
	color: #20386c;
	padding-bottom: 3px;
}

.footer-links {
	float: left;
	width: 657px;
}

.ggfmenu {
	float: right;
}

.ggfmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.ggfmenu ul li {
	float: left;
	margin-right: 25px;
}

.ggfmenu ul li:last-child {
	margin-right: 0;
}

.ggfmenu ul li:nth-child(4) {
	margin-left: -66px;
}

.ggfmenu ul li a {
	font-size: 14px;
	color: #20386c;
	font-weight: 600;
	text-transform: uppercase;
}

.ggfmenu ul.sub-menu {
	margin-top: 8px;
}

.ggfmenu ul.sub-menu li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.ggfmenu ul.sub-menu li a {
	font-size: 14px;
	color: #20386c;
	font-weight: 400;
	text-transform: none;
}

.ggfmenu ul.sub-menu li:nth-child(4) {
	margin-left: 0;
}

.ggfmenu ul li a:hover {
	color: #2D2928;
}

.home-goldair-group-mobile {
	display: none;
}

.gg-content-area {
	background: #fff url(images/content-angle-bg.jpg) top center no-repeat;
	min-height: 495px;
	position: relative;
}


.gg-content-area.no-background {
	background: #fff;
	padding: 100px 0;
}

.gg-content-area.w-background {
	background: #fff url(images/content-angle-bg.jpg) top center no-repeat;
	margin: 100px 0 0;
	padding-bottom: 100px;
}

.gg-content-area.w-background.cargo {
	background: #fff url(images/content-angle-bg-cargo.jpg) top center no-repeat;
	margin: 100px 0 0;
	min-height: 822px;
}

.gg-content-area h1 {
	color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: -.035em;
	padding: 0;
	margin: -8px 0 0;
}

.gg-content-area p {
	line-height:29px;margin-bottom:25px;
}

.contentpads {
	padding-right: 40px;
}

.ggclogoin {
	margin-left: -15px;
}

.ggclogoin::before {
	content: url(images/gsa_line.jpg;);
	float: left;
}

.ggclogoin.goldair-handling::before {
	content: url(images/goldair_haldling_line.jpg;);
	float: left;
}

.ggclogoin.medlog::before {
	content: url(images/medlog_line.jpg;);
	float: left;
}

.ggclogoin.travellair::before {
	content: url(images/travellair_line.jpg;);
	float: left;
}

.ggclinkin {
	margin: 25px 0 0 35px;
}

.ggclinkin.goldair-handlingl {
	margin: 25px 0 0 25px;
}

.ggclinkin a {
	color: #c29319;
	font-size: 14px;
	font-weight: 600;
}

.ggclinkin a:hover {
	color: #21386C;
}

.parjusti {
	margin-top: 20px;
}

.parjusti p {
	text-align: justify;
}

p.bluebold {
	padding: 50px 0 25px;
	font-weight: 700;
	color: #20386c;
}

p.bluebold.cargo {
	padding: 50px 0 5px;
}

.parjusti.nopad1 {
	margin-top: 0;
	padding-right: 40px;
}

.parjusti.nopad2 {
	margin-top: 0;
	padding-left: 40px;
}

hr.yellowhrgsa {
	border: solid #d2a531 !important;
	border-width: 4px 0 0 !important;
	border-radius: 16px !important;
	clear: both;
	height: 0;
	width: 35px;
	margin: 35px 0 !important;
}

.goldair-cargo-img {position: absolute; top:260px; }
.goldair-cargo-img img {max-width:90%}

ul.cargoadv {padding:0; margin:0; list-style:none;}
ul.cargoadv li {line-height:31px;}
ul.cargoadv li::before {content: url(images/libullet.jpg); margin:0 8px 0 0; display:inline-block; vertical-align: 10%;}

.cargoactivities {margin-top:-12px;}
.cargoactivity p {text-align:center; color: #20386c; margin-top:5px; font-size:14px;} 
.cargoinitial {width:129px; text-align:center; }
.goldair-cargo-img-1023 {display:none;}
.brinksimg {margin-top:25px;}

td.trvc {font-size: 15px;
	line-height: 1.5; padding-left:5px;}

	.cargotrvserv {display:none;}
	.slick-companies  {display:none;}

@media only screen and (max-width: 1919px) {
	.gg-content-area.w-background.cargo {
		min-height: 22px;
	}
.goldair-cargo-img img {max-width:75%}
}

@media only screen and (max-width: 1666px) {
.goldair-cargo-img img {max-width:65%}
}

@media only screen and (max-width: 1439px) {
	.goldair-cargo-img img {max-width:55%}
	}

@media only screen and (max-width: 1280px) {
	.companysection .initial {
		min-height: 310px;
		padding: 25px 40px;
	}

	.people {
		width: 215px;
	}

	.network {
		width: 476px;
	}

	.networkint {
		width: 277px;
	}

	.footer-contact {
		width: 243px;
	}

	.footer-companies {
		width: 317px;
	}


}

@media only screen and (max-width: 1240px) {
	.ggquote p {
		letter-spacing: 0;
	}

	.footer-contact {
		width: 223px;
	}

	.footer-companies {
		width: 297px;
	}
}

@media only screen and (max-width: 1180px) {

	.ggquote {
		font-size: 17px;
		line-height: 27px;
		padding-right: 122px;
	}

	.footer-contact {
		width: 203px;
	}

	.footer-companies {
		width: 277px;
	}

	.gg-content-area {
		padding-bottom: 40px;
	}

	.goldair-cargo-img img {max-width:50%}

}

@media only screen and (max-width: 1140px) {

	.companysection .initial {
		min-height: 310px;
		padding: 20px 35px;
	}

	.companysection .initial p {
		font-size: 14px;
		padding-top: 27px;
		line-height: 22px;
		margin-bottom: 6px;
	}

	.numbersdata {
		margin-top: 57px;
	}

	.people {
		width: 185px;
	}

	.network {
		width: 446px;
		padding-left: 44px;
	}

	.networkint {
		width: 247px;
		padding-left: 30px;
	}

	.footer-contact {
		width: 183px;
	}

	.footer-companies {
		width: 257px;
	}

}

@media only screen and (max-width: 1080px) {
	.sf-menu li {
		margin: 0 15px;
	}

	.home-goldair-group p {
		line-height: 22px;
		font-size: 14px;
	}

	.people {
		width: 175px;
	}

	.network {
		width: 436px;
		padding-left: 40px;
	}

	.networkint {
		width: 237px;
		padding-left: 20px;
	}

	.footer-contact {
		width: 163px;
	}

	.footer-companies {
		width: 227px;
	}

	.footer-contact p {
		font-size: 14px;
		line-height: 21px;
	}

	ul.companiesul li {
		font-size: 14px;
	}
	.goldair-cargo-img img {max-width:45%}
}

@media only screen and (max-width: 1040px) {
	.home-goldair-group {
		padding-top: 51px;
	}

	.ggquote {
		font-size: 16px;
		line-height: 26px;
	}

	.people {
		width: 165px;
	}

	.network {
		width: 406px;
		padding-left: 20px;
	}

	.networkint {
		width: 227px;
		padding-left: 10px;
	}

	.footer-contact {
		width: 163px;
	}

	.footer-companies {
		width: 207px;
	}

	.footer-contact p {
		font-size: 13px;
		line-height: 20px;
	}

	ul.companiesul li {
		font-size: 13px;
	}

	.footer-links {
		width: 617px;
	}

	.ggfmenu ul li {
		margin-right: 20px;
	}

	.ggfmenu ul li:nth-child(4) {
		margin-left: -46px;
	}

	.ggfmenu ul li a {
		font-size: 13px;
	}

}

@media only screen and (max-width: 1200px) {

	.home-goldair-group p {
		text-align: left;
	}

}

@media only screen and (max-width: 1189px) {
	body.page-template-page-arxiki {
		background: #fff url(images/home-goldair-bg-mobile.jpg) top center no-repeat!important;
	}

	.home-goldair-group {
		display: none;
	}

	.home-goldair-group-mobile {
		display: block;
		padding-top: 0;
		min-height: 10px;
		padding-bottom: 40px;
		 background:#fff!important;
	}

	.home-goldair-group-mobile h1 {
		text-align: center;
		padding-top: 40px;
		color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: -.035em;
	}

	

	.home-goldair-group-mobile hr.yellowhr {
		border: solid #d2a531 !important;
		border-width: 5px 0 0 !important;
		border-radius: 16px;
		clear: both;
		height: 0;
		width: 35px;
		margin: 15px auto !important;
	}

	.home-goldair-group p, .home-goldair-group-mobile p {
		text-align: justify;
		padding: 10px 87px;
		line-height: 24px;
		font-size: 15px;
	}

	.ggquote {
		display: table;
		margin: 0 auto;
	}

	.home-goldair-companies {
		background: #fff url(images/companies-mobile-bg.jpg) top center no-repeat;
		background-size: cover;
		padding: 85px 0 130px;
	}

	.networkimg {
		display: none;
	}

	.home-goldair-numbers {
		background-size: cover;
	}

	.people {
		width: 100%;
		text-align: center;
		padding: 40px 60px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.network {
		width: 100%;
		text-align: center;
		padding: 40px 60px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.networkint {
		width: 100%;
		text-align: center;
		padding: 40px 60px 0;
	}

	.footer-contact {
		width: 50%;
	}

	.footer-companies {
		width: 50%;
	}

	.footer-contact p {
		font-size: 15px;
		line-height: 23px;
	}

	ul.companiesul li {
		font-size: 15px;
	}

	.footer-links {
		clear:both;
		width: 100%;
		float: none;
		margin-top: 40px;
	}

	.ggfmenu {
		float: none;
		display: table;
		margin: 30px 0 0;
		padding-top: 44px;
	}



	.ggfmenu ul li {
		margin-right: 85px;
	}

	.ggfmenu ul li:nth-child(4) {
		margin-left: -46px;
	}

	.ggfmenu ul li a {
		font-size: 15px;
	}

	.goldair-cargo-img {display:none;}
	.goldair-cargo-img-1023 {display:block;}

}


@media only screen and (max-width: 960px) {

	.ggfmenu ul li {
		margin-right: 75px;
	}

}

@media only screen and (max-width: 900px) {

	.ggfmenu ul li {
		margin-right: 65px;
	}

	.ggclogoin img {
		max-width: 80%;
	}

}

@media only screen and (max-width: 860px) {

	.ggfmenu ul li {
		margin-right: 55px;
	}

}

@media only screen and (max-width: 820px) {

	.ggfmenu ul li {
		margin-right: 45px;
	}

	.sf-menu li {
		margin: 0 12px;
	}

	.sf-menu li a {
		font-size: 14px;
	}

}

@media only screen and (max-width: 810px) {

	.sf-menu li {
		margin: 0 6px;
	}

	.sf-menu li a {
		font-size: 14px;
	}

	.ggfmenu ul li {
		margin-right: 45px;
	}

}

@media only screen and (max-width: 780px) {

	.footer-contact {
		width: 100%;
		float: none;
	}

	.footer-companies {
		width: 100%;
		float: none;
	}

	.footer-links {
		clear:both;
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.ggfmenu ul li {
		float: none;
		margin-right: 0;
	}

	.ggfmenu ul li:nth-child(4) {
		margin-left: 0;
	}

	.copyright {
		clear: both;
		padding: 19px 0 30px;
	}


	.ggfmenu {
		margin: 0;
		padding-top: 0;
	}

	.companysection .initial {
		min-height: 10px;
		padding: 25px 40px;
	}

	.ggclogoin img {
		max-width: 70%;
		padding-top: 8px;
	}

	.ggclinkin {
		margin: 25px 0 0 10px;
	}

}

@media only screen and (max-width: 767px) {

	ul.languages,
	.ggmenu {
		display: none;
	}

	.gg-content-area {
		padding-top: 40px;
	}

	.contentpads {
		padding: 0;
	}

	.ggclogoin {
		display: table;
		margin: 0 0 0 -10px;
	}

	.ggclogoin img {
		max-width: 100%;
		padding-top: 0;
	}

	.ggclinkin, .ggclinkin.goldair-handlingl {
		margin: 25px 0 40px;
		text-align: left;
	}

	.parjusti.nopad1 {
		padding-right: 0;
	}

	.parjusti.nopad2 {
		padding-left: 0;
	}

	.gg-content-area,
	.gg-content-area.w-background {
		margin-top: 0;
		padding: 40px 0;
		min-height: 10px;
	}

	.gg-content-area h1 {
		margin-top: 40px;
	}

	.brinksimg {margin:25px auto 0; display:table;}

	iframe {margin-top:40px;}

	.cargoactivities {display:none;}
	.cargotrvserv {display:block; margin-bottom:40px;}
	.cargotrvserv img {width:85%;}
	.trvc.cargo {padding-left:-10px;}

	.ggclogoin.medlog.railcargo img  {width:85%;}

	.companiesdesktop  {display:none;}
	.slick-companies  {display:block;}
	.ggclogo {
		min-height: 5px;
	}

	p.companiestext {padding: 0 15px; }

}

@media only screen and (max-width: 640px) {
	.home-goldair-group p, .home-goldair-group-mobile p {
		padding: 10px 20px;
	}

	.ggquote {
		padding: 10px 20px;
	}

	.people {
		padding: 40px 20px;
	}

	.network {
		padding: 40px 20px;
	}

	.networkint {
		padding: 40px 20px 0;
	}

}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #dea22a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #2c4e7e;
}