﻿@font-face {
    font-family: mysans;
    src: url('IRANSansWeb(FaNum).woff');
}

@font-face {
    font-family: myyekan;
    src: url('BYekan.woff')
}

body {
    background: #fff;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 12px;
}

.violet {
    color: teal;
}

a {
    /*  color: teal;*/
    text-decoration: underline;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: navy;
    font-size: 12pt;
    text-decoration: none
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

strong {
    font-weight: bold;
}


/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    background: #7049ba;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: right;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 280px;
    height: 40px;
    padding: 20px 0;
    background: url(../img-pix/main-logo.png) 20px center no-repeat;
}

.header ul.nav {
    font-size: 18px;
    direction: rtl;
}

    .header ul.nav li a {
        padding: 30px 20px 30px 20px;
        color: #ffc670;
        text-shadow: none;
        font-family: mysans;
        font-size: 13pt
    }

    .header ul.nav li.current-page a {
        padding-top: 25px;
        border-top: 5px solid teal;
        background: #f8f8f8;
    }

    .header ul.nav li a:hover {
        background: #6039a8;
        color: #fff;
    }

    .header ul.nav li a i {
        line-height: 35px;
        color: #aaa;
    }

    .header ul.nav li a:hover i {
        color: #fff;
    }


/* ----- Slider ----- */


/* ----- Presentation ----- */

.presentation {
    margin-top: 5px;
    text-align: right;
}

    .presentation img {
        float: right;
        width: 75px;
        height: 75px;
        padding: 2px;
        border: thin solid teal;
        margin-left: 30px
    }

    .presentation h2 {
        font-family: 'B Mehr';
        font-size: 17px;
        color: #5d5d5d;
    }

    .presentation p {
        font-size: 14px;
        font-style: italic;
        font-family: Tahoma;
        direction: rtl
    }


/* ----- What we do ----- */

.what-we-do {
    margin-top: 5px;
}

    .what-we-do .service {
        padding-bottom: 23px;
        background: #f8f8f8;
        border-bottom: 2px solid teal;
    }

        .what-we-do .service: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;
        }

        .what-we-do .service .icon-awesome {
            margin-top: 15px;
            font-size: 50px;
            line-height: 50px;
            color: #5d5d5d;
        }

        .what-we-do .service h4 {
            margin-top: 5px;
            font-family: 'B Koodak';
            font-size: 18px;
            color: #5d5d5d;
            text-transform: uppercase;
            text-shadow: 0 1px 0 rgba(255,255,255,.7);
        }

        .what-we-do .service p {
            padding-bottom: 10px;
            line-height: 24px;
            font-family: Tahoma;
            font-size: 12px;
            color: black
        }

        .what-we-do .service a {
            padding: 3px 16px;
            background: teal;
            color: #fff;
            font-style: normal;
            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;
            font-family: 'B Mehr';
            font-size: 13px
        }

            .what-we-do .service a:hover {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .what-we-do .service 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;
            }


/* ----- Portfolio ----- */

.portfolio {
    margin-top: 50px;
}

.portfolio-title {
    background: url(../img/line.png) left center repeat-x;
}

    .portfolio-title h3 {
        width: 220px;
        margin: 0 auto;
        background: #fff;
        font-family: 'Lobster', cursive;
        font-size: 24px;
        color: #5d5d5d;
    }

.portfolio .work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid teal;
}

    .portfolio .work:hover img {
        opacity: 0.7;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

    .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) inset;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
    }

    .portfolio .work .icon-awesome {
        margin-top: 15px;
        font-size: 22px;
        line-height: 22px;
    }

        .portfolio .work .icon-awesome a {
            display: inline-block;
            padding: 5px 9px;
            background: teal;
            color: #fff;
            -moz-border-radius: 19px;
            -webkit-border-radius: 19px;
            border-radius: 19px;
            -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 .icon-awesome a:hover {
                background: #5d5d5d;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .portfolio .work .icon-awesome 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;
            }

    .portfolio .work h4 {
        margin-top: 20px;
        font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .portfolio .work p {
        line-height: 24px;
        font-style: italic;
    }


/* ----- Testimonials ----- */

.testimonials {
    margin-top: 20px;
    padding-bottom: 50px;
}

.testimonials-title {
    background: url(../img-pix/line.png) left center repeat-x;
}

    .testimonials-title h3 {
        width: 180px;
        margin: 0 auto;
        background: #fff;
        font-family: 'B Koodak';
        font-size: 24px;
        color: #5d5d5d;
    }

.testimonials p {
    direction: rtl;
    font-family: mysans;
    font-size: 13pt;
    color: #5d5d5d;
    line-height: 25px;
    text-align: right
}
/*
.testimonials input 
{
     width: 240px;
    height: 28px;
    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: 'B Koodak';
    color: #888;
    font-size: 18px;
    direction:rtl;
    padding:3px;
    margin:3px;
    background-color:#fff
    
}
    .testimonials label
{
    font-family:Tahoma;
    color:teal;
    font-size:14px;
    font-weight:bold
}
    */

.testimonials button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: teal;
    border: 0;
    font-family: 'B Koodak';
    font-size: 16px;
    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;
}

.testimonials table {
    width: 80%;
    direction: rtl;
    border: 1px solid #ddd;
}

    .testimonials table th:first-line {
        font-family: mysans;
        text-align: center;
        font-size: 14px;
        direction: rtl;
        height: 30px;
    }

    .testimonials table tr {
        color: #888;
        font-family: mysans;
        font-size: 13px;
        height: 24px
    }

        .testimonials table tr:nth-child(even) {
            color: red;
            font-family: mysans;
            font-size: 13px;
            height: 24px;
            background-color: #eaf4fa
        }

.scounticon {
    float: left;
    margin-left: 5px
}

.donetlbl {
    font-family: Tahoma;
    color: teal;
    font-size: 14px;
    font-weight: bold
}

.donetbtn {
    width: 220px;
    height: 30px;
    margin-top: 15px;
    background: teal;
    border: 0;
    font-family: 'B Koodak';
    font-size: 16px;
    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;
}

.donettxt {
    width: 240px;
    height: 28px;
    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: 'B Koodak';
    color: #888;
    font-size: 18px;
    direction: rtl;
    padding: 3px;
    margin: 3px;
    background-color: #fff
}

.donetmttxt {
    width: 300px;
    height: 80px;
    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: 'B Koodak';
    color: #888;
    font-size: 18px;
    direction: rtl;
    padding: 3px;
    margin: 3px;
    background-color: #fff
}

.donetdpdn {
    width: 240px;
    height: 38px;
    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: 'B Koodak';
    color: #888;
    font-size: 18px;
    direction: rtl;
    padding: 3px;
    margin: 3px;
    background-color: #fff
}

.doneta {
    font-family: Tahoma;
    font-size: 9pt;
    text-decoration: none;
    color: black
}

.donetdiv {
    padding: 10px;
    font-family: Tahoma;
    font-size: 9pt;
    text-decoration: none;
    color: black
}

.donetintodiv {
    padding: 3px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 3px;
    float: right;
    border-left: 1px black solid;
    height: 48px
}

.linkbox {
    width: 260px;
    height: 80px;
    border: 5px teal solid;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
}

.testimonials input submit {
    width: 120px;
    height: 40px;
    margin-top: 15px;
    background: teal;
    border: 0;
    font-family: 'B Koodak';
    font-size: 16px;
    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;
}
/* ----- Footer ----- */

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #8c00ff url(../img/pattern.jpg) left top repeat;
    -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 .widget {
        margin-top: 20px;
        text-align: left;
    }

        footer .widget h4 {
            margin-top: 20px;
            font-family: mysans;
            font-size: 18pt;
            color: #fff;
            text-shadow: 0 1px 0 rgba(255,255,255,.7);
            direction: rtl;
            text-align: right;
            font-weight: normal
        }

        footer .widget p {
            line-height: 24px;
            direction: rtl;
            text-align: right;
            font-family: mysans;
            color: #ffffff;
            font-size: 13pt
        }

        footer .widget a {
            font-family: mysans;
            font-size: 13px;
            color: #ffc670;
            text-decoration: none
        }

            footer .widget a:hover {
                color: #fff
            }

        footer .widget i {
            padding-right: 7px;
        }



    footer .footer-border {
        margin-top: 30px;
        border-top: 1px dashed #ddd;
    }

    footer .copyright {
        margin-top: 15px;
        text-align: center;
        direction: rtl;
        width: 100%;
        font-family: Tahoma;
        font-size: 15px;
        color: #000
    }

/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 10px 0 10px 0;
    background: #00adb4 url(../img-pix/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(172,55,216,.05) inset, 0 -5px 15px 0 rgba(172,55,216,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(172,55,216,.05) inset, 0 -5px 15px 0 rgba(172,55,216,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(172,55,216,.05) inset, 0 -5px 15px 0 rgba(172,55,216,.05) inset;
    text-align: center;
    direction: rtl;
    min-height: 50px;
    font-family: mysans;
    font-size: 16pt;
    line-height: 25pt;
    color: #fff;
}

    .page-title h2 {
        display: inline;
        margin-left: 10px;
        font-family: 'Lobster', cursive;
        font-size: 24px;
        color: #5d5d5d;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
        vertical-align: middle;
    }

    .page-title p {
        display: inline;
        margin-left: 5px;
        font-size: 14px;
        font-style: italic;
        vertical-align: middle;
    }

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}

.page-title table {
    direction: rtl;
    width: 320px;
    padding: 3px;
}

    .page-title table td {
        direction: rtl;
        border-right: thin solid #000000
    }

        .page-title table td a {
            font-family: Tahoma;
            font-size: 12px;
            color: #000000;
            text-decoration: none
        }
/********** ----- ABOUT PAGE ----- **********/

/* ----- About us text ----- */

.about-us {
    margin-top: 20px;
}

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

    .about-us-text h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #5d5d5d;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.7);
    }

    .about-us-text p {
        padding: 0 20px;
        line-height: 28px;
        font-size: 13px;
    }

/* ----- Meet our team ----- */

.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: 'Lobster', cursive;
        font-size: 24px;
        color: #5d5d5d;
    }

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid teal;
}

    .team-text:hover img {
        opacity: 0.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: 'Droid Sans', Helvetica, Arial, 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;
    }


/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

    .contact-us h4 {
        margin-top: 25px;
        padding: 0 20px;
        font-family: 'Droid Sans', Helvetica, Arial, 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: 28px;
        font-size: 13px;
    }

.contact-form {
    padding: 10px 0;
}

    .contact-form p {
        margin-top: 15px;
    }

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

    .contact-us form input, .contact-us form 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: 'Open Sans', Helvetica, Arial, sans-serif;
        color: #888;
        font-size: 13px;
        font-style: italic;
    }

        .contact-us form input:focus, .contact-us form textarea:focus {
            border: 1px solid #bbb;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contact-us form textarea {
        height: 160px;
    }

    .contact-us form button {
        width: 120px;
        height: 30px;
        margin-top: 15px;
        background: teal;
        border: 0;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 13px;
        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 form button:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .contact-us form 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 form label {
        margin-top: 10px;
        font-size: 13px;
    }

    .contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder {
        color: #ccc;
    }

    .contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder {
        color: #ccc;
    }

    .contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder {
        color: #ccc;
    }



/********** ----- SERVICES PAGE ----- **********/

/* ----- Services full width text ----- */

.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: 'Droid Sans', Helvetica, Arial, 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 text ----- */

.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: 'Droid Sans', Helvetica, Arial, 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;
    }

/* ----- Call to action ----- */

.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: teal;
            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;
            }


/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

    .portfolio-page h4.filter-portfolio {
        margin-top: 35px;
        padding: 0 20px;
        font-family: 'Droid Sans', Helvetica, Arial, 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: teal;
        text-decoration: none;
    }

    .filter-portfolio a#active-imgs {
        color: teal;
    }

        .filter-portfolio a#active-imgs:hover {
            color: #5d5d5d;
        }

.picprf {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 50%
}
/*-----input template*/
:focus {
    outline: none;
}

.input_title_invoice {
    width: 100%;
    box-sizing: border-box;
}

.col-3 {
    float: right;
    width: 47%;
    margin: 30px 10px 10px 10px;
    position: relative;
    direction: rtl;
    font-family: mysans;
    font-size: 12pt
}

.newinput {
    width: 140px !important;
    font-family: mysans;
    font-size: 12pt;
    color: #333;
    box-sizing: border-box;
    direction: rtl
}
/* necessary to give position: relative to parent. */
input[type="text"], input[type="password"], select {
    font-family: mysans;
    font-size: 12pt;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    direction: rtl
}

.effect-1,
.effect-2,
.effect-3 {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

    .effect-1 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #3399FF;
        transition: 0.4s;
    }

    .effect-1:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }

    .effect-2 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #8c00ff;
        transition: 0.4s;
    }

    .effect-2:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
        left: 0;
    }

    .effect-3 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 99;
    }

        .effect-3 ~ .focus-border:before,
        .effect-3 ~ .focus-border:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #00adb4;
            transition: 0.4s;
        }

        .effect-3 ~ .focus-border:after {
            left: auto;
            right: 0;
        }

    .effect-3:focus ~ .focus-border:before,
    .effect-3:focus ~ .focus-border:after {
        width: 50%;
        transition: 0.4s;
    }

.submited {
    background-color: transparent;
    padding: 20px;
    font-family: mysans;
    font-size: 13pt;
    margin-top: 30px;
    border: none;
    color: #00adb4
}

.newsubmited {
    padding: 10px;
    font-family: mysans;
    font-size: 13pt;
    margin-top: 30px;
    border: 2px solid #8c00ff;
    background-color: #ccc;
}

.submited:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .flex-caption {
        max-width: 700px;
    }

    .what-we-do .service p, .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;
        }
}

@media (min-width: 768px) and (max-width: 979px) {
    /*az test*/
    .col-3 {
        width: 100%
    }

    .page-title {
        min-height: 80px
    }
    /*ta test*/
    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        max-width: 500px;
    }

    .what-we-do .service p, .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;
        }
}

@media (max-width: 767px) {
    .col-3 {
        width: 100%
    }
    /*az test*/
    .page-title {
        min-height: 80px
    }
    /*ta test*/

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider, .what-we-do, .portfolio {
        padding: 0 20px;
    }

    .what-we-do {
        margin-top: 30px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: right;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        display: none;
    }

    .presentation, footer, .testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }

        .presentation p {
            line-height: 30px;
        }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .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;
    }

    .tweet_list {
        height: 6em;
    }
}

@media (max-width: 480px) {
    .col-3 {
        width: 100%
    }
    /*az test*/
    .page-title {
        min-height: 80px
    }
    /*ta test*/
    .tweet_list {
        height: 10em;
    }
}
