@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,300italic,700,700italic,900,900italic,400italic|Cookie);

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #313131;
  font: 400 22px/30px "Merriweather", serif;
  -webkit-text-size-adjust: none;
  background: url("../images/bg.jpg") repeat;
}

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

h1 {
	color: #185778;
  font-size: 40px;
  line-height: 50px;
  font-family: "Blenda Script", serif;
}

h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  font-size: 35px;
  line-height: 40px;
}

h4 {
  font-size: 28px;
  line-height: 30px;
}

h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

h6, .terms-list dt {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
}
p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
span {
	color: #a24f4f;
	font-weight: 700;
}
time {
  display: block;
}

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 {
  font-size: 18px;
  line-height: 23px;
  color: #f7941d;
  font-weight: 900;
  text-transform: uppercase;
}

.big {
  font-size: 18px;
  line-height: 24px;
  padding: 0 40px 0 0;
}

.border {
  border-bottom: 1px solid #d8d8d8;
}

.fa {
  line-height: inherit;
}

.center {
  text-align: center;
}
.littleright {
	text-align: right;
	margin-right: 30px;
}
i {
	font-style: italic;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.primary-color {
  color: #07789a;
}
.downlittle {
	margin-top: 10px;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img_add {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .well.well__ins1.resp {
    margin-top: -100px;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p, .terms-list * + dd {
  margin-top: 10px;
}

* + .btn {
  margin-top: 35px;
}

* + .offset {
  margin-top: 26px;
}

* + .row {
  margin-top: 36px;
}

* + .center {
  margin-top: 46px;
}

* + .btn_mod1 {
  margin-top: 25px;
}

* + address {
  margin-top: 20px;
}

* + .contact-list {
  margin-top: 17px;
}

* + .offset3 {
  margin-top: 22px;
}

* + .blog-list {
  margin-top: 38px;
}

* + .terms-list {
  margin-top: 33px;
}

.inline-list + h6, .terms-list .inline-list + dt {
  margin-top: 27px;
}

.row + .row {
  margin-top: 30px;
}

h2 + .offset {
  margin-top: 30px;
}

h2 + .offset2 {
  margin-top: 55px;
}

h2 + p, .terms-list h2 + dd {
  margin-top: 28px;
}

h6 + p, .terms-list dt + p, .terms-list h6 + dd, .terms-list dt + dd {
  margin-top: 16px;
}

.bordergray { 
	border: 2px solid #313131;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  border: 2px solid #313131;
  padding: 0 40px 6px;
}
.brand_logo {
	position: absolute;
	top:10px;
	left: 785px;
	width: 270px;
	z-index: 2;
}
.brand_name {
  overflow: hidden;
}

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

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  border: 2px solid #313131;
  padding: 11px 40px 11px 36px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.btn:hover {
  background: #ce6363;
}
.btn:active {
  background: #d97a08;
}

.btn_mod1 {
  padding: 11px 50px 11px 46px;
}

/*==================   Terms List  ======================*/
.terms-list dt {
  color: #f7941d;
}
.terms-list a {
  color: #f7941d;
}
.terms-list a:hover {
  text-decoration: underline;
}
.terms-list dd + dt {
  margin-top: 33px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 20px;
}
.inline-list a:hover {
  color: #f7941d;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_cnt {
  padding-top: 16px;
  padding-left: 23px;
}
.box_cnt p, .box_cnt .terms-list dd, .terms-list .box_cnt dd {
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.box_cnt * + h5 {
  margin-top: 15px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

.box2 {
  margin-left: 73px;
  position: relative;
}
.box2 span {
  position: absolute;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
  left: -86px;
  top: 15px;
  font-size: 120px;
  line-height: 120px;
  color: #cecece;
}
.box2_aside {
  float: left;
}
.box2_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box2_cnt {
  padding-top: 16px;
  padding-left: 23px;
}
.box2_cnt p, .box2_cnt .terms-list dd, .terms-list .box2_cnt dd {
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.box2_cnt * + h5 {
  margin-top: 15px;
}
.box2_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 479px) {
  .box .box_cnt__no-flow, .box .box2_cnt__no-flow, .box2 .box_cnt__no-flow, .box2 .box2_cnt__no-flow {
    overflow: visible;
  }
  .box .box_cnt, .box .box2_cnt, .box2 .box_cnt, .box2 .box2_cnt {
    padding-left: 0;
  }
  .box .box_aside, .box .box2_aside, .box2 .box_aside, .box2 .box2_aside {
    margin-right: 20px;
  }

  .box2 {
    margin-left: 55px;
  }
}
/*================== Contact List ======================*/
.contact-list li dl {
  display: block;
}
.contact-list li dl:before, .contact-list li dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-list li dl:after {
  clear: both;
}
.contact-list li dl dt {
  float: left;
  display: inline-block;
}
.contact-list li dl dd {
  float: right;
  display: inline-block;
}
.contact-list li dl dd a[href^="mailto"] {
  color: #f7941d;
  margin-right: 175px;
}
.contact-list li dl dd a[href^="mailto"]:hover {
  color: #f7941d;
  text-decoration: underline;
}
.contact-list li dl dd a[href^="mailto"]:active {
  color: #f9ab4e;
}
.contact-list li dl dd a[href^="callto"] {
  margin-right: 175px;
}
.contact-list li dl dd a[href^="callto"]:hover {
  color: #f7941d;
}
.contact-list li dl dd a[href^="callto"]:active {
  color: #d97a08;
}

@media (max-width: 1199px) {
  .contact-list li dl dd a[href^="callto"],
  .contact-list li dl dd a[href^="mailto"] {
    margin-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .contact-list dl li {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-list dl li {
    font-size: 13px;
  }
}
/*==================   Blog List   ======================*/
.blog-list li {
  position: relative;
}
.blog-list li .wrap {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 40px;
  right: 20px;
  top: -3px;
  width: 250px;
}
.blog-list li .wrap .fa {
  font-size: 40px;
  line-height: 70px;
  color: #313131;
}
.blog-list li .wrap time {
  font-size: 45px;
  line-height: 50px;
  color: #f7941d;
}
.blog-list li .wrap time span {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 35px;
  color: #07789a;
  font-weight: 700;
}
.blog-list li .inline-list {
  border-bottom: 1px solid #d8d8d8;
}
.blog-list li .inline-list li {
  text-transform: uppercase;
  position: relative;
}
.blog-list li .inline-list li:before {
  content: '';
  height: 4px;
  width: 4px;
  background: #f7941d;
  position: absolute;
  right: -10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-list li .inline-list li + li {
  margin-left: 40px;
}
.blog-list * + .btn {
  margin-top: 28px;
}
.blog-list .row + .row {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-list li .wrap {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-list li .center:before, .blog-list li .center:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .blog-list li .center:after {
    clear: both;
  }
  .blog-list li img {
    float: right;
  }
  .blog-list li .wrap {
    left: -25px;
  }
}
@media (max-width: 479px) {
  .blog-list li img {
    float: none;
  }
  .blog-list li .wrap {
    left: 5px;
  }
  .blog-list li .wrap time span, .blog-list li .wrap .fa {
    color: #fff;
  }
  .blog-list li .inline-list li {
    font-size: 10px;
  }
  .blog-list li .inline-list li + li {
    margin-left: 25px;
  }
}
/*==================  Marked List  ======================*/
.marked-list {
  margin-top: -4px;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 4px;
  margin-right: 28px;
  font-family: "Arial";
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 2px;
  top: 2px;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #f7941d;
}
.marked-list li:last-child {
  border-bottom: none;
}
.marked-list li + li {
  margin-top: 5px;
}
.marked-list a:hover {
  text-decoration: none;
  color: #f7941d;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.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: 69px;
}
.sf-menu a {
  display: block;
}

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 25px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 13px;
  }
}
.sf-menu > li > a {
  color: #313131;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.sf-menu > li.active > a {
  color: #07789a;
  text-decoration: underline;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 158%;
  left: -27px;
  width: 235px;
  padding: 20px 0;
  background: #494949;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.sf-menu ul a {
  padding: 0 31px;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #494949;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #3d3d3d;
  background: #b0b0b0;
}

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #272727;
  color: #fff;
  width: 200px;
  z-index: 4;
  padding: 0;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #494949;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #3d3d3d;
  background: #f7941d;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  color: #313131;
  left: 85.5%;
  top: 50%;
  margin-top: -14px;
  content: "ï”";
  font: 400 14px/30px "FontAwesome";
}

@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: #f7941d;
  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:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
.stuck_container {
	background: #96c0d0;
}
.isStuck {
  background: #96c0d0;
  z-index: 999;
  border-bottom: 1px solid #ce7263;
}
.isStuck .brand {
  border: none;
}
.isStuck .brand_logo {
	display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
	background: #07789a;
	width: 60px;
	height: 60px;
  font-size: 37px;
  line-height: 29px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  content: "\f106";
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  width: 31px;
  margin-top: 20px;
}
.toTop:hover {
  color: #333;
  background: #96c0d0;
  text-decoration: none;
}

.mobile .toTop,
.tablet .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 {
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 58px;
}

/*==================  RD Parallax    ======================*/
/****************
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.parallax * {
  color: white;
}
.parallax h2 {
	margin-top: -200px;
	font-family: Open Sans;
  	font-size: 80px;
  	float: left;
  	color: #202020;
 	text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}
.parallax h3 {
	margin-top: -58px;
	font-size: 36px;
	color: #202020;
 	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
	 float: left;
}

.parallax_image, .parallax_pattern {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
 
  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;
  padding-top: -100px;
  padding-bottom: 0px;
  height: 70px;
}
@media (min-width: 998px) {
  .parallax_cnt {
    padding-top: 136px;
    padding-bottom: 158px;
  }
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: inline-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_video {
  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_video:before {
  content: '\f01d';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  font: 400 60px "FontAwesome";
  line-height: 30px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.lt-ie9 .thumb_overlay_video:before {
  display: none;
}
.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: "\f065";
  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_video {
  opacity: 1;
  background: rgba(247, 148, 29, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay_video {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33F7941D', endColorstr='#33F7941D')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33F7941D', endColorstr='#33F7941D');
  zoom: 1;
}
.thumb:hover .thumb_overlay_video 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);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(247, 148, 29, 0.3);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DF7941D', endColorstr='#4DF7941D')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DF7941D', endColorstr='#4DF7941D');
  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);
}

.iframe {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767px) {
  .thumb {
    display: block;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #96c0d0;
  padding-top: 39px;
  padding-bottom: 39px;
  border-bottom: 1px solid #d8d8d8;
}
header .brand {
  margin-left: 40px;
  float: left;
}
header .nav, header .search-form_toggle {
  float: right;
}
header .nav {
  padding-top: 20px;
}
header .search-form_toggle {
  padding-top: 19px;
  margin-right: 47px;
}
header .search-form + .nav {
  margin-right: 85px;
}
@media (max-width: 979px) {
  header .brand {
    margin-left: 5px;
  }
  header .search-form_toggle + .nav {
    margin-right: 10px;
  }
  header .search-form_toggle {
    padding-top: 19px;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  header .search-form + .nav {
    margin-right: 10px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 80px;
  padding-bottom: 91px;
}

.well2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well3 {
  padding-top: 90px;
  padding-bottom: 91px;
}

.well4 {
  padding-top: 68px;
  padding-bottom: 82px;
}

.well__ins1 {
  padding-bottom: 40px;
}

.well__ins2 {
  padding-top: 90px;
}
.well__top {
	margin-top: -20px;
}

@media (max-width: 767px) {
  .well4 {
    padding-top: 140px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  text-align: center;
  padding-top: 105px;
  padding-bottom: 60px;
  background: #313131;
}
footer .inline-list li a {
  font-size: 48px;
  line-height: 48px;
  color: #7a7a7a;
}
footer .inline-list li a:hover {
  color: #d4d4d4;
}
footer .inline-list li + li {
  margin-left: 33px;
}
footer hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #7a7a7a;
  margin: 0;
}
footer .copyright {
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #7a7a7a;
}
footer .copyright em {
  color: #d4d4d4;
}
footer .copyright p, footer .copyright .terms-list dd, .terms-list footer .copyright dd {
  display: inline-block;
}
footer .copyright a {
  text-transform: none;
  display: inline-block;
}
footer .copyright a:hover {
  color: #d4d4d4;
}
footer * + hr {
  margin-top: 75px;
}
footer * + .copyright {
  margin-top: 60px;
}

@media (max-width: 767px) {
  footer .inline-list li a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  footer .inline-list li + li {
    margin-left: 20px;
  }
}