/* Minification failed. Returning unminified contents.
(15352,12): run-time error CSS1035: Expected colon, found '0'
 */
/*Dark Version
------------------------------------*/
body.dark {
    color: #999;
    background-color: #252525;
}

    body.dark .wrapper {
        background: #252525;
    }

    body.dark h1,
    body.dark h2,
    body.dark h3,
    body.dark h4,
    body.dark h5,
    body.dark h6 {
        color: #ccc;
        font-weight: 200;
    }

    body.dark .wrapper p {
        color: #999;
    }

    body.dark p,
    body.dark li,
    body.dark li a {
        color: #999;
    }

    body.dark .headline {
        border-bottom: 1px dotted #555;
    }

    /*Headline v2
------------------------------------*/
    body.dark .headline-v2,
    body.dark .headline-v2.bg-color-light {
        background: #333 !important;
    }

    /*Parallax Backgrounds
------------------------------------*/
    body.dark .parallax-bg {
        background-color: #333;
    }

        body.dark .parallax-bg:before {
            background: rgba(0,0,0,0.6);
        }

    /*Revolution Slider
------------------------------------*/
    body.dark .tp-bannertimer {
        background: rgba(0,0,0,0.5);
    }

    body.dark .tp-banner-container .btn-u.btn-brd.btn-u-light {
        color: #fff;
    }

    /*Header
------------------------------------*/
    body.dark .header,
    body.dark .header-v3 {
        background: #222;
        border-bottom-color: #333;
    }

        body.dark .header.header-v1 {
            background: none;
        }

    /*Topbar*/
    body.dark .topbar ul.loginbar li i.fa {
        color: #999;
    }

    body.dark .topbar ul.loginbar > li > a {
        color: #999;
    }

        body.dark .topbar ul.loginbar > li > a:hover {
            color: #fff;
        }

    body.dark .topbar ul.languages {
        background: #333;
    }

        body.dark .topbar ul.languages li a {
            color: #999;
        }

            body.dark .topbar ul.languages li.active a,
            body.dark .topbar ul.languages li a:hover {
                color: #ccc;
                background: #555;
            }

                body.dark .topbar ul.languages li.active a i {
                    color: #ccc;
                }

        body.dark .topbar ul.languages:after {
            border-bottom-color: #303030;
        }

    body.dark .topbar ul.loginbar li.topbar-devider {
        border-right-color: #999;
    }

    /*Topbar v1*/
    body.dark .topbar-v1 {
        background: #222;
        border-color: #555;
    }

        body.dark .topbar-v1 .top-v1-data li:first-child {
            border-left-color: #555;
        }

        body.dark .topbar-v1 .top-v1-data li {
            border-right-color: #555;
        }

        body.dark .topbar-v1 .top-v1-contacts li {
            color: #999;
        }

        body.dark .topbar-v1 .top-v1-data li i {
            color: #999;
        }

    /*fixed in v1.9*/
    /*Navigation*/
    /*body.dark .header .navbar-nav > li > a,
body.dark .header-v1 .navbar-default .navbar-nav > li > a,
body.dark .header-v3 .navbar-default .navbar-nav > li > a {
	color: #999;
}*/

    body.dark .header .navbar-nav .open > a,
    body.dark .header .navbar-nav .open > a:hover,
    body.dark .header .navbar-nav .open > a:focus {
        border-bottom-color: #333;
    }

    body.dark .nav .open > a,
    body.dark .nav .open > a:hover,
    body.dark .nav .open > a:focus,
    body.dark .header .nav > li > a:hover,
    body.dark .header .nav > li > a:focus {
        background: inherit;
    }

@media (max-width: 991px) {
    body.dark .header .nav > li.active > a:hover {
        background: #37a834;
    }
}

/*Search*/
body.dark .header .nav > li > .search {
    color: #999;
    background: #292929;
    border-bottom-color: #555;
}

    body.dark .header .nav > li > .search:hover {
        background: #303030;
    }

body.dark .header .search-open,
body.dark .header-v1 .navbar .search-open,
body.dark .header-v3 .navbar .search-open,
body.dark .header-v4 .navbar .search-open {
    background: #222;
    box-shadow: none;
    border-top-color: #333;
}

/*Dropdown Menu*/
body.dark .header .dropdown-menu,
body.dark .header-v1 .dropdown-menu,
body.dark .header-v2 .dropdown-menu,
body.dark .header-v3 .dropdown-menu,
body.dark .header-v4 .dropdown-menu,
body.dark .header-v5 .dropdown-menu {
    background: #222;
    border-bottom-color: #202020;
}

    body.dark .header .dropdown-menu li a,
    body.dark .header-v1 .dropdown-menu li a,
    body.dark .header-v2 .dropdown-menu li a,
    body.dark .header-v3 .dropdown-menu li a,
    body.dark .header-v4 .dropdown-menu li a,
    body.dark .header-v5.dropdown-menu li a {
        color: #999;
        border-bottom-color: #303030;
    }

    body.dark .header .dropdown-menu .active > a,
    body.dark .header .dropdown-menu li > a:hover,
    body.dark .header-v1 .dropdown-menu .active > a,
    body.dark .header-v1 .dropdown-menu li > a:hover,
    body.dark .header-v2 .dropdown-menu .active > a,
    body.dark .header-v2 .dropdown-menu li > a:hover,
    body.dark .header-v3 .dropdown-menu .active > a,
    body.dark .header-v3 .dropdown-menu li > a:hover,
    body.dark .header-v4 .dropdown-menu .active > a,
    body.dark .header-v4 .dropdown-menu li > a:hover,
    body.dark .header-v5 .dropdown-menu .active > a,
    body.dark .header-v5 .dropdown-menu li > a:hover {
        color: #999 !important;
        background: #303030 !important;
    }

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Topbar v1*/
    body.dark .header-v1 .topbar-v1 .top-v1-data li,
    body.dark .header-v4 .topbar-v1 .top-v1-data li {
        border-color: #555;
    }

    body.dark .header-v1 {
        border-color: #555;
    }

        body.dark .header-v1 .navbar .nav > li > .search {
            background: #333;
        }

    /*Header Navbar*/
    body.dark .navbar-form,
    body.dark .navbar-collapse {
        border-color: #555;
    }

    /*Navbar Nav*/
    body.dark .navbar-nav > .active > a {
        color: #fff;
    }

    body.dark .navbar-nav > li a {
        color: #999;
        border-bottom-color: #555;
    }

    /*Dropdown Menu*/
    body.dark .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

    body.dark .navbar-nav .open .dropdown-menu > li > a,
    body.dark .navbar-nav .open .dropdown-menu > .active > a,
    body.dark .navbar-nav .open .dropdown-menu > .active > a:hover,
    body.dark .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #999;
    }

    body.dark .header .navbar-nav > li a,
    body.dark .header-v1 .navbar-default .navbar-nav > li a,
    body.dark .header-v3 .navbar-default .navbar-nav > li a,
    body.dark .header-v4 .navbar-default .navbar-nav > li a {
        border-bottom-color: #333;
    }

    /*Navbar Opened*/
    body.dark .navbar-default .navbar-nav > .open > a,
    body.dark .navbar-default .navbar-nav > .open > a:hover,
    body.dark .navbar-default .navbar-nav > .open > a:focus {
        color: #eee;
    }

    /*Dropdown Submenu*/
    body.dark .header .dropdown .dropdown-submenu > a,
    body.dark .header-v1 .dropdown .dropdown-submenu > a,
    body.dark .header-v2 .dropdown .dropdown-submenu > a,
    body.dark .header-v3 .dropdown .dropdown-submenu > a,
    body.dark .header-v4 .dropdown .dropdown-submenu > a {
        color: #999 !important;
    }

    /*Equal Height List Style*/
    body.dark .header .mega-menu .equal-height-list h3,
    body.dark .header-v1 .mega-menu .equal-height-list h3,
    body.dark .header-v3 .mega-menu .equal-height-list h3,
    body.dark .header-v4 .mega-menu .equal-height-list h3 {
        color: #999;
        border-bottom: solid 1px #333;
    }

    /*Header v3 Search Box*/
    body.dark .header-v3 .navbar .nav > li > .search {
        color: #999;
        background: #292929;
        border-bottom-color: #555;
    }

        body.dark .header-v3 .navbar .nav > li > .search:hover {
            background: #303030;
        }

    /*Header v2 Navbar*/
    body.dark .header-v2 .navbar-default .navbar-nav > li a {
        border-color: #555;
    }

    /*Header v2 Topbar*/
    body.dark .header-v2 .topbar-buttons .btn-u-light {
        border-color: #eee;
    }

    body.dark .header-v2 .topbar-v2 {
        border-color: #555;
    }

        body.dark .header-v2 .topbar-v2 li,
        body.dark .header-v2 .topbar-v2 li a {
            color: #999;
        }

    body.dark .header-v2 .languages-dropdown {
        background: #222;
    }

        body.dark .header-v2 .languages-dropdown:after {
            border-bottom-color: #222;
        }

        body.dark .header-v2 .languages-dropdown > li > a:hover,
        body.dark .header-v2 .languages-dropdown > li.active > a {
            background: #333;
        }

    /*Header v4*/
    body.dark .header-v4 .navbar-toggle,
    body.dark .header-v4 .navbar-default .navbar-toggle:hover,
    body.dark .header-v4 .navbar-default .navbar-toggle:focus {
        background: #1c1c1c;
    }

    body.dark .header-v4 .navbar .nav > li > .search {
        background: #292929;
    }

    body.dark .header-v4 .navbar-nav,
    body.dark .header-v4 .navbar-default .navbar-toggle,
    body.dark .header-v4 .navbar-nav.navbar-border-bottom,
    body.dark .header-v4 .navbar-default .navbar-nav > li a {
        border-color: #555;
    }

    body.dark .navbar-nav .open .dropdown-menu > li > a,
    body.dark .navbar-nav .open .dropdown-menu > .active > a,
    body.dark .navbar-nav .open .dropdown-menu > .active > a:hover,
    body.dark .navbar-nav .open .dropdown-menu > .active > a:focus {
        background: transparent;
    }
}

@media (min-width: 992px) {
    body.dark .header-v4 .navbar-collapse {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    body.dark .header-v4 .navbar-default .navbar-nav > li {
        margin-left: -1px;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
    }

        body.dark .header-v4 .navbar-default .navbar-nav > li > a {
            color: #999;
        }
}

/*Header Fixed (Shrink)
------------------------------------*/
/*fixed in v1.9*/
body.dark.header-fixed .header.header-fixed-shrink,
body.dark.header-fixed .header-v1.header-fixed-shrink,
body.dark.header-fixed .header-v2.header-fixed-shrink,
body.dark.header-fixed .header-v3.header-fixed-shrink,
body.dark.header-fixed .header-v5.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0,0,0,0.9);
}

    body.dark.header-fixed .header.header-fixed-shrink .search-open,
    body.dark.header-fixed .header-v1.header-fixed-shrink .navbar .search-open,
    body.dark.header-fixed .header-v2.header-fixed-shrink .navbar .search-open,
    body.dark.header-fixed .header-v3.header-fixed-shrink .navbar .search-open,
    body.dark.header-fixed .header-v5.header-fixed-shrink .navbar .search-open {
        box-shadow: none;
        background: rgba(0,0,0,0.9);
    }

    body.dark.header-fixed .header-v2.header-fixed-shrink .navbar-nav > li > a {
        color: #999;
    }

/*Header Mega Menu
------------------------------------*/
@media (min-width: 992px) {
    body.dark .header .mega-menu .equal-height-in,
    body.dark .header-v1 .mega-menu .equal-height-in,
    body.dark .header-v2 .mega-menu .equal-height-in,
    body.dark .header-v3 .mega-menu .equal-height-in,
    body.dark .header-v4 .mega-menu .equal-height-in {
        border-left-color: #333;
    }
}

/*Added v1.9*/
/*Header v5 
------------------------------------*/
body.dark .header-v5 .badge-open {
    background: #222 none repeat scroll 0% 0%;
}

body.dark .header-v5 .subtotal {
    background: #222 none repeat scroll 0% 0%;
}

/*Header v6
------------------------------------*/
/*Shopping Cart*/
body.dark .header-v6 .shopping-cart .shopping-cart-open {
    background: #2a2b2b;
    border-color: #555;
    border-top-color: #37a834;
}

body.dark .header-v6 .shopping-cart-open span.shc-title {
    color: #fff;
    border-bottom-color: #555;
}

body.dark .header-v6 .shopping-cart-open span.shc-total {
    color: #fff;
}

/*Media Queries*/
@media (max-width: 991px) {
    body.dark .header-v6 {
        background: #2a2b2b;
    }

    /*Navbar Brand*/
    body.dark.header-fixed .header-v6 .navbar-brand img.default-logo {
        display: inherit;
    }

    body.dark.header-fixed .header-v6 .navbar-brand img.shrink-logo {
        display: none;
    }

    /*Toggle*/
    body.dark .header-v6 .navbar-toggle .icon-bar {
        background: #fff;
    }

    /*Menu Inner Right*/
    body.dark .header-v6 li.menu-icons i.menu-icons-style {
        color: #fff;
    }

    /*Search*/
    body.dark .header-v6 .search-open {
        background: #2a2b2b;
        border-bottom: 1px solid #555;
    }

    body.dark.header-fixed .header-v6.header-fixed-shrink .search-open {
        border-bottom-color: #555;
    }

    body.dark .header-v6 .search-open .form-control {
        color: #fff;
        background: #2a2b2b;
    }

        body.dark .header-v6 .search-open .form-control::-moz-placeholder {
            color: #fff;
        }

        body.dark .header-v6 .search-open .form-control:-ms-input-placeholder {
            color: #fff;
        }

        body.dark .header-v6 .search-open .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    body.dark .header-v6 li.menu-icons i.fa-times,
    body.dark.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff;
    }

    /*Navbar Collapse*/
    body.dark .header-v6 .navbar-collapse {
        border-color: #555;
        border-bottom-color: #555;
    }

    /*Navbar Nav*/
    body.dark .header-v6 .navbar-nav > li a {
        color: #ccc;
        border-top-color: #555;
    }

        body.dark .header-v6 .navbar-nav > li a:hover {
            color: #37a834;
        }

    body.dark .header-v6 .navbar-nav > .open > a,
    body.dark .header-v6 .navbar-nav > .open > a:hover,
    body.dark .header-v6 .navbar-nav > .open > a:focus {
        color: #fff;
    }

    /*Dropdown*/
    body.dark .header-v6 .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }

        body.dark .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #37a834;
        }

    /*Submenu*/
    body.dark .header-v6 .dropdown .dropdown-submenu > a {
        color: #fff !important;
    }

    /*Mega Menu*/
    body.dark .header-v6 .mega-menu .equal-height-list h3 {
        color: #fff;
    }
}

@media (min-width: 992px) {
    /*Header*/
    body.dark.header-fixed .header-v6.header-fixed-shrink,
    body.dark .header-v6.header-classic-white .navbar {
        box-shadow: none;
        background: #2a2b2b;
    }

        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar {
            background-color: inherit;
        }

        /*Navbar Brand*/
        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
            display: none;
        }
        /*fixed in v1.9*/
        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
            display: inherit;
        }

        /*Navbar*/
        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a,
        body.dark.header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
            color: #fff;
        }

        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
        body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
            color: #37a834;
        }

        body.dark.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style,
        body.dark.header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
            color: #fff;
        }

    /*Search*/
    body.dark .header-v6 .search-open {
        background: #2a2b2b;
        border-bottom: 1px solid #555;
    }

    body.dark.header-fixed .header-v6.header-fixed-shrink .search-open {
        border-bottom-color: #555;
    }

    body.dark .header-v6 .search-open .form-control {
        color: #fff;
        background: #2a2b2b;
    }

        body.dark .header-v6 .search-open .form-control::-moz-placeholder {
            color: #fff;
        }

        body.dark .header-v6 .search-open .form-control:-ms-input-placeholder {
            color: #fff;
        }

        body.dark .header-v6 .search-open .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    body.dark .header-v6 li.menu-icons i.fa-times,
    body.dark .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff;
    }

    /*Dropdown*/
    body.dark .header-v6 .dropdown-menu {
        background: #2a2b2b;
    }

        body.dark .header-v6 .dropdown-menu li a {
            color: #ccc;
        }

        body.dark .header-v6 .dropdown-menu .active > a,
        body.dark .header-v6 .dropdown-menu li > a:hover {
            color: #37a834;
        }

        body.dark .header-v6 .dropdown-menu > li > a:hover,
        body.dark .header-v6 .dropdown-menu > li > a:focus {
            background: inherit;
        }

    /*Equal Height List Style*/
    body.dark .header-v6 .mega-menu .equal-height-in {
        border-left-color: #777;
    }

    body.dark .header-v6 .mega-menu .equal-height-list h3 {
        color: #fff;
    }

    body.dark .header-v6 .mega-menu .equal-height-list li a {
        color: #ccc;
    }

        body.dark .header-v6 .mega-menu .equal-height-list .active > a,
        body.dark .header-v6 .mega-menu .equal-height-list li a:hover {
            color: #37a834;
        }
}

/*Header v7
------------------------------------*/
body.dark .header-v7 .navbar {
    background: #333;
}

body.dark .header-v7 .navbar-default .navbar-nav > li > a,
body.dark .header-v7 .navbar-default .navbar-nav > li > a:after {
    color: #ccc;
}

/*Toggle*/
body.dark .header-v7 .navbar-toggle .icon-bar {
    background: #ccc;
}

/*Media Queries*/
@media (min-width: 768px) {
    body.dark .header-v7 .navbar-default {
        border-left-color: rgba(218,218,218,0.1);
        border-right-color: rgba(218,218,218,0.1);
    }

    body.dark .header-v7 .dropdown-menu {
        background: #333;
    }

    body.dark .header-v7 .navbar-default .navbar-nav > li > a:focus {
        color: #ccc;
    }
}

@media (max-width: 991px) {
    body.dark .navbar-collapse {
        background: #333;
    }

    body.dark .header-v7 .navbar-default .navbar-nav > li > a {
        border-bottom-color: #777;
    }
}

/*Boxed Layout
------------------------------------*/
body.dark.boxed-layout {
    box-shadow: 0 0 5px #191919;
    background: url(/img/patterns/4.png) repeat;
}

/*Breadcrumbs
------------------------------------*/
body.dark .breadcrumbs {
    background: #1c1c1c;
    border-bottom-color: #252525;
}

body.dark .breadcrumb a {
    color: #999;
}

body.dark .breadcrumbs-v1 h1,
body.dark .breadcrumbs-v3 h1 {
    font-weight: 400;
}

body.dark .breadcrumbs-v2 h1,
body.dark .breadcrumbs-v3 h1,
body.dark .breadcrumbs-v3 p {
    color: #eee;
}

body.dark .breadcrumbs-v1 p,
body.dark .breadcrumbs-v1 h1,
body.dark .breadcrumbs-v1 span {
    color: #ccc;
}

body.dark .breadcrumbs-v1:after,
body.dark .breadcrumbs-v3:after {
    background: rgba(0,0,0,0.6);
}
/*Main Slider Parallax
------------------------------------*/
body.dark .slider-inner .da-slider {
    border-bottom-color: #444;
}

/*Purchase
------------------------------------*/
body.dark .purchase {
    background: #252525;
    border-bottom-color: #2b2b2b;
}

    body.dark .purchase span {
        color: #ccc;
        font-weight: 200;
    }

/*Clients
------------------------------------*/
body.dark .clients li {
    background: #292929;
}

    body.dark .clients li:hover {
        background: #303030;
    }

/*List Group
------------------------------------*/
body.dark .list-group-item,
body.dark .list-group-item:hover {
    background: #222;
    border-color: #303030;
}

body.dark .list-toggle a:focus {
    color: #ccc;
}

body.dark .list-toggle:after {
    color: #999;
}

body.dark .sidebar-nav-v1 > li.active > a {
    color: #ccc;
    background: #292929;
}

body.dark .sidebar-nav-v1 > li.active,
body.dark .sidebar-nav-v1 > li.active:hover {
    background: #202020;
}

body.dark .sidebar-nav-v1 li ul,
body.dark .sidebar-nav-v1 li.active ul a {
    color: #999;
    background: #222;
}

    body.dark .sidebar-nav-v1 li ul a {
        border-top-color: #303030;
    }

        body.dark .sidebar-nav-v1 li ul a:hover,
        body.dark .sidebar-nav-v1 ul li.active a {
            color: #ccc;
        }

/*Bootstrap Features
------------------------------------*/
label {
    color: #999;
}

body.dark strong {
    color: #ccc;
}

body.dark dt {
    color: #ccc;
}

body.dark dd {
    color: #999;
}

body.dark hr {
    border-color: #333;
}

body.dark code {
    background: #333;
}

/*Form Control
------------------------------------*/
body.dark .form-control {
    color: #999;
    border-color: #303030;
    background: #202020;
}

    body.dark .form-control:focus {
        box-shadow: none;
        border-color: #555;
    }

body.dark .input-group-addon {
    border-color: #303030;
    background: #202020;
}

/*Close
------------------------------------*/
body.dark .close {
    color: #999;
    text-shadow: none;
}

    body.dark .close:hover {
        color: #bbb;
    }

/*Alert Warning 
------------------------------------*/
body.dark .alert-info,
body.dark .alert-danger,
body.dark .alert-success,
body.dark .alert-warning {
    border-color: #444;
    background-color: #333;
}

body.dark .alert h4 {
    color: inherit;
}

body.dark .alert strong {
    color: inherit;
}

body.dark .alert code {
    background: #444;
}

/*Popover
------------------------------------*/
body.dark .popover {
    color: #999;
    box-shadow: none;
    border-color: #444;
    background-color: #333;
}

    body.dark .popover.top .arrow:after {
        border-top-color: #333;
    }

    body.dark .popover.left .arrow:after {
        border-left-color: #333;
    }

    body.dark .popover.right .arrow:after {
        border-right-color: #333;
    }

    body.dark .popover.bottom .arrow:after {
        border-bottom-color: #333;
    }

/*Contex Background
------------------------------------*/
body.dark .contex-bg p.bg-info,
body.dark .contex-bg p.bg-danger,
body.dark .contex-bg p.bg-warning,
body.dark .contex-bg p.bg-primary,
body.dark .contex-bg p.bg-success {
    background-color: #333;
}

body.dark .contex-bg p.bg-info {
    color: #27d7e7;
}

body.dark .contex-bg p.bg-danger {
    color: #e74c3c;
}

body.dark .contex-bg p.bg-warning {
    color: #e67e22;
}

body.dark .contex-bg p.bg-primary {
    color: #3498db;
}

body.dark .contex-bg p.bg-success {
    color: #37a834;
}

/*Address 
------------------------------------*/
body.dark address {
    color: #999;
}

/*Heading
------------------------------------*/
body.dark .heading h2:before,
body.dark .heading h2:after {
    border-color: #555;
}

body.dark .contacts-section .title-v1 h2 {
    color: #ccc;
}

body.dark .headline-left .headline-brd {
    color: #ccc;
}

body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon {
    color: #eee;
}

    body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
    body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
        background: #eee;
    }

/*Divider
------------------------------------*/
body.dark .devider.devider-dotted,
body.dark .devider.devider-dashed,
body.dark .devider.devider-db,
body.dark .devider.devider-db-dotted,
body.dark .devider.devider-db-dashed {
    border-color: #555;
}

/*body.dark Blockquote
------------------------------------*/
body.dark blockquote,
body.dark blockquote.hero {
    border-left-color: #555;
}

    body.dark blockquote.text-right,
    body.dark blockquote.hero.text-right {
        border-right-color: #555;
    }

    /*Hero Blockquote*/
    body.dark blockquote.hero {
        background: #222;
    }

        body.dark blockquote.hero:hover {
            background: #252525;
            border-color: #555 !important;
        }

        /*Hero Default Blockquote*/
        body.dark blockquote.hero.hero-default {
            background: #37a834;
        }

            body.dark blockquote.hero.hero-default:hover {
                background: #5fb611;
            }

            body.dark blockquote.hero.hero-default p {
                color: #fff;
            }

        /*Hero Dark Blockquote*/
        body.dark blockquote.hero.hero-dark {
            background: #444;
        }

            body.dark blockquote.hero.hero-dark:hover {
                background: #555;
            }

    /*Dark Blockquote*/
    body.dark blockquote.bq-dark,
    body.dark blockquote.bq-dark:hover {
        border-color: #303030 !important;
    }

    body.dark blockquote.hero.hero-dark p,
    body.dark blockquote.hero.hero-dark small,
    body.dark blockquote.hero.hero-default small {
        color: #fff;
    }

/*Shadow Effect
------------------------------------*/
body.dark .shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #151515;
}

body.dark .shadow-effect-2:after,
body.dark .shadow-effect-2:before,
body.dark .shadow-effect-3:before,
body.dark .shadow-effect-4:after {
    box-shadow: 0 15px 10px #151515;
}

/*Tag Box
------------------------------------*/
body.dark .tag-box {
    background: #202020;
}

body.dark .tag-box-v1,
body.dark .tag-box-v2 {
    border-color: #303030;
}

body.dark .tag-box-v3,
body.dark .tag-box-v4,
body.dark .tag-box-v5,
body.dark .tag-box-v6,
body.dark .tag-box-v7 {
    border-color: #303030;
}

/*Background Light
------------------------------------*/
body.dark .bg-light {
    border-color: #303030;
    background: #202020;
}

    body.dark .bg-light i {
        color: #999;
    }

body.dark .bg-grey {
    background: #222;
    border-top-color: #222;
    border-bottom-color: #222;
}

/*Testimonials
------------------------------------*/
/*General Testimonials v1/v2*/
body.dark .testimonials.testimonials-v1 p,
body.dark .testimonials.testimonials-v2 p {
    background: #202020;
}

body.dark .testimonials.testimonials-v1 .item p:after,
body.dark .testimonials.testimonials-v2 .item p:after {
    border-top-color: #202020;
}

body.dark .testimonials .testimonial-info img {
    border-color: #999;
}

body.dark .testimonials .carousel-arrow i {
    color: #999;
    background: #202020;
}

body.dark .testimonials.testimonials-v1 .carousel-arrow i:hover {
    color: #fff;
    background: #444;
}

/*Testimonials v6
------------------------------------*/
body.dark .testimonials-v6 .testimonials-info {
    background: #333;
}

body.dark .testimonials-v6 .testimonials-info {
    border-color: #252525;
}

/*Bordered Buttons
------------------------------------*/
body.dark .btn-u.btn-brd {
    color: #ddd;
}

/*Dropdown Buttons
------------------------------------*/
body.dark .btn-group .dropdown-menu {
    background: #222;
}

    body.dark .btn-group .dropdown-menu li a {
        color: #999;
    }

    body.dark .btn-group .dropdown-menu .active > a,
    body.dark .btn-group .dropdown-menu li > a:hover {
        color: #999;
    }

/*Icons
------------------------------------*/
body.dark i.icon-custom {
    color: #999;
    border-color: #999;
}

body.dark i.icon-bg-dark {
    color: #fff;
    border-color: #fff;
}

/*Icons Color*/
body.dark i.icon-custom.icon-color-u {
    color: #37a834;
    border: solid 1px #37a834;
}

body.dark i.icon-custom.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db;
}

body.dark i.icon-custom.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c;
}

body.dark i.icon-custom.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c;
}

body.dark i.icon-custom.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71;
}

body.dark i.icon-custom.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f;
}

body.dark i.icon-custom.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22;
}

body.dark i.icon-custom.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6;
}

body.dark i.icon-custom.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc;
}

body.dark i.icon-custom.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7;
}

body.dark i.icon-custom.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061;
}

body.dark i.icon-custom.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0;
}

body.dark i.icon-custom.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3;
}

body.dark i.icon-custom.icon-color-light {
    color: #fff;
    border: solid 1px #fff;
}

body.dark i.icon-custom.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69;
}

/*Icons Backgroun Color*/
body.dark i.icon-custom.icon-bg-u,
body.dark i.icon-custom.icon-bg-red,
body.dark i.icon-custom.icon-bg-sea,
body.dark i.icon-custom.icon-bg-dark,
body.dark i.icon-custom.icon-bg-grey,
body.dark i.icon-custom.icon-bg-blue,
body.dark i.icon-custom.icon-bg-green,
body.dark i.icon-custom.icon-bg-yellow,
body.dark i.icon-custom.icon-bg-orange,
body.dark i.icon-custom.icon-bg-purple,
body.dark i.icon-custom.icon-bg-aqua,
body.dark i.icon-custom.icon-bg-brown,
body.dark i.icon-custom.icon-bg-dark-blue,
body.dark i.icon-custom.icon-bg-light-grey,
body.dark i.icon-custom.icon-bg-light-green {
    color: #fff;
    border: none;
}

/*Team Social
------------------------------------*/
body.dark .team .thumbnail-style {
    background: #292929;
}

    body.dark .team .thumbnail-style small {
        color: #555;
    }

body.dark .team ul.team-socail li i {
    color: #999;
    background: #222;
}

    body.dark .team ul.team-socail li i:hover {
        color: #fff;
        background: #333;
    }

/*Item Box
------------------------------------*/
body.dark .line-icon-page .item-box {
    border-color: #303030;
}

    body.dark .line-icon-page .item-box:hover {
        background: #222;
    }

body.dark .line-icon-page .item {
    color: #999;
}

    body.dark .line-icon-page .item:hover {
        color: #37a834;
    }

/*Glyphicons
------------------------------------*/
body.dark .bs-glyphicons li {
    color: #999;
    border-color: #303030;
}

    body.dark .bs-glyphicons li:hover {
        color: #37a834;
        background: #222;
    }

/*Service
------------------------------------*/
body.dark .service:hover {
    box-shadow: none;
    background: #1e1e1e;
}

    body.dark .service:hover i {
        color: #999;
    }

/*Service Block
------------------------------------*/
body.dark .service-block-default {
    background: #202020;
    border-color: #303030;
}

    body.dark .service-block-default i.icon-custom {
        color: #ccc;
        border-color: #ccc;
    }

    body.dark .service-block-default:hover {
        box-shadow: none;
    }

/*Service Block Colors*/
body.dark .service-block.service-block-u h2,
body.dark .service-block.service-block-blue h2,
body.dark .service-block.service-block-red h2,
body.dark .service-block.service-block-sea h2,
body.dark .service-block.service-block-grey h2,
body.dark .service-block.service-block-yellow h2,
body.dark .service-block.service-block-orange h2,
body.dark .service-block.service-block-green h2,
body.dark .service-block.service-block-purple h2,
body.dark .service-block.service-block-aqua h2,
body.dark .service-block.service-block-brown h2,
body.dark .service-block.service-block-dark-blue h2,
body.dark .service-block.service-block-light-green h2,
body.dark .service-block.service-block-dark h2 {
    color: #fff !important;
}

body.dark .service-block.service-block-light h2,
body.dark .service-block.service-block-light p {
    color: #555 !important;
}

body.dark .service-block.service-block-u p,
body.dark .service-block.service-block-blue p,
body.dark .service-block.service-block-red p,
body.dark .service-block.service-block-sea p,
body.dark .service-block.service-block-grey p,
body.dark .service-block.service-block-yellow p,
body.dark .service-block.service-block-orange p,
body.dark .service-block.service-block-green p,
body.dark .service-block.service-block-purple p,
body.dark .service-block.service-block-aqua p,
body.dark .service-block.service-block-brown p,
body.dark .service-block.service-block-dark-blue p,
body.dark .service-block.service-block-light-green p,
body.dark .service-block.service-block-dark p {
    color: #fff !important;
}

/*Service Block v4
------------------------------------*/
body.dark .service-block-v4 {
    background: #2a2b2b;
}

    body.dark .service-block-v4:after {
        border-color: #252525 transparent transparent transparent;
    }

/*Service Block v5
------------------------------------*/
body.dark .service-block-v5 {
    background: #333;
}

    body.dark .service-block-v5 .service-border {
        border-left-color: #252525;
        border-right-color: #252525;
    }

/*Service Block v8
------------------------------------*/
body.dark .service-block-v8 {
    background: #333;
}

    body.dark .service-block-v8 i {
        color: #999;
    }

/*Funny Boxes
------------------------------------*/
body.dark .funny-boxes {
    background: #292929 !important;
}

    body.dark .funny-boxes h2 a {
        color: #ccc;
    }

    /*Red Funny Box*/
    body.dark .funny-boxes.funny-boxes-red {
        background: #e74c3c;
    }

    /*Blue Funny Box*/
    body.dark .funny-boxes.funny-boxes-blue {
        background: #3498db;
    }

    /*Grey Funny Box*/
    body.dark .funny-boxes.funny-boxes-grey {
        background: #95a5a6;
    }

    /*Turquoise Funny Box*/
    body.dark .funny-boxes.funny-boxes-sea {
        background: #1abc9c;
    }

        body.dark .funny-boxes.funny-boxes-red h2 a,
        body.dark .funny-boxes.funny-boxes-blue h2 a,
        body.dark .funny-boxes.funny-boxes-grey h2 a,
        body.dark .funny-boxes.funny-boxes-sea h2 a,
        body.dark .funny-boxes.funny-boxes-red p,
        body.dark .funny-boxes.funny-boxes-blue p,
        body.dark .funny-boxes.funny-boxes-grey p,
        body.dark .funny-boxes.funny-boxes-sea p {
            color: #fff;
        }

/*Content Boxes
------------------------------------*/
body.dark .content-boxes-v2 .link-bg-icon span {
    color: #ccc;
}

/*Thumbnails
------------------------------------*/
body.dark .thumbnail {
    border: none;
    background: none;
}

body.dark .thumbnail-style:hover {
    box-shadow: none;
}

body.dark .thumbnail h3 a,
body.dark .thumbnail-style h3 a {
    color: #ccc;
}

body.dark .thumbnail .caption {
    background: #202020;
}

/*Badge
------------------------------------*/
body.dark .badge-sidebar {
    border-color: #303030;
}

body.dark .badge-box-v2 a,
body.dark .badge-box-v1 a {
    border-color: #303030;
}

    body.dark .badge-box-v2 a:hover,
    body.dark .badge-box-v1 a:hover {
        color: #555;
        border-color: #555;
    }

/*Dropdown Show
------------------------------------*/
body.dark .dropdown-show {
    box-shadow: none;
    border-color: #303030;
    background: #252525;
}

    body.dark .dropdown-show a {
        color: #999;
    }

body.dark .dropdown-menu .divider {
    background: #303030;
}

body.dark .dropdown-menu > li > a:hover,
body.dark .dropdown-menu > li > a:focus {
    color: #ccc;
    background: #777;
}

/*Nav
------------------------------------*/
/*body.dark .nav > li > a:hover,
body.dark .nav > li > a:focus {
	color: #37a834;
	background: #777;
}*/

/*body.dark .nav > li.active > a:hover,
body.dark .nav > li.active > a:focus {
	color: #fff;
	background: #3888c7;
}*/

/*Progress Bar
------------------------------------*/
body.dark .progress {
    background: #777777;
}

body.dark .progress-bar-dark {
    background: #555555;
}


/*Image Bordered
------------------------------------*/
body.dark img.img-bordered {
    background: #222;
    border-color: #303030;
}

/*Panel 
------------------------------------*/
body.dark .panel {
    background: none;
}

    body.dark .panel.panel-default .panel-heading {
        color: #ccc;
        background: #222;
        border-color: #303030;
    }

    body.dark .panel .panel-title {
        color: inherit;
    }

    body.dark .panel .panel-body {
        background: #222;
    }

/*Pagination
------------------------------------*/
body.dark .pagination > li > a {
    color: #999;
}

    body.dark .pagination > li > a:hover {
        color: #fff;
        background: #333;
        border-color: #333;
    }

body.dark .pagination > li > a,
body.dark .pagination > li > span {
    border-color: #303030;
    background: #202020;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    color: #fff;
    background: #444;
    border-color: #333;
}

/*Disabled*/
body.dark .pagination > .disabled > span,
body.dark .pagination > .disabled > span:hover,
body.dark .pagination > .disabled > span:focus,
body.dark .pagination > .disabled > a,
body.dark .pagination > .disabled > a:hover,
body.dark .pagination > .disabled > a:focus {
    background: #222;
    border-color: #555;
}

body.dark .pager li > a,
body.dark .pager li > span {
    color: #999;
    border-color: #303030;
    background: #202020;
}

    body.dark .pager li > a:hover,
    body.dark .pager li > span:hover {
        color: #fff;
        background: #222;
        border-color: #555;
    }

/*Accordion
------------------------------------*/
body.dark .acc-v1 .panel-heading a {
    color: #ccc;
    background: #202020;
}

body.dark .panel-default {
    border-color: #303030;
}

body.dark .panel-group .panel-heading + .panel-collapse .panel-body {
    color: #999;
    background: #222;
    border-top-color: #555;
}

/*Tab Version 2
------------------------------------*/
body.dark .tab-v2 .nav-tabs li.active a {
    color: #999;
    background: #252525;
    border-left-color: #303030;
    border-right-color: #303030;
}

body.dark .tab-v2 .tab-content {
    border-color: #303030;
}

/*Tab Version 3
------------------------------------*/
body.dark .tab-v3 .nav-pills li a:hover,
body.dark .tab-v3 .nav-pills li.active a {
    color: #fff;
}

body.dark .tab-v3 .nav-pills li a {
    color: #999;
    border-color: #303030;
    background: #202020;
}

body.dark .tab-v3 .tab-content {
    border-color: #303030;
    background: #202020;
}

/*Timeline Version 1
------------------------------------*/
body.dark .timeline-v1 .btn-u {
    color: #fff;
}

body.dark .timeline-v1:before {
    background: #303030;
}

body.dark .timeline-v1 > li > .timeline-badge {
    color: #555;
}

/*Timeline Panel*/
body.dark .timeline-v1 > li > .timeline-panel {
    border-color: #303030;
}

    body.dark .timeline-v1 > li > .timeline-panel:before {
        border-left-color: #303030;
        border-right-color: #303030;
    }

    body.dark .timeline-v1 > li > .timeline-panel:after {
        border-left-color: #303030;
        border-right-color: #303030;
    }

/*Timeline Body*/
body.dark .timeline-v1 .timeline-body h2 a {
    color: #ccc;
}

    body.dark .timeline-v1 .timeline-body h2 a:hover {
        color: #37a834;
    }

/*Timeline Footer*/
body.dark .timeline-v1 .timeline-footer .blog-info i,
body.dark .timeline-v1 .timeline-footer .likes i {
    color: #999;
}

body.dark .timeline-v1 .timeline-footer .likes:hover i {
    color: #37a834;
}

body.dark .timeline-v1 .timeline-footer {
    border-top-color: #303030;
}

/*Timeline Version 2
------------------------------------*/
/*Timeline Label*/
body.dark .timeline-v2 > li .cbp_tmlabel {
    background: #222;
}

    body.dark .timeline-v2 > li .cbp_tmlabel h2 {
        border-color: #333;
    }

body.dark .timeline-v2:before {
    background: #222;
}

body.dark .timeline-v2 > li .cbp_tmlabel:after {
    border-right-color: #222;
}

@media screen and (max-width: 767px) {
    body.dark .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #222;
        border-right-color: transparent;
    }
}

@media screen (min-width: 768px) and (max-width: 992px) {
    body.dark .timeline-v2 > li .cbp_tmlabel:after {
        border-bottom-color: #222;
        border-right-color: transparent;
    }
}

body.dark .timeline-v2 > li .cbp_tmtime span:last-child {
    color: #ccc;
}

/*Timeline Icon*/
body.dark .timeline-v2 > li .cbp_tmicon {
    box-shadow: 0 0 0 4px #222;
}

/*Owl Carousel
------------------------------------*/
body.dark .owl-carousel-style-v2 .item {
    background: #292929;
    border-color: #303030;
}

    body.dark .owl-carousel-style-v2 .item:hover {
        border-color: #555;
        background: #303030;
    }

/*Owl Button*/
body.dark .owl-btn {
    background: #303030;
}

    body.dark .owl-btn:hover {
        background: #444;
    }

/*Table
------------------------------------*/
/*Default Table*/
body.dark .table,
body.dark .table > thead > tr > th,
body.dark .table > tbody > tr > th,
body.dark .table > tfoot > tr > th,
body.dark .table > thead > tr > td,
body.dark .table > tbody > tr > td,
body.dark .table > tfoot > tr > td {
    color: #999;
    background: #222;
    border-color: #303030;
}

    body.dark .table > caption + thead > tr:first-child > th,
    body.dark .table > colgroup + thead > tr:first-child > th,
    body.dark .table > thead:first-child > tr:first-child > th,
    body.dark .table > caption + thead > tr:first-child > td,
    body.dark .table > colgroup + thead > tr:first-child > td,
    body.dark .table > thead:first-child > tr:first-child > td {
        color: #ccc;
    }

body.dark .panel > .panel-body + .table,
body.dark .panel > .panel-body + .table-responsive {
    border-color: #303030;
}

/*Table Hover*/
body.dark .table-hover > tbody > tr:hover > td,
body.dark .table-hover > tbody > tr:hover > th {
    background: #222;
}

body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > td,
body.dark .table-hover > tbody > tr:nth-child(2n+1):hover > th {
    background: #202020;
}

/*Table Striped*/
body.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #202020;
}

/*Table Bordered*/
body.dark .table-bordered,
body.dark .table-bordered > thead > tr > th,
body.dark .table-bordered > tbody > tr > th,
body.dark .table-bordered > tfoot > tr > th,
body.dark .table-bordered > thead > tr > td,
body.dark .table-bordered > tbody > tr > td,
body.dark .table-bordered > tfoot > tr > td {
    color: #999;
    background: #222;
    border-color: #303030;
}

/*Pie Chart
------------------------------------*/
body.dark .pie-progress-charts .circle {
    color: #ccc;
}

body.dark .counters {
    color: #999;
}

body.dark .circles-text-wrp {
    color: #999;
}

/*Title Box
------------------------------------*/
body.dark .title-box .title-box-text {
    color: #ccc;
}

body.dark .title-box {
    border-color: #555;
}

body.dark .title-box-v2 h2 {
    color: #ccc;
}

/*Web Forms
------------------------------------*/
body.dark .web-form {
    border-color: #555;
}
    
    body.dark .web-form header,
    body.dark .web-form fieldset,
    body.dark .web-form footer {
        background: #222;
        border-color: #555;
    }
    
    body.dark .web-form.contact-style fieldset {
        background: #252525 none repeat scroll 0% 0%;
    }


body.dark .contacts-section .web-form fieldset {
    background: transparent none repeat scroll 0% 0%;
}

body.dark .web-form header {
    color: #ccc;
}

body.dark .web-form label {
    color: #999;
}

body.dark .web-form input,
body.dark .web-form .input input,
body.dark .web-form .select select,
body.dark .web-form .textarea textarea,
body.dark .web-form .input input:focus,
body.dark .web-form .select select:focus,
body.dark .web-form .textarea textarea:focus {
    color: #999;
    box-shadow: none;
    border-color: #303030;
    background: #202020;
}

    body.dark .web-form input:hover,
    body.dark .web-form input:focus {
        box-shadow: none;
        border-color: #555;
    }

body.dark .web-form .input input,
body.dark .web-form .select select,
body.dark .web-form .textarea textarea,
body.dark .web-form .radio i,
body.dark .web-form .checkbox i,
body.dark .web-form .toggle i,
body.dark .web-form .icon-append,
body.dark .web-form .icon-prepend {
    border-color: #555;
}

/*Select*/
body.dark .web-form .select i {
    background: #303030;
    box-shadow: 0 0 0 12px #303030;
}

    body.dark .web-form .select i:after {
        border-top-color: #999;
    }

    body.dark .web-form .select i:before {
        border-bottom-color: #999;
    }

/*Radio*/
body.dark .web-form .radio i,
body.dark .web-form .checkbox i {
    background: #303030;
}

body.dark .web-form .radio input + i:after {
    background: #999;
}

body.dark .web-form .radio input:checked + i,
body.dark .web-form .checkbox input:checked + i,
body.dark .web-form .toggle input:checked + i {
    border-color: #555;
}

/*Toggle*/
body.dark .web-form .toggle i {
    background: #303030;
}

    body.dark .web-form .toggle i:before,
    body.dark .web-form .toggle i:after {
        color: #999;
    }

/*Rating*/
body.dark .web-form .rating {
    color: #999;
}

/*Prepend & Append*/
body.dark .web-form .icon-append,
body.dark .web-form .icon-prepend {
    color: #999;
}

/*Date Picker*/
body.dark .ui-datepicker {
    background: rgba(0,0,0,0.9);
}

    body.dark .ui-datepicker span {
        color: #ccc;
    }

        body.dark .ui-datepicker span:hover {
            color: #37a834;
        }

body.dark .ui-datepicker-inline {
    background: #202020;
    border-color: #555;
}

body.dark .ui-datepicker-header {
    border-color: #555;
}

body.dark .ui-datepicker-calendar a:hover {
    border-color: #555;
}

body.dark .ui-datepicker-calendar a,
body.dark .ui-datepicker-calendar span {
    color: #999;
}

body.dark .ui-datepicker-calendar .ui-state-active {
    color: #eee;
    border-color: #555;
}

    body.dark .ui-datepicker-calendar .ui-state-active:hover {
        color: #37a834;
        border-color: #555;
    }

/*Slider*/
body.dark .web-form .ui-slider {
    border-color: #555;
}

body.dark .web-form .ui-slider-handle {
    background: #999;
    border-color: #555;
}

/*Success State*/
body.dark .web-form .state-success input,
body.dark .web-form .state-success select,
body.dark .web-form .state-success textarea,
body.dark .web-form .radio.state-success i,
body.dark .web-form .checkbox.state-success i,
body.dark .web-form .toggle.state-success i {
    background: #ceedce !important;
}

body.dark .web-form .state-error input,
body.dark .web-form .state-error select,
body.dark .web-form .state-error textarea,
body.dark .web-form .radio.state-error i,
body.dark .web-form .checkbox.state-error i,
body.dark .web-form .toggle.state-error i {
    background: #fff0e0 !important;
}

/*Hover State*/
body.dark .web-form .radio:hover i,
body.dark .web-form .checkbox:hover i,
body.dark .web-form .toggle:hover i,
body.dark .web-form .ui-slider-handle:hover {
    border-color: #444 !important;
}

/*Modal Content
------------------------------------*/
body.dark .modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
body.dark .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

body.dark .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

body.dark .modal-content {
    /*box-shadow: none;*/
    border-color: #303030;
    background: #202020;
}

body.dark .modal-header,
body.dark .modal-footer {
    border-color: #303030;
}

body.dark .modal.fade .modal-dialog {
    transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    -webkit-transform: translate(0, 0%) !important;
}

/*Pricing Table
------------------------------------*/
body.dark .pricing {
    box-shadow: none;
    border: 1px solid #333;
}

body.dark .pricing-light h3,
body.dark .pricing-light .pricing-footer h4,
body.dark .pricing-medium-light .pricing-head h3,
body.dark .pricing-medium-light .pricing-footer h4,
body.dark .pricing-medium-dark .pricing-head h3,
body.dark .pricing-medium-dark .pricing-footer,
body.dark .pricing-dark .pricing-head h3,
body.dark .pricing-dark .pricing-footer h4 {
    background: #222 !important;
    border-color: #333 !important;
}

    body.dark .pricing-medium-dark .pricing-footer h4 {
        background: #303030 !important;
    }

body.dark .pricing-head h3 {
    color: #fafafa;
}

body.dark .pricing-head h4,
body.dark .pricing-bg-colored h4,
body.dark .pricing-mega-v1 .pricing-head .price,
body.dark .pricing-mega-v2 .pricing-head .price {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999;
}

body.dark .bg-color {
    background: #202020;
}

body.dark .pricing-dark .pricing-footer,
body.dark .pricing-medium-light .pricing-footer {
    background: #202020;
}

body.dark .pricing-content li,
body.dark .pricing-bg-colored .pricing-head p {
    color: #999;
    border-color: #333;
}

body.dark .pricing-bg-colored .pricing:hover h4 {
    color: #fff;
    background: transparent;
}

body.dark .pricing-bg-colored .pricing:hover p,
body.dark .pricing-bg-colored .pricing:hover .pricing-content li {
    border-color: #fff;
}

body.dark .pricing-dark .pricing li i {
    color: #999;
}

body.dark .pricing-rounded h4,
body.dark .pricing-zoom .pricing-head h4 {
    background: #222 !important;
    border-color: #333 !important;
    text-shadow: 0 1px 0 #999 !important;
}

/*Pricing Medium Dark and Light*/
body.dark .pricing-medium-light .pricing {
    background: #202020;
}

body.dark .pricing-medium-dark .pricing-head h3 {
    color: #717984;
}

body.dark .pricing-medium-light .pricing-content > li {
    border-color: #555 !important;
}

body.dark .pricing-dark .btn-u.btn-brd.btn-u-default,
body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default,
body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default {
    border-color: #555;
    background: none !important;
}

    body.dark .pricing-dark .btn-u.btn-brd.btn-u-default:hover,
    body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default:hover,
    body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default:hover {
        color: #ccc;
        background: #555 !important;
    }

/*Pricing Dark*/
body.dark .pricing-dark .pricing {
    background: none;
}

/*Pricing Mega Version 2*/
body.dark .pricing-mega-v2 .block:hover h3,
body.dark .pricing-mega-v2 .block:hover h4,
body.dark .pricing-mega-v2 .block:hover li,
body.dark .pricing-mega-v2 .block:hover li i,
body.dark .pricing-mega-v2 .block:hover h4 i {
    color: #fff !important;
}

/*Pricing Mega Version 3*/
body.dark .pricing-mega-v3 .btn-u,
body.dark .pricing-mega-v3 .pricing-content,
body.dark .pricing-mega-v3 .pricing-head h3,
body.dark .pricing-mega-v3 .hidden-area .pricing-head h4,
body.dark .pricing-mega-v3 .hidden-area .pricing-content {
    border-color: transparent;
}

body.dark .pricing-mega-v3 .pricing h5 {
    color: #ccc;
}

/*Pricing Mega Version 2*/
body.dark .pricing-mega-v2 .block:hover h3,
body.dark .pricing-mega-v2 .block:hover h4,
body.dark .pricing-mega-v2 .block:hover li,
body.dark .pricing-mega-v2 .block:hover li i,
body.dark .pricing-mega-v2 .block:hover h4 i {
    background: #222;
}

body.dark .pricing-mega-v2 .block:hover .bg-color {
    background: #222;
}

/*Button Group*/
body.dark .pricing .btn-group .dropdown-menu {
    border-color: #333 !important;
}

    body.dark .pricing .btn-group .dropdown-menu li a {
        color: #fff !important;
    }

/*Pricing Table v1*/
body.dark .pricing-table-v1 .pricing-v1-content {
    background: #222;
}

body.dark .pricing-table-v1 .pricing-v1-content {
    background: #222;
}

body.dark .pricing-table-v1 .pricing-v1:hover li {
    background: #333;
}

/*Pricing Table v2*/
body.dark .pricing-table-v2 .pricing-v2-grey,
body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-head,
body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-content li {
    border-color: #555;
}

body.dark .pricing-table-v2 .btn-u.btn-u-default {
    color: #999;
    background: #333;
}

    body.dark .pricing-table-v2 .btn-u.btn-u-default:hover {
        background: #555;
    }

/*Pricing Table v4*/
body.dark .pricing-table-v4 .pricing-v4 {
    background: #222;
}

body.dark .pricing-table-v4 .pricing-v4-head a .price-corner-2 {
    border-color: transparent transparent transparent #222;
}

/*Pricing Table v5*/
body.dark .pricing-table-v5 .btn-u {
    color: #fff;
}

body.dark .pricing-table-v5 .pricing-v5-grey,
body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-head,
body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-content li {
    border-color: #555;
}

/*Pricing Table v6, v7 and v8*/
body.dark .pricing-table-v6 h3,
body.dark .pricing-table-v6 h3 i,
body.dark .pricing-table-v6 h3 span,
body.dark .pricing-table-v6 ul li,
body.dark .pricing-table-v6 .btn-u.btn-brd,
body.dark .pricing-table-v7 .btn-u.btn-brd,
body.dark .pricing-table-v8 .btn-u.btn-brd,
body.dark .pricing-table-v7 .service-block p,
body.dark .pricing-table-v7 .service-block h2,
body.dark .pricing-table-v8 .service-block p,
body.dark .pricing-table-v8 .service-block h2 {
    color: #fff;
}

    body.dark .pricing-table-v6 .btn-u.btn-brd:hover,
    body.dark .pricing-table-v7 .btn-u.btn-brd:hover,
    body.dark .pricing-table-v8 .btn-u.btn-brd:hover {
        color: #fff;
        background: #333;
        border-color: transparent;
    }

body.dark .pricing-table-v7 .pricing-body,
body.dark .pricing-table-v8 .pricing-body {
    background: #333;
}

body.dark .pricing-table-v7 .pricing-inner-1,
body.dark .pricing-table-v7 .pricing-inner-2,
body.dark .pricing-table-v8 .pricing-inner-1,
body.dark .pricing-table-v8 .pricing-inner-2 {
    border-color: #555;
}

/*Map
------------------------------------*/
body.dark .map {
    border-color: #333;
    height: 387px;
}

/*About Skills
------------------------------------*/
body.dark .about-skills {
    border-color: #303030;
    background: #202020;
}

/*About Me
------------------------------------*/
body.dark .info-blocks .info-blocks-in h3 {
    color: #ccc;
}

/*Parallax About
------------------------------------*/
body.dark .parallax-about .title-box-v2 h2,
body.dark .parallax-about .banner-info h3 {
    color: #fff;
}

body.dark .parallax-about .title-box-v2 p,
body.dark .parallax-about .banner-info p {
    color: #eee;
}

/*Job Page
------------------------------------*/
body.dark .job-partners .our-clients li {
    border-color: #555;
    background: #292929;
}

body.dark #effect-2 figure .img-hover {
    color: #999;
    background: #303030;
}

body.dark .job-content .categories li {
    border-bottom-color: #444;
}

/*Job Inner
------------------------------------*/
body.dark .job-img .job-banner,
body.dark .parallax-team:before,
body.dark .image-block .company-description {
    background: rgba(0,0,0,0.9);
}

body.dark .image-block .benefits li i {
    color: #ccc;
    border-color: #ccc;
}

body.dark .job-description,
body.dark .block-description,
body.dark .job-team {
    background: #191919;
    border: none;
}

body.dark .parallax-team {
    border-color: #353535;
}

body.dark .block-level-v2,
body.dark .contacts {
    border-color: #353535;
    background: #252525;
}

body.dark .center-icon {
    color: #777;
    background: #222;
    border-color: #353535;
}

/*Left Inner*/
body.dark .job-description .left-inner,
body.dark .job-description .right-inner,
body.dark .block-description .left-inner,
body.dark .block-description .right-inner {
    background: #222;
}

    body.dark .job-description .left-inner h2,
    body.dark .job-description .left-inner h3 {
        color: #ccc;
        font-weight: 200;
    }

    body.dark .job-description .left-inner img,
    body.dark .block-description .left-inner img {
        border-color: #555;
    }

    body.dark .job-description .left-inner i.position-top,
    body.dark .block-description .left-inner i.position-top {
        color: #999;
    }

        body.dark .job-description .left-inner i.position-top:hover,
        body.dark .block-description .left-inner i.position-top:hover {
            color: #666;
        }

body.dark .job-description .progression span,
body.dark .block-description .progression span {
    color: #999;
}

/*Right Inner*/
body.dark .job-description .right-inner .font-s,
body.dark .block-description .right-inner .font-s {
    color: #ccc;
}

body.dark .job-description .left-inner small,
body.dark .job-description .right-inner small,
body.dark .block-description .right-inner small {
    color: #999;
}

body.dark .job-description .people-say .overflow-h span,
body.dark .block-description .people-say .overflow-h span {
    color: #ccc;
}

/*Team Version 2
------------------------------------*/
body.dark .team-v2 .inner-team {
    background: #202020;
}

/*Team v7
------------------------------------*/
body.dark .team-v7 .team-v7-name {
    color: #ccc;
}

body.dark .team-v7 .team-arrow-left:before {
    border-color: transparent #252525 transparent transparent;
}

body.dark .team-v7 .team-arrow-right:before {
    border-color: transparent transparent transparent #252525;
}

/*Discover Page
------------------------------------*/
body.dark .category .section-block {
    background: #202020;
    border-color: #252525;
    box-shadow: 0 0 3px #111;
}

body.dark .search-block:before {
    background: rgba(0,0,0,0.7);
}

body.dark .section-block .section-block-info {
    border-color: #292929;
}

body.dark .content-boxes-v3 .content-boxes-in-v3 h3 a,
body.dark .search-block form.page-search-form .checkbox {
    color: #ccc;
}

/*Search Results
------------------------------------*/
/*added v1.9*/
body.dark .search-block {
    background: #202020;
    border-color: #303030;
}

body.dark .search-block-v2 {
    background: #202020;
    border-color: #303030;
}

body.dark .s-results .related-search {
    border-color: #555;
}

body.dark .s-results .inner-results h3 a {
    color: #ccc;
}

    body.dark .s-results .inner-results h3 a:hover {
        color: #37a834;
    }

body.dark .s-results .inner-results .btn-default {
    color: #bbb;
    background: #191919;
}

body.dark .s-results .up-ul li,
body.dark .s-results .up-ul li a {
    color: #bbb;
}

/*Table Search
------------------------------------*/
body.dark .table-search-v1 thead,
body.dark .table-search-v2 thead {
    border-color: #303030;
}

/*FAQ
------------------------------------*/
body.dark .easy-block-v3 {
    background: #333;
}

    body.dark .easy-block-v3.second {
        background: #353535;
    }

    body.dark .easy-block-v3.third {
        background: #383838;
    }

body.dark .faq-page .faq-add {
    border-color: #303030;
}

body.dark .faq-bg .title-box-v2 h2,
body.dark .faq-bg .banner-info h3,
body.dark .easy-block-v3 .inner-faq-b h3 {
    color: #fff;
}

body.dark .faq-bg .banner-info i,
body.dark .faq-bg .banner-info p,
body.dark .faq-bg .title-box-v2 p,
body.dark .easy-block-v3 .inner-faq-b p {
    color: #eee;
}

/*Easy Block
------------------------------------*/
body.dark .easy-block-v1 i,
body.dark .easy-block-v2 i,
body.dark .easy-block-v3 i {
    color: #ccc;
}

/*Registration
------------------------------------*/
body.dark .reg-page {
    background: #222;
    box-shadow: none;
    border-color: #303030;
}

body.dark .reg-header {
    border-color: #555;
}

/*Portfolio
------------------------------------*/
/*Sorting Block*/
body.dark .sorting-block .sorting-grid li span.sorting-cover {
    background: #222;
}

body.dark .sorting-block .sorting-grid li:hover span.sorting-cover {
    background: #333;
}

body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover p,
body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover span {
    color: #999;
}

/*View*/
body.dark .view {
    box-shadow: none;
}

/*Recent Work*/
body.dark .recent-work a {
    background: #222;
}

    body.dark .recent-work a span {
        border-bottom-color: #303030;
    }

    body.dark .recent-work a:hover span strong {
        color: #ccc;
    }

    body.dark .recent-work a:hover span {
        border-bottom-color: #37a834;
    }

/*body.dark .bx-wrapper .bx-prev,
body.dark .bx-wrapper .bx-next {
	background: #222;
}
*/
/*Blog Pages
------------------------------------*/
body.dark .blog h2 a {
    color: #ccc;
}

/*Blog Tags & Posts*/
body.dark .blog-post-tags {
    border-top-color: #303030;
    border-bottom-color: #303030;
}

    body.dark .blog-post-tags li i {
        color: #999;
    }

    body.dark ul.blog-tags a,
    body.dark .blog-post-tags ul.blog-tags a {
        color: #999;
        background: #292929;
    }
        /*quick fix added in v1.9*/
        body.dark ul.blog-tags a:hover,
        body.dark .blog-post-tags ul.blog-tags a:hover {
            color: #fff;
            /*background: #37a834;*/
        }

        body.dark ul.blog-tags a i {
            color: #999;
        }

/*Posts*/
body.dark .posts .dl-horizontal a {
    color: #999;
}

/*Blog Info*/
body.dark .blog-info li i {
    color: #999;
}

/*Media*/
body.dark .blog-item .media h4.media-heading {
    color: #ccc;
}

/*Magazine Page
------------------------------------*/
body.dark .magazine-page h3,
body.dark .magazine-page h3 a {
    color: #ccc;
}

    body.dark .magazine-page h3:hover,
    body.dark .magazine-page h3 a:hover {
        color: #37a834;
    }

/*Blog Twitter
------------------------------------*/
body.dark .blog-twitter .blog-twitter-inner {
    color: #999;
    background: #292929;
}

    body.dark .blog-twitter .blog-twitter-inner i.fa {
        color: #999;
    }

    body.dark .blog-twitter .blog-twitter-inner:before {
        border-bottom: 15px solid #252525;
    }

    body.dark .blog-twitter .blog-twitter-inner:after {
        border-top-color: #555;
    }

/*Info Blocks
------------------------------------*/
body.dark .info-blocks i.icon-info-blocks {
    color: #999;
}

/*Work Blocks v1
------------------------------------*/
body.dark .owl-work-v1 .item a span {
    background: #222;
    border-color: #333;
}

body.dark .owl-work-v1 .item:hover a span {
    border-color: #444;
}

/*Team Socials
------------------------------------*/
body.dark .team-social li a.fb,
body.dark .team-social li a.tw,
body.dark .team-social li a.gp {
    color: #999;
    border-color: #555;
}

    body.dark .team-social li a.fb:hover,
    body.dark .team-social li a.tw:hover,
    body.dark .team-social li a.gp:hover {
        color: #fff;
        border-color: transparent;
    }

/*Promo Page
------------------------------------*/
body.dark .one-page .one-grey,
body.dark .one-page .one-default {
    background: none;
}

    body.dark .one-page .one-default h1,
    body.dark .one-page .one-default h2,
    body.dark .one-page .one-grey h1,
    body.dark .one-page .one-grey h2 {
        color: #ccc;
    }

body.dark .one-page .one-red h1,
body.dark .one-page .one-red h2,
body.dark .one-page .one-blue h1,
body.dark .one-page .one-blue h2,
body.dark .one-page .one-red p,
body.dark .one-page .one-blue p {
    color: #fff !important;
}

/*Clients Page
------------------------------------*/
body.dark .clients-page {
    border-color: #333;
}

    body.dark .clients-page img {
        border-color: #333;
        background: #292929;
    }

/*Profile Page
------------------------------------*/
body.dark .profile-body {
    background: #1c1c1c;
}

body.dark .profile .notification,
body.dark .profile .project-share,
body.dark .profile .social-contacts-v3 li {
    border-top-color: #333;
}

body.dark .profile .comment,
body.dark .profile .panel-heading {
    border-bottom-color: #333;
}

    body.dark .profile .profile-bio span,
    body.dark .profile .panel-heading h2,
    body.dark .profile .profile-post-in h3 a {
        color: #999;
    }

body.dark .profile .projects,
body.dark .profile .profile-bio,
body.dark .profile .profile-blog,
body.dark .profile .profile-post,
body.dark .profile .profile-edit,
body.dark .profile .profile-event,
body.dark .profile .panel-heading,
body.dark .profile .project-share {
    background: #252525;
}

body.dark .profile .profile-blog {
    border-color: #444;
}

body.dark .profile .timeline-me .cbp_tmlabel:after {
    border: none;
}

body.dark .profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
    color: #666;
}

body.dark .profile .comment-list-v2 li a {
    color: #999;
}

body.dark .profile .media.media-v2 {
    border-color: #555;
}

body.dark .profile .blog-info-v2 li {
    border-color: #555;
}

body.dark .profile .btn-u.btn-u-default {
    color: #999;
    background: #333;
}

    body.dark .profile .btn-u.btn-u-default:hover {
        background: #444;
    }

/*Footer (Default)
------------------------------------*/
body.dark .footer-default .footer {
    color: #999;
    background: #1c1c1c;
    border-top: solid 1px #222;
}

    body.dark .footer-default .footer h2,
    body.dark .footer-default .footer h3,
    body.dark .footer-default .footer h4 {
        color: #ccc;
    }

    body.dark .footer-default .footer p {
        color: #999;
    }

    /*Footer Blog Posts*/
    body.dark .footer-default .footer .blog-list {
        color: #999;
    }

    body.dark .footer-default .footer .posts .dl-horizontal a {
        color: #999;
    }

    body.dark .footer-default .footer .dl-horizontal img {
        border-color: #999 !important;
    }

/*Footer v1*/
body.dark .footer-v1 address,
body.dark .footer-v1 .link-list a,
body.dark .footer-v1 .link-list i {
    color: #999;
}

/*Bugs fixed v1.9*/
body.dark .footer-v6 .contacts {
    background: none;
}

/*Copyright (Default)
------------------------------------*/
body.dark .footer-default .copyright {
    background: #191919;
    border-top-color: #222;
}

    body.dark .footer-default .copyright p {
        color: #999;
    }

/*Copyright Version 2
------------------------------------*/
body.dark .copyright-v2 {
    background: #222;
}

/*Footer v1
------------------------------------*/
body.dark .footer-v1 .footer {
    background: #1c1c1c;
}

/*Footer v2
------------------------------------*/
body.dark .footer-v2 .footer {
    border-color: #333;
    background: #1c1c1c;
}

body.dark .footer-v2 .headline h2 {
    color: #ccc;
}

body.dark .footer-v2 .link-list li {
    border-color: #555;
}

body.dark .footer-v2 .link-list a {
    color: #999;
}

body.dark .footer-v2 .copyright {
    background: #191919;
}

/*Footer v3
------------------------------------*/
body.dark .footer-v3 .footer {
    border-color: #333;
    background: #1c1c1c;
}

/*Footer v5
------------------------------------*/
body.dark .footer-v5 .footer {
    background: #1c1c1c;
}

/*Footer One Page
------------------------------------*/
body.dark .contacts-section .btn-u.btn-brd.btn-u-dark {
    color: #999;
    border-color: #333;
}

body.dark .copyright-section,
body.dark .copyright-section i.back-to-top {
    background: #1c1c1c;
}

/*Tags v1
------------------------------------*/
body.dark .tags-v1 li a {
    color: #777;
    border: solid 2px #555;
}

    body.dark .tags-v1 li a:hover {
        color: #999;
    }

/*Counters
------------------------------------*/
body.dark .parallax-counter-v2 {
    background: #222 url(/img/patterns/5.png) repeat fixed;
}

    body.dark .parallax-counter-v2:after {
        border-top-color: #252525;
    }

    body.dark .parallax-counter-v2 .counters {
        background: rgba(0,0,0,0.9);
        border-bottom-color: #222;
    }

        body.dark .parallax-counter-v2 .counters h4,
        body.dark .parallax-counter-v2 .counters span {
            color: #ccc;
        }

/*Grid Block v1
------------------------------------*/
body.dark .block-grid-v1 {
    background: #202020;
    border-bottom-color: #292929;
}

/*Grid Block v2
------------------------------------*/
body.dark .block-grid-v2-info {
    background: #202020;
}

body.dark .block-grid-v2-info,
body.dark .block-grid-v1-add-info,
body.dark .block-grid-v1-add-info li a {
    border-color: #292929;
}

/*Testimonials v3
------------------------------------*/
body.dark .testimonials-v3 .owl-buttons .owl-prev,
body.dark .testimonials-v3 .owl-buttons .owl-next {
    background: #333;
}

    body.dark .testimonials-v3 .owl-buttons .owl-prev:hover,
    body.dark .testimonials-v3 .owl-buttons .owl-next:hover {
        background: #444;
    }

/*Testimonials v4
------------------------------------*/
body.dark .testimonials-v4 .testimonials-v4-in {
    background: #333;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
}

    body.dark .testimonials-v4 .testimonials-v4-in:after {
        border-color: #333 transparent transparent transparent;
        -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.2));
        filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.2));
    }

body.dark .testimonials-v4 .testimonials-author {
    color: #ccc;
}

    body.dark .testimonials-v4 .testimonials-author em {
        color: #999;
    }

/*Portfolio Box v1
------------------------------------*/
body.dark .portfolio-box-v1-in p {
    color: #eee;
}

/*Thumbnails v1
------------------------------------*/
body.dark .thumbnails-v1 h3 a {
    color: #eee;
}

/*Content Boxes v3
------------------------------------*/
body.dark .content-boxes-v3 .icon-bg-darker {
    border: transparent;
}

/*Background Image v1
------------------------------------*/
body.dark .bg-image-v1 p {
    color: #eee;
}

/*Background Image v2
------------------------------------*/
body.dark .bg-image-v2:before {
    background: rgba(0,0,0,0.6);
}

body.dark .bg-image-v2 p {
    color: #ccc;
}

/*Flat Background Block v1
------------------------------------*/
body.dark .flat-bg-block-v1 {
    background: #202020 url(/img/patterns/5.png) repeat;
}

/*Content Boxes v5
------------------------------------*/
body.dark .content-boxes-v5 i {
    background: #333;
}

/*Content Boxes v6
------------------------------------*/
body.dark .content-boxes-v6 i {
    background: #333;
}

    body.dark .content-boxes-v6 i:after {
        border-color: #555;
    }

/*Buttons
------------------------------------*/
body.dark .btn-u.btn-brd.btn-u-dark {
    border-color: #eee;
}

    body.dark .btn-u.btn-brd.btn-u-dark:hover {
        border-color: #333;
    }

body.dark li a.btn-u {
    color: #fff;
}

body.dark .btn-u.disabled:hover,
.btn-u.disabled:focus,
.btn-u.disabled.focus,
.btn-u[disabled]:hover,
.btn-u[disabled]:focus,
.btn-u[disabled].focus,
fieldset[disabled] .btn-u:hover,
fieldset[disabled] .btn-u:focus,
fieldset[disabled] .btn-u.focus {
    cursor: not-allowed;
}

/*Service Info
------------------------------------*/
body.dark .service-info {
    background: #202020 url(/img/patterns/5.png) repeat;
}

/*Portfolio Box v2
------------------------------------*/
body.dark .portfolio-box-v2 li:hover:after {
    background: rgba(0,0,0,0.6);
}

/*Service Block v1
------------------------------------*/
body.dark .service-block-v1 {
    border-color: #555;
}

/*Owl Carousel v6
------------------------------------*/
body.dark .owl-carousel-v6 .owl-carousel-item {
    border-color: #555;
}

/*Fancybox
------------------------------------*/
body.dark .fancybox-skin {
    color: #999;
    background: #333;
}

/*Invoice
------------------------------------*/
body.dark .invoice-header .invoice-numb {
    color: #999;
}

/*Invoice
------------------------------------*/
body.dark .reg-block {
    background: #333;
}

body.dark .reg-block-header {
    border-bottom-color: #555;
}

/*Background Light Color
------------------------------------*/
body.dark .bg-color-light {
    background: #2a2b2b !important;
}

/*Icon Pages
------------------------------------*/
body.dark .icon-page-fa .item i,
body.dark .demo-pro-glyphicons span:before {
    color: #999;
}

/*Portfolio Pages
------------------------------------*/
body.dark .fusion-portfolio #filters-container .cbp-filter-item {
    color: #999;
    border-color: #555;
}

    body.dark .fusion-portfolio #filters-container .cbp-filter-item:hover {
        color: #ccc;
    }

body.dark .fusion-portfolio .cbp-l-caption-desc,
body.dark .fusion-portfolio .product-description span {
    color: #555;
}

/*Portfolio 2 Column (Old)*/
body.dark .view-tenth:hover p {
    color: #ccc;
}

/*Blog Masonry Page
------------------------------------*/
body.dark .blog_masonry_3col .grid-boxes-in {
    border-color: #555;
}

body.dark .blog_masonry_3col h3 a {
    color: #999;
}

body.dark .grid-boxes-caption.grid-boxes-quote p {
    color: #fff;
}

/*News v1
------------------------------------*/
body.dark .news-v1-in.bg-color-white {
    background-color: #333 !important;
}

body.dark .news-v1 .news-v1-info {
    border-top-color: #777;
}

/*News v2
------------------------------------*/
body.dark .news-v2 .news-v2-badge p {
    background: #555;
}

body.dark .news-v2 .news-v2-badge span,
body.dark .news-v2 .news-v2-badge small {
    color: #ccc;
}

body.dark .news-v2 .news-v2-desc {
    background: #333;
}

    body.dark .news-v2 .news-v2-desc h3 a {
        color: #ccc;
    }

        body.dark .news-v2 .news-v2-desc h3 a:hover {
            color: #37a834;
        }

    body.dark .news-v2 .news-v2-desc small,
    body.dark .news-v2 .news-v2-desc p {
        color: #999;
    }

/*News v3
------------------------------------*/
body.dark .news-v3 {
    background: #252525;
}

    body.dark .news-v3 .news-v3-in {
        background: #333;
    }

    body.dark .news-v3 h2 a {
        color: #ccc;
    }

        body.dark .news-v3 h2 a:hover {
            color: #37a834;
        }

    body.dark .news-v3 .posted-info li,
    body.dark .news-v3 .posted-info li a {
        color: #999;
    }

        body.dark .news-v3 .posted-info li a:hover {
            color: #37a834;
        }

    /*Post Shares*/
    body.dark .news-v3 .post-shares li i {
        background: #bbb;
    }

        body.dark .news-v3 .post-shares li i:hover {
            background: #ddd;
        }

    body.dark .news-v3 .post-shares li span {
        border-color: #bbb;
    }

/*Blog Authore
------------------------------------*/
body.dark .blog-author {
    background: #333;
}

/*Blog Comments
------------------------------------*/
body.dark .blog-comments .comments-itself {
    background: #333;
}

    body.dark .blog-comments .comments-itself:before {
        border-color: transparent #333 transparent transparent;
    }

    body.dark .blog-comments .comments-itself span {
        color: #999;
    }

body.dark .web-form.comment-style fieldset {
    background: inherit;
}

/*Blog Latest Posts
------------------------------------*/
body.dark .blog-latest-posts li {
    border-top-color: #777;
}

body.dark .blog-latest-posts h3 a:hover {
    color: #37a834;
}

/*Blog Trending
------------------------------------*/
body.dark .blog-trending h3 a:hover {
    color: #37a834;
}

/*Blog Post Quote
------------------------------------*/
body.dark .blog-post-quote {
    background: #333;
}

    body.dark .blog-post-quote p {
        color: #ccc;
    }

    body.dark .blog-post-quote span {
        color: #999;
    }

/*Parallax Quote
------------------------------------*/
body.dark .parallax-quote-light .parallax-quote-in {
    background: #333;
    border-color: #555;
}

body.dark .parallax-quote-light:after {
    background: rgba(0,0,0,0.8);
}

/*Cube Portfolio
------------------------------------*/
body.dark .cube-portfolio .cbp-l-inline {
    background: #333;
}

body.dark .cube-portfolio .cbp-l-inline-title {
    color: #ccc;
}

body.dark .cube-portfolio .cbp-l-inline-desc {
    color: #999;
}

body.dark .cube-portfolio .cbp-title-dark .cbp-l-grid-agency-title {
    color: #ccc !important;
}

body.dark .cube-portfolio .cbp-title-dark .cbp-l-grid-agency-desc {
    color: #999 !important;
}

body.dark .cube-portfolio .cbp-l-filters-text {
    color: #777;
}

/*Call To Action
------------------------------------*/
body.dark .call-action-v2 {
    background: #333;
}

body.dark .call-action-v1 a,
body.dark .call-action-v1 p,
body.dark .call-action-v1 .btn-u.btn-brd {
    color: #eee;
}

/*Promo Background Fixed*/
.promo-bg-fixed {
  background-attachment: fixed;
}

/*Promo Texts v1*/
.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff;
}

.promo-text-v1.color-dark {
  border-color: #555;
}

/*Promo Texts v2*/
.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
}

/*Promo Video Icon*/
.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.promo-video-icon-wrap:hover {
  color: #333;
  text-decoration: none;
}

.promo-video-icon-wrap.color-light {
  color: #333;
  background: rgba(255,255,255,1);
}
.promo-video-icon-wrap.color-light:hover {
  background: rgba(255,255,255,.9);
}

.promo-video-icon-wrap.color-dark {
  color: #fff;
  background: rgba(0,0,0,.8);
}
.promo-video-icon-wrap.color-dark:hover {
  color: #fff;
  background: rgba(0,0,0,.9);
}

.promo-video-icon {
  left: 3px;
  position: relative;
}

/*--------------------------------------------------
	[2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url(/Content/images/patterns/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}

.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #37a834;
  text-decoration: none;
}

@media (max-width: 550px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }

  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }

  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #222;
  padding: 30px 0 20px;
  border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}
.breadcrumbs-md {
  padding: 100px 0;
}
.breadcrumbs-lg {
  padding: 200px 0;
}

/*--------------------------------------------------
	[3. Image Hover Effects]
----------------------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.img-hover-v1:hover span:after {
  background: rgba(0,0,0,0.3);
}

.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
  -transform: scale(1.1);
}

/*Image Hover v2*/
.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*--------------------------------------------------
	[4. Block Grid]
----------------------------------------------------*/
/*Block Grid v1
------------------------------------*/
.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  transition: all 0.4s ease-in-out;
}

.block-grid-v1:hover {
  border-color: #37a834;
}

.block-grid-v1 img {
  margin-bottom: 10px;
}

.block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}

.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}

.block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0;
}

.block-grid-v1.content-boxes-v1 h3 a {
  color: #555;
}

/*Star Vote*/
.block-grid-v1 .star-vote {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.block-grid-v1 .star-vote li {
  padding: 0;
  font-size: 11px;
  display: inline-block;
}

/*Additional Info*/
.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee;
}

.block-grid-v1-add-info li {
  padding: 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

.block-grid-v1-add-info li a {
  font-size: 11px;
  padding: 4px 7px;
  text-decoration: none;
  border: solid 2px #eee;
  border-radius: 3px !important;
}

/*Block Grid v2
------------------------------------*/
.block-grid-v2 {
  padding: 0;
}

.block-grid-v2 li {
	list-style: none;
	position: relative;
	-webkit-backface-visibility: hidden; /*For Chrome*/
}

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
	transition: all 0.4s ease-in-out;
}

.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #37a834;
}

.block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}

.block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}

/*--------------------------------------------------
	[5. Services Box]
----------------------------------------------------*/
/* Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v1 p {
  position: relative;
  margin-bottom: 50px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #37a834;
}

.service-box-v1 ul {
  padding: 0 40px;
}

.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #37a834;
}

.service-box-v1 li:hover {
  color: #37a834;
}

.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}

/*--------------------------------------------------
	[6. Service Block ]
----------------------------------------------------*/
/*Service Block v1
------------------------------------*/
.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}

.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #37a834;
  display: inline-block;
}

.service-block-v1 h3,
.service-block-v1 p {
  margin-bottom: 20px;
}

/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/
.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.2);
}

.service-block-v2 .service-block-in i {
  font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
  line-height: 25px;
}

.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
}

.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
  color: #fff;
}

/*Service Block v3 (used in profile pages)
------------------------------------*/
.service-block-v3 {
  padding: 20px;
}

.service-block-v3 i {
  color: #fff;
  float: left;
  font-size: 50px;
  margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
  color: #fff;
}

.service-block-v3 .service-heading {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .counter {
  display: block;
  line-height: 1;
  font-size: 30px;
}

.service-block-v3 .progress {
  margin-bottom: 7px;
}

/*Service Innner*/
.service-block-v3 .service-in small {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 0;
}

/*Statistics*/
.service-block-v3 .statistics .heading-xs {
  color: #fff;
  opacity: 0.8;
}

.service-block-v3 .statistics small {
  color: #fff;
}

.service-block-v3 .statistics .progress {
  background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}

/*Service Block v4
------------------------------------*/
.service-block-v4 {
  position: relative;
  background: #f7f7f7;
}

.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.service-block-v4 .service-desc {
  text-align: center;
}

.service-block-v4 .service-desc i {
  color: #37a834;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*Service Block v5
------------------------------------*/
.service-block-v5 {
  text-align: center;
  background: #f7f7f7;
}

.service-block-v5 .service-inner {
  padding: 80px 40px;
}

.service-block-v5 .service-inner i {
  margin-bottom: 30px;
}

.service-block-v5 .service-inner span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-block-v5 .service-border {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

@media (max-width: 992px) {
  .service-block-v5 .service-border {
		border-left: none;
		border-right: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
  }
}

/*Service Block v6
------------------------------------*/
.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0;
}

.service-block-v6 .service-desc {
  overflow: hidden;
}

.service-block-v6 .service-desc h2 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.service-block-v6 .service-desc a {
  text-transform: uppercase;
}

/*Service Block v7
------------------------------------*/
.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px;
}

.service-block-v7 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #37a834;
  margin-left: -22.5px;
  display: inline-block;
}

.service-block-v7 h3,
.service-block-v7 p {
    margin-bottom: 20px;
}

/*Service Block v8
------------------------------------*/
.service-block-v8 {
  padding: 25px;
  background: #fff;
}

.service-block-v8 i {
  color: #555;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8 .service-block-desc {
  overflow: hidden;
}

.service-block-v8 .service-block-desc h3 {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #37a834;
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
	padding: 60px 30px;
	text-align: center;
	margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
	color: #fff;
}

.service-block h2 a:hover{
	text-decoration: none;
}

.service-block-light,
.service-block-default {
	background: #fafafa;
	border: solid 1px #eee;
}

.service-block-default:hover {
	box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
	color: #555;
}

.service-block-u {
	background: #37a834;
}
.service-block-blue {
	background: #3498db;
}
.service-block-red {
	background: #e74c3c;
}
.service-block-sea {
	background: #1abc9c;
}
.service-block-grey {
	background: #95a5a6;
}
.service-block-yellow {
	background: #f1c40f;
}
.service-block-orange {
	background: #e67e22;
}
.service-block-green {
	background: #2ecc71;
}
.service-block-purple {
	background: #9b6bcc;
}
.service-block-aqua {
	background: #27d7e7;
}
.service-block-brown {
	background: #9c8061;
}
.service-block-dark-blue {
	background: #4765a0;
}
.service-block-light-green {
	background: #79d5b3;
}
.service-block-dark {
	background: #555;
}
.service-block-light {
	background: #ecf0f1;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes {
	background: #f7f7f7;
	padding: 20px 20px 15px;
	transition:all 0.3s ease-in-out;
}

.funny-boxes h2 {
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
}

.funny-boxes h2 a {
	color: #555;
}

.funny-boxes p a {
	color: #37a834;
}

.funny-boxes .funny-boxes-img li {
	font-size: 12px;
	margin-bottom: 2px;
}

.funny-boxes .funny-boxes-img li i {
	color: #37a834;
	font-size: 12px;
	margin-right: 5px;
}

@media (max-width: 992px) {
	.funny-boxes .funny-boxes-img li {
		display: inline-block;
	}
}

.funny-boxes .funny-boxes-img img {
	margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
	display: inline-block;
}

.funny-boxes ul.funny-boxes-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 14px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
	color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
	color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
	background: #e74c3c;
}

/*Dark Red Funny Box*/
.funny-boxes-purple {
	background: #9b6bcc;
}

/*Blue Funny Box*/
.funny-boxes-blue {
	background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
	background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
	background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
	border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
	border-top-color: #16a085;
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
	border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
	border-top-color: #f39c12;
}

/*Red Top Bordered Funny Box**/
.funny-boxes-top-red {
	border-top: solid 2px #e74c3c;
}

.funny-boxes-top-red:hover {
	border-top-color: #c0392b;
}

/*Purple Top Bordered Funny Box**/
.funny-boxes-top-purple {
	border-top: solid 2px #9b6bcc;
}

.funny-boxes-top-purple:hover {
	border-top-color: #814fb5;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
	border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
	border-left-color: #d35400;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
	border-left: solid 2px #37a834;
}

.funny-boxes-left-green:hover {
	border-left-color: #5fb611;
}

/*Blue Left Bordered Funny Box**/
.funny-boxes-left-blue {
	border-left: solid 2px #3498db;
}

.funny-boxes-left-blue:hover {
	border-left-color: #2980b9;
}

/*Dark Left Bordered Funny Box**/
.funny-boxes-left-dark {
	border-left: solid 2px #555;
}

.funny-boxes-left-dark:hover {
	border-left-color: #333;
}

/*--------------------------------------------------
	[7. Process]
----------------------------------------------------*/
/*Process v1
------------------------------------*/
.process-v1 .process-in {
  text-align: center;
}

.process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #37a834;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}

.process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}

/*Process Description*/
.process-v1 .process-in .process-desc {
  padding: 0 20px;
}

.process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

/*Process Border*/
.process-v1 .process-border {
  position: relative;
}

.process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #ddd;
}

@media (max-width: 768px) {
  .process-v1 .process-border:before {
    border: none;
  }
}

/*--------------------------------------------------
	[8. Team]
----------------------------------------------------*/
/* Team v1
------------------------------------*/
.team-v1 ul {
  position: relative;
}

/*Team Image*/
.team-v1 li > .team-img {
  position: relative;
}

.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > .team-img:after {
  background: rgba(0,0,0,0.5);
}

/*Team Socials*/
.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}

.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.team-v1 li > .team-img li i {
  color: #eee;
  border-width: 2px;
  border-color: #eee;
  transition: all 0.1s ease-in-out;
}

.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #4765a0;
  border-color: #4765a0;
}

.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #e74c3c;
  border-color: #e74c3c;
}

/*Team Discription*/
.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}

.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-v1 li > p {
  margin: 20px 0;
  position: relative;
}

.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.team-v1 li:hover > p:before {
  width: 100%;
  background: #37a834;
}

/*Team v2
------------------------------------*/
.team-v2 {
  position: relative;
  margin-bottom: 20px;
}

.team-v2 img {
  width: 100%;
}

.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.team-v2 .inner-team h3 {
  margin: 0;
}

.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.team-v2 .inner-team p {
  font-size: 13px;
}

.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}

/*Team-Social (Temporary)*/
.team-social {
  margin-bottom: 0;
}

.team-social li {
  padding: 0 2px;
}

.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  text-align: center;
  border-radius: 50% !important;
}

.team-social li i {
  min-width: 20px;
}

.team-social li a.fb {
  color: #4862a3;
  border: 1px solid #4862a3;
}

.team-social li a.yt {
 
  border: 1px solid #555;
}

.team-social li a.tw {
  color: #159ceb;
  border: 1px solid #159ceb;
}

.team-social li a.gp {
  color: #dc4a38;
  border: 1px solid #dc4a38;
}

.team-social li a:hover {
  text-decoration: none;
}

.team-social li a.fb:hover {
  color: #fff;
  background: #4862a3;
}

.team-social li a.tw:hover {
  color: #fff;
  background: #159ceb;
}

.team-social li a.yt:hover {
  color: #fff;
  background: #FF0000;
}


.team-social li a.gp:hover {
  color: #fff;
  background: #dc4a38;
}

.team-social li a.em {
  color: #474545;
  border: 1px solid #474545;
}

.team-social li a.em:hover {
  color: #ffffff;
    background: #474545;
}

/*Team v3
------------------------------------*/
.team-v3 .team-img {
  position: relative;
}

.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v3 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img > img {
  width: 100%;
}

/*Team Hover Gradient*/
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

.team-v3 .team-hover span,
.team-v3 .team-hover small {
  color: #fff;
  display: block;
}

.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-v3 .team-hover small {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
}

.team-v3 .team-hover p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 20px;
}

/*Team Social*/
.team-v3 .team-hover .team-social-v3 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v3 .team-hover .team-social-v3 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team v4
------------------------------------*/
.team-v4 {
  text-align: center;
}

.team-v4 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v4 span {
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v4 small {
  color: #999;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}

.team-v4 .team-social-v4 a {
  color: #555;
  font-size: 16px;
}

.team-v4 .team-social-v4 a:hover {
  color: #37a834;
  text-decoration: none;
}

/*Team v5
------------------------------------*/
.team-v5 {
  text-align: center;
}

.team-v5 span {
  color: #555;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v5 small {
  display: block;
  color: #37a834;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}

.team-v5 small:after {
  left: 50%;
  top: 30px;
  height: 1px;
  width: 30px;
  content: " ";
  background: #777;
  margin-left: -15px;
  position: absolute;
}

.team-v5 .team-img {
  position: relative;
}

.team-v5 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v5 .team-img:hover:after {
  background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img > img {
  width: 100%;
  margin-bottom: 20px;
}

/*Team Hover Gradient*/
.team-v5 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-top: -16px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

/*Social Network-*/
.team-v5 .team-hover .team-social-v5 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v5 .team-hover .team-social-v5 i:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team v6
------------------------------------*/
.team-v6 {
  text-align: center;
}

.team-v6 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v6 span {
  color: #777;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v6 small {
  display: block;
  color: #37a834;
  font-size: 13px;
  margin-bottom: 15px;
}

/*Team v7
------------------------------------*/
.team-v7 .team-v7-in {
  padding: 0 50px;
}

.team-v7 .team-v7-name {
  color: #555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v7 .team-v7-position {
  display: block;
  color: #37a834;
  font-style: normal;
  margin-bottom: 15px;
}

.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/*Team Space*/
.team-v7 .team-v7-name {
  margin-top: 60px;
}

.team-v7 .social-icons-v1 {
  margin-bottom: 60px;
}

/*Team Image*/
.team-v7 .team-v7-img {
  position: relative;
}

.team-v7 .team-v7-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

/*Team Info*/
.team-v7 .team-arrow-right,
.team-v7 .team-arrow-left {
  position: relative;
}

.team-v7 .team-arrow-left:before,
.team-v7 .team-arrow-right:before {
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
}

.team-v7 .team-arrow-right:before {
  right: -25px;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
}

.team-v7 .team-arrow-left:before {
  left: -25px;
  border-width: 20px 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}

/*Team Info Media Queries*/
@media (max-width: 991px) {
  /*Team Arrows*/
  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }

  .team-v7 .team-arrow-left:before,
  .team-v7 .team-arrow-right:before {
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }

  /*Equal Height Columns*/
  .team-v7 .equal-height-column {
    height: auto !important;
  }
}

/*--------------------------------------------------
	[9. Call To Action]
----------------------------------------------------*/
/*Call To Action v1
------------------------------------*/
.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}

.call-action-v1.call-action-v1-boxed {
  padding: 0 25px;
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
  min-width: 250px;
  text-align: right;
}

@media (max-width: 992px) {
  .call-action-v1 .call-action-v1-in,
  .call-action-v1 .call-action-v1-in.inner-btn {
    display: block;
    text-align: center;
  }

  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 20px;
  }
}

/*Call To Action v2
------------------------------------*/
.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url(/Content/images/patterns/main.png);
}

.call-action-v2 h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.call-action-v2 p {
  padding: 0 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .call-action-v2 p {
    padding: inherit;
  }
}

/*--------------------------------------------------
	[10. Portfolio Box]
----------------------------------------------------*/
/*Portfolio Box*/
@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative;
}

.portfolio-box a.fancybox:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box a.fancybox:hover:after {
  background: rgba(0,0,0,0.5);
}

.portfolio-box a.fancybox img {
  transition: all .5s ease;
}

.portfolio-box a.fancybox:hover img {
  transform: scale(1.1);
}

.portfolio-box .portfolio-box-in {
	visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
	background: #37a834;
	font-size: 20px;
	text-align: center;
	line-height: 53px;
	width: 50px;
	height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
  visibility: visible;
}

/*Project Tag*/
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.portfolio-box small.project-tag,
.portfolio-box small.project-tag a {
  color: #999;
}

.portfolio-box small.project-tag i {
  margin-right: 5px;
}

.portfolio-box small.project-tag a:hover {
  color: #37a834;
}

/*--------------------------------------------------
	[11. Portfolio Boxes]
----------------------------------------------------*/
/* Portfolio Box v1
------------------------------------*/
.portfolio-box-v1 {
  margin: 0;
}

.portfolio-box-v1 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v1 li {
  background: #333;
  position: relative;
    -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box-v1 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v1 li:hover:after {
  background: rgba(0,0,0,0.7);
}

.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li:hover img {
  -transform: scale(1.1);
}

.portfolio-box-v1 .portfolio-box-v1-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v1 li:hover .portfolio-box-v1-in {
  visibility: visible;
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.portfolio-box-v1 .portfolio-box-v1-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff;
  margin-left: -20px;
  position: absolute;
}

.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h3 {
  color: #fff;
}

.portfolio-box-v1 .portfolio-box-v1-in p {
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

/*Portfolio Box v2
------------------------------------*/
.portfolio-box-v2 {
  margin: 0 0 60px;
}

.portfolio-box-v2 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v2 li {
  background: #333;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box-v2 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v2 li:hover:after {
	background: rgba(255,255,255,0.6);
}

.portfolio-box-v2 li:after,
.portfolio-box-v2 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v2 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -transform: scale(1.1);
}

.portfolio-box-v2 .portfolio-box-v2-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 60px;
  margin-top: -30px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v2 li:hover .portfolio-box-v2-in {
	visibility: visible;
}

.portfolio-box-v2 .portfolio-box-v2-in i {
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 20px;
	font-size: 22px;
	cursor: pointer;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	background: rgba(114,192,44,0.8);
}

.portfolio-box-v2 .portfolio-box-v2-in i:hover {
	background: #37a834;
}

/*--------------------------------------------------
	[12. Thumbnail]
----------------------------------------------------*/
/*Thumbnail v1
------------------------------------*/
.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px;
}

.thumbnails-v1 h3 {
  margin-bottom: 5px;
}

.thumbnails-v1 h3 a {
  color: #555;
  font-size: 15px;
  text-transform: uppercase;
}

.thumbnails-v1 .read-more {
  color: #37a834;
  font-size: 12px;
  text-transform: uppercase;
}

/*--------------------------------------------------
	[13. Image Backgrounds]
----------------------------------------------------*/
/* Image Backgrounds v1
------------------------------------*/
.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(/Content/images/bg/blank.jpg) repeat fixed;
  background-size: cover;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(/Content/images/bg/blank.jpg) repeat fixed;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-dark h2,
.bg-image-v2-dark p {
  color: #eee !important;
}

/*--------------------------------------------------
	[14. Parallax Quote]
----------------------------------------------------*/
.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(/Content/images/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(/Content/images/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/
.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative;
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}

.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px){
  .parallax-quote-in {
    padding: 0 40px;
  }

  .parallax-quote-in p {
    font-size: 20px;
  }
}

/*Parallax Quote Light*/
.parallax-quote-light:after {
  background: rgba(255,255,255,0.9);
}

.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd;
}

.parallax-quote-light .parallax-quote-in p {
  color: #555;
  font-size: 28px;
  font-weight: 200;
}

.parallax-quote-light .parallax-quote-in small {
  color: #555;
}

@media (max-width: 768px){
  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px;
  }

  .parallax-quote-light .parallax-quote-in p {
    font-size: 20px;
  }

  .parallax-quote-light .parallax-quote-in small {
    font-weight: 200;
  }
}

/*--------------------------------------------------
	[15. Parallax Team]
----------------------------------------------------*/
.parallax-team {
  background: url(/Content/images/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team:before,
.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.9);
}

/*Parallax Team*/
.parallax-team {
  background: url(/Content/images/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-team,
.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team-dark:before {
  background: rgba(0,0,0,0.8);
}

/*--------------------------------------------------
	[16. Parallax Counter]
----------------------------------------------------*/
.parallax-bg {
  background: url(/Content/images/patterns/bricks.png) repeat fixed;
}

/*Parallax Counter
------------------------------------*/
.parallax-counter {
  padding: 30px 0;
  background: url(/Content/images/patterns/bricks.png) repeat fixed;
}

.parallax-counter .counters {
  color: #fff;
  padding: 15px 0;
}

.parallax-counter h4 {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter span.counter {
  font-size: 48px;
}

/*Parallax Counter v1
------------------------------------*/
.parallax-counter-v1 {
  padding: 60px 0;
  background: url(/Content/images/patterns/bricks.png) repeat fixed;
}

.parallax-counter-v1 .counters {
  color: #fff;
  padding: 15px 0 10px;
  border: solid 1px #555;
}

.parallax-counter-v1 h4 {
  color: #eee;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter-v1 span.counter {
  font-size: 42px;
  line-height: 48px;
}

/*Parallax Counter v2
------------------------------------*/
.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url(/Content/images/patterns/bricks.png) repeat fixed;
}

.parallax-counter-v2:after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -25px;
  position: absolute;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.parallax-counter-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.02);
}

.parallax-counter-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd;
  background: rgba(255,255,255,0.9);
}

.parallax-counter-v2 .counters h4,
.parallax-counter-v2 .counters span {
  color: #555;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-counter-v2 .counters span {
  font-size: 36px;
}

.parallax-counter-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important;
  }
}

/*Parallax Counter v3
------------------------------------*/
.parallax-counter-v3 {
	z-index: 1;
	height: auto;
	padding: 80px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url(/Content/images/bg/blank.jpg) 50% 0 fixed;
}

.parallax-counter-v3:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v3 .features {
  width: 130px;
  height: 130px;
  padding: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.2);
}

.parallax-counter-v3 .features:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}

.parallax-counter-v3 .features span {
  color: #fff;
  display: block;
  font-weight: 200;
}

.parallax-counter-v3 .features span.counter {
  font-size: 30px;
}

.parallax-counter-v3 .features span.features-info {
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px;
  }

  .parallax-counter-v3 .features:after {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
  }

  .parallax-counter-v3 .features span.counter {
    font-size: 20px;
  }

  .parallax-counter-v3 .features span.features-info {
    font-size: 11px;
  }
}

/*Parallax Counter v4
------------------------------------*/
.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(/Content/images/bg/blank.jpg) 50% 0 fixed;
}

.parallax-counter-v4:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-counter-v4 i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.parallax-counter-v4 span.counter {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-counter-v4 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

/*--------------------------------------------------
	[17. Flat Background Block]
----------------------------------------------------*/
.flat-bg-block-v1 {
  padding: 40px 0;
  background: url(/Content/images/patterns/main.png) repeat;
}

.flat-bg-block-v1 .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.flat-bg-block-v1 .checked-list li {
  color: #888;
  margin-bottom: 5px;
}

.flat-bg-block-v1 .checked-list i {
  color: #37a834;
  margin-right: 5px;
}

/*Image Over*/
.flat-bg-block-v1 img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .flat-bg-block-v1 img.img-over {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .flat-bg-block-v1 img.img-over {
    position: static;
  }
}

/*--------------------------------------------------
	[18. Flat Testimonials]
----------------------------------------------------*/
.flat-testimonials {
  padding: 50px 0;
  background-color: #333;
}

.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  background: rgba(255,255,255,0.2);
}

.flat-testimonials .flat-testimonials-in img {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}

.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}

.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before,
.flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before {
  content: "“";
  padding-right: 5px;
}

.flat-testimonials .flat-testimonials-in p:after {
  content: "”";
  padding-left: 5px;
}

/*--------------------------------------------------
	[19. Testimonials]
----------------------------------------------------*/
/* Testimonials v4
------------------------------------*/
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}

.testimonials-v4 .testimonials-v4-in p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}

.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  text-transform: capitalize;
}

/*Testimonials v5
------------------------------------*/
.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-v5 .testimonials-desc span {
  font-size: 13px;
  font-weight: 200;
}

.testimonials-v5 .testimonials-desc p {
  padding: 15px;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 25px;
}

.testimonials-v5 .testimonials-desc p:after {
  width: 0;
  height: 0;
  left: 30px;
  color: #fff;
  bottom: -12px;
  content: " ";
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #f9f9f9 transparent transparent transparent;
}

/*Testimonials By*/
.testimonials-v5 .testimonials-by {
  margin-left: 20px;
}

.testimonials-v5 .testimonials-by img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.testimonials-v5 .testimonials-by small {
  color: #37a834;
  font-size: 12px;
}

.testimonials-v5 .testimonials-by span {
  text-transform: uppercase;
}

/*Testimonials v6
------------------------------------*/
.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
	transition: all 0.4s ease-in-out;
}

.testimonials-v6 .testimonials-info:hover {
	border-color: #37a834;
}

.testimonials-v6 .testimonials-info img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}

.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}

.testimonials-v6 .testimonials-desc strong,
.testimonials-v6 .testimonials-desc span {
  color: #555;
  display: block;
}

@media (max-width: 768px) {
  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Other Testimonials
------------------------------------*/
/* Testimonials v3, v4 */
.testimonials-section3 .owl-stage-outer {
	margin-right: 1px;
}
.testimonials-section3 .testimonials-item,
.testimonials-section4 .testimonials-item {
	border-right: solid 1px #eee;
	padding: 15px 15px 20px;
}
.testimonials-section4 .testimonials-item:last-child {
	border-right: none;
}
.testimonials-section3 img,
.testimonials-section4 img {
	width: 74px !important;
	height: 74px !important;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	border: solid 1px #E6E6E6;
	margin: 0 auto 5px;
	display: block;
}
.testimonials-section3 blockquote,
.testimonials-section4 blockquote {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 20px;
	border: none;
}
.testimonials-section3 blockquote p,
.testimonials-section4 blockquote p {
	z-index: 9;
	position: relative;
	margin-bottom: 5px;
}
.testimonials-section3 .testimonials-item strong,
.testimonials-section3 .testimonials-item em,
.testimonials-section4 .testimonials-item strong,
.testimonials-section4 .testimonials-item em {
	display: block;
	font-size: 14px;
	font-weight: 700;
}
.testimonials-section3 .testimonials-item strong,
.testimonials-section4 .testimonials-item strong {
	padding-top: 10px;
}
.testimonials-section3 .testimonials-item em,
.testimonials-section4 .testimonials-item em {
	font-style: normal;
	opacity: 0.7;
	font-weight: 400;
}

/* Other Testimonials 1
------------------------------------*/
/*Testimonials*/
.testimonials {
	margin-bottom: 10px;
}

.testimonials .testimonial-info {
	color: #37a834;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px;
}

.testimonials .testimonial-info span {
	top: 3px;
	position: relative;
}

.testimonials .testimonial-info em {
	color: #777;
	display: block;
	font-size: 13px;
}

.testimonials .testimonial-info img {
	width: 60px;
	float: left;
	height: 60px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
}

.testimonials .testimonial-author {
	overflow: hidden;
}

.testimonials .carousel-arrow {
	top: -65px;
	position: relative;
}

.testimonials .carousel-arrow i {
	color: #777;
	padding: 2px;
	min-width: 25px;
	font-size: 20px;
	text-align: center;
	background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
	color: #fff;
	background: #37a834;
}

.testimonials .carousel-control {
	opacity: 1;
	width: 100%;
	text-align: right;
	text-shadow: none;
	position: absolute;
	filter: Alpha(opacity = 100); /*For IE*/
}

.testimonials .carousel-control.left {
	right: 27px;
	left: auto;
}
.testimonials .carousel-control.right {
	right: 0px;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
	position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
	left: 80px;
	bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
	border-top: 22px solid;
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
}

/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
	padding: 0 20px;
}

.testimonials.testimonials-v2 p {
	padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
	top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
	left: 8%;
	bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
	border-top: 20px solid;
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
	width: 0;
	height: 0;
	content: " ";
	display: block;
	position: absolute;
	border-top-color: #f5f5f5;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
	color: #fff;
	font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
	color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
	background: #37a834;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
	border-top-color: #37a834;
}

.testimonials-bg-default .carousel-arrow i {
	background: #37a834;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
	background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
	background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
	border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
	color: #fff;
	background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
	background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
	color: #555;
}

/*--------------------------------------------------
	[20. Featured Blog]
----------------------------------------------------*/
.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}

.featured-blog h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #37a834;
}

.featured-blog .featured-img {
  position: relative;
}

.featured-blog .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.featured-blog .featured-img:hover:after {
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img > img {
  width: 100%;
}

/*Team Hover Gradient*/
.featured-blog .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img:hover i {
  top: 50%;
  visibility: visible;
}

.featured-blog .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255,255,255,0.4);
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #37a834;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------
	[21. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #999;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #999;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
  .blog-comments .comments-itself:before {
    display: none;
  }

  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}

/*--------------------------------------------------
	[22. Quote]
----------------------------------------------------*/
.quote-v1 {
  padding: 170px 0 150px;
  text-align: center;
  background: url(/Content/images/patterns/main.png) repeat;
}

.quote-v1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  padding: 0 100px;
  position: relative;
  margin-bottom: 20px;
}

.quote-v1 p:before {
  color: #37a834;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -30px 0 0 -40px;
  font-family: Georgia, serif;
}

.quote-v1 span {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
  }
}

/*Quote v2
------------------------------------*/
.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px;
}

.quote-v2 p {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v2 span {
  color: #555;
  font-weight: 400;
}

/*--------------------------------------------------
	[23. Team Social]
----------------------------------------------------*/
.social-icons-v1 i {
  color: #555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}

.social-icons-v1 i:hover {
  color: #fff;
  background: #37a834;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.social-icons-v1--dark i {
  color: #fff;
  background: #333;
}

/*--------------------------------------------------
	[24. Box Shadows]
----------------------------------------------------*/
.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative;
}

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}

 /*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
}

 /*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
}

/*Effect 5*/
.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc;
}

/*--------------------------------------------------
	[25. Interactive Slider]
----------------------------------------------------*/
/* Interactive Slider v1
------------------------------------*/
.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative;
}

.interactive-slider-v1.img-v1 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v2 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v3 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.interactive-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.interactive-slider-v1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .interactive-slider-v1 h2 {
    font-size: 30px;
  }

  .interactive-slider-v1 p {
    font-size: 18px;
  }
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2-md {
  padding: 250px 0;
}

.interactive-slider-v2.img-v1 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v2 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v3 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v4 {
  background: url(/Content/images/bg/blank.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 992px) {
  .interactive-slider-v2.intro-promo-img {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
@keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-webkit-keyframes infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}
@-moz-keyframe infiniteBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1024px 0;
  }
}

.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.4);
}

.intro-promo-cover-dark:after {
  background: rgba(0,0,0,.8);
}
.intro-promo-cover-light:after {
  background: rgba(255,255,255,.9);
}

.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------
	[26. Blog Trending]
----------------------------------------------------*/
.blog-trending li {
  margin-bottom: 20px;
}

.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}

.blog-trending small,
.blog-trending small a {
  color: #777;
}

.blog-trending small a:hover {
  color: #37a834;
}

/*--------------------------------------------------
	[27. Blog Latest Posts]
----------------------------------------------------*/
.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.blog-latest-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px;
}

.blog-latest-posts small,
.blog-latest-posts small a {
  color: #777;
}

.blog-latest-posts small {
  margin-bottom: 8px;
  display: inline-block;
}

.blog-latest-posts p {
  font-size: 12px;
}

/*--------------------------------------------------
	[28. Blog Photostream]
----------------------------------------------------*/
.blog-photostream {
  margin-right: -5px;
}

.blog-photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}

.blog-photostream li img {
  width: 78px;
  height: auto;
}

/*--------------------------------------------------
	[29. Newsletter]
----------------------------------------------------*/
.blog-newsletter p {
  color: #555;
  margin-bottom: 15px;
}

.blog-newsletter .form-control {
  border: none;
}

.blog-newsletter .form-control:focus {
  box-shadow: none;
}

/*--------------------------------------------------
	[30. Blog Post Quote]
----------------------------------------------------*/
.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center;
}

.blog-post-quote p {
  color: #555;
  font-size: 32px;
  font-weight: 200;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .blog-post-quote {
    padding: 35px 25px;
  }

  .blog-post-quote p {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog-post-quote p:before,
.blog-post-quote p:after {
  top: -3px;
  font-size: 30px;
  position: relative;
}

.blog-post-quote p:before {
  left: -10px;
  content: "\0022";
}

.blog-post-quote p:after {
  right: -10px;
  content: "\0022";
}

.blog-post-quote span {
  color: #555;
  font-size: 20px;
  font-weight: 200;
}

/*--------------------------------------------------
	[31. Blog Post Author]
----------------------------------------------------*/
.blog-author {
  padding: 20px;
  background: #fff;
}

.blog-author img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-author .blog-author-desc {
  overflow: hidden;
}

.blog-author .blog-author-desc h4 {
  float: left;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.blog-author .blog-author-desc ul {
  float: right;
  margin-top: 6px;
}

.blog-author .blog-author-desc p {
  color: #555;
}

/*--------------------------------------------------
	[32. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
	.blog-comments .comments-itself:before {
		display: none;
	}

	.blog-comments .comments-itself:after {
		width: 0;
		height: 0;
		top: -17px;
		left: 20px;
		content: " ";
		position: absolute;
		border-style: solid;
		border-width: 0 15px 17px 15px;
		border-color: transparent transparent #fff transparent;
	}
}

/*--------------------------------------------------
	[33. News]
----------------------------------------------------*/
/*News v1
------------------------------------*/
.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #555;
}

.news-v1 h3 a:hover {
  color: #37a834;
}

.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #37a834;
  text-decoration: none;
}

/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

/*News Description*/
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}

.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.news-v2 .news-v2-desc h3 a {
  color: #555;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #37a834;
}

.news-v2 .news-v2-desc small {
  color: #555;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc p {
  color: #555;
}

/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 .news-v3-in {
  padding: 35px 30px;
}

.news-v3 .news-v3-in-sm {
  padding: 20px;
}

.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase;
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}

@media (max-width: 768px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.news-v3 h2 a {
  color: #555;
}

.news-v3 h2 a:hover {
  color: #37a834;
  text-decoration: none;
}

.news-v3 p {
  color: #555;
  margin-bottom: 20px;
}

/*News Info*/
.news-v3 .posted-info li {
  color: #555;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before,
.news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before,
.news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #555;
}

.news-v3 .posted-info li a:hover {
  color: #37a834;
}

/*News Shares*/
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #555;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #ddd;
}

.news-v3 .post-shares li span {
  top: -5px;
  right: 6px;
  color: #fff;
  width: 22px;
  height: 22px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #37a834;
  border: 2px solid #fff;
  border-radius: 50% !important;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

/*--------------------------------------------------
	[34. Blog Grid]
----------------------------------------------------*/
.blog-grid img {
  margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}

.blog-grid h3 a {
  color: #333;
}

.blog-grid p {
  margin-bottom: 15px;
}

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
  position: relative;
}

.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}

.blog-grid .blog-grid-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-grid .blog-grid-info li a {
  color: #888;
}

.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}

.blog-grid a.r-more:hover {
  text-decoration: none;
}

/*--------------------------------------------------
  [35. Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  transform: 0.55s;
  transition: opacity 0.55s
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
  color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}

.blog-thumb .blog-thumb-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
  color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
  color: #e74c3c;
}

/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}

/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(114,192,44,0.9);
}
.blog-grid .blog-grid-grad i:hover {
  background: rgba(114,192,44,1);
}

/*--------------------------------------------------
  [36. Shop Subscribe]
----------------------------------------------------*/
.shop-subscribe {
  padding: 25px 0;
}

.shop-subscribe h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

/*Input Form Control*/
.shop-subscribe input {
  border-color: #fff;
  border-right: none;
  background: transparent;
}

.shop-subscribe .form-control {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.shop-subscribe .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.shop-subscribe .form-control::-moz-placeholder {
  color: #fff;
}
.shop-subscribe .form-control:-ms-input-placeholder {
  color: #fff;
}
.shop-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

.shop-subscribe .input-group-btn {
  border-color: #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn .btn {
  border: 1px solid #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn i {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

/*--------------------------------------------------
  [37. Parallax Slider (Main)]
----------------------------------------------------*/
.slider-inner .da-slider {
 box-shadow: none;
 border-bottom: 2px solid #ddd;
 background-color:white;

}

.slider-inner .da-dots {
  z-index: 10;
}

@media (max-width: 450px) {
 .da-slide p {
    display:none;
 }
}

@media (max-width: 900px) {
 /*Slider Parallax*/
 .da-slide .da-img {
    display:none;
 }
}

/*--------------------------------------------------
	[38. Master Slider]
----------------------------------------------------*/
.ms-promo-info {
	font-size: 45px;
	font-weight: 300;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-info-in {
	font-size: 60px;
	font-weight: 600;
}

.ms-promo-sub {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-sub-in {
	font-size: 15px;
}

.ms-img-bordered {
	background: #fff;
	padding: 7px;
}

/*--------------------------------------------------
  [39. Revolution Slider]
----------------------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff;
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

.tp-banner-container {
  position: relative;
}

/*Fullscreen*/
.fullscreen-container {
  padding:0;
  width:100%;
  position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
	color: #fff;
	font-size: 75px;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}

/*--------------------------------------------------
  [40. Layer Slider]
----------------------------------------------------*/
.layer_slider {
 overflow: hidden;
}

.ls-ct-half, .ls-ct-center {
 border-radius: 100px !important;
}

/*--------------------------------------------------
  [41. Clients Carousel]
----------------------------------------------------*/
.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow:none !important;
  margin-bottom: 0 !important;
}
.clients li {
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa;
}
.clients li:hover {
  background: #f6f6f6;
}
.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}
.clients li:hover img.color-img {
  display: block;
}
.clients li img {
  filter: gray; /* IE6-9 */
  float: none !important;
  margin: 0 auto !important;
}
.clients li img:hover {
  filter: none;
}

/*--------------------------------------------------
  [42. Pie Chart]
----------------------------------------------------*/
.pie-progress-charts .inner-pchart {
  text-align: center;
}

.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px;
}

.pie-progress-charts .circle-title {
  font-size: 22px;
}

@media (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------
  [43. Counter]
----------------------------------------------------*/
.counters {
  color: #555;
  text-align: center;
}

@media (max-width: 767px) {
	.counters {
		margin-bottom: 30px;
	}
	.counters:last-child {
		margin-bottom: inherit;
	}
}

.counters span {
	font-size: 35px;
}

.counters span.counter-icon {
	display: block;
	margin-bottom: 10px;
}

.counters span.counter-icon i {
	color: #fff;
	padding: 16px;
	min-width: 65px;
	font-size: 30px;
	position: relative;
	background: #37a834;
}

.counters span.counter-icon i:after {
	width: 0;
	height: 0;
	left: 38%;
	content: " ";
	bottom: -7px;
	display: block;
	position: absolute;
	border-top: 7px solid #37a834;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.counters:hover span.counter-icon i {
	border-color: #000;
}

/*--------------------------------------------------
	[44. Back To Top]
----------------------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}

#topcontrol:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#topcontrol:hover {
  color: #fff;
  background: #37a834;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------
	[45. Owl Carousel]
----------------------------------------------------*/
.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5;
}

.owl-btn:hover {
  color: #fff;
  background: #37a834;
}

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px;
}

.owl-carousel-v1 .item {
  margin: 0 5px;
}

.owl-carousel-v1 .item img {
  text-align: center;
}

.owl-carousel-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}

.owl-carousel-v2 .item {
  margin: 0 15px;
}

.owl-carousel-v2 .item img {
  text-align: center;
}

.owl-carousel-v2 .owl-navigation {
  text-align: center;
}

.owl-carousel-v2 .owl-pagination {
  display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
  margin: 0 15px;
}

.owl-carousel-v3 .item img {
  text-align: center;
}

.owl-carousel-v3 .owl-pagination {
  display: none;
}

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v4 .item {
  margin: 0 3px;
}

.owl-carousel-v4 .item img {
  width: 100%;
}

/*Owl Carousel v5*/
.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v5 .owl-controls .owl-page.active span,
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #37a834;
}

.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Slider v6*/
.owl-carousel-v6 .owl-carousel-item {
	margin: 0 10px;
	padding: 7px 0;
	text-align: center;
	position: relative;
	border: 1px solid #e4e2e2;
}

.owl-carousel-v6 .owl-carousel-item img {
	width: 150px;
	height: auto;
}

.owl-carousel-v6 .owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-carousel-v6 .owl-controls .owl-page span {
	margin: 5px 3px !important;
}

/*Owl Pagination*/
.owl-pagination {
  text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  border-radius: 50% !important;
}

/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
  width: 120px;
  height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee;
}

.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
  transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
  display: none;
}

/*Owl Clients v2
------------------------------------*/
.owl-clients-v1 img {
  width: 120px;
  height: auto;
}

.owl-clients-v1 .owl-pagination {
    display: none;
}

/*Owl Carousel - Testimonials v3
------------------------------------*/
/*Testimonials Section*/
.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.testimonials-v3 li > p {
  font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #37a834;
  margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
  color: #777;
  display: block;
  font-size: 14px;
}

/*Testimonials Owl Navigation*/
.testimonials-v3 .owl-pagination {
  display: none;
}

.testimonials-v3 .owl-buttons .owl-prev,
.testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: #f5f5f5;
  display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after,
.testimonials-v3 .owl-buttons .owl-next:after {
	top: 0;
	color: #bbb;
	font-size: 16px;
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after,
.testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #37a834;
  transition: background 0.4s ease-in-out;
}

/*Recent Works (Owl Carousel)
------------------------------------*/
.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
}

.owl-work-v1 .owl-navigation {
  margin-bottom: 10px;
}

.owl-work-v1 .item a {
  text-align: center;
}

.owl-work-v1 .item a:hover {
  text-decoration: none;
}

.owl-work-v1 .item a:hover strong {
  color: #555;
}

.owl-work-v1 .item em.overflow-hidden {
  display: block;
}

.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #eee;
}

.owl-work-v1 .item a strong {
  color: #555;
  display: block;
}

.owl-work-v1 .item a i {
  color: #777;
}

.owl-work-v1 .item a img {
	transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
	opacity: 0.8;
	transform: scale(1.2) rotate(3deg);
}

.owl-work-v1 .item a:hover span {
	border-bottom: solid 2px #37a834;
	transition: all 0.3s ease-in-out;
}

/*Parallax Twitter (Owl Carousel)
------------------------------------*/
.parallax-twitter {
  color: #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
  background: #333 url(/Content/images/parallax/bg/dotworld-green.png) 50% 0 fixed;
  background-size: cover;
  background-position: center center;
}

.parallax-twitter:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.parallax-twitter:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(/Content/images/patterns/gridtile.png) repeat;
}

.parallax-twitter-in {
  z-index: 1;
  position: relative;
}

/*Twitter Block (owl-controls)*/
.parallax-twitter-in ul {
  margin: 0;
}

.parallax-twitter-in li {
  color: #fff;
}

.parallax-twitter-in li p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.parallax-twitter-in li a {
  color: #eee;
  text-decoration: underline;
}

.parallax-twitter-in li a:hover {
  text-decoration: none;
}

.parallax-twitter-in li span {
  color: #ddd;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.parallax-twitter-in .owl-page {
  width: 18px;
}

/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333 url(/Content/images/bg/blank.jpg) 50% fixed;
  background-size: cover;
  background-position: center center;
}

.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(/Content/images/patterns/gridtile.png) repeat;
}

.clients-section .title-v1 p,
.clients-section .title-v1 h2 {
  color: #fff;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.clients-section li a:hover {
  -transform: scale(1.2);
}

.clients-section img {
  width: 100px;
  height: 100px;
}

.clients-section .owl-pagination {
  display: none;
}

/* Owl Video
------------------------------------*/
.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.owl-video img.video-play {
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  position: absolute;
}

.owl-video .owl-controls .owl-page span {
  margin: 5px 3px;
}

/*--------------------------------------------------
	[46. Bootstrap Carousels]
----------------------------------------------------*/
/* Bootstrap Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
	color: #fff;
	margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
	opacity: 1;
	font-size:30px;
	height:inherit;
	width: inherit;
	background: none;
	text-shadow: none;
	position: inherit;
}

.carousel-v1 .carousel-arrow a i {
	top: 50%;
	opacity: 0.6;
	background: #000;
	margin-top: -18px;
	padding: 2px 12px;
	position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
	opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
	left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
	right: 0;
}

/* Bootstrap Carousel v2
------------------------------------*/
.carousel-v2 .carousel-control,
.carousel-v2 .carousel-control:hover {
	opacity: 1;
	text-shadow: none;
}

.carousel-v2 .carousel-control.left,
.carousel-v2 .carousel-control.right {
	top: 50%;
	z-index: 5;
	color: #eee;
	width: 45px;
	height: 45px;
	font-size: 30px;
	margin-top: -22px;
	position: absolute;
	text-align: center;
	display: inline-block;
	border: 2px solid #eee;
	background: rgba(0,0,0,0.1);
}

.carousel-v2 .carousel-control:hover {
	background: rgba(0,0,0,0.3);
	transition: all 0.4s ease-in-out;
}

.carousel-v2 .carousel-control.left {
	left: 20px;
}

.carousel-v2 .carousel-control.right {
	right: 20px;
}

.carousel-v2 .carousel-control .arrow-prev,
.carousel-v2 .carousel-control .arrow-next {
	top: -5px;
	position: relative;
}

.carousel-v2 .carousel-control .arrow-next {
	right: -2px;
}


@media (min-width: 768px) {
	.carousel-indicators {
		bottom: 10px;
	}
}

/*--------------------------------------------------
	[47. Tabs]
----------------------------------------------------*/
/*Tabs*/
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
}

/*Tabs v1
------------------------------------*/
.tab-v1 .nav-tabs {
	border: none;
	background: none;
	border-bottom: solid 2px #37a834;
}

.tab-v1 .nav-tabs a {
	font-size: 14px;
	padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	color: #fff;
	border: none;
	background: #37a834;
}

.tab-v1 .nav-tabs > li > a {
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
	color: #fff;
	background: #37a834;
}

.tab-v1 .tab-content {
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs v2
------------------------------------*/
.tab-v2 .nav-tabs {
	border-bottom: none;
}

.tab-v2 .nav-tabs li a {
	padding: 9px 16px;
	background: none;
	border: none;
}

.tab-v2 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 2px #37a834;
	border-bottom: none !important;
}

.tab-v2 .tab-content {
	padding: 10px 16px;
	border: solid 1px #eee;
}

/*Tabs v3
------------------------------------*/
.tab-v3 .nav-pills li a {
	color: #777;
	font-size: 17px;
	padding: 4px 8px;
	margin-bottom: 3px;
	background: #fafafa;
	border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	color: #fff;
	background: #37a834;
	border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
	width: 1.25em;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab-v3 .tab-content {
	padding: 15px;
	background: #fafafa;
	border: solid 1px #eee;
}

/*Tab v4
------------------------------------*/
.tab-v4 .tab-heading {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 3px solid #333;
}

.tab-v4 .tab-heading h2 {
	margin: 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/*Nav Tabs*/
.tab-v4 .nav-tabs {
	top: 3px;
	border: none;
	float: right;
	overflow: hidden;
	position: relative;
}

.tab-v4 .nav-tabs a {
	color: #555;
	font-size: 12px;
	padding: 6px 15px;
	text-transform: uppercase;
}

.tab-v4 .nav-tabs > .active > a,
.tab-v4 .nav-tabs > .active > a:hover,
.tab-v4 .nav-tabs > .active > a:focus {
	border: none;
	background: inherit;
}

.tab-v4 .nav-tabs > li > a {
	border: none;
}
.tab-v4 .nav-tabs > li > a:hover {
	background: inherit;
}

.tab-v4 .tab-content {
	padding: 20px 0 10px;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
	border-bottom: none;
}

.tab-v5 .nav-tabs li a {
	border: none;
	font-size: 14px;
	background: none;
	padding: 9px 16px;
}

.tab-v5 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 3px #222;
	border-bottom: none !important;
}

.tab-v5 .tab-content {
	padding: 13px;
	border: solid 1px #eee;
}

/*Tab v6
------------------------------------*/
.tab-v6 .nav-tabs {
  border-bottom-color: #dedede;
}

.tab-v6 .nav-tabs > li {
  margin-right: 30px;
}

.tab-v6 .nav-tabs > li > a {
  border: none;
  color: #687074;
  padding: 6px 0;
  font-size: 18px;
  margin-right: 0;
  background: none;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
}

.tab-v6 .nav-tabs > li.active > a,
.tab-v6 .nav-tabs > li.active > a:hover,
.tab-v6 .nav-tabs > li.active > a:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #18ba9b;
}

.tab-v6 .nav-tabs > li > a:hover {
  border-bottom: 1px solid #18ba9b;
}

.tab-v6 .nav-tabs > li > a:focus {
  border: none;
}

.tab-v6 .tab-content {
  padding: 30px 0;
}

/*--------------------------------------------------
	[48. Accordions]
----------------------------------------------------*/
/*Accordion v1
------------------------------------*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: #fefefe;
}

.acc-icon a.accordion-toggle i {
	color: #555;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}


/*--------------------------------------------------
	[49. Paginations]
----------------------------------------------------*/

/*Pegination*/
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination li a {
	color: #777;
	padding: 5px 15px;
}

.pagination li a:hover {
	color: #fff;
	background: #5fb611;
	border-color: #5fb611;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: #37a834;
	background-color: #37a834;
}

/*Pagination Without Space*/
.pagination-no-space .pagination {
	margin: 0;
}

/*--------------------------------------------------
	[50. Pagers]
----------------------------------------------------*/
/*Pager*/
.pager li > a,
.pager li > span {
	border-radius: 0;
}

.pager li > a:hover,
.pager li > a:focus {
	color: #fff;
	background: #5fb611;
	border-color: #5fb611;
}

/*Pager v2 and v3
------------------------------------*/
.pager.pager-v2 li > a {
	border: none;
}

.pager.pager-v2 li > a,
.pager.pager-v3 li > a {
	transition: all 0.1s ease-in-out;
}

.pager.pager-v2 li > a:hover,
.pager.pager-v2 li > a:focus,
.pager.pager-v3 li > a:hover,
.pager.pager-v3 li > a:focus {
	color: #fff;
	background: #37a834;
}

/*Pager Amount*/
.pager.pager-v2 li.page-amount,
.pager.pager-v3 li.page-amount {
	font-size: 16px;
	font-style: italic;
}

.pager.pager-v2 li.page-amount,
.pager.pager-v2 li.page-amount:hover,
.pager.pager-v2 li.page-amount:focus,
.pager.pager-v3 li.page-amount,
.pager.pager-v3 li.page-amount:hover,
.pager.pager-v3 li.page-amount:focus {
	top: 7px;
	color: #777;
	position: relative;
}

/*Pager Size*/
.pager.pager-v2.pager-md li a,
.pager.pager-v3.pager-md li a {
	font-size: 16px;
	padding: 8px 18px;
}

/*Pager v4
------------------------------------*/
.pager.pager-v4 li > a {
	line-height: normal;
	transition: all 0.1s ease-in-out;
}

.pager.pager-v4 li > a:hover,
.pager.pager-v4 li > a:focus {
	color: #fff;
	background: #222;
	border-color: #222;
}

/*Pager Amount*/
.pager.pager-v4 li.page-amount {
	font-size: 14px;
	font-style: italic;
}

.pager.pager-v4 li.page-amount,
.pager.pager-v4 li.page-amount:hover,
.pager.pager-v4 li.page-amount:focus {
	top: 7px;
	color: #777;
	position: relative;
}

/*--------------------------------------------------
	[51. Sidebar Menu]
----------------------------------------------------*/
/* Sidebar Menu v1
------------------------------------*/
.sidebar-nav-v1 li {
	padding: 0;
}

.sidebar-nav-v1 li a {
	display: block;
	padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
	text-decoration: none;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
	background: #717984;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
	border-color: #ddd;
}

.sidebar-nav-v1 > li.active > a {
	color: #fff;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
	background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
	color: #555;
	font-size: 12px;
	border-top: solid 1px #ddd;
	padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
	color: #37a834;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
	float: right;
}

.sidebar-nav-v1 span.badge {
	margin-top: 8px;
	margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
	margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
	margin-top: 8px;
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 10px;
}

/* Sidebar List Toggle
------------------------------------*/
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.list-toggle:after {
	top: 7px;
	right: 10px;
	color: #777;
	font-size: 14px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

.list-toggle.active:after {
	color: #fff;
	content: "\f107";
}

/*--------------------------------------------------
	[52. Content Boxes]
----------------------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
	text-align: center;
}

.content-boxes-v1 span {
	display: block;
	margin-top: 5px;
}

/*Content Boxes v2*/
.content-boxes-v2-o span {
	display: block;
	overflow: hidden;
}

.content-boxes-v2-o small {
	display: block;
	line-height: 1.6;
}

.content-boxes-v2-o .icon-md + span {
	margin-top: 9px;
}

.content-boxes-v2-o .icon-lg + span {
	margin-top: 11px;
}

.content-boxes-v2-o .icon-custom {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}

@media (max-width: 992px) {
	.content-boxes-v2,
	.content-boxes-v2 .text-justify {
		text-align: center;
	}

	.content-boxes-v2 span {
		display: block;
		margin-top: 5px;
	}
}

/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
	top: 8px;
	float: left;
	position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
	padding: 0 20px;
	overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
	color: #555;
}

/*Content Boxes Right v3*/
.content-boxes-v3.content-boxes-v3-right {
	text-align: right;
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
	float: right;
}

@media (max-width: 768px){
	.content-boxes-v3.content-boxes-v3-right {
		text-align: inherit;
	}

	.content-boxes-v3.content-boxes-v3-right i.icon-custom {
		float: left;
		margin-left: 0;
	}
}

/*Content Boxes v4*/
.content-boxes-v4 h2 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-boxes-v4 a {
	color: #777;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.content-boxes-v4 i {
	width: 25px;
	color: #37a834;
	font-size: 35px;
	margin-top: 10px;
}

.content-boxes-in-v4 {
	padding: 0 10px;
	overflow: hidden;
}

.content-boxes-v4-sm i {
	font-size: 26px;
	margin-top: 10px;
	margin-right: 5px;
}

/*Content Boxes v5*/
.content-boxes-v5 i {
	float: left;
	color: #555;
	width: 50px;
	height: 50px;
	padding: 11px;
	font-size: 22px;
	background: #eee;
	line-height: 28px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
}

.content-boxes-v5:hover i {
	color: green;
	background: #37a834;
}

/*Content Boxes v6*/
.content-boxes-v6 {
	padding-top: 25px;
	text-align: center;
}

.content-boxes-v6 i {
	color: #fff;
	width: 90px;
	height: 90px;
	padding: 30px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	background: #dedede;
	margin-bottom: 25px;
	display: inline-block;
}

.content-boxes-v6 i:after {
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	content: " ";
	position: absolute;
	border: 1px solid #dedede;
	border-radius: 50% !important;
}

.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after {
	transition: all 0.3s ease-in-out;
}

.content-boxes-v6:hover i {
	background: #37a834;
}

.content-boxes-v6:hover i:after {
	border-color: #37a834;
}

/*--------------------------------------------------
	[53. Tagline Boxes]
----------------------------------------------------*/
/*Tagline Boxes*/
.tag-box  {
	padding: 20px;
	background: #fff;
	margin-bottom: 30px;
}

.tag-box h2 {
	font-size: 20px;
	line-height: 25px;
}

.tag-box p {
	margin-bottom: 0;
}

.tag-box.tag-text-space p {
	margin-bottom: 10px;
}

/*Tagline Boxes v1*/
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px #37a834;
}

/*Tagline Boxes v2*/
.tag-box-v2 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #37a834;
}

/*Tagline Boxes v3*/
.tag-box-v3 {
	border: solid 2px #eee;
}

/*Tagline Boxes v4*/
.tag-box-v4 {
	border: dashed 1px #bbb;
}

/*Tagline Boxes v5*/
.tag-box-v5 {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.tag-box-v5 span {
	color: #555;
	font-size: 28px;
	margin-bottom: 0;
}

/*Tagline Boxes v6*/
.tag-box-v6 {
	background: #fafafa;
	border: solid 1px #eee;
}

/*Tagline Boxes v7*/
.tag-box-v7 {
	border: solid 1px #eee;
	border-bottom: solid 2px #37a834;
}

/*--------------------------------------------------
	[54. Tags]
----------------------------------------------------*/
/*Tags v1
------------------------------------*/
.tags-v1 li {
	margin: 0;
	padding: 0;
}

.tags-v1 li a {
	font-size: 13px;
	padding: 4px 8px;
	line-height: 32px;
	border: solid 2px #eee;
	border-radius: 20px !important;
	transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
	text-decoration: none;
	border-color: #e0e0e0;
}

/*Tags v2
------------------------------------*/
.tags-v2 li {
	padding: 7px 0 7px 4px;
}

.tags-v2 li a {
	color: #555;
	font-size: 13px;
	padding: 5px 10px;
	border: solid 1px #bbb;
}

.tags-v2 li a:hover {
	color: #fff;
	background: #555;
	border-color: #555;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Tags v3
------------------------------------*/
.tags-v3 li {
	padding: 7px 0 7px 4px;
}

.tags-v3 li a {
	color: #555;
	font-size: 12px;
	padding: 4px 12px;
	border: solid 1px #eee;
}

.tags-v3 li a:hover {
	color: #fff;
	background: #222;
	border-color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Tags v4
------------------------------------*/
.tags-v4 {
	padding-left: 0;
	list-style: none;
}

.tags-v4 li {
	padding: 3px 2px;
	line-height: 28px;
	display: inline-block;
}

.tags-v4 a {
	color: #bbb;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 10px;
	border: 1px solid #bbb;
}

.tags-v4 a:hover {
	color: #fff;
	background: #e74c3c;
	border-color: #e74c3c;
	text-decoration: none;
	transition: all 0.25s,
	transform 0.25s;
}


/* ----------------------------------
    Register Block
------------------------------------*/
.register {
	padding: 15px 0 15px;
	border-bottom: solid 1px #eee;
	background: url(/Content/images/patterns/breadcrumbs.png) repeat;
}

.register p {
	margin-bottom: 0;
}

.register span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "Open Sans", Arial, sans-serif;
}

.register .btn-reg {
	text-align: center;
}

.register .btn-reg a {
	margin-top:2px;
}

.register .btn-reg a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.register {
		text-align: center;
	}

	.register span {
		font-size: 22px;
		line-height: 29px;
	}

	.register .btn-reg a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/* Service Block
------------------------------------*/
.service {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px;
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #37a834;
	font-size: 35px;
	text-align: center;
  transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work
------------------------------------*/
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
 transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
 	transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #37a834;
  transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #eee;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #555;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}
.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0;
}

.social-icons li a {
	margin: 0 3px;
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style {
	padding: 7px;
	margin-bottom: 20px;
}
.thumbnail-style:hover {
	box-shadow: 0 0 8px #ddd;
  transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 18px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #37a834;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #37a834;
	display: inline-block;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #5fb611;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
	transform: scale(1.2) rotate(2deg);
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
	background: #76ca2c;
	transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 {
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}

.posts .dl-horizontal dt img {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-top: 2px;
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd {
	margin-left: 70px;
}

.posts .dl-horizontal dd p {
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
	color: #37a834;
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #37a834;
	border-color: #37a834 !important;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail {
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #37a834;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #37a834 !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(/Content/images/patterns/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #37a834;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
}
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #37a834;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #37a834;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #37a834;
	border-top-color: #37a834;
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #37a834;
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
	color: #37a834;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li {
	margin-bottom: 6px;
}
.who li i {
	color: #37a834;
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative;
}
.who li:hover i,
.who li:hover a {
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(/Content/images/transparent/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200;
	margin: 20px 0 15px;
}

.promo-box:hover strong,
.promo-box:hover strong a {
	color: #37a834;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
}

.block-blockquote {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px;
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #37a834;
  transition:all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}
.line-icon-page .item-box--higher {
	height: 120px;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;
  	}
}

@media (max-width: 450px) {
	.line-icon-page .item-box {
		height: 130px;
	}
}

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #37a834;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
 .icon-page-fa .item-box {
  width: 30% !important;
 }
}

@media (max-width: 400px) {
 .icon-page-fa .item-box {
  width: 50% !important;
 }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #37a834;
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%;
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
	width: 250px;
	padding: 60px;
	position: absolute;
	top: -10px;
	right: -100px;
	background-color: rgba(255,255,255,0.1);
	transform: rotate(55deg);
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	padding: 30px 20px 20px;
}

.easy-block-v3.first {
	background: #696f77;
}
.easy-block-v3.second {
	background: #707780;
}
.easy-block-v3.third {
	background: #787f88;
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i {
	background: #555;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff;}
.banner-info.light p { color: #eee;}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #eee;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: #37a834;
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0;
	height: 0;
	top: -10px;
	left: 50px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 11px solid #f0f0f0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: #37a834;
	margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(/Content/images/patterns/main.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #555;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(/Content/images/bg/blank.jpg) 50% 0 repeat fixed;
}

.testimonials-bs .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #37a834;
  border-color: #37a834;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*Team v1*/
.team-v1 li > h3 {
	color: #555;
}

/*Footer-v2
------------------------------------*/
.footer-v2 .footer {
	padding: 40px 0;
	background: #f7f7f7;
	border-top: 3px solid #eee;
}

.footer-v2 .footer p {
	color: #555;
}

.footer-v2 .headline h2 {
	color: #585f69;
}

/*Footer Subsribe*/
.footer-v2 .footer-subsribe {
	width: 100%;
}

/*Link List*/
.footer-v2 .link-list li {
	border-top: solid 1px #eee;
}

.footer-v2 .link-list a {
	color: #555;
}

.footer-v2 address {
	color: #555;
	line-height: 23px;
}

.footer-v2 address i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

/*Copyright*/
.footer-v2 .copyright {
	border-top: none;
	background: #eee;
	padding: 20px 0 15px;
}

.footer-v2 .copyright p {
	color: #555;
	margin-bottom: 0;
}
/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Topbar
2. Header - Navbar
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Mega Menu
6. Header - Fixed
7. Header - Fixed Boxed

-----------------------------------------------------------------------*/


/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/

/*-----------------------------------
    Top Bar v2 (login, sign in etc.)
------------------------------------*/
.header-v2 .topbar-v2 {
    z-index: 12;
    padding: 15px 0;
    position: relative;       
}

@media (max-width: 991px) {
    .header-v2 .topbar-v2 {
        padding: 15px 0 7px;
    }
}

.header-v2 .topbar-v2 ul {
    margin: 7px 0 0;
}

.header-v2 .top-v2-contacts > li {
    color: #555;
    font-weight: 200;
    line-height: 12px;
    padding: 0 12px 0 15px;
    border-left: 1px solid #555;
}

    .header-v2 .top-v2-contacts > li:first-child {
        padding-left: 0;
        border-left: none;
    }

    .header-v2 .top-v2-contacts > li > a,
    .header-v2 .top-v2-contacts > li > a:hover {
        color: #fff;
    }

/*Responsive Style*/
@media (max-width: 991px) {
    .header-v2 .topbar-v2 {
        border-bottom-color: #555;
    }

        .header-v2 .topbar-v2 li,
        .header-v2 .topbar-v2 li a {
            color: #555;
            border-color: #555;
        }

            .header-v2 .topbar-v2 li a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .header-v2 .top-v2-contacts {
        margin-bottom: 15px !important;
    }

    .header-v2 .topbar-buttons .btn-u {
        color: none;
    }

    .header-v2 .topbar-buttons .btn-u-light {
        color: #555;
        border-color: #555;
    }

    .header-v2 .topbar-buttons .btn-brd-hover:hover {
        color: #fff;
        border-color: #555;
    }
}
@media (max-width: 768px) {
    .header-v2 .topbar-v2 {
        display: none;
    }
}

/*--------------------------------------------------
    [2. Header - Navbar]
----------------------------------------------------*/

/*Navbar*/
.header-v2 {
    z-index: 99;
    position: relative;
}

@media (max-width: 991px) {
    .header-v2 {
        position: static;
    }
}

@media (max-width: 768px) {
    .header-v2 {
        padding: 80px 0 0;
    }
}

/*Navbar*/
.header-v2 .navbar {
    margin: 15px 0 0;
    background: none;
}

@media (max-width: 768px) {
    .header-v2 .navbar {
        margin: 0;
    }
}

.header-v2 .navbar-default {
    border: none;
    background: none;
}

/*Navbar Brand*/
.header-v2 .navbar-brand {
    z-index: 1;
    margin-right: 50px;
    padding: 10px 10px 10px 16px;
}

@media (max-width: 991px) {
    .header-v2 .navbar-brand {
        padding-top: 0;
    }
}

/*Navbar Toggle*/
.header-v2 .navbar-default .navbar-toggle {
    border-color: #5fb611;
}

@media (max-width: 991px) {
    .header-v2 .navbar-default .navbar-toggle {
        margin-top: -2px;
    }
}

@media (min-width: 768px) {
    .header-v2 .navbar-default .navbar-toggle {
        margin-right: 0;
    }
}

.header-v2 .navbar-default .navbar-toggle .fa {
    color: #fff;
    font-size: 19px;
}

.header-v2 .navbar-toggle,
.header-v2 .navbar-default .navbar-toggle:hover,
.header-v2 .navbar-default .navbar-toggle:focus {
    background: #37a834;
    padding: 6px 10px 2px;
}

    .header-v2 .navbar-toggle:hover {
        background: #5fb611 !important;
    }

/*Navbar Collapse*/
.header-v2 .navbar-collapse {
    margin-top: 4px;
    position: relative;
}

/*Navbar Menu*/
.header-v2 .navbar-default .navbar-nav > li > a {
    color: #989191;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .header-v2 .navbar-nav {
        float: right;
    }
}

/*-----------------------------------
    Profile Header
------------------------------------*/

.header-v2 .top-v2-profile {
    margin-right: 12px;
    font-size: 16px
}

/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header-v2 .navbar-header {
        float: none;
    }

    .header-v2 .navbar-toggle {
        display: block;
    }

    .header-v2 .navbar-collapse.collapse {
        display: none !important;
    }

        .header-v2 .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
        }

    .header-v2 .navbar-nav {
        margin: 0;
        float: none !important;
    }

        .header-v2 .navbar-nav > li {
            float: none;
        }

            .header-v2 .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 40px;
            }

    /*Navbar Nav*/
    .header-v2 .navbar-default .navbar-nav > li > a {
        color: #777;
    }

    /*Pull Right*/
    .header-v2 .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header-v2 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

        .header-v2 .navbar-nav .open .dropdown-menu > li > a,
        .header-v2 .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .header-v2 .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .header-v2 .navbar-nav .open .dropdown-menu > li > a:hover,
            .header-v2 .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #e7e7e7;
    }

    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header-v2 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header-v2 .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .header-v2 .navbar-collapse,
    .header-v2 .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-v2 .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header-v2 .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }

    .header-v2 .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header-v2 .navbar-default .navbar-nav > li > a:hover {
        color: #37a834;
    }

    .header-v2 .navbar-default .navbar-nav > .active > a,
    .header-v2 .navbar-default .navbar-nav > .active > a:hover,
    .header-v2 .navbar-default .navbar-nav > .active > a:focus {
        background: #37a834;
        color: #555 !important;
    }

    .header-v2 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #333 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header-v2 .navbar-collapse {
        padding: 0;
        line-height:inherit
        
    }

    /*Navbar*/
    .header-v2 .navbar{
        min-height: 40px;
       background-color:initial;
       height:initial;
    }
    /*top div for all the pages*/
    .mobile {
        height:140px;
    }
    .header-v2 .container > .navbar-header,
    .header-v2 .container-fluid > .navbar-header,
    .header-v2 .container > .navbar-collapse,
    .header-v2 .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header-v2 .navbar-nav {
        top: 2px;
        position: relative;
    }

    .header-v2 .navbar-default .navbar-nav > li > a {
        line-height: 25px;
        padding: 9px 30px 13px 20px;
    }

        .header-v2 .navbar-default .navbar-nav > li > a,
        .header-v2 .navbar-default .navbar-nav > li > a:hover,
        .header-v2 .navbar-default .navbar-nav > li > a:focus,
        .header-v2 .navbar-default .navbar-nav > .active > a,
        .header-v2 .navbar-default .navbar-nav > .active > a:hover,
        .header-v2 .navbar-default .navbar-nav > .active > a:focus {
            color: #989191;
            font-weight: 400;
            background: none;
        }

    .header-v2 .navbar-default .navbar-nav > .open > a,
    .header-v2 .navbar-default .navbar-nav > .open > a:hover,
    .header-v2 .navbar-default .navbar-nav > .open > a:focus {
        color: #37a834;
    }

    /*Dropdown Menu*/
    .header-v2 .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #37a834;
        border-bottom: solid 2px #687074;
    }

        .header-v2 .dropdown-menu li a {
            color: #687074;
            font-size: 13px;
            font-weight: 400;
            padding: 6px 15px;
            border-bottom: solid 1px #eee;
        }

        .header-v2 .dropdown-menu .active > a,
        .header-v2 .dropdown-menu li > a:hover {
            color: #fff;
            filter: none !important;
            background: #687074 !important;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .header-v2 .dropdown-menu li > a:focus {
            background: none;
            filter: none !important;
        }

    .header-v2 .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header-v2 .open > .dropdown-menu {
        display: none;
    }
}


/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header-v2 .dropdown-submenu {
    position: relative;
}

    .header-v2 .dropdown > a:after,
    .header-v2 .dropdown-submenu > a:after {
        top: 8px;
        right: 9px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

@media (max-width: 991px) {
    .header-v2 .dropdown-submenu > a:after {
        content: " ";
    }
}

.header-v2 .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header-v2 .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

    /*Submenu comes from LEFT side*/
    .header-v2 .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100%;
    }

.header-v2 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header-v2 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header-v2 .dropdown-submenu.pull-left {
    float: none;
}

    .header-v2 .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.header-v2 .dropdown-menu li [class^="fa-"],
.header-v2 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

    .header-v2 .dropdown-menu li [class^="fa-"].fa-lg,
    .header-v2 .dropdown-menu li [class*=" fa-"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }


/*--------------------------------------------------
    [5. Header - Mega Menu]
----------------------------------------------------*/

/*Mega Menu
------------------------------------*/
.header-v2 .mega-menu .nav,
.header-v2 .mega-menu .dropup,
.header-v2 .mega-menu .dropdown,
.header-v2 .mega-menu .collapse {
    position: static;
}

.header-v2 .mega-menu .navbar-inner,
.header-v2 .mega-menu .container {
    position: relative;
    background:none;
}

.header-v2 .mega-menu .dropdown-menu {
    left: auto;
}

    .header-v2 .mega-menu .dropdown-menu > li {
        display: block;
    }

.header-v2 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header-v2 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header-v2 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}

    .header-v2 .mega-menu .mega-menu-content:before,
    .header-v2 .mega-menu .mega-menu-content:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .header-v2 .mega-menu .mega-menu-content:after {
        clear: both;
    }

.header-v2 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v2 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header-v2 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header-v2 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

/*Equal Height Lists*/
@media (min-width: 992px) {
    .header-v2 .mega-menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-flex-wrap: wrap;
           -ms-flex-wrap: wrap;
           flex-wrap: wrap;*/
    }

    .header-v2 .mega-menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*Mega Menu Style Effect*/
.header-v2 .mega-menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
    .header-v2 .mega-menu .big-screen-space {
        margin-bottom: 20px;
    }
}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header-v2 .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

        .header-v2 .mega-menu .equal-height-in:first-child {
            border-left: none;
            margin-left: -1px;
        }

    .header-v2 .mega-menu .equal-height-list {
        width: 100%;
    }

        .header-v2 .mega-menu .equal-height-list li a {
            display: block;
            position: relative;
            border-bottom: none;
            padding: 5px 10px 5px 15px;
        }

        .header-v2 .mega-menu .equal-height-list a:hover {
            text-decoration: none;
        }

    /*Dropdown Arrow Icons*/
    .header-v2 .mega-menu .mega-menu-fullwidth li a {
        padding: 5px 10px 5px 30px;
    }

        .header-v2 .mega-menu .mega-menu-fullwidth li a:after {
            top: 7px;
            left: 15px;
            font-size: 11px;
            content: "\f105";
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
        }

    /*Dropdown Arrow Icons Disable class*/
    .header-v2 .mega-menu .mega-menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

        .header-v2 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
            display: none;
        }
}

/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
    .header-v2 .mega-menu .mega-menu-content .container {
        width: 690px !important;
    }

    .header-v2 .mega-menu .equal-height {
        margin-right: 0;
    }

    .header-v2 .mega-menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
       
    }
}

@media (max-width: 991px) {
    .header-v2 .mega-menu .equal-height {
        margin-right: 0;
    }

    .header-v2 .mega-menu .equal-height-in {
        padding-right: 0;
    }
}

/*Equal Hight List Style*/
@media (max-width: 991px) {
    .header-v2 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header-v2 .mega-menu .equal-height-in,
    .header-v2 .mega-menu .equal-height-list {
        display: block;
    }

    .header-v2 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    /*Equal Height List Style*/
    .header-v2 .mega-menu .equal-height-list h3 {
        color: #333;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px 5px;
        border-bottom: solid 1px #eee;
    }

    .header-v2 .mega-menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
        border-bottom: solid 1px #eee;
    }

    .header-v2 .mega-menu .equal-height-list > h3.active,
    .header-v2 .mega-menu .equal-height-list > .active > a,
    .header-v2 .mega-menu .equal-height-list > .active > a:hover,
    .header-v2 .mega-menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header-v2 .mega-menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none;
    }
}


/*--------------------------------------------------
    [6. Header - Dark Option]
----------------------------------------------------*/

/*Header*/
.header-fixed .header-v2 {
    height: 0;
}

    .header-fixed .header-v2.header-fixed-shrink {
        top: 0;
        left: 0;
        width: 100%;
        /*Height was 120*/
        height: 160px;
        z-index: 999;
        position: fixed;
        /*margin-top: -35px;*/
        border-bottom: none;
        box-shadow: 0 0 3px #bbb;
        background: rgba(255,255,255, 0.96);

    }

        /*Topbar v2*/
        .header-fixed .header-v2.header-fixed-shrink .topbar-v2 {
            display: none;
        }

        /*Brand*/
        .header-fixed .header-v2.header-fixed-shrink .navbar-brand {
            top: 50px;
            z-index: 1;
            position: relative;
            padding: 0 10px 10px 15px;
        }

            .header-fixed .header-v2.header-fixed-shrink .navbar-brand img {
                width: 90%;
            }

.navbar-brand.brand-style {
    margin-top: -65px;
    margin-left: 0 !important;
}

/*Navbar*/
.header-fixed .header-v2.header-fixed-shrink .navbar {
    margin-top: 0;
}

.header-fixed .header-v2.header-fixed-shrink .active a {
    border-bottom: none !important;
}



@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header-v2,
    .header-fixed .header-v2.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-fixed .header-v2.header-fixed-shrink .navbar-nav > li > a {
        color: #777;
        margin-top: 25px;
        padding: 21px 30px 17px 20px;
        border-bottom: solid 1px transparent !important;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

    .header-fixed .header-v2.header-fixed-shrink .navbar-nav > .active > a:hover {
        color: #777;
    }

    .header-fixed .header-v2.header-fixed-shrink .dropdown > a:after {
        top: 22px;
    }
}


/*--------------------------------------------------
    [7. Header - Fixed Boxed]
----------------------------------------------------*/

.boxed-layout.header-fixed .header-v2.header-sticky {
    left: inherit;
    width: inherit;
}



* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    font-family: Roboto, "Open Sans", Arial, sans-serif;
}

    body.header-fixed-space {
        padding-top: 94px;
    }

    body.header-fixed-space-v2 {
        padding-top: 135px;
    }

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #37a834;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #37a834;
            text-decoration: underline;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(/Content/images/patterns/main.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

/* Patterns */
.bg-pattern-light {
    background: url(/Content/images/patterns/breadcrumbs.png) repeat;
}

/************************************************************************/
/************************************************************************/

hr {
    margin: 30px 0;
}

    hr.hr-xs {
        margin: 10px 0;
    }

    hr.hr-md {
        margin: 20px 0;
    }

    hr.hr-lg {
        margin: 40px 0;
    }

/*Headings
------------------------------------*/
h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

.font-open-sans {
    font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

    h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
        margin-right: 5px;
    }

/*Block Headline*/
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

    .headline h2 {
        font-size: 22px;
    }

    .headline h2,
    .headline h3,
    .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        border-bottom: 2px solid #37a834;
    }

.headline-md {
    margin-bottom: 15px;
}

    .headline-md h2 {
        font-size: 21px;
    }

/*Heading Options*/
.heading {
    text-align: center;
}

    .heading h2 {
        padding: 0 12px;
        position: relative;
        display: inline-block;
        line-height: 34px !important; /*For Tagline Boxes*/
    }

        .heading h2:before,
        .heading h2:after {
            content: ' ';
            width: 70%;
            position: absolute;
            border-width: 1px;
            border-color: #bbb;
        }

        .heading h2:before {
            right: 100%;
        }

        .heading h2:after {
            left: 100%;
        }

@media (max-width: 768px) {
    .heading h2:before,
    .heading h2:after {
        width: 20%;
    }
}

/*Headline v1*/
.heading-v1 h2:before,
.heading-v1 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before,
.heading-v2 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before,
.heading-v3 h2:after {
    top: 15px;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before,
.heading-v4 h2:after {
    top: 17px;
    border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before,
.heading-v5 h2:after {
    top: 17px;
    border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before,
.heading-v6 h2:after {
    top: 17px;
    border-bottom-style: dotted;
}

/*Heading Titles v1*/
.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

    .title-v1 h1,
    .title-v1 h2 {
        color: #444;
        font-size: 28px;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 20px;
        text-transform: uppercase;
        font-family: "Open Sans", Arial, sans-serif;
    }

        .title-v1 h1:after,
        .title-v1 h2:after {
            bottom: 0;
            left: 50%;
            height: 1px;
            width: 70px;
            content: " ";
            margin-left: -35px;
            position: absolute;
            background: #37a834;
        }

    .title-v1 p {
        font-size: 17px;
        font-weight: 200;
    }

/*Heading Titles v2*/
h2.title-v2 {
    color: #555;
    position: relative;
    margin-bottom: 30px;
}

    h2.title-v2:after {
        left: 0;
        width: 70px;
        height: 2px;
        content: " ";
        bottom: -10px;
        background: #555;
        position: absolute;
    }

    h1.title-v2.title-center,
    h2.title-v2.title-center,
    h3.title-v2.title-center {
        text-align: center;
    }

        h1.title-v2.title-center:after,
        h2.title-v2.title-center:after,
        h3.title-v2.title-center:after {
            left: 50%;
            width: 70px;
            margin-left: -35px;
        }

h1.title-light,
h2.title-light,
h3.title-light {
    color: #fff;
}

    h2.title-light:after {
        background: #fff;
    }

/*Heading Title v3*/
h1[class^="title-v3-"],
h2[class^="title-v3-"],
h3[class^="title-v3-"] {
    color: #555;
}

h2.title-v3-xlg {
    font-size: 28px;
    line-height: 32px;
}

h1.title-v3-lg,
h2.title-v3-lg {
    font-size: 24px;
    line-height: 28px;
}

h1.title-v3-md,
h2.title-v3-md {
    font-size: 20px;
    line-height: 24px;
}

h2.title-v3-sm,
h3.title-v3-md {
    font-size: 18px;
    line-height: 24px;
}

h3.title-v3-md {
    line-height: 22px;
}

h3.title-v3-sm {
    font-size: 16px;
    line-height: 20px;
}

h2.title-v3-xs {
    font-size: 16px;
    line-height: 22px;
}

h3.title-v3-xs {
    font-size: 14px;
    margin-bottom: 0;
}

/*Title v4*/
.title-v4 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #333;
}

/*Headline Center*/
.headline-center {
    text-align: center;
    position: relative;
}

    .headline-center h2 {
        color: #555;
        font-size: 24px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

        .headline-center h2:after {
            left: 50%;
            z-index: 1;
            width: 30px;
            height: 2px;
            content: " ";
            bottom: -5px;
            margin-left: -15px;
            text-align: center;
            position: absolute;
            background: #37a834;
        }

    .headline-center p {
        /*color: #999;*/
        font-size: 14px;
        /*padding: 0 150px;*/
    }

@media (max-width: 991px) {
    .headline-center p {
        padding: 0 50px;
    }
}

.headline-center.headline-light h2 {
    color: #fff;
}

.headline-center.headline-light p {
    color: #eee;
}

/*Headline Center v2*/
.headline-center-v2 {
    z-index: 0;
    text-align: center;
    position: relative;
}

    .headline-center-v2 h2 {
        color: #555;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .headline-center-v2 span.bordered-icon {
        color: #fff;
        padding: 0 10px;
        font-size: 15px;
        line-height: 18px;
        position: relative;
        margin-bottom: 25px;
        display: inline-block;
    }

        .headline-center-v2 span.bordered-icon:before,
        .headline-center-v2 span.bordered-icon:after {
            top: 8px;
            height: 1px;
            content: " ";
            width: 100px;
            background: #fff;
            position: absolute;
        }

        .headline-center-v2 span.bordered-icon:before {
            left: 100%;
        }

        .headline-center-v2 span.bordered-icon:after {
            right: 100%;
        }

    .headline-center-v2 p {
        color: #555;
        font-size: 14px;
        padding: 0 70px;
    }

    .headline-center-v2.headline-center-v2-dark p {
        color: #666;
    }

    .headline-center-v2.headline-center-v2-dark span.bordered-icon {
        color: #666;
    }

        .headline-center-v2.headline-center-v2-dark span.bordered-icon:before,
        .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
            background: #666;
        }

/*Headline Left*/
.headline-left {
    position: relative;
}

    .headline-left .headline-brd {
        color: #555;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }

        .headline-left .headline-brd:after {
            left: 1px;
            z-index: 1;
            width: 100%; /*30px;*/
            height: 2px;
            content: " ";
            bottom: -5px;
            position: absolute;
            background: #37a834;
        }

/*Headline v2
------------------------------------*/
.headline-v2 {
    display: block;
    background: #fff;
    padding: 1px 10px;
    margin: 0 0 20px 0;
    border-left: 2px solid #000;
}

    .headline-v2 h2 {
        margin: 3px 0;
        font-size: 20px;
        font-weight: 200;
    }

/*Heading Sizes
------------------------------------*/
h2.heading-md {
    font-size: 20px;
    line-height: 24px;
}

h2.heading-sm,
h3.heading-md {
    font-size: 18px;
    line-height: 24px;
}

h3.heading-md {
    line-height: 22px;
}

h3.heading-sm {
    font-size: 16px;
    line-height: 20px;
}

h2.heading-xs {
    font-size: 16px;
    line-height: 22px;
}

h3.heading-xs {
    font-size: 14px;
    margin-bottom: 0;
}

/*Devider
------------------------------------*/
.devider.devider-dotted {
    border-top: 2px dotted #eee;
}

.devider.devider-dashed {
    border-top: 2px dashed #eee;
}

.devider.devider-db {
    height: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.devider.devider-db-dashed {
    height: 5px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.devider.devider-db-dotted {
    height: 5px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
    border-bottom: none;
}

@media (max-width: 768px) {
    .table th.hidden-sm,
    .table td.hidden-sm {
        display: none !important;
    }
}

/*Forms
------------------------------------*/
.form-control {
    box-shadow: none;
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/
.form-spacing .form-control {
    margin-bottom: 15px;
}

/*Form Icons*/
.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}

/*Navigation
------------------------------------*/
.dropdown-menu,
.navbar-toggle {
    border-radius: 0;
}

/*Button Styles
------------------------------------*/
.btn {
    box-shadow: none;
    border-radius: 0;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #37a834;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    .btn-u.btn-block {
        text-align: center;
    }

.btn-u-sm,
a.btn-u-sm {
    padding: 3px 12px;
}

.btn-u-md,
a.btn-u-md {
    padding: 10px 20px;
}

.btn-u-lg,
a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
    padding: 3px 13px;
}

.btn-group > .btn-u,
.btn-group-vertical > .btn-u {
    float: left;
    position: relative;
}

    .btn-group > .btn-u:first-child {
        margin-left: 0;
    }

/*For FF Only*/
@-moz-document url-prefix() {
    .footer-subsribe .btn-u {
        padding-bottom: 4px;
    }
}

@media (max-width: 768px) {
    @-moz-document url-prefix() {
        .btn-u {
            padding-bottom: 6px;
        }
    }
}

/*Buttons Color*/
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
    background: #5fb611;
}

.btn-u-split.dropdown-toggle {
    border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
    background: #3498db;
}

    .btn-u.btn-u-blue:hover,
    .btn-u.btn-u-blue:focus,
    .btn-u.btn-u-blue:active,
    .btn-u.btn-u-blue.active,
    .open .dropdown-toggle.btn-u.btn-u-blue {
        background: #2980b9;
    }

.btn-u.btn-u-split-blue.dropdown-toggle {
    border-left: solid 1px #2980b9;
}

.btn-u.btn-u-red {
    background: #e74c3c;
}

    .btn-u.btn-u-red:hover,
    .btn-u.btn-u-red:focus,
    .btn-u.btn-u-red:active,
    .btn-u.btn-u-red.active,
    .open .dropdown-toggle.btn-u.btn-u-red {
        background: #c0392b;
    }

.btn-u.btn-u-split-red.dropdown-toggle {
    border-left: solid 1px #c0392b;
}

.btn-u.btn-u-orange {
    background: #e67e22;
}

    .btn-u.btn-u-orange:hover,
    .btn-u.btn-u-orange:focus,
    .btn-u.btn-u-orange:active,
    .btn-u.btn-u-orange.active,
    .open .dropdown-toggle.btn-u.btn-u-orange {
        background: #d35400;
    }

.btn-u.btn-u-split-orange.dropdown-toggle {
    border-left: solid 1px #d35400;
}

.btn-u.btn-u-sea {
    background: #1abc9c;
}

    .btn-u.btn-u-sea:hover,
    .btn-u.btn-u-sea:focus,
    .btn-u.btn-u-sea:active,
    .btn-u.btn-u-sea.active,
    .open .dropdown-toggle.btn-u.btn-u-sea {
        background: #16a085;
    }

.btn-u.btn-u-split-sea.dropdown-toggle {
    border-left: solid 1px #16a085;
}

.btn-u.btn-u-green {
    background: #2ecc71;
}

    .btn-u.btn-u-green:hover,
    .btn-u.btn-u-green:focus,
    .btn-u.btn-u-green:active,
    .btn-u.btn-u-green.active,
    .open .dropdown-toggle.btn-u.btn-u-green {
        background: #27ae60;
    }

.btn-u.btn-u-split-green.dropdown-toggle {
    border-left: solid 1px #27ae60;
}

.btn-u.btn-u-yellow {
    background: #f1c40f;
}

    .btn-u.btn-u-yellow:hover,
    .btn-u.btn-u-yellow:focus,
    .btn-u.btn-u-yellow:active,
    .btn-u.btn-u-yellow.active,
    .open .dropdown-toggle.btn-u.btn-u-yellow {
        background: #f39c12;
    }

.btn-u.btn-u-split-yellow.dropdown-toggle {
    border-left: solid 1px #f39c12;
}

.btn-u.btn-u-default {
    background: #95a5a6;
}

    .btn-u.btn-u-default:hover,
    .btn-u.btn-u-default:focus,
    .btn-u.btn-u-default:active,
    .btn-u.btn-u-default.active,
    .open .dropdown-toggle.btn-u.btn-u-default {
        background: #7f8c8d;
    }

.btn-u.btn-u-split-default.dropdown-toggle {
    border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-purple {
    background: #9b6bcc;
}

    .btn-u.btn-u-purple:hover,
    .btn-u.btn-u-purple:focus,
    .btn-u.btn-u-purple:active,
    .btn-u.btn-u-purple.active,
    .open .dropdown-toggle.btn-u.btn-u-purple {
        background: #814fb5;
    }

.btn-u.btn-u-split-purple.dropdown-toggle {
    border-left: solid 1px #814fb5;
}

.btn-u.btn-u-aqua {
    background: #27d7e7;
}

    .btn-u.btn-u-aqua:hover,
    .btn-u.btn-u-aqua:focus,
    .btn-u.btn-u-aqua:active,
    .btn-u.btn-u-aqua.active,
    .open .dropdown-toggle.btn-u.btn-u-aqua {
        background: #26bac8;
    }

.btn-u.btn-u-split-aqua.dropdown-toggle {
    border-left: solid 1px #26bac8;
}

.btn-u.btn-u-brown {
    background: #9c8061;
}

    .btn-u.btn-u-brown:hover,
    .btn-u.btn-u-brown:focus,
    .btn-u.btn-u-brown:active,
    .btn-u.btn-u-brown.active,
    .open .dropdown-toggle.btn-u.btn-u-brown {
        background: #81674b;
    }

.btn-u.btn-u-split-brown.dropdown-toggle {
    border-left: solid 1px #81674b;
}

.btn-u.btn-u-dark-blue {
    background: #4765a0;
}

    .btn-u.btn-u-dark-blue:hover,
    .btn-u.btn-u-dark-blue:focus,
    .btn-u.btn-u-dark-blue:active,
    .btn-u.btn-u-dark-blue.active,
    .open .dropdown-toggle.btn-u.btn-u-dark-blue {
        background: #324c80;
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #324c80;
}

.btn-u.btn-u-light-green {
    background: #79d5b3;
}

    .btn-u.btn-u-light-green:hover,
    .btn-u.btn-u-light-green:focus,
    .btn-u.btn-u-light-green:active,
    .btn-u.btn-u-light-green.active,
    .open .dropdown-toggle.btn-u.btn-u-light-green {
        background: #59b795;
    }

.btn-u.btn-u-split-light-green.dropdown-toggle {
    border-left: solid 1px #59b795;
}

.btn-u.btn-u-dark {
    background: #555;
}

    .btn-u.btn-u-dark:hover,
    .btn-u.btn-u-dark:focus,
    .btn-u.btn-u-dark:active,
    .btn-u.btn-u-dark.active,
    .open .dropdown-toggle.btn-u.btn-u-dark {
        background: #333;
    }

.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #333;
}

.btn-u.btn-u-light-grey {
    background: #585f69;
}

    .btn-u.btn-u-light-grey:hover,
    .btn-u.btn-u-light-grey:focus,
    .btn-u.btn-u-light-grey:active,
    .btn-u.btn-u-light-grey.active,
    .open .dropdown-toggle.btn-u.btn-u-light-grey {
        background: #484f58;
    }

.btn-u.btn-u-split-light-grey.dropdown-toggle {
    border-left: solid 1px #484f58;
}

/*Bordered Buttons*/
.btn-u.btn-brd {
    color: #555;
    background: none;
    padding: 5px 13px;
    border: solid 1px transparent;
}

.btn-u.btn-brd-width-2 {
    padding: 7px 18px;
    border-width: 2px;
}

.btn-u.btn-brd:hover {
    background: none;
}

.btn-u.btn-brd:focus {
    background: none;
}

.btn-u.btn-brd.btn-brd-hover:hover {
    color: #fff !important;
}

.btn-u.btn-brd {
    border-color: #37a834;
}

    .btn-u.btn-brd:hover {
        color: #5fb611;
        border-color: #5fb611;
    }

    .btn-u.btn-brd.btn-brd-hover:hover {
        background: #5fb611;
    }

    .btn-u.btn-brd.btn-u-blue {
        border-color: #3498db;
    }

        .btn-u.btn-brd.btn-u-blue:hover {
            color: #2980b9;
            border-color: #2980b9;
        }

        .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
            background: #2980b9;
        }

    .btn-u.btn-brd.btn-u-red {
        border-color: #e74c3c;
    }

        .btn-u.btn-brd.btn-u-red:hover {
            color: #c0392b;
            border-color: #c0392b;
        }

        .btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
            background: #c0392b;
        }

    .btn-u.btn-brd.btn-u-orange {
        border-color: #e67e22;
    }

        .btn-u.btn-brd.btn-u-orange:hover {
            color: #d35400;
            border-color: #d35400;
        }

        .btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
            background: #d35400;
        }

    .btn-u.btn-brd.btn-u-sea {
        border-color: #1abc9c;
    }

        .btn-u.btn-brd.btn-u-sea:hover {
            color: #16a085;
            border-color: #16a085;
        }

        .btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
            background: #16a085;
        }

    .btn-u.btn-brd.btn-u-green {
        border-color: #2ecc71;
    }

        .btn-u.btn-brd.btn-u-green:hover {
            color: #27ae60;
            border-color: #27ae60;
        }

        .btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
            background: #27ae60;
        }

    .btn-u.btn-brd.btn-u-yellow {
        border-color: #f1c40f;
    }

        .btn-u.btn-brd.btn-u-yellow:hover {
            color: #f39c12;
            border-color: #f39c12;
        }

        .btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
            background: #f39c12;
        }

    .btn-u.btn-brd.btn-u-default {
        border-color: #95a5a6;
    }

        .btn-u.btn-brd.btn-u-default:hover {
            color: #7f8c8d;
            border-color: #7f8c8d;
        }

        .btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
            background: #7f8c8d;
        }

    .btn-u.btn-brd.btn-u-dark {
        border-color: #555;
    }

        .btn-u.btn-brd.btn-u-dark:hover {
            color: #333;
            border-color: #333;
        }

        .btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
            background: #333;
        }

    .btn-u.btn-brd.btn-u-light-grey {
        border-color: #585f69;
    }

        .btn-u.btn-brd.btn-u-light-grey:hover {
            color: #484f58;
            border-color: #484f58;
        }

        .btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
            background: #484f58;
        }

    .btn-u.btn-brd.btn-u-purple {
        border-color: #9b6bcc;
    }

        .btn-u.btn-brd.btn-u-purple:hover {
            color: #814fb5;
            border-color: #814fb5;
        }

        .btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
            background: #814fb5;
        }

    .btn-u.btn-brd.btn-u-aqua {
        border-color: #27d7e7;
    }

        .btn-u.btn-brd.btn-u-aqua:hover {
            color: #26bac8;
            border-color: #26bac8;
        }

        .btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
            background: #26bac8;
        }

    .btn-u.btn-brd.btn-u-brown {
        border-color: #9c8061;
    }

        .btn-u.btn-brd.btn-u-brown:hover {
            color: #81674b;
            border-color: #81674b;
        }

        .btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
            background: #81674b;
        }

    .btn-u.btn-brd.btn-u-dark-blue {
        border-color: #4765a0;
    }

        .btn-u.btn-brd.btn-u-dark-blue:hover {
            color: #324c80;
            border-color: #324c80;
        }

        .btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
            background: #324c80;
        }

    .btn-u.btn-brd.btn-u-light-green {
        border-color: #79d5b3;
    }

        .btn-u.btn-brd.btn-u-light-green:hover {
            color: #59b795;
            border-color: #59b795;
        }

        .btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
            background: #59b795;
        }

    .btn-u.btn-brd.btn-u-light {
        color: #fff;
        border-color: #fff;
    }

        .btn-u.btn-brd.btn-u-light:hover {
            border-color: #fff;
        }

        .btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
            background: #fff;
            color: #555 !important;
        }

/*Dropdown Buttons
------------------------------------*/
.dropdown-show {
    box-shadow: 0 0 4px #eee;
    display: inline-block;
    position: relative;
}

/*Badges and Labels
------------------------------------*/
.badge,
.label {
    border-radius: 0;
}

/*Labels*/
span.label {
    font-size: 11px;
    font-weight: 400;
    padding: 4px 7px;
}

/*Badges*/
span.badge,
.list-group-item.active > .badge {
    color: #fff;
    font-weight: 400;
    padding: 4px 7px;
}

    span.label-u,
    span.badge-u,
    .list-group-item.active > .badge.badge-u {
        background: #37a834;
    }

span.label-blue,
span.badge-blue,
.list-group-item.active > .badge {
    background: #3498db;
}

span.label-red,
span.badge-red,
.list-group-item.active > .badge {
    background: #e74c3c;
}

    span.label-green,
    span.badge-green,
    .list-group-item.active > .badge.badge-green {
        background: #2ecc71;
    }

    span.label-sea,
    span.badge-sea,
    .list-group-item.active > .badge.badge-sea {
        background: #1abc9c;
    }

    span.label-orange,
    span.badge-orange,
    .list-group-item.active > .badge.badge-orange {
        background: #e67e22;
    }

    span.label-yellow,
    span.badge-yellow,
    .list-group-item.active > .badge.badge-yellow {
        background: #f1c40f;
    }

    span.label-purple,
    span.badge-purple,
    .list-group-item.active > .badge.badge-purple {
        background: #9b6bcc;
    }

    span.label-aqua,
    span.badge-aqua,
    .list-group-item.active > .badge.badge-aqua {
        background: #27d7e7;
    }

    span.label-brown,
    span.badge-brown,
    .list-group-item.active > .badge.badge-brown {
        background: #9c8061;
    }

    span.label-dark-blue,
    span.badge-dark-blue,
    .list-group-item.active > .badge.badge-dark-blue {
        background: #4765a0;
    }

    span.label-light-green,
    span.badge-light-green,
    .list-group-item.active > .badge.badge-light-green {
        background: #79d5b3;
    }

    span.label-light,
    span.badge-light,
    .list-group-item.active > .badge.badge-light {
        color: #777;
        background: #ecf0f1;
    }

    span.label-dark,
    span.badge-dark,
    .list-group-item.active > .badge.badge-dark {
        background: #555;
    }

/*Badge Lists*/
.badge-lists li {
    position: relative;
}

.badge-lists span.badge {
    top: -10px;
    right: -6px;
    position: absolute;
}

/*Badge Icons*/
.badge-lists.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
}

.badge-lists.badge-icons i {
    font-size: 18px;
    min-width: 25px;
}

/*Badge Box v1*/
.badge-box-v1 a {
    color: #777;
    min-width: 40px;
    font-size: 18px;
    padding: 8px 9px;
    display: inline-block;
    border: solid 1px #eee;
}

/*Badge Box v2*/
.badge-box-v2 a {
    color: #777;
    font-size: 12px;
    padding: 10px;
    min-width: 70px;
    text-align: center;
    display: inline-block;
    border: solid 1px #eee;
}

    .badge-box-v2 a i {
        font-size: 20px;
    }

    /*General Badge Box*/
    .badge-box-v1 a i,
    .badge-box-v2 a i {
        display: block;
        margin: 1px auto 2px;
    }

    .badge-box-v1 a:hover,
    .badge-box-v2 a:hover {
        color: #555;
        border-color: #555;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
    margin: 0;
    padding: 0;
}

    .social-icons li {
        list-style: none;
        margin-right: 3px;
        margin-bottom: 5px;
        text-indent: -9999px;
        display: inline-block;
    }

        .social-icons li a, a.social-icon {
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all 0.3s ease-in-out;
        }

        .social-icons li:hover a {
            background-position: 0 -38px;
        }

.social-icons-color li a {
    opacity: 0.7;
    background-position: 0 -38px !important;
    -webkit-backface-visibility: hidden; /*For Chrome*/
}

    .social-icons-color li a:hover {
        opacity: 1;
    }

.social_blogger {
    background: url(/Content/images/icons/social/blogger.png) no-repeat;
}

.social_dropbox {
    background: url(/Content/images/icons/social/dropbox.png) no-repeat;
}

.social_evernote {
    background: url(/Content/images/icons/social/evernote.png) no-repeat;
}

.social_facebook {
    background: url(/Content/images/icons/social/facebook.png) no-repeat;
}

.social_googleplus {
    background: url(/Content/images/icons/social/googleplus.png) no-repeat;
}

.social_linkedin {
    background: url(/Content/images/icons/social/linkedin.png) no-repeat;
}

.social_pintrest {
    background: url(/Content/images/icons/social/pintrest.png) no-repeat;
}

.social_rss {
    background: url(/Content/images/icons/social/rss.png) no-repeat;
}

.social_skype {
    background: url(/Content/images/icons/social/skype.png) no-repeat;
}

.social_stumbleupon {
    background: url(/Content/images/icons/social/stumbleupon.png) no-repeat;
}

.social_tumblr {
    background: url(/Content/images/icons/social/tumblr.png) no-repeat;
}

.social_twitter {
    background: url(/Content/images/icons/social/twitter.png) no-repeat;
}

.social_vimeo {
    background: url(/Content/images/icons/social/vimeo.png) no-repeat;
}

.social_youtube {
    background: url(/Content/images/icons/social/youtube.png) no-repeat;
}

.social_instagram {
    background: url(/Content/images/icons/social/instagram.png) no-repeat;
}

/*Font Awesome Icon Styles*/
i.icon-custom {
    color: #555;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
}

i.icon-sm {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
}

i.icon-md {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
}

i.icon-lg {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 60px;
    /*width: 60px;
	height: 60px;
	font-size: 31px;
	line-height: 60px;*/
    margin-bottom: 10px;
}

i.icon-2x {
    font-size: 30px;
}

i.icon-3x {
    font-size: 40px;
}

i.icon-4x {
    font-size: 50px;
}

/*Line Icons*/
i.icon-line {
    font-size: 17px;
}

i.icon-sm.icon-line {
    font-size: 14px;
}

i.icon-md.icon-line {
    font-size: 22px;
}

i.icon-lg.icon-line {
    font-size: 28px;
}

i.icon-2x.icon-line {
    font-size: 27px;
}

i.icon-3x.icon-line {
    font-size: 36px;
}

i.icon-4x.icon-line {
    font-size: 47px;
}

/*Icon Styles For Links*/
.link-icon,
.link-bg-icon {
    color: #555;
}

    .link-icon:hover,
    .link-bg-icon:hover {
        border: none;
        text-decoration: none;
    }

        .link-icon:hover i {
            color: #37a834;
            background: none;
            border: solid 1px #37a834;
        }

        .link-bg-icon:hover i {
            color: #37a834;
            background: #37a834;
            border-color: #37a834;
            color: #fff !important;
        }

/*Icons Color*/
i.icon-color-u,
i.icon-color-red,
i.icon-color-sea,
i.icon-color-dark,
i.icon-color-grey,
i.icon-color-blue,
i.icon-color-green,
i.icon-color-yellow,
i.icon-color-orange,
i.icon-color-purple,
i.icon-color-aqua,
i.icon-color-brown,
i.icon-color-dark-blue,
i.icon-color-light-grey,
i.icon-color-light-green {
    background: none;
}

i.icon-color-u {
    color: #37a834;
    border: solid 1px #37a834;
}

i.icon-color-blue {
    color: #3498db;
    border: solid 1px #3498db;
}

i.icon-color-red {
    color: #e74c3c;
    border: solid 1px #e74c3c;
}

i.icon-color-sea {
    color: #1abc9c;
    border: solid 1px #1abc9c;
}

i.icon-color-green {
    color: #2ecc71;
    border: solid 1px #2ecc71;
}

i.icon-color-yellow {
    color: #f1c40f;
    border: solid 1px #f1c40f;
}

i.icon-color-orange {
    color: #e67e22;
    border: solid 1px #e67e22;
}

i.icon-color-grey {
    color: #95a5a6;
    border: solid 1px #95a5a6;
}

i.icon-color-purple {
    color: #9b6bcc;
    border: solid 1px #9b6bcc;
}

i.icon-color-aqua {
    color: #27d7e7;
    border: solid 1px #27d7e7;
}

i.icon-color-brown {
    color: #9c8061;
    border: solid 1px #9c8061;
}

i.icon-color-dark-blue {
    color: #4765a0;
    border: solid 1px #4765a0;
}

i.icon-color-light-green {
    color: #79d5b3;
    border: solid 1px #79d5b3;
}

i.icon-color-light {
    color: #fff;
    border: solid 1px #fff;
}

i.icon-color-light-grey {
    color: #585f69;
    border: solid 1px #585f69;
}

/*Icons Backgroun Color*/
i.icon-bg-u,
i.icon-bg-red,
i.icon-bg-sea,
i.icon-bg-dark,
i.icon-bg-darker,
i.icon-bg-grey,
i.icon-bg-blue,
i.icon-bg-green,
i.icon-bg-yellow,
i.icon-bg-orange,
i.icon-bg-purple,
i.icon-bg-aqua,
i.icon-bg-brown,
i.icon-bg-dark-blue,
i.icon-bg-light-grey,
i.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
}

i.icon-bg-u {
    background: #37a834;
}

i.icon-bg-blue {
    background: #3498db;
}

i.icon-bg-red {
    background: #e74c3c;
}

i.icon-bg-sea {
    background: #1abc9c;
}

i.icon-bg-green {
    background: #37a834;
}

i.icon-bg-yellow {
    background: #f1c40f;
}

i.icon-bg-orange {
    background: #e67e22;
}

i.icon-bg-grey {
    background: #95a5a6;
}

i.icon-bg-dark {
    background: #555;
}

i.icon-bg-darker {
    background: #333;
}

i.icon-bg-purple {
    background: #9b6bcc;
}

i.icon-bg-aqua {
    background: #27d7e7;
}

i.icon-bg-brown {
    background: #9c8061;
}

i.icon-bg-dark-blue {
    background: #4765a0;
}

i.icon-bg-light-green {
    background: #79d5b3;
}

i.icon-bg-light {
    background: #fff;
    border-color: transparent;
}

i.icon-bg-light-grey {
    background: #585f69;
    border-color: transparent;
}

/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"],
.fa-fixed [class*=" fa"] {
    width: 1.25em;
    text-align: center;
    display: inline-block;
}

    .fa-fixed [class^="fa"].fa-lg,
    .fa-fixed [class*=" fa"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }

/*Typography
------------------------------------*/
.text-justify p {
    text-align: justify;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.text-transform-normal {
    text-transform: inherit !important;
}

.font-bold {
    font-weight: 600;
}

.font-light {
    font-weight: 200;
}

.font-normal {
    font-weight: 400 !important;
}

/*Text Dropcap*/
.dropcap {
    float: left;
    color: #37a834;
    padding: 5px 0;
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    margin: 0px 5px 0 0;
}

.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 50px;
    font-size: 35px;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    background: #37a834;
    margin: 4px 10px 0 0;
}

/*Text Highlights*/
.text-highlights {
    color: #fff;
    font-weight: 200;
    padding: 0px 5px;
    background: #555;
}

.text-highlights-green {
    background: #37a834;
}

.text-highlights-blue {
    background: #3498db;
}

.text-highlights-red {
    background: #e74c3c;
}

.text-highlights-sea {
    background: #1abc9c;
}

.text-highlights-orange {
    background: #e67e22;
}

.text-highlights-yellow {
    background: #f1c40f;
}

.text-highlights-purple {
    background: #9b6bcc;
}

.text-highlights-aqua {
    background: #27d7e7;
}

.text-highlights-brown {
    background: #9c8061;
}

.text-highlights-dark-blue {
    background: #4765a0;
}

.text-highlights-light-green {
    background: #79d5b3;
}

/*Text Borders*/
.text-border {
    border-bottom: dashed 1px #555;
}

.text-border-default {
    border-color: #95a5a6;
}

.text-border-green {
    border-color: #37a834;
}

.text-border-blue {
    border-color: #3498db;
}

.text-border-red {
    border-color: #e74c3c;
}

.text-border-yellow {
    border-color: #f1c40f;
}

.text-border-purple {
    border-color: #9b6bcc;
}

/*List Styles*/
.list-styles li {
    margin-bottom: 8px;
}

/*Contextual Backgrounds*/
.contex-bg p {
    opacity: 0.8;
    padding: 8px 10px;
}

    .contex-bg p:hover {
        opacity: 1;
    }

/*Blockquote*/
blockquote {
    padding: 5px 15px;
    border-left-width: 2px;
}

    blockquote p {
        font-size: 14px;
        font-weight: 400;
    }

    blockquote h1,
    blockquote h2,
    blockquote span {
        font-size: 18px;
        margin: 0 0 8px;
        line-height: 24px;
    }

    /*Blockquote Styles*/
    blockquote.bq-text-lg p,
    blockquote.bq-text-lg small {
        text-transform: uppercase;
    }

    blockquote.bq-text-lg p {
        font-size: 22px;
        font-weight: 300;
        line-height: 32px;
    }

    blockquote.text-right,
    blockquote.hero.text-right {
        border-left: none;
        border-right: 2px solid #eee;
    }

        blockquote.hero.text-right,
        blockquote.hero.text-right:hover {
            border-color: #555;
        }

        blockquote:hover,
        blockquote.text-right:hover {
            border-color: #37a834;
            transition: all 0.4s ease-in-out;
        }

    blockquote.bq-dark,
    blockquote.bq-dark:hover {
        border-color: #585f69;
    }

    blockquote.bq-green {
        border-color: #37a834;
    }

    /*Blockquote Hero Styles*/
    blockquote.hero {
        border: none;
        padding: 18px;
        font-size: 16px;
        background: #f3f3f3;
        border-left: solid 2px #666;
    }

        blockquote.hero:hover {
            background: #eee;
            border-left-color: #666;
        }

        blockquote.hero.hero-dark,
        blockquote.hero.hero-default {
            border: none;
        }

        blockquote.hero.hero-dark {
            background: #444;
        }

            blockquote.hero.hero-dark:hover {
                background: #555;
            }

        blockquote.hero.hero-default {
            background: #37a834;
        }

            blockquote.hero.hero-default:hover {
                background: #5fb611;
            }

            blockquote.hero.hero-dark p,
            blockquote.hero.hero-dark h2,
            blockquote.hero.hero-dark small,
            blockquote.hero.hero-default p,
            blockquote.hero.hero-default h2,
            blockquote.hero.hero-default small {
                color: #fff;
                font-weight: 200;
            }

/*Lists
------------------------------------*/
.list-row {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

/*Lists v1*/
.lists-v1 li {
    margin-bottom: 10px;
}

.lists-v1 i {
    color: #fff;
    width: 15px;
    height: 15px;
    padding: 1px;
    font-size: 13px;
    margin-right: 7px;
    text-align: center;
    background: #37a834;
    display: inline-block;
    border-radius: 50% !important;
}

/*Lists v2*/
.lists-v2 li {
    margin-bottom: 10px;
}

.lists-v2 i {
    color: #37a834;
    font-size: 13px;
    margin-right: 7px;
    display: inline-block;
}

/*Alerts
------------------------------------*/
.alert {
    border-radius: 0;
}

/*Thumbnails
------------------------------------*/
.thumbnail {
    border-radius: 0;
}

/*Panels (Portlets)
------------------------------------*/
.panel,
.panel-heading,
.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    color: #fff;
    padding: 5px 15px;
}

/*Panel Table*/
.panel .table {
    margin-bottom: 0;
}

/*Panel Unify*/
.panel-u {
    border-color: #37a834;
}

    .panel-u > .panel-heading {
        background: #37a834;
    }

/*Panel Blue*/
.panel-blue {
    border-color: #3498db;
}

    .panel-blue > .panel-heading {
        background: #3498db;
    }

/*Panel Red*/
.panel-red {
    border-color: #e74c3c;
}

    .panel-red > .panel-heading {
        background: #e74c3c;
    }

/*Panel Green*/
.panel-green {
    border-color: #37a834;
}

    .panel-green > .panel-heading {
        background: #37a834;
    }

/*Panel Sea*/
.panel-sea {
    border-color: #1abc9c;
}

    .panel-sea > .panel-heading {
        background: #1abc9c;
    }

/*Panel Orange*/
.panel-orange {
    border-color: #e67e22;
}

    .panel-orange > .panel-heading {
        background: #e67e22;
    }

/*Panel Yellow*/
.panel-yellow {
    border-color: #f1c40f;
}

    .panel-yellow > .panel-heading {
        background: #f1c40f;
    }

/*Panel Grey*/
.panel-grey {
    border-color: #95a5a6;
}

    .panel-grey > .panel-heading {
        background: #95a5a6;
    }

/*Panel Dark*/
.panel-dark {
    border-color: #555;
}

    .panel-dark > .panel-heading {
        background: #555;
    }

/*Panel Purple*/
.panel-purple {
    border-color: #9b6bcc;
}

    .panel-purple > .panel-heading {
        background: #9b6bcc;
    }

/*Panel Aqua*/
.panel-aqua {
    border-color: #27d7e7;
}

    .panel-aqua > .panel-heading {
        background: #27d7e7;
    }

/*Panel Brown*/
.panel-brown {
    border-color: #9c8061;
}

    .panel-brown > .panel-heading {
        background: #9c8061;
    }

/*Panel Dark Blue*/
.panel-dark-blue {
    border-color: #4765a0;
}

    .panel-dark-blue > .panel-heading {
        background: #4765a0;
    }

/*Panel Light Green*/
.panel-light-green {
    border-color: #79d5b3;
}

    .panel-light-green > .panel-heading {
        background: #79d5b3;
    }

/*Panel Default Dark*/
.panel-default-dark {
    border-color: #585f69;
}

    .panel-default-dark > .panel-heading {
        background: #585f69;
    }

/*Progress Bar
------------------------------------*/
.progress {
    border-radius: 0;
}

.progress-u {
    box-shadow: none;
}

    .progress-u .progress-bar {
        box-shadow: none;
    }

/*progress-bar (sizes)*/
.progress-lg {
    height: 25px;
}

    .progress-lg p {
        padding-top: 3px;
    }

.progress-sm {
    height: 12px;
}

.progress-xs {
    height: 7px;
}

.progress-xxs {
    height: 3px;
}

/*progress-bar (colors)*/
.progress {
    background: #e5e5e5;
}

.progress-bar-u {
    background: #37a834;
}

.progress-bar-blue {
    background: #3498db;
}

.progress-bar-orange {
    background: #e67e22;
}

.progress-bar-red {
    background: #e74c3c;
}

.progress-bar-purple {
    background: #9b6bcc;
}

.progress-bar-aqua {
    background: #27d7e7;
}

.progress-bar-brown {
    background: #9c8061;
}

.progress-bar-dark-blue {
    background: #4765a0;
}

.progress-bar-light-green {
    background: #79d5b3;
}

.progress-bar-dark {
    background: #555;
}

/*Progress Bar Animation
------------------------------------*/
.progress {
    position: relative;
}

    .progress .progress-bar {
        overflow: hidden;
        line-height: 20px;
    }

.progress-box .progress-bar {
    transition: all 3s ease-in;
}

/*Vertical Progress Bar*/
.progress.vertical {
    float: left;
    width: 100%;
    height: 200px;
    margin-right: 20px;
}

    .progress.vertical.bottom {
        position: relative;
    }

    .progress.vertical .progress-bar {
        height: 0;
        width: 100%;
        transition: height 3s ease;
    }

    .progress.vertical.bottom .progress-bar {
        bottom: 0;
        position: absolute;
    }

/*Count Stars
------------------------------------*/
.stars-existing {
    color: #37a834;
    cursor: pointer;
}

.star-lg {
    font-size: 30px;
}

.star-sm {
    font-size: 25px;
}

.star-xs {
    font-size: 20px;
}

.star-default {
    font-size: 16px;
}

/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
    padding: 3px !important;
    border: solid 1px #eee !important;
}

img.img-circle {
    border-radius: 50% !important;
}

img.image-sm {
    width: 50px;
    height: 50px;
}

img.image-md {
    width: 100px;
    height: 100px;
}

/*Responsive Video*/
.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
}

    .responsive-video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

/*Column Sizes
------------------------------------*/
/*Remove the Gutter Padding from Columns*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter.no-gutter-boxed {
    padding-right: 15px;
    padding-left: 15px;
}

/*Heights
------------------------------------*/
.height-100 {
    min-height: 100px;
}

.height-150 {
    min-height: 150px;
}

.height-200 {
    min-height: 200px;
}

.height-250 {
    min-height: 250px;
}

.height-300 {
    min-height: 300px;
}

.height-350 {
    min-height: 350px;
}

.height-400 {
    min-height: 400px;
}

.height-450 {
    min-height: 450px;
}

.height-500 {
    min-height: 500px !important;
}

/*Spaces
------------------------------------*/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-top-space {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.no-bottom-space {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.content-xs {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-xlg {
    padding-top: 150px;
    padding-bottom: 150px;
}

.space-md-hor {
    padding-left: 40px;
    padding-right: 40px;
}

.space-lg-hor {
    padding-left: 60px;
    padding-right: 60px;
}

.space-xlg-hor {
    padding-left: 100px;
    padding-right: 100px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
    clear: both;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

/*Other Spaces*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-sm {
    padding: 40px 40px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

/*Text Colors
------------------------------------*/
.color-sea {
    color: #1abc9c;
}

.color-red {
    color: #e74c3c;
}

.color-aqua {
    color: #27d7e7;
}

.color-blue {
    color: #3498db;
}

.color-grey {
    color: #95a5a6;
}

.color-dark {
    color: #555;
}
/*.color-dark1 { color: #444;}*/
.color-darker {
    color: #444;
}

.color-green {
    color: #37a834;
}

.color-brown {
    color: #9c8061;
}

.color-light {
    color: #ffffff;
}

.color-orange {
    color: #e67e22;
}

.color-yellow {
    color: #f1c40f;
}

.color-green1 {
    color: #2ecc71;
}

.color-purple {
    color: #9b6bcc;
}

.color-inherit {
    color: inherit;
}

.color-dark-blue {
    color: #4765a0;
}

.color-light-grey {
    color: #585f69;
}

.color-light-green {
    color: #79d5b3;
}

.color-teal {
    color: #18ba9b;
}

/*Background Colors
------------------------------------*/
.bg-color-dark,
.bg-color-darker,
.bg-color-sea,
.bg-color-red,
.bg-color-aqua,
.bg-color-blue,
.bg-color-grey,
.bg-color-light,
.bg-color-green,
.bg-color-brown,
.bg-color-orange,
.bg-color-green1,
.bg-color-purple,
.bg-color-dark-blue,
.bg-color-light-grey,
.bg-color-light-green,
.bg-color-primary {
    color: #fff;
}

.bg-color-white {
    color: #555;
}

.bg-color-primary {
    background-color: #37a834 !important;
}

.bg-color-dark {
    background-color: #555 !important;
}

.bg-color-darker {
    background-color: #222 !important;
}

.bg-color-white {
    background-color: #fff !important;
}

.bg-color-sea {
    background-color: #1abc9c !important;
}

.bg-color-red {
    background-color: #e74c3c !important;
}

.bg-color-aqua {
    background-color: #27d7e7 !important;
}

.bg-color-blue {
    background-color: #3498db !important;
}

.bg-color-grey {
    background-color: #95a5a6 !important;
}

.bg-color-light {
    background-color: #f7f7f7 !important;
}

.bg-color-green {
    background-color: #37a834 !important;
}

.bg-color-brown {
    background-color: #9c8061 !important;
}

.bg-color-orange {
    background-color: #e67e22 !important;
}

.bg-color-green1 {
    background-color: #2ecc71 !important;
}

.bg-color-purple {
    background-color: #9b6bcc !important;
}

.bg-color-dark-blue {
    background-color: #4765a0 !important;
}

.bg-color-light-grey {
    background-color: #585f69 !important;
}

.bg-color-light-green {
    background-color: #79d5b3 !important;
}

.bg-color-teal {
    background-color: #18ba9b !important;
}

.rgba-red {
    background-color: rgba(231,76,60,0.8);
}

.rgba-blue {
    background-color: rgba(52,152,219,0.8);
}

.rgba-aqua {
    background-color: rgba(39,215,231,0.8);
}

.rgba-yellow {
    background-color: rgba(241,196,15,0.8);
}

.rgba-default {
    background-color: rgba(114,192,44,0.8);
}

.rgba-purple {
    background-color: rgba(155,107,204,0.8);
}

/*Grey Backroud*/
.bg-grey {
    background: #f7f7f7;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 4px !important;
}

.rounded-x {
    border-radius: 50% !important;
}

.rounded-2x {
    border-radius: 10px !important;
}

.rounded-3x {
    border-radius: 15px !important;
}

.rounded-4x {
    border-radius: 20px !important;
}

.rounded-sm {
    border-radius: 2px !important;
}

.rounded-md {
    border-radius: 3px !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
    border-radius: 4px 0 0 4px !important;
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}

/*Others
------------------------------------*/
.overflow-h {
    overflow: hidden;
}

.overflow-a {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

/*Display*/
.dp-none {
    display: none;
}

.dp-block {
    display: block;
}

.dp-table {
    display: table;
}

.dp-inline-block {
    display: inline-block;
}

.dp-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*Font Size*/
.text-light {
    font-weight: 200;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 600 !important;
}

/*Full Width*/
.full-width {
    width: 100%;
}

/*Equal Height Columns*/
@media (max-width: 767px) {
    .equal-height-column {
        height: auto !important;
    }
}

/*Image Classes*/
.img-width-60 {
    width: 60px;
}

.img-width-200 {
    width: 200px;
}

.lft-img-margin {
    margin: 0 20px 5px 0;
}

.rgt-img-margin {
    margin: 0 0 5px 10px;
}

img.img-center,
.img-center img {
    margin-left: auto;
    margin-right: auto;
}

/*Background Light*/
.bg-light {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fcfcfc;
    border: solid 1px #e5e5e5;
}

    .bg-light:hover {
        border: solid 1px #bbb;
    }

/*CSS3 Hover Effects*/
.hover-effect {
    transition: all 0.4s ease-in-out;
}

.hover-effect-kenburn {
    left: 10px;
    margin-left: -10px;
    position: relative;
    transition: all 0.8s ease-in-out;
}

    .hover-effect-kenburn:hover {
        transform: scale(2) rotate(5deg);
    }

/*Scroll Icon*/
.scroll-btn-icon,
.scroll-btn-icon:before {
    position: absolute;
    left: 50%;
}

.scroll-btn-icon {
    width: 30px;
    z-index: 2;
    height: 50px;
    bottom: 30px;
    margin-left: -25px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}

.scroll-btn-icon-dark {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
}

.scroll-btn-icon:before {
    top: 8px;
    width: 8px;
    height: 8px;
    content: '';
    background: #fff;
    margin-left: -4px;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 1.5s;
    -webkit-animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.scroll-btn-icon-dark:before {
    background: #333;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(36px);
        -webkit-transform: translateY(36px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(36px);
        -webkit-transform: translateY(36px);
    }
}

/* ============== Parallax ============== */

.parallax-bg {
    position: relative;
    background: url(/Content/images/parallax/bg/writing.jpg) 50% no-repeat fixed;
}

    .parallax-bg:before {
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,0.85);
    }

.parallax-about .info-blocks-v2 {
    margin-bottom: 5px;
}

.parallax-about .title-box-v2 p,
.parallax-about .title-box-v2 h2 {
    color: #585f69;
    position: relative;
}

/*------------------------------------
    Registration and Login Page 
------------------------------------*/
.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

    .reg-header h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

/*Reg Forms*/
.reg-page label {
    color: #777;
}

/* ------------------------------------
    Pricing Page
------------------------------------*/
/*Pricing Head*/
.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
    padding: 0;
}

.pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee;
}

    .pricing:hover {
        box-shadow: 0 0 15px #b5b5b5;
    }

        .pricing:hover h4 {
            color: #74C52C;
        }

.pricing-head {
    text-align: center;
}

.pricing h3,
.pricing h4 {
    margin: 0;
    line-height: normal;
    font-weight: bold;
}

.pricing p {
    padding-top: 10px;
    font-size: 11px;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.pricing-head h3 {
    color: #fafafa;
    padding: 12px 0;
    font-size: 35px;
    font-family: Arial;
    background: #74C52C;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #32a20f;
}

.pricing-head h4 {
    color: #888;
    padding: 5px 0;
    font-size: 70px;
    text-shadow: 0 1px 0 #fff;
    border-bottom: solid 1px #f5f9e7;
}

    .pricing-head h4 i {
        top: -8px;
        font-size: 28px;
        font-style: normal;
        position: relative;
    }

    .pricing-head h4 span {
        top: -10px;
        font-size: 14px;
        font-style: normal;
        position: relative;
    }

/*Pricing Content*/

.pricing-content {
    margin-bottom: 0px;
}

    .pricing-content li {
        color: #888;
        font-size: 12px;
        padding: 7px 15px;
        border-bottom: solid 1px #f5f9e7;
    }

        .pricing-content li i {
            color: #37a834;
            font-size: 16px;
            margin-right: 5px;
            position: relative;
        }

/*Pricing Footer*/
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 19px;
    border-radius: 0 0 3px 3px;
}

/*Pricing Active*/
.price-active,
.pricing:hover {
    z-index: 9;
    margin-top: -15px;
}

    .price-active h4 {
        color: #74C52C;
    }

/*Pricing Extra*/

.bg-color {
    background-color: #f9f9f9;
}

.no-space-pricing {
    padding: 0 15px;
}

.sticker-right,
.sticker-left {
    color: #fff;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
}

.sticker-right {
    top: 13px;
    right: -49px;
    background: rgba(231, 76, 60, 1);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sticker-left {
    top: 9px;
    left: -48px;
    background: rgba(116, 197, 44, 1);
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*Pricing Table Colored Background Version
------------------------------------*/
.price-active,
.pricing-bg-colored .pricing:hover {
    margin-top: 0;
}

.pricing-bg-colored .pricing {
    overflow: hidden;
}

.pricing-bg-colored .pricing {
    border: 1px solid #EEEEEE;
}

    .pricing-bg-colored .pricing:hover {
        background: #74C52C;
    }

        .pricing-bg-colored .pricing:hover li,
        .pricing-bg-colored .pricing:hover li i,
        .pricing-bg-colored .pricing:hover .pricing-head p {
            color: #fff;
        }

.pricing-bg-colored .pricing-head i {
    color: #74C52C;
    padding-top: 20px;
    margin-top: 10px;
}

.pricing-bg-colored .pricing-head p {
    color: #777;
    line-height: 17px;
    text-align: center;
    padding: 0px 20px 19px;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #F5F9E7;
}

.pricing-bg-colored h3 {
    border-bottom: 1px solid #fff;
}

.pricing-bg-colored h4 {
    color: #999;
    font-size: 70px;
    padding: 5px 0px;
    margin-top: -2px;
    font-family: Arial;
    background: #F7F7F7;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #fff;
}

.pricing-bg-colored .pricing:hover h4 {
    background: #fff;
}

.pricing-bg-colored h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-bg-colored h4 span {
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

.pricing-bg-colored .pricing-footer {
    padding: 2px 0px 19px;
}

    .pricing-bg-colored .pricing-footer .btn-u {
        border: solid 1px #fff;
    }

/*Pricing Table Rounded Version
------------------------------------*/
.price-active,
.pricing-rounded .pricing:hover {
    margin-top: 0;
}

.pricing-rounded .pricing {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #eee;
}

.pricing-rounded .easy-bg-v2 {
    letter-spacing: 1px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

    .pricing-rounded .easy-bg-v2 i {
        padding-left: 3px;
    }

.pricing-rounded h3 {
    padding-bottom: 80px;
    padding-top: 15px;
}

.pricing-rounded h4 {
    width: 140px;
    height: 140px;
    padding-top: 22px;
    padding-left: 6px;
    font-size: 55px;
    margin: -75px auto 20px;
    border-radius: 140px !important;
    font-weight: normal !important;
    background: #fff;
}

.pricing-rounded .pricing-head h4 i {
    margin-right: 2px;
}

.pricing-rounded h6 {
    color: #888;
    font-size: 13px;
    font-style: normal;
    padding-bottom: 5px;
}

.pricing-rounded .pricing-content span {
    float: right;
}

    .pricing-rounded .pricing-content span i {
        font-size: 13px;
    }
/* ---------------------------------
    Pricing Zoom  
------------------------------------*/

.pricing-zoom .pricing:hover {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.pricing-zoom .pricing-head h4 {
    scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.pricing-zoom .price-active .pricing-head h4,
.pricing-zoom .pricing:hover .pricing-head h4 {
    padding: 15px 0;
    font-size: 80px;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

/*Pricing Table Light Version 
------------------------------------*/
.price-active,
.pricing-light .pricing:hover {
    margin-top: 0;
    border-color: #717984;
}

.pricing-light .pricing {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #ddd;
}

.pricing-light h3 {
    color: #888;
    font-weight: 200 !important;
    font-family: inherit;
    text-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #fff;
}

.pricing-light .pricing .rating li {
    padding: 0;
    border-bottom: none;
}

.pricing-light .rating li i {
    color: #888;
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}

.pricing-light li {
    color: #888;
    text-align: center;
}

.pricing-light .pricing-footer {
    margin: 0px;
    padding: 2px 0px 19px;
}

    .pricing-light .pricing-footer h4 {
        color: #888;
        padding: 5px;
        font-size: 70px;
        text-shadow: none;
        margin: -2px 0 0px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-weight: normal !important;
        background: #fff;
    }

        .pricing-light .pricing-footer h4 i {
            top: -8px;
            font-size: 28px;
            font-style: normal;
        }

        .pricing-light .pricing-footer h4 span {
            top: -5px;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            font-style: normal;
        }

    .pricing-light .pricing-footer p {
        color: #888;
        line-height: 17px;
        padding: 15px 20px 5px;
    }

.pricing-light .pricing:hover h4,
.pricing-light .pricing:hover h3,
.pricing-light .pricing:hover p,
.pricing-light .pricing:hover li,
.pricing-light .pricing:hover li i {
    color: #717984;
}

.pricing-medium-light .btn-u:hover {
    background-color: #717984 !important;
}

/* ---------------------------------
    Pricing Meduim Light
------------------------------------ */
.price-active,
.pricing-medium-light .pricing:hover {
    z-index: 8;
    margin-top: 0 !important;
}

.pricing-medium-light .pricing {
    overflow: hidden;
    background: #eee;
    border: 2px solid #ddd;
}

.pricing-medium-light .pricing-head h3 {
    color: #717984;
    text-shadow: none;
    font-weight: normal !important;
    border-bottom: 2px solid #eee !important;
    background: #fff;
}

.pricing-medium-light .pricing-content > li {
    border-color: #fff !important;
}

.pricing-medium-light .pricing .rating {
    text-align: center;
}

    .pricing-medium-light .pricing .rating li {
        padding: 0;
        border-bottom: none;
    }

.pricing-medium-light .pricing li i {
    color: #585f69;
}

.pricing-medium-light .rating li i {
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}

.pricing-medium-light .pricing-content span {
    float: right;
}

    .pricing-medium-light .pricing-content span i {
        font-size: 12px;
    }

.pricing-medium-light .pricing-footer {
    padding: 2px 0px 20px;
}

    .pricing-medium-light .pricing-footer h4 {
        color: #717984 !important;
        font-size: 70px;
        padding: 5px 0px;
        text-shadow: none;
        font-family: Arial;
        margin: -2px 0 20px;
        margin-bottom: 20px;
        font-weight: normal !important;
        background: #fff;
    }

        .pricing-medium-light .pricing-footer h4 i {
            top: -8px;
            font-size: 28px;
            font-style: normal;
            position: relative;
        }

        .pricing-medium-light .pricing-footer h4 span {
            top: -10px;
            display: block;
            margin-top: 5px;
            font-size: 14px;
            font-style: normal;
            position: relative;
        }

    .pricing-medium-light .pricing-footer p {
        color: #585f69;
        padding: 0 20px;
        line-height: 17px;
        text-align: center;
        border-radius: 0 0 3px 3px;
    }

.pricing-medium-light .btn-u {
    background: #fff;
    padding: 5px 58px;
    border: 1px solid #888;
}

    .pricing-medium-light .btn-u:hover {
        background-color: #717984 !important;
    }


/*Pricing Table medium-dark Version
------------------------------------*/
.price-active,
.pricing-medium-dark .pricing:hover {
    margin-top: 0;
}

.pricing-medium-dark .pricing {
    border: 2px solid #717984;
    box-shadow: none;
}

.pricing-medium-dark .pricing-head h3 {
    color: #fff;
    text-shadow: none;
    background: #717984;
    border-bottom: 2px solid #eee;
}

.pricing-medium-dark .pricing .rating {
    text-align: center;
}

    .pricing-medium-dark .pricing .rating li {
        padding: 0;
        border-bottom: none;
    }

.pricing-medium-dark .rating li i {
    padding-top: 0;
    margin: 7px 0;
    font-size: 20px;
}

.pricing-medium-dark .pricing-content li i {
    color: #717984;
}

.pricing-medium-dark .pricing-content li {
    border-color: #eee;
}

.pricing-medium-dark .pricing-footer {
    margin: 0px;
    background: #717984;
    padding: 2px 0px 19px;
}

    .pricing-medium-dark .pricing-footer h4 {
        color: #717984 !important;
        font-size: 70px;
        padding: 5px 0px;
        text-shadow: none;
        font-family: Arial;
        text-align: center;
        line-height: normal;
        font-weight: normal;
        margin: -2px 0 20px;
        font-weight: normal !important;
        background: #fff;
    }

        .pricing-medium-dark .pricing-footer h4 i {
            top: -8px;
            font-size: 28px;
            font-style: normal;
            position: relative;
        }

        .pricing-medium-dark .pricing-footer h4 span {
            top: -10px;
            display: block;
            margin-top: 5px;
            font-size: 14px;
            font-style: normal;
            position: relative;
        }

    .pricing-medium-dark .pricing-footer p {
        color: #fff;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        padding: 0 20px 5px;
        border-radius: 0 0 3px 3px;
    }

.pricing-medium-dark .btn-u {
    background: #fff !important;
    border: 1px solid #888;
}

/*Pricing Table Dark
------------------------------------*/
.price-active,
.pricing-dark .pricing:hover {
    z-index: 8;
    margin-top: 0 !important;
}

.pricing-dark .pricing {
    border-top: 2px solid #717984;
    overflow: hidden;
}

.pricing-dark .pricing {
    background: #717984;
}

    .pricing-dark .pricing .rating {
        text-align: center;
    }

        .pricing-dark .pricing .rating li {
            padding: 0;
            border-bottom: none;
        }

    .pricing-dark .pricing li i {
        color: #fff;
    }

.pricing-dark .rating li i {
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}

.pricing-dark li {
    color: #fff;
}

.pricing-dark .pricing-head h3 {
    color: #717984;
    text-shadow: none;
    font-weight: normal !important;
    border-bottom: 2px solid #eee !important;
    background: #fff;
}

.pricing-dark .pricing-content li {
    border-color: #fff;
}

.pricing-dark .pricing-content span {
    float: right;
}

    .pricing-dark .pricing-content span i {
        font-size: 12px;
    }

.pricing-dark .pricing-footer {
    padding: 2px 0px 20px;
}

    .pricing-dark .pricing-footer h4 {
        font-size: 70px;
        padding: 5px 0px;
        font-family: Arial;
        text-shadow: none;
        margin: -2px 0 20px;
        margin-bottom: 20px;
        color: #717984 !important;
        font-weight: normal !important;
        background: #fff;
    }

        .pricing-dark .pricing-footer h4 i {
            top: -8px;
            font-size: 28px;
            font-style: normal;
            position: relative;
        }

        .pricing-dark .pricing-footer h4 span {
            top: -10px;
            display: block;
            margin-top: 5px;
            font-size: 14px;
            font-style: normal;
            position: relative;
        }

    .pricing-dark .pricing-footer p {
        color: #fff;
        padding: 0 20px;
        line-height: 17px;
        text-align: center;
        border-radius: 0 0 3px 3px;
    }

.pricing-dark .btn-u {
    padding: 5px 60px;
    background: #fff !important;
    border: 1px solid #999 !important;
}

/* Devices (Desktop Mode) */
@media (min-width: 992px) and (max-width: 1200px) {
    .sticker-right {
        top: 10px;
        right: -58px;
        padding: 3px;
        font-size: 10px;
    }

    .sticker-left {
        top: 10px;
        left: -58px;
        font-size: 10px;
        padding: 3px;
    }
}

/* Medium Devices (Desktops, 992px and less) */
@media (max-width: 991px) {
    /*Pricing Page*/
    .price-active,
    .pricing:hover {
        margin-top: 0;
    }

    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }

    .pricing-zoom .price-active .pricing-head h4,
    .pricing-zoom .pricing:hover .pricing-head h4 {
        padding: 5px 0;
        font-size: 70px;
    }

    .pricing-mega-v3 .pricing h4,
    .pricing-mega-v3 .pricing h3,
    .pricing-mega-v3 .pricing-content {
        border-left: 1px solid #eee;
    }

    .pricing-mega-v3 .block h5 {
        text-align: center;
        visibility: visible;
    }
    /*End Pricing Page*/
}

/*Media queries for ipad screen*/
/* Portrait and Landscape*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (max-device-width:1536px) and (orientation: landscape) {
    .header-v2 .topbar-v2 {
        /*display: none;*/
    }
}

.reasons {
    color: green;
}

.features {
    line-height: 25.5;
    font-size: 17px;
    text-align: center;
}

/*image hovering */

.Eyeteam {
    transition: all ease-in-out 0.4s;
}

    .Eyeteam:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }




/*============Feature hovering style=============*/


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: auto;
    margin-top: auto;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect:hover .overlay {
        background-color: rgba(0,0,0,0.6);
    }

    .hovereffect img {
        display: block;
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hovereffect p {
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        position: relative;
        font-size: 1em;
        padding: 10px;
        -webkit-transform: translateY(650px);
        -ms-transform: translateY(650px);
        transform: translateY(650px);
        -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    }

    .hovereffect:hover p {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        color: #fff;
    }


.col-xs-6 {
    margin-bottom: 15px;
}

.features {
    line-height: 25.5;
    /*font-size: 17px;*/
    text-align: center;
    word-break: inherit;
}


/*==========end here===========================*/

.featureName {
    color: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 15px;
    font-size: 1em;
}

/* Duplicate css element */
.color-green {
   color: #37a834 !important;
}

.btn-brd-hover:hover {
    background-color: #37a834;
}

.twitterImgs {
    height: 200px !important;
    width: 300px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.errorImage {
    height: 200px !important;
    width: 300px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}


/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.training-page {
    color: white;
}

    .training-page p, h2 {
        color: white;
    }

.search-box {
    float: right;
}

/***          
Page Loading         
***/
.page-on-load {
    background: #fefefe;
}

    .page-on-load .page-header,
    .page-on-load .page-container,
    .page-on-load .page-footer,
    .page-on-load > .clearfix {
        display: none;
        transition: all 2s;
    }

/*** UI Loading ***/
.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

    .page-spinner-bar > div {
        margin: 0 5px;
        width: 18px;
        height: 18px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .page-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .page-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.block-spinner-bar {
    display: inline-block;
    width: 80px;
    text-align: center;
}

    .block-spinner-bar > div {
        margin: 0 2px;
        width: 15px;
        height: 15px;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .block-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .block-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.faq_img {
    width: 300px;
    height: 300px;
}
/*Keyframes*/

@keyframes bounceDelay {

    10% {
    opacity:0.3;
    }
}

/*==========Start here==========*/






@media (min-width: 768px)and (min-width: 1200px) {
    .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }
}


@media (min-width: 768px) and (min-width: 1200px) {
    .navbar-static-top {
        right: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        display: block;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .navbar > .container,
    .navbar > .container-fluid .navbar-brand {
        margin-top: 0;
    }
}


@media (min-width: 768px)and (min-width: 1200px) {
    .navbar-form {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}


@media (min-width: 768px) and (min-width: 1200px) {
    .navbar-left {
        color: #555;
        background-color: #e7e7e7;
    }
}

@media (max-width: 767px)and (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu > li > a {
        color: #fff;
        background-color: #080808;
        
    }
}


@media (max-width: 450px) {
    .username {
        display: none;
    }
}

@media (max-width: 980px) {
    #subnavbar {
        display: none; 
    } 
}

.training-Buttom {
    margin-bottom: 6px;
}

.yt tooltips a:hover {
    color: red;
}
/* for Terms and conditions */
ol {
    counter-reset: item;
}

    ol li {
        display: block;
        position: relative;
        text-align: justify;
    }

        ol li:before {
            content: counters(item, ".")".";
            counter-increment: item;
            position: absolute;
            margin-right: 100%;
            right: 10px; /* space between number and text */
        }

.headings ol li {
    font-weight: lighter;
}

.headings li {
    font-weight: bold;
}

.heighlight {
    text-decoration: underline;
    text-decoration-color: #37a834 !important;
    color: #37a834;
}

.twitter-icon {
    color: white;
    font-size: 24px;
}


/*Parallax Get data*/
.parallax-getData {
    background: url(/Content/images/parallax/bg/africa_enhanced_physical_giclee-borders-labels_lg.jpg) 50% 0 repeat fixed;
    position: relative;
}

    .parallax-getData:before,
    .parallax-getData-dark:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.85);
    }

/* Team div alignment */

.team-v2 img {
    width: 100%;
}

/*Data Layer page*/

.data-row {
    margin: 7px;
    margin-top: 15px;
}

.data-layer-details {
    text-align: center;
    color: green;
}

data-layer p {
    text-align: center;
    color: green;
}

.data-color {
    color: green;
    font-size: 15px;
}

.data-layer-info {
    color: green;
    font-size: 16px;
    text-align: center;
}
/*retail category*/
#retail-features thead tr td ul li {
    color: #37a834;
}

#retail-features thead tr th {
    color: #37a834;
    background-color: black;
}

#retail-features thead tr td {
    color: #37a834;
    text-align: left;
    vertical-align: middle;
    background-color: black;
}

/*Slide transparency */
.slide-opacity {
    background-color: white;
    opacity: 0.17;
    color: black;
    width: 100%;
    height: 425px;
}

/*.da-img {
width:500px;


}*/
/*scroll Top Button*/
@media only screen and (max-width:800px) {
    a.scrollToTop {
        display: none;
        width: 59px;
        height: 59px;
        text-indent: -9999px;
        position: fixed;
        z-index: 999;
        right: 20px;
        bottom: 20px;
        background: url(/Content/images/bg/bact-to-top.png) no-repeat center 43%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}

a:hover.scrollToTop {
    text-decoration: none;
    color: orange;
}

/*************************
    Modal Dialog
**************************/

.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
    margin-right: 3px;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
    font-size: 20px;
    float: right;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

    .bootstrap-dialog .bootstrap-dialog-close-button:hover {
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.bootstrap-dialog.type-default .modal-header {
    background-color: #ffffff;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
    color: #333;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #37a834;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #337ab7;
}

.bootstrap-dialog.type-success .modal-header {
    background-color: #37a834;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #d9534f;
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
    font-size: 24px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
    font-size: 30px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
    font-size: 18px;
}

/* Grid UI */

.grid {
  width: 50%;
  height: 800px;
}

.ui-grid-row{
  height: auto!important;
}

.ui-grid-row   > div {
  display: table-row;  
}

.ui-grid-row > div .ui-grid-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  height: auto!important;
}

.ui-grid .btn-group.open {
    position: absolute;
    z-index: 9999;
    margin-top: -10px;    
}

/*.ui-grid-cell-contents{
  white-space: normal;
  text-overflow: inherit;
  word-break: break-word;
}*/

/* Buttons */
.btn-space {
    margin-right: 10px;
}


.mapmarker
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    
}

.mapmarker_SC
{
    padding: 1px 3px 1px 1px;
    background-color: #458CCB;
}

.mapmarker_DEFAULT
{
    padding: 1px;
    background-color: gray;
}

.mapmarker_LOGO {
    border: 1px solid gray;
}

/*--------------------------------------------------------*/
/*RETAIL*/
/*--------------------------------------------------------*/
.mapmarker_ATM
{
    padding: 2px;
    background-color: blue;
}

.mapmarker_AVC
{
    padding: 2px;
    background-color: blueviolet;
}

.mapmarker_BEAUTY
{
    padding: 2px;
    background-color: brown;
}

.mapmarker_BMS
{
    padding: 2px;
    background-color: cadetblue;
}

.mapmarker_DINE
{
    padding: 2px;
    background-color: coral;
}

.mapmarker_DIY
{
    padding: 2px;
    background-color: darkgoldenrod;
}

.mapmarker_EDU
{
    padding: 2px;
    background-color: darkgreen;
}

.mapmarker_ENT
{
    padding: 2px;
    background-color: darkorange;
}

.mapmarker_FASH
{
    padding: 2px;
    background-color: deeppink;
}

.mapmarker_FAST
{
    padding: 2px;
    background-color: dodgerblue;
}

.mapmarker_FURN
{
    padding: 2px;
    background-color: firebrick;
}

.mapmarker_GROC
{
    padding: 2px;
    background-color: green;
}

.mapmarker_HEALTH
{
    padding: 2px;
    background-color: Highlight;
}

.mapmarker_HOME
{
    padding: 2px;
    background-color: indianred;
}

.mapmarker_JEWEL
{
    padding: 2px;
    background-color: navy;
}

.mapmarker_LIQ
{
    padding: 2px;
    background-color: orangered;
}

.mapmarker_MED
{
    padding: 2px;
    background-color: skyblue;
}

.mapmarker_PAINT
{
    padding: 2px;
    background-color: maroon;
}

.mapmarker_SPEC
{
    padding: 2px;
    background-color: plum;
}

.mapmarker_TILE
{
    padding: 2px;
    background-color: slateblue;
}

/*--------------------------------------------------------*/
/*SERVICE*/
/*--------------------------------------------------------*/
.mapmarker_GYM
{
    padding: 2px;
    background-color: skyblue;
}

.mapmarker_SCH
{
    padding: 2px;
    background-color: orange;
}

.mapmarker_HOSP
{
    padding: 2px;
    background-color: tomato;
}

.mapmarker_MOV
{
    padding: 2px;
    background-color: purple;
}
.mapmarker_TYRE
{
    padding: 2px;
    background-color: gray;
}





/* NOT CURRENTLY IN USE */
.web-form.contact-style {
  border: none;
}

.web-form.comment-style,
.web-form.comment-style fieldset {
  padding: 0;
  border: none;
  background: inherit;
}

.web-form.comment-style input,
.web-form.comment-style textarea {
  border: none;
}

.web-form.comment-style input:focus,
.web-form.comment-style textarea:focus {
  box-shadow: none;
}

.web-form.comment-style-v2,
.web-form.comment-style-v2 fieldset {
  padding: 0;
  border: none;
  background: inherit;
}

.web-form.comment-style-v2 input,
.web-form.comment-style-v2 textarea {
  border: none;
}

.web-form.comment-style-v2 input:focus,
.web-form.comment-style-v2 textarea:focus {
  box-shadow: none;
}

.web-form.comment-style-v2 .form-control {
  padding: 20px 15px;
}

.web-form .web-space-20 {
  margin-bottom: 20px;
}

.web-form .web-space-30 {
  margin-bottom: 30px;
}

.web-form {
  box-shadow: none;
  border: 1px solid #eee;
}

.web-form header {
  color: inherit;
  display: block;
  font-size: 20px;
  background: #fff;
  font-weight: 400;
  padding: 8px 30px;
}

.web-form fieldset.no-padding {
  padding: 0;
}

.web-form fieldset {
  background: #fff;
}

.web-form footer {
  background: #fff;
  padding: 15px 30px;
}

.web-form a {
  color: inherit;
}

.web-form a.btn-u {
  color: #fff;
}

.web-form .input input {
  height: 34px;
  padding: 6px 12px;
}

.web-form .input input,
.web-form .select select,
.web-form .textarea textarea {
  border-width: 1px;
  font-size: 14px;
  color: #404040;
}

.web-form .select select {
  height: 33px;
  padding: 6px 10px;
}

.web-form .select-multiple select {
  height: auto;
}

.web-form .input-file .button {
  height: 32px;
  top: 1px;
  right: 1px;
}

.web-form .input-captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px solid #e5e5e5;
}


.web-form .input input,
.web-form .select select,
.web-form .textarea textarea,
.web-form .radio i,
.web-form .checkbox i,
.web-form .toggle i,
.web-form .icon-append,
.web-form .icon-prepend {
  border-color: #bbb;
}
.web-form .toggle i:before {
  background-color: #999;  
}

.web-form .button {
  background: #72c02c;
}

.web-form .toggle {
	font-weight: normal;
}

.web-form .toggle i {
  width: 54px;
  height: 21px;
  border-width: 1px;
}
.web-form .toggle i:after {
  top: 3px;
}
.web-form .toggle i:before {
  top: 5px;
  right: 6px;
}

.radio, .checkbox {
  margin-top: 0;
}

.web-form .radio i,
.web-form .checkbox i {
  width: 17px;
  height: 17px;
  border-width: 1px;
}

.web-form .checkbox input + i:after {
  top: 2px;
  left: 0;
  font: normal 10px FontAwesome;
}

.web-form .radio input + i:after {
  top: 5px;
  left: 5px;
  background-color: #999;  
}
.web-form .checkbox input + i:after {
  color: #999;
}
.web-form .radio input:checked + i,
.web-form .checkbox input:checked + i,
.web-form .toggle input:checked + i {
  border-color: #999;  
}
.web-form .rating input:checked ~ label {
  color: #72c02c; 
}

.web-form .select i {
  top: 14px;
  width: 9px;
  right: 13px;
  height: 6px;
}
.web-form .select i:after,
.web-form .select i:before {
  top: 4px;
}
.web-form .select i:before {
  top: -2px;
  border-bottom: 4px solid #404040;
}

.label-rounded .ui-slider-handle {
  border-radius: 50% !important;
}

.web-form .icon-append,
.web-form .icon-prepend {
  top: 1px;
  height: 32px;
  font-size: 14px;
  line-height: 33px;
  background: inherit;
}
.web-form .icon-append {
  right: 1px;
  padding: 0 3px;
  min-width: 34px;
}

.web-form .icon-prepend {
  left: 6px;
  padding-right: 5px;
}

.web-form .input input:focus,
.web-form .select select:focus,
.web-form .textarea textarea:focus {
 	border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;	
}

.web-form .radio input:focus + i,
.web-form .checkbox input:focus + i,
.web-form .toggle input:focus + i {
  border-color: #999;
  box-shadow: none;
}

.web-form .input:hover input,
.web-form .select:hover select,
.web-form .textarea:hover textarea {
	border-color: #999;
}

.web-form .radio:hover i,
.web-form .checkbox:hover i,
.web-form .toggle:hover i,
.web-form .ui-slider-handle:hover {
  border-color: #999;
}
.web-form .rating input + label:hover,
.web-form .rating input + label:hover ~ label {
  color: #72c02c;
}

.web-form .icon-append,
.web-form .icon-prepend {
  color: #b3b3b3;
}

.web-form .input.state-disabled:hover input,
.web-form .select.state-disabled:hover select,
.web-form .textarea.state-disabled:hover textarea,
.web-form .radio.state-disabled:hover i,
.web-form .checkbox.state-disabled:hover i,
.web-form .toggle.state-disabled:hover i {
  border-color: #bbb;
}

.ui-datepicker-header {
  padding: 10px 0;
  font-size: 16px;
}

.ui-datepicker-inline {
  border-width: 1px;
}

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 27px;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
  font-size: 18px;
  line-height: 47px;
}

.ui-datepicker-calendar a {
  border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
  background: inherit;
  border: 1px solid #bbb;
}
.ui-datepicker-calendar a:hover {
  background: inherit;  
  border: 1px solid #bbb;
}

.web-form button *,
.web-form button *:after,
.web-form button *:before {
  margin: 0 auto;
  padding: 0 auto;
}

.btn-u.button-uploading:after {
  top: 6px;
}
.btn-u.btn-u-lg.button-uploading:after {
  top: 10px;
}
.btn-u.btn-u-sm.button-uploading:after {
  top: 3px;
}
.btn-u.btn-u-xs.button-uploading:after {
  top: 2px;
}

.label {
  padding: 0.2em 0 0.3em;
}

.ui-datepicker-calendar span {
  width: 26px;
}

/*Profile
------------------------------------*/
.profile .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.profile .heading-sm-v2 {
	font-size: 16px;
}

.profile .profile-body {
	padding: 20px;
	background: #f7f7f7;
}

/*Scrollbar*/
.mCustomScrollbar {
	height: 320px; 
}

/*Panel Title Box*/
.profile .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}
.profile .panel-profile.no-bg {
	background: inherit;
}

.profile .panel-heading {
	color: #585f69;
	background: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #f7f7f7;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
	top: 7px;
	position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
	color: #777;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a:hover i {
	color: #555;
}

.profile .panel-title {
	font-size: 16px;
}

/*Notification*/
.profile .notification {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 0 0;
	border-top: 1px solid #eee;
}

.profile .notification:first-child {
	border-top: none;
}

.profile .notification img,
.profile .notification i {
	float: left;
	margin-right: 10px;
}

.profile .notification img {
	width: 35px;
	height: 35px;
}

.profile .notification span {
	color: #777;
	display: block;
}

.profile .notification small {
	color: #999;
	font-size: 11px;
}

.profile .notification h4 {
	margin: 0 0 3px;
	font-size: 14px;
}

.profile .notification p {
	color: #777;
	font-size: 12px;
}

/*Profile Post*/
.profile .profile-post {
	background: #fff;
	margin-bottom: 2px;
	padding: 7px 7px 7px 0;
}

.profile .profile-post.color-one {
	border-left: 2px solid #72c02c;
}
.profile .profile-post.color-two {
	border-left: 2px solid #3498db;
}
.profile .profile-post.color-three {
	border-left: 2px solid #e74c3c;
}
.profile .profile-post.color-four {
	border-left: 2px solid #9b6bcc;
}
.profile .profile-post.color-five {
	border-left: 2px solid #555;
}
.profile .profile-post.color-six {
	border-left: 2px solid #f1c40f;
}
.profile .profile-post.color-seven {
	border-left: 2px solid #27d7e7;
}

.profile .profile-post span.profile-post-numb {
	float: left;
	color: #999;
	font-size: 20px;
	font-weight: 200;
	padding: 5px 12px;
}

.profile .profile-post:hover span.profile-post-numb {
	color: #72c02c;
}

.profile .profile-post-in {
	overflow: hidden;
}

.profile .profile-post-in h3 a {
	color: #555;
	text-transform: uppercase;
}

.profile .profile-post-in p {
	color: #999;
	margin-bottom: 5px;
}

/*Profile Event*/
.profile .profile-event .heading-xs {
	margin-top: 0;
	text-transform: uppercase;
}

.profile .profile-event {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 2px;
}

.profile .profile-event p {
	color: #999;
	margin-bottom: 5px;
}

.profile .date-formats {
	color: #fff;
	float: left;
	text-align: center;
	background: #72c02c;
	margin: 7px 13px 0 0;
	padding: 7px 10px 4px;
}

.profile .date-formats span {
	display: block;
	font-size: 22px;
	font-weight: 200;
	line-height: 25px;
}

/*Table*/
.profile .table {
	background: #fff;
}

.profile .table th {
	min-width: 100px;
}

.profile .table td {
	vertical-align: middle;
}

.profile .table h3 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 5px;
}

.profile .table a {
	color: #555;
}

.profile .table-search-v2 td img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
}

.profile .table > thead > tr > th, 
.profile .table > tbody > tr > th, 
.profile .table > tfoot > tr > th, 
.profile .table > thead > tr > td, 
.profile .table > tbody > tr > td, 
.profile .table > tfoot > tr > td {
	padding: 11px;
}

/*Comment*/
.profile .comment {
	border-bottom: 1px solid #eee;
	padding: 15px 15px 5px;
}

.profile .comment img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.profile .comment strong {
	display: block;
	line-height: 15px;
	margin-bottom: 3px;
}

.profile .comment p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 17px;
}

.profile .comment small {
	color: #bbb;
	font-weight: 200;
}

.profile .comment-list li {
	color: #999;
	font-size: 11px;
}

.profile .comment-list li a {
	color: #555;
}

.profile .comment-list li a:hover {
	color: #555;
	text-decoration: none;
}

.profile .comment-list li:hover i {
	color: #72c02c;
}

/*Image Post*/
.profile .img-post {
	position: relative;
}

.profile .img-post:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}

.profile .img-post-in {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	position: absolute;
}

.profile .img-post-in h3 {
	color: #fff;
	margin: 0 auto;
	font-weight: 200;
}

.profile .img-post-in small {
	color: #999;
	display: block;
	margin-bottom: 15px;
}

.profile .img-post-in p {
	color: #bbb;
}

.profile .img-post-list {
	margin-bottom: 0;
}

.profile .img-post-list li a,
.profile .img-post-list li a:hover {
	color: #fff;
	text-decoration: none;
}
.profile .img-post-list li a:hover i {
	color: #72c02c;
}

/*Media*/
.profile .media.media-v2 {
	margin-top: 0;
	padding: 25px 0 20px;
	border-top: 1px solid #eee;
}

.profile .media.media-v2:first-child {
	border-top: none;
}

.profile .media.media-v2 .media.media-v2 {
	margin-top: 20px;
	padding-bottom: 0;
}

.profile .media.media-v2 img.media-object {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

/*Media Body*/
.profile .media.media-v2 .media-body {
	overflow: hidden;
}

.profile .media.media-v2 .media-body p {
	color: #777;
	line-height: 1.4;
}

/*Media Heading*/
.profile .media.media-v2 .media-heading {
	margin: 0 0 5px;
	font-size: 13px;
	position: relative;
}

.profile .media.media-v2 .media-heading a,
.profile .media.media-v2 .media-heading a:hover {
	color: #555;
}

.profile .media.media-v2 .media-heading strong {
	padding-right: 5px;
}

.profile .media.media-v2 .media-heading small {
	top: 7px;
	right: 0;
	color: #999;
	font-size: 12px;
	position: absolute;
}

/*Results List*/
.profile .results-list {
	margin-top: 4px;
}

.profile .results-list li a {
	color: #999;
}

/*Expand List*/
.profile i.expand-list {
	color: #777;
	padding: 5px;
	min-width: 20px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.profile i.expand-list:hover {
	color: #999;
	border-color: #999;
}

/*Image Uploaded*/
.profile .img-uploaded img {
	width: 120px;
	height: auto;
}

/*Alert Blocks*/
.alert-blocks {
	margin: 0 15px 5px;
	background: #f7f7f7;
	padding: 10px 10px 13px;
}

.alert-blocks:first-child {
	margin-top: 15px;
}

.alert-blocks-pending {
	background: #fffdcc; 
}

.alert-blocks-success {
	background: #e1febc; 
}

.alert-blocks-pending {
	background: #fffdcc; 
}

.alert-blocks-error {
	background: #fee0e0; 
}

.alert-blocks-info {
	background: #e0f3fe; 
}

.alert-blocks.alert-dismissable {
  	padding-right: 35px;
}

.alert-blocks i {
	float: left;
	margin-right: 15px;
}

.alert-blocks img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.alert-blocks strong small {
	color: #a3a3a3;
	font-weight: 200;
}

.alert-blocks p {
	color: #999;
	margin-bottom: 0;
}

/*Profile Me
------------------------------------*/
/*Profile Biography*/
.profile .profile-bio {
	background: #fff;
	position: relative;
	padding: 15px 10px 5px 15px;
}

.profile .profile-bio a {
	left: 50%;
	bottom: 20px;
	margin-left: -60px;
	text-align: center;
	position: absolute;
}

.profile .profile-bio h2 {
	margin-top: 0;
	font-weight: 200;
}

.profile .profile-bio span {
	display: block;
}

.profile .profile-bio hr {
	margin: 12px 0 10px;
}

.profile .p-chart {
	text-align: center;
}

.profile .p-chart h3 {
	line-height: 20px;
	margin-bottom: 10px;
}

/*Circle in Responsive*/
@media (max-width: 450px) {
	.p-chart.col-xs-6 {
		width: 100%;
	}
}

/*Timeline*/
.profile .timeline-v2.timeline-me:before {
	left: 19%;
}

.profile .timeline-v2.timeline-me p {
	margin-bottom: 0;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime {
	width: 27%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmicon {
	left: 19%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
	color: #585f69;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
}

.profile .timeline-v2.timeline-me > li .cbp_tmtime span:last-child {
	color: #999;
	font-size: 14px;
	text-align: left;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel {
	padding: 0;
	background: inherit;
	margin: 0 0 20px 23%;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel:after {
	border-color: inherit;
}

.profile .timeline-v2.timeline-me > li .cbp_tmlabel h2 {
	margin: 0 auto;
	font-size: 17px;
	line-height: 20px;
	border-bottom: none;
}

/*Social Contacts v2*/
.profile .social-contacts-v2 {
	margin-bottom: 0;
}

.profile .social-contacts-v2 li {
	padding: 7px 0;
	border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v2 li:first-child {
	border-top: none;
}

.profile .social-contacts-v2 li i {
	font-size: 16px;
	min-width: 25px;
	margin-right: 7px;
	text-align: center;
	display: inline-block;
}

.profile .social-contacts-v2 li i.tw {
	color: #159ceb;
}
.profile .social-contacts-v2 li i.fb {
	color: #4862a3;
}
.profile .social-contacts-v2 li i.sk {
	color: #00aceb;
}
.profile .social-contacts-v2 li i.gp {
	color: #dc4a38;
}
.profile .social-contacts-v2 li i.gm {
	color: #c6574b;
}

/*Social Contacts v3*/
.profile .social-contacts-v3 {
	margin-bottom: 0;
}

.profile .social-contacts-v3 li {
	padding: 12px 0;
	border-top: 1px solid #f0f0f0;
}

.profile .social-contacts-v3 li:first-child {
	padding-top: 0;
	border-top: none;
}

.profile .social-contacts-v3 li:last-child {
	padding-bottom: 0;
}

.profile .social-contacts-v3 li i {
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-right: 7px;
	text-align: center;
	display: inline-block;
}

.profile .social-contacts-v3 li i.tw {
	background: #159ceb;
}
.profile .social-contacts-v3 li i.fb {
	background: #4862a3;
}
.profile .social-contacts-v3 li i.sk {
	background: #00aceb;
}
.profile .social-contacts-v3 li i.gp {
	background: #dc4a38;
}
.profile .social-contacts-v3 li i.gm {
	background: #c6574b;
}

/*Profile Blog
------------------------------------*/
.profile .blog-border {
	border: 1px solid #f0f0f0;
}

.profile .profile-blog {
	padding: 20px;
	background: #fff;
}

.profile .profile-blog img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.profile .profile-blog hr {
	margin: 12px 0 10px;
}

.profile .name-location {
	overflow: hidden;
}

.profile .name-location strong {
	color: #555;
	display: block;
	font-size: 16px;
}

.profile .name-location span a {
	color: #555;
}

.profile .name-location span a:hover {
	color: #72c02c;
}

.profile .name-location span i {
	color: #72c02c;
	font-size: 18px;
	margin-right: 5px;
}

/*Profile Projects
------------------------------------*/
.profile .projects {
	background: #fff;
	padding: 20px 20px 10px;
}

.profile .projects h2 {
	margin: 0 0 5px;
	font-size: 22px;
	font-weight: 200;
}

.profile .projects h3 {
	margin-bottom: 5px;
}

.profile .projects .progress {
	margin-bottom: 15px;
}

.profile .blog-info-v2 {
	margin-left: 0;
	margin-bottom: 15px;
}

.profile .blog-info-v2 li {
	font-size: 12px;
	padding-left: 8px;
	line-height: 12px;
	border-left: 1px solid #eee;
}

.profile .blog-info-v2 li:first-child {
	padding-left: 0;
	border-left: none;
}

.profile .blog-info-v2 li i {
	margin-right: 3px;
}

.profile .project-share {
	overflow: hidden;
	background: #fff;
	padding: 10px 20px;
	border-top: 1px solid #eee;
}

.profile .project-share ul {
	margin-left: 0;
	margin-bottom: 0;
}

.profile .comment-list-v2 li {
	color: #999;
	font-size: 14px;
	padding: 0 10px 0 0;
}

.profile .comment-list-v2 li a {
	color: #555;
}

.profile .comment-list-v2 li i {
	margin-right: 3px;
}

.profile .comment-list-v2 li a:hover {
	color: #555;
	text-decoration: none;
}

.profile .comment-list-v2 li:hover i {
	color: #72c02c;
}

.profile .star-vote li {
	padding: 0;
	font-size: 15px;
}

/*Profile History
------------------------------------*/
.profile .timeline-v2:before {
	background: #eee;
}

.profile .timeline-v2 > li .cbp_tmlabel {
	background: #fff;
}

.profile .timeline-v2 > li .cbp_tmlabel:after {
	border-right-color: #fff;
}

@media screen and (max-width: 767px) {
	.profile .timeline-v2 > li .cbp_tmlabel:after {
		border-bottom-color: #fff;
		border-right-color: transparent;
	}
}

@media screen (min-width: 768px) and (max-width: 992px) {
	.profile .timeline-v2 > li .cbp_tmlabel:after {
		border-bottom-color: #fff;
		border-right-color: transparent;
	}
}

/*Profile Settings
------------------------------------*/
/*Profile Edit*/
.profile .profile-edit {
	padding: 20px;
	background: #fff;
}

.profile .profile-edit h2 {
	font-weight: 200;
}

.profile .profile-edit dt {
	text-align: inherit;
    margin-top: 10px;
}

.profile .profile-edit hr {
	margin: 17px 0 15px;
}

/*Tab*/
.profile .tab-content {
	padding: 0;
}

@media (max-width: 768px) {
	.profile .tab-v1 .nav-tabs { 
	  	border-bottom: none;   
	}
}

.profile .web-form {
	border: none;
}

.profile .web-form .toggle-change i {
	left: 180px;
}

