/* animations */
.tada { animation: tada_3399 2s linear infinite; transform-origin: 50% 50%; } 
@keyframes tada_3399 { 0% { transform: scale(1) } 7.69231% { transform:scale(.9) rotate(-8deg) } 15.38462% { transform:scale(.9) rotate(-8deg) } 23.07692% { transform:scale(1.3) rotate(8deg) } 30.76923% { transform:scale(1.3) rotate(-8deg) } 38.46154% { transform:scale(1.3) rotate(8deg) } 46.15385% { transform:scale(1.3) rotate(-8deg) } 53.84615% { transform:scale(1.3) rotate(8deg) } 61.53846% { transform:scale(1) rotate(0) } 100% { transform:scale(1) rotate(0) } }
/* /animations */

.mainbannerblock, .bannerslide { 
	font-family: 'open sans', sans-serif;
	position: relative;
    z-index: 3;
}
.mainbannerblock { margin-bottom: 30px; }
.bannerslide { margin-bottom: 25px; }
.mainbannerblock.nm { margin-bottom: 0; }
@media all and (max-width: 768px) {
	.mainbannerblock { 
		margin-bottom: 0;
	}
	/* .swiper-container {display:none;} */
}
.bannerTitle2 {
	font-size: 32px;
    text-transform: uppercase;
    color: #9f443f;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans Condensed',sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
.bannerTitle {
	font-size: 32px;
    text-transform: uppercase;
    color: #9f443f;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans Condensed',sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
.bannerTitle .btitle {
    *float: left;
    background: #fff;
    padding-right: 25px;
	position: relative;
	z-index: 1;
}
.bannerTitle .bline {
    border-bottom: 1px solid #c7c7c7;
    position: absolute;
    left: 25px;
    right: 15px;
    z-index: 0;
    bottom: 7px;
	display: none;
}
.banner a, .banner .img {
    display: block;
	position: relative;
	text-align: center;
	/* overflow: hidden; */
}
.banner .img { 
	overflow: hidden;
}
.banner1 img { 
	/*width:80%;*/
}
.banner1.banner.mobile {
    display: none;
}
.banner1 .swiper-button-next {
    right: 25px;
}
.banner1 .swiper-button-prev {
    left: 25px;
}
.banner1 .swiper-pagination {
    bottom: -30px;
}
@media all and (max-width: 1200px) {
	.banner1 img { 
		width:100%;
	}
}
@media all and (max-width: 780px) {
	.banner1.banner.mobile {
		/*display: block;*/
		max-width: 100%;
		margin-bottom: 7px;
	}
	.banner1.banner {/*display: none;*/}
	.bannerTitle {display:none;}
    .banner1 .swiper-button-next {transform: scale(0.4); right: 5px;}
  	.banner1 .swiper-button-prev {transform: scale(0.4); left: 5px;}
}
.banner1 .swiper-button-next::before {
    font-family: 'VPFrameworkIcon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #333;
    content: "\edbb";
    position: absolute;
    left: 28%;
    top: 28%;
    font-size: 27px;
}
.banner1 .swiper-button-prev::before {
    font-family: 'VPFrameworkIcon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #333;
    content: "\edc3";
    position: absolute;
    left: 28%;
    top: 28%;
  	font-size: 27px;
}
.banner1 .swiper-button-next, .banner1 .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
}
.banner1 svg {
    width: 30px;
    height: 30px;
    transform: translate(-40%, -45%);
}
.banner img { 
	margin: 0 auto;
	transition: transform .25s linear;
}
a.ny20 {
    position: absolute;
    width: 266px;
    height: 231px;
    top: 53%;
    left: calc(41% - 100px);
	z-index: 5;
}

a.ny15 {
    position: absolute;
    width: 266px;
    height: 231px;
    top: 53%;
    left: calc(59% - 100px);
	z-index: 5;
}
@media (max-width: 1440px) {
	.ny20 img, .ny15 img {
		max-width: 70%;
	}
}
@media (max-width: 1000px) {
	.ny20 img, .ny15 img {
		max-width: 55%;
	}
}

.banner .img.scale:hover img {
	transform: scale(1.02);
}
.bannerbtn:hover {
	transform: scale(1.05);
}
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner .bannertitle {
    display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	font-weight: bold;
}
.banner .bannerdesc {
    display: block;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
}
.bannerbtn {
	font-family: 'Open Sans', sans-serif;
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	background: #414141;
	box-shadow: 0px 0px 10px 0px #444;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	max-width: 375px;
	margin-top: 10px;
	height: 35px;
    line-height: 35px;
    text-align: center;
	text-transform: uppercase;
	transition: all .2s ease-in;
}
.bannerbtn:hover {
	background: #bee5fe;
	color: #000;
	animation: 0;
}

.bnbtn .bannertitle { margin-top: 0; }

/* banners1 */
.banner1 .bannerbtn {
    position: absolute;
    top: 44%;
    width: 200px;
    left: calc(50% - 100px);
}


/* /banners1 */

/* banners7 */
.banner7block {
    position: absolute;
    top: 65px;
    right: 100px;
    width: 280px;
    background: rgba(255, 255, 255, 50);
    bottom: 65px;
    padding: 32px 22px;
	display: none;
}
.banner7 img { width: 100%; }
.banner7 .bannertitle {
    font-weight: normal;
    margin-top: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.1em;
	line-height: 24px;
}
.banner7 .bannerdesc {
    letter-spacing: 0.1em;
    font-size: 15px;
    margin-top: 15px;
	line-height: 20px;
}
.banner7 .bannerdesc span { display: block; }
.banner7 strong {
    margin: 18px 0;
	font-weight: bold;
    display: block;
}
/* /banners7 */

.custom_lpmargin {
    margin-top: 30px;
}
.custom_lpmargin p {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "PT Sans";
    letter-spacing: -1px;
	padding: 0 14px;
}
.custom_lpmargin img {
    margin: 0 auto;
}
@media (max-width: 992px) {
	.custom_lpmargin {
		margin-top: 10px;
	}
	.custom_lpmargin p {
		font-size: 14px;
	}
}