.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}
ul.numberic-ul{
    list-style-type: decimal;
}

.image_absolute {
	background:url(../../images/uploads/page/TCM_paket-promo.jpg) no-repeat center left;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}
.modal-dialog{
	max-width:80%;
}
#loginModal ul li, #loginModal ol li{
    margin-bottom:15px;
}
#closebtn{
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #555;
    z-index:999;
    font-weight:600;
}
h4 a{
    font-size:15px;
    text-decoration:none;
}
.goldtitle{
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    color: #b68a45;
}
#st-1.st-has-labels .st-btn.st-remove-label{
    max-width:35px;
}
.maxw-300{
    max-width:320px;
}
#content .single-post ol{
	padding-left: 0px! important;
}
.desc-format table th{
    text-align:center;
}

#content .single-post .desc-format table ol, #content .single-post .desc-format table ul{
   padding-left: 20px ! important;
}

/*custom.css*/
.news_image {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
.product_price{
    font-size:16px;
    margin-bottom:10px;
}
a.news_enquiry_button img.enquiry-normal {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
}
a.news_enquiry_button img.enquiry-hover {
    display: none;
    margin-right: 5px;
    width: 20px;
}
a.news_enquiry_button:hover img.enquiry-hover {
    display: inline-block;
}
a.news_enquiry_button:hover img.enquiry-normal{
    display: none;
}
.news_container2 .news_grid2 .news_title, .news_container2 .news_title, .news_title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 45px;
    text-align: left;
    overflow: hidden;
    text-decoration: none ! important;
    font-family: Futura hv bt, sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.news_enquiry_button {
    color: #ac8c5e;
    display: block;
    font-size: 16px;
    font-family: Futura BT Medium, sans-serif;
    text-align: center;
    border: 1px solid #ac8c5e;
    text-decoration: none ! important;
    padding: 8px 20px;
}
a.news_enquiry_button:hover {
    text-decoration: none ! important;
    background: #ac8c5e;
    color: #fff;
}
.news_container2 .news_grid2 .news_title a, .news_container2 .news_title a, .news_title a {
    color: #555;
}

.flexslider img{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.11);
}
span.red{
   color:#ff0100; 
}
#currency{
	margin-left: 30px;
	padding: 5px 10px;
}
.flex-control-nav.flex-control-thumbs li img{
	display: block;
    width: 100% !important;
    height: auto !important;
}
.flex-control-nav.flex-control-thumbs li{
	display: block;
    width: 24.4% !important;
    height: auto !important;
    margin: 0 2px 2px 0;
    border: 1px solid #ddd;
    float: left;
}

.pricebox ins{
    padding-left: 15px;
    font-size: 25px;
    letter-spacing: -0.5px;
    font-family: Futura hv bt, sans-serif;
    text-decoration: none;
}
.pricebox{
    font-size:20px;
}

.pricebox del{
     color: #e92829;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display:block;
}
.owl-carousel .owl-nav .owl-prev{
    left:-30px;
    background: #fff;
    border: 1px solid #555 ! important;
    color: #555 ! important;
}
.owl-carousel .owl-nav .owl-next{
    right:-30px;
    background: #fff;
    border: 1px solid #555 ! important;
    color: #555 ! important;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #947549 !important;
    color: #fff ! important;
    border: 1px solid #947549 ! important;
    text-decoration: none;
}


/*end custom.css*/

@media screen and (max-width:991px){
   .modal{
       max-width:95%;
       max-height:95%;
       margin-top:auto;
       margin-bottom:auto;
       margin-left: auto;
       margin-right: auto;
   } 
}
@media (min-width: 768px){
   h1.font30{
	    font-size:30px;
	} 
}
@media screen and (max-width: 767px){
    
    .package-title{
        min-height:0px;
    }
    
    .modal-content{
        max-width:100%;
        width:100%;
    }
    .pricebox, #thisProdPrice {
        font-size: 18px! important;
    }
}

@media (max-width:479px){
    .owl-carousel .owl-nav .owl-prev{
        left:-10px;
    }
    .owl-carousel .owl-nav .owl-next{
        right:-10px;
    }
}