﻿@charset "utf-8";

/* CSS Document */

@import url('fa/css/font-awesome.min.css');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    background-color: #ecedef;
    color: #555;
}

p {
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 1em;
}

.page_content li {
    list-style-position: inside;
}

table td {
    padding: 2px;
}

a img {
    border: none;
}

.green-email {
    color: #92d400;
    font-weight: 600;
}

h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 200;
    text-transform: none;
    font-size: 1.8em;
}

h3 {
    text-transform: none;
}

#footer h4 {
    font-family: 'Open Sans', sans-serif !important;
}

#preloader {
    background: #333000 url(preloader.gif) no-repeat center 50%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

#header, #subpage_header {
    background: #000;
}

    #header img, #subpage_header img {
        margin: 20px 0;
    }

    #header ul li, #subpage_header ul li {
        float: left;
        display: inline-block;
        text-transform: none;
        vertical-align: top;
        margin: 0 10px;
    }

        #header ul li a, #subpage_header ul li a {
            display: inline-block;
            color: #AFAFAF;
            text-decoration: none;
            position: relative;
            font-size: 14px;
            line-height: 1.4em;
            font-weight: 600;
            border-bottom: 2px solid #000;
            margin: 0;
            padding: 0;
        }

            #header ul li a:hover, #subpage_header ul li a:hover {
                color: #fff;
                border-bottom: 2px solid #92d400;
            }

            #header ul li a::first-letter {
                text-transform: uppercase;
            }

        #header ul li.separator {
            width: 0px;
            overflow: hidden;
        }

    #header .arrow {
        width: 17px;
        height: 9px;
        background: url(menuarrow.gif) no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 60px;
        opacity: 0;
    }

    #header ul li#magic-line {
        position: absolute;
        top: 108px;
        left: 0;
        width: 100px;
        height: 2px;
        background: #fe4902;
    }

    #mainmenu ul, #subpage_header .nav ul {
        float: right;
        margin: 0;
        padding: 33px 0;
    }

#headline {
    text-align: center;
}

    #headline .container_12 {
        position: relative;
    }

    #headline .search {
        position: absolute;
        top: 0;
        right: 0;
        width: 73px;
        height: 34px;
        background: #92d400;
        overflow: hidden;
        z-index: 999;
    }

input#ctl00_ucWebsiteSearchPodHome_txtKeywords {
    width: 180px;
    float: left;
    outline: 0;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
    -webkit-border-top-left-radius: .3em;
    -moz-border-radius-topleft: .3em;
    border-top-left-radius: .3em;
    -webkit-border-bottom-left-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    border-bottom-left-radius: .3em;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0;
    background-clip: padding-box;
    margin: 0;
    color: #333;
    -webkit-transition: all .5s ease-in-out .1s;
    -moz-transition: all .5s ease-in-out .1s;
    -o-transition: all .5s ease-in-out .1s;
    -ms-transition: all .5s ease-in-out .1s;
    transition: all .5s ease-in-out .1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    height: 24px;
}

#headline .search .searchfield {
    position: absolute;
    right: 92px;
    padding-top: 5px;
    outline: none;
    border: none;
}

#headline .search .searchHomeButton {
    height: 35px;
    width: 25px;
    position: absolute;
    right: 64px;
    padding-top: 7px;
    top: 2px;
}

    #headline .search .searchHomeButton input {
        cursor: pointer;
    }

#headline .search a.icon2 {
    width: 113px;
    height: 19px;
    position: absolute;
    right: -20px;
    top: 7px;
    color: #fff;
    text-decoration: none;
}

#banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 45px;
}

    #banner ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        height: 675px;
        overflow: hidden;
    }

        #banner ul li {
            height: 460px;
            display: none;
            position: absolute;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

    #banner .slideDescription {
        overflow: hidden;
    }

        #banner .slideDescription h3 {
            margin: 0 0 10px 0;
        }

    #banner .slideContent {
        margin: 3px 0;
        padding: 20px;
        font-size: 0.9em;
    }

        #banner .slideContent h4 {
            margin-bottom: 8px;
        }

        #banner .slideContent p.link {
            margin: 15px 0 0 0;
        }

        #banner .slideContent p::first-letter {
            text-transform: uppercase;
        }

    #banner .slideDescription.topright {
        width: 194px;
        position: absolute;
        top: 30px;
        right: -0px;
    }

    #banner .slideDescription.color1 {
        border: 1px solid #92d400;
        border-width: 1px 0 1px 0;
    }

        #banner .slideDescription.color1 .slideContent {
            color: white;
            background: #71a711;
            /* Old Browsers */ background: -moz-linear-gradient(214deg, #71a711 0%, #71a711 50%, #649a04 50%, #649a04 100%);
            /* FF3.6+ */ background: -webkit-gradient(left bottom, right top, color-stop(0%, #71a711), color-stop(50%, #71a711), color-stop(50%, #649a04), color-stop(100%, #649a04));
            /* Chrome, Safari4+ */ background: -webkit-linear-gradient(214deg, #71a711 0%, #71a711 50%, #649a04 50%, #649a04 100%);
            /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(214deg, #71a711 0%, #71a711 50%, #649a04 50%, #649a04 100%);
            /* Opera 11.10+ */ background: -ms-linear-gradient(214deg, #71a711 0%, #71a711 50%, #649a04 50%, #649a04 100%);
            /* IE 10+ */ background: linear-gradient(214deg, #71a711 0%, #71a711 50%, #649a04 50%, #649a04 100%);
            /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a711', endColorstr='#649a04', GradientType=1 );
            /* IE6-9 fallback on horizontal gradient */
        }

.serviceslist {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #898989;
}

    .serviceslist li {
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid #92d400;
    }

        .serviceslist li .icon {
            display: inline-block;
            width: 88px;
            height: 88px;
            overflow: hidden;
            position: relative;
            border-radius: 100px;
            background-color: #92d400;
        }

            .serviceslist li .icon:hover {
                background-color: #000;
            }

            .serviceslist li .icon .iconFront {
                background: url(../img/circletransparent.png);
                background-repeat: repeat;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                width: 88px;
                height: 88px;
            }

            .serviceslist li .icon img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 0px;
                height: 0px;
            }

    .serviceslist .iconImg {
        display: block;
        width: 88px;
        height: 88px;
        position: relative;
        z-index: 2;
    }

a.serviceslist-title {
    margin: 20px 0 10px;
    text-align: center;
    color: #111;
    font-size: 2.2em;
    line-height: 1.33em;
    font-weight: 300;
    display: block;
    text-decoration: none;
}

.serviceslist li h3 {
    margin: 20px 0 10px;
    text-align: center;
    color: #111;
    font-size: 2.2em;
    line-height: 1.33em;
    font-weight: 300;
}

    .serviceslist li h3::first-letter {
        text-transform: uppercase;
    }

.serviceslist li p {
    text-align: left;
    margin: 10px 0 0;
    text-align: center;
    color: #555;
}

.serviceslist .customsoftware .iconImg {
    background: url(../img/icons.png) no-repeat center -82px;
}

.serviceslist .salesforce .iconImg {
    background: url(../img/icons.png) no-repeat center -875px;
}

.serviceslist .webdesign .iconImg {
    background: url(../img/icons.png) no-repeat center 8px;
}

.serviceslist .mobileappdevelopment .iconImg {
    background: url(../img/icons.png) no-repeat center -700px;
}

.serviceslist .alertdatacentre .iconImg {
    background: url(../img/icons.png) no-repeat center -262px;
}

.serviceslist .multimedia .iconImg {
    background: url(../img/icons.png) no-repeat center -264px;
}

.serviceslist .emarketing .iconImg {
    background: url(../img/icons.png) no-repeat center -609px;
}

.serviceslist .paymentgateway .iconImg {
    background: url(../img/icons.png) no-repeat center 3px;
}

.serviceslist .contactcentresolutions .iconImg {
    background: url(../img/icons.png) no-repeat center -256px;
}

#besocial {
    overflow: hidden;
}

    #besocial h3 {
        margin: 20px 0;
        color: #111;
        font-size: 2.2em;
        line-height: 1.33em;
        font-weight: 300;
    }

        #besocial h3::first-letter {
            text-transform: uppercase;
        }

    #besocial a {
        float: left;
        width: 47px;
        height: 47px;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 3px 0 0;
    }

        #besocial a.facebook {
            background: url(../img/socialicons.png) 0 0;
        }

            #besocial a.facebook:hover {
                background: url(../img/socialicons.png) 0 -47px;
            }

        #besocial a.twitter {
            background: url(../img/socialicons.png) -50px 0;
        }

            #besocial a.twitter:hover {
                background: url(../img/socialicons.png) -50px -47px;
            }

        #besocial a.linkedin {
            background: url(../img/socialicons.png) -100px 0;
        }

            #besocial a.linkedin:hover {
                background: url(../img/socialicons.png) -100px -47px;
            }

        #besocial a.rss {
            background: url(../img/socialicons.png) -151px 0;
        }

            #besocial a.rss:hover {
                background: url(../img/socialicons.png) -151px -47px;
            }

        #besocial a.vimeo {
            background: url(../img/socialicons.png) -201px 0;
        }

            #besocial a.vimeo:hover {
                background: url(../img/socialicons.png) -201px -47px;
            }

        #besocial a.digg {
            background: url(../img/socialicons.png) -251px 0;
        }

            #besocial a.digg:hover {
                background: url(socialicons.png) -251px -47px;
            }

.homepage h1 {
    font: 300 2.625em/0.85em 'Open Sans', sans-serif;
    text-transform: none;
    margin: 0 0 20px 0;
}

.homepage h2 {
    margin: 0 0 20px 0;
    color: #111;
    font-size: 2.2em;
    line-height: 1.33em;
    font-weight: 300;
}

    .homepage h2::first-letter {
        text-transform: uppercase;
    }

.homepage #rightColumn > div {
    margin: 0 0 30px 0;
}

.blogandlatestnews ul {
    background: #fff;
    padding: 30px;
    list-style: none;
    margin: 0;
}

    .blogandlatestnews ul li {
        overflow: hidden;
    }

        .blogandlatestnews ul li.separator {
            width: 100%;
            height: 1px;
            margin: 20px 0;
            background: #eeeeee;
        }

.blogandlatestnews .newsImg {
    width: 200px;
    float: left;
    margin: 0 25px 0 0;
    overflow: hidden;
}

    .blogandlatestnews .newsImg img {
        border: 1px solid #cfcfcf;
    }

.blogandlatestnews .newsContent {
    width: 335px;
    float: left;
}

    .blogandlatestnews .newsContent h3 {
        margin: 0;
        padding-bottom: 10px;
        margin: 0 0 .3em 0;
        color: #111;
        font-size: 1.2em;
        line-height: 1.33em;
        font-weight: 300;
    }

.blogandlatestnews .newsDate {
    font-size: 14px;
    font-weight: 300;
}

.blogandlatestnews p {
    font-size: 14px;
    margin: 5px 0;
    color: #555;
    line-height: 1.5384em;
}

.blogandlatestnews .newsRead {
    font-size: 14px;
    color: #92d400;
    font-weight: 600;
    text-decoration: none;
}

.blogandlatestnews .archive {
    text-align: right;
    margin: 20px 0 0;
}

.blog-read-more {
    color: #fff;
    display: inline-block;
    background-color: #92d400;
    text-decoration: none;
    -webkit-border-radius: .5em;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .5em;
    -moz-background-clip: padding;
    border-radius: .5em;
    padding: 2px 8px;
    text-align: center;
    margin-right: -40px;
    float: right;
    color: #fff !important;
}

    .blog-read-more:hover {
        background: #00a3de;
        background: -moz-linear-gradient(45deg, #00a3de 0%, #00a3de 50%, #1aace1 50%, #1aace1 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #00a3de), color-stop(50%, #00a3de), color-stop(50%, #1aace1), color-stop(100%, #1aace1));
        background: -webkit-linear-gradient(45deg, #00a3de 0%, #00a3de 50%, #1aace1 50%, #1aace1 100%);
        background: -o-linear-gradient(45deg, #00a3de 0%, #00a3de 50%, #1aace1 50%, #1aace1 100%);
        background: -ms-linear-gradient(45deg, #00a3de 0%, #00a3de 50%, #1aace1 50%, #1aace1 100%);
        background: linear-gradient(45deg, #00a3de 0%, #00a3de 50%, #1aace1 50%, #1aace1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3de', endColorstr='#1aace1', GradientType=1 );
    }

.pressreleases {
    overflow: hidden;
}

    .pressreleases > div {
        background: #FBFBFB;
        position: relative;
    }

    .pressreleases .leftArrow {
        position: absolute;
        top: -51px;
        right: 30px;
        width: 15px;
        height: 28px;
        background: url(../img/siteIcons.png) 0 0 no-repeat;
        text-decoration: none;
    }

    .pressreleases .rightArrow {
        position: absolute;
        top: -51px;
        right: 0;
        width: 15px;
        height: 28px;
        background: url(../img/siteIcons.png) -32px 0 no-repeat;
        text-decoration: none;
    }

    .pressreleases ul {
        padding: 0;
        margin: 0;
        list-style: none;
        color: #a3a3a3;
        overflow: hidden;
        width: 100%;
    }

        .pressreleases ul li {
            border-top: 1px #eeeeee solid;
            padding: 10px 20px 10px 65px;
            background: url(../img/bulletPlus.png) no-repeat 30px 50%;
        }

            .pressreleases ul li .date {
                color: #92d400;
            }

            .pressreleases ul li a {
                color: #333;
            }

                .pressreleases ul li a:hover {
                    text-decoration: none;
                }

    .pressreleases .archive {
        text-align: right;
        padding: 15px 20px 15px 45px;
        border-top: 1px #EEE solid;
    }

.ourclients h2 {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ececec;
    font-size: 28px;
}

.ourclients-white-box {
    background: #fff;
    padding: 30px;
    list-style: none;
    margin: 0;
}

.ourclients p {
    font-size: 14px;
}

.ourclients ul {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    margin-bottom: 6px;
}

    .ourclients ul li {
        display: inline-block;
        background: #92d400;
        margin-bottom: 4px;
        width: 278px;
        height: 100px;
        text-align: center;
        text-decoration: none;
        display: inline-table;
        border: none;
        background-image: url(file.aspx?f=10094);
        transition: all .2s ease-in-out !important;
        padding: 20px;
        box-sizing: border-box;
    }

        .ourclients ul li:hover {
            transform: scale(1.05) !important;
            -webkit-transform: scale(1.05) !important;
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            background-color: #000;
        }

div.ourclients > div > ul > li > a {
    display: block;
}

.ourclients .readmore {
    text-align: right;
}

.ourlocation {
    position: relative;
    display: inline-block;
    margin-top: 52px;
}

    .ourlocation div {
        /*padding: 10px 30px 30px;*/
        list-style: none;
        margin: 0;
    }

    .ourlocation ul {
        margin: 20px 0 0 0;
        padding: 0;
        width: 300px;
        list-style: none;
        float: left;
        border-bottom: 1px solid #92d400;
    }

    .ourlocation li {
        background: url(../img/bulletPlus.png) no-repeat 0 5px;
        padding: 0 0 15px 30px;
    }

    .ourlocation h2 {
        /*text-align: center;*/
        width: 100%;
        font-size: 28px;
    }

    .ourlocation li h3 {
        color: #111;
        font-size: 1.5em;
        line-height: 1.33em;
        font-weight: 300;
        padding-bottom: 10px;
        margin: 0 0 .3em 0;
    }

    .ourlocation li p {
        font-size: 1.2em;
        text-transform: none;
    }

    .ourlocation .locationAvatar {
        position: absolute;
        background: url(../img/locationImg.png) no-repeat;
        width: 239px;
        height: 270px;
        right: 30px;
        bottom: 30px;
    }

#footerText {
    margin: 15px 0;
    border-top: 5px solid #efefef;
    font-size: 1.625em;
    color: #898787;
    text-align: center;
    line-height: 1.4em;
}

    #footerText span {
        color: #92d400;
    }

#footer {
    background: #000;
    padding: 20px 0;
    color: #757575;
    font-weight: 600;
    float: left;
    width: 100%;
    border-top: 4px solid #92d400;
}

    #footer p {
        padding: 6px 0;
        margin-bottom: 0;
        font-weight: 600;
    }

    #footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-top: 1px solid #92d400;
    }

        #footer ul::first-letter {
            text-transform: none;
        }

    #footer > div > div > ul > li > p::first-letter {
        text-transform: none;
    }

    #footer .company ul li a {
        padding: 6px 0;
        display: inline-block;
        text-decoration: none;
        color: #757575;
        text-transform: none;
        font-weight: 600;
    }

        #footer .company ul li a:hover {
            color: #92d400;
        }

        #footer .company ul li a::first-letter {
            text-transform: none;
        }

.contact a {
    text-decoration: none;
    font-size: 14px;
    color: #92d400 !important;
}

#footer .contact ul li {
    padding: 12px 0;
}

#footer h4 {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
}

    #footer h4::first-letter {
        text-transform: none;
    }

#footer2 {
    float: left;
    width: 100%;
    height: 52px;
}

    #footer2 a {
        float: left;
        height: 16px;
        margin: 18px 12px 0 0;
        text-decoration: none;
    }

        #footer2 a.facebook {
            width: 8px;
            background: url(../img/footer_socialicons.png) 0px 0px no-repeat;
        }

            #footer2 a.facebook:hover {
                background: url(../img/footer_socialicons.png) 0px bottom no-repeat;
            }

        #footer2 a.twitter {
            width: 22px;
            background: url(../img/footer_socialicons.png) -20px 0px no-repeat;
        }

            #footer2 a.twitter:hover {
                background: url(../img/footer_socialicons.png) -20px bottom no-repeat;
            }

        #footer2 a.vimeo {
            width: 19px;
            background: url(../img/footer_socialicons.png) -55px 0px no-repeat;
        }

            #footer2 a.vimeo:hover {
                background: url(../img/footer_socialicons.png) -55px bottom no-repeat;
            }

        #footer2 a.rss {
            width: 16px;
            background: url(../img/footer_socialicons.png) -85px 0px no-repeat;
        }

            #footer2 a.rss:hover {
                background: url(../img/footer_socialicons.png) -85px bottom no-repeat;
            }

        #footer2 a.digg {
            width: 26px;
            background: url(../img/footer_socialicons.png) -113px 0px no-repeat;
        }

            #footer2 a.digg:hover {
                background: url(../img/footer_socialicons.png) -113px bottom no-repeat;
            }

        #footer2 a.linkedin {
            width: 26px;
            background: url(../img/footer_socialicons.png) -139px 0px no-repeat;
        }

            #footer2 a.linkedin:hover {
                background: url(../img/footer_socialicons.png) -139px bottom no-repeat;
            }

a.rounded {
    color: #fff;
    display: inline-block;
    background-color: #92d400;
    text-decoration: none;
    padding: 1.2% 4%;
    text-align: center;
}

    a.rounded:hover {
        background-color: #000;
    }

/* Subpage CSS */

/* Subpage Header */

#subpage_header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 88px;
}

    #subpage_header .logo {
        width: 110px;
        float: left;
        height: 43px;
    }

        #subpage_header .logo a {
            display: block;
        }

/* Subpage Search */

#subpage_search {
    float: left;
    width: 100%;
    height: 43px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

    #subpage_search .box {
        float: right;
        width: 228px;
        height: 43px;
        background-color: transparent;
        margin-top: 48px;
    }

        #subpage_search .box input[type="text"] {
            width: 179px;
            float: left;
            outline: 0;
            padding: 6px 10px;
            background-color: #fff;
            border: 1px solid #ECECEC !important;
            margin: 0;
            color: #333;
            -webkit-transition: all .5s ease-in-out .1s;
            -moz-transition: all .5s ease-in-out .1s;
            -o-transition: all .5s ease-in-out .1s;
            -ms-transition: all .5s ease-in-out .1s;
            transition: all .5s ease-in-out .1s;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 40px;
            color: #333;
        }

        #subpage_search .box input[type="submit"] {
            background: #92d400 url(../img/search_icon_white.png) 50% 50% no-repeat;
            border: 0;
            width: 41px;
            float: left;
            outline: 0;
            background-color: #92d400;
            color: #fff;
            border: 1px solid #92d400;
            padding: .5em 2%;
            height: 40px;
        }

/* Subpage Banner */

#subpage_banner {
    float: left;
    width: 100%;
    clear: both;
    margin: 88px 0 0 0;
}

    #subpage_banner img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

/* Subpage General */
#subpage_content a {
    color: #92d400;
    text-decoration: none;
}

    #subpage_content a:hover, #subpage_content .side_nav ul li a:hover {
        text-decoration: none;
        color: #92d400;
    }

#subpage_content {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

    #subpage_content .subpage_sep {
        float: left;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin: 20px 0 0 0;
    }

    /* Subpage Side Navigation */

    #subpage_content .side_nav {
        float: left;
        width: 100%;
        margin: 25px 0 0 0;
    }

        #subpage_content .side_nav ul {
            float: left;
            padding: 0;
            margin: 0;
            list-style: none;
            width: 220px;
        }

            #subpage_content .side_nav ul li {
                float: left;
                margin: 0 0 8px 0;
                width: 220px;
            }

                #subpage_content .side_nav ul li a {
                    font: 0.875em/14px 'Open Sans', sans-serif;
                    color: #000;
                    text-decoration: none;
                    text-transform: none;
                    font-size: 14px;
                }

                #subpage_content .side_nav ul li ul {
                    margin-left: 20px;
                    margin-top: 15px;
                }

    /* Subpage Breadcrumbs on the right*/

    #subpage_content .breadcrumbs {
        float: left;
        width: 100%;
        text-align: right;
        margin: 13px 0 0 0;
    }

        #subpage_content .breadcrumbs ul {
            margin: 0;
            float: right;
            padding: 0;
            height: 14px;
            list-style: none;
        }

            #subpage_content .breadcrumbs ul li {
                float: left;
                margin: 0 0 0 7px;
                text-transform: none;
            }

                #subpage_content .breadcrumbs ul li::first-letter {
                    text-transform: none;
                }

                #subpage_content .breadcrumbs ul li a {
                    color: #333;
                    font-size: 1em;
                    float: left;
                    text-decoration: none;
                }

                    #subpage_content .breadcrumbs ul li a:hover {
                        text-decoration: underline;
                    }

                #subpage_content .breadcrumbs ul li.current {
                    color: #92d400;
                }

    #subpage_content .page_title {
        float: left;
        width: 100%;
        margin: 32px 0 41px 0;
    }

        #subpage_content .page_title h1 {
            float: left;
            color: #111;
            font-size: 2.6em;
            line-height: 1.33em;
            font-weight: 300;
        }

            #subpage_content .page_title h1 span {
                color: #92d400;
                font-weight: 500;
            }

    #subpage_content .page_content {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }

        #subpage_content .page_content h2 {
            font: 100 1.563em/20px 'Open Sans', sans-serif;
            color: #333;
            text-transform: none;
            margin: 0;
            width: 100%;
            padding: 0 0 20px 0;
            line-height: 35px;
            font-size: 28px;
        }

        #subpage_content .page_content h3 {
            font: 500 1.250em/20px 'Open Sans', sans-serif;
            color: #333;
            text-transform: none;
            margin: 0;
            width: 100%;
            padding: 0 0 20px 0;
        }

        #subpage_content .page_content p {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            color: #555;
            padding: 0 0 12px 0;
            margin: 0;
        }

            #subpage_content .page_content p a {
                color: #92d400;
                text-decoration: none;
            }

                #subpage_content .page_content p a:hover {
                    text-decoration: underline;
                }

            #subpage_content .page_content p.large {
                font: 100 1.375em/35px 'Open Sans', sans-serif;
                line-height: 28px;
            }

                #subpage_content .page_content p.large span {
                    color: #92d400;
                    font-weight: 500;
                }

        /* Search Results */

        #subpage_content .page_content ul.search_results {
            float: left;
            width: 640px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #subpage_content .page_content ul.search_results li {
                float: left;
                width: 640px;
                padding: 0 0 15px 0;
                border-bottom: 1px solid #fff;
                margin: 0 0 15px 0;
            }

                #subpage_content .page_content ul.search_results li h4 {
                    float: left;
                    width: 700px;
                    font: 100 1.375em/22px 'Open Sans', sans-serif;
                    padding: 0;
                    margin: 0 0 15px 0;
                    height: 25px;
                    overflow: hidden;
                }

                    #subpage_content .page_content ul.search_results li h4 a {
                        float: left;
                        background: none;
                        text-decoration: none;
                        padding: 0;
                        color: #333;
                    }

                #subpage_content .page_content ul.search_results li p {
                    float: left;
                    width: 700px;
                    font: 0.938em/20px 'Open Sans', sans-serif;
                    margin: 0 0 10px 0;
                    max-height: 59px;
                    overflow: hidden;
                    padding: 0;
                }

                #subpage_content .page_content ul.search_results li .more {
                    float: left;
                    width: 100%;
                    height: 31px;
                }

                    #subpage_content .page_content ul.search_results li .more a span.circle {
                        float: right;
                        height: 31px;
                        width: 31px;
                        background: url(read_more.png) top;
                        text-decoration: none;
                        display: block;
                        cursor: pointer;
                    }

                        #subpage_content .page_content ul.search_results li .more a span.circle:hover {
                            background: url(read_more.png) bottom;
                        }

                    #subpage_content .page_content ul.search_results li .more a span {
                        font: 0.938em/31px 'Open Sans', sans-serif;
                        text-transform: none;
                        float: right;
                        color: #92d400;
                        /*margin: 0 11px 0 0;*/
                        text-decoration: none;
                        display: block;
                        cursor: pointer;
                    }

                        #subpage_content .page_content ul.search_results li .more a span:hover {
                            color: #92d400;
                        }

        /* Pagination */

        #subpage_content .page_content .pagination {
            float: left;
            width: 700px;
            *margin: 15px 0 0 0;
        }

            #subpage_content .page_content .pagination span {
                float: left;
            }

                #subpage_content .page_content .pagination span a {
                    float: left;
                    text-decoration: none;
                    width: 32px;
                    background: black;
                    color: white;
                    text-align: center;
                    margin: 0 4px 0 0;
                    font: 100 0.938em/28px 'Open Sans', sans-serif;
                }

                    #subpage_content .page_content .pagination span a:hover {
                        background: #92d400;
                    }

                    #subpage_content .page_content .pagination span a.left {
                        background: #333 url(pagination_arrow_left.png) 50% 50% no-repeat;
                    }

                        #subpage_content .page_content .pagination span a.left:hover {
                            background: #EB1347 url(pagination_arrow_left.png) 50% 50% no-repeat;
                        }

                    #subpage_content .page_content .pagination span a.right {
                        background: #333 url(pagination_arrow_right.png) 50% 50% no-repeat;
                    }

                        #subpage_content .page_content .pagination span a.right:hover {
                            background: #EB1347 url(pagination_arrow_right.png) 50% 50% no-repeat;
                        }

                #subpage_content .page_content .pagination span span {
                    float: left;
                    text-decoration: none;
                    width: 32px;
                    background: #92d400;
                    color: white;
                    text-align: center;
                    margin: 0 4px 0 0;
                    font: 100 0.938em/28px 'Open Sans', sans-serif;
                }

/* Subpage Back to Top */

/* People List */

ul#people {
    float: left;
    width: 700px;
    margin: 42px 0 0 0;
    list-style: none;
    padding: 0;
}

    ul#people li {
        float: left;
        width: 233px;
        margin: 0;
        padding: 0 0 42px 0;
        position: relative;
        z-index: 1;
    }

        ul#people li .imageholder {
            float: left;
            width: 233px;
            height: 301px;
            margin: 0 0 16px 0;
            position: relative;
        }

            ul#people li .imageholder img {
                width: 233px;
                height: 301px;
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
            }

                ul#people li .imageholder img.first {
                    z-index: 2;
                }

        ul#people li span {
            float: left;
            font: bold 0.875em/14px 'Open Sans', sans-serif;
            text-transform: none;
            width: 100%;
        }

            ul#people li span.position {
                float: left;
                font: 100 0.875em/14px 'Open Sans', sans-serif;
            }

        ul#people li .desc {
            position: absolute;
            background: #92d400;
            width: 193px;
            height: 261px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            padding: 20px;
            top: 0;
            left: 0;
        }

            ul#people li .desc .content {
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                height: 259px;
                overflow: hidden;
            }

                ul#people li .desc .content h4 {
                    float: left;
                    font: 100 1.875em/30px 'Open Sans', sans-serif;
                    width: 100%;
                    color: #fff;
                    margin: 20px 0;
                    padding: 0;
                }

                ul#people li .desc .content p {
                    float: left;
                    color: #fff;
                    font-size: 14px;
                    padding: 0;
                    margin: 0;
                    line-height: 15px;
                    text-transform: none;
                    height: 153px;
                    overflow: hidden;
                }

/* Subpage Portfolio Side Navigation */

#subpage_content_type2 {
    float: left;
    width: 100%;
    margin: 43px 0 15px 0;
    margin: 88px 0 15px 0;
}

    #subpage_content_type2 .port_side_nav {
        float: left;
        width: 100%;
        margin: 46px 0 0;
    }

    #subpage_content_type2 .page_content {
        margin: 46px 0 0;
    }

    #subpage_content_type2 .port_side_nav ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #subpage_content_type2 .port_side_nav ul li:hover, #subpage_content_type2 .port_side_nav ul li.current #subpage_content_type2 .port_side_nav ul li.currentClick {
            background: url(portfolio_li_hover.jpg) repeat-y;
        }

        #subpage_content_type2 .port_side_nav ul li a {
            width: 105px;
            height: 104px;
            float: left;
            display: block;
            text-decoration: none;
            background-repeat: no-repeat;
        }

    #subpage_content_type2 .subpage_sep {
        float: left;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin: 0 0 25px 0;
    }

    /* Subpage Breadcrumbs on the left and without top Banner*/

    #subpage_content_type2 .breadcrumbs2 {
        float: left;
        width: 100%;
        text-align: right;
        margin: 38px 0 0 0;
    }

        #subpage_content_type2 .breadcrumbs2 ul {
            margin: 0;
            float: left;
            padding: 0;
            height: 14px;
            list-style: none;
        }

            #subpage_content_type2 .breadcrumbs2 ul li {
                float: left;
                margin: 0 7px 0 0px;
                text-transform: none;
            }

                #subpage_content_type2 .breadcrumbs2 ul li a {
                    color: #333;
                    font-size: 1em;
                    float: left;
                    text-decoration: none;
                }

                #subpage_content_type2 .breadcrumbs2 ul li.current {
                    color: #92d400;
                }

    /* Subpage Headings and Content*/

    #subpage_content_type2 .page_title {
        float: left;
        width: 70%;
        margin: 7px 0 25px 0;
    }

        #subpage_content_type2 .page_title h1 {
            float: left;
            font: 100 2.625em/42px 'Open Sans', sans-serif;
            color: #333;
            text-transform: none;
            margin: 0;
        }

            #subpage_content_type2 .page_title h1 span {
                color: #92d400;
                font-weight: 500;
            }

    #subpage_content_type2 .page_content {
        float: left;
        width: 100%;
    }

        #subpage_content_type2 .page_content p {
            font: 0.938em/20px 'Open Sans', sans-serif;
            color: #333;
            padding: 0 0 25px 0;
            margin: 0;
        }

            #subpage_content_type2 .page_content p.large {
                font: 100 1.375em/35px 'Open Sans', sans-serif;
            }

                #subpage_content_type2 .page_content p.large span {
                    color: #92d400;
                    font-weight: 500;
                }

/* Subpage 2  Back to Top */

.backtotop {
    float: left;
    width: 100%;
    height: 51px;
}

    .backtotop a span {
        font: 0.938em/51px 'Open Sans', sans-serif;
        text-transform: none;
        float: right;
        color: #333;
        margin: 0 11px 0 0;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        .backtotop a span.circle {
            float: right;
            height: 50px;
            width: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            text-decoration: none;
            display: block;
            cursor: pointer;
            background-color: #92d400;
        }

            .backtotop a span.circle .fa {
                color: #fff;
                font-size: 3em;
                padding: 0.1em 0.35em;
            }

            .backtotop a span.circle:hover {
                background-color: #000;
            }

ul#portfolio {
    float: left;
    width: 780px;
    margin: 0 0 25px 0;
    list-style: none;
    padding: 0;
}

    ul#portfolio li {
        float: left;
        width: 259px;
        margin: 0 0 1px 1px;
        z-index: 1;
        background: #333;
        height: 225px;
        padding: 0;
        vertical-align: middle;
        line-height: 225px;
        text-align: center;
        position: relative;
    }

        ul#portfolio li .logo {
            text-align: center;
            line-height: 225px;
            background: #333;
            display: inline;
            position: absolute;
            z-index: 5;
            height: 225px;
            width: 259px;
            top: 0;
            left: 0;
        }

        ul#portfolio li .website {
            width: 259px;
            height: 225px;
            background: #333;
            z-index: 3;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

            ul#portfolio li .website a {
                position: absolute;
                z-index: 3;
                height: 86px;
                width: 86px;
                display: block;
                top: 69px;
                left: 86px;
                background: url(../img/portfolio_zoom.png) top no-repeat;
            }

                ul#portfolio li .website a:hover {
                    background: url(../img/portfolio_zoom.png) bottom no-repeat;
                }

            ul#portfolio li .website img {
                float: left;
                width: 259px;
                height: 225px;
                position: absolute;
                z-index: 2;
                left: 0;
                top: 0;
            }

/*Iso Tope Masonary CSS*/

.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: top, left, 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;
        }

/*Featured Portfolio Website*/
#portfolio_web {
    float: left;
    width: 100%;
}

    #portfolio_web h2 {
        float: left;
        width: 100%;
        font: 100 2em/24px 'Open Sans', sans-serif;
        margin: 0;
        text-transform: none;
        padding: 0 0 25px 0;
        font-size: 28px;
    }

        #portfolio_web h2 span {
            color: #92d400;
            font-weight: 500;
        }

    #portfolio_web .media {
        height: 563px;
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 0 25px 0;
    }

        #portfolio_web .media .mac {
            position: absolute;
            z-index: 1;
            width: 668px;
            height: 562px;
            bottom: 0;
            right: 0;
            background: url(../img/mac_small.png) no-repeat;
        }

            #portfolio_web .media .mac .web_image_wrapper {
                float: left;
                width: 604px;
                height: 386px;
                position: relative;
                margin: 31px 0 0 32px;
                overflow: hidden;
            }

                #portfolio_web .media .mac .web_image_wrapper .images_holder {
                    float: left;
                    height: 386px;
                    width: 2416px;
                    position: absolute;
                    z-index: 1;
                    left: 0;
                }

                    #portfolio_web .media .mac .web_image_wrapper .images_holder img {
                        float: left;
                        width: 604px;
                        height: 386px;
                    }

                #portfolio_web .media .mac .web_image_wrapper a {
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                    z-index: 2;
                    color: #fff;
                    background: url(../img/next_arrow.png) 103px 22px no-repeat;
                    background-color: #92d400;
                    text-transform: none;
                    padding: 22px 62px 22px 49px;
                    text-decoration: none;
                }

                    #portfolio_web .media .mac .web_image_wrapper a:hover {
                        background: url(../img/next_arrow.png) 103px 22px no-repeat;
                        background-color: #000;
                    }

        #portfolio_web .media .ipad {
            position: absolute;
            z-index: 3;
            width: 281px;
            height: 365px;
            bottom: 0;
            left: 0;
            background: url(../img/ipad.png) no-repeat;
        }

            #portfolio_web .media .ipad img {
                margin: 31px 0 0 28px;
                width: 226px;
                height: 302px;
            }

        #portfolio_web .media .mobile {
            position: absolute;
            z-index: 1;
            width: 780px;
            height: 562px;
            bottom: 0;
            left: 0;
            background: url(../img/mobile_temp.png) no-repeat;
        }

            #portfolio_web .media .mobile .web_image_wrapper .images_holder img:first-child {
                width: 236px;
                position: absolute;
                top: 92px;
                left: 69px;
                height: 385px;
            }

            #portfolio_web .media .mobile .web_image_wrapper .images_holder img {
                width: 228px;
                position: absolute;
                top: 82px;
                left: 351px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                height: 369px;
            }

    /*Services Used Section*/

    #portfolio_web .services {
        float: left;
        width: 100%;
    }

.services ul {
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    overflow: hidden;
}

    .services ul li {
        float: left;
        margin: 0 10px 10px;
        width: 112px;
    }

        .services ul li .circle {
            width: 67px;
            height: 67px;
            margin: 0 auto;
            display: block;
            background-color: #92d400;
            -webkit-border-radius: 100px;
            border-radius: 100px;
        }

        .services ul li:hover .circle {
            background-color: #000;
        }

        .services ul li .circle span {
            width: 67px;
            height: 67px;
            float: left;
            background-repeat: no-repeat;
        }

            .services ul li .circle span.web {
                background: url(../img/icons.png) center -1px;
            }

            .services ul li .circle span.development {
                background: url(../img/icons.png) center -41px;
            }

            .services ul li .circle span.datacenter {
                background: url(../img/icons.png) center -267px;
            }

            .services ul li .circle span.emarketing {
                background: url(../img/icons.png) center -356px;
            }

            .services ul li .circle span.paymentgateway {
                background: url(../img/icons.png) center -437px;
            }

            .services ul li .circle span.seo {
                background: url(../img/icons.png) center -616px;
            }

            .services ul li .circle span.cms {
                background: url(../img/icons.png) center -522px;
            }

            .services ul li .circle span.multimedia {
                background: url(../img/icons.png) center -175px;
            }

            .services ul li .circle span.ppc {
                background: url(../img/icons.png) center -391px;
            }

            .services ul li .circle span.appdevelopment {
                background: url(../img/icons.png) center -2px;
            }

            .services ul li .circle span.wordpress {
                background: url(../img/icons.png) center -794px;
            }

        .services ul li p {
            float: left;
            font: 0.875em/14px 'Open Sans', sans-serif;
            color: #333;
            text-transform: none;
            text-align: center;
            width: 100%;
            padding: 10px 0 0 0;
        }

/*.services ul li p::first-letter {
                        text-transform: uppercase;
                    }*/

#portfolio_web .descriptipon_text {
    float: left;
    width: 100%;
}

    #portfolio_web .descriptipon_text p {
        float: left;
        width: 100%;
        font: 0.938em/20px 'Open Sans', sans-serif;
        padding: 0 0 25px 0;
    }

#portfolio_web .url {
    float: left;
    width: 100%;
}

    #portfolio_web .url a {
        font: 100 2em/24px 'Open Sans', sans-serif;
        text-transform: none;
        color: black;
        padding: 0 0 25px 0;
        float: left;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }

        #portfolio_web .url a:hover {
            color: #92d400;
        }

/* Contact Form Styles */

#subpage_content .contact_form {
    float: left;
    width: 100%;
}

    #subpage_content .contact_form p {
        float: left;
        color: #333 font: 0.938em/20px 'Open Sans', sans-serif;
        padding: 0;
        margin: 0;
    }

    #subpage_content .contact_form ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        font: 0.938em/20px 'Open Sans', sans-serif;
        list-style: none;
        margin: 25px 0;
    }

        #subpage_content .contact_form ul li.left {
            float: left;
            width: 144px;
            color: #92d400;
        }

    #subpage_content .contact_form .sep {
        float: left;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin: 25px 0;
    }

    #subpage_content .contact_form h2 {
        float: left;
        text-transform: none;
    }

    #subpage_content .contact_form ul.form {
        float: left;
        width: 100%;
        margin: 47px 0 -20px 0;
        padding: 0;
        list-style: none;
    }

    #subpage_content .contact_form ul.nomargin {
        margin: 0 0 -20px 0;
    }

    #subpage_content .contact_form ul.form li {
        width: 350px;
        float: left;
        padding: 0 0 20px 0;
    }

        #subpage_content .contact_form ul.form li.long {
            width: 100%;
            float: left;
            padding: 0 0 20px 0;
        }

            #subpage_content .contact_form ul.form li.long textarea {
                float: left;
                width: 100%;
                height: 94px;
                border: 1px solid #B8B8B8;
                outline: 0;
                padding: 10px;
                background: #F1F0F0;
                resize: none;
                box-sizing: border-box;
            }

        #subpage_content .contact_form ul.form li label {
            float: left;
            width: 100%;
            font: 0.938em/20px 'Open Sans', sans-serif;
            text-transform: uppercase;
            margin: 0 0 8px 0;
        }

        #subpage_content .contact_form ul.form li input[type="text"] {
            float: left;
            width: 292px;
            height: 26px;
            border: 1px solid #B8B8B8;
            outline: 0;
            padding: 5px 10px;
            background: #F1F0F0;
        }

            #subpage_content .contact_form ul.form li input[type="text"]:focus {
                background: #92d400;
                color: #fff;
            }

        #subpage_content .contact_form ul.form li textarea {
            float: left;
            width: 292px;
            height: 94px;
            border: 1px solid #b8b8b8;
            outline: 0;
            padding: 10px;
            background: #f1f0f0;
            resize: none;
        }

            #subpage_content .contact_form ul.form li textarea:focus {
            }

        #subpage_content .contact_form ul.form li .error {
            float: left;
            width: 36px;
            height: 38px;
        }

            #subpage_content .contact_form ul.form li .error span {
                color: #92d400;
                width: 25px;
                float: left;
                text-align: center;
                font: 1.3em "Arial", Helvetica, sans-serif;
                height: 19px;
            }

    #subpage_content .contact_form ul.form2 {
        float: left;
        width: 100%;
        margin: 47px 0 -20px 0;
        padding: 0;
        list-style: none;
    }

        #subpage_content .contact_form ul.form2 li {
            width: 700px;
            float: left;
            padding: 0 0 20px 0;
        }

            #subpage_content .contact_form ul.form2 li label {
                float: left;
                width: 100%;
                font: 0.938em/20px 'Open Sans', sans-serif;
                text-transform: uppercase;
                margin: 0 0 8px 0;
            }

            #subpage_content .contact_form ul.form2 li input[type="text"] {
                float: left;
                width: 292px;
                height: 36px;
                border: 1px solid #b8b8b8;
                outline: 0;
                padding: 0 10px;
                background: #f1f0f0;
            }

            #subpage_content .contact_form ul.form2 li textarea {
                float: left;
                width: 642px;
                height: 94px;
                border: 1px solid #B8B8B8;
                outline: 0;
                padding: 10px;
                background: #F1F0F0;
                resize: none;
            }

                #subpage_content .contact_form ul.form2 li textarea:focus {
                    background: #92d400;
                    color: #fff;
                }

            #subpage_content .contact_form ul.form2 li .error {
                float: left;
                width: 36px;
                height: 38px;
            }

                #subpage_content .contact_form ul.form2 li .error span {
                    color: #92d400;
                    width: 25px;
                    float: left;
                    text-align: center;
                    font: 1.3em "Arial", Helvetica, sans-serif;
                    height: 19px;
                }

    #subpage_content .contact_form ul.form3 {
        float: left;
        width: 100%;
        margin: 47px 0 -20px 0;
        padding: 0;
        list-style: none;
    }

        #subpage_content .contact_form ul.form3 li {
            width: 700px;
            float: left;
            padding: 0 0 20px 0;
        }

            #subpage_content .contact_form ul.form3 li label {
                float: left;
                width: 662px;
                font: 0.938em/25px "AniversRegular", 'Open Sans', sans-serif;
                text-transform: uppercase;
            }

            #subpage_content .contact_form ul.form3 li input[type="text"] {
                float: left;
                width: 292px;
                height: 36px;
                border: 1px solid #b8b8b8;
                outline: 0;
                padding: 0 10px;
                background: #f1f0f0;
            }

    #subpage_content .contact_form input[type="submit"] {
        float: right;
        padding: 0.4em 0.8em;
        background: #92d400;
        border: 0;
        cursor: pointer;
        color: #fff;
        margin: 0 36px 0 0;
    }

        #subpage_content .contact_form input[type="submit"]:hover {
            background: #000;
        }

/* Checkbox CSS Styling*/

/* this class will be placed on al lcheckboxes to ide 'em */

.checkbox {
    display: none;
}

/* style for the custom checkbox */

.custom_checkbox {
    background: url(../img/check_box.jpg) no-repeat 0 0 transparent;
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 20px 0 0;
    display: block;
}

/* and for when it is in the 'active' state */
.custom_checkbox_active {
    background-position: left -25px;
    z-index: 10;
}

/* Error Box */

#subpage_content .contact_form .error_box {
    float: left;
    width: 660px;
    background: #E94F74;
    margin: 0 0 25px 0;
    padding: 20px;
}

    #subpage_content .contact_form .error_box h4 {
        float: left;
        font: 300 1.5em/24px 'Open Sans', sans-serif;
        color: white;
        text-transform: uppercase;
        margin: 0;
        width: 100%;
        padding: 0 0 20px 0;
    }

    #subpage_content .contact_form .error_box p {
        float: left;
        width: 100%;
        font: 300 1em/15px 'Open Sans', sans-serif;
        padding: 0 0 2px 0;
        color: white;
    }

    #subpage_content .contact_form .error_box ul {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

        #subpage_content .contact_form .error_box ul li {
            float: left;
            width: 100%;
            list-style: disc;
            margin: 0 0 0 20px;
            color: #fff;
        }

/* Select Box Styling*/
@CHARSET "UTF-8";

.sbHolder {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    position: relative;
    width: 312px;
    float: left;
    border: 1px solid #B8B8B8;
    background: #F1F0F0;
}

    .sbHolder:focus .sbSelector {
    }

.sbSelector {
    display: block;
    height: 36px;
    left: 0;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        color: #333;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
    }

.sbToggle {
    background: url(selectbox_btn_bk.jpg) no-repeat;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}

    .sbToggle:hover {
        background: url(../img/selectbox_btn_bk.jpg) bottom no-repeat;
    }

.sbToggleOpen {
    background: url(../img/selectbox_btn_bk.jpg) bottom no-repeat;
}

    .sbToggleOpen:hover {
        background: url../img/(selectbox_btn_bk.jpg) no-repeat;
    }

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

    .sbHolderDisabled .sbHolder {
    }

    .sbHolderDisabled .sbToggle {
    }

.sbOptions {
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 202px;
    z-index: 1;
    overflow-y: auto;
}

    .sbOptions li {
        padding: 0 7px;
    }

    .sbOptions a {
        display: block;
        outline: none;
    }

        .sbOptions a:link, .sbOptions a:visited {
            color: #ddd;
            text-decoration: none;
        }

        .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
            color: #fff;
        }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        border-bottom: dotted 1px #515151;
        color: #999;
        display: block;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbGroup {
        border-bottom: dotted 1px #515151;
        color: #EBB52D;
        display: block;
        font-weight: bold;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }

ul.sbOptions {
    margin: 0 !important;
    font: 1.1em/20px "AniversRegular", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    width: 314px !important;
}

    ul.sbOptions li {
        width: 257px !important;
        padding: 10px 20px !important; /*background: #E94F74;*/
        background: #F1F0F0;
        border-bottom: 1px solid #333;
    }

        ul.sbOptions li:hover {
            background: #333;
        }

/* Useful Links*/

ul.useful_links {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.useful_links li {
        float: left;
        list-style: none;
        margin: 0 10px 0 0;
    }

.newsContentNoImage {
    float: left;
    width: 571px;
}

.news_thumbnail_home {
    width: 200px;
}

.inner_page_navi {
    float: right;
    padding-right: 8px;
    margin: 15px;
}

    .inner_page_navi > div {
        float: left;
        background-color: #92d400;
        margin-left: 10px;
        height: 50px;
        width: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

        .inner_page_navi > div:hover {
            background-color: #000;
        }

    .inner_page_navi .fa {
        font-size: 3em;
        color: #fff;
        padding: 0.08em 0.40em;
    }

.grid_img .fa {
    font-size: 2em;
    padding: 0.45em 0.425em 0.2em;
}

.nxt_img .fa {
    padding: 0.08em 0.5em;
}

img.appdevelopment {
    width: 150px !important;
    margin-left: 55px;
}

.odd {
    background-color: #E6E4E4;
}

.row_odd {
    width: 250px;
}

.row_odd_last {
    width: 250px;
}

.row_even {
    width: 250px;
}

.row_even_last {
    width: 250px;
}

#subpage_content .page_content ul, #subpage_content .page_content ol {
    font: 0.9em;
    margin: 1em 0;
}

.location {
    font-size: 14px;
    text-transform: none;
}

/*START: Portfolio fix*/

ul#filters li:first-child {
    display: none;
}

/*END: Portfolio fix*/

/*START: Products landing page*/

.products-landing-page {
    margin-bottom: 86px;
    display: inline-block;
}

ul.products-list {
    list-style: none;
}

    ul.products-list li {
        list-style: none;
        float: left;
        border: 4px solid #92d400;
        border-radius: 130px;
        width: 100px;
        height: 100px;
        padding: 0;
        margin-right: 51px;
    }

        ul.products-list li a {
            color: #92d400;
            text-decoration: none;
            width: 130px;
            height: 130px;
            display: table;
        }

        ul.products-list li:nth-child(5) {
            margin-top: 78px;
        }

        ul.products-list li:nth-child(6) {
            margin-top: 78px;
        }

        ul.products-list li:nth-child(7) {
            margin-top: 78px;
        }

        ul.products-list li:hover {
            border: 4px solid #000;
        }

        ul.products-list li img {
            list-style: none;
            float: left;
            width: 38%;
            display: block;
            margin: 0 auto;
            padding-top: 31px;
            padding-left: 27px;
        }

        ul.products-list li span {
            width: 100%;
            display: inline-block;
            /*margin-top: 22px;*/
            text-align: center;
        }

/*END: Products landing page*/

/*START: Products page section*/
.products-page-section {
    background: #fff;
    padding: 30px;
    list-style: none;
    margin: 0;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    display: inline-block;
}

    .products-page-section ul {
        list-style: none;
        padding: 0;
        display: inline-block;
    }

        .products-page-section ul li {
            float: left;
            width: 277px;
            height: 162px;
            margin: 0 3px 3px 0;
            background-color: rgb(192, 192, 192);
            text-align: center;
            text-decoration: none;
            display: inline-table;
            border: none;
            background-image: url(file.aspx?f=10094);
            transition: all .2s ease-in-out !important;
        }

            .products-page-section ul li:hover {
                transform: scale(1.1) !important;
                vertical-align: middle;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-osx-font-smoothing: grayscale;
                position: relative;
                -webkit-transition-property: color;
                transition-property: color;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                background-color: #92d400;
            }

div.products-page-section > ul > li > a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    div.products-page-section > ul > li > a > img {
        width: 60px;
        height: 60px;
        padding-top: 18px;
    }

    div.products-page-section > ul > li > a > h3 {
        color: #727272;
    }

        div.products-page-section > ul > li > a > h3:hover {
            color: #002776;
        }

.products-page-section-btn {
    text-align: right;
    margin-right: 5px;
    margin-top: -9px;
}

.products-summary {
    color: #fff;
    padding: 0 8px;
}

/*END: Products page section*/

/*START: New subpage container*/

.subpage-container {
    background: #fff;
    padding: 30px;
    list-style: none;
    margin-top: 25px;
    box-sizing: border-box;
}

/*END: New subpage container*/

/*START: Full container */

.subpage-container-full {
    background: #fff;
    padding: 30px;
    list-style: none;
    margin: 0;
    -webkit-border-radius: .5em;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .5em;
    -moz-background-clip: padding;
    border-radius: .5em;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    margin-top: 56px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

ul.blog-list {
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
}

    ul.blog-list li {
        display: block;
        padding-bottom: 42px;
    }

.blog-info {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

.btn-blog {
    background-color: #92d400;
    padding: 0.4em 1em;
    text-align: center;
    color: #fff !important;
    text-transform: none;
    float: right;
    text-decoration: none;
    cursor: pointer;
}

.social-widget {
    border-top: 1px solid #92d400;
    padding: 20px 0;
}

    .social-widget html.no-js .icons {
        display: none;
    }

    .social-widget .icons a {
        background: url(../img/spritesheet.png) no-repeat;
        background-size: 400px;
        cursor: pointer;
        display: inline-block;
        height: 28px;
        margin: 0 0.8em 1.8em 0;
        position: relative;
        text-indent: -9999px;
        width: 28px;
    }

@media (min-width: 768px) {

    .social-widget .icons a {
        margin: 0 1.6em 1.8em 0;
    }
}

.social-widget .icons a span {
    background: url(../img/spritesheet.png) no-repeat;
    background-size: 400px;
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 28px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity 0.5s;
}

.social-widget .icons a:hover span, .social-widget .icons a.active span {
    padding-bottom: 3px;
    border-bottom: 2px solid #92D400;
    opacity: 1;
}

.social-widget .icons .twitter {
    background-position: -90px -1px;
}

    .social-widget .icons .twitter span, .social-widget .icons .twitter span:hover, .social-widget .icons .twitter.active span {
        background-position: -90px -38px;
    }

.social-widget .icons .facebook {
    background-position: -132px 0;
}

    .social-widget .icons .facebook span, .social-widget .icons .facebook span:hover, .social-widget .icons .facebook.active span {
        background-position: -132px -37px;
    }

.social-widget .icons .googleplus {
    background-position: -171px 0;
}

    .social-widget .icons .googleplus span, .social-widget .icons .googleplus span:hover, .social-widget .icons .googleplus.active span {
        background-position: -171px -35px;
    }

.social-widget .icons .linkedin {
    background-position: -209px 0;
}

    .social-widget .icons .linkedin span, .social-widget .icons .linkedin span:hover, .social-widget .icons .linkedin.active span {
        background-position: -209px -38px;
    }

.social-widget .icons .vimeo {
    background-position: -240px -1px;
}

    .social-widget .icons .vimeo span, .social-widget .icons .vimeo span:hover, .social-widget .icons .vimeo.active span {
        background-position: -240px -38px;
    }

.social-widget .icons .instagram {
    background-position: -272px 0;
}

    .social-widget .icons .instagram span, .social-widget .icons .instagram span:hover, .social-widget .icons .instagram.active span {
        background-position: -272px -37px;
    }

/*END: Full container */
