@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300,700,900,400italic,900italic|Lato:400,300);
/*========================================================
					  Main Styles
=========================================================*/
html {
  font-size: 12px;
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  font: 400 14px/18px "Merriweather", serif;
  -webkit-text-size-adjust: none;
  background: url(../images/pattern-bg.jpg);
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #4370b4;
}

h2 {
  font-size: 2.66667rem;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 23px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

p {
	font-size: 16px;
  color: #73797d;
  font-family: "Lato", sans-serif;
}
#dienstverlening li{
	font-size: 16px;
	color: #73797d;
	font-family: "Lato", sans-serif;
	line-height:30px;
	list-style-image:url(../images/bullets.png);
	margin-left:25px;
}
p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.address + dl {
  margin-top: 10px;
}

hr {
  margin: 0;
  width: 100%;
  height: 1px;
  background: #a2a7ad;
  border: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .sm-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }
}

.circle {
  border-radius: 50%;
}

.primary {
  color: #4370b4;
}
.primary a:hover {
  color: #73797d;
}
.primary.btn {
  border-color: #4370b4;
  color: #4370b4;
}
.primary.btn:hover {
  border-color: #73797d;
  color: #73797d;
}

.mg-add {
  margin-top: -11px;
}

.italic {
  font-style: italic;
  font-family: "Merriweather", serif;
}

/*=======================================================
					   Main Layout
=========================================================*/
* + p {
  margin-top: 19px;
}

* + .btn-link {
  margin-top: 1.16667rem;
}

* + .offset-1 {
  margin-top: 2.72222rem;
}
* + .offset-2 {
  margin-top: 4px;
}
* + .offset-3 {
  margin-top: 14px;
}
* + .offset-4 {
  margin-top: 2.27778rem;
}
* + .offset-5 {
  margin-top: -4px;
}

.icon + h3 {
  margin-top: 19px;
}

h2 + p {
  margin-top: 1.5rem;
}

h3 + p {
  margin-top: 16px;
}

h6 + p {
  margin-top: 8px;
}

.icon-2 + .counter {
  margin-top: 10px;
}

img + h3 {
  margin-top: 22px;
}

img + h6 {
  margin-top: 22px;
}

img + h3 + p {
  margin-top: 5px;
}

.media + .media {
  margin-top: 2.33333rem;
}

p + .btn {
  margin-top: 1.88889rem;
}

p + address {
  margin-top: 1.55556rem;
}

p + .btn.offset-2 {
  margin-top: 14px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  font-family: "Merriweather", serif;
  line-height: 1;
}
.brand_name {
  font-weight: 900;
  font-style: italic;
  font-size: 2.77778rem;
  letter-spacing: -1.25px;
}
.brand_slogan {
  margin-top: -4px;
  font-style: italic;
  font-size: 12px;
  color: #333333;
  font-family: "Merriweather", serif;
}

/*===================     Hero     ======================*/
.hero {
  background: #73797d;
}
.hero .media_aside {
  word-spacing: 10px;
}
.hero .media_aside div {
  display: inline-block;
}
@media (max-width: 767px) {
  .hero .media_aside div {
    margin-top: 10px;
  }
}
.hero .media_body {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .hero .media_body {
    padding-left: 0;
  }
}
.hero h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}
.hero p {
  margin-top: 15px;
  color: #fff;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #4370b4;
}

.bg-secondary {
  background: #73797d;
}

.bg-default {
  background: #333333;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  color: #333333;
  border: 2px solid #4370b4;
  border-radius: 50%;
}

.icon-2 {
  font-size: 4rem;
  line-height: 1.2;
}

.icon-3 {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  text-align: center;
  color: #565b5e;
  background: #fff;
  border-radius: 50%;
}
.icon-3:hover {
  color: #fff;
  background: #4370b4;
}
.icon-3:active {
  background: #506811;
}

.counter {
  font-size: 3.88889rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .counter {
    margin-left: 2.05556rem;
    margin-right: 2.05556rem;
  }
}

.counter + span {
  display: inline-block;
  padding-top: 12px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  min-width: 11.22222em;
  padding: 0.77778em 0.77778em 0.83333em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  border: 2px solid #333333;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}

.btn-2 {
  display: inline-block;
  min-width: 11.22222em;
  padding: 1.22222em 1.22222em 1.16667em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.btn-2:hover {
  color: #4370b4;
  background: #fff;
}
.btn-2:active {
  background: gray;
  border-color: gray;
}
@media (max-width: 767px) {
  .btn-2 {
    font-size: 16px;
  }
}

.btn-3 {
  display: inline-block;
  min-width: 9.3125em;
  padding: 0.9375em 0.9375em 0.875em;
  font-weight: 700;
  font-size: 0.88889rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #4370b4;
}
.btn-3:hover {
  color: #4370b4;
  background: #fff;
}
.btn-3:active {
  background: gray;
  border-color: gray;
}
@media (max-width: 767px) {
  .btn-3 {
    font-size: 16px;
  }
}

.btn-link {
  display: inline-block;
  font-size: 1em;
  color: #4370b4;
}
.btn-link:hover {
  color: #73797d;
}

/*==================     Media     ======================*/
.media:before, .media:after {
  display: table;
  content: "";
  line-height: 0;
}
.media:after {
  clear: both;
}
.media_aside {
  float: left;
}
.media_body {
  overflow: hidden;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .media_aside {
    margin-bottom: 30px;
  }
}

.media-inset-1 .media_body {
  padding-left: 30px;
}
.media-inset-1 h6 + p {
  margin-top: 7px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 12px;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
  text-align: center;
}
.flex-list li a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  max-width: 300px;
  padding-left: 26px;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #73797d;
}
.marked-list li:before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 400;
  font-family: "FontAwesome";
  color: #4370b4;
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #cecece;
}
.marked-list a:hover {
  color: #4370b4;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-top: 130px;
  position: relative;
}
.index-list li:before {
  content: counter(li,upper-latin) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 15px;
  width: 108px;
  height: 108px;
  padding-left: 10px;
  border: 2px solid #4370b4;
  border-radius: 50%;
  line-height: 108px;
  font-size: 30px;
  text-align: center;
  color: #4370b4;
}
@media (max-width: 767px) {
  .index-list li:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.index-list li * + p {
  margin-top: 9px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================   Index List  ======================*/
.index-list-2 {
  counter-reset: li;
  margin-top: -63px;
}
.index-list-2 li {
  padding-left: 64px;
  position: relative;
}
.index-list-2 li:before {
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  top: 4px;
  left: 15px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 24px;
  color: #4370b4;
}
.index-list-2 li * + p {
  margin-top: 17px;
}
.index-list-2 li.grid_1:nth-child(12n + 13),
.index-list-2 li.grid_2:nth-child(6n + 7),
.index-list-2 li.grid_3:nth-child(4n + 5),
.index-list-2 li.grid_4:nth-child(3n + 4),
.index-list-2 li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================      Post     ======================*/
.post time {
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .post time {
    margin-top: 47px;
  }
}
.post * + h6 {
  margin-top: 21px;
}
.post * + p {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .post {
    text-align: center;
  }
}

.post-inset-1 img + h3 {
  margin-top: 21px;
}
.post-inset-1 h3 + p {
  margin-top: 6px;
}

.post-inset-2 time {
  margin-top: 0;
}
.post-inset-2 * + h6 {
  margin-top: 12px;
}

/*==================   Thumbnail   ======================*/
/*==============      Progress Bar     ==================*/
.progress-bar_label {
  color: #73797d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.progress-bar_scale {
  width: 100%;
  height: 40px;
  background: #c7cbce;
  overflow: hidden;
}
.progress-bar_scale-fill {
  height: 40px;
  padding-right: 10px;
  text-align: right;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: -0.45px;
  font-weight: 700;
  font-family: 'Arial';
}
.progress-bar li + li {
  margin-top: 13px;
}

/*==================     Quote     ======================*/
blockquote .media_aside {
  position: relative;
}
blockquote .media_aside:before {
  content: "";
  position: absolute;
  top: -40px;
  left: -108px;
  width: 89px;
  height: 85px;
  background: url(../images/quote.png) center no-repeat;
  background-size: contain;
}
blockquote .media_body {
  padding-left: 30px;
}
blockquote img {
  border-radius: 24%;
}
blockquote q {
  font-size: 18px;
  font-family: "Merriweather", serif;
  font-style: italic;
  line-height: 22px;
}
blockquote cite {
  color: #4370b4;
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 1.2;
}
blockquote p:first-child {
  padding-top: 10px;
}
blockquote p + p {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  blockquote {
    padding-top: 50px;
    padding-left: 188px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  blockquote {
    text-align: center;
  }
  blockquote .media_body {
    padding-left: 0;
  }
  blockquote .media_aside:before {
    display: none;
  }
  blockquote img {
    margin-top: 30px;
    max-width: 110px;
  }
}

/*==================    Privacy    ======================*/
.privacy {
  margin-top: 34px;
}
.privacy dt {
  font-size: 14px;
  text-transform: uppercase;
  color: #4370b4;
  font-weight: 700;
}
.privacy dd {
  font-family: "Lato", sans-serif;
  color: #73797d;
}
.privacy dt + dd {
  margin-top: 8px;
}
.privacy dd + dt {
  margin-top: 44px;
}
.privacy + a {
  display: inline-block;
  margin-top: 19px;
  font-size: 12px;
  color: #4370b4;
  text-decoration: underline;
}
.privacy + a:hover {
  color: #333333;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 1.88889rem 1.11111rem 1.66667rem;
}
.sf-menu > li.active > a {
  color: #333333;
  text-decoration: underline;
}
.sf-menu > li.active > a:hover {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #333333;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  padding: 15px 0 15px;
  background: #333333;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  padding: 10px 35px 10px 31px;
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #4370b4;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #598594;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1199px) {
  .sf-menu {
    display: inline-block;
  }
  .sf-menu > li {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav {
    text-align: center;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #4370b4;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  clear: both;
  background: #4370b4;
  padding-left: 35px;
}

.isStuck {
  z-index: 999;
}

@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 37px;
  height: 37px;
  font-size: 37px;
  line-height: 37px;
  color: #73797d;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #adadad;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h2,
.parallax h4,
.parallax p,
.parallax .icon-2,
.parallax .counter,
.parallax .counter + span {
  color: #fff;
}
.parallax h2 {
  font-size: 2.66667rem;
  font-weight: 900;
  text-transform: none;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
					 HEADER  Section
=========================================================*/
header .brand {
  float: left;
}
header .inline-list {
  padding-top: 18px;
  font-size: 12px;
  font-family: "Merriweather", serif;
  float: right;
  color: #585858;
}
header .inline-list [class^="fa-"]:before {
  color: #4370b4;
  font-size: 18px;
  margin-right: 6px;
}
header .inline-list [class^="fa-"] a:hover {
  color: #4370b4;
}
header .inline-list .fa-map-marker:before {
  font-size: 22px;
}
header .inline-list address {
  display: inline-block;
}
@media (min-width: 1200px) {
  header .inline-list li + li {
    margin-left: 24px;
  }
}
header section:first-child {
  padding-top: 34px;
  padding-bottom: 31px;
  padding-left: 65px;
  padding-right: 51px;
}
header section:first-child:before, header section:first-child:after {
  display: table;
  content: "";
  line-height: 0;
}
header section:first-child:after {
  clear: both;
}
@media (max-width: 1199px) {
  header {
    text-align: center;
  }
  header .brand,
  header .inline-list {
    float: none;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}
main .address {
  font-size: 24px;
  font-weight: 700;
  font-family: "Merriweather", serif;
  line-height: 1.2;
}
main dt,
main dd {
  color: #73797d;
  display: inline-block;
}
main dd a[href^="mailto:"] {
  color: #4370b4;
  text-decoration: underline;
}
main dd a[href^="mailto:"]:hover {
  color: #333333;
}
main dd a[href^="callto:"]:hover {
  color: #4370b4;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 5.05556rem;
  padding-bottom: 5.5rem;
}
.well-2 {
  padding-top: 8.44444rem;
  padding-bottom: 8.61111rem;
}
.well-3 {
  padding-top: 3.61111rem;
  padding-bottom: 3.83333rem;
}
.well-4 {
  padding-top: 4.27778rem;
  padding-bottom: 3.61111rem;
}
.well-inset-1 {
  padding-bottom: 4.16667rem;
}
.well-inset-2 {
  padding-top: 3.55556rem;
}
.well-inset-3 {
  padding-bottom: 6.38889rem;
}
.well-inset-4 {
  padding-top: 3.88889rem;
}
.well-inset-5 {
  padding-top: 3.27778rem;
}
.well-inset-6 {
  padding-bottom: 3.88889rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #565b5e;
  color: #fff;
}
footer h4 {
  color: #fff;
}
footer [href^="callto:"]:hover,
footer [href^="mailto:"]:hover {
  color: #4370b4;
}
footer h4 + address {
  margin-top: 25px;
}
footer h4 ~ dl:last-child {
  margin-top: 16px;
}
footer dl + dl {
  margin-top: -2px;
}
footer dt,
footer dd {
  display: inline-block;
}
footer .list li + li {
  margin-top: 13px;
}
footer .list a:hover {
  color: #4370b4;
}
footer h4 + .inline-list {
  margin-top: 24px;
}
footer .inline-list li + li {
  margin-left: 7px;
}
footer span {
  display: inline-block;
}
footer h4 + span {
  margin-top: 19px;
}
footer * + .btn-3 {
  margin-top: 26px;
}
footer .copyright {
  font-size: 14px;
  color: #333333;
}
footer .copyright a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
