/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* 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;
    max-height: 80vh;
    overflow: auto;
}
.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,
.cc-cookies input[type="checkbox"] {
    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,
.cc-cookies input[type="checkbox"]:checked {
    border: 2px solid #f07d00;
    background-color: transparent;
}

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



.cc-cookies .checkbox > input:checked + span::before,
.cc-cookies .checkbox:hover > input[type="checkbox"]:checked + span::before {
    display: block;
    text-align: center;
    color: #7DAF3B;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    font-size: 1.5rem;
}


.cc-cookies input[type="checkbox"]:checked::before {
    /*margin: 0;*/
    /* Use the "Yes" SVG Dashicon */
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.75rem;
    width: 1.75rem;
}

.cc-cookies .checkbox:hover > input,
.cc-cookies .checkbox:hover > input[type="checkbox"] {
    border: 2px solid #7daf3b;
}

.cc-cookies .checkbox > input:active,
.cc-cookies .checkbox > input[type="checkbox"]:active {
    border: 2px solid #7DAF3B;
}

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

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

.cc-cookies label {
    margin-bottom: .5rem;
    margin-right: .5rem;
    margin-left: 5px;
}


.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: 0!important;
    left: 0!important;
    right: unset!important;
    margin-top: -48px;
}
*/
.cc-cookies.cc-discreet {
	position: relative;
	margin-top: -10px;
}
.cc-cookies.cc-discreet .cc-cookie-reset {
	position: absolute;
	bottom: 0;
    left: 0;
}



/* 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: 0px;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .8 )!important;
    color: #fff!important;
    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!important;
	color: #ffffff!important;
    z-index: 9999;
	text-decoration: none!important;
}
.video_wrapper .btn:hover {
    background-color: transparent;
    color: #ffffff!important;
	text-decoration: underline!important;
}
.video_wrapper a {
    color: #ffffff!important;
	text-decoration: underline!important;
}
.video_wrapper a:hover {
    color: #000!important;
	text-decoration: none!important;
	padding: 3px;
	background-color: #ffffff!important;
}

.cc-cookies table {
    font-size: 1em;
}


@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) {

}

@media (max-width: 1280px){
	.cc-cookies.cc-discreet {
		margin-top: -8px !important;
	}
}

@media screen and (max-width: 823px){
	div.cc-cookies.cc-discreet {
		margin-top: -15px  !important;}
	.cc-cookies {
		z-index: 99999!important;
	}
}
