/* CSS Document */
/*
  Website : ravenel
  Version : 4.12
*/

/*
	Theme Name: Margo
	Description: Margo - Responsive Template
	Version: 1.0
	Author: iThemesLab
	Website: http://ithemeslab.com
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Slider                   */
/*   04 - Main Page Elements       */
/*   05 - Revolution Slider        */
/*   06 - Shortcodes Elements      */
/*   07 - Portfolio Styles         */
/*   08 - Single Project Styles    */
/*   09 - Blog Styles              */
/*   10 - Single post Styles       */
/*   11 - Sidebar Styles           */
/*   12 - Footer Styles 		   */
/*   13 - Plugins Styles 	  	   */

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
html {
  font-size: 87.5%;
  /* 16px*87.5%=14px */
  overflow: scroll !important;
  overflow-x: hidden !important;
}

body {
  font-family: å¾®è»Ÿæ­£é»‘é«”;
  font-size: 1rem;
  /* 1*14px=14px */
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  /*background: url(../images/patterns/1.png) fixed repeat;*/
  line-height: 1.45;
  letter-spacing: 1px;
}

body.en {
  letter-spacing: normal;
}

strong,
b {
  font-weight: 600;
}

img {
  max-width: 100%;
  /*width: 100%; æœƒå½±éŸ¿åˆ°å…¶ä»–åœ°æ–¹çš„ img*/
  height: auto;
}

ul,
ol {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

li,
span {
  font-size: 1rem;
  /* 1*14px=14px */
}

.font-s {
  font-size: 12px;
}

a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

a:hover {
  color: #4a4a4a;
}

a,
a:hover {
  text-decoration: none;
}

i {
  font-size: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  color: #4a4a4a;
  line-height: inherit;
}

h1 {
  font-size: 2rem;
  /* 2*14px=28px */
}

h2 {
  font-size: 1.71rem;
  /* 1.71*14px=23.94px */
}

h3 {
  font-size: 1.57rme;
  /* 1.57*14px=21.98px */
}

h4 {
  font-size: 1.285rem;
  /* 1.285*14px=17.99px */
}

h5 {
  font-size: 1.142rem;
  /* 1.142*14px=15.988px */
}

h6 {
  font-size: 1rem;
  /* 1*14px=14px */
}

p {
  color: #4a4a4a;
  font-size: 1rem;
  /* 1*14px=14px */
  margin: 0;
}

p strong {
  font-weight: 600;
}

.container-fluid {
  padding: 0px;
}

.mt-s {
  padding-top: 18px;
}

.accent-color-bg {
  color: #fff;
}

.fittext {
  font-size: 2.71rem;
  /* 2.71*14px=37.94px */
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 35px;
  color: rgba(0, 0, 0, 0.8);
}

.fittext strong {
  font-weight: 700;
}

.page-content p {
  margin-bottom: 15px;
}

.wite-text {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.image-text {
  margin-right: 10px;
}

a.main-button,
input[type='submit'] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 0.857rem;
  /* 0.857*14px=11.998px */
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover,
input[type='submit']:hover {
  background: #4a4a4a;
  color: #fff;
}

a.main-button i {
  font-size: 1.2rem;
  /* 1.2*14px=15.2px */
}

input[type='submit'] {
  border: none;
}

input:focus {
  outline: none;
}

button {
  border: none;
  background-color: transparent;
}

button:focus {
  outline: none;
}

.form-control:focus {
  border-color: #66afe9;
}

.tooltip .tooltip-inner {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

@media (min-width: 768px) {

  .tooltip .tooltip-inner,
  .tooltip-arrow {
    display: none;
  }
}

/* èƒŒæ™¯åœ– */

.bg-img:before,
.bg-img:after {
  content: '';
  position: absolute;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* æŽ’ç‰ˆ */

hr {
  border-color: #989898;
}

.w-100 {
  width: 100%;
}

.bg-gray {
  background-color: #e8e8e8;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.flex-general {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
}

.flex-between {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
  width: 100%;
}

.flex-around {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
  width: 100%;
}

.flex-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
}

.flex-middle {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-bottom {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.flex-start {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-end {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hidden-desktop {
  clear: both;
}


.col-md-fifth.hidden-desktop {
  clear: initial;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }

  .col-md-fifth {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-max-1199 {
    display: none;
  }
}

.hiName {
  text-transform: uppercase;
}

#content {
  padding: 60px 0;
}

#content.full-sections {
  padding: 0;
}

.section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.section.repeat-bg {
  background-repeat: repeat;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.section-video {
  position: absolute;
  z-index: 33;
  left: 0;
  top: -100px;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.section-video object {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.section-video img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.section-video-content {
  z-index: 35;
  position: relative;
  opacity: 0.98;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 34;
  opacity: 0.7;
}

.light-section {
  color: #fff;
}

.light-section .testimonials {
  color: #4a4a4a;
}

.light-section .testimonials .testimonial-content p {
  color: #c4c4c4;
}

#container {
  background-color: #fff;
}

.boxed-page {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxed-page header {
  width: 1220px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999;
}

.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear;
}

.spinner-small {
  transform: scale(0.5);
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bouncee {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncee {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  /* background-color: #fff; */
}

.navbar-default {
  background-color: #fff;
}


.fixed-header {
  opacity: 0.95;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.top-bar .pull-right {
  padding-right: 0;
}

.top-bar.color-bar {
  border-bottom: 0;
}

.top-bar.color-bar a {
  color: rgba(255, 255, 255, 0.6);
}

.top-bar.color-bar a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.top-bar.color-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar.color-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

.top-bar.color-bar ul.social-list li.memCenterLink {}

.top-bar.dark-bar {
  background-color: #4a4a4a;
  border-bottom: 0;
}

.top-bar.dark-bar a {
  color: rgba(255, 255, 255, 0.4);
}

.top-bar.dark-bar a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar.dark-bar .contact-details li a:before {
  color: rgba(255, 255, 255, 0.2);
}

.top-bar a {
  color: #4a4a4a;
}

.top-bar .contact-details li {
  display: inline-block;
}

.top-bar .contact-details li a:before {
  position: relative;
  content: '|';
  font-size: 0.928rem;
  /* 0.928*14px=12.992px */
  margin: 0 3px;
  top: -1px;
  color: #ddd;
}

.top-bar .contact-details li a:before {
  color: #4a4a4a;
}

.top-bar .contact-details li:first-child a:before {
  display: none;
}

.top-bar .contact-details li a {
  font-size: 0.857rem;
  /* 0.857*14px=11.998px */
  display: block;
  line-height: 32px;
}

.top-bar .col-md-5.pull-right {
  padding-right: 0px;
}

.top-bar .col-md-6.pull-right {
  margin-right: -15px;
}

ul.social-list {
  float: right;
}

ul.social-list li {
  float: left;
}

ul.social-list li a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0px 6px;
}

ul.social-list li a.language {
  position: relative;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 8px;
}

ul.social-list li a.language .caret {
  position: absolute;
  right: 0;
  top: 11px;
}

.langMenu.dropdown-menu {
  right: 0px;
  left: auto;
}

ul.social-list li a:hover {
  color: #b02139;
}

ul.social-list li a.facebook:hover {
  background-color: #507cbe;
}

ul.social-list li a.twitter:hover {
  background-color: #63cdf1;
}

ul.social-list li a.google:hover {
  background-color: #f16261;
}

ul.social-list li a.dribbble:hover {
  background-color: #e46387;
}

ul.social-list li a.linkdin:hover {
  background-color: #90cadd;
}

ul.social-list li a.tumblr:hover {
  background-color: #4d7ea3;
}

ul.social-list li a.flickr:hover {
  background-color: #e474af;
}

ul.social-list li a.instgram:hover {
  background-color: #4d4f54;
}

ul.social-list li a.vimeo:hover {
  background-color: #87d3e0;
}

ul.social-list li a.skype:hover {
  background-color: #36c4f3;
}

ul.social-list li a i {
  font-size: 1.14rem;
  /* 1.14*14px */
  display: inline-block;
  width: 34px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  /*border-left: 1px solid #f2f2f2;*/
}

@media (max-width: 767px) {
  ul.social-list li a i {
    display: inline-block !important;
  }
}

ul.social-list li a span {
  line-height: 33px;
  padding: 0px 8px;
  font-size: 1rem;
  color: #000;
}

ul.social-list li:last-child a i {
  /*border-right: 1px solid #f2f2f2;*/
}

.wpb-mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

.navbar-toggle {
  display: none;
}

.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.navbar-brand {
  position: relative;
  padding: 0 !important;
  margin: -6px 0 0 0 !important;
  height: auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: 122px;
    margin-top: 27px;
    margin-right: 50px;
  }
}

.navbar-default .navbar-nav {
  margin-right: 10px !important;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #b02139;
  display: block;
  font-style: normal;
  font-size: 1rem !important;
  /* 1.428*14px */
  font-weight: 400;
  padding: 0 !important;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 1.71rem;
    /* 1.71*14px */
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav>li>a {
    padding: 28px 5px 14px 5px !important;
    font-size: 1.14rem;
    /* 1.14*14px */
  }
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li:hover>a {
  border-bottom: 2px solid #b02139;
  transition: none;
}

.navbar-default .navbar-nav>li>a i {
  margin: 0 -2px 0 -5px;
}

/* .navbar-default .navbar-nav>li>a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
} */

.navbar-default .navbar-nav>li>a.active:after {
  opacity: 1;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li:hover>a {
  border-color: #b02139 !important;
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a {
  color: #000 !important;
}

.navbar-default .navbar-nav .dropdown {
  position: absolute;
  left: 28px;
  top: 80px;
  padding: 28px 3px 18px 50px;
  width: max-content;
  width: initial;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown {
    width: 180px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.dropdown li,
.sup-dropdown li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {

  .dropdown li,
  .sup-dropdown li {
    display: block;
    border: none;
  }
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
  border-top: none;
}

.dropdown li a,
.sup-dropdown li a {
  display: block;
  color: #4a4a4a;
  font-size: 0.928;
  /* 0.928*14px */
  padding: 11px 16px;
  text-decoration: none;
  text-transform: capitalize;
  transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>li {
    position: relative;
    padding: 29px 28px;
  }

  footer .navbar-default .navbar-nav>li {
    padding: 30px 10px 5px;
  }

  .navbar-default .navbar-nav .dropdown {
    padding: 23px 5px 14px 45px;
  }

  .dropdown li a,
  .sup-dropdown li a {
    font-size: 1rem;
    padding: 5px 16px;
  }

  .dropdown li:hover a,
  /* .dropdown li:first-child a, */
  .dropdown li a {
    color: #000 !important;
    white-space: nowrap;
  }

  .dropdown li:hover a,
  .dropdown.default-style li:first-child a,
  .dropdown li a.active {
    font-weight: bold;
  }

  .dropdown li:hover a:before,
  .dropdown.default-style li:first-child a:before,
  .dropdown li a.active:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 16px;
    width: 40px;
    height: 2px;
    background-color: #b20139;
  }
}

.dropdown>li:hover>a,
.sup-dropdown li:hover>a {
  color: #b20139 !important;
  font-weight: bold;
}

.dropdown li a i {
  margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  background-color: #fff;
  margin-top: 10px;
  transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  visibility: hidden;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
  visibility: visible;
  margin-top: 0;
}

.search-side {
  position: relative;
  float: right;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-top: 28px;
}

.show-search:after {
  content: '';
  right: 0;
  top: 32px;
  width: 16px;
  height: 16px;
  background-image: url(../images/i-search.png);
  background-size: contain;
  cursor: pointer;
}

.navbar .search-form form input {
  border: 2px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 14px;
  z-index: 22;
  color: #9d9d9d;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
}

.navbar .search-form form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.navbar .search-form input {
  padding: 0 0 3px;
  font-weight: 400;
  color: #989898;
  border: none;
  border-bottom: 1px solid #000;
  min-width: 200px;
  background-color: #fff;
}

/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img {
  width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content {
  top: 50%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slide .carousel-indicators {
  bottom: 30px;
}

.carousel-indicators li {
  width: 16px !important;
  height: 3px !important;
  border: none;
  margin: 1px !important;
  background-color: rgba(255, 255, 255, 0.4);
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slide .carousel-control.left span {
  padding: 15px;
}

#main-slide .carousel-control.right span {
  padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 0;
}

#main-slide .carousel-control .fa-angle-right {
  right: 0;
}

#main-slide .carousel-control i {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 36px;
  font-size: 2.285rem;
  /* 2.285*14px */
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slide .slider-content h2 {
  font-size: 5.428rem;
  /* 5.428*14px */
  font-weight: 100;
  text-transform: uppercase;
  color: #555;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
  color: #fff;
}

#main-slide .slider-content h3 {
  font-size: 2.57rem;
  /* 2.57*14px */
  font-weight: 300;
  margin-top: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #555;
}

.slider.btn {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: 1.428rem;
  /* 1.428*14px */
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
}

.slider.btn.btn-default {
  margin-left: 4px;
  background: #ececec;
}

.slider.btn.btn-default:hover {
  background: #000;
  color: #fff;
}

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px;
}

.slider-content-right {
  position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {}

.carousel .item.active .animated2 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
  text-align: center;
}

.carousel .item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
  text-align: center;
}

.carousel .item.active .animated7 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
  -webkit-animation: fadeInDown 1s ease-in 1000ms both;
  animation: fadeInDown 1s ease-in 1000ms both;
}

/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/

.page-banner {
  padding: 30px 0;
  background: url(../images/slide-02-bg.jpg) center;
  border-bottom: 1px solid #eee;
}

.page-banner h2 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-banner p {
  font-weight: 300;
}

ul.breadcrumbs {
  float: right;
  margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
  margin-top: 4px;
}

ul.breadcrumbs li {
  font-size: 0.928rem;
  /* 0.928*14px */
  font-weight: 300;
  margin-left: 3px;
  color: #999;
  float: left;
}

ul.breadcrumbs li:before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #bbb;
}

ul.breadcrumbs li:first-child {
  margin: 0;
}

ul.breadcrumbs li:first-child:before {
  content: '';
  margin: 0;
}

ul.breadcrumbs li a {
  color: #4a4a4a;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

label {
  font-size: 0.928rem;
  /* 0.928*14px */
  color: #4a4a4a;
  font-weight: 300;
  cursor: pointer;
}

label .required {
  color: #ed2c3a;
  margin-left: 2px;
}

input[type='submit'] {
  outline: none;
}

.widget-search input[type='search'],
#contact-form input[type='text'],
#contact-form textarea,
#respond input[type='text'],
#respond textarea,
.email {
  color: #4a4a4a;
  font-size: 0.928rem;
  /* 0.928*14px */
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
  width: 100%;
  padding: 7px 14px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type='search']:focus,
#contact-form input[type='text']:focus,
#contact-form textarea:focus,
#respond input[type='text']:focus,
#respond textarea:focus {
  border-color: #ddd;
  box-shadow: 0 0 3px #eee;
  -o-box-shadow: 0 0 3px #eee;
  -moz-box-shadow: 0 0 3px #eee;
  -webkit-box-shadow: 0 0 3px #eee;
}

.mail_response {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.name-missing,
.email-missing,
.message-missing {
  opacity: 0;
  color: #ed2c3a;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.error-page {
  padding: 90px 0;
  text-align: center;
}

.error-page h1 {
  font-size: 11.428rem;
  /* 11.428*14px */
  line-height: 140px;
  font-weight: 700;
  color: #333;
}

.error-page h3 {
  font-size: 4.57rem;
  /* 4.57*14px */
  line-height: 70px;
  font-weight: 300;
}

.error-page p {
  font-size: 1.57rem;
  /* 1.57*14px */
  line-height: 28px;
  color: #4a4a4a;
  margin-bottom: 25px;
}

#map {
  position: relative;
  height: 350px;
  width: 100%;
}

/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.margin-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-top {
  margin-top: 30px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.p-l-0 {
  padding-left: 0px !important;
}

.hr1 {
  height: 1px;
}

.hr2 {
  height: 0;
  border-bottom: 1px solid #eee;
}

.hr3 {
  height: 0;
  border-bottom: 1px dotted #eee;
}

.hr4 {
  height: 0;
  border-bottom: 1px dashed #eee;
}

.hr5 {
  height: 1px;
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
}

/*************** Clients Carousel ***************/

.partner {
  padding-bottom: 60px;
}

.clients-carousel .client-item a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #4a4a4a;
}

.clients-carousel .client-item a:hover {
  color: #000;
  border-bottom: solid 1px #000;
}

.clients-carousel .client-item a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.clients-carousel:hover .client-item a img {
  opacity: 0.6;
}

.clients-carousel:hover .client-item a:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

/*************** Call To Action ***************/

.call-action-boxed {
  padding: 30px 40px;
}

.call-action.no-descripton h2.primary {
  margin-top: 4px;
}

.call-action h2.primary {
  font-weight: 500;
}

.call-action h2.primary strong {
  font-weight: 700;
}

.call-action p {
  font-size: 1rem;
  /* 1*14px */
  margin-bottom: 0;
}

.call-action h2+p {
  margin-top: 4px;
}

.call-action .button-side {
  float: right;
}

.call-action-style1 {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
}

.call-action-style2 {
  background: #f2f2f2;
}

.call-action-style3 {
  background: #4a4a4a;
}

.call-action-style3 h2.primary {
  color: #fff;
}

.call-action-style3 p {
  color: #bbb;
}

/*************** Custom Carousel ***************/

.custom-carousel .item {
  padding-right: 20px;
}

.custom-carousel.show-one-slide .item {
  padding-right: 0;
}

/*************** Latest News ***************/

.latest-posts-classic .post-row {
  margin-bottom: 20px;
}

.latest-posts-classic .left-meta-post {
  float: left;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
  padding: 8px 0;
  width: 42px;
  background-color: #4a4a4a;
  color: #fff;
}

.latest-posts-classic .left-meta-post .post-date .day {
  font-size: 1.428rem;
  /* 1.428*14px */
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-date .month {
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 0.785rem;
  /* 0.785*14px */
  letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type i {
  display: block;
  height: 40px;
  line-height: 39px;
  width: 42px;
  color: #fff;
  font-size: 1.57rem;
  /* 1.57*14px */
}

.latest-posts-classic .post-title {
  margin-bottom: 5px;
}

.latest-posts-classic .post-title a {
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic .read-more:hover {
  color: #4a4a4a;
}

/*************** Toggles & Accordion ***************/

.panel-default>.panel-heading {
  background-color: #fff;
}

.panel-group .panel {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.panel-default {
  border-color: #e8e8e8;
}

.panel-body {
  padding: 4px 15px 10px 15px;
}

.panel-heading {
  padding: 0;
}

.panel-title {
  font-size: 0.928rem;
  /* 0.928*14px */
  font-weight: 600;
}

.panel-title a {
  position: relative;
  display: block;
  padding: 6px 12px;
  background-color: #fff;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed {
  color: #4a4a4a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
}

.panel-title a.collapsed:hover {
  color: #4a4a4a;
}

.panel-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.panel-title a.collapsed .control-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.panel-title a i {
  font-size: 1.358rem;
  /* 1.357*14px */
  padding-right: 5px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top: none;
}

/*************** Dropcaps ***************/

.dropcap {
  display: block;
  float: left;
  font-size: 2.857rem;
  /* 2.857*14px */
  line-height: 34px;
  color: #4a4a4a;
  margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
  border: 2px solid #4a4a4a;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  /* 2*14px */
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
  background-color: #4a4a4a;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  /* 2*14px */
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

/*************** Milestone ***************/

.milestone-block {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 50px;
}

.milestone-block:last-child {
  margin-right: 0;
}

.milestone-block .milestone-icon {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
}

.milestone-block .milestone-icon:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 21px;
  right: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.milestone-block .milestone-icon i {
  font-size: 2.285rem;
  /* 2.285*14px */
  color: #fff;
}

.milestone-block .milestone-right {
  float: left;
  text-align: left;
}

.milestone-block .milestone-number {
  font-size: 1.857rem;
  /* 1.857*14px */
  line-height: 28px;
  font-weight: 500;
}

.milestone-block .milestone-text {
  font-size: 1.285;
  /* 1.285*14px */
  color: #4a4a4a;
}

/*************** Pricing Tables ***************/

.pricing-tables {
  padding: 25px 0;
  text-align: center;
}

.pricing-tables .pricing-table {
  border: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-tables .pricing-table:hover {
  z-index: 2;
  top: -3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.pricing-tables .highlight-plan {
  margin: -15px 0;
  margin-right: -1px;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
  padding: 25px 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
  color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
  padding: 30px 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
  border-color: #fff;
  color: #fff;
}

.pricing-table .plan-name {
  padding: 15px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  border-bottom: 1px solid #eee;
}

.pricing-table .plan-name h3 {
  font-weight: 700;
  color: #4a4a4a;
  text-transform: uppercase;
}

.pricing-table .plan-price {
  padding: 25px 0;
}

.pricing-table .plan-price .price-value {
  font-size: 2.71rem;
  /* 2.71*14px */
  line-height: 40px;
  font-weight: 600;
  color: #4a4a4a;
}

.pricing-table .plan-price .price-value span {
  font-size: 1.285rem;
  /* 1.285*14px */
  font-weight: 300;
  line-height: 18px;
}

.pricing-table .plan-price .interval {
  line-height: 14px;
}

.pricing-table .plan-list li {
  padding: 8px;
  font-size: 0.857rem;
  /* 0.857*14px */
  border-bottom: 1px solid #eee;
}

.pricing-table .plan-list li:first-child {
  border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
  padding: 25px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) inset;
}

.pricing-table .plan-signup a {
  text-transform: uppercase;
}

/*************** Buttons ***************/

.btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.btn-system {
  /*display: inline-block;*/
  color: #fff;
  margin-right: 5px;
  font-weight: 300;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  border: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-system:last-child {
  margin-right: 0;
}

.btn-system {
  font-size: 1.14rem;
  /* 1.14*14px */
  width: auto;
}

.btn-system.border-btn {
  background-color: transparent;
  border: 1px solid;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-system:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-system.border-btn:hover {
  opacity: 1;
  color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.btn-system.border-btn.btn-black:hover {
  background-color: #111;
  color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
  background-color: #fff;
}

.btn-system.btn-gray {
  background-color: #4a4a4a;
}

.btn-system.btn-black {
  background-color: #111;
}

.btn-system.btn-wite {
  background-color: #fff;
}

.btn-system.border-btn.btn-gray {
  background-color: transparent;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
}

.btn-system.border-btn.btn-black {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
}

.btn-system.border-btn.btn-wite {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-large {
  font-size: 1rem;
  /* 1*14px */
  padding: 9px 22px;
}

.btn-medium {
  font-size: 1rem;
  /* 1*14px */
  padding: 7px 18px;
}

.btn-small {
  padding: 5px 15px;
}

.btn-mini {
  padding: 3px 12px;
}

.btn-large.border-btn {
  padding: 8px 22px;
}

.btn-medium.border-btn {
  padding: 6px 18px;
}

.btn-small.border-btn {
  padding: 4px 15px;
}

.btn-mini.border-btn {
  padding: 2px 12px;
}

/*************** Alerts ***************/

.alert {}

.alert-success p {
  color: #468847;
}

.alert-info p {
  color: #3a87ad;
}

.alert-warning p {
  color: #c09853;
}

.alert-danger p {
  color: #a94442;
}

.alert h4 {
  margin-bottom: 10px;
}

.alert strong {
  font-weight: 700;
}

/*************** Pie Charts ***************/

.easyPieChart {
  font-size: 1.71rem;
  /* 1.71*14px */
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 80px 20px 0;
  overflow: hidden;
}

.easyPieChart:last-child {
  margin-right: 0;
}

.easyPieChart span {
  color: #4a4a4a;
  line-height: 20px;
  font-size: 0.928rem;
  /* 0.928*14px */
  font-weight: 700;
}

.easyPieChart i {
  position: absolute;
  width: 100%;
  top: -2px;
  right: 0;
  display: block;
  font-size: 4rem;
  /* 4*14px */
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Lists ***************/

ul.icons-list {
  margin-bottom: 6px;
}

ul.icons-list li,
ul.list-unstyled li {
  margin-bottom: 4px;
}

ul.icons-list li i {
  font-size: 1rem;
  /* 1*14px */
  margin-right: 4px;
}

/*************** Tabs ***************/

.nav-tabs {
  border-color: #eee;
}

.nav-tabs>li>a {
  font-weight: 600;
  color: #4a4a4a;
  padding: 8px 14px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border: 1px solid #eee;
  border-bottom: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04) inset;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nav-tabs>li>a i {
  margin-right: 1px;
  padding-right: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-color: #eee;
  border-bottom-color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.tab-content {
  border: 1px solid #eee;
  border-top: none;
  padding: 12px 16px;
}

.tab-content p {
  margin-bottom: 15px;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

/*************** Icons ***************/

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service {
  padding-top: 80px;
  padding-bottom: 60px;
}

.icon-small {
  font-size: 2.57rem;
  /* 2.57*14px */
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-small:hover,
.service-box:hover .icon-small {
  text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}

.icon-medium {
  font-size: 2.857rem;
  /* 2.857*14px */
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-medium:hover,
.service-box:hover .icon-medium {
  text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}

.icon-large {
  font-size: 3.428rem;
  /* 3.428*14px */
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-large:hover,
.service-box:hover .icon-large {
  text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
}

.icon-mini-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 1.357rem;
  /* 1.357*14px */
  color: #fff;
  top: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.285rem;
  /* 2.285*14px */
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.928rem;
  /* 2.928*14px */
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon-mini-effect:after,
.icon-medium-effect:after,
.icon-large-effect:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*First Icon Effect */
.icon-effect-1 {
  background-color: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-1:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
  background: #4a4a4a;
}

.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
  color: #4a4a4a;
}

.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
  background: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
  color: #4a4a4a;
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
  background: #4a4a4a;
}

.icon-effect-2:hover,
.service-box:hover .icon-effect-2,
.icon-effect-2.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-2 {
  color: #fff;
}

.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*Third Icon Effect */
.icon-effect-3 {
  background: #fff;
}

.gray-icon.icon-effect-3 {
  color: #4a4a4a;
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
  -webkit-animation: toRightFromLeft 0.4s forwards;
  -moz-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

/*Fourth Icon Effect */
.icon-effect-4 {
  background: #fff;
}

.gray-icon.icon-effect-4 {
  color: #4a4a4a;
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  -moz-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

/*Fifth Icon Effect */
.icon-effect-5 {
  background: #fff;
}

.gray-icon.icon-effect-5 {
  color: #4a4a4a;
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
  -webkit-animation: toTopFromBottom 0.4s forwards;
  -moz-animation: toTopFromBottom 0.4s forwards;
  animation: toTopFromBottom 0.4s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/*six Icon Effect */
.icon-effect-6 {
  background: #fff;
}

.gray-icon.icon-effect-6 {
  color: #4a4a4a;
  box-shadow: 0 0 0 3px #4a4a4a;
  -o-box-shadow: 0 0 0 3px #4a4a4a;
  -moz-box-shadow: 0 0 0 3px #4a4a4a;
  -webkit-box-shadow: 0 0 0 3px #4a4a4a;
}

.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
  -webkit-animation: toBottomFromTop 0.4s forwards;
  -moz-animation: toBottomFromTop 0.4s forwards;
  animation: toBottomFromTop 0.4s forwards;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/*************** Service Box ***************/

.service-box .read-more {
  margin-top: 4px;
  font-weight: 500;
  margin-left: 2px;
}

.service-box .read-more i {
  display: inline-block;
  position: relative;
  top: 1px;
}

.image-service-box img {
  margin-bottom: 14px;
}

.image-service-box h4 {
  margin-bottom: 8px;
  padding: 0 10px;
  font-weight: 400;
}

.image-service-box p {
  padding: 0 10px;
}

.service-box {
  margin-bottom: 35px;
}

.service-center {
  text-align: center;
}

.service-icon-left .service-icon {
  float: left;
}

.service-icon-left .service-content {
  padding-left: 45px;
}

.service-icon-left-more .service-icon {
  float: left;
}

.service-icon-left-more .service-content {
  padding-left: 60px;
}

.service-center .service-icon {
  margin-bottom: 14px;
}

.service-center .service-content h4 {
  margin-bottom: 6px;
  font-weight: 500;
}

.service-center .service-icon i {
  display: inline-block;
}

.service-box h4 {
  margin-bottom: 5px;
  font-weight: 400;
}

.service-box>div:first-child {
  padding: 0;
}

.service-boxed {
  margin-top: 30px;
  padding: 0 15px 20px 15px !important;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
  border-color: #e2e2e2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.service-boxed p {
  margin-bottom: 0;
}

/*************** Testimonials ***************/

.testimonials {
  padding-top: 8px;
  text-align: center;
  position: relative;
}

/*.testimonials:after {
	font-family: "FontAwesome";
	content: '\f0e5';
	font-size: 6em;
	line-height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	color: rgba(255,255,255,.06);
}*/

.testimonials .testimonial-content p {
  font-size: 1.71rem;
  /* 1.71*14px */
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  color: #4a4a4a;
}

.testimonials .testimonial-content {
  position: relative;
}

.testimonials .testimonial-content p::before {
  content: open-quote;
  margin-right: 6px;
}

.testimonials .testimonial-content p::after {
  content: close-quote;
  margin-left: 6px;
}

.testimonials .testimonial-author {
  padding: 8px;
  margin-bottom: 10px;
}

.classic-testimonials .testimonial-content {
  position: relative;
  padding: 14px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
}

.classic-testimonials .testimonial-content:before {
  content: '\201C';
  font-weight: 300;
  position: absolute;
  font-size: 2.14rem;
  /* 2.14*14px */
  opacity: 0.5;
  top: 8px;
  left: 6px;
}

.classic-testimonials .testimonial-author {
  margin-left: 10px;
}

.classic-testimonials .testimonial-author span {
  font-weight: 600;
}

/*************** Team Members ***************/

.team-member {
  padding: 3px;
  position: relative;
}

.team-member .member-photo {
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.team-member .member-photo .member-name {
  position: absolute;
  bottom: 12px;
  right: 10px;
  color: #fff;
  font-size: 1rem;
  /* 1*14px */
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #4a4a4a;
  z-index: 9994;
}

.team-member .member-photo .member-name span {
  position: absolute;
  top: 90%;
  right: 0;
  color: #fff;
  font-size: 0.928rem;
  /* 0.928*14px */
  font-weight: 300;
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.team-member .member-info {
  padding: 15px 6px 12px 6px;
}

.team-member .member-socail {
  text-align: center;
}

.team-member .member-socail a i {
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  background-color: #d2d2d2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.team-member .member-socail a.facebook:hover i {
  background-color: #507cbe;
}

.team-member .member-socail a.twitter:hover i {
  background-color: #63cdf1;
}

.team-member .member-socail a.gplus:hover i {
  background-color: #f16261;
}

.team-member .member-socail a.dribbble:hover i {
  background-color: #e46387;
}

.team-member .member-socail a.linkedin:hover i {
  background-color: #90cadd;
}

.team-member .member-socail a.flickr:hover i {
  background-color: #e474af;
}

.team-member .member-socail a.instagramm:hover i {
  background-color: #4d4f54;
}

.team-member.modern .member-info {
  padding: 14px 0;
}

.team-member.modern .member-photo {
  position: relative;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.team-member.modern .member-photo:after {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9993;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.team-member.modern:hover .member-photo:after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.team-member.modern .progress {
  height: 3px;
  border-width: 2px;
  margin-bottom: 6px;
}

.team-member.modern .progress-label {
  font-size: 0.857;
  /* 0.857*14px */
  line-height: 2em;
  font-weight: 700;
}

.team-member.modern .progress span {
  display: none;
}

.team-member.modern .member-socail {
  margin-top: 15px;
}

.team-member.modern .member-socail a i {
  background-color: transparent;
  color: #4a4a4a;
}

.team-member.modern .member-socail a:hover i {
  color: #fff;
}

/*************** Heading Titles ***************/

.classic-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
}

.classic-title span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-weight: 400;
}

.big-title {
  margin-bottom: 20px;
}

.big-title h1,
.big-title h2 {
  font-size: 1.857rem;
  /* 1.857*14px */
  line-height: 32px;
  font-weight: 300;
}

.big-title h1 strong,
.big-title h2 strong {
  font-weight: 400;
}

.big-title .title-desc {
  font-size: 1.14rem;
  /* 1.14*14px */
  line-height: 22px;
  color: #4a4a4a;
}

.big-title h2+.title-desc,
.big-title h1+.title-desc {
  margin-top: 4px;
}

/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-filter {
  margin-bottom: 30px;
}

.portfolio-filter li {
  display: inline-block;
  margin-right: 2px;
}

.portfolio-filter li a {
  color: #4a4a4a;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-filter li a:hover {
  border-color: #ddd;
}

.portfolio-filter li a.selected,
.portfolio-filter li a.selected:hover {
  color: #fff;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-4 {
  margin-left: 5px;
}

.portfolio-4 .portfolio-item {
  width: 24.99% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 22px;
}

.portfolio-item .portfolio-border {
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-border {
  box-shadow: 0 1px 3px #f8f8f8;
  -o-box-shadow: 0 1px 3px #f8f8f8;
  -moz-box-shadow: 0 1px 3px #f8f8f8;
  -webkit-box-shadow: 0 1px 3px #f8f8f8;
}

.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
  color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  margin-left: -27px;
  margin-top: -19px;
  font-size: 3.428rem;
  /* 3.428*14px */
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
  top: 50%;
  color: #4a4a4a;
}

.portfolio-item .portfolio-details {
  position: relative;
  padding: 9px 12px 6px 12px;
}

.portfolio-item .portfolio-details .like-link {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -9px;
}

.portfolio-item .portfolio-details .like-link i,
.portfolio-item .portfolio-details .like-link span {
  color: #4a4a4a;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details .like-link:hover i,
.portfolio-item .portfolio-details .like-link:hover span {
  color: #f54b5c;
}

.portfolio-item .portfolio-details .like-link i {
  padding-right: 5px;
}

.portfolio-item .portfolio-details h4 {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details a span {
  color: #4a4a4a;
}

.portfolio-item .portfolio-details span:after {
  content: ', ';
  margin-right: 2px;
}

.portfolio-item .portfolio-details span:last-child:after {
  content: '';
}

/*---- Isotope filtering ----*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* Start Campaign Section
==================================================================
*/

.campaign {
  background: #f1f1f1;
  padding: 30px 0;
}

.campaign img {
  max-width: 100%;
}

#portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#portfolio-list li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  margin-left: -1px;
  margin-bottom: -4px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-list li h3 {
  background: #fff;
  bottom: 0;
  font-size: 1.57rem;
  /* 1.57*14px */
  font-weight: 300;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 20px;
  position: absolute;
  text-align: right;
  text-transform: none;
  width: 100%;
  transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
}

@media only screen and (max-width: 550px) {
  #portfolio-list li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 551px) {
  #portfolio-list li {
    width: 49.9%;
  }
}

@media (min-width: 768px) {
  #portfolio-list li {
    width: 33.21%;
  }
}

@media (min-width: 768px) {
  .portfolio-4column #portfolio-list li {
    width: 24.8%;
  }
}

@media (min-width: 768px) {
  .full-width-portfolio #portfolio-list li {
    width: 24.85%;
  }
}

@media (min-width: 768px) {
  .portfolio-2column #portfolio-list li {
    width: 49.9%;
  }
}

#portfolio-list li .header {
  display: none;
  margin: 2% 2% 0%;
  padding: 4% 0;
  font-size: 2.05rem;
  /* 2.05*14px */
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  color: #fff;
}

@media (min-width: 992px) {
  #portfolio-list li .header {
    display: block;
  }
}

#portfolio-list li .body {
  display: none;
  font-size: 1.14rem;
  /* 1.14*14px */
  color: #fff;
}

@media (min-width: 992px) {
  #portfolio-list li .body {
    display: block;
  }
}

#portfolio-list li img {
  width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

#portfolio-list li .portfolio-item-content {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #050f1e;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#portfolio-list li .more {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  display: inline-block;
  content: 'i';
  font-size: 3.571rem;
  /* 3.571*14px */
  font-style: normal;
  font-weight: 100;
  line-height: 76px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #000;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#portfolio-list li:hover h3 {
  color: #ffffff;
  transform: translate3d(0px, 70px, 0px);
  -webkit-transform: translate3d(0px, 70px, 0px);
  -moz-transform: translate3d(0px, 70px, 0px);
  -o-transform: translate3d(0px, 70px, 0px);
  -ms-transform: translate3d(0px, 70px, 0px);
  opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
}

#portfolio-list li:hover>li:before {
  border-color: #2e3444;
  border-width: 14px;
}

#portfolio-list li:hover .portfolio-item-content {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}

#portfolio-list li:hover .more {
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  #portfolio-list li:hover .more {
    top: 60%;
    margin-top: 0;
  }
}

#portfolio-list li:hover .more:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  color: #556270;
  border-color: #fff;
  background: #fff;
}

/*------------------------------------------*/
/*		  07 - Single Project Styles
/*------------------------------------------*/

.project {
  padding-top: 30px;
}

.project-page {
  margin-bottom: 50px;
}

.project-slider {
  position: relative;
}

.project-slider img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.project-slider .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.project-slider:hover .thumb-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.project-slider .thumb-overlay i {
  font-size: 3.428em;
  /* 3.428*14px */
  color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  top: 42%;
  margin-left: -27px;
  margin-top: -19px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.project-slider:hover .thumb-overlay i {
  top: 50%;
  color: #4a4a4a;
}

.project-content h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.project-content h4 span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.project-content p,
.project-content ul {
  margin-bottom: 30px;
}

.project-content ul li {
  margin-bottom: 5px;
}

.recent-projects h4.title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.recent-projects h4.title span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.projects-carousel {
  width: 1150px !important;
}

.projects-carousel .item {
  margin-right: 15px;
  margin-bottom: 0;
}

.full-width-recent-projects .projects-carousel {
  width: 100% !important;
}

.full-width-recent-projects .projects-carousel .item {
  margin: 0;
}

.full-width-recent-projects .portfolio-item .portfolio-border {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
  opacity: 0.65;
  z-index: 9994;
}

.full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
  top: 25%;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
  color: #fff;
  top: 45%;
}

.full-width-recent-projects .portfolio-item .portfolio-details {
  position: absolute;
  bottom: -10px;
  opacity: 0;
  width: 100%;
  z-index: 9995;
  padding: 0 20px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details {
  bottom: 10px;
  opacity: 1;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
  color: rgba(255, 255, 255, 0.9);
}

.full-width-recent-projects .portfolio-item .portfolio-details a span {
  color: rgba(255, 255, 255, 0.8);
}

.full-width-recent-projects .portfolio-item .portfolio-details .like-link i,
.full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
  color: #fff;
}

/*------------------------------------------*/
/*			   08 - Blog Styles
/*------------------------------------------*/

.blog-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.blog-post .post-head {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.blog-post .post-head .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay {
  background-color: rgba(255, 255, 255, 0.4);
}

.blog-post .post-head .thumb-overlay i {
  font-size: 3.428em;
  /* 3.428*14px */
  color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  top: 42%;
  margin-left: -27px;
  margin-top: -19px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.blog-post .post-head:hover .thumb-overlay i {
  color: #4a4a4a;
  top: 50%;
}

.blog-post .post-head img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post .post-content {
  padding-left: 54px;
  position: relative;
}

.blog-post .post-type {
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #4a4a4a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.blog-post .post-type i {
  font-size: 1.371rem;
  /* 1.371*14px */
  color: #fff;
}

.blog-post.quote-post .post-type {
  top: 0;
}

.post-content h2 {
  margin-bottom: 4px;
}

.post-content h2 a {
  color: #4a4a4a;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog-post.quote-post .qoute-box {
  background: #4a4a4a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 20px 25px;
  color: #fff;
  margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box a {
  color: #999;
}

.blog-post.quote-post .qoute-box h2 {
  font-size: 1.285rem;
  /* 1.285*14px */
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box .qoute-author {
  margin-left: 5px;
}

.blog-post.quote-post .qoute-box .qoute-author:before,
.blog-post.quote-post .qoute-box .qoute-author:after {
  content: ' - ';
}

.blog-post .post-slider {
  position: relative;
}

ul.post-meta {
  margin-bottom: 10px;
}

ul.post-meta li {
  display: inline-block;
}

ul.post-meta li:after {
  content: '-';
  margin: 0 8px 0 8px;
}

ul.post-meta li:last-child:after {
  content: '';
  margin: 0;
}

ul.post-meta li,
ul.post-meta li a {
  color: #4a4a4a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.post-content p {
  margin-bottom: 15px;
}

/*Pagination*/
#pagination span,
#pagination a {
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  color: #4a4a4a;
  line-height: 33px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#pagination span.current {
  color: #fff;
}

#pagination a:hover {
  border-color: #ddd;
}

#pagination .all-pages,
#pagination .next-page {
  width: auto;
  padding: 0 14px;
}

/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page,
.blog-post-page {
  padding-top: 5px;
}

.blog-post-page .blog-post {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.blog-post-page ul.post-meta {
  margin-bottom: 12px;
}

.post-content h2 {
  font-weight: 500;
}

.post-bottom {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}

.post-tags-list {
  float: right;
  padding-top: 6px;
}

.post-tags-list a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 0.857rem;
  /* 0.857*14px */
  padding: 2px 8px;
  background: #eee;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.post-tags-list a:hover {
  color: #fff;
}

.post-share {
  float: left;
}

.post-share span {
  margin-right: 4px;
  font-size: 0.928rem;
  /* 0.928rem*14px */
  color: #4a4a4a;
}

.post-share a {
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.post-share a.facebook {
  background-color: #507cbe;
}

.post-share a.facebook:hover {
  background-color: #3e68a8;
}

.post-share a.twitter {
  background-color: #63cdf1;
}

.post-share a.twitter:hover {
  background-color: #36bfed;
}

.post-share a.gplus {
  background-color: #f16261;
}

.post-share a.gplus:hover {
  background-color: #ef4545;
}

.post-share a.linkedin {
  background-color: #90cadd;
}

.post-share a.linkedin:hover {
  background-color: #72bbd3;
}

.post-share a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.14rem;
  /* 1.14*14px */
}

.blog-post .author-info {
  display: block;
  margin-bottom: 10px;
}

.blog-post .author-info .author-image {
  float: left;
}

.blog-post .author-info .author-image img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 4px solid #eee;
}

.blog-post .author-info .author-bio {
  padding-left: 85px;
}

.blog-post .author-info h4 {
  margin-bottom: 4px;
  font-weight: 500;
}

.blog-post .author-info p:last-child {
  margin: 0;
}

#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}

#comments .comments-title {
  font-weight: 500;
  margin-bottom: 20px;
}

#comments .comments-list li .comment-box {
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
}

#comments .comments-list li ul {
  padding-left: 80px;
}

#comments .avatar {
  float: left;
}

#comments .avatar img {
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #e8e8e8;
}

#comments .comment-content {
  padding-left: 72px;
}

#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}

.comment-content .comment-meta span:after {
  content: '-';
  margin: 0 5px;
  font-weight: 100;
  color: #4a4a4a;
}

.comment-content .comment-meta span:last-child:after {
  content: '';
  margin: 0;
}

.comment-content .comment-meta .comment-by {
  font-weight: 600;
  color: #4a4a4a;
}

.comment-content .comment-meta .comment-date {
  color: #4a4a4a;
}

#respond .respond-title {
  font-weight: 500;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/

.sidebar {
  margin-bottom: 30px;
}

.sidebar a {
  color: #4a4a4a;
}

.sidebar .widget {
  overflow: hidden;
  margin-bottom: 50px;
}

.sidebar .widget ul {
  margin: 0;
}

.widget-search input[type='search'] {
  position: relative;
  margin: 0;
  float: left;
  height: 37px;
  line-height: 37px;
  width: calc(100% - 38px);
  border-right: none;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  height: 37px;
  border: none;
  color: #fff;
  font-size: 1.37rem;
  /* 1.37*14px */
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
  background-color: #4a4a4a;
}

.sidebar .widget h4 {
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 1rem;
  /* 1*14px */
  font-weight: 500;
  position: relative;
}

.sidebar .widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0;
}

.widget-categories ul li a {
  padding: 8px 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a {
  padding-top: 0;
}

.widget-categories ul li a:hover {
  padding-left: 8px;
}

.sidebar .widget-popular-posts li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
  float: left;
  margin-right: 8px;
  border: 3px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
  width: 65px;
  height: 65px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
  opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
  font-size: 0.928rem;
  /* 0.928*14px */
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
  color: #bbb;
  font-size: 0.857rem;
  /* 0.857*14px */
}

.sidebar .tagcloud a {
  display: inline-block;
  color: #4a4a4a;
  font-size: 0.857rem;
  /* 0.857*14px */
  padding: 4px 10px;
  background: #eee;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
  background-color: #1c1c1c;
  color: #c3c3c3;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

footer a,
footer span,
footer p {
  color: #c3c3c3;
}

footer a:hover {
  color: #c3c3c3;
  text-decoration: underline;
}

.footer-widget {
  /*margin-bottom: 45px;*/
}

.footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 1rem;
  /* 1*14px */
  font-weight: 700;
  position: relative;
}

.footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #333;
  margin: 0;
}

.social-widget ul.social-icons li {
  display: inline-block;
  margin: 20px 12px;
}

.social-widget ul.social-icons li a i {
  font-size: 1.6rem;
  /* 1.6*14px */
  width: 36px;
  height: 36px;
  color: #c3c3c3;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.social-widget ul.social-icons li a:hover {
  text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
  background-color: #507cbe;
}

.social-widget ul.social-icons li a.twitter:hover i {
  background-color: #63cdf1;
}

.social-widget ul.social-icons li a.google:hover i {
  background-color: #f16261;
}

.social-widget ul.social-icons li a.dribbble:hover i {
  background-color: #e46387;
}

.social-widget ul.social-icons li a.linkdin:hover i {
  background-color: #90cadd;
}

.social-widget ul.social-icons li a.tumblr:hover i {
  background-color: #4d7ea3;
}

.social-widget ul.social-icons li a.flickr:hover i {
  background-color: #e474af;
}

.social-widget ul.social-icons li a.instgram:hover i {
  background-color: #4d4f54;
}

.social-widget ul.social-icons li a.vimeo:hover i {
  background-color: #87d3e0;
}

.social-widget ul.social-icons li a.skype:hover i {
  background-color: #36c4f3;
}

ul.social-icons li a.footSocIcon:hover i {
  background-color: #e46387;
  border-radius: 50%;
}

.contact-widget {
  background: url(../images/map.png) center bottom no-repeat;
}

.contact-widget span {
  font-weight: 700;
}

.contact-widget ul li {
  margin-bottom: 12px;
}

.contact-widget ul li p a {
  color: #bbb;
}

.contact-widget p {
  padding-bottom: 20px;
}

.twitter-widget a:hover {
  color: #43b9cd;
  text-decoration: underline;
}

.twitter-widget ul li {
  margin-bottom: 20px;
}

.twitter-widget ul li span {
  color: #4a4a4a;
}

.flickr-widget ul {
  overflow: hidden;
}

.flickr-widget ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.flickr-widget ul li a {
  display: inline-block;
  width: 80px;
  opacity: 0.6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border: 4px solid #333;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
  width: 100%;
  height: 65px;
}

.flickr-widget ul li a:hover {
  opacity: 1;
}

.mail-subscribe-widget form {
  margin-top: 15px;
  margin-bottom: 20px;
}

.mail-subscribe-widget form input[type='text'] {
  outline: none;
  color: #4a4a4a;
  font-size: 0.857rem;
  /* 0.857*14px */
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
}

.copyright-section {
  padding: 15px 0;
  font-size: 0.785rem;
  /* 0.785*14px */
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright-section p {
  font-size: 0.785rem;
  /* 0.785*14px */
  text-transform: uppercase;
}

ul.footer-nav {
  float: right;
}

ul.footer-nav li {
  display: inline-block;
  float: left;
  margin-left: 15px;
}

ul.footer-nav li:first-child {
  margin-left: 0;
}

ul.footer-nav li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
  color: #fff;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #4a4a4a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*------------------------------------------*/
/*			 12 - Plugins Styles
/*------------------------------------------*/

/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #4a4a4a;
  background: rgba(0, 0, 0, 0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../images/lightbox/loading.gif) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../images/lightbox/prev.png);
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../images/lightbox/next.png);
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../images/lightbox/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../images/lightbox/loading@2x.gif);
    background-size: 32px 32px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/lightbox/prev@2x.png);
    background-size: 48px 48px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/lightbox/next@2x.png);
    background-size: 48px 48px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../images/lightbox/close@2x.png);
    background-size: 16px 16px;
  }
}

/* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* use owl carousel for homepage banner */
.homepage-banner-container.banner-mobile img.homepage-banner-item,
img.homepage-banner-item {
  width: 100%;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/icons/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
* 	Owl Carousel Owl Theme 
*/

.owl-theme .owl-controls {
  text-align: center;
}

/* Styling Next and Prev buttons */

.touch-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  zoom: 1;
  padding: 0 1px;
  *display: inline;
  /*IE7 life-saver */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  /*background: #4A4A4A;*/
  filter: Alpha(Opacity=60);
  /*IE7 fix*/
  opacity: 0.6;
  margin-top: -30px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.touch-slider:hover .owl-controls .owl-buttons div {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
  left: -60px;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
  right: -60px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}

.touch-slider .owl-controls .owl-buttons div i {
  font-size: 2.057em;
  color: #000;
}

.touch-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: -50px;
  right: 2px;
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
  right: 12px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons {
  position: relative;
  top: 0;
  right: 0;
}

.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
  top: -8px;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
  background-color: #f2f2f2;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
  color: #4a4a4a;
}

.touch-carousel.navigation-3 {
  padding-top: 45px;
}

.touch-carousel.navigation-3.clients-carousel {
  padding-top: 25px;
}

.touch-carousel.navigation-3 .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.touch-carousel.navigation-2 .owl-controls .owl-buttons div,
.touch-carousel.navigation-3 .owl-controls .owl-buttons div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
  right: 9px;
}

.touch-carousel .owl-controls .owl-buttons div,
.testimonials-carousel .owl-controls .owl-buttons div {
  height: 22px;
  width: 22px;
  line-height: 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-left: 4px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 1px solid #ccc;
}

.touch-carousel .owl-controls .owl-buttons div i,
.testimonials-carousel .owl-controls .owl-buttons div i {
  font-size: 1.37rem;
  /* 1.37*14px */
  color: #ccc;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.testimonials-carousel .owl-controls .owl-buttons div i {
  color: #fff;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
  color: #fff;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Styling Pagination*/

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  text-align: right;
  padding-right: 30px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px 6px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*border: 3px solid #4A4A4A;*/
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: #959595;
}

.touch-slider:hover .owl-controls .owl-page span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  /*border-color: #0A95D8;*/
  background-color: #eee;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.857rem;
  /* 0.857*14px */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #4a4a4a;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

#progressBar {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/icons/ajaxloader.gif) no-repeat center center;
}

/******* Style Switcher *******/
.switcher-box {
  width: 212px;
  position: fixed;
  left: -212px;
  top: 160px;
  text-align: center;
  z-index: 99999999;
  background-color: #fff;
  border-radius: 0 0 2px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.switcher-box a {
  cursor: pointer;
}

.switcher-box h4 {
  display: block;
  height: 40px;
  line-height: 42px;
  font-size: 1rem;
  /* 1*14px */
  font-weight: 700;
  color: #fff;
  background-color: #333;
  margin-bottom: 10px;
}

.switcher-box span {
  display: block;
  padding: 5px 20px;
  text-align: left;
}

.switcher-box .colors-list {
  padding: 0 18px 0 18px;
  margin-bottom: 8px;
  line-height: 20px;
}

.switcher-box .colors-list li {
  display: inline-block;
  margin-right: 2px;
}

.switcher-box .colors-list li a {
  display: block;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.switcher-box .colors-list li a.blue {
  background-color: #0a9fd8;
}

.switcher-box .colors-list li a.cyan {
  background-color: #27bebe;
}

.switcher-box .colors-list li a.jade {
  background-color: #0bb586;
}

.switcher-box .colors-list li a.red {
  background-color: #ee3733;
}

.switcher-box .colors-list li a.peach {
  background-color: #f49237;
}

.switcher-box .colors-list li a.sky-blue {
  background-color: #38cbcb;
}

.switcher-box .colors-list li a.yellow {
  background-color: #f8ba01;
}

.switcher-box .colors-list li a.green {
  background-color: #94c523;
}

.switcher-box .colors-list li a.orange {
  background-color: #f36510;
}

.switcher-box .colors-list li a.pink {
  background-color: #f1505b;
}

.switcher-box .colors-list li a.purple {
  background-color: #6a3da3;
}

.switcher-box .colors-list li a.beige {
  background-color: #fdb655;
}

.switcher-box .layout-style,
.switcher-box .topbar-style {
  width: 172px;
  padding: 6px 9px;
  outline: none;
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 4px 6px;
  color: #4a4a4a;
  cursor: pointer;
  border-radius: 2px;
  font-size: 0.857rem;
  /* 0.857*14px */
  margin: 0 0 12px 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.switcher-box .bg-list {
  padding: 0 18px 0 18px;
  margin-bottom: 18px;
}

.switcher-box .bg-list li {
  display: inline-block;
  margin-right: 2px;
}

.switcher-box .bg-list li a {
  display: block;
  width: 20px;
  height: 20px;
}

.switcher-box .bg-list li a.bg1 {
  background: url(../images/patterns/1.png) repeat;
}

.switcher-box .bg-list li a.bg2 {
  background: url(../images/patterns/2.png) repeat;
}

.switcher-box .bg-list li a.bg3 {
  background: url(../images/patterns/3.png) repeat;
}

.switcher-box .bg-list li a.bg4 {
  background: url(../images/patterns/4.png) repeat;
}

.switcher-box .bg-list li a.bg5 {
  background: url(../images/patterns/5.png) repeat;
}

.switcher-box .bg-list li a.bg6 {
  background: url(../images/patterns/6.png) repeat;
}

.switcher-box .bg-list li a.bg7 {
  background: url(../images/patterns/7.png) repeat;
}

.switcher-box .bg-list li a.bg8 {
  background: url(../images/patterns/8.png) repeat;
}

.switcher-box .bg-list li a.bg9 {
  background: url(../images/patterns/9.png) repeat;
}

.switcher-box .bg-list li a.bg10 {
  background: url(../images/patterns/10.png) repeat;
}

.switcher-box .bg-list li a.bg11 {
  background: url(../images/patterns/11.png) repeat;
}

.switcher-box .bg-list li a.bg12 {
  background: url(../images/patterns/12.png) repeat;
}

.switcher-box .bg-list li a.bg13 {
  background: url(../images/patterns/13.png) repeat;
}

.switcher-box .bg-list li a.bg14 {
  background: url(../images/patterns/14.png) repeat;
}

.switcher-box .open-switcher {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 2px 2px 0;
  background: #4a4a4a center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.switcher-box .open-switcher:hover {
  background: url(../images/icons/switcher.png) #4a4a4a center no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.switcher-box .open-switcher i {
  text-align: center;
  padding-top: 7px;
}

.iframe {
  border: none;
}

.services-2 {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.services-2-icon {
  display: inline-block;
  width: 100%;
  display: table;
}

.services-2-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 1.857rem;
  /* 1.857*14px */
  background: #e93735;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-2:hover .services-2-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.services-2-text {
  margin-left: 75px;
  overflow: hidden;
}

.services-2-icon h4 {
  color: #404449;
  font-size: 1.14rem;
  /* 1.14*14px */
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  text-align: left;
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
}

.services-2 p {
  color: #acb2b8;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

/* progress bar */

.skill p {
  margin-bottom: 7px;
}

.progress {
  overflow: visible;
  height: 18px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 0.857rem;
  /* 0.857*14px */
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative;
}

.progress-bar-span {
  opacity: 1;
  position: absolute;
  top: -5px;
  background: #acb2b8;
  padding: 3px 10px;
  color: #fff;
  border-radius: 0px;
  right: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.skill:hover .progress-bar-span {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Counter */

.counter-item {
  position: relative;
  text-align: center;
}

.counter-item h5 {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.counter-item i {
  font-size: 2.857rem;
  /* 2.857*14px */
}

.timer {
  font-size: 3.428rem;
  /* 3.428*14px */
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}

.parallax {
  width: 100%;
  padding: 0;
  margin: 0;
  background-position: 50% 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.parallax-text-container-1 .parallax-text-item {
  padding: 120px 0px;
  text-align: center;
}

.parallax-mobile {
  background-position: 50% 0px !important;
  background-attachment: scroll !important;
}

.services-3 {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.services-3-icon {
  display: inline-block;
  width: 100%;
  display: table;
}

.services-3-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 1.857rem;
  /* 1.857*14px */
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services-3:hover .services-3-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.services-3-text {
  margin-right: 75px;
  overflow: hidden;
}

.services-3-icon h4 {
  color: #404449;
  font-size: 1.14rem;
  /* 1.14*14px */
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  text-align: right;
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
}

.services-3 p {
  color: #acb2b8;
  margin: 0px 0px 0px 0px;
  text-align: right;
}

.purchase {
  background: url(../images/parallax/bg-01.jpg) no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
}

.navbar-collapse {
  max-height: 340px;
  padding: 0;
}

/**********************
ã€€    Checkbox
**********************/
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height: 17px;
  font-size: 1rem;
}

.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type='checkbox'] {
  opacity: 0;
}

.checkbox input[type='checkbox']:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type='checkbox']:checked+label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
}

.checkbox input[type='checkbox']:disabled+label {
  opacity: 0.65;
}

.checkbox input[type='checkbox']:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

/**********************
ã€€Back to top
**********************/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4a4a4a;
  border: solid 1px #4a4a4a;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.back-to-top i {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -o-border-radius: 38px;
  text-align: center;
  background-color: #feb644;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.back-to-top:active,
a.back-to-top:focus {
  color: #b02139;
  border: solid 1px #b02139;
  opacity: 1;
}

a.back-to-top:hover {
  color: #fff;
  background-color: #b02139;
  border: solid 1px #b02139;
}

/**********************
ã€€Cross fading images
**********************/
#cf {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#cf img {
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

#cf img.top {
  position: absolute;
  top: 0px;
}

#cf img.top:hover {
  opacity: 0;
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#cf img.top {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-direction: alternate;
}

/*********************************
        Auctions
**********************************/
.headImag {
  margin-bottom: 20px;
  position: relative;
}

.headImag .h1 {
  text-align: center;
  margin-top: 70px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.headImag .small {
  text-align: center;
  font-size: 1.285rem;
  /* 1.285*14px */
  letter-spacing: 0.05em;
}

.auctList,
.acContent {
  padding: 40px 0px;
}

.auctOut {
  padding: 0px 16px;
}

.colorBox {
  padding: 30px;
  width: 360px;
  vertical-align: top;
}

.imageBox {
  width: 780px;
}

.colorBox,
.imageBox {
  height: 360px;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}

.slideshowBox {
  height: 360px;
  /*width: 750px;*/
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .slideshowBox {
    height: 300px;
    width: 600px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .slideshowBox {
    width: auto;
    height: auto;
    margin-left: -2px;
    margin-right: 2px;
  }
}

.slideshowBox .item img {}

@media (max-width: 991px) {
  .slideshowBox .item img {
    height: auto;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .auctOut {
    padding: 0px;
  }

  .colorBox {
    width: 300px;
  }

  .imageBox {
    width: 640px;
  }

  .imageBox img {
    height: 100%;
  }

  .colorBox,
  .imageBox {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .headImag .h1 {
    font-size: 2.3rem;
  }

  .auctOut {
    margin-bottom: 15px;
  }

  .colorBox {
    width: 100%;
  }

  .imageBox {
    width: 100%;
  }

  .colorBox,
  .imageBox {
    height: auto;
  }
}

@media (max-width: 767px) {
  .headImag .h1 {
    margin-top: 40px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .headImag .h1 {
    margin-top: 20px;
    font-size: 1.6rem;
  }

  .auctList,
  .acContent {
    padding: 0 0 20px 0;
  }
}

.auSubtitle,
.auTheme,
.auTime,
.colorBoxBu {
  text-align: center;
}

.auSubtitle {
  font-size: 1rem;
  /* 1*14px */
  line-height: 18px;
  height: 50px;
}

.auTheme {
  width: 90%;
  font-size: 2rem;
  line-height: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.auTime {
  width: 90%;
  margin: 20px auto;
}

.colorBox hr {
  width: 60px;
  margin: 10px auto 20px auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .auTheme {
    font-size: 1.857rem;
    /* 1.857*14px */
    line-height: 30px;
  }

  .colorBox hr {
    margin: 5px auto 10px auto;
  }
}

@media (max-width: 480px) {
  .auTheme {
    font-size: 1.857rem;
    /* 1.857*14px */
  }

  .colorBox hr {
    margin: 5px auto 10px auto;
  }
}

.colorBoxBu {}

.colorBoxBu .btn {
  padding: 1px 15px;
  font-size: 0.857rem;
  /* 0.857*14px */
  letter-spacing: 0.05em;
  border-radius: 0px;
}

.colorBoxBu a.btn:hover {
  opacity: 0.7;
}

.auctInfoBu {
  margin-top: 40px;
  margin-bottom: 40px;
}

.auctInfoBu .btn {
  padding: 8px 25px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 5px;
}

.auctPosition {
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.auctPosition h5 {
  font-size: 1.3rem;
  color: #747474;
  padding-bottom: 15px;
  font-weight: 500;
}

.auctPosition p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #999;
}

@media (max-width: 767px) {
  .auctPosition {
    margin-bottom: 0px;
  }

  .auctPosition h5 {
    font-size: 1rem;
    padding-bottom: 5px;
  }

  .auctPosition p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .auctPosition {
    display: none;
  }
}

/*******  æ‹è³£æœƒæ‹å“  *******/
.auLotListTit {
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
}

.auLotListTit p {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #929292;
  letter-spacing: 0.05rem;
}

/*===============================
      HightLing 
===============================*/
.heighList .owl-buttons {
  display: none;
}

.scroll_tabs_theme_light div.scroll_tab_inner span a {
  color: #4a4a4a;
  text-transform: uppercase;
}

.scroll_tabs_theme_light div.scroll_tab_inner span a:hover,
.scroll_tabs_theme_light div.scroll_tab_inner span a:focus {
  color: #b02139;
  opacity: 0.7;
}

.scroll_tabs_theme_light div.scroll_tab_inner span a.active {
  color: #b02139;
}

.HLauItemList {
  margin-top: 30px;
  margin-bottom: 40px;
}

.HL.colorBox {
  height: 336px;
  position: relative;
}

.HL .auTheme,
.HL .auTime {
  position: absolute;
  width: 80%;
  left: 10%;
}

.HL .auTheme {
  top: 30%;
}

.HL .auTime {
  bottom: 10px;
}

@media (max-width: 1199px) {
  .HL.colorBox {
    height: 277px;
  }
}

@media (max-width: 991px) {

  .HL .auTheme,
  .HL .auTime {
    position: unset;
    position: unset;
    text-align: left;
    padding: 0px;
    width: 100%;
  }

  .HL.colorBox {
    height: auto;
    padding: 20px 0px;
    background: none !important;
    color: #404040;
  }
}

@media (max-width: 767px) {
  .HL.colorBox {
    padding: 10px 0px;
  }

  .HL .auTheme {
    font-size: 2.285rem;
    /* 2.285*14px */
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .HL .auTheme {
    font-size: 1.71rem;
    /* 1.71*14px */
    line-height: 30px;
  }
}

.auItemOut {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.auItemImg {
  /*border: solid 1px #f6f6f6;*/
  text-align: center;
  /*box-shadow: 0px 0px 3px rgba(64, 64, 64, 0.3);*/
}

.auItemWork,
.auItemArt,
.auItemDep {
  width: 100%;
  letter-spacing: 0.03em;
  margin: 0.1em 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.auItemWork,
.auItemArt {
  font-weight: 500;
}

.auItemWork {
  -webkit-line-clamp: 1;
  line-height: 15px;
  height: 16px;
}

.lotsInsideDep .auItemWork {
  height: auto;
}

.auItemArt {
  -webkit-line-clamp: 1;
  line-height: 18px;
  /* max-height: 18px; */
  font-size: 0.95rem;
  line-height: 1.8;
}

.sResultTxt .auItemWork span {
  color: #000;
}

.auItemWork a,
.auItemArt a {
  color: #4a4a4a;
}

.auItemWork a:hover,
.auItemArt a:hover {
  color: #b02139;
}

.auItemDep {
  font-size: 0.928rem;
  /* 0.928*14px */
  line-height: 15px;
  -webkit-line-clamp: 2;
  height: 30px;
}

.auItemName {
  height: 80px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .auItemName {
    text-align: center;
  }
}

.warinigWine {
  background-color: #929292;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 10px;
  font-size: 1.71rem;
  /* 1.71*14px */
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .warinigWine {
    font-size: 1.4rem;
  }
}

/*========================
          Result
==========================*/
.scrollDiv {
  width: 50%;
  height: 100px;
  overflow: auto;
  visibility: hidden;
  text-align: center;
  margin: 20px auto 50px auto;
}

.scroll-content,
.scrollDiv:hover {
  visibility: visible;
}

.scroll_delayed {
  transition: visibility 0.1s;
}

.scroll_delayed:hover {
  transition: visibility 0s 0.1s;
}

.scroll-content ul li {
  text-transform: uppercase;
}

.scroll-content ul li a {
  color: #4a4a4a;
}

.scroll-content ul li a:hover,
.scroll-content ul li a:focus {
  color: #000;
  opacity: 0.5;
}

.scroll-content ul li a.active {
  color: #000;
  font-size: 1.285rem;
  /* 1.285*14px */
  border-bottom: solid 1px;
}

.bookOut {
  margin-bottom: 40px;
}

.bookImg {
  margin-bottom: 10px;
}

.bookImg img {
  /* box-shadow: -10px 3px 20px -6px rgba(0, 0, 0, .8); */
  box-shadow: -30px 0px 30px -10px rgba(0, 0, 0, 0.5);
  min-width: 150px;
  width: 150px;
  height: 195px;
}

.bookImg a img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s;
  box-shadow: -5px 3px 20px -6px rgba(0, 0, 0, 0.8);
}

.bookTxt {
  height: 52px;
}

.bookEvent {
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 15px;
}

.bookDw a {
  line-height: 18px;
  font-size: 0.928rem;
  text-decoration: none;
  color: #4a4a4a;
}

@media (max-width: 767px) {
  .scrollDiv {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .scroll-content ul li a {
    font-size: 0.928rem;
    /* 0.928*14px */
  }

  .scroll-content ul li a.active {
    font-size: 1.07rem;
    /* 1.07*14px */
  }

  .bookEvent {
    font-size: 0.857rem;
    /* 0.857*14px */
  }
}

/*=============================
        Bid Form
=============================*/
.bidFormOut {
  border: solid 1px #c9c9c9;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.bidFormOut .h4 {
  border-bottom: solid 1px #231815;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.bidFormOut .row {
  margin-bottom: 10px;
}

.bidFormOut .form-group .control-label {
  line-height: 34px;
  font-size: 1.07rem;
  /* 1.07*14px */
  padding: 0px;
}

.bidFormOut .form-group input,
.addLotsForm td input,
.addLotsForm td .input-group-addon {
  background-color: #efefef;
  border: none;
  box-shadow: none;
}

.bidFormOut .form-group div {
  padding: 0px;
}

table.addLotsForm {
  min-width: 500px;
}

.addLotsForm .delrowbu {
  text-align: center;
  color: #b02139;
  vertical-align: middle;
}

.addLotsForm .addrowbu {
  text-align: center;
  color: #468847;
  vertical-align: middle;
}

.bidFormSendGroup {
  text-align: right;
}

.bidFormSendGroup a {
  color: #000;
}

.bidFormSendGroup a:hover {
  color: #929292;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s;
}

@media (max-width: 991px) {
  .bidFormOut .form-group .control-label {
    line-height: 18px;
  }

  .bidFormOut .form-group {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .bidFormSendGroup .form-inline {
    text-align: left;
  }

  .bidFormSendGroup .form-inline input {
    margin-bottom: 5px;
  }
}

/*===========================
        Catalogues
===========================*/
.cataTxt {
  text-align: center;
}

.cataTxt p {
  font-size: 1.14rem;
  /* 1.14*14px */
  letter-spacing: 0.05em;
}

.eCataList {
  margin-top: 50px;
}

.cataImg {
  margin-bottom: 20px;
}

.cataImg img {
  box-shadow: -40px 0px 30px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.cataImg:hover img {
  box-shadow: -30px 0px 20px -15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s;
}

.cataOut {
  margin-bottom: 40px;
  text-align: center;
}

.cataAu,
.cataName {
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: normal;
}

.cataAu {
  font-size: 0.928rem;
  /* 0.928*14px */
}

.cataName {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 480px) {
  .cataImg img {
    width: 70%;
  }
}

/*=========================
         Artist
==========================*/
.seleSort {
  text-align: center;
  margin-top: 20px;
}

.seleSort select {
  text-transform: uppercase;
}

#custom-search-input {
  margin: 0;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 10px;
  padding-right: 9px \9;
  padding-left: 10px;
  padding-left: 9px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: #fff;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #929292;
}

.search-query:focus+button {
  z-index: 3;
}

.artistIndex {
  margin: 30px auto;
}

.indexTit {
  background-image: url(../images/bg_indexTit.png);
  background-repeat: repeat-x;
  background-position: left 15px;
  width: 100%;
  height: 30px;
  margin-top: 30px;
}

.indexTit span {
  font-size: 2.14rem;
  /* 2.14*14px */
  line-height: 30px;
  background-color: #fff;
  padding-right: 20px;
  color: #000;
}

.artistIndex ul {
  padding-left: 30px;
}

.artistIndex ul li {
  line-height: 28px;
}

.artistIndex ul li a {
  color: #000;
}

.artistIndex ul li a:hover {
  color: #929292;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .indexTit {
    background-position: left bottom;
    height: 36px;
  }

  .artistIndex ul {
    padding-left: 0px;
    margin-top: 15px;
  }
}

.artistBan {
  margin-top: 50px;
  position: relative;
}

.artistBan img {
  width: 100%;
}

.artistBanTxt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.artistBanName,
.artistBanCountry {
  text-align: center;
}

.artistBanName {
  font-size: 3.57rem;
  /* 3.57*14px */
  margin-top: 40px !important;
}

.artistBanCountry {
  font-size: 1.14rem;
  /* 1.14*14px */
  margin-top: 30px;
  /* fix-20180709 */
}

@media (max-width: 1199px) {
  .artistBan {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .artistBanName {
    font-size: 2.857rem;
    /* 2.857*14px */
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .artistBan {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .artistBan {
    margin-top: 0px;
  }

  .artistBanName {
    font-size: 2rem;
    margin-top: 28px;
    /* 1.14*14px */
  }

  .artistBanCountry {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .artistBan img {
    height: 100px;
  }
}

.backPageArtist {
  background-color: #808080;
  position: absolute;
  top: 0px;
  text-align: right;
  font-size: 1.71rem;
  /* 1.71*14px */
  color: #fff;
  padding: 5px 10px 30px 30px;
  cursor: pointer;
}

a.backPageArtist:hover {
  color: #fff;
  opacity: 0.8;
}

.artWorkList {
  margin-top: 20px;
}

.artWorkOut {
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
  padding: 30px 0px;
}

.artWorkImg {
  text-align: center;
}

.artWorkImg img {
  max-width: 250px;
}

.artWorkTxt {}

.artWorkAu,
.artWorkName {
  color: #000;
  font-size: 1.428rem;
  /* 1.428*14px */
}

.artWorkAu {
  text-transform: uppercase;
}

.artWorkName {}

.artWorkDep {
  margin-top: 20px;
  margin-bottom: 30px;
}

.artWorkDep p {
  line-height: 16px;
}

.artWorkPrice .row div.col-md-6 {
  padding: 0px 0px 10px 0px;
}

@media (max-width: 767px) {
  .artWorkTxt {
    margin-top: 20px;
    text-align: center;
  }

  .backPageArtist {
    padding: 5px 5px 20px 20px;
  }
}

.noBoarder {
  border: none !important;
}

/*===========================
        RAVENEL LOTS
============================*/
.lotsBigTit {
  margin-top: 50px;
  font-size: 2.14rem;
  /* 2.14*14px */
}

@media (max-width: 767px) {
  .lotsBigTit {
    margin-top: 30px;
  }
}

.scroll_tabs_theme_light.LotsSort div.scroll_tab_inner {}

.scroll_tabs_theme_light.LotsSort {
  margin-top: 10px;
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
}

.scroll_tabs_theme_light.LotsSort .scroll_tab_left_button,
.scroll_tabs_theme_light.LotsSort .scroll_tab_right_button {
  height: 41px;
}

#lotsItem {
  margin-top: 20px;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
  /*background: #428bca;*/
}

.item.list-group-item .list-group-image {
  margin: 0px;
}

#lotsItem .thumbnail {
  background: none;
  border: none;
}

#lotsItem .grid-group-item .thumbnail {
  margin-bottom: 0;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-flex;
  width: 100%;
  overflow-y: hidden;
}

.grid-group-item .thumbnail .caption {
  padding: 0px;
}

.grid-group-item .auItemImg {
  margin-bottom: 8px;
}

.item.list-group-item .caption {
  padding: 0px 10px 0px 20px !important;
  width: 70%;
}

.item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}

.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: ' ';
}

.item.list-group-item img {
  float: left;
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
}

.grid-group-item .caption {}

#lotsItem .grid-group-item .artWorkPrice,
#lotsItem .grid-group-item .artWorkAu,
#lotsItem .grid-group-item .artWorkNo,
#lotsItem .grid-group-item .auItemArtNat,
#lotsItem .grid-group-item .artWorkDep,
#lotsItem .grid-group-item.list-group-item .auItemDep {
  display: none !important;
}

#lotsItem .grid-group-item.list-group-item .artWorkPrice,
#lotsItem .grid-group-item.list-group-item .artWorkAu,
#lotsItem .grid-group-item.list-group-item .artWorkNo,
#lotsItem .grid-group-item.list-group-item .auItemArtNat,
#lotsItem .grid-group-item.list-group-item .artWorkDep,
#lotsItem .grid-group-item .auItemDep {
  display: block !important;
}

#lotsItem .grid-group-item .artWorkTxt {
  width: 100%;
  padding: 0px;
  height: 70px;
}

#lotsItem .grid-group-item.list-group-item .artWorkTxt {
  width: 46% !important;
}

#lotsItem .grid-group-item.list-group-item .auItemImg {
  width: 30%;
  margin-bottom: 8px;
}

#lotsItem .grid-group-item.list-group-item .auItemImg img {
  width: 70% !important;
  margin-left: 15%;
}

#lotsItem .item.list-group-item:nth-of-type(odd) .auItemImg,
#lotsItem .item.list-group-item .auItemImg {
  /*background: #428bca;*/
  width: 30%;
}

@media screen and (max-width:768px){
  #lotsItem .grid-group-item.list-group-item .auItemImg img {
    width: 100% !important;
    margin-left: 15%;
  }
  
  #lotsItem .item.list-group-item:nth-of-type(odd) .auItemImg,
  #lotsItem .item.list-group-item .auItemImg {
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  
}

#lotsItem .grid-group-item.list-group-item .artWorkAu {
  font-size: 1.14rem;
  /* 1.14*14px */
  padding-bottom: 5px;
}

#lotsItem .grid-group-item.list-group-item .artWorkNo {
  font-size: 1.14rem;
  /* 1.14*14px */
}

#lotsItem .grid-group-item.list-group-item .auItemArt {
  font-size: 1.285rem;
  /* 1.285*14px */
  padding-top: 0px;
  font-weight: 500;
  letter-spacing: 0em;
}

#lotsItem .grid-group-item.list-group-item .auItemArtNat {
  font-size: 1rem;
  /* 1*14px */
}

#lotsItem .grid-group-item.list-group-item .auItemWork {
  font-size: 1.428rem;
  /* 1.428*14px */
  line-height: 24px;
  margin-top: 20px;
}

#lotsItem .grid-group-item.list-group-item .auItemArt,
#lotsItem .grid-group-item.list-group-item .auItemWork {
  -webkit-line-clamp: inherit;
}

#lotsItem .grid-group-item.list-group-item .auItemDep {}

#lotsItem .grid-group-item.list-group-item .artWorkDep {}

#lotsItem .grid-group-item.list-group-item .artWorkPrice {
  border-top: solid 1px rgba(35, 24, 21, 0.2);
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
  padding: 15px 0px;
  margin: 5px 0px;
}

#lotsItem .grid-group-item.list-group-item {
  border: none;
}

@media (max-width: 991px) {
  #lotsItem .grid-group-item.list-group-item .artWorkTxt {
    width: 100% !important;
  }

  #lotsItem .grid-group-item.list-group-item .artWorkPrice {
    width: 100% !important;
  }

  #lotsItem .grid-group-item.list-group-item .artWorkPrice .col-md-12 {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  #lotsItem .grid-group-item.item.list-group-item .thumbnail {
    display: inline-grid;
  }

  #lotsItem .grid-group-item.list-group-item .auItemImg {
    margin: 5px auto;
  }

  #lotsItem .grid-group-item.list-group-item .auItemImg img {
    width: 100%;
    margin-left: 0px;
  }

  #lotsItem .grid-group-item.list-group-item .thumbnail .caption {
    width: 100%;
  }

  #lotsItem .grid-group-item.list-group-item .artWorkPrice {
    text-align: center;
  }

  #lotsItem .grid-group-item .artWorkTxt {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {

  #lotsItem .grid-group-item.list-group-item .artWorkAu,
  #lotsItem .grid-group-item.list-group-item .artWorkNo,
  #lotsItem .grid-group-item.list-group-item .auItemArtNat,
  #lotsItem .grid-group-item.list-group-item .artWorkDep p {
    font-size: 0.857rem;
    /* 0.857*14px */
  }

  #lotsItem .grid-group-item.list-group-item .auItemArt {
    font-size: 1rem;
    /* 1*14px */
    padding-top: 10px;
    line-height: 14px;
  }

  #lotsItem .grid-group-item.list-group-item .auItemWork {
    font-size: 1.14rem;
    /* 1.14*14px */
    line-height: 18px;
    margin-top: 10px;
  }

  #lotsItem .grid-group-item.list-group-item .artWorkDep {
    margin-top: 10px;
  }
}

#lotsItem .grid-group-item .auItemImg:hover,
#lotsItem .grid-group-item.list-group-item .auItemImg:hover {
  transform: scale(1.03);
  transition: 1s;
}

.seleSort.lotsSeleSort,
.lotPriceRang {
  display: inline;
}

.lotPriceRang {
  float: right;
  line-height: 35px;
}

.lotPriceRang b {
  margin: 0 10px;
}

.lotPriceRang .slider.slider-horizontal {
  /*width: 300px !important;*/
}

.lotPriceRang .input-group-addon {
  background: none;
  border: none;
}

@media (max-width: 991px) {
  .lotPriceRang {
    display: block;
    width: 100%;
    margin: 10px auto;
    float: inherit;
  }

  .lotPriceRang .slider.slider-horizontal {
    width: 580px !important;
  }
}

@media (max-width: 767px) {
  .seleSort.form-inline .form-group {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lotPriceRang .input-group {
    margin-top: -10px;
  }
}

/*===========================
            æ‹å“å…§é 
============================*/
.lotsInsideOut {
  margin-top: 50px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
}

.lotsInsideOut .carousel-inner .item {
  height: 400px;
  width: 635px;
  overflow: hidden;
}

.lotsInsideOut .carousel-inner>.item>img,
.lotsInsideOut .carousel-inner>.item>a>img {
  /*width: 90%;*/
  margin: auto;
  /*position:relative;*/
  /*top:50%;*/
  max-height: 100%;
  /*transform: translateY(-50%);*/
}

.lotsInsideOut .carousel-inner>.item {
  text-align: center;
}

.lotsInsideOut .carousel-inner>.item>a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.lotsInsideOut .carousel-inner>.item>a>img {
  display: inline-block;
  vertical-align: middle;
  top: 0;
}

.lotsInsideOut .hide-bullets {
  margin-top: 10px;
}

.lotsInsideOut .thumbnail {
  width: 100px;
  height: 100px;
}

.lotsInsideOut .thumbnail img {
  max-height: 92px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.lotsInsideOut ul.hide-bullets li {
  padding: 0px;
}

.lotsInsideOut .carousel-control.left,
.lotsInsideOut .carousel-control.right {
  background: none;
  top: 50%;
  margin-top: -20px;
}

.enlarge {
  text-align: center;
  margin: 10px auto;
}

.enlarge a {
  color: #4a4a4a;
  font-size: 1rem;
  /* 1*14px */
  text-transform: uppercase;
}

.enlarge a:hover,
.enlarge a:focus {
  color: #b02139;
}

.lotsInsideDep .artWorkNo {
  margin-bottom: 15px;
  font-size: 2rem;
  /* 2*14px */
  line-height: 2rem;
}

.lotsInsideDep .auItemArt,
.lotsInsideDep .auItemArtNat {
  font-size: 1.14rem;
  /* 1.14*14px */
  text-transform: uppercase;
}

.lotsInsideDep .auItemArtNat {}

.lotsInsideDep .auItemWork {
  line-height: 38px;
  margin: 15px 0px;
  font-size: 2rem;
  /* 2*14px */
}

.lotsInsideDep .auItemArt,
.lotsInsideDep .auItemWork {
  -webkit-line-clamp: inherit;
}

.lotsInsideDep .artWorkDep {}

.lotsInsideDep .artWorkPrice {
  font-size: 1rem;
  /* 1*14px */
  margin-left: -15px;
}

.lotsInsideDep .artWorkPrice ul li {
  text-transform: uppercase;
  text-decoration: underline;
}

.lotsInsideBugroup {
  margin-top: 30px;
}

.lotsInsideBugroup .btn-gray {
  background-color: #929292;
  border-color: #929292;
  padding: 3px 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.lotsInsideBugroup .form-inline a {
  font-size: 1rem;
  /* 1*14px */
  color: #000;
  margin-right: 10px;
}

.lotsInsideBugroup .form-inline a:hover,
.lotsInsideBugroup .form-inline a:focus,
.lotsInsideBugroup .form-inline a:hover i,
.lotsInsideBugroup .form-inline a:focus i {
  color: #b02139;
}

.lotsInsideBugroup .form-inline a i {
  color: #333;
}

.lotsInsideBugroup a.active,
.lotsInsideBugroup a.active i {
  color: #b02139;
}

@media (max-width: 991px) {
  .lotsInsideDep {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .lotsInsideOut .carousel-inner .item {
    width: auto;
    height: auto;
  }
}

@media (max-width: 480px) {

  .lotsInsideDep .artWorkNo,
  .lotsInsideDep .auItemWork {
    font-size: 1.71rem;
    /* 1.71*14px */
    line-height: 28px;
  }

  .lotsInsideDep .artWorkNo {
    margin-bottom: 8px;
  }

  .lotsInsideDep .auItemArt,
  .lotsInsideDep .auItemArtNat {
    font-size: 1rem;
    /* 1*14px */
  }

  .lotsInsideDep .auItemWork {
    margin: 8px 0px;
  }
}

@media print {
  .printableArea .hidden-print {
    visibility: hidden;
    display: none;
  }

  .printableArea .carousel-indicators {
    display: none;
  }

  .printableArea .item {
    display: block;
  }

  .printableArea .item {
    page-break-after: always;
  }

  .lotsInsideBugroup {
    display: none;
  }
}

/*===========================
  æ­·å¹´ç›®éŒ„ Ravenel Catalogues
===========================*/

/***** åˆ†é  ******/
.pagination>li>a,
.pagination>li>span {
  border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: none;
  border: none;
  color: #b02139;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: rgba(173, 33, 57, 0.5);
  background: none;
  border: none;
}

.pagination>li>a,
.pagination>li>span {
  color: #929292;
}

/*===========================
   How to Buy & Sell
===========================*/
.HowTerm {
  text-align: center;
  margin-top: 15px;
}

.HowTerm ul li {
  padding: 0px 15px;
  font-size: 1.285rem;
  /* 1.285*14px */
}

.HowTerm ul li a {
  color: #b02139;
}

.HowTerm ul li a:hover,
.HowTerm ul li a:focus {
  color: rgba(173, 33, 57, 0.5);
}

.HowTerm ul li a.active {
  border-bottom: solid 1px #b02139;
  line-height: 28px;
}

.glossaryOut {
  margin: 5px auto 20px auto;
  letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  .HowTerm ul li {
    padding: 0px 8px;
    font-size: 1rem;
    /* 1*14px */
    line-height: 20px;
  }

  .glossaryOut h4 {
    font-size: 1.428rem;
    /* 1.428*14px */
  }
}

/*===========================
    Departments & Contacts
============================*/
.depOut {
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 30px;
}

.depOut .row {
  margin-top: 50px;
}

.depOut hr {
  width: 30%;
}

.bsProject,
.depName {
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}

.bsProject {
  font-size: 1.71rem;
  /* 1.71*14px */
  line-height: 30px;
}

.depName {
  font-size: 1.14rem;
  /* 1.14*14px */
  padding-top: 10px;
}

.staffOut {
  /*margin-bottom: 30px; */
}

.staffImg {}

.staffInfo {
  text-align: left;
  padding-top: 15px;
  text-transform: uppercase;
  height: 130px;
}

.staffInfo p {
  line-height: 16px;
  font-size: 0.928rem;
  /* 0.928*14px */
  color: #000;
}

.staffMail {
  text-transform: initial;
  font-size: 1rem;
  /* 1*14px */
  letter-spacing: 0.05em;
}

a.staffMail {
  color: #000;
}

a.staffMail:hover {
  color: #b02139;
}

.depRemark {
  margin-top: 50px;
}

.depRemark h5,
.depRemark p {
  width: 60%;
  margin: auto;
  text-align: left;
}

.depRemark h5 {
  line-height: 28px;
}

.depRemark p {
  line-height: 18px;
}

.col-md-3 .staffInfo {
  padding-left: 17%;
}

.col-md-4 .staffInfo {
  padding-left: 25%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .col-md-3 .staffInfo {
    padding-left: 7%;
  }

  .col-md-4 .staffInfo {
    padding-left: 20%;
  }

  .col-md-4.col-md-offset-4 .staffInfo {
    padding-left: 20%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .col-sm-6 .staffInfo {
    padding-left: 25%;
  }

  .col-md-12 .staffInfo {
    padding-left: 0px;
    text-align: center;
  }

  .col-md-4.col-md-offset-4 .staffInfo {
    padding-left: 37%;
  }
}

@media (max-width: 767px) {
  .staffOut {
    margin-bottom: 30px;
  }

  .staffInfo {
    padding-top: 8px;
  }

  .staffInfo {
    text-align: center;
    height: auto;
  }

  .col-md-3 .staffInfo,
  .col-md-4 .staffInfo {
    padding-left: 0;
  }

  .depRemark h5,
  .depRemark p {
    width: 100%;
  }
}

/*=============================
        About us
============================*/
.serviceEdit {
  margin-top: 30px;
}

.aboutTerm {
  text-align: center;
  margin-top: 30px;
}

.aboutTerm ul li {
  padding: 0px 15px;
  font-size: 1.285rem;
  /* 1.285*14px */
  text-transform: uppercase;
}

.aboutTerm ul li a {
  color: #5b6363;
}

.aboutTerm ul li a:hover,
.aboutTerm ul li a:focus {
  color: rgba(0, 0, 0, 0.5);
}

.aboutTerm ul li a.active {
  border-bottom: solid 1px #000;
  color: #000;
}

.corInfoEdit {
  margin-top: 40px;
}

/****** Contact us ******/
.addList {
  margin: 50px 0;
}

.addOut {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.addOut h3 {
  font-size: 1.57rem;
  /* 1.57*14px */
  padding: 10px 0px;
}

.addOut p {
  font-size: 1.285rem;
  /* 1.285*14px */
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
  /* æ­¤ç‚ºåœ°åœ–é•·å¯¬æ¯” */
  height: 0;
  overflow: hidden;
  margin: 20px auto;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/****** Event & Project ******/
.EPlist {
  margin-top: 50px;
  margin-bottom: 50px;
}

.EPout {
  width: 100%;
}

.EPinLeft,
.EPinRight {
  height: 360px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.EPinLeft {
  width: 40%;
}

.EPinRight {
  width: 60%;
  margin-left: -4px;
}

.EPinLeft img,
.EPinRight img {
  height: 100%;
  width: auto;
  max-width: max-content;
  min-width: 100%;
}

.EPinLeft .colorBoxBu,
.EPinRight .colorBoxBu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.EPname {
  height: 75%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 15% 0px 15%;
  font-size: 2.1rem;
  /* 2.4*14px */
  text-align: center;
  line-height: 46px;
  text-transform: uppercase;
}

.EPInner {
  margin-top: 50px;
  padding-bottom: 50px;
}

.backPageEvent {
  width: 60px;
  height: 60px;
  background-color: #7f8080;
  margin-left: 15px;
  padding: 5px;
  text-align: right;
}

.backPageEvent a {
  color: #fff !important;
  padding-bottom: 28px;
  padding-left: 26px;
  padding-top: 16px;
}

.backPageEvent a:hover,
.backPageEvent a:focus {
  opacity: 0.7;
}

.EPedit1 .row [class^='col-'] {
  /*padding-left: 0px;
	padding-right: 0px;*/
}

@media (max-width: 991px) {
  .EPout {
    margin-bottom: 10px;
  }

  .EPinLeft,
  .EPinRight {
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .EPinRight {}

  .EPinLeft img,
  .EPinRight img {
    max-height: 300px;
  }

  .EPname {
    height: auto;
    padding: 40px 15% 0px 15%;
  }

  .EPinLeft .colorBoxBu,
  .EPinRight .colorBoxBu {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .addList {
    margin: 40px 0;
  }

  .addOut p {
    font-size: 1.14rem;
    /* 1.14*14px */
  }

  .google-maps {
    padding-bottom: 50%;
    /* æ­¤ç‚ºåœ°åœ–é•·å¯¬æ¯” */
  }

  .EPname {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 480px) {
  .addList {
    margin: 30px 0;
  }

  .addOut h3 {
    font-size: 1.285rem;
    /* 1.285*14px */
  }

  .addOut p {
    font-size: 1rem;
    /* 1*14px */
    line-height: 18px;
  }

  .google-maps {
    padding-bottom: 75%;
    /* æ­¤ç‚ºåœ°åœ–é•·å¯¬æ¯” */
  }

  .EPname {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/******  History  ******/
/******  Horizontal Timeline *****/
.jtline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.jtline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.jtline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.jtline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.jtline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.jtline .events-wrapper::after,
.jtline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.jtline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left,
      #f8f8f8,
      rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.jtline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right,
      #f8f8f8,
      rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.jtline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 24px;
  /* width will be set using JavaScript 
  background: #dfdfdf;*/
  background-image: url(../images/bg_timeline.png);
  background-position: 0.05rem 0;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.jtline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #7b9d6f;*/
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.jtline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 35px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.jtline .events a::after,
.jtline .events a::before {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
	border: 2px solid #dfdfdf;*/
  bottom: 0px;
  height: 35px;
  width: 1px;
  /*background-color: #f8f8f8;*/
  background-color: #221714;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .jtline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

.jtline .events a.selected {
  pointer-events: none;
}

.jtline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

.jtline .events a.older-event::after {
  border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
  .jtline {
    margin: 6em auto;
  }

  .jtline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  /*border: 2px solid #dfdfdf;*/
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  /*left: 50%;*/
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #000;
  display: -webkit-box;
  font-size: 2rem;
  left: auto;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.jtline .events-content {
  width: 800px;
  margin: 0 auto;
  position: relative;

  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.jtline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.jtline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.jtline .events-content li.enter-right,
.jtline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.jtline .events-content li.enter-left,
.jtline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.jtline .events-content li.leave-right,
.jtline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.jtline .events-content li>* {
  margin: 0 auto;
}

.jtline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.jtline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
  border-bottom: 2px dashed #dfdfdf;
}

.jtline .events-content em::before {
  content: '- ';
}

.jtline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

.jtline .events-content em,
.jtline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .jtline .events-content h2 {
    font-size: 7rem;
  }

  .jtline .events-content em {
    font-size: 2rem;
  }

  .jtline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/****** END Horizontal Timeline *****/

/****** Vertical Timeline *****/
.vtimeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 300;
}

.vtimeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}

.vtimeline .timeline-item.timeline-item-right,
.vtimeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}

.vtimeline .timeline-item .timeline-event {
  width: 100%;
}

.vtimeline:before {
  border-right-style: solid;
}

.vtimeline:before,
.vtimeline:after {
  content: ' ';
  display: block;
}

.vtimeline:after {
  clear: both;
}

.vtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: calc(100% - 640px) !important;
  margin-left: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #888888;
}

.vtimeline .timeline-item {
  position: relative;
  /*float: left;*/
  clear: both;
  width: 50%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 50px;
}

.vtimeline .timeline-item:before,
.vtimeline .timeline-item:after {
  content: '';
  display: table;
}

.vtimeline .timeline-item:after {
  clear: both;
}

.vtimeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}

.vtimeline .timeline-item>.timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;

  /*right: -38px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left-width: 8px;*/
}

.vtimeline .timeline-item>.timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}

.vtimeline .timeline-item>.timeline-point {
  top: 25px;
}

.vtimeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}

.vtimeline .timeline-item.timeline-item-left,
.vtimeline .timeline-item.timeline-item-right {
  clear: both !important;
}

.vtimeline .timeline-item.timeline-item-right,
.vtimeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  /*clear: right;*/
}

.vtimeline .timeline-item.timeline-item-right>.timeline-point,
.vtimeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
  /*left: -24px;*/
}

.vtimeline .timeline-item.timeline-item-right>.timeline-point.timeline-point-blank,
.vtimeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point.timeline-point-blank {
  left: -12px;
}

.vtimeline .timeline-item>.timeline-event {
  background: #fff;
  /*border: 1px solid #888888;*/
  color: #555;
  position: relative;
  float: left;
  border-radius: 3px;
}

.vtimeline .timeline-item>.timeline-event:before {
  border-left-color: #888888;
  border-right-color: #888888;
}

.vtimeline .timeline-item>.timeline-event:after {
  border-left-color: #fff;
  border-right-color: #fff;
}

.vtimeline .timeline-item>.timeline-event * {
  color: inherit;
}

.vtimeline .timeline-item>.timeline-point {
  color: #888888;
  /*background: #fff;
  right: -24px;*/
  width: 24px;
  height: 24px;
  margin-top: -12px;
  /*margin-left: 12px;
  margin-right: 12px;*/
  position: absolute;
  z-index: 100;
  /*border-width: 2px;
  border-style: solid;
  border-radius: 100%;*/
  line-height: 20px;
  text-align: center;
}

.timeline-item2 {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.timeLeft,
.timeRight {
  display: inline-block;
  vertical-align: top;
}

.timeLeft {
  width: 50%;
  padding-right: 5%;
  text-align: right;
}

.timeRight {
  width: 49%;
  padding-left: 4%;
}

.vtimeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  padding-top: 30px;
  line-height: 40px;
}

.vtimeline .timeline-label:before,
.vtimeline .timeline-label:after {
  content: '';
  display: table;
}

.vtimeline .timeline-label:after {
  clear: both;
}

.vtimeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}

.vtimeline .timeline-label+.timeline-item {
  margin-top: 0;
}

.timeline-item+.timeline-item {
  margin-top: 40px;
}

.timelinTextRight,
.timelinTextLeft {
  position: absolute;
  width: 90%;
  height: 100%;
}

.timelinTextRight {
  left: 105%;
}

.timelinTextLeft {
  right: 105%;
}

.vtimeline .timeline-item>.timeline-point.pointRight,
.vtimeline .timeline-item>.timeline-point.pointLeft {
  width: auto;
  height: auto;
}

.vtimeline .timeline-item>.timeline-point.pointRight {
  right: -5px;
}

.vtimeline .timeline-item>.timeline-point.pointLeft {
  left: -5px;
}

.vtimeline .timeline-item>.timeline-point.pointRight::before {
  font-family: 'FontAwesome';
  content: '\f0da';
}

.vtimeline .timeline-item>.timeline-point.pointLeft::before {
  font-family: 'FontAwesome';
  content: '\f0d9';
}

.vtimeline .timeline-label .timeLableRight,
.vtimeline .timeline-label .timeLableLeft {
  font-size: 3rem;
  color: #000;
  background: none;
}

.vtimeline .timeline-label .timeLableRight {
  padding-left: 115px;
}

.vtimeline .timeline-label .timeLableLeft {
  padding-right: 115px;
}

.vtimeline .timeline-label .timeLableRight::before,
.vtimeline .timeline-label .timeLableLeft::after {
  font-family: 'FontAwesome';
  font-size: 1rem;
  vertical-align: top;
}

.vtimeline .timeline-label .timeLableRight::before {
  content: '\f0da';
  margin-right: 25px;
}

.vtimeline .timeline-label .timeLableLeft::after {
  content: '\f0d9';
  margin-left: 25px;
}

.establishTime {
  text-align: center;
}

.establishTime .h1 {
  font-size: 7rem;
  color: #bdbdbd;
}

.establishTime p {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}

.establishTime img {
  margin-top: 30px;
  box-shadow: 0px 0px 30px;
}

.vtimeline .timeline-item img {
  box-shadow: 0px 0px 30px;
}

@media (max-width: 991px) {
  .vtimeline:before {
    height: calc(100% - 470px) !important;
  }
}

@media (max-width: 768px) {
  .vtimeline.timeline {
    width: 100%;
    max-width: 100%;
  }

  .vtimeline.vtimeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
  }

  .vtimeline.vtimeline .timeline-item.timeline-item-right,
  .vtimeline.vtimeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }

  .vtimeline.vtimeline .timeline-item .timeline-event {
    width: 100%;
  }

  .vtimeline.vtimeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }

  .vtimeline.vtimeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .vtimeline.vtimeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }

  .vtimeline.vtimeline .timeline-item>.timeline-event {
    float: right !important;
  }

  .vtimeline.vtimeline .timeline-item>.timeline-event:before,
  .vtimeline.vtimeline .timeline-item>.timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }

  .vtimeline.vtimeline .timeline-item>.timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }

  .timeline.vtimeline .timeline-item>.timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }

  .vtimeline.vtimeline .timeline-item>.timeline-point {
    transform: translateX(-50%);
    left: 45px !important;
    margin-left: 0;
  }

  .vtimeline.vtimeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }

  .vtimeline.vtimeline .timeline-label+.timeline-item+.timeline-item {
    margin-top: 0;
  }

  .timelinTextRight,
  .timelinTextLeft {
    position: initial;
  }

  .vtimeline .timeline-label .timeLableLeft {
    /*padding-left: 135px;*/
    padding-left: 38px;
    padding-right: 0;
  }

  .vtimeline .timeline-item>.timeline-point.pointLeft::before {
    content: '\f0da';
  }

  .timeline-event img {
    padding-bottom: 10px;
  }

  .timeline-item2 {
    width: 85%;
    margin-left: 12%;
  }

  .timeLeft,
  .timeRight {
    text-align: left;
    width: 80%;
    margin-left: 10%;
  }

  .timeRight {
    padding-left: 0;
  }

  .timeLeft img,
  .timeRight img {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vtimeline .timeline-label .timeLableLeft::after {
    content: '\f0da';
    margin-left: -115px;
  }

  .establishTime {
    text-align: left;
  }
}

/****** END Vertical Timeline *****/

/*============================
       News & Updates
=============================*/
.pressHead {
  height: 50px;
  background-color: #b02139;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  /*max-width: 1140px;*/
  max-wdith: 100%;
}

.pressCont {
  padding: 40px 0;
}

.pressCont .touch-slider .item {
  height: 330px;
  background-color: #68292c;
}

.pressCont .touch-slider .item img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pressCont .touch-slider .item .thumb-overlay {
  display: none;
}

.pressCont .touch-slider .item .thumb-overlay i {
  font-size: 5rem;
  color: #fff;
  opacity: 0.7;
}

.pressCont .touch-slider .item:hover .thumb-overlay {
  display: block;
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 45%;
  left: 45%;
}

.pressList {
  margin-top: 30px;
}

.pressOut {
  margin-bottom: 30px;
}

.pressImg,
.videoImg {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.pressImg img,
.videoImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
}

.pressImg a:hover img {
  /*-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);*/
  transition: 1s;
  opacity: 0.7;
}

.pressTxt {
  margin-top: 5px;
  height: 50px;
}

.pressTxt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  line-height: 1.15rem;
  text-transform: uppercase;
  font-weight: 600;
}

.pressList ul {
  margin-top: 30px;
  padding: 0 15px;
}

.pressList ul li {
  padding: 7px 0;
  font-weight: 600;
  letter-spacing: 0.01rem;
  font-size: 1.15rem;
}

.pressList ul li::before {
  font-family: 'FontAwesome';
  content: '\f104';
  margin-left: -15px;
  padding-right: 10px;
}

.pressList p a,
.pressList ul li a {
  color: #4a4a4a;
}

.pressList p a:hover,
.pressList p a:focus,
.pressList ul li a:hover,
.pressList ul li a:focus,
.pressList ul li:hover,
.pressList ul li:focus,
.pressList ul li:hover a,
.pressList ul li:focus a {
  color: #b02139;
}

.pressOut.portfolio-item .videoImg.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.pressOut.portfolio-item .videoImg.portfolio-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 1;
}

.pressOut.portfolio-item:hover .videoImg.portfolio-thumb .thumb-overlay {
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.pressOut.portfolio-item .videoImg.portfolio-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.pressOut.portfolio-item:hover .videoImg.portfolio-thumb .thumb-overlay i {
  top: 50%;
  color: #4a4a4a;
}

.pressOut.portfolio-item .videoImg.portfolio-thumb .thumb-overlay i {
  color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  margin-left: -27px;
  margin-top: -19px;
  font-size: 3.428rem;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.newsIn {
  margin-top: 50px;
  padding-bottom: 50px;
}

.newsImgShow {}

.newsImgShow .touch-slider {
  background-color: #e2e2e2;
  height: 600px;
  overflow: hidden;
  margin-top: 15px;
}

.newsImgShow .touch-slider .item {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.newsImgShow .owl-carousel .owl-wrapper-outer.autoHeight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/******* Social Media  ********/
.socialList {
  margin-top: 100px;
}

.socialOut {
  text-align: center;
  margin-bottom: 80px;
}

.socialImg img {
  width: 64px;
}

.socialImg a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s;
  opacity: 0.7;
}

.socialName {
  font-size: 1.5rem;
  padding: 16px 0;
  font-weight: 500;
}

@media (max-width: 1199px) and (min-width: 992px) {

  .pressImg,
  .videoImg {
    height: 293px;
  }
}

@media (max-width: 991px) {
  .newsImgShow .touch-slider {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .socialOut {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .pressHead {
    font-size: 1.5rem;
  }

  .pressImg,
  .videoImg {
    height: 90vw;
  }
}

/*============================
       Longin
=============================*/
.loginCont {
  padding: 40px 0px;
}

.loginForm {
  margin-top: 30px;
}

.loginForm input {
  background-color: rgba(168, 205, 225, 0.5);
  border: none;
}

.loginForm .form-group label.col-sm-2 {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
}

.loginForm .loginBU {}

.loginForm .loginBU .btn {
  border: none;
  color: #b02139;
  font-size: 1.2rem;
}

.loginForm .loginBU a.btn:hover,
.loginForm .loginBU a.btn:focus {
  box-shadow: none;
  opacity: 0.7;
}

.loginCont .checkbox {
  padding-left: 20px;
}

@media (max-width: 767px) {

  .loginForm .loginFormTxt,
  .loginForm .captchaImg,
  .loginForm .loginBU {
    padding: 0px;
  }

  .loginForm .captchaImg {
    margin-top: 8px;
  }

  .loginForm {
    margin-bottom: 30px;
  }

  .loginCont .btn-system.btn-block {
    margin: 0 auto 50px auto;
    width: 60%;
  }

  .loginForm .captchaImg,
  .loginForm .loginBU {
    display: inline-block;
  }

  .loginForm .loginBU {
    float: right;
    margin-top: 5px;
  }
}

/*============================
       Registered
=============================*/
.registeredTxt {
  background-image: url(../images/registered.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 50px;
  height: 360px;
}

.registeredTxt h3,
.registeredTxt p {
  letter-spacing: 0.05rem;
}

.registeredTxt h3 {
  margin: 20px 0;
}

.registeredTxt p {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 45%;
}

.rgtForm {
  padding-right: 50px;
  margin-top: 50px;
}

.registeredTxt,
.rgtForm {
  padding-left: 50px;
}

.rgtForm input {
  background-color: rgba(168, 205, 225, 0.5);
  border: none;
}

.rgtForm .form-group label {
  background-color: rgba(199, 199, 199, 0.5);
  padding-bottom: 7px;
  font-size: 1.2rem;
}

.rgtSendBu {
  text-align: right;
}

.rgtSendBu .form-group label {
  background: none;
}

.rgtSendBu input {
  background-color: #efefef;
}

@media (max-width: 991px) {
  .registeredTxt {
    background-size: 60%;
    height: 380px;
  }
}

@media (max-width: 767px) {
  .registeredTxt {
    padding-top: 20px;
  }

  .registeredTxt,
  .rgtForm {
    padding-left: 0;
    padding-right: 0;
  }

  .rgtForm .rgtFormTxt {
    padding: 0px;
  }

  .rgtForm .form-group label {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
  }

  .registeredTxt p {
    font-size: 1.2rem;
    width: 75%;
  }

  .rgtSendBu {
    text-align: left;
  }

  .rgtSendBu input {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .registeredTxt {
    height: 300px;
    background-size: 70%;
  }

  .registeredTxt h3 {
    margin: 10px 0;
    font-size: 1.5rem;
  }

  .registeredTxt p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .rgtSendBu {
    margin-top: 20px;
  }
}

/*============================
       Member Center
=============================*/
.memPage {
  background-color: #dfdfdf;
}

.mamAcc {
  margin-top: 50px;
  font-size: 1.2rem;
  padding-left: 0;
  padding-bottom: 5px;
}

.mamAcc span {
  color: #000;
  font-size: 1.5rem;
}

.memOut {
  margin: 0 auto 50px auto;
  background-color: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  padding: 80px 150px;
}

.memOutTit {
  text-align: center;
  margin-bottom: 30px;
}

.memOutTit h1 {
  padding: 5px 0px;
}

.memOut .widget-search {
  margin-bottom: 40px;
}

.memOut .widget-search input {
  width: calc(100% - 90px) !important;
  border: none;
  background-color: rgba(168, 205, 225, 0.5);
  margin-right: 5px;
  line-height: 14px;
}

.memOut .widget-search .search-btn {
  width: auto;
  background-color: #b02139;
  padding: 0 18px;
  font-size: 1rem;
}

.keepType {
  position: relative;
  margin-bottom: 30px;
}

.keepType:hover,
.memKeepOut .auItemImg:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s;
  opacity: 0.7;
}

.keepType img {
  width: 100%;
}

.keepTit {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.keepTit span {
  font-size: 1.5rem;
  color: #fff;
}

.backPageMem {
  margin-bottom: 10px;
}

.backPageMem a {
  color: #4a4a4a;
}

.backPageMem a:hover,
.backPageMem a:focus {
  color: #b02139;
}

.backPageMem i {
  vertical-align: middle;
  font-size: 1.4rem;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .memOut {
    padding: 50px 80px;
  }
}

@media (max-width: 767px) {

  .memOut,
  .mamAcc {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .memOut {
    padding: 50px 30px;
  }

  .memOutTit {
    margin-bottom: 20px;
  }

  .memOutTit h1 {
    font-size: 1.5rem;
    padding: 0;
  }

  .memOutTit h4 {
    font-size: 1rem;
  }

  .keepTit {
    font-size: 1rem;
  }

  .memOut .widget-search {
    margin-bottom: 30px;
  }
}

/*========================
        Search Result
=========================*/
.sResultCont .nav-pills>li.active>a,
.sResultCont .nav-pills>li.active>a:hover,
.sResultCont .nav-pills>li.active>a:focus {
  background: none;
  border-bottom: 4px solid #b02139;
  color: #b02139;
}

.sResultCont .nav>li>a:hover,
.searchR .nav>li>a:focus {
  text-decoration: none;
  background: none;
  border-bottom: 4px solid #fbcdcf;
  color: #333;
}

.sResultCont .nav>li>a {
  color: #929292;
  font-size: 1.1rem;
  height: 62px;
  white-space: nowrap;
}

.sResultCont .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 30px 0;
}

.sResultOut {
  padding: 30px 0;
}

.sResultOut:last-of-type {}

.sResultImg {
  border-right: solid 1px #eee;
  text-align: center;
}

.sResultImg img {
  width: 80%;
}

.sResultImg img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s;
}

.sResultTxt {
  padding: 0 25px;
}

.sResultTxt .auItemWork {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.sResultList {
  padding: 30px;
}

.sResultList ul li {
  padding: 1.3rem 1rem;
}

.sResultList ul li a {
  color: #000;
  font-size: 1.3rem;
  line-height: 2rem;
}

.sResultList ul li a:hover,
.sResultList ul li a:focus {
  color: #b02139;
}

.sResultOut .pressTxt {
  height: auto;
}

.sResultOut .pressTxt a {
  color: #4a4a4a;
}

.sResultOut .pressTxt a:hover,
.sResultOut .pressTxt a:focus {
  color: #b02139;
}

.sResultOut .portfolio-item .portfolio-thumb .thumb-overlay i {
  font-size: 3rem;
  margin-left: -15px;
}

.sResultOut:nth-child(2n + 1),
.sResultList ul li:nth-child(2n + 1) {
  background-color: #f6f6f6;
}

/* Tabs panel */
.sResultCont .tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}

.sResultCont .tabbable-line {
  margin-top: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .sResultCont .nav>li>a {
    height: 85px;
  }
}

@media (max-width: 767px) {

  .sResultCont .nav-pills>li.active>a,
  .sResultCont .nav-pills>li.active>a:hover,
  .sResultCont .nav-pills>li.active>a:focus {
    border-bottom: none;
  }

  .sResultCont .nav>li>a:hover,
  .searchR .nav>li>a:focus {
    border-bottom: none;
  }

  .sResultCont .nav>li>a {
    height: auto;
  }

  .sResultOut .sResultImg img {
    width: 50%;
    margin-bottom: 20px;
  }

  .sResultOut,
  .sResultList .bookOut {
    text-align: center;
  }
}

/****************************
       æ–°å¢žçš„Button
****************************/
.btn-gray {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #333;
}

.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #999;
}

.btn-gray:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #999;
}

.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #999;
}

.btn-gray:active:hover,
.btn-gray.active:hover,
.open>.dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open>.dropdown-toggle.btn-gray:focus,
.btn-default:active.focus,
.btn-gray.active.focus,
.open>.dropdown-toggle.btn-gray.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-gray:active,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
  background-image: none;
}

.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #ddd;
  border-color: #ccc;
}

.btn-gray .badge {
  color: #fff;
  background-color: #4d4d4d;
}

.btn-black {
  background-color: #000;
  color: #fff !important;
}

.btn-black:hover,
.btn-black:focus {
  background-color: #4a4a4a;
  color: #fff;
}

/****************************
       èƒŒæ™¯è‰²
****************************/
.bgColor_lightFenju {
  background-color: #e1d7cc;
}

.bgColor_lead {
  background-color: #929292;
}

.bgColor_lightRattan {
  background-color: #b9c8d0;
}

.bgColor_iron {
  background-color: #4d4d4d;
}

.bgColor_black {
  background-color: #000;
}

.bgColor_rouge {
  background-color: #b02139;
}

.bgColor_gray {
  background-color: #dadada;
}

.bgColor_grayOrange {
  background-color: #c4bbb4;
}

/****************************
       æ–‡å­—é¡è‰²
****************************/
.textColor_black {
  color: #000;
  border-color: #000;
}

.textColor_white {
  color: #fff;
  border-color: #fff;
}

.textColor_red {
  color: #b02139;
  border-color: #b02139;
}

.textColor_blue {
  color: #0071b8;
  border-color: #0071b8;
}

/****************************
       æŒ‰éˆ•æ™¯è‰²
****************************/
.btn-rouge,
.btn-rouge:hover,
.btn-rouge:focus,
.btn-rouge:active {
  color: #b02139;
  border: solid 0.1rem #b02139;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #fff;
  border: solid 1px #fff;
}

/*===================================
æ‹è³£æœƒè³‡è¨Š.auctInfo htmlç·¨è¼¯  
ç«¶æŠ•è¡¨æ ¼.auctInfo htmlç·¨è¼¯
è—è¡“å®¶ä»‹ç´¹.Resume htmlç·¨è¼¯
æ‹å“å…§é .lotsUnsideCont htmlç·¨è¼¯
How to Buy .HowBuyEdit htmlç·¨è¼¯
Howt to Sell .HowSellEdit htmlç·¨è¼¯
æ¥­å‹™è¦å‰‡.taEdit htmlç·¨è¼¯
æœå‹™é …ç›®.serviceEdit  htmlç·¨è¼¯
é—œæ–¼æˆ‘å€‘.corInfoEdit htmlç·¨è¼¯
è—è¡“è¨ˆç•«.EPedit1 .EPedit2 htmlç·¨è¼¯
æ–°èž.newsEdit htmlç·¨è¼¯
======================================*/
.auctInfo,
.bidFormEdit,
.artResume,
.lotsInsideContL,
.lotsInsideContR,
.HowBuyEdit,
.HowSellEdit,
.taEdit,
.serviceEdit,
.corInfoEdit,
.joinUsEdit,
.EPedit1,
.EPedit2,
.newsEdit {
  color: #4a4a4a;
  letter-spacing: 0.05rem;
}

.auctInfo h1,
.auctInfo h2,
.auctInfo h3,
.bidFormEdit h1,
.bidFormEdit h2,
.bidFormEdit h3,
.artResume h1,
.artResume h2,
.artResume h3,
.lotsInsideContL h1,
.lotsInsideContL h2,
.lotsInsideContL h3,
.lotsInsideContR h1,
.lotsInsideContR h2,
.lotsInsideContR h3,
.HowBuyEdit h1,
.HowBuyEdit h2,
.HowBuyEdit h3,
.HowSellEdit h1,
.HowSellEdit h2,
.HowSellEdit h3,
.taEdit h1,
.taEdit h2,
.taEdit h3,
.serviceEdit h1,
.serviceEdit h2,
.serviceEdit h3,
.corInfoEdit h1,
.corInfoEdit h2,
.corInfoEdit h3,
.joinUsEdit h1,
.joinUsEdit h2,
.joinUsEdit h3,
.EPedit1 h1,
.EPedit1 h2,
.EPedit1 h3,
.EPedit2 h1,
.EPedit2 h2,
.EPedit2 h3,
.newsEdit h1,
.newsEdit h2,
.newsEdit h3 {
  margin-bottom: 10px;
}

.auctInfo h1,
.bidFormEdit h1,
.artResume h1,
.lotsInsideContL h1,
.lotsInsideContR h1,
.HowBuyEdit h1,
.HowSellEdit h1,
.taEdit h1,
.serviceEdit h1,
.corInfoEdit h1,
.joinUsEdit h1,
.EPedit1 h1,
.EPedit2 h1,
.newsEdit h1 {
  font-size: 28px;
  /* 2*14px */
  font-weight: 600;
  color: #4a4a4a;
}

.auctInfo h2,
.bidFormEdit h2,
.artResume h2,
.lotsInsideContL h2,
.lotsInsideContR h2,
.HowBuyEdit h2,
.HowSellEdit h2,
.taEdit h2,
.serviceEdit h2,
.corInfoEdit h2,
.joinUsEdit h2,
.EPedit1 h2,
.EPedit2 h2,
.newsEdit h2 {
  font-size: 24px;
  /* 1.71*14px */
  font-weight: 600;
  color: #4a4a4a;
}

.auctInfo h3,
.bidFormEdit h3,
.artResume h3,
.lotsInsideContL h3,
.lotsInsideContR h3,
.HowBuyEdit h3,
.HowSellEdit h3,
.taEdit h3,
.serviceEdit h3,
.corInfoEdit h3,
.joinUsEdit h3,
.EPedit1 h3,
.EPedit2 h3,
.newsEdit h3 {
  font-size: 22px;
  /* 1.57*14px */
  font-weight: 600;
  color: #4a4a4a;
}

.auctInfo h4,
.bidFormEdit h4,
.artResume h4,
.lotsInsideContL h4,
.lotsInsideContR h4,
.HowBuyEdit h4,
.HowSellEdit h4,
.taEdit h4,
.serviceEdit h4,
.corInfoEdit h4,
.joinUsEdit h4,
.EPedit1 h4,
.EPedit2 h4,
.newsEdit h4 {
  font-size: 18px;
  /* 1.285*14px */
  font-weight: 600;
  color: #4a4a4a;
}

.auctInfo h5,
.bidFormEdit h5,
.artResume h5,
.lotsInsideContL h5,
.lotsInsideContR h5,
.HowBuyEdit h5,
.HowSellEdit h5,
.taEdit h5,
.serviceEdit h5,
.corInfoEdit h5,
.joinUsEdit h5,
.EPedit1 h5,
.EPedit2 h5,
.newsEdit h5 {
  font-size: 16px;
  /* 1.14*14px */
  font-weight: 600;
  margin-top: 15px;
  color: #4a4a4a;
}

.auctInfo h6,
.bidFormEdit h6,
.artResume h6,
.lotsInsideContL h6,
.lotsInsideContR h6,
.HowBuyEdit h6,
.HowSellEdit h6,
.taEdit h6,
.serviceEdit h6,
.corInfoEdit h6,
.joinUsEdit h6,
.EPedit1 h6,
.EPedit2 h6,
.newsEdit h6 {
  font-size: 14px;
  /* 1*14px */
  font-weight: 600;
  color: #4a4a4a;
}

.auctInfo p,
.auctInfo span,
.bidFormEdit p,
.auctInfo span,
.artResume p,
.artResume span,
.lotsInsideContL p,
.lotsInsideContL span,
.lotsInsideContR p,
.lotsInsideContR span,
.HowBuyEdit p,
.HowBuyEdit span,
.HowSellEdit p,
.HowSellEdit span,
.taEdit p,
.taEdit span,
.serviceEdit p,
.serviceEdit span,
.corInfoEdit p,
.corInfoEdit span,
.joinUsEdit p,
.joinUsEdit span,
.EPedit1 p,
.EPedit1 span,
.EPedit2 p,
.EPedit2 span,
.newsEdit p,
.newsEdit span {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 22px;
}

.auctInfo a,
.bidFormEdit a,
.artResume a,
.lotsInsideContL a,
.lotsInsideContR a,
.HowBuyEdit a,
.HowSellEdit a,
.taEdit a,
.serviceEdit a,
.joinUsEdit a,
.corInfoEdit a,
.EPedit1 a,
.EPedit2 a,
.newsEdit a {
  color: #0071b8;
}

.auctInfo a:hover,
.bidFormEdit a:hover,
.artResume a:hover,
.lotsInsideContL a:hover,
.lotsInsideContR a:hover,
.HowBuyEdit a:hover,
.HowSellEdit a:hover,
.taEdit a:hover,
.serviceEdit a:hover,
.corInfoEdit a:hover,
.joinUsEdit a:hover,
.EPedit1 a:hover,
.EPedit2 a:hover,
.newsEdit a:hover .auctInfo a:focus,
.bidFormEdit a:focus,
.artResume a:focus,
.lotsInsideContL a:hover,
.lotsInsideContR a:focus,
.HowBuyEdit a:focus,
.HowSellEdit a:focus,
.taEdit a:focus,
.serviceEdit a:focus,
.corInfoEdit a:focus,
.joinUsEdit a:focus,
.EPedit1 a:focus,
.EPedit2 a:focus,
.newsEdit a:focus {
  color: rgba(0, 113, 184, 0.5);
}

.auctInfo ol,
.bidFormEdit ol,
.artResume ol,
.lotsInsideContL ol,
.lotsInsideContR ol,
.HowBuyEdit ol,
.HowSellEdit ol,
.taEdit,
.serviceEdit ol,
.corInfoEdit ol,
.joinUsEdit ol,
.EPedit1 ol,
.EPedit2 ol,
.newsEdit ol,
.auctInfo ul,
.bidFormEdit ul,
.artResume ul,
.lotsInsideContL ul,
.lotsInsideContR ul,
.HowBuyEdit ul,
.HowSellEdit ul,
.taEdit,
.serviceEdit ul,
.corInfoEdit ul,
.joinUsEdit ul,
.EPedit1 ul,
.EPedit2 ul,
.newsEdit ul {}

.auctInfo ol li,
.bidFormEdit ol li,
.artResume ol li,
.lotsInsideContL ol li,
.lotsInsideContR ol li,
.HowBuyEdit ol li,
.HowSellEdit ol li,
.taEdit ol li,
.serviceEdit ol li,
.corInfoEdit ol li,
.joinUsEdit ol li,
.EPedit1 ol li,
.EPedit2 ol li,
.newsEdit ol li {
  /*list-style: decimal;*/
  margin-bottom: 10px;
}

.auctInfo ul li,
.bidFormEdit ul li,
.artResume ul li,
.lotsInsideContL a,
.lotsInsideContR ul li,
.HowBuyEdit ul li,
.HowSellEdit ul li,
.taEdit ul li,
.serviceEdit ul li,
.corInfoEdit ul li,
.joinUsEdit ul li .EPedit1 ul li,
.EPedit2 ul li,
.newsEdit ul li {
  /*list-style: disc;*/
  margin-bottom: 5px;
}

.bidFormEdit {
  margin-bottom: 30px;
}

.EPedit2 h1,
.EPedit2 h2,
.EPedit2 h3,
.EPedit2 h4,
.EPedit2 h5,
.EPedit2 h6,
.EPedit2 p,
.EPedit2 span,
.EPedit2 div {
  color: #fff;
}

.EPedit2 .EPeditSubtit {
  color: #ff0;
}

.auctInfo table tr td,
.bidFormEdit table tr td,
.artResume table tr td,
.lotsInsideContL table tr td,
.lotsInsideContR table tr td,
.HowBuyEdit table tr td,
.HowSellEdit table tr td,
.taEdit table tr td,
.serviceEdit table tr td,
.corInfoEdit table tr td,
.joinUsEdit table tr td,
.EPedit1 table tr td,
.EPedit2 table tr td,
.newsEdit table tr td {
  border: solid 1px #ccc;
  padding: 5px;
}

@media (max-width: 480px) {

  .auctInfo h1,
  .bidFormEdit h1,
  .artResume h1,
  .lotsInsideContL h1,
  .lotsInsideContR h1,
  .HowBuyEdit h1,
  .HowSellEdit h1,
  .taEdit h1,
  .serviceEdit h1,
  .joinUsEdit h1,
  .EPedit1 h1,
  .EPedit2 h1,
  .newsEdit h1 {
    font-size: 1.71rem;
    /* 1.71*14px */
  }

  .auctInfo h2,
  .bidFormEdit h2,
  .artResume h2,
  .lotsInsideContL h2,
  .lotsInsideContR h2,
  .HowBuyEdit h2,
  .HowSellEdit h2,
  .taEdit h2,
  .serviceEdit h2,
  .joinUsEdit h2,
  .EPedit1 h2,
  .EPedit2 h2,
  .newsEdit h2 {
    font-size: 1.57rem;
    /* 1.57*14px */
  }

  .auctInfo h3,
  .bidFormEdit h3,
  .artResume h3,
  .lotsInsideContL h3,
  .lotsInsideContR h3,
  .HowBuyEdit h3,
  .HowSellEdit h3,
  .taEdit h3,
  .serviceEdit h3,
  .joinUsEdit h3,
  .EPedit1 h3,
  .EPedit2 h3,
  .newsEdit h3 {
    font-size: 1.428rem;
    /* 1.428*14px */
  }

  .auctInfo h4,
  .bidFormEdit h4,
  .artResume h4,
  .lotsInsideContL h4,
  .lotsInsideContR h4,
  .HowBuyEdit h4,
  .HowSellEdit h4,
  .taEdit h4,
  .serviceEdit h4,
  .joinUsEdit h4,
  .EPedit1 h4,
  .EPedit2 h4,
  .newsEdit h4 {
    font-size: 1.21rem;
    /* 1.21*14px */
  }
}

.artResumeHead {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.14rem;
  /* 2.14*14px */
  letter-spacing: 0.05em;
  padding: 35px 0px 20px 0px;
  padding-bottom: 30px;
  color: #000;
}

.artResumeHead .small {
  font-size: 1.285rem;
  /* 1.285*14px */
  color: #4d4d4d;
  padding-top: 16px;
}

.artResume {
  border-top: solid 1px rgba(35, 24, 21, 0.2);
  padding: 20px 0px;
  margin-bottom: 50px;
}

.borderTFull {
  border-top: solid 1px rgba(35, 24, 21, 0.2);
  padding-top: 10px;
}

.borderBFull,
.borderBHelf {
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
}

.borderBFull,
.borderTFull {
  width: 100%;
}

.borderBHelf {
  width: 50%;
}

.artResumeSubtit,
.lotsInsideContSubtit,
.taSubtit,
.EPeditSubtit {
  color: #b02139;
  padding-bottom: 22px;
}

.artResumeImg {
  width: 50%;
  background-color: #fff;
  margin-top: -25px;
}

.artistBanSLeft,
.artistBanSRight {
  margin-top: 40px;
  width: 1530px;
}

.artistBanSLeft {
  margin-left: -390px;
}

.artistBanSRight {
  margin-right: -390px;
}

.serTit {
  background-image: url(../model/img_model/aboutus/bg_redLine.png);
  background-repeat: repeat-x;
  background-position: left 12px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.serTit span {
  color: #b02139;
  font-size: 24px;
  /* 1.71*14px */
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 15px;
}

.serviceEdit img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutUsBan {
  /*background-image: url(../images/aboutUs1.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-top: 20px;
}

.aboutUsCont {
  padding: 50px 0px;
}

.aboutUsCont .row {
  display: flex;
}

.aboutUsCont .hvTitle {
  font-size: 2.57rem;
  /* 12.57*14px */
  color: #000;
  text-transform: uppercase;
}

/****** Job ******/
.joinUsEdit {
  margin: 50px auto;
  text-align: center;
}

.joinUsEdit img {
  margin: 20px 0;
  max-width: 100%;
}

.joinUsEdit h4 {
  width: 50%;
  margin: 20px auto;
}

.hvTitle div {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.EPedit1 img,
.EPedit2 img {
  margin-bottom: 30px;
  max-width: 100%;
}

.EPedit2 {
  background-color: #000;
}

@media (max-width: 1199px) {

  .artistBanSLeft,
  .artistBanSRight {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .aboutUsBan {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .artResumeImg {
    text-align: center;
    width: 100%;
    margin: 15px auto;
  }

  .borderBHelf {
    width: 100%;
  }

  .lotsInsideContL {
    margin-bottom: 20px;
  }

  .serTit {
    background-position: left bottom;
  }

  .aboutUsBan {
    height: 300px;
  }

  .aboutUsCont .row,
  .aboutUsCont .hvTitle div {
    display: inherit;
  }

  .aboutUsCont .hvTitle {
    font-size: 2.14rem;
    /* 2.14*14px */
  }
}

@media (max-width: 767px) {
  .artResumeHead {
    font-size: 1.71rem;
    /* 1.71*14px */
  }

  .aboutTerm ul li {
    padding: 5px 10px;
  }

  .aboutUsBan {
    height: 200px;
  }
}

/******** END htmlç·¨è¼¯ Class *******/

/*========================
         Error Page
==========================*/
.error-page {
  text-transform: uppercase;
}

.error-page h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
  color: #555;
}

.error-page h4 {
  color: #313131;
  margin: 20px auto 25px auto;
  font-size: 1.6rem;
  font-weight: 500;
}

.error-page p {
  color: #8d9ea7;
  font-size: 1rem;
}

.error-page .btn {
  margin-top: 30px;
  letter-spacing: 0.08rem;
  font-size: 1rem;
}

/** æ–°èª¿æ•´ **/
.acContent .touch-slider .item img {
  width: 100%;
}

.grid-group-item .auItemImg img {
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
}

#lotsItem .list-group-item .auItemArt,
#lotsItem .list-group-item .auItemWork {
  height: auto;
  /*for æ‹å“æ¸…å–®åˆ—è¡¨è—è¡“å®¶ æ‹å“åç¨±é¡¯ç¤ºé«˜åº¦*/
}

.row .choco {
  vertical-align: bottom;
  /* for è¯çµ¡äººç…§ç‰‡å°é½Š */
}

/* for å„é¦–é åœ–ç‰‡ä¸Šçš„é€£çµ */
#cf {
  text-align: center;
}

.linkLogin,
.linkBidnow {
  position: absolute;
  z-index: 100;
}

.linkLogin a,
.linkBidnow a {
  display: block;
}

.linkLogin a:hover,
.linkBidnow a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1921px) {
  #cf {
    width: 1700px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 100px;
    height: 58px;
  }

  .linkLogin {
    top: 443px;
    right: 85px;
  }

  .linkBidnow {
    top: 381px;
    right: 78px;
  }
}

@media (min-width: 1730px) and (max-width: 1920px) {
  #cf {
    width: 1500px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 100px;
    height: 58px;
  }

  .linkLogin {
    top: 388px;
    right: 67px;
  }

  .linkBidnow {
    top: 331px;
    right: 67px;
  }
}

@media (min-width: 1330px) and (max-width: 1729px) {
  #cf {
    width: 1200px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 72px;
    height: 50px;
  }

  .linkLogin {
    top: 320px;
    right: 57px;
  }

  .linkBidnow {
    top: 263px;
    right: 54px;
  }
}

@media (min-width: 1200px) and (max-width: 1329px) {
  #cf {
    width: 1180px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 72px;
    height: 44px;
  }

  .linkLogin {
    top: 320px;
    right: 57px;
  }

  .linkBidnow {
    top: 263px;
    right: 54px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #cf {
    width: 970px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 57px;
    height: 35px;
  }

  .linkLogin {
    top: 258px;
    right: 49px;
  }

  .linkBidnow {
    top: 216px;
    right: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #cf {
    width: 728px;
  }

  .linkLogin a,
  .linkBidnow a {
    width: 44px;
    height: 30px;
  }

  .linkLogin {
    top: 193px;
    right: 35px;
  }

  .linkBidnow {
    top: 159px;
    right: 35px;
  }
}

.navbar-right.subMenuArrow .dropdown li,
.sup-dropdown li {
  border-top: none;
  /* Menu æ¬¡é¸å–®ä¸Šæ–¹ç·šæ¢éš±è— */
}

.artistIndex span ul {
  margin-bottom: 80px;
}

/** issuu é–±è®€å™¨ **/
#recordModal {
  height: 100%;
}

.modal-backdrop.in {
  z-index: 9999999;
}

.issuu {
  position: fixed;
  z-index: 99999999;
}

#recordModal .modal-dialog {
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fadeIn500 {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

#issuuPlayerContainer {
  text-align: center;
}

.issuu span {
  font-size: 2.5rem;
}

#recordModal .close {
  position: absolute;
  top: 0;
  right: 13px;
  color: #4a4a4a;
  z-index: 999999999;
}

/* 2018-07 */
h5 {
  line-height: 2.3;
}

.paginationjs .paginationjs-pages ul {
  margin-top: 8rem;
}

li,
span {
  line-height: 1.8;
}

â€‹ .artWorkDep p,
.auItemWork,
.auItemDep {
  line-height: 1.4;
}

.auItemWork {
  -webkit-line-clamp: 2;
  height: auto;
}

.auItemDep {
  height: 35px;
}

.sResultTxt .auItemDep {
  height: 38px;
}

.artWorkDep p {
  line-height: 1.6;
}

.lotsInsideOut .carousel-inner>.item>img,
.lotsInsideOut .carousel-inner>.item>a>img {
  width: auto;
  max-height: 100%;
}

.subMenuCaMove {
  top: 68px;
}

.policyLink {
  margin-left: 0.5rem;
}

.privacyPolicy label {
  font-size: 1.5rem;
  font-weight: 500;
}

.privacyPolicy ul {
  list-style: inherit;
}

#grid,
#list {
  height: 34px;
  padding-top: 0.5rem;
}

.newsEdit h2 {
  margin-top: 2rem;
}

.newsEdit .inline_article_content {
  line-height: 1.8;
}

.newsEdit .inline_article_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem 0;
}

.newsEdit img {
  margin: 2rem;
}

.newsEdit .col-md-4,
.newsEdit .col-md-8 {
  width: 100%;
}

.newsEdit .inline_article_content {
  margin-bottom: 2rem;
}

.headImag .small {
  margin-bottom: 0;
  margin-top: 15px;
}

.auctInfo {
  font-size: 1.2rem;
  line-height: 1.8;
}

.auctInfoBu {
  margin-top: 4.8rem;
}

.auctInfoBu .btn {
  font-size: 1.2rem;
}

.acContentHr {
  padding: 0;
  margin-bottom: 40px;
}

.auctPosition h5 {
  padding-top: 0;
  line-height: initial;
  margin-top: -10px;
}

.lotsInsideDep h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.artWorkDep p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.artWorkDep h3 {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.artResume {
  margin-bottom: 0.5rem;
  margin-top: 20px;
}

.seleSort {
  margin-top: 30px;
}

.bookEvent {
  line-height: 1.3;
}

#lotsItem .artworkTxt.autoHeight {
  height: auto;
}

#myArtworks .artWorkOut .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #myArtworks .artWorkImg {
    margin-bottom: 1.8rem;
    margin-top: 2.2rem;
  }

  #lotsItem .grid-group-item.list-group-item .auItemImg {
    /* è¨­å®šé«˜åº¦
		height: 200px !important; 
		*/
  }

  .hidden_mobile_m {
    display: none;
  }
}

.productGridWrap {
  padding-top: 3px;
}

.list-group-item {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.list-group-item .auItemArt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.list-group-item .artWorkDep p {
  line-height: 1.6;
  margin-bottom: 0;
}

.list-group-item .auItemArtNat {
  font-size: 0.9rem;
}

#lotsItem .list-group-item .artWorkTxt {
  height: auto;
}

#lotsItem .grid-group-item .auItemImg {
  margin-top: 0;
  height: 300px !important;
}

.lotsInsideDep .artworkmb0 p {
  margin-bottom: 0;
}

.with-errors {
  margin-top: 20px;
}

.aucListImg {
  width: 67% !important;
}

.artWorkTxt a {
  color: #b20139;
  line-height: 1.4;
}

.lotsInsideOut .lotsInsideDep .auItemArt {
  font-size: 2rem !important;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 40px;
  max-height: 40px;
}

.lotsInsideOut .lotsInsideDep .artWorkNo {
  margin-bottom: 0px;
  margin-top: 4px;
  font-size: 1.4rem !important;
}

.lotsInsideOut .lotsInsideDep .auItemWork {
  font-size: 1.5rem !important;
  line-height: initial;
  margin-top: 11px;
  color: #4a4a4a;
}

.lotsInsideOut .lotsInsideDep .artWorkDep {
  margin-top: 0;
  margin-bottom: 8px;
}

.artWorkTxt a {
  color: #4a4a4a;
  line-height: inherit;
  font-weight: normal;
}

#lotsItem .grid-group-item.list-group-item .auItemWork {
  font-size: 1.1rem;
  line-height: 24px;
  margin-top: 20px;
}

#myArtworks .artWorkOut .artWorkPrice .row {
  display: flex;
  justify-content: left;
  align-items: start;
}

/* 180912 æœ€æ–°é›»å­ç›®éŒ„ Icon è­˜åˆ¥ */
.eCataList .cataImg div.cata_box {
  display: inline-block;
}

.eCataList .cataImg .cata_box,
.eCataList .cataName,
.eCataList .cataAu {
  margin-right: 60px;
  /*margin-bottom: 30px;*/
}

/*
.eCataList .cataName{
	margin-bottom: 0;
}
*/

.eCataList .cataImg .cata_box:nth-child(3) {
  margin-right: 0px;
}

.eCataList .cata_box {
  position: relative;
}

.eCataList .cata_box .latest_twingle {
  position: absolute;
  left: 7px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 0 0 68px;
  border-color: transparent transparent transparent #b02139;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #b02139;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.cataImg:hover .cata_box .latest_twingle {
  left: -4px;
  transform: scale(1.03);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.eCataList .cata_box .latest_twingle_txt {
  position: absolute;
  left: -61px;
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .eCataList .cata_box .latest_twingle {
    left: 5px;
    border-width: 62px 0 0 62px;
  }

  .eCataList .cata_box .latest_twingle_txt {
    left: -55px;
    bottom: 1px;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {

  /* ç›®å‰æ»‘é¼ ç§»åˆ°ä¸‰è§’å½¢ä¸Šä¸‰è§’å½¢æ‰æœƒæœ‰ä½ç§»èˆ‡æ”¾å¤§çš„è®ŠåŒ–ï¼Œæ˜¯å¦å¯ç”±jsæŒ‡å®šï¼Œç•¶æ»‘é¼ ç§»åˆ°åœ–ç‰‡ä¸Šï¼Œä¸‰è§’å½¢å°±è¦ä¸€èµ·ç”¢ç”Ÿè®ŠåŒ–ï¼Ÿ */
  /*
	.eCataList .cata_box .latest_twingle:hover{
		left: -3px;
		bottom: 2px;
		transform: scale(1.05);
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-ms-transition: 1s;
		-o-transition: 1s;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}
	*/
  .cataImg:hover img {
    box-shadow: -30px 0px 20px -15px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
  }
}

@media (max-width: 640px) {

  .eCataList .cataImg .cata_box,
  .eCataList .cataName,
  .eCataList .cataAu {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .eCataList .cata_box .latest_twingle {
    left: 49px;
    border-width: 52px 0 0 52px;
  }

  .eCataList .cata_box .latest_twingle_txt {
    left: -47px;
    font-size: 1rem;
  }

  .cataImg img {
    box-shadow: -20px 0px 30px -10px rgba(0, 0, 0, 0.5);
  }
}

/* GDPRå‘Šç¤º */
.gdqr_notice {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  min-height: 70px;
  width: 100%;
  z-index: 9999999999;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.3);
}

.gdqr_notice p {
  color: #000;
  font-size: 1rem;
  width: 95%;
  display: inline-block;
  text-align: left;
}

.gdqr_notice img {
  position: absolute;
  top: 20px;
  right: 23px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

/* wechat */
#ex-010-content1 {
  display: none;
  position: absolute;
}

#ex-010-content1 img {
  max-width: 180px;
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

/* bid form signature */
@media (min-width: 991px) {
  .bidSFT {
    width: 12%;
  }

  .bidSFV {
    width: 88%;
  }
}

.heighList .HLauItemList .auItemOut {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.heighList .HLauItemList .auItemOut .auItemDep {
  display: none;
}

.heighList .HLauItemList .auItemOut .auItemName {
  margin-bottom: 22px;
  height: 60px;
}

a {
  font-weight: normal;
  font-size: 1rem;
}

#lotsItem .grid-group-item.list-group-item .artWorkDep,
#lotsItem .grid-group-item .auItemDep {
  height: 0;
  display: none !important;
}

/* .newsImgShow {
	display: none;
 } */

/* ä»¥ç°è‰²ç‚ºè¥¯åº• */
#container.bg-gray {
  background-color: #eeeeee;
  padding: 45px 0;
}

/* ä½¿ä¸­é–“å€å¡Šç‚ºç™½è‰² */
#container.bg-gray .container {
  background-color: #fff;
}

/* ä½¿å¤–æ¡†åŠ ä¸Šé™°å½± */
#container.bg-gray .container-wrap {
  box-shadow: 20px 3px 22px -6px rgba(0, 0, 0, 0.5);
}

#appreciation h3 {
  font-size: 15px !important;
  margin-top: 25px;
}

.auctInfo h4 {
  margin-bottom: 22px;
}

#condition {
  border-top: solid 1px rgba(35, 24, 21, 0.2);
  border-bottom: solid 1px rgba(35, 24, 21, 0.2);
  padding: 3px 0 11px;
  text-transform: uppercase;
  margin: 15px 0 0;
  line-height: 1.7;
}

h5 {
  color: rgb(102, 102, 102);
  font-weight: normal;
}

#description h5 {
  color: rgb(102, 102, 102);
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

#newsContent {
  margin-top: 60px;
}

.acContentHr.calender-detail-page {
  padding: 0;
  margin-bottom: 80px;
  margin-top: 60px;
}

.HLauItemList .auItemImg {
  height: 255px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.HLauItemList img {
  max-height: 255px;
}

.bidFormOut.addLots .input-group {
  width: 100%;
}

#artistName {
  margin-top: 0;
}

#guarantee {
  padding-left: 14px;
  margin-bottom: 25px;
  color: #4a4a4a;
  font-weight: lighter;
  line-height: 22px;
}

#guarantee h3 {
  line-height: 1;
  font-size: 1rem;
  /* color: #b02139; */
  /* padding-top: 22px; */
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width: 480px) {
  .artResume {
    margin-top: 0;
  }
}

#signature {
  line-height: inherit;
  display: block;
  margin: 1.8rem 0;
}

.goPress,
.goArtMarket {
  position: absolute;
  width: 8%;
  height: 15%;
  top: 32%;
  left: 28%;
}

.goArtMarket {
  right: 36%;
  left: auto;
  top: 35%;
}

.goVideo {
  position: absolute;
  width: 10%;
  height: 17%;
  left: 39%;
  bottom: 20%;
}

@media (max-width: 480px) {

  .goPress,
  .goArtMarket,
  .goVideo {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden_desktop {
    display: none;
  }
}

/* é¦–é  */

.index-page button:hover {
  color: #b02139 !important;
  border-color: #b02139 !important;
  background-color: transparent !important;
}

.navbar-top {
  position: relative;
}

.index-page {
  padding-top: 0;
}

.index-page .title-wrap {
  margin-top: 65px;
}

.index-page .cate-text-wrap {
  margin-top: 22px;
  margin-bottom: 40px;
}

.index-page .title-wrap a {
  text-decoration: underline;
  color: #4a4a4a;
}

.index-page h3 {
  font-size: 1.28rem;
}

.index-page .auction-wrap h3 {
  line-height: 1.6;
  padding: 5px 0;
}

.index-page p {
  font-weight: normal;
}

.index-page hr {
  margin-bottom: 35px;
}

.index-page .row {
  margin-left: -15px;
  margin-right: -15px;
}

.index-page .e-cate-wrap,
.index-page .art-wrap,
.index-page .art-wrap .row {
  margin: 0;
}

.index-page .e-cate-wrap .cate-text-wrap {
  margin-top: 55px;
  margin-bottom: 50px;
}

.index-page .e-cate-wrap .col-md-fifth img {
  box-shadow: 0 15px 30px rgba(35, 31, 32, 0.2);
}

.index-page .buy-link-wrap p {
  font-size: 1.28rem;
}

.index-page .buy-link-wrap ul {
  border-left: 1px solid #989898;
  margin-top: 25px;
  margin-left: -35px !important;
  padding-left: 42px;
  min-height: 194px;
}

.index-page .buy-link-wrap li {
  padding-bottom: 30px;
}

.index-page .buy-link-wrap a {
  color: #000;
}

.index-page .buy-link-inner {
  padding-left: 60px;
}

.index-page .buy-link-wrap li:last-child {
  padding-bottom: 0px;
}

.index-page .social-embed-wrap .sub-title {
  margin-left: -9px;
  padding-bottom: 19px;
  color: #000;
  font-size: 1.28rem;
}

.index-page .art-wrap h3,
.index-page .art-wrap p {
  text-align: left;
}

.index-page .art-wrap h3 {
  margin-top: 18px;
}

.box-wrapper.arrow_loca {
  position: relative;
}

.arrow_loca .arrow img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
}

.arrow_loca .arrow_right img {
  left: initial;
  right: -30px;
}

.index-page .selected-wrap .auctionThemeTabContent .font-s {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-page .selected-wrap .col-md-9 {
  margin-top: 26px;
  line-height: 1.6;
}

.index-page .selected-wrap ul {
  margin-top: 27px;
  padding: 20px 0 15px;
  border-right: 1px solid #989898;
  /* height: 272px;
  overflow-y: scroll; */
}

.index-page .selected-wrap li {
  padding: 7.5px 0;
}

.index-page .selected-wrap li a {
  color: #989898;
}

.index-page .selected-wrap li:active a,
.index-page .selected-wrap li.active a {
  color: #000;
  font-weight: 600;
}

.index-page .selected-wrap .item-artist {
  margin-top: 16px;
}

.index-page .selected-wrap .item-name {
  font-weight: bold;
}

.index-page,
.index-banner-wrap {
  position: relative;
}

.index-page .banner-text-mask {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48%;
  height: 76%;
  background-color: rgba(15, 15, 15, 0.3);
  /* filter: blur(1px); */
}

.index-page .banner-text-wrap {
  position: absolute;
  left: 15%;
  top: 20%;
}

.index-page .banner-text-wrap h2,
.index-page .banner-text-wrap p {
  color: #fff;
}

.index-page .banner-text-wrap h2 {
  font-size: 2.57rem;
  margin-bottom: 15px;
}

.index-page .banner-text-wrap p {
  margin-bottom: 0;
  line-height: 2.2;
}

.index-page .banner-text-wrap button {
  padding: 5px 15px;
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.art-wrap .img-box {
  background-image: url(../images/img-art-4.png);
  width: 250px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

@media(min-width: 768px) {
  .art-wrap .img-box {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

@media(max-width: 1199px) {
  .art-wrap .img-box {
    width: 158px;
    height: 158px;
  }
}

@media(max-width: 767px) {
  .art-wrap .img-box {
    width: 100%;
    height: 375px;
  }
}

@media(max-width: 480px) {
  .art-wrap .img-box {
    width: 100%;
    height: 265px;
  }
}

.social-vertical-group,
.anchor-vertical-group {
  position: fixed;
  top: 43%;
  left: 2.2%;
  transform: translateY(-50%);
}

.social-vertical-group img,
.anchor-vertical-group li {
  display: block;
  margin: 20px auto;
}

.qr-loca-wrap {
  position: relative;
  width: auto;
}

.qr-loca-wrap a .qr-img {
  position: absolute;
  max-width: initial;
  width: 180px;
  height: 180px;
  left: 45px;
  top: 0%;
  transform: translateY(-56.8%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
  border-radius: 5%;
}

.anchor-vertical-group {
  right: 2.8%;
  left: auto;
  transform: translateY(-50%);
}

.anchor-vertical-group li {
  margin: 8px auto;
}

.anchor-vertical-group li a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(152, 152, 152, 0.4);
}

.anchor-vertical-group li:active a,
.anchor-vertical-group li.active a {
  background-color: #989898;
}

.social-embed-inner {
  padding: 0 35px;
}

.ig-container {
  display: inline-block;
}

.ig-container .col-lg-4 {
  padding: 0 7px;
}

.ig-img-wrap {
  position: relative;
}

.ig-img-wrap span {
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
}

.fb_iframe_widget {
  margin-left: -8px;
}

.wrap-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 20px 0;
  height: 46px;
  background: linear-gradient(to bottom,
      transparent,
      #000)
}

.footer-logo {
  margin: 30px 0 0;
}

footer .link-wrap {
  margin-top: 130px;
  padding-bottom: 22px;
  background-color: #B02139;
  border-bottom: 1px solid #B02139;
}

footer .caret {
  border-color: #989898;
  transform: rotate(225deg);
  margin-left: 2px;
  margin-right: 2px;
}

.link-wrap.navbar-default .navbar-nav li.drop a {
  color: #989898 !important;
  border: none !important;
}

.privacy-wrap .col-md-6.text-right {
  padding-right: 0;
}

.social-widget ul.social-icons li:last-child {
  margin-right: -5px;
}

footer .navbar-default .navbar-nav .dropdown {
  top: -300%;
  left: 10px;
}

footer .navbar-default .navbar-nav .dropdown.subMenuBsMove {
  top: -236%;
}

footer .navbar-default .navbar-nav .dropdown a {
  text-align: left;
}

footer .navbar-default .navbar-nav .dropdown li:hover a,
footer .navbar-default .navbar-nav .dropdown li.active a,
.link-wrap.navbar-default .navbar-nav .dropdown li.drop a {
  text-decoration: none;
  color: #000 !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .index-page .selected-wrap .col-md-3 {
    width: 23%;
  }

  .index-page .selected-wrap .col-md-9 {
    width: 77%;
    padding-right: 0;
  }

  .index-page .e-cate-wrap .title-wrap,
  .index-page .selected-wrap .title-wrap {
    margin-top: 35px;
  }

  ul.navbar-nav.hidden-nav-desktop,
  .social-icons.hidden-nav-desktop,
  .hidden-nav-desktop {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .social-vertical-group {
    left: 3.5%;
  }

  .anchor-vertical-group {
    right: 3.9%;
  }
}

@media (max-width: 1300px) {

  .social-vertical-group,
  .anchor-vertical-group {
    display: none;
  }
}

@media (min-width: 1200px) {
  .ig-img-wrap a img {
    min-width: 157px;
  }
}

@media (max-width: 1199px) {
  h1 {
    margin-top: 25px;
  }

  .navbar-default .navbar-nav>li {
    padding: 29px 18px;
  }

  .navbar .search-form input {
    min-width: 170px;
  }

  .navbar-default .navbar-nav>li:first-child {
    margin-left: 28px;
  }

  .index-page .e-cate-wrap p {
    text-align: left;
  }

  .index-page .buy-link-wrap ul {
    margin-left: -10px !important;
    padding-left: 16px;
  }

  .index-page .banner-text-wrap {
    left: 13%;
  }

  .index-page .banner-text-wrap h2 {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }

  .index-page .banner-text-wrap button {
    margin-top: 12px;
    font-size: 1.2rem;
  }

  .navbar-default .navbar-nav .dropdown {
    left: 18px;
  }
}

@media (max-width: 991px) {

  .navbar-default .navbar-nav .dropdown {
    box-shadow: none;
  }

  .close-btn {
    padding: 13px;
  }

  .search-side {
    position: absolute;
    right: 40px;
    top: 25px;
    padding-top: 0;
  }

  .show-search:after {
    background-image: url(../images/img-search-m.png);
    top: 0;
    right: 0;
  }

  .show-search-form .search-close-btn:after {
    background-image: url(../images/img-close.png);
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .show-search-form .search-side {
    width: 100%;
    top: 67px;
    left: 0;
    padding: 15px;
    background-color: #fff;
  }

  .navbar .search-form,
  .search-close-btn:after {
    display: none;
  }

  .navbar .show-search-form .search-form,
  .show-search-form .search-close-btn:after {
    display: block;
  }

  .navbar .show-search-form .search-form input {
    width: 100%;
    height: 49px;
    padding: 10px 20px;
    color: #989898;
    border: 1px solid #989898;
    border-radius: 10px;
    background-color: #fff;
  }

  .show-search-form .show-search:after {
    top: 32px;
    right: 27px;
  }

  .top-bar {
    display: none !important;
  }

  .navbar-default .navbar-nav>li:first-child {
    margin-left: 0px;
  }

  .navbar-default .navbar-nav>li {
    padding: 0;
  }

  .navbar-default .navbar-nav li {
    border-top: 1px solid rgba(45, 47, 48, 0.3);
    float: none;
  }

  .navbar-default .navbar-nav>li>a.active,
  .navbar-default .navbar-nav>li:hover>a {
    border: none;
  }

  .subMenuArrow.hidden-nav-desktop ul.dropdown {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 !important;
    top: 0;
    left: 0;
  }

  .navbar-default .navbar-nav>li.drop .dropdown {
    visibility: visible;
    opacity: 1;
  }

  .dropdown li a,
  .sup-dropdown li a,
  .navbar-default .navbar-nav>li.drop>a {
    padding: 13px 67px !important;
  }

  .navbar-default .navbar-nav>li.drop>a {
    padding-left: 42px !important;
  }

  ul.navbar-nav.hidden-nav-desktop {
    position: absolute;
    top: 0;
    padding: inherit;
    margin: 0;
    width: 100%;
    min-height: 500px;
    height: 84vh;
    background-color: #fff;
    overflow-y: scroll;
    float: none;
    display: none;
  }

  .dropdown li:hover a {
    color: #4a4a4a;
  }

  .dropdown li.active a,
  .dropdown li:active a {
    font-weight: bold;
    color: #b02139 !important;
  }

  h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  h2 {
    font-size: 1.28rem;
  }

  ul.navbar-nav.hidden-nav-desktop {
    float: none;
    padding: inherit;
    margin: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }

  .hidden-nav-mobile {
    display: none !important;
  }

  .index-page .auction-wrap .title-wrap {
    margin-top: 20px;
  }

  footer img.footer-logo {
    width: auto;
    margin-bottom: 20px;
  }

  .social-widget ul.social-icons li {
    margin-bottom: 0;
    margin-top: 12px;
  }

  footer .link-wrap {
    margin-top: 70px;
  }

  footer .privacy-wrap .flex-middle {
    justify-content: center;
    padding: 20px 0 35px;
  }

  .index-page .banner-text-wrap {
    top: 21%;
  }

  .index-page .banner-text-wrap h2 {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }

  .index-page .banner-text-wrap button {
    font-size: 0.99rem;
  }

  .index-page .banner-text-wrap p {
    margin-bottom: 6px;
    font-size: 0.9rem;
  }

}

@media (max-width: 991px) and (min-width: 800px) {
  .auction-wrap .col-sm-6 {
    min-height: 380px;
  }
}

@media (max-width: 799px) and (min-width: 768px) {
  .auction-wrap .col-sm-6 {
    min-height: 340px;
  }
}

@media(min-width: 768px) {

  .banner-text-wrap {
    max-width: 28%;
  }

  .index-page .banner-text-wrap p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 767px) {
  .search-side {
    right: 20px;
    padding-top: 0;
    margin-top: 0px;
    transition: none;
  }

  .index-page .art-wrap h3,
  .index-page .art-wrap p {
    text-align: left;
    padding: 0 20px;
    line-height: 1.8;
  }

  .index-page .buy-link-inner {
    padding-left: 3%;
  }

  .index-page img {
    width: 100%;
  }

  .index-page .auction-wrap img {
    border-radius: 10px 10px 0 0;
  }

  .index-page .auction-wrap h3 {
    padding: 8px;
    margin: 0 9%;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(45, 47, 48, 0.3);
  }

  .index-page .cate-text-wrap {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .index-page .auction-wrap .index-hr,
  .index-page .art-wrap .index-hr {
    margin: 15px 0 10px;
  }

  .index-page .title-wrap a,
  .banner-text-mask {
    display: none;
  }

  .box-wrapper {
    padding-bottom: 13px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 3px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .index-page .art-wrap .box-wrapper {
    margin: 20px 15px;
  }

  .index-page .box-wrapper-footer {
    margin-top: 40px;
    padding: 15px 0;
    border-radius: 5px;
    clear: both;
  }

  .index-page .box-wrapper-footer a {
    color: #000;
    font-weight: 500;
  }

  .index-page .buy-link-wrap .box-wrapper-footer {
    margin: 10px 10px 22px;
    width: -webkit-fill-available;
  }

  .index-page .e-cate-wrap .col-md-fifth img {
    box-shadow: none;
  }

  .index-page .e-cate-wrap p {
    text-align: center;
  }

  .index-page .e-cate-wrap .cate-text-wrap {
    margin: 15px 0 30px;
  }

  .index-page .e-cate-wrap p {
    font-size: 10px;
  }

  .index-page .banner-text-wrap {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
  }

  .index-page .banner-text-wrap h2,
  .index-page .banner-text-wrap p {
    color: #4a4a4a;
  }

  .index-page .banner-text-wrap h2 {
    font-size: 1.42rem;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .index-page .banner-text-wrap p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .index-page .banner-text-wrap button {
    border: 2px solid #000;
    color: #000;
    font-size: 0.99rem;
    padding: 7px 40px;
  }

  .index-page .banner-text-wrap .btn-loca {
    text-align: center;
  }

  .index-banner-wrap .hidden-desktop {
    width: 100%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #989898;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777;
}





.font-s {
  color: #72777B;
}

.index-banner-arrow {
  position: relative;

}

.index-banner-arrow .arrow_left {
  position: absolute;
  width: 30px;
  top: 200px;

}

.index-banner-arrow .arrow_right {
  position: absolute;
  width: 5%;
  top: 50%;
  right: 15px;
  cursor: pointer;
  text-align: right;

}

.index-banner-arrow .arrow_left {
  position: absolute;
  width: 5%;
  top: 50%;
  left: 15px;
  cursor: pointer;

}

.arrow_left svg,
.arrow_right svg {
  width: 9px;
  height: 16px;
}

.index-banner-arrow a:hover {
  color: none !important;
}

@media screen and (min-width:768px) {

  .index-banner-arrow .arrow_right {

    right: 15px;
  }

  .index-banner-arrow .arrow_right img {
    width: 25px;
  }

  .index-banner-arrow .arrow_left img {
    width: 25px;

  }

  .index-banner-arrow .arrow_left {
    left: 15px;
  }

  .arrow_left svg,
  .arrow_right svg {
    width: 16px;
    height: 23px;
  }


}




@media screen and (max-width:420px) {
  .e-cate-wrap .col-md-6:nth-child(2n+1) {
    clear: both;
  }

  .e-cate-wrap .col-xs-6:nth-child(2n+1) {
    clear: both;
  }

  .navbar-brand img {
    position: relative;
    top: 6px;
    width: 88px;
  }
}


.dropdown li a.active,
.sup-dropdown li a.active {
  color: #b20139 !important;
  font-weight: 600;
}



@media (min-width: 992px) {
  .navbar-default .navbar-nav-en>li {
    position: relative;
    padding: 29px 21px;
  }
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav-en>li {
    position: relative;
    padding: 29px 9px!important;
  }
}


.artistBan .artistBanTxt {
  width: 100%;
  position: inherit;
  top: 0; 
  left: 0;
  height: 0px;
  display: -webkit-flex;
  /*display: flex;*/
  display: contents;
  flex-direction: column;
}

.artistBan img {
  display: none;
}


.artist_description{
  margin-top: -6%;
  /*margin-top: 12%;*/
}

@media(min-width: 1200px){
.artist_description{
  margin-top: 0%;
  /*margin-top: 15%;*/
  }
}

@media(max-width: 767px){
  .artist_description{
    margin-top: -10%;
    /*margin-top: 10%;*/
  }
}

@media(max-width: 480px){
  .artist_description{
    margin-top: -12%;
    /*margin-top: 19%;*/
  }
}

@media(max-width: 400px){
  .artist_description{
    margin-top: -15%;
    /*margin-top: 40%;*/
  }
}