@charset "UTF-8";
/* ---------------------------------------------------------
   1. Bootsrap styles
   2. Embedded fonts styles
   3. Common site styles
   4. Custom form styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
				Bootsrap styles
   ---------------------------------------------------------*/
/*1c2b39;*/
#header:after {
  content: " ";
  display: block;
  clear: both; }

.product-filter .slide ul, .upper-footer ul, .user-filter ul, .support-area ul, .product-detail .panel .table ul, .support-section ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ---------------------------------------------------------
				Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svgfontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light-webfont.eot");
  src: url("../fonts/SourceSansPro-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light-webfont.woff2") format("woff2"), url("../fonts/SourceSansPro-Light-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Light-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Light-webfont.svgSourceSansPro-Light-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular-webfont.eot");
  src: url("../fonts/SourceSansPro-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular-webfont.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Regular-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular-webfont.svgSourceSansPro-Regular-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold-webfont.eot");
  src: url("../fonts/SourceSansPro-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Semibold-webfont.woff2") format("woff2"), url("../fonts/SourceSansPro-Semibold-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Semibold-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Semibold-webfont.svgSourceSansPro-Semibold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold-webfont.eot");
  src: url("../fonts/SourceSansPro-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold-webfont.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Bold-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold-webfont.svgSourceSansPro-Bold-webfont") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black-webfont.eot");
  src: url("../fonts/SourceSansPro-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Black-webfont.woff2") format("woff2"), url("../fonts/SourceSansPro-Black-webfont.woff") format("woff"), url("../fonts/SourceSansPro-Black-webfont.ttf") format("truetype"), url("../fonts/SourceSansPro-Black-webfont.svgSourceSansPro-Black-webfont") format("svg");
  font-weight: 900;
  font-style: normal; }

/* ---------------------------------------------------------
				Common site styles
   ---------------------------------------------------------*/
body {
  color: #1c2b39;
  min-width: 320px;
  background: #fff;
  font: 14px /22px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport   {
  width: device-width; }

@-ms-viewport    {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport    {
  width: device-width; }

input[type=search], input[type=email], input[type=password], input[type=file], input[type=submit], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

html {
  background: #f0f2f4; }

/* Allow any link to use the full space of a parent div*/
.full-link {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 100%; }

/* wrapper of the site */
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 22; }

/* header of the site */
#header {
  position: relative;
  padding-top: 25px;
  padding-bottom: 17px;
  z-index: 66; }
  @media only screen and (max-width: 767px) {
    #header {
      padding-bottom: 25px; } }

/* logo of the site */
.logo {
  margin: 5px 50px 0 0;
  float: left;
  width: 165px;
  height: 33px;
  width: 165px;
  height: 33px; }
  @media only screen and (max-width: 1025px) {
    .logo {
      margin: 5px 0 0;
      width: 135px;
      height: 27px;
      width: 135px;
      height: 27px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      margin: 5px 0 0;
      float: none;
      display: block;
      width: 165px;
      height: 33px; } }
  .logo img {
    display: block;
    max-width: 100%;
    height: auto; }

/* navbar of the site */
.navbar {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 0;
  box-shadow: none;
  float: right;
  width: 79.6%; }
  @media only screen and (max-width: 1199px) {
    .navbar {
      width: 76%; } }
  @media only screen and (max-width: 991px) {
    .navbar {
      width: 76%; } }
  @media only screen and (max-width: 767px) {
    .navbar {
      overflow: visible;
      position: relative;
      float: none;
      width: auto; } }
  .navbar .container-fluid {
    padding: 0; }
  .navbar .navbar-collapse {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .navbar .navbar-collapse {
        padding: 0 15px;
        border: 0; } }
  @media only screen and (max-width: 767px) {
    .navbar .navbar-toggle {
      position: absolute;
      top: -42px;
      left: auto;
      right: 0; } }
  .navbar .navbar-nav {
    font: 13px/18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 7px 0 0; }
    @media only screen and (max-width: 767px) {
      .navbar .navbar-nav {
        margin: 0;
        padding: 20px 0; }
        .navbar .navbar-nav .drop-slide-wrapper {
          position: static !important;
          width: 100% !important;
          height: auto !important; } }
    .navbar .navbar-nav > li {
      margin: 0 49px 0 0; }
      .navbar .navbar-nav > li.active a {
        color: #00c4c9;
        background: none;
        display: block; }
        .navbar .navbar-nav > li.active a:hover {
          background: none;
          color: #00c4c9; }
      .navbar .navbar-nav > li.has-drop-down > a {
        margin: -4px -17px -10px -14px;
        padding: 4px 17px 10px 14px; }
        @media only screen and (max-width: 1025px) {
          .navbar .navbar-nav > li.has-drop-down > a {
            margin: -4px -5px -10px;
            padding: 4px 5px 10px; } }
        @media only screen and (max-width: 767px) {
          .navbar .navbar-nav > li.has-drop-down > a {
            margin: 0;
            padding: 0; } }
      .navbar .navbar-nav > li.has-drop-down:hover > a {
        background: #00c4c9;
        color: #fff;
        padding: 4px 14px 10px 17px; }
        @media only screen and (max-width: 1025px) {
          .navbar .navbar-nav > li.has-drop-down:hover > a {
            padding: 4px 5px 10px; } }
        @media only screen and (max-width: 767px) {
          .navbar .navbar-nav > li.has-drop-down:hover > a {
            margin: 0;
            padding: 0;
            background: none;
            color: #00c4c9; } }
      .navbar .navbar-nav > li:hover ul {
        display: block; }
        @media only screen and (max-width: 767px) {
          .navbar .navbar-nav > li:hover ul {
            display: none; } }
      .navbar .navbar-nav > li.hover.has-drop-down > a {
        background: #00c4c9;
        color: #fff; }
      .navbar .navbar-nav > li.hover ul {
        display: block; }
      @media only screen and (max-width: 767px) {
        .navbar .navbar-nav > li.hover.has-drop-down > a {
          background: none;
          color: #00c4c9; }
        .navbar .navbar-nav > li.hover ul {
          background: transparent;
          color: #1c2b39; } }
      @media only screen and (max-width: 1199px) {
        .navbar .navbar-nav > li {
          margin: 0 30px 0 0; } }
      @media only screen and (max-width: 991px) {
        .navbar .navbar-nav > li {
          margin: 0 10px 0 0; } }
      .navbar .navbar-nav > li > a {
        padding: 0;
        color: #1c2b39; }
        .navbar .navbar-nav > li > a:hover {
          color: #00c4c9; }
    .navbar .navbar-nav ul {
      position: absolute;
      top: 30px;
      left: -14px;
      width: 194px;
      display: none;
      padding: 10px 14px 10px;
      list-style: none;
      background: #00c4c9;
      font: 400 13px/19px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 1025px) {
        .navbar .navbar-nav ul {
          left: -5px; } }
      @media only screen and (max-width: 767px) {
        .navbar .navbar-nav ul {
          position: relative;
          top: auto;
          left: auto;
          width: 100%; } }
      .navbar .navbar-nav ul li {
        border-top: 1px solid #0aaaae;
        text-transform: none;
        padding: 8px 0 7px; }
        .navbar .navbar-nav ul li:first-child {
          border: 0; }
        .navbar .navbar-nav ul li a {
          color: #fff !important; }
        @media only screen and (max-width: 767px) {
          .navbar .navbar-nav ul li {
            padding: 0;
            text-transform: uppercase;
            border: none; }
            .navbar .navbar-nav ul li a {
              color: #1c2b39 !important; } }

/* navbar form of the site */
.navbar-form {
  float: right !important;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  border: 1px solid #1c2b39 !important;
  width: 19.1%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .navbar-form {
      float: none;
      width: 100%;
      display: block; } }
  .navbar-form .form-group {
    float: none !important;
    width: 100%;
    padding: 4px 35px 4px 13px; }
    @media only screen and (max-width: 767px) {
      .navbar-form .form-group {
        margin: 0; } }
  .navbar-form .child-input-focused {
    box-shadow: inset 0 0 3px #1c2b39; }
  .navbar-form input[type="email"],
  .navbar-form input[type="text"],
  .navbar-form input[type="search"] {
    background: none;
    border: 0;
    width: 100%;
    height: 21px;
    display: block;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    font: 300 14px/19px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1c2b39;
    padding: 0; }
    .navbar-form input[type="email"]::-webkit-input-placeholder,
    .navbar-form input[type="text"]::-webkit-input-placeholder,
    .navbar-form input[type="search"]::-webkit-input-placeholder {
      color: #1c2b39; }
    .navbar-form input[type="email"]::-moz-placeholder,
    .navbar-form input[type="text"]::-moz-placeholder,
    .navbar-form input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #1c2b39; }
    .navbar-form input[type="email"]:-moz-placeholder,
    .navbar-form input[type="text"]:-moz-placeholder,
    .navbar-form input[type="search"]:-moz-placeholder {
      color: #1c2b39; }
    .navbar-form input[type="email"]:-ms-input-placeholder,
    .navbar-form input[type="text"]:-ms-input-placeholder,
    .navbar-form input[type="search"]:-ms-input-placeholder {
      color: #1c2b39; }
    .navbar-form input[type="email"].placeholder,
    .navbar-form input[type="text"].placeholder,
    .navbar-form input[type="search"].placeholder {
      color: #1c2b39; }
  .navbar-form::-webkit-input-placeholder {
    color: #1c2b39; }
  .navbar-form::-moz-placeholder {
    opacity: 1;
    color: #1c2b39; }
  .navbar-form:-moz-placeholder {
    color: #1c2b39; }
  .navbar-form:-ms-input-placeholder {
    color: #1c2b39; }
  .navbar-form.placeholder {
    color: #1c2b39; }
  .navbar-form .btn, .navbar-form .carousel .box a, .carousel .box .navbar-form a {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: none;
    width: 19px;
    height: 19px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 6px;
    left: auto;
    right: 10px;
    background: url(../images/ico-maginifire.png) no-repeat; }
    @media only screen and (max-width: 767px) {
      .navbar-form .btn, .navbar-form .carousel .box a, .carousel .box .navbar-form a {
        top: 5px; } }

/* carousel */
.carousel {
  overflow: hidden;
  margin: 0 0 20px;
  width: 100%; }
  .carousel .carousel-caption {
    left: 0;
    right: auto;
    width: 100%;
    bottom: 0;
    text-shadow: none;
    text-align: left;
    padding: 0;
    font: 300 32px/36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #fff; }
    @media only screen and (max-width: 1199px) {
      .carousel .carousel-caption {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (max-width: 1025px) {
      .carousel .carousel-caption {
        font-size: 12px;
        line-height: 15px; } }
  .carousel .caption {
    background: url(../images/bg-caption.png);
    margin: 0; }
    .carousel .caption img {
      height: auto;
      display: block; }
      @media only screen and (max-width: 1199px) {
        .carousel .caption img {
          max-width: 100%;
          float: right;
          margin: 0 -10px 0 0; } }
      @media only screen and (max-width: 767px) {
        .carousel .caption img {
          margin: 0 auto;
          float: none; } }
    .carousel .caption .new {
      display: block;
      background: #00c4c9;
      font-size: 12px;
      margin: 0 0 6px;
      line-height: 18px;
      border-radius: 3px;
      font-weight: 600;
      text-transform: uppercase;
      width: 65px;
      height: 18px;
      text-align: center; }
  .carousel .bg-stretch {
    height: 610px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .carousel .bg-stretch {
        height: 390px; } }
    .carousel .bg-stretch img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      margin: 0 !important; }
  .carousel .box {
    padding: 13px 4px 20px 27px; }
    @media only screen and (max-width: 1199px) {
      .carousel .box {
        padding: 13px 4px 11px 27px; } }
    @media only screen and (max-width: 1025px) {
      .carousel .box {
        padding: 13px 4px 0 27px; } }
    .carousel .box a {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

/* main of the site */
#main {
  padding-bottom: 23px; }

/* features */
.features {
  overflow: hidden;
  margin-bottom: 19px;
  /* box */ }
  .features img {
    position: static;
    display: block;
    height: auto; }
    @media only screen and (max-width: 1025px) {
      .features img {
        position: static; } }
    @media only screen and (max-width: 767px) {
      .features img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .features .support-box img {
      width: inherit !important;
      height: inherit !important;
      margin: inherit !important;
      float: right; } }
  @media only screen and (max-width: 1025px) {
    .features .support-box img {
      position: static;
      width: inherit !important;
      height: inherit !important;
      margin: inherit !important;
      float: right; } }
  .features .box {
    overflow: hidden;
    position: relative;
    background-color: #1c2b39; }
    @media only screen and (max-width: 1025px) {
      .features .box {
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 991px) {
      .features .box {
        max-width: 320px; } }
    @media only screen and (max-width: 767px) {
      .features .box {
        height: auto !important; } }
    .features .box .text {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 39px;
      right: 0px;
      /*padding: 0 10px 0 0;*/
      max-width: 245px;
      font: 22px/ 28px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #ffffff; }
      .features .box .text a {
        color: #00c4c9; }
      @media only screen and (max-width: 1023px) {
        .features .box .text {
          font-size: 12px;
          max-width: 190px;
          padding: 0 10px 0 0;
          line-height: 15px; } }
    .features .box .leftframe {
      bottom: 60px;
      left: 0;
      text-align: center;
      width: 100%;
      max-width: 100%; }
      @media all and (min-width: 768px) and (max-width: 992px) {
        .features .box .leftframe {
          right: 0;
          bottom: 60px; } }
      @media all and (min-width: 1023px) and (max-width: 1199px) {
        .features .box .leftframe {
          right: 30px; } }
    .features .box .vertically-middle {
      display: inline-block;
      vertical-align: middle;
      bottom: 40%;
      height: auto;
      margin: auto; }
    .features .box .vertically-top {
      top: 30px;
      padding: 0 20px; }
    .features .box .vertically-bottom {
      bottom: 30px;
      padding: 0 20px; }
    .features .box h2 {
      margin: 0;
      font: 22px/ 28px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #fff; }
      @media only screen and (max-width: 992px) {
        .features .box h2 {
          font-size: 16px;
          line-height: 24px; } }
    .features .box .link {
      display: inline-block;
      vertical-align: top;
      color: #01b7fa;
      text-transform: uppercase; }
      .features .box .link a {
        color: #01b7fa; }
      .features .box .link:hover {
        text-decoration: none;
        opacity: 0.9; }
    .features .box.add .text {
      max-width: 100%;
      width: 100%;
      color: #fff;
      bottom: 29px;
      text-align: center; }
      @media only screen and (max-width: 1025px) {
        .features .box.add .text {
          padding: 0; } }
      .features .box.add .text a {
        color: #fff; }
    .features .box.add .bigtext {
      font: 28px/ 28px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      bottom: 55px; }
      @media all and (min-width: 768px) and (max-width: 992px) {
        .features .box.add .bigtext {
          bottom: 25px; } }
    .features .box .logo {
      display: block;
      margin: 0 auto 4px;
      float: none;
      width: 216px;
      height: 27px; }
      .features .box .logo img {
        width: auto !important;
        margin: 0 !important;
        display: block;
        height: auto !important; }
      @media only screen and (max-width: 1025px) {
        .features .box .logo {
          width: 200px; }
          .features .box .logo img {
            max-width: 100% !important;
            width: auto !important;
            margin: 0;
            display: block;
            height: auto; } }
    .features .box.events {
      padding: 29px 8% 26px;
      background: #253441; }
      @media only screen and (max-width: 1199px) {
        .features .box.events {
          padding: 20px 8% 17px; } }
      @media only screen and (max-width: 1025px) {
        .features .box.events {
          padding: 20px; } }
    .features .box .subhead {
      display: block;
      background: #00c4c9;
      font-size: 12px;
      margin: 0 0 14px;
      line-height: 15px;
      border-radius: 3px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #fff;
      padding: 2px 9px 2px 10px;
      letter-spacing: 1px; }
      @media only screen and (max-width: 1025px) {
        .features .box .subhead {
          margin: 0; } }
    .features .box .subhead + .post {
      background: none; }
    .features .box .post {
      overflow: hidden;
      position: relative;
      font: 400 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #fff;
      background: url(../images/divider.png) repeat-x;
      margin: 0 17px 0 20px;
      padding: 15px 0 5px 15px; }
      .features .box .post a {
        color: #fff;
        float: left; }
        .features .box .post a:hover {
          color: #00c4c9;
          text-decoration: none; }
      .features .box .post:after {
        width: 5px;
        height: 28px;
        position: absolute;
        top: 19px;
        left: 0;
        content: '';
        background: #00c4c9; }
      @media only screen and (max-width: 1023px) {
        .features .box .post {
          font-size: 10px;
          line-height: 15px;
          margin: 0 17px 0 10px;
          padding: 6px 0 5px 15px; }
          .features .box .post:after {
            top: 10px; }
          .features .box .post p {
            margin: 0; } }
      @media only screen and (max-width: 767px) {
        .features .box .post {
          padding: 15px 0 5px 15px; } }
    .features .box .title {
      display: block;
      font-weight: 400;
      font-size: 14px; }
  .features.add .box h2 {
    font-size: 20px;
    line-height: 23px; }
  .features.add .box .text {
    max-width: 171px;
    bottom: 29px; }
  .features.add .support-box {
    font-size: 14px;
    line-height: 22px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .features.add .support-box {
        height: 250px !important; } }
    .features.add .support-box img {
      width: 100%;
      display: block;
      position: absolute; }
      @media only screen and (max-width: 992px) {
        .features.add .support-box img {
          position: relative; } }
    .features.add .support-box h2 {
      font-size: 20px;
      color: #fff;
      line-height: 26px;
      text-transform: uppercase; }
    .features.add .support-box p {
      margin: 0 0 12px; }
    .features.add .support-box .text {
      bottom: auto;
      top: 49px;
      left: 40px;
      right: auto;
      font-size: 14px;
      line-height: 22px;
      max-width: 300px; }
    .features.add .support-box .btn-primary {
      padding: 6px 17px 7px 16px; }
  .features.add .add-box {
    padding: 94px 20px 30px 110px; }
    @media only screen and (max-width: 1199px) {
      .features.add .add-box {
        padding: 94px 20px 30px 59px; } }
    .features.add .add-box .text {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto; }

/* product filter */
.product-filter.add {
  margin-bottom: 40px; }

.product-filter form {
  background: #253441;
  padding: 19px 2.5% 23px; }
  @media only screen and (max-width: 1199px) {
    .product-filter form {
      padding: 19px 1% 23px; } }

.product-filter .form-holder {
  overflow: hidden;
  padding: 0 0 30px; }
  @media only screen and (max-width: 1025px) {
    .product-filter .form-holder {
      padding: 0 0 30px; } }

.product-filter h3 {
  margin: 0 0 11px;
  font: 700 18px/ 24px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  color: #fff; }

.product-filter .box {
  float: left;
  font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0 15px 0 0; }
  @media only screen and (max-width: 1199px) {
    .product-filter .box {
      float: none;
      display: inline;
      margin: 0 10px 0 0; } }
  @media only screen and (max-width: 1025px) {
    .product-filter .box {
      float: none;
      width: 100%;
      overflow: hidden;
      display: block;
      padding: 0 0 20px; } }
  .product-filter .box label {
    margin: 0 6px 5px 0;
    display: inline-block;
    vertical-align: middle;
    font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    @media only screen and (max-width: 1199px) {
      .product-filter .box label {
        font-size: 12px; } }
  @media only screen and (max-width: 580px) {
    .product-filter .box .jcf-select {
      float: none;
      display: block;
      width: 100%;
      margin: 0 0 10px; }
      .product-filter .box .jcf-select .jcf-select-text {
        display: block;
        padding: 9px 17px 0 7px; } }
  .product-filter .box.add {
    margin: 0; }

.product-filter .subhead {
  float: left;
  padding: 8px 4px 0 0;
  font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 1199px) {
    .product-filter .subhead {
      font-size: 13px; } }

.product-filter ul {
  margin: 0;
  padding: 5px 0 0 0;
  float: left; }
  @media only screen and (max-width: 580px) {
    .product-filter ul {
      float: none;
      overflow: hidden; } }
  .product-filter ul li {
    padding: 0 7px 0 5px; }
    @media only screen and (max-width: 580px) {
      .product-filter ul li {
        display: block; } }
    .product-filter ul li label {
      margin: 0 !important;
      display: inline-block;
      vertical-align: middle;
      font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }

.product-filter input[type="submit"] {
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  width: 129px;
  height: 34px;
  border-radius: 2px; }
  @media only screen and (max-width: 1199px) {
    .product-filter input[type="submit"] {
      margin: 13px auto -4px;
      display: block;
      width: 100%;
      float: none; } }
  @media only screen and (max-width: 1025px) {
    .product-filter input[type="submit"] {
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .product-filter input[type="submit"] {
      margin: 0;
      width: 100%; } }

.product-filter .open-close {
  position: relative; }
  .product-filter .open-close.active .btn-filter {
    display: none; }

.product-filter .btn-filter {
  position: absolute;
  top: -14px;
  left: auto;
  right: 30px;
  font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none; }
  .product-filter .btn-filter:hover {
    color: #ccc; }
  .product-filter .btn-filter:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: auto;
    right: -14px; }

.product-filter.product-add {
  margin-top: -21px; }

.product-filter .slide {
  overflow: hidden;
  padding: 22px 0;
  margin: 0 0 20px; }
  .product-filter .slide .column {
    float: left;
    width: 26.8%;
    padding: 16px 1% 0 2.5%;
    color: #fff;
    position: relative; }
    .product-filter .slide .column:before {
      position: absolute;
      content: " ";
      top: 0;
      bottom: 0;
      left: 0;
      right: auto; }
    .product-filter .slide .column:before {
      border-left: 1px solid #2f3d4a;
      height: 9999px; }
      @media only screen and (max-width: 1025px) {
        .product-filter .slide .column:before {
          display: none; } }
    .product-filter .slide .column:first-child {
      border: 0;
      padding-left: 0;
      width: 24.1%; }
      .product-filter .slide .column:first-child:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .product-filter .slide .column:first-child {
          width: 100%; } }
    .product-filter .slide .column.add {
      width: 20%;
      padding-top: 0; }
      @media only screen and (max-width: 767px) {
        .product-filter .slide .column.add {
          float: none;
          width: 100%;
          margin: 0 0 10px;
          overflow: hidden;
          border: 0;
          padding: 0 0 10px; } }
    @media only screen and (max-width: 767px) {
      .product-filter .slide .column {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        overflow: hidden;
        border: 0;
        padding: 0 0 10px;
        border-bottom: 1px solid #2f3d4a; } }
  .product-filter .slide ul {
    padding: 3px 0 0;
    float: none;
    min-width: 137px; }
    .product-filter .slide ul li {
      padding: 0 2px 6px;
      white-space: nowrap; }
    .product-filter .slide ul label {
      font-size: 12px;
      white-space: normal; }
  .product-filter .slide h3 {
    font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    margin: 0 0 16px; }
  .product-filter .slide .holder-box {
    overflow: hidden;
    padding: 0 0 7px; }
    .product-filter .slide .holder-box ul {
      float: left;
      padding: 3px 0 0; }
      .product-filter .slide .holder-box ul li {
        padding: 0 5px 6px; }
    .product-filter .slide .holder-box .jcf-radio {
      border: 0;
      margin: 0 5px 0 0; }
    .product-filter .slide .holder-box label {
      font-size: 12px; }
  .product-filter .slide .subhead {
    font-size: 12px;
    width: 96px; }
  .product-filter .slide .row-box {
    overflow: hidden;
    padding: 0 0 8px; }
    .product-filter .slide .row-box label {
      margin: 0;
      font-size: 12px;
      line-height: 15px;
      float: left;
      width: 38.8%;
      padding: 6px 6px 0 0;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        .product-filter .slide .row-box label {
          width: auto;
          min-width: 100px; } }
    .product-filter .slide .row-box .jcf-select {
      height: 28px;
      margin: 0;
      width: 100px; }
    .product-filter .slide .row-box .jcf-select-text {
      margin: 5px 35px 0 10px;
      text-transform: lowercase !important; }

.product-filter .box .jcf-select-text {
  text-transform: lowercase !important; }

/* button styling */
.btn, .carousel .box a {
  background: #00c4c9;
  border-radius: 3px;
  font: 700 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  color: #fff; }

.btn-default {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  color: #1c2b39;
  border: 0; }
  .btn-default:focus, .btn-default:hover {
    opacity: 0.8;
    text-decoration: none; }

.btn-primary {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border-radius: 3px;
  background: #04a9e7;
  color: #fff;
  border: 0; }
  .btn-primary:focus, .btn-primary:hover {
    color: #1c2b39;
    background: #04a9e7;
    text-decoration: none;
    opacity: 1; }

/* ---------------------------------------------------------
				Custom form styles
   ---------------------------------------------------------*/
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(241, 238, 238, 0.75);
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  background: #f1eeee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1eeee), color-stop(100%, #e8e7e7));
  background: -webkit-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -o-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -ms-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: linear-gradient(to bottom, #f1eeee 0%, #e8e7e7 100%);
  cursor: pointer; }
  .jcf-checkbox:hover, .jcf-checkbox.jcf-checked {
    box-shadow: inset 1px 1px 2px rgba(176, 207, 236, 0.75);
    background: #b0cfec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwY2ZlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWMyZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0cfec), color-stop(100%, #99c2e1));
    background: -webkit-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -o-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -ms-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: linear-gradient(to bottom, #b0cfec 0%, #99c2e1 100%); }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 8px;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin: -7px 0 0 -4px;
  background: url(../images/arrow.png) no-repeat; }

:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #f1eeee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1eeee), color-stop(100%, #e8e7e7));
  background: -webkit-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -o-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: -ms-linear-gradient(top, #f1eeee 0%, #e8e7e7 100%);
  background: linear-gradient(to bottom, #f1eeee 0%, #e8e7e7 100%);
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }
  .jcf-radio:hover, .jcf-radio.jcf-checked {
    box-shadow: inset 1px 1px 2px rgba(176, 207, 236, 0.75);
    background: #b0cfec url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwY2ZlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWMyZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0cfec), color-stop(100%, #99c2e1));
    background: -webkit-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -o-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: -ms-linear-gradient(top, #b0cfec 0%, #99c2e1 100%);
    background: linear-gradient(to bottom, #b0cfec 0%, #99c2e1 100%); }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  background: #1a466d;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 3px;
  margin: 0 7px 0 0;
  background: #e8e7e7;
  box-shadow: inset 1px 1px 2px rgba(232, 231, 231, 0.75);
  height: 34px;
  width: 95px;
  font: 400 12px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  cursor: pointer; }
  .jcf-select.jcf-drop-active .jcf-select-text, .jcf-select:hover .jcf-select-text {
    color: #00c4c9; }
  .jcf-select.jcf-drop-active .jcf-select-opener:after, .jcf-select:hover .jcf-select-opener:after {
    color: #00c4c9; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  color: #253441;
  font: 400 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  margin: 6px 17px 0 9px; }
  .jcf-select .jcf-select-text span {
    cursor: pointer; }

.jcf-select .jcf-select-opener {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #1c2b39;
    position: absolute;
    top: 6px;
    left: 8px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
  width: auto !important;
  min-width: 95px;
  max-width: 200px; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ddd; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto !important;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #1c2b39;
  height: 1%;
  white-space: nowrap;
  text-overflow: auto; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #1c2b39;
  color: #fff;
  cursor: pointer; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/* upper footer */
.upper-footer {
  padding-bottom: 30px;
  padding-top: 18px;
  position: relative; }
  .upper-footer:before {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px; }
  .upper-footer:before {
    width: auto;
    height: 100%;
    background: #f0f2f4;
    display: block;
    z-index: -1; }
  .upper-footer h4 {
    margin: 0;
    padding: 12px 0 0 40px;
    color: #1c2125;
    font: 600 16px/ 20px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
  .upper-footer ul {
    padding: 11px 0 0 40px;
    font: 12px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    .upper-footer ul li {
      margin: 0 0 10px; }
      .upper-footer ul li a {
        color: #a5a6a9; }
        .upper-footer ul li a:hover {
          text-decoration: none;
          color: #00c4c9; }
  .upper-footer .social-networks {
    float: left;
    padding: 16px 0 0; }
    @media only screen and (max-width: 767px) {
      .upper-footer .social-networks {
        padding: 16px 0 0 28px; } }
    .upper-footer .social-networks li {
      float: left;
      margin: 0 4px 0 0;
      margin: 0 4px 0 0; }
      .upper-footer .social-networks li a {
        display: block;
        width: 21px;
        height: 21px;
        background: #1c2b39;
        border-radius: 50%;
        line-height: 21px;
        text-align: center;
        color: #f0f2f4; }
        .upper-footer .social-networks li a:after {
          font-family: 'FontAwesome'; }
        .upper-footer .social-networks li a:hover {
          color: #1c2b39;
          background: #f0f2f4; }
        .upper-footer .social-networks li a.fa-facebook:after {
          content: "\f09a"; }
        .upper-footer .social-networks li a.fa-twitter:after {
          content: "\f099"; }
        .upper-footer .social-networks li a.fa-linkedin-square:after {
          content: "\f08c"; }
        .upper-footer .social-networks li a.fa-google-plus:after {
          content: "\f0d5"; }
        .upper-footer .social-networks li a.fa-youtube:after {
          content: "\f167 "; }
  .upper-footer .social-networks.add {
    float: left;
    padding: 16px 0 0; }
    @media only screen and (max-width: 767px) {
      .upper-footer .social-networks.add {
        padding: 16px 0 0 28px; } }
    .upper-footer .social-networks.add li {
      float: left;
      margin: 0 4px 0 0;
      margin: 0 4px 0 0; }
      .upper-footer .social-networks.add li a {
        display: block;
        background: url(../images/soical-networks.png) no-repeat;
        width: 21px;
        height: 20px; }
        .upper-footer .social-networks.add li a:hover {
          opacity: 0.8; }
      .upper-footer .social-networks.add li.twitter a {
        background-position: -26px 0; }
      .upper-footer .social-networks.add li.linkedin a {
        background-position: -53px 0; }
      .upper-footer .social-networks.add li.google-plus a {
        background-position: -79px 0; }

/* footer of the page */
#footer {
  position: relative;
  font: 12px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  color: #a5a6a9;
  padding-bottom: 20px; }
  #footer:before {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px; }
  #footer:before {
    width: auto;
    height: 100%;
    background: #f0f2f4;
    display: block;
    z-index: -1; }
  #footer .copyright {
    padding: 0 31px;
    display: block; }
    #footer .copyright a {
      color: #a5a6a9; }
  #footer .social-networks li {
    float: left; }
    #footer .social-networks li a {
      display: block; }

/* title area */
.title-area {
  background: url(../images/bg-title.jpg) no-repeat 50% 0 #253441;
  background-size: cover;
  text-align: center;
  padding: 25px 0 29px; }
  .title-area h1 {
    font: 700 40px/ 46px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0; }

/* breadcrumbs */
.breadcrumb-area {
  position: relative;
  margin-bottom: 35px; }
  .breadcrumb-area:after {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 9999px;
    height: 1px;
    content: '';
    margin: 0 -9999px;
    padding: 0 9999px;
    background: #dbdbdb; }
  .breadcrumb-area ol {
    padding: 13px 0 14px;
    margin: 0;
    background: none;
    font: 11px/ 14px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    letter-spacing: 1px; }
    .breadcrumb-area ol li {
      color: #83878b;
      position: relative;
      padding: 0 5px 0 10px; }
      .breadcrumb-area ol li:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '>';
        font: 11px/ 14px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        color: #83878b; }
      .breadcrumb-area ol li:first-child {
        padding-left: 0; }
        .breadcrumb-area ol li:first-child:after {
          display: none; }
      .breadcrumb-area ol li a {
        color: #83878b; }

/* help block */
.help-block {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px; }
  .help-block .ico {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #fff;
    display: block;
    margin: 0 auto 19px;
    position: relative; }
    .help-block .ico:after {
      content: "\f019";
      font-family: 'FontAwesome';
      font-size: 50px;
      line-height: 100px;
      color: #1c2b39;
      display: block;
      text-align: center; }
  .help-block .support,
  .help-block .faq,
  .help-block .download {
    background: #253441;
    display: block;
    padding: 41px 10px 34px; }
    @media only screen and (max-width: 767px) {
      .help-block .support,
      .help-block .faq,
      .help-block .download {
        margin: 0 0 20px; } }
  .help-block .download {
    background-image: url(../images/bg-download2.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover; }
  .help-block .faq {
    background-image: url(../images/bg-faq2.jpg);
    background-position: 50% 0;
    background-size: cover; }
    .help-block .faq .ico:after {
      content: "\f128"; }
  .help-block .support {
    background-image: url(../images/bg-support2.jpg);
    background-position: 50% 0;
    background-size: cover; }
    .help-block .support .ico:after {
      content: "\f086"; }
  .help-block .text {
    display: block;
    font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #fff; }
  .help-block a {
    text-decoration: none; }

/* product list */
.product-list {
  overflow: hidden;
  margin-bottom: 37px; }
  .product-list .header h2 {
    margin: 0 0 33px;
    text-align: center;
    font: 30px/ 36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #253441; }
  .product-list ul {
    margin: 0; }
    .product-list ul li {
      float: left;
      width: 20%;
      padding: 0px 10px 0px;
      text-align: center;
      position: relative;
      /*&:after {
				@include position(absolute,0,0);
				@include width(1px,100%);
				content: '';
				background: #dbdbdb;
			}
			&:first-child {
				&:after {display: none;}
			}*/ }
      @media only screen and (max-width: 992px) {
        .product-list ul li {
          width: 33.333%; } }
      @media only screen and (max-width: 767px) {
        .product-list ul li {
          width: 50%; } }
      @media only screen and (max-width: 479px) {
        .product-list ul li {
          float: none;
          padding: 20px 0;
          width: auto;
          display: block; }
          .product-list ul li:after {
            top: 0;
            width: 100%;
            height: 1px; } }
      .product-list ul li img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 35px; }
      .product-list ul li .title {
        font: 600 14px/ 20px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        display: block;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 52px;
        text-align: center;
        padding-right: 14px;
        width: 100%; }
        .product-list ul li .title a {
          color: #fff;
          background-color: #00c4c9;
          padding: 5px 25px;
          border-radius: 20px 20px; }
      .product-list ul li .item-name {
        display: block;
        font: 400 14px/ 20px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #83878b; }

/* intro */
.intro {
  color: #253441;
  padding: 0 0 13px;
  font: 14px/ 22px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: -7px; }
  @media only screen and (max-width: 1199px) {
    .intro {
      font-size: 13px; } }
  @media only screen and (max-width: 1025px) {
    .intro br {
      display: none; } }
  .intro p {
    margin: 0 0 20px; }

/* user row */
.user-row {
  position: relative;
  padding: 34px 0 53px;
  font: 14px/ 22px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  color: #1c2b39; }
  .user-row:before {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px; }
  .user-row:before {
    width: auto;
    height: 100%;
    background: #f0f2f4;
    display: block;
    z-index: -1; }
  @media only screen and (max-width: 767px) {
    .user-row {
      padding: 20px 0 30px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .user-row .holder {
      height: auto !important; } }
  .user-row h2 {
    margin: 0 0 23px;
    font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39;
    padding: 0 40px; }
    @media only screen and (max-width: 1023px) {
      .user-row h2 {
        text-align: center;
        padding: 0; } }
  .user-row .holder {
    background: #fff;
    overflow: hidden; }
  .user-row .resource-user h2 {
    padding: 0;
    text-align: center; }
  .user-row .resource-user .holder {
    padding: 66px 12% 42px 15%;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .user-row .resource-user .holder {
        padding: 44px 12% 42px 15%; } }
    @media only screen and (max-width: 1023px) {
      .user-row .resource-user .holder {
        padding: 32px 12% 32px 15%;
        margin: 0 0 20px; } }
  .user-row .resource-user p {
    margin: 0 0 14px; }
  .user-row .resource-user .btn-default {
    padding: 7px 18px 10px 18px;
    background: #f0f2f4; }
    .user-row .resource-user .btn-default:hover {
      opacity: 1;
      color: #00c4c9; }
  .user-row .user-account .holder h2 {
    margin: 0;
    padding: 0; }
  .user-row .registor-block {
    float: left;
    width: 41%;
    padding: 34px 0 20px 5.2%; }
    @media only screen and (max-width: 600px) {
      .user-row .registor-block {
        float: none;
        width: 100%; } }
    .user-row .registor-block h2 {
      margin: 0 0 6px !important;
      text-align: left; }
    .user-row .registor-block p {
      margin: 0 0 14px; }
    .user-row .registor-block .btn, .user-row .registor-block .carousel .box a, .carousel .box .user-row .registor-block a {
      padding: 6px 37px 8px 39px;
      display: inline-block;
      vertical-align: top; }
  .user-row .login-box {
    float: right;
    width: 56.9%;
    overflow: hidden;
    padding: 34px 8.3% 42px 19.8%;
    background: url(../images/bg-login.png) no-repeat; }
    @media only screen and (max-width: 600px) {
      .user-row .login-box {
        background: #253441;
        float: none;
        width: 100%;
        padding: 34px 8.3% 42px; } }
    .user-row .login-box h2 {
      color: #fff;
      margin: 0 0 21px !important;
      text-align: left; }
    .user-row .login-box .form-group {
      width: 100%;
      height: 34px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 3px;
      padding: 8px 10px 6px;
      margin: 0 0 10px;
      border: 1px solid #dadada;
      background: #fff;
      display: block; }
    .user-row .login-box input[type="text"],
    .user-row .login-box input[type="password"],
    .user-row .login-box input[type="email"] {
      display: block;
      background: none;
      border: 0;
      box-shadow: none;
      height: 16px;
      font-size: 12px;
      line-height: 16px;
      padding: 0; }
    .user-row .login-box input[type="submit"] {
      width: 130px;
      height: 34px;
      margin: 0 auto;
      display: block;
      border-radius: 2px; }

/* prodcut block */
.product-block {
  overflow: hidden;
  color: #1c2b39;
  text-align: center;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .product-block {
      max-width: 400px; } }
  .product-block div.box {
    padding-top: 10px; }
  .product-block img {
    display: block;
    margin: 50px auto 7px; }
  .product-block .box:hover a {
    text-decoration: underline; }
  .product-block h2 {
    margin: 0;
    font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39; }
    .product-block h2 a {
      color: #fff;
      background-color: #00c4c9;
      padding: 5px 25px;
      border-radius: 20px 20px; }
    .product-block h2 a:hover {
      text-decoration: underline; }
  .product-block p {
    margin: 0; }
  .product-block .product-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 51px;
    z-index: 11; }
  .product-block .col-xs-12 {
    overflow: hidden; }

.project-block {
  margin-top: 20px; }
  .project-block div.box {
    padding: 10px 10px; }
    .project-block div.box .box-border {
      width: 100%;
      height: 100%;
      min-height: 255px;
      border: 1px solid #eeeeee; }
    .project-block div.box .text {
      bottom: 29px; }
  .project-block li {
    margin-top: 10px;
    padding: 10px; }
    .project-block li .box-border {
      width: 100%;
      height: 100%;
      min-height: 200px;
      border: 1px solid #eeeeee; }
    .project-block li img {
      margin: 40px auto 110px;
      max-width: 180px !important;
      width: auto !important;
      padding-top: 10px; }
  .project-block h2 {
    margin: 0;
    font: 20px/ 26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39; }
    .project-block h2 a {
      color: #1c2b39;
      background-color: transparent;
      padding: 0;
      border: none; }
    .project-block h2 a:hover {
      text-decoration: underline; }

.user-resource .user-filter {
  margin-bottom: 40px; }

/* user filter */
.user-filter {
  margin-top: -20px;
  margin-bottom: 90px; }
  .user-filter form {
    background: #253441;
    padding: 19px 2.5% 30px; }
  .user-filter .holder {
    overflow: hidden;
    color: #fff; }
  .user-filter h2 {
    margin: 0 0 11px;
    font: 700 18px/ 24px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #fff; }
  .user-filter .subhead {
    float: left;
    padding: 8px 10px 0 0;
    font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #fff; }
    @media only screen and (max-width: 1025px) {
      .user-filter .subhead {
        float: none;
        display: block;
        padding: 8px 10px 10px 0; } }
    @media only screen and (max-width: 767px) {
      .user-filter .subhead {
        float: none;
        display: block;
        padding: 0 0 10px; } }
  .user-filter .list-box {
    float: left;
    margin: 0 23px 0 0;
    width: 31.4%; }
    @media only screen and (max-width: 1199px) {
      .user-filter .list-box {
        width: 29.2%; } }
    @media only screen and (max-width: 1025px) {
      .user-filter .list-box {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 20px; } }
  .user-filter .list-box ~ .list-box {
    width: 21.1%; }
    @media only screen and (max-width: 1199px) {
      .user-filter .list-box ~ .list-box {
        width: 22.1%;
        margin: 0 15px 0 0; }
        .user-filter .list-box ~ .list-box ul {
          max-width: 120px; } }
    @media only screen and (max-width: 1025px) {
      .user-filter .list-box ~ .list-box {
        float: left;
        width: 45%;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 767px) {
      .user-filter .list-box ~ .list-box {
        float: none;
        width: 100%;
        overflow: hidden; } }
  .user-filter ul {
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    max-width: 180px; }
    @media only screen and (max-width: 1199px) {
      .user-filter ul {
        min-width: 0;
        max-width: 115px; } }
    @media only screen and (max-width: 1025px) {
      .user-filter ul {
        min-width: 401px;
        max-width: 401px; } }
    @media only screen and (max-width: 992px) {
      .user-filter ul {
        min-width: 308px;
        max-width: 308px; } }
    @media only screen and (max-width: 767px) {
      .user-filter ul {
        min-width: 0;
        float: none;
        overflow: hidden;
        max-width: 100%; } }
    .user-filter ul li {
      padding: 0 7px 5px 5px;
      white-space: nowrap; }
      .user-filter ul li label {
        margin: 0 !important;
        display: inline-block;
        vertical-align: middle;
        font: 14px/ 18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
        @media only screen and (max-width: 1199px) {
          .user-filter ul li label {
            font-size: 12px; } }
  @media only screen and (max-width: 1025px) {
    .user-filter .form-box {
      float: none;
      width: 100%;
      padding: 20px 0 0;
      overflow: hidden;
      clear: both; }
      .user-filter .form-box .jcf-select {
        margin: 0 20px 0 0 !important; } }
  @media only screen and (max-width: 767px) {
    .user-filter .form-box .jcf-select {
      margin: 0 0 20px 0 !important;
      float: none;
      display: block; } }
  .user-filter input[type="submit"] {
    padding: 0;
    cursor: pointer;
    border: 0;
    margin: 0;
    width: 129px;
    height: 34px;
    border-radius: 2px; }
  .user-filter .box-holder {
    overflow: hidden;
    padding: 4px 0 0 4px; }
    .user-filter .box-holder .jcf-select {
      height: 28px;
      margin: 0 0 19px; }
      .user-filter .box-holder .jcf-select .jcf-select-opener:after {
        top: 5px; }

/* support area */
.support-area {
  padding: 50px 0 4px;
  position: relative; }
  .support-area:before {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px; }
  .support-area:before {
    width: auto;
    height: 100%;
    background: #f0f2f4;
    display: block;
    z-index: -1; }
  .support-area.add {
    padding: 50px 0 74px; }
  @media only screen and (max-width: 767px) {
    .support-area {
      padding-bottom: 0; } }
  .support-area h2 {
    margin: 0 0 13px;
    color: #1c2b39;
    font: 20px/26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    padding: 5px 51px 13px;
    position: relative; }
    .support-area h2:after {
      width: 38px;
      height: 38px;
      content: "\f013";
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      border-radius: 100%;
      font-family: 'FontAwesome';
      text-align: center;
      line-height: 38px; }
  .support-area .documentation h2:after {
    content: "\f07c"; }
  .support-area .documentation ul li a:after {
    content: "\f1c1";
    color: #00c4c9; }
  .support-area .documentation ul li a:hover {
    color: #00c4c9; }
  .support-area .faq h2:after {
    content: "\f128"; }
  .support-area .faq ul li a:after {
    content: "\f0e6";
    color: #1c2b39;
    font-size: 16px;
    top: 19px;
    left: 14px; }
  .support-area .apps h2:after {
    content: "\f1b2"; }
  .support-area ul li {
    margin: 0 0 4px;
    background: #fff; }
    .support-area ul li a {
      text-decoration: none;
      color: #1c2b39;
      display: inline-block;
      vertical-align: top;
      padding: 5px 0 5px 40px;
      position: relative; }
      .support-area ul li a:after {
        content: "\f019";
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #01b7fa;
        position: absolute;
        top: 5px;
        left: 15px; }
      .support-area ul li a:hover {
        color: #01b7fa; }
  .support-area .button-holder {
    display: block;
    padding: 7px 0 0;
    text-align: center; }
    .support-area .button-holder a {
      color: #1c2b39;
      display: inline-block;
      vertical-align: top;
      padding: 0 19px 0 0;
      position: relative; }
      .support-area .button-holder a:after {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #1c2b39;
        position: absolute;
        top: 0;
        left: auto;
        right: 2px; }
  .support-area .faq ul li {
    line-height: 18px; }
    .support-area .faq ul li a {
      padding: 17px 10px 14px 40px; }
    .support-area .faq ul li ~ li a {
      padding: 17px 10px 34px 40px; }

/* support block */
.support-block {
  overflow: hidden;
  text-align: center;
  padding: 40px 0 0; }
  .support-block .ico {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0 0;
    position: relative; }
    .support-block .ico:after {
      content: "\f019";
      font-family: 'FontAwesome';
      font-size: 25px;
      line-height: 50px;
      color: #1c2b39;
      display: block;
      text-align: center; }
  .support-block .download-box a {
    background: url(../images/bg-download.jpg) no-repeat 50% 0;
    background-size: cover; }
  .support-block .resource a {
    background: url(../images/bg-resource.jpg) no-repeat 50% 0;
    background-size: cover; }
  .support-block .resource .ico:after {
    content: "\f121"; }
  .support-block .faq a {
    background: url(../images/bg-faq.jpg) no-repeat 50% 0;
    background-size: cover; }
  .support-block .faq .ico:after {
    content: "\f128"; }
  .support-block .contact a {
    background: url(../images/bg-support.jpg) no-repeat 50% 0;
    background-size: cover; }
  .support-block .contact .ico:after {
    content: "\f086"; }
  .support-block a {
    background-color: #253441 !important;
    display: block;
    overflow: hidden;
    padding: 20px 25px;
    text-align: left; }
    .support-block a:hover {
      text-decoration: none; }
      .support-block a:hover span {
        color: #00c4c9; }
    @media only screen and (max-width: 767px) {
      .support-block a {
        margin: 0 0 20px;
        height: auto !important; } }
  .support-block .text {
    display: inline-block;
    vertical-align: middle;
    font: 20px/ 24px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #fff;
    overflow: hidden;
    width: 68%; }
    @media only screen and (max-width: 1199px) {
      .support-block .text {
        width: 55%;
        font-size: 18px; } }
    @media only screen and (max-width: 1199px) {
      .support-block .text {
        width: 100%;
        font-size: 18px; } }

/* product select */
.product-select {
  overflow: hidden;
  padding-top: 32px; }
  .product-select .table-area {
    overflow: auto;
    padding: 0 0 0 1px;
    height: auto !important; }
    @media only screen and (max-width: 1023px) {
      .product-select .table-area .holder {
        padding: 0 10px 0 0;
        width: 1026px; } }
  .product-select header {
    text-align: center;
    padding-bottom: 38px; }
    .product-select header h3 {
      margin: 0;
      color: #1c2b39;
      font: 30px /36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    .product-select header .counter-product {
      display: block;
      color: #1c2b39;
      font: 14px /18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
  .product-select .table {
    border: solid #dbdbdb;
    border-width: 0 1px 1px 0;
    font: 12px /15px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39;
    margin: 0 0 18px; }
    @media only screen and (max-width: 1023px) {
      .product-select .table {
        width: 1024px;
        margin: 0 0 18px; } }
    .product-select .table thead th {
      border: solid #dbdbdb !important;
      border-width: 1px 0 0 1px !important;
      font-weight: normal;
      vertical-align: top;
      padding: 5px 6px 3px 15px; }
    .product-select .table thead .head {
      background: #f4f4f4;
      font: 600 14px /18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #1c2b39;
      padding: 6px 16px; }
    .product-select .table thead .col-1 {
      border: 0 !important; }
    .product-select .table tbody td {
      border: solid #dbdbdb;
      border-width: 1px 0 0 1px;
      padding: 25px 9px 24px 20px;
      vertical-align: middle; }
    .product-select .table .ico {
      position: relative;
      text-align: center;
      display: block;
      padding: 0 10px 0 0; }
      .product-select .table .ico:after {
        content: "\f00c";
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #56ab50; }
    .product-select .table .col-1 {
      width: 23.64%; }
    .product-select .table .col-2 {
      width: 8.47%; }
    .product-select .table .col-3 {
      width: 8.47%; }
    .product-select .table .col-4 {
      width: 8.47%; }
    .product-select .table .col-5 {
      width: 8.47%; }
    .product-select .table .col-6 {
      width: 8.47%; }
    .product-select .table .col-7 {
      width: 8.47%; }
    .product-select .table .col-8 {
      width: 8.47%; }
    .product-select .table .col-9 {
      width: 8.47%; }
    .product-select .table .col-10 {
      width: 8.47%; }
    .product-select .table .box {
      overflow: hidden; }
      .product-select .table .box img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 14px 0 0 !important;
        width: auto !important;
        height: auto !important; }
        @media only screen and (max-width: 1199px) {
          .product-select .table .box img {
            display: block;
            margin: 0 auto 10px; } }
      .product-select .table .box .textbox {
        display: inline-block;
        vertical-align: middle;
        font: 14px /18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        color: #83878b;
        text-transform: uppercase; }
        @media only screen and (max-width: 1199px) {
          .product-select .table .box .textbox {
            display: block;
            text-align: center; } }
      .product-select .table .box .title {
        display: block;
        font: 14px /18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        color: #1c2b39; }
        .product-select .table .box .title a {
          color: #1c2b39; }

/* product detial */
.product-detail {
  margin-top: -9px; }
  .product-detail .product-frame {
    position: relative;
    padding-bottom: 39px;
    padding-top: 13px; }
    .product-detail .product-frame:before {
      position: absolute;
      content: " ";
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px; }
    .product-detail .product-frame:before {
      width: auto;
      height: 100%;
      background: #f0f2f4;
      display: block;
      z-index: -1; }
  @media only screen and (max-width: 767px) {
    .product-detail .table-holder .row {
      width: 767px !important;
      overflow: auto; } }
  .product-detail .img {
    padding-top: 70px; }
    .product-detail .img img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    @media only screen and (max-width: 1025px) {
      .product-detail .img {
        padding-bottom: 20px; } }
  .product-detail .right-widget {
    padding-left: 70px;
    border-left: 1px solid #dbdbdb; }
    @media only screen and (max-width: 1025px) {
      .product-detail .right-widget {
        padding-left: 0; } }
  .product-detail .caption {
    font: 14px/20px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    /*color: #83878b;*/
    padding-right: 70px;
    /*ul {
			@extend %listreset;
			padding:10px 0 35px 19px;
		}*/ }
    @media only screen and (max-width: 1025px) {
      .product-detail .caption {
        padding-right: 0;
        border-right: 0; } }
    .product-detail .caption h2 {
      margin: 0 0 20px 0;
      color: #1c2b39;
      font: 30px/36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    .product-detail .caption .subhead {
      display: block;
      color: #1c2b39;
      padding: 0 0 20px;
      font: 300 16px/22px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    .product-detail .caption .head {
      display: block;
      font-weight: normal;
      font: 16px/22px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
    .product-detail .caption .left {
      float: left;
      width: 65%; }
      @media only screen and (max-width: 1025px) {
        .product-detail .caption .left {
          float: none;
          width: auto;
          padding: 0 0 20px; } }
    .product-detail .caption p {
      margin: 0 0 18px; }
    .product-detail .caption .right {
      float: right;
      width: 100%;
      padding: 9px 0 0;
      text-transform: uppercase;
      /*@include breakpoint($desktop1) {
				width: 27.4%;
			}*/ }
      @media only screen and (max-width: 1025px) {
        .product-detail .caption .right {
          float: none;
          width: auto;
          padding: 0 0 20px; } }
      .product-detail .caption .right li {
        padding: 0 8px;
        margin: 0 -10px 3px 10px;
        background: #f0f2f4;
        width: 70px;
        text-align: center;
        min-height: 70px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; }
        @media only screen and (max-width: 1025px) {
          .product-detail .caption .right li {
            margin: 0 0 5px; } }
        .product-detail .caption .right li .text {
          display: inline-block;
          white-space: normal;
          vertical-align: middle; }
        .product-detail .caption .right li:before {
          content: '';
          vertical-align: middle;
          display: inline-block;
          min-height: inherit;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px; }
        .product-detail .caption .right li span, .product-detail .caption .right li span a {
          display: inline-block;
          vertical-align: middle;
          font: 11px/14px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
          color: #1c2b39;
          white-space: normal;
          text-align: center;
          text-decoration: none;
          font-weight: bold; }
        .product-detail .caption .right li.price {
          padding: 0 8px;
          background: #00c4c9; }
          .product-detail .caption .right li.price span, .product-detail .caption .right li.price span a {
            font: 11px/14px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
            color: #fff;
            text-decoration: none;
            font-weight: bold; }
    .product-detail .caption .footer {
      overflow: hidden;
      white-space: nowrap; }
      .product-detail .caption .footer .btn, .product-detail .caption .footer .carousel .box a, .carousel .box .product-detail .caption .footer a {
        background: #91c848;
        width: 129px;
        padding: 7px;
        display: inline-block;
        vertical-align: top;
        white-space: normal; }
        @media only screen and (max-width: 479px) {
          .product-detail .caption .footer .btn, .product-detail .caption .footer .carousel .box a, .carousel .box .product-detail .caption .footer a {
            width: 100px; } }
      .product-detail .caption .footer .link {
        display: inline-block;
        vertical-align: top;
        font: 300 14px/18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        color: #1c2b39;
        margin: 0 10px 0 3px;
        padding: 7px 10px 9px;
        width: 129px;
        border-radius: 3px;
        text-align: center;
        background: #f0f2f4;
        white-space: normal; }
        .product-detail .caption .footer .link:hover {
          text-decoration: none;
          color: #00c4c9; }
        @media only screen and (max-width: 1199px) {
          .product-detail .caption .footer .link {
            margin: 0 5px;
            width: 110px; } }
        @media only screen and (max-width: 479px) {
          .product-detail .caption .footer .link {
            width: 110px; } }
      .product-detail .caption .footer .btn-ico {
        width: 34px;
        height: 34px;
        display: inline-block;
        vertical-align: top;
        background: url(../images/ico-pdf.png) no-repeat;
        overflow: hidden;
        text-indent: -9999px;
        white-space: normal; }
  .product-detail .row {
    padding-bottom: 10px; }
    @media only screen and (max-width: 1025px) {
      .product-detail .row {
        padding-bottom: 30px; } }
  .product-detail .header {
    text-align: center;
    padding: 0 0 25px;
    font: 30px/36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39; }
  .product-detail .panel {
    border-radius: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
    .product-detail .panel .panel-heading {
      background: #fff;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYyZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #fff 0%, #f0f2f4 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f4));
      background: -webkit-linear-gradient(top, #fff 0%, #f0f2f4 100%);
      background: -o-linear-gradient(top, #fff 0%, #f0f2f4 100%);
      background: -ms-linear-gradient(top, #fff 0%, #f0f2f4 100%);
      background: linear-gradient(to bottom, #fff 0%, #f0f2f4 100%);
      font: 600 14px/18px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #1c2b39;
      padding: 6px 15px;
      border: 0; }
    .product-detail .panel .table {
      border: 0;
      border-top: 1px solid #dbdbdb; }
      .product-detail .panel .table td {
        padding: 8px 15px 7px;
        color: #1c2b39;
        font: 12px/15px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
        border: solid #dbdbdb;
        border-width: 1px 0 0 1px; }
      .product-detail .panel .table .even {
        background: #f7f8f9; }
      .product-detail .panel .table .col-1 {
        width: 34.43%;
        border-left: 0; }
      .product-detail .panel .table .col-2 {
        width: 65.57%; }
      .product-detail .panel .table ul {
        line-height: 16px;
        margin: 0 0 -1px; }

/* support section */
.support-section {
  background: #253441;
  position: relative;
  z-index: 5;
  margin-bottom: 32px;
  padding-top: 33px;
  padding-bottom: 50px; }
  .support-section:after {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 -9999px;
    padding: 0 9999px;
    background: #253441;
    width: 9999px;
    height: 100%;
    display: block;
    z-index: -1; }
  .support-section .support-box {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    overflow: hidden; }
    @media only screen and (max-width: 1025px) {
      .support-section .support-box {
        padding-bottom: 20px;
        max-width: 580px;
        margin: 0 auto;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      .support-section .support-box {
        height: 250px; } }
    .support-section .support-box img {
      width: 100%;
      display: block; }
    .support-section .support-box h2 {
      margin: 0;
      font-size: 20px;
      color: #fff;
      line-height: 26px;
      text-transform: uppercase; }
    .support-section .support-box p {
      margin: 0 0 12px; }
    .support-section .support-box .text {
      position: absolute;
      top: 49px;
      left: 49px;
      font-size: 14px;
      line-height: 22px;
      max-width: 300px; }
      @media only screen and (max-width: 1199px) {
        .support-section .support-box .text {
          top: 20px; } }
    .support-section .support-box .btn-primary {
      padding: 6px 17px 7px 16px; }
  .support-section ul li {
    margin: 0 0 5.5px;
    background: #fff;
    position: relative; }
    .support-section ul li:hover {
      opacity: 0.9; }
    .support-section ul li a {
      text-decoration: none;
      color: #1c2b39;
      display: block;
      padding: 5px 40px; }
      .support-section ul li a:after {
        content: "\f019";
        color: #01b7fa;
        position: absolute;
        top: 5px;
        left: 15px;
        font-family: 'FontAwesome'; }
  .support-section ul li.documentation a:after {
    content: "\f1c1";
    color: #00c4c9; }
  .support-section h3 {
    margin: 0 0 32px;
    color: #fff;
    text-align: center;
    font: 30px/36px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
  .support-section .button-holder {
    display: block;
    padding: 7px 0 0;
    text-align: center; }
    .support-section .button-holder a {
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 19px 0 0;
      position: relative; }
      .support-section .button-holder a:after {
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #1c2b39;
        position: absolute;
        top: 0;
        left: auto;
        right: 2px;
        color: #fff; }

/* similar product */
.similar-product {
  margin-bottom: 15px; }
  .similar-product .header {
    padding: 0 10px; }
    .similar-product .header h2 {
      font-weight: normal;
      text-align: left;
      margin: 0 0 20px 0; }
  .similar-product ul li {
    float: none;
    width: 100%;
    padding: 10px 0px 0px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .similar-product ul li {
        float: left;
        padding-right: 10px; } }
  .similar-product ul li:hover a {
    text-decoration: underline; }

/* login popup */
.login-popup {
  position: absolute;
  top: -130px;
  left: auto;
  right: 80px;
  background: #f0f2f4;
  border-radius: 3px;
  z-index: 99;
  width: 251px;
  height: 222px;
  border: solid 1px #f0f2f4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  padding: 12px 18px 0 20px; }
  @media only screen and (max-width: 767px) {
    .login-popup {
      right: 16px; } }
  .login-popup .title {
    display: block;
    font: 300 20px/26px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    color: #1c2b39;
    text-align: center;
    padding: 0 0 14px; }
  .login-popup .form-group {
    border: solid 1px #d4d4d4;
    width: 100%;
    height: 32px;
    background: #fff;
    border-radius: 3px;
    color: #1c2b39;
    font: 12px/15px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    padding: 7px 10px 8px; }
  .login-popup input[type="text"],
  .login-popup input[type="email"],
  .login-popup input[type="password"] {
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    height: 16px;
    color: #1c2b39;
    font: 12px/15px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif; }
  .login-popup::-webkit-input-placeholder {
    color: #1c2b39; }
  .login-popup::-moz-placeholder {
    opacity: 1;
    color: #1c2b39; }
  .login-popup:-moz-placeholder {
    color: #1c2b39; }
  .login-popup:-ms-input-placeholder {
    color: #1c2b39; }
  .login-popup.placeholder {
    color: #1c2b39; }
  .login-popup .form-group {
    margin: 0 0 10px; }
  .login-popup input[type="submit"] {
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 129px;
    height: 34px;
    display: block;
    margin: 0 auto;
    border-radius: 2px; }
  .login-popup .forget {
    color: #00c4c9;
    font: 12px/15px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
    display: block;
    padding: 10px 0 0 5px;
    text-align: center; }
    .login-popup .forget a {
      color: #00c4c9; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
  height: auto !important; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-align: left; }
  .jcf-scrollbar-horizontal .jcf-scrollbar-dec:after,
  .jcf-scrollbar-horizontal .jcf-scrollbar-inc:after {
    content: "\f060";
    font-family: "FontAwesome";
    color: #56ab50;
    display: inline-block;
    vertical-align: top;
    margin: -4px 0 0;
    cursor: pointer; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
  text-align: right; }
  .jcf-scrollbar-horizontal .jcf-scrollbar-inc:after {
    content: "\f061"; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
  vertical-align: top; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #1c2b39;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important; }

/*Solutions*/
.category-image {
  position: relative;
  margin: 20px 0; }
  .category-image a {
    background: black;
    display: inline-block; }
  .category-image img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .category-image .text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 46px;
    margin-top: -23px; }
    .category-image .text h2 {
      font: 700 40px/ 46px "Source Sans Pro", sans-serif, Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0; }
  .category-image:hover img {
    opacity: 0.7; }

/* workflow */
.slideshow-container {
  background: #253441;
  margin-top: 40px;
  position: relative; }
  .slideshow-container h2 {
    color: #fff;
    text-align: center; }
  .slideshow-container .carousel-inner > .item > a > img {
    margin: auto; }
  .slideshow-container .carousel-control .glyphicon-menu-right, .slideshow-container .carousel-control .glyphicon-menu-left {
    width: 15px;
    height: 100%;
    top: 57%;
    /* margin-top: -7px; */
    font-size: 15px;
    color: #fff;
    background-image: none;
    position: absolute; }
  .slideshow-container .carousel-control {
    width: 10%; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: 50%; }

.carousel-control {
  opacity: 1; }
  .carousel-control .glyphicon-menu-right, .carousel-control .glyphicon-menu-left {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    font-size: 15px;
    color: #fff;
    background-image: none;
    position: absolute; }
  .carousel-control .glyphicon-menu-right {
    left: 0; }
  .carousel-control .glyphicon-menu-left {
    right: 0; }

/*VIDEO PLAYER*/
.videoplayer-container {
  background: #253441;
  color: #fff;
  margin-top: 10px;
  padding: 40px 0 0 0;
  /*
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		 { left: -25%; }*/ }
  .videoplayer-container iframe {
    width: 100%; }
  .videoplayer-container .caption {
    color: #fff; }
    .videoplayer-container .caption h2 {
      color: #fff; }
    .videoplayer-container .caption .subhead {
      color: #fff; }
  .videoplayer-container .carousel-control {
    width: 4%; }
  .videoplayer-container .carousel-control.left, .videoplayer-container .carousel-control.right {
    margin-left: 15px;
    background-image: none; }

.video-thumbnails {
  position: relative;
  overflow: hidden; }

.video-thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8; }

.video-thumbnail a {
  position: relative;
  display: inline-block; }

.video-thumbnail:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;
  background: url(../images/play-icon.png) no-repeat center center; }

#videocarousel img {
  margin: auto; }

#videocarousel .item {
  display: block;
  padding: 30px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative; }

#videocarousel .play {
  background: url(../images/play-icon.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1;
  cursor: hand;
  cursor: pointer; }

.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px; }

.owl-theme .owl-buttons i {
  margin-top: 2px; }

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  background: none !important; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 75px; }
  @media only screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev {
      left: -15px !important;
      top: 100px; } }

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 75px; }
  @media only screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-buttons .owl-next {
      right: -15px;
      top: 100px; } }

.btn-squared {
  text-align: center;
  width: 100%;
  display: block; }
  .btn-squared a {
    background: #f0f2f4;
    border: 2px solid #dfe2e5;
    font-size: 20px;
    color: #1c2b39;
    width: 80%;
    display: block;
    padding: 20px;
    margin: auto; }

.two-columns ul li {
  width: 48%;
  float: left;
  padding-right: 20px;
  /*margin-left: 25px;*/
  position: relative;
  /*&:after {
				@include position(absolute,0,0);
				@include width(1px,100%);
				content: '';
                margin-left:-10px;
				background: white;
			}
     &:first-child {
				&:after {display: none;}
			}*/ }
  @media only screen and (max-width: 767px) {
    .two-columns ul li {
      width: 100%;
      margin-left: 0; } }

*:first-child + html .clearfix {
  zoom: 1; }
