@charset "UTF-8";
/* ==========================================================================
   Main Screen CSS
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700,800);
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}
body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.content a {
    line-height: 1em;
}
.border-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 170px;
    height: 1px;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* === START BUTTONS === */
.view-details-button {
    text-decoration: none;
    display: inline-block;
    padding: 20px 35px;
    color: #19adcb;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    border: 1px solid #19adcb;
    background: transparent;
    opacity: 0.42;
}
.view-details-button:focus {
    outline: none;
}
.view-details-button:hover {
    opacity: 1;
    text-decoration: none;
    color: #19adcb;
}
/* === END BUTTONS === */

/* === START COMMENTS AREA === */
.comments-area {
    padding-top: 40px;
}
.comments-area .ul-comments {
    margin: 0 0 40px 0;
    padding: 0;
}
.comments-area .ul-comments li {
    list-style: none;
}
.comments-area .ul-comments .comment {
    padding-left: 100px;
    position: relative;
    min-height: 80px;
}
.comments-area .ul-comments .comment .comment-reply {
    float: right;
    color: #acacac;
    font-size: 13px;
    line-height: 1.5em;
    padding: 2px 10px;
    background: #eaeaea;
}
.comments-area .ul-comments .comment .comment-reply:hover {
    color: #111;
    background: #d4d4d4;
    text-decoration: none;
}
.comments-area .ul-comments .comment .comment-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.comments-area .ul-comments .comment .comment-avatar img {
    width: 70px;
    height: 70px;
}
.comments-area .ul-comments .comment h4 {
    font-size: 21px;
    margin: 0 0 5px 0;
    color: #595959;
    line-height: 1em;
    padding-bottom: 6px;
    font-weight: 100;
}
.comments-area .ul-comments .comment p {
    line-height: 1.5em;
    font-size: 15px;
    color: #747474;
    font-weight: 100;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 100px;
    margin-left: -100px;
}
.comments-area .ul-comments .comment h4 span {
    font-size: 11px;
    text-transform: uppercase;
    color: #595959;
}
.comments-area h3.comment-title {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 30px 0;
}
.comments-area h4.comment-title {
    font-size: 19px;
    line-height: 1.5em;
    margin: 0 0 30px 0;
}
.comments-area .comment-form .comments-line {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.comments-area .comment-form .comments-linearea {
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 166px;
    resize: none;
    width: 100%;
}
/* === END COMMENTS AREA === */

/* === START ANIMATIONS === */
.header,
.post-cover .slide-arrows li .fa,
.main-slider .the-bullets-dots li span, 
.team-page .content .team .become-member .wrapper .new-member,
.team-page .content .gallery #slider .project-image-and-share .slider-share-links a .fa,
.testimonials .the-bullets-dots li span,
.screens .information .information-wrapper .view-portfolio, 
.search-box,
.main-slider .slide .container .slide-text .slider-link,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button,
.team-page .content .gallery #carousel li .hover,
.main-services .service a  i {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease; 
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar .widget-categories li a,
.sidebar .post-feed .widget .tab-content li.post .details a,
.content .project-pagination a,
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body a,
.services-page .content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa, 
.how-we-work .icon, 
.sidebar .post-feed .widget ul.tab_nav li a,
.team .action a,
.team .member .social a,
.clients .clients-carousel .carousel-controls .fa,
.main-slider .slide-arrows li i,
.sidebar .tags li a,
.sidebar .social-buttons li a .fa,
.sidebar .search-form form .search-submit,
.sidebar .accordion .panel-title .fa,
.filter-box li a, 
figure.effect-layla .links .fa,
.footer .upper-part .contact-box .contact-button {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease; 
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.view-details-button,
.content .share-links li .fa,
.clients .clients-carousel .clients-carousel-item a,
.services-page .content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a,
.team-page .content .team .become-member .wrapper a,
.team-page .content .gallery #carousel .flex-direction-nav a,
.content .pagination .pages-wrapper li a {
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out; 
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
/* ===  END ANIMATIONS === */

.domready .main-slider,
.domready .header {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* === START HEADER === */
.header {
    opacity: 0;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
	background: #fff;
}
.sticky {
    border: none;
    background: #eee;
	opacity: 0.9;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.header .menu {
    padding: 5px 0;
}
.header .menu .sticky {
    padding: 5px 0;
}
.header .menu .mobile-navigation-toggle {
    font-size: 21px;
    color: #eee;
    display: inline-block;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 15px;
}
.logo{
    background-image: url(../images/logo.png);
	height: 121px;
    width: 61px;
	resize: none;
}
.sticky .logo {
    background-image: url(../images/logo_2.png);
	height: 95px;
    width: 50px;
	resize: none;
}
.header .menu .logo,
.header .menu .main-nav {
    display: inline-block;
}
.header .menu .main-nav {
    float: right;
	padding: 25px 0;
}
.header .menu .main-nav .right-box {
    display: inline-block;
}
.header .menu .main-nav .right-box ul {
    margin: 0;
}
.header .menu .main-nav .right-box li {
    display: inline-block;
    margin-top: 12px;
}
.header .menu .main-nav .right-box li i {
    color: #777;
    font-size: 16px;
}
.header .menu .main-nav .right-box li i:hover {
    color: #3399cc;
}
.header .menu .main-nav .right-box li i:first-child {
    margin-top: 1px;
}
.header .menu .main-nav .right-box li i:last-child {
    margin-left: 12px;
}
.header .menu .main-nav ul {
    margin-right: 70px;
}
.header .menu .main-nav li {
    display: inline-block;
    cursor: pointer;
}
.header .menu .main-nav li:hover a,
.header .menu .main-nav li.active > a,
.header .menu .main-nav li.active > .fa-arrow-down,
.header .menu .main-nav li:hover .fa-arrow-down {
    color: #3399cc;
}
.header .menu .main-nav li .fa-arrow-down {
    color: #326391;
    font-size: 14px;
    margin: 3px 0 0 6px;
}
.header .menu .main-nav > ul > li {
    margin-left: 35px;
    margin-top: 12px;
}
.header .menu .main-nav > ul > li > a {
    color: #326391;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.header .menu .main-nav .nested-list {
    display: none;
    position: absolute;
    padding-top: 40px;
    cursor: default;
}
.header .menu .main-nav .nested-list li {
    display: block;
    cursor: default;
    background: #000;
    width: 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.header .menu .main-nav .nested-list li .fa-angle-right {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #7e7e7e;
}
.header .menu .main-nav .nested-list li:last-child {
    border: none;
}
.header .menu .main-nav .nested-list li:hover {
    background: #1a1a1a;
}
.header .menu .main-nav .nested-list li:hover > a,
.header .menu .main-nav .nested-list li:hover > .fa-angle-right {
    color: #198095;
}
.header .menu .main-nav .nested-list li a {
    display: inline-block;
    padding: 12px 0 12px 20px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.header .menu .main-nav li.has-nested {
    position: relative;
}
.header .menu .main-nav li.has-nested:hover > .nested-list {
    display: block;
}
.header .menu .main-nav li.has-nested .nested-level-2 {
    padding: 0;
    top: 0;
    left: 172px;
}
/* Styling Header Search Box */
.search-box {
    margin-top: -110px;
    width: 100%;
    padding: 20px 0;
    background: #19adcb;
}
.search-box .search-form {
    position: relative;
    width: 100%;
}
.search-box .search-form .search-input {
    width: 100%;
    padding: 20px 90px 20px 32px;
    font-size: 21px;
    background: #fff;
    color: #7c7c7c;
    border: none;
}
.search-box .search-form .search-input:focus {
    outline: none;
}
.search-box .search-form .search-submit {
    position: absolute;
    height: 54px;
    width: 54px;
    top: 8px;
    right: 8px;
    border: none;
    color: #fff;
    background: #19adcb;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.search-box .search-form .search-submit:focus,
.header .search-box .search-form .search-submit:active {
    outline: none;
}
.search-box .search-form .search-submit:hover {
    background: transparent;
    color: #1bb29c;
    border: 2px solid #1bb29c;
}
/* === END HEADER === */

/* === START CONTENT === */
/* Styling main slider */
.main-slider {
    position: relative;
    opacity: 0;
}
.main-slider ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-slider .the-bullets-dots {
    position: absolute;
    text-align: center;
    z-index: 3;
    left: 50%;
    margin: -65px 0 0 -29px;
}
.main-slider .the-bullets-dots li {
    display: inline-block;
    margin-right: 5px;
}
.main-slider .the-bullets-dots li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.main-slider .the-bullets-dots li.active span {
    background: #fff;
}
.main-slider .slide-arrows {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    padding: 0 40px;
}
.main-slider .slide-arrows li {
    display: inline-block;
}
.main-slider .slide-arrows li.slide-right {
    float: right;
}
.main-slider .slide-arrows li i {
    background: rgba(255, 255, 255, 0.13);
    border: 2px solid transparent;
    border-radius: 2px;
    height: 60px;
    width: 60px;
    padding-top: 21px;
    font-size: 16px;
    text-align: center;
    color: #666565;
    cursor: pointer;
}
.main-slider .slide-arrows li i:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.main-slider .slide .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-slider .slide .container {
    position: relative;
    padding: 290px 0 250px 0;
    width: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.1);
    background-image: url(../images/pattern.png);
    color: #fff;
    text-align: center;
}
.main-slider .slide .container h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.main-slider .slide .container p {
    font-size: 33px;
    margin: -32px 35px 100px 35px;
}
.main-slider .slide .container p,
.main-slider .slide .container .border-top {
    display: inline-block;
}
.main-slider .slide .container .slider-link {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.4em;
    font-size: 14px;
    color: #fff;
    width: 190px;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}
.main-slider .slide .container .view {
    background: #19adcb;
    border: 2px solid #19adcb;
    margin-right: 20px;
}
.main-slider .slide .container .view:hover {
    background: transparent;
    border: 2px solid #fff;
}
.main-slider .slide .container .buy {
    border: 2px solid #fff;
}
.main-slider .slide .container .buy:hover {
    border: 2px solid #19adcb;
    background: #19adcb;
}

/* Styling Main Content */
.content .section-header {
    text-align: center;
    padding: 100px 0 90px 0;
}
.content .section-header h3 {
    color: #326391;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
.content .section-header p {
    color: #003366;
    font-size: 17px;
    line-height: 32px;
}
.content .section-header .border-bottom,
.single-project-page .project-header .border-bottom {
    width: 44px;
    height: 3px;
    background: #326391;
    margin: 0 auto 12px auto;
}

.main-about .devices {
    position: relative;
    width: 100%;
    height: 524px;
    overflow: hidden;
}
.main-about .devices .firma,
.main-about .devices .tab {
    position: absolute;
}
.main-about .devices .firma {
    background: url(../images/firma_line.png) no-repeat;
    width: 1029px;
    height: 592px;
    padding: 0;
    overflow: hidden;
	
}
.main-about .devices .tab {
    background: url(../images/tab.png) no-repeat;
    width: 301px;
    height: 636px;
    padding: 90px 19px 91px 21px;
    overflow: hidden;
    top: 170px;
    right: 0;
}

.statistics-counter {
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 100px 0;
    text-align: center;
    background: url(../images/statistics.jpg);
    /* Parallax */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.statistics-counter .count {
    font-size: 68px;
    font-weight: 700;
    margin: 32px 0 20px 0;
}
.statistics-counter .caption {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.statistics-counter .icon {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    border: 6px solid #fff;
    border-radius: 50%;
    padding: 7px;
}

/* Styling Services */
.main-services {
    text-align: center;
    padding-bottom: 85px;
    border-bottom: 1px solid #dedede; 
}
.main-services .service a {
    text-decoration: none;
    border: 1px solid #19adcb;
    color: #19adcb;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.main-services .service a:hover {
    background: #19adcb;
    color: #fff;
}
.main-services .service a  i {
    display: inline-block;
    font-size: 28px;
    width: 80px;
    height: 80px;
    padding-top: 26px;
}
.main-services .service a  i.icon-puzzle3 {
    font-size: 44px;
    padding-top: 18px;
    margin-left: -3px;
}
.main-services .service .caption h4 {
    margin: 30px 0;
    color: #7c7c7c;
    font-size: 21px;
}
.main-services .service .text p {
    font-size: 14px;
    line-height: 21px;
    color: #7c7c7c;
}

/* Styling Latest Works */
.latest-works .container-fluid {
    padding: 0;
}
.latest-works .container-fluid .row {
    margin: 0;
}
.latest-works .container-fluid .row .col-md-2,
.latest-works .container-fluid .row .col-md-4 {
    padding: 0;
    margin: 0;
}
.latest-works .workpost figure img {
    width: 100%;
}
.latest-works .work-post .image img {
    width: 100%;
}
/* Filter Box */
.filter-box {
    margin-top: 18px;
}
.filter-box ul {
    font-size: 0;
}
.filter-box li {
    display: inline-block;
    margin-left: -1px;
}
.filter-box li a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #4e4e4e;
    padding: 9px 23px;
    border: 1px solid #dcdcdc;
    text-transform: lowercase;
}
.filter-box li a:hover,
.filter-box li a.current {
    color: #fff;
    background: #19adcb;
    border: 1px solid #19adcb;
}

/* Start Layla Effect */

/* Common style */
figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption {
    padding: 2em;
    color: #434343;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure h2 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

figure h2,
figure .links {
    margin: 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla figcaption {
    padding: 2.5em;
}

figure.effect-layla figcaption .caption-wrapper {
    position: relative;
    top: 50%;
    margin-top: -45px;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 40px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    border-top: 1px solid rgba(190, 190, 190, 0.8);
    border-bottom: 1px solid rgba(190, 190, 190, 0.8);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 20px;
    right: 40px;
    bottom: 20px;
    left: 40px;
    border-right: 1px solid rgba(190, 190, 190, 0.8);
    border-left: 1px solid rgba(190, 190, 190, 0.8);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
}
figure.effect-layla img {
    width: 100%;
}

figure.effect-layla .links {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla h2,
figure.effect-layla .links {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover .links {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.effect-layla .links .fa {
    margin-left: -6px;
    display: inline-block;
    text-align: center;
    color: #4e4e4e;
    background: #fff;
    height: 36px;
    width: 36px;
    font-size: 16px;
    padding-top: 10px;
    cursor: pointer;
}
figure.effect-layla .links .fa:hover {
    color: #19adcb;
}

/* End Layla Effect */

/* Styling Team Members */
.team {
    padding-bottom: 120px;
}
.team .section-header {
    padding-bottom: 60px;
}
.team .action {
    text-align: center;
    margin-bottom: 90px;
}
.team .action a {
    text-decoration: none;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    border: 1px solid #c5c5c5;
    padding: 21px 0;
    width: 230px;
    display: inline-block;
    margin-left: 20px;
}
.team .action a:hover {
    color: #3a424d;
    border-color: #3a424d;
}

.team .member {
    padding-right: 0;
}
.team .member .image img {
    width: 100%;
}
.team .member .details {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}
.team .member .details .name {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    color: #4e4e4e;
    margin: 21px 0;
}
.team .member .details .job {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #4e4e4e;
    margin: 0;
}

.team .member .social {
    margin-top: 25px;
}
.team .member .social a {
    display: inline-block;
    margin-right: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 2px;
    background: #dddedf;
    color: #b3b3b4;
    padding-top: 8px;
}
.team .member .social a i {
    font-size: 16px;
}
.team .member .social a:hover {
    color: #fff;
}
.team .member .social a.facebook:hover {
    background: #3554a2;
}
.team .member .social a.twitter:hover {
    background: #5fc4fe;
}
.team .member .social a.pinterest:hover {
    background: #df4e4e;
}

/* Styling Testimonials */
.main-testimonials {
    text-align: center;
    padding: 45px 0px;
    /* Parallax */
    background: url(../images/testimonials-cover.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.main-testimonials .image {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main-testimonials .image img {
    height: 128px;
    width: 128px;
    border-radius: 50%;
}
.main-testimonials .text {
    padding: 65px 0 85px 0;
}
.main-testimonials .text p {
    color: #fff;
    font-size: 21px;
    line-height: 42px;
    font-style: italic;
}
.main-testimonials .border-bottom {
    display: inline-block;
    margin-bottom: 35px;
    width: 80px;
    height: 1px;
    border-top: 1px solid #fff;
}
.main-testimonials .client {
    color: #fff;
}
.main-testimonials .client .client-name {
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}
.main-testimonials .client .client-job {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.main-testimonials .the-bullets-dots {
    margin-top: 40px;
}
.main-testimonials .the-bullets-dots li {
    display: inline-block;
    margin-right: 6px;
    z-index: 2;
}
.main-testimonials .the-bullets-dots li span {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 9px;
    background: rgba(255, 255, 255, 0.2);
}
.main-testimonials .the-bullets-dots li.active span {
    background: #fff;
}

/* Styling Offers */
.main-offer {
    padding-bottom: 80px;
    margin-bottom: 85px;
    border-bottom: 1px solid #dedede;  
}
.main-offer .offer-item {
    position: relative;    
}
.main-offer .offer-item .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #19adcb;
}
.main-offer .offer-item .icon i {
    display: inline-block;
    font-size: 35px;   
    margin-top: 3px;
}
.main-offer .offer-item .title {
    padding-left: 15px;
    margin-left: 48px;
    border-left: 1px solid #c5c5c5;
}
.main-offer .offer-item .title h6 {
    color: #4e4e4e;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
}
.main-offer .offer-item .title p {
    color: #a2a2a2;
    font-size: 14px;
}
.main-offer .offer-item .description {
    color: #4e4e4e;
    font-size: 13px;
    line-height: 21px;
    margin: 35px 0 30px 0;
}

/* Styling Screens Section */
.screens {
    padding: 38px 0 65px 0;
    border-bottom: 1px solid #dcdcdc;
}
.screens ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.screens .image-slider {
    margin-top: -38px;
}
.screens .slider-header,
.browser-header {
    width: 100%;
    height: 38px;
    padding-left: 20px;
    background: #d9d9d9;
}
.screens .slider-header .fa,
.browser-header .fa {
    position: relative;
    color: #c0c0c0;
    font-size: 14px;
    margin-right: 5px;
    top: 50%;
    margin-top: -7px; 
}
.screens .screens-slider .slide {
    margin-bottom: 20px;
}
.screens .screens-slider .slide img {
    width: 100%;
}
.screens .screens-slider .slide-arrows {
    text-align: center;
}
.screens .screens-slider .slide-arrows li {
    display: inline-block;
    margin: 0;
}
.screens .screens-slider .slide-arrows li:first-child {
    margin-right: -3px;
}
.screens .screens-slider .slide-arrows li .fa {
    cursor: pointer;
    height: 45px;
    width: 45px;
    font-size: 19px;
    color: #7c7c7c;
    background: #f0f0f0;
    text-align: center;
    padding-top: 13px;
}
.screens .screens-slider .slide-arrows li .fa:hover {
    background: #e4e4e4;
}

.screens .information .information-wrapper {
    padding-left: 30px;
}
.screens .information .information-wrapper .information-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.screens .information .information-wrapper .information-header h4 {
    color: #4e4e4e;
    font-size: 31px;
    line-height: 42px;
    text-transform: uppercase;
    margin: 0;
}
.screens .features {
    padding: 45px 0;
    color: #7c7c7c;
}
.screens .features p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.screens .features p i {
    font-size: 22px;
    display: inline-block;
    margin: -2px 5px 0 0;
}
.screens .information .information-wrapper .short-info {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 50px 0;
}
.screens .information .information-wrapper .view-portfolio {
    text-decoration: none;
    display: inline-block;
    padding: 19px 39px;
    color: #fff;
    background: #19adcb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
}
.screens .information .information-wrapper .view-portfolio:hover {
    background: transparent;
    color: #3a424d;
    border-color: #3a424d;
}

/* Styling Clients Section */
.clients .clients-carousel {
    position: relative;
    padding: 85px 0;
}
.clients .clients-carousel .tesla-carousel-items {
    overflow: hidden;
}
.clients .clients-carousel .carousel-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
}
.clients .clients-carousel .carousel-controls .fa {
    background: #e3e3e3;
    border: 2px solid transparent;
    border-radius: 2px;
    height: 60px;
    width: 60px;
    padding-top: 21px;
    font-size: 16px;
    text-align: center;
    color: #b9bbbd;
    cursor: pointer;
}
.clients .clients-carousel .carousel-controls .prev {
    float: left;
    margin-left: -120px;
}
.clients .clients-carousel .carousel-controls .next {
    float: right;
    margin-right: -120px;
}
.clients .clients-carousel .carousel-controls .fa:hover {
    border-color: #3a424d;
    background: transparent;
    color: #3a424d;
}
.clients .clients-carousel .clients-carousel-item a {
    opacity: 1;
}
.clients .clients-carousel .clients-carousel-item a:hover {
    opacity: 0.7;
}

.content .pagination {
    width: 100%;
    border-top: 3px solid #e3e3e3;
    padding-top: 2px;
    border-radius: 0;
}
.content .pagination .pages-wrapper {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
}
.content .pagination .pages-wrapper li {
    display: inline-block;
}
.content .pagination .pages-wrapper li a {
    padding: 10px 7px 0 7px;
    margin-top: -11px;
    border-top: 1px solid transparent;
    text-decoration: none;
    color: #7c7c7c;
}
.content .pagination .pages-wrapper li a.current,
.content .pagination .pages-wrapper li a:hover {
    color: #19adcb;
    border-color: #19adcb;
}
/* === END CONTENT === */

/* === START FOOTER === */
.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .upper-part {
	background: #326391;
}
.footer .upper-part .container {
    padding-top: 105px;
    padding-bottom: 135px;
    position: relative;
}
.footer .upper-part .container .expand-form {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    height: 90px;
    width: 90px;
    color: #fff;
    font-size: 40px;
    padding-top: 15px;
    margin-top: -45px;
    background: #326391;
    border: 10px solid #fff; 
    cursor: pointer;
}
.footer .upper-part hr {
	border-top: 1px solid #003366;
	margin-bottom: 3px;
	margin-top: 3px;
}
.footer .upper-part .contact-form-wrapper {
    display: none;
    margin-bottom: 100px;
}
.footer .upper-part .contact-form-wrapper .section-header {
    text-align: center;
    margin-bottom: 80px;
    color: #003366;
}
.footer .upper-part .contact-form-wrapper .section-header h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}
.footer .upper-part .contact-form-wrapper .section-header p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -5px 0 0 0;
}
.footer .upper-part .contact-form-wrapper .section-header .border-bottom {
    display: inline-block;
    width: 44px;
    height: 3px;
    background: #003366;
}

.footer .upper-part .contact-box {
	border-bottom: 1px solid #003366;
	padding-bottom: 55px;
}
.footer .upper-part .contact-box input:not(.contact-button),
.footer .upper-part .contact-box textarea {
	width: 100%;
	padding: 23px 20px;
	border: 1px solid #326391;
	background: transparent;
	color: #888888;
	font-weight: 400;
	font-style: italic;
	font-size: 21px;
}
.footer .upper-part .contact-box textarea {
	resize: none;
    height: 248px;
}
.footer .upper-part .contact-box input:not(.contact-button):focus,
.footer .upper-part .contact-box textarea:focus {
	outline: none;
	border: 1px solid #fff;
	color: #fff;
}
.footer .upper-part .contact-box .contact-button {
	margin-top: 40px;
	width: auto;
	padding: 23px 63px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
    line-height: 1em;
	letter-spacing: 0.4em;
	border: 2px solid transparent;
	color: ##003366;
	background: #2d2d2d;
}
.footer .upper-part .contact-box .contact-button:hover {
	color: #fff;
	border: 2px solid #fff;
}
.footer .upper-part .contact-box .contact-button:focus {
	outline: none;
}
.footer .upper-part .contact-form .col-md-6:first-child {
    padding-right: 3px;
}
.footer .upper-part .contact-form .col-md-6:nth-child(2) {
    padding-left: 3px;
    border-left: 1px solid ##003366;
}

.footer .contact-group .section-header h3 {
    font-size: 32px;
    color: #003366;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer .contact-group .section-header p {
    font-size: 14px;
    color: #003366;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .contact-group .body-wrapper {
    margin-top: 40px;
}
.footer .contact-group .body-wrapper p {
    margin: 0;
}
.footer .contact-group .body-wrapper .section {
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 20px 105px;
    border-bottom: 1px solid #003366;
}
.footer .contact-group .body-wrapper .location {
    padding-bottom: 0;
    border: none;
}
.footer .contact-group .body-wrapper .caption {
    font-size: 12px;
    letter-spacing: 0.4em;
    color: #99ccff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}
.footer .contact-group .body-wrapper .section-body {
    position: relative;
}
.footer .contact-group .body-wrapper .section-body i {
    position: absolute;
    top: 0;
    left: 0;
    color: #99ccff;
    font-size: 21px;
    margin-top: -4px;
}
.footer .contact-group .body-wrapper .section-body .details-wrapper {
    padding-left: 40px;
}
.footer .contact-group .body-wrapper .section-body .details-wrapper p,
.footer .contact-group .body-wrapper .section-body .details-wrapper p a {
    font-size: 12px;
    color: #eaeaea;
    text-transform: uppercase;
}
.footer .contact-group .body-wrapper .social-links {
    margin-top: 55px;
}
.footer .contact-group .body-wrapper .social-links a {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    background: #2d2d2d;
}
.footer .contact-group .body-wrapper .social-links .twitter:hover {
    background: #19adcb;
}
.footer .contact-group .body-wrapper .social-links .rss:hover {
    background: #ff6600;
}
.footer .contact-group .body-wrapper .social-links .facebook:hover {
    background: #3a5795;
}
.footer .contact-group .body-wrapper .social-links .instagram:hover {
    background: #7b4f20;
}
.footer .contact-group .body-wrapper .social-links .dribbble:hover {
    background: #ea4c89;
}
.footer .contact-group .body-wrapper .social-links a:hover .fa {
    border: 1px solid #eaeaea;
}
.footer .contact-group .body-wrapper .social-links .fa {
    color: #eaeaea;
    font-size: 18px;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #414141;
    top: 5px;
    padding-top: 11px;
}
.footer .upper-part .container .expand-form .content .iphone #contact-map{
	width: 100%;
    height: 285px;
	
}

.footer .contact-group .twitter-widget .body-wrapper .twitter li {
    position: relative;
    padding: 0 0 25px 50px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    border-bottom: 1px solid #343434;
}
.footer .contact-group .twitter-widget .body-wrapper .twitter li a {
    color: #599cc7;
    font-size: 12px;
    display: inline-block;
}
.footer .contact-group .twitter-widget .body-wrapper .twitter li .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #599cc7;
}

.footer .contact-group .flickr-widget .body-wrapper ul li {
    width: 85px;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.footer .contact-group .flickr-widget .body-wrapper ul li img {
    max-width: 100%;
}

.footer .map #map-wrapper {
    width: 100%;
    height: 285px;
}

.footer .copyrights {
	text-align: center;
	padding: 28px 0;
}
.footer .copyrights p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #616161;
}
.footer .copyrights p a {
	color: #616161;
}
.footer .copyrights p a:hover {
	color: #282828;
}
/* === END FOOTER === */

/* === START 404 PAGE === */
.page-404 .jumbotron {
    background: url(../images/404-cover.jpg) top center no-repeat;
    background-size: cover;
    margin: 0;
    text-align: center;
    padding: 265px 0 265px 0;
}
.page-404 .jumbotron .jumbotron-content {
    display: inline-block;
    padding: 0 30px;
}
.page-404 .jumbotron .jumbotron-content .oops,
.page-404 .jumbotron .jumbotron-content .border-top {
    display: inline-block;
}
.page-404 .jumbotron .jumbotron-content h1 {
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.page-404 .jumbotron .jumbotron-content h1.oops {
    margin: -34px 35px 0 35px;
}
.page-404 .jumbotron .jumbotron-content h4 {
    margin: 45px 0 65px 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.page-404 .jumbotron .search-form {
    position: relative;
    display: inline-block;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
}
.page-404 .jumbotron .search-form .search-input {
    background: transparent;
    padding: 12px 50px 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
}
.page-404 .jumbotron .search-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
}
.page-404 .jumbotron .search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
.page-404 .jumbotron .search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.page-404 .jumbotron .search-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.page-404 .jumbotron .search-form .search-input:focus {
    outline: none;
}
.page-404 .jumbotron .search-form .icon-search5,
.page-404 .jumbotron .search-form .search-submit {
    position: absolute;
}
.page-404 .jumbotron .search-form .icon-search5 {
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    padding-left: 11px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    right: 17px;
    color: #fff;
}
.page-404 .jumbotron .search-form .search-submit {
    height: 54px;
    width: 49px;
    background: transparent;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.page-404 .jumbotron .search-form .search-submit:focus,
.page-404 .jumbotron .search-form .search-submit:active {
    outline: none;
}
.page-404 .jumbotron .search-form .search-submit:hover {
    background: rgba(255, 255, 255, 0.2);
}
.page-404 .jumbotron .search-form .search-submit:hover + .icon-search5 {
    border: none;
}
/* === END 404 PAGE === */

/* === START CONTACT PAGE === */
.contact-page .content {
    background: url(../images/contact_page_cover.jpg) top center;
    background-size: cover;
}
.contact-page .content .content-wrapper {
    padding: 165px 0 200px 0;
    background: rgba(0, 0, 0, 0.5);
}
.contact-page .content .content-wrapper .contact-form .contact-form-header {
    color: #fff;
}
.contact-page .content .content-wrapper .contact-form .contact-form-header .caption {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-page .content .content-wrapper .contact-form .contact-form-header .caption h1 {
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.contact-page .content .content-wrapper .contact-form .section {
    position: relative;
    margin-top: 20px;
    padding-left: 40px;
}
.contact-page .content .content-wrapper .contact-form .section i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
.contact-page .content .content-wrapper .contact-form .section p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.contact-page .content .content-wrapper .contact-form .section p a {
    color: #fff;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body h4 {
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 18px 0 30px 0;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form {
    padding: 50px 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form input:not(.contact-button),
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea {
    width: 100%;
    padding: 17px 21px;
    background: #fff;
    border: none;
    margin-bottom: 20px;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea {
    height: 85px;
    resize: none;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form input:not(.contact-button):focus,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form textarea:focus {
    outline: none;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button {
    display: inline-block;
    background: transparent;
    padding: 17px 13px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.4em;
    border: 1px solid #000;
}
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button:hover,
.contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form .contact-button:focus {
    background: #000;
    color: #fff;
    outline: none;
}

.footer .contact-group .body-wrapper .iphone {
    display: inline-block;
    background: rgba(0, 51, 102, 0.3);
    border-radius: 4px;
    overflow: hidden;
    width: 360px;
    height: 285px;
    padding: 7px 7px 7px 7px;
}
.footer .contact-group .body-wrapper .iphone  #contact-map {
    width: 100%;
    height: 100%;
	position: relative;
	background-color: #E5E3DF;
	overflow: hidden;
}

/* === END CONTACT PAGE === */

/* === START BLOG PAGE === */
.blog-page .content {
    padding-top: 180px;
    margin-bottom: 120px;
}
.blog-page .content .post {
    margin-bottom: 60px;
}
.blog-page .content .post .image img {
    width: 100%;
}
.content .post .post-cover {
    position: relative;
    margin-bottom: 40px;
}
.content .post .post-cover img {
    width: 100%;
}
.content .post .post-cover ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content .post .post-header {
    position: relative;
    padding: 0 0 25px 86px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}
.content .post .post-header .date {
    position: absolute;
    left: 0;
    text-align: center;
    color: #19adcb;
}
.content .post .post-header .date h4 {
    margin: 0;
    font-size: 41px;
}
.content .post .post-header .date p {
    margin: -3px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
}
.content .post .post-header .details {
    padding-left: 16px;
    border-left: 1px solid #c5c5c5;
}
.content .post .post-header .details p {
    display: inline-block;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 15px 9px 0 0;
}
.content .post .post-header .details h3 {
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
}
.content .post .post-header .details h3 a {
    color: #4e4e4e;
}
.content .post .post-body .short-desc {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
}
.blog-page .content .slider-post .main-post-slider {
    position: relative;
}
.post-cover .slide-arrows {
    padding: 0;
    top: 50%;
    z-index: 2;
    margin-top: -20px;
    position: absolute;
    width: 100%;
}
.post-cover .slide-arrows li {
    display: inline-block;
}
.post-cover .slide-arrows li.slide-right {
    float: right;
}
.post-cover .slide-arrows li .fa {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding-top: 14px;
    height: 40px;
    width: 40px;
    border: none;
    text-align: center;
    cursor: pointer;
}
.post-cover .slide-arrows li .fa:hover {
    border: none;
    background: #fff;
    color: #858585;
}

/* Audio Post */
.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
div.audio-box {
  position: relative;
  background: #232323;
}
.mejs-container {
  width: 100% !important;
}
.mejs-button {
  display: table;
}
.mejs-inner {
  position: relative;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 1px 0 0 #3f3f3f;
  box-shadow: 1px 0 0 #3f3f3f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-button button:hover {
  background-color: #3d3d3d;
  opacity: 0.9;
}
.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
  width: 62px;
  height: 62px;
  top: 0;
  left: 0px;
  position: relative;
}
.mejs-controls .mejs-play button:after,
.mejs-controls .mejs-pause button:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  font-size: 1.5em;
  border-left: 1em solid #ffffff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.4em;
}
.mejs-controls .mejs-play button:focus,
.mejs-controls .mejs-pause button:focus {
    outline: none;
}
.mejs-controls .mejs-pause button:after {
  content: '';
  width: 15px;
  height: 2em;
  display: block;
  font-size: 0.75em;
  background: transparent;
  border: none;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -0.75em;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  width: 1.5em;
  height: 1.5em;
  background: url(../images/sound.png) center center no-repeat transparent;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 1.5em;
  right: 1.5em;
  z-index: 33;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.mejs-controls .mejs-mute button:hover,
.mejs-controls .mejs-unmute button:hover {
  background: url(../images/no_sound.png) center center no-repeat transparent;
}
.mejs-controls .mejs-unmute button {
  background: url(../images/no_sound.png) center center no-repeat transparent;
}
.mejs-controls .mejs-unmute button:hover {
  background: url(../images/sound.png) center center no-repeat transparent;
}
.mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mejs-controls .mejs-mute button:focus,
.mejs-controls .mejs-unmute button:focus {
    outline: none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 62px;
  width: 62px;
  background: transparent;
  -webkit-box-shadow: -1px 0 0 #3f3f3f;
  box-shadow: -1px 0 0 #3f3f3f;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 62px;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail span {
  position: absolute;
  display: block;
  height: 1.5em;
  top: 1.5em;
  left: 5.5em;
  cursor: pointer;
  background-color: #303e41;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #303e41;
  width: auto !important;
  right: 5.5em;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
  top: 0em;
  left: 0em;
  background: #204d56;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  top: 0;
  left: 0;
  background: #19adcb;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 1px;
  height: 62px;
  background-color: #303030;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 2px;
  height: 21px;
  top: 0px;
  background-color: #243f45;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  width: 33px;
  height: 23px;
  top: -3px;
  left: 0;
  margin-left: 5px;
  background: transparent;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 33px;
  display: block;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: transparent;
}

.post-cover .testimonial {
    background: #3b4765;
    color: #fff;
    padding-bottom: 40px;
}
.post-cover .testimonial h4 {
    padding: 45px 50px 50px 50px;
    margin: 0 0 24px 0;
    font-size: 21px;
    line-height: 42px;
    font-style: italic;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.post-cover .testimonial p {
    padding-left: 50px; 
    margin: 0;
}
.post-cover .testimonial p.name {
    font-size: 17px;
    font-weight: 700;
}
.post-cover .testimonial p.job {
    font-size: 14px;
}
/* === END BLOG PAGE === */

/* === START SINGLE BLOG PAGE === */
.single-post-page .content {
    padding-top: 180px;
    margin-bottom: 120px;
}
.single-post-page .content .post .post-image img {
    width: 100%;
}
.single-post-page .content .post .details h5 {
    color: #4e4e4e;
}
.single-post-page .content .post .post-body p {
    color: #949393;
    font-size: 14px;
    line-height: 21px;
}
.single-post-page .content .post .post-body .testimonial {
    border-left: 6px solid #e81d43;
    padding: 22px 0 22px 40px;
    margin: 30px 0;
}
.single-post-page .content .post .post-body .testimonial p {
    color: #3b4765;
    margin: 0;
}
.single-post-page .content .post .post-body .testimonial p.comment {
    border-bottom: 1px solid #ced1d8;
    font-size: 21px;
    line-height: 42px;
    font-style: italic;
    padding-bottom: 30px;
}
.single-post-page .content .post .post-body .testimonial p.name {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 700;
}
.single-post-page .content .post .post-body .testimonial p.job-title {
    font-size: 14px;
}
.single-post-page .content .post .post-body .features .col-xs-6:nth-child(2),
.single-post-page .content .post .post-body .features .col-xs-6:nth-child(4) {
    margin-left: -120px;
}

.single-post-page .content .post .post-body .text-image {
    padding: 45px 0;
}
.single-post-page .content .post .post-body .text-image p {
    margin: 0;
}
.single-post-page .content .post .post-body .text-image img {
    width: 100%;
}

.content .share-links {
    margin-bottom: 80px;
    padding-left: 70px;
    position: relative;
}
.share-links li {
    display: inline-block;
}
.content .share-links li:first-of-type {
    position: absolute;
    left: 0;
}
.content .share-links li p {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 32px;
    margin: 13px 20px 0 0;
}
.content .share-links li .fa {
    display: inline-block;
    margin-right: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 21px;
    color: #fff;
    opacity: 0.7;
}
.content .share-links li .fa:hover {
    opacity: 1;
}
.content .share-links li a.facebook .fa {
    background: #2f5082;
}
.content .share-links li a.twitter .fa {
    background: #5ab0d8;
}
.content .share-links li a.pinterest .fa {
    background: #d03333;
}
.content .share-links li a.dribbble .fa {
    background: #ce0677;
}
.content .share-links li a.instagram .fa {
    background: #74442f;
}

.content .project-pagination {
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 90px;
    border-top: 1px solid #dcdcdc;
}
.content .project-pagination a {
    color: #000;
    font-size: 21px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}
.content .project-pagination span {
    display: inline-block;
    height: 21px;
    width: 1px;
    border-left: 1px solid #000;
    margin: 5px 15px 0 15px;
}
.content .project-pagination a:hover {
    color: #19adcb;
    border-color: #19adcb;
}
.content .project-pagination a .fa {
    font-size: 16px;
    margin-top: 4px;
}
.single-post-page .content .related-projects h3 {
    color: #4e4e4e;
    font-size: 31px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.single-post-page .content .related-projects li {
    display: inline-block;
    margin-right: 20px;
}

.comments-area {
    padding-top: 60px;
}

.comments-area .respond-area {
    background: #fafafa;
    padding: 25px 50px 30px 50px;
    margin-bottom: 80px;
}
.comments-area .respond-area h4 {
    color: #4e4e4e;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
.comments-area .comment-form .comments-line,
.comments-area .comment-form .comments-linearea {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    font-style: italic;
}
.comments-area .comment-form .comments-linearea {
    margin-bottom: 15px;
    height: 130px;
}
.comments-area .comment-form .comments-line.active {
    color: #878787;
    background: #e1e1e1;
    border-color: transparent;
}
.comments-area .comment-form .comments-line:focus,
.comments-area .comment-form .comments-linearea:focus {
    outline: none;
}
.comments-area .comment-form .comments-line ::-webkit-input-placeholder,
.comments-area .comment-form .comments-linearea ::-webkit-input-placeholder { /* WebKit browsers */
    color: #c3c3c3;
}
.comments-area .comment-form .comments-line:-moz-placeholder,
.comments-area .comment-form .comments-linearea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c3c3c3;
   opacity: 1;
}
.comments-area .comment-form .comments-line ::-moz-placeholder,
.comments-area .comment-form .comments-linearea ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #c3c3c3;
   opacity: 1;
}
.comments-area .comment-form .comments-line :-ms-input-placeholder,
.comments-area .comment-form .comments-linearea :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #c3c3c3;
}

.comments-area .ul-comments .comment {
    margin-bottom: 40px;
}
.comments-area .ul-comments .comment h4 {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}
.comments-area .ul-comments .comment p.date {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
}
.comments-area .ul-comments .comment p.message {
    color: #949393;
    font-size: 13px;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
}
.comments-area .ul-comments .comment.reply-comment {
    margin-top: 40px;
}
.comments-area .ul-comments .comment .comment-avatar {
    width: 64px;
    height: 64px;
    overflow: hidden;
}
.comments-area .ul-comments .comment.has-reply > .comment-avatar {
    border-bottom: 1px solid #c9c9c9;
    height: 84px;
    width: 100%;
}
.comments-area .ul-comments .comment .comment-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 2px;
}
.comments-area .ul-comments .comment .comment-reply {
    text-decoration: none;
    text-transform: uppercase;
    background: #efefef;
    color: #bebebe;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 18px;
}
.comments-area .ul-comments .comment .comment-reply:hover {
    background: #d1eff5;
    color: #19adcb;
}
/* === END SINGLE BLOG PAGE === */

/* === START ABOUT PAGE === */
.about-page .jumbotron-wrapper {
    background: url(../images/about-cover.jpg) top center;
    background-size: cover;
}
.jumbotron-wrapper .jumbotron {
    background: rgba(0, 0, 0, 0.37);
    padding: 205px 0 300px 0;
    margin: 0;
    text-align: center;
    color: #fff;
}
.jumbotron-wrapper .jumbotron .icon i {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 18px;
    padding-top: 9px;
    margin-bottom: 40px;
}
.jumbotron-wrapper .jumbotron h1 {
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -33px 30px 0 30px;
}
.jumbotron-wrapper .jumbotron h1,
.jumbotron-wrapper .jumbotron .border-top {
    display: inline-block;
}

.about-page .content .history-skills .section-header {
    text-align: left;
    padding: 90px 0 45px 0;
}
.about-page .content .history-skills .section-header .border-bottom {
    margin: 0;
}
.about-page .content .history-skills p {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 32px;
}

.about-page .content .history-skills .skills .bar-main-container {
    margin-bottom: 23px;
}
.about-page .content .history-skills .skills .bar-container {
    height: 16px;
    border-radius: 2px;
    background: #dbdbdb;
    position: relative;
}
.about-page .content .history-skills .skills .bar-container .bar {
    height: 100%;
    border-radius: 2px;
    background: #19adcb;
}
.about-page .content .history-skills .skills .bar-container .bar-percentage {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -31px;
    color: #4e4e4e;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
}
.about-page .content .history-skills .skills .entry-title {
    color: #4e4e4e;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-page .content .team .member {
    margin-bottom: 95px;
}

.about-page .content .pricing {
    margin-top: -100px;
    background: url(../images/pricing-pattern.jpg);
}
.about-page .content .pricing .section-header h3,
.about-page .content .pricing .section-header p {
    color: #fff;
}
.about-page .content .pricing .section-header .border-bottom {
    background: #fff;
}
.about-page .content .pricing .section-header .prices {
    margin-top: 50px;
}
.about-page .content .pricing .section-header .prices a {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
.about-page .content .pricing .section-header .prices .fa {
    color: #fff;
    margin: 1px 7px 0 7px;
}
.about-page .content .pricing .body-wrapper {
    background: rgba(255, 255, 255, 0.05);
    padding: 85px 0 150px 0;
    overflow: hidden;
}
.about-page .content .pricing .body-wrapper .pricing-item {
    text-align: center;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-header {
    background: rgba(0, 0, 0, 0.3);
    padding: 23px 0;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-header h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
} 
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-header p {
    font-size: 14px;
    color: #fff;
    vertical-align: bottom;
    margin: 0;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-header p strong {
    color: #e26262;
    font-size: 16px;
    vertical-align: bottom;
    font-weight: 800;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body {
    padding-bottom: 50px;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body p {
    margin: 0;
    color: #fff;
    padding: 15px 0;
} 
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body a {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 16px 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body p:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}
.about-page .content .pricing .body-wrapper .pricing-item .pricing-item-body p:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .content .pricing .body-wrapper .basic-pack {
    background: #674172;
}
.about-page .content .pricing .body-wrapper .standart-pack {
    background: #e26262;
}
.about-page .content .pricing .body-wrapper .vip-pack {
    background: #4283d7;
}
/* === END ABOUT PAGE === */

/* === START SINGLE PROJECT PAGE === */
.single-project-page .content {
    padding-bottom: 200px;
}
.portfolio-page .jumbotron-wrapper,
.single-project-page .jumbotron-wrapper {
    background: url(../images/single-project-page-cover.jpg) top center;
    background-size: cover;
}
.portfolio-page .jumbotron-wrapper .jumbotron,
.single-project-page .jumbotron-wrapper .jumbotron {
    background: transparent;
}
.single-project-page .project-header {
    text-align: center;
    padding: 60px 0;
}
.single-project-page .project-header .icon-cross {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 24px;
    padding: 10px;
    border: 4px solid #000;
}
.single-project-page .project-header .icon-cross i {
    position: absolute;
    width: 5px;
    height: 4px;
    background: #fff;
}
.single-project-page .project-header .icon-cross i:nth-child(1) {
    top: 0;
    left: 0;
    margin-top: -4px;
}
.single-project-page .project-header .icon-cross i:nth-child(2) {
    top: 0;
    right: 0;
    margin-top: -4px;
}
.single-project-page .project-header .icon-cross i:nth-child(3) {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
}
.single-project-page .project-header .icon-cross i:nth-child(4) {
    bottom: 0;
    right: 0;
    margin-bottom: -4px;
}
.single-project-page .project-header h2 {
    color: #4e4e4e;
    font-size: 32px;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
}
.single-project-page .project-header .border-bottom {
    margin-bottom: 40px;
}
.single-project-page .project-header hr {
    margin: 0 0 16px 0;
    border-color: #4e4e4e;
}
.single-project-page .project-header .details p {
    display: inline-block;
    margin: 0 16px 0 0;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}
.single-project-page .project-body .image img  {
    width: 100%;
    margin-bottom: 60px;
}
.single-project-page .project-body p {
    color: #4e4e4e;
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 40px 0;
}
.single-project-page .content .project-pagination {
    margin-bottom: 75px;
}
.single-project-page .content .related-projects {
    text-align: center;
}
.single-project-page .content .related-projects h3 {
    margin: 0 0 60px 0;
    color: #4e4e4e;
    font-size: 32px;
    text-transform: uppercase;
}
/* === END SINGLE PROJECT PAGE === */

/* START PORTFOLIO PAGES */
.portfolio-page .content {
    padding-bottom: 100px;
}
.portfolio-page .pagination {
    margin-top: 60px;
}
.portfolio-page .pagination > .container {
    padding: 0;
    width: 100%;
    text-align: center;
}
.portfolio-page .filter-box {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
    margin-top: 60px !important;
    margin-bottom: 40px;
}

.portfolio-page .portfolio-post {
    margin-bottom: 20px;
}
.portfolio-page .portfolio-post {
    padding: 0 10px;
} 
.portfolio-page .portfolio-post figure img {
    width: 100%;
}
/* END PORTFOLIO PAGES */

/* === START SERVICES PAGE === */
.services-page .content {
    padding-bottom: 160px;
}
.services-page .jumbotron-wrapper {
    background: url(../images/services-page-cover.jpg) top center;
    background-size: cover;
}
.services-page .jumbotron-wrapper .jumbotron {
    background: transparent;
}
.services-page .content .offer {
    border: 0;
}
.content .services {
    border: 0;
    background: url(../images/services_background.jpg) top center;
    background-size: cover;
    color: #fff;
    padding: 0;
    overflow: hidden;
}
.content .services .services-wrapper {
    background: rgba(0, 51, 51, 0.5);
    padding: 150px 0;
}
.content .services .services-wrapper .services-left {
    text-align: right;
}
.content .services .services-wrapper .services-right {
    text-align: left;
}
.content .services .services-wrapper .services-item {
    position: relative;
    margin-bottom: 65px;
}
.content .services .services-wrapper .services-item:last-of-type {
    margin: 0;
}
.content .services .services-wrapper .services-item i {
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 26px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    padding-top: 22px;
    top: 0;
}
.content .services .services-wrapper .services-item i.icon-cup12 {
    font-size: 18px;
    padding-top: 26px;
}
.content .services .services-wrapper .services-left .services-item {
    padding-right: 90px;
}
.content .services .services-wrapper .services-right .services-item {
    padding-left: 90px;
}
.content .services .services-wrapper .services-left .services-item i {
    right: 0;
}
.content .services .services-wrapper .services-right .services-item i {
    left: 0;
}
.content .services .services-wrapper .services-item .services-item-header h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 14px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content .services .services-wrapper .services-item p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.content .services .services-wrapper .container {
    position: relative;
}
.content .services .services-wrapper .container .phone-wrapper {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -179px;
}
.content .services .services-wrapper .container .phone-wrapper  img {
    width: 100%;
}

.content .testimonials-partners .testimonials-block ul {
    margin: 0;
    list-style-type: none;
    border-right: 1px solid #dedede;
    padding-right: 10px;
    height: 590px;
    overflow: auto;
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c5c5c5 !important;
    width: 12px;
    border-radius: 0;
}

.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
    width: 12px;
}

.mCSB_draggerRail {
    background: #f0f0f0 !important;
    width: 12px !important;
    border-radius: 0 !important;
}

.content .testimonials-partners .testimonials-block .testimonial {
    position: relative;
    margin-bottom: 100px;
    padding-left: 110px;
}
.content .testimonials-partners .testimonials-block .testimonial:last-of-type {
    margin: 0;
    padding-bottom: 5px;
}
.content .testimonials-partners .testimonials-block .testimonial .image {
    position: absolute;
    top: 0;
    left: 0;
}
.content .testimonials-partners .testimonials-block .testimonial .image img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header {
    margin: 0 0 25px 0;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #c5c5c5;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header .name {
    display: inline-block;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 18px;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.content .testimonials-partners .testimonials-block .testimonial .testimonial-header .name strong {
    font-size: 17px;
}
.content .testimonials-partners .testimonials-block .testimonial p.message {
    margin: 0;
    color: #4e4e4e;
    font-size: 21px;
    line-height: 42px;
    font-style: italic;
}

.content .testimonials-partners .partners .partners-wrapper {
    position: relative;
}
.content .testimonials-partners .partners .partners-wrapper .partners-header {
    padding-bottom: 21px;
    border-bottom: 1px solid #c5c5c5;
}
.content .testimonials-partners .partners .partners-wrapper .partners-header h3 {
    margin: 0;
    color: #4e4e4e;
    font-size: 32px;
    text-transform: uppercase;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel {
    overflow: hidden;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls {
    position: absolute;
    top: 0;
    right: 0;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa {
    display: inline-block;
    height: 43px;
    width: 46px;
    color: #7c7c7c;
    background: #f0f0f0;
    font-size: 19px;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    margin-left: -4px;
}
.content .testimonials-partners .partners .partners-wrapper .partners-carousel .carousel-controls .fa:hover {
    background: #e4e4e4;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item {
    text-align: center;
    width: 100%;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a {
    opacity: 1;
}
.content .testimonials-partners .partners .partners-wrapper .clients-carousel-item a:hover {
    opacity: 0.7;
}
/* === END SERVICES PAGE === */

/* === START TEAM PAGE === */
.team-page .jumbotron-wrapper {
    background: url(../images/team-page-cover.jpg) top center;
    background-size: cover;
}
.team-page .jumbotron-wrapper .jumbotron {
    background: transparent;
}

.team-page .content .team .member {
    margin-bottom: 95px;
}

.how-we-work {
    padding: 0 0 85px 0;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.content .how-we-work .col-md-3 {
    padding: 0;
}
.how-we-work .icon-wrapper {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 9px solid #dff3f8;
}
.how-we-work .icon-wrapper .icon {
    display: inline-block;
    cursor: pointer;
    height: 180px;
    width: 180px;
    border-radius: 25px;
    background: #d1eff5;
    color: #19adcb;
    border: 3px solid transparent;
    font-size: 38px;
    padding-top: 71px;
}
.how-we-work .icon-wrapper .icon:hover {
    background: #fff;
    border-color: #19adcb;
}
.how-we-work .icon-wrapper .fa-long-arrow-right {
    position: absolute;
    color: #19adcb;
    font-size: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: 35px;
}
.how-we-work .icon-wrapper .fa-caret-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 -22px -6px;
    font-size: 20px;
    color: #dff3f8;
}
.how-we-work .work-item h5 {
    color: #19adcb;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 40px 0 25px 0;
}
.how-we-work .work-item p {
    margin: 0;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    padding: 0 15px;
}

.team-page .content .team .become-member .wrapper {
    cursor: pointer;
    text-align: center;
    background: #dddedf;
}
.team-page .content .team .become-member .wrapper:hover a {
    opacity: 1;
}
.team-page .content .team .become-member .wrapper:hover .new-member {
    margin-top: -104px;
}
.team-page .content .team .become-member .wrapper .new-member {
    position: relative;
    display: inline-block;
    top: 50%;
    margin-top: -80px;
}
.team-page .content .team .become-member .wrapper img,
.team-page .content .team .become-member .wrapper a {
    display: block;
}
.team-page .content .team .become-member .wrapper img {
    max-width: 100%;
    margin: 0 auto 30px auto;
}
.team-page .content .team .become-member .wrapper a {
    color: #a5a5a5;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
}
.team-page .content .team .become-member .wrapper a:hover {
    opacity: 0.7;
}

.team-page .content .gallery {
    margin-top: -95px;
    padding-bottom: 170px;
    background: url(../images/team-page-gallery-cover.jpg) top center;
    background-size: cover;
}
.team-page .content .gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.team-page .content .gallery .section-header h3,
.team-page .content .gallery .section-header p {
    color: #fff;
}
.team-page .content .gallery .section-header .border-bottom {
    background: #fff;
}
.team-page .content .gallery .slide .project-details {
    padding-left: 45px;
}
.team-page .content .gallery .slide .project-details h4,
.team-page .content .gallery .slide .project-details p {
    color: #fff;
}
.team-page .content .gallery .slide .project-details h4 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 25px 0;
}
.team-page .content .gallery .slide .project-details h4.date {
    margin-bottom: 50px;
}
.team-page .content .gallery .slide .project-details p {
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 40px 0;
}
.team-page .content .gallery .slide .project-details p:last-of-type {
    margin: 0;
}
.team-page .content .gallery #slider .flex-direction-nav {
    display: none;
}
.team-page .content .gallery #slider .slide img {
    width: 100%;
}
.team-page .content .gallery #slider .project-image-and-share {
    position: relative;
}
.team-page .content .gallery #slider .project-image-and-share .slider-share-links {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
}
.team-page .content .gallery #slider .project-image-and-share .slider-share-links li {
    margin-bottom: 5px;
}
.team-page .content .gallery #slider .project-image-and-share .slider-share-links a {
    text-decoration: none;
}
.team-page .content .gallery #slider .project-image-and-share .slider-share-links a .fa {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #4e4e4e;
    background: #fff;
    width: 50px;
    height: 50px;
    padding-top: 16px;
}
.team-page .content .gallery #slider .project-image-and-share .slider-share-links a .fa:hover {
    background: #4e4e4e;
    color: #fff;
}
.team-page .content .gallery #carousel {
    position: relative;
}
.team-page .content .gallery #carousel li {
    position: relative;
}
.team-page .content .gallery #carousel li .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.team-page .content .gallery #carousel li .hover:hover {
    background: rgba(0, 0, 0, 0.2);
}
.team-page .content .gallery #carousel img {
    width: 100%;
}
.team-page .content .gallery #carousel .flex-direction-nav li {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.team-page .content .gallery #carousel .flex-direction-nav li:first-of-type {
    left: 20px;
}
.team-page .content .gallery #carousel .flex-direction-nav li:last-of-type {
    left: 100%;
    margin-left: -66px;
}
.team-page .content .gallery #carousel .flex-direction-nav a {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    height: 43px;
    width: 46px;
    text-indent: -99px;
}
.team-page .content .gallery #carousel .flex-direction-nav a:focus {
    outline: none;
}
.team-page .content .gallery #carousel .flex-direction-nav a:hover {
    opacity: 1;
}
.team-page .content .gallery #carousel .flex-direction-nav a.flex-prev {
    background: url(../images/slider-prev.png) no-repeat;
}
.team-page .content .gallery #carousel .flex-direction-nav a.flex-next {
    background: url(../images/slider-next.png) no-repeat;
}
.team-page .content .gallery .slider-controls {
    clear: both;
}
/* === END TEAM PAGE === */

/* === START SIDEBAR === */
.sidebar .search-form {
    margin-bottom: 35px;
    background: #000;
    padding: 5px;
}
.sidebar .search-form form {
    position: relative;
    width: 100%;
}
.sidebar .search-form form .search-input {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    font-style: italic;
    padding: 10px 55px 10px 12px;
}
.sidebar .search-form form .search-input:focus {
    outline: none;
}
.sidebar .search-form form .icon-search5,
.sidebar .search-form form .search-submit {
    position: absolute;
}
.sidebar .search-form form .search-submit {
    top: 0;
    right: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.sidebar .search-form form .search-submit:hover {
    background: rgba(255, 255, 255, 0.3);
}
.sidebar .search-form form .search-submit:hover + .icon-search5 {
    border: 0;
}
.sidebar .search-form form .search-submit:active,
.sidebar .search-form form .search-submit:focus {
    outline: none;
}
.sidebar .search-form form .icon-search5 {
    color: #fff;
    font-size: 20px;
    top: 15px;
    right: 15px;
    padding-left: 13px;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.sidebar .widget {
    border-top: 4px solid #19adcb;
    margin-bottom: 35px;
}
.sidebar .widget h5 {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 12px 0 30px 0;
    text-transform: uppercase;
}

.sidebar .widget-social-buttons p {
    color: #afafaf;
    font-size: 12px;
    margin: -22px 0 8px 0;
}
.sidebar .widget-social-buttons li {
    display: inline-block;
}
.sidebar .widget-social-buttons li a {
    display: inline-block;
}
.sidebar .widget-social-buttons li a .fa {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
    border-radius: 2px;
    opacity: 1;
}
.sidebar .widget-social-buttons li a .fa:hover {
    opacity: 0.7;
}
.sidebar .widget-social-buttons li a .fa.facebook {
    background: #1a469e;
}
.sidebar .widget-social-buttons li a .fa.twitter {
    background: #7abcd7;
}
.sidebar .widget-social-buttons li a .fa.pinterest {
    background: #e81d43;
}
.sidebar .widget-social-buttons li a .fa.gplus {
    background: #f24747;
}
.sidebar .widget-social-buttons li a .fa.dribbble {
    background: #cf0786;
}
.sidebar .widget-social-buttons li a .fa.instagram {
    background: #4887c7;
}

.sidebar .widget-tags li {
    display: inline-block;
    margin-right: -4px;
}
.sidebar .widget-tags li a {
    text-decoration: none;
    display: inline-block;
    color: #818789;
    background: #eaeaea;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}
.sidebar .widget-tags li a:hover {
    background: #19adcb;
    color: #fff;
}

.sidebar .widget-accordion .panel {
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin-bottom: 5px;
}
.sidebar .widget-accordion .panel-heading {
    padding: 14px 19px;
}
.sidebar .widget-accordion .panel-heading {
    background: #fff;
    border-radius: 0;
    border: 0;
}
.sidebar .widget-accordion .panel-title a {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.sidebar .widget-accordion .panel-title .fa {
    float: right;
    border-radius: 2px;
    background: #c1c1c1;
    color: #fff;
    font-size: 12px;
    height: 22px;
    width: 22px;
    text-align: center;
    padding-top: 6px;
    margin-top: -2px;
    cursor: pointer;
}
.sidebar .widget-accordion .panel-title .fa:hover {
    background: #19adcb;
}
.sidebar .widget-accordion .panel-body p {
    font-size: 13px;
    line-height: 21px;
    color: #4e4e4e;
    margin: 0;
}

.sidebar .widget-flickr li {
    display: inline-block;
    margin: 0 2px 5px 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.sidebar .widget-flickr li a {
    margin: 0;
}
.sidebar .widget-flickr li img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 3px;
}

.sidebar .widget-categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar .widget-categories .fa {
    margin: 4px 9px 0 0;
    display: none;
}
.sidebar .widget-categories li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.sidebar .widget-categories li:last-child {
    border: none;
}
.sidebar .widget-categories li a {
    text-decoration: none;
    color: #acacac;
    font-size: 17px;
    line-height: 24px;
}
.sidebar .widget-categories li a:hover {
    color: #19adcb;
    padding-left: 20px;
}
.sidebar .widget-categories li a:hover .fa {
    display: inline-block;
}
.sidebar .widget-categories li .item-count {
    display: inline-block;
    float: right;
    background: #efefef;
    color: #939393;
    text-align: center;
    font-size: 12px;
    width: 30px;
    height: 18px;
    border-radius: 7px;
    margin-top: 4px;
}

.sidebar .widget-twitter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar .widget-twitter li {
    position: relative;
    padding-left: 80px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.sidebar .widget-twitter li:last-child {
    border: 0;
    margin: 0;
    padding-bottom: 0;
}
.sidebar .widget-twitter li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.sidebar .widget-twitter li .user a {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 18px;
}
.sidebar .widget-twitter li p {
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    margin: 0;
}
.sidebar .widget-twitter li p strong {
    color: #c44a4a;
}
.sidebar .widget-twitter li span {
    font-size: 12px;
    color: #a2a2a2;
}

.sidebar .post-feed ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar .post-feed .widget {
    border: 0;
}
.sidebar .post-feed .widget .tab_nav {
    margin-bottom: 20px;
}
.sidebar .post-feed .widget ul.tab_nav {
    width: 100%;
    height: 63px;
    background: #41475d;
    text-align: center;
    padding-top: 9px;
}
.sidebar .post-feed .widget ul.tab_nav li {
    display: inline-block;
}
.sidebar .post-feed .widget ul.tab_nav li:hover a {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.sidebar .post-feed .widget ul.tab_nav li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #7f828e;
    padding: 15px;
    display: inline-block;
}
.sidebar .post-feed .widget ul.tab_nav li.active a {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.sidebar .post-feed .widget .tab-content li.post {
    position: relative;
    padding: 0 0 20px 120px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.sidebar .post-feed .widget .tab-content li.post:last-child {
    border: 0;
    margin-bottom: 0;
}
.sidebar .post-feed .widget .tab-content li.post img {
    top: 0;
    left: 0;
    position: absolute;
    width: 107px;
    height: 107px;
}
.sidebar .post-feed .widget .tab-content li.post .details .caption {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 5px 0;
}
.sidebar .post-feed .widget .tab-content li.post .details .date {
    color: #a2a2a2;
    font-size: 12px;
}
.sidebar .post-feed .widget .tab-content li.post .details a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: #19adcb;
    padding: 8px 10px;
}
.sidebar .post-feed .widget .tab-content li.post .details a:hover {
    background: rgba(25, 173, 203, 0.6);
}
/* === END SIDEBAR === */

/* === START RESPONSIVE === */
@media (max-width: 1435px) {
    .clients .clients-carousel .carousel-controls {
        position: relative;
        top: 0;
        margin: -25px 0 35px 0;
    }
    .clients .clients-carousel .carousel-controls .next,
    .clients .clients-carousel .carousel-controls .prev {
        float: none;
        margin: 0;
    }
    .clients .clients-carousel .carousel-controls .next {
        margin-left: 25px;
    }
}
@media (min-width: 1200px) {
    /* == START BLOG PAGE == */
    .blog-page .content .main-content,
    .single-post-page .content .main-content {
        padding-right: 15px;
    }

    /* START TEAM PAGE */
    .how-we-work .icon-wrapper .fa-long-arrow-right {
        margin-left: 43px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    /* == START HEADER == */
    .header .menu .main-nav ul {
        margin-right: 30px;
    }
    .header .menu .main-nav > ul > li {
        margin-left: 20px;
    }

    /* == START SIDEBAR == */
    .sidebar .social-buttons li {
        margin-bottom: 4px;
    }
    .sidebar .post-feed .widget ul.tab_nav li a {
        padding: 15px 5px 15px 5px;
    }
    .sidebar .post-feed .widget .tab-content li.post {
        padding: 0 0 20px 108px;
    }
    .sidebar .post-feed .widget .tab-content li.post img {
        width: 95px;
        height: 95px;
    }
    .sidebar .widget-social-buttons li {
        margin-bottom: 5px;
    }

    /* == START TEAM PAGE == */
    .how-we-work .icon-wrapper .fa-long-arrow-right {
        margin-left: 21px;
    }

    /* == START SERIVCES PAGE == */
    .content .services .services-wrapper .container .phone-wrapper {
        width: 320px;
        margin-left: -160px;
    }
}
@media (max-width: 1200px) {
    /* == START MAIN PAGE == */
    .content .devices .macbook {
        left: -85px;
    }
}
@media (max-width: 991px) {
    /* == START BLOG PAGE == */
    .content .sidebar {
        padding-top: 70px;
    }
    .content .pagination {
        text-align: center;
    }

    /* == ABOUT PAGE == */
    .about-page .content .pricing .body-wrapper .pricing-item {
        margin-bottom: 30px;
    }
    .about-page .content .pricing .body-wrapper .pricing-item:last-of-type {
        margin: 0;
    }

    /* == START HEADER == */
    .header .logo {
        position: absolute;
        left: 50%;
        margin-left: -113px;
    }
    .main-nav > ul {
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        position: fixed;
        top: 0;
        left: -280px;
        height: 100%;
        width: 250px;
        z-index: 99;
        background: #222;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        padding: 40px 0 40px 0;
    }
    .main-nav > ul.mobile-navigation {
        left: 0;   
    }
    .header .menu .main-nav ul {
        margin: 0;
    }
    .header .menu .main-nav li {
        display: block;
    }
    .header .menu .main-nav > ul > li {
        margin: 0;
    }
    .header .menu .main-nav > ul > li > a {
        color: #fff;
    }
    .header .menu .main-nav a {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 15px 30px;
    }
    .header .menu .main-nav li.active > a,
    .header .menu .main-nav li a:hover {
        background: rgba(0, 0, 0, 0.15);
        color: #fff;
    }
    .header .menu .main-nav .nested-list li:hover {
        background: none;
    }
    .header .menu .main-nav .nested-list {
        display: block;
        position: inherit;
        padding: 0;
    }
    .header .menu .main-nav .nested-list li a {
        text-transform: capitalize;
    }
    .header .menu .main-nav li.has-nested .nested-level-2 {
        left: 15px;   
    }
    .header .menu .main-nav li.has-nested:hover a {
        color: #fff;
    }
    .header .menu .main-nav .nested-list li {
        width: 100%;
        padding: 0;
        border: 0;
        background: none;
        text-transform: uppercase;
    }
    .header .menu .main-nav .nested-list li a {
        color: #fff;
    }
    .header .menu .main-nav .nested-list li a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.15);
    }

    /* == START MAIN PAGE == */
    .main-services .service {
        margin-bottom: 50px;
    }
    .main-services .service:last-of-type {
        margin-bottom: 0;
    }

    .main-page .team .member {
        margin-bottom: 30px;
    }

    .offer .offer-item {
        margin-bottom: 60px;
    }

    .screens .screens-slider {
        margin-bottom: 60px;
    }

    /* == START SERVICES PAGE == */
    .main-offer .col-xs-12:not(:nth-child(3)):not(:nth-child(4)) {
        margin-bottom: 65px;
    }

    .content .services {
        text-align: center;
    }
    .content .services .services-wrapper .container .phone-wrapper {
        position: relative;
        display: inline-block;
        left: auto;
        margin: 0;
    }
    .content .services .services-wrapper .services-left {
        margin-bottom: 80px;
    }

    .services-page .content .testimonials-partners .testimonials-block ul {
        border: none;
        margin-bottom: 100px;
        padding-right: 35px;
    }
    .services-page .content .testimonials-partners .testimonials-block .testimonial {
        margin-bottom: 50px;
    }

    /* == START TEAM PAGE == */
    .how-we-work .work-item {
        margin-bottom: 40px;
    }
    .how-we-work .work-item:last-of-type {
        margin: 0;
    }

    .team-page .content .gallery #slider .project-image-and-share .slider-share-links {
        right: 0;
    }
    .team-page .content .gallery .slide .project-details {
        padding: 45px;
    }

    /* == START FOOTER == */
    .footer .upper-part .contact-form .col-md-6:first-child {
        padding-right: 15px;
    }
    .footer .upper-part .contact-form .col-md-6:nth-child(2) {
        padding-left: 15px;
        border: none;
    }
    .footer .widget {
        margin-bottom: 60px;
    }
    .footer .widget:last-of-type {
        margin: 0;
    }

    /* START SINGLE PROJECT PAGE */
    .content .related-projects .related-project:not(:last-child) {
        margin-bottom: 30px;
    }

    /* START CONTACT PAGE */
    .content .map-wrapper {
        text-align: center;
        margin-bottom: 70px;
    }

}
@media (min-width: 992px) {
    /* == START HEADER == */
    .header .menu .main-nav .right-box,
    .header .menu .main-nav ul {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    /* == MAIN STYLING == */
    .main-slider .slide .container {
        padding: 200px 0 150px 0;
    }

    .team .member {
        padding-right: 15px;
    }

    .jumbotron-wrapper .jumbotron {
        padding: 205px 0 195px 0;   
    }

    /* == START MAIN PAGE == */    
    .statistics-counter .col-xs-6 {
        margin-bottom: 60px;
    }

    /* == START BLOG PAGE == */
    .single-post-page .content .post .post-body .text-image .image {
        margin-top: 40px;
    }
    .single-post-page .post-image {
        margin: 0 -15px 40px -15px; 
    }
    .content .post-cover {
        margin: 0 -15px 40px -15px;
    }
    .single-post-page .related-projects .related-post {
        margin-bottom: 30px;
    }
    .single-post-page .related-projects .related-post:last-of-type {
        margin: 0;
    }
    .content .share-links li {
        margin-bottom: 9px;
    }
    .single-post-page .content .post .post-body .features .col-xs-6:nth-child(2),
    .single-post-page .content .post .post-body .features .col-xs-6:nth-child(4) {
        margin: 0;
    }

    /* == START SERVICES PAGE == */
    .main-offer .col-xs-12 {
        margin-bottom: 65px;
    }

    .services-page .content .testimonials-partners .testimonials-block .testimonial {
        padding-left: 10px;
    }
    .services-page .content .testimonials-partners .testimonials-block .testimonial .testimonial-header {
        margin-left: 110px;
    }
    .services-page .content .testimonials-partners .testimonials-block .testimonial .message {
        padding-top: 10px;
    }

    /* == START CONTACT PAGE == */
    .contact-page .content .content-wrapper .contact-form .contact-form-body .contact-form {
        padding: 42px 25px;
    }
}
@media (max-width: 500px) {
    /* == START HEADER == */
    .header .logo {
        margin: 5px 0 0 -90px;
    }
    .header .logo img {
        width: 180px;
    }

    /* == START MAIN PAGE == */
    .main-slider .slide .container .view {
        margin-right: 0;
    }
    .team .action a:first-child {
        margin-bottom: 20px;
    }

    .jumbotron-wrapper .jumbotron h1 {
        font-size: 36px;
    }
    .main-slider .slide .container h1 {
        font-size: 42px;
    }
    .main-slider .slide .container p {
        font-size: 28px;
    }
    .statistics-counter .col-xs-6 {
        width: 100%;
    }

    /* CONTACT PAGE */
    .contact-page .content .map-wrapper {
        padding: 0;
    }
    .contact-page .content .map-wrapper .iphone {
        padding: 96px 0 112px 0;
        width: 100%;
        height: 285px;
        background-position: top center;
    }

    /* 404 PAGE */
    .page-404 .jumbotron .search-form {
        width: 200px;
    }
    .page-404 .jumbotron .search-form .search-input {
        width: 100%;
    }
    .page-404 .jumbotron .jumbotron-content h1 {
        font-size: 36px;
    }

    /* Parallax Fix */
    .statistics-counter,
    .main-testimonials {
        background-position: center;
        background-attachment: inherit;
    }
}
/* === END RESPONSIVE === */