/* =============================
Name : style.css
Version 1.0
================================
01.Theme default css
02.Header Area
03.footer Area
04.index Area
05.product-list Area
06.product Area
07.media screen Area
/*=============================*!*/
/*01.Theme default css*/
.copy-right {
    background-color: #3a3a3a;
    border: 1px solid rgba(160, 160, 160, .28);
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.copy-right p {
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0;
}

.copy-right a {
    color: #11fc0b;
}


.font-weight-bold {
    font-weight: bold !important;
}
.hover-unset:hover{
    opacity: .5;
}
.cursor-pointer{
    cursor: pointer;
}
.dir-ltr{
    direction: ltr;
}
a {
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}

footer{
    /*background:#163a5c;*/
    line-height: 28px;
}
.text-title-footer{
    text-align: right;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    margin: 10px 0px;
    border-bottom: 1px dashed rgba(167, 167, 167, .2);
}

.hidden {
    display: none;
}

/*.menu-item a {*/
/*    border-bottom: 2px solid #373fd7;*/
/*    color: #373fd7;*/
/*}*/
.footer1 .border-top-dark {
    border-top: 2px solid #23233c;
    border-bottom: 2px solid #23233c;
}

#layout div footer section div div:nth-child(3) p{

    margin-bottom: 2%;
}

/* start modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    padding-top: 10px
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 760px    ;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-nav{
    margin: 0 auto;
    text-align: center;
    width: 40%;
}
.modal-nav ul{
    display: table;
}
.modal-nav li{
    float: right;
    padding: 0 8px 6px 8px;
    margin-left: 4px;
    border-bottom: solid 4px #1167A4;
    color: #1167A4;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.modal-nav li.disable{
    border-bottom: solid 4px #aeaeae;
    color: #8d8d8d;
}

.modal-content-wrapper{
    margin: 10px;
    padding: 10px;
}
.modal-content-wrapper div{
    text-align: right;
    width: 60%;
    margin: 0 auto;
}
.modal-nav {
    width: 100%;
}
.modal-content-wrapper {
    padding: 10px 0;
    margin: 10px 0;
}
.modal-content-wrapper div {
    width: 100%;
}
.close {
    color: #666666;
    float: left !important;
    font-size: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #000000;
    height: 34px;
}
.modal-body {padding: 8px 16px;text-align: center}
.live-modal .modal-header {
    border-bottom: none;
}
/* end modal */
