@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@font-face {
  font-family: 'Bebas';
  src: url('bebasneue_bold-webfont.eot');
  src: url('bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('bebasneue_bold-webfont.woff2') format('woff2'),
    url('bebasneue_bold-webfont.woff') format('woff'),
    url('bebasneue_bold-webfont.ttf') format('truetype'),
    url('bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;

}


/* Preloader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(preloader.gif) center no-repeat #fff;
  background-size:40px;
}


/* Typography */
body{
  background:#ffffff;
  color: #666666;
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.6;	
  -webkit-font-smoothing: antialiased;
}
body.padding {
  padding-top:calc(40px + 40px); /* Logo height + logo container padding */
}

a {
  color: #009ad1;
  text-decoration: none;
  transition: all .5s;
}
a:hover{
  color: #00b2d9;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Bebas';
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 400;
  color:#333333;
}
h1{
  font-size: 45px;
  margin:0 0 30px;
}
h2{
  font-size: 30px;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 15px 0;
}

p{
  margin-bottom: 10px;
  line-height:25px;
}




/* Header */
header {
  background:#1f1f1f;
  padding:8px 0;
  transition:all .25s;
    
  
  box-shadow:0 0 10px rgba(255,255,255,.4);
    
}


@media only screen and (max-width: 767px) {

  header {
    padding:calc(8px / 2) 0;
  }

}



header.scroll, header.stick {
  background:#1f1f1f;
  position:fixed;
  top:0;
  z-index:9;
  width:100%;
}



body.home header {
  background:transparent !important;
}

body.home header.scroll {
  background:#1f1f1f !important;
}




.header-logo {
  float:left;
  width:auto;
}

header .logo {
  height:40px;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
}

header.scroll .logo {
  height:40px;
}


.header-nav {
  float:right;
}


/* Search modal */
#search-modal {
  width:500px;
  min-height: 0;
}
#search-modal .input-lg {
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  border:none;
  border-radius: 3px;
}
#search-modal .input-lg:active {
  border:none;
}




/* Home slider */
.home-slider section {
  width: 100%;
  display: block;	
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll !important;
}

.slide-content {
  text-align:center;
    }


.slide-content h1 {
  color:#ffffff;
  font-size: 130px;
  letter-spacing: 10px;
  margin: 0 0 30px;
}

.slide-content h2 {
  color:#ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin: -30px 0 60px;
}

.slide-content .btn {
  border-color:#0098ff;
  color:#ffffff;
  background:transparent;
}

.slide-content .btn:hover {
  background:#0098ff;
  color:#ffffff;
}


@media only screen and (max-width: 767px) {

  .slide-content {
    width:95%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }


  .slide-content h1 {
    font-size: 60px;
    letter-spacing: 3px;
  }

  .slide-content h2 {
    font-size: 22px;
    margin: -25px 0 40px;
  }

}




@media only screen and (max-width: 320px) {


.home-slider section {
    width: 320px;
  }

  
  .slide-content {
    width: 100%;
    top: 30%;
 left: 0%;
  }
  
  .slide-content h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }

  .slide-content h2 {
    font-size: 20px;
    margin: -25px 0 40px;
  }

}




/* Home Text */
section.home-text {
  background:#111111;
  padding:60px 0;
  color:#ffffff;
  font-size:14px;
  text-align:center;
}

.home-text .content {
  width:70%;
  margin:0 auto;
}

.home-text .content h2 {
  font-size: 45px;
  letter-spacing: 4px;
  margin: 0;
  color:#ffffff;
}

.home-text .content .line {
  display: block;
  height: 1px;
  width: 50%;
  margin: 30px auto;
  background: #0098ff;
}


@media only screen and (max-width: 767px) {

  section.home-text {
    padding:calc(60px / 2) 0;
  }

  .home-text .content {
    width:100%;
    padding:0 20px;
  }

}



/* Home Image Boxes */
.home-image-boxes .left-content, .home-image-boxes .right-content {
  width: 50%;
  float: left;
  padding: 0 10%;
  height: 430px;
  text-align: center;
  color:#000000;
  background-color:#f8f8f8;
}

.home-image-boxes .right-content {
  float: right;
}

.home-image-boxes .left-content .content, .home-image-boxes .right-content .content {
  position:relative;
  top:50%;
  transform: translateY(-50%);
}

.home-image-boxes h2 {
  font-size: 65px;
  letter-spacing: 4px;
  margin: 0 0 30px;
  color:#000000;
}

.home-image-boxes p {
  font-size:14px;
}

.home-image-boxes .background {
  background-size: cover;
  background-position: center;
}


@media only screen and (max-width: 767px) {

  .home-image-boxes .left-content, .home-image-boxes .right-content {
    width: 100%;
    padding: 50px 20px;
    height: auto;
  }

  .home-image-boxes .right-content {
    float:left;
  }

  .home-image-boxes .left-content .content, .home-image-boxes .right-content .content {
    position:relative;
    top:0;
    transform: none;
  }

  .home-image-boxes h2 {
    font-size: 35px;
    letter-spacing: 3px;
  }

  .home-image-boxes p {
    font-size: 13px;
  }

  .home-image-boxes .background {
    height:300px;
  }

}




/* Home Icon Boxes */
.home-icon-box {
  color:#ffffff;
  height:400px;
  width:calc(100% / 3);
  float:left;
  padding:0 5%;
  text-align:center;
}

.home-icon-box .content {
  position:relative;
  top:50%;
  transform: translateY(-50%);
}

.home-icon-box .content i {
  font-size:80px;
  color:#0098ff;
}

.home-icon-box .content h4 {
  font-size:35px;
  letter-spacing:2px;
  color:#ffffff;
  margin:35px 0 15px;
}

.home-icon-box .content p {
  font-size:13px;
}

.home-icon-box.box1 {
  background:#151515;
}
.home-icon-box.box2 {
  background:#222222;
}
.home-icon-box.box3 {
  background:#333333;
}



@media only screen and (max-width: 767px) {

  .home-icon-box {
    height:auto;
    width:100%;
    padding:50px 20px;
  }

  .home-icon-box .content {
    position:relative;
    top:0;
    transform: none;
  }

}




/* Home Video */
.home-video {
  background-size:cover;
  background-position:center;
  position:relative;
  padding:70px 0;
  text-align:center;
  color:#ffffff;
}

.home-video .overlay {
  background:#293f7d;
  opacity:.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-video h2 {
  font-size: 65px;
  letter-spacing: 4px;
  margin: 0 0 25px;
  color:#ffffff;
}

.home-video p {
  font-size: 14px;
  margin-bottom:70px;
}



@media only screen and (max-width: 767px) {

  .home-video {
    padding:calc(70px / 2) 0;
  }

  .home-video h2 {
    font-size: 45px;
    letter-spacing: 3px;
  }

  .home-video p {
    font-size: 13px;
    margin-bottom:40px;
  }

  .home-video iframe {
    height:auto;
  }

}





/* Home Product */
.home-product {
  padding:100px 0;
  background:#ffffff;
  text-align:center;
}

.home-product h1 {
  color: #333333;
  font-size: 45px;
  letter-spacing: 1px;
  margin: 0;
}

.home-product #price {
  font-family: 'Bebas';
  font-size: 30px;
  color: #25c382;
  margin-bottom:10px;
}

.home-product #price .compare-price {
  font-size:25px;
  text-decoration:line-through;
  color: #999999;
  margin-left:10px;
}

.home-product .description {
  font-size:14px;
  margin-bottom:30px;
}

.home-product .selector-wrapper {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 5px;
  color:#333;
  text-align:left;
  cursor:pointer;
  position:relative;
}

.home-product .selector-wrapper:after {
  font-family:'FontAwesome';
  content:'\f107';
  position:absolute;
  top: 5px;
  right: 15px;
  font-size: 22px;
}

.home-product .selector-wrapper select {
  position:relative;
  z-index:1;
  -webkit-appearance: none;
  background:transparent;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}



@media only screen and (max-width: 767px) {

  .home-product {
    padding:calc(100px / 2) 0;
  }

  .home-product h1 {
    font-size: 40px;
  }

  .home-product #price {
    font-size: 25px;
  }

  .home-product #price .compare-price {
    font-size:20px;
  }

  .home-product .description {
    font-size:13px;
  }


}



/* Testimonials */
.testimonials {
  padding:60px 0;
  background:#f9f9f9;
}

.testimonial {
  margin-top:-130px;
  text-align:center;
}

.testimonial img {
  width:180px;
  border-radius:100%;
  margin-bottom:20px;
  border:20px solid #f9f9f9;
}

.testimonial h3 {
  font-size:30px;
  letter-spacing:1px;
  font-weight:300;
  margin:0;
}

.testimonial em {
  display:block;
  margin:0 0 10px;
}

.testimonial p {
  padding: 0 20px;
  font-size: 13px;
  position:relative;
}



@media only screen and (max-width: 767px) {

  .testimonials {
    padding:calc(60px / 2) 0;
  }

  .testimonial {
    margin-top:0;
  }

  .testimonial img {
    width:150px;
  }

}




/* Item */
.item {
  margin-bottom:60px;
}

.item .sale {
  position: absolute;
  top: 10px;
  right: 25px;
  background: #25c382;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-family: 'Bebas', sans-serif;
  font-size: 20px;
}

.item .title {
  font-family: 'Bebas', sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
}

.item .price {
  font-size: 16px;
  display: block;
  text-align: center;
}

.item .price .compare {
  font-size: 13px;
  text-decoration:line-through;
}

.item .rating {
  display:block;
  text-align:center;
  margin-top:5px;
}






/* Product page */
.product-info h1 {
  color: #333333;
  font-size: 45px;
  letter-spacing: 1px;
  margin: 0;
}

.product-info #price {
  font-family: 'Bebas';
  font-size: 30px;
  color: #25c382;
  margin-bottom:10px;
}

.product-info #price .compare-price {
  font-size:25px;
  text-decoration:line-through;
  color: #999999;
  margin-left:10px;
}

.product-info .selector-wrapper {
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 5px;
  color:#333;
  text-align:left;
  cursor:pointer;
  position:relative;
}

.product-info .selector-wrapper:after {
  font-family:'FontAwesome';
  content:'\f107';
  position:absolute;
  top: 5px;
  right: 15px;
  font-size: 22px;
}

.product-info .selector-wrapper select {
  position:relative;
  z-index:1;
  -webkit-appearance: none;
  background:transparent;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}



/* Accordion */
.accordion > dt{
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.accordion > dt > a{
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;	

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
  text-decoration: none;
  color: #444;
}
.accordion > dt > a.active{
  color: #333;
  cursor: pointer;
}
.accordion > dt > a:after{
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
  content: "\f106";
  color: #333;
}
.accordion > dt > a:hover:after{
  color: #444;
}

.accordion > dd{
  margin-bottom: 10px;
  padding: 15px 0;
}





/* Cart page */
.cart .heading {
  display:block;
  padding:10px 20px;  
  background: #f2f9ff;
  border-bottom:1px solid #575757;
  color: #000000;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom:20px;
}

.cart-items .image {
  width:30%;
  float:left;
  padding-right:20px;
}

.cart-items .image img {
  max-width:90%;
}

.cart-items .info {
  width:70%;
  float:left;
}

.cart-items .cart-item {
  border-bottom:1px solid #575757;
  padding-bottom:20px;
  margin-bottom:20px;
  position:relative;
}

.cart-items span {
  display:block;
}

.cart-item span.title {  
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-top:10px;
}

.cart-item span.price {  
  font-size: 14px;
  margin-bottom:20px;
}

.cart-item span.quantity .quantity {  
  width:50px;
  text-align:center;
}

.cart-item span.quantity button {  
  background:none;
  border:none;
  color:#999;
  margin-left:5px;
  font-size:12px;
  transition: all .5s;
}

.cart-item span.quantity button:hover {  
  color:#4bbba6;
}

.cart-items .cart-item .delete {
  position:absolute;
  right:20px;
  top:0px;
}

.cart-summary .total {
  font-size: 22px;
  font-weight: 600;
  color:#333;
  text-align: center;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-summary h4 {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cart-summary .note {
  height:100px;
  width:100%;
}






/* Blog */
.blog-item {
  margin:0 0 35px 0;
}

.blog-item-image {	
  width:100%;
  height:300px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  overflow:hidden;
}

.blog-item-image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.65);
  transition:all .5s;
  padding: 3%;
  width:100%;
}

.blog-item-image:hover .title {
  background: rgba(255,255,255,0.9);
}

.blog-item-image .title h2 {
  margin:0;
  text-transform: none;
  font-size:20px;
  font-weight:400;
}

.blog-item .excerpt {
  display:block;
  margin:15px 0;
  line-height: 23px;
  color: #666666;
}

.blog-item .bottom {
  display:block;
  padding:15px 15px;
  background:#f5f5f5;
  border-radius: 3px;
}

.blog-item .info {
  text-transform:uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  width:52%;
  display:inline-block;
}

.blog-item .info i {
  margin-right:3px;
  margin-left:10px;
  color:#4bbba6;
}

.blog-item .info i:first-child {
  margin-left:0;
}

.blog-item .readmore {
  text-transform:uppercase;
  color:#4bbba6;
  display:inline-block;
  width:47%;
  text-align:right;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blog-item .readmore i {
  margin-left: 5px;
  color: #999;
}


/* Blog post */
.blog-post { 
  line-height:22px;
}

.blog-post h1 {
  margin-bottom:-5px;
}

.blog-post .date {
  margin-bottom:15px;
  display:block;
  color:#999;
}

.blog-post img {
  margin-bottom:15px;
  width:100%;
}

.blog-tags a {
  padding: 4px 8px;
  background: #009ad1;
  color:#FFF;
  display: inline-block;
  border-radius: 3px;
  margin-right:5px;
  margin-top:15px;
}

.blog-tags a:hover {
  background: #00b2d9;
  color:#FFF;
}

.comments .comment {
  background:#F5F5F5;
  padding:30px;
  margin-bottom:20px;
}

.comments .comment .comment-data {
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
}

.comment-form label {
  display:block;
}

.comment-form input:not(.btn), .comment-form textarea {
  display:block;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom:10px;
}

.comment-form textarea {
  height:100px;
}





/* ajaxify cart popup */
#added {
  background:#00e5ff;
  text-align:center;
  padding:50px 0;
  font-size:20px;
  color:#666666;
  width:550px;
}

#added i {
  font-size:65px;
  color:#25c382;
  margin-bottom:20px;
  display:block;
}

#added h3 {
  margin-bottom:20px;
}

#added .btn {
  margin:0 5px;
  padding:15px 25px;
}


@media only screen and (max-width: 767px) {  

  #added {
    width:auto;
    padding:50px 25px;
  }

  #added .btn {
    width:100%;
    padding:10px 0;
    margin-bottom:10px;
  }

}



/* 404 page */
.page-404 {
  text-align:center;
}

.page-404 h1 {
  font-size: 150px;
  font-weight: 900;
  margin-bottom:-40px;
  margin-top:50px;
  color:#666666;
}

.page-404 h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}





/* Newsletter */
section.newsletter {
  background:#1a7c98;
  padding:30px 0;
  text-align:center;
}

.newsletter h3 {
  font-size: 60px;
  color: #FFF;
  letter-spacing: 2px;
  margin:0 0 20px;
}

.newsletter p {
  font-size: 14px;
  color: #FFF;
}

.newsletter input {
  width:60% !important;
  background:#ffffff;
  color:#333333;
}

.newsletter .btn {
  height:45px;
  border:none;
  background:#00bcb8;
  color:#ffffff;
  margin-left:10px;
  font-size:20px;
  padding:0 15px;
}

.newsletter .btn:hover {
  background:#c7eaff;
}


@media only screen and (max-width: 767px) {

  section.newsletter {
    padding:calc(30px * .75) 0;
  }

  .newsletter h3 {
    font-size: 45px;
  }

  .newsletter p {
    font-size: 13px;
  }

}




/* Pros */
.pros {
  background: #00bcb8;
  color: #ffffff;
  padding: 15px 0 30px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 10px;
}

.pros i {
  position: relative;
  top:7px;
  font-size: 30px;
  color: #000000;
  margin-right: 10px;
}




/* Footer */
footer {
  background:#252525;
  padding:40px 0 0;
  color:#666666;
}

footer h4 {
  color:#ffffff;
  margin: 0 0 15px;
  font-size: 22px;
  letter-spacing: 1px;
}

footer ul li a {
  padding: 0 0 5px 0;
  display: block;
  font-size: 14px;
  color:#999999;
  position:relative;
}

footer ul li a:hover {
  color:#00b2d9;
}



footer ul.social li {
  display:inline-block;
  width:48%;
} 

footer ul.social li a {
  padding-left:20px;
} 

footer ul.social li a:before {
  font-family:FontAwesome;
  content:'\f0da';
  position:absolute;
  left:0;
}

footer ul li.facebook a:before {
  content:'\f09a';
  left:2px;
}
footer ul li.twitter a:before {
  content:'\f099';
}
footer ul li.pinterest a:before {
  content:'\f0d2';
}
footer ul li.youtube a:before {
  content:'\f167';
}
footer ul li.instagram a:before {
  content:'\f16d';
}
footer ul li.google a:before {
  content:'\f0d5';
}


footer .credits {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#666666;
  background:#111111;
  line-height: 68px;
}

footer .credits a {
  color:#999999;
}

footer .credits a:hover {
  color:#00b2d9;
}

footer .paycards i {
  font-size: 30px;
  margin-left: 5px;
  position: relative;
  top: 5px;
}



@media only screen and (max-width: 767px) {

  footer {
    text-align:center;
  }

  footer .footer-logo img {
    width:40%;
  }


  footer ul.social li {
    width:100%;
  } 

  footer ul.social li a {
    padding-left:0;
  } 

  footer ul.social li a:before {
    position:relative;
    left:-10px !important;
  }


  footer .credits {
    line-height: 20px;
    padding: 20px 0;
    margin-top:-40px;
  }

  footer .credits .text-right {
    margin-top:10px;
    text-align: center;
  }

}









/* Plugins */

/* Owl Carousel */
.owl-carousel{
  overflow: hidden;
}
.owl-carousel .owl-wrapper-outer {
  z-index:0;
}
.owl-buttons{
  position: static;
}
.owl-prev,
.owl-next{
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;

  z-index: 6;

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev{
  left: -50px;
}
.owl-next{
  right: -50px;
}
.owl-prev:before,
.owl-next:before{
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;

  background: #fff;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
  left: auto;
  right: 0;
}
.owl-prev .fa,
.owl-next .fa{
  position: relative;
}
.owl-prev:hover,
.owl-next:hover{	
  -webkit-transition: 0 none !important;  
  -moz-transition: 0 none !important;  
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;    
  transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
  opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{	
  opacity: 0.6;
}
.owl-carousel:hover .owl-prev{
  opacity: 1;
  left: -35px;
}
.owl-carousel:hover .owl-next{
  opacity: 1;
  right: -35px;
}
.owl-pagination{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page{
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}
.owl-page span{
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255, .7);
  position: relative;
  z-index: 5;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
  background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  background: transparent;
  bordeR: 1px solid rgba(255,255,255, .8);

  -webkit-transform: scale(1.3333333);
  -moz-transform: scale(1.3333333);
  -o-transform: scale(1.3333333);
  -ms-transform: scale(1.3333333);
  transform: scale(1.3333333);
}

.item-carousel .owl-prev{
  left: -125px;
}
.item-carousel .owl-next{
  right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.item-carousel{
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.item-carousel .owl-pagination{
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
  bottom: 15px;
}

.single-carousel,
.small-item-carousel{
  margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
  background: rgba(0,0,0, .15);

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
  background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
  color: rgba(0,0,0, .2);
  text-shadow: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
  color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
  left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
  right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next{
  color: #fff;
}
.black-arrows .owl-prev:before,
.black-arrows .owl-next:before{
  background: rgba(0,0,0, 1);
}







