@charset "UTF-8";

/* ***************************************************************************
 *
 *  CSS for CUSTOMS landing page 
 *
 * **************************************************************************/


/* changes to side bar for test block ***************************************/
.page-article .layout-sidebar {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding-left: 105px;
    margin-top: 100px;
    background: none;
}

.customs-sidebar {
    font-size: 13px;
}

#block-testblockteloneion-2 {
  font-size: 24px;
  background: #596ec4;
  margin-top: 20px;
  padding: 27px 10px 28px 9px;
  color: #fff;
  margin-bottom: 70px;
}

/*.region-sidebar h2,*/
#block-testblockteloneion-2 h2 {
    margin-top: 22px !important;
    padding-top: 10px !important;
    font-size: 24px !important;
    line-height: 31px !important;
    font-weight: 600 !important;
    /*border-top: 2px solid #000000 !important;*/
}

#block-customslp {
  font-size: 12px;
  /*background: #596ec4;*
  margin-top: 20px;
  padding: 27px 10px 28px 9px;*/
  color: #000;
  /* margin-bottom: 70px; */
}

 /* **************************************************************************/


 #landingpage_division_id_customs {
	width: 100%;
	padding: 70px 0 70px 0;
	overflow: auto;
	
	/* grey - c5c5c5 5b5b5b 
	background: rgb(197,197,197);
	background: -moz-linear-gradient(90deg, rgba(197,197,197,1) 0%, rgba(197,197,197,1) 58%, rgba(91,91,91,1) 58%, rgba(91,91,91,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(197,197,197,1) 0%, rgba(197,197,197,1) 58%, rgba(91,91,91,1) 58%, rgba(91,91,91,1) 100%);
	background: linear-gradient(90deg, rgba(197,197,197,1) 0%, rgba(197,197,197,1) 58%, rgba(91,91,91,1) 58%, rgba(91,91,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5c5c5",endColorstr="#5b5b5b",GradientType=1);
	*/

	/*
	background: rgb(146,159,181);
	background: -moz-linear-gradient(90deg, rgba(146,159,181,1) 0%, rgba(146,159,181,1) 58%, rgba(99,108,146,1) 58%, rgba(99,108,146,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(146,159,181,1) 0%, rgba(146,159,181,1) 58%, rgba(99,108,146,1) 58%, rgba(99,108,146,1) 100%);
	background: linear-gradient(90deg, rgba(146,159,181,1) 0%, rgba(146,159,181,1) 58%, rgba(99,108,146,1) 58%, rgba(99,108,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#929fb5",endColorstr="#636c92",GradientType=1);
	*/

	background: rgb(90,167,213);
	background: -moz-linear-gradient(90deg, rgba(90,167,213,1) 0%, rgba(90,167,213,1) 58%, rgba(89,110,196,1) 58%, rgba(89,110,196,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(90,167,213,1) 0%, rgba(90,167,213,1) 58%, rgba(89,110,196,1) 58%, rgba(89,110,196,1) 100%);
	background: linear-gradient(90deg, rgba(90,167,213,1) 0%, rgba(90,167,213,1) 58%, rgba(89,110,196,1) 58%, rgba(89,110,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5aa7d5",endColorstr="#596ec4",GradientType=1); 

	color: #fff;
	height: auto;
	overflow: overlay;
}

.block_customs_id {
	width: 55%;
	float: left;
}

.block_customs_top_links {
	color: #fff;
	float: right;
	padding-right: 40px;
	width: 30%;
}
.block_customs_top_links ul {
	list-style: none;
}
.block_customs_top_links a {
	color: #fff;
	border-top: 1px solid #fff;
	display: block;
	line-height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 25px;
}
.block_customs_top_links a:hover {
	//color: #E2C044;
	color: #fff;
}
.block_customs_top_links ul li:last-child {
	border-bottom: 1px solid #fff;
}
.block_customs_top_links a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	content: "\f35a";
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
    //display: inline;
    transition: all 0.15s ease-in-out;
}
.block_customs_top_links a:hover:before {
	transform: translateX(27%);
}



/* region SERVICES ***************************** */
.block_customs_polites {
	margin: 0 0 100px 0;
	padding: 40px 60px 60px 60px;
	background-color: #485b90;
	color: #fff;
	min-height: 200px;
	/*border-right: 15px solid #fff;*/
}
.block_customs_epixeirhseis {
    padding: 40px 60px 60px 60px;
	background-color: #98b444;
	min-height: 200px;
	/*border-left: 15px solid #fff;*/
}
.block_customs_polites h2, .block_customs_epixeirhseis h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.block_customs_polites ul, .block_customs_epixeirhseis ul {
	font-size: 16px;
	line-height: 40px;
	list-style:none;
}
.block_customs_polites ul li, .block_customs_epixeirhseis ul li {
	color: #fff;
	border-top: 1px solid #fff;
	display: block;
	line-height: 40px;
    font-size: 16px;
    padding: 0;
    padding-left: 25px;
}
.block_customs_polites ul li:last-child, .block_customs_epixeirhseis ul li:last-child {
	border-bottom: 1px solid #fff;
}
.block_customs_polites a, .block_customs_epixeirhseis a {
	color:#fff;
}
.block_customs_polites a:hover, .block_customs_epixeirhseis a:hover {
	color:#fff;
}
.block_customs_polites ul li::before, .block_customs_epixeirhseis ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	content: "\f35a";
	display: inline-block;
	padding-right: 15px;
	vertical-align: middle;
    transition: all 0.15s ease-in-out;
}
.block_customs_polites ul li:hover:before, .block_customs_epixeirhseis ul li:hover:before {
	transform: translateX(27%);
}

.aade-btn.white {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-top: 40px;
    padding: 12px 27px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
.aade-btn.white:hover {
	//background-color: rgb(255, 255, 255);
	//opacity: 0.3;
	background-color: rgba(255, 255, 255, 0.3);
	color: #000;
}

/* alerts ***************************** */

/* customs-123 start */

	.customs-123 {
	  display: flex;
	  flex-wrap: nowrap;
	  background-color: transparent;
	  margin: 35px 0 0 0;
	}

	h2.customs-123 {
		width: 100%;
		font-size: 33px;
		line-height: 38px;
		font-weight: bold;
		margin: 25px 0 40px 0;
	}

	.customs-123 .box1, .customs-123 .box2, .customs-123 .box3, .customs-123 .box4, .customs-123 .box5, .customs-123 .box6 {
	  width: 32%;
	  padding: 0 30px 0 85px;
	}

	.customs-123 .box1 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-1.png") top left no-repeat;
	}
	.customs-123 .box2 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-2.png") top left no-repeat;
	}
	.customs-123 .box3 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-3.png") top left no-repeat;
	}
	.customs-123 .box4 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-4.png") top left no-repeat;
	}
	.customs-123 .box5 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-5.png") top left no-repeat;
	}
	.customs-123 .box6 {
	  background: transparent url("https://www.aade.gr/sites/default/files/inline-images/customs-123-6.png") top left no-repeat;
	}

/* customs-123 end */
