﻿@font-face {
    font-family: 'web-yekan';
    font-weight: 400;
    font-style: normal;
    src: url("font/web-yekan/web_yekan.eot");
    src: url("font/web-yekan/web_yekan.eot?#iefix") format('embedded-opentype'), local('web-yekan'), url("font/web-yekan/web_yekan.woff2") format('woff2'), url("font/web-yekan/web_yekan.woff") format('woff'), url("font/web-yekan/web_yekan.ttf") format('truetype'), url("font/web-yekan/web_yekan.svg#Lato") format('svg');
}

body {
    font-family: 'web-yekan',Tahoma,arial, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height:1.7em;
    font-weight: normal;
    color: #7A7A7A;
    background-color:#cae4db /*#93E2C2*/;
}

header {
    margin-top: 20px;
}

    header .head {
        background-color: #FFFFFF;
        border-top-color: #1abc9c;
        border-top-width: 5px;
        position: relative;
        border-top-style: solid;
        padding: 0 20px;
    }

.logo {
    width: 180px;
    margin-top: 35px;
    margin-bottom: 35px;
    float: right;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-darkblue {
    background-color: #2c3e50;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
}

    .navbar-darkblue .navbar-brand {
        color: #B9B9B9;
    }

        .navbar-darkblue .navbar-brand:hover,
        .navbar-darkblue .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-darkblue .navbar-text {
        color: #B9B9B9;
    }

    .navbar-darkblue .navbar-nav > li > a {
        color: #B9B9B9;
    }

        .navbar-darkblue .navbar-nav > li > a:hover,
        .navbar-darkblue .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-darkblue .navbar-nav > .active > a,
    .navbar-darkblue .navbar-nav > .active > a:hover,
    .navbar-darkblue .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
        padding: 5px 10px;
        margin: 10px;
        border-radius: 5px;
    }

    .navbar-darkblue .navbar-nav > .disabled > a,
    .navbar-darkblue .navbar-nav > .disabled > a:hover,
    .navbar-darkblue .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-darkblue .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-darkblue .navbar-toggle:hover,
        .navbar-darkblue .navbar-toggle:focus {
            background-color: #fff;
        }

            .navbar-darkblue .navbar-toggle:hover .icon-bar,
            .navbar-darkblue .navbar-toggle:focus .icon-bar {
                background-color: #2c3e50;
            }

        .navbar-darkblue .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-darkblue .navbar-collapse,
    .navbar-darkblue .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-darkblue .navbar-nav > .open > a,
    .navbar-darkblue .navbar-nav > .open > a:hover,
    .navbar-darkblue .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-darkblue .navbar-nav .open .dropdown-menu > li > a {
        color: #B9B9B9;
    }

        .navbar-darkblue .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-darkblue .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-darkblue .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-darkblue .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-darkblue .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
        padding: 5px 10px;
        margin: 10px;
        border-radius: 5px;
    }

    .navbar-darkblue .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-darkblue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-darkblue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-darkblue .navbar-link {
    color: #777;
}

    .navbar-darkblue .navbar-link:hover {
        color: #333;
    }

.navbar-darkblue .btn-link {
    color: #777;
}

    .navbar-darkblue .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-darkblue .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-darkblue .btn-link:hover,
    .navbar-darkblue .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-darkblue .btn-link:focus {
        color: #ccc;
    }

.social {
    text-align: center;
}

    .social a {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 0 0 0 1px;
        width: 32px;
        height: 32px;
        border: 1px solid #DDD;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #ACACAC;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        border: none;
    }

        .social a:hover i {
            color: #fff;
            background-position: -1px;
            text-decoration: none;
        }

        .social a i {
            padding: 8px 0;
            display: block;
            font-size: 14px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            background-image: url(images/reflect.png);
            background-position: 32px;
            background-repeat: no-repeat;
            color: #ACACAC;
        }

        .social a:hover .icon-twitter, .social a:hover .icons-social-twitter, .with_color a .icon-twitter, .with_color a .icons-social-twitter {
            background-color: #00abdc;
        }

        .social a:hover .icon-xing, .with_color a .icon-xing {
            background-color: #006464;
        }

        .social a:hover .icon-dropbox, .with_color a .icon-dropbox {
            background-color: #007ee5;
        }

        .social a:hover .icon-bitbucket, .with_color a .icon-bitbucket {
            background-color: #205081;
        }

        .social a:hover .icon-weibo, .with_color a .icon-weibo {
            background-color: #d52b2b;
        }

        .social a:hover .icon-facebook, .social a:hover .icons-social-facebook, .with_color a .icon-facebook, .with_color a .icons-social-facebook {
            background-color: #325c94;
        }

        .social a:hover .icon-dribbble, .social a:hover .icons-social-dribbble, .with_color a .icon-dribbble, .with_color a .icons-social-dribbble {
            background-color: #fa4086;
        }

        .social a:hover .icon-rss, .social a:hover .icons-rss, .with_color a .icon-rss, .with_color a .icons-rss {
            background-color: #f1862f;
        }

        .social a:hover .icon-github, .social a:hover .icons-social-github, .with_color a .icon-github, .with_color a .icons-social-github {
            background-color: #333;
        }

        .social a:hover .icon-instagram, .with_color a .icon-instagram {
            background-color: #964b00;
        }

        .social a:hover .icon-linkedin, .social a:hover .icons-social-linkedin, .with_color a .icon-linkedin, .with_color a .icons-social-linkedin {
            background-color: #0073b2;
        }

        .social a:hover .icon-pinterest, .social a:hover .icons-social-pinterest, .with_color a .icon-pinterest, .with_color a .icons-social-pinterest {
            background-color: #d9031f;
        }

        .social a:hover .icon-google-plus, .social a:hover .icons-social-google-plus, .with_color a .icon-google-plus, .with_color a .icons-social-google-plus {
            background-color: #d9031f;
        }

        .social a:hover .icon-foursquare, .with_color a .icon-foursquare {
            background-color: #0cbadf;
        }

        .social a:hover .icon-skype, .social a:hover .icons-social-skype, .with_color a .icon-skype, .with_color a .icons-social-skype {
            background-color: #00b9e5;
        }

        .social a:hover .icon-cloud, .social a:hover .icons-social-soundcloud, .with_color a .icon-cloud, .with_color a .icons-social-soundcloud {
            background-color: #ff7700;
        }

        .social a:hover .icon-youtube, .social a:hover .icons-social-youtube, .with_color a .icon-youtube, .with_color a .icons-social-youtube {
            background-color: #d9031f;
        }

        .social a:hover .icon-tumblr, .social a:hover .icons-social-tumblr, .with_color a .icon-tumblr, .with_color a .icons-social-tumblr {
            background-color: #325c94;
        }

        .social a:hover .icon-stackexchange, .with_color a .icon-stackexchange {
            background-color: #4e4e4e;
        }

        .social a:hover .icon-telegram, .social a:hover .icons-social-telegram, .with_color a .icon-telegram, .with_color a .icons-social-telegram {
            background-color: #00abdc;
        }

        .social a:hover .icon-envelope-alt, .with_color a .icon-envelope-alt, .social a:hover .icon-sitemap, .with_color a .icon-sitemap {
            background-color: #777;
        }

.social-head {
    margin-top: 48px;
    float: left;
}

.user-head {
    margin-top: 48px;
    float: left;
    margin-right: 20px;
}

.user a {
    float: none;
    display: inline-block;
    margin: 0 0 0 1px;
    height: 32px;
    color: #ACACAC;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border: none;
    line-height: 32px;
    font-size: 14px;
}

    .user a:hover,
    .user a:focus {
        text-decoration: none;
    }

    .user a i {
        padding: 8px 0;
        margin: 0 8px;
        display: block;
        font-size: 14px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background-image: url(images/reflect.png);
        background-position: 32px;
        background-repeat: no-repeat;
        color: #ACACAC;
        float: right;
    }

@media (max-width: 767px) {
    .social-head {
        display: none;
    }
}

@media(max-width: 470px) {
    .user-head {
        margin-top: 0;
        float: right;
        width: 100%;
        margin-right: 0;
    }

    .logo {
        margin-bottom: 10px;
    }
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-caption a:hover {
        color: #ffa902;
    }

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-caption a:hover {
        color: #ffa902;
    }

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "web-yekan","Open Sans";
    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(52,73,94);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(227,58,12);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
}

.tp-caption.Sefid {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0,0,0);
    border-style: none;
}

.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "web-yekan","Open Sans";
    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(52,73,94);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
}

.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: rgb(227,58,12);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
}

.medium_bg_blue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "web-yekan","Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: #1F78B1;
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    border-radius: 5px;
}

    .medium_bg_blue a {
        color: #fff;
    }

.page-content .row {
    background-color: #fff;
    padding-bottom: 30px;
}
/* Services */
.services {
    text-align: center;
}

.ico_l {
    font-size: 70px;
}

.services .stitle {
}

.services:hover .service-icon {
    color: #191919;
    -webkit-animation: flip .8s;
    animation: flip .8s;
}

.services .tbutton, .service-i .tbutton {
    float: right;
    color: #fff;
    text-transform: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .services .tbutton.small {
        font-size: 10px;
    }

    .services .tbutton.medium {
        font-size: 12px;
    }

    .services .tbutton.large {
        font-size: 14px;
    }

.services:hover .tbutton, .service-i:hover .tbutton, .service-old:hover .tbutton {
    opacity: 1;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.services h3 {
    float: left;
    font-size: 18px;
    margin: 20px 0;
    padding: 0 0 0 15px;
}

.services.sb1 h3 {
    border-left: 1px solid #CCC;
}

.services.sb1 .stitle i {
    padding: 7px 0 0 0;
}

.services.sb2 h3 {
    width: 100%;
    padding: 0;
}

.services.sb2 .stitle img {
    float: none;
    margin: 0 auto;
}

.services.sb2 .stitle i {
    float: none;
    font-size: 60px;
    margin: 0 !important;
}

.services.sb2 .tbutton {
    float: none;
}

.services.sb3 h3 {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 0;
}

.services.sb3 .stitle img {
}

.services.sb3 .inline.ic i {
    font-size: 75px;
    padding-bottom: 15px;
}

.services.sb3 .inline {
    display: inline;
    float: none;
}


.services h3 small {
    color: #aaa;
    font-size: 12px;
    font-family: tahoma;
    font-weight: normal;
    text-transform: none;
    display: block;
    padding: 4px 0 0 0;
}

.service-icon {
    font-size: 36px;
    float: left;
    color: #d7d7d7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* owl */
.portfolio li, .uowl {
    float: left;
    margin: 0 1% 1% 0 !important;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease, box-shadow 0.2s ease;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    border-bottom: 3px solid #e6e6e6;
}

.uowl {
    margin: 0 1px 0 0;
}

    .uowl .dtrbn {
        background: none repeat scroll 0 0 rgb(227,58,12);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        left: -150px;
        position: absolute;
        text-align: center;
        top: -50px;
        transform: rotate(-45deg);
        width: 200px;
        z-index: 99;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #fff;
    }

    .uowl:hover .dtrbn {
        left: -70px;
        top: 20px;
    }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dots {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: inline-block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab, .owl-carousel .owl-stage {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel .owl-grab {
        cursor: -moz-grabbing;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

        .owl-carousel.owl-rtl .owl-stage-outer {
            direction: rtl !important;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    color: #ababab;
    cursor: pointer;
    font-size: 36px;
    top: 42%;
    right: -25px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: auto;
    left: -25px;
}

.clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.clients .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 32px;
    top: 32%;
}

.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-prev,
.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-next {
    top: -50px;
    font-size: 20px;
}

.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-prev {
    right: 0px;
    left: auto;
}

.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-next {
    right: 15px;
    left: auto;
}


.owl-carousel.nav_off .owl-controls .owl-nav .owl-prev,
.owl-carousel.nav_off .owl-controls .owl-nav .owl-next {
    display: none !important;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 15px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            background: none repeat scroll 0 0 #d6d6d6;
            border-radius: 30px;
            display: block;
            height: 10px;
            margin: 5px;
            transition: opacity 200ms ease 0s;
            width: 10px;
        }

/* page */
.liner {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    border-bottom-color: rgba(0,0,0,.1);
    margin: -1px 0 20px;
}

.col-title {
    padding: 0 0 10px;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-right: 30px;
}

.detailes {
    text-align: center;
    padding: 20px 0;
    display: block;
    color: #666;
    background: #f7f7f9;/*#f9f6ed;*/
    border-top:1px dashed #666;
    height: auto;
}
/* 	Image-overlay
----------------------------------------------------------------------*/

.hover-fx {
    overflow: hidden;
    position: relative;
    background: #000;
}

    .hover-fx img {
        float: left;
        opacity: 1;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.uowl:hover .hover-fx img, .portfolio li:hover .zoom img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-opacity: 0.90;
    opacity: .90;
    filter: alpha(opacity=90);
}

.hover-fx .fLeft {
    position: absolute;
    top: -45px;
    left: 35%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    color: #525252;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-fx .fLeft.cntr {
        left: 41%;
    }

.hover-fx .fRight {
    position: absolute;
    bottom: -45px;
    left: 48%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    color: #525252;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-fx span {
    font-size: 16px;
    padding: 10px 0 0 0;
    display: block;
    direction: ltr;
}

    .hover-fx span i.icon-file-text {
        padding: 3px;
    }
/* footer */
.foot {
    background-color: #2c3e50;
    color: #ffffff;
    border-bottom: solid 5px #1abc9c;
    margin-bottom: 30px;
    padding-top: 30px;
}

.clear-row {
    height: 70px;
    background-color: #fff;
}

.footer-last {
    background: #1abc9c;
    padding-top: 20px;
    margin: 0 50px;
    border-radius: 15px 15px 0 0;
}

.copyright {
    float: right;
    padding: 0 20px;
    color: #2c3e50;
}

    .copyright.center {
        float: none;
    }

.foot-menu {
    float: left;
    padding: 0 10px;
    list-style: none;
}

    .foot-menu li {
        float: right;
        position: relative;
        padding: 0 10px;
    }

        .foot-menu li a {
            font-weight: 600;
            color: #2c3e50;
        }

/* price table */
.price-table {
}

.price-table-header {
    border-radius: 5px 5px 0 0;
    background-color: #e74c3c;
    color: #fff;
    text-align: center;
}

    .price-table-header small {
        color: #eee;
    }

.price-table-body {
    padding: 0;
}

    .price-table-body ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .price-table-body ul li {
            position: relative;
            display: block;
            padding: 10px 15px;
            margin-bottom: -1px;
            background-color: #fff;
            border: 1px solid #eee;
        }

            .price-table-body ul li:hover {
                background-color: #eee;
            }

.price-table-footer {
    border-radius: 0 0 5px 5px;
    background-color: #eee;
    color: #fff;
    text-align: center;
}

    .price-table-footer .btn {
        margin: 10px auto;
    }

.portfolio {
    margin: 0;
    padding: 0;
}

.isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}


.portfolio li:hover, .uowl:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid;
}

/* --	Pretty Photo	-- */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

    div.pp_default .pp_top .pp_left {
        background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
    }

    div.pp_default .pp_top .pp_middle {
        background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
    }

    div.pp_default .pp_top .pp_right {
        background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

    div.pp_default .pp_expand:hover {
        background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer;
    }

div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

    div.pp_default .pp_contract:hover {
        background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer;
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        position: absolute;
        top: 2px;
        margin: 0;
        padding: 0 0 0 10px;
    }

    div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
        opacity: 0.7;
    }

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.light_rounded .pp_expand:hover {
        background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.light_rounded .pp_contract:hover {
        background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.dark_rounded .pp_expand:hover {
        background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.dark_rounded .pp_contract:hover {
        background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.dark_square .pp_expand:hover {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.dark_square .pp_contract:hover {
        background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none;
}

    div.dark_square .pp_nav .pp_play {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px;
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px;
    }

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_expand:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_contract:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_expand:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_contract:hover {
        background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default;
    }

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default;
    }

div.facebook .pp_nav {
    margin-top: 0;
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px;
    }

    div.facebook .pp_nav .pp_play {
        background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

    div.facebook .pp_nav .pp_pause {
        background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding-right: 20px;
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px;
    }

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 80px;
        overflow: hidden;
    }

    .pp_social .twitter {
        float: left;
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px;
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0;
    }

        .pp_gallery ul a {
            border: 1px rgba(0,0,0,0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }

        .pp_gallery li.default a {
            background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px;
        }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
    }

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: 10000px;
    overflow: hidden;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

    #pp_full_res .pp_inline {
        text-align: left;
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px;
        }

.pp_content h1, .pp_content h2, .pp_content h3, .pp_content h4, .pp_content h5, .pp_content h6 {
    color: #fff;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 0;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff;
}

    div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
        color: #000;
    }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

    .pp_top .pp_left, .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right, .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_fade, .pp_gallery li.default a img {
    display: none;
}

.pp_gallery ul a img {
    width: 50px !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: default !important;
}

.text-left {
    direction: ltr;
}

/*support*/

.thread {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e6e8;
    overflow:hidden;
}

    .thread:hover {
        background-color: #efefef;
    }

    .thread .control {
        vertical-align: top;
        margin-left: 20px;
        float: right;
        margin-top: 20px;
    }

    .thread .summary {
        float: right;
        padding: 0;
    }

    .thread .votes {
        display: inline-block;
        min-width: 38px;
        margin: 0 3px 0 0;
        font-size: 15px;
        color: #848d95;
        padding: 8px 5px;
        line-height: 1;
        text-align: center;
    }

    .thread .status {
        display: inline-block;
        margin: 0 3px 0 0;
        min-width: 44px;
        height: auto;
        font-size: 15px;
        padding: 8px 5px;
        line-height: 1;
        text-align: center;
    }

        .thread .status.answered {
            border-color: rgba(69,161,99,0.5);
            background-color: #45A163;
            color: #FFF;
        }

    .thread .summary h3 {
        margin-bottom: .35em;
        line-height: 1.3;
        margin-top: 10px;
    }

    .thread .question-hyperlink, .thread .answer-hyperlink {
        color: #07C;
        line-height: 1.3;
        margin-bottom: 1.2em;
    }

.question-hyperlink {
    font-size: 16px;
    font-weight: 400;
}

.thread .tags {
    line-height: 18px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

    .thread .tags span {
        font-size: 12px;
        font-weight: normal;
    }

.thread .started {
    float: right;
}

td.votecell {
    vertical-align: top;
    padding-left: 15px;
    width: 80px;
    text-align:center;
    font-size: 25px;
}
.votecell .vote {
    text-align: center;
}
.votecell .vote-up-on,.votecell .vote-down-on,.votecell .vote-down-off,.votecell .vote-up-off,.votecell .vote-count-post {
    font-size:25px;
    display:block;
}
.votecell .vote-up-off,.votecell .vote-down-off{
    color:#858C93;
}
.votecell .vote-up-on,.votecell .vote-down-on{
    color:#F48024;
}
.text-muted-light{
    color:#858C93;
}
td.postcell{
    vertical-align: top;
}

.postcell .post-text{
    margin-bottom: 15px;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.7em;
    width:100%;
    overflow: hidden;
}
    .postcell .post-text img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.postcell .post-info {
    font-size:14px;
}
.postcell .post-taglist{
    margin-bottom: 10px;
    clear: both;
    
}
.postcell .post-taglist .label{
    font-size:14px;
}
.comments{
    padding-top:10px;
    font-size: 14px;
}
.comments >div{
    border-top: 1px solid #eff0f1;
    padding:10px 0;
}
.comments .comment-copy{
    font-size:14px;
    line-height:1.3;
    display: inline-block;
    direction: rtl;
}

.thread-poster{
    color:#9199a1;
}
.thread-time{
    color:#9199a1;
}

.more-comments{
    display:none;
}

.post-comment{
    display:none;
}

.comment-copy p{
    display: inline;
    margin: 0;
}

.comment-actions{
    font-size:14px;
}
.content-edit-icon{
    padding-left:5px;
}

.tooltip{
    font-family:web-yekan;
}

.label{
    display:inline-block;
}
.main-new-threads li{
    overflow:auto;
}
.main-new-threads li.list-group-item:hover{
    background-color:#f7f7f9;
}

.page-conversations .timeline > li > .timeline-panel{
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
}

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo{
    border-bottom: 1px dashed #E1E1E1;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .price
{
    width: 100%;
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
    padding-top:10px;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

.peripheral-item{
    padding:10px;
    cursor:pointer;
    line-height:1.7em;
}
.peripheral-item:hover{
    background-color:#efefef;
}
.peripheral-item.selected{
    background-color:#dff0d8;
}

.product-detail hr{
    margin-top:10px;
    margin-bottom:10px;
}

.home-page{

}
.home-page .row{
    padding:30px;
}

.home-page .hero{
    color:#2c3e50;
    /*background-image:url(/images/rev-back-blue.jpg);*/
    background-color: #faf4e8; /*#f0f7fd #f1ede2*/
    background-size:cover;
    padding:40px 0;
    text-align:center;
    padding-bottom: 20px;
}
.home-page .hero .hero-content .slogan{
    font-size:18px;
    line-height:1.7em;
}

@media (max-width: 768px) {
    .home-page .hero {
        text-align:center;
    }
        .home-page .hero .hero-content .slogan {
            text-align:center;
        }
}
    .home-page .hero h1{
        margin-bottom:20px;
    }

/*@media (min-width: 992px) {
    .home-page .hero .hero-content {
        padding-top:80px;
    }
}*/

.home-page .hero .hero-image img{
    max-height:450px;
    margin:0 auto;
}

.home-page .top-features{
    border-bottom:1px solid #E6E6E6;
    padding:0 15px;
}
.home-page .top-features > div
{
    padding:50px 0;
}

.home-page .top-features p{
    padding:0 10px;
    text-align:center;
    line-height:1.7em;
}
.home-page .services h3 {
    float: left;
    font-size: 18px;
    margin: 20px 0;
    margin-bottom:10px;
}

@media (max-width: 991px) {
    .home-page .top-features > div
    {
        padding:20px 0;
    }
}
.home-page .module {
    padding:50px 30px;
}
.home-page .module h3 {
    margin-bottom:20px;
    color:#0d83dd;
}
.home-page .module.title {
    background-color:#629de7;/*#F0A830;#fcb441;#e7af62*/
    padding:20px;
}

.home-page .module.title h3{
    margin:10px auto;
    color:#ffffff;
}
.home-page .module.more {
    background-color:#f3f3f3;/*#F0A830;#fcb441*/
    padding:20px;
}

.home-page .module.more h3{
    margin:10px auto;
    color:#555;
}
.home-page .module.inverted{
    color: #555;
    background-color: #f5f5f5;
}
.home-page .module.inverted .picture{
    float:left;
}
@media (max-width: 991px) {
    .home-page .module.inverted .picture {
        padding-bottom:20px;
    }
}

.home-page .module ul{
    list-style: none;
    line-height: 1.7em;
    padding: 0px;
    font-size: 15px;
}

.home-page .module li span {
    margin-left: 5px;
    color: green;
}

.who-its-for{
    text-align:center;
}

.who-its-for img{
    max-height:180px;
    margin: 0 auto;
    margin-bottom:20px;
}

.who-its-for h4{
    color:#0d83dd;
}

.who-its-for p{
    padding:10px 20px;
    line-height:1.7em;
    font-size:15px;
}

.product-detail .service-icon{
    float: right;
    padding-left: 10px;
    max-width: 64px;
}

#peripheral-container h4{
    line-height:1.7em;
}
@media (max-width: 767px) {
    header {
        margin-top: 0;
    }
    .foot {
        margin-bottom:0;
    }
}

.page-download img{
    max-height: 150px;
    margin: 30px auto;
}

.page-download h3{
    margin:40px auto;
}

@media (max-width: 767px) {
    .page-download img {
        max-height: 100px;
        margin: 10px auto;
    }
    .page-download h3{
        margin:20px auto;
    }
    .page-download .reyhan-platform{
        margin-bottom:40px;
    }
}

.home-page .row{
    padding:30px;
}

.home-page .hero{
    color:#2c3e50;
    /*background-image:url(/images/rev-back-blue.jpg);*/
    background-color: #faf4e8; /*#f0f7fd #f1ede2*/
    background-size:cover;
    padding:40px 0;
    text-align:center;
    padding-bottom: 20px;
}
.home-page .hero .hero-content .slogan{
    font-size:18px;
    line-height:1.7em;
}

@media (max-width: 768px) {
    .home-page .hero {
        text-align:center;
    }
        .home-page .hero .hero-content .slogan {
            text-align:center;
        }
}
    .home-page .hero h1{
        margin-bottom:20px;
    }

/*@media (min-width: 992px) {
    .home-page .hero .hero-content {
        padding-top:80px;
    }
}*/

/* instachi page */
.instachi-page .hero .hero-image img{
    max-height:450px;
    margin:0 auto;
}

.instachi-page .top-features{
    
    padding:0 15px;
}
.instachi-page .top-features > div
{
    padding:50px 0;
}

.instachi-page .top-features p{
    padding:0 10px;
    text-align:center;
    line-height:1.7em;
}
.instachi-page .services h3 {
    float: left;
    font-size: 18px;
    margin: 20px 0;
    margin-bottom:10px;
}

@media (max-width: 991px) {
    .instachi-page .top-features > div
    {
        padding:20px 0;
    }
}
.instachi-page .module {
    padding:50px 30px;
}
.instachi-page .module h3 {
    margin-bottom:20px;
    color:#0d83dd;
}
.instachi-page .module.title {
    background-color:#f4f4f4;/*#F0A830;#fcb441;#e7af62*/
    padding:20px;
}

.instachi-page .module.title h3{
    margin:10px auto;
    color:#888;
}
.instachi-page .module.more {
    background-color:#f3f3f3;/*#F0A830;#fcb441*/
    padding:20px;
}

.instachi-page .module.more h3{
    margin:10px auto;
    color:#555;
}
.instachi-page .module.inverted{
    color: #555;
    background-color: #fff;
}
.instachi-page .module.inverted .picture{
    float:left;
}
@media (max-width: 991px) {
    .instachi-page .module.inverted .picture{
        float:none;
    }
    .instachi-page .module.inverted .picture {
        padding-bottom:20px;
    }
}

.instachi-page .module ul{
    list-style: none;
    line-height: 1.7em;
    padding: 0px;
    font-size: 15px;
}

.instachi-page .module li span {
    margin-left: 5px;
    color: green;
}

.instachi-page .row{
    padding:30px;
}

.instachi-page .hero{
    color:#2c3e50;
    /*background-image:url(/images/rev-back-blue.jpg);*/
    background-color: #faf4e8; /*#f0f7fd #f1ede2*/
    background-size:cover;
    padding:40px 0;
    text-align:center;
    padding-bottom: 20px;
}
.instachi-page .hero .hero-content .slogan{
    font-size:18px;
    line-height:1.7em;
}

@media (max-width: 768px) {
    .instachi-page .hero {
        text-align:center;
    }
        .instachi-page .hero .hero-content .slogan {
            text-align:center;
        }
}
    .instachi-page .hero h1{
        margin-bottom:20px;
    }

.instachi-page h3 img{
    margin-left:20px;
}

.order-page .control-label{
    padding-top:0;
}