.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
  clear: both;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {        
  img.content-adaptive{
      max-width: 100% !important;
      height: auto !important;
      align: center !important;
      display: block !important;
   }
   .help-adaptive > img{
      max-width: 100% !important;
      height: auto !important;
      align: center !important;
      display: block !important;
   }
}
a:hover *,
a:hover,
a *,
a,
a:active *,
a:active,
a:focus *,
a:focus {
  text-decoration: none;
  color: auto;
  outline: none;
  background: none;
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  -webkit-text-size-adjust: none;
  font-family: sans-serif;
}
figure img,
.box img,
.thumbnail img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 18px;
}
p a:hover {
  text-decoration: underline;
}
/*=======================================================
                       KeyFrames
=========================================================*/
@-o-keyframes jump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes jump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*=======================================================
                       Components
=========================================================*/
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #2b3b44;
}
header .brand {
  float: left;
}
header .stuck_container {
  padding: 22px 0px 8px;
}
/*==================  Brand     ======================*/
/*==================  Nav     ======================*/
/*========================   Menu   ==========================*/
.navbar{
  margin-bottom: 0px;
  min-height: 0px;
}
nav.navbar.navbar-default.navbar-static-top.tm_navbar {
  text-align: center;
  position: relative;
  border-bottom: 0px;
  float: right;
  background: none;
}
ul.sf-menu {
  padding: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  float: right;
}
ul.sf-menu:before,
ul.sf-menu:after {
  content: " ";
  display: table;
}
ul.sf-menu:after {
  clear: both;
}
ul.sf-menu a {
  display: block;
}
.sf-menu {
  position: relative;
}
.sf-menu > li {
  line-height: 30px;
  margin-left: 5px;
  margin-right: 10px;
  list-style: none;
  float: none;
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  font-size: 19px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #52c2d2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li.active > a {
  color: #52c2d2;
}
.sf-menu ul {
  background: #52c2d2;
  left: -14px;
  text-align: left;
  display: none;
  position: absolute;
  top: 48px;
  margin-top: 10px;
  padding: 8px 0 10px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #52c2d2;
}
.sf-menu ul > li {
  min-width: 78px;
  list-style: none;
  line-height: 34px;
  position: relative;
}
.sf-menu ul > li > a {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #baf6ff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li + li {
  border-top: 1px dotted #baf6ff;
}
.sf-menu ul ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #ed6b55;
}
.sf-menu ul ul:before {
  display: none!important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sf-menu ul ul > li {
  list-style: none;
  min-width: 85px;
  border-color: #f18977;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
  text-align: left;
  padding: 4px 20px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #afc6d3;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
}
/*==================  Stuck-menu     ======================*/
#stuck_container {
  background: #2b3b44;
  z-index: 999;
}
#stuck_container:before,
#stuck_container:after {
  content: " ";
  display: table;
}
#stuck_container:after {
  clear: both;
}
#stuck_container .brand_name {
  font-size: 32px;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
/*==================  Blocks  ======================*/
.block-1 {
  padding: 63px 0px 70px;
}
.block-2 {
  padding: 32px 0px 49px;
}
.block-2.indent-1 {
  padding-bottom: 23px;
}
.block-2.indent-2 {
  padding-bottom: 35px;
}
.block-2.indent-3 {
  padding-bottom: 31px;
}
.block-2.indent-4 {
  padding-bottom: 40px;
}
.block-2.indent-5 {
  padding-bottom: 19px;
}
.block-2.indent-6 {
  padding-bottom: 6px;
}
.block-3 {
  padding: 47px 0px 21px;
}
.block-4 {
  padding: 40px 0px 51px;
}
.block-4.indent-1 {
  padding-bottom: 92px;
}
.block-4.indent-2 {
  padding-bottom: 43px;
}
.block-5 {
  padding: 27px 0px 0px;
}
.block-6 {
  padding: 49px 0px;
}
.block-6.bg-video {
  padding: 0!important;
}
.block-6.bg-video > .wrapper {
  padding: 49px 0px;
}
.block-404 {
  padding: 105px 0px 78px;
}
.block-404 .left-side {
  text-align: center;
}
.block-404 .left-side h2 {
  font-size: 215px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 160px;
  color: #55cced;
}
.block-404 .left-side h3 {
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 160px;
  color: #55cced;
}
.block-404 .right-side {
  text-align: left;
  padding: 13px 15px;
}
.block-404 .right-side h4 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 51px;
  color: #7b7b7b;
}
.block-404 .right-side h4 + p {
  margin-top: 26px;
}
.block-404 .right-side p {
  font-size: 16px;
  line-height: 26px;
  color: #7b7b7b;
}
.block-404 .right-side p + p {
  margin-top: 26px;
}
/*==================  Boxes      ======================*/
.box.box-1 h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #55636b;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box.box-1 h2 {
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
  color: #55636b;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box.box-1 h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #89949b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box.box-1 h3 + .btn-box {
  margin-top: 47px;
}
.box.box-1 .btn-box .btn-1:hover {
  color: #ed6b55;
  border-color: #ed6b55;
}
.box.box-1 .btn-box .btn + .btn {
  margin-left: 8px;
}
.box.box-2 {
  text-align: center;
}
.box.box-2 .list + p {
  margin-top: 13px;
}
.box.box-2 p {
  font-size: 16px;
  line-height: 24px;
  color: #838b91;
}
.box.box-3 {
  text-align: center;
}
.box.box-3 h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.box.box-3 p {
  color: #acacac;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
.box.box-3 p + .link {
  margin-top: 15px;
}
.box.box-4:before,
.box.box-4:after {
  content: " ";
  display: table;
}
.box.box-4:after {
  clear: both;
}
.box.box-4 .fancy_wrap {
  display: block;
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.box.box-4 .fancy_wrap img {
  width: 100%;
}
.box.box-4 .fancy_wrap:hover .thumb {
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box.box-4 .fancy_wrap:hover .thumb:before {
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box.box-4 .fancy_wrap .thumb {
  overflow: hidden;
  font-size: 80px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  text-align: center;
  background: rgba(72, 101, 119, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.box-4 .fancy_wrap .thumb:before {
  line-height: 80px;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  color: #edba55;
  content: "\f002";
  font-family: fontAwesome;
  margin-top: -40px;
  text-align: center;
}
.box.box-5:before,
.box.box-5:after {
  content: " ";
  display: table;
}
.box.box-5:after {
  clear: both;
}
.box.box-5 time {
  color: #edba55;
  font-size: 52px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  float: left;
  position: relative;
  top: 12px;
  line-height: 32px;
  margin-right: 39px;
}
.box.box-5 time span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-left: 6px;
}
.box.box-5 .wrapper {
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.box.box-5 .wrapper h5 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
}
.box.box-5 .wrapper h5 + p {
  margin-top: 24px;
}
.box.box-5 .wrapper p {
  color: #b3d5e4;
  font-weight: 300;
  line-height: 26px;
}
.box.box-5 .wrapper p + .btn {
  margin-top: 23px;
}
.box.box-5.indent-1 {
  margin-top: 50px;
}
.box.box-6 h6 {
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 26px;
}
.box.box-6 p {
  color: #acacac;
  font-weight: 400;
  line-height: 26px;
}
.box.box-6 p + p {
  margin-top: 25px;
}
.box.box-6 p + .list {
  margin-top: 22px;
}
.box.box-7 {
  padding-left: 70px;
}
.box.box-7 blockquote {
  padding: 0;
  border: none;
  color: #acacac;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-bottom: 17px;
}
.box.box-7 blockquote:before {
  display: block;
  float: left;
  content: "\f10d";
  font-family: fontAwesome;
  font-size: 34px;
  color: #55cced;
  font-style: normal;
  position: absolute;
  left: -70px;
  top: 9px;
}
.box.box-7 h6 {
  font-size: 18px;
}
.box + .box-7 {
  margin-top: 37px;
}
.box.box-8 {
  padding-left: 61px;
  position: relative;
}
.box.box-8 .wrapper {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}
.box.box-8 .wrapper h6 {
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #b3d5e4;
}
.box.box-8 .wrapper p {
  font-weight: 400;
  line-height: 26px;
  color: #acacac;
}
.box.box-8:before {
  font-size: 44px;
  color: #68afc4;
  float: left;
  position: absolute;
  left: 0;
  top: 11px;
}
.box.box-8.indent-1 {
  margin-top: 9px;
}
.box.box-8.indent-2 {
  margin-top: 6px;
}
.box.box-9 {
  position: relative;
  padding-left: 57px;
  clear: both;
}
.box.box-9 h6 {
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #3d3d3d;
}
.box.box-9 p {
  font-weight: 400;
  line-height: 26px;
  color: #acacac;
}
.box.box-9:before {
  position: absolute;
  left: 0;
  color: #55cced;
  content: attr(data-number);
  font-size: 45px;
  float: left;
  font-weight: 700;
  top: -11px;
}
.box.box-9.indent-1 {
  margin-top: 20px;
}
.box.box-10 {
  margin-top: 15px;
  color: #edba55 !important;
  font-family: 'Roboto', sans-serif;
}
.box.box-10 .badge {
  font-size: 52px;
  font-weight: 900;
  color: #edba55 !important;
  line-height: 48px;
}
.box.box-10 p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  top: -7px;
}
.box.box-11 {
  text-align: center;
}
.box.box-11 p {
  line-height: 26px;
  font-weight: 400;
}
.box.box-12 {
  padding: 0px 72px;
  text-align: center;
}
.box.box-12 h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.box.box-12 p {
  color: #acacac;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
.box.box-12 p + .link {
  margin-top: 15px;
}
.box.box-12 h6 + p {
  margin-top: 8px;
}
.box.box-12.box-12 {
  margin-top: 34px;
}
.box.box-12 p + a {
  margin-top: 16px;
}
.box.box-12 a {
  font-size: 15px;
  text-transform: uppercase;
  color: #55cced;
  font-weight: 700;
  display: inline-block;
}
.box.box-12 a:hover {
  text-decoration: underline;
}
/*==================  Thumbnail      ======================*/
.thumb-pad-1 .thumbnail {
  overflow: hidden;
  position: relative;
}
.thumb-pad-1 .thumbnail .caption {
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 110px;
  text-align: center;
  bottom: 0;
  padding: 25px 20px;
  z-index: 1;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-1 .thumbnail .caption.color-1 {
  background: #edba55;
}
.thumb-pad-1 .thumbnail .caption.color-2 {
  background: #68afc4;
}
.thumb-pad-1 .thumbnail .caption.color-3 {
  background: #9cbe8e;
}
.thumb-pad-1 .thumbnail .caption:before {
  display: block;
  background: inherit;
  content: "\f077";
  font-family: fontAwesome;
  color: #ffffff;
  position: absolute;
  top: -33px;
  text-align: center;
  border-radius: 100%;
  width: 148px;
  height: 126px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  padding-top: 15px;
}
.thumb-pad-1 .thumbnail .caption h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -16px;
  line-height: 32px;
  top: 51%;
}
.thumb-pad-1 .thumbnail:hover .caption {
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-1 .thumbnail:hover .caption:before {
  top: -40px !important;
}
.thumb-pad-2 .thumbnail {
  overflow: hidden;
  position: relative;
}
.thumb-pad-2 .thumbnail .caption {
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 110px;
  text-align: center;
  bottom: 0;
  padding: 25px 20px;
  z-index: 1;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-2 .thumbnail .caption.color-1 {
  background: #edba55;
}
.thumb-pad-2 .thumbnail .caption.color-2 {
  background: #68afc4;
}
.thumb-pad-2 .thumbnail .caption.color-3 {
  background: #9cbe8e;
}
.thumb-pad-2 .thumbnail .caption:before {
  display: block;
  background: inherit;
  content: "\f077";
  font-family: fontAwesome;
  color: #ffffff;
  position: absolute;
  top: -33px;
  text-align: center;
  border-radius: 100%;
  width: 148px;
  height: 126px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  padding-top: 15px;
}
.thumb-pad-2 .thumbnail .caption h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -16px;
  line-height: 32px;
  top: 51%;
}
.thumb-pad-2 .thumbnail:hover .caption {
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-2 .thumbnail:hover .caption:before {
  top: -40px !important;
}
.thumb-pad-2 .caption {
  top: 0;
  bottom: auto!important;
}
.thumb-pad-2 .caption:before {
  top: auto!important;
  bottom: -33px !important;
  content: "\f078" !important;
  padding-top: 85px!important;
}
.thumb-pad-2 .thumbnail:hover .caption:before {
  bottom: -40px !important;
  top: auto!important;
}
.thumb-pad-3 .caption h6 {
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 26px;
}
.thumb-pad-3 .caption p {
  color: #acacac;
  font-weight: 400;
  line-height: 26px;
}
.thumb-pad-3 .caption p + p {
  margin-top: 25px;
}
.thumb-pad-4 .thumbnail {
  overflow: hidden;
  position: relative;
}
.thumb-pad-4 .thumbnail .caption {
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 110px;
  text-align: center;
  bottom: 0;
  padding: 25px 20px;
  z-index: 1;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-4 .thumbnail .caption.color-1 {
  background: #edba55;
}
.thumb-pad-4 .thumbnail .caption.color-2 {
  background: #68afc4;
}
.thumb-pad-4 .thumbnail .caption.color-3 {
  background: #9cbe8e;
}
.thumb-pad-4 .thumbnail .caption:before {
  display: block;
  background: inherit;
  content: "\f077";
  font-family: fontAwesome;
  color: #ffffff;
  position: absolute;
  top: -33px;
  text-align: center;
  border-radius: 100%;
  width: 148px;
  height: 126px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  padding-top: 15px;
}
.thumb-pad-4 .thumbnail .caption h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -16px;
  line-height: 32px;
  top: 51%;
}
.thumb-pad-4 .thumbnail:hover .caption {
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-4 .thumbnail:hover .caption:before {
  top: -40px !important;
}
.thumb-pad-4 .thumbnail {
  overflow: visible;
}
.thumb-pad-4 .thumbnail .caption {
  padding: 0px 30px 12px;
  overflow: visible;
  position: relative;
  color: #ffffff;
  text-align: left;
}
.thumb-pad-4 .thumbnail .caption h3 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
}
.thumb-pad-4 .thumbnail .caption p {
  font-weight: 400;
  line-height: 26px;
}
.thumb-pad-4.indent-1 {
  margin-top: 28px;
}
.thumb-pad-5 {
  margin-top: 11px;
}
.thumb-pad-5:before,
.thumb-pad-5:after {
  content: " ";
  display: table;
}
.thumb-pad-5:after {
  clear: both;
}
.thumb-pad-5 .thumbnail img {
  position: relative;
  float: left;
  top: 17px;
  margin-right: 29px;
}
.thumb-pad-5 .thumbnail .caption {
  overflow: hidden;
}
.thumb-pad-5 .thumbnail .caption h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
}
.thumb-pad-5 .thumbnail .caption p {
  font-weight: 400;
  line-height: 26px;
  color: #acacac;
}
.thumb-pad-5 .thumbnail .caption p + .link {
  margin-top: 16px;
}
.thumb-pad-6 {
  margin-top: 21px;
}
.thumb-pad-6 .thumbnail img {
  float: left;
  position: relative;
  top: 20px;
  margin-right: 31px;
}
.thumb-pad-6 .thumbnail .caption {
  overflow: hidden;
}
.thumb-pad-6 .thumbnail .caption p {
  color: #b3d5e4;
  line-height: 26px;
}
.thumb-pad-6 .thumbnail .caption p + p {
  margin-top: 27px;
}
.thumb-pad-6 .thumbnail .caption p + .btn {
  margin-top: 22px;
  padding: 16px 37px 16px;
}
.thumb-pad-7 .thumbnail img {
  margin-bottom: 10px;
}
.thumb-pad-7 .thumbnail .caption a {
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #acacac;
}
.thumb-pad-7 .thumbnail .caption a:hover {
  color: #55cced;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-pad-7 .thumbnail .caption p {
  position: relative;
  line-height: 26px;
}
.thumb-pad-7 .thumbnail .caption p:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "\f0a9";
  font-size: 18px;
  font-family: fontAwesome;
  color: #55cced;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline;
  position: relative;
}
.thumb-pad-7 .thumbnail .caption p:hover:after {
  left: 30px;
}
/*==================  Titles      ======================*/
.title.title-1 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  color: #7b7b7b;
}
.title.title-2 {
  text-align: center;
  font-weight: 300;
  color: #7b7b7b;
  font-size: 35px;
}
.title.title-3 {
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  padding-bottom: 34px;
}
.title.title-4 {
  font-weight: 300;
  font-size: 35px;
}
.title.title-5 {
  font-weight: 300;
  font-size: 35px;
  color: #7b7b7b;
  text-transform: none;
  font-size: 40px;
}
.title.title-6 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  color: #7b7b7b;
  text-transform: none;
}
.title.title-7 {
  font-size: 18px;
  margin-top: 25px;
}
.title.title-8 {
  font-weight: 300;
  font-size: 35px;
  color: #7b7b7b;
  text-transform: none;
  font-size: 40px;
  text-align: center;
}
/*==================  Backgrounds  ======================*/
.bg-1 {
  background: #ffffff;
}
.bg-2 {
  background: #f0f0f0;
}
.bg-3 {
  background: #486577;
  color: #ffffff;
}
.bg-3 .title-1,
.bg-3 .title-6 {
  color: #ffffff;
}
.bg-video {
  color: #ffffff;
}
.bg-img-1 {
  background-image: url(../img/bg-img-4.jpg);
  background-position: center bottom;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/*==================  Lists      ======================*/
.list {
  padding: 0;
  list-style-type: none;
}
.list.social-list {
  display: inline-block;
}
.list.social-list li {
  float: left;
}
.list.social-list li a {
  width: auto;
  height: auto;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
}
.list.social-list li a i {
  width: 50px;
  text-align: center;
  display: inline-block;
  height: 50px;
  padding-top: 15px;
  border-radius: 100%;
  position: relative;
  top: 0;
  -webkit-box-sizing: borderr-box;
  -moz-box-sizing: borderr-box;
  box-sizing: borderr-box;
  border: 2px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.social-list li a i.fa-twitter {
  background: #88d0e1;
  border-color: #88d0e1;
}
.list.social-list li a i.fa-vk {
  background: #4d75a4;
  border-color: #4d75a4;
}
.list.social-list li a i.fa-facebook {
  background: #6982b8;
  border-color: #6982b8;
}
.list.social-list li a i.fa-google-plus {
  background: #ff8a8e;
  border-color: #ff8a8e;
}
.list.social-list li a i.fa-instagram {
  background: #548cb9;
  border-color: #548cb9;
}
.list.social-list li a i.fa-telegram {
  background: #2ca5e0;
  border-color: #2ca5e0;
}
.list.social-list li a i.fa-rss {
  background: #f6cf71;
  border-color: #f6cf71;
}
.list.social-list li a i:hover {
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.list.social-list li a i:hover.fa-twitter {
  color: #88d0e1;
}
.list.social-list li a i:hover.fa-vk {
  color: #4d75a4;
}
.list.social-list li a i:hover.fa-facebook {
  color: #6982b8;
}
.list.social-list li a i:hover.fa-google-plus {
  color: #ff8a8e;
}
.list.social-list li a i:hover.fa-instagram {
  color: #548cb9;
}
.list.social-list li a i:hover.fa-telegram {
  color: #2ca5e0;
}
.list.social-list li a i:hover.fa-rss {
  color: #f6cf71;
}
.list.social-list li a:hover i {
  -webkit-animation: jump 0.5s;
  -moz-animation: jump 0.5s;
  -ms-animation: jump 0.5s;
  -o-animation: jump 0.5s;
  animation: jump 0.5s;
}
.list.social-list li + li {
  margin-left: 17px;
}
.list.list-1 li:before,
.list.list-1 li:after {
  content: " ";
  display: table;
}
.list.list-1 li:after {
  clear: both;
}
.list.list-1 li.address i {
  color: #486577;
  float: left;
  font-size: 67px;
  display: block;
  position: relative;
  top: 18px;
  left: 3px;
  margin-right: 45px;
}
.list.list-1 li.address .wrapper {
  display: block;
  overflow: hidden;
}
.list.list-1 li.address .wrapper h5 {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  line-height: 36px;
}
.list.list-1 li.phone i {
  color: #486577;
  float: left;
  font-size: 37px;
  display: block;
  position: relative;
  top: 0px;
  left: 3px;
  margin-right: 41px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  border: 3px solid;
  border-color: #486577;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
.list.list-1 li.phone .wrapper {
  display: block;
  overflow: hidden;
}
.list.list-1 li.phone .wrapper h5 {
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  line-height: 36px;
}
.list.list-1 li + li {
  margin-top: 38px;
}
.list.list-2 span {
  display: block;
  float: left;
  margin-right: 9px;
  color: #3d3d3d;
}
.list.list-2 .wrapper {
  overflow: hidden;
}
.list.list-2 .wrapper p {
  line-height: 26px;
  color: #acacac;
}
.list.list-2 li + li {
  margin-top: 12px;
}
.list.list-3 li {
  line-height: 31px;
  color: #708a99;
  font-size: 16px;
}
.list.list-3.indent-1 {
  margin-top: 14px;
}
.list.list-4 .badge {
  display: block;
  color: #ffffff;
  background: #55cced;
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  top: 10px;
  border-radius: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: 400;
  padding-top: 11px;
  margin-right: 16px;
}
.list.list-4 .wrapper_features {
  overflow: hidden;
  margin-top:20px;
}
.list.list-4 .wrapper {
  overflow: hidden;
}
.list.list-4 .wrapper h6 {
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 26px;
}
.list.list-4 .wrapper p {
  color: #acacac;
  font-weight: 400;
  line-height: 26px;
}
.list.list-4 .wrapper p + p {
  margin-top: 25px;
}
.list.list-4 li:before,
.list.list-4 li:after {
  content: " ";
  display: table;
}
.list.list-4 li:after {
  clear: both;
}
.list.list-4 li + li {
  margin-top: 10px;
}
.list.list-5 {
  margin-top: 20px;
}
.list.list-5 li:before,
.list.list-5 li:after {
  content: " ";
  display: table;
}
.list.list-5 li:after {
  clear: both;
}
.list.list-5 li.address i {
  color: #486577;
  float: left;
  font-size: 67px;
  display: block;
  position: relative;
  top: 18px;
  left: -6px;
  margin-right: 41px;
}
.list.list-5 li.address i:before {
  position: relative;
  left: 3px;
}
.list.list-5 li.address .wrapper {
  display: block;
  overflow: hidden;
}
.list.list-5 li.address .wrapper h5 {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  line-height: 36px;
  color: #acacac;
}
.list.list-5 li.phone i {
  color: #486577;
  float: left;
  font-size: 37px;
  display: block;
  position: relative;
  top: 0px;
  left: -3px;
  margin-right: 36px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  border: 3px solid;
  border-color: #486577;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
.list.list-5 li.phone .wrapper {
  display: block;
  overflow: hidden;
}
.list.list-5 li.phone .wrapper h5 {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 36px;
  color: #acacac;
  margin-top: 17px;
}
.list.list-5 li + li {
  margin-top: 38px;
}
/*==================  Buttons    ======================*/
.btn {
  border: none;
}
.btn.btn-1 {
  text-transform: uppercase;
  color: #ffffff;
  background: #2b3b44;
  font-size: 18px;
  padding: 15px 44px 13px 40px;
  border: 2px solid #2b3b44;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
}
.btn.btn-1:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2b3b44;
}
.btn.btn-2 {
  text-transform: uppercase;
  color: #ffffff;
  background: #2b3b44;
  font-size: 18px;
  padding: 15px 44px 13px 40px;
  border: 2px solid #2b3b44;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  background: #52c2d2;
  padding: 15px 28px 13px 29px;
  border-color: #52c2d2;
}
.btn.btn-2:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2b3b44;
}
.btn.btn-2:hover {
  color: #52c2d2;
}
.btn.btn-3 {
  border: 1px solid #edba55;
  color: #edba55;
  background: transparent;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 42px 16px;
}
.btn.btn-3:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #edba55;
  color: #ffffff;
}
.btn.btn-4 {
  border: 1px solid #edba55;
  color: #edba55;
  background: transparent;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 42px 16px;
  background: #edba55;
  color: #ffffff;
}
.btn.btn-4:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #edba55;
  color: #ffffff;
}
.btn.btn-4:hover {
  color: #edba55;
  background: transparent;
}
/*==================  Links    ======================*/
.link.link-1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #565656;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.link.link-1:hover {
  color: #f6cf71;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link.link-1:hover:before {
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.link.link-1:hover:after {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.link.link-1:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  background: #f6cf71;
  position: absolute;
  bottom: -8px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 100%;
  z-index: 1;
}
.link.link-1:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  background: #f6cf71;
  position: absolute;
  top: -9px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 100%;
  z-index: 1;
}
.link.link-3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #565656;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.link.link-3:hover {
  color: #f6cf71;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link.link-3:hover:before {
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.link.link-3:hover:after {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.link.link-3:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  background: #f6cf71;
  position: absolute;
  bottom: -8px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 100%;
  z-index: 1;
}
.link.link-3:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 140%;
  height: 1px;
  background: #f6cf71;
  position: absolute;
  top: -9px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 100%;
  z-index: 1;
}
.link.link-3:before,
.link.link-3:after {
  display: none;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer {
  background: #ffffff;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
  position: relative;
  z-index: 20;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .footer-col .title {
  color: #2b3b44;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p {
  color: #486577;
}
.footer .footer-col a {
  color: #6d8dab;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}
.footer .contact .email .fa {
  font-size: 16px;
}
.footer .bottom-bar {
  background: #2b3b44;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}



.fourcol {
  width: 210px;
}
.courses-listing {
  margin: 1em;
  width: 100%;
}
.column {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  height: 415px;
}
.last {
  margin-right: 0px!important;
}
.clear {
  clear: both;
}
.course-preview{
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.course-preview .course-header {
  position: relative;
  z-index: 9;
  padding: 10px 10px 10px 10px;
  min-height: 170px;
}
.courses-listing .course-preview {
  margin-bottom: 3em;
}
.course-preview .course-image {
  position: relative;
  z-index: 10;
  padding: 5px;
  background: #fff;
}
.course-price {
  position: absolute;
  top: 20px;
  left: -5px;
}
.course-price .corner-wrap {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 4px;
  height: 4px;
}
.course-preview .course-footer {
  padding: 0.7em 15px;
  border-top: 1px solid #f0f0f0;
  background: #f2f2f2;
}
.course-preview .course-footer .course-users {
  padding-left: 17px;
  background: url(/images/user_icon.png) 0 0.2em no-repeat;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}
.course-rating {
  float: right;
  margin: 0;
}
.price-text{
  background-color: #f3715d;
  /*background-color: #5ea5d7;*/
}
.course-price .price-text {
  display: block;
  padding: 0.2em 10px;
  min-width: 38px;
  border: 1px solid rgba(0,0,0,0.1);
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  font-size: 12px;
}
.course-preview {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.course-price .corner-background {
  position: absolute;
  top: 0;
  left: 0;
  border-top-color: #000;
  border-right-color: #000;
}
.course-price .corner, .course-price .corner-background {
  width: 0;
  height: 0;
  border: 2px solid #5ea5d7;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.free-course .course-price .corner {
  border-right-color: #f3715d;
}
.course-price .corner {
  position: relative;
  z-index: 1;
  opacity: 0.8;
}



.clearfix:after {
    clear: both;
    content: "";
    display: block;
}



/*========================================================
                     PRICE TABLE
=========================================================*/
.pricing-table .plan {
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.pricing-table .plan:hover {
  border-color: #ccc #ccc #bbb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.pricing-table .plan-name {
  padding: 30px 0;
}
.pricing-table .plan-name h2 {
  margin: 0;
  font-weight: 400;
}
.pricing-table .plan-name h2 + p {
  margin: 10px 15px 0;
}
.pricing-table .plan-price {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.pricing-table .prefered .plan-price {
  background: #e8f9e2;
  color: #5d5d5c;
}
.pricing-table .prefered .plan-price b {
  color: #52c2d2;
}
.pricing-table .plan-details {
  padding: 0 10px;
}
.pricing-table .plan-details > div {
  background: #fff;
  padding: 15px;
}
.pricing-table .plan-details > div + div {
  border-top: 1px solid #e5e5e5;
}
.pricing-table .plan-action {
  background: #fafafa;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.pricing-table.row-merge .plan {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-table.row-merge [class*="span"]:first-child .plan {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pricing-table.row-merge [class*="span"]:last-child .plan {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pricing-table.row-merge [class*="span"] + [class*="span"] .plan {
  margin-left: -1px;
}







/****Form****/

#contact-form {
  margin-top: 35px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 23px;
}
#contact-form.indent-1{
  margin-top: 43px;
}
#contact-form input[type='text'] {
  font-weight: 300;
  width: 100%;
  float: left;
  outline: none;
  background: @color-1;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  
  -webkit-box-sizing: border-box;
  /* Safari */
  
  color: #4f5b44;
  font-size: 15px;
  padding: 17px 21px 16px;
  font-weight: 500!important;
  border: 1px solid #d5d5d5;
}

#contact-form textarea {
  position: relative;
  font-weight: 300;
  width: 100%;
  height: 107px;
  outline: none;
  background: #fff;
  position: relative;
  resize: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  
  -webkit-box-sizing: border-box;
  /* Safari */
  
  float: left;
  margin: 0;
  color: #4f5b44;
  font-size: 15px;
  border: 1px solid #d5d5d5;
  padding: 17px 21px 17px;
  font-weight: 500!important;
}

#contact-form input[type='checkbox'] {
  
}

#contact-form ._placeholder {
  text-align: left;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #4f5b44;
  font-size: 15px;
  border: 1px solid transparent;
  padding: 17px 21px 17px;
  height: 40px !important;
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  
  -webkit-box-sizing: border-box;
  /* Safari */
  
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: text !important;
  display: block;
  font-weight: 500!important;
}

#contact-form ._placeholder.hidden {
  display: none;
}

#contact-form ._placeholder.focused {
  opacity: 0.3;
}

#contact-form .message ._placeholder {
  height: 100% !important;
}

#contact-form label {
  position: relative;
  display: block;
  min-height: 58px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

#contact-form label.message {
  width: 100%!important;
  position: relative;
  margin-left: 0;
  clear: both;
}

#contact-form .error-message,
#contact-form .empty-message {
  color: #E02A05;
  font-size: 14px;
  line-height: 14px;
  width: auto;
  position: absolute;
  z-index: 999;
  top: 10px;
  opacity: 0;
  right: 10px;
  float: left;
  font-weight: 500;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  opacity: 1;
}

.btns {
  clear: both;
  overflow: hidden;
}

.btns .btn {
  display: inline-block;
  margin-top: 13px;
  float: right;
  padding: 14px 24px 12px 27px;
}

.btns p {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  float: right;
  position: relative;
  color:#acacac;
  top: 24px;
  margin-right: 21px;
  font-family: 'Open Sans', sans-serif;
}

.phone {
  position: relative;
}

.message br {
  height: 0;
  line-height: 0;
}

#contact-form .success-message {
  display: none;
  opacity: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 27px 10px;
  z-index: 999;
  border: 1px solid #d2d5db;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  
  -webkit-box-sizing: border-box;
  /* Safari */
  
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#contact-form.success .success-message {
  display: block;
  opacity: 1;
}



/*Breadcrumb*/
.breadcrumb-nav {
    padding-left: 0;
    color: #bcbcbc;
    font-size: 15px;
    line-height: 24px;
}
.breadcrumb-nav .bn-item {
    display: inline-block;
}

/*Block select*/
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



/*Adaptive*/
@media (max-width: 1199px) {
  header ul.sf-menu > li.link_menu {
    display: none;
  }
}
@media (max-width: 990px) {
  header ul.sf-menu > li.link_menu {
    display: none;
  }
}
@media (max-width: 767px) {
  header ul.sf-menu > li.link_menu {
    display: none;
  }
  header ul.sf-menu > li.button_menu_reg {
    display: none;
  }
  .box.box-1 h1{
    font-size:40px;
  }
  .box.box-1 h2{
    font-size:25px;
  }
  .box.box-1 h3{
    font-size:14px;
  }
}


