@charset "UTF-8";
/* CSS Document */

/* MOBILE / GLOBAL (xs) - Extra small devices (phones, less than 768px) */

.pageBg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: -99;
  background-position: center top;
}
header {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: 10;
  background-size: auto auto;
}
.headerWrapperBg {
  background-image: url(../images/page-items/header-wrapper-bg-96.png);
  background-repeat: repeat;
  /*background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 50%,rgba(238,238,238,1.00) 100%);*/
  background-position: center center;
}
#header_notice {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 8px 0px;
	border-bottom: 2px dotted #DDDDDD;
	font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
	text-align: center;
}
#header_notice a {
	color: #333333;
	text-decoration: underline;
}
#header_notice a:hover {
	color: #333333;
	text-decoration: underline;
}
#header_notice a:visited {
	color: #333333;
	text-decoration: underline;
}
.modal-content h4 {
	font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #333333;
}
.modal-content p {
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
}
.modal-content p a {
	color: #333333;
	text-decoration: underline;
}
.modal-content p a:hover {
	color: #333333;
	text-decoration: underline;
}
.modal-content p a:visited {
	color: #333333;
	text-decoration: underline;
}
.modal-content p strong {
	font-weight: 500;
}
#header_logo {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0px;
}
#header_mobile_menu_link {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0px;
}
#main_menu {
  display: none;
}
#mobile_menu {
  display: none;
  width: 100%;
  height: auto;
  float: left;
  background: #CCCCCC;
}
#mobile_menu ul {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#mobile_menu ul li {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
#mobile_menu ul li a {
  display: block;
  width: 100%;
  height: 50px;
  float: left;
  text-align: center;
  border-bottom: 1px solid #666666;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  line-height: 50px;
}
#mobile_menu ul li a:hover {
  color: #333333;
  text-decoration: none;
}
#mobile_menu ul li a.active {
  color: #333333;
  text-decoration: none;
}
#mobile_menu ul li:last-child a {
  border-right: none;
  border-bottom: none;
}
main {
  margin-top: 150px;
}
.home_intro_title_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 80px 0px;
  background: none;
}
.homeIntroTitle {
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  color: #FFFFFF;
}
.home_intro_text_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0px 35px 0px;
  background: #FFFFFF;
}
.homeIntroText {
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.services_icons_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 0px;
  background: #FFFFFF;
}
#services_intro_text {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 0px 20px 0px;
}
#services_intro_text h1 {
  display: block;
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #333333;
}
#services_intro_text p {
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
}
.serviceInfoText {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 25px 0px 40px 0px;
}
.servicesIconImage {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  border-radius: 70px;
  border: 6px solid #CCCCCC;
}
.servicesIconImage:hover {
  border: 6px solid #999999;
}
.servicesIconText {
  display: block;
  margin: 10px 0px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
}
.servicesIconText:hover {
  color: #333333;
  text-decoration: underline;
}
.servicesIconText:visited {
  color: #333333;
  text-decoration: none;
}
.servicesIconDescription {
  display: block;
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.servicesIconDescription a {
  color: #333333;
  text-decoration: none;
}
.servicesIconDescription a:hover {
  color: #333333;
  text-decoration: underline;
}
.servicesIconDescription a:visited {
  color: #333333;
  text-decoration: none;
}
.home_info_text_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0px;
  background: #FFFFFF;
}
.home_info_text_wrapper h2 {
  display: block;
  margin: 10px 0px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #333333;
}
.home_info_text_wrapper p.introText {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
}
.home_info_text_wrapper p {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.home_info_text_wrapper p a {
  color: #333333;
  text-decoration: underline;
}
.homeInfoImage {
  display: block;
  width: 100%;
  height: auto;
}
.home_latest_news_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0px;
  background: #FFFFFF;
}
.homeNewsItemImage {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0px 20px 0px;
}
.home_latest_news_wrapper h2 {
  display: block;
  margin: 10px 0px 5px 0px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #333333;
}
.home_latest_news_wrapper h2 a {
  color: #333333;
  text-decoration: none;
}
.homeLatestNewsDate {
  display: block;
  margin: 5px 0px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #666666;
}
.home_latest_news_wrapper p {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.home_latest_news_wrapper p a {
  color: #333333;
  font-style: italic;
  text-decoration: underline;
}
.homeLatestNewsReadAll {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px;
  border-top: 2px dotted #CCCCCC;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
}
.homeLatestNewsReadAll:hover {
  color: #333333;
  text-decoration: underline;
}
.homeLatestNewsReadAll span {
  color: #666666;
  margin-right: 10px;
}
.intro_title_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 80px 0px;
  background: none;
}
.introTitle {
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  color: #FFFFFF;
}
.introTitle a {
  color: #FFFFFF;
  text-decoration: underline;
}
.introTitle a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.introTitle a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.info_text_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0px;
  background: #FFFFFF;
}
.info_text_wrapper h1 {
  display: block;
  margin: 10px 0px 12px 0px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  color: #333333;
}
.info_text_wrapper h2 {
  display: block;
  margin: 0px 0px 12px 0px;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #333333;
}
.info_text_wrapper p.introText {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
}
.info_text_wrapper p {
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.info_text_wrapper p a {
  color: #333333;
  text-decoration: underline;
}
.info_text_wrapper ul {
  display: block;
  margin: 15px 0px 20px 0px;
  padding-left: 20px;
}
.info_text_wrapper ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #333333;
}
.infoImage {
  display: block;
  width: 100%;
  height: auto;
}
.contact_form_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px;
  background: #FFFFFF;
}
.contact_form_wrapper h2 {
  display: block;
  margin: 10px 0px 15px 0px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  color: #333333;
}
.contact_form_wrapper p {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
}
.contact_form_wrapper input {
  display: block;
  width: 100%;
  height: 26px;
  padding-left: 4px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.contact_form_wrapper input[type=submit] {
  display: block;
  width: 100%;
  font-weight: 500;
}
.contact_form_wrapper select {
  display: block;
  width: 100%;
  height: 26px;
  padding-left: 4px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.contact_form_wrapper textarea {
  display: block;
  width: 100%;
  height: 140px;
  padding-left: 4px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 10px;
  resize: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.contact_form_wrapper input.fieldHidden {
  display: none;
}
.contact_form_wrapper .g-recaptcha {
	display: block;
  width: 304px;
  height: 78px;
	float: none;
	clear:both;
	margin: 0px auto 10px auto;
	text-align: center;
}
footer {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.footer_contact_info_wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px 0px 0px;
  background: #FFFFFF;
}
.footerContactTel {
  display: block;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #666666;
}
.footerContactTel strong {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}
.footerContactEmail {
  display: block;
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.footerContactEmail strong {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}
.footerContactTel a, .footerContactEmail a {
  color: #999999;
  text-decoration: none;
}
.footerContactTel a:hover, .footerContactEmail a:hover {
  color: #999999;
  text-decoration: underline;
}
.footerCopyrightInfo {
  display: block;
  padding: 20px 0px;
  text-align: center;
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  border-top: 2px dotted #DDDDDD;
  /*border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #CCCCCC;
}
#social_links {
  display: block;
  text-align: center;
}
.footerSocialLink {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  padding-right: 40px;
  height: 32px;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 32px;
  color: #666666;
  text-decoration: none;
}
.footerSocialLink:hover {
  color: #666666;
  text-decoration: none;
}
.footerSocialLink:visited {
  color: #666666;
  text-decoration: none;
}
.facebookLink {
  background: url(../images/page-items/footer-facebook-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.facebookLink:hover {
  background: url(../images/page-items/footer-facebook-o.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.facebookLink:visited {
  background: url(../images/page-items/footer-facebook-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.twitterLink {
  background: url(../images/page-items/footer-twitter-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.twitterLink:hover {
  background: url(../images/page-items/footer-twitter-o.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.twitterLink:visited {
  background: url(../images/page-items/footer-twitter-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.linkedinLink {
  background: url(../images/page-items/footer-linkedin-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.linkedinLink:hover {
  background: url(../images/page-items/footer-linkedin-o.jpg) no-repeat right center;
  background-size: 32px 32px;
}
.linkedinLink:visited {
  background: url(../images/page-items/footer-linkedin-n.jpg) no-repeat right center;
  background-size: 32px 32px;
}

/* TABLET (sm) - Small devices (tablets, 768px and up) */

@media (min-width:768px){

.pageBg {
  background-size: 1920px 1080px;
  background-position: center top;
}
.headerWrapperBg {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
#header_mobile_menu_link {
  display: none;
}
#mobile_menu {
  display: none;
}
#main_menu {
  display: block;
  width: auto;
  height: auto;
  float: right;
  margin: 10px 0px;
}
#main_menu ul {
  display: block;
  width: auto;
  height: 85px;
  float: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#main_menu ul li {
  display: block;
  width: auto;
  height: 85px;
  float: left;
}
#main_menu ul li a {
  display: block;
  width: 100%;
  height: 25px;
  float: left;
  margin: 30px 0px;
  padding: 0px 10px;
  border-right: 1px solid #CCCCCC;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #CCCCCC;
  text-decoration: none;
  line-height: 25px;
}
#main_menu ul li a:hover {
  color: #666666;
  text-decoration: none;
}
#main_menu ul li a.active {
  color: #666666;
  text-decoration: none;
}
#main_menu ul li:last-child a {
  border-right: none;
}
main {
  margin-top: 145px;
}
.home_intro_title_wrapper {
  padding: 120px 0px;
}
.homeIntroTitle {
  font-size: 30px;
}
.homeIntroText {
  width: 70%;
  margin: 10px auto;
  font-size: 16px;
  line-height: 20px;
}
.homeNewsItemImage {
  width: 41%;
  float: left;
  margin: 10px 20px 20px 0px;
}
.home_latest_news_wrapper {
  padding: 25px 0px;
}
.home_latest_news_wrapper h2 {
  margin: 20px 0px 5px 0px;
}
.homeLatestNewsReadAll {
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}
.intro_title_wrapper {
  padding: 120px 0px;
}
.introTitle {
  font-size: 30px;
}
#services_intro_text p {
  padding: 0px 40px;
}
.contact_form_wrapper input {
  width: 48%;
  float: left;
  margin: 0px 1% 10px 1%;
}
.contact_form_wrapper input[type=submit] {
  display: block;
  width: 98%;
  margin: 0px 1% 10px 1%;
}
.contact_form_wrapper select {
  width: 48%;
  float: left;
  margin: 0px 1% 10px 1%;
}
.contact_form_wrapper textarea {
  width: 98%;
  float: left;
  margin: 0px 1% 10px 1%;
}
.footerContactTel {
  font-size: 30px;
}
.footerContactTel strong {
  font-size: 30px;
}
.footerContactEmail {
  font-size: 18px;
}
.footerContactEmail strong {
  font-size: 18px;
}

}

/* DESKTOP (md) - Medium devices (desktops, 992px and up) */

@media (min-width:992px){

.pageBg {
  background-size: cover;
  background-position: center top;
}
#header_logo {
  margin: 15px 0px;
}
#main_menu {
  margin: 15px 0px;
}
#main_menu ul {
  height: 88px;
}
#main_menu ul li {
  height: 88px;
}
#main_menu ul li a {
  height: 28px;
  margin: 30px 0px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 28px;
}
main {
  margin-top: 158px;
}
.home_intro_title_wrapper {
  padding: 140px 0px;
}
.homeIntroTitle {
  font-size: 32px;
}
.homeIntroText {
  width: 60%;
  margin: 50px auto;
  font-size: 18px;
  line-height: 22px;
}
.home_info_text_wrapper h2 {
  margin: 38px 0px 10px;
}
.homeNewsItemImage {
  width: 100%;
  float: none;
  margin: 10px 0px 20px 0px;
}
.home_latest_news_wrapper h2 {
  margin: 10px 0px 5px 0px;
}
.intro_title_wrapper {
  padding: 140px 0px;
}
.introTitle {
  font-size: 32px;
}
.info_text_wrapper h1 {
  margin: 20px 0px 12px 0px;
}
.info_text_wrapper h2 {
  margin: 10px 0px 12px 0px;
}
#services_intro_text p {
  padding: 0px 120px;
}
.footerContactTel {
  font-size: 48px;
}
.footerContactTel strong {
  font-size: 48px;
}
.footerContactEmail {
  font-size: 30px;
}
.footerContactEmail strong {
  font-size: 30px;
}
.footerSocialLink {
  font-size: 16px;
}

}

/* LARGE DESKTOP (lg) - Large devices (large desktops, 1200px and up) */

@media (min-width:1200px){

#main_menu ul {
  height: 108px;
}
#main_menu ul li {
  height: 108px;
}
#main_menu ul li a {
  height: 28px;
  margin: 40px 0px;
  line-height: 28px;
}
main {
  margin-top: 178px;
}
.home_intro_title_wrapper {
  padding: 180px 0px;
}
.homeIntroText {
  width: 60%;
  margin: 60px auto;
  font-size: 20px;
  line-height: 24px;
}
.home_info_text_wrapper h2 {
  margin: 70px 0px 10px;
}
.intro_title_wrapper {
  padding: 180px 0px;
}
.info_text_wrapper h1 {
  margin: 30px 0px 12px 0px;
}
.info_text_wrapper h2 {
  margin: 20px 0px 12px 0px;
}

}
