﻿/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		4.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Dec 12, 2015
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: YCDFK
--------------------------------------------------------------------------------------
*	
**/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}

*:focus {
    outline: none !important;
}

* {
    outline: none !important;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

body {
    background-color: #e8eded;
    font-family: IRANSans !important;
    font-weight: 400;
    color: #373737;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: IRANSans !important;
}

h1 {
    font-weight: bold;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media all and (max-width:480px) {
    .btn-primary, .btn-success {
        width: 100%;
        display: block;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="email"]:hover,
    input[type="number"]:hover,
    input[type="search"]:hover,
    input[type="text"]:hover,
    input[type="tel"]:hover,
    input[type="url"]:hover,
    input[type="password"]:hover,
    textarea:hover,
    select:hover {
        font-size: initial;
    }
}

@media (min-width: 768px) {
    input[type="email"]:hover,
    input[type="number"]:hover,
    input[type="search"]:hover,
    input[type="text"]:hover,
    input[type="tel"]:hover,
    input[type="url"]:hover,
    input[type="password"]:hover,
    textarea:hover,
    select:hover {
        font-size: inherit;
    }
}

/** اسلایدر **/
.carousel-fullscreen .item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.carousel-fullscreen .carousel-inner .item {
    height: 55vh; 
    min-height: 550px; 
    background-position: center center; 
}

.super-heading {
    font-size: 45px; 
}

.super-paragraph {
    font-size: 25px; font-weight: 300;
}

.item-pic
{
    max-width: 200px;    
}

@media (max-width: 480px) {
    .carousel-fullscreen .carousel-inner .item {
    height: 20vh;
    min-height: 430px; 
    background-position: center center; 
    }
    .super-heading {
    font-size: 27px; 
    }
    .super-paragraph {
    font-size: medium;
    }
}

@media (max-width: 1024px) {
    .carousel-fullscreen .carousel-inner .item {
    height: 20vh;
    min-height: 430px; 
    background-position: center center; 
    }
    .super-heading {
    font-size: 27px; 
    }
    .super-paragraph {
    font-size: medium;
    }
    .item-pic
    {
    max-width: 150px;    
    }
}

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4 {
    font-weight: 700;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   color: #ffffff;
}

.carousel-indicators li {
    position: relative;
    left: 20px;
}

.btn-slider { 
  color: #ffffff; 
  background-color: #E1AD01; 
  border-color: #E1AD01;
  border-radius: 10px;
} 
 
.btn-slider:hover, 
.btn-slider:focus, 
.btn-slider:active, 
.btn-slider.active, 
.open .dropdown-toggle.btn-slider { 
  color: #ffffff; 
  background-color: #2c4a7b; 
  border-color: #2c4a7b; 
} 
 
.btn-slider:active, 
.btn-slider.active, 
.open .dropdown-toggle.btn-slider { 
  background-image: none; 
} 
 
.btn-slider.disabled, 
.btn-slider[disabled], 
fieldset[disabled] .btn-slider, 
.btn-slider.disabled:hover, 
.btn-slider[disabled]:hover, 
fieldset[disabled] .btn-slider:hover, 
.btn-slider.disabled:focus, 
.btn-slider[disabled]:focus, 
fieldset[disabled] .btn-slider:focus, 
.btn-slider.disabled:active, 
.btn-slider[disabled]:active, 
fieldset[disabled] .btn-slider:active, 
.btn-slider.disabled.active, 
.btn-slider[disabled].active, 
fieldset[disabled] .btn-slider.active { 
  background-color: #E1AD01; 
  border-color: #E1AD01; 
} 
 
.btn-slider .badge { 
  color: #E1AD01; 
  background-color: #ffffff; 
}

.animated 
{
    animation-duration: 0.9s;   
    -webkit-animation-duration: 0.9s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

/** اسلایدر **/

/** کاستومایز **/
.col-centered{
    float: none;
    margin: 0 auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #E1AD01;
    color: #ffffff;
    border-radius: 10px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #d5dbdb;
    border-radius: 10px;
}

.form-control:focus {
    border-color: rgba(225, 173, 1, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(225, 173, 1, 0.6);
    outline: 0 none;
}

.btn-primary {
    background-color: #E1AD01;
    border-color: #E1AD01;
    color: #ffffff;
}
    .btn-primary:hover {
        background: #00a693;
        border-color: #00a693;
    }
    .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #E1AD01;
        border-color: #E1AD01;
    }
    .btn-primary:active, .btn-primary.active {
        background: #E1AD01;
        border-color: #E1AD01;
        box-shadow: none;
    }
    
.modal
{
    z-index: 999999 !important;    
}
.modal .close
{
    font-size: 25px; color: #ffffff; opacity: 1.0; filter: alpha(opacity=100);
}
.modal-content {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 0;
    border-width: 0;
}

.modal-header {
    border-radius: 10px 10px 0 0 !important;
    background-color: #00a693;
    color: #ffffff;
    border-width: 0;
}

.modal-title 
{
    font-size: medium !important; font-weight: normal !important;
}

[class*="col-"] {
    margin-bottom: 15px;
}
/** کاستومایز **/

/** قالب اصلی **/
.lnkbtn-login, lnkbtn-login:focus, .lnkbtn-login:active, .lnkbtn-login.active, .lnkbtn-login:active, .lnkbtn-login.active {
    font-size: 13px !important;
    width: 130px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #F5F4F1 !important;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #E1AD01;
}

    .lnkbtn-login:hover {
        text-decoration: none;
        color: #F5F4F1;
    }

    .lnkbtn-reister, lnkbtn-reister:focus, .lnkbtn-reister:active, .lnkbtn-reister.active, .lnkbtn-reister:active, .lnkbtn-reister.active {
        font-size: 13px !important;
        width: 130px;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        color: #F5F4F1 !important;
        display: block;
        text-align: center;
        text-decoration: none;
        background-color: #E1AD01;
    }

    .lnkbtn-reister:hover {
        text-decoration: none;
        color: #F5F4F1;
    }

a, a:visited, a:active, a:focus{
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }
    a:visited, a:active, a:focus{
        text-decoration: none;
    }

    a.white-links {
        color: #ffffff;
        text-decoration: none;
    }

        a.white-links:hover {
            color: #ffffff;
            text-decoration: none;
        }

    a.mozhgan {
        color: #fffbf7;
        text-decoration: none;
    }

        a.mozhgan:hover {
            color: #E1AD01;
            text-decoration: none;
        }

    a.footer-links {
        color: #fffbf7;
        text-decoration: none;
    }

    a.footer-links:hover {
        color: #E1AD01;
        text-decoration: none;
    }

    a.sitemap-links {
        color: #fffbf7;
        text-decoration: none;
    }

        a.sitemap-links:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.box-header {
    background-color: #E1AD01;
    color: #ffffff;
    padding: 10px;
}

.box-content {
    padding: 10px;
}

.list-content-row {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

    .list-content-row:last-child {
        padding: 10px;
        border-bottom: 0px solid #cccccc;
    }

.list-content-subtitle {
    color: #E1AD01;
    margin: 0;
    padding-bottom: 1.5%;
    font-size: 12px;
}

.list-content-title {
    margin: 0;
    padding-bottom: 4%;
    line-height: 1.75em;
    font-weight: bold;
    font-size: 14px;
}

.list-content-info {
    color: #E1AD01;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.img-rounded {
    width: 100%;
    border-radius: 10px;
}

.table-zero {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.shadow {
    border-radius: 10px;
    background-color: #ffffff;
}

.shadow-top {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    background-color: #ffffff;
}

.shadow-bottom {
    box-shadow: 0 -1px 5px 0 rgba(0,0,0,.26);
    background-color: #ffffff;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.main-header {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.main-sub-header {
    padding: 15px; 
    margin:0; 
    background-color: #E1AD01;
}

.main-footer-title {
    width: 100%;
    background-color: #E1AD01;
    padding: 15px 15px 0px 15px;
    font-size: 12px;
    color: #fffbf7;
}

.main-footer-body {
    width: 100%;
    background-color: #00a693;
    background-color: #00a693;
    color: #fffbf7;
    padding: 30px 15px 15px 15px;
    font-size: 12px;
    line-height: 25px;
}

.sm-seperator {
    margin-right: 1em;
    font-size: large;
}

    .sm-seperator:last-child {
        margin-right: 0;
        font-size: large;
    }

.footer-links-title {
    color: #E1AD01;
    padding: 10px;
    font-size: small;
    font-weight: bold;
    background-color: #0b7367;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.footer-links-rows {
    padding-top: 10px;
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
}

.sidebox-spacer{
    padding-bottom: 15px;
}

.sidebox-spacer:last-child {
    padding-bottom: 0;
}

.page-content-header {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    background-color: #d5dbdb;
}

.page-content-footer {
    padding: 15px;
    border-top: 1px solid #cccccc;
    background-color: #d5dbdb;
}

.page-content-footer-spacer {
    padding-top: 0px;
}

.page-content-header-sitemap {
    padding-bottom: 10px;
    color: #E1AD01;
}

.page-content-header-title {
    line-height: 1.75em;
}

.page-content-header-body {
    padding: 15px;
    line-height: 1.75em;
    font-weight: normal;
    font-size: small;
}

@media (max-width: 480px) {
    .page-content-header-body {
        padding: 10px;
        line-height: 1.75em;
        font-weight: normal;
        font-size: small;
    }
}

.form-container-title {
    padding-right: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14.5px;
    color: #E1AD01;
}

.form-cotainer-body {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fbfbfb;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

.form-cotainer-body-seperator {
    border-color: #f2f2f2;
}

.listpage-content-subtitle {
    color: #7c7c7c;
    margin: 0;
    padding-bottom: 5px;
    font-size: small;
    font-weight: normal;
}

.listpage-content-title {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.75em;
    font-weight: bold;
}

.listpage-content-info {
    color: #E1AD01;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size: 12px;
}

h4, p{
    line-height: 1.75em;
}

iframe{
    border-style: none;
    border-width: 0;
}

.content-subtitle{
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
}

.img-gallery {
    border: 1px solid #e3dff1;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
    .img-gallery:hover {
        border-color: #ffffff;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.img-gallery-container {
    border-radius: 10px;
    background-color: #532e1a;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-content-header-info {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    font-size: small;
    font-weight: 300;
    color: #E1AD01;
}

.page-content-box {
    border-radius: 10px;
    padding: 15px;
    background-color: #d5dbdb;
}

.page-content-box-light {
    padding: 15px;
    border-radius: 10px;
    background-color: #fefefe;
    color: #808080;
}

.list-content-row-px {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

    .list-content-row-px:last-child {
        padding: 15px;
        border-bottom: 0px solid #cccccc;
    }

.spacer-row{
    padding-bottom: 15px;
}

.spacer-row:last-child{
    padding-bottom: 0;
}

.box-rounded {
    border-radius: 10px;
    padding: 15px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #E1AD01;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.home-box-container
{
    border-width: 0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #fffbf7;
}

.home-box-picture
{
    width: 100%;
    border-width: 0;
}

.home-box-picture-container
{
    text-align: right; 
    width: 40%; 
    padding: 5px;
    position: relative;
}

.home-box-body
{
    text-align: center; 
    vertical-align: middle; 
    padding: 15px;
    font-weight: bold;
}

.home-box-container:hover
{
    background-color: #E1AD01;
    color: #ffffff;    
}

.home-box-container a
{
    color: #fffbf7;
}

.home-box-container:hover a
{
    color: #E1AD01;
}

.home-box-container .home-box-body:hover
{
}

.home-box-container .home-box-picture-container:hover
{
}

.home-box-container .home-box-picture:hover
{
}

@media (max-width: 768px) {
    .home-box-picture 
    {
        width: 80px;
        height: 80px;
    }
    .home-box-picture-container
    {
    width: 90px;
    }
    .home-box-body
    {
    font-size: medium;
    }
}

.inner-sub-header 
{
    background-color: #E1AD01;
    color: #fffbf7;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

.products-cat-row
{
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.products-cat-row-icon 
{
   width: 95px; 
   vertical-align: middle;
   font-size: 7rem;
   color: #E1AD01;
}

.products-cat-row-iconlink
{
    text-decoration: none;
    color: #E1AD01;
}

.products-cat-row-link
{
    text-decoration: none;
    color: #E1AD01;
}

.products-cat-row:hover 
{
    border: 1px solid #E1AD01;
}

.products-cat-row:hover .products-cat-row-icon
{
    color: #E1AD01;
}

.products-cat-row:hover .products-cat-row-link
{
    color: #E1AD01;
}

.products-cat-row:hover .products-cat-row-iconlink
{
    color: #E1AD01;
}

.products-childs-row
{
    font-weight: bold;
}

.products-container
{
    background-color: #d5dbdb;
    padding: 10px;
    border-radius: 10px;
}

.products-gallery {
    border: 1px solid #cccccc;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
    .products-gallery:hover {
        border-color: #cccccc;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

a.top-links{
	color: #373737;
	text-decoration:none;
}
a.top-links:hover{
	   color: #E1AD01;
	   text-decoration:none;
}

@media (min-width: 769px) {
    .hl-container-padding
    {
        padding-bottom: 30px;    
    }
}

.hl-container
{
    vertical-align: top;
	padding: 10px;
	background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.hl-container:hover 
{
}

.hl-image-container
{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hl-image {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hl-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(225, 173, 1, 0);
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hl-caption
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 0px 10px;
    text-align: center;
}

.hl-caption-link
{
   text-decoration: none;
   color: #fffbf7 !important;  
}

.hl-container:hover .hl-image-overlay
{
    background-color: rgba(225, 173, 1, 0.60);
}

.hl-container:hover .hl-image
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.hl-container:hover .hl-caption-link
{
    color: #E1AD01 !important;
    text-decoration: none;
}

.home-section 
{
    width: 100%; padding-top: 60px; padding-bottom: 60px; 
    position: relative;
    display:block;
}

.home-section .overlay 
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.home-section-pic 
{
    max-width: 300px;    
}

.home-section-title 
{
    font-size: x-large;
    line-height: 37px;
    font-weight: bold;
}

.home-section-desc 
{
    font-size: large;
    line-height: 33px;
    font-weight: 300;
}

.home-section-list-container
{
    vertical-align: top;
    padding: 0px;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.home-section-list-container:hover 
{
    background-color: #dae4ed;
}

.home-section-list-image-container
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.home-section-list-image {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-section-list-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(225, 173, 1, 0);
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.home-section-list-caption
{
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    padding: 10px 10px 10px 10px;
    height: 70px;
    font-weight: bold;
    overflow: hidden;
}

.home-section-list-caption-link
{
   text-decoration: none;
   color: #333333;  
}

.home-section-list-caption-date {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 10px 5px 10px;
    color: #00a693;
}

.home-section-list-container:hover .home-section-list-image-overlay
{
    background-color: rgba(225, 173, 1, 0.60);
}

.home-section-list-container:hover .home-section-list-image
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.home-section-list-container:hover .home-section-list-caption-link
{
    color: #000000;
    text-decoration: none;
}

.home-section-list-container:hover .home-section-list-caption-date {
    color: #00a693;
}

.branch-container 
{
    background-color: #111111;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
}

a.bottom-tags
{
color: #8b6f60;
text-decoration: none;    
}

a.bottom-tags:hover
{
color: #F8F1ED;
text-decoration: none;    
}

.progressBGFilter{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index:1000;
	text-align: center;
	width: 100%;
	height: 100%;
}
.progressContent
{
    position: fixed;
    left: 50%;
    top: 50%;
	z-index:1001;
	background-color:transparent;
	color:#ffffff;
	direction:rtl;
	text-align: center;
}

.panypay-box
{
    display: block;
    padding: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    background-color: #f0f5f9;    
}

.panypay-box-border
{
    border-bottom: 1px solid #ccc2b2;
}

.simple-box{
padding: 10px; 
border: 1px solid #DFDBD2;
background-color: #ffffff;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.spanbox-green{
	height:20px;
	line-height:20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background-color: #F0FFC1;
	color:#669900;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.spanbox-blue{
	height:20px;
	line-height:20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background-color: #DDEEFF;
	color:#379BFF;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.spanbox-red{
	height:20px;
	line-height:20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	background-color: #FFF2F2;
	color:#FF0000;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.page-content-border
{
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.simple-box-gray{
padding: 10px; 
background-color: #F5F4F1;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.simple-box-green{
padding: 10px; 
background-color: #deefe3;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.simple-box-white
{
padding: 10px; 
background-color: #ffffff;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#table-repeater {
    border-collapse: collapse;
    width: 100%;
}

#table-repeater td, #table-repeater th 
{
    border: 1px solid #DFDBD2;
    padding: 5px;
    font-family: IRANSans !important;
	font-style: normal;
    font-weight: 400;
	font-size: 12px;
}

#table-repeater tr:nth-child(even){background-color: #FFFFFF;}

#table-repeater th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    background-color: #8b6f60;
    color: white;
    font-family: IRANSans !important;
	font-style: normal;
    font-weight: 400;
	font-size: 12px;
}

.home-section-item-container
{
    vertical-align: top;
    padding: 15px;
    background-color: #ffffff;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.home-section-item-container:hover
{
    background-color: #ffffff;
}

.home-section-item-container:hover .home-section-item-image
{
    box-shadow: 0 0 15px rgba(117, 125, 138, 0.70);
    transform: translate3d(0,-3px,0);
}

.home-section-item-image-container
{
    padding-bottom: 15px;
}

.home-section-item-image {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	transition: all  0.2s ease;
}

.home-section-item-title {
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    color: #00a693;
    text-align: center;
}

.home-section-item-desc
{
    font-size: 13px;
    font-weight: normal;
    padding-top: 10px;
    color: #676767;
    text-align: center;
}

.home-section-item-link
{
    font-size: 13px;
    font-weight: normal;
    padding-top: 20px;
    text-decoration: none;
    text-align: center;
}

.home-section-product-container
{
    padding: 10px;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
    
    .swal2-modal, .swal2-modal button 
    {
        border-radius: 10px !important;
        border-color: #ffffff !important;
        border-width: 0px !important;
    }
    
    .swal2-popup .swal2-styled:focus {
        box-shadow: none !important;
    }

    .swal2-popup {
        font-size: 1.1rem !important;
    }
    
    .fadeout-parent {
        position: relative;
    }

    .fadeout {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.9) 95%);
        background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.9) 95%);
        background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.9) 95%);
        background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.9) 95%);
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(248, 248, 248, 0.9) 95%);
        pointer-events: none;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .lnkbtn-header-main-alt, lnkbtn-header-main-alt:focus, .lnkbtn-header-main-alt:active, .lnkbtn-header-main-alt.active, .lnkbtn-header-main-alt:active, .lnkbtn-header-main-alt.active {
        font-size: 14px !important;
        height: 50px;
        line-height: 50px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        color: #ffffff !important;
        display: block;
        text-align: center;
        text-decoration: none;
        background: #E1AD01;
        padding-left: 10px; padding-right: 10px;
    }

    .lnkbtn-header-main-alt:hover {
        text-decoration: none;
        color: #ffffff;
        background: #E1AD01;
    }
    
    .lnkbtn-header-main, lnkbtn-header-main:focus, .lnkbtn-header-main:active, .lnkbtn-header-main.active, .lnkbtn-header-main:active, .lnkbtn-header-main.active {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #E1AD01;
    border-radius: 10px;
    color: #ffffff !important;
    position: relative;
    }

    .lnkbtn-header-main:hover {
        text-decoration: none;
        color: #ffffff !important;
        background: #E1AD01;
    }
    
    .lnkbtn-header-main-plain, lnkbtn-header-main-plain:focus, .lnkbtn-header-main-plain:active, .lnkbtn-header-main-plain.active, .lnkbtn-header-main-plain:active, .lnkbtn-header-main-plain.active {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #E1AD01 !important;
    border: 1px solid #E1AD01;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    }

    .lnkbtn-header-main-plain:hover {
        text-decoration: none;
        color: #E1AD01 !important;
        background-color: transparent;
    }
    
    .fixed-bottom-container 
    {
        position: fixed;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 90;    
    }
    
    .fixed-bottom {
        align-items: center;
        box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.1);
        display: flex;
        background-color: #ffffff;
        padding: 15px;
        width: 100%;
        max-width: 1140px;
        z-index: 90;
        border-radius: 10px 10px 0px 0px;
    }
    
    .loginregsiter-container {
        visibility: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        z-index: 10000;
        background: rgba(0, 0, 0, .65) !important;
    }
    
    .modalpop-content-container {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0 !important;
        overflow: hidden;
        border-radius: 10px !important;
        width: 500px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    
    .modalpop-header {
        position: sticky;
        top: 0;
        background-color: #ffffff;
        border-bottom: 1px solid #cccccc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 80px;
        padding: 0px 15px;
    }

    .modalpop-content 
    {
        display: block;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 30px 30px 100px 30px;
        scrollbar-width: thin !important;
        scrollbar-color: #E1AD01 #e8eded !important;
        background-color: #e8eded;
    }

    .modalpop-content-loading {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(245, 245, 245, 0.65);
        z-index: 900;
    }

    .modalpop-footer {
        position: absolute;
        bottom: 0;
        background-color: #ffffff;
        border-top: 1px solid #cccccc;
        width: 100%;
        padding: 15px;
    }
    
    .btn-close-circle {
        cursor: pointer;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e8eded;
        border-radius: 50%;
        color: #000000;
        font-size: 17px;
    }

    .button--loading::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite;
    }

        .no-scroll {
            overflow: hidden;
        }
        
    @keyframes button-loading-spinner {
      from {
        transform: rotate(0turn);
      }

      to {
        transform: rotate(1turn);
      }
    }
     
    @media(min-width: 992px) {
        
        .modalpop-content {
            max-height: 500px;
            min-height: 500px;
        }
        
    }

    /*responsive*/
@media(max-width: 991px) 
{
    
    .fixed-bottom {
        z-index: 90;
        border-radius: 0px;
    }
    
    .loginregsiter-container {
        background: #ffffff !important;
        align-items: flex-start;
        justify-content: center;
    }
    
    .modalpop-content-container {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }
    
    .modalpop-content {
        height: 100% !important;
    }
    
}


.emojiStarRating {
    display: flex;
    direction: rtl !Important;
}

    .emojiStarRating input {
        display: none;
    }

        .emojiStarRating input[type=radio]:checked + label,
        .emojiStarRating input[type=radio]:checked + label ~ label {
            color: orange;
        }

    .emojiStarRating label:hover,
    .emojiStarRating label:hover ~ label {
        color: orange;
    }

    .emojiStarRating label {
        display: block;
        text-align: center;
        cursor: pointer;
        font-size: 2rem;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        color: #bebebe;
        padding: 0 0.1em;
        margin-bottom: 0px;
    }
    
    .emojiStarRating-exist {
        display: flex;
        direction: rtl !Important;
    }

    .emojiStarRating-exist label {
        display: block;
        text-align: center;
        font-size: 2rem;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        color: #bebebe;
        padding: 0 0.1em;
        margin-bottom: 0px;
    }
    
    .table-center 
    {
        float: right;
    }
    
    @media(max-width: 991px)  
    {
        .emojiStarRating {
            align-items: center;
            justify-content: center;
        }
        
        .emojiStarRating-exist {
            align-items: center;
            justify-content: center;
        }   

        .align-center 
        {
            text-align: center !important;
            display: flex;
            align-items: center;
        }
        
        .table-center 
        {
            float: none;
            margin: 0 auto;
        }
        
    }
/** قالب اصلی **/
