/*SITE SPECIFIC CSS [Goozga_1.0]*/

.privacy-popup {
	box-sizing: border-box;
	width: 100%;

    background-color: #f1f1f1;

    background: #fff;

    padding: 15px 80px!important;

    padding-bottom: 0px;

    box-shadow: 0px 10px 13px #000;

    position: fixed;

    bottom: 0;

    z-index: 100000;

    margin-left: 0;

    margin-right: 0;

}

.privacy-popup p {
    color: #58595b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

a.privacy-accept{

    font-family: 'Source Sans Pro', sans-serif;

    font-weight: 600;

    border: 1px solid #c0c2c4;

    color: #c7c8ca;

    padding: 12px 90px;

    position: relative;

    top: -46px;

    right: -155vh;

    font-size: 20px;

    color: #fff;

    background: #f7941e;

    border: 1px solid #f7941e;

}

a.policy-btn {

    color: #f7941e;

    text-decoration: underline;

}                               





@media only screen and (max-width: 390px) and (min-width: 320px){

	.privacy-popup p {

		width: 100%;

		padding-top: 0px;

	}

	.privacy-popup {

		padding: 40px 20px !important;

		padding-top: 12px !important;

	}

	a.privacy-accept {

		padding: 6px 52px;

		position: relative;

		top: 20px;

		right: -20px;

	}

	.privacy-popup {

		padding: 8px 80px;

		padding-bottom: 0px;

		box-shadow: 0px 10px 13px #000;

		position: fixed;

		bottom: 0px;

	}

}

@media only screen and (max-width: 490px) and (min-width: 390px){

	.privacy-popup p {

		width: 100%;

		padding-top: 0px;

	}

	.privacy-popup {

		padding: 40px 20px !important;

		padding-top: 12px !important;

	}

	a.privacy-accept {

		padding: 6px 52px;

		position: relative;

		top: 20px;

		right: -20px;

	}

	.privacy-popup {

		padding: 8px 80px;

		padding-bottom: 0px;

		box-shadow: 0px 10px 13px #000;

		position: fixed;

		bottom: 0px;

	}

}

@media only screen and (max-width: 760px) and (min-width: 490px){

	.privacy-popup p {

		width: 100%;

		padding-top: 0px;

	}

	.privacy-popup {

		padding: 40px 20px !important;

		padding-top: 12px !important;

	}

	a.privacy-accept {

		padding: 6px 52px;

		position: relative;

		top: 20px;

		right: -20px;

	}

	.privacy-popup {

		padding: 8px 80px;

		padding-bottom: 0px;

		box-shadow: 0px 10px 13px #000;

		position: fixed;

		bottom: 0px;

	}

}

@media only screen and (max-width: 990px) and (min-width: 760px){

	.privacy-popup p {

		width: 94%;

		padding-top: 0px;

	}

	.privacy-popup {

		padding: 40px 20px !important;

		padding-top: 12px !important;

	}

	a.privacy-accept {

		padding: 6px 52px;

		position: relative;

		top: 20px;

		right: -20px;

	}

	.privacy-popup {

		padding: 8px 80px;

		padding-bottom: 0px;

		box-shadow: 0px 10px 13px #000;

		position: fixed;

		bottom: 0px;

	}

}

@media only screen and (max-width: 1280px) and (min-width: 990px){


	a.privacy-accept {

		padding: 6px 52px;

		position: relative;

		top: 20px;

		right: -20px;

	}

	.privacy-popup {

		padding: 8px 80px;

		padding-bottom: 0px;

		box-shadow: 0px 10px 13px #000;

		position: fixed;

		bottom: 0px;

	}

}



