@font-face {
    font-family: 'mohitNassim';
    src: url('/fonts/nassim.eot');
    src: url('/fonts/nassim.eot?#iefix') format('embedded-opentype'), url('/fonts/nassim.woff') format('woff'), url('/fonts/nassim.ttf') format('truetype'), url('/fonts/nassim.svg#NasimRegular') format('svg');
}

@font-face {
    font-family: 'Helvetica25UltraLightRegular';
    src: url('/fonts/helvetica-25-ultra-light.eot');
    src: url('/fonts/helvetica-25-ultra-light.eot') format('embedded-opentype'), url('/fonts/helvetica-25-ultra-light.woff') format('woff'), url('/fonts/helvetica-25-ultra-light.ttf') format('truetype'), url('/fonts/helvetica-25-ultra-light.svg#Helvetica25UltraLightRegular') format('svg');
}

@font-face {
    font-family: 'MicrosoftTaiLeRegular';
    src: url('/fonts/taile.eot');
    src: url('/fonts/taile.eot') format('embedded-opentype'), url('/fonts/taile.woff') format('woff'), url('/fonts/taile.ttf') format('truetype'), url('/fonts/taile.svg#MicrosoftTaiLeRegular') format('svg');
}

@font-face {
    font-family: 'MicrosoftTaiLeBold';
    src: url('/fonts/taileb.eot');
    src: url('/fonts/taileb.eot') format('embedded-opentype'), url('/fonts/taileb.woff') format('woff'), url('/fonts/taileb.ttf') format('truetype'), url('/fonts/taileb.svg#MicrosoftTaiLeBold') format('svg');
}

@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot?') format('eot'), url('/fonts/gothic.otf') format('opentype'), url('/fonts/gothic.woff') format('woff');
}

body {
    padding-bottom: 20px;
    background: url(/images/texture_50.png) repeat;
    font-family: 'mohitNassim';
}

footer {
}

.littleContact
{
    position: absolute;
    top: 80px;
    right:0px;
    margin-right: -3px;
    width: 225px;
    height: 250px;
    display: block;
    background-color: #f0f0f0;
    padding: 5px 5px;
}

.littleContact span {
    color: #ba131a;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    line-height: 2;
}

.littleContact input {
    margin-top: 3px;
}

.announce_fa {
    direction: rtl;
    font-family: mohitNassim;
    text-align: justify;
    font-size: 13pt;
    line-height: 2.7;
}

    .announce_fa .ltr {
        text-align: left;
        display: inline-block;
        font-family: gothic, Tahoma;
    }

.announce_en {
    direction: ltr;
    font-family: gothic;
    text-align: center;
    font-size: 14pt;
    line-height: 2;
}

.owl-buttons {
    display: none;
}

#owl-demo {
    margin-top: 60px;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

.messenger-message-inner {
    font-family: Tahoma !important;
    direction: rtl;
}

.btn, input, select, button, textarea, text {
    border-radius: 0 !important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-width: 60px;
}

.reseller {
    display: none;
    opacity: 0;
    -moz-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

    .reseller.active {
        display: block;
        opacity: 1;
    }

    .reseller.table th {
        font-size: 13px !important;
    }

    .reseller.table td {
        font-size: 12px !important;
    }

.container {
    margin-top: 70px;
}

.container-fluid {
    padding: 0 0 !important;
}

    .container-fluid.fadeBg {
        background-color: rgba(255,255,255,0.7);
    }

    .container-fluid > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

a {
    text-decoration: none !important;
}

.btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nassim {
    font-family: 'mohitNassim' !important;
}

.helvetica {
    font-family: 'Helvetica25UltraLightRegular' !important;
}

.gothicl {
    font-family: 'gothic' !important;
    font-weight: normal;
    font-style: normal;
}

.taile {
    font-family: 'MicrosoftTaiLeRegular' !important;
}

.taileb {
    font-family: 'MicrosoftTaiLeBold' !important;
}

.tahoma {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
}

.direction {
    direction: rtl;
}

    .direction th {
        text-align: right;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'mohitNassim';
}

#topBanner {
    margin-bottom: 60px;
    overflow: hidden;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.text-justify-directRtl {
    text-align: justify;
}

.galleryTitle {
    text-align: center;
    overflow: visible;
    background-image: -webkit-linear-gradient(top,#af191b 0%,#a21c1e 100%);
    background-image: linear-gradient(to bottom,#af191b 0%,#a21c1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf191b',endColorstr='#ffa21c1e',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-color: #af191b;
    border-color: #fff;
    color: #fff;
    font-size: 16pt;
    vertical-align: middle !important;
    min-width: 123px;
    max-width: 123px;
    width: 100%;
}

.pg-canvas {
    position: absolute;
}

.particleMiddle {
    background-color: rgba(0,0,0,0.3);
    -webkit-box;
}

#catSec {
    -moz-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
}

.mmixcontainer {
    padding: 2% 2% 0;
    text-align: justify;
    font-size: 0.1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    transition: all linear 0.7s;
}

    .mmixcontainer:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .mmixcontainer .gap {
        display: inline-block;
        width: 49%;
    }

    .mmixcontainer .mix {
        text-align: center;
        margin-bottom: 0%;
        display: inline-block;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        
        -moz-transition: all linear 0.6s;
        -o-transition: all linear 0.6s;
        -webkit-transition: all linear 0.6s;
        transition: all linear 0.6s;
        width: 0%;
    }

        .mmixcontainer .mix:after {
            content: '';
            color: white;
            font-size: 0px;
            display: inline-block;
            vertical-align: top;
            padding: 0% 0%;
            font-weight: 0;
        }

        .mmixcontainer .mix:before {
            content: '';
            display: inline-block;
            padding-top: 0%;
        }

        .mmixcontainer .mix.active {
            height: 300px;
            margin-bottom: 2%;
            width: 49%;
            opacity: 1;
        }

            .mmixcontainer .mix.active:after {
                font-size: 16px;
                padding: 4% 6%;
                font-weight: 700;
            }

            .mmixcontainer .mix.active:before {
                padding-top: 10%;
            }


@media all and (min-width:420px) {
    .mmixcontainer .mix.active,
    .mmixcontainer .gap {
        width: 32%;
    }
}

@media all and (min-width:640px) {
    .mmixcontainer .mix.active,
    .mmixcontainer .gap {
        width: 23.5%;
    }
}

.BDC_CaptchaIconsDiv {
    display: none !important;
}

.tstDiv {
    width: 600px;
    height: 500px;
}

.LBD_CaptchaIconsDiv {
    display: none;
}

.LBD_CaptchaImage, .LBD_CaptchaImageDiv img {
    height: 40px !important;
    width: 145px !important;
}

.LBD_CaptchaDiv, #LogInCaptcha_CaptchaDiv {
    width: 145px !important;
    height: 40px !important;
    padding: 0 0 !important;
    margin: 0 0 !important;
}

#logInCaptchaInput, #registerCaptchaInput, #confirmCaptchaInput, #cvCaptchaInput, #chngCaptchaInput, #resetrequestCaptchaInput {
    font-size: 8pt;
    border: 1px solid #000;
    max-width: 70px;
    width: 100%;
    height: 36px;
}

a.removerow {
    color: red;
}

.nav-p {
    color: #fff;
}

.navigation-nav {
    min-width: 120px;
    border-radius: 7px;
}

.nav-btn {
    width: 40px !important;
    display: inline-block;
    margin-left: 10px;
}

.newsBar ul {
    padding-right: 0 !important;
}

.left-pan {
    padding-right: 35px;
}

.left-pan-advertise {
    margin-top: 26px;
}

    .left-pan-advertise img {
        margin-top: 10px;
    }

.myBt {
    font-size: 18pt;
}

.src-btn {
    padding: 0 !important;
    height: 25px !important;
}

.scrol:hover {
    color: rgb(27, 250, 54);
}

.redirect:hover {
    color: rgb(10, 214, 253);
}

.newsBar {
    font-size: 13pt;
}

    .newsBar a {
        color: #333;
    }

        .newsBar a:hover {
            color: #808080;
        }

.godown img {
    width: 64px !important;
}

.line {
    margin-top: 40px;
}

.filter-img-ul {
}

.mohit-inline {
    display: inline-block !important;
    *display: inline !important;
}

.middle-board {
    padding-top: 6px;
    padding-bottom: 40px;
    margin-top: 10px;
}

.middle-board-header {
    color: #C0BEBE;
    font-size: 25pt !important;
}

.middle-board p {
    font-size: 13pt;
    color: #333;
}

.filter-img-ul a {
    font-size: 13pt;
    color: #fff;
    font-family: 'mohitNassim';
}

.filter-img-ul li {
    background-color: #313338;
}

    .filter-img-ul li:hover {
        background-color: #af191b;
    }

.down-grids {
    padding-top: 20px;
    padding-bottom: 30px;
}

.down-grids-descrp {
    font-size: 13pt;
}

.down-grids img {
    width: 100%;
}

.head {
    font-size: 14pt;
    font-weight: bold;
}

.custom ul {
    background-color: #F4F4F4;
    margin: 10px 5px;
    padding: 5px 5px;
}

.banner {
    overflow: visible !important;
}

.slideshow {
    overflow: visible !important;
    padding: 0 0 !important;
}

    .slideshow.active * {
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translateZ(0);
    }

.form-horizontal .form-group {
    margin-right: 5px;
    margin-left: 5px;
}

.form-group .form-control-feedback {
    display: none;
}

.form-group .form-control {
    padding-right: 7px;
}

.form-group.has-error .form-control-feedback {
    display: block;
}

.form-group.has-error .form-control {
    padding-right: 42.5px;
}

.fa {
    font-size: 18pt;
}

.icon2-facebook {
    color: #0056ce;
}

.icon2-twitter {
    color: #00b1ff;
}

.icon2-google {
    color: #ff0000;
}

.icon2-microsoft {
    color: cyan;
}

.icon2-linkedin {
    color: #808080;
}

.icon2-yahoo {
    color: darkviolet;
}

.LoginTr td {
    border: none;
}

.login-buttons input {
    border-radius: 0px !important;
}

.btn-grad {
    color: #fff;
    border-color: #E7ECF3;
    background-color: #929292;
}

    .btn-grad:hover,
    .btn-grad:focus,
    .btn-grad:active,
    .btn-grad.active,
    .open .dropdown-toggle.btn-grad {
        color: #fff;
    }

    .btn-grad:active,
    .btn-grad.active,
    .open .dropdown-toggle.btn-grad {
        background-image: none;
    }

    .btn-grad.disabled,
    .btn-grad[disabled],
    fieldset[disabled] .btn-grad,
    .btn-grad.disabled:hover,
    .btn-grad[disabled]:hover,
    fieldset[disabled] .btn-grad:hover,
    .btn-grad.disabled:focus,
    .btn-grad[disabled]:focus,
    fieldset[disabled] .btn-grad:focus,
    .btn-grad.disabled:active,
    .btn-grad[disabled]:active,
    fieldset[disabled] .btn-grad:active,
    .btn-grad.disabled.active,
    .btn-grad[disabled].active,
    fieldset[disabled] .btn-grad.active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000a0809',GradientType=0);
        border-color: #0c0c0c;
    }

    .btn-grad .badge {
        color: #000;
        background-color: #fff;
    }

.max-200 {
    width: 200px !important;
}

.max-150 {
    width: 150px !important;
}

.max170 {
    width: 170px !important;
    margin-left: 3px;
    margin-right: 3px;
}

.Bordered {
    border: 1px solid #000;
    padding: 7px 7px;
    margin-bottom: 7px;
}

.newsmarq {
    overflow: hidden;
    list-style-type: none;
    padding: 0 0;
}

    .newsmarq li {
        height: 120px;
        background-color: #fbf3f3;
    }

    .newsmarq a {
        font-size: 10pt;
        display: block;
        color: #333;
        padding-right: 0;
        padding-left: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .newsmarq a:hover {
            padding-right: 10px;
        }

        .newsmarq a small {
            color: #428bca;
            margin-bottom: 10px;
        }

    .newsmarq img {
        max-width: 90px;
        max-height: 90px;
        width: 100%;
        background-color: #fff;
        margin: 5px 15px;
        padding: 10px 10px;
    }

.mohitColors.red {
    color: #fb0404;
}

.mohitColors.blue {
    color: #0089fa;
}

.mohitColors.green {
    color: rgb(27, 250, 54);
}

.mohitColors.yellow {
    color: #fbf604;
}

.mohitColors.purple {
    color: #ff0056;
}

.mohitColors.orange {
    color: #FFA900;
}

.mohitColors.darkgreen {
    color: #2ECC71;
}

.mohitColors.cyan {
    color: cyan;
}

.mohitColors.white {
    color: white;
}

.mohitColors.black {
    color: black;
}

.btn-filter {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #313338 0%, #1f2023 100%);
    background-image: linear-gradient(to bottom, #313338 0%, #1f2023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313338', endColorstr='#ff1f2023', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #1f2023;
    font-size: 12pt;
    padding: 10px 10px;
    background-color: #1f2023;
    margin-top: 3px;
}

    .btn-filter:hover,
    .btn-filter:focus {
        background-image: -webkit-linear-gradient(top, #af191b 0%, #a21c1e 100%);
        background-image: linear-gradient(to bottom, #af191b 0%, #a21c1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf191b', endColorstr='#ffa21c1e', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        background-color: #af191b;
        background-position: 0 -15px;
        color: #fff;
    }

    .btn-filter:active,
    .btn-filter.active {
        background-image: -webkit-linear-gradient(top, #af191b 0%, #a21c1e 100%);
        background-image: linear-gradient(to bottom, #af191b 0%, #a21c1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf191b', endColorstr='#ffa21c1e', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        background-color: #af191b;
        border-color: #af191b;
        color: #fff;
    }

.btn-sort {
    width: 82px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #313338 0%, #1f2023 100%);
    background-image: linear-gradient(to bottom, #313338 0%, #1f2023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313338', endColorstr='#ff1f2023', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #1f2023;
    font-size: 12pt;
    padding: 10px 10px;
    background-color: #1f2023;
}

    .btn-sort:hover,
    .btn-sort:focus {
        background-image: -webkit-linear-gradient(top, #af191b 0%, #a21c1e 100%);
        background-image: linear-gradient(to bottom, #af191b 0%, #a21c1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf191b', endColorstr='#ffa21c1e', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        background-color: #af191b;
        background-position: 0 -15px;
        color: #fff;
    }

    .btn-sort:active,
    .btn-sort.active {
        background-image: -webkit-linear-gradient(top, #af191b 0%, #a21c1e 100%);
        background-image: linear-gradient(to bottom, #af191b 0%, #a21c1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf191b', endColorstr='#ffa21c1e', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        background-color: #af191b;
        border-color: #af191b;
        color: #fff;
    }

.mohitBackColors.green {
    background-color: #2ECC71;
}

.mohitBackColors.yellow {
    background-color: #FFA900;
    padding: 6px 35px !important;
}

.mohitBackColors.blue {
    background-color: #0089FA;
    padding: 6px 17px !important;
}

.mohitBackColors.white {
    background-color: #FFF;
}

.mohitBackColors.black {
    background-color: #000;
}

.mohitBackColors.LightestGray {
    background-color: #eee;
}

.mohitBackColors.LightGray {
    background-color: #999;
}

.mohitBackColors.Gray {
    background-color: #777;
}

.mohitBackColors.DarkGray {
    background-color: #555;
}

.mohit_inline {
    display: inline-block !important;
    *display: inline !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.loader, .messenger_conrainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/overlay.png) repeat;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 100000000;
}

    .loader > img {
        position: fixed;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }

    .loader > .panel {
        max-width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 10%;
    }

    .messenger_conrainer .messenger_form {
        position: absolute;
        width: 500px;
        min-height: 250px;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -145px;
        background-color: #FAFAF2;
        padding: 10px 10px;
        border: 1px solid transparent;
        border-radius: 7px;
    }

        .messenger_conrainer .messenger_form .messenger_icon,
        .messenger_conrainer .messenger_form .messenger_text,
        .messenger_conrainer .messenger_form .messenger_actions {
            width: 100%;
            margin-bottom: 5px;
        }

        .messenger_conrainer .messenger_form .messenger_text {
            min-height: 115px;
            padding-top: 30px;
            color: #000;
        }

            .messenger_conrainer .messenger_form .messenger_text.error {
                color: #af191b;
            }

            .messenger_conrainer .messenger_form .messenger_text.success {
                color: #08250C;
            }

        .messenger_conrainer .messenger_form .messenger_actions button {
            min-width: 110px;
        }

.linkedin {
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

    .linkedin span {
        display: none !important;
    }

.twittershare {
    margin-left: 3px;
    margin-right: 3px;
}

.noscroll {
    overflow: hidden !important;
}

.dataTables_wrapper {
    font-family: Tahoma;
}

    .dataTables_wrapper > .row > div:first-child {
        float: right;
    }

.dataTables_length > label {
    float: right !important;
    text-align: right !important;
    vertical-align: middle !important;
    min-width: 100%;
    direction: rtl;
    font-weight: normal;
}

    .dataTables_length > label > select {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

.dataTables_filter > label, .dataTables_paginate > ul {
    float: left !important;
    font-weight: normal;
}

.dataTables_filter {
    direction: rtl;
}

.artList {
    line-height: 20px;
}

    .artList h4 {
        margin-top: 0;
        padding-top: 0;
        font-size: 12pt;
    }

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.latestthings > div {
    min-height: 300px;
}

.latestthings .gothicl {
    font-size: 14pt !important;
}

.jwlogo {
}

#logoimg.en {
    margin-top: 16px !important;
}

#logoimg.fa {
    margin-top: 6px !important;
}

.btn-transparent {
    border: 0 none !important;
    background-color: transparent !important;
}

.rotate_90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.table.border-none td {
    border: none;
}

.galleryslider td {
    padding: 0 5px !important;
}

.galleryslider img {
    cursor: pointer;
}

#container {
    opacity: 1 !important;
}

div.mybreadcrumb {
    font-family: Tahoma;
    display: inline-block;
    *display: inline;
    margin-bottom: 7px;
}

.view {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

    .view:hover .s1 {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        transition-delay: 200ms;
        -webkit-transform: rotate3d(0,1,0,-3deg);
        -moz-transform: rotate3d(0,1,0,-3deg);
        -o-transform: rotate3d(0,1,0,-3deg);
        -ms-transform: rotate3d(0,1,0,-3deg);
        transform: rotate3d(0,1,0,-3deg);
    }

    .view:hover .s2 {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
        -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
        -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
        -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
        transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
    }

    .view:hover .s3 {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        transition-delay: 100ms;
        -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
        -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
        -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
        -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
        transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
    }

    .view:hover .s4 {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
        -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
        -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
        -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
        transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
    }

    .view:hover .s5 {
        -webkit-transform: translate3d(60px,0,0) rotate3d(0,1,0,-42deg);
        -moz-transform: translate3d(60px,0,0) rotate3d(0,1,0,-42deg);
        -o-transform: translate3d(60px,0,0) rotate3d(0,1,0,-42deg);
        -ms-transform: translate3d(60px,0,0) rotate3d(0,1,0,-42deg);
        transform: translate3d(60px,0,0) rotate3d(0,1,0,-42deg);
    }

    .view .s4 > .overlay {
        background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    }

    .view .s5 > .overlay {
        background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    }

    .view div.view-back {
        background: #0a0a0a;
        background: -moz-linear-gradient(left, #0a0a0a 0%, #666666 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a0a0a), color-stop(100%,#666666));
        background: -webkit-linear-gradient(left, #0a0a0a 0%,#666666 100%);
        background: -o-linear-gradient(left, #0a0a0a 0%,#666666 100%);
        background: -ms-linear-gradient(left, #0a0a0a 0%,#666666 100%);
        background: linear-gradient(left, #0a0a0a 0%,#666666 100%);
    }

.btn.btn-tall {
    height: 110px;
    width: 110px;
}

    .btn.btn-tall i {
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }

.btn-group .multiselect, .btn-group .multiselect-container {
    font-family: Tahoma;
}

.multiselect-container {
    max-width: 50%;
    min-width: 300px !important;
}

    .multiselect-container input[type=checkbox] {
        position: relative !important;
        float: right;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

.banner {
    width: 100% !important;
}

.midlayer {
    width: 100%;
    background-image: url(/images/Home/bg2.png);
    background-repeat: repeat;
    display: inline-block;
}

.redband {
    background-color: #000;
    background-image: url(/images/Home/bg.jpg);
    background-repeat: repeat;
    padding-top: 7px;
}

    .redband > div, .redband > div > div, .redband > div > div > div {
        padding: 0 0;
    }

.videoPlayer {
    max-width: 248px !important;
    min-width: 248px !important;
    margin-bottom: 7px;
    padding-left: 5px;
    height: 248px !important;
    background-image: url(/images/Home/PlayVideo.jpg);
    background-position: center center;
}

.vdBg {
    text-align: center;
}

    .vdBg button {
        border: 0 none;
        background-color: #000;
        cursor: pointer;
        color: #af191b;
        font-size: 14pt;
        width: 70px;
        height: 40px;
        margin-top: -23%;
        position: absolute;
    }

        .vdBg button.SD {
            margin-left: -90px;
        }

        .vdBg button.HD {
            margin-left: 10px;
        }

.player_container {
    vertical-align: top;
}

.jwplayer {
    width: 232px !important;
    height: 206px !important;
    margin-top: 5px !important;
}

#entities td {
    vertical-align: middle;
}

.masitem {
    margin-bottom: 10px;
    height: 140px;
    border: 1px solid transparent;
    overflow: hidden;
}

    .masitem.w2 {
        border: 0px none;
    }

    .masitem.w1, .masitem.w1 > a {
        width: 140px;
    }

    .masitem.w2, .masitem.w2 > a {
        width: 290px;
    }

    .masitem > a {
        background-image: url('/images/HometileIcons.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 140px;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
        cursor: pointer;
        display: block;
    }

        .masitem > a > span {
            bottom: 0;
            left: 10px;
            text-align: left;
            width: 100%;
            font-size: 9pt;
            margin-bottom: 3px;
            font-family: Tahoma;
        }

    .masitem.gallery {
        overflow: hidden;
    }

    .masitem.customerstile {
        border-color: #c62f2f;
    }

        .masitem.customerstile a {
            background-position: -700px 0;
            color: #c62f2f;
        }

    .masitem.onlinedesigntile {
        border-color: #2d5caa;
    }

        .masitem.onlinedesigntile a {
            background-position: -140px 0;
            color: #2d5caa;
        }

    .masitem.productstile {
        border-color: #8964ab;
    }

        .masitem.productstile a {
            background-position: -280px 0;
            color: #8964ab;
        }

    .masitem.isotile {
        border-color: #009f00;
    }

        .masitem.isotile a {
            background-position: -420px 0;
            color: #009f00;
        }

    .masitem.videotile {
        border-color: #1d8bcb;
    }

        .masitem.videotile a {
            background-position: -560px 0;
            color: #1d8bcb;
        }

#masoncontainer {
    margin: 0 auto;
}

    #masoncontainer > div {
        position: unset !important;
        left: 0 !important;
        top: 0 !important;
        display: inline-block;
    }

div[debug-id="slide-board"] {
    overflow: visible !important;
}

hr.homeseparator {
    max-width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    border: 0px none !important;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,179,179,0.6) 33%, rgba(179,179,179,0.6) 66%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(33%, rgba(179,179,179,0.6)), color-stop(66%, rgba(179,179,179,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,179,179,0.6) 33%, rgba(179,179,179,0.6) 66%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,179,179,0.6) 33%, rgba(179,179,179,0.6) 66%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(179,179,179,0.6) 33%, rgba(179,179,179,0.6) 66%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(179,179,179,0.6) 33%, rgba(179,179,179,0.6) 66%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.slidcontainer {
    overflow: hidden !important;
    position: relative;
    top: 0;
    left: 0;
    width: 290px;
    height: 140px;
}

    .slidcontainer > div {
        cursor: move;
        overflow: hidden;
        text-align: center !important;
        width: 290px;
        height: 140px;
    }

    .slidcontainer a {
        display: inline !important;
        text-align: center !important;
        float: right;
    }

    .slidcontainer img {
        max-width: 1000px !important;
        height: 100% !important;
        width: auto !important;
        float: right;
    }

.gallery img {
    left: 10px !important;
}

#yoxview_infoText {
    font-family: 'mohitNassim' !important;
    font-family: 11pt !important;
}

#yoxview_popupWrap {
    z-index: 100000 !important;
}

div.navbar-collapse.in li.hiddenin {
    display: none !important;
}

.longButton {
    width: auto !important;
}

.btn {
    background-image: none !important;
    overflow: hidden !important;
    -moz-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    border: none !important;
}

    .btn.btn-md {
        padding: 8px 14px !important;
        font-size: 16px !important;
    }

.btn-success {
    background-color: #1BC31B !important;
}

    .btn-success:hover {
        background-color: #137d13 !important;
    }

    .btn-success.active {
        border: 2px solid #1b7b1b !important;
    }

.btn-primary {
    background-color: #1181E2 !important;
}

    .btn-primary:hover {
        background-color: #105ea1 !important;
    }

    .btn-primary.active {
        border: 2px solid #1e5280 !important;
    }

.btn-default {
    background-color: #fff !important;
}

    .btn-default:hover {
        background-color: #b9b7b7 !important;
    }

    .btn-default.active {
        border: 2px solid #b9b7b7 !important;
    }

.btn-warning {
    background-color: #f0ad4e !important;
}

    .btn-warning:hover {
        background-color: #cb9343 !important;
    }

    .btn-warning.active {
        border: 2px solid #cb9343 !important;
    }

.btn-info {
    background-color: #5bc0de;
}

    .btn-info:hover {
        background-color: #4b9eb6;
    }

    .btn-info.active {
        border: 2px solid #4b9eb6;
    }

.visoverflow {
    overflow: visible !important;
}

.resellers {
    padding-top: 20px;
}

    .resellers > .row {
        border: 1px solid #000;
        border-radius: 7px;
        padding: 15px 15px;
    }

    .resellers a.btn {
        min-width: 110px;
    }

@media (min-width:768px) {
    .col-sm-9-5 {
        width: 79.16667%;
    }

    .col-sm-2-5 {
        width: 20.83333%;
    }
}

#personalData .tahoma, #contactInfo .tahoma, #jobHistory .tahoma, #education .tahoma, #additionalData .tahoma, #offers .tahoma, #favs .tahoma, #attachments .tahoma,
#personalData .tahoma input, #contactInfo .tahoma input, #jobHistory .tahoma input, #education .tahoma input, #additionalData .tahoma input, #offers .tahoma input, #favs .tahoma input, #attachments .tahoma input,
#personalData .tahoma select, #contactInfo .tahoma select, #jobHistory .tahoma select, #education .tahoma select, #additionalData .tahoma select, #offers .tahoma select, #favs .tahoma select, #attachments .tahoma select {
    font-size: 10pt !important;
}

.fileUpload {
    margin-bottom: 36px !important;
}

.record a.removerow {
    color: #fff !important;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.minicontact label {margin-top: 5px;}

.cntborder 
{ 
    border: 1px solid #ccc;
    padding: 15px 15px;
    min-height: 360px;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}