@import url('https://fonts.googleapis.com/css?family=Cambay:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

body {
	color: #616262;
	font-size: 17px;
	padding: 0;
	margin: 0;
	font-family:'Open Sans', sans-serif; 
	line-height: 160%; 
}

/* one-way css class  */
.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.upper {text-transform: uppercase;}
.strong {font-weight: bold; }
.italic {  font-style: italic; }
.upper_off {text-transform: none;}
.fullwidth { width: 100%; }
.bgwh { background-color: white; }
.wh { color: white; }
small, .small {font-size: 14px; }
.mt0 { margin-top: 0 !importahnt; }
.mb0 { margin-bottom: 0 !important; }
.mb { margin-bottom: 30px !important; }
.mr5 { margin-right: 5px; }
.ml5 { margin-left: 5px; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
.cursor_pointer {cursor: pointer; }
.hide_me { display: none; }
/* common elements */

a {color: #00B1BF; text-decoration:underline; }
a:hover {
	color: #FB393F; 
	text-decoration:none;
}

.link_2 {text-decoration: none;}
.link_2:hover {text-decoration: underline;}

a.fa {text-decoration: none;}
a.fa:hover {text-decoration: none !important;}

.hidden{
	display: none;
}
.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

button, input[type=button], .button {
	border: none;
	background-color: #00B1BF;
	color: #fff;
	font-size: 14px;
	line-height: 24px; 
	font-weight: bold;
	text-transform:uppercase;
	padding: 12px 34px;
	display: inline-block;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}

button.color2, input[type=button].color2, .button.color2 {
	background-color: #FB393F;
}

button:hover, input[type=button]:hover, .button:hover {
	color: #fff;
	background: #70808B;
	text-decoration:none;
}

/*
button.big, input[type=button].big, .button.big {
	font: 400 24px 'Cambay', sans-serif;
	line-height: 30px;
	padding: 15px 30px;
}
*/

/*
.bg_dark button, 
.bg_dark input[type=button], 
.bg_dark .button {
	color: #fff;
	background: #2B3D4F;
}

.bg_dark button:hover, 
.bg_dark input[type=button]:hover, 
.bg_dark .button:hover {
	color: #fff;
	background: #5586a6;
}
*/

/* template */

/* Envelope (responsive) */

.envelope_bg {width: 100%; background-color:#fff; }
.envelope_bg.bg1, .bg1 { background-color:#fff;}
.envelope_bg.bg2, .bg2 { background-color: #EEEEF5; }
.envelope_bg.bg3, .bg3 {  background-color: #00B1BF; color: #fff; }
.envelope_bg.bg4, .bg4 {  background-color: #FB393F; color: #fff; }
/*
.envelope_bg.bg5, .bg5 {  background-color: #2C2D2D; }
*/

.envelope_bg.bgblack {   background: #000; color: #FFFFFF; }

h1, h2, h3, h4, h5, h6 {
	color: #3D3D3D;
}

.bg3 a, .bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {color: #fff; }
.bg4 a, .bg4 h1, .bg4 h2, .bg4 h3, .bg4 h4, .bg4 h5, .bg4 h6 {color: #fff; }
.bg5 a, .bg5 h1, .bg5 h2, .bg5 h3, .bg5 h4, .bg5 h5, .bg5 h6 {color: #fff; }

.bg_dark { color: #A3A3A3; }
.bg_dark a {color: #00B1BF; }

.c0, .c0 a {color: #616262 !important;}
.c1, .c1 a { color: #00B1BF !important;}
.c2, .c2 a { color: #FB393F !important;}

hr {
	width: 100%;
	background-color: transparent;
  color: transparent;
	border: 0px;
  border-top: 1px solid #C7C7C7;
  height: 1px;
	padding: 0; margin: 7px 0 10px 0;
}

.envelope {
	width: 100%;  
	max-width: 1920px;
	margin: 0 auto 0 auto; 
}
.envelope-pad-top {
	padding:  50px 3% 0 3%;
}
.envelope-pad-bottom {
	padding:  0 3% 50px 3%;
}
.envelope-pad-top-bottom {
	padding:  50px 3% 50px 3%;
}
.envelope-pad-top-bottom-only {
	padding:  50px 0px 50px 0px;
}
.envelope-pad {
	padding:  0 3%;
}

.envelope-pad-pre-header {
	padding:  25px 3% 15px 3%;
	position: relative;
}
.envelope-pad-footer {
	padding:  15px 3% 15px 3%;
}

.footer {
	font-size: 16px;
}

.bline {
	border-bottom: 1px solid #EEEEEE;
}
/*
.tbline {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
*/

.envelope-pad-tiny {
	padding:  30px 3% 20px 3%;
}

.envelope-pad-mini {
	padding:  10px 0px 10px 0px;
}

.envelope-pad-partners {
	padding:  40px 3% 0px 3%;
}


.cont-maxwidth {
	max-width: 1170px;
	margin: 0 auto;
}

.maxwidth-none {
	max-width: none;
}

/* template */
div.effect { 	width: 100%; }
div.effect .item { width: 100%; }
div.effect img { 	width: 100%; }

div.effect .item { display: none; width: 100%; }
div.effect .item.first { display: block; }

/* pager */
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 6px; overflow: hidden;
}
.cycle-pager span { 
   font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 40px;  
   display: inline-block; color: rgba(70, 70, 70, 0.5); cursor: pointer; 
   margin: 0 5px;
}
.cycle-pager span.cycle-pager-active { color: rgba(0, 177, 191, 1);}
.cycle-pager > * { cursor: pointer;}

/* header */

#header_wrap{width: 100%; position: relative; }
#header_picture {
	width: 100%; max-width: 1920px; margin: 0 auto;
}
#header_picture img {
	width: 100%; 
	/* filter: brightness(0.8); */
}
.header_picture_bg { }

#header_container {width: 100%; position: relative; color: #fff; }

#header_picture .item .content {
	position: absolute;
    width: 100%;
	bottom: 10%;
	left: 0;
	z-index: 5000;
    text-align: center;
}

#header_picture .item .content .maxwidth {
	max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}

#header_picture .item .content .pad {
    background-color: rgba(255, 255, 255, 0.7);
	max-width: 40%;
	padding : 1.5% 1.5%;
	text-align: left;
    display: inline-block;
    border-radius: 1px;
}
#header_picture .item .content .pad.nobg {
    background-color: transparent;
    padding : 0 0;
}


.hpt_1 {
	font-family:'Cambay', sans-serif;
	font-size: 32px; line-height: 40px; font-weight: 400;
	text-transform: uppercase;
}

.hpt_2 {
	font-family:'Cambay', sans-serif;
	font-size: 30px; line-height: 40px; font-weight: 700;
	text-transform: uppercase;
}

.hpt_3 {
    max-width: 800px;
	color: #616262;
	font-size: 17px;
    font-family:'Cambay', sans-serif;
    font-weight: 400;
}

#header_picture .item .more { margin-top: 15px; }

#header_picture .item .content .button {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}

.header_social {
	float: right;
	color: #DDDDDD;
	font-size: 90%;
	margin: 15px 30px 20px 0;
}

.header_social a { text-decoration: none; }

.header_social a:hover { text-decoration: underline; }

.langs {
	float: right;
	color: #DDDDDD;
	font-size: 90%;
	margin: 20px 50px 20px 0;
}

.langs a { text-decoration: none; }

.langs a:hover { text-decoration: underline; }

.langs .flag { width: 24px; height: 19px; border: 0; margin: 0 6px; padding: 0; }

.langs .flag:hover {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(234,201,82,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(234,201,82,1);
	box-shadow: 0px 0px 25px 0px rgba(234,201,82,1);
}

img#logo {
	width: 300px;
	border: 0px;
	margin-top: 5px;
}

/* menu */

#main_menu {
	width: 100%;
	max-width: 1920px;
	z-index: 10000;
	/* bugfix: margin-bottom after inline-block element */
	line-height: 0;	
}

#superfish {
	/*
	center horizontally:
	http://stackoverflow.com/questions/14943907/css-center-ul-list-inside-a-100-width-div
	*/
	display: inline-block; 
	margin: 0 auto;
	padding: 6px 0;
}

/* titles */

h1, .h1 {
  font: 400 36px/38px 'Cambay', sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
h1.big, .h1.big {
	font: 700 45px/48px 'Cambay', sans-serif;
}
h2, .h2 {
  font: 400 34px/36px 'Cambay', sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
h3, .h3 {
  font: 400 30px/32px 'Cambay', sans-serif;
  margin-bottom: 8px;
  margin-top: 8px;
}
h4, .h4 {
 	font: 400 26px/30px 'Cambay', sans-serif;
 	margin-bottom: 5px;
 	margin-top: 5px;
}
h5, .h5 {
  font: 400 22px/26px 'Cambay', sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
h6, .h6 {
  font: 400 22px/26px 'Cambay', sans-serif;
  margin-bottom: 5px;
}

.content > h1:first-of-type,
.content > h2:first-of-type,
.content > h3:first-of-type,
.content > h4:first-of-type,
.content > h5:first-of-type,
.content > h6:first-of-type 
{
	margin-top: 0;
}

.title-link a {
	color: #232323;
	text-decoration: none;
}

.title-link a:hover {
	color: #FB393F;
	text-decoration: underline;
}

.breadcrumb a {
	padding: 0 15px; 
	color: #3D3D3D;
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: none;
}

.breadcrumb a:first-of-type {
	padding-left: 0;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a.active {
	color: #FB393F;
}

/* layout */

/* grids */
.grid-row {
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

/* grid 3 = 3 columns */
.grid-3 {
	width: 100%;
}
.grid-3-1 {
	float: left;
	width: 31.2%;
	margin: 0 1% 20px 1%;
}

/* grid 2 = 2 columns, 50% width for each */
.grid-2 {
	width: 100%;
}

.grid-2-1 {
	float: left;
	width: 46%;
	margin: 5px 2%;
}

.grid-2 .grid-row {
	margin-bottom: 20px;
}

/* grid 2b = 2 columns, 1st is bigger */
.grid-2b {
	width: 100%;
}

.grid-2b-1 {
	float: left;
	width: 65%;
	margin-bottom: 20px;
}

.grid-2b-2 {
	float: right;
	width: 31%;
	margin-bottom: 20px;
}


/* grid 4 = 4 columns */
.grid-4 {
	width: 100%;
}

.grid-4-1 {
	float: left;
	width: 23%;
	margin: 5px 1%;
}

.grid-4-1 .pad {
}

.grid-4-1.last {
	margin-right: 0;
}

/* template */

/* social icons */
.social-nets-wrapper .social {
	list-style-type:none;
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
}

.social-nets-wrapper .social li {
	display:inline-block;
	margin-left: 10px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:70px;
	height:70px;
	display:inline-block;
	border: 1px solid #fff;
	border-radius:50%;
	text-align:center;
	color: #fff;
	transition:all 0.3s ease 0s;
}
.social-nets-wrapper .social li a span { 
	font-size: 40px;
	line-height: 60px;
	padding: 5px;
}
.social-nets-wrapper .social li a:hover {
	border-color: #FB393F; 
	color: #FB393F; 
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* map */
#map_wrap{width: 100%; position: relative;  }
#map-canvas {
	width: 100%;
	height: 450px;
}

/* tiles */
.tiles {
	margin-bottom: 25px;
}

.tiles .item {
	float: left;
	width: 32.3%;
	overflow: hidden;
	position: relative;
	margin: 5px 0.5%;
}

.tiles .item .image {
	width: 100%;
	height: 300px;
	background-repeat: none;
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.tiles .item:hover .image {
	/*
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  */
}

.tiles .item .tile-env {
    position: relative;
    overflow: hidden;
}

.tiles .item .overlay {
  position: absolute;
  /* z-index: 1; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /*
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	*/
}

/*
css bg bottom to top effect
http://stackoverflow.com/questions/20659605/change-background-from-bottom-to-top-on-hover
*/
.tiles .item .overlay::after {
   background: rgba(255, 255, 255, 0.82);
   content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    /* z-index: -1; */
    transition: transform 0.4s;   
}

.tiles .item:hover .overlay::after {
	 transform: scaleY(1);
}

.tiles .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  padding: 0 0;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tiles .item .content h3 {
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 0;
	padding: 15px 5px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}

.tiles .item:hover .content h3 {
	/* background: rgba(0, 0, 0, 0.7); */
}

.tiles .item .content .more .fa {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 6px 9px;
}

.tiles .item .content .text .more {
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	width: 36px;
	height: 36px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 	
 	border-radius: 50%;
	border: 6px solid #fff; 
}

.tiles .item:hover .content .text .more {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tiles .item .content .text,
.tiles .item .content .text a {
	color: #fff;
}

.tiles .item:hover .content h3,
.tiles .item:hover .content .more .fa,
.tiles .item:hover .content .info
{
	color: #3D3D3D;
}

.tiles .item:hover .content .text .more {
	border-color: #393A3A;
}


.tiles .item:hover .content {
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.tiles .item .blocklink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.tiles .ver2 .title {
    height: 46px;
    background-color: #00B0BE;
    color: #fff;
    overflow: hidden;
    text-align: center;
    font-family: 'Cambay', sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.tiles .ver2 .title span {
    display: block;
    padding-top: 14px;
}

.tiles .ver2 .title a {
    color: #fff;
}

.tiles .item.ver2 .content {
  bottom: 10%;
}

.tiles .ver2 .content .info {
	color: #fff;
	text-transform: none;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
    padding-bottom: 20px;
}

.tiles .item.ver2:hover .content {
  transform: translateY(-10%);
}

/* ico-services */

.ico-services .service_ico {
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #00B1BF;
	width: 220px;
	height: 220px;
	text-align: center;
	transition:all 0.3s ease 0s;
}

.ico-services .service_ico:hover {
	border-color: #FB393F;
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}

.ico-services .service_ico .fa {
	font-size: 70px;
	padding-top: 70px;
}

.ico-services .service_ico .image {
	padding-top: 70px;
}

.ico-services .service_ico:hover .fa,
.ico-services .service_ico:hover .image
{
	color: #00B1BF;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ico-services .item .text {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	color: gray;
}

.ico-services .item h4 {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}

/* logos_partners */

.logos_partners .item {
	display: inline-block;
	margin: 0 60px;
	margin-bottom: 40px;
}

.logos_partners .item img {
	height: 75px;
	border: 0;
}

.copyright {
	color: #A3A3A3;
}

.powered {
	margin-top: 10px;
}

.powered a {
	font-size: 80%;
	color: #A3A3A3;
}

/* quicksearch */
#quick_search {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	display: inline-block;
	border: 1px solid #E4E4E4;
}
#quick_search_input {
	float:left;
	border: none;
	color:#888;
	background-color:white;
	height:36px; width:210px; line-height:32px;
	margin-right:0px;
	padding:0 8px;
	font-size: 15px;
}

#quick_search_submit {
	float:left;
	border:0;
	margin:0; padding:0;
	width:42px;
	height:36px; /* 34px + 2*1px border */
	background: url(../img/template/search.png) no-repeat 10px 7px;
	background-color: #00B1BF;
	cursor:pointer;
	transition:all 0.3s ease 0s;
}

#quick_search_submit:hover {
	background-color: #FB393F;
	/* background-position:10px -36px; */
}
/* end of: quicksearch */

.parallax {
	min-height: 400px;
}

.parallax .envelope-pad-top-bottom {
	padding:  100px 3%;
}


/* news / blog */
.grid-blog {
	width: 100%;
}

.grid-blog-1 {
	float: left;
	width: 38%;
	margin-bottom: 10px;
}

.grid-blog-2 {
	float: right;
	width: 58%;
	margin-bottom: 10px;
}

.grid-blog-2 h3 {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0px 0;
}

.grid-blog-2 .text {
	font-size: 15px;
}

.grid-blog-2 .more {
	text-align: right;
}

.grid-blog-2 .more  a, a.subscribe_newsletter {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


/* card - white floating box with image, title, short text */

.grid-3-1 .pad, .grid-2-1 .pad {
	padding: 10px 0px;
}

.card  {
	margin-bottom: 30px;
}

.card .more {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.card {
	overflow: hidden;
}

/*
.card img {
	width: 100%;
	margin-bottom: 3px;
   transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.card img:hover {
	opacity: 0.8;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);	
}
*/

.card .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 240px;
	background-repeat: none;
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.card .image:hover {
  transform: scale(1.05);
}

.card .image .overlay {
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.0);
} 

.card .image:hover .overlay {
   background: rgba(0, 0, 0, 0.3);
}

.card h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.card h3 a {
	color: #232323;
	text-decoration: none;
}

.card h3 a:hover {
	color: #FB393F;
	text-decoration: underline;
}

.card .cont {
	text-align: left;
	height: 120px;
	overflow: hidden;
}


.card .text, .card p {
	font-size: 15px;
	line-height: 24px;
}

.card .text a, .card p a {
	color: #828282;
	text-decoration: none;
}
.card  .text a:hover, .card p a:hover {
	text-decoration: underline;
}

.card .more  a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* template_table */
.template_table {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #2E6980;
	border-collapse: collapse;
}

.template_table tbody {
	border: 1px solid #2E6980;
	border-collapse: collapse;
}

.template_table td {
	background-color: #e5f6f8;
	padding: 4px;
}

.template_table td.col2 {
	text-align: right;
}

.template_table tr.header td {
	background-color: #2E6980;
	font-weight: bold;
	color: #fff;
}

.template_table tr.detail td {
	background-color: #ffffff;
	padding: 8px 8px;
}

.template_table tr.detail {
	display: none;
}

.template_table td div.image {
	float: right;
	margin: 4px 4px 5px 10px;
}


.template_table td div.image a {
  background-color:#c1eaee;
  background-repeat: no-repeat;
  background-position: center center;
  border:5px solid #c1eaee;
  display:block;
  width:126px;
  height:113px;
  float:left;
} 

.template_table td div.image a:hover {
  border-color:#32b8c8;
}

.template_table td.title li {
	list-style-type: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position:  0 2px;
	margin: 0;
}
.template_table td.title li.open {
	background-image: url('../img/template/arrows/right.gif');
}

.template_table td.title li.close {
	background-image: url('../img/template/arrows/up.gif');
}

.template_table td.title li.empty {
	background-image: none;
}

button.moreless { margin-top: 5px; }

button.moreless .less {display: none; }

h3.popup { font-size: 15px; }

/* footer: quick form (EN) */
div.footer_form {
	display: inline-block;
	max-width: 100%;
	float: right;
}

div.footer_form .info {
	font-size: 14px;
	text-align: left;
}

form.quick_contact {
	text-align: left;
}

form.quick_contact input[type="text"],
form.quick_contact input[type="number"],
form.quick_contact input[type="email"],
form.quick_contact textarea
{
	width: 255px;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 16px;
  text-align: left;
	max-width: 100%;	
	background: #fff;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #414042;  
	padding: 8px 10px;
	/*
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
}

/*
form.quick_contact input:required,
form.quick_contact select:required,
form.quick_contact textarea:required {
	border: 1px solid #E97E70;
}
*/

form.quick_contact .item {
	margin: 0 0 8px 0;
}

form.quick_contact textarea {
	width: 440px;
	max-width: 100%;
	height: 205px;
	margin: 0 0 5px 0;
	overflow:hidden;
}

form.quick_contact .item_message {
	float: left;
	max-width: 100%;
	margin-right: 18px;
}
form.quick_contact .items {
	float: right;
}

form.quick_contact button.qc_submit {
	padding: 8px 10px;
}

form.quick_contact button {
	cursor: pointer;
	text-transform: uppercase;
}

form.quick_contact button:hover {
}

ul.presentation, .presentation ul {
    list-style-image: url('../img/template/li.png');
}

.content ul.presentation li, .content .presentation ul li{
   padding-left: 5px;
}

ul.presentation li, .presentation ul li,
ul.presentation li a, .presentation ul li a
{
    text-transform: uppercase;
    color: #434242;
    font-weight: 500;
    font-size: 18px;
}