/*
=====================================================================
    CONTAINERS ./ PAGE
=====================================================================*/
#page {
    position: relative; }

#pageWrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*
====================================================================
    TOP NAVIGATION
====================================================================*/
/*#top-bar{
    line-height: 40px;
    background: #fff;
    color: #737373;
    font-size: 11px;
    border-bottom: 4px solid rgb(240,53,58);
    position: relative;
    z-index: 1
}*/
#top-bar {
    /*display: none;*/ }

#full-container {
    width: 100%;
    position: relative;
    min-height: 500px;
    background: #ccc;
    margin: auto;
    background: url(../img/demo/slider3.jpg) no-repeat 50%; }

.divider-full {
    width: 100%;
    text-align: center;
    float: left; }

.feature-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    border-bottom: 1px solid #eaeaea;
    text-align: center; }

.full-section {
    float: left;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden; }

/*
///////////////////////////////////////////////
MAP
//////////////////////////////////////////////
*/
.gmap3 {
    margin: 0;
    width: 100%;
    height: 400px; }

.error {
    color: #c0392b;
    font-style: italic;
    letter-spacing: normal; }

#success, #error {
    display: none; }

#success span, #error span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }

#success span p, #error span p {
    margin-top: 6em; }

#success span p {
    color: #9bd32d; }

#error span p {
    color: #c0392b; }

/*
=====================================================================
    MORE
=====================================================================*/
.one-edge-shadow {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }

.one-edge-shadow-bg {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5); }

.container-inner {
    padding-top: 70px;
    padding-bottom: 70px; }

.bg-light-grey {
    background: #f5f5f5; }

/*
====================================================================
    STYLE BOX CENTER
====================================================================*/
.style-box {
    padding: 0;
    position: relative; }

.style-box header {
    width: 100%; }

.style-box header a {
    display: inline-block; }

.style-box .fa {
    width: 85px;
    height: 85px;
    font-size: 55px;
    text-align: center;
    line-height: 85px;
    border-radius: 100%;
    -webkit-transition: .5s;
    transition: .5s; }

.style-box .presta-icon {
    width: 80px;
    height: 80px; }

.style-box .title {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 15px;
    position: relative; }

.style-box .title h3 {
    margin: 0; }

.style-box .title:after {
    content: "";
    border-bottom: 1px solid;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    bottom: 0px;
    width: 30px; }

.style-box .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600; }

.our-services .style-box .box-desc {
    padding: 0 10px 5px 0;
    font-size: 16px; }

.our-services .style-box h3 {
    font-size: 20px;
}

.our-services {
    text-align: center;
}

.our-services > .row {
    margin: 0;
}

.our-services .item .box-desc {
    min-height: 44px;
    margin-bottom: 20px;
    padding: 0;
}

.our-services .item p {
    margin: 0;
}

@media (max-width: 991px) {
    .style-box {
        margin-bottom: 35px;
        padding-top: 30px;
        border-top: 1px solid #dedede;
    }

    .style-box.first-item {
        border-top: none;
    }

    .prestashop .style-box {
        padding-top: 30px;
    }

    .feature-section.our-services {
        padding-bottom: 10px;
    }
}

/*
====================================================================
    STYLE BOX CENTER WITH BACKGROUND
====================================================================*/
.style-box1 {
    padding: 0;
    position: relative; }

.style-box1 header {
    width: 100%;
    margin-bottom: 8px; }

.box-with-bg {
    background: #f1f1f1;
    padding: 15px 10px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e1e1e1; }

.box-with-bg:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e1e1;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -4px; }

.style-box1 .fa {
    width: 100px;
    height: 100px;
    border: 1px solid;
    color: #fff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 100%;
    -webkit-transition: .5s;
    transition: .5s; }

.style-box1:hover .fa {
    border-color: #e1e1e1;
    background-color: #f1f1f1;
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); }

.style-box1 .title {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 20px;
    position: relative; }

.style-box1 .title h3 {
    margin: 0; }

.style-box1 .title:after {
    content: "";
    border-bottom: 1px solid;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    bottom: 0px;
    width: 30px; }

.style-box1 .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600; }

.style-box1 .box-desc {
    padding: 0 10px; }

@media (max-width: 991px) {
    .style-box1 {
        margin-bottom: 40px; }
}

/*
====================================================================
    vertical feature list
====================================================================*/
.vertical-features {
    margin: 30px 0 0 0; }

.vertical-list ul {
    margin: 0;
    padding: 0; }

.vertical-list li {
    position: relative;
    padding-bottom: 30px;
    margin: 0;
    list-style: none;
    min-height: 80px;
    margin-left: 18px; }

.vertical-list .vertical-icons .fa {
    width: 60px;
    height: 60px;
    border: 1px solid;
    color: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    border-radius: 100%;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px; }

.vertical-list li:hover .fa {
    background-color: #222;
    border-color: #222;
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); }

.vertical-list .vertical-content {
    overflow: hidden; }

.vertical-list .vertical-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    top: 10px;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s; }

.vertical-list .vertical-content p {
    font-size: 12px;
    line-height: 18px;
    color: #222; }

.tm {
    position: absolute;
    top: 1%;
    left: 30px;
    width: 1px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: white; }

/*
====================================================================
    TOP HEADER
====================================================================*/
#top-bar {
    line-height: 40px;
    background: #fff;
    color: #737373;
    font-size: 11px;
    z-index: 100; }

#top-bar.dark {
    background: #181818;
}

.header-contacts {
    float: right;
    text-align: right;
    font-size: 14px; }

.top-info ul {
    position: relative;
    margin: 0;
    list-style: none; }

.top-info ul li {
    margin: 0;
    margin-left: 15px;
    display: inline-block; }

.top-info ul li a {
    color: #333; }

.top-info li > .fa {
    font-size: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    border: 1px solid rgba(115, 115, 115, 0.7);
    border-radius: 100%;
    margin-right: 2px; }

.top-info li > .fa-envelope:before {
    top: -1px;
    position: relative; }

@media (max-width: 767px) {
    .top-info > li {
        text-align: center;
        float: none;
        display: inline-block; }

    .top-info {
        text-align: center; }
}

/*
====================================================================
    5 SOCIAL ICONS
====================================================================*/
.social-icon a {
    color: #737373; }

.social-icon a > .fa {
    font-size: 14px;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border: 1px solid rgba(115, 115, 115, 0.7);
    border-radius: 50%;
    border-color: rgba(115, 115, 115, 0.7);
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s; }

.social-icon.right {
    text-align: right;
    padding-right: 45px; }

.flat-social-icons li {
    float: left;
    font-size: 14px;
    list-style: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    position: relative;
    padding: 0; }

.flat-social-icons.right {
    float: right; }

.flat-social-icons li a .fa {
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #9a9a9a;
    -webkit-transition: .5s;
    transition: .5s; }

.social-icon a:hover.facebook .fa, .flat-social-icons a:hover.facebook .fa {
    background-color: #4863ae;
    border-color: #4863ae;
    color: #fff; }

.social-icon a:hover.twitter .fa, .flat-social-icons a:hover.twitter .fa {
    background-color: #46c0fb;
    border-color: #46c0fb;
    color: #fff; }

.social-icon a:hover.google .fa, .flat-social-icons a:hover.google .fa {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff; }

.social-icon a:hover.linkedin .fa, .flat-social-icons a:hover.linkedin .fa {
    background-color: #0083a8;
    border-color: #0083a8;
    color: #fff; }

.social-icon a:hover.dribbble .fa, .flat-social-icons a:hover.dribbble .fa {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff; }

.social-icon a:hover.youtube .fa, .flat-social-icons a:hover.youtube .fa {
    background-color: #f00;
    border-color: #f00;
    color: #fff; }

.social-icon a:hover.flickr .fa, .flat-social-icons a:hover.flickr .fa {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff; }

.social-icon a:hover.pinterest .fa, .flat-social-icons a:hover.pinterest .fa {
    background-color: #c91618;
    border-color: #c91618;
    color: #fff; }

.social-icon a:hover.rss .fa, .flat-social-icons a:hover.rss .fa {
    background-color: #ff7f25;
    border-color: #ff7f25;
    color: #fff; }

.social-icon a:hover.tumblr .fa, .flat-social-icons a:hover.tumblr .fa {
    background-color: #5a90be;
    border-color: #5a90be;
    color: #fff; }

.social-icon a:hover.instagram .fa, .flat-social-icons a:hover.instagram .fa {
    background-color: #3f729b;
    border-color: #3f729b;
    color: #fff; }

/*
====================================================================
    FOOTER
====================================================================*/
.footer-dark {
    background: #2d2d2d;
    color: #dfdfdf;
}

.footer-dark .container-inner {
    padding-top: 40px;
    padding-bottom: 10px; }

.footer-widget {
    position: relative;
    margin-bottom: 20px; }

.footer-widget h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-widget ul.blog-list {
    list-style: none;
    margin: 0;
    padding: 0; }

.footer-widget ul.blog-list > li {
    margin: 0 0 10px 0;
    padding: 5px 2px;
    position: relative;
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
    overflow: hidden; }

.footer-widget ul.blog-list li:after {
    width: 100%;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: 0;
    left: 0; }

.footer-widget h6 {
    font-size: 14px;
    text-transform: none !important;
    font-weight: normal;
    margin-bottom: 4px !important; }

.footer-widget ul.blog-list > li em {
    color: #838383;
    font-size: 11px;
    font-style: normal; }

.footer-dark a {
    color: #dedede; }

.footer-dark h5 {
    color: #dfdfdf; }

.faddress {
    position: relative;
    margin: 10px 0; }

.faddress i {
    display: block;
    float: left;
    margin-top: -2px;
    margin-right: 10px;
    font-size: 15px;
    /* width: 32px; */
    /* height: 32px; */
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    /*border: 1px solid rgba(115, 115, 115, 0.7);
    border-radius: 50%;
    border-color: rgba(115, 115, 115, 0.7);*/
    -webkit-transition: .5s;
    transition: .5s; }

.faddress i.fa-map-marker {
    margin-top: 0;
}

.faddress i:before {
    position: relative;
    top: 1px; }

.faddress .ftext {
    margin-bottom: 15px;
    display: block;
    overflow: hidden; }

.sub-footer-dark {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    margin: 0;
    position: relative;
    background-color: #222;
}

.sub-footer-dark:before {
    width: 100%;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: 0; }

.sub-footer-light {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 12px;
    margin: 0;
    background: #fff;
    position: relative; }

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none; }

.footer-menu li {
    display: inline-block;
    padding-left: 10px; }

ul.footer-list {
    display: inline-block;
    margin: 0;
    padding: 0; }

ul.footer-list li {
    margin: 0;
    border-bottom: 1px dotted #444;
    position: relative;
    float: left;
    width: 100%; }

ul.footer-list li > a {
    display: block;
    padding: 4px 2px;
    font-size: 14px; }

/*//////////////////////////////////////////////////////////*/
/*twitter list*/
/*//////////////////////////////////////////////////////////*/
#tweecool ul {
    margin: 0;
    padding: 0; }

#tweecool ul > li {
    list-style: none;
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow: hidden; }

#tweecool li > a {
    float: left;
    position: relative;
    border: 1px dotted #333;
    margin-right: 20px;
    padding: 2px; }

#tweecool li > a img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.05); }

#tweecool ul > li .tweets_txt {
    display: block;
    overflow: hidden;
    line-height: normal; }

#tweecool ul li .tweets_txt > a {
    float: none;
    margin-top: -8px;
}

#tweecool ul li .tweets_txt span {
    font-style: italic;
    display: block;
}

/*//////////////////////////////////////////////////////////*/
/*flickr list*/
/*//////////////////////////////////////////////////////////*/
ul.flickr-widget {
    overflow: hidden; }

ul.flickr-widget li {
    float: left !important;
    margin: 0;
    margin-right: 5px;
    border-bottom: none !important; }

ul.flickr-widget li:nth-child(3n+1) {
    margin-left: 0; }

ul.flickr-widget li a {
    display: inline-block;
    width: 80px;
    opacity: 0.8;
    border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }

ul.flickr-widget li a img {
    width: 100%; }

ul.flickr-widget li a:hover {
    opacity: 1;
    border: 4px solid;
}

/*
====================================================================
    5 SEARCH
====================================================================*/
.sb-search {
    position: absolute;
    width: 0%;
    right: 15px;
    top: 0;
    min-width: 30px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden; }

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    width: 96%;
    height: 40px;
    margin: 0;
    padding: 0px 3% 0px 1%;
    line-height: 20px;
    border-left: 2px solid !important;
    z-index: 1; }

.hd-center .sb-search {
    min-width: 30px;
    height: 55px; }

.hd-center .sb-search-input {
    background: rgba(11, 28, 51, 0.8);
    width: 97%;
    height: 51px;
    margin: 0;
    padding: 0px 2% 0px 1%;
    line-height: 30px;
    z-index: 1; }

.hd-center .sb-icon-search, .hd-center .sb-search-submit {
    width: 30px;
    height: 51px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }

.sb-search form input[type="text"] {
    border: 0px solid rgba(160, 160, 160, 0.3);
    box-shadow: none; }

.sb-icon-search, .sb-search-submit {
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none; }

.sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 16px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }

.sb-icon-search:before {
    content: "\f002"; }

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%; }

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #fff;
    z-index: 11; }

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90; }

.full-width-recent-projects .projects-carousel {
    width: 100% !important; }

.full-width-recent-projects .projects-carousel .item {
    margin: 0;
    border-top: 10px solid #eaeaea;
    border-bottom: 10px solid;
}

.margin-def .item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px; }

.projects-carousel .portfolio-item {
    margin-left: 5px;
    margin-right: 5px; }

/*
=====================================================================
    CAROUSEL
=====================================================================*/
.ccarosel .owl-controls .owl-buttons {
    position: absolute;
    top: 0px;
    right: 0px; }

.ccarosel.projects-carousel .owl-controls .owl-buttons {
    right: 0px; }

.ccarosel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0; }

.ccarosel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px; }

.ccarosel.navigation-2 .owl-controls .owl-buttons div, .ccarosel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #000; }

.ccarosel.navigation-2 .owl-controls .owl-buttons div i, .ccarosel.navigation-3 .owl-controls .owl-buttons div i {
    color: #666; }

.ccarosel.navigation-3 {
    padding-top: 0px; }

.ccarosel.navigation-3.clients-carousel {
    padding-top: 0px; }

.ccarosel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    background: #f00; }

.ccarosel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 80px;
    left: 15px;
    pointer-events: auto; }

.ccarosel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 80px;
    right: 15px;
    pointer-events: auto; }

.ccarosel.navigation-2 .owl-controls .owl-buttons div, .ccarosel.navigation-3 .owl-controls .owl-buttons div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px; }

.ccarosel.navigation-3.projects-carousel .owl-controls .owl-buttons {
    right: 0; }

.ccarosel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; }

.ccarosel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
    font-size: 1.6em;
    color: #f00;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; }

.team-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 100px;
    left: 0px;
    pointer-events: auto; }

.team-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 100px;
    right: 0px;
    pointer-events: auto; }

/*///////////////////////////////////////////////////////*/
/*parallex and backgrounds*/
/*///////////////////////////////////////////////////////*/
.parallexbg {
    width: 100%;
    height: 100%;
    background: url(../img/demo/bg2.jpg) #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }

.background1 {
    background: url(../img/bg-images/bg1.jpg) #fff; }

.background2 {
    background: url(../img/bg-images/bg2.jpg) #fff; }

.background3 {
    background: url(../img/bg-images/bg4.jpg) #fff; }

.background6 {
    background: url(../img/bg-images/bg6.jpg) #fff; }

/*
    ===============================
    001  ///  TITLE HEADINGS
    ===============================
*/
.section-title {
    margin-bottom: 40px;
}

.section-title.center {
    text-align: center; }

.section-title.right {
    text-align: right; }

@media (max-width: 991px) {
    .section-title, .section-title.center, .section-title.right {
        text-align: center; }
}

.section-title > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0; }

.dark .section-title > h2 {
    color: #fff; }

.section-title .icon {
    display: inline-block;
    font-size: 18px;
    width: 80px;
    margin: 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    height: 1px;
}

.section-title .icon:before {
    display: inline-block;
    content: "";
    border: 1px solid;
    position: absolute;
    left: -7px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 100%; }

.section-title .icon:after {
    display: inline-block;
    content: "";
    border: 1px solid;
    position: absolute;
    right: -7px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 100%; }

.bg-pattern-1 {
    background: url(../img/pattern/bg-pattern-1-s.png) repeat; }

/*
    ===============================
    002  ///  PAGE HEADER
    ===============================
*/
.page-header {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-header.p-bg1 {
    background: #f1f1f1; }

.page-header.big {
    height: auto;
    padding: 0;
    overflow: hidden; }

.page-header .heading-title {
    position: relative;
    vertical-align: middle; }

.page-header .heading-title > h1 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 0 !important; }

.page-header.dark h2 {
    color: #fff !important; }

@media (max-width: 767px) {
    .page-header .heading-title > h1 {
        font-size: 25px; }
}

@media (max-width: 991px) {
    .page-header > h2 {
        text-align: center;
        padding-bottom: 0; }
}

.page-header.bg-pattern {
    padding-top: 30px; }

.page-header.style-flat {
    padding-top: 30px;
    background: #dadada; }

.page-header.light-color h2 {
    color: #666; }

.page-header-small {
    width: 100%;
    font-size: 18px;
    padding: 35px 0;
    color: #999; }

.page-header-small h2 {
    font-size: 36px;
    display: inline-block;
    font-weight: 300;
    padding: 0;
    color: #fff;
    position: relative; }

/*
    ===============================
    003  ///  BREADCRUMB
    ===============================
*/
.page-header .breadcrumb {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    position: relative;
    margin-top: 0px;
    background: none; }

.page-header .breadcrumb li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    list-style: none;
    position: relative; }

.page-header .breadcrumb > li + li:before {
    content: "||";
    padding: 0px 5px;
}

.page-header .breadcrumb a {
    color: #fff; }

.page-header.light-color .breadcrumb a {
    color: #666; }

.page-header.light .breadcrumb a {
    color: #333; }

@media (max-width: 991px) {
    .page-header .breadcrumb {
        padding: 5px 0; }
}

/*
    ===============================
    004  ///  PROGRESS BAR
    ===============================
*/
.progress {
    border-radius: 0;
    height: 30px;
    margin-bottom: 14px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 2px solid #d5d5d5; }

.progress.border-radius {
    border-radius: 50px; }

.progress-bar {
    font-size: 12px;
    -webkit-filter: none;
    filter: none;
    text-transform: uppercase;
    padding: 0 5px;
    box-shadow: none;
    line-height: 30px;
    text-align: right;
    text-indent: 10px;
    text-shadow: none;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    position: relative; }

.progress .progress-label {
    float: left; }

.progress-data {
    font-weight: 900;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0 5px; }

.progress-striped {
    background-color: #fff; }

.progress-info, .progress-info.progress-striped {
    background-color: #0098ca; }

.progress-success, .progress-success.progress-striped {
    background-color: #738d00; }

.progress-warning, .progress .bar-warning, .progress-warning.progress-striped, .progress-striped .bar-warning {
    background-color: #f89406; }

.progress-danger, .progress-danger.progress-striped {
    background-color: #c10841; }

/*
    ===============================
    008  ///  TESTIMONIALS
    ===============================
*/
.testimonial.option2 {
    text-align: left !important;
    padding: 10px;
    border: 1px solid #eaeaea; }

.testimonial {
    padding: 0px 0;
    text-align: center; }

.testimonial .testimonial-pic img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 6px solid #fff;
    -webkit-transition: .5s;
    transition: .5s; }

.testimonial:hover .testimonial-pic img {
    border: 6px solid;
}

.testimonial p {
    line-height: 24px;
    text-align: center; }

.testimonial .author {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}

.navigation1 .owl-controls .owl-buttons div, .team-carousel .owl-controls .owl-buttons div {
    border: 1px solid;
    display: inline-block;
    line-height: 48px;
    font-size: 24px;
    position: absolute;
    top: 10%;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

.navigation1 .owl-controls .owl-page, .team-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }

.navigation1 .owl-controls .owl-page span, .team-carousel .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    border-radius: 20px;
    background: #869791; }

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

.center-owl-nav .owl-controls .owl-buttons div {
    top: 40%; }

.navigation1 .owl-theme .owl-pagination, .team-carousel .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #000;
    padding: 5px;
    border-radius: 4px 0 0 4px;
    opacity: .5; }

/*
    ===============================
    009  ///  TEAM
    ===============================
*/
.team-box {
    margin-bottom: 20px;
    display: block;
    overflow: hidden; }

.team-box:hover .team-member {
    border-bottom: 5px solid;
    -webkit-transition: .5s;
    transition: .5s; }

.team-box .team-member {
    border-bottom: 5px solid transparent;
    position: relative; }

.team-box .team-member img {
    max-width: 100%;
    height: auto; }

.team-box h2 {
    margin-bottom: 5px; }

.team-desc {
    padding: 15px;
    border: 1px solid #eaeaea; }

.team-desc > p {
    height: 120px;
    overflow: hidden; }

.team-box .team-role {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block; }

.team-member:hover .item-overlay {
    opacity: 1;
    filter: alpha(opacity=100); }

.team-member .item-overlay .p-item-nav {
    position: absolute;
    bottom: 2px;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px; }

.team-single {
    display: block;
    position: relative;
    border: 0px solid rgba(0, 0, 0, 0.05);
    z-index: 1; }

.team-single .team-overlay {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    display: block;
    padding: 30px;
    z-index: 3;
}

.team1 {
    background: url(../img/team/member.jpg) no-repeat center #fff;
    height: 352px;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden; }

.team-over {
    padding: 15px 0;
    z-index: 3;
}

@media (max-width: 991px) and (min-width: 768px) {
    .team-box .team-member {
        border-bottom: 0px solid #eaeaea;
        position: relative;
        float: left;
        margin-right: 30px; }

    .projects-carousel .team-box .team-member {
        border-bottom: 0px solid #eaeaea;
        position: relative;
        float: none;
        margin-right: 0px; }

    .team-desc {
        border: 0px solid #eaeaea !important; }

    .team-box {
        border: 1px solid #eaeaea !important; }
}

/*
    ===============================
    010  ///  SIDEBAR / WIDGETS
    ===============================
*/
aside .widget {
    margin: 0 0 48px; }

.widget #searchform {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px; }

.widget-list {
    margin: 0; }

.widget-list ul li {
    margin: 0 0 7px 0; }

.widget-list ul li:before {
    content: "\f138";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    font-size: 14px; }

.widget-list ul li a:hover {
    color: black; }

.widget .post-list {
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 4px; }

.widget .post-list > li {
    margin: 0;
    padding: 8px 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea; }

.widget .post-list > li:last-child {
    border-bottom: none; }

.widget .post-list .img-post {
    float: left;
    width: 75px;
    margin-left: 5px; }

.post-list .meta {
    margin-left: 90px;
    overflow: hidden;
    margin-bottom: 0; }

.post-list .meta h5 {
    margin: 0; }

.post-list .meta em {
    font-size: 11px;
    color: #ccc; }

.widget-cloud .tagCloud a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin: 0 3px 6px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.widget-cloud .tagCloud a {
    border: 1px solid;
    color: #fff; }

.widget-cloud .tagCloud a:hover {
    background: black;
    border: 1px solid black;
    color: #fff; }

/*
    ===============================
    011  ///  BLOG / WIDGETS
    ===============================
*/
iframe {
    border: none;
    max-width: 100%;
    display: block; }

.blog-widget {
    padding-left: 86px;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px; }

.blog-widget .blog-header {
    position: relative; }

.blog-widget > .tm {
    position: absolute;
    top: 1%;
    left: 36px;
    width: 2px;
    height: 100%;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: rgba(0, 0, 0, 0.1); }

.blog-widget .blog-header > h2 {
    margin-bottom: 5px; }

.blog-header > .blog-meta {
    font-size: 11px;
    text-transform: uppercase; }

.blog-header > .blog-meta > span:after {
    content: '||';
    color: #f00;
    display: inline-block;
    padding: 0 5px; }

.blog-header > .blog-meta > span:last-child:after {
    display: none; }

.blog-widget .date-icon {
    position: absolute;
    left: 0px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    line-height: 74px;
    text-align: center;
    z-index: 1; }

.blog-widget:hover .date-icon {
    color: #fff; }

.blog-widget .blog-element {
    padding: 8px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 30px auto 0 auto;
    text-align: center; }

.blog-widget .blog-element-media {
    padding: 8px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 30px auto 0 auto; }

.blog-widget .blog-summary {
    margin-top: 30px; }

.date-icon.option1 {
    border: 2px solid;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s; }

.blog-widget blockquote small {
    margin-top: 10px;
    text-align: right; }

.blog-widget blockquote {
    border-left: 2px solid #fc3250; }

/*.date-icon.option1:after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    left: 36px;
    top:72px
}*/
.date-icon > span {
    font-size: 12px; }

/*blog hr*/
.blog-hr {
    margin: 0px 0 0 36px;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*blog-small*/
.blog-sm > .blog-element, .blog-sm > .blog-summary, .blog-sm > .blog-element-media {
    width: 46%;
    float: left; }

.blog-sm > .blog-summary {
    margin-left: 4%; }

.blog-comments {
    margin: 40px 0;
    border: 0px solid #eaeaea;
    padding: 10px 0;
    margin-left: 36px; }

.blog-comments .media {
    background: #f5f5f5;
    padding: 10px 15px; }

.blog-comments .media .media {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eaeaea; }

.media .pull-left img {
    border-radius: 50%; }

.comment-info {
    border: 0px solid #eaeaea;
    margin-top: 20px;
    margin-bottom: 20px; }

h4.media-heading {
    font-weight: 600;
}

/*
=====================================================================
    PRICING TABLE
=====================================================================*/
.pricing-wrap {
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 30px; }

.pricing-box {
    padding: 0;
    margin: 0 -14px 0 -17px;
    border: 1px solid #eaeaea;
    text-align: center;
    position: relative; }

.pricing-box .select-plan {
    position: relative;
    bottom: -26px;
    text-align: center;
    padding: 5px 0; }

.pricing-box .select-plan.selected {
    bottom: -34px; }

.pricing-box.selected {
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    z-index: 5;
    border: 10px solid white;
    position: relative;
    top: -9px; }

h3.price-title {
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #eaeaea; }

h3.price-title:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #eaeaea;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px; }

h3.price-title.selected {
    color: #fff;
}

h3.price-title.selected:after {
    border-top: 12px solid;
}

.pricing-top {
    position: relative;
    text-align: center; }

.pricing-top .price-box {
    font-size: 20px;
    font-weight: normal;
    padding: 40px 20px;
    position: relative;
    text-align: center; }

.pricing-top .price-box .currency {
    position: relative;
}

.pricing-top .price-box .price {
    font-size: 55px;
    font-weight: normal;
}

.pricing-box.selected .pricing-list {
    background: rgba(231, 231, 231, 0.3);
}

.pricing-box.selected .pricing-list > span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.pricing-list > span {
    padding: 15px 4px;
    border-bottom: 1px solid #e7e7e7;
    display: block; }

.pricing-list span:first-child {
    border-top: 10px solid rgba(231, 231, 231, 0.5); }

@media (max-width: 991px) {
    .pricing-box {
        margin-bottom: 50px; }
}

/*
====================================================================
    PROCESS ITEMS
====================================================================*/
.feature-option4 .feature-box {
    text-align: left; }

.feature-option4 .feature-box .icon {
    border: 1px solid;
    color: #fff;
    font-size: 24px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 20px;
    float: left;
    margin-right: 15px; }

.feature-option4 .feature-box .icon .fa {
    position: relative;
    right: -1px;
}
.feature-option4 .feature-box .icon .fa.fa-paper-plane {
    right: 0;
}

.feature-box .icon-text {
    overflow: hidden; }

.feature-box .icon-text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    letter-spacing: 1px; }

.dark.feature-option5 h3 {
    color: #fff !important; }

.dark.feature-option5 p {
    color: #fff;
    opacity: .6; }

.process-wrapper .icon-text h3 {
    font-size: 19px; }

.process-item {
    position: relative;
    height: 180px;
    padding-top: 20px; }

@media (min-width: 992px) and (max-width: 1199px) {
    .process-item {
        height: 224px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .process-item {
        height: 150px; }
}

@media (max-width: 767px) {
    .process-item {
        height: 170px; }
}

.process-item .tm:after {
    bottom: -12px;
    left: -7px;
    font-family: 'FontAwesome';
    content: "\f192";
    font-size: 16px;
    background: none;
    position: absolute;
    color: #ccc; }

.process-item {
    border-bottom: 1px dashed #ccc;
    /*
      z-index: 105*/ }

.process-wrapper .icon {
    z-index: 5;
    position: relative; }

.process-item:last-child:before {
    content: ''; }

.process-item .icon-text {
    overflow: hidden;
    z-index: 10;
    position: relative; }

.process-item .process-num {
    font-size: 96px;
    font-weight: 600;
    color: rgba(172, 172, 172, 0.2);
    z-index: 1;
    position: absolute;
    bottom: 24px;
    left: 50%; }

.process-item:last-child {
    border-right: 0; }

.process-wrapper .tm {
    position: absolute;
    top: 15%;
    left: 48px;
    width: 1px;
    height: 85%;
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #ccc; }

.process-wrapper .tm.color {
    border-color: #acacac; }

.process-item .tm.color:after {
    color: #acacac; }

.process-item.color {
    border-bottom: 1px dashed #acacac; }

@media (max-width: 991px) {
    .process-wrapper .tm {
        top: 0;
        height: 100%; }

    .process-item .tm:after {
        bottom: 40px;
        left: -7px;
        font-family: 'FontAwesome';
        content: "\f13a";
        font-size: 16px;
        background: none;
        position: absolute;
    }

    .process-item:last-child {
        height: 120px; }

    .process-item:last-child .tm {
        display: none; }

    .process-item, .process-item.color {
        padding-top: 0px;
        border-bottom: 0; }
}

/*
=====================================================================
    PAGE 404
=====================================================================*/
.page404 {
    position: relative;
    text-align: center; }

.page404 h1.pagetxt {
    font-size: 172px;
    color: rgba(0, 0, 0, 0.3); }

.page404 i.fa {
    color: #ccc;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    top: 100px;
    position: relative;
    background-color: #fff;
    border: 2px solid #fc3250;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1; }

.page404:hover .fa {
    color: #fc3250; }

.page404 .white {
    color: #fff !important;
    background: transparent;
    border-bottom: none;
    z-index: -1;
    text-indent: -99999; }

.page404-inner {
    margin-top: 80px; }

@media (max-width: 767px) {
    .page404 h1.pagetxt {
        font-size: 102px;
        color: rgba(0, 0, 0, 0.3); }

    .page404 i.fa {
        opacity: .5;
        border: 2px solid #fc3250; }

    .page404 {
        text-align: center; }
}

/*
=====================================================================
    SCROLL TO TOP
=====================================================================*/
#back-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    margin-left: 0px;
    z-index: 9898989;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(207, 58, 36, 0.5); }

#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    /* background color transition */
    -webkit-transition: 1s;
    transition: 1s; }

#back-top a:hover {
    color: #000; }

/* arrow icon (span tag) */
#back-top .fa {
    display: block;
    line-height: 37px;
    font-size: 18px;
    z-index: 100;
    /* background color transition */
    -webkit-transition: 1s;
    transition: 1s; }

/*
=====================================================================
    HEADER SHADOW
=====================================================================*/
.header-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

@media (max-width: 991px) {
    .fixedHeader {
        position: static; }
}

section.top {
    background: url(../img/slides/web-design.jpg);
    height: 768px;
}

/*
=====================================================================
    CAMERA SLIDER / HOME PAGE
=====================================================================*/
.rotator-wrapper {
    background: #1d212a;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #eaeaea; }

.camera_wrap {
    max-height: 768px; }

#back_to_camera {
    clear: both;
    display: block;
    height: 80px;
    line-height: 40px;
    padding: 20px;
    margin-bottom: 20px; }

#slider-wrap {
    overflow: hidden;
    position: relative;
    max-height: 500px; }

.camera_caption {
    width: 80%;
    display: block;
    position: absolute;
    top: 20%;
    left: 10%; }

.camera_caption > div {
    background: transparent; }

.cap-title h1 {
    font-size: 50px;
    color: #22313F;
    text-transform: uppercase; }

.cap-title-2 {
    font-size: 28px;
    color: #22313F;
    margin-bottom: 10px;
    line-height: 24px;
    margin-top: 34px; }

.cap-link a {
    font-weight: bold;
    border: 1px solid;
    padding: 10px 18px;
    margin-top: 30px;
    color: #fff; }

.cap-link a:hover {
    background: #22313F;
    border-color: #22313F;
}

.os-caption {
    top: 5%;
}
.os-caption .cap-title {
    margin-top: 30px;
}
.os-caption .cap-title-2 {
    margin-top: 30px;
}
.os-caption .cap-link a {
    margin-top: 25px;
}

.wd-caption {
    top: 5%;
}
.wd-caption .cap-title {
    margin-top: 30px;
}
.wd-caption .cap-title-2 {
    margin-top: 30px;
}
.wd-caption .cap-link a {
    margin-top: 30px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .os-caption .cap-title {
        margin-top: 10px;
    }
    .os-caption .cap-title h1 {
        font-size: 40px;
    }
    .os-caption .cap-title-2 {
        margin-top: 25px;
    }
    .os-caption .cap-link a {
        margin-top: 20px;
    }

    .wd-caption .cap-title {
        margin-top: 25px;
    }
    .wd-caption .cap-title h1 {
        font-size: 40px;
    }
    .wd-caption .cap-title-2 {
        margin-top: 25px;
    }
    .wd-caption .cap-link a {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .os-caption .cap-title {
        margin-top: 10px;
    }
    .os-caption .cap-title h1 {
        font-size: 40px;
    }
    .os-caption .cap-title-2 {
        font-size: 25px;
        margin-top: 20px;
    }
    .os-caption .cap-link a {
        margin-top: 20px;
    }

    .wd-caption .cap-title {
        margin-top: 15px;
    }
    .wd-caption .cap-title h1 {
        font-size: 40px;
    }
    .wd-caption .cap-title-2 {
        font-size: 25px;
        margin-top: 20px;
    }
    .wd-caption .cap-link a {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .os-caption .cap-title {
        margin-top: 0;
    }
    .os-caption .cap-title h1 {
        font-size: 32px;
    }
    .os-caption .cap-title-2 {
        font-size: 23px;
        margin-top: -5px;
    }
    .os-caption .cap-link a {
        margin-top: 10px;
    }

    .wd-caption .cap-title {
        margin-top: 0;
    }
    .wd-caption .cap-title h1 {
        font-size: 32px;
    }
    .wd-caption .cap-title-2 {
        font-size: 23px;
        margin-top: -5px;
    }
    .wd-caption .cap-link a {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .os-caption .cap-title {
        margin-top: -10px;
    }
    .os-caption .cap-title h1 {
        font-size: 25px;
    }
    .os-caption .cap-title-2 {
        font-size: 18px;
        margin-top: -10px;
    }
    .os-caption .cap-link a {
        margin-top: 0;
        font-size: 12px;
        padding: 6px 14px;
    }

    .wd-caption .cap-title {
        margin-top: -10px;
    }
    .wd-caption .cap-title h1 {
        font-size: 25px;
    }
    .wd-caption .cap-title-2 {
        font-size: 18px;
        margin-top: -10px;
    }
    .wd-caption .cap-link a {
        margin-top: 0;
        font-size: 12px;
        padding: 6px 14px;
    }
}

@media (max-width: 767px) {
    .rotator-wrapper {
        display: none; }
}

/*
=====================================================================
    LEFT ICONS / CONTACT US
=====================================================================*/
.left-icon-block {
    position: relative;
    padding: 8px 0 10px 60px; }

.left-icon-block i {
    position: absolute;
    left: 0;
    top: 0; }

.left-icon-block i.fa {
    color: #333;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s; }

@media (min-width: 600px) and (max-width: 991px) {
    .left-icon-wrapper {
        min-height: 125px;
        float: left;
        width: 50%;
    }
}

@media (max-width: 545px) {
    .left-icon-wrapper .left-icon-block {
        width: 300px;
        margin: 0 auto; }
}

/*
=====================================================================
    team box
=====================================================================*/
.col-std {
    margin-bottom: 20px; }

/*
=====================================================================
    SPINNER
=====================================================================*/
#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/spinner.gif) 50% 50% no-repeat #fff; }

/*
=====================================================================
    CALL ACTION BOX
=====================================================================*/
.call-action-box {
    background: #eaeaea;
    padding: 20px 0;
    width: 100%;
    position: relative;
    display: block;
    float: left; }

.call-action-box .btn {
    vertical-align: middle;
    margin-top: 10px; }

.call-action-box.style-1 p {
    color: #fff; }

/*
=====================================================================
    CLIENT CAROUSEL
=====================================================================*/
.clients-carousel .client-item {
    text-align: center;
    padding: 5px;
    border: 1px solid #eaeaea;
    margin-left: 5px;
    margin-right: 5px; }

.clients-carousel .client-item img {
    margin: 0 auto; }

.clients-carousel .owl-controls {
    margin-top: 20px; }

#googlemaps {
    padding-bottom: 30%;
    border-radius: 3px; }

.contact-page {
    padding: 20px 0;
}
.contact-page hr {
    border: none;
    border-bottom: 1px solid #dedede; }

.contact-page .alert {
    display: none; }

.contact-page form .submit {
    float: right;
    margin-top: 13px;
}

.map-wrapper {
    padding-bottom: 60px;
}



.desc-img img {
    width: 100%;
}

/*@media (max-width: 991px) {
    .desc-img {
        display: none; }
}*/

.footer-about-company {
    color: #c5c5c5;
    margin-top: 10px; }

.our-services .item header {
    margin-bottom: 8px;
}

.our-services .item .service-icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}

.our-services .presta-icon {
    background: url(../img/ps8-logo.png?v=1.0);
    background-size: 80px 80px;
}

.our-services .shop-icon {
    background: url(../img/shop-icon@2x.png?v=1.0);
    background-size: 80px 80px;
}

.our-services .web-design-icon {
    background: url(../img/web-design-icon@2x.png?v=1.0);
    background-size: 80px 80px;
}

/*
.our-services .support-icon {
    background: url(../img/support-icon.png?v=1.0);
    background-size: contain;
}
*/

/* Single page */
.single-page-section {
    padding: 20px 0; }

.single-page-section p a, .single-page-section ul a {
    text-decoration: underline; }

.single-page-section p a:hover, .single-page-section ul a:hover {
    text-decoration: none; }

/* Testimonials */
.testimonials-section {
    padding: 40px 0; }

.testimonials-section .section-title {
    margin-bottom: 35px; }

.testimonial-block {
    border: 1px solid #eaeaea;
    padding: 15px; }

.testimonial-block img {
    border-radius: 100%;
    border: 6px solid #fff;
    -webkit-transition: .5s;
    transition: .5s; }

.testimonial-block p {
    margin-top: 5px;
    font-style: italic; }

.testimonial-block .author {
    text-align: right; }

.testimonial-block .author span {
    font-weight: bold; }

.testimonial-block hr {
    border-bottom: none;
    margin: 10px 0; }

.testimonial-block .website {
    text-align: center; }

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-block p {
        margin-left: 15px;
    }

    .prestashop .style-box .title {
        padding-bottom: 37px;
    }
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 40px 0 20px 0; }

    .testimonials-wrapper {
        margin-bottom: 20px; }

    .testimonial-block img {
        margin: 0 auto; }

    .testimonial-block .text-wrapper {
        margin-top: 10px;
        text-align: center; }

    .testimonial-block .author {
        text-align: center; }
}

/* Leave a testimonial page */
.testimonial-page .alert {
    display: none; }

.testimonial-page input[type=submit] {
    float: right; }

.testimonial-page hr {
    border: none;
    border-bottom: 1px solid #dedede; }

.pricing-top.premium .price-box {
    padding: 43px 20px 42px 20px; }

.pricing-top.premium .price-box .price {
    font-size: 41px;
    color: #cf3a24;
}
.pricing-top.premium .price-box .price:hover {
    color: #333;
}

/* Counter */
.counter {
    margin-top: 35px;
}

.counter .item {
    text-align: center;
}

.counter .number {
    font-size: 60px;
    display: block;
    margin-bottom: 30px;
}

.counter .text {
    font-size: 25px;
}

/* About us */
.about-us .description {
    padding: 20px 0 0 0;
}

.page-certificates .section-title {
    margin-bottom: 15px;
}

.page-certificates .section-title h2 {
    font-size: 18px;
}

hr {
    height: 1px;
    padding: 0;
    border-bottom: none;
}

/* Home top */
.home-top {
    background-color: transparent;
    min-height: 650px;
    position: relative;
}

.home-top .overlay {
    background: #19283D;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.home-top a.btn.call-us {
    display: none;
}

.nav .sub-toggle {
    display: none;
}

.home-top h1 {
    color: #fff;
    font-size: 49px;
    line-height: 52px;
    margin-top: 125px;
    margin-bottom: 60px;
    /*text-align: right;*/
    /*text-transform: uppercase;*/
    font-weight: normal;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.home-top .description {
    /*max-width: 60%;*/
    /*float: right;*/
    color: #fff;
    position: relative;
    text-align: center;
}

.home-top .description p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.home-top a.btn {
    background: #CF3A24;
    color: #fff;
    display: inline-block;
    margin-top: 60px;
    border: 2px solid #CF3A24;
    padding: 12px 25px;
    font-size: 19px;
}

.home-top .description span.contact-row {
    display: block;
    top: 12px;
    margin-left: 20px;
    position: relative;
    margin-top: 60px;
    font-size: 30px;
}

.home-top .description span.contact-row a {
    color: #fff;
    font-size: 32px;
}

.recent-work {
    text-align: center;
    border-bottom: 1px solid rgba(141, 141, 141, 0.2);
    padding-bottom: 40px;
}

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

.recent-work .item .portfolio-desc {
    padding: 15px 15px;
    text-align: center;
    overflow: hidden;
}

.single-page .leading-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.single-service-features .item {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 30px;
}

.single-service-features .item .title {
    font-weight: bold;
    display: block;
    margin: 0 0 4px 0;
    font-size: 17px;
    padding: 0;
}

.single-service-features .item a {
    color: #cf3a24;
}
.single-service-features .item a:hover {
    text-decoration: underline;
}

.single-service-features .item .inner {
    padding-left: 50px;
    position: relative;
}

.single-service-features .item .inner i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 30px;
    color: #19283D;
}

.additional-services .item .inner i {
    color: #cf3a24;
}

/* Products */
.full-section.products {
    padding-top: 30px;
}

.full-section.products > .container {
    display: flex;
    flex-wrap: wrap;
}

.products .item {
    text-align: left;
    margin-bottom: 40px;
}

.products .item .inner-wrapper {
    padding: 25px;
    border: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.products .item .image-wrapper {
    text-align: center;
}

.products .item .image-wrapper img {
    display: inline-block;
}

.products .item .empty-image {
    width: 100%;
    text-align: center;
}

.products .item .empty-image i {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #19283d;
}

.products .item h2 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0;
}

.products .item .rating i {
    color: #cf3a24;
}

.products .item .description {
    margin-top: 10px;
    font-size: 14px;
}

.products .item .install-text {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    color: #cf3a24;
}
.products .item .install-text:hover {
    text-decoration: underline;
}

.products .item .info {
    margin-top: 12px;
}

.products .item .compatibility {
    font-size: 12px;
}

.products .item .version {
    font-size: 12px;
}

.products .item .button-block {
    text-align: center;
    margin-top: 30px;
}

.products .item .button-block a {
    background: #19283d;
    color: #fff;
    border: 1px solid #19283d;
}

.products .item .button-block .contact-internal-link:hover {
    background: #33445a;
    border-color: #33445a;
}

.products .item .button-block .read-more-link {
    margin-left: 5px;
    color: #19283d;
    background: transparent;
}
.products .item .button-block .read-more-link:hover {
    color: #33445a;
    border-color: #33445a;
}

.products a.view-all-modules {
    font-size: 25px;
    color: #cf3a24;
    font-weight: bold;
}
.products a.view-all-modules:hover {
    text-decoration: underline;
}

.clients-carousel .client-item .title {
    display: none;
}

.mobile-languages {
    display: none;
}

/* Media max 991px */
@media (max-width: 991px) {
    /* Header */
    .navbar-default .navbar-brand {
        margin-left: 7px;
    }

    /* Sections */
    .page-header {
        margin-top: 20px;
    }

    .feature-section {
        padding: 50px 0;
    }

    .full-section {
        padding: 50px 0 30px 0;
    }

    .section-title > h2 {
        line-height: 39px;
    }

    .feature-section.our-services {
        padding-bottom: 30px;
    }

    .feature-section.recent-work {
        padding-bottom: 30px;
    }

    .full-section.products {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    /* Services */
    .feature-section.single-service-features {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .single-service-features .item.first {
        margin-top: 0;
    }

    /* Menu */
    .nav li:hover,
    .nav li:hover > a,
    .nav li > a:hover,
    .nav li > a:active {
        background: none !important;
    }

    /* About us */
    .about-us .content,
    .about-us .desc-img {
        width: 50%;
    }

    .counter .item {
        width: 33%;
        float: left;
    }

    /* Products */
    .products .item {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer .hidden-mobile {
        display: none;
    }

    #footer .col-md-3 {
        width: 33%;
        float: left;
    }
}

/* Media max 767px */
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }

    .top-languages {
        display: none;
    }

    .mobile-languages {
        display: block;
        float: none;
        position: absolute;
        bottom: 170px;
        width: 100%;
        text-align: center;
        margin: 0;

    }

    .mobile-languages span,
    .mobile-languages a {
        float: none !important;
        margin-left: -3px;
        margin-right: -3px;
    }

    .mobile-languages .active {
        display: inline-block;
    }

    .home-top h1 {
        margin-top: 75px;
        font-size: 40px;
        line-height: 60px;
    }

    .home-top .overlay {
        opacity: 0.85;
    }

    /*.home-top a.write-us {
        display: none;
    }

    .home-top a.btn.call-us {
        display: inline-block;
    }*/

    /* Footer */
    .footer-dark .container-inner {
        padding-top: 20px;
    }

    .footer-widget {
        margin-bottom: 0;
        display: block;
    }

    .footer-widget.contact-info {
        display: block;
        margin-top: 20px;
    }

    .footer-dark h5 {
        display: none;
    }

    ul.footer-list {
        display: block;
        width: 100%;
    }

    ul.footer-list li {
        text-align: center;
        float: none;
    }

    ul.footer-list li a {
        height: 51px;
        line-height: 51px;
        padding: 0;
        text-transform: uppercase;
        font-size: 15px;
    }
    ul.footer-list li a:hover {
        color: #dedede;
    }

    ul.footer-list li {
        border-bottom: 1px solid #444;
    }

    ul.footer-list li.first {
        border-top: 1px solid #444;
    }

    .sub-footer-dark {
        text-align: center;
    }

    .faddress {
        text-align: center;
    }

    .faddress i {
        vertical-align: top;
        display: inline-block;
        float: none;
    }

    .faddress i.fa-building-o {
        display: none;
    }

    .faddress .ftext {
        display: inline-block;
    }

    #back-top {
        display: none !important;
    }

    /* About */
    .feature-section.about-us {
        padding-bottom: 0;
    }

    .counter .item {
        height: 140px;
    }

    /* Contact us */
    .full-section.contact-page {
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    .about-us .content {
        width: 100%;
    }

    .about-us .desc-img {
        display: none;
    }

    .counter .item {
        float: none;
        width: 100%;
    }
}

@media (max-width: 555px) {
    .products .item {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 556px) and (max-width: 659px) {
    .products .description {
        display: none;
    }

    .products .item .button-block .read-more-link {
        display: none;
    }

    .products .item .inner {
        height: 290px;
    }
}

@media (max-width: 480px) {
    .home-top {
        min-height: 400px;
    }

    .home-top h1 {
        font-size: 27px;
        line-height: 42px;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .home-top a.btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* Owl */
    .clients-carousel .client-item {
        margin-bottom: 17px;
    }

    .clients-carousel .client-item {
        border: none;
    }

    .clients-carousel .client-item .inner {
        text-align: center;
        padding: 5px;
        border: 1px solid #eaeaea;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 6px;
    }

    .clients-carousel .client-item .title {
        font-weight: bold;
    }

    /* Products */
    .products a.view-all-modules {
        line-height: 34px;
    }

    /* Portfolio */
    .img-item:hover .item-overlay {
        display: none;
    }
    .img-item:hover .p-item-nav {
        display: none;
    }

    /* About us */
    .about-us .desc-img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .home-top .description > p {
        display: none;
    }

    /* Product page */
    .products .item .inner {
        height: 290px;
    }

    .products .description {
        display: none;
    }

    .products .button-block .btn {
        padding: 10px 8px;
    }

    /* PS Page */
    .products a.view-all-modules {
        font-size: 24px;
    }
}

#page table td {
    padding: 15px;
}

#page table td > p {
    margin: 0;
}

/* Cookie notification */
.footer-dark {
    padding-bottom: 60px;
}

.cookie-block .text {
    color: black;
}

.cookie-block {
    width:100%;
    display: inline-block;
    position: fixed;
    z-index: 9999999;
    background: #f6f6f6;
    bottom: 0px;
    opacity: 0.9;
}

body.cookie-hidden .footer-dark {
    padding-bottom: 0;
}

body.cookie-hidden .cookie-block {
    display: none;
}

body.cookie-hidden .scroll-top {
    bottom: 30px;
}

.cookie-block .row {
    text-align: center;
}

.cookie-block .container .text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    padding-right: 30px;
    display: inline-block;
}

.cookie-block .container .ok-button {
    font-family: 'PT Sans', sans-serif;
    padding: 8px 17px;
    border: none;
    color: #eeefee;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: #CF3A24;
}

.cookie-block .container .about-link {
    color: #cf3a24;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
.cookie-block .container .about-link:hover {
    text-decoration: underline;
}

.cookie-block .container .text {
    color: #484848;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cookie-block .container .ok-button {
        margin-bottom: 10px;
        padding: 8px 87px;
    }
}

@media (max-width: 767px){
    .cookie-block .container .text {
        padding-top: 5px;
        padding-bottom:3px;
        padding-left: 30px;
        padding-right: 42px;
        display: inline-block;
        float: left;
        font-size: 12px;
        line-height: 22px;
    }

    .cookie-block .container .about-link {
        font-size: 12px;
    }

    .cookie-block .container .ok-button {
        display: inline-block;
        float: right;
        width: 100%;
    }
}

body.career #content ul {
    list-style: none;
}

body.career #content ul li {
    list-style: none;
    padding-left: 5px;
}

body.career #content ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 7px;
}

body.career #content .career-top-info {
    margin-bottom: 40px;
    margin-top: 23px;
    font-size: 18px;
    padding-left: 0;
    list-style: none;
}

body.career #content .career-top-info li {
    display: block;
    margin-bottom: 9px;
    padding-left: 0;
}

body.career #content .career-top-info li:before {
    font-size: 20px;
    margin-right: 10px;
    width: 22px;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
}

body.career #content .career-top-info li.location:before {
    content: "\f041";
}

body.career #content .career-top-info li.valid-until:before {
    content: "\f274";
}

body.career #content ul {
    list-style: inside;
}

body.career #content h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 35px;
}

body.career #content h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

body.career #content h3 {
    font-size: 19px;
}

body.career #content {
    min-height: 44vh;
}

body.career #content ul li,
body.career #content p {
    font-size: 16px;
}

body.career .btn-apply-now {
    display: inline-block;
    margin-top: 35px;
}

body.career .btn-apply-now:before {
    font-family: FontAwesome;
    content: "\f003";
    margin-right: 7px;
}

.footer-widget.footer-logo {
    text-align: right;
}

.footer-widget.footer-logo img {
    display: inline-block;
    margin-left: 50px;
}

.clients-block {
    display: flex;
    flex-wrap: wrap;
}

.clients-block .client-item {
    text-align: center;
    width: 20%;
    float: none;
    border: 1px dotted #eaeaea;
}

@media (max-width: 1200px) {
    .clients-block .client-item {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .clients-block .client-item {
        width: 50%;
    }
}

.clients-block .client-item .inner {
    padding: 10px;
}

.clients-block .client-item img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
}

.clients-block .client-item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.about-us .blocks h3 {
    border-bottom: 1px solid #CF3A24;
    padding-bottom: 7px;
}

.our-newest-modules.products > .container {
    display: flex;
    flex-wrap: wrap;
}

.our-newest-modules.products .show-all-block {
    text-align: center;
}

.eshop-logo-header {
    height: 85px;
}
i.eshop-logo {
    font-size: 50px;
    background-color: #CF3A24;
    color: white;
    padding: 15px;
}