/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.5em 5%; background: #fff; background: rgba(255,255,255,1.00); color: #212121; font-size: 1rem; font-weight: normal; z-index: 99999; text-align: center; color: #212121; }
.cc-cookies {
	-webkit-box-shadow: 0px 0px 10rem 3rem rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 10rem 3rem rgba(0,0,0,0.65);
	box-shadow: 0px 0px 10rem 3rem rgba(0,0,0,0.65);
}
.cc-cookies a, .cc-cookies a:hover { color: #212121; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-overlay {
	height: auto!important;
    padding: 2rem!important;
    width: 50%!important;
	max-width: 630px!important;
    margin: 0 auto!important;
    display: block;
    top: 50%!important;
    left: 50%!important;
	right: unset!important;
	bottom: unset!important;
    transform: translate(-50%, -50%)!important;
}
.cc-cookies .info {
	margin-top: 1rem;
}
.cc-cookies .info ul li {
	text-align: left;
}
.cc-cookies-error { float: left; width: 100%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-save, .cc-cookies-error a.cc-cookie-save, .cc-cookies a.cc-cookie-reset, .cc-cookies a.cc-cookie-simple, .cc-cookies-error a.cc-cookie-simple { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; margin: 0.25rem; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #888; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-save, .cc-cookies-error a.cc-cookie-save { background: #888; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-simple, .cc-cookies-error a.cc-cookie-simple { background: #888; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-save, .cc-cookies-error a:hover.cc-cookie-save, .cc-cookies a:hover.cc-cookie-reset  {
	background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in;
}
.cc-cookies a:hover.cc-cookie-save { background: #f07d00; }
.cc-cookies a:hover.cc-cookie-decline { background: #d10000; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

.cc-cookies .info ul.detail, .cc-cookies .settings {
	display: none;
}

.cc-cookies .checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.cc-cookies .checkbox > span {
    color: #212121;
    padding: 0rem 0.5rem;
}

.cc-cookies .checkbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #f07d00;
    border-radius: 0px;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
  }

.cc-cookies .checkbox > input:checked {
    border: 2px solid #f07d00;
    background-color: transparent;
}

.cc-cookies .checkbox > input:checked:disabled {
	border: 2px solid #7DAF3B;
    background-color: transparent;
}
.cc-cookies .checkbox > input:checked:disabled + span::before {
	color: #7DAF3B;
}
.cc-cookies .checkbox:hover > input:checked:disabled {
	border: 2px solid #888;
}
.cc-cookies .checkbox:hover > input:checked:disabled + span::before {
	color: #888;
}

.cc-cookies .checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #7DAF3B;
    position: absolute;
    left: 0.4rem;
    top: -0.4rem;
	font-size: 1.5rem;
}

.cc-cookies .checkbox:hover > input {
	border: 2px solid  #7DAF3B;
}
/*
.cc-cookies .checkbox:hover > input + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #f07d00;
    position: absolute;
    left: 0.4rem;
    top: -0.4rem;
	font-size: 1.5rem;
}
*/

.cc-cookies .checkbox > input:active {
    border: 2px solid #7DAF3B;
}

.cc-cookies .more {
	padding: 1rem;
	padding-bottom: 0rem;
}

.cc-cookies .buttons {
	padding-top: 1rem;
}

.cc-cookies label {
	margin-bottom: -0.5rem;
}


.cc-cookies.cc-discreet {
	background: rgba(0,0,0,0.45)!important;
/*	position: absolute!important;*/
	bottom: 0!important;
	left: 0!important;
	right: unset!important;
	/*bottom: unset!important;*/
	box-shadow: none!important;
}
.cc-cookies.cc-discreet {
	position: absolute!important;
	top: unset!important;
	bottom: unset!important;
	left: unset!important;
	right: unset!important;
	margin-top: -48px;
}

/* Video Wrapper */
.video_wrapper {
    background-image: url( 'bg_image.jpg' );
    background-size: cover;
    position: relative;
    box-shadow: 0px 3px 5px #333;
    height: 400px;
    width: 100%;
}
.video_wrapper .video_trigger:before {
    content: '\f119';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: -1;
    font-size: 120px;
    color: rgba( 255, 255, 255, .2 );
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    top: -webkit-calc( 50% - 60px );
    top: calc( 50% - 60px );
    left: -webkit-calc( 50% - 60px );
    left: calc( 50% - 60px );
}
.video_wrapper .video_trigger {
    padding: 130px 30px;
    
    height: -webkit-calc( 100%  );
    height: -moz-calc( 100%  );
    height: -o-calc( 100%  );
    height: calc( 100%  );
    
    width: -webkit-calc( 100% );
    width: -moz-calc( 100% );
    width: -o-calc( 100% );
    width: calc( 100% );
    
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .8 );
    color: #fff;
	
	text-align: center;
}

.video_wrapper .video_trigger p {
	max-width: 760px;
    line-height: 2rem;
    margin: 0 auto 1rem auto;
}

.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}
.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}

/* Button */
.video_wrapper .btn {
  cursor: pointer;
  display: inline-block;
  transition: color .5s, background-color .5s, border .5s;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #ffffff;
}
.video_wrapper .btn:hover {
  background-color: transparent;
  color: #ffffff;
}


@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
.cc-cookies {
    max-width: 80%!important;
    width: 80%!important;
}
.cc-cookies.cc-discreet {
	position: absolute!important;
    bottom: 0!important;
	top: unset!important;
	max-width: 100%!important;
    width: 100%!important;
	padding: 0em;
	bottom: unset!important;
	left: unset!important;
	right: unset!important;
}
.video_wrapper .video_trigger {
	padding: 10px 10px;
}
}

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

}