
/*a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}*/

.color1 {
    color: #000 !important;
    /*color: #333333 !important;*/
}
.color2 {
    color: #696969 !important;
}
.color3 {
    color: #626262 !important;
}
.color4 {
    color: #000!important;
}
.color5 {
    color: #8d8d8d !important;
}
.color6 {
    color: #e5e5e5 !important;
}
.coloror {
    color: #5cb3e1 !important;
}

.bgcolor1 {
    background-color: #000 !important;
}
.bgcolor2 {
    background-color: #696969 !important;
}
.bgcolor3 {
    background-color: #e4e4e4 !important;
}
.bgcolor {
    background-color: #fff !important;
}
.bgcolor4 {
    background-color: #e5e5e5 !important;
}
.bgcolor5 {
    background-color: #cfcfcf !important;
}

.bgcoloror {
    background-color: #8d8d8d !important;
}
.bgcolorgrey {
    background-color: #a5a5a5 !important;
}

.bgcoloradmin {
    background-color: rgba(0,0,0,0.5) !important;
}

.welcomebg {
    /*background-color: rgba(9, 23, 57, 0.95);*/
    background-color: #fff;
}

a.c1:link {
    color: #333333 !important;
}
a.c1:visited {
    color: #333333 !important;
}
a.c1:hover {
    color: #696969 !important;
    text-decoration: underline;
}

a.c2:link {
    color: #000 !important;
}
a.c2:visited {
    color: #000 !important;
}
a.c2:hover {
    color: #333 !important;
    text-decoration: underline;
}

a.c3:link {
    color: #fff !important;
    text-decoration: none;
}

a.c3:visited {
    color: #fff !important;
}

a.c3:hover {
    color: #ddd !important;
    text-decoration: underline;
}

a.cred {
    color: #dd0000 !important;
}
    a.cred:link {
        color: #dd0000 !important;
    }
    a.cred:visited, a.cred:active, a.cred:focus {
        color: #dd0000 !important;
    }
    a.cred:hover {
        color: #860000 !important;
        text-decoration: none !important;
    }

a.gv:link {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

a.gv:visited, a.gv:focus {
    color: rgba(255, 255, 255, 1) !important;
}

a.gv:hover {
    color: rgba(255, 255, 255, 0.70) !important;
    text-decoration: none;
}

a.gold1:link {
    color: #696969 !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

a.gold1:visited, a.gold:focus {
    color: #696969 !important;
    text-decoration: underline !important;
}

a.gold1:hover {
    color: #000 !important;
    text-decoration: underline !important;
}


a.footfb:link {
    color: #8d8d8d !important;
    opacity: 1 !important;
    text-decoration: none !important;
    line-height: normal !important;
}

a.footfb:visited, a.gold:focus {
    color: #8d8d8d !important;
    text-decoration: none !important;
}

a.footfb:hover {
    color: #696969 !important;
    text-decoration: underline !important;
}

a.contact:link {
    text-decoration: none;
    color: #fff;
}
a.contact:visited, a.contact:focus {
    text-decoration: none;
    color: #fff;
}
a.contact:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

/*.checkbox-theme input[type="checkbox"]:checked + label::before {
    border: 2px solid #000;
}

input[type=checkbox]:checked + label:before {
    color: #000;
}*/

.error404-content h1 {
    color: #626262;
}

.copyalignl {
    text-align: left;
}

.copyalignr {
    text-align: right;
}

.floatl {
    float: left !important;
}

.floatr {
    float: right !important;
}

@media only screen and (max-width: 768px) {
    .copyalignl {
        text-align: center;
    }

    .copyalignr {
        text-align: center;
    }

    .floatl {
        float: none !important;
    }

    .floatr {
        float: none !important;
    }
}

.showit {
    display: inline-block!important;
}
.hideit {
    display: none;
}

/*.captcha {
    font-size: 14px;
    line-height: 21px;
}

.captcha img {
    -webkit-filter: opacity(75%) !important;
    filter: opacity(75%) !important;
    border: solid 1px #67b24d;
}
.captcha input {
    padding: 5px;
    text-align: center;
    letter-spacing: 0.05em;
    min-width: 100px;
}*/

.captcha {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}
.captchawhite {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}

    .captcha img {
        -webkit-filter: opacity(75%) !important; /* Safari 6.0 - 9.0 */
        filter: opacity(75%) !important;
        border: solid 1px #828a9b;
    }


    .captcha input {
        /*background: #003e5b;*/
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.10em;
        /*border-radius: 4px;*/
        line-height: 30px;
        padding: 0 2px;
        width: 125px;
        color: #333;
        font-weight: 600;
    }

.btn2 {
    color: #333;
    background-color: #f5f5f5;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.015em;
    text-decoration: none !important;
    border: solid 1px #8d8d8d;
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*width: 116px;*/
    /*height: 40px;*/
    /*font-family: 'Didact+Gothic', sans-serif !important;*/
    /*border: solid 1px rgba(16, 77, 62, 0.50);*/
}

    .btn2:hover {
        color: rgba(255, 255, 255, 0.80);
        background-color: #888;
        border: solid 1px #000;
    }

    .btn2.active {
        color: rgba(255, 255, 255, 0.80);
        background-color: #888;
        border: 1px solid rgb(204, 204, 204);
        /*border: solid 1px #fff;*/
    }

    .btn2:before {
        position: relative;
        top: -5px;
        /*left: 4px;*/
        /*left: 50%;*/
        font-family: FontAwesome;
        font-size: 20px;
        font-weight: 300;
        /*content: '\f1db';*/
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        padding: 0;
        padding: 0;
    }

    .btn2.active:before {
        position: relative;
        top: -5px;
        /*left: 4px;*/
        /*left: 50%;*/
        font-family: FontAwesome;
        font-size: 20px;
        font-weight: 300;
        /*content: '\f111';*/
        color: #000;
        text-align: center;
        padding: 0;
    }

@media only screen and (max-width: 768px) {
}

    .btn3 {
        /*color: rgba(255, 255, 255, 0.50) !important;*/
        color: rgba(255, 255, 255, 0.60) !important;
        background-color: #333333;
        font-size: 15px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        /*border:solid 1px rgba(255,255,255,0.25);*/
        text-align: center;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
        /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
        cursor: pointer;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        /*width: 116px;*/
        /*height: 40px;*/
        /*font-family: 'Roboto', sans-serif !important;*/
        border: solid 2px #333333;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .btn3:hover {
            /*color: #0f2049;
        background-color: #fff;*/
            color: #fff !important;
            background-color: #696969;
            border: solid 2px #333333;
        }

        .btn3.active, .btn3.active:hover {
            /*color: #FFF;
        background-color: rgba(31, 64, 122, 0.9);
        border: solid 1px #0f2049;*/
            color: #fff !important;
            background-color: #696969;
            border: solid 2px #696969;
        }

    .btnpar {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(255, 255, 255, 0.25);
        /*background-color: transparent;*/
        font-size: 16px !important;
        font-weight: 500;
        text-decoration: none !important;
        border: solid 2px rgba(255,255,255,0.85);
        text-align: center;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
        /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
        cursor: pointer;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        white-space: normal;
        /*width: 116px;*/
        /*height: 40px;*/
    }

        .btnpar:hover {
            color: #696969;
            background-color: #fff;
            border: solid 2px rgba(255,255,255,0.85);
        }

        .btnpar.active,
        .btnpar:focus {
            color: #696969;
            background-color: #ffffff;
            border: solid 2px rgba(255,255,255,0.85);
        }

.btnsearch {
    color: #fff;
    background-color: #a58a56;
    padding: 8px;
    height: 40px;
    /*font-size: 16px !important;*/
    line-height: 1.42857;
    font-weight: 500;
    text-decoration: none !important;
    /*border: solid 2px rgba(255,255,255,0.85);*/
    text-align: center;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    letter-spacing: 0.025em;
    /*width: 116px;*/
    /*height: 40px;*/
}

    .btnsearch:hover {
        color: #fff;
        background-color: #a58035;
        border: solid 1px #a58035;
    }

    .btnsearch.active, .btnsearch:visited, .btnsearch:focus {
        color: #fff;
        background-color: #a58035;
        /*border: solid 2px rgba(255,255,255,0.85);*/
    }

    .relset {
        position: relative;
        top: -10px;
    }

    .parallax {
        /*background-image: url("/images/parallax1.jpg");*/
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin-top: -110px;
        margin-bottom: 110px;*/
        background: #000;
    }

        .parallax > div {
            background: #000;
            height: 100%;
            /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
            /*background-image: linear-gradient(45deg, rgba(25, 50, 94, 0.90) 0%, rgba(25, 50, 94, 0.50) 100%);*/
            /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
            /*padding: 50px 250px;*/
            /*text-align: center;
            font-size: 24px !important;
            font-weight: 400;*/
        }

/*@media only screen and (min-width: 968px) {
    .parallax {
        min-height: 364px;
    }
        .parallax > div {
            height: auto;
        }
}*/

    .parallax2 {
        background-image: url("/images/parallax2.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 450px;
    }

        .parallax2 > div {
            /*background-image: -webkit-linear-gradient(45deg, #8db4dc 10%, rgba(0, 84, 164, 0.6) 100%);*/
            background-image: linear-gradient(45deg, rgba(85, 90, 94, 0.80) 100%, rgba(85, 90, 94, 0.80) 100%);
            /*background-image: linear-gradient(45deg, rgba(59, 120, 164, 0.80) 100%, rgba(59, 120, 164, 0.80) 100%);*/
            /*background-image: linear-gradient(45deg, #244791 10%, rgba(0, 84, 164, 0.6) 100%);*/
            height: 100%;
            min-height: 450px;
            padding: 160px 20px 80px;
            text-align: center;
            font-size: 21px !important;
            font-weight: 400;
        }

    /*@media only screen and (max-width: 1368px) {
        .parallax > div {
            padding: 50px 100px;
        }
    }*/

/*@media only screen and (max-width: 968px) {
    .parallax {
        margin-top: -20px;
        margin-bottom: 50px;
    }
}*/

    @media only screen and (max-width: 768px) {
        .parallax {
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .parallax > div {
                height: 100%;
                /*min-height: 400px;*/
                padding: 20px 0;
                text-align: center;
                font-size: 18px !important;
                font-weight: 400;
            }

        .parallax2 {
            min-height: 300px;
        }

            .parallax2 > div {
                height: 100%;
                min-height: 300px;
                padding: 20px;
                text-align: center;
                font-size: 15px !important;
                font-weight: 400;
            }
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .carousel-indicators {
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-bottom: 25px;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

        .carousel-indicators li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #efefef \9;
            background-color: #efefef;
            border: 1px solid #ffffff;
            border-radius: 10px;
        }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            margin: 0;
            background-color: #ffffff;
        }

    .carousel-caption {
        /*right: 0;
    left: 60%;
    bottom: 0;*/
        bottom: 150px;
        position: absolute;
        left: 50%;
        /*top: 80%;*/
        transform: translate(-50%);
        width: 100%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 0;
        /*padding-left:10px;*/
        margin-top: 20px;
        margin-bottom: 80px;
        /*background-color: rgba(0, 0, 0, 0.75);*/
        color: #ffffff;
        font-size: 50px;
        text-align: center;
        text-shadow: none;
        /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-border-radius:10px 0 0 10px;
  -moz-border-radius:10px 0 0 10px;
  border-radius:10px 0 0 10px;*/
    }

        .carousel-caption h1 {
            color: #fff;
            font-size: 50px;
            font-weight: 400;
            line-height: normal;
            text-align: center;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        }

    .carousel-control .glyphicon-chevron-left {
        left: 25%;
    }

    .carousel-control .glyphicon-chevron-right {
        right: 25%;
    }

    .carousel-fade .carousel-inner .item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition: 0.6s ease-in-out;
        -moz-transition: 0.6s ease-in-out;
        -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }

    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
        z-index: 10;
    }

    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .next,
        .carousel-fade .carousel-inner .prev,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.2, 1.2);
        }

        to {
            -webkit-transform: scale(1, 1);
        }
    }

    @keyframes zoom {
        from {
            transform: scale(1.2, 1.2);
        }

        to {
            transform: scale(1, 1);
        }
    }

    .carousel-fade .carousel-inner .item > img {
        -webkit-animation: zoom 10s;
        animation: zoom 10s;
    }

    .carousel-fade:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        /*background-image: url(/images/plain.png);*/
        /*background-image: url(/images/dotsg.png);*/
    }

    #calldiv {
        height: 64px;
        width: 290px;
        float: right;
        position: fixed;
        top: 80%;
        right: -225px;
        z-index: 9999 !important;
        background: rgba(2, 49, 83, 1);
        color: #fff;
        padding: 7px 0;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        /*-webkit-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.5);*/
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        cursor: default;
        font-size: 17px;
        font-weight: 500;
        line-height: 1em;
        border: solid 1px rgba(255, 255, 255, 0.25);
        opacity: 0.85;
        /*border-bottom: rgba(41,47,56,0.5) 5px solid;*/
    }

        #calldiv img {
            padding-left: 7px;
            padding-right: 7px;
            margin: 5px;
            opacity: 0.5;
        }

        #calldiv:hover, #calldiv:hover img {
            opacity: 1;
        }

    .form-group select {
        cursor: pointer;
    }
    /************************************************************************/
    /* Index Projects Styles */

    .projects {
        -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
    }

        .projects .col-md-3 {
            padding-right: 0;
            padding-left: 0;
        }

        .projects .col-md-4 {
            padding-right: 0;
            padding-left: 0;
        }

    .project-inner {
        position: relative;
        padding: 0;
        /*overflow: hidden;*/
        /*border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;*/
    }

        .project-inner::before {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            content: '';
            width: 100%;
            height: 50%;
            background: #000;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
            opacity: 0.9;
            filter: alpha(opacity=30);
        }

        .project-inner h2 {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            color: #ffffff;
            font-weight: 500;
            font-size: 2em;
            opacity: 0.85;
            text-align: center;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
            z-index: 3;
            transition: bottom .6s ease;
        }

        .project-inner:hover h2 {
            bottom: 80px;
            opacity: 1;
        }

        .project-inner > img, .project-inner > a img, .project-caption > img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .project-inner .project-caption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            visibility: hidden;
            opacity: 0;
        }

        .project-inner:hover .project-caption, .project-inner:focus .project-caption {
            visibility: visible;
            opacity: 1;
        }

    /*.project-caption h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 2.5em;
}*/

    .project-caption {
        color: #fff;
        text-align: center;
        z-index: 2;
    }

    .project-details {
        position: absolute;
        width: 100%;
        bottom: 0;
        /*margin-top: -20px;*/
    }

        .project-details p {
            color: #71c514;
            font-size: 1em;
        }

        .project-details i {
            font-size: 1.25em;
        }

    .all-projects {
        background-color: transparent;
        padding: 50px 0;
    }

    .projects-title {
        padding-top: 15px;
        padding-bottom: 5px;
    }

        .projects-title h2 {
            text-transform: uppercase;
            color: #333;
            padding-top: 10px;
            font-family: "Noto Serif", serif;
            font-size: 1.3em;
            font-weight: 600;
        }

    .project-title-devider {
        border-top: 1px solid #999;
        width: 65px;
        margin: 0 auto;
    }

    .selectdiv {
        position: relative;
        /*Don't really need this just for demo styling*/
        /*float: left;
    min-width: 200px;
    margin: 50px 33%;*/
    }

    /* IE11 hide native button (thanks Matt!) */
    select::-ms-expand {
        display: none;
    }

    .selectdiv:after {
        content: '\e259';
        font-family: "Glyphicons Halflings";
        font-size: 13px;
        /*font: normal normal normal 17px/1 Glyphicon;*/
        color: #808080;
        right: 12px;
        top: -3px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        /*border-left: 1px solid #0ebeff;*/
        position: absolute;
        pointer-events: none;
    }

        .selectdiv:after:hover {
            color: #2b2b2a;
        }

    .selectdiv select::-ms-expand {
        display: none;
    }

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        /*height: 42px;
    padding: 6px 9px !important;
    font-size: 14px !important;
    line-height: 1.42857;
    color: #595969;*/
        /*background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
    box-shadow: 0 1px 1px rgba(0,0,0,.10);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
        /*-ms-word-break: normal;
    word-break: normal;*/
        /*cursor: pointer !important;*/
    }

textarea {
    font-family: "Noto Serif", serif;
}

    .ulnostyle ul {
        list-style-type: none !important;
        margin: 0;
        padding: 0;
    }

    .flagimg img {
        position: absolute;
        top: 5px;
        margin-right: 10px;
        display: inline-block;
        width: 24px !important;
        line-height: 24px !important;
    }
    .flagimg2 img {
        position: absolute;
        top: 10px;
        margin-right: 10px;
        display: inline-block;
        width: 24px !important;
        line-height: 24px !important;
    }

    .flagimg span, 
    .flagimg2 span {
        position: relative;
        /*top: 0;*/
        left: 28px;
        display: inline-block;
    }

    .ad-gallery .ad-forward {
        /*background-color: rgba(255, 255, 255, 0.80) !important;*/
        background-position: 0px 22px;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        display: block;
        right: -30px !important;
        width: 30px !important;
        background-image: url('/Images/next.png') !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        top: -8px !important;
    }

    .ad-gallery .ad-back {
        /*background-color: rgba(255, 255, 255, 0.80) !important;*/
        background-position: 0px 22px;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        display: block;
        left: -30px !important;
        width: 30px !important;
        background-image: url('/Images/prev.png') !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        top: -8px !important;
    }

    .ad-gallery .ad-prev-image {
        background: url('/Images/prevbig.png') !important;
        width: 50px !important;
        height: 45px !important;
        left: 0 !important;
        left: auto !important;
        opacity: 0.6 !important;
    }

    .ad-gallery .ad-next-image {
        background: url('/Images/nextbig.png') !important;
        width: 50px !important;
        height: 45px !important;
        right: 0 !important;
        left: auto !important;
        opacity: 0.6 !important;
    }

    .ad-gallery .ad-prev-image,
    .ad-gallery .ad-next-image {
        display: block !important;
    }

        .ad-gallery .ad-prev-image:hover,
        .ad-gallery .ad-next-image:hover {
            opacity: 1 !important;
        }

    .ad-gallery .ad-image-wrapper .ad-prev,
    .ad-gallery .ad-image-wrapper .ad-next {
        width: 10% !important;
    }

    .ad-gallery .ad-controls {
        margin-bottom: 12px;
    }

    .ad-gallery .ad-info {
        float: none !important;
        text-align: center !important;
        color: #626871;
    }

    .blogimg {
        padding: 10px;
        background-color: #fff;
    }

    .articleItem {
        background-color: #fff !important;
        padding: 10px;
        margin-bottom: 20px;
    }

    .articleitem-tags {
        /*padding: 4px 8px;*/
        float: left;
        font-size: 0.9em;
    }

    .articleitem-date {
        float: right;
        font-size: 0.9em;
    }


    .parosimg img {
        background-color: #fff;
        padding: 10px;
        margin: 10px 0;
    }

    .pservices1 {
        font-size: 36px;
        line-height: 36px;
    }

    .pservices2 {
        font-size: 20px;
        line-height: 25px;
    }

    @media only screen and (max-width: 768px) {
        .pservices1 {
            font-size: 24px;
            line-height: normal;
        }

        .pservices2 {
            font-size: 16px;
            line-height: normal;
        }
    }

    #scrollTo1 h4 {
        font-size: 16px;
        line-height: 22px;
    }

    #map_ID .popover {
        margin-left: 180px;
        margin-top: -150px;
    }

    @media only screen and (max-width: 768px) {
        #map_ID .popover {
            display: none !important;
        }
    }

    #map_ID .popover-title {
        background: #333333;
        color: #fff;
        /*font-weight: 600;*/
        font-size: 15px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    #socialtop {
        position: relative;
        top: 5px;
        /*right: 30px;*/
    }

        #socialtop .fa {
            color: #000;
            /*color: rgba(255, 255, 255, 0.75);*/
            font-weight: 300;
            font-size: 24px !important;
            list-style: none;
        }

            #socialtop .fa:hover {
                color: #a58035 !important;
                background-color: none !important;
            }

    @media only screen and (max-width: 1479px) {
        #socialtop {
            display: none !important;
        }
    }


    #top, #bottom, #left, #right {
        background: #696969;
        position: fixed;
        z-index: 19;
    }

    #left, #right {
        top: 0;
        bottom: 0;
        width: 74px;
    }

    #left {
        left: 0;
    }

    #right {
        right: 0;
    }

    #top, #bottom {
        left: 0;
        right: 0;
        height: 15px;
    }

    #top {
        top: 0;
    }

    #bottom {
        bottom: 0;
    }

    @media
    /* Fairly small screens including iphones */
    only screen and (max-width: 998px),
    /* iPads */
    only screen and (min-device-width: 998px) and (max-device-width: 1024px) {
        #top, #bottom, #left, #right {
            display: none;
        }
    }

    .loaderspin {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background-color: #fff !important;
        margin: 0;
        text-align: center !important;
        vertical-align: middle !important;
        /*color: #1c71b6;
        font-size: 60px;*/
        /*background: url('/images/loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
    }

        .loaderspin i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            /*font-family: "fontawesome";
        content: "\f110";*/
            text-align: center !important;
            color: #fff;
            font-size: 70px;
            margin-left: -35px;
            margin-top: -35px;
        }

    #callslide {
        position: fixed;
        /*background: #999;*/
        width: 180px;
        left: -180px;
        top: 20px;
        height: 65px;
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        z-index: 99999 !important;
        text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.45);
        /*-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.25);*/
        /*border-top-right-radius: 30px;*/
        /*border-bottom-right-radius: 100%;*/
        cursor: default;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1em;
        transition: 0.6s;
        /*background-color: #8d8d8d;*/
        /*background-color: rgba(167, 166, 180, 0.00);*/
        opacity: 1;
    }

    #callicon i,
    #callicon img {
        position: absolute;
        left: 165px;
        top: -16px;
        padding: 20px;
        /*top: -20px;*/
        /*padding: 22px 12px;*/
        /*background: #8d8d8d;
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;*/
        /*opacity: 0.5;*/
        color: #fff;
        font-size: 40px;
        opacity: 0.6;
        transition: 0.4s;
    }

    /*#callicon {
        position: absolute;
        left: 220px;
        bottom: 0;
        padding: 30px 16px 22px 18px;
        background: #77429e;
        font-size: 32px;
        border-top-right-radius: 10%;
        border-bottom-right-radius: 10%;
        color: #fff;
    }*/

    .calltoggle {
        padding: 12px 10px;
        float: left;
        font-size: 17px;
    }

    #callslide:hover {
        left: 0px;
        background-color: #000;
        opacity: 1;
    }

        #callslide:hover img {
            opacity: 0;
        }

    #callslide a {
        color: #fff;
    }

        #callslide a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    .compressed #callslide {
        top: 2px;
    }

    .def-main {
        margin-top: -105px;
    }

    @media only screen and (max-width: 768px) {
        .def-main {
            margin-top: 0;
        }
    }

    /************** videoWrapper start **************/
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        width: 100%; /* You can set this width to whatever suits your needs */
        margin: 0 auto;
        background: #2a3247;
    }

        .videoWrapper video {
            position: absolute;
            /*top: -82px;*/
            left: 0;
            width: 100%;
            height: 100%;
        }

        .videoWrapper .container {
            position: absolute;
            z-index: 100;
            top: 46%;
            right: 0;
            left: 0;
            margin-top: -82px;
            color: #fff;
        }

            .videoWrapper .container i {
                display: block;
                margin-bottom: 30px;
                font-size: 50px;
            }

    .fade-out {
        opacity: 0; /* make things invisible upon start */
        -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 3.5s;
        -moz-animation-duration: 3.5s;
        animation-duration: 3.5s;
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

    @media (min-width: 769px) {
        /*.videoWrapper .showimg {
        background-image: none;
    }*/

        .videoWrapper .showimg {
            background-image: url("/images/slider.jpg") !important;
            background-size: cover !important;
            background-repeat: no-repeat;
            background-position: center center !important;
            /*padding: 360px 0 360px;*/
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            /*background-color: #fff*/
            /*position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);*/
            /*max-width: 100%;*/
            /*max-height: 100%;*/
        }
    }

    @media (max-width: 768px) {
        .videoWrapper .container h1 {
            font-size: 24px;
            margin-bottom: 5px;
            letter-spacing: 1px;
        }

        .videoWrapper .container h3 {
            font-size: 20px;
            margin-bottom: 15px;
            color: #c5a366 !important;
        }

        .videoWrapper .container i {
            display: block;
            margin-bottom: 30px;
            font-size: 50px;
        }

        .videoWrapper {
            position: relative;
            padding-bottom: 100%; /* 16:9 Aspect Ratio */
            height: 100%;
            width: auto; /* You can set this width to whatever suits your needs */
            margin: 0 auto;
            background: #2a3247;
            overflow: hidden;
        }

            .videoWrapper video {
                position: absolute;
                /*top: -82px;*/
                width: auto;
                height: 100%;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
            }

            .videoWrapper .showimg {
                background-image: url("/images/slider.jpg") !important;
                background-size: contain !important;
                background-repeat: no-repeat;
                background-position: center center !important;
                /*padding: 360px 0 360px;*/
                margin: auto;
                position: absolute;
                top: -50px;
                left: 0;
                bottom: 0;
                right: 0;
                /*background-color: #fff*/
                /*position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);*/
                /*max-width: 100%;*/
                /*max-height: 100%;*/
            }
    }

    /************** videoWrapper end **************/

    .noshow {
        display: none !important;
    }

    hr.half-margins {
        margin-bottom: 40px !important;
    }

.bgbox1 {
    /*min-height: 100px;*/
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}

    .bgbox2 {
        background-color: #696969;
        color: #fff;
    }

    .bgbox1 h1 {
        font-size: 30px;
        line-height: normal;
        color: #fff;
        padding: 30px 30px 30px 30px;
        font-weight: 600;
        margin: 0;
    }

    .bgbox1 h2 {
        font-size: 70px;
        line-height: 70px;
        color: #fff;
        padding: 0 30px 20px 30px;
        font-weight: 600;
        margin: 0;
    }

    .bgbox2 h1 {
        font-size: 24px;
        line-height: normal;
        color: #fff;
        padding: 20px 30px 20px;
        font-weight: 500;
        margin: 0;
        /*text-align: justify;*/
    }

    .bgbox2 h1 p {
        font-size: 22px;
        line-height: normal;
        margin: 0 0 12px 0;
        font-weight: 400;
        text-transform: inherit;
        text-align: inherit;
    }

@media only screen and (max-width: 1368px) {
    .bgbox1 {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}

    @media only screen and (max-width: 768px) {

        .bgbox2 h1 p {
            font-size: 17px;
            /*display: none !important;*/
        }

        .bgbox1 h1 {
            font-size: 30px;
            line-height: normal;
        }

        .bgbox1 h2 {
            font-size: 50px;
            line-height: 50px;
        }
    }

    @media only screen and (min-width: 968px) {
        .addtoppad {
            padding-top: 100px;
        }
        .addctop {
            padding-top: 75px;
        }        
    }

/************************************/

.projects {
    box-shadow: none;
}

.projects .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.projects .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.project-inner {
    position: relative;
    padding: 0;
    /*overflow: hidden;*/
    /*border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;*/
}

    .project-inner::before {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        content: '';
        width: 100%;
        height: 50%;
        background: #112236;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgb(10, 25, 43) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgb(10, 25, 43) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(10, 25, 43) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112236', endColorstr='#000000',GradientType=0 );
        opacity: 0.95;
        filter: alpha(opacity=95);
    }

    .project-inner h2 {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        color: #ffffff;
        /*font-weight: 500;*/
        font-size: 1.25em;
        letter-spacing: 1px;
        opacity: 0.7;
        text-align: center;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        z-index: 3;
        transition: bottom .6s ease;
    }

    .project-inner:hover h2 {
        bottom: 65px;
        opacity: 1;
    }

    .project-inner > img, .project-inner > a img, .project-caption > img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .project-inner .project-caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .project-inner:hover .project-caption, .project-inner:focus .project-caption {
        visibility: visible;
        opacity: 1;
    }

/*.project-caption h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 2.5em;
}*/

.project-caption {
    color: #fff;
    text-align: center;
    z-index: 2;
}

.project-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    /*margin-top: -20px;*/
}

    .project-details p {
        color: #dd9e32;
        /*color: rgba(255, 255, 255, 0.70);*/
        font-size: 1.035em;
        padding: 0 10px;
    }

.all-projects {
    background-color: transparent;
    padding: 50px 0;
}

.projects-title {
    padding-top: 15px;
    padding-bottom: 5px;
}

    .projects-title h2 {
        text-transform: uppercase;
        color: #333;
        padding-top: 10px;
        /*font-family: 'Ubuntu', sans-serif;*/
        font-size: 1.3em;
        font-weight: 600;
    }

.project-title-devider {
    border-top: 1px solid #999;
    width: 65px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .project-inner h2 {
        font-size: 1.75em;
    }
}

/******************************************/