@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,800&subset=latin,latin-ext);
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #808080;
  line-height: 28px;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #3a3a3a;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Old Standard TT", serif;
  color: #3a3a3a;
}

/* Short Codes *****************************************************/
.f1 {
  font-weight: 100;
}

.f2 {
  font-weight: 200;
}

.f3 {
  font-weight: 300;
}

.f4 {
  font-weight: 400;
}

.f5 {
  font-weight: 500;
}

.f6 {
  font-weight: 600;
}

.f7 {
  font-weight: 700;
}

.f8 {
  font-weight: 800;
}

.f9 {
  font-weight: 900;
}

.m0 {
  margin: 0px;
}

.mT15 {
  margin-top: 15px;
}

.mB15 {
  margin-bottom: 15px;
}

.mT30 {
  margin-top: 30px;
}

.mB30 {
  margin-bottom: 30px;
}

.p0 {
  padding: 0px;
}

.pT15 {
  padding-top: 15px;
}

.pB15 {
  padding-bottom: 15px;
}

.pT30 {
  padding-top: 30px;
}

.pB30 {
  padding-bottom: 30px;
}

.pR {
  position: relative;
}

.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.w100 {
  float: left;
  width: 100%;
}

.w50 {
  float: left;
  width: 50%;
}

.w25 {
  float: left;
  width: 25%;
}

.ellipsis, #main .main-product .product-box .title .text, #main .main-news .news-box .title .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flexCC {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.flexCR {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.flexCL {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.flexCB {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.flexCA {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

.rows:before, #main .main-service .service-col:before {
  display: table;
  content: '';
}

.rows:after, #main .main-service .service-col:after {
  display: table;
  content: '';
  clear: both;
}

.tW {
  color: #fff !important;
}

.tW a {
  color: #fff !important;
}

.bW {
  background-color: #fff !important;
}

.tB {
  color: #000 !important;
}

.tB a {
  color: #000 !important;
}

.bB {
  background-color: #000 !important;
}

/* Mixin *********************************************************/
/* Buttons *********************************************************/
.btn1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px;
  border-style: solid;
  white-space: nowrap;
  outline: 0 !important;
  color: #fff;
  background-color: #f7a34a;
  border-color: #f7a34a;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0px;
}
.btn1:focus, .btn1.focus {
  color: #fff;
  background-color: #f58a19;
  border-color: #b96308;
}
.btn1:hover {
  color: #fff;
  background-color: #f58a19;
  border-color: #f4850f;
}
.btn1:active, .btn1.active, .open > .btn1.dropdown-toggle {
  color: #fff;
  background-color: #f58a19;
  border-color: #f4850f;
}
.btn1:active:hover, .btn1:active:focus, .btn1:active.focus, .btn1.active:hover, .btn1.active:focus, .btn1.active.focus, .open > .btn1.dropdown-toggle:hover, .open > .btn1.dropdown-toggle:focus, .open > .btn1.dropdown-toggle.focus {
  color: #fff;
  background-color: #e0780a;
  border-color: #b96308;
}
.btn1:active, .btn1.active, .open > .btn1.dropdown-toggle {
  background-image: none;
}
.btn1.disabled:hover, .btn1.disabled:focus, .btn1.disabled.focus, .btn1[disabled]:hover, .btn1[disabled]:focus, .btn1[disabled].focus, fieldset[disabled] .btn1:hover, fieldset[disabled] .btn1:focus, fieldset[disabled] .btn1.focus {
  background-color: #f7a34a;
  border-color: #f7a34a;
}
.btn1 .badge {
  color: #f7a34a;
  background-color: #fff;
}
.btn1.sm {
  padding: 11.25px 22.5px;
  font-size: 12.6px;
  line-height: 1;
  border-radius: 0px;
}
.btn1.xs {
  padding: 7.5px 15px;
  font-size: 11.2px;
  line-height: 1;
  border-radius: 0px;
}
.btn1.success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn1.success:focus, .btn1.success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn1.success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn1.success:active, .btn1.success.active, .open > .btn1.success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn1.success:active:hover, .btn1.success:active:focus, .btn1.success:active.focus, .btn1.success.active:hover, .btn1.success.active:focus, .btn1.success.active.focus, .open > .btn1.success.dropdown-toggle:hover, .open > .btn1.success.dropdown-toggle:focus, .open > .btn1.success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn1.success:active, .btn1.success.active, .open > .btn1.success.dropdown-toggle {
  background-image: none;
}
.btn1.success.disabled:hover, .btn1.success.disabled:focus, .btn1.success.disabled.focus, .btn1.success[disabled]:hover, .btn1.success[disabled]:focus, .btn1.success[disabled].focus, fieldset[disabled] .btn1.success:hover, fieldset[disabled] .btn1.success:focus, fieldset[disabled] .btn1.success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn1.success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn1.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn1.danger:focus, .btn1.danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn1.danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn1.danger:active, .btn1.danger.active, .open > .btn1.danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn1.danger:active:hover, .btn1.danger:active:focus, .btn1.danger:active.focus, .btn1.danger.active:hover, .btn1.danger.active:focus, .btn1.danger.active.focus, .open > .btn1.danger.dropdown-toggle:hover, .open > .btn1.danger.dropdown-toggle:focus, .open > .btn1.danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn1.danger:active, .btn1.danger.active, .open > .btn1.danger.dropdown-toggle {
  background-image: none;
}
.btn1.danger.disabled:hover, .btn1.danger.disabled:focus, .btn1.danger.disabled.focus, .btn1.danger[disabled]:hover, .btn1.danger[disabled]:focus, .btn1.danger[disabled].focus, fieldset[disabled] .btn1.danger:hover, fieldset[disabled] .btn1.danger:focus, fieldset[disabled] .btn1.danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn1.danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px;
  border-style: solid;
  white-space: nowrap;
  outline: 0 !important;
  color: #1a1a1a;
  background-color: transparent;
  border-color: rgba(26, 26, 26, 0.2);
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0px;
}
.btn2:focus, .btn2.focus {
  color: #1a1a1a;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn2:hover {
  color: #1a1a1a;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn2:active, .btn2.active, .open > .btn2.dropdown-toggle {
  color: #1a1a1a;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn2:active:hover, .btn2:active:focus, .btn2:active.focus, .btn2.active:hover, .btn2.active:focus, .btn2.active.focus, .open > .btn2.dropdown-toggle:hover, .open > .btn2.dropdown-toggle:focus, .open > .btn2.dropdown-toggle.focus {
  color: #1a1a1a;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn2:active, .btn2.active, .open > .btn2.dropdown-toggle {
  background-image: none;
}
.btn2.disabled:hover, .btn2.disabled:focus, .btn2.disabled.focus, .btn2[disabled]:hover, .btn2[disabled]:focus, .btn2[disabled].focus, fieldset[disabled] .btn2:hover, fieldset[disabled] .btn2:focus, fieldset[disabled] .btn2.focus {
  background-color: transparent;
  border-color: rgba(26, 26, 26, 0.2);
}
.btn2 .badge {
  color: transparent;
  background-color: #1a1a1a;
}
.btn2.sm {
  padding: 11.25px 22.5px;
  font-size: 12.6px;
  line-height: 1;
  border-radius: 0px;
}
.btn2.xs {
  padding: 7.5px 15px;
  font-size: 11.2px;
  line-height: 1;
  border-radius: 0px;
}
.btn2.success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn2.success:focus, .btn2.success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d;
}
.btn2.success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn2.success:active, .btn2.success.active, .open > .btn2.success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn2.success:active:hover, .btn2.success:active:focus, .btn2.success:active.focus, .btn2.success.active:hover, .btn2.success.active:focus, .btn2.success.active.focus, .open > .btn2.success.dropdown-toggle:hover, .open > .btn2.success.dropdown-toggle:focus, .open > .btn2.success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn2.success:active, .btn2.success.active, .open > .btn2.success.dropdown-toggle {
  background-image: none;
}
.btn2.success.disabled:hover, .btn2.success.disabled:focus, .btn2.success.disabled.focus, .btn2.success[disabled]:hover, .btn2.success[disabled]:focus, .btn2.success[disabled].focus, fieldset[disabled] .btn2.success:hover, fieldset[disabled] .btn2.success:focus, fieldset[disabled] .btn2.success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn2.success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn2.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn2.danger:focus, .btn2.danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn2.danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn2.danger:active, .btn2.danger.active, .open > .btn2.danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn2.danger:active:hover, .btn2.danger:active:focus, .btn2.danger:active.focus, .btn2.danger.active:hover, .btn2.danger.active:focus, .btn2.danger.active.focus, .open > .btn2.danger.dropdown-toggle:hover, .open > .btn2.danger.dropdown-toggle:focus, .open > .btn2.danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn2.danger:active, .btn2.danger.active, .open > .btn2.danger.dropdown-toggle {
  background-image: none;
}
.btn2.danger.disabled:hover, .btn2.danger.disabled:focus, .btn2.danger.disabled.focus, .btn2.danger[disabled]:hover, .btn2.danger[disabled]:focus, .btn2.danger[disabled].focus, fieldset[disabled] .btn2.danger:hover, fieldset[disabled] .btn2.danger:focus, fieldset[disabled] .btn2.danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn2.danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/*******************************************************************/
/* Share Buttons ***************************************************/
.share-box {
  float: left;
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
.share-box .share-caption {
  margin-top: 0px;
  font-weight: 700;
}

.btnShare {
  float: left;
  display: inline-block;
  padding: 7px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #555;
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  border-radius: 0px;
}
.btnShare.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.btnShare i {
  font-family: "FontAwesome";
  opacity: 0.9;
}
.btnShare span {
  margin-left: 5px;
}
.btnShare:focus i, .btnShare:hover i {
  opacity: 1;
}
.btnShare.facebook {
  background-color: #365396;
  color: white;
}
.btnShare.facebook:hover {
  background-color: #293e70;
}
.btnShare.facebook i:after {
  content: '\f09a';
}
.btnShare.twitter {
  background-color: #00a8f0;
  color: white;
}
.btnShare.twitter:hover {
  background-color: #0084bd;
}
.btnShare.twitter i:after {
  content: '\f099';
}
.btnShare.google-plus {
  background-color: #e0462e;
  color: white;
}
.btnShare.google-plus:hover {
  background-color: #bf321d;
}
.btnShare.google-plus i:after {
  content: '\f0d5';
}
.btnShare.instagram {
  background-color: #386c99;
  color: white;
}
.btnShare.instagram:hover {
  background-color: #2b5173;
}
.btnShare.instagram i:after {
  content: '\f16d';
}
.btnShare.linkedin {
  background-color: #006eb3;
  color: white;
}
.btnShare.linkedin:hover {
  background-color: #004f80;
}
.btnShare.linkedin i:after {
  content: '\f0e1';
}

/*******************************************************************/
/* Custom CSS Desing ***********************************************/
/* Divider */
.divider {
  left: 100%;
  width: 100%;
  border-top: 1px solid #555;
  margin: 60px 0px;
}

/*Navbar Toggle*/
.navbar-toggle {
  border-radius: 0px;
  border-color: transparent !important;
  background-color: transparent;
}
.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #1a1a1a;
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  -moz-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
  -o-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

/*Form Control*/
.form-control {
  border-radius: 0px;
  border: 1px solid #eee;
  height: 40px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #bbbbbb;
  -webkit-box-shadow: 0 1px 1px rgba(187, 187, 187, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(187, 187, 187, 0.3);
  box-shadow: 0 1px 1px rgba(187, 187, 187, 0.3);
}
.form-control.success {
  border-color: #5cb85c;
  -webkit-box-shadow: 0 1px 1px rgba(92, 184, 92, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(92, 184, 92, 0.3);
  box-shadow: 0 1px 1px rgba(92, 184, 92, 0.3);
}
.form-control.danger {
  border-color: #d9534f;
  -webkit-box-shadow: 0 1px 1px rgba(217, 83, 79, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(217, 83, 79, 0.3);
  box-shadow: 0 1px 1px rgba(217, 83, 79, 0.3);
}

textarea .form-control {
  max-width: 100%;
}

/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  color: #0093DD;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  border-color: #0093DD;
  background-color: #0093DD;
  color: #fff;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #0093DD;
  background-color: #0093DD;
  color: #fff;
}

/* List Group */
.list-group {
  margin-bottom: 20px;
}

.list-group-item {
  padding: 10px 15px;
  margin-bottom: -1px;
}

.list-group-item:focus, .list-group-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #0093DD !important;
  border-color: #0093DD;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #0093DD !important;
  border-color: #0093DD !important;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.slick-slide {
  outline: none;
}
.slick-slide img {
  display: inline-block;
}

.slick-dots {
  position: relative;
  bottom: 0;
}
.slick-dots li {
  width: auto;
  height: auto;
  top: 4px;
}
.slick-dots li .dot {
  width: 20px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}
.slick-dots li:hover .dot, .slick-dots li.slick-active .dot {
  background-color: black;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.wrapper {
  overflow: hidden;
}

/*******************************************************************/
/* TRANSITION ******************************************************/
.allTrans, .btn1, .btn2, .btnShare, .navbar-toggle .icon-bar, .pagination > li > a,
.pagination > li > span, .list-group-item, #header, #header .navbar, #header .navbar .navbar-brand img, #header .navbar .navbar-nav > li > a, #header .navbar .navbar-nav .dropdown-menu > li > a, #main .banner .buttons .button, #main .banner .buttons .button i, #main .main-product .product-box .img img, #main .main-product .product-box .img:after, #main .main-product .product-box .title .icon1, #main .main-product .product-box .title .icon2, #main .main-product .product-box:after, #main .main-news .news-box:after, #main .main-contact .main-map:before, #main .gallery-wrapper .buttons .button i, #main .file-list a, #main .video-list i, #main .video-list .caption, #main .categories-list li a:before, #main .categories-list li button:before, #main .reference-isotope, #main .page-news .news-box, #main .page-news .news-box .title .text, #main .page-product .product-box .img img.media, #main .page-product .product-box .img:before, #main .page-product .product-box .title .caption, #main .page-product .product-box .title .text, #main .page-product .product-box .icons i.icon, #main .page-gallery .gallery-box .img img.media, #main .page-gallery .gallery-box .img:before, #main .page-gallery .gallery-box .title .caption, #main .page-gallery .gallery-box .title .text, #main .page-gallery .gallery-box .icons i.icon, #main .page-reference .reference-box .img img.media, #main .page-reference .reference-box .img:before, #main .page-reference .reference-box .title .caption, #main .page-reference .reference-box .title .text, #main .page-reference .reference-box .icons i.icon, #footer .footer-social li a i, #footer .footer-menu li a, #footer .footer-menu li a:before {
  -webkit-transition: all 0.55s;
  -moz-transition: all 0.55s;
  transition: all 0.55s;
}

/*******************************************************************/
.gradient {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.gradientBlack {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/* HEADER **********************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
}
#header .navbar {
  border: none;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#header .navbar .navbar-brand {
  height: 100px;
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .navbar .navbar-brand {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar .navbar-brand {
    height: 80px;
  }
}
@media (max-width: 767px) {
  #header .navbar .navbar-brand {
    height: 60px;
  }
}
#header .navbar .navbar-brand img {
  position: relative;
  top: 50%;
  max-height: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .navbar .navbar-brand img {
    max-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar .navbar-brand img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  #header .navbar .navbar-brand img {
    max-height: 35px;
  }
}
#header .navbar .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
#header .navbar .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #878787;
  padding: 40px 20px;
  font-size: 10px;
  letter-spacing: 1px;
  z-index: 2;
  text-transform: uppercase;
}
#header .navbar .navbar-nav > li > a:hover, #header .navbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0093DD;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .navbar .navbar-nav > li > a {
    padding: 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar .navbar-nav > li > a {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  #header .navbar .navbar-nav > li > a {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#header .navbar .navbar-nav > li.open > a {
  color: #fff;
  background-color: #0093DD;
}
#header .navbar .navbar-nav > li.active > a {
  color: #fff;
  background-color: #0093DD;
}
#header .navbar .navbar-nav .dropdown-menu {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #0093DD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#header .navbar .navbar-nav .dropdown-menu > li > a {
  font-size: 12px;
  position: relative;
  padding: 7px 15px;
  color: #878787;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  z-index: 2;
}
#header .navbar .navbar-nav .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #0093DD;
}
#header .navbar .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
#header .navbar .navbar-nav .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #0093DD;
}
#header .navbar .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-toggle {
    margin: 23px 15px 23px 0;
  }
}
@media (max-width: 767px) {
  #header .navbar-toggle {
    margin: 13px 15px 13px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar-header {
    float: none;
  }
  #header .navbar-toggle {
    display: block;
  }
  #header .navbar-collapse.collapse {
    display: none !important;
  }
  #header .navbar-nav {
    float: none !important;
    margin: 0 -15px !important;
  }
  #header .navbar-nav > li {
    float: none;
  }
  #header .navbar-collapse {
    border: none;
    box-shadow: none;
  }
  #header .navbar-collapse.collapse.in {
    display: block !important;
  }
  #header .collapsing {
    overflow: hidden !important;
  }
  #header .navbar-brand {
    position: relative;
  }
  #header .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .navbar-nav > li > .dropdown-menu > li > a {
    text-align: center;
  }
}

/*******************************************************************/
/* MAIN ************************************************************/
#main {
  background-color: #fff;
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}
#main .banner {
  position: relative;
}
#main .banner .container {
  position: relative;
  height: 100%;
}
#main .banner .buttons .button {
  position: absolute;
  top: 50%;
  background-color: #0093DD;
  z-index: 10;
  cursor: pointer;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  #main .banner .buttons .button {
    top: 90%;
  }
}
#main .banner .buttons .button i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .banner .buttons .button i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #main .banner .buttons .button i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
#main .banner .buttons .button:hover {
  background-color: #0071aa;
}
#main .banner .buttons .button#BannerPrev {
  left: -120px;
}
#main .banner .buttons .button#BannerPrev i {
  -webkit-transform: translateX(10px) translateY(-10px) rotate(-45deg);
  -moz-transform: translateX(10px) translateY(-10px) rotate(-45deg);
  -ms-transform: translateX(10px) translateY(-10px) rotate(-45deg);
  -o-transform: translateX(10px) translateY(-10px) rotate(-45deg);
  transform: translateX(10px) translateY(-10px) rotate(-45deg);
}
#main .banner .buttons .button#BannerNext {
  right: -120px;
}
#main .banner .buttons .button#BannerNext i {
  -webkit-transform: translateX(-10px) translateY(10px) rotate(-45deg);
  -moz-transform: translateX(-10px) translateY(10px) rotate(-45deg);
  -ms-transform: translateX(-10px) translateY(10px) rotate(-45deg);
  -o-transform: translateX(-10px) translateY(10px) rotate(-45deg);
  transform: translateX(-10px) translateY(10px) rotate(-45deg);
}
#main .banner .item {
  position: relative;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .banner .item {
    height: 550px;
  }
}
@media (max-width: 767px) {
  #main .banner .item {
    height: 450px;
  }
}
#main .banner .item .content {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .banner .item .content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #main .banner .item .content {
    width: 90%;
  }
}
#main .banner .item .content .content-inner {
  opacity: 0;
  padding: 30px 0;
  text-align: left;
}
#main .banner .item .content .content-inner .caption {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .banner .item .content .content-inner .caption {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .banner .item .content .content-inner .caption {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #main .banner .item .content .content-inner .caption {
    font-size: 22px;
  }
}
@media (max-width: 424px) {
  #main .banner .item .content .content-inner .caption {
    font-size: 18px;
  }
}
#main .banner .item .content .content-inner .caption:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
#main .banner .item .content .content-inner .text {
  display: inline-block;
  background-color: rgba(0, 147, 221, 0.8);
  padding: 5px 15px;
  color: #fff;
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
#main .banner .item .content .content-inner .text p {
  margin: 0;
}
#main .banner .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(26, 26, 26, 0.5);
}
#main .banner .slider {
  position: relative;
}
#main .banner:hover #BannerPrev {
  left: -40px !important;
}
#main .banner:hover #BannerNext {
  right: -40px !important;
}
#main .main-service {
  position: relative;
  z-index: 2;
}
#main .main-service .service-col {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .main-service .service-col {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #main .main-service .service-col {
    margin-top: 0px;
  }
}
#main .main-service .service-col .service-box {
  float: left;
  width: 100%;
}
#main .main-service .service-col .service-img {
  float: left;
  width: 100%;
}
#main .main-service .service-col .service-img .img a {
  display: block;
}
#main .main-service .service-col .service-img .img img {
  width: 100%;
}
#main .main-service .service-col .service-img .title {
  padding: 30px 25px;
  position: relative;
}
#main .main-service .service-col .service-img .title a {
  display: block;
}
#main .main-service .service-col .service-img .title .caption {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
}
#main .main-service .service-col .service-img .title .caption:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  left: 50%;
  bottom: 0;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .main-service .service-col .service-img .title .text {
  color: #fff;
  text-align: center;
}
#main .main-service .service-col:hover .title:before {
  top: 0%;
  height: 100%;
}
#main .main-service:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0093DD;
  z-index: -1;
}
#main .main-about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 0;
  background-color: #f8f8f8;
}
#main .main-about .main-about-box img {
  width: 100%;
}
#main .main-about .main-about-text {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .main-about .main-about-text {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #main .main-about .main-about-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main .main-about:before {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 50%;
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: -1;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .main-about:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #main .main-about:before {
    display: none;
  }
}
#main .main-product {
  padding: 80px 0 40px 0;
  background-color: #f8f8f8;
}
#main .main-product .product-col {
  margin-bottom: 30px;
}
#main .main-product .product-col a {
  display: block;
}
#main .main-product .product-box {
  position: relative;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
}
#main .main-product .product-box .img {
  position: relative;
  overflow: hidden;
}
#main .main-product .product-box .img img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#main .main-product .product-box .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 147, 221, 0.2);
  z-index: 2;
  opacity: 0;
}
#main .main-product .product-box .title {
  position: relative;
  background-color: #fff;
  padding: 15px 60px 15px 15px;
}
#main .main-product .product-box .title .caption {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#main .main-product .product-box .title .text {
  font-family: "Old Standard TT", serif;
  color: #1a1a1a;
  height: 28px;
  overflow: hidden;
}
#main .main-product .product-box .title .icon1 {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#main .main-product .product-box .title .icon2 {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#main .main-product .product-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background-color: rgba(0, 0, 0, 0.1);
}
#main .main-product .product-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -15px;
  background-color: #0093DD;
}
#main .main-product .product-box:hover .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#main .main-product .product-box:hover .img:after {
  opacity: 1;
}
#main .main-product .product-box:hover:after {
  width: 100%;
}
#main .main-product .product-box:hover .icon1 {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#main .main-product .product-box:hover .icon2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#main .main-product .btn-all {
  min-width: 200px;
}
#main .main-gallery .item .gallery-box {
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
#main .main-gallery .item .gallery-box .img {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  #main .main-gallery .item .gallery-box .img {
    height: 400px;
  }
}
#main .main-gallery .item .gallery-box .title {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 500px;
  max-width: 100%;
  padding: 25px 25px 40px 25px;
  background-color: rgba(0, 147, 221, 0.9);
  z-index: 3;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}
#main .main-gallery .item .gallery-box .title .caption {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}
#main .main-gallery .item .gallery-box .title .text {
  color: #fff;
  height: 84px;
  overflow: hidden;
}
#main .main-gallery #main-gallery .slick-dots {
  margin-top: -40px;
  margin-bottom: 12px;
}
#main .main-news {
  padding: 80px 0 40px 0;
  background-color: #fff;
}
#main .main-news .news-col {
  margin-bottom: 30px;
}
#main .main-news .news-box {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
}
#main .main-news .news-box .img {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  #main .main-news .news-box .img {
    width: 100%;
  }
}
#main .main-news .news-box .img img {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main .main-news .news-box .title {
  float: left;
  width: 50%;
  padding: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .main-news .news-box .title {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #main .main-news .news-box .title {
    width: 100%;
  }
}
#main .main-news .news-box .title .caption {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 5px;
}
#main .main-news .news-box .title .date {
  font-size: 12px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .main-news .news-box .title .date {
    margin-bottom: 10px;
  }
}
#main .main-news .news-box .title .text {
  font-family: "Open Sans", sans-serif;
  height: 112px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .main-news .news-box .title .text {
    margin-bottom: 0px;
  }
}
#main .main-news .news-box .title a {
  display: block;
}
#main .main-news .news-box .title a.link {
  text-align: right;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#main .main-news .news-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background-color: rgba(0, 0, 0, 0.1);
}
#main .main-news .news-box:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -15px;
  background-color: #0093DD;
}
#main .main-news .news-box:hover:after {
  width: 100%;
}
#main .main-news .btn-all {
  min-width: 200px;
}
#main .main-contact {
  position: relative;
  padding: 80px 0 40px 0;
  background-color: #1a1a1a;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .main-contact {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #main .main-contact {
    padding-bottom: 0;
  }
}
#main .main-contact .main-map {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .main-contact .main-map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  #main .main-contact .main-map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}
#main .main-contact .main-map iframe {
  height: 100% !important;
}
#main .main-contact .main-map:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 147, 221, 0.5);
}
#main .main-contact .main-map:hover:before {
  visibility: hidden;
  opacity: 0;
}
#main .main-contact .captionLeft, #main .main-contact .main-about .caption, #main .main-about .main-contact .caption {
  color: #fff;
}
#main .main-contact .captionRight {
  color: #fff;
}
#main .main-contact .contact-col {
  margin-bottom: 30px;
}
#main .main-contact .contact-detail {
  margin-bottom: 30px;
}
#main .main-contact .work-time {
  margin-bottom: 30px;
}
#main .main-contact .caption {
  font-family: "Old Standard TT", serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
#main .main-contact .caption i {
  width: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
}
#main .main-contact .list {
  margin-bottom: 5px;
}
#main .main-contact .list i {
  width: 25px;
  text-align: center;
  color: #0093DD;
}
#main .main-contact .list a {
  color: #fff;
}
#main .main-contact .address {
  margin-bottom: 10px;
}
#main .page-head {
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main .page-head {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main .page-head {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #main .page-head {
    height: 150px;
  }
}
#main .page-head:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.8);
}
#main .page-head .titleBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
#main .page-head .titleBox .caption {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #fff;
  margin: 0;
  text-shadow: 0px 0.2px 3px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
@media (max-width: 767px) {
  #main .page-head .titleBox .caption {
    font-size: 30px;
  }
}
@media (max-width: 424px) {
  #main .page-head .titleBox .caption {
    font-size: 24px;
  }
}
#main .page-head .container {
  position: relative;
  height: 100%;
}
#main .breadcrumb {
  margin-top: 10px;
  padding: 8px 0px;
  font-size: 12px;
  background: transparent;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#main .page-title .caption {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  #main .page-title .caption {
    font-size: 24px;
  }
}
@media (max-width: 424px) {
  #main .page-title .caption {
    font-size: 18px;
  }
}
#main .gallery-wrapper {
  margin: 15px 0px;
}
#main .gallery-wrapper .buttons {
  text-align: right;
  padding: 0;
}
#main .gallery-wrapper .buttons .button {
  display: inline-block;
  cursor: pointer;
}
#main .gallery-wrapper .buttons .button i {
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-bottom: 2px solid #0093DD;
  color: #0093DD;
}
#main .gallery-wrapper .buttons .button:hover i {
  color: #fff;
  background-color: #004f77;
  border-color: #004f77;
}
#main .gallery-wrapper .gallery-carousel .item {
  padding: 15px;
}
#main .gallery-wrapper .gallery-carousel .item a {
  display: block;
}
#main .gallery-wrapper .gallery-carousel .item a img {
  width: 100%;
  padding: 3px;
  border: 1px solid #dddddd;
}
#main .side-bar .side-caption {
  position: relative;
  padding: 15px 10px;
  padding-right: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border: 1px solid #0093DD;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
}
#main .side-bar .side-caption i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .file-list a {
  display: block;
  padding: 3px 3px;
  border-bottom: 1px solid #ddd;
}
#main .file-list a i {
  margin-right: 5px;
}
#main .file-list a:hover {
  color: #0093DD;
  border-bottom: 1px solid #0093DD;
}
#main .video-list {
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #eee;
}
#main .video-list a {
  position: relative;
  display: block;
}
#main .video-list a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#main .video-list img {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main .video-list i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#main .video-list .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  margin: 0;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .video-list:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .video-list:hover .caption {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#main .pagination-box {
  text-align: center;
  padding: 0;
}
#main .categories-list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
}
#main .categories-list li {
  float: none;
  display: inline-block;
  margin-right: 10px;
}
#main .categories-list li a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  border: 1px solid #0093DD;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
#main .categories-list li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #0093DD;
}
#main .categories-list li a:hover:before {
  height: 4px;
}
#main .categories-list li button {
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  background-color: transparent;
  outline: 0;
  border: 1px solid #0093DD;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
#main .categories-list li button:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #0093DD;
}
#main .categories-list li button:hover:before {
  height: 4px;
}
#main .categories-list li.active a:before,
#main .categories-list li.active button:before {
  height: 4px;
}
#main .reference-isotope {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .captionLeft, #main .main-about .caption {
  display: inline-block;
  position: relative;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px;
  color: #1a1a1a;
  font-weight: normal;
}
@media (max-width: 767px) {
  #main .captionLeft, #main .main-about .caption {
    font-size: 36px;
  }
}
#main .captionLeft:before, #main .main-about .caption:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  right: 100%;
  top: 50%;
  background-color: #0093DD;
}
#main .captionRight {
  display: inline-block;
  position: relative;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px;
  color: #1a1a1a;
  font-weight: normal;
}
@media (max-width: 767px) {
  #main .captionRight {
    font-size: 36px;
  }
}
#main .captionRight:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 100%;
  top: 50%;
  background-color: #0093DD;
}
#main .captionBox {
  margin-bottom: 30px;
}
#main .page-content .content-body .article img {
  max-width: 100%;
}
#main .page-news {
  position: relative;
}
#main .page-news .news-box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #eee;
}
#main .page-news .news-box .img {
  position: relative;
}
#main .page-news .news-box .img img.media {
  width: 100%;
}
#main .page-news .news-box .title {
  width: 100%;
}
#main .page-news .news-box .title .caption {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 24px;
  color: #0093DD;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #main .page-news .news-box .title .caption {
    font-size: 18px;
  }
}
#main .page-news .news-box .title .text {
  color: #808080;
  font-size: 13px;
  overflow: hidden;
  height: 56px;
  margin: 15px 0;
}
#main .page-news .news-box .title .date {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.1;
  margin: 15px 0;
}
#main .page-news .news-box a {
  display: block;
}
#main .page-news .news-box:hover {
  border-color: rgba(0, 147, 221, 0.4);
}
#main .page-news-detail .news-detail-img {
  margin-bottom: 15px;
}
#main .page-news-detail .news-detail-img img {
  max-width: 100%;
}
#main .page-news-detail .article img {
  max-width: 100%;
}
#main .page-product .product-box {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .page-product .product-box a {
  display: block;
}
#main .page-product .product-box .img {
  position: relative;
}
#main .page-product .product-box .img img.media {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main .page-product .product-box .img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#main .page-product .product-box .title .caption {
  position: absolute;
  left: 15px;
  top: 50%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .page-product .product-box .title .text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #fff;
  font-size: 13px;
  height: 56px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#main .page-product .product-box .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .page-product .product-box .icons i.icon {
  display: inline-block;
  margin: 0px 3px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
#main .page-product .product-box .icons i.icon:hover {
  background-color: #fff;
  border-color: #0093DD;
  color: #0093DD;
}
#main .page-product .product-box .icons a {
  display: inline-block;
}
#main .page-product .product-box:hover .text {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#main .page-product .product-box:hover .img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#main .page-product .product-box:hover .img:before {
  background-color: rgba(0, 147, 221, 0.85);
}
#main .page-product .product-box:hover .caption {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#main .page-product .product-box:hover .icons i.icon {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#main .page-product-detail .product-detail-img {
  margin-bottom: 15px;
}
#main .page-product-detail .product-detail-img img {
  max-width: 100%;
}
#main .page-product-detail .article img {
  max-width: 100%;
}
#main .page-gallery .gallery-box {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .page-gallery .gallery-box a {
  display: block;
}
#main .page-gallery .gallery-box .img {
  position: relative;
}
#main .page-gallery .gallery-box .img img.media {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main .page-gallery .gallery-box .img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#main .page-gallery .gallery-box .title .caption {
  position: absolute;
  left: 15px;
  top: 50%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .page-gallery .gallery-box .title .text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #fff;
  font-size: 13px;
  height: 56px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#main .page-gallery .gallery-box .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .page-gallery .gallery-box .icons i.icon {
  display: inline-block;
  margin: 0px 3px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
#main .page-gallery .gallery-box .icons i.icon:hover {
  background-color: #fff;
  border-color: #0093DD;
  color: #0093DD;
}
#main .page-gallery .gallery-box .icons a {
  display: inline-block;
}
#main .page-gallery .gallery-box:hover .text {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#main .page-gallery .gallery-box:hover .img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#main .page-gallery .gallery-box:hover .img:before {
  background-color: rgba(0, 147, 221, 0.85);
}
#main .page-gallery .gallery-box:hover .caption {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#main .page-gallery .gallery-box:hover .icons i.icon {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#main .page-gallery-detail .gallery-detail-img {
  margin-bottom: 15px;
}
#main .page-gallery-detail .gallery-detail-img img {
  max-width: 100%;
}
#main .page-gallery-detail .article img {
  max-width: 100%;
}
#main .page-reference .reference-box {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .page-reference .reference-box a {
  display: block;
}
#main .page-reference .reference-box .img {
  position: relative;
}
#main .page-reference .reference-box .img img.media {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main .page-reference .reference-box .img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#main .page-reference .reference-box .title .caption {
  position: absolute;
  left: 15px;
  top: 50%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .page-reference .reference-box .title .text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #fff;
  font-size: 13px;
  height: 56px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
#main .page-reference .reference-box .icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .page-reference .reference-box .icons i.icon {
  display: inline-block;
  margin: 0px 3px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
#main .page-reference .reference-box .icons i.icon:hover {
  background-color: #fff;
  border-color: #0093DD;
  color: #0093DD;
}
#main .page-reference .reference-box .icons a {
  display: inline-block;
}
#main .page-reference .reference-box:hover .text {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
#main .page-reference .reference-box:hover .img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#main .page-reference .reference-box:hover .img:before {
  background-color: rgba(0, 147, 221, 0.85);
}
#main .page-reference .reference-box:hover .caption {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#main .page-reference .reference-box:hover .icons i.icon {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#main .page-reference-detail .reference-detail-img {
  margin-bottom: 15px;
}
#main .page-reference-detail .reference-detail-img img {
  max-width: 100%;
}
#main .page-reference-detail .article img {
  max-width: 100%;
}
#main .page-contact .contact-col {
  margin-bottom: 30px;
}
#main .page-contact .contact-detail {
  margin-bottom: 30px;
}
#main .page-contact .caption {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
}
#main .page-contact .caption i {
  font-size: 20px;
  margin-right: 5px;
}
#main .page-contact .list {
  margin-bottom: 5px;
}
#main .page-contact .list i {
  width: 25px;
  text-align: center;
  color: #3a3a3a;
}
#main .page-contact .list a {
  color: #808080;
}
#main .page-contact .address {
  margin-bottom: 10px;
}

/*******************************************************************/
/* FOOTER **********************************************************/
#footer {
  background-color: #fff;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}
#footer .footer-social {
  float: left;
  padding: 0;
  margin: 30px 0px;
  list-style: none;
}
#footer .footer-social li {
  float: left;
}
#footer .footer-social li a {
  display: block;
  margin-right: 10px;
}
#footer .footer-social li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#footer .footer-social li a i.fa-facebook {
  background-color: #365396;
}
#footer .footer-social li a i.fa-facebook:hover {
  background-color: #293e70;
}
#footer .footer-social li a i.fa-twitter {
  background-color: #00a8f0;
}
#footer .footer-social li a i.fa-twitter:hover {
  background-color: #0084bd;
}
#footer .footer-social li a i.fa-linkedin {
  background-color: #006eb3;
}
#footer .footer-social li a i.fa-linkedin:hover {
  background-color: #004f80;
}
#footer .footer-social li a i.fa-apple {
  background-color: #737373;
}
#footer .footer-social li a i.fa-apple:hover {
  background-color: #595959;
}
#footer .footer-social li a i.fa-google-plus {
  background-color: #e0462e;
}
#footer .footer-social li a i.fa-google-plus:hover {
  background-color: #bf321d;
}
#footer .footer-social li a i.fa-youtube {
  background-color: #ff3333;
}
#footer .footer-social li a i.fa-youtube:hover {
  background-color: red;
}
#footer .footer-social li a i.fa-youtube-play {
  background-color: #ff3333;
}
#footer .footer-social li a i.fa-youtube-play:hover {
  background-color: red;
}
#footer .footer-social li a i.fa-vimeo {
  background-color: #4ab7ed;
}
#footer .footer-social li a i.fa-vimeo:hover {
  background-color: #1ca4e9;
}
#footer .footer-social li a i.fa-pinterest {
  background-color: #cc1919;
}
#footer .footer-social li a i.fa-pinterest:hover {
  background-color: #9f1414;
}
#footer .footer-social li a i.fa-yelp {
  background-color: #c21000;
}
#footer .footer-social li a i.fa-yelp:hover {
  background-color: #8f0c00;
}
#footer .footer-social li a i.fa-dribbble {
  background-color: #ed4583;
}
#footer .footer-social li a i.fa-dribbble:hover {
  background-color: #e81764;
}
#footer .footer-social li a i.fa-amazon {
  background-color: #ff9900;
}
#footer .footer-social li a i.fa-amazon:hover {
  background-color: #cc7a00;
}
#footer .footer-social li a i.fa-ebay {
  background-color: #083891;
}
#footer .footer-social li a i.fa-ebay:hover {
  background-color: #062560;
}
#footer .footer-social li a i.fa-skype {
  background-color: #00abf5;
}
#footer .footer-social li a i.fa-skype:hover {
  background-color: #0088c2;
}
#footer .footer-social li a i.fa-instagram {
  background-color: #386c99;
}
#footer .footer-social li a i.fa-instagram:hover {
  background-color: #2b5173;
}
#footer .footer-social li a i.fa-dropbox {
  background-color: #0d83de;
}
#footer .footer-social li a i.fa-dropbox:hover {
  background-color: #0a67ae;
}
#footer .footer-social li a i.fa-flickr {
  background-color: #eb0066;
}
#footer .footer-social li a i.fa-flickr:hover {
  background-color: #b80050;
}
#footer .footer-social li a i.fa-github {
  background-color: #2e2e2e;
}
#footer .footer-social li a i.fa-github:hover {
  background-color: #141414;
}
#footer .footer-social li a i.fa-basecamp {
  background-color: #6bbd6d;
}
#footer .footer-social li a i.fa-basecamp:hover {
  background-color: #4ca94d;
}
#footer .footer-social li a i.fa-tumblr {
  background-color: #304d69;
}
#footer .footer-social li a i.fa-tumblr:hover {
  background-color: #203346;
}
#footer .footer-social li a i.fa-foursquare {
  background-color: #207ec5;
}
#footer .footer-social li a i.fa-foursquare:hover {
  background-color: #19629a;
}
#footer .footer-menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-menu li {
  float: left;
}
#footer .footer-menu li a {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 33px 15px;
  color: #1a1a1a;
}
#footer .footer-menu li a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-menu li a {
    padding: 25px 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-menu li a {
    font-size: 13px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  #footer .footer-menu li a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
#footer .footer-menu li a:hover:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
#footer .copyright {
  padding: 15px 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #footer .copyright {
    text-align: center;
  }
}
#footer .isinbasireklam {
  text-align: right;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #footer .isinbasireklam {
    text-align: center;
  }
}
#footer .isinbasireklam a {
  display: inline-block;
}
#footer .isinbasireklam a img {
  height: 20px;
}
#footer .footer-bottom {
  background-color: #fff;
}

/*******************************************************************/
