﻿@import "/lib/bootstrap/dist/css/bootstrap.min.css";
/*!
 * http://www.zkea.net/
 * Copyright 2017 ZKEASOFT
 * http://www.zkea.net/licenses
 */

html {
    margin: 0;
    padding: 0;
}

body {
    font: 15px/1.5 Tahoma, Geneva, '微软雅黑', '宋体';
}

body.front {
    margin: 0;
    padding: 0;
    color: #444;
}

body.mce-content-body {
    padding: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #337ab7;
}

a:hover {
    color: #2e6ca1;
}

a.btn, .dropdown-menu a {
    text-decoration: none;
}

p {
    margin: 0 0 7.5px;
}

p:last-child {
    margin-bottom: 0;
}

.preview-toolbar {
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.preview-toolbar .dropdown-menu {
    right: 0;
    left: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: static;
}

.bs-callout {
    padding: 10px;
    margin: 0;
    border: 1px solid #337ab7;
    border-top-width: 5px;
    border-radius: 5px;
    background: #fff;
}

.bs-callout .pull-left h4 {
    margin-top: 7.5px;
    color: #444;
}

.bs-callout .pull-right h5 {
    color: #9e9e9e;
}

.bs-callout-danger {
    border-color: #d9534f;
}

.bs-callout-danger .pull-left h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-color: #f0ad4e;
}

.bs-callout-warning .pull-left h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-color: #31b0d5;
}

.bs-callout-info .pull-left h4 {
    color: #31b0d5;
}

.bs-callout-success {
    border-color: #337ab7;
}

.bs-callout-success .pull-left h4 {
    color: #337ab7;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #2e6ca1;
    border-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
}

.list-group {
    margin-bottom: 0;
}

.space {
    padding: 5px 0;
    line-height: normal;
}

.preview-theme {
    position: fixed;
    right: 10px;
    top: 10px;
}

.preview-theme a {
    color: #fff;
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #4395db 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #4395db 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #4395db 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #4395db;
    border-color: #2e6ca1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: #fff;
}

.btn-default:hover, .btn-default:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6ca1 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6ca1 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6ca1 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    background-position: 0;
    color: #fff;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus, .btn-default:active, .btn-default.active {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6ca1 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6ca1 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6ca1 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    border-color: #2e6ca1;
    color: #fff;
}

.btn-flat {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    border-color: #2e6ca1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 0;
}

.btn-flat:hover, .btn-flat:focus {
    background-image: -webkit-linear-gradient(top, #2e6ca1 0%, #2e6ca1 100%);
    background-image: -o-linear-gradient(top, #2e6ca1 0%, #2e6ca1 100%);
    background-image: linear-gradient(to bottom, #2e6ca1 0%, #2e6ca1 100%);
    background-repeat: repeat-x;
    background-color: #2e6ca1;
    background-position: 0;
    color: #fff;
    border-radius: 0;
}

.btn-flat:active:hover, .btn-flat.active:hover, .open>.dropdown-toggle.btn-flat:hover, .btn-flat:active:focus, .btn-flat.active:focus, .open>.dropdown-toggle.btn-flat:focus, .btn-flat:active.focus, .btn-flat.active.focus, .open>.dropdown-toggle.btn-flat.focus, .btn-flat:active, .btn-flat.active {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    border-color: #2e6ca1;
    color: #fff;
}

.btn.btn-wide {
    padding-left: 24px;
    padding-right: 24px;
}

.btn.btn-xs.btn-wide {
    padding-left: 13px;
    padding-right: 13px;
}

.btn.btn-sm.btn-wide {
    padding-left: 20px;
    padding-right: 20px;
}

.btn.btn-md.btn-wide {
    padding-left: 24px;
    padding-right: 24px;
}

.btn.btn-lg.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}

.field-validation-error {
    top: 10px;
    position: relative;
    background: #d9534f;
    color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 3px;
    display: inline-block;
}

.field-validation-error:before {
    content: " ";
    display: block;
    border-top: 2px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d9534f;
    position: absolute;
    left: 10px;
    top: -10px;
}

figure.image {
    display: inline-block;
    border: 1px solid #dedede;
    margin: 0 2px 0 1px;
    background: #eee;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-left: -1px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #b4b4b4;
    background-color: #fff;
    border-color: #f2f2f2;
    cursor: not-allowed;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.widget {
    margin: 15px;
}

.widget.full {
    margin: 0;
}

.widget.container {
    margin-left: auto;
    margin-right: auto;
}

.widget.border {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 5px;
}

.widget.box-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.widget.footer {
    text-align: center;
    border-top: 1px solid #dedede;
    background: #337ab7;
    color: #fff;
    margin: 0;
}

.widget.footer p {
    margin: 0;
}

.widget.footer .html-widget {
    margin-bottom: 0;
    padding: 10px;
}

.widget.footer a {
    color: #fff;
}

.widget.footer a:hover {
    color: #2e6ca1;
}

.header {
    color: #337ab7;
}

.header h1 {
    color: #337ab7;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.image-border img {
    padding: 4px;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.background-color {
    background: #eee;
    padding: 5px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.image-circle img {
    border-radius: 50%;
}

.video-icon a {
    position: relative;
}

.video-icon a::before {
    content: url(../images/video-play.png);
    opacity: .5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    transition: opacity linear .3s;
}

.video-icon a:hover::before {
    opacity: 1;
}

.navigation .navbar-brand {
    height: auto;
}

.navigation .nav.nav-mobile {
    margin: 0 auto;
    float: left;
}

.navigation .nav.nav-mobile>li>a {
    padding: 15px 10px;
}

.navigation .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.navigation .navbar-nav>li>a {
    line-height: 29px;
}

.navigation .caret.right {
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -4px;
}

.navigation .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
}

.navigation .navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    box-shadow: none;
    border-color: #dedede;
    min-height: 60px;
    border-top: 0;
}

.navigation .navbar-default .hoveropen>.dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
}

.navigation .navbar-default .logo {
    height: 29px;
    width: auto;
}

.navigation .navbar-default .navbar-nav>li>a {
    text-decoration: none;
    color: #353535;
}

.navigation .navbar-default .navbar-nav>li>a:hover, .navigation .navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
}

.navigation .navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    box-shadow: none;
    color: #353535;
}

.navigation .navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.navigation .navbar-default .navbar-nav>.active>a:hover, .navigation .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
}

.navigation .navbar-default .dropdown-menu>li>a {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 5px 20px;
}

.navigation .navbar-default .dropdown-menu>li>a:hover, .navigation .navbar-default .dropdown-menu>li>a:focus {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
}

.navigation .navbar-default .dropdown-menu>.active>a, .navigation .navbar-default .dropdown-menu>.active>a:hover, .navigation .navbar-default .dropdown-menu>.active>a:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
}

.navigation.A .navbar-brand, .navigation.B .navbar-brand, .navigation.D .navbar-brand, .navigation.E .navbar-brand {
    float: none;
    height: auto;
    display: inline-block;
}

.navigation.A .navbar-brand img, .navigation.B .navbar-brand img, .navigation.D .navbar-brand img, .navigation.E .navbar-brand img {
    display: inline-block;
    max-height: 58px;
}

@media(min-width:768px) {
    .navigation .navbar-nav.navbar-center {
        float: none;
        text-align: center;
    }
    .navigation .navbar-nav.navbar-center>li {
        float: none;
        display: inline-block;
    }
    .navigation.A .container-fluid>.navbar-collapse, .navigation.B .container-fluid>.navbar-collapse, .navigation.D .container-fluid>.navbar-collapse, .navigation.E .container-fluid>.navbar-collapse, .navigation.A .container-fluid>.navbar-header, .navigation.B .container-fluid>.navbar-header, .navigation.D .container-fluid>.navbar-header, .navigation.E .container-fluid>.navbar-header, .navigation.A .container>.navbar-collapse, .navigation.B .container>.navbar-collapse, .navigation.D .container>.navbar-collapse, .navigation.E .container>.navbar-collapse, .navigation.A .container>.navbar-header, .navigation.B .container>.navbar-header, .navigation.D .container>.navbar-header, .navigation.E .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navigation.B .navbar, .navigation.E .navbar, .navigation.F .navbar, .navigation.G .navbar {
        min-height: unset;
        border-color: transparent;
    }
    .navigation.B .navbar .navbar-nav>li>a, .navigation.E .navbar .navbar-nav>li>a, .navigation.F .navbar .navbar-nav>li>a, .navigation.G .navbar .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }
    .navigation.C .navbar .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }
    .navigation.C .navbar .navbar-nav>li, .navigation.F .navbar .navbar-nav>li, .navigation.G .navbar .navbar-nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:768px) {
    .navigation {
        padding: 0;
    }
    .navigation .navbar.navbar-default {
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-repeat: repeat-x;
        background-color: #fff;
        box-shadow: none;
    }
    .navigation .navbar.navbar-default .hoveropen>.dropdown-menu {
        display: block;
        margin-left: 15px;
    }
    .navigation .navbar.navbar-default .dropdown-menu>li>a:hover, .navigation .navbar.navbar-default .dropdown-menu>li>a:focus {
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-repeat: repeat-x;
        background-color: #fff;
    }
    .navigation .navbar.navbar-default .dropdown-menu>.active>a, .navigation .navbar.navbar-default .dropdown-menu>.active>a:hover, .navigation .navbar.navbar-default .dropdown-menu>.active>a:focus {
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
        background-repeat: repeat-x;
        background-color: #337ab7;
    }
    .navigation .navbar.navbar-default .navbar-nav>.open>a {
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-repeat: repeat-x;
        background-color: #fff;
        box-shadow: none;
        color: #353535;
    }
    .navigation .navbar.navbar-default .navbar-nav>.active>a {
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
        background-repeat: repeat-x;
        background-color: #337ab7;
        box-shadow: none;
        color: #fff;
    }
    .navigation .navbar.navbar-default .navbar-nav>.active>a:hover, .navigation .navbar.navbar-default .navbar-nav>.active>a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
        background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
        background-repeat: repeat-x;
        background-color: #337ab7;
    }
}

.section>h4 {
    padding: 0 5px 5px;
    color: #337ab7;
    border-bottom: 2px solid #337ab7;
    text-align: left;
}

.section table tr {
    vertical-align: top;
}

.section table tr td {
    padding: 5px;
}

.border .section .section-content-listgroup {
    margin: -10px -5px -5px;
}

.border .section .section-content-listgroup .list-group-item {
    border-left: none;
    border-right: none;
}

.border .section .section-content-listgroup .list-group-item:first-child {
    border-top: none;
}

.border .section .section-content-listgroup .list-group-item:last-child {
    border-bottom: none;
}

.section .section-content-listgroup .list-group-item>p {
    margin: 0;
}

.section .section-group-listView {
    margin: 15px 0;
}

.section .section-group-listView img {
    display: block;
}

.article-list .media .media-left, .article-list .media .media-right {
    width: 230px;
    max-width: 230px;
}

.article-list .media-body {
    width: auto;
}

.article-list ul.article-list-snippet {
    margin: 0;
    padding: 0;
}

.article-list ul.article-list-snippet li {
    list-style: none;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #fff;
}

.article-list ul.article-list-snippet li img {
    width: 100%;
}

.article-list ul.article-list-snippet li article {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #f2f2f2;
}

.article-list ul.article-list-snippet li .summary {
    margin-top: 20px;
}

.article-list ul.article-list-snippet li .author {
    margin-right: 10px;
}

.panel-body>.article-category {
    margin: -15px;
}

.article-tops .more {
    list-style: none;
}

.article-tops ul, .article-tops ol {
    margin-bottom: 0;
}

.article-tops.C ul {
    list-style: none;
    padding-left: 0;
}

.article-category.B {
    border: 1px solid #efefef;
    background: #f9f9f8;
}

.article-category.B a {
    float: left;
    padding: 15px;
    display: block;
    color: #353535;
}

.article-category.B a.active {
    background: #fff;
}

@media all and (max-width:480px) {
    .article-list .media .media-left, .article-list .media .media-right {
        display: block;
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .article-list .media-body {
        width: auto;
    }
}

.owl-carousel.owl-theme .owl-prev:hover, .owl-carousel.owl-theme .owl-carousel .owl-next:hover {
    background-color: #337ab7;
}

.owl-carousel.owl-theme .progressBar>.bar {
    background-color: #337ab7;
}

.owl-carousel.owl-theme .carousel-content {
    background: rgba(64, 64, 64, .5);
}

.productlist .thumbnail {
    border-color: #dedede;
    border-radius: 0;
    box-shadow: none;
    padding: 1px;
}

.productlist .thumbnail>a {
    display: block;
    text-align: center;
    height: 225px;
    line-height: 225px;
}

.productlist .thumbnail>a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.productlist .thumbnail h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productlist .thumbnail .caption p {
    height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productlist .thumbnail .caption p::after {
    content: "...";
}

.productlist .pagination {
    margin: 15px 0;
}

.productlist .price strong {
    color: #d9534f;
}

.productlist .media .media-left, .productlist .media .media-right {
    width: 230px;
    max-width: 230px;
}

.productlist .media-body {
    width: auto;
}

.productlist.bordered {
    background: #fff;
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.productlist.bordered .media {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.productlist.bordered .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.productlist.bordered .media .media-left {
    width: 200px;
    max-width: 200px;
    padding-right: 20px;
}

.panel-body>.product-category {
    margin: -15px;
}

.product-category.B {
    border: 1px solid #efefef;
    background: #f9f9f8;
}

.product-category.B a {
    float: left;
    padding: 15px;
    display: block;
    color: #353535;
}

.product-category.B a.active {
    background: #fff;
}

@media all and (max-width:480px) {
    .productlist .thumbnail>a {
        height: 160px;
        line-height: 160px;
    }
    .productlist.bordered .media .media-left {
        display: block;
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .productlist.bordered .media-body {
        width: auto;
    }
}

.panel-body .list-group {
    box-shadow: none;
    border-radius: 0;
}

.panel-body .list-group-item {
    border-width: 1px 0 0;
}

.panel-body .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-width: 0 0 0;
}

.panel-body .list-group-item.active, .panel-body .list-group-item.active:hover, .panel-body .list-group-item.active:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    background-repeat: repeat-x;
    background-color: #337ab7;
    text-shadow: none;
    color: #fff;
    border-color: #337ab7;
}

.panel-default {
    border-color: #dedede;
    background: #fff;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    border-color: #4395db;
    font-size: 17px;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "";
}

.fa-ge:before, .fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-send:before, .fa-paper-plane:before {
    content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before, .fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before, .fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before, .fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

body {
    color: #5a5a5a;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel-caption {
    z-index: 10;
    padding-bottom: 70px;
}

.carousel .item {
    background-color: #333;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.carousel-indicators li:nth-child(2) {
    margin: 1px 5px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media(min-width:768px) {
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .carousel-caption p {
        margin: 1.5em 11em;
        font-size: 1em;
        line-height: 2em;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media(min-width:992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

body a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-decoration: none;
    outline: none;
}

#toolBar.navbar-inverse {
    background: #000;
}

#toolBar.navbar-inverse input[type="checkbox"], #toolBar.navbar-inverse input[type="radio"] {
    opacity: 1;
    margin: 4px 0 0 -20px;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

p {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
}

.w3ls-logo .navbar-brand {
    float: left;
    height: inherit;
    padding: .6em 2em .4em;
    font-size: .9em;
    color: #f44336 !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: inherit;
}

.carousel-caption {
    position: inherit;
    padding: 25em 0 19em !important;
}

.w3social-icons.w3lsnav-right {
    float: right;
    margin-top: 1.2em;
}

.w3social-icons.w3lsnav-right ul li a {
    color: #999;
    border: 1px solid;
}

.w3social-icons.w3lsnav-right ul li a:hover {
    color: #00bcd4;
}

.carousel .item {
    background: -webkit-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/1.jpg) no-repeat top center fixed;
    background: -moz-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/1.jpg) no-repeat top center fixed;
    background: -ms-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/1.jpg) no-repeat top center fixed;
    background: linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/1.jpg) no-repeat top center fixed;
    background-size: cover;
}

.carousel .item.item2 {
    background: url(../images/2.jpg) no-repeat top center fixed;
    background-size: cover;
}

.carousel .item.item3 {
    background: url(../images/3.jpg) no-repeat top center fixed;
    background-size: cover;
}

.carousel .item.item4 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/4.jpg) no-repeat top center fixed;
    background: -moz-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/4.jpg) no-repeat top center fixed;
    background: -ms-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/4.jpg) no-repeat top center fixed;
    background: linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/4.jpg) no-repeat top center fixed;
    background-size: cover;
}

.carousel .item.item5 {
    background: -webkit-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/5.jpg) no-repeat top center fixed;
    background: -moz-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/5.jpg) no-repeat top center fixed;
    background: -ms-linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/5.jpg) no-repeat top center fixed;
    background: linear-gradient(rgba(23, 22, 23, .2), rgba(23, 22, 23, .5)), url(../images/5.jpg) no-repeat top center fixed;
    background-size: cover;
}

.navbar {
    min-height: inherit;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.top-w3lnav .navbar-nav>li>a {
    padding: 1.7em 1.2em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f44336;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #f44336;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #f44336;
}

.carousel-caption h2, .carousel-caption h3 {
    font-size: 3em;
    font-weight: 200;
}

.codes {
    padding: 5em 0;
    background: #fff;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.codes.agileitsbg2 {
    background: #3b6096;
    background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
    background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
    background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
    background-image: linear-gradient(#ff9d2f, #ff6126);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    padding-bottom: 10em;
}

.codes.agileitsbg3 {
    background: #3498db;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    padding-bottom: 10em;
}

.codes.agileitsbg4 {
    background: #2ecc71;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
    padding-bottom: 10em;
}

.grid_3.grid_4 {
    border-top: 10px solid #3acfd5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 6% auto;
    padding: 0;
    border: none;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.modal-header .close {
    margin-top: 11px;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff;
}

.modal-body.grid_3 {
    padding: 3em 6em;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff;
}

.wthree-modal h3 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 1px;
    padding: .5em;
}

.wthree-modal {
    text-align: center;
}

.wthree-modal img.modal-img1 {
    float: left;
    margin: .6em 1.5em .8em 0;
}

img.modal-img2 {
    float: right;
    margin: .6em 0 .5em 1.5em;
}

.modal-body.grid_3 p {
    text-align: left;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

h3.w3ls-hdg {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    padding: .5em 1em .4em;
    background: #284167;
    margin-bottom: 1.2em;
}

.grid_3 p {
    color: #999;
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.8em;
}

.progress-bar {
    box-shadow: none;
    font-size: 11px;
    line-height: 12px;
}

.progress.w3-agileits {
    height: 10px;
}

.grid_3 {
    padding: 3em 2em;
    background: #fff;
}

.grid_3.grid_4.grid-w3hdngs p {
    color: #c1c1c1;
    letter-spacing: 1px;
}

h4.w3t-text {
    font-size: 1.8em;
    margin-bottom: .5em;
    font-weight: 300;
    color: #00bcd4;
}

.w3ltext-grids {
    margin-top: 1.5em;
}

p.agiletext-style:first-letter {
    font-size: 1.4em;
    margin-right: 3px;
    color: #777;
}

p.agiletext-border {
    border-left: 3px solid #f44336;
    padding-left: 1em;
}

.grid-w3hdngs .table {
    margin: 0;
}

section#tables p {
    margin-top: 1em;
}

.grid-w3hdngs .table>tbody>tr>td {
    padding: 9px;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none !important;
}

.table>thead>tr>th {
    border-bottom-color: #ddd;
    color: #009688;
    font-size: 1.1em;
}

.table td, .table>tbody>tr>td {
    color: #999;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.table-hover>tbody>tr:hover {
    background-color: #feeeed;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #009688;
}

.nav-tabs>li>a {
    color: #999;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #009688;
    border-bottom-color: transparent;
    color: #009688;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #009688;
    color: #fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #009688;
    border-color: #009688;
}

.agileits-tabs p {
    margin: 1em 0;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
    width: 3px;
    background-color: #009688;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #009688;
}

.scrollspy-example {
    position: relative;
    height: 160px;
    margin-top: 10px;
    overflow: auto;
    padding-right: 20px;
}

.scrollspy-example h4 {
    font-size: 1.5em;
    color: #00bcd4;
    margin-bottom: .5em;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #009688;
}

.navbar-default {
    border-color: #009688;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #009688;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #009688;
}

.nav.nav-tabs, .bs-example {
    margin-top: .5em;
}

.input-group {
    margin-bottom: 20px;
}

.form-control1, .form-control_2.input-sm {
    border: 1px solid #607d8b;
    padding: 5px 18px;
    color: #555;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: .9em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}

.w3llist-grids li {
    line-height: 2em;
    color: #999;
}

.agileinfo-w3lsrow2 {
    margin-top: 2em;
}

ul.w3list-style {
    padding: 0;
    width: 80%;
}

ul.w3list-style li {
    display: block;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: -1px;
}

.btn {
    padding: .8em 1.2em;
    border: 0 none;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .9em;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-default {
    border: 2px solid #c4c4c4;
    color: #737373;
    padding: .65em 1.5em;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background: #fff;
    border-color: #949494;
    color: #737373;
}

.btn-primary {
    background: #2196f3;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    opacity: .8;
    background: #2196f3;
}

.btn-success {
    background: #4caf50;
    color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background: #4caf50;
    opacity: .8;
}

.btn-info {
    background: #01cbe4;
    color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background: #01cbe4;
    opacity: .8;
}

.btn-warning {
    background: #ff9800;
    color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background: #ff9800;
    opacity: .8;
}

.btn-danger {
    background: #f44336;
    color: #fff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background: #f44336;
    opacity: .8;
}

.btn.sharp {
    border-radius: 0;
}

.btn.outline {
    background: none;
}

.btn-primary.outline {
    border: 2px solid #2196f3;
    color: #2196f3;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open>.dropdown-toggle.btn-primary {
    color: #33a6cc;
    border-color: #33a6cc;
}

.btn-success.outline {
    border: 2px solid #4caf50;
    color: #4caf50;
}

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open>.dropdown-toggle.btn-success {
    border-color: #39bf87;
    color: #39bf87;
}

.btn-info.outline {
    border: 2px solid #31cde8;
    color: #31cde8;
}

.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open>.dropdown-toggle.btn-info {
    border-color: #5fd4e8;
    color: #5fd4e8;
}

.btn-warning.outline {
    border: 2px solid #ff9800;
    color: #ff9800;
}

.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open>.dropdown-toggle.btn-warning {
    border-color: #eba259;
    color: #eba259;
}

.btn-danger.outline {
    border: 2px solid #f44336;
    color: #f44336;
}

.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open>.dropdown-toggle.btn-danger {
    border-color: #f26d6d;
    color: #f26d6d;
}

.btn.round {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}

.btn-lg.round {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

.btn-sm.round {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.btn-xs.round {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-primary.raised {
    -webkit-box-shadow: 0 3px 0 0 #007299;
    -moz-box-shadow: 0 3px 0 0 #007299;
    -o-box-shadow: 0 3px 0 0 #007299;
    -ms-box-shadow: 0 3px 0 0 #007299;
    box-shadow: 0 3px 0 0 #007299;
}

.btn-primary.raised:active, .btn-primary.raised.active {
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-success.raised {
    -webkit-box-shadow: 0 3px 0 0 #008c52;
    -moz-box-shadow: 0 3px 0 0 #008c52;
    box-shadow: 0 3px 0 0 #008c52;
}

.btn-success.raised:active, .btn-success.raised.active {
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-info.raised {
    -webkit-box-shadow: 0 3px 0 0 #35a2b5;
    -moz-box-shadow: 0 3px 0 0 #35a2b5;
    box-shadow: 0 3px 0 0 #35a2b5;
}

.btn-info.raised:active, .btn-info.raised.active {
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-warning.raised {
    -webkit-box-shadow: 0 3px 0 0 #b87430;
    -moz-box-shadow: 0 3px 0 0 #b87430;
    box-shadow: 0 3px 0 0 #b87430;
}

.btn-warning.raised:active, .btn-warning.raised.active {
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-danger.raised {
    -webkit-box-shadow: 0 3px 0 0 #bf4343;
    -moz-box-shadow: 0 3px 0 0 #bf4343;
    box-shadow: 0 3px 0 0 #bf4343;
}

.btn-danger.raised:active, .btn-danger.raised.active {
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 2px 6px;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 8px 12px;
}

.btn-lg {
    padding: 20px 40px;
    border-radius: 4px;
}

.btn-xs.btn-default, .btn-xs.outline {
    padding: 0 4px;
}

.btn-sm.btn-default, .btn-sm.outline {
    padding: 6px 10px;
}

.btn-lg.btn-default, .btn-lg.outline {
    padding: 18px 38px;
}

button.button.btn.btn-primary.w3effct1, .button.btn.btn-primary.w3effct1:hover {
    width: 120px;
    padding: 1em 1em;
    opacity: 1;
}

.button span {
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: -6px;
    right: -20px;
    transition: .5s;
    font-size: 1.5em;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.button.w3effct2 {
    position: relative;
    background-color: #9c27b0;
    border: none;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-decoration: none;
    overflow: hidden;
    font-size: 1em;
}

.button.w3effct2:after {
    content: "";
    background: rgba(255, 255, 255, .78);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all .8s;
}

.button.w3effct2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

button.button.btn.btn-primary.w3effct1.w3effct1b {
    background: #fff;
    border: 1px solid #2196f3;
    color: #2196f3;
}

.radio label, .checkbox label {
    color: #999;
    padding-left: 5px;
}

.checkbox i, .radio i {
    position: absolute;
    bottom: 1px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #00bcd4;
    border: 1px solid #00bcd4;
}

.checkbox, .radio {
    position: relative;
    font-size: .95em;
    font-weight: normal;
    color: #2ccea2;
    padding: 0 .5em 0 2em;
}

.checkbox input+i:after {
    content: '';
    background: url(../images/tick.png) no-repeat center;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

input[type="checkbox"], input[type="radio"] {
    opacity: 0;
    margin: 0;
    display: none;
}

.checkbox.disabled i, .checkbox.disabled, .radio.disabled {
    cursor: not-allowed;
    z-index: 9;
}

.radio i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio input[type="radio"]+i:after {
    content: '';
    background: #fff;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    border-radius: 50%;
}

.checkbox input:checked+i:after, .radio input[type="radio"]:checked+i:after {
    opacity: 1;
}

.agileinfo-w3lsrow.login-top .w3llist-grids {
    padding: 0 3em;
}

.login-top {
    padding: 1em 0;
    background-color: #fff;
}

.login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] {
    outline: none;
    font-size: 1em;
    color: #999;
    padding: 10px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #d0d0d0;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
}

.login-top input[type="text"]:focus, .login-top input[type="password"]:focus, .login-top input[type="email"]:focus {
    border-bottom-style: solid;
}

.login-top input[type="text"]:hover, .login-top input[type="password"]:hover, .login-top input[type="email"]:hover {
    border-bottom-color: rgba(132, 141, 215, .52);
}

.login-top input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #00bcd4;
    border: none;
    border-bottom: 3px solid #02a8bd;
    outline: none;
    cursor: pointer;
    padding: .6em;
    -webkit-appearance: none;
    width: 100%;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.login-top input[type="submit"]:hover {
    border-color: #009eb3;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    -moz-box-shadow: 2px 2px 3px #999;
}

.login-top p {
    font-size: 1.2em;
    color: #000;
    text-align: center;
    margin: 1em 0;
}

.social-icons ul {
    padding: 0;
}

.social-icons ul li {
    display: inline-block;
    float: left;
    width: 48%;
}

.social-icons ul li:nth-child(2) {
    float: right;
}

.social-icons ul li a {
    font-size: 1em;
    text-align: center;
    color: #fff;
    background: #3b5998;
    display: block;
    padding: .5em 0;
    border-bottom: 4px solid #fff;
}

.social-icons ul li a:hover {
    border-bottom-color: #223763;
    -webkit-box-shadow: 2px 2px 2px #999;
    box-shadow: 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px #999;
}

.social-icons ul li:nth-child(2) a {
    background: #55acee;
}

.social-icons ul li:nth-child(2) a:hover {
    border-bottom-color: #2f95e2;
}

.social-icons span.glyphicon {
    vertical-align: middle;
}

.pa_italic i {
    left: -1.5em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 1px 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px 1px #ccc;
    -o-box-shadow: 0 1px 1px 1px #ccc;
    -ms-box-shadow: 0 1px 1px 1px #ccc;
    box-shadow: 0 1px 1px 1px #ccc;
}

.panel-title a {
    background: #00bcd4;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 35px;
}

.panel-default {
    border-color: #fff;
    background: #f5f5f5;
}

.panel-default>.panel-heading {
    color: #212121;
    background-color: #fff;
}

.panel-body {
    padding: 1.5em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0 0 1px #aaa;
    -moz-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    background: #fff;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

.skills {
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
    color: #fff;
}

.w3llist-grids.w3l-bars p {
    margin: .5em 0;
    line-height: inherit;
}

.skill-agilebg {
    width: 100%;
    background-color: #ddd;
}

.html {
    width: 90%;
    background-color: #4caf50;
}

.css {
    width: 80%;
    background-color: #2196f3;
}

.js {
    width: 65%;
    background-color: #f44336;
}

.php {
    width: 60%;
    background-color: #808080;
}

img.img-responsive {
    width: 100%;
}

.column-w3img2 img {
    height: 260px;
}

.agileits-title {
    text-align: center;
    margin-bottom: 2em;
}

.contact-grid {
    background-color: #ff7629;
    padding: 3em;
}

.contact-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 300;
}

.styled-input.agile-styled-input-top {
    margin-top: 0;
}

.contact input[type="text"], .contact textarea {
    font-size: 1em;
    color: #555;
    padding: .8em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact textarea {
    min-height: 7em;
    resize: none;
}

.styled-input input:focus~label, .styled-input input:valid~label, .styled-input textarea:focus~label, .styled-input textarea:valid~label {
    font-size: .9em;
    color: #fff;
    top: -2em;
    -webkit-transition: all .125s;
    -moz-transition: all .125s;
    -o-transition: all .125s;
    -ms-transition: all .125s;
    transition: all .125s;
}

.styled-input {
    width: 100%;
    margin: 1.5em 0 1em;
    position: relative;
}

.styled-input label {
    color: #555;
    padding: .5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 2em;
}

.styled-input input~span, .styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #02bbd2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .125s;
    -moz-transition: all .125s;
    transition: all .125s;
}

.styled-input textarea~span {
    bottom: 5px;
}

.styled-input input:focus.styled-input textarea:focus {
    outline: 0;
}

.styled-input input:focus~span, .styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: all .075s;
    -moz-transition: all .075s;
    transition: all .075s;
}

.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .6em 3.5em;
    font-size: 1em;
    -webkit-appearance: none;
    background: #ff7629;
    border: solid 1px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    font-family: 'Roboto', sans-serif;
}

.contact input[type="submit"]:hover {
    color: #ff7629;
    background: #fff;
}

.contact ::-webkit-input-placeholder {
    color: #999 !important;
}

.address-row {
    margin-top: 3em;
    padding: 0;
}

.contact-w3lsright h6 span {
    color: #00bcd4;
}

.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #525252;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-top: 3em;
    padding: 0 1em;
    letter-spacing: 1px;
}

.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #afafaf;
    padding: 1.6em 1em;
    color: #afafaf;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.address-row:hover span.glyphicon {
    border-color: #02bbd2;
    color: #02bbd2;
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}

.address-row h5 {
    font-size: 1.4em;
    color: #f55800;
    margin-bottom: .4em;
    font-weight: 400;
}

.address-row p a {
    color: #02bbd2;
}

.address-row p a:hover {
    color: #999;
}

.address-right {
    padding-right: 0;
}

.grid_3 .address-right p {
    margin-bottom: 0;
}

.footer {
    background: #333;
    padding: 4em 0;
    text-align: center;
}

.w3social-icons ul {
    margin: 0;
    padding: 0;
}

.w3social-icons ul li {
    display: inline-block;
    margin: 0 .5em;
}

.w3social-icons ul li a {
    color: #fff;
    font-size: 1.1em;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px 1px #fff;
    -moz-box-shadow: 0 0 1px 1px #fff;
    box-shadow: 0 0 1px 1px #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.2em;
}

.w3social-icons ul li a.fb:hover {
    color: #3b5998;
    -webkit-box-shadow: 0 0 10px 2px #3b5998;
    -moz-box-shadow: 0 0 10px 2px #3b5998;
    box-shadow: 0 0 10px 2px #3b5998;
}

.w3social-icons ul li a.gp:hover {
    color: #d34836;
    -webkit-box-shadow: 0 0 10px 2px #d34836;
    -moz-box-shadow: 0 0 10px 2px #d34836;
    box-shadow: 0 0 10px 2px #d34836;
}

.w3social-icons ul li a.twit:hover {
    color: #1da1f2;
    -webkit-box-shadow: 0 0 10px 2px #3b5998;
    -moz-box-shadow: 0 0 10px 2px #3b5998;
    box-shadow: 0 0 10px 2px #1da1f2;
}

.w3social-icons ul li a.drbl:hover {
    color: #ea4c89;
    -webkit-box-shadow: 0 0 10px 2px #3b5998;
    -moz-box-shadow: 0 0 10px 2px #3b5998;
    box-shadow: 0 0 10px 2px #ea4c89;
}

.support input[type="email"] {
    width: 70%;
    padding: .7em 1em;
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    border: 1px solid #333;
    outline: none;
    margin: 0;
    -webkit-appearance: none;
    background: #333;
    color: #fff;
}

.support input[type="submit"] {
    background: #02bbd2;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    padding: .8em 1em;
    text-align: center;
    -webkit-appearance: none;
    outline: none;
    width: 29%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.support input[type="submit"]:hover {
    background: linear-gradient(#ff9d2f, #ff6126);
}

.support {
    background-color: #292929;
    padding: 1.5em;
    width: 55%;
    margin: 1.5em auto 0;
}

.w3copy-agile {
    background: #292929;
    padding: 2em 0;
}

p {
    font-size: 1em;
    line-height: 1.8em;
}

p.footer-class {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}

p.footer-class a {
    text-decoration: none;
    color: #02bbd2;
}

.footer-class a:hover {
    color: #fff;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0 0;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

@media(max-width:1280px) {
    .modal-body.grid_3 {
        padding: 3em;
    }
}

@media(max-width:1080px) {
    .carousel-caption {
        padding: 20em 0 15em !important;
    }
    .agileits-buttons .w3llist-grids {
        padding: 0;
    }
    .btn {
        padding: .6em .8em;
        margin-right: .2em;
    }
    .contact-grid {
        padding: 2em;
    }
}

@media(max-width:991px) {
    .w3ls-logo .navbar-brand {
        padding: .6em .8em .4em;
    }
    .top-w3lnav .navbar-nav>li>a {
        padding: 1.7em 1em;
    }
    .w3social-icons ul li {
        margin: 0 .3em;
    }
    .carousel-caption p {
        margin: 1.5em 3em !important;
    }
    .codes {
        padding: 4em 0;
    }
    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 8em;
    }
    h3.w3ls-hdg {
        font-size: 1.6em;
        letter-spacing: 2px;
        margin-bottom: 1em;
    }
    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 2.5em;
    }
    .w3llist-grids .panel-group {
        margin-bottom: 10em;
    }
    .w3-agileits.gallery-w3 .column {
        padding: 0 .5em;
    }
    .w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
        margin-top: 1em;
    }
    .contact-w3lsright h6 {
        font-size: 1.6em;
        margin-top: 2em;
    }
    .address-row {
        margin-top: 2em;
    }
    .footer {
        padding: 3em 0;
    }
    .support {
        width: 75%;
    }
    .column-w3img2 img {
        height: inherit;
    }
}

@media(max-width:800px) {
    .carousel-caption {
        padding: 17em 0 12em !important;
    }
    h4.w3t-text {
        font-size: 1.6em;
        margin-bottom: .3em;
    }
    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 2em;
    }
    .modal-content {
        width: 75%;
    }
}

@media(max-width:767px) {
    .navbar-inverse {
        background-color: #fff;
        margin: 1.5em 4em 0;
    }
    button.navbar-toggle {
        margin: 1.2em 0;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #f44336;
        background-color: #f44336;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #f44336;
    }
    .top-w3lnav .navbar-nav>li>a {
        padding: 1em;
        text-align: center;
    }
    ul.dropdown-menu {
        text-align: center;
    }
    ul.dropdown-menu>li>a:hover, ul.dropdown-menu>li>a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }
    .w3social-icons.w3lsnav-right {
        text-align: center;
        float: none;
        margin: 0 0 1.2em;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.5em;
    }
    .carousel-caption {
        padding: 17em 0 10em !important;
    }
    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 7em;
    }
    .bs-example-js-navbar-scrollspy ul li {
        display: inline-block;
    }
    .bs-example-js-navbar-scrollspy .navbar-nav {
        margin: 0;
    }
    .grid_3 p.help-block {
        margin-bottom: 0;
    }
    .panel-body {
        padding: 1em;
    }
    .w3llist-grids .panel-group {
        margin-bottom: 9em;
    }
}

@media(max-width:640px) {
    .contact-w3lsright {
        padding: 0;
    }
    .support {
        width: 80%;
        padding: 1.2em;
    }
    .modal-content {
        width: 85%;
    }
    .modal-body.grid_3 {
        padding: 2em;
    }
    ul.w3list-style {
        width: 85%;
    }
}

@media(max-width:600px) {
    .carousel-caption {
        padding: 15em 0 8em !important;
    }
    .w3ltext-grids {
        padding: 0 .5em;
    }
    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 6em;
    }
    .codes {
        padding: 3em 0;
    }
    h3.w3ls-hdg {
        font-size: 1.5em;
    }
    ul {
        padding-left: 1.5em;
    }
    .w3llist-grids {
        padding: 0;
    }
    .agileinfo-w3lsrow2 {
        margin-top: 1.5em;
    }
    .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
        margin-top: 0;
        margin-left: 2px;
    }
    .panel-title {
        font-size: 1em;
        letter-spacing: 0;
    }
    .agileits-title {
        margin-bottom: 1em;
    }
    .address-right {
        padding: 0;
    }
    .address-row span.glyphicon {
        font-size: 1em;
        padding: 1.9em 1em;
    }
    .address-left {
        padding: 0;
    }
}

@media(max-width:568px) {
    h4.w3t-text {
        font-size: 1.4em;
    }
    ul.w3list-style {
        width: 90%;
    }
    .address-row {
        float: none;
        width: 75%;
    }
    .address-left {
        text-align: center;
    }
    .w3copy-agile {
        padding: 1.5em 0;
    }
}

@media(max-width:480px) {
    .carousel-caption {
        padding: 12em 0 7em !important;
    }
    .navbar-inverse {
        margin: 1.5em 2em 0;
    }
    div#myModal {
        padding: 0 !important;
    }
    .modal-body.grid_3 {
        padding: 1.5em;
    }
    .modal-content {
        width: 95%;
    }
    .wthree-modal h3 {
        font-size: 1.5em;
    }
    button.navbar-toggle {
        margin: .8em 0;
    }
    .w3ls-logo .navbar-brand {
        padding: .4em 0 .25em;
    }
    .top-w3lnav .navbar-nav>li>a {
        padding: .8em;
        text-align: center;
    }
    .grid_3 {
        padding: 2em 1.5em;
    }
    .w3ltext-grids {
        margin-top: 1em;
    }
    .w3llist-grids.w3llist-grids-btm2 {
        margin-top: 1em;
    }
    .btn {
        font-size: .8em;
    }
    .button.w3effct2 {
        font-size: .9em;
    }
    .contact-grid {
        padding: 2em;
    }
    .contact-w3lsright h6 {
        font-size: 1.4em;
        margin-top: 1em;
        padding: 0 .5em;
    }
    .address-row {
        width: 90%;
        margin-top: 1.5em;
    }
    .footer {
        padding: 2em 0;
    }
    .support {
        width: 90%;
        padding: 1em;
    }
    .codes.agileitsbg3, .codes.agileitsbg2, .codes.agileitsbg4 {
        padding-bottom: 4em;
    }
}

@media(max-width:414px) {
    .grid_3 p {
        font-size: .9em;
    }
    p {
        font-size: .9em;
    }
    .w3llist-grids {
        width: 100%;
    }
    .w3llist-grids:nth-child(2) {
        margin-top: 1em;
    }
    .table>thead>tr>th {
        font-size: 1em;
    }
    .btn {
        margin-top: 1em;
    }
    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 1.5em;
    }
    .login-top input[type="text"], .login-top input[type="password"], .login-top input[type="email"] {
        font-size: .9em;
    }
    .login-top input[type="submit"] {
        font-size: .9em;
    }
    .social-icons ul li a {
        font-size: .9em;
    }
    h3.w3ls-hdg {
        font-size: 1.3em;
    }
    .agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
        margin-top: 2.5em;
    }
    .contact-grid h4 {
        font-size: 1.8em;
        margin-bottom: .8em;
    }
    .contact input[type="text"], .contact textarea, .styled-input label, .contact input[type="submit"] {
        font-size: .9em;
    }
    .contact-w3lsright h6 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .address-row {
        width: 100%;
    }
    .w3social-icons ul li a {
        font-size: .9em;
        width: 30px;
        height: 30px;
        line-height: 2.5em;
    }
    .support input[type="email"] {
        font-size: .9em;
    }
    .support input[type="submit"] {
        font-size: .9em;
        width: 25%;
    }
    .w3llist-grids .panel-group {
        margin-bottom: 6em;
    }
    .login-top {
        padding: 0;
    }
    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 1em;
    }
    .panel-body {
        font-size: 13px;
        padding: .5em 1em;
    }
    .skills {
        line-height: 22px;
    }
    .w3-agileits.gallery-w3 .column {
        padding: .5em;
        width: 50%;
    }
    .w3-agileits.gallery-w3 .agileinfo-w3lsrow2 {
        margin-top: 0;
    }
}

@media(max-width:375px) {
    .table>thead>tr>th, .table td, .table>tbody>tr>td {
        font-size: .9em;
    }
    .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
        font-size: .9em;
    }
    .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 10px;
    }
    .nav>li>a {
        padding: 6px 10px;
    }
    .scrollspy-example h4 {
        font-size: 1.3em;
    }
    .agileinfo-w3lsrow.login-top .w3llist-grids {
        padding: 0 .5em;
    }
    .social-icons ul li a {
        padding: .3em 0;
    }
    .agileinfo-w3lsrow.login-top .w3llist-grids:nth-child(2) {
        margin-top: 2em;
    }
    .collapsed span {
        left: -1em;
    }
    .panel-title a {
        padding: 12px 24px;
    }
    .w3-agileits.gallery-w3 .column {
        padding: 1em 0 0;
        width: 100%;
    }
    h3.w3ls-hdg {
        letter-spacing: 1px;
        padding: .5em 1em .3em;
    }
    .agileits-title {
        margin-bottom: 0;
    }
    .contact-grid {
        padding: 1.5em;
    }
    .contact-grid h4 {
        font-size: 1.5em;
    }
    .contact-w3lsleft {
        padding: 0;
    }
    .address-right {
        padding-left: 1em;
    }
    .support {
        width: 100%;
        padding: .5em;
    }
    .support input[type="submit"] {
        width: 28%;
    }
    .footer {
        padding: 1.5em 0;
    }
}

@media(max-width:320px) {
    .navbar-inverse {
        margin: 1em 1em 0;
    }
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2em;
    }
    .carousel-caption p {
        margin: 1em 2em !important;
    }
    .carousel-caption {
        padding: 10em 0 5em !important;
    }
    .codes {
        padding: 2em 0;
    }
    .w3ltext-grids {
        width: 100%;
        padding: 0;
    }
    ul.w3list-style {
        width: 100%;
    }
}
.navbar-wrapper,
.navbar-static-top{
    z-index: 8;
}