/* CSS Document */

.black_bg{
	background-color: #000000;
}

.icons{
	max-width: 60px!important;
	text-align: center;
}

/*XS*/
@media (max-width:768px){	
	.icons{
		max-width: 40px!important;
	}
}


a:focus {
  outline: none;
}
button:focus {
    outline: 0 none;
}
.swiper-container {
    width: 100%;

}
.noMarginBottom{
	margin-bottom: 0px;
}
.swiper-slide {
    text-align: center;
    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 {
	margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background:#FF0004;
}

.swiper-pagination{
	position: relative;
}



.slider_caption{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 150px;
	width: 100%;
	padding: 0px 150px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	z-index: 1;
}


/*XS*/
@media (max-width:768px){
	
	.slider_caption p{
		display: none;
		padding: 0px;
	}
	
	.slider_caption {
		height: 40px;
		padding: 0px;
	}
	.fullBleedXS{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*SM*/
@media (min-width: 769px) and (max-width:992px){

	.slider_caption{
		height: 120px;
		font-size: 12px;
	}
}


 .partner_container {
	 position: relative;
	 width: 100%;
 }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}

/*XS-LG*/
@media (max-width: 1300px){
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 10px;
		right: auto;
	}
}


.productSupportIcons{
	font-size: 30px;
}

.productSupportIcons i{
	padding: 10px;
}



.vegas-pro-feature_bg{
	position: relative;
	background-image: url(../Products/software/u-smart/vegas_pro/vegas-pro-15-was-ist-neu-plug-in-background-int_14.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	color: #FFFFFF;
}

.ContactsFormPadding{
	padding:0px 20px;
}

/*  Same height for all collum */
.row-eq-height {
    display:-webkit-flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
	

}

.row-eq-height:after, .row-eq-height:before{
  display: none;
}

.row-eq-height a {

    display:block;
}




.row-eq-height .subcontentEnd {
  align-self: flex-end;
}

.read-more_algin {
    align-self:flex-end;
    margin: 0 auto;
    padding-top: 20px;
}


@media only screen and (max-width: 992px) {

    .read-more_algin {
        padding-top: 10px;
    }
}


/*  Same height for all collum */

/* ===========================  filter gallery ==============================================*/

img{
	width: 100%;
}


.portfolioFilter {
   display: flex;
   flex-wrap:wrap;
   justify-content:center;
   padding-bottom: 30px;
}


.portfolioFilter .current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}

.portfolioContainer {
	width: 100%;
}

.portfolioContainer .thumbnailGallery{
	width: calc(25% - 0px);
	cursor: pointer;
}



/*XXS*/
@media (max-width: 480px) {
	.portfolioContainer .thumbnailGallery{
		width: 100%;
	}
}
/*XS*/
@media (min-width: 481px) and (max-width:768px){
	.portfolioContainer .thumbnailGallery{
		width: calc(50% - 0px);
	}
}
/*SM*/
@media (min-width: 769px) and (max-width:992px){
	
}
/*MD*/
@media (min-width: 993px) and (max-width:1200px){
	
}





.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}






.pswp__preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:auto;
}


.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}

.iridescent_experiences{
	background-image: url("../Products/hardware/Sphero/bolt/bg.jpg");
}

a.button-apple-white {
    background-image: url("../Products/hardware/Sphero/bolt/aapple-play-white.png");
	background-repeat: no-repeat;
    width: 159px!important;
    height: 52px;
    display: block;
    float: left;
    margin-right: 20px;
    background-size: contain;
}

a.button-google-white {
    background-image: url("../Products/hardware/Sphero/bolt/agoogle-play-white.png");
	background-repeat: no-repeat;
    width: 159px!important;
    height: 52px;
    display: block;
    float: left;
    background-size: contain;
}
/*MD*/
@media (min-width: 993px) and (max-width:1200px){
	a.button-apple-white {
		width: 140px!important;
	}
	
	a.button-google-white {
		width: 140px!important;
	}		
}
/*SM*/
@media (min-width: 768px) and (max-width:992px){
	a.button-apple-white {
		width: 120px!important;
	}
	
	a.button-google-white {
		width: 120px!important;
	}	
}
@media (max-width:767px){
	a.button-apple-white {
		width: 110px!important;
	}
	
	a.button-google-white {
		width: 110px!important;
	}
}



/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_item {
  align-self: flex-end;
}
