/*ad*/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #81ccee; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }

  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }

  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }

  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }

  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }

  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }

  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }

  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }

  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0px;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0px;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }

  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }

  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }

  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }

  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }
/*bx*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	background: url(../images/arrow-l.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/arrow-r.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*lb*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*owlcarosal*/
/* 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);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(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);
}
/*owltheme*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*owltransition*/

.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 .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .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 .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .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: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.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); }
}
/*paginatin*/
.pager { margin-top-:12px;}/*alosin maincss*/
.pager { margin-top:20px;}
/*=======*/
.pager > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Page-r > ul li {
  display: inline;
}
.Pager- > ul li a {
  color: #333333;
display: inline-block;
font-size: 13px;
padding: 0 18px;
text-transform: uppercase;
}

.Pager- > ul li a:hover {
  color: #ff6766;
  text-decoration:none;
}/

/*=======*/

ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
	float:inherit;
	}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #CCC;
	font-weight:bold;
	color:#fff;
	padding:8px 12px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
	color:#333;
	background:#D3D3D3;
			border-radius:0px;

}
ul.yiiPager .next a
{
	font-weight:normal;
	color:#333;
	background:#D3D3D3;
			border-radius:0px;

}
ul.yiiPager .previous a
{
	font-weight:normal;
	color:#333;
	background:#D3D3D3;
			border-radius:0px;
}
ul.yiiPager .page a:hover
{
	border:solid 1px #000;
	color:#FFF;
	background:#666;
}
ul.yiiPager .next a:hover
{
	border:solid 1px #000;
	color:#FFF;
	background:#666;
}
ul.yiiPager .previous a:hover
{
	border:solid 1px #000;
	color:#FFF;
	background:#666;
}

ul.yiiPager .selected a
{
	background:#333;
	border:solid 1px #000;
		border-top:#F00 solid ; padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
}

ul.yiiPager .hidden a
{
	border:solid 1px #DEDEDE;
	culor:#888888;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}
/*resp*/
/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1280px) {

 
.main_cat_item .tr-add-cart > ul {
  margin: 158px 0 0 12px;
}
.carousel-control.left {
  left: 46%;
}
 .carousel-control.right {
  right: 46%;
} 
.trending_box .nav.nav-tabs {
  width: 37%;
}
.fresh_blog_text {
  margin-right: 10px;
}
ul.wid_social li a {
  height: 36px;
  padding: 13px 5px 5px 15px;
  width: 36px;
}
ul.wid_social li {
  margin-right: 4px;
}
.client_box {
  width: 27%;
}
.size_up img {
  margin-left: -1px;
  margin-top: 1px;
}
.size_cart {
  padding: 5px 10px;
}
.blog_search i {
  margin-left: -25px;
}
.blog_search input[type="text"] {
  width: 248px;
}
.recent_post_img {
  width: 45%;
}
.recent_post_text {
  margin-right: 7px;
}
#instrigram li {
  margin-bottom: 13px;
  margin-left: 12px;
}
.comment_text {
  width: 80%;
}
.nav_left i {
  margin-left: 45px;
}
.nav_right a {
  padding-left: 19px;
}
.c_main_item p, .c_single_item p {
  font-size: 10px;
}
.filter_box_right .dropdown-menu {
  left: 64%;
}
.panel-body.colors_cat ul#cat_color li {
  margin-right: 2px;
}
.panel-body.colors_cat ul#cat_color li a {
  height: 34px;
  width: 34px;
}
.cat_filter_box p label {
  padding: 4px 12px;
}
.panel-body ul#cat_size {
  margin: -13px 17px 0;
}
#headingOne .panel-title {
  font-size: 11px;
}
#headingTwo .panel-title a {
  font-size: 13px;
}
#home-accordion .panel-body > input[type="submit"] {
  width: 67%;
}
.cat_mega_menu {
  width: 940px;
}
.cat_left {
  margin-right: 56px;
}
.cat_middle {
  margin-right: 54px;
}
.ex_left_text {
  left: 163px;
  top: 122px;
}
 .ex_left_text > h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}   
.ex_left_text > h2 {
  font-size: 32px;
}
.ex_left_text p {
  font-size: 12px;
}
.ex_left_text.ex_left_right {
  left: 339px;
}
.ex_left_right h6 {
  font-size: 13px;
}
.ex_left_text > h2 {
  font-size: 27px;
}
.fa.fa-shopping-cart.tr_cart {
  left: -10px;
}
.fa.fa-search.tr_search {
  right: -2px;
}



}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .header_left input[type="text"] { width:85%;}
 /* new. */
 .review_comments {
margin-bottom: 30px;
width:100%
}
 .Review_input {
  width: 98%;
}
 /* end new. */
.trending_box .nav.nav-tabs {
  width: 50%;
}
.carousel-control.left {
  left: 45%;
  top: -21%;
}
.carousel-control.right {
  right: 45%;
  top: -21%;
}
.fresh_blog_text span {
  font-size: 26px;
}
.fresh_blog_text h2 {
  font-size: 30px;
}
.bootstrap-select > .btn {
  width: 90%;
}
.months p {
  font-size: 11px;
}
.fresh_blog_bottom_text h4 {
  font-size: 10px;
}
.fresh_blog_text {
  margin-right: 10px;
  width: 51%;
}
.fresh_blog_bottom_text > p {
  font-size: 11px;
  }
.fresh_blog_img {
  width: 46%;
}
#testi_carosel .item > p {
  font-size: 16px;
  width: 85%;
}
.client_box {
  width: 35%;
}
.branding_box_heading > h2 {
  width: 14%;
}
.dotted_line {
  width: 79%;
}
.footer_top_left > a {
  font-size: 12px;
  margin-right: 7px;
}
.footer_top_left > input[type="text"] {
  width: 34%;
}
.footer_top_left > input[type="submit"] {
  font-size: 12px;
}
ul.wid_social li {
  margin-right: 5px;
}
ul.wid_social li a {
  height: 22px;
  padding: 5px 5px 11px;
  width: 22px;
}
#branding_caro .owl-item img {
  display: block;
  margin: 0 auto;
}
.trending_box .owl-carousel::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.trending_box .owl-carousel::after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#owl-example.owl-carousel .owl-wrapper-outer {
  left: 0;
  width: 100%;
}
#owl-example.owl-carousel .owl-next, #owl-example-two.owl-carousel .owl-next, #owl-example-three.owl-carousel .owl-next, #owl-example-four.owl-carousel .owl-next {
  position: absolute;
  right: 19px;
}
.nav_left a {
  font-size: 14px;
}
.nav_left i {
  margin-left: 12px;
}
.cat_mega_menu {
  width: 719px;
}
.cat_left {
  margin-right: 25px;
  width: 18%;
}
.cat_middle {
  margin-right: 13px;
  width: 18%;
}
.cat_middle_right {
  margin-right: 10px;
  width: 15%;
}
.cat_img {
  margin-right: 0;
  width: 41%;
}
.nav_right a {
  font-size: 12px;
  padding-left: 9px;
}
.mainmenu ul#nav li {
  padding: 0px 18px;
}
.mainmenu ul#nav li ul#sub-menu {
  width: 260px;
}
.promo_text {
  left: 21px;
  top: 31px;
}
.promo_text > h5, .promo_text_bottom > h5 {
  font-size: 18px;
}
.promo_text_bottom {
  right: 19px;
}
.promo_text_bottom.promo_text_b {
  right: 18px;
  top: 33px;
}
.promo_text.promo_text_t {
  top: 54px;
}

.trending_box .nav.nav-tabs {
  width: 50%;
}
.carousel-control.left {
  left: 45%;
  top: -21%;
}
.carousel-control.right {
  right: 45%;
  top: -21%;
}
.fresh_blog_text span {
  font-size: 26px;
}
.fresh_blog_text h2 {
  font-size: 30px;
}
.months p {
  font-size: 11px;
}
.fresh_blog_bottom_text h4 {
  font-size: 10px;
}
.fresh_blog_text {
  margin-right: 10px;
  width: 51%;
}
.fresh_blog_bottom_text > p {
  font-size: 11px;
  }
.fresh_blog_img {
  width: 46%;
}
#testi_carosel .item > p {
  font-size: 16px;
  width: 85%;
}
.client_box {
  width: 35%;
}
.branding_box_heading > h2 {
  width: 14%;
}
.dotted_line {
  width: 79%;
}
.footer_top_left > a {
  font-size: 12px;
  margin-right: 7px;
}
.footer_top_left > input[type="text"] {
  width: 34%;
}
.footer_top_left > input[type="submit"] {
  font-size: 12px;
}
ul.wid_social li {
  margin-right: 5px;
}
ul.wid_social li a {
  height: 22px;
  padding: 5px 5px 11px;
  width: 22px;
}
#branding_caro .owl-item img {
  display: block;
  margin: 0 auto;
}
.trending_box .owl-carousel::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.trending_box .owl-carousel::after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#owl-example.owl-carousel .owl-wrapper-outer {
  left: 0;
  width: 100%;
}
#owl-example.owl-carousel .owl-next, #owl-example-two.owl-carousel .owl-next, #owl-example-three.owl-carousel .owl-next, #owl-example-four.owl-carousel .owl-next {
  position: absolute;
  right: 19px;
}
.nav_left a {
  font-size: 14px;
}
.nav_left i {
  margin-left: 12px;
}
.cat_mega_menu {
  width: 719px;
}
.cat_left {
  margin-right: 25px;
  width: 18%;
}
.cat_middle {
  margin-right: 13px;
  width: 18%;
}
.cat_middle_right {
  margin-right: 10px;
  width: 15%;
}
.cat_img {
  margin-right: 0;
  width: 41%;
}
.nav_right a {
  font-size: 12px;
  padding-left: 9px;
}
.mainmenu ul#nav li {
  padding: 0px 18px;
}
.mainmenu ul#nav li ul#sub-menu {
  width: 260px;
}
.promo_text {
  left: 21px;
  top: 31px;
}
.promo_text > h5, .promo_text_bottom > h5 {
  font-size: 18px;
}
.promo_text_bottom {
  right: 19px;
}
.promo_text_bottom.promo_text_b {
  right: 18px;
  top: 33px;
}
.promo_text.promo_text_t {
  top: 54px;
}
.blog_page_sidebar {
  margin-left: 5px;
}
.blog_search input[type="text"] {
  width: 210px;
}
.log_li_img {
  margin-top: -6px;
}
.recent_post_text {
  margin-right: 5px;
}
.recent_post_text h3 {
  font-size: 12px;
  line-height: 20px;
}
.recent_post_text > p {
  font-size: 11px;
}
.recent_post_img {
  width: 45%;
}
#instrigram li {
  width: 26.8%;
}
.comment_text {
  padding: 27px 11px 12px 20px;
  width: 80%;
}
ul#single_blog_nav {
  margin-left: 50px;
}
.c_main_item p, .c_single_item p {
  font-size: 10px;;
}
.product_form_total {
  padding: 12px;
}
#home-accordion .panel-title {
  font-size: 12px;
}
.cart_item_img p {
  font-size: 10px;
}
.single_p_image > img {
  margin-left: 117px;
  width: 62%;
}
.detail_heading_left h3 {
  font-size: 18px;
}
.panel-body.product_ac_body ul {
  margin: 0 0 0 35px;
}
.color_size_detail ul li a {
  height: 28px;
  width: 34px;
}
.color_size_detail ul li {
  margin-right: 3px;
}
.size_num {
  height: 27px;
}
.size_up {
  overflow: hidden;
}
.size_cart {
  padding: 3px;
  width: 34%;
}
.size_cart a {
  font-size: 10px;
}
.size_heart {
  padding: 2px;
}
.cat_filter_box p label {
  padding: 4px 13px;
}
.panel-body.colors_cat ul#cat_color li {
  margin-right: 2px;
}
.panel-body ul#cat_size {
  margin: -13px 15px 0;
 }
.panel-body ul#cat_size li {
  margin-right: 13px;
}
.tr-add-cart ul li a {
  font-size: 13px;
}
.filter_box_right .dropdown-menu {
  left: 30%;
}
.ex_left_text {
  margin-left: -38px;
  margin-top: 126px;
  padding-bottom: 41px;
}
.ex_left_text > h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.ex_left_text > h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.ex_left_text > p {
  font-size: 12px;
  margin-bottom: 30px;
}
.ex_left_text.ex_left_right {
  margin-left: 165px;
  margin-top: 111px;
  padding-bottom: 74px;
}
.ex_left_right h6 {
  font-size: 12px;
}
.ex_left_text > h2 {
  font-size: 20px;
}
.ex_left_text.ex_left_right > p {
  font-size: 11px;
}

.t_to_b_img {
  margin-right: 9px;
  width: 35%;
}
.t_to_b_text {
  width: 53%;
}
.t_to_b_text p {
  font-size: 10px;
}
.t_to_b_dollr {
  width: 52%;
}
.t_to_b_dollr span {
  font-size: 10px;
}
.t_to_b_del > del {
  font-size: 10px;
}
.t_to_b_del {
  width: 48%;
}
.ex_left {
  height: 165px;
}




}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.zeemax_resp{text-align:center; margin:auto; width:767px; left:35%; top:0; position:absolute;}
 #zeemaxgear_drop_content {}
 /* new. */
 .review_comments {
margin-bottom: 30px;
width:100%
}
 .Review_input {
  width: 98%;
}
.review_heading_left {
  width: 62%;
}
.review_heading_left h2 {
  font-size: 15px;
}
.review_heading_right {
  width: 38%;
}
.review_comment_input input[type="submit"] {
  width: 45%;
}
 /* end new. */
.nav_left {
  display: none;
}
.nav_center {
  display: none;
}
.nav_right {
  display: none;
}
 .ofm {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100000000;
}
.m_nav {
  cursor: pointer;
}
.ofm li {
  color: #fff;
  float: left;
  font-family: cabin;
  font-size: 16px;
  font-weight: bold;
  list-style: outside none none;
  padding: 13px 0;
  text-transform: uppercase;
  width: 50%;
}
.ofm li {
  text-align: center;
  width: 100%;
}
.ofm li i {
  font-size: 17px;
}
.mobi-menu {
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 99999;
}
.mobi-menu {
}
#cssmenu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: #dddddd #dddddd -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #ffffff;
  font-family: Helvetica,Arial,sans-serif;
  margin: 50px auto;
  max-width: 300px;
  width: 100%;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 0 0 #fff;
}

#cssmenu > ul > li > a {
  padding: 15px 20px;
}
#cssmenu ul ul li a {
  padding: 15px 20px !important;
}
.only-for-mobile {
  display: block !important;
  margin-top: 0px;
  position: relative;
}
#cssmenu > ul > li.active > a > span::after, #cssmenu > ul > li.open > a > span::after {
  content: "";
  position: absolute;
  right: 22px;
}
.header_left {
  float: none;
  margin: 17px auto 0;
  text-align: center;
}
.header_left a {
  left: 53px;
}
.header_left input[type="text"] {
  background: #F9F9F9;
  margin-left: 13px;
  padding-left: 10px;
  padding-top: 3px;
}
.header_center {
  margin: 40px 0 0;
}
.header_right {
  display: block;
  float: none;
  margin: 60px auto 10px -10px;
  padding-bottom: 22px;
}
.mobi_right_li {float:right !important;}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  background: none repeat scroll 0 0 #DA2525;
  font-family: 'Roboto Condensed', sans-serif;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  background: none repeat scroll 0 0 #DA2525;
  font-family: 'Roboto Condensed', sans-serif;
}
.blog_date_in_page {
  margin-right: 13px;
}
.blog_date_in_page h2 {
  font-size: 30px;
}
.blog_date_in_page p {
  font-size: 10px;
}
 .pagi_ul ul li a {
  font-size: 12px;
  padding: 0 7px;
}   
.blog_search input[type="text"] {
  width: 262px;
}
.blog_page_sidebar {
  margin-left: 10px;
}
.recent_post_text {
  margin-right: 6px;
}
#instrigram li {
  width: 27.8%;
}
.footer_top_right ul#payment {
  text-align: center;
}
.footer_top_right ul#payment li {
  margin-left: 4px;
}
.footer_top_left > input[type="text"] {
  margin-bottom: 15px;
  margin-top: 10px;
  width: 67%;
}
#payment img {
width:17%;
}
.single_widget ul.widget_nav {
  margin-bottom: 40px;
}
.single_widget {
  text-align: center;
}
ul.wid_social li a {
  padding: 13px 5px 5px 4px;
}
ul#single_blog_nav {
  margin-left: 14px;
}
.comment_name {
  width: 77%;
}
.reply {
  width: 22%;
}
.comment_name h3 {
  font-size: 12px;
}
.comment_text {
  padding: 28px 13px 13px 13px;
  width: 77%;
}
.single_comment.even {
  margin-left: 0px;
}
.left_input {
  float: none;
  width:97%
}
.right_input {
  float: none;
  width: 97%;
}
.blog_page_area {
  padding-bottom: 90px;
  padding-top: 15px;
}
.cartbtns_btm_box {
  text-align: center;
}
.cartbtns_btm_box input[type="submit"] {
  margin-right: 0px;
  padding: 7px 13px;
}
.bread_box ul.breadcumb li a {
  padding: 0 6px;
}
.checkout_right {
  margin-top: 25px;
}
.input_left {
  float: none;
  width: 94%;
}
.input_right {
  float: none;
width: 94%;
}
.submit_btn input[type="submit"] {
  margin-left: -12px;
}
.submit_btn {
  margin-left: 14px;
}
.panel-body ul#cat_size li a {
  height: 28px;
  width: 37px;
}
.panel-body > ul#cat_size li {
  margin-right: 6px;
}
.filter_box_left p {
  margin-bottom: 15px;
    margin-right: 10px;
}
.filter_cont {
  margin-bottom: 27px;
    margin-right: 4px;
}
.s_results p, .filter_box_right a {
  margin-bottom: 31px;
}
.s_results span {
  margin-right: 20px;
}
.filter_box_right .dropdown-menu {
  left: 45%;
}
.single_call_action {
  margin-bottom: 28px;
text-align: center;
width: 100%;
}
.single_call_action > img {
  float: none;
  margin-right:0;
}
.promo_text {
  left: 12px;
  top: 23px;
}
.promo_text_bottom {
  right: 21px;
  top: 29px;
}
.promo_text.promo_text_t {
  top: 25px;
}
.promo_text_bottom.promo_text_b {
  right: 17px;
  top: 18px;
}
.promo_text h5, .promo_text_bottom h5 {
  font-size: 13px;
}
.promo_text a, .promo_text_bottom a {
  font-size: 10px;
}
.promotion_bottom_t {
  margin-top: 18px;
}
.nav > li > a {
  font-size: 10px;
  padding: 10px 3px;
}
.trending_box .nav.nav-tabs {
  width: 98%;
}
.nav.nav-tabs span {
  padding-left: 12px;
}
.trending_box .owl-carousel::before {
  background: none;
  z-index:-1;
}
.trending_box .owl-carousel::after {
  background: none;
  z-index:-1;
}
#owl-example.owl-carousel .item, #owl-example-two.owl-carousel .item, #owl-example-three.owl-carousel .item, #owl-example-four.owl-carousel .item {
  margin: 0 auto;
}
.owl-carousel .owl-next {
  
}

.month_right {
  padding-bottom: 15px;
}
#blog-caro .carousel-control.left {
 left: 40%;
 top: -11%;
}
#blog-caro .carousel-control.right {
 right: 40%;
  top: -11%;
}
.fresh_blog_text {
  width: 47%;
}
.fresh_blog_text h2 {
  font-size: 30px;
}
.fresh_blog_text span {
  font-size: 26px;
}
.months p {
  font-size: 11px;
}
.month_right > span {
  font-size: 10px;
}

.fresh_blog_bottom_text h4 {
  font-size: 11px;
  margin-top: 15px;
}
.fresh_blog_bottom_text > p {
  font-size: 11px;
}
.fresh_blog_text {
  margin-bottom: 60px;
}
.fresh_blog_area {
  padding-top: 95px;
  padding-bottom: 30px;
}
#testi_carosel .item p {
  font-size: 15px;
  width: 89%;
}
.client_box {
  width: 87%;
}
.dotted_line {
  width: 46%;
}
.branding_box_heading h2 {
  width: 34%;
}
#branding_caro.owl-carousel .owl-next {
  right: -38%;
}
#branding_caro.owl-carousel .owl-prev {
  left: 44%;
}
.single_p_image {
  margin-bottom: 40px;
}

.single_p_image > img {
  margin-left: 116px;
  width: 53%;
}
.detail_heading_left h3 {
  font-size: 18px;
}
.detail_heading_left {
  width: 64%;
}
.detail_heading_right {
  width: 36%;
}
.panel-body.product_ac_body ul {
  margin: 0 0 0 32px;
}
.color_size_detail ul li a {
  height: 24px;
  padding-top: 4px;
  width: 26px;
}
.color_size_detail ul li {
  margin-right: 1px;
}
.size_up {
  overflow: hidden;
  width: 50%;
}
.size_num {
  height: 25px;
  width: 50%;
}
.t_to_b_img {
  width: 32%;
}
.single_t_to_b {
  margin-bottom: 40px;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
  right: -23px;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
  right: -14px;
}
.size_cart {
  margin-right: 3%;
  padding: 3px 0;
  width: 32%;
}
.size_cart a {
  font-size: 8px;
} 
.header_top_left > p {
font-size:11px;
}
.size_heart {
  margin-right: 3%;
  padding: 3px;
  width: 14%;
}
.tab-product {
  float: none;
  margin-bottom: 25px;
  margin-right: 0;
  width: 100%;
  border-bottom: 0px solid;
}
ul.nav.nav-tabs.tab-product li {
  margin-right: 4px;
  width:auto;
 
}
ul.nav.nav-tabs.tab-product li a {
  font-size: 10px;
  padding: 18px;
}
ul.nav.nav-tabs.tab-product li.active {
  border-top: 3px solid #ff6766;
  border-right:1px solid #ececec;
  border-left:1px solid #ececec;
  border-bottom:0px solid #ececec;
}
.tab-p-details {
  float: none;
  padding: 5px;
  width: 99%;
}
.wid_line::after {
  left: 117px;
}
#owl-example-single .owl-next {
  left: 78%;
}
#owl-example-single .owl-prev {
  left: 72%;
}
.exclusive_area {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ex_left {
  height: auto;
  position: relative;
}
.ex_left::after {
  background: url("../images/x-man.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  content: "";
  height: 210px;
  left: -14px;
  position: absolute;
  top: -75px;
  width: 110%;
  z-index: -1;
}
.ex_left_text {
  margin-left: -47px;
  margin-top: 74px;
  text-align: center;
  width: 100%;
}
.ex_left_text > h2 {
  font-size: 19px;
}
.ex_left_text > h5 {
  font-size: 12px;
  margin-bottom: 10px;
}
.ex_left_text > p {
  font-size: 10px;
  margin-bottom: 10px;
}
.ex_left_text > a {
  font-size: 10px;
  padding: 5px 10px;
}
.ex_right {
  width: 100%;
position: relative;
}
.ex_right::after {
  background: url("../images/x-man2.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
  content: "";
  height: 210px;
  left: -14px;
  position: absolute;
  top: -75px;
  width: 110%;
  z-index: -1;
}
.ex_left_text.ex_left_right {
  margin-left: 64px;
  margin-top: 97px;
  padding-bottom: 20px;
}
.ex_left_right h6 {
  font-size: 10px;
}
.ex_left_text.ex_left_right > p {
  margin: 0 auto 20px;
  width: 65%;
  font-size: 9px;
}
.item:hover .tr-add-cart {
  opacity: 1;
  text-align: center;
  transition: all 0.25s ease 0s;
}
.cart_item_img img {
  float: none;
}
.cart_item_img p {
  font-size: 10px;
}
.h_item1 p, .h_item2 p, .h_item3 p, .h_item4 p {
  font-size: 11px;
}
.cart_quantity ul li {
  margin-right: 0px;
}
.cart_quantity ul li a {
  font-size: 10px;
  height: 16px;
  padding-top: 0px;
  width: 16px;
}
.cart_heading {
  padding: 15px 5px;
}
#owl-example.owl-carousel .owl-wrapper-outer {
  left: 0;
  width: 100%;
}
.panel-body.colors_cat ul#cat_color li a {
  height: 25px;
  width: 25px;
}
.owl-carousel .item {
  margin: 0 auto;
}


}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .zeemax_resp{text-align:center; margin:0 auto;  left:25%; top:0; position:absolute;}
 #zeemaxgear_drop_content {}
 /* new. */
 .review_comment_input input[type="submit"] {
  width: 33%;
}
 .review_comments {
margin-bottom: 30px;
width:100%
}
 .Review_input {
  width: 98%;
}
.review_heading_left h2 span {
  font-size: 15px;
  margin-right: 0px;
}
.review_heading_left h2 {
  font-size: 16px;
}
 /* end new. */


.header_left a {
  left: 125px;
}
.promo_text h5, .promo_text_bottom h5 {
  font-size: 22px;
}
.promo_text a, .promo_text_bottom a {
  font-size: 13px;
}
.nav > li > a {
  font-size: 11px;
  padding: 10px 5px;
}
.trending_box .nav.nav-tabs {
  width: 75%;
}
.dotted_line {
  width: 55%;
}
.branding_box_heading h2 {
  width: 26%;
}
.footer_top_left input[type="text"] {
  width: 40%;
}
.footer_top_left a {
  margin-right: 4px;
}
.footer_top_left {
  margin-bottom: 20px;
}
.footer_top_right ul#payment li {
  margin-left: 14px;
}
.wid_line::after {
  left: 194px;
}
.single_p_image > img {
  margin-left: 170px;
}
.size_num {
  height: 31px;
}
ul.nav.nav-tabs.tab-product li a {
  font-size: 12px;
  padding: 5px 17px;
}
#owl-example-single .owl-next {
  left: 86%;
}
#owl-example-single .owl-prev {
  left: 82%;
}
.blog_date_in_page h2 {
  font-size: 34px;
}
.blog_date_in_page p {
  font-size: 12px;
}
.blog_date_in_page {
  margin-right: 30px;
}
.blog_search input[type="text"] {
  width: 393px;
}
.recent_post_img {
  width: 25%;
}
#instrigram li {
  margin-bottom: 0;
  margin-left: 8px;
  width: 13.8%;
}
.cart_item_img > img {
float: none;
}
.filter_box_right .dropdown-menu {
  left: 64%;
}
.panel-body.colors_cat ul#cat_color li {
  margin-right: 3px;
}
.client_box > img {
  float: left;
  margin-right: 15px;
  width: 15%;
}.client_box > img {
  width: 15%;
}
.client_box {
  width: 61%;
}
.ex_left_text.ex_left_right {
  padding-bottom: 25px;
}
.ex_left_text {
  left: 84px;
}
#blog-caro .carousel-control.right {
  right: 42%;
}
#blog-caro .carousel-control.left {
  left: 42%;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-next {
  right: -79px;
}
.single_t_to_b .bx-wrapper .bx-controls-direction a.bx-prev {
  right: -64px;
}
.ex_left_text > p {
  font-size: 10px;
  width: 36%;
}
.ex_left_text.ex_left_right > p {
  margin: 0 auto 16px;
  width: 48%;
}
.blog_img_l{  margin-bottom: -91px;}
#payment img {
width:16%;
}
.view_post {
  margin-top: 50px;
}

}
@media only screen and (min-width: 320px) and (max-width: 374px) {
.cartbtns_btm_box {
  text-align: center;
}
.cartbtns_btm_box input[type="submit"], .cartbtns_btm_box a.cart_update {
  margin-right: 0px;
  padding: 7px 7px;
  width:70px;
}
} 
@media only screen and (max-width: 479px) {
		.zeemax_resp{   width:100%;
        display:block;
		left:15%;
        }
 #zeemaxgear_drop_content { }
}
/*fronanim*/

/* ANIMATIONS
============================================================================= */

	/* logo */
	.da 						{ animation-delay:0.8s; -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; }
	.dn 						{ animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
	.dg 						{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
	.de 						{ animation-delay:0.4s; -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; }
	.dr 						{ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }

	.zz 						{ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
	.zo 						{ animation-delay:0.4s; -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; }
	.zn 						{ animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
	.ze 						{ animation-delay:0.5s; -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }

	/* sidebar */
	#side-home 					{ animation-delay:0.2s; -moz-animation-delay:0.2s; -webkit-animation-delay:0.2s; }
	#side-about 				{ animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
	#side-work 					{ animation-delay:0.8s; -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; }
	#side-contact 				{ animation-delay:0.3s; -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; }

	/* content */
	#content 					{ animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
		#content img 			{ animation-delay:1.7s; -moz-animation-delay:1.7s; -webkit-animation-delay:1.7s; }

/* ANIMATIONS FOR ZEEMAXSTEAMGEARS   > CALSS anm
============================================================================= */
/*ZEEMAXSPORTS*/
/*header*/
.topleftemail   { animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s;  }
.toprightcartglang   { animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s;  }
.topheaderbg   { animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s;  }
.zeemaxteamgearlogo { animation-delay:2.5s; -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s;  }
.topsearchleft { animation-delay:3s; -moz-animation-delay:3s; -webkit-animation-delay:3s;  }
.topcartright { animation-delay:3s; -moz-animation-delay:3s; -webkit-animation-delay:3s;  }
.topmainmenu { animation-delay:3.2s; -moz-animation-delay:3.2s; -webkit-animation-delay:3.2s; }
.mainbanneranm- { animation-delay:3.7s; -moz-animation-delay:3.7s; -webkit-animation-delay:3.7s;  }


.headertopcartanm    { animation-delay:2s; -moz-animation-delay:2s; -webkit-animation-delay:2s; }
.headermainmenuanm   { animation-delay:3s; -moz-animation-delay:3s; -webkit-animation-delay:3s; }
.pagesidecontanm  	 { animation-delay:3.5s; -moz-animation-delay:3.5s; -webkit-animation-delay:3.5s; }
.bannerbtmbtnsanm 	 { animation-delay:4.2s; -moz-animation-delay:4.2s; -webkit-animation-delay:4.2s;}
.slideranm 	 		 { animation-delay:4.8s; -moz-animation-delay:4.8s; -webkit-animation-delay:4.8s;}


