.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

html,
body {
 margin:0;
 padding:0;
 height:100%;
 font-family: 'Raleway', Verdana, Arial, Sans-Serif;
}

#container {
 min-height:100vh;
 position:relative;
 width: 100%;
 background-color: #fff;
 position: relative;
 padding-bottom: 300px;
}

.topHome {
  width: 100%;
  max-width: 1280px;
  min-height: 70vh;
  margin: 0 auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 110px;
  justify-content: space-between;
}

.topHomeLeft {
  width: 50%;
}

.topHomeRight h1 {
  width: 100%;
  line-height: 180%;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
}

.topHomeRight {
  width: 50%;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: white;
}

.topHomeImages {
  padding-top: 80px;
}

.topHomeImages img {
  width: 45%;
}

.imageOne {
  transform: rotate(-10deg)translateX(20px);
  -webkit-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  -moz-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
}

.imageTwo {
  transform: rotate(5deg) translateX(-10px);
  -webkit-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  -moz-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
}

.imageThree {
  transform: rotate(5deg) translateX(-25px);
  -webkit-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  -moz-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
}

.bottomHome {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  text-transform: uppercase;
  align-items: center;
  color: white;
}

.bottomHome h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}


.bottomHome h3 {
  font-size: .6em;
  margin-bottom: 20px;
}
.bottomHome h3 a {
 color: #282828;
}

.bottomHome h2 a {
  color: #282828;
  transition: all .3s;
}

.bottomHome h2 a:hover {
  color: #000000;
  font-size: 1.05em;
}

.video {
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 80vh;
  flex-wrap: wrap;
  padding-top: 160px;
}

.videotext {
  width: 90%;
  color: white;
  text-align: left;
  margin: 0 auto;
  display: block;
}

.videotext p {
  line-height: 170%;
  color: #110f11;
}

.videotext p a {
	color: #eb088c;
	font-weight: 800;
	text-decoration: none;
}

.videotext h1 {
  font-size: 1.2em;
  padding: 15px 10px;
  margin: 20px 0;
  text-transform: uppercase;
  background-color: #eb088c;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border: 2px solid #D0097D;
  transition: all .3s;
  position: relative;
}

.pijlbovenkader {
	position: absolute;
	left: 10px;
  width: 50px;
	top: -20px;
}

.videotext h2 {
  font-size: 1.2em;
  padding: 15px 10px;
  margin: 20px 0;
  text-transform: uppercase;
  background-color: #110f11;
  text-transform: uppercase;
  color: white;
  text-align: center;
  cursor: pointer;
  background-image: url(/images/plus.png);
  background-size: contain;
  background-position: right center;
  padding-right: 50px;
  background-repeat: no-repeat;
}

.videoshare {
	display: flex;
	justify-content: flex-start;
}

.testermctest {
	max-width: 300px;
	width: 100%;
	text-align: center;
	height: 28px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	border-radius: 5px;
	margin-left: 10px;
	color: #515151;
}

.pijltp {
	margin: 0 10px;
	height: 50px;
	margin-top: 17px;
}

.videologos {
  width: 70%;
  margin: 0 auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nobrawvideo,
.paskamervideo {
  width: 40%;
}

.paskamervideo img {
  width: 100%;
}

.videotitle {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  line-height: 130%;
  color: #110f11;
  font-size: 2em;
  text-transform: uppercase;
}

.videoframeholder {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%
}

.frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.rightvideo p, .rightvideo h1 {
  text-align: left;
}

.rightvideo {
  padding: 20px; 
  color: white;
  line-height: 180%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.rightvideo h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.share {
  background-color: #EC008C;
  color: white;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  letter-spacing: 1px;
  display: inline-block;
  border: 2px solid #EC008C;
  transition: all .3s;
  margin: 40px auto;
  text-align: center;
  display: inline-block;
}

.share:hover {
  opacity: .7;
}

.watchvideo {
  border-radius: 100px;
  background-color: #EC008C;
  color: white;
  text-transform: uppercase;
  font-weight: 800; 
  padding: 15px 20px;
  margin-top: 40px;
  border: 2px solid #EC008C;
  transition: all .3s;
}

.watchvideo:hover {
  background-color: transparent;
  color: #EC008C;
}

.texthome {
  width: 100%;
  max-width: 1280px;
  text-align: left;
  color: white;
  padding-top: 100px;
  line-height: 180%;
  padding-right: 280px;
  position: relative;
}

.tussentext {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.tussenframe {
  width: 250px;
  position: absolute;
  right: 10px;
  top: 100px;
}

.small {
  font-style: italic;
  font-size: .6em;
  color: #b9b9b9;
  margin: 15px 0 15px 0;
}

.tussentext h2, .tussenframe h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    padding-bottom: 10px;
    height: 70px;
}

.warmstelogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 110px;
}

.thinkpinklogo {
  width: 150px;
  margin-top: 10px;
}

@media screen and (max-width: 1150px) {
  .rightvideo {
    width: 60%;
    text-align: center;
  }

  .videoframeholder {
    width: 90%;
  }

  .video {
    justify-content: center;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  .topHome {
    height: auto;
    padding-top: 140px;
  }

  .topHomeLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .topHomeRight {
    width: 80%;
    margin: 0 auto;
  }

  .texthome {
    margin-top: 100px;
    padding: 20px;
  }

  .tussentext {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .tussenframe {
    position: relative;
    float: left;
    top: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .tussenframe iframe {
    margin: 0 auto;
    display: block;
  }

  .tussentext h2, .tussenframe h2 {
    height: auto;
  }

}


@media screen and (max-width: 850px) {
  .rightvideo {
    width: 100%;
  }

  .videoframeholder {
    width: 95%;
  }

  .videotext {
    width: 95%;
  }

  .videologos {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .videotext h2 {

  }

  .nobrawvideo, .paskamervideo {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .topHomeImages img {
    width: 43%;
  }

  .imageOne {
    transform: rotate(-10deg)translateX(30px);
    -webkit-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
    -moz-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
    box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  }

  .imageThree {
    transform: rotate(5deg) translate(9%, -15px);
    -webkit-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
    -moz-box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
    box-shadow: -8px 9px 36px -1px rgba(0,0,0,1);
  }
}

@media screen and (max-width: 550px) {
 .topHomeRight {
   padding: 5px;
   width: 100%;
 }

 .nobrawvideo, .paskamervideo {
    width: 90%;
  }

 .topHomeRight h1{
  font-size: 1em;
}

.videotitle {
  font-size: 1.5em;
}

.videotext h2 {
	padding-right: 10px;
	background-image: none;
}

.topHomeLeft img {
  width: 100%;
}
}
