/******************************************
    File Name: style.css
    Template Name: Violetta
    Created By: PSD Convert HTML Team
    Envato Profile: http://themeforest.net/user/psdconverthtml
    Website: https://psdconverthtml.com
    Version: 1.0
    Support: support@psdconverthtml.com
/******************************************

/******************************************
    TABLE OF CONTENT
/******************************************

    1. IMPORT FONTS
    2. IMPORT FILES
    3. STARTUP
    4. HEADER
    5. SECTIONS
    6. AGENCY SLIDER
    7. FOOTER
    8. PORTFOLIO
    9. PHOTOGRAPHY
    10. PLANS
    11. BLOG
    12. SIDEBAR
    13. CONTACT
    14. COLORS
    15. FONTS
    16. RESPONSIVE
    17. MISC

******************************************/
/******************************************
    STARTUP
******************************************/
html,
body {
    height: 100%;
}

body {
    font-size: 13px;
    line-height: 1.60857;
}

body,
li,
p {
    letter-spacing: 1px;
    color: #676767;
}

a {
    color: #1a1a1a;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1a1a;
    font-weight: normal;
}

/******************************************
    HEADER
******************************************/
.header-full.header {
    border-top: 5px solid #2d2d2d;
}

.header-full.header {
    background-color: transparent;
    left: 0;
    padding: 15px 0 20px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.navbar-full .navbar-brand {
    float: left;
    font-size: 18px;
    letter-spacing: 0;
    height: auto;
    line-height: 20px;
    padding: 0;
}

.navmenu-brand.with-text {
    color: #ffffff !important;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 700;
    padding-top: 30px;
}

.navbar-brand.with-text {
    color: #1a1a1a !important;
    font-size: 26px;
    font-weight: 700;
    padding-top: 14px;
}

.navmenu-nav.dropdown-menu {
    position: relative !important;
}

.navbar-full .pull-right {
    padding-top: 15px;
}

.navbar-full .pull-right .list-inline li a {
    color: #2d2d2d;
    vertical-align: sub;
}

.navbar-full .pull-right .list-inline li .fa {
    font-size: 16px;
}

.fixed-offcanvas-menu .navbar-toggle {
    float: left;
    margin-left: 25px;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
    background-color: #1a1a1a;
    border-color: #080808;
}

.navmenu li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0px 20px;
}

.navmenu li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navmenu .dropdown-menu li {
    border: 0;
    padding: 0 10px;
}

.navmenu .dropdown-menu li:last-child {
    padding-bottom: 5px;
}

.navmenu .dropdown-menu li a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: none;
    width: 100%;
}

.fixed-offcanvas-menu .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.fixed-offcanvas-menu .dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.navmenu li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}

.navmenu li:focus .navmenu-nav>li>a,
.navmenu li:hover .navmenu-nav>li>a {
    color: #999999 !important;
}

.navmenu li a .fa-angle-down {
    position: absolute;
    right: 20px;
    top: 16px;
}

.fixed-offcanvas-menu .navbar-toggle {
    background-color: #2d2d2d;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
    color: #ffffff;
    padding: 0;
    width: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-search {
    background-color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #ededed;
    height: 40px;
    line-height: 38px;
    position: fixed;
    margin-top: 25px;
    text-align: center;
    color: #2d2d2d;
    right: 25px;
    left: auto;
    padding: 0;
    width: 40px;
    z-index: 9999;
    bottom: -100px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto
}

.navbar-search .fa {
    color: #2d2d2d !important;
}

.fixed-offcanvas-menu .navbar-toggle:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.sticky-buttons {
    left: 20px;
    z-index: 9999;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto
}

.sticky-buttons a {
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #ededed;
    display: inline-block;
    text-decoration: none;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2d2d2d;
    font-size: 11px;
}

.sticky-button span {
    vertical-align: bottom;
}

.navbar-search:hover,
.sticky-buttons a:hover {
    background-color: #2d2d2d;
    border-color: #212121 !important;
    color: #ffffff !important;
}

.navbar-search:hover .fa {
    color: #ffffff !important;
}

.newsletter-button .oi[data-glyph]::before {
    vertical-align: sub;
}

.portfolio-filter .oi {
    padding-right: 10px;
}

body.agencybody .navbar-search {
    bottom: 40px;
    right: 40px;
    border: 0 !important;
}

body.agencybody .sticky-buttons {
    left: 40px;
    bottom: 40px;
    border: 0 !important;
}

body.agencybody .sticky-buttons a {
    border: 0 !important;
}

.normal-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    padding: 20px 0 !important;
    width: 100%;
    right: 0;
    z-index: 11;
    -webkit-transition: padding .4s ease-in-out;
    -moz-transition: padding .4s ease-in-out;
    -ms-transition: padding .4s ease-in-out;
    -o-transition: padding .4s ease-in-out;
    transition: padding .4s ease-in-out;
}

.normal-header .navbar-default {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.navbar-nav,
.nav,
.navbar-default {
    margin: 0 !important;
}

.normal-header .navbar-nav>li>a {
    color: #1a1a1a !important;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px 10px;
    text-transform: uppercase;
}

.normal-header .dropdown-menu>li,
.normal-header .dropdown-menu>li a {
    font-size: 11px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

.normal-header .navbar-brand.with-text {
    padding-top: 13px;
}

.normal-header .navbar-nav .has-submenu .dropdown-menu {
    background-color: #ffffff !important;
    box-shadow: none !important;
    padding: 10px !important;
}

.normal-header .dropdown-menu>li:hover,
.normal-header .dropdown-menu>li:focus {
    background-color: #ffffff !important;
}

.normal-header .dropdown-menu>li:hover a,
.normal-header .dropdown-menu>li:focus a {
    color: #1a1a1a !important;
}

@media (min-width: 992px) {
    .normal-header .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .normal-header .hasmenu:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .normal-header .navbar-nav .hasmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }

    .normal-header .hasmenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .normal-header .hasmenu>ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }

    .normal-header .hasmenu>ul.start-right {
        right: 0;
        left: auto;
    }

    .normal-header .hasmenu>ul li {
        position: relative;
    }

    .normal-header .hasmenu>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }

    .normal-header .hasmenu>ul li:hover>ul.show-right {
        right: 100%;
    }

    .normal-header .navbar-nav .has-submenu {
        position: relative;
    }

    .normal-header .navbar-nav .has-submenu:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .normal-header .navbar-nav .has-submenu:hover>ul li ul {
        margin-top: -1px;
    }

    .normal-header .navbar-nav .has-submenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }

    .normal-header .navbar-nav .has-submenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .normal-header .navbar-nav .has-submenu>ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }

    .normal-header .navbar-nav .has-submenu>ul.start-right {
        right: 0;
        left: auto;
    }

    .normal-header .navbar-nav .has-submenu>ul li {
        position: relative;
    }

    .normal-header .navbar-nav .has-submenu>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 105%;
    }

    .normal-header .navbar-nav .has-submenu>ul li:hover>ul.show-right {
        right: 100%;
    }

    .normal-header .navbar-nav .has-submenu>ul li ul {
        position: absolute;
        top: 0;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 130%;
    }

    .normal-header .navbar-nav .has-submenu>ul li ul.show-right {
        right: 130%;
        left: auto;
    }
}

.loginmodal-container {
    max-width: 100%;
    width: 100% !important;
    background-color: transparent;
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-bottom: 3px solid #2d2d2d !important;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    box-shadow: none !important;
    font-size: 44px;
    height: 80px;
    color: #2d2d2d;
    padding-left: 0;
}

.modal-backdrop {
    background-color: white;
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
    /* For IE8 and earlier */
}

.modal .form-control::-moz-placeholder {
    color: #2d2d2d;
    opacity: 1;
}

.modal .form-control:-ms-input-placeholder {
    color: #2d2d2d;
}

.modal .form-control::-webkit-input-placeholder {
    color: #2d2d2d;
}

#newsletter-modal .btn {
    margin-top: 20px;
}

.btn-primary,
.btn-inverse {
    border-radius: 0 !important;
    background-color: #2d2d2d;
    color: #ffffff !important;
    padding: 10px 15px;
    border: 0;
}

.btn-inverse:hover,
.btn-inverse:focus {
    background-color: #1a1a1a !important;
    color: #fff !important;
}

.large-buttons .btn-inverse {
    border: 1px solid #1a1a1a !important;
    color: #1a1a1a !important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 14px 30px !important;
    background-color: transparent !important;
}

.large-buttons h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 120px;
    font-weight: bold;
}

.large-buttons p {
    font-style: italic;
    padding: 20px 0;
    font-weight: 400;
    font-size: 15px !important;
    color: #999999;
}

.btn-group-xs>.btn,
.btn-xs {
    border-radius: 0;
    font-size: 12px !important;
    line-height: 1.5;
    padding: 1px 5px !important;
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px !important;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px !important;
}

/******************************************
    SECTIONS
******************************************/
.section {
    display: block;
    position: relative;
    background-color: #ffffff;
    padding: 60px 0;
}

.section.db {
    background-color: #1a1a1a !important
}

.lightbg {
    background-color: #F4F4F4 !important
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }

    .container-fluid {
        max-width: 1340px;
    }
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 90px 0;
    position: relative;
    width: 100%;
}

.parallax-off {
    background-attachment: scroll !important;
    background-size: cover !important;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.aboutme img {
    width: 120px;
    margin: 0 auto;
}

.aboutme .tagline h4 {
    display: block;
    padding: 20px 0 0 !important;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 18px !important;
    color: #1a1a1a !important;
}

.lighttext p,
.lighttext h4 {
    color: #ffffff !important;
}

.aboutme .tagline h5 {
    padding: 0px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1;
    color: #aaaaaa;
}

.looking-photo .aboutme p {
    color: #7a7a7a !important;
}

.looking-photo .aboutme .btn {
    border-color: #1a1a1a !important;
    color: #1a1a1a !important;
    margin-top: 20px;
}

.nopadbot {
    padding-bottom: 0 !important
}

.big-title h2 {
    color: #F4F4F4;
    font-size: 140px;
    font-weight: bold;
    margin-bottom: -40px;
    position: relative;
    z-index: 0;
}

.lightbg .big-title h2 {
    color: #ffffff;
}

.custom_fact_item {}

.custom_fact_item h6 {
    font-weight: bold;
    font-size: 18px;
    color: #1a1a1a;
    display: inline-block;
}

.custom_fact_name span {
    font-weight: 300;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
}

.stat-count {
    font-weight: bold;
    font-size: 60px;
}

.custom_fact_item>span {
    font-weight: bold;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1.2;
}

.custom_fact_name {
    line-height: 19px;
}

.recent-items .gallery-item {
    margin-bottom: 30px;
}

.service-list .widget-title {
    margin-bottom: 20px;
}

.widget-title small {
    color: #1a1a1a !important;
}

.service-list span,
.about-widget span {
    vertical-align: middle;
    color: #1a1a1a;
    padding-top: 10px;
    font-size: 24px;
}

.widget-title h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.widget-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.widget-title hr {
    width: 80px;
    border-color: #1a1a1a;
    margin-left: 0;
}

.widget-title.text-center h3 {
    font-size: 21px;
}

.widget-title.text-center hr {
    margin-left: auto;
    margin-right: auto;
}

.education-widget ul {
    list-style: none;
    padding: 0;
}

.education-widget ul li h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.education-widget ul li h5 {
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.sitemap-widget ul {
    list-style: none;
    padding: 0;
}

.sitemap-widget li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.education-widget ul li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.sitemap-widget li:last-child,
.education-widget ul li:last-child {
    border-bottom: 0 solid #ededed;
    padding-bottom: 0;
}

.education-widget ul li p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.skills .progress {
    height: 12px;
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #F4F4F4;
    box-shadow: none;
}

.skills .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    color: #1a1a1a;
    text-align: center;
    background-color: #1a1a1a;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 1.1s ease;
    -o-transition: width 1.1s ease;
    transition: width 1.1s ease;
}

.skills .progress {
    overflow: initial;
    position: relative;
}

.skills .progress .progress-bar {
    position: absolute;
    z-index: 10;
    line-height: 20px;
}

.skills .progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.skills p {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 -10px;
    padding: 0;
    text-transform: uppercase;
}

.skills .progress .progressbar-front-text {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.skills .progress-bar span {
    display: block;
    font-size: 11px;
    overflow: visible;
    text-align: center;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 9999;
}

.twitter-feed li p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: italic;
}

.twitter-feed li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.twitter-feed li p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.twitter-feed ul:before {
    content: "\f099";
    display: inline-block;
    font-family: "FontAwesome";
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0 !important;
    font-size: 32px;
}

/******************************************
    AGENCY SLIDER
******************************************/
.slider-section {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#superslides {
    position: relative;
}

#superslides .slides-container {
    display: none;
}

#superslides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#superslides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

#superslides .slides-navigation a {
    position: absolute;
    display: block;
    color: #1a1a1a !important;
    background-color: #ffffff;
}

#superslides .slides-navigation a.prev {
    left: auto;
    right: 80px;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 73px;
}

#superslides .slides-navigation a.next {
    right: 0;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 73px;
}

#superslides .slides-pagination {
    display: none;
}

#superslides .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    bottom: 21.5%;
    right: 5%;
    width: 100%;
}

.general-content {
    background-color: #ffffff;
    display: block;
    right: 5%;
    padding: 30px 40px;
    position: absolute;
    bottom: 23%;
    width: auto;
    z-index: 3;
}

.general-text h2 {
    font-size: 21px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.header-fixed {
    padding-bottom: 25px !important;
}

/******************************************
    FOOTER
******************************************/
.copyrights {
    padding: 45px 0;
    display: block;
    position: relative;
    background-color: #1a1a1a;
}

.copyrights ul {
    margin-bottom: 10px;
}

.copyrights li {
    font-size: 11px;
    letter-spacing: 2px;
}

.copyrights p,
.copyrights li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
}
.copyrights a i,
.copyrights .footer-social i {
    background-color: #202020;
    color: #676767;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-left: 3px;
    text-align: center;
    width: 35px;
}

/******************************************
    PORTFOLIO
******************************************/
.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.nobotmar {
    margin-bottom: 0 !important
}

.entry {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
}

.magnifier {
    position: absolute;
    top: 0;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background-color: rgba(0, 0, 0, 0.8);
    left: 500px;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    cursor: crosshair;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    zoom: 1;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.entry .magnifier {
    -moz-transform: -moz-transform 0.9s ease-in-out;
    -o-transform: -o-transform 0.9s ease-in-out;
    -webkit-transition: -webkit-transform 0.9s ease-in-out;
    transition: transform 0.9s ease-in-out;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.entry:hover .magnifier {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.magnifier .magni-desc {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    bottom: 10px;
    opacity: 0;
    width: 100%;
    margin: -20px auto;
    display: block;
}

.entry:hover .magnifier .magni-desc {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.magnifier .magni-desc h4 a,
.magnifier .magni-desc h4 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: uppercase;
}

.magnifier .magni-desc p,
.magnifier .magni-desc a {
    color: #ffffff !important;
}

.magnifier .magni-desc p {
    letter-spacing: 1px;
    color: #aaa !important;
    font-size: 11px;
}

.magnifier .magni-desc .secondicon,
.magnifier .magni-desc .firsticon {
    position: absolute;
    margin: 0 !important;
    text-align: center;
    font-size: 11px !important;
    width: 35px;
    height: 35px;
    left: 10px;
    bottom: 20px;
    color: #ffffff !important;
    line-height: 35px;
    background-color: #000;
    display: inline-block;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.magnifier .magni-desc .secondicon {
    right: 10px;
    left: auto;
}

.hovericons {
    position: absolute;
    right: 200px;
    left: 0;
    margin: -18px auto;
    opacity: 0;
    text-align: center;
    bottom: 0;
    top: 50%;
    background-color: #ddd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.entry:hover .hovericons {
    right: 0;
    opacity: 1;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter .btn-default:active:hover,
.portfolio-filter .btn-default.active:hover,
.portfolio-filter .btn-default:active:focus,
.portfolio-filter .btn-default.active:focus,
.portfolio-filter .btn-default:active.focus,
.portfolio-filter .btn-default.active.focus,
.portfolio-filter .btn-default {
    background-color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
    box-shadow: none !important;
    color: #2d2d2d !important;
    font-size: 11px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 1px;
    margin: 0 !important;
    outline: medium none !important;
    padding: 9px 18px;
}

.lightbg .photo-desc,
.lightbg .portfolio-filter .btn-default:active:hover,
.lightbg .portfolio-filter .btn-default.active:hover,
.lightbg .portfolio-filter .btn-default:active:focus,
.lightbg .portfolio-filter .btn-default.active:focus,
.lightbg .portfolio-filter .btn-default:active.focus,
.lightbg .portfolio-filter .btn-default.active.focus,
.lightbg .portfolio-filter .btn-default {
    background-color: #fff !important;
}

.post-media img {
    width: 100%;
}

.portfolio-content .widget-title {
    margin-bottom: 0;
}

.portfolio-content .pdetail {
    padding: 15px 0;
    display: block;
}

.portfolio-content .pbutton {
    padding: 0;
    display: block;
}

.portfolio-content .pdetail:last-child {
    border-bottom: 0;
}

.pdetail a {
    color: #999999;
}

.portfolio-content h5 {
    letter-spacing: 2px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

.portfolio-media img {
    padding: 30px;
    background-color: #F4F4F4;
    margin-bottom: 20px;
}

.portfolio-filter .btn-default:hover,
.portfolio-filter .btn-default:focus {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
}

#normalportfolio {
    overflow: visible !important;
}

#normalportfolio .pitem img {
    width: 100%;
}

hr.invis {
    border: 0;
    margin: 40px 0;
}

hr.invis1 {
    border: 0;
    margin: 80px 0;
}

hr.invis2 {
    border: 0;
    margin: 20px 0;
}

#normalportfolio .pitem {
    margin: 0 !important;
    padding: 0 15px 30px !important;
}

.text-center .titlehr {
    margin: 20px 0 0 !important;
    width: 100%;
    padding-bottom: 0 !important
}

.tooltip-inner {
    background-color: #2d2d2d;
    padding: 4px 13px;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2d2d2d;
}

.centermessage h4 {
    display: inline-block;
    font-size: 26px !important;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 20px;
    position: relative !important;
}

.centermessage p {
    font-style: italic;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
    color: #888888;
    margin: 0;
}

.mark,
mark {
    margin: 0 2px;
    padding: 0 6px;
}

/******************************************
    PHOTOGRAPHY
******************************************/
.photo-top .form-control {
    box-shadow: none !important;
    min-width: 140px;
    border: 0 !important;
}

.photo-top .form-control::focus {
    outline: none !important;
}

.photo-top span {
    color: #cacaca;
    line-height: 33px;
    font-size: 18px !important;
    margin-right: 10px;
}

.photo-top span:hover,
.photo-top span.active {
    color: #2d2d2d !important;
}

.looking-photo .form-control {
    border-color: #ffffff;
    background-color: transparent !important;
}

.looking-photo .centermessage p {
    color: #cacaca;
}

.looking-photo h4 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    padding-bottom: 0px;
    color: #fff;
}

.looking-photo .btn-default {
    padding: 0 0 5px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-transform: none;
    background-color: transparent !important;
}

.looking-photo h4 {
    color: #ffffff;
}

.looking-photo .centermessage .btn {
    margin-top: 20px;
}

.centermessage span {
    font-size: 44px;
    color: #ffffff;
    padding-bottom: 15px !important;
    display: block;
}

.item-price p {
    color: #121212;
    font-size: 36px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 0;
    letter-spacing: -1px;
}

.item-price small {
    display: block;
}

.item-price small i {
    font-size: 16px;
    vertical-align: sub;
    padding-right: 3px;
}

.item-price em a {
    color: #727272;
    text-decoration: underline !important;
    font-size: 12px;
}

.item-details tr {
    border-bottom: 1px solid #ebeef1;
    padding: 4px 0;
    display: block;
}

.item-price .btn {
    text-transform: uppercase;
    font-size: 11px;
}

.item-details tr:last-child {
    border-bottom: 0;
}

#sidebar hr {
    border-color: #ebeef1;
}

.item-details td {
    border: medium none !important;
    font-size: 11px !important;
    width: 38%;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 20px
}

.item-price .social {
    margin-top: 30px;
}

.item-price .social i {
    font-size: 14px;
}

.marketplace-search {
    padding: 13em 0 !important;
}

.marketplace-search h4 {
    text-transform: uppercase;
}

.marketplace-search form {
    display: block;
    margin-top: 30px;
}

.marketplace-search .form-control {
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #fefefe;
    box-shadow: none !important;
    letter-spacing: 1px;
    border-radius: 0;
    min-width: 400px;
}

.marketplace-search button {
    height: 60px;
    width: 60px;
    border-radius: 0;
}

.marketplace-search span,
.marketplace-search button {
    padding: 0 !important;
    font-size: 16px !important;
}

.lightbg .market-desc {}

.price a:hover,
.price a {
    background-color: #1a1a1a;
    border-radius: 2px;
    color: #ffffff !important;
    display: block;
    font-size: 11px;
    margin-top: 7px;
    padding: 0 7px;
}

.item-title small a {
    display: block;
    font-weight: 400 !important;
    color: #909090;
    font-size: 10pt !important;
}

.item-title a {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.photo-desc {
    display: block;
    background-color: #F4F4F4;
    padding: 20px;
}

.photo-desc .pull-left div {
    padding-right: 10px;
    display: inline-block;
}

.entry {
    cursor: crosshair;
    position: relative;
}

.downloadit {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.downloadit a {
    text-decoration: none;
    display: block;
    border: 1px solid #9c9c9c;
    color: #ffffff !important;
    padding: 5px 15px;
}

.photo-desc a {
    color: #676767;
    text-decoration: none;
}

.likeit span {
    color: #ef0000;
    padding-right: 5px;
}

.entry:hover .downloadit a {
    border: 1px solid #ffffff;
}

.GrayScale img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(90%);
    -webkit-filter: grayscale(1) brightness(0.6) contrast(1.05);
    filter: grayscale(1) brightness(0.6) contrast(1.05);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.GrayScale:hover img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/******************************************
    PLANS
******************************************/
.flat {}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border: 1px solid #ededed !important;
    background-color: #ededed;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    border-radius: 0;
    padding: 30px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #ededed;
    color: #121212;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-top: 0;
}

.flat .btn {
    padding: 6px 24px 6px;
    font-size: 12px;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flat.white-style .plan {
    background-color: #ffffff;
    border: 1px solid #ededed;
}

.flat.white-style .plan li {
    border-color: #ededed;
}

/******************************************
    BLOG
******************************************/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 25px;
    padding: 0
}

.blog-meta li a,
.blog-meta h5 {
    color: #7a7a7a;
    font-size: 11px;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-meta li h5 {
    display: inline-block;
}

.blog-meta li:after {
    content: "-";
    display: inline-block;
    padding-left: 10px;
}

.blog-meta li:last-child:after {
    content: "";
}

.blog-box {
    display: block;
    position: relative;
    margin-bottom: 30px;
    /* content: ""; */
    /* clear: both; */
    /* display: table; */
}

.blog-box:after {
    content: "";
    clear: both;
    display: table;
}

.comments img {
    max-width: 80px;
    margin-right: 20px
}

.comments {
    padding: 0 !important;
    margin: 0 !important
}

.panel,
.panel-body,
.panel-info {
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.comments .text-success {
    color: #333;
    margin-bottom: 5px;
    display: inline-block
}

.comments .text-muted {
    color: #777;
    margin-left: 5px
}

.comments .media-list li.media {
    border: 1px solid #ededed;
    margin: 20px 0;
    background-color: transparent;
    display: block;
    padding: 20px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.contact_form.comment-form .form-control {
    border: 1px solid #ededed !important;
    height: 40px;
}

.comments .media-list li p {
    margin: 0 0 15px;
    padding: 0;
}

.comments .btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    padding: 3px 10px
}

.blog-meta h3 a,
.blog-meta h3 {
    color: #1a1a1a;
    padding-top: 0;
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.blog-desc {
    padding-top: 10px;
}

.single-blog {
    padding-top: 20px;
}

.readmore {
    color: #1a1a1a;
    padding-top: 0;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid;
    content: "";
    clear: both;
    display: table;
    padding: 5px 20px;
}

.pagination {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent !important;
    border: 1px solid #1a1a1a !important;
    color: #1a1a1a !important;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    float: left;
    font-size: 12px;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.testimonial-carousel {
    background-color: #ffffff;
    padding: 50px 30px 30px;
}

.testimonial-carousel .lead {
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-carousel small {
    display: block;
    padding: 10px 0 0;
}

.testimonial-carousel .fa {
    background-color: #ffffff;
    border: 1px solid #ededed;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #1a1a1a;
    text-align: center;
    font-size: 15px;
}

.testimonial-carousel .pull-right {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

/******************************************
    SIDEBAR
******************************************/
.widget .footer-social .fa {
    font-size: 14px;
    margin-right: 4px;
}

.wb .widget {
    background-color: #ffffff;
    border: 1px solid #ededed;
}

.wb .widget img {
    width: 100%;
}

.widget {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.sidebar .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    border: 1px solid #ededed;
    font-size: 13px;
    letter-spacing: 2px;
    box-shadow: none !important
}

.tags a {
    padding: 4px 13px;
    font-size: 12px;
    border: 1px solid #ededed;
    display: inline-block;
    margin: 0 0 5px 0;
}

.related-posts .entry small {
    display: block;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.related-posts .entry p {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.6;
}

.related-posts .entry {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 0 10px 20px 0 !important;
    display: block;
}

.related-posts .entry:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0;
}

/******************************************
    CONTACT
******************************************/
#message {
    display: none;
    padding: 20px;
    position: relative;
    text-align: left;
}

#map {
    height: 300px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}

.infobox img {
    padding-right: 10px;
    width: 80px !important;
}

.infobox .title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.infobox .title a {
    color: #121212 !important;
    font-weight: 700;
}

.contact_form textarea {
    height: 100px !important;
}

.contact_form .form-control {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: -moz-use-text-color -moz-use-text-color #1a1a1a !important;
    border-image: none !important;
    border-radius: 0;
    border-style: none none solid !important;
    border-width: 0 0 1px !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    background-color: transparent;
    height: 50px;
    letter-spacing: 2px;
}

.loader {
    margin-left: 10px;
}

/******************************************
    COLORS
******************************************/
.demo-parallax .btn-inverse,
.btn-primary {
    background-color: #FDC800 !important;
    border-color: #FDC800 !important;
    color: #1a1a1a !important;
}

.aboutme .tagline h5,
.copyrights .footer-social i:hover,
.mark,
mark {
    background-color: #FDC800 !important;
    color: #1a1a1a;
}

.copyrights p a,
.fa-star,
a:hover,
a:focus,
.twitter-feed li a,
.fa-heart,
.copyrights li:hover a,
.navbar-full .pull-right .list-inline li:hover a,
.portfolio-filter ul li:hover a {
    color: #FDC800 !important;
}

.form-control:focus {
    border-color: #FDC800 !important;
}

::-moz-selection {
    color: #1a1a1a;
    text-shadow: none;
    background: #FDC800;
}

::selection {
    color: #1a1a1a;
    text-shadow: none;
    background: #FDC800;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #f4bf00 !important;
    border-color: #f4bf00 !important;
    color: #1a1a1a !important;
}

/******************************************
    FONTS
******************************************/
.item-title small a,
body,
li,
p {
    font-family: 'Lato', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-price p,
.flat .plan li,
.flat .plan li.plan-name,
.skills p,
.related-posts .entry p,
.copyrights p,
.copyrights li a,
.btn,
.item-title a,
.navbar-brand.with-text,
.readmore,
.navbar-full .navbar-brand.with-text,
.modal .form-control,
.portfolio-filter ul li,
.sticky-buttons a,
.navmenu li a {
    font-family: 'Montserrat', sans-serif !important;
}

/******************************************
    RESPONSIVE
******************************************/
@media (min-width: 0) {
    .fixed-offcanvas-menu .navbar-toggle {
        display: block;
        /* force showing the toggle */
    }
}

@media (max-width: 992px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        position: relative !important;
    }

    .copyrights .text-right,
    .copyrights {
        text-align: center !important;
    }

    .header-full {
        display: none;
    }

    .normal-header {
        background-color: #ffffff;
        padding: 20px 0 0 !important;
    }

    .navbar-default {
        background-color: #ffffff;
        padding: 0 0 20px;
        right: 0;
        top: 0;
        border-bottom: 0;
        width: 100%;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .portfolio-filter {
        display: none;
    }

    .testimonial-carousel img {
        width: 120px;
        margin: 0 auto 20px;
    }

    .flat .plan.featured {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .testimonial-carousel .pull-right,
    .sticky-buttons {
        display: none;
    }

    .about-widget {
        padding: 20px 0;
    }

    .big-title h2 {
        font-size: 60px;
    }

    .portfolio-filter ul {
        text-align: center;
    }

    .portfolio-filter .btn-default:active:hover,
    .portfolio-filter .btn-default.active:hover,
    .portfolio-filter .btn-default:active:focus,
    .portfolio-filter .btn-default.active:focus,
    .portfolio-filter .btn-default.focus:active,
    .portfolio-filter .btn-default.active.focus,
    .portfolio-filter .btn-default {
        padding: 0 2px 0 0;
        border: 0 !important;
        background-color: transparent !important;
        font-size: 11px;
    }

    .marketplace-search .form-control {
        min-width: 100% !important
    }

    .modal .form-control {
        width: 100% !important;
        font-size: 21px !important;
    }
}

@media (max-width: 468px) {
    .general-text h2 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .affix {
        position: fixed !important;
        background-color: #ffffff !important;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 !important;
        width: 100% !important;
        z-index: 900 !important;
    }

    .makeborder-top,
    .makeborder-bottom,
    .makeborder-right,
    .makeborder-left {
        background: #ffffff;
        position: fixed;
        z-index: 1000;
    }

    .makeborder-top {
        width: 100%;
        top: 0;
        left: 0;
        padding: 8px;
    }

    .makeborder-bottom {
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 8px;
    }

    .makeborder-left {
        width: 15px;
        left: 0;
        height: 100%;
    }

    .makeborder-right {
        width: 15px;
        right: 0;
        height: 100%;
    }

    .header-fixed {
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        position: absolute !important;
    }

    .fixed-offcanvas-menu .navbar {
        right: auto;
        background: none;
        border: none;
    }
}

/******************************************
    MISC
******************************************/
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

#spinner {
    position: relative;
    height: 95px;
    width: 95px;
    top: 45%;
    margin: 0 auto -25px;
    border-radius: 100%;
    -webkit-animation: rotation .75s infinite linear;
    -moz-animation: rotation .75s infinite linear;
    -o-animation: rotation .75s infinite linear;
    animation: rotation .75s infinite linear
}

#spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    height: 100%;
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 1);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 100%
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

#loader {
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    margin: auto;
    right: 0;
    width: 129px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 10000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0b0b0b;
    z-index: 9999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -31000px 0
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -31000px 0
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -31000px 0
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -31000px 0
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -31000px 0
    }
}
