@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Istok+Web);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/21px "Ubuntu", sans-serif;
  color: #949393;
  background: url(../images/background5.png) repeat;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #008dbe;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Fonts ======= */
.font1 {
  font: 400 13px/24px "Inder", sans-serif;
  color: #9f9f9f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.font2 {
  font: 400 18px/21px "Inder", sans-serif;
  text-transform: uppercase;
  color: #008dbe;
}
.font2 a:hover {
  color: #414141;
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/38px "Inder", sans-serif;
  text-transform: capitalize;
  color: #414141;
}
h3 {
  font: 400 24px/24px "Inder", sans-serif;
  color: #262626;
  text-transform: uppercase;
}
.h3 {
  font: 400 24px/24px "Inder", sans-serif;
  color: #262626;
  text-transform: uppercase;
  display: block;
}
h4 {
  font: 400 18px/21px "Inder", sans-serif;
  text-transform: uppercase;
  color: #008dbe;
}
h4 a:hover {
  color: #414141;
}
h5 {
  font: 400 30px/30px "Inder", sans-serif;
  text-transform: uppercase;
  color: #414141;
}
h6 {
  font: 400 36px/39px "Inder", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.14);
}
h6 a:hover {
  color: #414141;
}
.h6__inset1 {
  font: 400 34px/39px "Inder", sans-serif;
  text-align: center;
}
@media (max-width: 479px) {
  .h6__inset1 {
    font-size: 24px;
    line-height: 29px;
	text-align: center;
  }
}
.h6__inset2 {
  font: 400 18px/26px "Inder", sans-serif;
}
.header7 {
  font: 400 18px/21px "Inder", sans-serif;
  color: #008dbe;
  display: block;
}
.header8 {
  font: 400 18px/18px "Inder", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/24px "Inder", sans-serif;
  display: inline-block;
  color: #ffffff;
  background: #008dbe;
  border-radius: 3px;
  padding: 7px 29px 7px 28px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.btn-default:hover {
  color: #ffffff;
  background: #4bbaa3;
}
/* ======= Modifiers ======= */
.__display-inline {
  display: inline;
}
.__not-capitalize {
  text-transform: none;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__margin1 {
  margin-top: 70px;
}
.__margin2 {
  margin-bottom: 55px;
}
.post1.__margin3 {
  margin-top: 10px;
  margin-bottom: 27px;
}
.__margin4 {
  margin-bottom: 70px;
}
.__margin5 {
  margin-bottom: 45px;
}
.wrapper6.__padding1 {
  padding-bottom: 84px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #f7f7f7;
  padding: 45px 0 51px;
}
.wrapper2 {
  padding: 62px 0 45px;
}
.wrapper3 {
  background: url(../images/background2.png) repeat;
  padding: 31px 0 28px;
}
.wrapper4 {
  background: url(../images/background4.png) repeat;
  padding: 41px 0 0;
}
.wrapper5 {
  background: url(../images/background5.png) repeat;
  padding: 37px 0;
}
.wrapper6 {
  padding: 41px 0 24px;
}
.wrapper7 {
  background: #f7f7f7;
  padding: 41px 0 51px;
}
.img-wrapper1 {
  width: 131px;
  height: 131px;
  overflow: hidden;
  display: inline-block;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 25px 0 0 0;
  background: #ffffff;
}
#header .login {
  margin-top: 23px;
  float: right;
}
#header .login .divider1 {
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #acacac;
  margin: 2px 6px 0 6px;
}
#header .login a {
  text-transform: uppercase;
  font: 400 12px/12px "Inder", sans-serif;
  color: #acacac;
}
#header .login a:hover {
  color: #ffffff;
}
#header .socials1 {
  float: left;
  margin-top: 19px;
  margin-left: 195px;
}
#header .phone {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 357px;
  height: 58px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 10px 10px 10px 97px;
  font: 400 12px/18px "Inder", sans-serif;
  color: #2d3238;
}
@media (max-width: 479px) {
  #header .phone {
    height: auto;
    width: 270px;
  }
}
#header .phone .phone-number {
  color: #008dbe;
}
#header .phone:before {
  display: block;
  position: absolute;
  content: '';
  width: 48px;
  height: 66px;
  left: 23px;
  bottom: 0;
  background: url(../images/page1_img0.png) no-repeat center;
}
#header .header-info {
  padding-bottom: 39px;
}
#header #stuck_container {
  background: url(../images/background0.png) repeat;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  #header {
    padding-top: 20px;
    text-align: center;
  }
  #header h1 {
    float: none;
  }
  #header .socials1 {
    float: none;
    margin-left: 0;
    margin-top: 40px;
  }
  #header .phone {
    margin-top: 40px;
    display: inline-block;
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
}
h1 .main {
  font: 400 60px/47px "Damion", sans-serif;
  color: #31323a;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
h1 .secondary {
  font: 400 14px/14px "IstokWeb", sans-serif;
  color: #98999e;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}
/* ======= Socials 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 21px;
}
.socials1 li a {
  color: #b0b0b0;
  font-size: 22px;
}
.socials1 li a:hover {
  color: #414141;
}
nav {
  float: left;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 0;
  text-align: center;
}
.sf-menu > li:hover {
  background: #008dbe;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li + li {
  margin-left: 18px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 0px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  font: 400 16px/17px "Inder", sans-serif;
  display: block;
  padding: 21px 25px 22px 27px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #008dbe;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current {
  background: #008dbe;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover {
  background: #008dbe;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  min-width: 104px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -52px;
  background: #333036;
  text-align: left;
  text-transform: uppercase;
  padding: 23px 9px 25px 10px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul > li {
  display: inline-block;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: 0;
  right: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
}
.sf-menu ul li a:hover {
  color: #008dbe;
}
.sf-menu ul > .sfHover > a:after {
  color: #008dbe;
}
.sf-menu ul li.sfHover > a {
  color: #008dbe;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -9px;
  left: 146px;
  background: #008dbe;
  padding: 14px 9px 11px 17px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li {
  display: block;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
.sf-menu ul ul li a {
  color: #010101;
  display: block;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #008dbe;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Inder", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
/* ======= Header 1 ======= */
.header1 {
  text-align: center;
  border-bottom: 1px solid #008dbe;
  padding-bottom: 28px;
}
.header1_span {
  margin-top: 25px;
  display: block;
  text-align: center;
  font: 400 14px/24px "Inder", sans-serif;
  color: #737373;
}
/* ======= Header 2 ======= */
.header2 {
  text-align: center;
  border-bottom: 1px solid #dfe2e4;
  padding-bottom: 15px;
}
/* ======= Post 1 WELCOME VISITOR ======= */
.post1 {
  margin-top: 54px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 23px 17px 51px 17px;
}
.post1 .img-wrapper1 {
  margin-bottom: 41px;
  position: relative;
}
.post1 .img-wrapper1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post1 h3 {
  margin-bottom: 4px;
}
.post1 .btn-default {
  margin-top: 27px;
}
.post1:hover .font1 {
  color: #008dbe;
}
.post1:hover .img-wrapper1 img {
  top: -131px;
}
@media (max-width: 979px) {
  .post1 h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
/* ======= Post 2 What Can Life Coaching Do For You?  ======= */
.post2 {
  margin-top: 75px;
  margin-bottom: 97px;
  text-align: justify;
}
.post2 img {
  border: 1px solid #333036;
  margin-bottom: 38px;
}
.post2 h4 {
  margin-bottom: 21px;
}
.post2 .btn-default {
  margin-top: 25px;
}
/* ======= Post 3 Life Coaching Areas  ======= */
.post3 {
  margin-top: 77px;
  padding-right: 50px;
  margin-bottom: 81px;
}
@media (max-width: 979px) {
  .post3 {
    padding-right: 0;
  }
}
.post3 h4 {
  padding-left: 69px;
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}
.post3 h4:hover:before {
  background: no-repeat center -52px;
}
.post3 h4:before {
  content: '';
  position: absolute;
  display: block;
  overflow: hidden;
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  left: 0;
  background: no-repeat center 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post3.post3_1 h4:before {
  background-image: url(../images/page1_img8.png);
}
.post3.post3_2 h4:before {
  background-image: url(../images/page1_img9.png);
}
.post3.post3_3 h4:before {
  background-image: url(../images/page1_img10.png);
}
.post3.post3__inset1 {
  margin-top: 0px;
  margin-bottom: 42px;
  padding-right: 0;
  text-align: justify;
}
.post3.post3_2_1 h4:before {
  background-image: url(../images/page3_img9.png);
}
.post3.post3_2_2 h4:before {
  background-image: url(../images/page3_img10.png);
}
.post3.post3_2_3 h4:before {
  background-image: url(../images/page3_img11.png);
}
.post3.post3_2_4 h4:before {
  background-image: url(../images/page3_img12.png);
}
.post3.post3_2_5 h4:before {
  background-image: url(../images/page3_img13.png);
}
/* ======= Post 4 Public Events  ======= */
.post4 {
  margin-top: 62px;
  margin-bottom: 40px;
  padding-right: 50px;
}
@media (max-width: 979px) {
  .post4 {
    padding-right: 0;
  }
}
.post4 time {
  padding-left: 23px;
  position: relative;
  color: #b0b4b1;
}
.post4 time:before {
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 2px;
  border-radius: 20px;
  display: block;
  position: absolute;
  background: #c3c2c2;
}
.post4 .header7 {
  margin-bottom: 1px;
}
.post4 p {
  margin-top: 15px;
}
.post4 .btn-default {
  margin-top: 25px;
}
/* ======= Banner 1 Newsletter Form ======= */
.banner1 .banner1_text {
  float: left;
}
@media (max-width: 1199px) {
  .banner1 {
    padding-bottom: 15px;
    text-align: center;
  }
  .banner1 .banner1_text {
    float: none;
  }
  .banner1 .newsletter-form {
    float: none;
  }
}
/* ======= Newsletter Form ======= */
.newsletter-form {
  text-align: center;
  float: right;
  margin-top: 12px;
  position: relative;
  /* Success message */
  /* Submit Button GO */
  /* Input form for email*/
  /* Error message style */
  /* Error message appears */
}
.newsletter-form .button {
  display: inline-block;
  font: 400 14px/18px "Inder", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #0e536f;
  padding: 10px 29px 11px 28px;
  margin-left: 3px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-form .button:hover {
  color: #ffffff;
  background: #4bbaa3;
}
@media (max-width: 767px) {
  .newsletter-form .button {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .newsletter-form .button {
    margin-top: 20px;
  }
}
.newsletter-form label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Inder", sans-serif;
  color: #ffffff;
  padding: 0 0 0px 42px;
  width: 189px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background: url(../images/background3.png) repeat;
  height: 39px;
  text-align: right;
}
.newsletter-form label + label {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .newsletter-form label {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter-form label input {
    width: 378px;
  }
  .newsletter-form label + label {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .newsletter-form label {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter-form label input {
    width: 228px;
  }
  .newsletter-form label + label {
    margin-left: 0;
  }
}
.newsletter-form .success {
  text-align: center;
  position: absolute;
  font-size: 11px;
  line-height: 12px;
  bottom: -20px;
  color: #ffffff;
  left: 50%;
  margin-left: -99px;
}
.newsletter-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Inder", sans-serif;
  color: #ffffff;
  padding: 0 13px 0px 0;
  width: 140px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background: url(../images/background3.png) repeat;
  height: 39px;
}
.newsletter-form input:focus {
  outline: none;
}
.newsletter-form .name {
  position: relative;
}
.newsletter-form .name:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 12px;
  left: 15px;
  background: url(../images/user_icon.png) no-repeat center;
}
.newsletter-form .email {
  position: relative;
}
.newsletter-form .email:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 12px;
  left: 15px;
  background: url(../images/mail_icon.png) no-repeat center;
}
.newsletter-form .error {
  text-align: left;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  bottom: -16px;
  left: 0;
  display: none;
  color: #ffffff;
}
.newsletter-form .invalid .error {
  display: block;
}
@media (max-width: 767px) {
  .newsletter-form .success {
    bottom: -25px;
  }
  .newsletter-form .error {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    top: -13px;
    display: none;
    color: #ffffff;
  }
}
/* ======= Post 5 In a Nutshell About Us ======= */
.post5 {
  margin-top: 10px;
}
.post5 .font2 {
  display: block;
  margin-bottom: 21px;
}
.post5 img {
  border: 1px solid #dfe2e4;
  margin-bottom: 21px;
}
.post5 p {
  margin-bottom: 21px;
}
.post5 .first-image {
  margin-top: 5px;
  float: left;
  margin-right: 30px;
}
.post5 .second-image {
  float: right;
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .post5 .first-image {
    float: none;
    margin-right: 0;
  }
  .post5 .second-image {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .post5 img {
    width: 100%;
  }
}
/* ======= Post 6 Meet the Team of Expert Coaches ======= */
.post6 {
  background: #ffffff;
  margin-top: 75px;
  border: 1px solid #dfe2e4;
}
.post6 .content {
  padding: 25px 19px 39px 18px;
}
.post6 img {
  border-bottom: 1px solid #dfe2e4;
}
.post6 h4 {
  margin-bottom: 21px;
}
.post6 .socials2 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post6 .socials2 li + li {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .post6 img {
    width: 100%;
  }
}
/* ======= Socials 2 ======= */
.socials2 li {
  display: inline-block;
}
.socials2 li + li {
  margin-left: 7px;
}
.socials2 li a {
  display: block;
  height: 29px;
  width: 29px;
  background: #008dbe;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100px;
  text-align: center;
}
.socials2 li a i {
  line-height: 29px;
}
.socials2 li a:hover {
  background: #414141;
}
/* ======= Post 7 Our Courses ======= */
.post7 {
  margin-top: 5px;
  text-align: justify;
}
.post7 img {
  border: 1px solid #dfe2e4;
  margin-bottom: 25px;
}
.post7 h4 {
  margin-bottom: 21px;
}
.post7 .btn-default {
  margin-top: 25px;
}
.post7__inset1 {
  border: 1px solid #dfe2e4;
  margin-top: 30px;
}
.post7__inset1 img {
  border: none;
  border-bottom: 1px solid #dfe2e4;
}
.post7__inset1 .content {
  padding: 0 19px 29px 19px;
}
/* ======= Description List 1 ======= */
.dl-list1 dt {
  font: 400 18px/21px "Inder", sans-serif;
  color: #008dbe;
  text-transform: uppercase;
  margin-bottom: 21px;
  padding-left: 30px;
  position: relative;
}
.dl-list1 dt:before {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f058';
  color: #008dbe;
  left: 0px;
  top: 1px;
}
.dl-list1 dt a:hover {
  color: #414141;
}
.dl-list1 dd {
  margin-bottom: 29px;
  padding-left: 30px;
  text-align: justify;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 14px;
  position: relative;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/list1.png) no-repeat center;
  left: 0;
  top: 7px;
}
.list1 li + li {
  margin-top: 14px;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #008dbe;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 8 Our Blog ======= */
.post8 {
  margin-bottom: 20px;
}
.post8 img {
  border: 1px solid #dfe2e4;
  float: left;
  margin-top: 6px;
  margin-right: 30px;
}
.post8 .post_header {
  position: relative;
  margin-bottom: -41px;
  font: 400 18px/21px "Inder", sans-serif;
  color: #b0b4b1;
  text-transform: uppercase;
}
.post8 .post_header a {
  color: #008dbe;
}
.post8 .post_header a:hover {
  color: #414141;
}
.post8 .post_header .global-info {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #b0b4b1;
}
.post8 .post_header .global-info:before {
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 6px;
  border-radius: 20px;
  display: block;
  position: absolute;
  background: #c3c2c2;
}
.post8 .post_header .comments {
  float: right;
}
.post8 h4 {
  margin-bottom: 21px;
}
.post8 p {
  overflow: hidden;
}
.post8 .btn-default {
  margin-top: 25px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post8 .post_header .comments {
    float: none;
    display: block;
  }
  .post8 .post_header .comments a {
    padding-left: 23px;
  }
}
@media (max-width: 979px) {
  .post8 img {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post8 .post_header .comments {
    float: none;
    display: block;
  }
  .post8 .post_header .comments a {
    padding-left: 23px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  border: 1px solid #dfe2e4;
  margin-top: 5px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 398px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
address {
  padding: 25px 22px 22px;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 18px;
}
address .h3 {
  margin-bottom: 4px;
}
address span {
  display: block;
  font: 400 13px/24px "Inder", sans-serif;
  color: #9f9f9f;
}
/* ======= Post 9 Privacy Policy ======= */
.post9 h4 {
  margin-bottom: 21px;
}
.post9 p {
  margin-bottom: 29px;
}
.post9 .simple-link {
  display: inline-block;
  margin-top: -8px;
  color: #008dbe;
}
.post9 .simple-link:hover {
  color: #414141;
}
.simple-link {
  text-decoration: none;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  font: 400 18px/22px "IstokWeb", sans-serif;
  color: #ffffff;
}
#footer .footer_block {
  padding-top: 41px;
  padding-bottom: 43px;
  padding-right: 10px;
  margin-bottom: 23px;
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 767px) {
  #footer .footer_block {
    padding-top: 21px;
    padding-bottom: 23px;
  }
}
#footer .footer_block.last {
  border-right: 0;
}
@media (max-width: 767px) {
  #footer .footer_block.last {
    border-right: 1px solid #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }
}
#footer .footer_phone {
  color: #008dbe;
}
#footer .header8 {
  margin-bottom: 34px;
}
#footer .socials1 {
  margin-top: 40px;
}
@media (max-width: 979px) {
  #footer .socials1 li + li {
    margin-left: 13px;
  }
}
#footer .socials1 li a {
  color: #909199;
}
#footer .socials1 li a:hover {
  color: #ffffff;
}
#footer .privacy-block {
  text-transform: uppercase;
  font: 400 12px/12px "Inder", sans-serif;
  color: #9fa3ab;
}
#footer .privacy-block .privacy-block_text {
  display: inline-block;
  margin-top: 5px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  background: #008dbe;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #7f7f7f;
  background: #1e1e1e;
}
/*Core variables and mixins*/
/*Core variables and mixins*/
