@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,800,400);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400,600,700,900,400italic);
@import url(//fonts.googleapis.com/css?family=Lato:300,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

@import url(//fonts.googleapis.com/css?family=Montserrat);

/* ---- bootstrap null ---- */
.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
/*------ template stylization ------*/
body {
  font: 400 16px/24px 'Montserrat', sans-serif;
  background: #ffffff;
  color: #626262;
}
a {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
  color: #f44336;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:focus,
a:active {
  border: none;
  outline: none;
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #f44336;
}
h5 a:hover {
  color: #626262;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #222222;

}
h2 {
  font-size: 54px;
  line-height: 1em;
  text-transform: none;
  text-align: center;
  margin: 0;
  position: relative;
  margin-bottom: 30px;
}
h3 {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  color: #f44336;
}
p {
  font: 400 16px/24px 'Montserrat', sans-serif;
  color: #626262;
  margin: 0 auto 20px;
}
.sub-title {
  text-align: center;
  width: 90%;
  color: #626262;
}
.full-width-container {
  width: 100%;
}
[class^="block-"] {
  padding: 100px 0;
  background: #ffffff;
}
[class^="block-"] header {
  margin-bottom: 30px;
}
.my-btn {
  background-color: #f44336;
  color: #ffffff;
  font: 400 22px/24px 'Montserrat', sans-serif;
  text-align: center;
  border: none;
  display: inline-block;
  margin: 10px auto 0;
  padding: 17px 25px;
  text-transform: lowercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.my-btn:hover {
  background-color: #87a864;
  color: #ffffff;
}
.extra-wrap {
  overflow: hidden;
}
.bd-ra {
  border-radius: 50%;
  overflow: hidden;
}
#map-canvas {
  height: 347px;
}
time a {
  color: inherit;
}
time a:hover {
  color: #f44336;
}
.bullet-list {
  list-style: none;
  padding-left: 0;
}
.bullet-list li {
  position: relative;
  padding-left: 15px;
  font: 400 16px/18px 'Montserrat', sans-serif;
  margin-bottom: 14px !important;
  color: #626262;
}
.bullet-list li a {
  color: #626262;
}
.bullet-list li a:hover {
  color: #f44336;
}
.bullet-list li:before {
  content: "\f0da";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 14px;
  font-family: "FontAwesome";
  font-style: normal;
  color: #42a9c5;
}
.fl-left {
  float: left;
}
#toTop {
  display: inline;
  position: fixed;
  bottom: 150px;
  right: 50px;
  background: transparent;
  font-size: 50px;
  color: #f44336;
}
#toTop:hover {
  color: #87a864;
}
#toTop:focus {
  text-decoration: none;
}
.gal-hover {
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
}
.gal-hover figure {
  position: relative;
  overflow: hidden;
}
.gal-hover figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
  background-image: url(../img/gal_bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}
.gal-hover figure:before {
  left: 0;
  background-position: 50% 34%;
}
.gal-hover figure:after {
  right: 0;
  background-position: 66% 41%;
}
.gal-hover figure .filler {
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gal-hover figure .filler > div {
  height: 78px;
  text-align: center;
  margin: auto;
  width: 100px;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.gal-hover figure .filler .el-1,
.gal-hover figure .filler .el-2,
.gal-hover figure .filler .el-3 {
  height: 78px;
  background: transparent;
  font-size: 27px;
  display: table-cell;
  vertical-align: middle;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gal-hover figure .filler .el-1 span,
.gal-hover figure .filler .el-2 span,
.gal-hover figure .filler .el-3 span {
  position: relative;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gal-hover figure .filler .el-1 a,
.gal-hover figure .filler .el-2 a,
.gal-hover figure .filler .el-3 a {
  color: #ffffff;
}
.gal-hover figure .filler .el-1 a:hover,
.gal-hover figure .filler .el-2 a:hover,
.gal-hover figure .filler .el-3 a:hover {
  color: #f44336;
}
.gal-hover figure .filler .el-1 span {
  left: -30px;
}
.gal-hover figure .filler .el-2 i {
  top: -30px;
  width: 1px;
  height: 78px;
  background: #ffffff;
  display: block;
  position: relative;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gal-hover figure .filler .el-3 span {
  right: -30px;
}
.gal-hover:hover {
  background: #f44336;
}
.gal-hover:hover h5 {
  color: #ffffff;
}
.gal-hover:hover h5 a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.gal-hover:hover p {
  color: #ffffff;
}
.gal-hover:hover figure:before {
  background-position: 50% 100%;
}
.gal-hover:hover figure .filler {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gal-hover:hover figure .el-1 span {
  left: 0;
}
.gal-hover:hover figure .el-2 i {
  top: 0;
}
.gal-hover:hover figure .el-3 span {
  right: 0;
}
@media only screen and (max-width: 991px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 40px;
  }
}
/*------ header ------- */
#header {
  /*	z-index: 9;
	height: 113px; */
  background: #414141;
  
}
#header .block-1 {
  padding: 0;
  overflow: visible;
  background: transparent;
  position: relative;
}
#header .block-1 nav {
  float: right;
}
#header h1 {
  text-align: left;
  padding: 0 0 0 177px;
  background-image: url(../img/logo.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0;
  float: left;
  position: relative;
}
#header h1 a {
  font: 900 48px/112px 'Montserrat', sans-serif;
  letter-spacing: -2px;
  color: #ffffff;
  text-transform: uppercase;
}
#header h1 a span {
  font-weight: 100;
}
#header .search {
  float: right;
  width: 325px;
  background: transparent;
  border: 1px solid #a1a1a1;
  height: 54px;
  margin: 30px 30px 0 95px;
}
#header .search .fa {
  font-size: 32px;
  color: #a1a1a1;
  line-height: 54px;
}
#header .search .fa:hover {
  color: #f44336;
}
#header .search label {
  float: left;
}
#header .search input {
  width: 265px;
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 0 10px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1599px) {
  #header .search {
    width: 250px;
    margin-left: 20px;
  }
  #header .search input {
    width: 200px;
  }
}
@media only screen and (max-width: 1299px) {
  #header h1 a {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
        	.container {
    padding: 20px 0; 
  }
	.container2 {
    padding: 20px 0; 
  }
  #header {
    height: auto;
  }
  #header h1 {
    height: 80px;
    padding-left: 90px;
  }
  #header h1 a {
    font-size: 30px;
    line-height: 80px;
  }
  #header .search {
    margin-top: 15px;
    width: 200px;
  }
  #header .search input {
    width: 150px;
  }
}
@media only screen and (max-width: 560px) {
  #header h1 {
    float: none;
    padding: 0;
    background: none;
    text-align: center;
  }
  #header h1 a {
    padding: 0 0 0 90px;
    background-image: url(../img/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
  }
  #header .search {
    float: none;
    margin: 20px auto;
  }
}
/*--- header end ------*/
/*------ content ------- */
.index #header {
  /*	height: auto; */
  position: relative;
}
.index #header .block-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.index .block-2 {
  padding: 72px 0 53px;
  background: #42a9c5;
  color: #ffffff;
}
.index .block-2 h3 {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -1px;
  font-weight: 600;
}
.index .block-2 .sub-title {
  font-size: 28px;
  color: #ffffff;
  text-transform: none;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  margin-top: 4px;
}
.index .block-2 .my-btn {
  float: right;
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 34px;
  height: 76px;
  padding: 23px 38px;
  margin-top: 7px;
  display: block;
}
.index .block-2 .my-btn:hover {
  background: #ffffff;
  color: #87a864;
}
.index .block-3 {
  text-align: center;
  padding: 111px 0 73px;
}
.index .block-3 h3 {
  margin-top: 25px;
  margin-bottom: 23px;
}
.index .block-3 .badge {
  width: 160px;
  height: 160px;
  line-height: 150px;
  background: #ededed;
}
.index .block-3 .badge img {
  vertical-align: middle;
}
.index .block-4 {
  padding: 108px 0 100px;
  background: #f3f3f3;
  text-align: center;
}
.index .block-4 h2 {
  margin-bottom: 18px;
}
.index .block-4 header {
  margin-bottom: 62px;
}
.index .block-4 .owl-carousel {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 75px;
}
.index .block-4 .owl-carousel .item {
  margin: 0 15px;
}
.index .block-4 .owl-carousel h5 {
  margin-top: 6px;
  margin-bottom: 0;
}
.index .block-4 .owl-carousel p i {
  font-size: 14px;
}
.index .block-5 {
  padding: 69px 0 87px;
  border-bottom: 4px solid #c4c4c4;
}
.index .block-5 header {
  margin-top: 30px;
}
.index .block-5 header h2 {
  font-size: 44px;
  text-align: left;
  margin-bottom: 33px;
}
.index .block-5 p {
  margin-bottom: 24px;
}
.index .block-5 .my-btn {
  margin-top: 37px;
}
.index .block-6 {
  padding: 74px 0 130px;
}
.index .block-6 h3 {
  font-weight: 300;
  color: #42a9c5;
}
.index .block-6 .thumb-block-1 h3 {
  margin-bottom: 14px;
}
.index .block-6 .thumb-block-1 ul {
  position: relative;
}
.index .block-6 .thumb-block-1 ul li {
  margin-bottom: 16px;
}
.index .block-6 .thumb-block-1 ul li .content {
  overflow: hidden;
  position: absolute;
}
.index .block-6 .thumb-block-1 ul li.passive .content {
  top: 0px;
  left: 300px;
  background: #ffffff;
  display: block;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-6 .thumb-block-1 ul li.active .content {
  display: block;
  left: 300px;
  top: -60px;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .block-6 .thumb-block-1 ul li.active .title {
  color: #ffffff;
  background: #42a9c5;
  position: relative;
}
.index .block-6 .thumb-block-1 ul li.active .title:before {
  content: "";
  position: absolute;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 22px solid #42a9c5;
  border-bottom: 22px solid transparent;
}
.index .block-6 .thumb-block-1 ul li.active .title .fa {
  color: #ffffff;
}
.index .block-6 .thumb-block-1 ul li figure {
  margin-right: 30px;
  margin-top: 3px;
}
.index .block-6 .thumb-block-1 ul li .title {
  height: 44px;
  line-height: 44px;
  background: transparent;
  display: inline-block;
  width: 244px;
  cursor: pointer;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-6 .thumb-block-1 ul li .title .fa {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 31px;
  color: #42a9c5;
  margin-left: 5px;
  float: left;
}
.index .block-6 .thumb-block-1 ul li .title:hover {
  background: #42a9c5;
  color: #ffffff;
}
.index .block-6 .thumb-block-1 ul li .title:hover .fa {
  color: #ffffff;
}
.index .block-6 .thumb-block-1 ul .content h5 {
  color: #222222;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
  margin-top: -3px;
}
.index .block-6 .thumb-block-1 ul .content p {
  width: 90%;
}
.index .block-6 .thumb-block-2 h3 {
  margin-bottom: 37px;
}
.index .block-6 .thumb-block-2 p {
  margin-bottom: 16px;
}
.index .block-6 .thumb-block-2 .caption {
  border-top: 3px solid #42a9c5;
  padding-top: 25px;
  position: relative;
}
.index .block-6 .thumb-block-2 .caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 21px;
  height: 19px;
  background: url(../img/quote.png) no-repeat;
}
.index .block-6 .thumb-block-2 .caption div > p {
  margin-top: 24px;
  font-size: 18px;
  color: #42a9c5;
}
.index .block-6 .thumb-block-2 .caption div > p span {
  color: #25292e;
  font-size: 14px;
  display: block;
}
.index .block-6 .thumb-block-2 figure {
  position: relative;
  margin-right: 16px;
}
.index .block-7 {
  background: #dff0f5;
  padding: 53px 0 40px;
}
.index .block-7 ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.index .block-7 ul li {
  display: table-cell;
  text-align: center;
}
.index .block-7 ul li figure img {
  width: auto;
}
.index .block-7 ul li figure a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .index .block-2 .sub-title {
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .index .block-6 .thumb-block-1 ul li figure {
    display: none;
  }
  .index .block-6 .thumb-block-1 ul li p {
    width: 100% !important;
  }
  .index .block-6 .thumb-block-2 .caption div > p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-6 .thumb-block-1 ul li .content {
    position: static;
    margin: 10px 0 50px;
  }
  .index .block-6 .thumb-block-1 ul li.passive .content {
    display: none;
  }
  .index .block-6 .thumb-block-1 ul li.active .content {
    display: block;
  }
  .index .block-7 ul li {
    display: block;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .index .block-2 h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .index .block-2 p {
    font-size: 20px;
  }
  .index .block-2 .my-btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .index .block-6 .thumb-block-1 ul li figure {
    display: none;
  }
  .index .block-6 .thumb-block-1 ul li p {
    width: 100% !important;
  }
}
.index-1 .block-2 {
  padding: 45px 0 73px;
  overflow: visible;
}
.index-1 .block-2 h2 {
  font-weight: 600;
  margin-bottom: 18px;
}
.index-1 .block-2 h4 {
  margin-bottom: 24px;
  line-height: 29px;
  font-weight: 600;
}
.index-1 .block-2 h5 {
  margin-bottom: 23px;
}
.index-1 .block-2 li {
  margin-bottom: 5px;
}
.index-1 .block-2 header {
  margin-bottom: 37px;
}
.index-1 .block-2 time {
  font-size: 14px;
}
.index-1 .block-2 .list-1 {
  margin-top: -5px;
}
.index-1 .block-2 .list-2 {
  margin-top: 30px;
}
.index-1 .block-2 .thumb-block-1 figure {
  margin-top: 3px;
}
.index-1 .block-3 {
  background: #f3f3f3;
  padding: 108px 0 72px;
}
.index-1 .block-3 h2 {
  margin-bottom: 18px;
}
.index-1 .block-3 header {
  margin-bottom: 41px;
}
.index-1 .block-3 h5 {
  font-size: 18px;
  color: #42a9c5;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 3px;
}
.index-1 .block-4 h2 {
  font-size: 44px;
  text-align: left;
}
.index-1 .block-4 header {
  margin-bottom: 37px;
}
.index-1 .block-4 .list-1 h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
.index-1 .block-4 .list-1 li {
  overflow: hidden;
  margin-bottom: 10px;
}
.index-1 .block-4 .list-1 .badge {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 60px;
  background: #ededed;
  font-size: 44px;
  color: #25292e;
  text-align: center;
  margin-right: 30px;
}
.index-1 .block-4 .item-2 h4 {
  margin-bottom: 24px;
}
.index-1 .block-4 .item-2 ul {
  margin-top: 20px;
}
.index-1 .block-4 .item-3 .caption {
  border-top: 3px solid #42a9c5;
  padding-top: 30px;
  position: relative;
}
.index-1 .block-4 .item-3 .caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 21px;
  height: 19px;
  background: url(../img/quote.png) no-repeat;
}
.index-1 .block-4 .item-3 .caption div > p {
  margin-top: 24px;
  font-size: 18px;
  color: #42a9c5;
}
.index-1 .block-4 .item-3 .caption div > p span {
  color: #25292e;
  font-size: 14px;
  display: block;
}
.index-1 .block-4 .item-3 figure {
  position: relative;
  margin-right: 10px;
}
.index-1 .block-4 .item-3 li {
  margin-bottom: 30px;
}
.index-2 .block-2 {
  overflow: visible;
  padding: 55px 0 111px;
}
.index-2 .block-2 h2 {
  margin-bottom: 18px;
}
.index-2 .block-2 h4 {
  margin-bottom: 32px;
}
.index-2 .block-3 {
  padding: 106px 0 100px;
  background: #f3f3f3;
}
.index-2 .block-3 h2 {
  margin-bottom: 18px;
}
.index-2 .block-3 header {
  margin-bottom: 40px;
}
.index-2 .block-3 .owl-carousel {
  margin-bottom: 70px;
}
.index-2 .block-3 .caption {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px 20px;
}
.index-2 .block-3 .caption p {
  font-size: 14px;
}
.index-2 .block-3 .caption h5 {
  margin-bottom: 0;
}
.index-2 .block-3 .item {
  margin: 0 15px;
}
.index-2 .block-4 {
  text-align: center;
  padding-bottom: 76px;
}
.index-2 .block-4 h2 {
  text-align: left;
  margin-bottom: 42px;
  font-size: 44px;
}
.index-2 .block-4 h3 {
  margin-bottom: 23px;
}
.index-2 .block-4 .badge {
  width: 117px;
  height: 117px;
  line-height: 107px;
  background: #ededed;
  font-size: 60px;
  color: #343433;
  margin-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .index-2 .block-2 .bullet-list {
    margin-bottom: 50px;
  }
}
.index-3 .block-2 {
  overflow: visible !important;
  text-align: center;
  padding: 57px 0 100px;
}
.index-3 .block-2 h2 {
  margin-bottom: 18px;
}
.index-3 .block-2 h5 {
  margin-top: 10px;
  margin-bottom: 2px;
}
.index-3 .block-2 header {
  margin-bottom: 40px;
}
.index-3 .block-2 .thumbnail {
  margin-bottom: 40px;
}
.index-3 .block-2 .gal-hover {
  background: #f3f3f3;
}
.index-3 .block-2 .gal-hover:hover {
  background: #f44336;
}
.index-3 .block-2 .caption {
  padding: 10px 20px 30px;
}
.index-3 .block-2 .caption p {
  font-style: italic;
  font-size: 14px;
}
.index-3 .block-3 {
  padding: 93px 0 112px;
  background: #f3f3f3;
}
.index-3 .block-3 h2 {
  margin-bottom: 18px;
}
.index-3 .block-3 header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .index-3 .block-3 .col-xs-4 {
    float: none;
    width: 100%;
  }
}
.index-4 .block-2 {
  padding: 50px 0 130px;
  overflow: visible;
}
.index-4 .block-2 h2 {
  margin-bottom: 18px;
}
.index-4 .block-2 header {
  margin-bottom: 40px;
}
.index-4 .block-3 {
  padding: 109px 0 100px;
  background: #f3f3f3;
}
.index-4 .block-3 h2 {
  margin-bottom: 18px;
}
.index-4 .block-3 h3 {
  line-height: 29px;
}
.index-4 .block-3 h4 {
  margin-bottom: 24px;
}
.index-4 .block-3 header {
  margin-bottom: 40px;
}
.index-4 .block-3 p {
  margin-bottom: 0;
}
.index-4 .block-3 .info_block span {
  width: 140px;
  display: inline-block;
}
.index-4 .block-3 .info_block a {
  color: #626262;
}
.index-4 .block-3 .info_block a:hover {
  color: #f44336;
}
@media only screen and (max-width: 991px) {
  .index-4 .block-3 .info_block p span {
    width: 80px;
  }
}
.index-5 .block-2 {
  text-align: center;
}
.index-5 .block-2 a {
  color: #626262;
}
.index-5 .block-2 a:hover {
  color: #f44336;
}
.index-404 .block-3 h2 {
  text-align: left;
}
.index-404 .block-3 p {
  max-width: 400px;
  margin-left: 0;
}
.index-404 .block-3 #search-404 {
  margin-top: 40px;
}
.index-404 .block-3 #search-404 input {
  width: 283px;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #dadbdc;
}
.index-404 .block-3 .my-btn {
  margin-top: 40px;
}
/*--- content end ------*/
/*------ footer ------- */
#footer {
 
  background: #636468;
}
#footer h2 {
  text-align: center;
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 30px;
}
#footer p {
  color: #ffffff;
  font-size: 18px;
}
#footer hr {
  border-color: #8f9ca2;
}
#footer .social {
  display: inline-block;
  margin-top: 65px;
  margin-bottom: 76px;
}
#footer .social a {
  margin: 0 25px;
}
#footer .social a .fa {
  color: #ffffff;
  font-size: 80px;
  text-align: center;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .social a .fa:hover {
  color: #f44336;
}
#footer .copyright {
  padding: 20px 0;
  color: #ffffff;
  font-size: 15px;
}
#footer .copyright a {
  color: #ffffff;
	font-weight: normal;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer #bodyContent > p {
  color: #333;
}
#footer .gm-style-iw {
  padding: 20px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1220px) {
 .container {
    padding: 50px 0; 
  }
	.container2 {
    padding: 10px 0 0 0; 
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  #footer {
    overflow: hidden;
    text-align: center;
  }
  #footer .left_part,
  #footer .social {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #footer .social .fa {
    font-size: 60px;
  }
}
/*Core variables and mixins*/
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 99;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  float: left;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0 20px;
  font: 400 24px/65px 'Montserrat', sans-serif;
  color: #ffffff;
  width: auto;
  text-align: center;
  background: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active {
  background: #323232;
}
nav.tm_navbar li.active > a {
  text-decoration: none;
  color: #87a864;
  background-color: transparent;
}
nav.tm_navbar li:hover {
  background: #323232;
}
nav.tm_navbar li:hover > a {
  text-decoration: none;
  color: #87a864;
  background-color: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover {
  background: #323232;
}
nav.tm_navbar .sfHover > a {
  text-decoration: none;
  color: #87a864;
  background-color: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  min-width: 194px;
  left: -1px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #323232;
  border-radius: 0;
  padding: 30px 0;
  margin: 0;
  text-align: left;
  border: 1px solid #fff;
  border-top: none;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 !important;
  padding: 0;
  display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  padding: 10px 25px;
  margin: 0;
  width: auto !important;
  float: none;
  display: block;
  font: 300 14px/20px 'Lato', sans-serif;
  color: #ffffff;
  text-align: left;
  background: transparent;
  text-transform: none;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:before {
  display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child a {
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  background: #87a864;
  -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  background: #87a864;
  -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.16);
}
nav.tm_navbar .sub-menu > ul li.sfHover > a:before {
  content: "\f054";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 30px;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  min-width: 194px;
  left: 100%;
  top: -15px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #323232;
  border-radius: 0;
  padding: 15px 0;
  margin: 0 0 0 2px;
  text-align: center;
}
.select-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  nav.tm_navbar {
    width: 100%;
  }
  nav.tm_navbar ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  nav.tm_navbar li {
    display: table-cell;
    float: none;
  }
}
@media only screen and (min-width: 767px) {
  .select-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #header .block-1 nav {
    padding: 20px 0;
  }
  .select-menu {
    display: block !important;
    border: 2px solid #f44336;
    width: 60%;
    margin: 0 auto;
    color: #f44336;
  }
  .sf-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .select-menu {
    width: 150px;
  }
#footer .copyright {
  padding: 0;
  
}
}
.isStuck {
  z-index: 999;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
}
.isStuck h1 {
  height: 60px !important;
  padding-left: 75px !important;
  width: 200px;
}
.isStuck h1 a {
  line-height: 60px !important;
}
.isStuck nav {
  margin-right: 50px;
}
.isStuck nav.tm_navbar .sub-menu > ul li a {
  line-height: 20px !important;
}
.isStuck nav.tm_navbar li a {
  line-height: 60px !important;
}
.isStuck .search {
  display: none;
}
@media only screen and (max-width: 991px) {
  nav.tm_navbar li a {
    padding: 0 10px;
  }
  .isStuck {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  nav.tm_navbar li a {
    padding: 0 14px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1299px) {
  nav.tm_navbar li a {
    padding: 0 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  nav.tm_navbar li a {
    line-height: 80px;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .isStuck {
    display: none;
  }
}


.imgFlx {
    margin:10px;
	display: inline;
}
.flexinav_wrapper {
	overflow-x: auto;
	z-index:1;
	right:0px;
	white-space:nowrap;
	width:98%;
}

@media only screen and (max-width: 767px) {
	.flexinav_wrapper {
		white-space:nowrap;
		width:98%;	
	}
}

.mobileMenu{
	display:none;
}

@media only screen and (max-width: 767px) {

	.container {
    padding: 0 10px; 
  }
	.container2 {
    padding: 0 10px; 
  }
	.mobileMenu{
		background-color:#87a864;
		color:white;
		display:block;
		text-align:right;
		border-bottom: 1px solid #333;
		padding-right:5px;
	}
	#browseMobileMenu{
		cursor:pointer;
		width:20px;
		text-align:center;
		display: inline-block;
		vertical-align:middle;
		line-height: 22px;
		padding-bottom:2px;
	}
}

.content_mobileMenu{
	text-align:left;
	border-top: 1px solid #333;
	opacity:0;
}

.content_mobileMenu a{
	color:white;
}
.content_mobileMenu a:hover{
	color:#ccc;
}

.normalMenu {
	color:#FFF;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-duration:0.5s;
}
.rotateMenu {
	color:#FF0000;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition-duration:0.5s;
}


li > a:after {
    color: white;
    content: '';
}

li > a:only-child:after {
    content: '';
}

