
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 50px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 50px;
    }
}


/* ++++++++++++++++++++++++++++++++++++++++++
Swiper Slider
+++++++++++++++++++++++++++++++++++++++++++ */

.swiper-container {
    width: 100%;
   /* min-height: 300px;*/
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.swiper-slide .slide-text {
    font-size: 2.5vmin;
    max-width: 1170px;
    line-height: 1.3;
    padding: 0px 60px;
    color: #ffffff;
    z-index: 9;
	width: 100%;
}


.swiper-slide .slide-text h1 {
    font-size: 8vmin;
}
.swiper-slide .slide-text h2 {
    font-size: 5vmin;
}
.swiper-slide .slide-text h3 {
    font-size: 4vmin;

}
.swiper-slide .slide-text h4 {
    font-size: 3vmin;
}
.swiper-slide .slide-text h5 {
    font-size: 2vmin;
}
.swiper-slide .slide-text h6 {
    font-size: 2vmin;
}
.slide-text hr {
	border: 1px none;
	height: 1px;
}

@media (max-width: 668px) {
    .swiper-slide .slide-text {
        font-size: 5vmin;
    }
.calendar-month {font-size: 6vmin;}
.calendar-prev > a, .calendar-next > a {padding: 0px !important;background: transparent !important;}
.spiffy .calendar-next a, .spiffy .calendar-prev a {margin: 10px;}
.article, .all-rev {padding:0px;border:0 none;background: transparent;}
}


@media only screen and (max-width: 600px) {
.slide-text a.buttonanim {padding: 10px 15px;}
.buttonanim {padding: 10px 15px;}
}


@media only screen and (max-width: 737px) {
.swiper-pagination {display:none;}
.slide-text a.buttonanim {font-size: 4vmin !important;}
}

@media only screen and (min-width:669px) and (max-width: 737px)  {

.swiper-slide .slide-text h1 {
        font-size: 8vmin;
    }
.swiper-slide .slide-text {
        font-size: 7vmin;
    }}
@media (max-width: 200px) {
    .swiper-slide .slide-text {
        font-size: 4vmin;
    }
}


 


.buttonanim-small:hover {
    
border-color: transparent !important;
border: 0 none;
}

.buttonanim > span {margin-top: 1px;}
/* ++++++++++++++++++++++++++++++++++++++++++
Gold buttons
+++++++++++++++++++++++++++++++++++++++++++ */

.buttonanim-small  input[type="submit"]:hover  {
    background: #cc3366;
color: #ffffff !important;
border-color: transparent !important;
border: 0 none;
font-weight: 400;
font-family: 'Oswald', sans-serif;
}

.slide-text a {
    opacity: 0.8;
    font-family: 'Open Sans', sans-serif;
    background: #46b8da;
    border-radius: 3px;
    padding: 11px 43px;
    color: #fff;
    font-size: 15px;
	
}
.slide-text .buttonanim:hover {
    background: #fff none repeat scroll 0 0;
    text-shadow: none;
    color: #000;
}
.slide-text .h1, .slide-text .h2, .slide-text .h3, .slide-text .h4, .slide-text .h5, .slide-text .h6, .slide-text h1, .slide-text h2, .slide-text h3, .slide-text h4, .slide-text h5, .slide-text h6 {
	font-family: "Oranienbaum",serif;
	color: #ffffff;
}

 .slide-text .fancy-head > h1:before,
.slide-text .fancy-head > h1:after {
    background: rgba(255, 255, 255, .35);
}