
    .spinner {
        width: 70px;
        text-align: center;
        position: absolute;
        left: 45%;
        top: 45%;
		z-index:0;
    }
	
	.css3-spinner>div{
		position:inherit !important;
	}

    .spinner>div {
        width: 18px;
        height: 18px;
        background-color: #e8791e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    @-webkit-keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1.0)
        }
    }

    @keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }

    #overlay_spinner {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99999;
        cursor: pointer;
    }

    #overlay_text {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 33%;
        font-weight: bold;
        font-size: 21px;
    }

    @media (max-width: 720px) {
        #overlay_text {
            font-size: 15px !important;
            font-weight: normal !important;
            line-height: 20px !important;
        }
    }

/************---FLIP CARD STYLES STARTS---***************/
.col-flipbox2{
	padding-bottom:21px;
}
.flip-card2 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-card-front2,
.flip-card-back2 {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.flip-card-back2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
	display:flex;
	flex-flow: column;
	justify-content: center;
	padding:6px;
	border: 1px solid #e2e2e2;
}

.flip-card-back2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-front2,
.flip-card2:hover .flip-card-back2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card2:hover .flip-card-front2 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-back2 h3 {
    text-align: center;
    color: #000;
    font-size: 21px;
	line-height: 31px;
    font-weight: 400;
}

.flip-card-back2 p {
    text-align: center!important;
    color: #FFF;
    font-size: 14px;
    padding-top: 14px
}

.flip-card-back2 i {
    padding: 4px 8px;
    color: #FFF;
    font-size: 20px;
    background-color: #000;
    border-radius: 4px
}

.flip-card-back2 i:hover {
    background-color: #FFF;
    color: #000
}
.flip-card-back2 a {
    padding: 4px 8px;
    color: #FFF;
    font-size: 20px;
	font-weight:300;
    background-color: #e8791e;
    border-radius: 4px;
	width: fit-content;
	margin: 10px auto 0 auto;
	text-decoration:none;
}

.flip-card-back2 a:hover {
    background-color: #ff7300;
    color: #fff
}
.flip-newbox2 {
    float: left;
    width: 100%;
    margin: 0
}
	.wep {
     background: linear-gradient(to top left, #cc0000 0%, #ff0000 100%);
}
	#grad1 {
    /*height: 130px;*/
    width: 100%;
    background-color: #1fc8db;
	background: linear-gradient(to bottom right, #014c4c 0%, #013030 100%);
    color: white;
    opacity: 0.95;
	padding:18px 8px;
}
/*@media(min-width:992px) {
    .col-flipbox1 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 25.333333%;
        float: left;
        width: inherit;
        padding: 0;
        margin: 0 8px
    }
}*/
@media(max-width:1199px) {
	.flip-card-back2 h3 {
        font-size: 18px !important;
		line-height:24px;
    }
	.flip-card-back2 a{
		font-size:16px;
		margin-top: 19px !important;
	}
}
@media(max-width:720px) {
    .col-flipbox2 {
        /*max-width: 47%;*/
        float: left;
        width: inherit;
        padding: 0;
        margin: 4px
    }
    .flip-card-front2 {
        height: 100%;
        padding: 0px;
        margin-bottom: 13px;
		display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .flip-card-back2 {
        height: 100%;
        padding: 0px 10px;
        margin-bottom: 13px;
		display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .flip-card-back2 h3 {
        font-size: 18px !important;
		line-height:24px;
    }
    .flip-card-back2 p {
        font-size: 12px
    }
	.flip-card-back2 a{
		width:fit-content;
		margin:0 auto;
		font-size:16px;
		margin-top: 19px !important;
	}
}

.events .entry,
.ievent {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 3px solid #eee;
    height: 100%;
    min-height: 188px;
}
.events .entry:after {
    display: none !important;
}
.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 9px;
    font-size: 26px;
    line-height: 1;
}
.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
.ievent .entry-image {
    width: 30%;
    margin-right: 20px;
}
.ievent .entry-title h2 {
    font-size: 18px;
}
.entry {
    position: relative;
    margin: 0 0 50px;
}
.entry:after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #f5f5f5;
}
.entry-image {
    margin-bottom: 10px;
}
.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.entry-image iframe {
    display: block;
}
.entry-image video {
    display: block;
    width: 100%;
}
.entry-image img {
    border-radius: 3px;
}
.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-title h2 a {
    color: #333;
}
.entry-title h2 a:hover {
    color: #de0010;
}
.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}
.single-post .entry-meta {
    margin-bottom: 20px;
}
.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: "Crete Round", serif;
    font-style: italic;
}
.entry-meta li:before {
    content: "/";
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}
.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}
.entry-meta li a {
    color: #999;
}
.entry-meta li a:hover {
    color: #de0010;
}
.entry-meta li:first-child:before {
    display: none;
}
.entry-meta li ins {
    font-weight: 700;
    text-decoration: none;
}
.entry-c {
    position: relative;
    overflow: hidden;
}
.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
	width:100%;
    max-width: 186px;
    margin: 0 30px 0 0;
}
.small-thumbs .entry-image img,
.ievent .entry-image img {
    border-radius: 0;
}
.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
    border-radius: 5px;
}
.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.sale-flash-New02 {
	font-size:16px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 6px 10px;
    background-color: #de0010;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 2px;
    z-index: 5;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*****************----NEW STYLE 1 CSS ENDS----*****************/

#myFooter {
  width: 100%;
  background-color: #3e3d3d;
  float: left;
}
.myFooterHolder {
  /*width: 980px;*/
  margin: auto;
}

.myFooterHolder p {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #b7b6b6;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  color: #FFF;
}
.myFooterHolder p a{
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #FFF;
}
.myFooterHolder p a:hover {
  color: #fff;
  text-decoration: none;
}
.myFooterHolder p a {
  color: #b7b6b6;
  text-decoration: underline;
}
