/**
 * @package  Default Theme
 * @author   Abu Zafar <info@slickphp.com>
 * @version  1.0.0
 */
body {
    color: #888888;
    font: 14px/24px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
}

/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

h1 {
    margin-bottom: 15px;
}
.main h1 {
    margin-top: -6px;
}

/***
Fix link outlines after click
***/
a {
    color: #2578e9;
}
a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #2578e9;
    text-decoration: underline;
}

/***
Misc tools
***/
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.no-space {
    margin: 0 !important;
    padding: 0 !important;
}
.no-text-shadow {
    text-shadow: none !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-25 {
    padding-top: 25px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-top-35 {
    padding-top: 35px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-top-45 {
    padding-top: 45px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.line-height-20 {
    line-height: 20px !important;
}
.line-height-30 {
    line-height: 30px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

div.checker,
div.radio {
    top: -1px;
}

select.form-control {
    color: #5f6d7b;
    border-radius: 0;
    border-color: #e4e6e8;
    box-shadow: none;
}
select.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

input.form-control,
textarea.form-control {
    border-color: #dbdbdb;
    color: #777;
    font: 14px Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    border: solid 1px #dbdbdb;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
*html .clearfix {
    zoom: 1;
}
*+html .clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.lead {
    font-size: 16px;
}

.font-transform-inherit {
    text-transform: inherit !important;
}


/***
Custom Scrollbars
***/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
    width: auto !important;
}

/* Global classes */
.min-hight500 {
    min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
    color: #616b76;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #fff;
}
.pre-header a {
    color: #616b76;
}
.pre-header a:hover {
    color: #1678dc;
}
.pre-header a:focus {
    text-decoration: none;
}
.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
    border: none;
}
.additional-shop-info li:first-child {
    padding-left: 0;
}
.additional-nav li:last-child {
    padding-right: 0;
}
.pre-header .fa {
    margin-right: 4px;
}

/***
Header and header elements
***/
.header {
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 0;
    z-index: 999;
    position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.page-header-fixed {
    padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

.header .container {
    position: relative;
}
.ie8 .header {
    border-bottom: 1px solid #eee;
}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 67px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .mobi-toggler {
    float: right;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin: 25px 10px 0 30px;
    position: relative;
    background: #fff url(assets/images/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
    display: none;
}
.header .mobi-toggler:hover {
    background: #1678dc url(assets/images/toggler.png) no-repeat 6px -28px;
    border-color: #1678dc;
    color: #fff;
}

/* Navigation */
.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation > ul > li {
    float: left;
}
.header-navigation > ul > li > a {
    color: #767f88;
    display: block;
    padding: 29px 12px 30px;
    text-transform: uppercase;
    font: 19px "PT Sans Narrow",sans-serif;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #7049e1;
    text-decoration: none;
}

/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
.header-navigation .dropdown {
    position: static;
}

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}

.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #333333;
    position: absolute;
    border: none;
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -3px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #333333;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #4d4d4d;
    position: relative;
    float: none;
}
.header-navigation .dropdown-menu li:last-child {
    border: none;
}
.header-navigation .dropdown-menu li > a {
    padding: 10px 15px;
    font-weight: 400;
    color: #c2c1c1;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #7049e1;
    color: #fff;
}
.dropdown-submenu > a:after {
    display: none;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}
.header-navigation-content .header-navigation-col {
    padding: 0;
}
.header-navigation-content h4{
    font: bold 15px 'Open Sans', Arial, sans-serif;
    margin: 0 0 6px;
    padding: 10px 10px 5px;
    border-bottom: solid 1px #f0f0f0;
}
.header-navigation-content ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.header-navigation-content li {
    padding: 0;
    border: none !important;
}
.header-navigation-content li > a {
    display: block;
}

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}
.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}
.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
    padding: 0 0 10px;
    color: #767f88;
    display: inline-block;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
    background: #fff;
    color: #1678dc;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}
.header-navigation .dropdown-menu a {
    position: relative;
}
.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
    position: relative;
    top: 26px;
}
.header-navigation li.menu-search span.sep {
    top: 0;
    width: 1px;
    height: 26px;
    background: #eaeaea;
    position: relative;
    margin: 0 18px 0 16px;
    display: inline-block;
}
.header-navigation li.menu-search i {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: -6px;
    /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
    width: 15px;
    height: 15px;
    opacity: 0.6;
}
.header-navigation li.menu-search i:hover {
    color: #1678dc;
    background-position: 0 -15px;
}
/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
    right: -7px;
    top: 100%;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    border-top: solid 2px #1678dc;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 0;
    z-index: 22;
}
.header-navigation .search-box:after {
    top: -8px;
    width: 0;
    height: 0;
    right: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid #1678dc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.header-navigation .search-box button {
    margin-left: 0 !important;
}

.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}
@media (min-width: 1025px) {
    .reduce-header .header-navigation > ul > li > a {
        padding: 20px 12px 27px;
    }
    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }

}
.reduce-header .mobi-toggler {
    margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}


/***
Sidebar
***/
.sidebar {
    color: #3E4D5C;
}
.sidebar .list-group-item {
    background: rgba(244,244,244,0.5);
    border: none;
    display: block;
    margin-bottom: 2px;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;
}
.sidebar .list-group-item:last-child {
    margin: 0;
}
.sidebar a {
    color: #3E4D5C;
}
.sidebar a:hover {
    color: #1678dc;
}
.sidebar-menu a {
    display: block;
}
.sidebar-menu a:hover {
    text-decoration: none;
}
.sidebar-menu .fa-angle-right {
    position: relative;
    top: 1px;
    margin-right: 2px;
    float: left;
}
.sidebar .dropdown.open .dropdown-toggle {
    background: #fff;
    color: #3E4D5C;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
    color: #1678dc;
}
.sidebar .dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {
    border-color: none !important;
}

.sidebar .dropdown-menu {
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    list-style: none;
    margin: 0 -10px;
    min-width: auto;
    padding: 5px 10px 1px 19px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    font: 15px 'PT Sans Narrow', sans-serif;
}

.sidebar .dropdown-menu:after,
.sidebar .dropdown-menu:before {
    display:none !important;
}

.sidebar .dropdown-menu .dropdown-menu {
    border-top: none;
    margin-bottom: -5px;
    margin-right: -10px;
}
.sidebar .open>.dropdown-menu {
    display: block;
}
.sidebar .dropdown-menu li {
    padding: 4px 0 3px 11px;
    position: relative;
}
.sidebar .dropdown-menu ul {
    padding: 0;
    margin: 0 0 0 4px;
    list-style: none;
    text-transform: none;
    font-size: 15px;
}
.sidebar .dropdown-menu > li > a {
    clear: both;
    line-height: inherit;
    padding: 0;
    white-space: nowrap;
}
.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
    background: none !important;
    color: #1678dc;
}
.sidebar .dropdown-menu > li > a .fa-angle-down {
    position: absolute;
    top: 8px;
    right: 0;
}
.sidebar .fa-angle-down:before {
    content: "";
}
.sidebar .fa-angle-down {
    width: 11px;
    height: 11px;
    background: url(assets/images/sidebar-toggle-icons.png) no-repeat 0 0;
    position: absolute;
    top: 12px;
    right: 10px;
}
.sidebar a:hover > .fa-angle-down {
    background-position: -11px 0;
}
.sidebar .collapsed .fa-angle-down {
    background-position: 0 -37px;
}
.sidebar .collapsed:hover > .fa-angle-down {
    background-position: -11px -37px;
}


/***
steps block and steps block elements
***/
/* shop */
.steps-block {
    color: #fff;
    padding: 30px 0;
}
.steps-block ::-moz-selection {
    color: #1678dc;
    background: #fff;
}
.steps-block ::selection {
    color: #1678dc;
    background: #fff;
}
.steps-block-gray {
    background: #a0a3a4;
}
.steps-block-red {
    background: #1678dc;
}
.steps-block-col {
    overflow: hidden;
    min-height: 71px;
}

.steps-block h2 {
    color: #fff;
    font-size: 43px;
    margin: 0;
    padding: 0;
    line-height: 1;
}
/* steps-block-simple – step block without image */
.steps-block-simple h2 {
    font-size: 33px;
    margin-bottom: 5px;
}
.steps-block em {
    font: normal 400 13px 'Opan Sans', sans-serif;
    text-transform: uppercase;
}
.steps-block-simple em {
    text-transform: inherit;
    line-height: 1.2;
}
.steps-block .steps-block-col div {
    margin-left: 70px;
    margin-right: 40px;
}
.steps-block-simple .steps-block-col div {
    margin-left: 0;
}
.steps-block .fa-truck,
.steps-block .fa-gift,
.steps-block .fa-phone {
    font-size: 30px;
    border: solid 2px #fff;
    border-radius: 30px !important;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 22px;
    margin-right: 11px;
    float: left;
}
.steps-block .fa-angle-right {
    font-size: 84px;
}

/* paginations */

.paginator::before {
    content: "";
    display: table;
}
.paginator::after {
    clear: both;
    content: "";
    display: table;
}
.paginator {
    zoom: 1;
}

.paginator {
    margin: 50px 0 0;
    text-align: right;
}

.paginator a {
    margin: 0 5px 0 0;
}

.paginator .page-nav {
    float: right;
}

.paginator .page-nav {
    margin-right: -8px;
}

.paginator.paginator-more-button {
    margin-top: 25px;
}
.description-under-image + .paginator {
    margin-top: 40px;
}
.description-under-image.bg-under-post + .paginator {
    margin-top: 50px;
}
.paginator .page-links {
    float: left;
    margin: 0 auto;
}
.dt-shortcode .page-links {
    display: inline-block;
    float: none;
}
.page-links a {
    display: inline-block;
    float: none;
    margin: 0 3px 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.paginator a.act {
    border: medium none;
}
.paginator .nav-next, .paginator .nav-prev {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    text-decoration: none;
}
.paginator .nav-next, .paginator .nav-prev {
    font-size: 0;
    text-indent: -9999px;
}
.paginator .nav-next::after, .paginator .nav-prev::before {
    background-position: 0 center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 13px;
    line-height: 13px;
    margin-top: -6.5px;
    position: absolute;
    top: 50%;
    width: 13px;
}
.paginator .nav-next::after, .paginator .nav-prev::before {
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin: -8px 0 0 -8px;
    right: auto;
    width: 16px;
}
.paginator .disabled:hover {
    cursor: default;
}



.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 25px !important;
    border: none;
    color: #868c93;
}
.pagination > li > span,
.pagination > li > span:hover {
    background: #555;
    color: #fff;
}

.items-info {
    padding-top: 7px;
    color: #868c93;
}

/* content page */
main {
    background: #fff;
}
main img{
    padding: 10px;
    max-width: 100%;
}
.corporate .content-page {
    padding: 0 0 20px;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
    color: #1678dc;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    padding-top: 10px;
}
.content-page h3 {
    font-size: 20px;
    margin-bottom: 7px;
}
.content-page h4 {
    font-size: 17px;
    margin-bottom: 4px;
}
.content-page h5,
.content-page h6 {
    font: 700 15px 'Open Sans', Arial, sans-serif;
    margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
    margin-bottom: 20px;
}
.content-page .list-unstyled {
    margin-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
}
.content-page .list-unstyled li {
    margin-bottom: 3px;
}

.content-page .list-ordered {
    margin-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
    list-style: decimal;
}
.content-page .list-ordered li {
    margin-bottom: 15px;
}

/* 404 page */
.page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
}
.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #d3d4d4;
    text-align: right;
}
.page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}

/* 500 page */
.page-500,.page-403 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-500 .number,.page-403 .number {
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #d3d4d4;
    text-align: right;
}
.page-500 .details, .page-403 .details{
    margin-left: 40px;
    display: inline-block;
    text-align: left;
}


/* content form page */
div.content-form-page {
    background: #fff;
    padding: 5px 20px 30px;
    margin-right: 10px;
}
.content-form-page a {
    color: #767F88;
}
.content-form-page a:hover {
    color: #1678dc;
}
.form-without-legend {
    padding-top: 25px;
}
.content-form-page legend {
    border: none;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #3E4D5C;
}
.content-form-page .control-label {
    font-weight: normal;
    padding-right: 5px;
    margin-left: -15px;
}
.default-form label,
.checkout-page label {
    font-weight: normal;
}
.require {
    color: #e94d1c;
}
.content-form-page input.form-control {
    border-color: #dbdbdb;
    color: #aaa;
    font: 14px Arial, sans-serif;
    border-radius: 0;
}
.content-form-page .form-control:focus {
    box-shadow: none;
    border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
    padding-right: 0;
    margin-left: -15px;
}
/*.content-form-page .checker {
	margin-left: -15px;
}*/
.content-form-page .btn {
    margin-right: 10px;
    /*padding: 7px 12px 6px;*/
}
div.content-form-page .checkbox-list {
    margin-left: -3px;
}

/* info at the right of the forms */
.form-info {
    padding: 0 10px 0 30px;
    border-left: solid 1px #e4e6e8;
    margin: 25px 0;
}
.form-info h2 {
    font-size: 18px;
    position: relative;
    top: -5px;
    margin-bottom: 5px;
}
.form-info h2 em {
    font-style: normal;
    color: #1678dc;
}
.form-info p {
    margin: 0 0 20px;
}


.nav-tabs {
    border-color: #1678dc;
    padding-bottom: 1px;
    font-size: 14px;
    margin-bottom: 0;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #F4F4F4;
    color: #647484;
    border-radius: 0;
    padding: 5px 15px 4px;
    border: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #1678dc;
    color: #fff;
    padding: 5px 15px 4px;
}
.tab-content {
    background: #FAFAFA;
    padding: 20px 15px;
}

/* content search */
.content-search {
    background: #fff;
    padding: 10px 15px;
}
.ecommerce .content-search h1 {
    padding-top: 3px;
    margin: 0;
}
.content-search h1 em {
    font-style: normal;
    color: #1678dc;
}
.content-search form {
    margin: 0;
}
.content-search input {
    border-radius: 0;
    border-color: #dbdbdb;
    color: #b0b4b7;
    font: 14px Arial, sans-serif;
    height: 35px;
}
.content-search input:focus {
    box-shadow: none;
    border: solid 1px #1678dc;
}
.content-search button {
    margin-left: 0 !important;
    font-size: 14px;
    /*padding: 7px 12px 5px;*/
    height: 35px;
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
    background: #313030;
    color: #b0b0b0;
}
.pre-footer .container {
    padding-top: 45px;
}
.pre-footer a {
    color: #1678dc;
}
.pre-footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}
.pre-footer p {
    margin-bottom: 20px;
}
.pre-footer li {
    margin-bottom: 6px;
}

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
    overflow: hidden;
    margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
    width: 30px;
    float: left;
    text-align: left;
    padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
    color: #1678dc;
    font-size: 20px;
}
.pre-footer dl.f-twitter dd {
    color: #b0b0b0;
    margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
    color: #6b9cab;
    font-size: 12px;
    margin: 0 5px;
}
.pre-footer address {
    line-height: 1.7;
}
.pre-footer-col {
    padding-bottom: 22px;
}
.pre-footer .top-line {
    border-top: solid 1px #535353;
    padding-top: 24px;
    padding-bottom: 17px;
}
.pre-footer .social-icons {
    padding-top: 5px;
}
.pre-footer .social-icons li a,
.pre-footer a.social-icon {
    transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
    opacity: 1;
}

.pre-footer hr {
    margin-top: 0;
    border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
    border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
    padding-bottom: 14px;
}
.ecommerce .pre-footer-subscribe-box form {
    float: left;
    width: 330px;
}
.pre-footer .pre-footer-subscribe-box p {
    clear: both;
}
.pre-footer-subscribe-box .input-group {
    border: solid 1px #545454;
    padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
    border: solid 1px #DBDBDB;
}
.ecommerce .pre-footer-subscribe-box h2,
.corporate .pre-footer-subscribe-box h2 {
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}
.pre-footer-subscribe-box input {
    border-radius: 0;
    background: #313030;
    border: solid 1px #313030;
    color: #909090;
    font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
    box-shadow: none;
    border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
    margin-left: 0 !important;
    border-bottom: none;
    margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
    margin: 4px 5px 4px 0;
    display: inline-block;
}
.pre-footer .photo-stream img {
    width: 54px;
    height: 54px;
    border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
    border-color: #1678dc;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* light pre-footer */
.pre-footer-light {
    background: #F9F9F9;
    color: #3E4D5C;
    margin-top: 20px;
}
.pre-footer-light .container {
    background: #fff;
    padding-top: 25px;
}
.pre-footer-light h2,
.ecommerce .pre-footer-light h2 {
    color: #3E4D5C;
}
.pre-footer-light a {
    color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd {
    color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd span {
    color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
    color: #1678dc;
}

.pre-footer-light address a {
    color: #1678dc;
}

.pre-footer-light hr {
    border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
    opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
    opacity: 0.7;
}

.pre-footer-light .input-group {
    border: none;
    padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
    background: #fff;
    border: none;
    color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
    color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
    background: #62707F;
    color: #fff;
}
.pre-footer-gray h2,
.ecommerce .pre-footer-gray h2 {
    color: #fff;
}
.pre-footer-gray dl.f-twitter dd {
    color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
    color: #fff;
    opacity: 0.5;
}

.pre-footer-gray hr {
    border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
    opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
    opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box form {
    color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
    border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
    background: #62707F;
    border: solid 1px #62707F;
    color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
    border: solid 1px #62707F;
}
.pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* footer */
.footer {
    background: #272626;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}
.footer-light {
    background: #F9F9F9;
    color: #3e4d5c;
}
.footer-gray {
    background: #4A5866;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.footer-light a {
    color: inherit;
}
.footer .padding-top-10 {
    opacity: 0.5;
}
.footer .list-inline > li:last-child {
    padding-right: 0;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul.social-footer {
    font-size: 18px;
    padding-top: 5px;
}
.footer ul.social-footer a {
    opacity: 0.5;
}
.footer ul.social-footer a:hover {
    opacity: 1;
}


/***
Custom icon buttons
***/
.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter:none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display:inline-block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    font-size: 18px;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-btn div {
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 6px 3px 6px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***
Notes
***/

/* Common styles for all types */
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
    margin-top: 0;
}

.note p:last-child {
    margin-bottom: 0;
}
.note code,
.note .highlight {
    background-color: #fff;
}

/* Variations */
.note-danger {
    background-color: #FAEAE6;
    border-color: #ed4e2a;
}

.note-warning {
    background-color: #FCF3E1;
    border-color: #fcb322;
}

.note-info {
    background-color: #E8F6FC;
    border-color: #57b5e3;
}

.note-success {
    background-color: #EBFCEE;
    border-color: #3cc051;
}

/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}
.panel .panel-title {
    padding-top: 0;
    margin-bottom: 0;
}

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
    width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}


/***
Demo Utils
***/
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.fontawesome-demo i {
    font-size: 18px;
}

.fontawesome-demo li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.glyphicons-demo ul li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}
.glyphicons-demo ul li {
    width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
    display: block;
    text-align: center !important;
    width: auto;
    line-height: 1.2;
}
.glyphicons-demo ul li:hover {
    background-color: rgba(86,61,124,.1);
}

.buttons-page .btn {
    margin-bottom: 5px !important;
}
.buttons-page .clearfix {
    margin-bottom: 20px;
}
#topcontrol {
    z-index: 99999;
}

/* faq page */
.faq-page .panel-heading {
    padding: 0;
}
.faq-page .panel-heading h4 {
    font-size: 17px;
}
.faq-page .panel-heading a {
    display: block;
    padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
    color: #333;
    text-decoration: underline;
}

/* Services Box */
.service-box p {
    color: #656565;
    font-size: 13px;
}
.service-box .service-box-heading {
    padding: 12px 0;
}
.service-box .service-box-heading i {
    padding: 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
    color: #0da3e2;
    border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
    color: #1678dc;
    border:1px solid #1678dc;
}
.service-box .service-box-heading i.green {
    color: #35aa47;
    border:1px solid #35aa47;
}
.service-box .service-box-heading span {
    color: #444;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
    display: inline-block;
    text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em;
}

/* Blockquote Box */
.quote-v1 {
    background: #7C858E;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.quote-v1 a {
    margin: 5px;
    display: inline-block;
}
.quote-v1 span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 13px 5px 8px;
    line-height: 26px;
    display: inline-block;
}
.quote-v1 a.btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #fff;
    background: none;
}
.quote-v1 a.btn-transparent:hover {
    background: #1678dc;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
    margin-right: 10px;
}

/* Recent Works */
.recent-work {
    position: relative;
}
.recent-work a:hover {
    text-decoration: none;
}
.recent-work h2,
.ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}
.recent-work h2 a {
    color: #3e4d5c;
}
.recent-work h2 a:hover {
    color: #1678dc;
}
.recent-work-item {
    padding-left: 10px;
}
.recent-work .owl-buttons {
    left: -74px;
    right: auto;
    top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
    padding: 10px;
    display: block;
    background: #fff;
}
.recent-work .recent-work-item:hover a.recent-work-description {
    background: #1678dc;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work .recent-work-item strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.recent-work .recent-work-item b {
    color: #656565;
    font-weight: 300;
}
.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
    color: #fff;
}
.recent-work .recent-work-item em {
    display: block;
    overflow: hidden;
    position: relative;
}
.recent-work .recent-work-item .fa {
    color: #fff;
    padding: 16px 30px 16px 18px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23.5px;
    border-radius: 47px;
    background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.recent-work .recent-work-item .fa:hover {
    color: #1678dc;
}
.recent-work .recent-work-item .fa-link {
    left: -100px;
}
.recent-work .recent-work-item .fa-search {
    right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
    left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
    right: 30%;
}

/* Mixed Block */


/* Front Carousel */
.front-carousel .carousel-control {
    margin: 0;
    border: none;
    height: 35px;
    font-size: 24px;
    font-weight: normal;
    top: 40%;
    width: 35px;
    background: #222;
    opacity: 0.5;
}
.front-carousel .carousel-control:hover {
    opacity: 0.6;
}
.front-carousel .carousel-control i {
    font-size: 27px;
}
.front-carousel .carousel-control.right i {
    position: relative;
    left: 1px;
}
.front-carousel .carousel-caption {
    padding: 10px 15px 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
.front-carousel .carousel-control.left {
    left: 0;
}
.front-carousel .carousel-control.right {
    right: 0;
}

/* Skils */
.front-skills span {
    color: #555;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}
.front-skills .progress {
    background: #f2f2f2;
}
.front-skills .progress-bar {
    background: #1678dc;
}
.front-skills .progress,
.front-skills .progress-bar {
    box-shadow: none;
}

/* Team Blocks */
.front-team .thumbnail {
    border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
    margin:10px 0 12px;
    line-height:40px;
}
.front-team h3 strong {
    color: #1678dc;
    font-size: 20px;
    font-weight: 400;
}
.front-team h3 small {
    display: block;
    font-size: 13px;
}
.front-team ul {
    padding: 4px 0 0;
}
.front-team .social-icons {
    overflow: hidden;
}

/* Service Box v1 */
.service-box-v1 {
    text-align: center;
    padding: 15px;
}
.service-box-v1 i {
    padding: 15px;
    font-size: 35px;
}
.service-box-v1:hover {
    background: #1678dc;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
    color: #fff;
}

/* corp. search result */
.content-search-view2 {
    background: #EDEFF1;
    padding: 20px;
    margin: 0 0 20px;
}
.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}
.search-result-item h4 a {
    color: #1678dc;
}
.search-result-item p {
    margin-bottom: 10px;
}
.search-link {
    color: #999;
    font-size: 12px;
}

/* FAQ */
.faq-tabbable {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: solid 2px #1678dc;
}
.faq-tabbable li {
    position: relative;
    margin-bottom: 1px;
}
.faq-tabbable li a {
    font-size: 14px;
    color: #7C858E;
    display: block;
    background: #F4F4F4;
    padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a{
    background: #1678dc;
    text-decoration: none;
    color: #fff;
}
.faq-tabbable li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #1678dc;
    position: absolute;
    top: 16px;
    right: -5px;
}

/* Lists */
.front-lists-v1 li {
    font-size: 14px;
    margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
    color: #555;
    font-size: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.front-lists-v2 li i {
    margin-right: 5px;
    font-size: 17px;
}

/* Blog Page */
.posts h2,
.ecommerce .blog-posts h2 {
    padding-top: 0;
}
.blog-posts p {
    text-align: justify;
}
.blog-posts .carousel {
    margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
    margin: 40px 0;
}
.blog-info {
    list-style: none;
    margin: 0 0 12px 0;
    border-bottom: 1px solid;
    border-color: rgba(136, 136, 136, 0.15);
    padding: 0 0 10px 0;
}
#main > .blog-info {
    margin: -40px 0 44px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.blog-info li {
    padding: 0;
    color: rgba(136, 136, 136, 0.5);
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}
.blog-info li i {
    color: rgba(136, 136, 136, 0.5);
}

.blog-info li a {
    color: rgba(136, 136, 136, 0.5);
}

.blog-posts .pagination li {
    margin-left: -12px;
    margin-right: 17px;
}

.more::after {
    background-position: center;
    background-repeat: no-repeat;
    content: "\f101";
    font-family: 'FontAwesome';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    font-size: 16px;
}

.more {
    color: #3a3a3a;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding-right: 17px;
}

/* Blog Sidebar categories BEGIN */
.widget_categories{
    padding: 0;
    margin: 0;
}
.widget_categories ul.children {
    clear: both;
    padding-top: 10px;
}

.widget_categories .cat-item > a, .widget_categories .count {
    display: inline-block;
}

ul.cart_list li:first-child{
    padding: 0;
    border-top: medium none !important;
    margin-top: 0;
}

ul.cart_list li{
    display: block;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.cat-item{
    margin: 9px 0 0;
    overflow: hidden;
    padding: 10px 0 0;
}

.widget_categories .cat-item > a, .widget_categories .count {
    display: inline-block;
}

.cat-item ul {
    margin-left: 20px;
    padding: 0px;
}

.widget_categories li:first-child, .widget_categories li {
    padding: 0;
}

.cat-item:first-child {
    border-top: medium none !important;
    margin-top: 0;
    padding-top: 0;
}
.cat-item::before {
    content: "";
    font-family: FontAwesome !important;
    font-size: 10px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}
/* Blog Sidebar categories END */

/* Blog Item */
.blog-item .blog-item-img {
    margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
    margin-bottom: 0;
}
.blog-item blockquote {
    margin: 20px 40px 18px;
    border-color: #1678dc;
}
.blog-item .blog-info {
    margin: 20px 0;
    padding: 8px 0;
    border-top: solid 1px #ECEBEB;
    border-bottom: solid 1px #ECEBEB;
}
.blog-item .blog-info li {
    padding-left: 13px;
    border-left: solid 1px #ECEBEB;
}
.blog-item .blog-info li:first-child {
    padding-left: 0;
    border-left: none;
}
.blog-item .blog-item-img .carousel-control {
    top: 45%;
}

.blog-item .media {
    border-bottom: solid 1px #ECEBEB;
    margin-bottom: -1px;
}
.blog-item .comments {
    border-top: solid 1px #ECEBEB;
    padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
    width: 60px;
    height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}
.blog-item h4.media-heading span a {
    color: #1678dc;
}

.mix-block .tab-content .col-md-3 {
    padding-right: 0;
}
.mix-block .nav-tabs > li {
    margin-top: 1px;
}

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
    color: #f0f0f0;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 5px;
}
.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
    color: #fefefe;
}
.front-steps-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.front-steps-wrapper .front-step-col {
    padding-left: 0;
    padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
    padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
    padding-right: 15px;
}

.front-steps-wrapper .front-step {
    position: relative;
    padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
    background: #1678dc;
}
.front-steps-wrapper .front-step2 {
    background: #7c858e;
}
.front-steps-wrapper .front-step3 {
    background: #68727c;
}
.front-steps-wrapper .front-step4 {
    background: #636a72;
}
.front-steps-wrapper .front-step5 {
    background: #5e6369;
}
.front-steps-wrapper .front-step6 {
    background: #55585d;
}

.front-steps-wrapper .front-step:before {
    color: #fff;
    font: 300 125px 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -40px;
    opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
    display: none !important;
}
.front-steps-wrapper .front-step1:before {
    content: "1";
    opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
    content: "2";
    right: -15px;
}
.front-steps-wrapper .front-step3:before {
    content: "3";
}
.front-steps-wrapper .front-step4:before {
    content: "4";
}
.front-steps-wrapper .front-step5:before {
    content: "5";
}
.front-steps-wrapper .front-step6:before {
    content: "6";
}

.front-steps-wrapper .front-step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #1678dc;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.ie8 .front-steps-wrapper .front-step:after {
    display: none !important;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
    display: none;
}
.front-steps-wrapper .front-step2:after {
    border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
    border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
    border-left-color: #727980;
}
.front-steps-wrapper .front-step5:after {
    border-left-color: #6E7278;
    top: auto;
    bottom: 10%;
}

/* pricing */
.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}
.pricing-active {
    border: 3px solid #1678dc;
    margin-top: -10px;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
    border: 3px solid #1678dc;
}
.pricing:hover h4 {
    color: #1678dc;
}
.pricing-head {
    text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}
.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #1678dc;
    border-bottom: none;
}
.pricing-head h4 {
    color: #bac39f;
    padding: 5px 0;
    font-size: 54px;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
    color: #1678dc;
}
.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 li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
    top: 2px;
    color: #1678dc;
    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;
}

.pricing-footer .btn {
    color: #fff;
}

.pricing-footer .btn:hover {
    color: #fafafa;
}

/* Priceing Active */
.price-active,
.pricing:hover {
    z-index: 9;
}
.price-active h4 {
    color: #36d7ac;
}

.no-space-pricing .pricing:hover {
    transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #36d7ac;
    padding: 15px 0;
    font-size: 80px;
    transition:color 0.5s ease-in-out;
}

/*new code for */
#main{
    padding: 10px 0 0;
    color: #888888;
    font: 14px/24px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
}

.entry-title{
    color: #3a3a3a;
    font: 25px/31px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
.entry-title a{
    color: #3a3a3a;
}

dd, dl, menu, ol, ul {
    list-style: outside none none;
}

.sidebar-left .sidebar {
    border-right: 1px solid rgba(136, 136, 136, 0.15);
}
.sidebar-left .sidebar, .sidebar-right .content {
    padding-right: 44px;
}
.sidebar-left .sidebar, .sidebar-right .content {
    float: left;
}

.sidebar-right .sidebar {
    border-left: 1px solid rgba(136, 136, 136, 0.15);
}
.sidebar-left .content, .sidebar-right .sidebar {
    padding-left: 44px;
}
.sidebar-left .content, .sidebar-right .sidebar {
    float: right;
}

.sidebar {
    position: relative;
    z-index: 9;
}

.sidebar .widget, .sidebar-content .widget {
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    color: #888888;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.widget::after, .widget::before {
    clear: both;
    content: "";
    display: table;
}
.widget::after, .widget::before {
    clear: both;
    content: "";
    display: table;
}

.sidebar .widget:first-child, .sidebar .widget:first-child, .sidebar-content .widget:first-child {
    border-top: medium none;
    padding-top: 0;
}

.widget-title {
    clear: both;
    margin-bottom: 15px;
    color: #3a3a3a;
    font: 20px/26px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
}

.recent-posts {
    margin: 0;
    padding: 0 0 5px;
}

.recent-posts li {
    display: block;
    margin: 9px 0 0;
    overflow: hidden;
    padding: 15px 0 0;
}

.recent-posts a {
    display: inline-block;
    text-decoration: none;
}

.alignleft {
    margin-right: 20px;
}

.text-normal {
    font-size: 13px;
    line-height: 22px;
}

.page-title {
    background-color: rgba(136, 136, 136, 0.04);
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
}

.page-title h1 {
    color: #3a3a3a;
    font: 25px/31px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

.page-title .hgroup {
    overflow: hidden;
    padding: 5px 0;
}
.page-title .wf-table {
    display: table;
    width: 100%;
    height: 90px;
}

.page-title .wf-table .wf-td{
    display: table-cell;
    vertical-align: middle;
}

.page-title .breadcrumbs, .page-title .breadcrumbs a {
    color: #bcbcbc;
}
.title-left .breadcrumbs {
    float: right;
}

.wf-td, .post-content, .post-img, .recent-posts .wf-td {
    display: table-cell;
    vertical-align: top;
}

/*breadcrumb */
.breadcrumbs {
    list-style: outside none none;
}

.wf-td .breadcrumbs, .page-title .wf-td .breadcrumbs {
    display: inline-block;
}
.page-title .breadcrumbs, .page-title .breadcrumbs a {
    color: #bcbcbc;
}
.page-title .breadcrumbs {
    float: right;
}

.page-title .breadcrumbs li::before, .page-title .breadcrumbs li::before {
    color: rgba(188, 188, 188, 0.5);
}
.page-title .breadcrumbs li::before, .page-title .breadcrumbs li::before {
    color: rgba(188, 188, 188, 0.5);
}
.page-title .breadcrumbs li::before, .page-title .breadcrumbs li::before {
    color: rgba(136, 136, 136, 0.35);
}
.page-title .breadcrumbs li::before, .page-title .breadcrumbs li::before {
    color: rgba(136, 136, 136, 0.35);
}
.breadcrumbs li:first-child::before, .fancy-header .breadcrumbs li:first-child::before {
    content: "";
}
.breadcrumbs li::before, .fancy-header .breadcrumbs li::before {
    content: "/";
    height: 13px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: left;
    top: 0;
    width: 15px;
    z-index: 3;
}
.breadcrumbs li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin-left: 0;
    padding-left: 0;
}
.breadcrumbs li {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
}

/*!-Fancy header*/
.dt-fancy-separator {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;

}
.dt-fancy-separator.title-left,
.dt-fancy-separator.title-right {
    margin: 0;
}
.dt-fancy-separator.title-right {
    float: right;
    clear: both;
}

.dt-fancy-separator.title-left {
    text-align: left;
}
.dt-fancy-separator.title-left .dt-fancy-title {
    padding-left: 0;
}
.dt-fancy-separator.title-left .dt-fancy-title.bg-on {
    padding-left: 1em;
}
.dt-fancy-separator.title-right {
    text-align: right;
}
.dt-fancy-separator.title-right .dt-fancy-title {
    padding-right: 0;
}
.dt-fancy-separator.title-right .dt-fancy-title.bg-on {
    padding-right: 1em;
}
.separator-holder {
    position: absolute;
    display: block;
    top: 49.99%;
    width: 2000px;
    border-top: 1px solid;
    border-color: rgba(136, 136, 136, 0.15);
    content: '';
}

.style-dashed .separator-holder {
    border-top-width: 1px;
    border-top-style:  dashed;
}
.style-dotted .separator-holder {
    border-top-width: 1px;
    border-top-style: dotted;
}
.style-double .separator-holder {
    border-top-width: 3px;
    border-top-style: double;
}
.style-thick .separator-holder {
    border-top-width: 5px;
    border-top-style: solid;
}
.style-disabled .separator-holder {
    display: none;
}
.separator-left {
    right: 100%;
    margin-right: 1em;
}
.separator-right {
    left: 100%;
    margin-left: 1em;
}
.dt-fancy-separator.line-below .separator-left {
    top: auto;
    right: 0;
    bottom: -1em;
    margin-right: 0;
}
.line-below .separator-holder {
    top: auto;
    bottom: -1em;
    margin-right: 0;
    margin-left: 0;
}
.dt-fancy-separator.line-below.title-left .separator-left {
    left: 0;
    right: auto;
}
.dt-fancy-separator.line-below.title-right .separator-left {
    left: auto;
    right: 0;
}

.dt-fancy-separator.line-below.title-right .separator-right,
.dt-fancy-separator.line-below.title-left .separator-right {
    display: none;
}
.dt-fancy-title {
    position: relative;
    display: inline-block;
    top: 50%;
    margin-bottom: 34px;
    margin-top: 60px;
}
.dt-fancy-title.bg-on {
    padding: 0 1em;
}
/*Author Profile */
.entry-author{
    margin-bottom: 10px;
    overflow: hidden;
    padding: 25px 30px 15px;
    background-color: rgba(136, 136, 136, 0.08);
    box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.15) inset;
}
.entry-author .alignleft {
    float: left;
    margin: 0 30px 10px 0;
}

/*Fancy header:end*/


#comments {
    margin-bottom: 20px;
}
.single #comments,
.single .form-submit {
    margin-bottom: 0;
}
.comments-title {
    margin-bottom: 20px;
}

#comments .commentlist,
#comments .children {
    margin: 0;
    padding: 0;
    list-style: none;
}
#comments .commentlist {
    margin-bottom: -21px;
    padding-bottom: 1px;
}

li.comment,
li.pingback {
    padding-left: 110px;
    margin-bottom: 30px;
}
.commentlist .comment > article {
    position: relative;
    padding: 25px 30px 15px;
    background-color: rgba(136, 136, 136, 0.04);
    box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.15) inset;
}

.style-ios .commentlist .comment > article:before,
.boxes-solid-bg .commentlist .comment > article:before {
    display: none;
}

#comments .children {
    margin-top: 30px;
}

.comment-author .avatar,
.comment-author .rollover {
    float: left;
    margin: -25px 0 15px -140px;
}

.comment-author .rollover .avatar {
    margin: 0;
}
.comment-content {
    padding: 10px 0 0;
}
.pingback-content {
    padding: 0px 0 24px 0;
}

.comment-meta,
.comment-reply-link {
    float: right;
}

.comment-reply-link {
    margin-left: 10px;
    color: rgba(136, 136, 136, 0.5);
}

.fn {
    font-style: normal;
    color: #3a3a3a;
    font: 16px/23px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

/* !- Comments form */

.comment #respond {
    padding-top: 24px;
}

#commentform textarea,.contact-form textarea {
    width: 100%;
    margin: 0 0 10px;
}
.style-ios #commentform textarea {
    margin-top: 10px;
}
.form-allowed-tags {
    margin-bottom: 20px;
}

.clear-form {
    position: relative;
    float: right;
    padding: 0 18px 0 0;
}
.clear-form:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    content: "";
}

/* Home Page */
.text-big {
    font-size: 14px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
}
.text-big h3 {
    color: #3a3a3a;
    font: 25px/31px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

.stripe {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 35px;
    background: #f9f9f9;
    box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.15) inset;
}

.stripe {
    display: table;
    width: 100%;
}

.stripe .action-button {
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
}

.main-slideshow {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.15) inset;
}

.main-slideshow h3 {
    color: #fff;
    font-size: 52px !important;
    letter-spacing: 0;
    line-height: 54px !important;
    text-transform:uppercase;
}
.main-slideshow .black{
    color: #8f8d8d !important;
}

.main-slideshow .green{
 color: #9ab272 !important;
}

.main-slideshow .red{
    color: #dd3733 !important;
}

.main-slideshow p{
    font-size: 22px !important;
    color: #fff;
}

.sp-thumbnail-image {
    width: 100%;
}

#feature {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 70px;
}

.features{
    padding-top: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

.feature-wrap h2{
    margin-top: 10px;
}
.feature-wrap h3 {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.center {
    text-align: center;
}

.center h2{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i{
    font-size: 25px;
    height: 60px;
    width: 60px;
    margin: 3px;
    border-radius: 100%;
    line-height: 60px;
    text-align:center;
    color: #fff;
    background: linear-gradient(30deg, #7745e2 0%, #2578e9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-right: 25px;
}
.input-group-addon { padding:0 8px 0 8px; width:130px;height: 30px; }

.sp-arrow {
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    width: 10px;
}

.sp-buttons {
    margin-top: -30px;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.sp-button {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 4px;
    width: 10px;
}
.affix {
    position: fixed !important;
    top: 100px;
}

.sp-selected-button {
    background-color: rgba(255, 255, 255, 0.5);
}
.doc-container {
    margin: 0 auto;
    position: relative;
}

.doc-container::before, .doc-container::after {
    position: absolute;
}

.doc-sidebar {
    position: absolute;
    width: 300px !important;
    clear: both;

}
.doc-sidebar.affix {
    position: fixed;
    top: 0;
}
.doc-sidebar.affix-top {
    top: 80px;
}
.doc-sidebar.affix-bottom {
    bottom: 300px;
}
.captch-image{
    padding: 0 !important;
}



