@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext');

body {
	color: #616161;                  
	font-size: 17px;
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', sans-serif;
	line-height: 170%; 
}

/* 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 {font-size: 14px; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

/* common elements */

a {color: #343434; text-decoration:underline; }
a:hover {
	color: #F1CE65; 
	text-decoration:none;
}

.link_2, .pre-footer a {text-decoration: none;}
.link_2:hover, .pre-footer a:hover {text-decoration: underline;}

/* font awesome */
a.fa {text-decoration: none; }
a.fa:hover {text-decoration: none !important;}
.fa { margin: 0 0.3em 0 0; }
.fa.ml { margin: 0 0 0 0.3em; }

.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; }

/* forms */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #D6D6D8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #414141;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  line-height: 170%;
  max-width: 100%;
  padding: 8px 15px;
}

.forms input[type="text"],
.forms input[type="number"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="search"],
.forms textarea,
.forms select {
	width: 400px;
}

button, input[type=button], .button, .links-to-buttons a  {
	border: none;
	padding: 16px 42px;
	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;
	font-family: 'Playfair Display', sans-serif;
	font-size: 19px;
	font-weight: normal; 
	/* text-transform:uppercase; */
	background-color: #2F3235;
	color: #ffffff;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

input:required, textarea:required {
 border: 1px solid #E97E70;
}

button.small, input[type=button].small, .button.small {
	padding: 10px 30px;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	color: #fff;
	background: #1F1F26;
	text-decoration:none;
}

button.t2, input[type=button].t2, .button.t2, .links-to-buttons.t2 a  {
	background-color: transparent;
	border: 2px solid #2F3235;
	padding: 12px 38px;
	color: #2F3235;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2:hover a  {
	background-color: #2F3235;
	color: #fff;
}

/*
.bg_dark button:hover, 
.bg_dark input[type=button]:hover, 
.bg_dark .button:hover {
	border: 1px solid #ABABAB;
}
*/

/* template */

/* Envelope (responsive) */

.envelope_bg {width: 100%; background-color:#fff; }
.envelope_bg.bg1, .bg1 { background-color:#fff;}
.envelope_bg.bg2, .bg2 { 
	background-color: #EDF2F6;
	background-image: url('../img/template/bg/bg2.jpg');
}
.envelope_bg.bg3, .bg3 {  background-color: #232628; color: #FFFFFF;  }
.envelope_bg.bg4, .bg4 {  background-color: #2F3235; color: #FFFFFF;  }

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

.bg3 a, .bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {color: #fff; }
.bg3 .terminal {color: #fff; }

.bg_dark { color: #fff; }
.bg_dark a, .bg_dark h1, .bg_dark h2, .bg_dark h3, .bg_dark h4, .bg_dark h5, .bg_dark h6 {color: #fff; }

.c1, .c1 a { color: #ABABAB !important;}
.c2, .c2 a { color: #8E8E8E !important;}
.pre-footer .fa { color: #ABABAB; }

.envelope {
	width: 100%;  
	max-width: 1920px;
	margin: 0 auto 0 auto; 
}
.envelope-pad-top {
	padding:  50px 2% 0 2%;
}
.envelope-pad-bottom {
	padding:  0 2% 50px 2%;
}
.envelope-pad-top-bottom {
	padding:  50px 2% 50px 2%;
}
.envelope-pad-top-bottom-only {
	padding:  50px 0px 50px 0px;
}
.envelope-pad {
	padding:  0 2%;
}

.envelope-pad-pre-header {
	padding:  20px 3% 20px 3%;
	position: relative;
}

.envelope-pad-footer {
	padding:  50px 3% 50px 3%;
}

.envelope-pad-tiny {
	padding:  15px 3%;
}

.cont-maxwidth {
	max-width: 1170px;
	margin: 0 auto;
}

.maxwidth-none {
	max-width: none;
}

/* titles */

h1, .h1 {
  font: 300 48px 'Playfair Display', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h2, .h2 {
  font: 300 36px 'Playfair Display', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h3, .h3 {
  font: 400 30px 'Playfair Display', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h4, .h4 {
 	font: 400 26px 'Playfair Display', sans-serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h5, .h5 {
  font: 400 22px 'Playfair Display', sans-serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h6, .h6 {
  font: 400 18px 'Playfair Display', sans-serif;
  margin-bottom: 14px;
  margin-top: 14px;
}

.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: #2D2D2D;
	text-decoration: none;
}
.title-link a:hover {
	color: #F1CE65;
	text-decoration: underline;
}

table.table {
	border-collapse: collapse;
}

table.table.center {
	margin: 0 auto;
}

table.table td,
table.table th
{
	border-collapse: collapse;
	padding: 6px 10px;
	text-align: left;
}

table.table td {
	border-top: 1px solid #DCDCDD; 
	background-color: #fff;
}

table.table thead td {
	border-top: none;
	border-bottom: 2px solid #DCDCDD;
	font-weight: bold;
}

table.table.table-bordered {
	border: 1px solid #DCDCDD; 
}

table.table.table-striped tr:nth-child(odd) td {
 background-color: #F5F5F5;
}

table.table.table-striped thead tr td {
	background-color: #fff !important;
}

table.table tr.hilite td {
 background-color: #E8F7F3 !important;
}

/* layout */

/* grids */
.grid-row {
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

/* grid 2 = 2 columns, 50% width for each */
.grid-2 {
	width: 100%;
}

.grid-2-1 {
	float: left;
	width: 46%;
	margin: 5px 2%;
}

.grid-2-1.nomargin {
	float: left;
	width: 50%;
	margin: 0 0;
}

.grid-2-1.nomargin .pad {
	padding: 10% 10% 0 10%;
	text-align: left;
}

.grid-2 .grid-row {
	margin-bottom: 20px;
}

/* grid 3 = 3 columns */
.grid-3 {
	width: 100%;
}
.grid-3-1 {
	float: left;
	width: 31.2%;
	margin: 0 1% 20px 1%;
}

.grid-3-1.first {
	margin-left: 0;
}


/* 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;
}

/* header */

.logo { }

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; }

.effect .cycle-prev, .effect .cycle-next {
	width: 29px; height: 57px;
	position: absolute;
	cursor: pointer;
	bottom: 45%;
	z-index: 3000;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	/* background-color: theme; */
}

.effect .cycle-prev:hover, .effect .cycle-next:hover {
	opacity: 1.0;
}

.effect .cycle-prev {
	left: 1%;
	background-image: url('../img/template/cycle/prev.png');
}

.effect .cycle-next {
	right: 1%; 
	background-image: url('../img/template/cycle/next.png');
}

/* pager */
/*
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
   font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 45px;  
   opacity: 0.4;
   display: inline-block; color: #fff; cursor: pointer; 
   margin: 0 5px;
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 0.8;}
.cycle-pager > * { cursor: pointer;}
*/

#header_wrap{width: 100%; position: relative; overflow: hidden; }
#header_picture {
	width: 100%; max-width: 1920px; margin: 0 auto;
	background-color: #858E9A; /* fallback background color when no background image is uploaded */ 
	min-height: 150px; /* fallback if background loading failes */
}
#header_picture img {
	width: 100%; 
	filter: brightness(0.6) grayscale(0.6);
}
.header_picture_bg { }

#header_container {width: 100%; position: relative; color: #fff; }

#header_picture .item .content {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	z-index: 5000;
}

#header_picture .item .content .pad {
	/* max-width: 1170px; */
	max-width: 50%;
	padding: 0 2%;
	margin: 0 auto;
	text-align: center;
}

.hpt_1 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 58px; line-height: 72px; font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}
.hpt_2 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 44px; line-height: 56px; font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

#header_picture .item .more { margin-top: 30px; }

#header_container #stripe {
	width: 100%;
	z-index: 10000;
	background-color: rgba(29, 32, 39, 1);
}

#header_container #stripe.is_header_image {
	background-color: transparent;
	position: absolute;
	top: 0;	
}

#header_container #stripe .stripe_width {
	padding: 2.5% 0 2.5% 0;
	position: relative;
}

#header_container .langs {
	position: absolute;
	top: 1%;
	right: 2%;
	z-index: 10001;
	color: #fff;
	font-size: 16px;
}

#header_container .langs a {
	color: #fff;
	padding: 6px;
	text-decoration: none;
	transition:all 0.3s ease 0s; 
	border-radius: 10%; 
	border: 0; 
	background-color: transparent;
}

#header_container .langs a:hover {
	color: #fff !important; background-color: rgba(0, 0, 0, 0.5);  text-decoration: none;
}

/* menu */

#main_menu {
	margin-top: 10px;
	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: 0 0;
}

/* homepage panels */

.parallax {
	width: 100%;
	min-height: 400px;
}

.parallax .envelope-pad-top-bottom {
	padding:  100px 3%;
}

/* map */
#map_wrap{width: 100%; position: relative;  }
#map-canvas {
	width: 100%;
	height: 450px;
	font-size: 15px;
	line-height: 19px;
}

/* services */
.news h3, .news .title {
	margin: 0; padding: 0;
	margin-bottom: 14px;
	font-size: 20px;
	line-height: 22px;	
}

.news h3 a, .news .title a {
	color: #616161;
	text-decoration: none;
}

.news h3 a:hover {
	text-decoration: underline;
}

.news .img_env {
	display: block;
	margin-bottom: 30px;
}

.news .img_env .image {
	width: auto;
	max-height: 300px;
	transition:all 0.3s ease 0s;
}

.news .img_env:hover .image
{
}

.news .img_env:hover .image
{
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news .item .text {
	font-size: 15px;
}

/* tiles */
.tiles .item {
	float: left;
	width: 16.66%;
	overflow: hidden;
	position: relative;
}

.tiles .item img {
	width: 100%;
	height: auto;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.tiles .item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tiles .item .overlay {
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
} 

.tiles .item:hover .overlay {
   background: rgba(130, 130, 130, 0.75);
}

.tiles .item .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  
  -moz-transform: translateY(-16%);
  -ms-transform: translateY(-16%);
  -o-transform: translateY(-16%);
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
  
  padding: 0 30px;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tiles .item .content .text {
	opacity: 0;
	filter: alpha(opacity=0);
}

.tiles .item .content h4 {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Playfair Display', sans-serif;
	font-weight: normal;
	color: #fff;
}

.tiles .item .content .text,
.tiles .item .content .text a {
	color: #fff;
}

.tiles .item:hover .content .text {
	opacity: 1;
	filter: alpha(opacity=100);	
}

.tiles .item:hover .content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tiles .item .blocklink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.testimonials .item h3 {
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 12px;
	text-transform: none;
	font-size: 22px;
	line-height: 24px;
	color: #616161;
}

.testimonials .item .text, .testimonials .item .text a {
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	color: #898787;
}

.testimonials .quote {
	margin: 0 0 20px 0;
}

.testimonials .item .image img{
	 border-radius: 50%;
	 max-height: 100px;
}

.testimonials .item {
}

.testimonials .pad {
}

/* card - white floating box with image, title, short text */
.subcats-cards .item {
	background-color: white;
	/* outline: 1px solid #CFCFCF; */
	overflow: hidden;
	margin-bottom: 40px;
	text-align: left;
}

.subcats-cards .item .pad {
	padding: 15px 15px;
}

.subcats-cards .item .image {
	width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  display:block;
  height:220px;
	margin-bottom: 3px;
 transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.subcats-cards .item .image: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);	
}

.subcats-cards .item .cont a {
	color: #6A6D6F;
	text-decoration: none;
}
.subcats-cards .item .cont a:hover {
	text-decoration: underline;
}

.subcats-cards .item h3 {
	margin-bottom: 5px;
	font-weight: normal;
	height: 38px;
	overflow: hidden;
}

.subcats-cards .item h3 a {
	font-size: 24px;
	line-height: 26px;
	color: #272D33;
}

.subcats-cards .item .cont {
	text-align: left;
	height: 90px;
	overflow: hidden;
}

.subcats-cards .item .cont .text {
	font-size: 15px;
	line-height: 23px;
}

.subcats-cards .item .more {
	margin-top: 20px;
}

.zigzag img { max-height: 300px; }

.translator_links a {
	color: #fff;
	line-height: 130%;
	padding: 4px;
	text-decoration: none;
	transition:all 0.3s ease 0s;
	border-radius: 50%;
}

.translator_links a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.3);
}


.photo_by_rb {
	vertical-align: middle; 
	margin-left: 4px; 
	width: 200px; 
	height: auto;
}