﻿/* Generic Css */
body {
    font-size: 13pt;
    font-family: "Titillium Web",sans-serif;
    position: relative;
    overflow-x: hidden;
}

.no-js {
    padding-top: 106px;
}

.loading {
    background: url('../../Images/loading.gif') no-repeat center center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.col-last {
    padding-right: 0;
}

.Page-container {
    overflow: hidden;
}

.thumbnil {
    border: 1px solid #fff;
    outline: 5px solid #E5E5E5;
}

.required, .requiredmessage {
    color: red;
}

a {
    outline: none !important;
}

    a:hover {
        color: #D20B0C;
    }

hr.sep {
    margin: 15px 0;
}

.RedText {
    color: #D20B0C;
}

.PageContentWrap {
    box-shadow: 0px -5px 10px #ccc;
}

.center {
    text-align: center;
}

.map {
    border: 0;
    height: 260px;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#scrollToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    font-size: 25px;
    line-height: 40px;
    background: #D20B0C;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

    #scrollToTop .fa {
        line-height: 40px;
    }

.rotate {
    /* Safari */
    -webkit-transform: rotate(15deg);
    /* Firefox */
    -moz-transform: rotate(15deg);
    /* IE */
    -ms-transform: rotate(15deg);
    /* Opera */
    -o-transform: rotate(15deg);
}

/* Fixed banner Css */
.fixed_banner {
    background-image: url('../Banner/Chrysanthemum.jpg');
    background-attachment: fixed;
    background-size: 100% 390px;
    background-position: 0px 80px;
    background-repeat: no-repeat;
    height: 470px;
    padding: 70px 0 70px 0;
    color: #fff;
    position: relative;
}

    .fixed_banner h1 {
        color: #fff;
    }

.NewCloudSolution_banner_text {
    font-size: 100px !important;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6) !important;
    margin-left: 15px;
}

.solution_banner_text {
    background: #D20B0C;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    width: 220px;
    text-align: center;
    margin-left: 10px;
    font-size: 48px;
    border-radius: 4px;
    font-weight: 300 !important;
    margin-left: 25px;
}

.WeAreHiring {
    float: right;
    width: 100px;
    height: 100px;
}

    .WeAreHiring i {
        color: #D20B0C;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 115px;
        position: absolute;
        right: 0px;
        top: 35px;
    }

    .WeAreHiring p {
        position: absolute;
        font-size: 18px;
        z-index: 1px;
        right: 23px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        top: 65px;
        color: #fff;
        display: block;
        text-align: center;
        width: 100px;
    }

/* Logo Css */
.logo {
    text-align: left;
    padding: 12px 15px 0 0 !important;
    height: 80px;
    display: block;
}

    .logo:hover {
        background: none !important;
        text-decoration: none;
    }

.TopLogo {
    margin: 5px 0 15px;
}

.logo img {
    display: inline-block;
}

.logo .NewCloudSolution {
    height: 55px;
}

/* Page header Css */
.page-header {
    border-bottom: none;
    margin: 0;
    padding: 10px 10px 0;
}

.sub-header {
    background-image: url(../../Images/TabeBG.png);
    width: 160px;
    height: 30px;
    position: relative;
    left: 20px;
    top: -15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

/* Page Content Css */
.PageContent {
    clear: both;
    width: 100%;
    float: left;
    float: left;
    width: 100%;
    padding: 0 0px 50px !important;
    background-color: #fff;
}

    .PageContent .PageleftContent {
        width: 230px;
        margin: 15px;
        background-color: #fff;
        float: left;
        padding: 15px;
    }

        .PageContent .PageleftContent h4 {
            margin-top: 0px;
            font-weight: bold;
        }

        .PageContent .PageleftContent img {
            width: 100%;
        }

        .PageContent .PageleftContent hr {
            border: 1px solid #ddd;
        }

    .PageContent .PageRightContent {
        width: 100%;
        padding: 30px;
        float: left;
    }

        .PageContent .PageRightContent h3.heading {
            font-weight: bold;
            margin-top: 15px;
            border-bottom: 1px solid #e1e1e1;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .PageContent .PageRightContent h3.heading .fa {
                color: #D20B0C;
                margin-right: 5px;
            }

        .PageContent .PageRightContent .SubHeading {
            font-weight: bold;
            text-decoration: underline;
        }

    .PageContent .ContentPanelBG {
        width: 80%;
        margin: auto;
        background: none;
    }

/* Buttons */
.btn {
    font-size: 16px;
}

.btn-black {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #fff;
}

    .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
        background-color: #1f1f1f;
        border-color: #131313;
        color: #fff;
    }

    .btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
        background-color: #2c2c2c;
        border-color: #2c2c2c;
        color: #fff;
    }

.btn-red {
    background-color: #D20B0C;
    border-color: #D20B0C;
    color: #fff;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
        background-color: #ba0a0b;
        border-color: #a20809;
        color: #fff;
    }

    .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
        background-color: #D20B0C;
        border-color: #D20B0C;
        color: #fff;
    }

.greenbox {
    background-color: #E9FFD9;
    border-left: 3px solid #A6CA8A;
    padding: 10px;
}

.redbox {
    background-color: #FDF7F7;
    border-left: 3px solid #EED3D7;
    padding: 10px;
}

.SendEmailWrap {
    max-width: 600px;
    margin: 15px auto;
}

/* Parallax Css */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}

#team-scroller .designation {
    margin-top: 10px;
    display: block;
}

.gap {
    margin-bottom: 50px;
}

.big-gap {
    margin-bottom: 100px;
}

.section {
    min-width: 960px;
    opacity: 0;
}

.main {
    overflow-x: hidden;
    clear: both;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 450px;
    min-height: 600px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    padding: 0 15px;
    text-align: center;
}

    .hsContent p {
        width: 400px;
        margin: 0 auto;
        color: #b2b2b2;
    }

    .hsContent a {
        color: #b2b2b2;
        text-decoration: underline;
    }

.bgBlack {
    background-color: rgba(0,0,0,0.75);
    padding: 3px 10px;
}

/* Main Slider Css */
#main-slider {
    background-image: url('../Banner/company.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 70px 0 365px;
    color: #fff;
    position: relative;
}

    #main-slider .item {
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        -webkit-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
        text-align: left;
    }

        #main-slider .item:first-child {
            top: auto;
            position: relative;
        }

        #main-slider .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out 500ms;
            -o-transition: opacity ease-in-out 500ms;
            -webkit-transition: opacity ease-in-out 500ms;
            transition: opacity ease-in-out 500ms;
            z-index: 2;
        }

            #main-slider .item.active h1 {
                -webkit-animation: scaleUp 400ms;
                -moz-animation: scaleUp 400ms;
                -o-animation: scaleUp 400ms;
                -ms-animation: scaleUp 400ms;
                animation: scaleUp 400ms;
            }

    #main-slider h1 {
        font-size: 68px;
        text-shadow: 0 3px rgba(0, 0, 0, 0.1);
        color: #fff;
    }

/* Box Css */
.box {
    padding: 80px 30px 50px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
}

    .box.last {
        border-radius: 0 0 5px 5px;
    }

    .box h2 {
        padding: 10px 30px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        margin-bottom: 30px;
        font-size: 48px;
    }

        .box h2.main_heading {
            color: #fff;
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
            background-color: #D20B0C;
            text-align: center;
        }

    .box h3.sub_heading {
        font-size: 28px;
        margin-bottom: 15px;
        font-family: Titillium Web,sans-serif;
        text-align: center;
    }

    .box h4.content {
        font-size: 20px;
        font-weight: normal;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
    }

/* Portfolio Css */
#portfolio .box {
    background: #fff;
}

.section_type2 .box, .section_type4 .box {
    background: #f3f3f3;
}

.portfolio-items, .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-filter {
    margin-bottom: 15px;
    text-align: center;
}

    .portfolio-filter > li {
        display: inline-block;
    }

.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-2 > li {
    width: 50%;
}

.portfolio-items.col-3 > li {
    width: 33%;
}

.portfolio-items.col-4 > li {
    width: 25%;
}

.portfolio-items.col-5 > li {
    width: 20%;
}

.portfolio-items.col-6 > li {
    width: 16%;
}

.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background: #e1e1e1;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

    .portfolio-item .overlay .preview {
        position: relative;
        top: 50%;
        display: inline-block;
        margin-top: -20px;
    }

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-filter .btn-default.active {
    background-color: #D20B0C;
    border-color: #D20B0C;
    color: #fff;
}

#options {
    padding: 0 0 10px 0;
}

.element {
    overflow: hidden;
    position: relative;
    height: 220px;
}

    .element img {
        max-width: 100%;
    }

#filters {
    position: relative;
    padding: 0;
    margin: 25px 0 0 0;
}

    #filters li {
        display: block;
        margin: 0 10px 10px 0;
        float: left;
        padding: 0;
        list-style: none;
    }

        #filters li a.selected {
            color: #fff;
            background: #d00b01;
            text-decoration: none;
        }

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */

    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

/* Services Css */
#services .box {
    padding-bottom: 0;
}

#services .row > div {
    margin-bottom: 50px;
}

/* Navigation Css */
.nav {
    margin: auto;
    width: auto;
}

    .nav .fa {
        margin: 0 !important;
    }

.navbar-default {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 0;
    padding: 0;
    overflow: hidden;
}

    .navbar-default .first a {
        border-radius: 0 0 0 5px;
    }

    .navbar-default .navbar-brand {
        margin: 0 30px;
        width: 250px;
        height: 78px;
        padding: 10px;
    }

        .navbar-default .navbar-brand img {
            display: inline-block;
        }

    .navbar-default .navbar-nav > li {
        margin-left: 1px;
        vertical-align: top;
    }

        .navbar-default .navbar-nav > li > a {
            padding: 31px 13px;
            font-size: 15px;
            line-height: 18px;
            color: #333;
            margin-right: 1px;
        }

            .navbar-default .navbar-nav > li > a > i {
                display: inline-block;
                margin-right: 5px;
            }

        .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active:focus > a, .navbar-default .navbar-nav > li.active:hover > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active:focus > a:focus, .navbar-default .navbar-nav > li.active:hover > a:focus, .navbar-default .navbar-nav > li:hover > a:focus, .navbar-default .navbar-nav > li:focus > a:focus {
            background-color: #D20B0C;
            color: #fff;
        }

/* Icon Css */
.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.icon-md {
    font-size: 35px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    cursor: pointer;
    color: #313131;
    margin-right: 10px;
    background-color: #D1D1D1;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}

    .icon-md:hover {
        background-color: #D20B0C;
        color: #fff;
    }

/* Footer Css */
#footer .box {
    background-color: #fff;
    color: #333;
    padding-bottom: 60px;
}

    #footer .box a {
        color: #333;
        text-decoration: underline;
    }

.generic_footer {
    padding: 5px;
    background-color: #222;
    color: #fff;
    clear: both;
    text-align: center;
}

    .generic_footer a {
        text-decoration: underline;
        color: #fff;
    }

/* Section1 Css */
.section_type1 .item {
    min-height: 250px;
}

.section_type1 .box h4 {
    margin-top: 0;
}

/* Section2 Css */
.section_type2 .icon-md {
    color: #444444;
    background: none;
    background-color: #fff;
}

.section_type2 .box, .section_type2 h3 {
    color: #111;
    font-weight: normal !important;
}

.section_type2 .box {
    background-image: url('../Banner/images (3).jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.section_type2 .item {
    min-height: 250px;
}

.section_type2 .box .icon-md {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

    .section_type2 .box .icon-md:hover {
        background: #D20B0C;
        color: #fff;
    }

.section_type2 .box h2, .section_type2 .box h3 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.section_type2 .box .icon-md.icon-color1 {
    line-height: 72px;
    padding-left: 5px;
}

.section_type2 .box .icon-md.icon-color8 {
    line-height: 75px;
}

/* Section3 Css */
.section_type3 .box {
    background-color: #fff;
}

.section_type3 h3.sub_heading {
    margin-bottom: 40px;
}

.section_type3 .font-semibold {
    font-weight: 600;
}

/* Section4 Css */
.technology_icon_wrap {
    margin: auto;
    text-align: center;
}

.section_type4 .box {
    background-image: url('../Banner/header_home.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .section_type4 .box .technology_icon {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    }

.section_type4 .technology {
    display: inline-block;
    text-align: center;
    margin: 20px;
    width: 160px;
    cursor: pointer;
}

    .section_type4 .technology:hover h3 {
        color: #D20B0C !important;
    }

    .section_type4 .technology h3 {
        font-weight: normal;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

.section_type4 .technology_icon {
    background: #fff;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
}

    .section_type4 .technology_icon.ajax {
        padding-top: 18px;
    }

    .section_type4 .technology_icon.asp_net {
        padding-top: 22px;
    }

    .section_type4 .technology_icon.mysql {
        line-height: 65px;
    }

    .section_type4 .technology_icon.ajax {
        line-height: 55px;
    }

    .section_type4 .technology_icon.bootstrap {
        padding-top: 15px;
    }

    .section_type4 .technology_icon.tortoise {
        padding-top: 15px;
    }

    .section_type4 .technology_icon.visual_studio {
        padding: 15px 2px 0 0;
    }

    .section_type4 .technology_icon.sybase {
        padding-top: 15px;
    }

    .section_type4 .technology_icon img {
        max-height: 50px;
        max-width: 80%;
    }

/* Alert Css */
.alert {
    background-color: #fff;
    color: #444;
    padding: 10px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: 0 auto 0;
    z-index: 100;
}

    .alert .icon {
        max-width: 40px;
        padding: 0 !important;
        font-size: 3em;
    }

    .alert .delete-content {
        position: relative;
        top: 10px;
    }

    .alert .right-content {
        margin-left: -40px;
        padding-left: 50px;
        float: right !important;
        width: 100%;
        padding-right: 15px;
        text-align: left !important;
    }

    .alert a {
        cursor: pointer;
    }

    .alert .deleteSmall .fa {
        font-size: 12pt;
        color: #666 !important;
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .alert.SucTip .fa {
        color: #47AD09;
    }

    .alert.ErrorTip .fa {
        color: #E82829;
    }

    .alert .fa {
        color: #0090CB;
        text-align: left;
    }

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

.hover_img {
    position: relative;
    background-color: #fff;
}

    .hover_img img, .post_carousel img {
        border-radius: 3px;
        border: 1px solid #ccc;
    }

.portfolio_zoom1 {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background-image: url(../images/zoom1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
}

.hover_img:hover .portfolio_zoom1 {
    display: block;
}
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

.element {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .element img {
        max-width: 100%;
    }

#options {
    padding: 0 0 10px 0;
    display: inline-block;
}

#filters {
    position: relative;
    padding: 0;
    margin: 25px 0 0 0;
}

    #filters li {
        display: block;
        margin: 0 10px 10px 0;
        float: left;
        padding: 0;
        list-style: none;
    }

        #filters li a.selected {
            color: #fff;
            background: #d00b01;
            text-decoration: none;
        }

.preloader {
    background: url(../../Images/loading.gif) center center no-repeat;
    display: block;
}
/* Portfolio */
.portfolio_zoom, .portfolio_link {
    display: none;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -33px;
    background-image: url(../../images/zoom.png);
    background-position: 0 -33px;
    background-repeat: no-repeat;
    z-index: 2;
}

.portfolio_link {
    margin: -13px 0 0 1px;
    background-image: url(../../images/link.png);
}

    .portfolio_zoom:hover, .portfolio_link:hover {
        background-position: 0 0;
    }

    .portfolio_zoom a, .portfolio_link a {
        display: block;
        width: 33px;
        height: 33px;
        text-indent: -9999px;
    }

.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description {
    display: block;
}

.item_description {
    text-align: center;
    color: #313131;
}

    .item_description h6 {
        font-weight: 800;
        margin: 15px 0 15px 0;
        text-transform: uppercase;
        font-family: 'Open Sans',sans-serif;
        color: #D20B0C;
    }

        .item_description h6 a {
            color: #D20B0C;
        }

.pp_gallery {
    bottom: 35px;
    background-color: #000;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
    border: 1px solid #444;
    padding: 7px 5px 5px;
    border-radius: 5px;
    opacity: 0.8;
}

.pp_social {
    display: none;
}

#IEBrowser a {
    margin: 10px;
    display: inline-block;
}

.info-box, .error-box, .success-box, .note-box {
    padding: 10px;
    border: 0px solid #ccc;
    border-left-width: 5px;
    overflow: hidden;
}

    .info-box .icon, .error-box .icon, .note-box .icon, .success-box .icon {
        max-width: 40px;
        margin-right: 10px;
        padding: 0 10px;
    }

        .info-box .icon .fa, .error-box .icon .fa, .note-box .icon .fa, .success-box .icon .fa {
            font-size: 3em;
        }

    .info-box .right-content, .error-box .right-content, .note-box .right-content, .success-box .right-content {
        text-align: left;
    }

    .info-box .title, .error-box .title, .note-box .title, .success-box .title {
        font-size: 13pt;
        color: #333;
        text-align: left;
    }

    .info-box .content, .error-box .content, .note-box .content, .success-box .content {
        font-size: 11pt;
        color: #333;
        text-align: left;
    }

    .info-box .fa {
        color: #0090CB;
    }

.error-box {
    background-color: #FDDFDF;
    border-color: #D20B0C;
}

    .error-box .fa, .error-box .fa:hover {
        color: #E82829 !important;
    }

.success-box {
    background-color: #E9FFD9;
    border-color: #a6ca8a;
}

    .success-box .fa, .success-box .fa:hover {
        color: #45A046 !important;
    }

.info-box {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

    .info-box .fa, .info-box .fa:hover {
        color: #0090CB !important;
    }

.note-box {
    background-color: #FFFFC1;
    border-color: #FCD209;
    line-height: 25px;
}

    .note-box a {
        font-weight: normal !important;
        text-decoration: underline;
        color: #333;
    }

        .note-box a span {
            font-size: 9pt !important;
        }

    .note-box .fa, .note-box .fa:hover {
        color: #FF8C00 !important;
    }
