﻿@charset "utf-8";
/*=======================================================================================/ CSS Reset /============*/
/* Eric Meyer's Reset CSS v2.0 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

*:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

* {
    behavior: url('Interface/Javascripts/PIE.htc');
}
/*=======================================================================================/ General Styles /=============*/
body {
    font: normal 15px/1.6 Yekan,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}



/*=====================================================/ Form Styles /=========================*/
label {
    font-weight: 400;
}

.btn {
    transition: all .3s linear;
    -moz-transition: all .3s linear; /* firefox */
    -webkit-transition: all .3s linear; /* safari and chrome */
    -o-transition: all .3s linear; /* opera */
    -ms-transition: all .3s linear;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
}

/*===========================================/ form */
.btn_iconic {
    background-color: #EEE;
    font-family: fontello !important;
    width: 45px;
    font-size: 14px !important;
}

.validation {
    font-weight: 400;
    font-size: 8px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

select.dropdown {
    padding: 5px;
}


/*=======================================================================================/ Main LOGO /================*/
/*===============================/ LOGO /================*/
.logo {
    height: 70px;
    text-align: center;
    font: 0/0 a;
}

    .logo:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
        height: 100%;
    }

    .logo img {
        display: inline-block;
        vertical-align: middle;
        font: 16px/1 Yekan Arial sans-serif;
        max-height: 100%;
    }
/*=======================================================================================/ Main Navigation /============*/
.navbar {
    min-height: 30px;
}
.navbar-nav {
    margin: 0 !important;
    width: 100%;
}
.navbar-brand {
    padding: 10px 15px;
    height: auto;
}


.navbar-nav > li > a {
    /*padding: 10px 15px;*/
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
}

/*.dropdown-submenu {
    position: relative;
}*/

    /*.dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-right: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        top: 0px;
    }*/

    /*.dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-right-color: #ccc;
        margin-top: 5px;
        margin-left: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-right-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            right: -100%;
            margin-right: 10px;
        }*/

/*.navbar-nav .open .dropdown-menu > li > a {
    padding-right: 30px;
}

.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding-right: 50px;
}

.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding-right: 70px;
}
.caret {
    margin-top: 10px;
}*/
/*----------------------------- list Group */
.vertical.links {
    border: 0;
    box-shadow: none;
}

    .vertical.links .panel-heading {
        background: transparent;
        border-bottom: 1px solid #ddd;
    }

    .vertical.links .list-group .list-group-item {
        border: 0;
    }

.horizontal.links li a:hover {
    background: transparent;
}



/*=======================================================================================/ LOGIN /===================*/
.login {
    display: block;
    width: 200px;
}

    .login .btn.dropdown-toggle {
        margin: 5px 5px 5px 0;
        width: 180px;
        color: #333;
        position: relative;
        text-align: right;
        padding-right: 20px;
        display: block;
        background-color: #eee;
        border-color: #ddd;
    }

    .login .profile_pic {
        display: block;
        width: 26px;
        height: 26px;
        background: url(../Images/icons.png) no-repeat left top;
        background-size: 180px;
        background-position: -42px -80px;
        position: absolute;
        left: 3px;
        top: 3px;
        border: 1px solid #ddd;
    }


    .login .dropdown-menu {
        z-index: 10000;
        right: auto;
        padding: 15px;
        background-color: #EEE;
        width: 200px;
        border-radius: 0;
        top: 40px;
        text-align: right;
    }

        .login .dropdown-menu input[type="text"],
        .login .dropdown-menu input[type="password"] {
            margin-bottom: 8px;
            padding: 3px;
            width: 100%;
        }

        .login .dropdown-menu .btn {
            background-color: #00b22d;
            color: #fff;
        }

.login_links {
    display: inline-block;
    color: #333;
    margin: 5px;
}

    .login_links i {
        font-size: 8px;
        color: #c83a3a;
        margin-left: 5px;
    }

.login .list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.login .list-group-item {
    text-align: right;
    border-radius: 0 !important;
    padding: 5px;
}

    .login .list-group-item i {
        font-size: 12px;
        margin-left: 5px;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.login.block .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    background: #EEE;
}

    .login.block .dropdown-menu .login_links {
        font-size: 11px;
    }

.login.inline {
    width: 100%;
}

    .login.inline .dropdown-menu {
        display: block;
        box-shadow: none;
        background: #EEE;
        width: 100%;
        position: static;
    }

        .login.inline .dropdown-menu .login_links {
            font-size: 12px;
        }


        .login.inline .dropdown-menu input[type="text"],
        .login.inline .dropdown-menu input[type="password"] {
            margin-bottom: 8px;
            padding: 3px;
            width: 100%;
            float: right;
            display: block;
        }

        .login.inline .dropdown-menu .btn {
            float: right;
            display: block;
            width: 30%;
            padding: 5px;
            margin-bottom: 8px;
        }
/*=======================================================================================/ Search /==================*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #00ffff ;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    /*border: 1px solid #D3D3D3;*/
    /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}
/*--------------------------------------------*/

/*.search input[type=text],
.search select {
    border-radius: 0;
    width: 100%;
    height: 30px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}*/

.search .noUi-horizontal {
	height: 16px;
	margin-top: 5px;
}

	.search .noUi-horizontal .noUi-handle {
		width: 25px;
		height: 25px;
		border: 1px solid #AAA;
		background: #DDD;
		background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);
		border-radius: 27px;
		-moz-border-radius: 27px;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
		cursor: pointer;
	}

.search .noUi-handle:before,
.search .noUi-handle:after {
	left: 18px;
	top: 4px;
}

.search .noUi-handle:after {
	left: 11px;
}

.search .noUi-connect {
	/*background: #000054;*/
}

.search .lower_range,
.search .upper_range {
	color: #000054;
	font-size: 13px;
}

.search .noUi-handle-lower {
	left: -5px;
}

.advanced.search .btn {
    margin-top: 0px;
    float: right;
}

.search .range_slider_label {
    font-size: 13px;
    margin-top: 15px;
}


.search.simple .form-control {
    margin-bottom: 0;
}

.search.simple .btn {
    margin-top: 0;
}
/*=======================================================================================/ Pagination /=====================*/

.pagination.borderless > li > a, .pagination.borderless > li > span {
    border: 0;
}

.pagination.round > .active > a,
.pagination.round > .active > span,
.pagination.round > .active > a:hover,
.pagination.round > .active > span:hover,
.pagination.round > .active > a:focus,
.pagination.round > .active > span:focus {
    border-radius: 50%;
}
/*=======================================================================================/ Popover /====================*/
.popover_on_fonticon {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    line-height: 1;
    vertical-align: bottom;
    padding-bottom: 1px;
}
/*=======================================================================================/ ScrolBar /====================*/
/* the height should be set here */
.scrollbar_container {
    padding: 30px;
    border: 1px solid #ddd;
}

    .scrollbar_container > div {
        max-height: 200px;
    }
/* ----------------------------- */

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none !important;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0 30px 0 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }


/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none;
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6C6E71;
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar,
    .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0px;
        height: 0px;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%;
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0px;
        top: 0;
        width: 0px;
    }

    /* scrollbar height/width & offset from container borders */
    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px;
    }

    /* update scrollbar offset if both scrolls are visible */
    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px;
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px;
    }

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }


    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }


    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }
/*=======================================================================================/ Comment /==================*/

.comment {
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #DDD;
    background-color: #F8F8F8;
}

    .comment .heading, .media.comment .media-heading {
        font-size: 16px;
        color: #e4668f;
    }

    .comment .date {
        font-size: 11px;
        font-family: Tahoma;
        color: #888;
        display: block;
        margin-top: 10px;
    }

    .comment p {
        text-align: justify;
        font-size: 13px;
        margin-top: 10px;
    }

    .comment .reply {
        padding-top: 5px;
        margin-top: 10px;
        border-top: 1px solid #ddd;
    }

        .comment .reply p {
            border-right: 4px solid #e4dde3;
            padding-right: 6px;
            color: #9e9e9e;
        }

        .comment .reply .admin_answer {
            color: #aa3184;
        }

.comments label {
    font-weight: 300;
}

.comments .form-control {
    height: 30px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.comments .input-group {
    margin-bottom: 15px;
}

.comments .input-group-addon:last-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.comments .btn-default {
    color: white;
    background-color: #32a200;
}

    .comments .btn-default:hover {
        background-color: rgb(33,135,10);
    }


.media.comment .reply p {
    border-right: 0;
    padding-right: 0;
    color: #9e9e9e;
}
/*=======================================================================================/ Gallery /====================*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
    }

.fancybox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background-color: #fff;
    border-radius: 50%;
}

    .fancybox-close span {
        font-size: 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    font-size: 20px;
    color: white;
    text-shadow: 0px 1px 1px #6B6B6B;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: hidden;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.gallery {
    display: inline-block;
    margin-top: 20px;
}
/*=======================================================================================/ Carousel /====================*/
.carousel.fade_enable .item {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -ms-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    opacity: .3
}

.carousel.fade_enable .active.item {
    opacity: 1;
}

.carousel.fade_enable .active.left,
.carousel.fade_enable .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-control span {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    line-height: 46px;
}

.carousel.tiny_controler .carousel-control {
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    margin-top: -20px;
    background: none;
    background-image: none;
}

    .carousel.tiny_controler .carousel-control.left {
        left: 5%;
    }

    .carousel.tiny_controler .carousel-control.right {
        right: 5%;
    }

.carousel .fa-spin {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    line-height: 30px;
    color: #aaa;
}

/*==========================/ One by One /====================*/

/*=======================================================================================/ Tab /=========================*/

.tab {
    margin-bottom: 15px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
}

    .tab .nav-tabs {
        border-bottom: 1px solid #B3B3B3;
    }


        .tab .nav-tabs > li {
            width: 100%;
            margin-bottom: 0;
            /*border-left:1px solid #B3B3B3;*/
            border-bottom: 1px solid #B3B3B3;
        }

            .tab .nav-tabs > li:last-child {
                border-bottom: 0;
            }

            .tab .nav-tabs > li > a {
                margin: 0;
                width: 100%;
                text-align: center;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                background-color: #ddd;
            }

                .tab .nav-tabs > li > a:hover,
                .tab .nav-tabs > li > a:focus {
                    background-color: #ccc;
                    border: 1px solid #ccc;
                }

            .tab .nav-tabs > li.active > a,
            .tab .nav-tabs > li.active > a:hover,
            .tab .nav-tabs > li.active > a:focus {
                background-color: #A7A7A7;
                border: 1px solid #a7a7a7;
            }

    .tab .tab-content {
        background-color: yellow;
        padding: 10px;
    }

/*================================================================== One by One */

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
        -webkit-transition-timing-function: inherit;
        transition-timing-function: inherit;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit;
        transition-timing-function: inherit;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        opacity: 0.7;
        overflow: hidden;
        -webkit-transition: opacity 0.35s linear 0s;
        transition: opacity 0.35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            opacity: 1;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    text-align: center;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev:before, .lSAction > .lSNext:before {
    font-family: "fontello";
    font-size: 20px;
    line-height: 32px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

    .lSAction > .lSPrev:before {
        content: "\1d5";
    }

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

    .lSAction > .lSNext:before {
        content: "\1d6";
    }

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.one_by_one .thumbnail {
    margin-bottom: 0;
}

.product_gallery {
    height: 300px;
}

    .product_gallery li {
        height: 100%;
    }

        .product_gallery li img {
            margin: 0 auto;
            height: 100%;
            width: auto;
        }

/*=======================================================================================/ Magnifier /==================*/
.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    z-index: 000;
    display: none;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}


/*=======================================================================================/ Media Queries /==============*/
/*For small screen devices, like phones, held in portrait mode.*/
@media (min-width: 320px) {
}
/*For small screen devices, like phones, held in landscape mode.*/
@media (min-width: 480px) {
}
/* Smaller tablets, like the Amazon Kindle (600×800) and Barnes & Noble Nook (600×1024), held in portrait mode. */
@media (min-width: 600px) {

    .login.inline .dropdown-menu input[type="text"],
    .login.inline .dropdown-menu input[type="password"] {
        margin-bottom: 8px;
        padding: 3px;
        width: 43%;
        float: right;
        display: inline-block;
        margin-left: 1%;
    }

    .login.inline .dropdown-menu .btn {
        float: right;
        display: inline-block;
        width: 12%;
        padding: 5px;
        margin-bottom: 8px;
    }
}
/* Ten-inch tablets like the iPad (768×1024) held in portrait mode. */
@media (min-width: 768px) {
	 .navbar-collapse {
        padding: 0;
        margin: 0 !important;
    }
}
/* Tablets like the iPad (1024×768) held in landscape mode, as well as certain laptop, netbook, and desktop displays. */
@media (min-width:992px) {
    /* ----------------------Main_navigation -------- */
    .navbar-nav.user {
        width: 100%;
    }

    .navbar-brand.User {
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-right: 15px;
    }
    /* --------------------------------Vertical_navigation -- */
    .vertical_nav_enable .navbar-nav > li {
        width: 100%;
    }

    .vertical_nav_enable .dropdown-menu {
        top: -10px;
        right: 100%;
    }

        .vertical_nav_enable .dropdown-menu:before {
            content: "";
            position: absolute;
            left: 100%;
            top: 20px;
            width: 0;
            height: 0;
            border-top: 8px solid rgba(0, 0, 0, 0);
            border-left: 8px solid rgba(0, 0, 0, 0.15);
            border-bottom: 8px solid rgba(0, 0, 0, 0);
            z-index: -3;
        }

        .vertical_nav_enable .dropdown-menu:after {
            content: "";
            position: absolute;
            left: 100%;
            top: 21px;
            width: 0;
            height: 0;
            border-top: 7px solid rgba(0, 0, 0, 0);
            border-left: 7px solid #fff;
            border-bottom: 7px solid rgba(0, 0, 0, 0);
            z-index: -1;
        }

    .vertical_nav_enable .dropdown .caret {
        display: inline-block;
        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);
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -3px;
    }
    /*------------------------ Second Level DropDown  ---- */
    /*.vertical_nav_enable .dropdown .caret, .dropdown-menu .caret {
        display: inline-block;
        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);
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -2px;
    }

    .dropdown-menu .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 8px solid rgba(0, 0, 0, 0);
        border-left: 8px solid rgba(0, 0, 0, 0.15);
        border-bottom: 8px solid rgba(0, 0, 0, 0);
        z-index: -3;
    }

    .dropdown-menu .dropdown-menu:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #fff;
        border-bottom: 7px solid rgba(0, 0, 0, 0);
        z-index: -1;
    }*/

    .comment .date {
        margin-right: 20px;
        display: inline;
        margin-top: 0;
    }

    .comment .reply {
        padding-right: 30px;
    }

    .media.comment .reply {
        padding-right: 0;
    }

    .slick-slider {
        width: 90%;
    }

    /*---------------------------- vertical_tab_enable*/
    .tab .nav-tabs > li {
        width: 20%;
        margin: 0;
        border-left: 1px solid #B3B3B3;
        border-bottom: 0;
    }

        .tab .nav-tabs > li:last-child {
            border-left: 0;
        }

    .vertical_tab_enable .nav-tabs {
        border-left: 1px solid #B3B3B3;
        width: 30%;
        border-bottom: 0;
        float: right;
    }

        .vertical_tab_enable .nav-tabs > li {
            width: 100%;
            border-left: 0;
            border-bottom: 1px solid #b3b3b3;
        }

            .vertical_tab_enable .nav-tabs > li:last-child {
                border-bottom: 0;
            }

    .vertical_tab_enable .tab-content {
        width: 70%;
        float: right;
    }
}
/* For widescreen displays, primarily laptop and desktop browsers. */
@media (min-width: 1200px) {
}
.profile-tabs {
	margin-bottom: 30px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
}

	.profile-tabs li {
		width: 50%;
	}

@media(min-width:480px) {
	.profile-tabs li {
		width: 12.5%;
	}
}

.profile-tabs li a {
	padding: 20px 10px !important;
	color: #999;
	text-align: center;
	border-bottom: 2px solid #f8f8f8;
}

.profile-tabs li.active a,.profile-tabs li.active a:active,.profile-tabs li.active a:focus,.profile-tabs li.active a:hover {
	color: #f00;
	border-bottom: 2px solid #f00;
}

.profile-tabs li a:hover {
	color: #000;
}

.profile-tabs a i {
	vertical-align: middle;
	margin-left: 5px;
}