@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin,latin-ext);
@import url(animations.css);
/* variations */
/* variations */
/* print css */
@media only print {
  body .header .logo {
    position: static !important;
  }
  body .header .nav,
  body .container .subpage-container .left-menu,
  body .full.footer .footer-top,
  body .container .subpage-container .content .social-bar,
  body .full.footer .container .quick-links {
    display: none !important;
  }
  body .header.scroll {
    height: auto !important;
  }
  body .header .logo {
    height: 100px !important;
  }
  body .header .logo img {
    height: 60px !important;
  }
  body > .container.subpage,
  body .container .subpage-container,
  body .container .subpage-container .content,
  body .full.footer .container .contact-links,
  body .full.footer .footer-top .container {
    width: 100% !important;
  }
}
/* print css #end */
body {
  padding: 0;
  margin: 0;
  background: url(../images/background.jpg) no-repeat fixed top center #f8f8f8;
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
}
html,
body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea {
  outline: none !important;
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  height: 37px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 10px;
  font: normal 13px 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  border: none;
  vertical-align: top;
  width: 200px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 7px rgba(26, 228, 50, 0.3);
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.on-mobile {
  display: none !important;
}
.no-mobile {
  display: inline-block !important;
}
.clear {
  clear: both;
  height: 1px;
}
.relative {
  position: relative;
  z-index: 1;
}
.text-center {
  text-align: center !important;
}
blockquote {
  border: none;
  padding: 5px 0 0 0;
  margin: 0 0 0 5px;
  font: bold 11px 'Helvetica Neue', 'Arial', sans-serif;
  color: #999;
}
a:hover {
  color: auto;
}
i.fa {
  margin-right: 5px;
}
h1 {
  font: 700 30px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  margin: 20px 0;
  padding: 0;
  color: #333;
}
h2 {
  font: 700 24px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  margin: 20px 0;
  padding: 0;
  color: #333;
}
h2 a {
  float: right;
  display: inline-block;
  color: #333;
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  padding: 5px 0 0 0;
}
h2 a:hover {
  color: #333;
  text-decoration: underline;
}
h3 {
  font: 700 18px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  margin: 10px 0;
  padding: 0;
}
h4 {
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  margin: 10px 0;
  padding: 0;
}
select {
  opacity: 0;
}
.custom-select {
  display: inline-block;
  padding: 11px 35px 10px 10px;
  font: bold 12px 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  border: 1px solid #ddd;
  min-width: 150px;
  min-height: 38px;
  border-radius: 2px;
  margin: 0;
  position: relative;
  text-align: left !important;
  width: 100%;
}
.custom-select:after {
  position: absolute;
  top: 12px;
  right: 8px;
  content: '';
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  width: 14px;
  height: 7px;
  z-index: 0;
}
.custom-select select {
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 50px;
  font-size: 12px;
  height: 37px;
  line-height: 46px;
  padding: 10px 16px;
  border-radius: 6px;
  z-index: 2;
}
.or-line {
  height: 1px;
  background-color: #eaeaea;
  text-align: center;
  margin: 15px -30px;
}
.or-line:after {
  content: 'YA DA';
  background-color: #fff;
  padding: 5px 25px;
  border: 1px solid #ddd;
  border-radius: 50px;
  top: -11px;
  font: bold 10px 'Helvetica Neue', 'Arial', sans-serif;
  color: #666;
  position: relative;
}
.button {
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  width: auto !important;
  color: #00965e !important;
  padding: 10px 20px;
  background-color: #ecffcf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  border: none;
  outline: none;
  vertical-align: top;
}
.button:hover {
  color: #00965e;
}
.button.small {
  font: 700 11px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  padding: 8px 16px;
}
.button.border {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.header {
  margin: 0 0 25px 0;
}
.header .logo {
  height: 100px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 8000;
}
.header .logo img {
  height: 60px;
}
.header .logo i.fa.fa-bars,
.header .logo i.fa.fa-close {
  display: none;
}
.header .logo .lang {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 5px 15px;
  font: bold 11px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
}
.header .logo .lang a {
    font-size: 13px;
  color: #333;
}
.header .logo .lang a:hover {
  color: #00965e;
}
.header.scroll {
  height: 160px;
}
.header.scroll .logo {
  height: 60px;
  position: fixed;
  padding: 10px 0 0 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header.scroll .logo img {
  height: 36px;
}
.header .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}
.header .nav .container {
  padding-top: 0;
  padding-bottom: 0;
}
.header .nav .container > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  height: 60px;
}
.header .nav .container > ul > li {
  vertical-align: top;
  padding: 0;
  margin: 0;
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  display: inline-block;
  position: relative;
}
.header .nav .container > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 -2px 0 0 rgba(0, 150, 94, 0.3);
  color: #00965e;
}
.header .nav .container > ul > li:hover > a {
  color: #00965e;
}
.header .nav .container > ul > li > a {
  color: #000;
  padding: 22px 23px;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .container > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 -2px 0 0 rgba(0, 150, 94, 0.3);
  color: #00965e;
}
.header .nav .container > ul > li.search {
  padding: 13px 0 0 0;
  position: relative;
  float: right;
  width: 167px;
}
.header .nav .container > ul > li.search input {
  padding: 10px 10px 10px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  font: normal 12px 'Helvetica Neue', 'Arial', sans-serif;
  width: 100%;
}
.header .nav .container > ul > li.search input:focus {
  border: 1px solid rgba(0, 150, 94, 0.3);
}
.header .nav .container > ul > li.search i.fa {
  position: absolute;
  display: inline-block;
  left: 11px;
  top: 23px;
  color: #00965e;
  font-size: 17px;
}
.header .nav .container > ul > li.search:hover {
  background-color: transparent;
  box-shadow: none;
}
.header .nav .container > ul > li:hover ul {
  display: inline-block;
}
.header .nav .container > ul > li ul {
  position: absolute;
  left: 0;
  top: 61px;
  height: auto !important;
  min-width: 150px;
  background: #fff;
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  display: none;
  box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.header .nav .container > ul > li ul li {
  display: block;
  font: bold 13px 'Helvetica Neue', 'Arial', sans-serif;
}
.header .nav .container > ul > li ul li:hover {
  background-color: transparent;
  box-shadow: none;
}
.header .nav .container > ul > li ul li a {
  padding: 6px 25px 6px 25px;
  color: #666;
  display: block;
  white-space: nowrap;
}
.header .nav .container > ul > li ul li a:hover {
  color: #00965e;
  box-shadow: inset 3px 0 0 0 #00965e;
}
.container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.raxus-slider {
  background: transparent !important;
}
.raxus-slider .slider-area {
  background: transparent !important;
}
.raxus-slider .slide {
  background: transparent !important;
}
.raxus-slider .mini-images-relative {
  padding-bottom: 0 !important;
}
#mainSlider {
  width: 100% !important;
  height: 450px;
}
#mainSlider .mini-images-relative {
  box-shadow: none !important; display:none;
  background: transparent !important;
  padding: 10px 0;
}
#mainSlider .mini-images-relative .mini-images {
  vertical-align: top;
}
#mainSlider .mini-images-relative .mini-images li {
  width: 130px;
  height: 74px;
  vertical-align: top;
}
#mainSlider .mini-images-relative .mini-images li img {
  width: 130px;
  height: auto !important;
}
#mainSlider .mini-images-relative .mini-images li.selected .img-selected,
#mainSlider .mini-images-relative .mini-images li:hover .img-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 150, 94, 0.8);
  background-color: rgba(0, 150, 94, 0.3);
}
#mainSlider .mini-images-relative .mini-images li:last-child {
  margin-right: 0;
}
#mainSlider .dots {
  bottom: 120px;
}
#mainSlider .slide span.text {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 130px 20px 60px 20px;
  text-align: center !important;
}
#mainSlider .slide span.text strong {
  font: 700 30px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif !important;
  display: block;
  white-space: normal;
  text-align: center !important;
}
#mainSlider .slide span.text small {
  background-color: transparent !important;
  font: bold 16px 'Helvetica Neue', 'Arial', sans-serif !important;
}
#mainSlider .arrow-l,
#mainSlider .arrow-r {
  top: 180px !important;
}
.raxus-slider .arrow-l,
.raxus-slider .arrow-r {
  border-radius: 60px;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  color: #fff;
  font-family: 'FontAwesome';
  padding: 10px 0 0 0;
}
.raxus-slider .arrow-l {
  left: 20px;
}
.raxus-slider .arrow-l:after {
  content: '';
  margin-left: -3px;
}
.raxus-slider .arrow-r {
  right: 20px;
}
.raxus-slider .arrow-r:after {
  content: '';
  margin-right: -3px;
}
.row div[class*="col-"]:nth-child(1) .green-box {
  background-image: url(../images/content/box1.jpg);
}
.row div[class*="col-"]:nth-child(2) .green-box {
  background-image: url(../images/content/box2.jpg);
}
.row div[class*="col-"]:nth-child(3) .green-box {
  background-image: url(../images/content/box3.jpg);
}
.row div[class*="col-"]:nth-child(4) .green-box {
  background-image: url(../images/content/box4.jpg);
  background-position: left -40px;
}
.green-box {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 15px 15px 20px 15px;
  border-radius: 5px;
  font: normal 13px 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
.green-box:after {
  content: '';
  background: url(../images/gradient-green.png) repeat-x left -20px;
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.green-box h2,
.green-box h3 {
  color: #fff;
  margin: 0 0 10px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.green-box a {
  color: #fff;
}
.green-box a:hover,
.green-box a.active {
  color: #fff;
}
.green-box .relative > a {
  height: 30px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.green-box .button {
  margin-top: 10px;
}
.green-box.horizontal {
  padding: 25px;
}
.green-box.horizontal:after {
  background-position: 0 -50px;
}
.green-box.horizontal h2,
.green-box.horizontal h3 {
  display: inline-block;
  float: left;
  margin: 0;
}
.green-box.horizontal .button {
  float: right;
  margin: 0;
}
.paging {
  display: inline-block;
  text-align: center;
  margin: 40px auto 0 auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0;
}
.paging a {
  display: inline-block;
  padding: 10px 15px;
  font: bold 13px 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.paging a:first-child {
  border-left: none;
}
.paging a:hover,
.paging a.selected {
  color: #fff;
  background-color: #00965e;
}
.single-news {
  margin-bottom: 30px;
  padding-top: 30px;
  display: block;
  text-align: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-news:first-child {
  border-top: none;
}
.single-news:hover .news-content h3 {
  color: #00965e;
}
.single-news .news-image {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  display: block;
}
.single-news .news-image .img-container {
  width: 700px;
  margin-left: -350px;
  left: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.single-news .news-image .img-container img {
  height: 100%;
}
.single-news .news-image + .news-content {
  margin-left: 140px;
}
.single-news .news-content {
  display: block;
}
.single-news .news-content .date {
  display: block;
  font: 700 12px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #888;
}
.single-news .news-content h3 {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.single-news .news-content small {
  font: normal 14px 'Helvetica Neue', 'Arial', sans-serif;
  color: #666;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  display: inline-block;
  white-space: normal;
}
.similar-news {
  border-top: 1px solid #ddd;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.similar-news h2 {
  margin-bottom: 30px;
}
.similar-news .single-news {
  height: 103px;
}
.similar-news .single-news .news-image {
  width: 95px;
  height: 95px;
}
.similar-news .single-news .news-content {
  margin-left: 110px;
}
.similar-news .single-news .news-content h3 {
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0 !important;
}
.similar-news .single-news .news-content small {
  font-size: 12px;
  line-height: 17px;
  height: 35px;
}
#map {
  width: 100%;
  position: relative;
  height: 350px;
  text-align: center;
  overflow: hidden;
}
#map u {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 99999999;
  padding: 5px 10px;
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  text-transform: capitalize;
}
#map svg {
  position: absolute;
  left: -130px !important;
  margin-top: -175px;
  width: 1050px;
  height: 600px;
  z-index: 9;
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
}
#map svg a,
#map svg path {
  cursor: pointer;
}
#map svg a:hover,
#map svg path:hover {
  fill: #7dd7a8;
}
.square-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 0 33px;
}
.square-image:first-child {
  margin-left: 0;
}
.square-image .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  font: 400 18px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  z-index: 9;
  white-space: normal;
  display: inline-block;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.square-image .img-container {
  width: 1000px;
  height: 100%;
  position: relative;
  display: inline-block;
  left: 50%;
  margin-left: -500px;
  text-align: center;
}
.square-image .img-container img {
  height: 100%;
}
.square-image:hover .hover-text {
  opacity: 1;
}
.content-gallery .square-image .hover-text {
  font: bold 12px 'Helvetica Neue', 'Arial', sans-serif;
  padding: 10px;
}
#projectsSlider,
#restoreSlider {
  width: 100%;
  height: 260px;
}
#projectsSlider .slide,
#restoreSlider .slide {
  width: 260px !important;
  margin-right: 30px;
}
#projectsSlider .slide:last-child,
#restoreSlider .slide:last-child {
  margin-right: 0;
}
#projectsSlider .slide .square-image,
#restoreSlider .slide .square-image {
  height: 260px;
  width: 260px;
}
#contentSlider {
  width: 100%;
  height: 100px;
}
#contentSlider .slide {
  width: 100px !important;
  margin-right: 20px;
}
#contentSlider .slide:last-child {
  margin-right: 0;
}
#contentSlider .slide .image img {
  opacity: 1 !important;
}
#contentSlider .slide .square-image {
  height: 100px;
  width: 100px;
}
#newsSlider {
  width: 100%;
  height: 330px;
}
#newsSlider .slide {
  width: 47%;
  margin-right: 3%;
}
#newsSlider .slide:last-child {
  margin-right: 0;
}
#aaSlider .slide {
    width: 100%;
}
#aaSlider {
  width: 100%;
  height: 200px;
}
#aaSlider .slide {
  width: 23%;
  margin-right: 3%;
}
#aaSlider .slide:last-child {
  margin-right: 0;
}
#aaSlider {
  width: 100%;
  height: 200px;
}
#aaSlider .slide {
  width: 260px !important;
  margin-right: 30px;
}
#aaSlider .slide:last-child {
  margin-right: 0;
}
#aaSlider .slide .image {
  height: 260px;
  width: 260px;
}
.raxus-slider[data-arrows-dots="bottom"] {
  overflow: visible;
  margin-bottom: 80px;
}
.raxus-slider[data-arrows-dots="bottom"] .dots {
  bottom: -45px;
  width: auto;
  left: 40px;
  right: 40px;
}
.raxus-slider[data-arrows-dots="bottom"] .arrow-l,
.raxus-slider[data-arrows-dots="bottom"] .arrow-r {
  bottom: -60px !important;
  top: auto !important;
}
.raxus-slider[data-arrows-dots="bottom"] .arrow-l {
  left: 0;
}
.raxus-slider[data-arrows-dots="bottom"] .arrow-r {
  right: 0;
}
.on-sales {
  margin: 25px 0 0 0;
  background: url('../images/content/on-sales.jpg') center -100px no-repeat;
}
.on-sales .relative {
  background-color: rgba(120, 192, 155, 0.9);
  z-index: 2;
}
.on-sales h2 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.on-sales p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.special-tab .chars {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding-bottom: 10px;
}
.special-tab .chars span {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font: 700 18px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.special-tab .chars span.selected,
.special-tab .chars span:hover {
  color: #333;
}
.special-tab .chars span.selected:after,
.special-tab .chars span:hover:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
}
.special-tab .contents {
  text-align: center;
}
.special-tab .contents .content {
  display: none;
  padding: 30px 0;
  text-align: center;
}
.special-tab .contents .content.selected {
  display: inline-block;
}
.special-tab .contents .content .info-box {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: relative;
  width: 209px;
  padding: 20px;
  display: inline-block;
  margin: 0 0 20px 15px;
  text-align: left;
}
.special-tab .contents .content .info-box:nth-child(0+5n) {
  margin-left: 0 !important;
}
.special-tab .contents .content .info-box .city {
  font: 400 18px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  display: block;
}
.special-tab .contents .content .info-box .district {
  font: 400 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  margin: 3px 0 0 0;
  display: block;
}
.special-tab .contents .content .info-box strong {
  font: bold 50px 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  line-height: 44px;
  display: block;
  text-align: right;
}
.special-tab .contents .content .info-box small {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 70px;
  text-align: center;
  color: #fff;
  margin-left: -35px;
  background-color: #444;
  border-radius: 30px;
  padding: 3px 0;
  font: 700 11px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
}
.footer {
  background-color: #78c09b;
  overflow: hidden;
  margin: 25px 0 0 0;
}
.footer .footer-top {
  padding: 10px 0;
  text-align: center;
  background-color: #94cfb0;
}
.footer .footer-top > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.footer h2 {
  color: #fff;
}
.footer .quick-links a {
  font: normal 14px 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  display: inline-block;
  width: 49%;
  margin: 0 0 10px 0;
}
.footer .quick-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .contact-links a,
.footer .contact-links span {
  font: normal 14px 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0 0 3px 0;
  line-height: 20px;
}
.footer .contact-links a i,
.footer .contact-links span i {
  width: 20px;
  float: left;
  margin-top: 5px;
}
.footer .contact-links a span,
.footer .contact-links span span {
  margin-left: 25px;
  margin-top: 0;
  display: block;
}
.footer .contact-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer p {
  text-align: center;
  font: 400 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  margin: 10px auto 30px auto;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.04);
  display: block;
  width: 200px;
  color: #fff;
}
.container.subpage {
  padding-top: 0 !important;
}
.container.subpage .breadcrumbs {
  padding-bottom: 25px;
}
.container.subpage .breadcrumbs a {
  color: #aaa;
  font: bold 12px 'Helvetica Neue', 'Arial', sans-serif;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.container.subpage .breadcrumbs a:hover {
  text-decoration: underline;
}
.container.subpage .breadcrumbs a:after {
  position: absolute;
  top: -3px;
  right: 10px;
  content: '»';
  display: inline-block;
  font-size: 16px;
}
.container.subpage .breadcrumbs a:last-child {
  color: #333;
}
.container.subpage .breadcrumbs a:last-child:after {
  display: none;
}
.container.subpage > .subpage-container {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  display: table;
}
.container.subpage > .subpage-container > .left-menu {
  padding: 15px 30px;
  width: 25%;
  height: 100%;
  display: inline-table;
  float: left;
}
.container.subpage > .subpage-container > .left-menu ul {
  padding: 0;
  margin: 0 -30px;
  list-style: none;
}
.container.subpage > .subpage-container > .left-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.container.subpage > .subpage-container > .left-menu ul li a {
  display: block;
  font: bold 13px 'Helvetica Neue', 'Arial', sans-serif;
  color: #777;
  padding: 8px 15px 8px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container.subpage > .subpage-container > .left-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.container.subpage > .subpage-container > .left-menu ul li a:hover,
.container.subpage > .subpage-container > .left-menu ul li a.selected {
  color: #42a873;
}
.container.subpage > .subpage-container > .left-menu + .content {
  width: 75%;
}
.container.subpage > .subpage-container > .content {
  padding: 15px 30px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  display: inline-table;
  /* tab */
  /* tab #end */
}
.container.subpage > .subpage-container > .content > h1 {
  margin: 10px 0;
}
.container.subpage > .subpage-container > .content > h1 + h4 {
  margin: 20px 0 10px 0;
}
.container.subpage > .subpage-container > .content > h1 + h4.alt-title {
  margin: 0 0 30px 0;
}
.container.subpage > .subpage-container > .content > h1 + h4 + p {
  margin-top: 0;
}
.container.subpage > .subpage-container > .content > p {
  margin-top: 20px;
}
.container.subpage > .subpage-container > .content > p img {
  max-width: 100% !important;
}
.container.subpage > .subpage-container > .content img {
  max-width: 100% !important;
}
.container.subpage > .subpage-container > .content p {
  font: normal 14px 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 22px;
  color: #333;
  display: inline-block;
  width: 100%;
}
.container.subpage > .subpage-container > .content p > img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container.subpage > .subpage-container > .content p img.text-image {
  max-width: 30%;
}
.container.subpage > .subpage-container > .content p img.text-image.left {
  margin-right: 20px;
  float: left;
}
.container.subpage > .subpage-container > .content p img.text-image.right {
  margin-left: 20px;
  float: right;
}
.container.subpage > .subpage-container > .content p > a {
  color: #42a873;
}
.container.subpage > .subpage-container > .content p > a:hover {
  text-decoration: underline;
}
.container.subpage > .subpage-container > .content p.form-success,
.container.subpage > .subpage-container > .content p.form-fail {
  text-align: center;
  padding: 50px 0 50px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font: 300 30px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  position: relative;
}
.container.subpage > .subpage-container > .content p.form-success:before,
.container.subpage > .subpage-container > .content p.form-fail:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 50px;
  margin-bottom: 30px;
  color: #00965e;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.container.subpage > .subpage-container > .content p.form-fail:before {
  content: '';
  color: #ed6666;
}
.container.subpage > .subpage-container > .content a.file {
  position: relative;
  display: block;
  padding: 10px 20px 10px 55px;
  border: 1px solid #42a873;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font: 700 14px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #42a873;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.container.subpage > .subpage-container > .content a.file:hover {
  background-color: #42a873;
  color: #fff;
}
.container.subpage > .subpage-container > .content a.file:hover:before {
  background-color: transparent;
}
.container.subpage > .subpage-container > .content a.file:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 32px;
  background-color: #fff;
  padding: 5px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  left: 10px;
  bottom: 5px;
  color: #333;
}
.container.subpage > .subpage-container > .content table {
  padding: 0;
  margin: 20px 0;
  font: normal 12px 'Helvetica Neue', 'Arial', sans-serif;
}
.container.subpage > .subpage-container > .content table thead tr {
  background: url("../images/gradient-black.png") 0 0 repeat-x #0061aa;
}
.container.subpage > .subpage-container > .content table thead td {
  padding: 10px 0;
  text-align: center;
  font: 700 13px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.container.subpage > .subpage-container > .content table thead td:first-child {
  border-radius: 4px 0 0 0;
}
.container.subpage > .subpage-container > .content table thead td:last-child {
  border-radius: 0 4px 0 0;
}
.container.subpage > .subpage-container > .content table tbody tr:hover {
  background-color: #f0f0f0;
}
.container.subpage > .subpage-container > .content table tbody tr:hover a {
  color: #000;
}
.container.subpage > .subpage-container > .content table tbody td {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  padding: 13px 2px;
  text-align: center;
  color: #333;
}
.container.subpage > .subpage-container > .content table tbody td:first-child {
  font-weight: bold;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}
.container.subpage > .subpage-container > .content table tbody td:last-child {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}
.container.subpage > .subpage-container > .content table tbody td a {
  display: inline-block;
  width: 100%;
  color: #333;
  min-height: 15px;
}
.container.subpage > .subpage-container > .content table tbody td a:hover {
  color: #000;
}
.container.subpage > .subpage-container > .content .tab {
  display: block;
  text-align: center;
}
.container.subpage > .subpage-container > .content .tab.text-left a {
  margin-left: 0;
}
.container.subpage > .subpage-container > .content .tab > a {
  display: inline-block;
  padding: 13px 10px 10px 10px;
  margin: 0;
  font: bold 13px 'Helvetica Neue', 'Arial', sans-serif;
  position: relative;
  color: #888 !important;
}
.container.subpage > .subpage-container > .content .tab > a > small {
  font-size: 9px;
  display: block;
  margin: 3px 0 0 0;
  font-weight: normal;
}
.container.subpage > .subpage-container > .content .tab > a.selected {
  border: 1px solid #42a873;
  border-top: 3px solid #42a873;
  padding: 9px;
  border-radius: 4px;
  color: #333 !important;
}
.container.subpage > .subpage-container > .content .tab > a.selected:after,
.container.subpage > .subpage-container > .content .tab > a.selected:before {
  content: '';
  display: inline-block;
  border: 7px solid transparent;
  border-top: 7px solid #42a873;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
  z-index: 2;
}
.container.subpage > .subpage-container > .content .tab > a.selected:before {
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  bottom: -12px;
  z-index: 3;
}
.container.subpage > .subpage-container > .content .tab > a:not(.selected):hover {
  color: #42a873 !important;
}
.container.subpage > .subpage-container > .content .tab-container {
  display: inline-block;
  width: 100%;
}
.container.subpage > .subpage-container > .content .tab-container .tab-content {
  display: none;
}
.container.subpage > .subpage-container > .content .tab-container .tab-content.selected {
  display: block;
}
.container.subpage > .subpage-container > .content .box {
  color: #333;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #42a873;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.container.subpage > .subpage-container > .content .box:hover .head {
  color: #42a873;
}
.container.subpage > .subpage-container > .content .box.tall .image {
  height: 250px;
}
.container.subpage > .subpage-container > .content .box.newspaper {
  border-bottom-color: transparent;
}
.container.subpage > .subpage-container > .content .box.newspaper .image {
  float: left;
  width: 140px;
  margin-right: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 3px;
}
.container.subpage > .subpage-container > .content .box.newspaper .head {
  margin-top: 0;
  height: auto !important;
}
.container.subpage > .subpage-container > .content .box.newspaper small {
  margin-top: 10px;
}
.container.subpage > .subpage-container > .content .box.gallery {
  position: relative;
  padding-bottom: 0;
  border-bottom: 0;
  background-color: #000;
}
.container.subpage > .subpage-container > .content .box.gallery:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.container.subpage > .subpage-container > .content .box.gallery .image {
  opacity: .4;
}
.container.subpage > .subpage-container > .content .box.gallery .head,
.container.subpage > .subpage-container > .content .box.gallery strong {
  position: absolute;
  left: 0;
  top: 50%;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: -20px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.container.subpage > .subpage-container > .content .box.gallery strong {
  margin-top: 20px;
}
.container.subpage > .subpage-container > .content .box .image {
  height: 180px;
  display: block;
  overflow: hidden;
}
.container.subpage > .subpage-container > .content .box .image .img-relative {
  width: 1000px;
  margin-left: -500px;
  left: 50%;
  position: relative;
  text-align: center;
  height: 100%;
  display: inline-block;
}
.container.subpage > .subpage-container > .content .box .image .img-relative img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.container.subpage > .subpage-container > .content .box .head {
  font: bold 20px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  display: inline-block;
  height: 50px;
  display: block;
  margin: 10px 0 15px 0;
}
.container.subpage > .subpage-container > .content .box strong {
  font: bold 14px 'Helvetica Neue', 'Arial', sans-serif;
  display: block;
  margin: 0 0 10px 0;
}
.container.subpage > .subpage-container > .content .box small {
  font: normal 13px 'Helvetica Neue', 'Arial', sans-serif;
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container.subpage > .subpage-container > .content .select-bar input[type=text],
.container.subpage > .subpage-container > .content .select-bar input[type=password],
.container.subpage > .subpage-container > .content .select-bar input[type=email] {
  width: 100%;
}
.container.subpage > .subpage-container > .content .select-bar .custom-select {
  width: 100%;
}
.container.subpage > .subpage-container > .content .select-bar .custom-select select {
  width: 100%;
}
.container.subpage > .subpage-container > .content .social-bar {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.container.subpage > .subpage-container > .content .social-bar p {
  font: normal 12px 'Helvetica Neue', 'Arial', sans-serif;
  padding: 0;
  margin: 5px 0 0 0;
  color: #aaa;
}
.container.subpage > .subpage-container > .content .social-bar a {
  display: inline-block;
  line-height: 1px;
  font-size: 26px;
}
.container.subpage > .subpage-container > .content .social-bar .fa-facebook-square {
  color: #215fd1;
}
.container.subpage > .subpage-container > .content .social-bar .fa-twitter-square {
  color: #56d5f0;
}
.container.subpage > .subpage-container > .content .social-bar .fa-google-plus-square {
  color: #eb3d2a;
}
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  vertical-align: middle;
}
.lightbox .vertical-helper {
  display: inline-block;
}
.lightbox > i.fa {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  font-size: 80px;
  color: #fff;
  display: inline-block;
}
.lightbox > i.fa.fa-angle-left {
  left: 30px;
}
.lightbox > i.fa.fa-angle-right {
  right: 30px;
}
.lightbox.person-detail .lightbox-container,
.lightbox.custom .lightbox-container {
  background-color: #fff;
  width: 500px;
  padding: 40px;
  border-radius: 5px;
}
.lightbox.person-detail .lightbox-container p,
.lightbox.custom .lightbox-container p {
  font: normal 13px 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 20px;
}
.lightbox.person-detail .lightbox-container h1,
.lightbox.custom .lightbox-container h1,
.lightbox.person-detail .lightbox-container h2,
.lightbox.custom .lightbox-container h2,
.lightbox.person-detail .lightbox-container h3,
.lightbox.custom .lightbox-container h3 {
  color: #333;
  text-align: left !important;
}
.lightbox.person-detail .lightbox-container h1,
.lightbox.custom .lightbox-container h1 {
  font-size: 24px !important;
  margin: 0 !important;
}
.lightbox.person-detail .lightbox-container h2,
.lightbox.custom .lightbox-container h2 {
  font-size: 16px !important;
  margin: 10px 0 !important;
}
.lightbox.person-detail .lightbox-container h3,
.lightbox.custom .lightbox-container h3 {
  font: normal 12px 'Helvetica Neue', 'Arial', sans-serif !important;
  margin: 10px 0 20px 0 !important;
}
.lightbox.person-detail .lightbox-container h4,
.lightbox.custom .lightbox-container h4 {
  font-size: 24px !important;
  margin: 0 !important;
}
.lightbox.person-detail .lightbox-container img,
.lightbox.custom .lightbox-container img {
  max-width: 200px;
  max-height: 200px;
}
.lightbox.person-detail .lightbox-container i.fa,
.lightbox.custom .lightbox-container i.fa {
  color: #333;
  text-shadow: none !important;
}
.lightbox.person-detail .lightbox-container .head,
.lightbox.custom .lightbox-container .head {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.lightbox.person-detail .lightbox-container .head a,
.lightbox.custom .lightbox-container .head a {
  color: #42a873;
}
.lightbox.person-detail .lightbox-container .head .avatar,
.lightbox.custom .lightbox-container .head .avatar {
  border-radius: 100px;
  overflow: hidden;
  float: left;
  width: 90px;
}
.lightbox.person-detail .lightbox-container .head .avatar img,
.lightbox.custom .lightbox-container .head .avatar img {
  width: 90px;
  height: 90px;
}
.lightbox.person-detail .lightbox-container .head .detail,
.lightbox.custom .lightbox-container .head .detail {
  margin-left: 120px;
}
.lightbox .lightbox-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
  position: relative;
}
.lightbox .lightbox-container.end-image-left {
  -webkit-animation: end-animation-left 0.5s;
  -moz-animation: end-animation-left 0.5s;
  animation: end-animation-left 0.5s;
}
.lightbox .lightbox-container.end-image-right {
  -webkit-animation: end-animation-left 0.5s;
  -moz-animation: end-animation-left 0.5s;
  animation: end-animation-left 0.5s;
}
.lightbox .lightbox-container i.fa {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-shadow: 0 0 20px #000000;
  font-size: 30px;
  cursor: pointer;
}
.lightbox .lightbox-container img {
  max-height: 80%;
  max-width: 100%;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
  cursor: alias;
}
.lightbox .lightbox-container h2 {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  color: #fff;
  text-shadow: 0 0 20px #ffffff;
}
/* survey css */
ul.survey {
  padding: 0 0 0 30px;
  margin: 0;
  list-style-type: decimal !important;
  font-weight: bold;
  font: 700 16px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
}
ul.survey li {
  padding: 0;
  margin: 0 0 50px 0;
}
ul.survey li .question {
  margin-bottom: 20px;
  clear: both;
}
ul.survey li .answers {
  font: bold 13px 'Helvetica Neue', 'Arial', sans-serif;
}
ul.survey li .answers label {
  padding: 10px 25px 10px 20px;
  margin: 0 10px 0 0;
  background-color: #f0f0f0;
  cursor: pointer;
  border-radius: 4px;
}
ul.survey li .answers label input {
  margin-right: 10px;
}
ul.survey li .answers label:hover {
  background-color: #ddd;
}
/* survey css #end */
.form {
  margin-top: 20px;
}
.form div[class*=col-] {
  margin-bottom: 20px !important;
}
.form .custom-select {
  width: 100%;
  margin-left: 0;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=pasword],
.form input[type=number],
.form textarea {
  width: 100%;
  resize: none;
}
.form textarea {
  height: 100px;
}
.form label {
  display: block;
  cursor: pointer;
  padding: 7px 10px;
  margin: 0 0 4px 0;
  border-radius: 3px;
  background-color: #fafafa;
  font: normal 12px 'Helvetica Neue', 'Arial', sans-serif;
}
.form label input {
  margin: 0 4px 0 0;
}
.form label:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.not-valid {
  position: relative;
}
.not-valid .validation-msg {
  position: absolute;
  left: 10px;
  top: 10px;
  font: bold 10px 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  background-color: rgba(245, 66, 4, 0.8);
  padding: 3px 10px;
  border-radius: 10px;
}
.not-valid input[type=text],
.not-valid input[type=email],
.not-valid input[type=password],
.not-valid input[type=tel],
.not-valid input[type=number],
.not-valid textarea {
  box-shadow: inset 0 0 5px rgba(245, 66, 4, 0.4);
  border-color: rgba(245, 66, 4, 0.4) !important;
}
.not-valid input[type=text]:focus,
.not-valid input[type=email]:focus,
.not-valid input[type=password]:focus,
.not-valid input[type=tel]:focus,
.not-valid input[type=number]:focus,
.not-valid textarea:focus {
  box-shadow: inset 0 0 5px rgba(245, 66, 4, 0.4);
  border-color: rgba(245, 66, 4, 0.4) !important;
}
.not-valid input[type=text]:focus + .validation-msg,
.not-valid input[type=email]:focus + .validation-msg,
.not-valid input[type=password]:focus + .validation-msg,
.not-valid input[type=tel]:focus + .validation-msg,
.not-valid input[type=number]:focus + .validation-msg,
.not-valid textarea:focus + .validation-msg {
  display: none !important;
}
.not-valid .custom-select {
  border-color: rgba(245, 66, 4, 0.4) !important;
}
.not-valid .radio-validation label {
  color: #ff0000;
}
.not-valid label {
  color: #ff0000;
}
/* FAQ */
.faqs {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.faqs .faq {
  display: block;
  padding: 20px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.faqs .faq:first-child {
  border-top: none;
}
.faqs .faq .question {
  font: 700 16px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  display: block;
  cursor: pointer;
}
.faqs .faq .question:after {
  content: '';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: -7px;
  top: 22px;
  color: #333;
}
.faqs .faq .answer {
  font: normal 13px 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 20px;
  display: block;
  color: #555;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.faqs .faq.opened .question:after {
  content: '';
}
.faqs .faq.opened .answer {
  height: auto;
  margin-top: 10px;
}
/* FAQ #end */
.icon-block {
  margin: 30px -30px -20px -30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.icon-block > div {
  border-left: 1px solid #ddd;
  padding: 15px 10px;
  height: 125px;
}
.icon-block > div:first-child {
  border-left: none;
}
.icon-block > div:hover a {
  color: #00965e;
}
.icon-block > div a {
  color: #333;
}
.icon-block .icon {
  width: 25px;
  text-align: center;
  display: block;
  margin: 0 auto 15px auto;
}
.icon-block .icon i {
  font-size: 18px;
  color: #000;
}
.icon-block .text {
  display: block;
  text-align: center;
  font: bold 12px 'Helvetica Neue', 'Arial', sans-serif;
}
ul.organization-schema {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.organization-schema li {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
}
.social-fixed {
	position: fixed;
    left: 0;
    top: 145px;
    z-index: 26;
}
.social-fixed ul{display:block;width: 50px;list-style:none;background:#ffffff;padding:10px 0;}
.social-fixed ul li{
	background: none;
    border-bottom-left-radius: 17px;
    border-top-left-radius: 17px;
    clear: both;
    display: block;
    height: 31px;
    margin: 0 0 10px;
    padding: 5px;
    width: 50px;
	list-style:none;
}
.social-fixed ul li a{display:block;width:100%;height:100%;background:none;border-radius:50%;font-size:33px;line-height:31px;text-align:center;}
.social-fixed ul li a.fb{color:#3b5998;}
.social-fixed ul li a.fb:hover{color:#3b5998;}
.social-fixed ul li a.tw{color:#00aced;}
.social-fixed ul li a.tw:hover{color:#00aced;}
.social-fixed ul li a.yt{color:#cc181e;}
.social-fixed ul li a.yt:hover{color:#cc181e;}
ul.social-icons {
	list-style: none;
	padding: 0;
	overflow:hidden;
	margin:10px 0 0;
}
ul.social-icons li {
  list-style: none;
  float:left;
  width:36px;
  height:36px;
}
ul.social-icons li a {
	display:block;
	width:36px;
	width:36px;
	color:#FFF;
}
ul.social-icons li a i{
	line-height:1;
	font-size:32px;
}
ul.organization-schema li:before {
  content: '';
  width: 2px;
  background-color: #91e5bb;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 2px;
  display: inline-block;
  z-index: 0;
}
ul.organization-schema li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.organization-schema > li {
  margin: 20px 0;
  padding: 0;
  z-index: 2;
}
ul.organization-schema > li:before {
  display: none;
}
ul.organization-schema > li .line {
  padding: 0 20px 20px 20px;
  border-radius: 4px;
  background-color: #91e5bb;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.organization-schema > li .line:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}
ul.organization-schema > li .line .avatar {
  overflow: hidden;
  height: 30px;
  width: 30px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  top: -10px;
  z-index: 999;
}
ul.organization-schema > li .line .avatar img {
  border-radius: 100px;
  width: 100%;
}
ul.organization-schema > li .line .desc {
  color: #000;
  display: block;
  text-align: center;
}
ul.organization-schema > li .line .desc small {
  font: bold 11px 'Helvetica Neue', 'Arial', sans-serif;
  display: block;
  color: #009659;
}
ul.organization-schema > li .line .desc small + strong {
  margin-top: 6px;
}
ul.organization-schema > li .line .desc strong {
  font: 700 15px 'Oxygen', 'Helvetica Neue', 'Arial', sans-serif;
  display: block;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 30px;
}
ul.organization-schema > li ul {
  position: relative;
  margin-left: 10px;
}
ul.organization-schema > li ul:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -20px;
  left: -2px;
  z-index: 9;
}
ul.organization-schema > li ul li {
  width: 111px;
}
ul.organization-schema > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.organization-schema > li > ul:before {
  display: none !important;
}
ul.organization-schema > li > ul > li {
  padding: 0;
  margin: 20px 0 0 10px;
  width: 111px;
  display: inline-block;
  float: left;
  position: relative;
}
ul.organization-schema > li > ul > li:first-child {
  margin-left: 0 !important;
}
ul.organization-schema > li > ul > li:before {
  background-color: #cdf6e1;
  height: 20px;
  left: 50%;
}
ul.organization-schema > li > ul > li > .line {
  background-color: #cdf6e1;
  height: 120px;
}
ul.organization-schema > li > ul > li > ul li:after {
  background-color: #ebfbf3;
}
ul.organization-schema > li > ul > li > ul li:before {
  background-color: #ebfbf3;
}
ul.organization-schema > li > ul > li > ul li .line {
  background-color: #ebfbf3;
}
ul.organization-schema > li > ul > li > ul li > ul li:after {
  background-color: #ebf2fd;
}
ul.organization-schema > li > ul > li > ul li > ul li:before {
  background-color: #ebf2fd;
}
ul.organization-schema > li > ul > li > ul li > ul li .line {
  background-color: #ebf2fd;
}
ul.organization-schema > li > ul > li > ul li > ul li .line small {
  color: #6392dc !important;
}
/* tablet */
@media screen and (max-width: 1200px) {
  .header .nav > .container > ul > li {
    font-size: 12px !important;
  }
  .header .nav > .container > ul > li > a {
    padding: 23px 15px;
  }
}
/* tablet #end */
/* mobile */
@media screen and (max-width: 991px) {
  .on-mobile {
    display: inline-block !important;
  }
  .no-mobile {
    display: none !important;
  }
  .header,
  .header.scroll {
    height: 50px;
  }
  .header .logo,
  .header.scroll .logo {
    height: 50px !important;
    padding: 10px 0 0 0 !important;
  }
  .header .logo img,
  .header.scroll .logo img {
    height: 30px !important;
  }
  .header .logo i.fa.fa-bars,
  .header.scroll .logo i.fa.fa-bars,
  .header .logo i.fa.fa-close,
  .header.scroll .logo i.fa.fa-close {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 26px;
  }
  .header .logo i.fa.fa-bars.opened,
  .header.scroll .logo i.fa.fa-bars.opened,
  .header .logo i.fa.fa-close.opened,
  .header.scroll .logo i.fa.fa-close.opened {
    display: inline-block;
  }
  .header .nav .container > ul,
  .header.scroll .nav .container > ul {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    display: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  .header .nav .container > ul.opened,
  .header.scroll .nav .container > ul.opened {
    display: inline-block;
  }
  .header .nav .container > ul > li,
  .header.scroll .nav .container > ul > li {
    font-size: 28px !important;
  }
  .header .nav .container > ul > li > a,
  .header.scroll .nav .container > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header .nav ul li,
  .header.scroll .nav ul li {
    width: 100% !important;
  }
  .header .nav ul li:hover,
  .header.scroll .nav ul li:hover {
    box-shadow: none !important;
  }
  .header .nav ul li a,
  .header.scroll .nav ul li a {
    display: block;
  }
  .header .nav ul li a:hover,
  .header.scroll .nav ul li a:hover {
    box-shadow: none !important;
  }
  .header .nav ul li.search,
  .header.scroll .nav ul li.search {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 50px 30px;
    margin-top: 30px;
  }
  .header .nav ul li.search i.fa,
  .header.scroll .nav ul li.search i.fa {
    left: 40px;
    top: 59px;
  }
  .header .nav ul li ul,
  .header.scroll .nav ul li ul {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    position: static !important;
    display: block !important;
  }
  .green-box {
    margin-top: 20px;
    background-position: center center !important;
  }
  .green-box h2 {
    font-size: 22px;
  }
  #mainSlider {
    height: 320px;
    margin: -50px -4% -30px -4%;
    width: 108% !important;
  }
  #mainSlider .arrow-l,
  #mainSlider .arrow-r {
    top: 120px !important;
  }
  #mainSlider .slide span.text {
    padding: 130px 20px 20px 20px;
    background-position: left top;
  }
  #mainSlider .slide span.text strong {
    font-size: 20px !important;
  }
  #mainSlider .dots {
    display: none;
  }
  #newsSlider .slide {
    width: 100%;
  }
  .single-news .news-image {
    height: 60px;
    width: 60px;
  }
  .single-news .news-image .img-container {
    height: 60px;
  }
  .single-news .news-content {
    margin-left: 75px !important;
  }
  .single-news .news-content h3 {
    margin: 5px 0;
    font-size: 14px;
  }
  .single-news .news-content small {
    font-size: 12px;
  }
  #projectsSlider,
  #restoreSlider {
    height: 100px !important;
  }
  #projectsSlider .slide,
  #restoreSlider .slide {
    width: 100px !important;
  }
  #projectsSlider .square-image,
  #restoreSlider .square-image {
    width: 100px !important;
    height: 100px !important;
  }
  #projectsSlider .square-image .hover-text,
  #restoreSlider .square-image .hover-text {
    font-size: 14px !important;
  }
  #projectsSlider .image img,
  #restoreSlider .image img {
    opacity: 1 !important;
  }
  .footer-top img {
    height: 30px;
  }
  .footer-top .text-right {
    text-align: center !important;
  }
  .footer-top .container .row > div {
    margin-top: 0 !important;
  }
  .left-menu {
    display: none !important;
  }
  .container.subpage > .subpage-container {
    display: block;
  }
  .container.subpage > .subpage-container .content {
    display: block;
    width: 100% !important;
  }
  .container.subpage > .subpage-container .content .tab {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 75px;
  }
  .social-bar > div {
    text-align: center !important;
  }
  .social-bar .text-right {
    text-align: center !important;
    margin-top: 10px !important;
  }
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=password],
  textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .content h1 {
    font-size: 20px !important;
  }
  .content #map {
    display: none;
  }
  .content .or-line {
    display: none;
  }
  .content .or-line + .clearfix {
    display: none;
  }
  .similar-news .single-news {
    padding-top: 0;
  }
  .similar-news .single-news .news-image {
    width: 60px;
    height: 60px;
  }
  .similar-news .single-news .news-content h3 {
    max-height: 45px;
    overflow: hidden;
  }
  .row div[class*="col-"] {
    margin-top: 10px !important;
  }
  .icon-block > div {
    height: auto;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 719px) {
	ul.social-icons {
		margin:10px 0;
		text-align:center;
	}
	ul.social-icons li{
		display:inline-block;
		float:none;
	}
}

.dergi .videos .owl-next {
    position: absolute;
    right: -35px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -243px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.dergi .owl-prev {
    position: absolute;
    left: -35px;
    outline: 0;
    top: 20px;
    background: url(../Images/iconset.png) no-repeat -302px 0 !important;
    width: 58px;
    height: 195px;
    text-indent: -9999px
}

.dergi .owl-next:hover {
    background: url(../Images/iconset.png) no-repeat -362px 0 !important
}

.dergi .owl-prev:hover {
    background: url(../Images/iconset.png) no-repeat -421px 0 !important
}