@font-face {
    font-family: "Helvetica";
    src: url('../font/helvetica-bold.eot');
    src: url('../font/helvetica-bold.eot?#iefix') format('eot'),url('../font/helvetica-bold.woff') format('woff'),url('../font/helvetica-bold.ttf') format('truetype'),url('../font/helvetica-bold.svg#helvetica-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: helvetica-bold;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}

.icon-large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    line-height: .9em;
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    width: 1.875em;
}

li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}

    li[class^="icon-"]:before, li[class*=" icon-"]:before {
        text-indent: -2em;
        text-align: center;
    }

    li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
        text-indent: -1.3333333333333333em;
    }
a {
    color: #000;
}
a:hover {
    color: #9f9f9f !important;
}
.icon-phone:before {
    content: "\f095";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-user-md:before {
    content: "\f200";
}

.icon-envelope-alt:before {
    content: "\f0e0";
}

.icon-map-marker:before {
    content: "\f041";
}

body {
    font-family: Arial,Helvetica;
    color: #000;
    font-size: 13px;
}

.orange {
    color: #fe9100;
}

/*a:link {
    color: #fe9100;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}*/

a:hover {
    color: #cf7805;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

/*a:visited {
    color: #0000ff;
}*/

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    border: 0;
    position: relative;
    z-index: 9999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coname {
    margin-top: 45px;
    text-transform: capitalize;
    font: 20px Helvetica,Arial;
    color: #000;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 575px;
    height: 70px;
    padding: 15px 0;
    background: url('/img/LOGO Eng.png') 20px center no-repeat;
}

.header ul.nav {
    font: normal 16px/20px Helvetica,arial,times new roman;
}

    .header ul.nav li a {
        outline: 0;
        padding: 14px 15px 16px 15px;
        color: #fff;
        text-shadow: none;
        text-transform: capitalize;
        font-weight: bold;
    }

    .header ul.nav li {
        line-height: 16px;
    }

        .header ul.nav li.current-page a {
            padding-top: 14px;
            padding-bottom: 16px;
            color: #fff;
            background-color: #000;
        }

        .header ul.nav li a:hover {
            background-color: #000;
            color: #fff;
        }

.all {
    background: #f1f1f1 url(/img/bg-all.gif) no-repeat center -1px;
    height: 111px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 90;
}

.slider {
    margin: 0 auto;
    z-index: 5;
    height: 400px;
    overflow: hidden;
    background: #f8f8f8 url(/img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset,0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset,0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset,0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    height: 400px;
}

    .flexslider p {
        background-color: #ff8100;
        color: #fff;
        box-shadow: 0 0 15px #000000;
    }

.flex-caption {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0 0 0 1.8%;
    /*background: #1d1d1d;
    background: rgba(0,0,0,.7);*/
    font: 15px helvetica,arial,serif;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
}

.presentation h2 {
    font-family: Arial,cursive;
    font-size: 20px;
    color: #5d5d5d;
    text-align: left;
}

.presentation p {
    font: 16px/20px serif;
    text-align: justify;
    color: #000;
}

.portfolio-title {
    background: url(/img/line.jpg) center center no-repeat;
    height: 70px;
}

    .portfolio-title h3 {
        padding: 0 10px;
        width: 120px;
        margin: 0 auto;
        background-color: #fff;
        color: #354ea0;
        font: 20px/65px Arial,cursive;
    }

.portfolio .work {
    margin: 10px 15px;
    padding-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #000;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #f8a22e;
}

.portfolio .work1 {
    margin: 10px 15px;
    padding-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #f8a22e;
    box-shadow: 0 0 2px;
    height: 120px;
}

    .portfolio .work1 a {
        width: 9em !important;
    }    .portfolio .work1 h4 {
             text-align: left;
             padding-left: 10px;
    }


         
.portfolio .work2{
    margin: 10px 15px;
    padding-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
    box-shadow: 0 0 2px;
    height: 216px;
}

    .portfolio .work2 a {
        width: 9em !important;
    }    .portfolio .work2 h4 {
             text-align: center;
             padding-left: 10px;
             font-size: 13px
    }

.portfolio .work img {
    height: 155px;
    padding: 1px;
    width: 99.5%;
    background-color: #fff;
    opacity: .9;
}

.portfolio .work:hover img {
    opacity: 1;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.about-us-text ul, .about-us-text ol {
    padding-left: 20px;
}

.portfolio .work:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05),0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05);
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .work a.icon-helvetica-bold {
    display: inline-block;
    padding: 4px 25px 4px 11px;
    background: #f8a22e;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

    .portfolio .work a.icon-helvetica-bold:hover {
        background: #5d5d5d;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .portfolio .work a.icon-helvetica-bold:active {
        -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.35) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.35) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.35) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
    }

.portfolio .work h4 {
    margin-top: 20px;
    font: bold 14px Arial,sans-serif;
    color: #fff;
    text-shadow: 0 0 13px #000;
    text-transform: capitalize;
}

.portfolio .work p {
    font: 14px/24px arial;
    color: #eaeaea;
    padding: 0 6px;
}
.portfolio .work p img {
    width: initial !important;
    height: initial !important;
    border: none;
}
footer {
    margin: 15px auto 0;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #000;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

    footer a.more:link, footer a.more:visited {
        float: left;
        color: #f8a22e;
        border-bottom: 1px dashed #f8a22e;
    }

    footer .widget {
        margin-top: 5px;
        text-align: left;
        list-style-type: none;
    }

        footer .widget li {
            color: #fff;
            line-height: 27px;
            list-style-type: disc;
        }

            footer .widget li a:hover {
                color: #aed3f6;
            }

        footer .widget h4 {
            margin-top: 20px;
            font: 14px/190% Arial;
            color: #fe9100;
        }

        footer .widget p {
            line-height: 12px;
            color: #fff;
        }

        footer .widget i {
            padding-right: 7px;
        }

    footer li.widget ul {
        margin-left: 12px;
    }

        footer li.widget ul li a {
            color: #5eb2f1;
        }

.show-tweets {
    margin: 0;
    overflow-y: hidden;
}

.tweet_list {
    height: 10em;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
}

    .tweet_list li {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        list-style-type: none;
        line-height: 24px;
    }

    .tweet_list .tweet_avatar {
        float: left;
    }

        .tweet_list .tweet_avatar img {
            vertical-align: middle;
        }

.search {
    background-color: #fff;
    height: 27px;
    position: absolute;
    right: 2.5%;
    top: 10px;
    width: 350px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.textbox-cover input {
    border: 0 none;
    direction: ltr;
    font-family: Tahoma;
    font-size: 0.7em;
    height: 20px;
    margin: 1px 2px 0;
    padding: 2px .3em;
    width: 61%;
    float: left;
    color: #444;
    outline: 0;
}

.textbox-cover select {
    width: 100px !important;
    float: right !important;
    height: 24px !important;
}

.textbox-cover {
    float: right;
    width: 83%;
}

input.srch-btn {
    width: 34px;
    height: 27px;
    background: url('/img/sch.jpg') no-repeat 0 0;
    text-indent: -9999em;
    overflow: hidden;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    border: 0 none;
}

.flickr-feed {
    margin: 16px 0 0 0;
    overflow: hidden;
}

    .flickr-feed li {
        float: left;
        padding: 0 4px 4px 0;
        list-style: none;
    }

        .flickr-feed li img {
            width: 50px;
            border: 2px solid #eaeaea;
        }

    .flickr-feed a:hover {
        opacity: .7;
    }

.more {
    display: block;
    overflow: hidden;
}

    /*.more a:link, .more a:visited {
        float: right;
        color: #177dca;
    }*/

    .more a:hover, .more a:active {
        text-decoration: underline;
    }

footer .footer-border {
    margin-top: 10px;
    border-top: 1px dashed #666;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

    footer .copyright p {
        color: #888;
    }

footer .social {
    margin-top: 10px;
    text-align: right;
}

    footer .social a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 0 0 8px;
        vertical-align: middle;
        background-image: url(/img/icon.png);
        background-repeat: no-repeat;
    }

        footer .social a.twitter {
            background-position: -30px bottom;
        }

        footer .social a.linkedin {
            background-position: -110px bottom;
        }

        footer .social a.facebook {
            background-position: 0 bottom;
        }

        footer .social a.googleplus {
            background-position: -70px bottom;
        }

        footer .social a.twitter:hover {
            background-position: -30px top;
        }

        footer .social a.linkedin:hover {
            background-position: -110px top;
        }

        footer .social a.facebook:hover {
            background-position: 0 top;
        }

        footer .social a.googleplus:hover {
            background-position: -70px top;
        }

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

    .about-us-text h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .about-us-text p {
        word-wrap: break-word;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        text-align: justify;
    }

    .about-us-text .menu-le ul, .about-us-text .menu-le ol, .about-us-text ul.menu-le {
        padding-left: 0;
        margin-left: 10px;
    }

.menu-le {
    border-right: solid 2px #aaa;
    overflow: hidden;
    margin-left: 20px;
    padding: 5px 5px 0 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#eee),color-stop(1,#4282ae));
    background-image: -o-linear-gradient(right,#eee 30%,#4282ae 168%);
    background-image: -moz-linear-gradient(right,#eee 30%,#4282ae 168%);
    background-image: -webkit-linear-gradient(right,#eee 30%,#4282ae 168%);
    background-image: -ms-linear-gradient(right,#eee 30%,#4282ae 168%);
    background-image: linear-gradient(to right,#eee 30%,#4282ae 168%);
}

    .menu-le li {
        margin-left: 6px;
        padding-left: 5px;
        color: #f8a22e;
    }

        .menu-le li.arw {
            background: url(/img/arrow.png) no-repeat left 9px;
        }

    .menu-le ul.head li {
        color: #f8a22e;
    }

    .menu-le a:link, .menu-le a:visited {
        color: #000;
        display: block;
        text-decoration: none;
        padding: 5px 0 8px 4px;
        font: 15px/15px Helvetica,Arial;
        display: block !important;
    }

    .menu-le a.current {
        background-color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block !important;
        text-decoration: none;
    }

    .menu-le li li {
        padding-left: 0;
        margin-left: 5px;
        color: #000;
    }

        .menu-le li li li, .menu-le li.arw ul li {
            list-style-type: disc;
            background: border-box none;
            color: #000;
        }

    .menu-le ul ul ul a:link, .menu-le ul ul ul a:visited {
        color: #0c4c89;
        font: bold 12px/12px Arial;
    }

    .menu-le ul a:link, .menu-le ul a:visited {
        font: bold 12px/12px Arial;
        color: #c87300;
    }

    .menu-le ul ul a:link, .menu-le ul ul a:visited {
        font: bold 12px/12px Arial;
        color: #1d2e3e;
    }

.team {
    margin-top: 30px;
}

.team-title {
    background: url(/img/line.png) left center repeat-x;
}

    .team-title h3 {
        width: 220px;
        margin: 0 auto;
        background: #fff;
        font-family: Arial,cursive;
        font-size: 24px;
        color: #5d5d5d;
    }

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #f8a22e;
}

    .team-text:hover img {
        opacity: .7;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

    .team-text:hover {
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.05),0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
    }

    .team-text .social-links {
        margin-top: 15px;
    }

        .team-text .social-links a {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin: 0 4px;
            vertical-align: middle;
        }

            .team-text .social-links a.twitter {
                background: url(/img/social-icons/twitter.png) left top no-repeat;
            }

            .team-text .social-links a.dribbble {
                background: url(/img/social-icons/dribbble.png) left top no-repeat;
            }

            .team-text .social-links a.pinterest {
                background: url(/img/social-icons/pinterest.png) left top no-repeat;
            }

            .team-text .social-links a.flickr {
                background: url(/img/social-icons/flickr.png) left top no-repeat;
            }

            .team-text .social-links a.forrst {
                background: url(/img/social-icons/forrst.png) left top no-repeat;
            }

            .team-text .social-links a.vimeo {
                background: url(/img/social-icons/vimeo.png) left top no-repeat;
            }

            .team-text .social-links a.linkedin {
                background: url(/img/social-icons/linkedin.png) left top no-repeat;
            }

            .team-text .social-links a.facebook {
                background: url(/img/social-icons/facebook.png) left top no-repeat;
            }

            .team-text .social-links a.email {
                background: url(/img/social-icons/email.png) left top no-repeat;
            }

            .team-text .social-links a.behance {
                background: url(/img/social-icons/behance.png) left top no-repeat;
            }

            .team-text .social-links a.googleplus {
                background: url(/img/social-icons/googleplus.png) left top no-repeat;
            }

            .team-text .social-links a.youtube {
                background: url(/img/social-icons/youtube.png) left top no-repeat;
            }

            .team-text .social-links a.skype {
                background: url(/img/social-icons/skype.png) left top no-repeat;
            }

            .team-text .social-links a.tumblr {
                background: url(/img/social-icons/tumblr.png) left top no-repeat;
            }

            .team-text .social-links a:hover {
                background-position: left bottom;
            }

    .team-text h4 {
        margin-top: 20px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .team-text p {
        line-height: 24px;
        font-style: italic;
    }

.ban {
    width: 100%;
    overflow: hidden;
    /*margin-top: 147px;*/
    height: 250px;
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

.contact {
    font: bold 13px/20px Arial,Helvetica;
}

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

    .contact-us h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .contact-us p {
        padding: 0 20px;
        line-height: 18px;
        font-size: 13px;
    }

        .contact-us p i {
            margin-right: 7px;
        }

.contact-form {
    padding: 10px 0;
}

    .contact-form p {
        margin-top: 15px;
    }

.contact-us {
    margin-top: 25px;
    padding: 0 20px;
}

    .contact-us input, .contact-us textarea {
        width: 90%;
        height: 24px;
        border: 1px solid #ddd;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: Arial,Helvetica,sans-serif;
        color: #000;
        font-size: 13px;
    }

        .contact-us input:focus, .contact-us textarea:focus {
            border: 1px solid #bbb;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contact-us textarea {
        height: 160px;
    }

    .contact-us .Button {
        width: 120px;
        height: 30px;
        margin-top: 15px;
        background-color: #f8a22e;
        border: 0;
        font: Bold 13px Arial,Helvetica,sans-serif;
        color: #fff;
        -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

    .contact-us button:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #e88e15;
    }

    .contact-us button:active {
        -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
    }

    .contact-us label {
        margin-top: 10px;
        font-size: 13px;
    }

    .contact-us input:-moz-placeholder, .contact-us textarea:-moz-placeholder {
        color: #ccc;
    }

    .contact-us input:-ms-input-placeholder, .contact-us textarea:-ms-input-placeholder {
        color: #ccc;
    }

    .contact-us input::-webkit-input-placeholder, .contact-us textarea::-webkit-input-placeholder {
        color: #ccc;
    }

.map {
    margin: 20px 20px 40px 20px;
    height: 300px;
    overflow: hidden;
    border: 2px solid #cecece;
}

.services-full-width {
    margin-top: 20px;
}

.services-full-width-text {
    padding: 10px 0 0 0;
    text-align: left;
}

    .services-full-width-text h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .services-full-width-text p {
        padding: 0 20px;
        line-height: 28px;
        font-size: 13px;
    }

.services-half-width {
    margin-top: 20px;
}

.services-half-width-text {
    padding: 10px 0;
    text-align: left;
}

    .services-half-width-text h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .services-half-width-text p {
        padding: 0 20px;
        line-height: 28px;
        font-size: 13px;
    }

.image img {
    float: left;
    padding-left: 20px;
    margin-right: 10px;
    width: 50%;
}

.popup {
    width: 650px;
    margin: 0 auto;
    padding: 20px 2%;
    box-shadow: 0 1px 6px #ccc;
    -moz-box-shadow: 0 1px 6px #ccc;
    -webkit-box-shadow: 0 1px 6px #ccc;
    background: #fff url('/img/close.jpg') no-repeat 673px 4px;
    z-index: 98500;
    position: absolute;
    top: 40%;
    left: 25%;
    overflow: hidden;
}

.detail {
    overflow: hidden;
    width: 100%;
}

.popup .row {
    margin-left: 0;
}

.over-popup {
    background-color: #000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzBkNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZGRjZmNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZTlkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(50deg,#000 10%,#fff 90%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(10%,#000),color-stop(90%,#000));
    background: -webkit-linear-gradient(50deg,#000 10%,#000 90%);
    background: -o-linear-gradient(50deg,#000 10%,#000 90%);
    background: -ms-linear-gradient(50deg,#000 10%,#000 90%);
    background: linear-gradient(50deg,#000 10%,#000 90%);
    left: 0;
    opacity: .5;
    padding: 0 5%;
    position: absolute;
    top: 0;
    width: 90%;
    overflow: auto;
    z-index: 8000;
}

span.dl, span.det {
    font: bold 1.5em/2em vijaya,Times New Roman;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

a.more:link, a.more:visited {
    border-bottom: 1px dashed #3097a0;
    color: #fe9100;
    display: inline-block;
    float: right;
    font: italic 13px/190% georgia,times new roman;
    text-decoration: none;
}

.slider-wrap2 {
    overflow: hidden;
    direction: ltr;
    margin: 30px 0 0 -7px;
}

#slider2 li {
    float: left;
    padding: 0 32px 0 0;
    height: 170px;
    margin: 0;
}

.contact-us form input.file {
    border: 0 none;
    height: 35px;
    float: left;
    width: auto;
}

.contact-us form label.red {
    color: #d12b2b;
}

#slider2 img {
    border: solid 1px #aaa;
    -moz-box-shadow: 1px 1px 4px #555;
    -webkit-box-shadow: 1px 1px 4px #555;
    box-shadow: 1px 1px 4px #555;
    height: 136px;
    margin-right: 0;
    padding-left: 0;
    width: auto;
}

#slider2 a h3 {
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    margin-top: 5px;
}

.slider-wrap2 .bx-prev, .slider-wrap2 .bx-next {
    display: none;
}

.bx-pager {
    overflow: hidden;
    width: 100%;
    padding: 0 10px 10px;
    margin: 0 0 20px 15px;
}

    .bx-pager a {
        float: left;
        background: #000;
        color: #fff;
        padding: 0 5px;
        font-size: 1.2em;
        line-height: 150%;
        margin: 10px 6px 0 0;
        -moz-box-shadow: 1px 1px 1px #000;
        -webkit-box-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
        text-align: center;
    }

        .bx-pager a:hover {
            background: #ccc;
            color: #000;
            text-decoration: none;
        }

.scroll-holding {
    overflow: hidden;
    height: 204px;
    clear: both;
    padding-top: 30px;
    width: 100%;
}

.scroll {
    width: 5000px;
    display: block;
}

    .scroll li {
        float: left;
        height: 174px;
        margin: 5px;
        padding: 10px;
        list-style-type: none;
    }

        .scroll li:hover {
            background: rgba(255,255,255,.7);
        }

            .scroll li:hover .editor {
                color: #fff;
            }

        .scroll li img {
            width: 100%;
            height: 97px;
            display: block;
            margin-bottom: 10px;
            margin-right: 0;
            padding-left: 0;
        }

.call-to-action {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding: 25px 0 20px 0;
    text-align: left;
    background: #f8f8f8;
    overflow: hidden;
}

    .call-to-action-text:hover {
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.05),0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
    }

    .call-to-action-text .ca-text, .call-to-action-text .ca-button {
        float: left;
        padding: 0 0 0 35px;
        line-height: 30px;
        font-size: 18px;
        font-style: italic;
    }

    .call-to-action-text .ca-button {
        float: right;
        padding: 0 35px 0 0;
    }

        .call-to-action-text .ca-button a {
            padding: 5px 22px;
            background: #f8a22e;
            color: #fff;
            text-decoration: none;
            -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
            -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
            box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
        }

            .call-to-action-text .ca-button a:hover {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .call-to-action-text .ca-button a:active {
                -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
                -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
                box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;
            }

#gallery, #galleryf {
    margin-top: 28px;
    overflow: hidden;
    padding: 10px 17px 10px 0;
    margin-left: 0;
}

#galleryf {
    margin: 0 0 0 12px;
}

#gallery li {
    float: right;
    width: 45%;
    list-style-type: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 10px 10px;
}

#galleryf li {
    list-style-position: inside;
}

#gallery li:hover {
    box-shadow: 0 0 9px #333;
}

#gallery li img {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}

#jquery-overlay {
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}

#jquery-lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

    #jquery-lightbox a img {
        border: medium none;
    }

#lightbox-container-image-box {
    background-color: #fff;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

#lightbox-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: medium none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    display: block;
    height: 100%;
    width: 49%;
}

#lightbox-nav-btnPrev {
    float: left;
    left: 0;
}

#lightbox-nav-btnNext {
    float: right;
    right: 0;
}

#lightbox-container-image-data-box {
    background-color: #fff;
    font: 10px/1.4em Arial,Helvetica,sans-serif;
    margin: 0 auto;
    overflow: auto;
    padding: 0 10px;
    width: 100%;
}

#lightbox-container-image-data {
    color: #000;
    padding: 0 10px;
}

    #lightbox-container-image-data #lightbox-image-details {
        float: left;
        text-align: left;
        width: 70%;
    }

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    clear: left;
    display: block;
    padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
    float: right;
    padding-bottom: .7em;
    width: 66px;
}

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

    .portfolio-page h4.filter-portfolio {
        margin-top: 35px;
        padding: 0 20px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-align: left;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

    ul.portfolio-img li {
        list-style: none;
    }

.filter-portfolio a {
    color: #5d5d5d;
    text-decoration: none;
}

    .filter-portfolio a:hover {
        color: #f8a22e;
        text-decoration: none;
    }

    .filter-portfolio a#active-imgs {
        color: #f8a22e;
    }

        .filter-portfolio a#active-imgs:hover {
            color: #5d5d5d;
        }

@media(min-width:1900px) and (max-width:2400px) {
    .flex-caption {
        margin-left: 1.85%;
    }

    .image img {
        width: 30%;
    }

    #carousel_container {
        width: 1160px;
    }
}

@media(min-width:1500px) and (max-width:1900px) {
    .flex-caption {
        margin-left: 1.8%;
    }

    .image img {
        width: 30%;
    }

    #carousel_container {
        width: 1160px;
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .flex-caption {
        max-width: 700px;
        margin-left: 1.4%;
    }

    .image img {
        width: 30%;
    }

    #carousel_container {
        width: 1160px;
    }
}

@media(min-width:980px) and (max-width:1200px) {
    .flex-caption {
        max-width: 700px;
        margin-left: 1.3%;
    }

    .navbar .nav.pull-right {
        margin: 0 0 -55px;
    }

    .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }

    .image img {
        width: 30%;
    }
}

@media(min-width:768px) and (max-width:979px) {
    .header ul.nav li a {
        padding: 15px 13px;
        font: bold 15px/16px Helvetica,Arial,sans-serif;
    }

    .header ul.nav li.current-page a {
        padding-top: 14px;
    }

    .flex-caption {
        max-width: 500px;
        margin-left: 1.4%;
    }

    .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }

    .image img {
        width: 40%;
    }

    #gallery li {
        width: 90%;
    }

    .portfolio {
        margin-top: 20px;
    }
}

@media(min-width:550px) and (max-width:767px) {
    .all {
        height: 123px;
    }

    .image img {
        width: 50%;
    }

    .header ul.nav li a {
        padding: 15px 13px 15px 12px;
        text-align: left;
        font: bold 12px/16px serif,times new roman;
    }
}

@media(max-width:767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .portfolio {
        padding: 0 20px;
    }

    .header ul.nav li a {
        padding: 15px 12px 15px 11px;
        text-align: left;
        font: bold 13px/16px helvetica,serif,times new roman;
    }

    .all {
        background-image: none;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .flex-caption {
        display: none;
    }

    .presentation, footer {
        padding-left: 20px;
        padding-right: 20px;
    }

        .presentation p {
            line-height: 23px;
        }

    .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .flex-caption {
        display: none;
    }

    .presentation p {
        line-height: 23px;
    }

    .portfolio {
        margin-top: 40px;
    }

        .portfolio .work p {
            padding-left: 10px;
            padding-right: 10px;
        }

    .call-to-action-text {
        padding-bottom: 30px;
    }

        .call-to-action-text .ca-text {
            padding: 0 35px;
        }

        .call-to-action-text .ca-button {
            margin-top: 10px;
        }

    .tweet_list {
        height: 6em;
    }

    .header a.brand {
        width: 120px;
        height: 43px;
        background: url(/img/logom.png) 0 center no-repeat;
    }

    .search {
        right: 4%;
        width: 245px;
        top: 10px;
    }

    .all {
        height: 173px;
    }

    .navbar .nav.pull-right {
        margin-bottom: 0;
    }

    .image img {
        float: left;
        padding-left: 20px;
        margin-right: 10px;
        border: solid 1px #ccc;
    }

    footer .widget {
        margin-bottom: 60px;
    }

    #gallery li {
        width: 46%;
    }
}

@media(max-width:481px) {
    .header a.brand {
        width: 120px;
        height: 43px;
        background: url(/img/logom.png) 0 center no-repeat;
    }

    .all {
        height: 200px;
        padding-bottom: 50px;
    }

    .slider {
        padding-top: 150px;
        height: 300px;
    }

    .flex-direction-nav a {
        display: none;
    }

    .navbar .nav.pull-right {
        margin-bottom: 0;
    }

    .header ul.nav li a {
        font: bold 13px/20px arial,times new roman;
        padding: 15px 24px 15px 23px;
        display: block;
        text-align: center;
    }

    .tweet_list {
        height: 10em;
    }

    .search {
        right: 4%;
        width: 50%;
        top: 10px;
    }

    .textbox-cover {
        width: 71%;
    }

    .navbar .nav.pull-right {
        margin-bottom: -100px;
    }

    footer .widget {
        margin-bottom: 40px;
    }

    #gallery li {
        width: 100%;
    }
}


.pricing_table {
    /*border:1px solid #c4cbcc;*/
}

    .pricing_table ul {
        list-style: none;
        float: left;
        width: 147px;
        margin: 0;
        border: 1px solid #f2f3f3;
        padding: 5px;
        text-align: center;
        background-color: #FFF;
    }

        .pricing_table ul:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.7);
            -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.7);
            box-shadow: 0px 0px 7px rgba(0,0,0,.7);
            cursor: pointer;
        }

        .pricing_table ul li {
            border-bottom: 1px dashed #cfd2d2;
            padding: 10px 0;
        }

            .pricing_table ul li:first-child {
                font-size: 18px;
                font-weight: bold;
                height: 40px;
                border-bottom: none;
            }
            /*.pricing_table ul li:nth-child(2) { 
	background:#fbfbfb;
}
.pricing_table ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}*/
            .pricing_table ul li:nth-child(n+4) {
                font-size: 14px;
            }

            .pricing_table ul li:last-child a {
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border: 1px solid #c4cbcc;
                padding: 10px;
                margin: 5px 0;
                background: #e5e696; /* Old browsers */
                background: -moz-linear-gradient(top, #e5e696 0%, #d1d360 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e696), color-stop(100%,#d1d360)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #e5e696 0%,#d1d360 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #e5e696 0%,#d1d360 100%); /* Opera11.10+ */
                background: -ms-linear-gradient(top, #e5e696 0%,#d1d360 100%); /* IE10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#d1d360',GradientType=0 ); /* IE6-9 */
                background: linear-gradient(top, #e5e696 0%,#d1d360 100%); /* W3C */
                color: #000;
                font-style: italic;
                display: block;
            }





















.gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gallery a {
    width: 200px;
    /*height: 175px;*/
    max-height: auto;
    float: left;
    margin: 3px;
    /* padding: 3px; */
    overflow: hidden;
    text-align: center;
}


.gallery li img {
    float: left;
    margin: 10px;
    border: 5px solid #fff;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    /*max-width: 200px;
    max-height: 200px;*/
    opacity: 0.8;
    max-width: 100%;
    height: auto;
}

    .gallery li img:hover {
        -webkit-box-shadow: 10px 0px 7px rgba(0, 0, 0, 0.9);
        box-shadow: 10px 0px 7px rgba(0, 0, 0, 0.9);
        opacity: 1;
    }
