/*--------------------------------------------
Grid Framework
----------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .row {
  max-width: 100%;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 0;
}
.row {
  opacity: 1;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 100%;
  font-size: 15px;
}
@media (max-width: 767px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }
}
.col-md-20 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }
}
.hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .row > div:not(:last-child):not(:only-of-type) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .no-padding-xs {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .no-padding-sm {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .no-padding-md {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .no-padding-lg {
    padding: 0;
  }
}
html,
body {
  overflow-x: hidden;
}
.container {
  max-width: 320px;
}
@media only screen and (min-width: 30em) {
  .container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  [class*="col"] {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }
  .container {
    max-width: 1860px;
  }
  .boxed {
    max-width: 1200px;
    margin: auto;
  }
}
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
  color: #ff6300;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  color: #ff6600;
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}
/*--------------------------------------------
General
----------------------------------------------*/
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
:-moz-placeholder {
  /* Firefox 18- */
  -moz-osx-font-smoothing: grayscale;
}
::-moz-placeholder {
  /* Firefox 19+ */
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited {
  cursor: hand;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #212121;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #212121;
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
.site {
  overflow: hidden;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
body {
  text-align: center;
}
.enter.bottom + p {
  max-width: 750px;
  padding: 0 25px;
}
.demo-section h2 {
  margin-bottom: 26px;
}
.demo-section p {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}
.demo h2 {
  margin-bottom: 22px;
}
h3 + img {
  margin-top: 50px;
}
.seperate {
  background: #1b1b1b;
  display: block;
  margin: 40px auto;
  padding: 0;
  height: 70px;
  width: 1px;
}
.product-detail h3,
.show-case h3 {
  margin-bottom: 60px;
}
.top-plugins {
  background: #f1f1f1;
  margin-top: 40px;
}
.top-plugins .row {
  max-width: 1200px;
}
.top-plugins .row h3 {
  margin: 50px auto 50px;
}
.top-plugins .row img + h3 {
  font-size: 15px;
}
.top-plugins .row div {
  padding: 0;
}
.top-plugins .row div:nth-child(3),
.top-plugins .row div:nth-child(5),
.top-plugins .row div:nth-child(4) {
  width: 22.2222222%;
}
@media (max-width: 768px) {
  .top-plugins .row > div:nth-child(1),
  .top-plugins .row > div:nth-child(2) {
    width: 50%;
  }
  .top-plugins .row > div:nth-child(3),
  .top-plugins .row > div:nth-child(4),
  .top-plugins .row > div:nth-child(5) {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  .top-plugins .row > div:nth-child(1),
  .top-plugins .row > div:nth-child(2) {
    width: 100%;
  }
  .top-plugins .row > div:nth-child(3),
  .top-plugins .row > div:nth-child(4),
  .top-plugins .row > div:nth-child(5) {
    width: 100%;
  }
}
.advance .seperate {
  margin-top: 100px;
}
.advance h3 {
  margin-bottom: 20px;
}
.support {
  background-image: url('../images/support-bg.jpg');
  background-size: cover;
  margin-top: 50px;
  padding: 143px 0 125px;
}
.support h2 {
  margin-bottom: 25px;
}
.footer {
  color: #fff;
}
.footer .container {
  background-image: url('../images/footer-bg.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.footer .container img {
  margin: 30px auto 25px;
}
.footer .container h2 + h2 {
  margin-bottom: 23px;
}
.footer .container p {
  margin-bottom: 40px;
}
.footer .container .btn {
  background-color: #ff6600;
  margin-bottom: 35px;
}
.footer .container .btn:hover {
  background-color: #1b1b1b;
}
.footer .info {
  background: #181818;
  color: #4d4d4d;
  padding: 25px 0 30px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.demo {
  padding: 50px 0 0;
}
.demo__content {
  border: 2px solid #EEEEEE;
  margin-bottom: 20px;
  position: relative;
  height: 500px;
  background-position: 0 0;
  background-attachment: scroll;
  background-size: cover;
  transition: background-position 5s;
  -moz-transition: background-position 5s;
  -webkit-transition: background-position 5s;
}
.demo__content:hover {
  background-position: 0 100%;
}
.demo__content img {
  width: 100%;
}
.demo__content:hover .info {
  visibility: visible;
  opacity: 1;
}
.demo .info {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.demo .info span {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.demo h3 a {
  color: #222;
}
.demo h3 a:hover {
  color: #de8c36;
}
.demo .info span:hover {
  background-color: #fff;
  color: #222;
}
.key-features {
  background-color: #EEEEEE;
  padding: 100px 0;
}
.key-features h2 {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 50px 15px;
}
.key-features h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.key-features h2:after {
  content: '';
  width: 110px;
  height: 3px;
  left: 50%;
  margin-left: -55px;
  bottom: -1px;
  position: absolute;
  background-color: #222;
}
.key-features .col-md-4 {
  margin-bottom: 50px;
}
.key-features .col-md-4 img {
  margin-bottom: 20px;
}
.key-features h3 {
  color: #666666;
}
.saved-plugins {
  padding: 100px 0;
}
.saved-plugins img {
  padding: 0 20px;
}
.saved-plugins h2 span {
  color: #D80000;
}
.saved-plugins h2 {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 50px 15px;
}
.saved-plugins h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.saved-plugins h2:after {
  content: '';
  width: 110px;
  height: 3px;
  left: 50%;
  margin-left: -55px;
  bottom: -1px;
  position: absolute;
  background-color: #222;
}
.color-scheme {
  margin-bottom: 50px;
}
.color-scheme h2 {
  margin-bottom: 40px;
}
.color-scheme img {
  border: 10px solid #EEEEEE;
}
.bottom {
  margin-top: 50px;
  height: 200px;
  position: relative;
}
.bottom__content {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #222;
}
.bottom__content h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bottom__content a {
  border: 2px solid #de8c36;
  color: #de8c36;
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.bottom__content a:hover {
  background-color: #de8c36;
  color: #fff;
}
.copyright {
  padding: 20px 0;
  color: #aaaaaa;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
  background: url("../images/header.jpg") top center;
  height: 1080px;
  position: relative;
}
@media (max-width: 767px) {
  .header {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 625px;
  }
  .header h2 {
    font-size: 21px !important;
  }
}
.header__text {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0%;
  text-align: center;
}
.header__text h2 + h2 {
  margin-bottom: 24px;
}
.header__text p {
  max-width: 750px;
  margin: 0 auto 28px;
  padding: 0 15px;
}
.header__text h3 {
  font-weight: 400;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  background: #1b1b1b;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  height: 63px;
  line-height: 65px;
  padding: 0 55px;
  text-transform: uppercase;
  overflow: hidden;
  font-family: 'Montserrat';
}
.btn span{
	font-size: 37px;
	float: left;
	margin-right: 20px;
}
.btn:hover {
  background-color: #ff6600;
  color: #fff;
}
.btn:after {
  content: "\f054";
  /*color: #ff6600;*/
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 23px;
  right: 19px;
}
.btn:hover:after {
	color: #fff;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#sk-toolbar .sk-tooltip {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999997;
}
#sk-toolbar .sk-tooltip {
    right: 65px;
}
#sk-toolbar .sk-tooltip .tooltip-content {
    visibility: hidden;
    position: absolute;
    bottom: 80px;
    right: 0;
    background: #fff;
    width: 300px;
    z-index: 1;
    text-align: center;
    box-shadow: 0 7px 25px rgba(130, 130, 130, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#sk-toolbar .sk-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}
#sk-toolbar .sk-tooltip .tooltip-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 30px;
    bottom: -18px;
    right: 0;
}
#sk-toolbar .tooltip-content-inner {
    padding: 20px 30px;
    font-size: 13px;
	color: #000;
	text-align: justify;
}
#sk-toolbar .tooltip-content-inner img{
	margin-right: 13px;
}
#sk-toolbar .tooltip-content p {
    margin: 0 0 15px 0;
    line-height: 1.4;
	padding: 0;
}
#sk-toolbar .tooltip-content .buy-now {
    background: #f8f8f8;
    padding: 20px 0;
}
#sk-toolbar .buy-now a.btn-buy {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    border-radius: 50px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}
#sk-toolbar .tooltip-content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    right: 26px;
    width: 13px;
    height: 13px;
    background: #f8f8f8;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sk-toolbar .sk-tooltip .tooltip-btn {
	padding-top: 1px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ff6600;
    text-align: center;
    font-weight: bold;
}
#sk-toolbar .sk-tooltip .tooltip-btn a {
    color: #fff;
}
#sk-toolbar .sk-tooltip .tooltip-btn span {
    color: #fff;
    display: block;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
}
#sk-toolbar .sk-tooltip .tooltip-btn strong {
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 0;
	margin-top: 10px;
}
#sk-toolbar .sk-tooltip:hover .tooltip-btn {
    -webkit-box-shadow: 0px 0px 40px 0 rgba(255, 87, 34, 0.7);
    box-shadow: 0px 0px 40px 0 rgba(255, 87, 34, 0.7);
	-moz-box-shadow: 0px 0px 40px 0 rgba(255, 87, 34, 0.7);
}
#sk-toolbar .sk-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}
#sk-toolbar .buy-now a.btn-buy:hover, #sk-toolbar .buy-now a.btn-buy:active {
    background-color: #ff6600;
    color: #fff !important;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 245px;
    background-color: #000;
	opacity: 0.8;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
	border-radius: 50px;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -130px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* ============= Hover Gif ================== */
.sk-relative{
	position: relative;
	float: left;
	margin-top: 20px; 
}
.sk-gif{
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .9s;
	opacity: 0;
	width: 100%;
}
.sk-relative:hover img{
	opacity: 0;
}
.sk-relative:hover img.sk-gif{
	opacity: 1;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  color: #1b1b1b;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 185.7142%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
  line-height: 152.7777%;
}
h2 span {
  color: #ff6600;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 152.7777%;
}
h4 {
  font-size: 13px;
  text-transform: none;
  color: #555555;
  padding-top: 41px;
}
/********  Owl Slider ****************************************************************/
/**************************************************************** Owl Slider *********/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
100%,
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-loaded,
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-refresh .owl-item,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/********  Owl Slider ****************************************************************/
.design-slider {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .design-slider {
    max-width: 20px 0;
  }
}
.design-slider .owl-stage {
  padding: 45px 0;
}
.design-slider .owl-item.active.center {
  transform: scale(1, 1);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.53);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.53);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.53);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.design-slider .owl-item:not(.center) {
  opacity: 0.3;
  transform: scale(0.8, 0.7);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-controls .owl-nav > div {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-controls .owl-nav > div:before {
  content: "\f054";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 16px;
  right: 19px;
}
.owl-controls .owl-nav .owl-prev {
  left: -45px;
}
.owl-controls .owl-nav .owl-prev:before {
  content: "\f053";
}
.owl-controls .owl-nav .owl-next {
  right: -45px;
}
/*# sourceMappingURL=main.css.map */
