
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* 1. Parallax Scrolling Start */
.parallax {
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: static;
}
/* Parallax Scrolling End */

/*2. Slideshow*/

.slideshow {
  overflow: hidden;
}

/*3. All Social Icons*/

.social-icon {
  margin:0;
  padding: 0;
}

.footer .social-icon ul {
  margin:0 auto;
}

.social-icon ul {
  margin: 0;
}

.social-icon ul li {
  float        : left;
  margin       : 0;
  padding      : 0;
  list-style: none;
}

.footer .social-icon ul li {
  padding      : 0 2px;
}

.social-icon ul li:last-child{
  border : 0;
}

.social-icon ul li a {
  height  : 32px;
  display : block;
}

.header-top .social-icon ul li a {
  height  : 40px;
  display : block;
}

.footer .social-icon ul li a {
  height  : 32px;
  background: #2e2e2e;
}

  /*  ANIMATED ICON
  -----------------------*/

.customNavigation span.fa{
  width        : 24px;
  height       : 24px;
  line-height  : 24px;
}

.icustomNavigation span.fa::before{
  font-size   : 14px;
  line-height : 24px;
}

.social-icon span.fa,
.modal-button-icon span.fa {
  width  : 32px;
  height : 32px;  
}

.header-top .social-icon span.fa,
.header-top .modal-button-icon span.fa {
  width  : 40px;
  height : 40px;  
}

.social-icon span.fa::before,
.modal-button-icon span.fa::before {
  font-size   : 14px;
  line-height : 32px;
}

.social-icon span.fa::before,
.modal-button-icon span.fa::before {
  font-size   : 14px;
  line-height : 32px;
}

.header-top .social-icon span.fa::before,
.header-top .modal-button-icon span.fa::before {
  font-size   : 14px;
  line-height : 40px;
}

.footer .social-icon span.fa::before,
.footer .modal-button-icon span.fa::before {
  font-size   : 18px;
  line-height : 32px;
}

.social-icon span.fa, 
.modal-button-icon span.fa,
.customNavigation span.fa {
  display             : inline-block;      
  cursor              : pointer;
  margin              : 0px;
  text-align          : center;
  position            : relative;
  z-index             : 1;
  color               : #959595;
  overflow            : hidden;
  border-radius       : 1px;
  -webkit-transition  : all 0.5s;
  -moz-transition     : all 0.5s;
  transition          : all 0.5s;
  -webkit-transform: translateZ(0);
}

.social-icon span.fa::before,
.modal-button-icon span.fa::before,
.customNavigation span.fa::before   {
  border-radius            : 2px;
  speak                    : none;
  display                  : block;
  -webkit-font-smoothing   : antialiased;
}

.social-icon span.fa::after,
.modal-button-icon span.fa::after,
.customNavigation span.fa::after
{
  pointer-events  : none;
  position        : absolute;
  width           : 100%;
  height          : 100%;
  content         : '';
  display         : none;
  box-sizing      : content-box;
}

.social-icon span.fa:hover::before,
.modal-button-icon span.fa:hover::before,
.customNavigation span.fa:hover::before
{
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

/*----------------------------------------------------
	KEY FRAME
  ------------------------------------------------------*/

@-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;
  }
}

/*4. SP Tweet*/

.sp-tweet-list {
  margin: 0;
}

.sp-tweet-bubble .tweet-user-info .author {
  display: none;
}

.sp-tweet-even {
  background: none !important;
}

.sp-tweet-item {
  border-bottom: 0 !important;
}
.sp-tweet-list .bubble-m, .sp-tweet-list .bubble-r, .sp-tweet-list .bubble-l, .sp-tweet-list .bubble-bm, .sp-tweet-list .bubble-br, .sp-tweet-list .bubble-bl,.sp-tweet-list .bubble-tm,.sp-tweet-list .bubble-tl,.sp-tweet-list .bubble-tr {
  background: none !important;
}

.sp-tweet-list .tweet-user-info img.tweet-avatar {
  padding: 0;
  background: none;
}

.sp-tweet-list .tweet-text {
  font-size: 13px;
}

.sp-tweet-list .date, .sp-tweet-list .source {
  margin-bottom: 10px;
}

/*5. ArtSexy Lightbox*/

.artsexylightbox_container {
  margin-top: 10px;
}

.artsexylightbox {
  margin: 1px !important;
  border: 0 !important; 
}

/*6. Progressbar*/
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}

.checkout-wrap {
  color: #444;
  margin-bottom: 100px;
  max-width: 1200px;
  position: relative;
	margin: 40px auto;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 40px auto 140px;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 40px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}
