.datePicker {
    border: 1px solid #C6BFD7;
    width: 190px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #e8f2fa;
    border-radius: 2px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    color: #375170;
}

.datePickerRow {
    background-color: White;
}

.datePickerFriDay {
    background-color: #FFCBB3;
}

.datePickerDay {
    width: 25px;
    height: 16px;
    text-align: center;
    cursor: pointer;
}

    .datePickerDay:hover {
        background-color: #FFee88;
    }

.datePickerDaySelect {
    text-align: center;
    cursor: pointer;
    background-color: #6666FF;
    color: #FFFFFF;
    border-radius: 2px;
}

.datePickerToday {
    text-align: center;
    cursor: pointer;
    background-color: #8FD08C;
    color: #FFFFFF;
    border-radius: 2px;
}

.datePickerHeader td {
    padding-bottom: 7px;
}

.datePickerFooter td {
    padding-top: 5px;
}

.datePickerHeader button, .datePickerFooter button {
    border-radius: 2px;
    padding: 0px 8px 2px 8px;
    height: 20px;
    border: 1px solid #c2cedc;
    font-family: Tahoma;
    font-size: 11px;
    background: linear-gradient(#dcecff, #bacadd);
    cursor: pointer;
}

.datePickerHeader button {
    padding: 0px 0px 2px 0px;
}

.datePickerFooter button {
    padding: 0px 8px 2px 8px;
}

    .datePickerHeader button:hover, .datePickerFooter button:hover {
        border: 1px solid #FFCC66;
        background: linear-gradient(#FFee88,#eFde78);
    }

.datePickerYear, .datePickerMonth {
    background-color: White;
    text-align: center;
    display: inline-block;
    color:#116f1c;
    height: 17px;
}

.datePickerMonth {
    width: 53px;
}

.datePickerYear {
    width: 33px;
}
/* Font For Farsi */
@font-face {
    font-family: fontb;
    src: url('/Ref/FFile?name=b&type=e') format('eot'), url('/Ref/FFile?name=b&type=o') format('woff'), url('/Ref/FFile?name=b&type=t') format('truetype');
}

@font-face {
    font-family: fontz;
    src: url('/Ref/FFile?name=z&type=e') format('eot'), url('/Ref/FFile?name=z&type=o') format('woff'), url('/Ref/FFile?name=z&type=t') format('truetype');
}

@font-face {
    font-family: fontbn;
    src: url('/Ref/FFile?name=bn&type=e') format('eot'), url('/Ref/FFile?name=bn&type=o') format('woff'), url('/Ref/FFile?name=bn&type=t') format('truetype');
}

@font-face {
    font-family: fontbt;
    src: url('/Ref/FFile?name=bt&type=e') format('eot'), url('/Ref/FFile?name=bt&type=o') format('woff'), url('/Ref/FFile?name=bt&type=t') format('truetype');
}

@font-face {
    font-family: fontm;
    src: url('/Ref/FFile?name=m&type=e') format('eot'), url('/Ref/FFile?name=m&type=o') format('woff'), url('/Ref/FFile?name=m&type=t') format('truetype');
}

@font-face {
    font-family: fontn;
    src: url('/Ref/FFile?name=n&type=e') format('eot'), url('/Ref/FFile?name=n&type=o') format('woff'), url('/Ref/FFile?name=n&type=t') format('truetype');
}

@font-face {
    font-family: fonten2;
    src: url('/Ref/FFile?name=en2&type=e') format('eot'), url('/Ref/FFile?name=en2&type=o') format('woff'), url('/Ref/FFile?name=en2&type=t') format('truetype');
}

@font-face {
    font-family: fonten5;
    src: url('/Ref/FFile?name=en5&type=e') format('eot'), url('/Ref/FFile?name=en5&type=o') format('woff'), url('/Ref/FFile?name=en5&type=t') format('truetype');
}

@font-face {
    font-family: fontenc;
    src: url('/Ref/FFile?name=enc&type=e') format('eot'), url('/Ref/FFile?name=enc&type=o') format('woff'), url('/Ref/FFile?name=enc&type=t') format('truetype');
}

@font-face {
    font-family: fontafs;
    src: url('/Ref/FFile?name=afs&type=e') format('eot'), url('/Ref/FFile?name=afs&type=o') format('woff'), url('/Ref/FFile?name=afs&type=t') format('truetype');
}

@font-face {
    font-family: fontamb;
    src: url('/Ref/FFile?name=amb&type=e') format('eot'), url('/Ref/FFile?name=amb&type=o') format('woff'), url('/Ref/FFile?name=amb&type=t') format('truetype');
}

/* Font For English */
@font-face {
    font-family: fonttimes;
    src: url('/Ref/FFile?name=times&type=e') format('eot'), url('/Ref/FFile?name=times&type=o') format('woff'), url('/Ref/FFile?name=timesc&type=t') format('truetype');
}

@font-face {
    font-family: fontarial;
    src: url('/Ref/FFile?name=arial&type=e') format('eot'), url('/Ref/FFile?name=arial&type=o') format('woff'), url('/Ref/FFile?name=arial&type=t') format('truetype');
}

.center {
    text-align: center !important;
}

.langfa {
    direction: rtl !important;
    text-align: right !important;
}

.langen {
    direction: ltr !important;
    text-align: left !important;
}

.langfaNoIm {
    direction: rtl;
    text-align: right;
}

.langenNoIm {
    direction: ltr;
    text-align: left;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}


.nounderln {
    text-decoration: none;
}

.dnone {
    display: none !important;
}

.dblock {
    display: block !important;
}

.dblockinline {
    display: inline-block !important;
}

.fontb {
    font-family: fontb;
    font-size: 12pt;
}

.fontm {
    font-family: fontm;
    font-size: 12pt;
}

.fonttimes {
    font-family: fonttimes;
    font-size: 12pt;
}

.fontarial {
    font-family: fontarial;
    font-size: 12pt;
}

.disabled {
    pointer-events: none;
}
#backLoader
{
    position: fixed;
    background: rgba(0,0,0, 0.7);
    z-index: 1000;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#backLoader.show
{
    display: block;
}

.loader {
    border: 16px solid #d9d5d5;
    border-radius: 50%;
    border-top: 16px solid #4f8fab;
    border-bottom: 16px solid #4f8fab;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #f1c40f; /* Black background color */
    color: #e74c3c; /* White text color */
    border: 1px solid #e74c3c;
    text-align: center; /* Centered text */
    border-radius: 8px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    top: 80px; /* 30px from the bottom */
    font-family: fontb;
    font-size: 14pt;
}

#snackbar.show {
    visibility: visible; /* Show the snackbar */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 80px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 80px; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 80px; opacity: 1;}
    to {top: 0; opacity: 0;}
}#message {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 100%; /* Set a default minimum width */
    height: 100%;
    left: 0;
    right: 0;/* 30px from the bottom */
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */    
    border: 2px solid #546E7A;
}

#message #boxmessage
{
    border-radius: 8px;
    background-color: #4e8fad;
    border: 1px solid #5ca0c0;
    border-bottom-left-radius: 50px;
    padding: 20px;
    max-width: 700px;
    position: absolute;
    left: 0;
    right: 0;/* 30px from the bottom */
    top: 80px;
    margin-right: auto;
    margin-left: auto;
    visibility: hidden;
}

#message #boxmessage div
{
    text-align: center !important;
}

#message #msg
{
    margin-top: 15px;
    display: block;
    font-size: 15pt;
}

#message #btnClose
{
    display: block;
    width: 100px;
    margin: 10px auto 2px auto;
    color: #fff;
    border: 1px solid #5ca0c0;
    background-color: #4e8fad;
    font-family: fontm, fontb, fontz, fontt;
    font-size: 15pt;
    cursor: pointer;
    border-radius: 10px;
    border-bottom-left-radius: 20px; 
    border-top-left-radius: 6px;
}

#message.show {
    visibility: visible; /* Show the snackbar */
}

#message.show #boxmessage.show  {
    visibility: visible; /* Show the snackbar */
    animation: fadein2 1s;
    -webkit-animation: fadein2 1s;
}

@-webkit-keyframes fadein2 {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
}

@keyframes fadein2 {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
}

#confirm {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 100%; /* Set a default minimum width */
    height: 100%;
    left: 0;
    right: 0;/* 30px from the bottom */
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */    
    border: 2px solid #546E7A;
}

#confirm #boxconfirm
{
    border-radius: 8px;
    background-color: #4e8fad;
    border: 1px solid #5ca0c0;
    border-bottom-left-radius: 50px;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

#confirm #boxconfirm div 
{
    text-align: center !important;
}

@media screen and (min-width: 710px)
{
    #confirm #boxconfirm {
        width: 700px;
        top: 80px;
        padding: 20px;
    }
}

@media screen and (max-width: 709px)
{
    #confirm #boxconfirm {
        width: 80%;
        top: 20px;
        padding: 2px;
    }
}

#confirm #mesg
{
    margin-top: 20px;
    display: block;
    font-size: 20pt;
}


#confirm #btnYes {
    display: inline-block;
    width: 100px;
    margin: 10px auto 2px auto;
    color: #fff;
    border: 1px solid #4CAF50;
    background-color: #02b94e;
    font-family: fontm, fontb, fontz, fontt;
    font-size: 15pt;
    cursor: pointer;
    border-radius: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 6px;
}

#confirm #btnNo {
    display: inline-block;
    width: 100px;
    margin: 10px auto 2px auto;
    color: #fff;
    border: 1px solid brown;
    background-color: #cf3434;
    font-family: fontm, fontb, fontz, fontt;
    font-size: 15pt;
    cursor: pointer;
    border-radius: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 6px;
}

#confirm.show {
    visibility: visible; /* Show the snackbar */


}

#confirm.show #boxconfirm.show {
    visibility: visible; /* Show the snackbar */
    animation: fadein2 1s;
    -webkit-animation: fadein2 1s;
}

@-webkit-keyframes fadein2 {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
}

@keyframes fadein2 {
    from {top: 0; opacity: 0;}
    to {top: 80px; opacity: 1;}
}

/* Alert Message */
#alert {
    padding: 20px;    
    color: white;
    position: fixed;
    bottom: -20%;
    right: 0;    
    left:0;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease-in-out;
}

#alert.show {
    bottom: 0;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}nav {
    background-color: #1b7daa;
    width: calc(100% - 2px);
    min-height: 35px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 1px solid #1b7daa;
}

nav .btnmenu {
    vertical-align: top;
    margin: 5px 5px 5px 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 2px;    
}

nav .btnmenu .line1, nav .btnmenu .line2, nav .btnmenu .line3 {
    width: 32px;
    height: 5px;    
    margin: 6px 0;
    transition: 0.4s;
    background-color: #fff;
}

nav .btnmenu .line1 {
    margin-top: 2px !important;
}

.changestatusbuttonmenu .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.changestatusbuttonmenu .line2 {
    opacity: 0;
}

.changestatusbuttonmenu .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

nav ul {
    padding: 0;        
    margin: 0;
    vertical-align: top;
}

nav ul li {
    margin: 0;
    list-style-type: none;    
    padding: 0;
    transition: all ease-in-out .3s;

}

nav ul li:hover {    
    background-color: #14a8eb;
}

nav ul li.select {
    background-color: #116187;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    vertical-align: top;
    margin: auto 2px auto 2px;
    padding: 8px;
}

nav ul li a img {
    display: inline-block;
    vertical-align: top;
    margin: auto 2px auto 2px;
    max-width: 24px;
    max-height: 24px;
    width: 100%;
    height: auto;
}

nav ul li a h5 { 
    display: inline-block;
    margin: auto;       
    font-size: 14pt;
}

nav ul li div.subli {
        display: none;        
}

@media only screen and (max-width: 700px) {
    nav {
        padding-top: 1px !important;        
    }
    
    nav .btnmenu {
        display: inline-block;        
    }

    nav ul {
        display: none;             
        margin-top: 5px;
        
    }

    nav ul li {
        display: block;
    }    
    
}

@media only screen and (min-width: 701px) {
    nav .btnmenu {
        display: none;        
    }
    nav ul {
        display: inline-block;
        margin: 0;
    }
    nav ul li {
        display: inline-block;
    }
    nav ul li.signup {
        margin-right: 80px !important;
    }

    nav ul li div.subli {        
        position: absolute;
        z-index: 100;
        top: 39px;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }

    nav ul li:hover div.subli {
        display: block;
        transition: all ease-in-out .5s;
        background-color: #14a8eb;
    }

    nav ul li:hover div.subli a {
        display: inline-block;
        margin: 0 10px 0 10px;
        text-decoration: none;
        background-color: #14a8eb;
    }

    nav ul li:hover div.subli h5 {
        display: inline-block;
        margin: auto; 
        font-size: 14pt;
    }

    nav ul li:hover div.subli a:hover {
        background-color: #1b7daa;
    }
}


/* Site Icon */
nav .siteicon {
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0px 2px;
    padding: 0px;
}

nav .siteicon a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50px;
    height: 30px;
}

nav .siteicon a img {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 50px;
    height: 50px;
    z-index: 5000;
}


/* Defaul Flag */
nav .flags {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0px 5px;
    padding: 0px;    
}

nav .flags a {
    display: inline-block;
    vertical-align: top;    
}

nav .flags a img {
    width: 32px;
    height: 32px;
}

/* Search Icon */
nav .searchicon {
    display: inline-block;
    vertical-align: top;
    margin: 4px 5px 0px 5px;
    padding: 0px;    
}

nav .searchicon a {
    display: inline-block;
    vertical-align: top;
}

nav .searchicon a img {
    width: 28px;
    height: 28px;
}

/* User Panel Icon */
nav .userpanelicon {
    display: inline-block;
    vertical-align: top;
    margin: 6px 2px 0px 2px;
    padding: 0px;
}

nav .userpanelicon a {
    display: inline-block;
    vertical-align: top;      
    text-decoration: none;
}

nav .userpanelicon a img {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;  
    margin: auto 2px;    
}

nav .userpanelicon a span {
    display: inline-block;
    vertical-align: top;
    margin: auto 2px;
    color: #fff;
}


/* Box Flags */
#boxflags {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 1s;
    visibility: hidden;
}

#boxflags:target {
    visibility: visible;
    opacity: 1;
}

#boxflags #more {
    background-color: #1b7daa;
    border-radius: 5px;
    border-color: #fff;
    border-width: 2px;
    max-width: 500px;
    width: 90%;    
    position: absolute;
    text-align: center;    
    margin: auto auto auto auto;
    left: 0;
    right: 0;
    top: -450px;
    opacity: 0;
    transform: rotateY(0deg);
    transition: all ease 1.5s;    
}

#boxflags:target #more {
    top: 100px;
    opacity: 1;
    transform: rotateY(360deg);
}

#boxflags:target #more .icon {
    display: inline-block;
    margin: auto 3px auto 3px;
}

#boxflags:target #more .icon a {
    display: block;
    margin: 2px auto 0px auto;
}

#boxflags:target #more .icon span {
    display: block;
    margin: 0px auto 4px auto;
    color: #fff;
}

/* Box Search */
#boxsearch {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 1s;
    visibility: hidden;
}

#boxsearch:target {
    visibility: visible;
    opacity: 1;
}

#boxsearch #more {
    background-color: #1b7daa;
    border-radius: 5px;
    border-color: #fff;
    border-width: 2px;
    max-width: 500px;
    width: 90%;    
    position: absolute;
    text-align: center;    
    margin: auto auto auto auto;
    left: 0;
    right: 0;
    top: -450px;
    opacity: 0;    
    transition: all ease 1.5s;    
}

#boxsearch:target #more {
    top: 100px;
    opacity: 1;    
}

#boxsearch .formsearch {
    display: block;
    margin: 5px auto 5px auto;
    width: 90%;
    text-align: center !important; 
}

#boxsearch .formsearch input[type=text] {
    display: inline-block;
    margin: 5px auto 5px auto;
    background-color:#fff;
    color:rgba(0, 0, 0, 0.7);
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 220px !important;
    
}

#boxsearch .formsearch input[type=button] {
    display: inline-block;
    margin: 5px auto 5px auto;
    background-color: #14a8eb;
    color: #fff;
    font-size: 18px;
    width: 50px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #14a8eb;
    width: 100px !important;
    cursor: pointer;
}

.closebox {
    background-color: #14a8eb;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 25px;
    padding: 5px 2px 2px 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    transition: all ease 0.5s;
    position: absolute;
    top: 0;
    left: 5px;    
    margin: 5px auto 5px auto;
    
}


.banner
{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;    
}

.banner .left
{
    background: url("/staticfiles/homepage/left_arrow.png" ) center center no-repeat;
    position: absolute;
    z-index: 1000;
    left: 5px;
    top: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.banner .right
{
    background: url("/staticfiles/homepage/right_arrow.png" ) center center no-repeat;
    position: absolute;
    z-index: 1000;
    display: block;
    right: 5px;
    top: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    
}

.banner .contain
{
    display: block;
    resize: both;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    position: relative;
}


.banner .contain img
{
    display: block;    
    width: 100%;
    height: auto;    
}

.mySlides {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

.fade2 {
    -webkit-animation-name: fade2;
    -webkit-animation-duration: 1.5s;
    animation-name: fade2;
    animation-duration: 1.5s;
}

.fade3 {
    -webkit-animation-name: fade3;
    -webkit-animation-duration: 1.5s;
    animation-name: fade3;
    animation-duration: 1.5s;
}

.fade4 {
    -webkit-animation-name: fade4;
    -webkit-animation-duration: 1.5s;
    animation-name: fade4;
    animation-duration: 1.5s;
}

.fade5 {
    -webkit-animation-name: fade5;
    -webkit-animation-duration: 1.5s;
    animation-name: fade5;
    animation-duration: 1.5s;
}

.fade6 {
    -webkit-animation-name: fade6;
    -webkit-animation-duration: 1.5s;
    animation-name: fade6;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@keyframes fade2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade3 {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes fade4 {
    from {
        margin-right: -100%;
    }

    to {
        margin-right: 0px;
    }
}

@keyframes fade5 {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0px;
    }
}

@keyframes fade6 {
    from {
        margin-top: -100%;
    }

    to {
        margin-top: 0px;
    }
}


.footer {
    width: calc(100% - 2px);
    min-height: 550px;
    background-position: center center;
    background-repeat: repeat;
    border: 1px solid #a8a8a8;    
}

.copyright {
    background-color: #1b7daa;
    width: calc(100% - 20px);
    display: block;
    text-align: center;
    padding: 10px;
}

.copyright a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.copyright a.text {
    font-family: fontz;
}

.copyright a.copy {
    font-family: fonttimes;
}

.footer .colright {
    display: inline-block;
    margin: 50px 5% 5px 5%;
    width: 45%;
    vertical-align: top;
    text-align: right;
}

.footer .colright .row {
    background-color: #1b7daa;
    color: #fff;
    display: block;
    margin: 5px;
    width: 100%;
    min-height: 32px;
    padding: 5px 38px 0px 38px;
}

.footer .colright .row a {
    text-decoration: none;
    color: #fff;
}

.address {
    background: url('/staticfiles/homepage/footer/placeholder.png') 99.5% 2px no-repeat;
}

.tel {
    background: url('/staticfiles/homepage/footer/phone_receiver.png') 99.5% 2px no-repeat;
}

.fax {
    background: url('/staticfiles/homepage/footer/fax.png') 99.5% 2px no-repeat;
}

.message {
    background: url('/staticfiles/homepage/footer/black_envelope.png') 99.5% 2px no-repeat;
}

.email {
    background: url('/staticfiles/homepage/footer/email.png') 99.5% 2px no-repeat;
}

.money {
    background: url('/staticfiles/homepage/footer/money.png') 99.5% 2px no-repeat;
}

.website {
    background: url('/staticfiles/homepage/footer/website.png') 99.5% 2px no-repeat;
}

.time {
    background: url('/staticfiles/homepage/footer/time.png') 99.5% 2px no-repeat;
}


.address_en {
    background: url('/staticfiles/homepage/footer/placeholder.png') 0.5% 2px no-repeat;
}

.tel_en {
    background: url('/staticfiles/homepage/footer/phone_receiver.png') 0.5% 2px no-repeat;
}

.fax_en {
    background: url('/staticfiles/homepage/footer/fax.png') 0.5% 2px no-repeat;
}

.massage_en {
    background: url('/staticfiles/homepage/footer/black_envelope.png') 0.5% 2px no-repeat;
}

.email_en {
    background: url('/staticfiles/homepage/footer/email.png') 0.5% 2px no-repeat;
}

.money_en {
    background: url('/staticfiles/homepage/footer/money.png') 0.5% 2px no-repeat;
}

.website_en {
    background: url('/staticfiles/homepage/footer/website.png') 0.5% 2px no-repeat;
}

.time_en {
    background: url('/staticfiles/homepage/footer/time.png') 0.5% 2px no-repeat;
}



.footer .colleft {    
    display: inline-block;
    margin: 50px 10% 5px 100px;
    width: 150px;

}

.footer .colleft .row {
    position: relative;
    background-color: #1b7daa;
    color:#fff;
    display: block;
    margin: 5px;
    width: 100%;
    min-height: 10px;
    padding: 3px 5px 3px 35px;
    text-align: center !important;    
}

.footer .colleft .row a {
    text-decoration: none;
    color: #fff;
}

.footer .colleft .row .social {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -11px;
    top: 0px;
    
}

.footer .colleft .namad {
    display: block;
    width: 100px;
    text-align: right;
    margin: 5px;
    border: 0px solid red;
}

.facebook {
    background: url('/staticfiles/homepage/footer/facebook.png') center left no-repeat;
}

.instagram {
    background: url('/staticfiles/homepage/footer/instagram.png') center left no-repeat;
}

.telegram {
    background: url('/staticfiles/homepage/footer/telegram.png') center left no-repeat;
}

.whatsapp {
    background: url('/staticfiles/homepage/footer/whatsapp.png') center left no-repeat;
}

.twitter {
    background: url('/staticfiles/homepage/footer/twitter.png') center left no-repeat;
}

.youtube {
    background: url('/staticfiles/homepage/footer/youtube.png') center left no-repeat;
}

.footer .collinks {
    display: block;
    margin: 50px 0px 5px 0;
    width: 200px;
    vertical-align: top;
    text-align: right;        
}

.footer .collinks a {
    background-color: #1b7daa;
    color: #fff;
    display: block;
    margin: 5px;
    width: 100%;
    min-height: 10px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

.footer .etehadieh {
    background-color: transparent;
}


.gallery {
    width: 90%;
    min-height: 300px;    
    display: block;
    margin: auto;
    text-align: center !important;
}

.gallery img {
    display: inline-block;
    margin: 8pt;
    max-width: 400px;
    width: 90%;
    height: auto;
    border: 5px solid #c1bbbb;
    cursor: pointer;
    transition: all ease-in-out 1s;
}

.gallery img:hover{
    opacity: 0.5;
}

#boxtoatshow {
    position: fixed;
    z-index: 1002;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: all ease-in-out 1s;
    visibility: hidden;
    overflow: auto;
}

#boxtoatshow:target {
    visibility: visible;
    opacity: 1;
}

#boxtoatshow a.boxtoatclose {
    display: block;
    margin: 5px auto auto auto;
    width: 250px;
    height: 30px;
    background-color: #1b7daa;
    color: #fff;
    font-size: 12pt;
    border-radius: 10pt;
    text-decoration: none;
    text-align: center !important;
    cursor: pointer;
}    

#boxtoatshow a.next {
    background: url("/staticfiles/gallery/leftarrow_gallery.png" ) center center no-repeat;
    position: absolute;
    left: 10px;
    top: 300px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}  

#boxtoatshow a.next:hover {
    background: url("/staticfiles/gallery/leftarrow.png" ) center center no-repeat;    
}   


#boxtoatshow a.back {
    background: url("/staticfiles/gallery/rightarrow_gallery.png" ) center center no-repeat;
    position: absolute;
    display: block;
    right: 10px;
    top: 300px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .3s;
} 

#boxtoatshow a.back:hover {
    background: url("/staticfiles/gallery/rightarrow.png" ) center center no-repeat;    
} 

#boxtoatshow #toatloading {
    position: relative;    
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height:auto;
}

#boxtoatshow img.toatshowbig
{
    position: relative;    
    margin: 5px auto auto auto;
    max-width: 80%;
    height: auto;    
}

/*.toatshowbig {
    animation-name: toatshowbig;
    animation-duration: 1.5s;
}

@keyframes toatshowbig {
    from {
        transform: rotate(0deg);
        width : 0px;
    }

    to {
        transform: rotate(360deg); 
        width: 80%;
    }
}*/
.contactus {
    max-width: 1200px;
    width: 90%;
    display: block;
    margin: 20px auto;
}

.contactus .picgar {
    max-width: 500px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.contactus .form {
    max-width: 600px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;    
    min-height: 100px;
}


.contactus .form .row {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 8px auto;
}

.contactus .form .row span {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 72px;
    text-align: left;
    color: #1b7daa;
}

.contactus .form .row input[type=text] {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 280px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #444444;
    border-radius: 20px;
    padding: 6px;
    font-family: fontb;
}

.contactus .form .row textarea {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 270px;
    height: 100px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #444444;
    border-radius: 20px;
    padding: 10px;
    font-family: fontb;
}

.contactus .form .row input[type=button] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 20px;
    float: left;
    width: 220px;
    background-color: #1b7daa;
    border: 1px solid #1b7daa;
    color: #fff;
    border-radius: 5px;    
    font-size: 20pt;
    cursor: pointer;
    font-family: fontm;
}

.contactus .form .row .tSec {
    width: 160px !important;
    text-align: center !important;
    font-family: fontb;
}

.contactus .form .row .sec {
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
}
.searchresults {
    background-color: #1b7daa;
    border-radius: 10pt;
    width: 85%;
    padding: 10px;    
    display: block;
    margin: 10px auto;
    color: #fff;
    font-size: 15pt;    
    cursor: pointer;
    text-decoration: none;
}


.divsearchresults .explain {
    display: block;
    margin: 0 auto 10px auto;    
    background-color: #d4d1d1;
    color: #1b7daa;
    width: 80%;
    padding: 5px;
    border: 1px solid #1b7daa;
    border-radius: 5px;
    font-size: 13pt;        
}

.divsearchresults .explain a {
        
    display: block;
    width: 98%;
    color: #0f5455;
    font-size: 10pt;
    text-decoration: none;
    position: relative;
    z-index: 10000;
}


body {
    text-align: center;
    margin: 0px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: fontm, fontbn, fontz, fontb, fontbt, Tahoma;
    font-size: 14pt;
    color: #4f8fab;
    background-position: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.titr {
    max-width: 1120px;
    text-align: right;
    display: block;
    margin-right: auto;    
    margin-left: auto;
    margin-bottom: 10px;

}

.titr .big {    
    font-family: fonten2;
    font-size: 25pt;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 5px 10px;
    width:auto;    
    color: #1b7daa;
    text-decoration: none;
}

.titr .big a {
    font-size: 28pt;
    color: #1b7daa;
    text-decoration: none;
}

.titr .description {
    font-family: fontb;
    font-size: 12pt;
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px 5px 10px;
    width:auto;    
    color: #e9a807;
    
}.pagebanner {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.pagetitr {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    color: #1b7daa;
    font-size: 30pt;
    font-family: fontn;
}

.pagedescription {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    color: #e9a807;
    font-size: 14pt;
    font-family: fontb;
}

.pageimage {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;  
    padding: 5px;
}

.pageimage img {
    display: block;
    margin: auto;
    max-width: 90%;
    width: auto;
    height: auto;
}

.pagedate {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    color: #444444;
    font-size: 12pt;
    font-family: fontb;
    text-align: left !important;
}

.page {
    display: block;
    margin: 40px auto;
    max-width: 1200px;
    width: 90%;
    color: #444444;
    text-align: justify;
}

.linkdownload {
    padding: 5px;
    border-radius: 5px;
    background-color: #1b7daa;
    color: #fff;
    text-decoration: none;
    font-family: fontb;
}

.linkbutton {
    margin: 10px auto;
    padding: 5px;
    border-radius: 5px;
    background-color: #1b7daa;
    border: 0px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: fontb;
    font-size: 12pt;
}

.linkbuttonClicked {
    background-image: url('/staticfiles/images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
}

.textinput {
    vertical-align: top;
    margin: 10px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #444444;
    border-radius: 20px;
    padding: 6px;
    font-family: fontb;
    font-size: 12pt;
}

.textspan {
    vertical-align: top;
    margin: 10px;
    color: #1b7daa;
}
.pagegroupbanner {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.pagegrouptitr {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    color: #1b7daa;
    font-size: 30pt;
    font-family: fontn;
}

.pagegroupdescription {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    color: #e9a807;
    font-size: 14pt;
    font-family: fontb;
}

.pagegroupimage {
    display: block;
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
    padding: 5px;
}

.pagegroupimage img {
    display: block;
    margin: auto;
    max-width: 90%;
    width: auto;
    height: auto;
}
.pagegroups {
    position: relative;
    display: block;
    margin: 5px auto;
    max-width: 1200px;
    width: 90%;
    text-align: center !important;
}

.pagegroups .box {
    display: inline-block;
    margin: 15px;
    width: 300px;    
    vertical-align: top;
    border:1px solid #e8e8e8;
    background-color:#fff;
    border-radius: 5px;
}

.pagegroups .box .titr {
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center !important;
}

.pagegroups .box .titr img {
    display: inline-block;
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    margin: auto;
}

.pagegroups .box .titr a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 5px 2px 2px 2px;
    color: #febe29;
    font-size: 15pt;   
    text-decoration: none;
}

.pagegroups .box .explain {
    display: block;
    width: 90%;
    margin: 10px auto;
    color:#444444;
    line-height: 40px;
}

.pager {
    margin: 5px auto auto auto;
    width: 95%;
    text-align: center;    
    font-family: fontm; 
    display: block;
}

.pager label 
{
    margin: auto 5px;
    border: 1px solid #1b7daa;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #1b7daa;
    width: 30px;
    height: 25px;
    padding: 1px;
    font-family: fontb;
    font-size: 12pt;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.pager label.selectpager 
{
    margin: auto 5px;
    border: 1px solid #fb0165;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #fb0165;
    width: 30px;
    height: 25px;
    padding: 1px;
    font-size: 12pt;
    transition: all ease-in-out .3s;
}

.pager label:hover 
{
    background-color: #1b7daa;
    color: #fff;
}

.pager label.selectpager:hover 
{
    background-color: #fb0165;
    color: #fff;
}

/* For Loading */
#pagerLoader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    right: 0;
    margin: 0 auto;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: fontb, Tahoma, Verdana;
    font-size: 20pt;
    color: #797878;
    text-align: center;
    z-index: 100;
    border: 0px solid green;
}

#pagerLoader.show {
    display: flex;    
    align-content: center;
    align-items: center;
    justify-content: center;
}

#pagerLoader .load {
    border: 16px solid #d9d5d5;
    border-radius: 50%;
    border-top: 16px solid #4f8fab;
    border-bottom: 16px solid #4f8fab;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    display: block;
}

@-webkit-keyframes spinPager {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinPager {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.contactus {
    max-width: 1200px;
    width: 90%;
    display: block;
    margin: 20px auto;
}

.contactus .picgar {
    max-width: 500px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.contactus .form {
    max-width: 600px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;    
    min-height: 100px;
}


.contactus .form .row {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 8px auto;
}

.contactus .form .row span {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 72px;
    text-align: left;
    color: #1b7daa;
}

.contactus .form .row input[type=text] {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 280px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #444444;
    border-radius: 20px;
    padding: 6px;
    font-family: fontb;
}

.contactus .form .row textarea {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 270px;
    height: 100px;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #444444;
    border-radius: 20px;
    padding: 10px;
    font-family: fontb;
}

.contactus .form .row input[type=button] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px 20px;
    float: left;
    width: 220px;
    background-color: #1b7daa;
    border: 1px solid #1b7daa;
    color: #fff;
    border-radius: 5px;    
    font-size: 20pt;
    cursor: pointer;
    font-family: fontm;
}

.contactus .form .row .tSec {
    width: 160px !important;
    text-align: center !important;
    font-family: fontb;
}

.contactus .form .row .sec {
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
}
.articles {
    display: block;
    margin: 5px auto;
    max-width: 1200px;
    width: 90%;
    text-align: center !important;
}

.articles .box {
    display: inline-block;
    margin: 15px;
    width: 300px;    
    vertical-align: top;
    border:1px solid #e8e8e8;
    background-color:#fff;
    border-radius: 5px;
}

.articles .box .titr {
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center !important;
}

.articles .box .titr img {
    display: inline-block;
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    margin: auto;
}

.articles .box .titr a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 20px 2px 2px 2px;
    color: #febe29;
    font-size: 15pt;   
    text-decoration: none;
}

.articles .box .explain {
    display: block;
    width: 90%;
    margin: 10px auto;
    color:#444444;
    line-height: 40px;        
}


.articles .box .download {
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center !important;
}

.articles .box .download img {
    display: inline-block;
    vertical-align: middle;
    max-width: 256px;
    max-height: 256px;
    margin: auto;
}

.articles .box .download a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 5px 2px 2px 2px;
    color: #febe29;
    font-size: 15pt;   
    text-decoration: none;
}

.know {
    max-width: 1100px;
    width: 90%;
    display: block;
    margin: 100px auto;
    text-align: center;
}

.know h2 {
    width: 99%;
    display: block;
    margin: 5px auto;
    color: #1b7daa;
    font-family: fontenc;
    font-size: 25pt;    
}

.know p {
    color:#444444;
    display: block;
    margin: 20px auto;
    width: 99%;
    font-size: 16pt;
    text-align: justify !important;
}

.know a {
    background-color: #1b7daa;
    border-radius: 30px;
    width: 200px;
    padding: 8px;
    display: block;
    margin: 15px;
    float: left;
    color:#fff;
    font-family: fontbt;
    text-decoration: none;
    text-align: center;
}
.question {
    margin: auto;
    width: 100%;
    display: block;
    margin: 5px auto;
    text-align: center;
    background-color: #fcfcfc;
}

.question .picgar {
    max-width: 600px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.question .form {
    max-width: 600px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;    
    min-height: 400px;
}

.question .form .row:first-child {
    margin-top: 50px !important;
}

.question .form .row {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 15px auto;    
}

.question .form .row span {
    display: inline-block;
    margin: 5px;    
    width: 72px;
    text-align: left;
    color:#0c426f;
}

.question .form .row input[type=text] {
    display: inline-block;
    margin: 5px;    
    width: 280px;    
    background-color:#e6e6e6;
    border:1px solid #fff;
    color: #515151;
    border-radius: 5px;
    padding: 6px;
}

.question .form .row input[type=button] {
    display: inline-block;
    margin: 45px 5px 5px 20px;    
    float: left;
    width: 220px;    
    background-color:#f6b829;
    border: 1px solid #f6b829;
    color:#fff;
    border-radius: 40px;
    font-family: fontm;
    font-size: 20pt;
    cursor: pointer;
}.news {
    max-width: 1100px;
    width: 90%;    
    display: block;
    margin: 5px auto;
    text-align: center;    
}

.news .box {
    max-width: 500px;
    min-width: 150px;
    width: 96%;
    max-height: 250px;    
    overflow: hidden;
    display: inline-block;
    margin: 10px 10px 10px 10px;    
    text-align: center !important; 
    border: 0px solid #e8e8e8;
    border-radius: 5px;
    padding: 1px;
}

.news .box .titr {
    display: block;
    width: auto;
    margin: 10px 5px 2px 5px;    
    border: 0px solid blue;
    
}

.news .box .titr a {    
    color: #febe29;
    font-size: 15pt;
    text-decoration: none;
    border-bottom: 1px solid #febe29;
}

.news .box .explain {
    display: block;
    width: auto;
    margin: 10px 2px 2px 2px;    
    padding: 2px;
    color: #444444;    
    text-align: justify !important;
    border: 0px solid blue;
    min-height: 150px;
}

.news .box .explain img {
    display: block;      
    max-width: 150px;
    margin: 5px;
    width: 100%;
    border: 1px solid #e8e8e8;    
    float: right;
}

.news .box .continue {
    display: block;
    width: 98%;
    border: 0px solid red;
    text-align: left;
}

.news .box .continue a {
    color: #febe29;
    font-size: 14pt;
    text-decoration: none;
    border-bottom: 0px solid #febe29;
    transition: all ease-in-out .3s;
}

.news .box .continue a:hover {
    border-bottom: 1px solid #febe29;
}

@media only screen and (max-width: 1000px) {
    .news .box .explain {
        font-size: 12pt !important;
    }

    .news .box .explain img {
        max-width: 100px !important;    
    }
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
