@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=Roboto:400,700,500,300,100,100italic,300italic,400italic|Sarina);
/*========================================================
					  Main Styles
=========================================================*/
html {
  font: 400 14px/1.28571 "Roboto", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #323232;
  font: inherit;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #12286de3;
}
h1.primary-clr a:hover, h2.primary-clr a:hover, h3.primary-clr a:hover, h4.primary-clr a:hover, h5.primary-clr a:hover, h6.primary-clr a:hover {
  color: #323232;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.57143rem;
  font-weight: bold;
}

h3 {
  font-size: 1.71429rem;
}

h4 {
  font-size: 1.28571rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #12286de3;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
}

p {
  color: #5e5e5e;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.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;
}

html body *:last-child {
  margin-bottom: 0;
}

/*=======================================================
					   Main Layout
=========================================================*/
h2 + .flex-list,
h2 + .index-list {
  margin-top: 72px;
}

/*=======================================================
					   Help Classes
=========================================================*/
.primary-clr {
  color: #12286de3;
}

.center {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  .center-sm {
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
}

.caps {
  text-transform: uppercase;
}

.hr {
  border-top: 6px solid #12286de3;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-family: "Sarina", cursive;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 2.5rem;
  }
}
.brand_slogan {
  display: inline-block;
  margin-left: 13px;
  margin-top: -4px;
  padding: 10px 4px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border-left: 1px solid #fff;
}
.brand a:hover {
  color: inherit;
}

/*==================     Hero      ======================*/
.hero_title {
  margin-bottom: 13px;
}

/*==================   Thumbnail   ======================*/
.thumbnail img {
  width: 100%;
  margin-bottom: 42px;
}
.thumbnail__label {
  margin-bottom: 13px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d5d5d5;
}
.thumbnail p {
  margin-bottom: 18px;
}

.thumbnail-2 img {
  width: 100%;
}
.thumbnail-2 .thumb {
  margin-bottom: 14px;
}
.thumbnail-2 a {
  color: #12286de3;
}
.thumbnail-2 a:hover {
  color: #323232;
}

/*==================  Backgrounds  ======================*/
.primary-bg {
  background: #12286de3;
}

.bg-color-1 {
  background: #fff;
}

.bg-color-2 {
  background: #f5f5f3;
}

.bg-color-3 {
  background: #323232;
  color: #fff;
}

.bg-color-4 {
  background: #fbf9f3;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-instagram,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-rss {
  position: relative;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-instagram:before,
.fa-google-plus:before,
.fa-linkedin:before,
.fa-rss:before {
  left: 0;
  top: -3px;
  font-size: 17px;
  position: absolute;
  color: #12286de3;
}

.icon {
  display: inline-block;
  width: 87px;
  height: 87px;
  background: #12286de3;
  border-radius: 24px;
  text-align: center;
}
.icon:before {
  font-size: 45px;
  line-height: 87px;
  color: #fff;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 225px;
  padding: 18.6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
  color: #12286de3;
  background: #fff;
}
.btn:active {
  background: #e6e6e6;
}

.link {
  text-transform: uppercase;
  color: #12286de3;
  line-height: 1.2;
}
.link:hover {
  color: #323232;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box {
    text-align: center;
    padding: 0;
  }
  .box_aside {
    float: none;
    padding: 0;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    overflow: hidden;
  }
}

/*==================    Feature   ======================*/
.feature .box_cnt__no-flow {
  height: 80px;
  display: table;
}
.feature .icon {
  margin-top: -4px;
}
.feature p {
  display: table-cell;
  padding-left: 23px;
  padding-right: 114px;
  vertical-align: middle;
  font-style: italic;
  color: #5e5e5e;
}
@media (max-width: 991px) {
  .feature p {
    padding: 0;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .feature p {
    padding-left: 0;
  }
}

/*==================      Post    ======================*/
.post time,
.post-2 time {
  font-size: 31px;
  font-weight: 100;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #12286de3;
}
.post h6,
.post-2 h6 {
  color: #12286de3;
  font-style: italic;
}
.post h6 a:hover,
.post-2 h6 a:hover {
  color: #323232;
}

.post .box {
  margin-bottom: 23px;
}
.post .box_cnt__no-flow {
  padding-top: 14px;
  padding-left: 20px;
}
.post > p {
  padding-right: 100px;
  margin-bottom: 18px;
}
@media (max-width: 979px) {
  .post .box_cnt__no-flow br {
    display: none;
  }
  .post p {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .post {
    text-align: center;
  }
  .post .box_cnt__no-flow {
    padding: 0;
  }
  .post p {
    padding: 0;
  }
}

.post-2 img {
  margin-bottom: 36px;
}
.post-2 time {
  margin-bottom: 0;
}
.post-2 h6 {
  margin-bottom: 20px;
}
.post-2 p {
  margin-bottom: 0;
}
.post-2 * + .link {
  display: inline-block;
  margin-top: 18px;
}

/*==================     Quote    ======================*/
blockquote {
  position: relative;
}
blockquote:before {
  position: absolute;
  top: -35px;
  left: -26px;
  content: "";
  width: 73px;
  height: 59px;
  background: url(../images/quotes.png) center no-repeat;
  background-size: contain;
}
blockquote .box_aside {
  padding-left: 55px;
}
blockquote .box_cnt__no-flow {
  padding-left: 36px;
  padding-top: 8px;
}
blockquote .box_cnt__no-flow p {
  margin-bottom: 18px;
}
blockquote img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
blockquote q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.22222;
}
blockquote cite {
  font-size: 36px;
  font-weight: 100;
}
@media (max-width: 767px) {
  blockquote {
    text-align: center;
  }
  blockquote .box_aside {
    float: none;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  blockquote .box_cnt__no-flow {
    padding-left: 0;
    padding-top: 8px;
  }
  blockquote .box_cnt__no-flow p {
    margin-bottom: 18px;
  }
  blockquote .box_cnt__no-flow cite {
    font-size: 24px;
  }
  blockquote .box .box_aside img {
    display: inline-block;
    max-width: 100px;
  }
}
@media (max-width: 479px) {
  blockquote:before {
    top: -20px;
    left: 0;
    width: 60px;
  }
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a:hover {
  opacity: .6;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: inline-block;
  }
  .flex-list li {
    width: 33%;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  font-size: 11px;
}
.inline-list li + li:before {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
}
.inline-list a:hover {
  color: #12286de3;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 21px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #12286de3;
}
.marked-list li + li {
  margin-top: 13px;
}
.marked-list a:hover {
  color: #12286de3;
}

/*==================   Index List  =====================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 125px;
  color: #12286de3;
  font-style: italic;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  position: absolute;
  top: -20px;
  left: 15px;
  width: 87px;
  height: 87px;
  padding-left: 10px;
  background: #12286de3;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 87px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.index-list li h6 {
  padding-right: 10px;
  margin-bottom: 20px;
}
.index-list li h6 a:hover {
  color: #323232;
}
.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;
}

/*==================     List     ======================*/
.list li {
  color: #5e5e5e;
  line-height: 21px;
}
.list a:hover {
  color: #12286de3;
}

/*===============    Contact table   ===================*/
.contact-table address {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #12286de3;
  border-bottom: 2px solid #d5d5d5;
}
.contact-table dl:before, .contact-table dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-table dl:after {
  clear: both;
}
.contact-table dl dt {
  float: left;
}
.contact-table dl dd {
  float: right;
}
.contact-table dl:last-child dt,
.contact-table dl:last-child dd {
  display: inline-block;
  float: none;
}
.contact-table dl a[href^="mailto:"] {
  text-decoration: underline;
}
.contact-table dl a[href^="mailto:"]:hover {
  color: #12286de3;
}
.contact-table dl a[href^="callto:"]:hover {
  color: #12286de3;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 10px;
}
.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: 41px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #323232;
}
.sf-menu > li.active > a {
  color: #323232;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 70px;
  width: 235px;
  margin-top: 2px;
  padding: 15px 0 15px;
  background: #fff;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .sf-menu ul {
    top: 30px;
  }
}

.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;
  color: #323232;
  padding: 10px 35px 10px 31px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #12286de3;
  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%;
  width: auto;
  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: #323232;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1199px) {
  .sf-menu > li {
    position: relative;
    float: left;
  }
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}

/*==================   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);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-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 {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-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: #12286de3;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-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 {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-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 {
  padding: 37px 151px 29px 72px;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .stuck_container {
    padding: 37px 0 29px;
  }
}

.isStuck {
  padding: 12px 151px 12px 72px;
  background: #dae6f7;
  z-index: 999;
  position: relative;
  border-bottom: 3px solid #fcb310;
}
.isStuck .sf-menu > li > ul {
  top: 53px;
}
.isStuck .search-form_toggle {
  top: 20px;
}

@media only screen and (max-width: 1199px) {
  .isStuck {
    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 {
  color: #fff;
  font-size: 44px;
}
.parallax h2 + .row {
  margin-top: 0;
}
.parallax p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

/*==================   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 {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #12286de3;
  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;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #067fbb78;
  border-bottom: 3px solid #fcb310;
  -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 1199px) {
  header {
    padding: 26px 0;
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

* + .offset-1 {
  margin-top: 53px;
}
* + .offset-2 {
  margin-top: 48px;
}
* + .offset-3 {
  margin-top: 17px;
}

.privacy h2 + h5 {
  margin-top: 80px;
}
.privacy * + p {
  margin-top: 30px;
}
.privacy * + h5 {
  margin-top: 30px;
}
.privacy * + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline;
}
.privacy * + a[href^="mailto:"]:hover {
  color: #12286de3;
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #efefef;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 82px;
  padding-bottom: 87px;
}
.well-2 {
  padding-top: 91px;
  padding-bottom: 85px;
}
.well-3 {
  padding-top: 78px;
  padding-bottom: 86px;
}
.well-4 {
  padding-top: 54px;
  padding-bottom: 81px;
}
.well-5 {
  padding-top: 54px;
  padding-bottom: 52px;
}
.well-6 {
  padding-top: 87px;
  padding-bottom: 75px;
}
.well-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.well--ins-1 {
  padding-bottom: 97px;
}
.well--ins-2 {
  padding-top: 105px;
}
.well--ins-3 {
  padding-top: 120px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #efefef;
}
footer h4 + * {
  margin-top: 10px;
}
footer * + h4 {
  margin-top: 46px;
}
footer .col-md-3:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  footer .col-md-3:last-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .col-md-3:last-child {
    text-align: center;
  }
}
footer [class*="fa-"] {
  padding-left: 29px;
}
footer dt,
footer dd {
  display: inline-block;
}
footer section:nth-child(2) {
  text-align: right;
}
footer .copyright {
  margin-bottom: 6px;
}
footer .copyright span:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
footer .copyright a:hover {
  color: #12286de3;
}
@media (max-width: 479px) {
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .social li {
    display: inline-block;
  }
  footer .social li a:before {
    position: static;
  }
  footer .social li a > span {
    display: none;
  }
  footer [class*="fa-"] {
    padding-left: 0;
    margin: 0 10px;
  }
}
