<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  color: #000;
font-size: 16px !important;
  -webkit-font-smoothing: antialiased;

}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
    color: #2a6496;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
.divider {
    background: none repeat scroll 0 0 #2a6496 !important;
    border-radius: 5em;
    display: block;
    height: 4px !important;
    margin: 10px auto;
    position: relative;
    text-align: center !important;
    width: 60px;
}
.btn {
    background-color: #336799;
    border-color: #336799;
    color: #fff;
    margin-top: 10px;
    white-space: normal !important;
}

.menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a.btn {
    background-color: #336799;
    border-color: #336799;
    color: #fff;
    margin-top: 2px;
}
.menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a.btn:hover {
    background-color: #336799;
}
.menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a.btn.btn-xs {
    padding: 1px 6px;
}

header .navbar-default {
    background: none;
    border: none;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default .sub-menu{
    padding-left: 40px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
header .navbar-default ul.navbar-nav {
    padding-top: 55px;
}
header .navbar-default ul.navbar-nav li a {

    display: block;
    /*text-transform: capitalize;*/
    font-weight: 400;
    font-size: 17px;
    padding: 5px 14px;;
    /*font-size: 16px;*/
    /*padding: 7px 17px;*/
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default.always-scrolled ul.navbar-nav li a {
    opacity: 0.8;
}
header .navbar-default ul.navbar-nav li a.active {
    font-weight: 600;
    opacity: 1;
}
header .navbar-default ul.navbar-nav &gt; li &gt; a:after {
    content: '';
    width: 32px;
    background: none;
    height: 4px;
    position: absolute;
    bottom: 2px;
    z-index: 100;
    left: 20px;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1;
}
header .navbar-default ul.navbar-nav li a:hover:after {
    background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
    display: none;
}
header .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: normal;
    line-height: 38px;
}
header .navbar-default.always-scrolled {
    position: relative;
}
header .navbar-default.scrolled,
header .navbar-default.always-scrolled {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    min-height: initial;
}
header .navbar-default.scrolled .navbar-brand,
header .navbar-default.always-scrolled .navbar-brand {
    font-size: 20px;
    line-height: 47px;
    padding: 0 9px;
}
header .navbar-default.scrolled .navbar-brand img,
header .navbar-default.always-scrolled .navbar-brand img {
    width: auto;
    max-height: 33px;
}
header .navbar-default.always-scrolled ul.navbar-nav,
header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 8px;
}

header #account,
header #shopping-cart{
    float: right;
    margin-left: 15px;
    margin-top: 3px;
}
header #account &gt; .btn-group &gt; a.btn,
header #shopping-cart &gt; .btn-group &gt; a.btn{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #336799;
    font-size: 36px;
    margin: 0px 0;
    line-height: 22px;
    opacity: 1;
    padding: 4px 5px 4px 5px;
}
header #account .fa-angle-down,
header #shopping-cart .fa-angle-down{
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
}
header #account .cart-notification,
header #shopping-cart .cart-notification{
    background: none repeat scroll 0 0 #336799;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 15px;
}




@media (min-width: 768px) {

    .menu-fixed .wrapper {
        margin-top: 86px;
    }
    .menu-fixed header {
        height: 86px;
        background: #cccccc;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* IE10+ */
        background: linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
    .menu-fixed header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        transition-duration: 0.5s;
    }
    .menu-fixed header .navbar-nav &gt; li {
        position: static;
        display: block;
    }
    .menu-fixed header .navbar-default .sub-menu {
        padding-left: 0;
        position: absolute;
        width: 100%;
        top: 48px;
        left: 0;
    }


    .menu-fixed header {
        border-bottom: 1px solid #336799;
    }
    .menu-fixed header .navbar-default .sub-menu .navbar-right {}
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li{
        float: left;
    }
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a{
        color: #336799;
        padding: 5px 14px;
        font-size: 16px;
        margin: 0;
    }
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a.active{
        font-weight: 600;
        opacity: 1;
    }
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a:hover {
        background: none;
    }
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a &gt; img{}
    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a &gt; span{}
    .menu-fixed header .navbar-default .sub-menu ul.navbar-nav li a:hover::after{
        background: none repeat scroll 0 0 #336799;
    }


    .menu-fixed header .navbar-default .sub-menu ul.navbar-nav &gt; li &gt; a:after {
        content: '';
        width: 32px;
        background: none;
        height: 4px;
        position: absolute;
        bottom: 2px;
        z-index: 100;
        left: 20px;
        -webkit-border-radius: 5em;
        -moz-border-radius: 5em;
        -ms-border-radius: 5em;
        -o-border-radius: 5em;
        border-radius: 5em;
        color: #ffffff;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }


    header .navbar-nav &gt; li a.alert-flash{
        color: #FF0000 !important;
    }
    .menu-index header .navbar-nav &gt; li a.alert-flash{
        color: #FFFFFF !important;
    }
    .menu-index header .navbar-default.scrolled .navbar-nav &gt; li a.alert-flash {
        color: #336799 !important;
    }
    .menu-index header .navbar-default .navbar-brand {
        display: none;
    }
    .menu-index header .navbar-default.scrolled .navbar-brand {
        display: block;
    }
    .menu-index header .navbar-nav &gt; li {
        position: static;
    }
    .menu-index header .navbar-default .sub-menu {
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        margin-top: 3px;
        min-height: 0;
        padding: 0;
    }
    .menu-index header .navbar-default ul.navbar-nav li .sub-menu li &gt; a {
        font-size: 14px;
    }
    .menu-index header .navbar-default .sub-menu ul.navbar-nav {
        padding-top: 10px;
    }
    .menu-index header .navbar-default.scrolled .sub-menu ul.navbar-nav {
        padding-top: 0;
    }
    .menu-index header .navbar-default.scrolled .sub-menu {
        border-bottom: 1px solid #336799;
        background: #cccccc;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* IE10+ */
        background: linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
}

@media (min-width: 1200px) {

    #presentation-menu .navbar-right {
        margin-right: 150px;
    }
    #shop-menu .navbar-right {
        margin-right: 150px;
    }
    #testimonials-menu .navbar-right {
        margin-right: 320px;
    }
    #news-menu .navbar-right {
        margin-right: 140px;
    }

    .menu-index #presentation-menu .navbar-right {
        margin-right: 150px;
    }
    .menu-index #shop-menu .navbar-right {
        margin-right: 150px;
    }
    .menu-index #testimonials-menu .navbar-right {
        margin-right: 180px;
    }
    .menu-index #news-menu .navbar-right {
        margin-right: 40px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {

    #presentation-menu .navbar-right {
        margin-right: 50px;
    }
    #shop-menu .navbar-right {
        margin-right: 0px;
    }
    #testimonials-menu .navbar-right {
        margin-right: 290px;
    }
    #news-menu .navbar-right {
        margin-right: 100px;
    }

    .menu-index #presentation-menu .navbar-right {
        margin-right: 50px;
    }
    .menu-index #shop-menu .navbar-right {
        margin-right: 124px;
    }
    .menu-index #testimonials-menu .navbar-right {
        margin-right: 160px;
    }
    .menu-index #news-menu .navbar-right {
        margin-right: 180px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {


    .menu-fixed .wrapper {
        margin-top: 122px;
    }
    .menu-fixed header {
        height: 122px;
    }
    .menu-fixed header .navbar-default .sub-menu {
        top: 86px;
    }

    .menu-fixed header .navbar-default .sub-menu .navbar-right &gt; li &gt; a,
    .menu-index header .navbar-default ul.navbar-nav li .sub-menu li &gt; a {
        padding: 5px 8px;
    }

    #presentation-menu .navbar-right {
        margin-right: 0;
    }
    #shop-menu .navbar-right {
        margin-right: -40px;
    }
    #testimonials-menu .navbar-right {
        margin-right: 210px;
    }
    #news-menu .navbar-right {
        margin-right: 0px;
    }

    .menu-index #presentation-menu .navbar-right {
        margin-right: 0;
    }
    .menu-index #shop-menu .navbar-right {
        margin-right: 186px;
    }
    .menu-index #testimonials-menu .navbar-right {
        margin-right: 210px;
    }
    .menu-index #news-menu .navbar-right {
        margin-right: 70px;
    }
}

.menu-index header .navbar-default ul.navbar-nav li .sub-menu li &gt; a{
    border: none;
    margin: 0;
}
.menu-index header .navbar-default &gt; .container {
    position: relative;
}
.menu-index header .navbar-default #users-actions-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.menu-index header .navbar-default.scrolled #users-actions-menu {
    position: relative;
    right: auto;
    top: auto;
}
.menu-index header .navbar-default.scrolled #users-actions-menu span.fa {
    color: #336799;
}
.menu-index header .navbar-default.scrolled #users-actions-menu span.menu-desc.hide{
    display: none !important;
}
.menu-index header .navbar-default #users-actions-menu span.fa {
    color: #fff;
}
.menu-index header .navbar-default #users-actions-menu span.cart-notification {
    color: #000;
    background-color: #fff;
}
.menu-index header .navbar-default.scrolled #users-actions-menu span.cart-notification {
    background-color: #336799;
    color: #fff;
}
@media (min-width: 768px) {
    .menu-index header .navbar-default #users-actions-menu span.menu-desc.hide {
        display: inline !important;
        font-size: 14px;
        color: #fff;
    }
}




.dropdown-menu::before {
    border-bottom: 7px solid #dfdfdf;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    /*border-bottom-color: #e4e8ee;*/
    content: "";
    display: inline-block !important;
    position: absolute;
    right: 9px;
    top: -7px;
}
.dropdown-menu {
    margin: 4px 0 0;
}
.dropdown-menu.pull-right {
    left: auto;
    right: -10px;
}
.dropdown-menu.pull-right::before {
     left: auto;
     right: 10px;
 }
.dropdown-menu.pull-left::before {
    left: 17px;
    right: auto;
}
.dropdown-menu.dropdown-caret::after {
    -moz-border-bottom-colors: #fff;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
}
.dropdown-menu.dropdown-caret.pull-right::after {
    right: 11px;
}
.dropdown-menu.dropdown-caret.pull-left::after {
    left: 11px;
}

.dropdown-menu &gt; li &gt; a {
    padding: 10px 25px;
    color: #336799;
}
.dropdown-menu &gt; li &gt; a &gt; i {
    margin-right: 10px;
}
.dropdown-menu &gt; li.divider {
    display: block;
    height: 1px !important;
    width: 100%;
}
#container {
    margin: auto;
    max-width: 1280px;
    position: relative;
}
#main {
    min-height: 1280px;
    padding: 0;
    margin-bottom: 20px;
}
#sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.page-title{
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 10px 50px;
}
.section-heading {
  margin: 0px 0 30px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
/*
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}*/
.section-heading p {
    font-size: 25px;
    color: #000;
    font-weight: 400;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section img {
    max-width: 100%;
}
section .container {
    max-width: 100%;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#features .nav-section,
section#features .nav-section-body {
    overflow: hidden;
}
section#features .nav-section &gt; .pull-right {
    margin-left: 20px;
}
section#features .nav-section &gt; .pull-left {
    margin-right: 10px;
}
section#features .nav-section i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .nav-section .nav-section-heading {
    padding-top: 10px;
    font-weight: 300;
    font-size: 20px;
}
section#features .nav-section .nav-section-body {
  color: #999999;
}
section#features .nav-section.nav-section-left .nav-section-body {
  text-align: right;
}
section#features .nav-section.feature {
  margin-top: 25px;
}
section#features .nav-section.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 80px auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
    padding: 10px 0;
    position: relative;
    text-align: center;
    z-index: 3;
}
footer a &gt; img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
    position: relative;
    padding-bottom: 0;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn:hover, .btn:focus {
    background: none repeat scroll 0 0 #134779;
    color: #fff;
    text-decoration: none;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    /*
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  */
  height: 40px;
  line-height: 40px;

  /*color: #cfcfcf;*/
  border: 1px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse,
  header .navbar-default.always-scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav,
  header .navbar-default.always-scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle,
  header .navbar-default.always-scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner &gt; div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
}
.menu-index header .navbar-default ul.navbar-nav li a {
font-weight: bold;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled,
header .navbar-default.always-scrolled {
  border-bottom: 3px solid #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a,
header .navbar-default.always-scrolled ul.navbar-nav li a {
  color: #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover,
header .navbar-default.always-scrolled ul.navbar-nav li a:hover {
  color: #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after,
header .navbar-default.always-scrolled ul.navbar-nav li a:hover:after {
  background: #336799;
}
header .navbar-default.scrolled .navbar-brand,
header .navbar-default.always-scrolled .navbar-brand {
  background: #336799;
}
header .navbar-default .notification-bubble-container {
    position: relative;
}
header .navbar-default .notification-bubble {
    background-color: #F30000;
    width: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: -3px;
}
section .section-heading .divider:after {
  background: #2A6496;
}
section#about .about-item i.fa {
  border: 2px solid #2A6496;
  color: #2A6496;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #2A6496;
}
section#about .about-item:hover h3 {
  color: #2A6496;
}
section#features .row {

}
section#features header h1:after {
  background: #2A6496;
}
section#features .nav-section i {
    border: 2px solid #2a6496;
    color: #2a6496;
    font-family: Lato;
    font-size: 40px;
    padding: 12px 10px;
    width: 70px;
}
section#features .nav-section:hover i.fa {
  color: #ffffff;
  background: #2a6496;
}
section#features .nav-section:hover h3 {
  color: #2A6496;
}
section#features .nav-section.active i.fa {
  color: #ffffff;
  background: #2A6496;
}
section#features .nav-section.active .media-heading {
  color: #2A6496;
}
section#reviews {
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #2A6496;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #2A6496;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #2A6496;
}
section#screens header h1:after {
  background: #2A6496;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #2A6496;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #2A6496;
  border-color: #2A6496;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #2A6496;
  border-color: #2A6496;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #2A6496;
}
/* Get app Section */
section#getApp {
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #2A6496;
}
/* support section */
section#support header h1:after {
  background: #2A6496;
}
section#support .media i.fa {
  border: 2px solid #2A6496;
  color: #2A6496;
}
section#support .media a {
  color: #2A6496;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #2A6496;
}
section#support .media:hover h3 {
  color: #2A6496;
}
/* footer section */
footer {
  background: #336799;
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #2A6496;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #2A6496;
  border-color: #2A6496;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #2A6496;
  border-color: #2A6496;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #2A6496;
  border-color: #2A6496;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #2A6496;
  color: #000;
}
@media (min-width: 1200px) {
    .wrapper .container {
        width: 1000px;
    }
}
@media (max-width: 1199px) {

    header .navbar-default ul.navbar-nav li a {
        padding: 7px 9px;
    }
}
@media (max-width: 991px) {

    header .navbar-default ul.navbar-nav li a {
        padding: 7px 14px;
    }
    #sidebar {
        position: relative;
        right: auto;
        height: auto;
        margin-top: 0;

        background-color: #F5F5F5;
    }
}
@media (max-width: 767px) {

    header .navbar-default.scrolled .navbar-brand,
    header .navbar-default.always-scrolled .navbar-brand {
        line-height: 56px;
    }
    header .navbar-default .sub-menu{
        display: block !important;
    }
    header #shopping-cart {
        position: absolute;
        right: 110px;
        top: 8px;
    }
    header #account {
        position: absolute;
        right: 66px;
        top: 8px;
    }
}
@media (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    /*color: #2A6496;*/
  }
  header .navbar-default .navbar-collapse {
    background: #336799;
  }
  header .navbar-default.scrolled,
  header .navbar-default.always-scrolled {
    background: #336799;
  }
  header .navbar-default.scrolled ul.navbar-nav li a,
  header .navbar-default.always-scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover,
  header .navbar-default.always-scrolled ul.navbar-nav li a:hover {
    color: #FFF;
  }

    header #shopping-cart &gt; .btn-group &gt; a.btn,
    header #account  &gt; .btn-group &gt; a.btn {
        color: #ffffff;
    }

}
@media (max-width: 360px) {

  header #account .dropdown-menu.pull-right::before {
      right: 55px;
  }
  header #account .dropdown-menu.pull-right::after {
      right: 56px;
  }
  header #account .dropdown-menu {
      left: auto !important;
      position: absolute !important;
      right: -55px !important;
      width: 300px;
  }

  header #shopping-cart .dropdown-menu.pull-right::before {
      right: 99px;
  }
  header #shopping-cart .dropdown-menu.pull-right::after {
      right: 100px;
  }
  header #shopping-cart .dropdown-menu {
      left: auto !important;
      position: absolute !important;
      right: -99px !important;
      width: 300px;
  }

}
.pre-loader {
  background: #336799;
}

.form-group {
    margin-bottom: 5px;
}

h1.page-title &gt; a {
    font-size: 22px;
}
h1.page-title &gt; a:hover {
    text-decoration: none;
}
h1.page-title &gt; span.token {
    margin: 0px 10px;
    font-size: 17px;
    line-height: 30px;
    vertical-align: middle;
}

.color-magenta {
    color: #FF0090;
}
.nav-o, .shop-o {
    width: 5px;
    height: 5px;
    overflow: hidden;
}

.menu-fixed .navbar .container {}</pre></body></html>