/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
 @media(max-width:1023px) {
.touch-side-swipe {
display: none;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.tss .touch-side-swipe {
display: block;
overflow-y: overlay;
}
.tss {
z-index: 9999;
position: fixed;
top: 0;
left: 0;
height: 100%;
will-change: transform;
transition-property: transform;
transition-timing-function: ease;
}
.tss-wrap {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.tss-label {
z-index: 99999;
position: absolute;
top: -1px;
right: -44px;
width: 44px;
height: 44px;
display: block;
cursor: pointer;
}
.tss-label_pic {
position: relative;
display: inline-block;
vertical-align: middle;
font-style: normal;
text-align: left;
text-indent: -9999px;
direction: ltr;
box-sizing: border-box;
transition: transform .2s ease;
}
.tss-label_pic:after, .tss-label_pic:before {
content: '';
pointer-events: none;
transition: transform .2s ease;
}
.tss--close .tss-label_pic {
color: #000;
width: 30px;
height: 4px;
box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
margin: 15px 7px;
}
.tss--close .tss-label_pic:after {
position: absolute;
transform: translateY(4px);
color: #fff;
width: 30px;
height: 3px;
box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
top: 0;
left: 0;
}
.tss--open .tss-label_pic {
color: #fff;
padding: 0;
width: 40px;
height: 40px;
margin: 2px;
transform: rotate(45deg);
}
.tss--open .tss-label_pic:before {
width: 40px;
height: 2px;
}
.tss--open .tss-label_pic:after {
width: 2px;
height: 40px;
}
.tss--open .tss-label_pic:after, .tss--open .tss-label_pic:before {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-shadow: inset 0 0 0 32px;
}
.tss-bg {
background: #000;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
will-change: opacity;
transition-property: opacity;
transition-timing-function: ease;
}
}
/*videostyle*
.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled
{
  opacity: 0.2;
  
}

/* Zoom In on hover */
.vid-thumb {
	overflow: hidden;
	display: block;
	width: auto;
}
.vid-thumb img {
	display: block;
}
.swiper-slide:hover .desc {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.vid-thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.vid-thumb:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
/* #####################
      SWIPER STYLES
#######################*/
.swiper-container-videos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	position: relative;
	top: 0px;
}
.swiper-container-videos .swiper-slide a {
	text-decoration: none;
	font-size: 14px;
	color: #1f2f3c;
}
@media only screen and (max-width: 800px) {
 .swiper-container-videos .swiper-slide a {
 font-size: 11px;
 line-height: 14px;
}
}
.swiper-container-videos .selected.swiper-slide a .desc {
	color: #721e2e;
	font-weight: bold;
}
.swiper-container-videos .selected {
	border-bottom: 1px solid #c4c4c4;
}
/*  
slidesPerView: "auto" so the width of each slide set by CSS */
.swiper-container-videos .swiper-slide {
	max-width: auto;
	width: 36%;
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.swiper-container-videos .swiper-slide a .desc {
	margin-top: 3px;
	margin-bottom: 3px;
}
.swiper-container-videos .swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper-pagination-bullet-active {
	background: #b4234c;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
#Frames, .Frame {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.Frame {
	display: inline-block;
	padding: 40px;
	border-width: 20px;
	border-style: solid;
	border-color: #014d80 #014d80 #014d80 #014d80;
	background: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E4DF), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #ede8be);
	background-image: -moz-linear-gradient(#fff, #ede8be);
	background-image: -o-linear-gradient(#fff, #ede8be);
	background-image: linear-gradient(#fff, #ede8be);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .6), 0 5px 2px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, .8);
	position: relative;
	overflow: hidden;
}
.Frame::before {
 content: "";
 position: absolute;
 top: -175px;
 right: -20%;
 width: 400px;
 height: 400px;
 transform: rotateZ(-40deg);
 -webkit-transform: rotateZ(-40deg);
 -moz-transform: rotateZ(-40deg);
 -o-transform: rotateZ(-40deg);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 0)));
 background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 background-image: -o-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
}
.Frame img {
	border-width: 2px;
	border-style: solid;
	border-color: #BBBAB4 #C7C7BF #E5E4DF #C7C7BF;
	box-shadow:  0 -1px 1px rgba(0, 0, 0, .1), 0 1px 1px 1px rgba(255, 255, 255, .7);
}
.pricingTable1 {
	text-align: center;
	background: #014d80;
	padding-top: 5px;
	transition: all 0.5s ease-in-out 0s;
}
.pricingTable1 > .pricingTable1-header {
	color:#fff;
	background: #0e202c;
	height: 215px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.pricingTable1 > .pricingTable1-header:after {
	content: "";
	border-bottom: 40px solid #2c7eb6;
	border-left: 263px solid transparent;
	position: absolute;
	right:0px;
	bottom: 0px;
}
.pricingTable1:hover .pricingTable1-header {
	height: 230px;
	transition: all 0.5s ease 0s;
}
.pricingTable1-header > .heading {
	display: block;
	padding: 20px 0;
}
.heading > h3 {
	margin: 0;
	text-transform: uppercase;
}
.pricingTable1-header > .price-value {
	display: block;
	font-size: 60px;
	line-height: 60px;
}
.pricingTable1-header > .price-value > .mo {
	font-size: 14px;
	display: block;
	line-height: 0px;
	text-transform: uppercase;
}
.pricingTable1-header > .price-value > .currency {
	font-size: 24px;
	margin-right: 4px;
	position: relative;
	bottom:30px;
}
.pricingTable1 > .pricingContent {
	text-transform: uppercase;
	color:#fff
}
.pricingTable1 > .pricingContent > ul {
	list-style: none;
	padding: 0;
}
.pricingTable1 > .pricingContent > ul > li {
	padding: 15px 0;
	border-bottom: 1px solid #216390;
}
.pricingTable1 > .pricingContent > ul > li:last-child {
	border: 0px none;
}
.pricingTable1-sign-up {
	padding: 30px 0;
}
.pricingTable1-sign-up > .btn-block {
	width: 80% !important;
	margin: 0 auto;
	background: #273238;
	border:2px solid #fff;
	color:#fff;
	padding: 15px 12px;
	text-transform: uppercase;
	font-size: 18px;
}
.pricingTable1-sign-up > .btn-block:hover {
	opacity: 0.9;
}
.pink {
	background: #ed687c;
}
.pink .pricingTable1-header:after {
	border-bottom-color: #ed687c;
}
.orange {
	background: #e67e22;
}
.orange .pricingTable1-header:after {
	border-bottom-color: #e67e22;
}
.blue {
	background: #3498db;
}
.blue .pricingTable1-header:after {
	border-bottom-color: #3498db;
}
@media screen and (max-width: 1200px) {
 .pricingTable1 > .pricingTable1-header:after {
 border-left: 215px solid transparent;
}
}
@media screen and (max-width: 990px) {
 .pricingTable1 {
 margin-bottom: 20px;
}
 .pricingTable1 > .pricingTable1-header:after {
 border-left: 349px solid transparent;
}
}
@media screen and (max-width: 480px) {
 .pricingTable1 {
 overflow: hidden;
}
 .pricingTable1 > .pricingTable1-header:after {
 border-left: 459px solid rgba(0, 0, 0, 0);
}
}
.hover-zoom:hover img, .hover-zoom:hover video {
	transform: scale(1.05);
}
.hover-zoom img, .hover-zoom video {
 transition: all .3s linear;
}
.tabs-buttons {
	height: auto;
	box-shadow: inset 0 -2px #e6e6e6;
}
.tabs-buttons .swiper-slide {
	width: auto;
	height: auto;
	padding: 5px 20px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.tabs-buttons .active-tab {
	opacity: 1;
	border-bottom-color: #2396f1;
}
