/*--------------------------------------------------------
 * Description:  WEBSITE
 * Project:      MESP METAL
 * Author:       Luiz Fernando Venturelli - AGÊNCIA TOPO DIGITAL
 * Created:      14/07/2016
 * Last change:  18/07/2016
---------------------------------------------------------*/

/* Fonts -------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700,800,900);
@import url(fonts/fontello.css);
@import url(fonts/gizmo.css);
@import url(fonts/switcher.css);


/* General -------------------------- */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.no-padding {padding:0 !important;}
.no-margin {margin:0 !important;}
.gap-10 {padding-top: 10px;}
.gap-20 {padding-top: 20px;}
.gap-30 {padding-top: 30px;}
.gap-40 {padding-top: 40px;}
.gap-50 {padding-top: 50px;}
.gap-60 {padding-top: 60px;}
.gap-70 {padding-top: 70px;}
.gap-80 {padding-top: 80px;}
.gap-100 {padding-top: 100px;}
.gap-120 {padding-top: 120px;}
.gap-150 {padding-top: 150px;}
.gap-600 {padding-top: 600px;}
.gap-r-l-200 { padding: 0 200px 0 200px;}
.gap-r-l-300 { padding: 0 300px 0 300px;}
.gap-r-l-600 { padding: 0 300px 0 600px;}

.bg-default {
    padding: 60px 0 40px 0;
}

.bg-grayscale {
    background: #f7f7f7;
    padding: 60px 0 40px 0;
}

.bg-dark {
    background: #32373c;

    color: #fff;
}

.bg-dark h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 44px;
}

.bg-blue {
    background: #0098DA;
    padding: 30px 0 40px 0;
    color: #fff;
}

.live-blue {
    background: #0098DA;
    padding: 40px 30px 120px;
}

.live-blue h4 {
    font-weight: 600;
}

.live-blue i {
    padding-right: 30px;
    border-right: 1px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.l-pad40 {
    padding-left: 40px;
}

h2.heading {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
}

h2.heading:before {
    display: inline-block;
    content: "";
    border-bottom: 2px solid #32373c;
    position: absolute;
    width: 30px;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    top:52%;
    left:49%;
}

p.h-sub {
    color:#666;
    text-align:center;
    font-weight:400;
}


.title h2 span.heading {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
}

.title h2 span.heading:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #0098DA;
    width: 90px;
    bottom: -1px;
    left: 0px;
}


/* Live Bar -------------------------- */

.live-bar {
    background: #32373c;
    padding: 10px 0;
}


/* Menu -------------------------- */

.navbar-default {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.navbar-brand img {  
    width: auto;
    height: 55px;
}

.navbar-default .navbar-nav li {
    padding: 20px 0 20px 0;
    border-top: 3px solid #fff;
}

.navbar-default .navbar-nav li a {
    color: #32373c;
    font-size: 14px;
}

.navbar-default .navbar-nav li.active,
.navbar-default .navbar-nav li:hover {
    border-top: 3px solid #0098DA;
}

.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.active a:focus {
    background: none;
    color: #0098DA;
}

/* Revolution Slider -------------------------- */

.banner-container {
    width: 100%;
    position: relative;
    margin-top: 100px;
    z-index:0;
}

.banner-container.nomgr {	
    margin-top: 0px;
}

.banner-container-center {	
    margin-top:-105px;
    width: 100%;
    position: relative;
    z-index:0;
}

.banner {
    width: 100%;
    position: relative;
    z-index:2;
    max-height: 500px;
}

.banner-full-height {
    width: 100%;
    position: relative;
    z-index:2;
}

.banner-center {
    width: auto;
    position: relative;
    z-index:2;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden !important;
    z-index:2;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 0;
    margin-top:120px;
}

.tp-caption.upper {
    padding:40px;
    background:rgba(50,55,60,0.8);
    border-left:3px solid #000;
}

.tp-caption.upper h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight:800;
    color: #fff;
    line-height:24px;
    text-transform:uppercase;
    letter-spacing:-1px;
}

.tp-caption.upper h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight:800;
    color: #fff;
    line-height:60px;
    text-transform:uppercase;
    letter-spacing:-2px;
}

.tp-caption.upper h2 span {	
    color: #fff;
}

.tp-caption.upper p {
    font-size: 18px;
    color: #fff;
    line-height:24px;
    text-transform:none;
}

.tp-caption.upper2 {
    float:left;
}

.tp-caption.upper2 h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight:800;
    color: #fff;
    line-height:24px;
    letter-spacing:-1px;
    text-shadow: 0 1px 1px #32373c;
}

.tp-caption.upper2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 120px;
    font-weight:800;
    color: #fff;
    line-height:100px;
    letter-spacing:-8px;
    text-shadow: 0 1px 1px #32373c;
}

.tp-caption.upper2 h2 span {	
    color: #fff;
}

.tp-caption.upper2 p {
    font-size: 22px;
    color: #fff;
    line-height:28px;
    text-transform:none;
    text-shadow: 0 1px 1px #32373c;
}

.tp-caption.lower {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight:600;
    color: #fff;
    line-height:28px;
}

.tp-caption.lower2 {
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight:600;
    color: #fff;
    line-height:50px;
}

.tp-caption.lower-bg {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight:600;
    color: #fff;
    line-height:28px;
    background:rgba(255, 255, 255, 0.3);
    border-left:5px solid #19b9c8;
    padding:8px 16px;
}

.tp-caption.lower.black {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight:100;
    color: #373737;
    line-height:100px;
    text-transform:none;
    letter-spacing:0px;
}

.tp-caption.upper.black {
    font-family: 'Montserrat', sans-serif;	
    color: #32373c;	
    font-size: 70px;
    font-weight:800;
    line-height:72px;
    text-transform:capitalize;
    letter-spacing:-1px;
}

.tp-caption.lower.black.para {

    font-size: 16px;
    font-weight:200;
    color: #32373c;
    line-height:24px;
    letter-spacing:0px;
}

.tp-caption a.btn {
    color: #fff
}

.tp-leftarrow.default, .tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    background:rgba(255, 255, 255, 0.2)!important;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    padding: 22px 39px 46px 29px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    border-radius:50%;
}

.tp-leftarrow:hover.default, .tp-rightarrow:hover.default {
    background:rgba(255, 255, 255, 0.5);
}

.tp-leftarrow.default {
    left:20px!important;
}

.tp-rightarrow.default {
    right:20px!important;
}

.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;

    padding-top:-20px;
    position:relative;
    z-index:999;
}

.tp-leftarrow.default:before {
    content: '\e75d'
}

.tp-rightarrow.default:before {
    content: '\e75e'
}

.tparrows:hover {
    background: rgba(255, 255, 255, 0.9)
}

.tp-bullets.simplebullets.round .bullet {
    width: 10px!important;
    height: 10px!important;
    margin-left: 6px!important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255, 255, 255, 0.4)!important;
    border-radius:50%;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(255, 255, 255, 1);
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../images/timer.png);
    position: absolute;
    z-index: 200;
    display: none;
}

/* Content -------------------------- */

.img-about {
    background: url(../images/about.jpg) 50% 50% no-repeat;
    background-size: cover;
    max-height: 400px;
    width: 100%;
}

/*.services-box-2 {
        text-align: left
}
.services-box-2.bg-gray {
        background: #f4f6f8;
        padding:30px 20px;
        box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}
.services-box-2 i {
        display: block;
        color: #fff;
        line-height: 1;
        font-size: 24px;
        float: left;
        margin-right: 30px;
        text-transform: uppercase;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        height:50px;
        width:50px;
        background:#333;
        border-radius:50%;
        text-align:center;
        padding-top:14px;
}
.services-box-2:hover i {
        
        
        background:#333
}


.services-box-2 i.small {
        display: block;
        color: #32373c;
        line-height: 1;
        font-size: 30px;
        float: left;
        margin-right: 20px;
        margin-top:8px;
        text-transform: uppercase;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
}
.services-box-2 .content {
        overflow:auto;
}
.services-box-2 .content h3 {
        font-size: 18px;
        font-weight:600;
}
.services-box-2 .content h3 a.dark {
        color:#32373c;
        font-size:16px;
}
.services-box-2 .content h3 a:hover.dark {
        color:#000;
}




.services-box-2.left {
        text-align: left;
        margin-bottom:40px;
}
.services-box-2.left.text-right {
        text-align: right;
        margin-left:40px;
}
.services-box-2.left i {
        display: block;
        width: 85px;
        height: 85px;
        color: #32373c;
        border: 3px solid #e1e3e5;
        line-height: 1;
        font-size: 30px;
        padding-top:28px;
        text-transform: uppercase;
        text-align:center;
        float: left;
        margin-right: 30px;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position:relative;
        z-index:9;
        background:none;
        font-weight:700;
}
.services-box-2.left:hover i {
        background:#32373c;
        color: #fff;
        border: 3px solid #e1e3e5;
}
.services-box-2.left:hover i:before {
        -webkit-animation: spinAround 2s linear infinite;
        -moz-animation: spinAround 2s linear infinite;
        animation: spinAround 2s linear infinite;
}
@-webkit-keyframes spinAround {
        from {
                -webkit-transform: rotate(0deg)
        }
        to {
                -webkit-transform: rotate(360deg);
        }
}
@-moz-keyframes spinAround {
        from {
                -moz-transform: rotate(0deg)
        }
        to {
                -moz-transform: rotate(360deg);
        }
}
@keyframes spinAround {
        from {
                transform: rotate(0deg)
        }
        to {
                transform: rotate(360deg);
        }
}

.services-box-2.left i.right {
        float: right;
        margin-right: 0px;
        margin-left: 20px;
}
.services-box-2.left .content {
        overflow:auto;
        margin-right:30px;
}
.services-box-2.left .content h3 {
        font-size: 18px;
        font-weight:600;
        line-height:18px;
        margin-bottom:14px;
}
.services-box-2.left.small {
        text-align: left;
        margin-bottom:30px;
}
.services-box-2.left.small i {
        display: block;
        width: 60px;
        height: 60px;
        color: #fff;
        background:#19b9c8;
        line-height: 1;
        font-size: 24px;
        padding-top:20px;
        text-transform: uppercase;
        text-align:center;
        float: left;
        margin-right: 15px;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        -webkit-border-radius: 50%;
        border-radius: 50%;
}
.services-box-2.left.small i.green {
        background:#6ec878;
}
.services-box-2.left.small i.yellow {
        background:#ffd769;
}
.services-box-2.left.small i.red {
        background:#cd2832;
}
.services-box-2.left.small i:hover {
        background:#32373c;
}
.services-box-2.left.small .content {
        float:left;
        margin-top:15px;
}
.services-box-2.left.small .content h3 {
        font-size: 18px;
        font-weight:400;
}*/



/* Services Box 2*/

.services-box-2 {
    text-align: left
}

.services-box-2.bg-gray {
    background: #f4f6f8;
    padding:30px 20px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
}

.services-box-2 i {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    height:50px;
    width:50px;
    background:#333;
    border-radius:50%;
    text-align:center;
    padding-top:14px;
}

.services-box-2:hover i {
    background:#333
}

.services-box-2 i.small {
    display: block;
    color: #32373c;
    line-height: 1;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    margin-top:8px;
    text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.services-box-2 .content {
    overflow:auto;
}

.services-box-2 .content h3 {
    font-size: 18px;
    font-weight:600;
}

.services-box-2 .content h3 a.dark {
    color:#32373c;
    font-size:16px;
}

.services-box-2 .content h3 a:hover.dark {
    color:#000;
}

.services-box-2.left {
    text-align: left;
    margin-bottom:40px;
}

.services-box-2.left.text-right {
    text-align: right;
    margin-left:40px;
}

.services-box-2.left i {
    display: block;
    width: 85px;
    height: 85px;
    color: #32373c;
    border: 3px solid #e1e3e5;
    line-height: 1;
    font-size: 30px;
    padding-top:28px;
    text-transform: uppercase;
    text-align:center;
    float: left;
    margin-right: 30px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position:relative;
    z-index:9;
    background:none;
    font-weight:700;
}

.services-box-2.left:hover i {
    background:#32373c;
    color: #fff;
    border: 3px solid #e1e3e5;
}

.services-box-2.left:hover i:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.services-box-2.left i.right {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

.services-box-2.left .content {
    overflow:auto;
    margin-right:30px;
}

.services-box-2.left .content h3 {
    font-size: 18px;
    font-weight:600;
    line-height:18px;
    margin-bottom:14px;
}

.services-box-2.left.small {
    text-align: left;
    margin-bottom:30px;
}

.services-box-2.left.small i {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background:#19b9c8;
    line-height: 1;
    font-size: 24px;
    padding-top:20px;
    text-transform: uppercase;
    text-align:center;
    float: left;
    margin-right: 15px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.services-box-2.left.small i.green {
    background:#6ec878;
}

.services-box-2.left.small i.yellow {
    background:#ffd769;
}

.services-box-2.left.small i.red {
    background:#cd2832;
}

.services-box-2.left.small i:hover {
    background:#32373c;
}

.services-box-2.left.small .content {
    float:left;
    margin-top:15px;
}

.services-box-2.left.small .content h3 {
    font-size: 18px;
    font-weight:400;
}




/* 11 Portfolio ================================== */

.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color:#969ba0;
    cursor: default;
    font-weight:600;
    letter-spacing:1px;
}

.filter a {
    display: inline-block;
    margin: 0 24px;
    color:#969ba0;
    text-decoration: none;
    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    cursor: pointer;
}

.filter a:hover {
    color: #32373c;
    text-decoration: none;
    border-bottom:2px solid #32373c;
}

.filter a.active {
    color: #32373c;
    cursor: default;
    border-bottom:2px solid #000;
}

/*
 * projects grid 
 */

.projects-grid, .projects-grid-2, .projects-grid-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projects-grid-2 .project-item, .container .projects-grid-2 .project-item {
    width: 50%;
}

.projects-grid-3 .project-item {
    width: 33.33%;
}

.container .projects-grid-3 .project-item {
    width: 33.33%;
}

.project-grid-5 .project-item {
    width: 20%;
}

.projects-grid.project-grid-gut, .projects-grid-2.project-grid-gut, .projects-grid-3.project-grid-gut {
    margin: 0 0 0 -10px;
}

.projects-grid.project-grid-gut .project-item, .projects-grid-2.project-grid-gut .project-item, .projects-grid-3.project-grid-gut .project-item {
    padding: 0 0 20px 20px;
}

.project-item a {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.project-item a, .project-item a:hover {
    color: #fff;
    border: none;
}

.project-img {
    position: relative;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.project-img img:before {
    margin:20px;
}

.project-intro {
    width: 100%;
    height:100%;
    text-align:center;
    padding: 22px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    left: 0;
    overflow: hidden;
}

.project-item .content {	
    float:left;
    padding:20px 0px 0px ;
}

.project-item .content h3 {
    font-size:16px;
    line-height:14px;
    color:#333;
}

.project-intro.nobg {
    background:none;
}

.project-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

.project-title:before {
    content:"";
    border:1px solid #fff;
    position:absolute;
    bottom:-10px;
    left:47%;
    width:30px;
}

.project-descr {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.project-icon {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    position:absolute;
    bottom: 10px;
    right: 10px;
    color:#fff;
    opacity:0.5;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.project-icon2 {
    width:60px;
    height:60px;
    background:#fff;
    font-size: 30px;
    line-height:58px;
    text-align:center;
    font-weight:100;
    text-transform: uppercase;
    position:absolute;
    top:44%;
    left:44%;	
    color:#333;
    opacity:0;
    border-radius:50%;	
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.projects-grid.hide-titles .project-item > a, .projects-grid-2.hide-titles .project-item > a, .projects-grid-3.hide-titles .project-item > a {
    overflow: hidden;
    padding: 0;
}

.projects-grid.hide-titles .project-item .project-intro, .projects-grid-2.hide-titles .project-item .project-intro, .projects-grid-3.hide-titles .project-item .project-intro {
    opacity: 0;
}

.projects-grid.hide-titles .project-item:hover .project-intro, .projects-grid-2.hide-titles .project-item:hover .project-intro, .projects-grid-3.hide-titles .project-item:hover .project-intro {
    opacity: 1;
}

.projects-grid-3.hide-titles .project-item:hover .project-icon2 {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity:1;
}

/* project item hover */

.projects-grid.hide-titles .project-item .project-title, .projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-descr {
    position:relative;
    z-index: 3;
}

.projects-grid.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-title {
    top:-10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
}

.projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-descr {	
    margin-top:30px;	
    -webkit-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
}

.projects-grid.hide-titles .project-item:hover .project-title, .projects-grid.hide-titles .project-item:hover .project-descr, .projects-grid-2.hide-titles .project-item:hover .project-title, .projects-grid-2.hide-titles .project-item:hover .project-descr, .projects-grid-3.hide-titles .project-item:hover .project-title, .projects-grid-3.hide-titles .project-item:hover .project-descr {
    top:10px;
}

.projects-grid.hide-titles .project-item:hover .project-descr, .projects-grid-2.hide-titles .project-item:hover .project-descr, .projects-grid-3.hide-titles .project-item:hover .project-descr {	
    margin-top:20px;
}

.project-item .project-img:after {
    content: "";
    display: block;
    width: 91.5%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    margin:20px;
    background: rgba(250, 250, 250, 0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}

.project-item:hover .project-img:after {
    background: rgba(50, 55, 60, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.projects-grid-3 .project-item .project-img:after {
    content: "";
    display: block;
    width: 89.3%;
    height: 88%;
}

.projects-grid.hover-color .project-item:hover .project-intro, .projects-grid.hover-color .project-item:hover .project-title, .projects-grid.hover-color .project-item:hover .project-descr, .projects-grid-2.hover-color .project-item:hover .project-intro, .projects-grid-2.hover-color .project-item:hover .project-title, .projects-grid-2.hover-color .project-item:hover .project-descr, .projects-grid-3.hover-color .project-item:hover .project-intro, .projects-grid-3.hover-color .project-item:hover .project-title, .projects-grid-3.hover-color .project-item:hover .project-descr {
    color: #fff;
}

.projects-grid.hover-color .project-item:hover .project-img:after, .projects-grid-2.hover-color .project-item:hover .project-img:after, .projects-grid-3.hover-color .project-item:hover .project-img:after {
    background: #e41919;
    opacity: .8;
}

.projects-grid.hover-white .project-item:hover .project-intro, .projects-grid.hover-white .project-item:hover .project-title, .projects-grid.hover-white .project-item:hover .project-descr, .projects-grid-2.hover-white .project-item:hover .project-intro, .projects-grid-2.hover-white .project-item:hover .project-title, .projects-grid-2.hover-white .project-item:hover .project-descr, .projects-grid-3.hover-white .project-item:hover .project-intro, .projects-grid-3.hover-white .project-item:hover .project-title, .projects-grid-3.hover-white .project-item:hover .project-descr {
    color: #000;
}

.projects-grid.hover-white .project-item:hover .project-img:after, .projects-grid-2.hover-white .project-item:hover .project-img:after, .projects-grid-3.hover-white .project-item:hover .project-img:after {
    background: rgba(250, 250, 250, .9);
}

.project-item .project-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.project-item:hover .project-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*
 * projects full view
 */

.project-full {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

.project-full-load {
    padding-top: 60px;
}

.item-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-details li {
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #e1e3e5;
}

.item-details li:first-child {
    padding: 0;
    margin: 0;
    border: none;
}

.item-details li span {
    font-weight: 300;
    color: #606060;
    margin-right: 5px;
}

/* 13 Fancy Box *******************************************/

#fancybox-thumbs ul li img {
    max-width: none;
}

.info.hidden {
    display: none
}

.fancybox-wrap {
    background: #32373c !important;
}

.fancybox-title, .fancybox-error {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.fancybox-title h2, .fancybox-title h3 {
    color: #32373c;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
}

.fancybox-skin {
    color: #666 !important
}

.fancybox-title-inside-wrap {
    padding: 20px !important
}

.fancybox-nav span {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0 !important;
    border-radius:50%!important;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius:50%!important;
    background:rgba(255, 255, 255, 0.4)!important;
    color: #fff;
    border:0px!important;
}

.fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    margin-right: 0 !important;
    margin-top: 0px !important;
    text-align:center;
    width: 36px !important;
    font-size: 18px !important;
    line-height:36px!important;
    color: #fff;
    border:0px!important;
}

/* Firefox Fix */

@-moz-document url-prefix() {
    .fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
        margin-top: 5px !important
    }
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background:rgba(255, 255, 255, 0.4)!important;

    text-align: center !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    opacity: 0;
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {

    background:rgba(255, 255, 255, 0.6)!important;
}

.fancybox-wrap:hover .fancybox-close, .fancybox-wrap:hover .fancybox-prev span, .fancybox-wrap:hover .fancybox-next span {
    opacity: 1;
}

.fancybox-prev span:before {
    content: '\e75d'
}

.fancybox-next span:before {
    content: '\e75e'
}

.fancybox-close:before {
    content: '\2715'
}

#fancybox-loading {
    margin-top: -18px !important;
    margin-left: -18px !important;
    opacity: 1 !important;
}

#fancybox-loading div {
    height: 36px !important;
    width: 36px !important;
    position: relative !important;
    -webkit-animation: rotation .8s infinite linear !important;
    -moz-animation: rotation .8s infinite linear !important;
    -o-animation: rotation .8s infinite linear !important;
    animation: rotation .8s infinite linear !important;
    border-left: 3px solid rgba(255, 255, 255, 1) !important;
    border-right: 3px solid rgba(50, 150, 220, 1) !important;
    border-bottom: 3px solid rgba(50, 150, 220, 1) !important;
    border-top: 3px solid rgba(50, 150, 220, 1) !important;
    border-radius: 100% !important;
}

.fancybox-overlay {
    background: rgba(25, 25, 25, 0.95) !important
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}

.facts-home {
    width:100%;
    background:url(../images/content/bg-home.html);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:180px 0px 60px;
    color:#32373c;
}

.facts-home .content {
    padding:0px 40px 0px 60px;
    border-right:1px solid #ccc;
}

.facts-home h3 {
    font-weight:800;
}

.facts-home h4 {
    font-weight:600;
}

.facts-home a {
    color:#32373c;
}

.facts-home a:hover {
    color:#fff;
}

.projects-grid, .projects-grid-2, .projects-grid-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projects-grid-2 .project-item, .container .projects-grid-2 .project-item {
    width: 50%;
}

.projects-grid-3 .project-item {
    width: 33.33%;
}

.container .projects-grid-3 .project-item {
    width: 33.33%;
}

.project-grid-5 .project-item {
    width: 20%;
}

.projects-grid.project-grid-gut, .projects-grid-2.project-grid-gut, .projects-grid-3.project-grid-gut {
    margin: 0 0 0 -10px;
}

.projects-grid.project-grid-gut .project-item, .projects-grid-2.project-grid-gut .project-item, .projects-grid-3.project-grid-gut .project-item {
    padding: 0 0 20px 20px;
}

.project-item a {
    display: block;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.project-item a, .project-item a:hover {
    color: #fff;
    border: none;
}

.project-img {
    position: relative;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.project-img img:before {
    margin:20px;
}

.project-intro {
    width: 100%;
    height:100%;
    text-align:center;
    padding: 22px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    left: 0;
    overflow: hidden;
}

.project-item .content {	
    float:left;
    padding:20px 0px 0px ;
}

.project-item .content h3 {
    font-size:16px;
    line-height:14px;
    color:#333;
}

.project-intro.nobg {
    background:none;
}

.project-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

.project-title:before {
    content:"";
    border:1px solid #fff;
    position:absolute;
    bottom:-10px;
    left:47%;
    width:30px;
}

.project-descr {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.project-icon {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    position:absolute;
    bottom: 10px;
    right: 10px;
    color:#fff;
    opacity:0.5;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.project-icon2 {
    width:60px;
    height:60px;
    background:#fff;
    font-size: 30px;
    line-height:58px;
    text-align:center;
    font-weight:100;
    text-transform: uppercase;
    position:absolute;
    top:44%;
    left:44%;	
    color:#333;
    opacity:0;
    border-radius:50%;	
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.projects-grid.hide-titles .project-item > a, .projects-grid-2.hide-titles .project-item > a, .projects-grid-3.hide-titles .project-item > a {
    overflow: hidden;
    padding: 0;
}

.projects-grid.hide-titles .project-item .project-intro, .projects-grid-2.hide-titles .project-item .project-intro, .projects-grid-3.hide-titles .project-item .project-intro {
    opacity: 0;
}

.projects-grid.hide-titles .project-item:hover .project-intro, .projects-grid-2.hide-titles .project-item:hover .project-intro, .projects-grid-3.hide-titles .project-item:hover .project-intro {
    opacity: 1;
}

.projects-grid-3.hide-titles .project-item:hover .project-icon2 {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity:1;
}


/* project item hover */

.projects-grid.hide-titles .project-item .project-title, .projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-descr {
    position:relative;
    z-index: 3;
}

.projects-grid.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-title {
    top:-10px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
}

.projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-descr {	
    margin-top:30px;	
    -webkit-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
    transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
}

.projects-grid.hide-titles .project-item:hover .project-title, .projects-grid.hide-titles .project-item:hover .project-descr, .projects-grid-2.hide-titles .project-item:hover .project-title, .projects-grid-2.hide-titles .project-item:hover .project-descr, .projects-grid-3.hide-titles .project-item:hover .project-title, .projects-grid-3.hide-titles .project-item:hover .project-descr {
    top:10px;
}

.projects-grid.hide-titles .project-item:hover .project-descr, .projects-grid-2.hide-titles .project-item:hover .project-descr, .projects-grid-3.hide-titles .project-item:hover .project-descr {	
    margin-top:20px;
}

.project-item .project-img:after {
    content: "";
    display: block;
    width: 91.5%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    margin:20px;
    background: rgba(250, 250, 250, 0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-item:hover .project-img:after {
    background: rgba(50, 55, 60, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.projects-grid-3 .project-item .project-img:after {
    content: "";
    display: block;
    width: 89.3%;
    height: 88%;
}

.projects-grid.hover-color .project-item:hover .project-intro, .projects-grid.hover-color .project-item:hover .project-title, .projects-grid.hover-color .project-item:hover .project-descr, .projects-grid-2.hover-color .project-item:hover .project-intro, .projects-grid-2.hover-color .project-item:hover .project-title, .projects-grid-2.hover-color .project-item:hover .project-descr, .projects-grid-3.hover-color .project-item:hover .project-intro, .projects-grid-3.hover-color .project-item:hover .project-title, .projects-grid-3.hover-color .project-item:hover .project-descr {
    color: #fff;
}

.projects-grid.hover-color .project-item:hover .project-img:after, .projects-grid-2.hover-color .project-item:hover .project-img:after, .projects-grid-3.hover-color .project-item:hover .project-img:after {
    background: #e41919;
    opacity: .8;
}

.projects-grid.hover-white .project-item:hover .project-intro, .projects-grid.hover-white .project-item:hover .project-title, .projects-grid.hover-white .project-item:hover .project-descr, .projects-grid-2.hover-white .project-item:hover .project-intro, .projects-grid-2.hover-white .project-item:hover .project-title, .projects-grid-2.hover-white .project-item:hover .project-descr, .projects-grid-3.hover-white .project-item:hover .project-intro, .projects-grid-3.hover-white .project-item:hover .project-title, .projects-grid-3.hover-white .project-item:hover .project-descr {
    color: #000;
}

.projects-grid.hover-white .project-item:hover .project-img:after, .projects-grid-2.hover-white .project-item:hover .project-img:after, .projects-grid-3.hover-white .project-item:hover .project-img:after {
    background: rgba(250, 250, 250, .9);
}

.project-item .project-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.project-item:hover .project-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*
 * projects full view
 */

.project-full {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

.project-full-load {
    padding-top: 60px;
}

.item-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-details li {
    margin-top: 9px;
    padding-top: 10px;
    border-top: 1px solid #e1e3e5;
}

.item-details li:first-child {
    padding: 0;
    margin: 0;
    border: none;
}

.item-details li span {
    font-weight: 300;
    color: #606060;
    margin-right: 5px;
}

/* Owl Carousel **********************************/

.owl-carousel {
    display: none
}

.owl-carousel .item {
    margin: 0 15px 0px 15px;
}

.owl-carousel .item.nomgr {
    margin: 0px;
}

.owl-carousel.projects-grid .owl-controls .owl-prev, .owl-carousel.projects-grid .owl-controls .owl-next {
    position: absolute;
    top:40%;
    pointer-events: auto;
}

.owl-carousel.projects-grid .item {
    margin: 0px;
}

.owl-carousel .project-item {
    width: 100%;
    float: left;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 3%;
}

.owl-carousel .project-item .project-img:after {
    content: "";
    display: block;
    width: 89%;
    height: 87%;
    position: absolute;
    top: 0;
    left: 0;
    margin:20px;
    background: rgba(250, 250, 250, 0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.owl-carousel .project-item:hover .project-img:after {
    background: rgba(50, 55, 60, .95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.owl-portfolio .info {
    margin-top:10px;
}

.owl-portfolio .info h4 a {
    color:#32373c;
    text-transform:uppercase;
    text-align:center!important;
}

.owl-portfolio .info h4 a:hover {
}

.owl-carousel {
    position: absolute;
}

.owl-carousel .owl-controls .owl-prev, .owl-carousel .owl-controls .owl-next {
    position: absolute;
    top:50%;
    pointer-events: auto;
}

.owl-carousel .owl-controls .owl-prev {
    left: -5%;
}

.owl-carousel .owl-controls .owl-next {
    right: -5%;
}

.owl-carousel .owl-controls .owl-prev, .owl-carousel .owl-controls .owl-next {
    position:absolute;
    z-index: 999!important;
    cursor: pointer;
    background: rgba(50, 55, 60, 0.7);
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding-top:5px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    border-radius:50%;
}

.owl-carousel .owl-controls .owl-prev:hover, .owl-carousel .owl-controls .owl-next:hover {
    background: rgba(50, 55, 60, 0.9);
    color: #fff;
}

.owl-clients .item img {
    opacity: 0.5;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    cursor:pointer;
}

.owl-clients .item:hover img {
    opacity: 1;
}

.clients .owl-clients  li {
    display:inline-block;
    text-align:center;
    margin-bottom:20px;
}

.owl-slider-wrapper {
    position: relative;
    width:100%;
    float:left;
    z-index:99;
}

.owl-slider-wrapper .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-slider-wrapper .item .owl-content {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
    background:#fff;
    padding:7px 5px 2px;
}

.owl-slider-wrapper .item .owl-content h4 {
    color:#fff!important;
}

.owl-slider-wrapper .owl-custom-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

.owl-slider-wrapper .owl-custom-nav .slider-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -23px;
    pointer-events: auto;
}

.owl-slider-wrapper .owl-custom-nav .slider-next {
    position: absolute;
    top: 50%;
    right:20px;
    margin-top: -23px;
    pointer-events: auto;
}

.owl-slider-wrapper .owl-custom-nav .slider-prev, .owl-slider-wrapper .owl-custom-nav .slider-next {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    font-size: 20px;
    padding: 16px 23px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius:50%;
    height:54px;
    width:54px;
}

.owl-slider-wrapper .owl-custom-nav .slider-prev.big, .owl-slider-wrapper .owl-custom-nav .slider-next.big {
    font-size: 20px;
    padding: 24px 32px;
}

.owl-slider-wrapper .owl-custom-nav .slider-prev:before, .owl-slider-wrapper .owl-custom-nav .slider-next:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
}

.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
    content: '\e75d'
}

.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    content: '\e75e'
}

.owl-slider-wrapper .owl-custom-nav .slider-prev:hover, .owl-slider-wrapper .owl-custom-nav .slider-next:hover {
    color: rgba(255, 255, 255, 1);
}

.owl-slider-wrapper .owl-custom-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.owl-slider-wrapper:hover .owl-custom-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.owl-testimonials {
    display:block;
}

.owl-carousel.owl-theme .owl-controls .owl-page {
    bottom:80px!important;
    right:-42%!important;
}

.owl-slider-wrapper .owl-theme .owl-controls .owl-page {
    bottom:30px!important;
}

.navigation a {
    border: 1px solid #b0b0b0;
    color: #939393;
    line-height: 1;
    font-size: 20px;
    padding: 7px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
}

.navigation a:hover {
    border: 1px solid #32373c;
    color: #32373c;
}

/* Footer ************************************************/

ul {
    padding: 0 0 0 20px
}

ol {
    padding: 0 0 0 20px
}

ol li{
    padding: 4px 0px;
}

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

ul.circled li {
    padding: 6px 0px;
}

ul.circled li:before {
    content: '\e800';
    margin-right: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #32373c;
    font-size: 8px;
}

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

ul.circled li.bg {
    padding: 6px 10px;
    background:#f4f6f8;
    color:#32373c;
    cursor:pointer;
    margin-bottom:5px;
}

ul.circled li:hover.bg {
    background:#f4f6f8;
    color:#fff;
}

ul.circled li.bg a{
    font-weight:600;
    color:#32373c;
    text-decoration:none;
}

ul.circled li.bg a:hover {
    color:#fff;
}

ul.circled li:hover.bg a {
    color:#fff;
}

ul.circled li:hover.bg:before {
    content: '\e800';
    margin-right: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #fff;
    font-size: 8px;
}

ul.circled li i {
    font-size:18px;
    line-height:10px;
}

ul.circled li.bg.current {
    font-weight:600;
    background:#f4f6f8;
    color:#fff;
}

ul.circled li.bg.current:before {
    content: '\e800';
    margin-right: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #fff;
    font-size: 8px;
}

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

ul.arrow  li {
    padding: 4px 0px;
}

ul.arrow li:before {
    content: '\e75e';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello';
    color: #32373c;
    font-size: 12px;
}

.footer {
    background:#32373c;
    padding: 30px 0 20px 0;
    color: #ccc;
}

.footer.white {
    background:#fff;
    color: #32373c;
}

.footer.white h1, .footer.white h2, .footer.white h3, .footer.white h4, .footer.white h5, .footer.white h6 {
    color: #32373c;
    font-weight:200;
    text-transform:capitalize;
}

.footer.white p {
    color: #32373c;
    font-weight:200;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #32373c
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff;
    font-weight:600;
    text-transform:capitalize;
    padding-bottom:20px;
}

.footer.white form {
    margin-top:30px;
}

.footer.white select, .footer.white textarea, .footer.white input[type="text"], .footer.white input[type="password"] {
    width:70%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    border-radius: 2px 0px 0px 2px;
    color:#969ba0;
}

.footer.white .btn-submit {
    position:relative;
    height: 60px;
    border: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    background:#6ec878;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    width:160px;
    border-radius: 0px 2px 2px 0px;
    color:#fff;
    padding-right:0px;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
    left:-5px;
    top:-5px;
}

.footer input[type="text"].alt, .footer.white input[type="text"].alt {
    width:65%;
    height:48px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    border-radius: 2px 0px 0px 2px;
    color:#969ba0;
}

.footer .btn-submit.alt, .footer.white .btn-submit.alt {
    position:relative;
    height: 48px;
    border: none;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    background:#6ec878;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    width:80px;
    border-radius: 0px 2px 2px 0px;
    color:#fff;
    text-align:center!important;
    text-transform:uppercase;
    font-weight:600;
    top:-7px;
    left:-4px;
}

.footer .btn-submit.alt:hover, .footer.white .btn-submit.alt:hover {
    background:#32373c;
}

.footer input[type="text"].alt {
    border: 1px solid #32373c;
}

.footer a.logo {
    padding:0px;
    margin-bottom:30px;
}

.footer a.logo:hover, .footer a.logo:focus {
    text-decoration: none;
}

.footer a.logo img {
    height: 30px;
    background:none;
}

.footer .widget hr {
    border-bottom:1px solid #282d32!important;
    border-top:0px;
}

.footer .widget .contact {
    display:block;
    font-size:14px;
    text-align: left;
    font-style:normal;
    width:100%;
    float:left;
}

.footer .widget .timing {

    float:left;
}

.footer .widget .timing p {

    font-size:14px;
    text-align: left;
    font-style:normal;
    color:#64696e;
}

.footer .widget .contact i {
    display: block;
    color: #fff;
    line-height: 1;
    font-size: 36px;
    float: left;
    margin-right: 20px;
    margin-top:4px;
    text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    padding-top:0px;
    height:48px;
    width:48px;
    text-align:center;
    cursor:pointer;
}

.footer .widget .contact .content p {
    font-size: 14px;
    line-height:18px;
    margin-bottom:0px;
    padding:0 0 10px 0;
    text-transform:none;
}

.footer-links li {
    display:inline-block;
    padding:8px 6px;
}

.footer-links li a {
    color:#969ba0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
    color:#fff;
}

.footer p.bold {
    font-weight:400;
    color:#fff;
    margin-bottom:0px;
}

p.gray {
    font-weight:400;
    color:#969ba0;
    margin-bottom:0px;
    background:none;
}

.footer p a span {
    font-weight:400;
    color:#fff;
}

.footer .services-box-3 {
    margin:40px 0px;
    cursor:pointer;
}

.footer .services-box-3 i, .footer .services-box-3 i:hover {
    background:none!important;
    font-size:48px;
}

.footer .services-box-3 i:hover {
    background:none!important;
    font-size:48px;
}

.footer .services-box-3 .content h3 {
    text-transform:none;
    font-size:14px;
    margin-top:-5px;
}

.footer .services-box-3 .content p {
    font-size:13px;
    font-style:italic;
    color:#666;
}

.tagcloud {
    line-height: 25px
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height:30px;
}

.contact-info i {
    margin-right: 7px;
    font-size:18px;
}

.footer .contact-info i {
    color: #fff
}

.footer .widget.single .contact-info li {
    display: inline;
    margin: 0 15px;
}


/* End CSS */

.int-bg-logo {
    padding:8% 3% 6%;
    background:url(../images/bg-click.html) no-repeat top right;
}
.int-bg-logo h1 {
    font-size:60px;
    line-height:64px;
    font-weight:700;
}
.bg-gray.padd {
    padding:6% 3% 6%;
}
.int-padd {
    float:none!important;
    padding-top:30px!important;
}
.int-btn {
    width:300px;
}

/* Contact */
.map-bg {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-left:40px;

}
.map-bg:before {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0px;
    content: '';
    opacity: 0.8;
    z-index: 2;
    background:#6ec878;
}
.map-bg.nobg:before {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0px;
    content: '';
    opacity: 0.8;
    z-index: 2;
    background:none;
}
.map-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.map-bg .container {
    position: relative;
    z-index: 3;
}
.map-bg h1 {
    margin-bottom: 32px;
}
/* Contact form */

iframe {
        width: 550px;
        height: 335px;
        
    }


.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input, select, textarea, .uneditable-input {
    width: 100%
}
select, textarea, input[type="text"], input[type="email"], input[type="password"] {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #e1e3e5;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
textarea:focus, input[type="text"]:focus, input[type="email"], input[type="password"]:focus {
    background: rgba(255, 255, 255, 1);
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.form-container textarea {
    height: 290px;
}
.btn-submit {
    position:relative;
    height: 50px;
    border: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    background:#6ec878;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    width:100%;
    border-radius:2px;
    color:#fff;
    padding-right:0px;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
}
.btn-submit:hover {
    background:#32373c;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.forms li.error input, .forms li.error textarea {
    border: 1px solid #fffac8
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.searchform {
    position: relative
}
.searchform input[type="text"] {
    border-radius:3px!important;
    width:90%;
}

::-webkit-input-placeholder {
    color: #999 !important

}
:-moz-placeholder {
    color: #999 !important
}
::-moz-placeholder {
    color: #999 !important
}
:-ms-input-placeholder {
    color: #999 !important
}
input:focus::-webkit-input-placeholder {
    color: transparent !important
}
input:focus:-moz-placeholder {
    color: transparent !important
}
input:focus::-moz-placeholder {
    color: transparent !important
}
input:focus:-ms-input-placeholder {
    color: transparent !important
}
.add-comment label {
    margin: 0 0 4px 0;
}
.add-comment label span {
    color: #ff0000;
}
.add-comment input {
    margin: 0 0 20px 0;
    min-width: 200px;
}


/**********************************
MEDIA QUERIES
**********************************/

@media screen and (max-width: 400px) {
    .navbar-brand img {
        width: auto;
        height: 30px;
    }

    .banner-container {
        width: 100%;
        position: relative;
        margin-top: 60px;
        z-index:0;
    }

    .banner ul li .caption p {
        font-size: 12px;
    }

    .bg-dark h2 {
        margin-left: 10px;
    }
    
    iframe {
        width: 300px;
        height: 335px;
    }
}