/*******************************************************************************
 Add your styles here
 *******************************************************************************/
.top-bar-title h2 {
    display: inline;
}
.top-bar-title ol {
    display: inline;

    text-align: left;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

}
.top-bar-title ol li {
     display: inline;
 }
#contact-form {
    float: none;
}
#contact-form input[type="email"] {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 10px;
    height: 50px;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    border-radius: 0;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
}

#contact-form .form-error {
    border-bottom-color: #d9534f !important;
    margin-bottom: 5px !important;
}
#contact-form .error-message {
    color: #d9534f;
    margin-bottom: 15px;
}

.ctexts ul {
    list-style: circle;
    padding:10px 0 10px 14px;
}
.ctexts ol {
    list-style: upper-roman;
    padding:10px 0 10px 14px;
}
.ctexts ul li, .ctexts ol li {
    margin-bottom:4px;
    color:#999;
    padding-left:10px;
    font-weight:600;
    font-size:12px;
    letter-spacing:1px;
    text-align: left;
}


.serv-details {
    display: block;
}
.trsp-btn {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.trsp-input {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    width: 295px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.trsp-input::placeholder {
    opacity: 1;
    color: #fff;
}
.trsp-input:focus::placeholder {
    visibility: hidden;
}

.fixed-filter .filter-button {
    float: left;
    padding: 0 25px;
    height: 42px;
    border-right: 1px solid #f0f0f0;
    line-height: 42px;
    display: inline;
    text-transform: uppercase;
}
.inline-filter .filter-button {
    float: left;
    padding: 10px 25px;
    background: #fff;
    position: relative;
    border-left: 1px solid #f0f0f0;
    display: inline;
    text-transform: uppercase;
}
@media only screen and  (max-width: 756px) {

    .inline-filter .filter-button {
        padding: 0 25px;
        width: 100%;
    }

}
/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.alert {
    background-color: white !important;

    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.alert-danger {
    border-left-color: #9c1f1f !important;
}
.alert-success {
    border-left-color: #449d48 !important;
}
.alert-warning {
    border-left-color: #bf7545 !important;
}
.alert-info {
    border-left-color: #3d86a9 !important;
}
.alert .alert-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.alert .alert-link {
    color: inherit;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
    color: inherit;
}
.alert-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
    color: #1565C0;
}
.alert-primary hr {
    border-top-color: #187bd1;
}
.alert-primary .alert-link {
    color: #104d92;
}
.alert-primary,
.alert-primary .close {
    color: #104d92;
}
.alert-success,
.alert-success .close {
    color: #205823;
}
.alert-info,
.alert-info .close {
    color: #00545c;
}
.alert-warning,
.alert-warning .close {
    color: #aa3510;
}
.alert-danger,
.alert-danger .close {
    color: #9c1f1f;
}
.alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
}
.alert-component {
    border-width: 0;
}
.alert-component[class*=alert-styled-] {
    background-color: #fff;
}
.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
    color: #fff;
}
.alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert[class*=alert-styled-].alert-danger:after, .alert[class*=alert-styled-][class*=bg-danger]:after {
    content: "\f06a";
}
.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
    content: "\f00c";
}
.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
    content: "\f071";
}
.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
    content: "\f05a";
}
.alert.alert-styled-right:after {
    left: auto;
    right: -44px;
}
.alert.alert-styled-custom:after {
    content: "\e81b";
}
.alert.alert-styled-left {
    border-left-width: 44px;
}

.alert.alert-styled-right {
    border-right-width: 44px;
}
.alert.alert-styled-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
}
.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}
.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}




/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify {
    top: 20px;
    right: 20px;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: 0;
}
body > .ui-pnotify {
    position: fixed;
    z-index: 100040;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 100px;
}
.ui-pnotify[class*=bg-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}
.ui-pnotify[class*=text-] > .ui-pnotify-container,
.ui-pnotify[class*=alpha-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
    left: 20px;
    right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
    bottom: 20px;
    top: auto;
}
.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}
.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 200px;
    right: 200px;
}
.ui-pnotify.stack-custom-left {
    top: 200px;
    left: 200px;
    right: auto;
    bottom: auto;
}
.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}
.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}
.ui-pnotify.ui-pnotify-in {
    display: block!important;
}
.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity linear 0.6s;
    -o-transition: opacity linear 0.6s;
    transition: opacity linear 0.6s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity linear 0.4s;
    -o-transition: opacity linear 0.4s;
    transition: opacity linear 0.4s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ui-pnotify-container {
    padding: 15px 20px;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: 0;
}
.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}
.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
}
.ui-pnotify-text {
    display: block;
}
.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}
.ui-pnotify-icon > [class^=icon-] {
    margin-top: 4px;
    margin-right: 15px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    line-height: 1;
    outline: 0;
}
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}
.brighttheme {
    border: 0px solid;
}
.ui-pnotify[class*=bg-] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.brighttheme-notice {
    background-color: #FFF3E0;
    border-color: #FF9800;
}
.brighttheme-info {
    background-color: #E3F2FD;
    border-color: #1E88E5;
}
.brighttheme-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
}
.brighttheme-error {
    background-color: #FBE9E7;
    border-color: #FF5722;
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    outline: 0;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    content: '';
    font-family: 'Icomoon';
    font-size: 10px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.brighttheme-icon-closer:after {
    content: "\ed6a";
}
.brighttheme-icon-sticker:after {
    content: "\ee70";
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    content: "\ee75";
}
.ui-pnotify[class*=alert-styled-] {
    border-width: 0;
    padding: 0;
}
.ui-pnotify.alert-styled-left .brighttheme {
    border-left-width: 44px;
}
.ui-pnotify.alert-styled-left:after {
    left: 0;
}
.ui-pnotify.alert-styled-right .brighttheme {
    border-right-width: 44px;
}
.ui-pnotify.alert-styled-right:after {
    right: 0;
}
.brighttheme .ui-pnotify-action-bar {
    padding-top: 15px;
}
.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    border-color: transparent transparent #ddd;
    background-color: transparent;
    margin-bottom: 15px !important;
    color: #333333;
    padding: 8px 0;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
    border-bottom-color: #fff;
    color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control {
    border-bottom-color: #fff;
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.ui-pnotify[class*=bg-] .form-control:-ms-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-webkit-input-placeholder {
    color: #fff;
}
.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 20px;
    width: 70px;
    border-top: none;
    padding: 0;
    z-index: 10000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center;
}
.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        border-bottom-width: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
        display: none !important;
    }
    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
}

@media (min-width: 764px) {
    .fullheight-carousel-holder .customNavigation {
        display: none;
    }
}

@media only screen and (min-width : 1224px) {
    .gallery-item a.popup-image {
        z-index: 15;
    }
    .gallery-item a.category-link {
        display: block;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        width: 100%;
    }
}
.details-box a {
    text-decoration: underline;
}
/*
.logo-holder  a:before, .logo-holder  a:after {
    width: 70px;
    transform: translateY(50%);
    background: red;
    right: 0;
}
.logo-holder img {
    max-width: 100%;
}
.logo-holder a:hover::after {
    background: yellow;
    width: 0px;
    right: 0;
}*/
.logo-holder img {
    max-width: 100%;
}

.logo-holder  a:before, .logo-holder  a:after {
    width: 100%;
    left: 0px;
    transform: translateY(50%);
    background: #000;
}
.logo-holder  a:hover:after {
    width: 100%;
}
.logo-holder  a:after {
    width: 0;
    background: white;
}
.team-holder li {
    width: 50%;
    padding: 20px 0 20px 0;
}
.team-social {
    top: 90%;
}
.team-info {
    top: 60%;
    text-align: center;
    margin-top: 0;
    position: absolute;
}
.team-box:before, .team-box:after {
    display: none;
}
.team-social li a {
    padding: 20px 20px 20px 0;
    text-shadow: 0 0 20px #929292;
}
.gallery-mid-size {
    width: 50%;
}

.fixed-filter a, .filter-button, .count-folio {
    border-bottom: 1px solid #f0f0f0;
    background-color: white;
}
@media (max-width: 756px) {
    .fixed-filter a {
        border-bottom: none;
    }
}


#reset, .submit	{
    float:left;
    text-decoration: none;
    border:none;
    background:none;
    padding:15px 30px;
    cursor:pointer;
    font-weight:500;
    font-size:10px;
    color:#fff;
    background:#000;
    letter-spacing:2px;
    -webkit-appearance: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#reset span, .submit span {
    position:relative;
}
#reset span:before, .submit span:before {
    content:'';
    position:absolute;
    top:50%;
    left:-30px;
    width:0;
    background:#fff;
    height:1px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#reset:hover span:before, .submit:hover span:before {
    width:15px;
}
#reset:hover, .submit:hover {
    padding-left:45px;
}

.header-footer h3 {
    font-size: 1.5em;
}
.header-footer .copyright {
    margin-top: 20px;
    float: left;
}
#project-details {
    display: none;
}
.project-details h3 {
    font-size: 15px;
}
.project-details h3 i {
    margin-right: 5px;
}

ul.icon-group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: white;
    margin: 5px;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.55);
}
ul.icon-group li {
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
}
ul.icon-group li i.fa-youtube-play
{
    color: #ff0000;
    background-color: white;
    line-height: 6px;
}
.bg-contain .bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-contain .num-holder {
    color: black;
    background-color: white;
    padding: 10px 20px;
}
.bg-contain .num-holder:before, .bg-contain .panel-dots {
    background-color: rgba(0,0,0,0.31);
}
.bg-contain .num-holder:after, .bg-contain .panel-dots .owl-dot span:before {
    background-color: #000;
}
.full-width .content, .bg-contain .bg {
    background-color: #fff;
}

.full-width.wrapper-inner {
    padding-left: 0px;
}
.full-width.container, .full-width .page-title .container {
    float: none;
    margin: 0 auto;
}

@media only screen and (max-width: 1056px) {
    #wrapper {
        margin-top: 50px;
        height: auto;
    }
}

.bg-contain .num-holder:after, .num-holder:before {
    content: none;
}
.bg-contain .customNavigation {
    font-size: 30px;
}
.grid-xsmall-pad  .grid-item-holder{
    padding:3px 6px 3px 0;
}
.preload-bg {
    top: 2px;
    background-color: rgba(240, 240, 240, 0.55);
}
.back-link p.error {
    padding-top: 10px;
    text-align: center;
}
