@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');

body {
	color: #616161;                  
	font-size: 16px;
	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 {font-size: 14px; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !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, .footer a {text-decoration: none;}
.link_2:hover, .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="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: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 170%;
  max-width: 100%;
  padding: 10px 15px;
}

.forms input[type="text"],
.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: 12px 30px;
	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: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: normal; 
	background-color: #0BB4CE;
	color: #ffffff;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
}

input:required, textarea:required {
 border: 1px solid #0BB4CE;
}

button.small, input[type=button].small, .button.small {
	padding: 5px 15px;
	font-size: 16px;
}

button.tiny, input[type=button].tiny, .button.tiny {
	padding: 4px 10px;
	font-size: 15px;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	color: #fff;
	background: #ACB8C1;
	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: #F3F4F7; }
.envelope_bg.bg3, .bg3 {  background-color: #0BB4CE; color: #FFFFFF;  }
.envelope_bg.bg4, .bg4 {  background-color: #0E121E; color: #FFFFFF;  }
/*
.envelope_bg.bgc1, .bgc1 {  background-color: #ABABAB; color: #FFFFFF;  }
*/

h1, h2, h3, h4, h5, h6 {
	color: #27323D;
}

.bg3 a, .bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {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; }

.c2, .c2 a { color: #0BB4CE !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-top-only {
	padding:  50px 0px 0 0px;
}

.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: 600 40px 'Open Sans', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h2, .h2 {
  font: 400 32px 'Open Sans', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h3, .h3 {
  font: 400 28px 'Open Sans', sans-serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h4, .h4 {
 	font: 400 26px 'Open Sans', sans-serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h5, .h5 {
  font: 400 22px 'Open Sans', sans-serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h6, .h6 {
  font: 400 18px 'Open Sans', 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;
}

/* 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% 8% 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% 40px 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;
}

/*
https://www.w3schools.com/howto/howto_css_fixed_menu.asp
*/

/* The navigation bar */
.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    color: #09142d;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 20000;
    /* https://stackoverflow.com/questions/3971880/how-to-make-shadow-on-border-bottom */
    box-shadow:0px 3px 3px rgba(100, 100, 100, 0.2);
}

.navbar div.logo { font-size: 0; }

.navbar img.logo { max-height: 55px; }

.navbar { height: 90px; }
.navbar_space { height: 90px; }

.navbar .pad { padding: 25px 10px 0 10px; }

/* Links inside the navbar */
.navbar .menu { text-align: right; }

#main_menu { display: inline-block; }

/* header */

div.effect {
	width: 100%;
	position: relative; 
}

div.effect img {
	width: 100%;
	top:  0; left: 0;
}

div.effect .item { display: none; }
div.effect .item.first { display: block; }

/* 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_container { width: 100%; }
#header_wrap{width: 100%; position: relative; overflow: hidden; }
#header_picture { width: 100%; max-width: 1920px; margin: 0 auto; background-color: #fff; }
#header_picture img {
	width: 100%; 
	filter: brightness(0.8) grayscale(0.0);
}
.header_picture_bg { }

#header_picture .item {
	width: 100%;
	position: relative;
}

#header_picture .item .content {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	z-index: 5000;
}

#header_picture .item .content .overlay-link {
	position: absolute;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#header_picture .item .content .pad {
	max-width: 1170px;
	padding: 0 2%;
	margin: 0 auto;
}

.hpt_1 {
	font-size: 40px; line-height: 54px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.hpt_2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
}

#header_picture .item .more { margin-top: 30px; }
#header_picture .item .more .button {
	/* button should be on the top of .overlay-link to enable hover action */
	position: relative;
}


.zigzag .image img { width: 100%;  height: auto; }
.zigzag strong {
	font-weight: 600;
	color: #0BB4CE;
}

.zigzag i {
	color: #0BB4CE;
}

/* ico-services */

/*
2 columns layout:
https://stackoverflow.com/questions/5573855/how-to-make-a-stable-two-column-layout-in-html-css */

.ico-services .image {
	float: left;
	width: 80px;
}

.ico-services .image img {
	width: 100%;
	height: auto;
	max-height: 100px;	
	border-radius: 2px;
}

.ico-services .icon {
	border-radius: 50%;
	border: 1px solid #EDEDED;
	width: 70px;
	height: 70px;
	text-align: center;
	
}

.ico-services .ficon {
	font-size: 30px;
	margin: 0;
	padding-top: 18px;
}

.ico-services .cont {
	margin-left: 100px; /* 140px left image column + 20px padding */
	text-align: left;
}


.ico-services h4 {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #27323D;
	padding: 0;
}

.ico-services h4 a {
	color: #3e3f40;
	text-decoration: none;
}

.ico-services h4 a:hover {
	text-decoration: underline;
}

.ico-services .cont .text {
	font-size: 14px;
	line-height: 24px;
	color: #717171;
}

/* banner */
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner .darken {
	background-color: rgba(0, 0, 0, 0.1);
	min-height: 360px;
}

.social_icons {
	margin-bottom: 15px;
}

.social_icons .item {
	display: inline-block;
	margin: 0 4px;
}

.social_icons, .social_icons a {
	font-size: 14px;
	color: #ACB8C1;
}

.social_icons .item .ficon {
	margin-right: 5px;
}

.signature, .signature a {
	font-size: 13px;
	color: #FBFBFB;
}

/* map */
#map_wrap{width: 100%; position: relative;  }
#map-canvas {
	width: 100%;
	height: 450px;
	font-size: 15px;
	line-height: 19px;
}


/* 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;
	text-transform: uppercase;
	font-weight: normal;
	height: 36px;
	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 {
}

.subcats-cards .item .more {
	margin-top: 20px;
}