/*
    Template Name: Vicenza
    Theme URI: http://illyrianthemes.com/demo/vicenza
    Description: Vicenza - Multipurpose Template by Illyrianthemes
    Author: Illyrianthemes
    Author URI: http://illyrianthemes.com
    Version: 1.0
    License: General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
    Text Domain: vicenza
*/

/* -----------------------------------
   1. Globally Applied Styles
   2. Header + Mobile Menu
   3. Home Sections
   4. Blog + Blog Single
   5. Services
   6. Portfolio + Portfolio Single
   7. Clients
   8. Team
   9. Testimonials
   10. Contact
   11. Footer
   12. Responsivity Media Queries
   ----------------------------------- */

/* --------------------------
   1. Globally Applied Styles
    -------------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
a {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    height: auto;
   /* margin-top: 50px;*/
    /*background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll left top;*/
    background-image: url(../images/bg.png);
    background-attachment: fixed;
}

/*=========SITE-LOADER=========*/

.site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999999999999;
}

.spinner {
    width: 70px;
    height: 70px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg)
    }
}

@keyframes rotateplane { 
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*=========SITE-LOADER=========*/

.mtn body {
    margin-top: 0
}

.title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    color: #686868;
    letter-spacing: 8px;
    font-family: 'Raleway', sans-serif;
    padding: 80px 0 50px 0;
}

.title span {
    color: #ccc
}

.button {
    display: block;
    text-align: center;
    margin-top: 80px;
}

.button a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    border: 2px solid #bbb;
    color: #919191;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.button a:hover {
    border: 2px solid #ccc;
    color: #ccc;
}

.isotope-item {
    z-index: 2
}

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

.isotope:after {
    content: '';
    display: block;
    clear: both;
    padding: 20px 0 40px 0;
}

.header,
.header ul li,
.header ul li .submenu,
.social-icons a i,
.portfolio .works .item .overlay-work,
.portfolio ul li a,
.slider-controls #next,
.slider-controls #prev,
.services .services-content .image-section .services-inner-icon,
.clients .clients-content .client,
.testimonials .testimonials-content .testimonial-excerpt,
.testimonials .testimonials-content .testimonial-thumbnail,
.work-image .overlay,
.portfolio-single .single-content .left-part .post-info i,
.portfolio-single .single-content .left-part .post-info span,
.portfolio-single .icon-th > i,
.contact .content .widget .widget-content input,
.contact .content .widget .widget-content textarea,
.mobile-menu ul:first-of-type li a,
.testimonials .testimonials-content .testimonial-excerpt,
.team .team-content .description .team-s-icons li a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.social-icons {
    float: left;
    line-height: 90px;
}

.social-icons a i {
    font-size: 15px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ccc;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
    overflow: visible !important;
}

.slider-controls #next,
.slider-controls #prev {
    background-color: rgba(244, 114, 145, 0.77)
}

.slider-controls #next:hover,
.slider-controls #prev:hover {
    background-color: #ccc
}

.slider-controls #next i,
.slider-controls #prev i {
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
}

.work-image .overlay:hover {
    opacity: 1
}

.work-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(244, 114, 145, 0.95);
    opacity: 0;
}

.work-image .overlay .overlay-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: auto;
    margin-top: -28.5px;
    text-align: center;
}

.work-image .overlay .overlay-inner h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.work-image .overlay .overlay-inner span {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

/* ------------------------
    2. Header + Mobile Menu
    ------------------------ */

.header {
    position: relative;
    width: 100%;
    z-index: 9999;
    background-color: #000;
    border-bottom: 1px solid #FAF5F5;
    float:left;
    margin-bottom: 20px;
}

.white-header {
    background-color: transparent;
    border: none;
}

.header .logo {
    float: left;
/*    line-height: 90px;*/
    margin: 0 30px;
    padding-left: 50px;
    width: 180px;
    text-align: center;
}
.header .logo h2{font-size: 16px;line-height: 16px;}

.header .logo p{font-size: 12px;line-height: 12px;}

.header .logo img {
    width: 100%
}

.header.white-header .logo .second-img {
    display: none
}

.header-right {
    float: right;
    margin-right: 80px;
}

.header ul {
    float: left;
    padding-right: 20px;
    position: relative;
    list-style: none;
    line-height: 90px;
}

.header ul:after {
    content: "";
    clear: both;
    display: block;
}

.header ul li {
    float: left
}

.header ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.header ul li a:after {
    content: ".";
    font-size: 24px;
    padding-left: 17px;
    margin-top: -7px;
    position: absolute;
    color: #fff;
}

.header ul li:last-child a:after {
    display: none !important
}

.header ul li a:hover {
    color: #2D487D;
    text-decoration: none;
}

.white-header ul li a {
    color: #fff
}

.white-header ul li a:after {
    color: #fff
}

.header ul li .submenu {
    padding: 0;
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    margin-top: -15px;
    overflow: hidden;
}

.header ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.header ul li .submenu li {
    display: block;
    float: none;
    line-height: 25px;
    width: 150px;
}

.header ul li .submenu li a {
    color: #FE0101;
    /*color: #909090;*/
    font-size: 11px;
    padding: 10px 15px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.header ul li .submenu li a:hover {
    color: #fff
}

.header ul li .submenu li:last-child a {
    border-bottom: 1px solid #e3e3e3
}

.header ul li .submenu li a:after {
    content: "";
    display: none;
}

/* Responsive menu */

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9999999;
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    background-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.mobile-menu.mobile-menu-open {
    height: 100%;
    border-width: 0px 0px 50px 150px;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: border-width 0.3s, background-color 0.3s;
    transition: border-width 0.3s, background-color 0.3s;
}

.mobile-overlay {
    position: absolute;
    width: 100%;
}

.mobile-menu-open .mobile-overlay {
    height: 100%
}

.mobile-menu-trigger {
    position: fixed;
    top: 7px;
    left: 20px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 48px;
    cursor: pointer;
}

.mobile-menu #mobile-menu2 {
    display: none;
}

.mobile-menu-open #mobile-menu2 {
    display: block;
}

.mobile-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 8%;
    background-color: #686868;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.mobile-menu-trigger span:before,
.mobile-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #686868;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.mobile-menu-open .mobile-menu-trigger span:before,
.mobile-menu-open .mobile-menu-trigger span:after,
.mobile-menu-open .mobile-menu-trigger span {
    background: #A3A3A3;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -ms-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
    transition: 0.5s all !important;
}

.mobile-menu-trigger span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}

.mobile-menu-trigger span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}

.mobile-menu-open .mobile-menu-trigger span:before {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

.mobile-menu-open .mobile-menu-trigger span:after {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}

.mobile-menu ul {
    position: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu ul:first-of-type {
    top: 65px;
    left: 0;
    height: 100%;
}

.mobile-menu ul:nth-of-type(2) {
    right: 5px;
    bottom: 0;
}

.mobile-menu ul li,
.mobile-menu ul li a {
    display: block
}

.mobile-menu ul:nth-of-type(2) li {
    float: left
}

.mobile-menu ul li {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
    transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.mobile-menu.mobile-menu-open ul:first-of-type li,
.mobile-menu.mobile-menu-open ul:nth-of-type(2) li {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
    transition: transform 0.3s, opacity 0.3s;
}

/* First menu */

.mobile-menu ul:first-of-type li {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #F1F1F1;
    -webkit-transform: translate3d(-100%,50%,0);
    transform: translate3d(-100%,50%,0);
}

.mobile-menu.mobile-menu-open ul:first-of-type li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Second menu */

.mobile-menu .mobile-logo {
    position: relative;
    width: 100%;
    top: 12px;
}

.mobile-menu .mobile-logo .logo {
    float: right;
    margin-right: 20px;
}

.mobile-menu .mobile-logo .logo img {
    width: 45px
}

.mobile-menu ul:nth-of-type(2) li {
    width: 40px;
    height: 50px;
    line-height: 50px;
    -webkit-transform: scale();
    transform: scale();
}

.mobile-menu.mobile-menu-open ul:nth-of-type(2) li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mobile-menu.mobile-menu-open ul:nth-of-type(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-menu.mobile-menu-open ul:nth-of-type(2) li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.mobile-menu.mobile-menu-open ul:nth-of-type(2) li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.mobile-menu.mobile-menu-open ul:nth-of-type(2) li {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-menu ul li a {
    display: block;
    outline: none;
    text-decoration: none;
}

.mobile-menu ul:first-of-type li a {
    padding: 0 20px;
    color: #686868;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
}
.mobile-menu ul.submenu{top:25px;}
.mobile-menu ul.submenu li a {
color: #FD0001;} 
.mobile-menu ul:nth-of-type(2) li a {
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
}

.mobile-menu ul:nth-of-type(2) li a:hover {
    color: #ccc
}

.mobile-menu ul li a:before {
    color: #fff;
    font-size: 24px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.mobile-menu ul:first-of-type li a:hover,
.mobile-menu ul:first-of-type li a:focus,
.mobile-menu ul li a:hover:before,
.mobile-menu ul li a:focus:before {
    color: #ccc
}

/* -----------------
    3. Home Sections
    ----------------- */

.home-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.home-slider .bx-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.home-slider .bx-viewport {
    left: 0 !important;
    height: 100% !important;
}

.home-slider ul {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-slider ul .slide {
    height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    visibility: visible;
}

.home-slider ul .slide .slide-content {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    top: 50%;
    margin-top: -60px;
}

.home-slider ul .slide .slide-content h1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 12px;
    font-size: 43px;
}

.home-slider ul .slide .slide-content .line {
    width: 50px;
    background-color: #fff;
    height: 3px;
    margin: auto;
    margin-top: 20px;
}

.home-slider ul .slide .slide-content span {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    color: #fff;
    font-size: 26px;
    display: block;
    margin-top: 20px;
}

.home-slider ul .slide .slide-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.home-slider .slider-controls {
    z-index: 999
}

.slider-controls #next,
.slider-controls #prev {
    background-color: rgba(0, 0, 0, 0.35)
}

.slider-controls #prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 6px;
    z-index: 99;
    border-radius: 3px;
}

.home-slider .slider-controls #prev i {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
}

.slider-controls #next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 6px;
    z-index: 99;
    border-radius: 3px;
}

.home-slider .slider-controls #next i {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
}

/*
    Home Video
*/

.video-header {
    opacity: 0
}

.home-video {
    height: 100vh !important;
    overflow: hidden;
    position: relative;
}

.home-video .volume-buttons {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

.home-video .volume-buttons i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.home-video .volume-buttons #volume-off {
    display: none
}

.home-video .mejs-container.mejs-video video {
    width: auto !important;
    height: 100% !important;
}

.home-video .mejs-container .mejs-controls {
    display: none !important
}

.home-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-video .video-content {
    position: absolute;
    top: 50%;
    margin-top: -84px;
    width: 100%;
    display: block;
    text-align: center;
}

.home-video .video-content h2 {
    font-size: 38px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.home-video .video-content span {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 30px;
    color: #fff;
    display: block;
}

.home-video .video-content a {
    text-decoration: none;
    color: #ededed;
    border: 1px solid #ededed;
    border-radius: 2px;
    padding: 10px 22px;
    letter-spacing: 3px;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-style: italic;
    margin-top: 20px;
    line-height: 30px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.home-video .video-content .colored {
    border: 1px solid #ccc;
    margin-left: 40px;
    color: #ccc;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.home-video .video-content .colored:hover {
    border: 1px solid #fff;
    color: #fff;
}

.home-video .video-content a:first-child {
    margin-left: 0
}

.home-video .video-content a:hover {
    color: #ccc;
    border: 1px solid #ccc;
}

/*
    Home Photography
*/

.home-photography {
    margin-top: 120px
}

.home-photography .Collage {
    padding: 40px 0 100px 0
}

.home-photography .title span {
    font-size: 45px
}

.home-photography .item {
    position: relative;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.home-photography .item .overlay {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.home-photography .button {
    overflow: visible !important;
    display: block !important;
}

/*
    Home Masonry
*/

.home-masonry {
    margin-top: 40px;
    margin-bottom: 80px;
}

.home-masonry .row {
    margin-right: 0px;
    margin-left: 0px;
}

.home-masonry .title {
    margin-left: -15px
}

.home-masonry .title span {
    margin-left: 20px
}

.home-masonry .home-salvattore {
    margin-top: 40px
}

.home-masonry .home-salvattore > .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.home-masonry .home-salvattore .work-image {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
}

.home-masonry .home-salvattore .work-image img {
    width: 100%
}

/* ----------------------
    4. Blog + Blog Single
    ---------------------- */

.blog-wrapper {
    padding: 70px 0 90px 0
}

.blog-wrapper > .container {
    padding-left: 60px;
    padding-right: 60px;
}

.blog-wrapper .blog {
    margin-top: 30px
}

.blog-wrapper .blog > .row {
    margin-right: 0;
    margin-left: 0;
}

.blog-wrapper .blog .blog-content {
    padding-right: 0;
    padding-left: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 350px !important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.blog-wrapper .blog .blog-content .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
}

.blog-wrapper .blog .blog-content:hover .overlay {
    background-color: rgba(0, 0, 0, 0.7)
}

.blog-wrapper .blog .blog-content .overlay .overlay-inner {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 100%;
}

.blog-wrapper .blog .blog-content .overlay .overlay-inner a {
    text-decoration: none
}

.blog-wrapper .blog .blog-content .overlay .overlay-inner a h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.blog-wrapper .blog .blog-content .overlay .overlay-inner .category {
    color: #fff;
    font-size: 19px;
    display: block;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 2px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

.blog-wrapper .blog .blog-content .overlay .overlay-inner .category i {
    font-size: 15px;
    margin-right: 7px;
}

.blog-wrapper .blog .blog-content .overlay .date {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

/*
    Blog Single
*/

.blog-single {
    padding-bottom: 50px
}

.blog-single .blog-single-headphoto {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.blog-single .blog-single-headphoto .overlay {
    width: 100%;
    height: 100%;
    background: #85625e; /* Old browsers */
    background: -moz-linear-gradient(top, #324d62 100%, #85625e 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324d62), color-stop(100%,#85625e));
    background: -webkit-linear-gradient(top, #324d62 0%,#85625e 100%);
    background: -o-linear-gradient(top, #324d62 0%,#85625e 100%);
    background: -ms-linear-gradient(top, #324d62 0%,#85625e 100%);
    background: linear-gradient(to bottom, #324d62 0%,#85625e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324d62', endColorstr='#85625e',GradientType=0 );*/
    position: absolute;
    opacity: .5;
    top: 0;
    left: 0;
}

.blog-single .blog-single-headphoto .underline {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    margin-top: -34.5px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.blog-single .blog-single-headphoto .underline:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: auto;
    border-bottom: 2px solid;
    border-color: inherit;
    margin-top: 30px;
}

.blog-single .blog-single-headphoto .blog-info {
    position: absolute;
    bottom: 35%;
    width: 100%;
    z-index: 2;
    display: block;
    text-align: center;
}

.blog-single .blog-single-headphoto .blog-info span {
    color: #fff;
    margin-left: 40px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

.blog-single .blog-single-headphoto .blog-info span:first-child {
    margin-left: 0
}

.blog-single .blog-single-headphoto .blog-info span i {
    margin-right: 7px
}

.blog-single .blog-single-content {
    padding: 60px 0
}

.blog-single .blog-single-content h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #616161;
}

.blog-single .blog-single-content .paragraph-title {
    margin-top: 30px
}

.blog-single .blog-single-content .paragraph-title h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #616161;
}

.blog-single .blog-single-content .paragraph-title p {
    margin-top: 15px
}

.blog-single .blog-single-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 13px;
    line-height: 26px;
    margin-top: 30px;
    color: #686868;
}

.blog-single .blog-single-content .big-letter:first-letter {
    background-color: #ccc;
    font-size: 18px;
    padding: 20px 25px;
    margin-right: 10px;
    float: left;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}

.blog-single .blog-single-content blockquote {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 17px;
    font-style: italic;
    line-height: 24px;
    margin-top: 30px;
    border-left: 5px solid #ccc;
    color: #686868;
}

.blog-single .blog-single-content .tags {
    margin-top: 40px
}

.blog-single .blog-single-content .tags span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1px;
}

.blog-single .blog-single-content .tags span i {
    margin-right: 5px
}

.blog-single .blog-single-content .tags ul {
    display: inline-block
}

.blog-single .blog-single-content .tags ul li {
    display: inline-block;
    color: #686868;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    margin-left: 5px;
}

.blog-single .blog-single-content .comments {
    margin-top: 80px
}

.blog-single .blog-single-content .comments h4 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 13px;
    color: #4A4A4A;
    margin-top: 25px;
}

.blog-single .blog-single-content .comments .comment {
    padding: 50px 0 30px 80px
}

.blog-single .blog-single-content .comments .comment .user-img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}

.blog-single .blog-single-content .comments .comment .user-img img {
    border-radius: 50%;
    width: 100%;
}

.blog-single .blog-single-content .comments .comment .user-name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.blog-single .blog-single-content .comments .comment .comment-date {
    margin-top: 0;
    color: #ccc;
}

.blog-single .blog-single-content .comments .comment .comment-text {
    margin-top: 10px
}

.blog-single .blog-single-content .comments .comment a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 15px;
    color: #686868;
    display: block;
}

.blog-single .blog-single-content .comments .comment a::before {
    font-family: "FontAwesome";
    content: "\f075";
    padding-right: 5px;
    color: #999;
}

.blog-single .blog-single-content .comments .comment-form {
    margin-top: 60px
}

.blog-single .blog-single-content .comments .comment-form h4 {
    margin-bottom: 20px
}

.blog-single .blog-single-content .comments .comment-form input,
.blog-single .blog-single-content .comments .comment-form textarea {
    width: 100%;
    margin-top: 28px;
    border: 2px solid #cdcdcd;
    padding: 10px 17px;
    margin-left: 5px;
    color: #9B9B9B;
    border-radius: 2px;
    outline: none;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.blog-single .blog-single-content .comments .comment-form textarea {
    height: 160px;
    resize: none;
}

.blog-single .blog-single-content .comments .comment-form input:focus,
.blog-single .blog-single-content .comments .comment-form textarea:focus {
    border: 2px solid #ccc
}

.blog-single .blog-single-content .comments .comment-form .submit {
    background-color: #ccc;
    border: none !important;
    color: #fff;
    font-size: 14px;
    opacity: .8;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.blog-single .blog-single-content .comments .comment-form .submit:hover {
    opacity: 1
}

/* ------------
    5. Services
    ------------ */

.services {
    padding: 70px 0
}

.title-services {
    margin-bottom: 0 !important
}

.services .services-content {
    padding: 90px 0px
}

.services i {
    color: #666666;
    display: block;
    text-align: center;
    font-size: 5em;
}

.services .services-content .image-section img {
    width: 100%;
    position: relative;
}

.services .services-content .image-section .services-inner-icon {
    position: absolute;
    top: 0;
    width: 95%;
    height: 100%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.45);
}

.services .services-content .image-section .services-inner-icon span {
    font-size: 60px;
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -30px;
    color: #000;
}

.services .services-content .image-section:hover .services-inner-icon {
    opacity: 0
}

.services .services-content h2 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 60px;
}

.services .services-content p {
    margin-top: 30px;
    font-family: 'Raleway',sans-serif;
    color: #686868;
    line-height: 25px;
    font-size: 13px;
}

/* --------------------------------
    6. Portfolio + Portfolio Single
    -------------------------------- */

.portfolio {
    padding: 80px 0 110px 0
}

.portfolio .filters ul {
    margin-top: 40px
}

.portfolio .filters ul li {
    display: inline-block;
    color: #9E9E9E;
    font-weight: 600;
    margin-right: 10px;
    border: 2px solid #BBBBBB;
    border-radius: 2px;
    padding: 11px 16px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.portfolio .filters ul li:hover {
    text-decoration: none;
    color: #ccc;
    border: 2px solid #ccc;
}

.portfolio .filters ul li.active {
    color: #ccc;
    border: 2px solid #ccc;
}

.portfolio .works {
    margin-top: 30px
}

.portfolio .works {
    margin-top: 60px
}

.portfolio .works .item {
    padding-left: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.portfolio .works .item .work-image {
    display: block;
    position: relative;
}

.portfolio .works .item img {
    width: 100%
}

.works .item a:hover {
    text-decoration: none
}

/*
    Portfolio Single
*/

.portfolio-single {
    position: relative
}

.portfolio-slider {
    position: relative
}

.portfolio-single .intro-bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.portfolio-single .portfolio-slider .overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.portfolio-single .intro-bg img {
    width: 100%
}

.portfolio-single .slider-controls #next {
    position: absolute;
    z-index: 99;
    top: auto;
    bottom: 80px;
    right: 50px;
}

.portfolio-single .slider-controls #prev {
    position: absolute;
    z-index: 99;
    right: 0;
    left: auto;
    margin-right: 104px;
    top: auto;
    bottom: 80px;
}

.portfolio-single .single-content {
    width: 100%;
    padding: 20px 0 40px 0;
}

.portfolio-single .single-content {
    padding: 55px 0
}

.portfolio-single .portfolio-content h4 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #ccc;
}

.portfolio-single .portfolio-content p {
    margin-top: 15px;
    color: #686868;
    line-height: 25px;
    font-size: 13px;
}

.portfolio-single .portfolio-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.portfolio-single .portfolio-content .portfolio-services {
    margin-top: 40px
}

.portfolio-single .portfolio-content .portfolio-services h5 {
    letter-spacing: 2px;
    margin: 20px 0 7px 0;
    color: #ccc;
    font-size: 14px;
    font-family: "Crete Round";
    font-style: italic;
}

.portfolio-single .portfolio-content .portfolio-services span {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #686868;
}

.portfolio-single .portfolio-img img {
    margin-top: 30px;
    width: 100%;
}

.portfolio-single .portfolio-img img:first-child {
    margin-top: 0
}

/* -----------
    7. Clients 
    ----------- */

.clients-wrapper {
    margin-top: 130px
}

.clients {
    padding: 40px 0 100px 0
}

.clients .clients-content .client {
    text-align: center;
    background-color: transparent;
    margin-bottom: 25px;
    border: 2px solid #ededed;
    opacity: .9;
}

.clients .clients-content .client:hover {
    border: 2px solid rgba(244, 114, 145, 0.6);
    opacity: 1;
}

.clients .clients-content .client > img {
    height: 125px;
    width: auto;
    margin: 60px auto;
    max-width: 80%;
}

/* --------
    8. Team
    -------- */

.team .team-content {
    position: absolute;
    top: 50vh;
    margin-top: -171.5px;
}

.team .team-content .team-photo {
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team .team-content .description {
    padding: 40px 0
}

.team .team-content .description .team-name {
    font-family: 'Raleway', sans-serif;
    color: #686868;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
}

.team .team-content .description .team-category {
    display: block;
    font-family: "Crete Round";
    font-style: italic;
    padding: 5px 0 15px 0;
    color: #ccc;
}

.team .team-content .description .desc {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
}

.team .team-content .description .team-s-icons {
    margin-top: 20px
}

.team .team-content .description .team-s-icons li {
    display: inline-block;
    margin-left: 5px;
}

.team .team-content .description .team-s-icons li:first-child {
    margin-left: 0
}

.team .team-content .description .team-s-icons li a {
    font-size: 15px;
    background-color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ccc;
}

.team .team-content .description .team-s-icons li:hover a {
    background-color: #ccc;
    color: #fff;
}

.team .team-progress-bar {
    padding: 60px 0
}

.team .team-progress-bar .progress-name {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    font-family: "Crete Round";
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    color: #686868;
}

.team .team-progress-bar .progress {
    background-color: #d6d6d6;
    box-shadow: none;
    border-radius: 0;
    height: 10px;
}

.team .team-progress-bar .progress .progress-bar {
    background-color: #ccc
}

.team .slider-controls #next {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -25px;
    z-index: 9999;
    background-color: #ccc;
}

.team .slider-controls #prev {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -25px;
    z-index: 9999;
    background-color: #ccc;
}

.team .slider-controls #prev:hover,
.team .slider-controls #next:hover {
    opacity: 1
}

/* ----------------
    9. Testimonials 
    ---------------- */

.testimonials-wrapper {
    margin-top: 110px
}

.testimonials {
    padding: 30px 0 80px 0
}

.testimonials .testimonials-content .testimonial-grid {
    margin-bottom: 60px
}

.testimonials .testimonials-content .testimonial-excerpt {
    border: 2px solid #264C98;
    padding: 30px 30px 45px 30px;
    position: relative;
}

.testimonials .testimonials-content .testimonial-excerpt p {
    letter-spacing: 0.3px;
    color: #7E7E7E;
    line-height: 25px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

.testimonials .testimonials-content .testimonial-excerpt .author-name {
    color: #ccc;
    font-size: 17px;
    float: right;
    text-decoration: none;
    padding-top: 10px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

.testimonials .testimonials-content .testimonial-thumbnail {
    width: 70px;
    display: block;
    margin: auto;
    margin-top: 40px;
}

.testimonials .testimonials-content .testimonial-thumbnail img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* ------------
    10. Contact
    ------------ */

.contact .container {
    padding: 0 60px
}

.contact .map {
    height: 460px;
    margin-top: 80px;
}

.contact .map #map-canvas {
    width: 100%;
    height: 100%;
}

.contact .content {
    padding: 55px 0 90px 0
}

.contact .content .widget .widget-title {
    display: inline-block;
    margin-bottom: 35px;
    margin-left: -15px;
}

.contact .content .widget .widget-title h5 {
    font-size: 14px;
    color: #000;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.contact .content .widget .widget-content .get-in-touch li {
    list-style: none;
    position: relative;
    padding-bottom: 30px;
}

.contact .content .widget .widget-content .get-in-touch li i {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    margin-top: 1px;
}

.contact .content .widget .widget-content .get-in-touch li p {
    margin-left: 30px
}

.contact .content .widget .widget-content input,
.contact .content .widget .widget-content textarea {
    background-color: transparent;
    border: 2px solid #cdcdcd;
    border-radius: 2px;
    padding: 10px 17px;
    width: 100%;
    margin-bottom: 25px;
    outline: none;
    font-size: 12px;
}

.contact .content .widget .widget-content textarea {
    height: 150px;
    resize: none;
}

.contact .content .widget .widget-content input:focus,
.contact .content .widget .widget-content textarea:focus {
    border: 2px solid #ccc
}

.contact .content .widget .widget-content textarea {
    width: 100%
}

.contact .content .widget .widget-content ul {
    list-style: none
}

.contact .content .widget .widget-content li {
    margin-bottom: 5px;
    font-size: 13px;
}

.contact .content .widget .widget-content input[type="button"] {
    background-color: #2D487D;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    opacity: .8;
}

.contact .content .widget .widget-content input[type="button"]:hover {
    opacity: 1
}

/* -----------
    12. Footer
    ----------- */

footer {
    height: 80px;
    border-top: 1px solid #EFEAEA;
    background-color: #fff;
}

footer span {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 80px;
    color: #686868;
    display: block;
    text-align: center;
    font-family: "Crete Round";
}

footer span i {
    color: #ccc;
    font: normal normal normal 18px/1 FontAwesome !important;
}
/******Custom CSS ***********/
.testimonials .testimonials-content .testimonial-excerpt p {
    letter-spacing: 0.3px;
    color: #7E7E7E;
    line-height: 25px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: bold;
}
/*.header .logo {
        float: none;
        line-height: 90px;
        width: 260px;
        margin: auto;
    }*/
.home-masonry .home-salvattore .work-image {
    border:1px solid #ccc;
    margin:5px;
    position: relative;
}
.work-image .overlay {
    background-color: rgba(204, 204, 204, 0.95);
}
footer span {
    font-size: 11px;
    line-height: 15px;
}


/* -------------------------------
    12. Responsivity Media Queries
    ------------------------------- */

@media screen and (max-width: 480px) { 
    .home-salvattore[data-columns]::before {
        content: '1 .col-md-12'
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) { 
    .home-salvattore[data-columns]::before {
        content: '2 col-md-6'
    }
}

@media screen and (min-width: 769px) { 
    .home-salvattore[data-columns]::before {
        content: '3 .col-md-4'
    }
}

@media screen and (max-width: 768px) { 
    body {
        margin-top: 0
    }

    .title {
        font-size: 22px;
        letter-spacing: 4px;
        padding: 40px 20px 0 20px;
        margin-left: 0 !important;
    }

    .home-slider ul .slide .slide-content {
        margin-top: -75px
    }

    .home-photography .title span {
        font-size: 36px
    }

    .home-slider ul .slide .slide-content h1 {
        letter-spacing: 2px;
        font-size: 25px;
    }

    .home-slider ul .slide .slide-content span {
        font-size: 18px
    }

    .home-masonry .title {
        margin-left: -15px !important
    }

    .home-photography .title {
        margin-left: -15px
    }

    .home-photography .Collage {
        padding: 40px 0 70px 0
    }

    .home-video .video-content {
        margin-top: -76.5px
    }

    .home-video .video-content h2 {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .home-video .video-content span {
        font-size: 18px
    }

    .home-video .video-content a {
        font-size: 15px
    }

    .home-video .video-content .colored {
        margin-left: 10px
    }

    .home-video .overlay {
        display: none
    }

    .services {
        padding: 30px 0
    }

    .services .services-content {
        padding: 50px 0 0 0;
        overflow: hidden;
    }

    .services .services-content h2 {
        margin-top: 30px
    }

    .team .team-content .team-photo {
        margin-bottom: 15px
    }

    .team .team-content .team-photo .overlay {
        border-radius: 0
    }

    .blog-wrapper img {
        margin-top: 10px
    }

    .blog-single .blog-single-headphoto .underline {
        font-size: 20px;
        letter-spacing: 3px;
        margin-top: -30px;
    }

    .team .aboutme {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .blog-single .blog-single-headphoto .blog-info {
        bottom: 30%
    }

    .portfolio {
        overflow: hidden;
        padding: 80px 0 70px 0 !important;
    }

    .portfolio .works {
        margin-top: 30px
    }

    .portfolio .filters ul li {
        padding: 8px 12px;
        font-size: 9px;
        margin-bottom: 10px;
        margin-right: 8px;
    }

    .work-image .overlay .overlay-inner {
        margin-top: -20px
    }

    .work-image .overlay .overlay-inner h4 {
        font-size: 12px
    }

    .work-image .overlay .overlay-inner span {
        font-size: 16px;
        margin-top: 5px;
    }

    .portfolio-single .portfolio-img {
        margin-top: 30px
    }

    .slider-controls #next i,
    .slider-controls #prev i {
        display: none
    }

    .blog-wrapper {
        padding: 80px 0 90px 0 !important
    }

    .blog-wrapper > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-wrapper .blog .blog-content .overlay .overlay-inner a h4 {
        font-size: 15px
    }

    .blog-wrapper .blog .blog-content .overlay .overlay-inner .category {
        font-size: 16px
    }

    .blog-wrapper .blog .blog-content .overlay .date {
        font-size: 10px;
        letter-spacing: 2;
    }

    .services {
        padding: 40px 0 !important
    }

    .services .services-content .image-section img {
        margin-top: 15px
    }

    .clients-wrapper {
        margin-top: 95px !important
    }

    .team .team-content {
        padding: 10px 0;
        overflow: hidden;
    }

    .team .team-content .description {
        padding: 0
    }

    .team .team-content .team-photo img {
        border-radius: 0
    }

    .testimonials-wrapper {
        margin-top: 90px !important
    }

    .contact .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .contact .content .widget .widget-title {
        margin-left: 0
    }

    footer {
        height: 80px
    }

    footer span {
        font-size: 13px;
        line-height: 80px;
    }
}

@media screen and (max-width: 992px) { 
    .title {
        margin-left: 15px
    }

    .header .social-icons {
        display: none
    }

    .home-slider .bx-wrapper {
        margin: 0
    }

    .home-video .mejs-container.mejs-video video {
        width: auto !important;
        height: auto !important;
    }

    .home-video .volume-buttons {
        bottom: 48px;
        right: 25px;
    }

    .home-masonry {
        margin-top: 80px;
        margin-bottom: 70px;
    }

    .home-masonry .title {
        margin-left: 15px
    }

    .home-photography {
        margin-top: 80px
    }

    .home-photography .title {
        margin-left: 15px
    }

    .home-slider ul .slide .slide-content h1 {
        font-size: 38px
    }

    .services {
        padding: 10px 0
    }

    .services .services-content {
        overflow: hidden
    }

    .portfolio {
        overflow: hidden;
        padding: 20px 0 70px 0;
    }

    .blog-wrapper {
        padding: 0px 0 90px 0
    }

    .clients {
        padding: 20px 0 45px 0
    }

    .clients-wrapper {
        margin-top: 40px
    }

    .testimonials {
        padding: 30px 0
    }

    .testimonials-wrapper {
        margin-top: 50px
    }

    .team .aboutme {
        padding-top: 50px;
        width: 85%;
        padding-bottom: 20px;
    }

    .contact .content {
        padding: 50px 0
    }
}

@media screen and (max-width: 1050px) { 
    .header {
        display: none
    }

    .mobile-menu {
        display: block
    }
}

@media screen and (max-width: 1257px) { 
    .header {
        height: auto
    }

    .header .logo {
        float: none;
        line-height: 90px;
        width: 230px;
        margin: auto;
    }

    .header-right {
        float: none;
        width: 81%;
        margin: auto;
    }
}

/*.header .logo {
        float: none;
        line-height: 90px;
        width: 260px;
        margin:5px auto 0;
    }*/
/*.header .logo h2{font-size: 26px;line-height: 25px;text-align: center;}
.header .logo p{font-size: 11px;line-height: 14px;text-align: center;}
.header ul li .submenu li{line-height:11px;}*/