@media only screen and (min-width: 1200px){
	#footer {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
	}
	#footer .logo .navbar-brand {
        float: none;
        padding: 0px 0px;
        font-size: 18px;
        color: #fff;
        margin-right: 0px;
        margin-left: 0px;
	}	
	#footer .logo .navbar-brand img {
		display: block;
        float: none;
	}
	#footer .logo .navbar-brand object {
		display: block;
        float: none;
		pointer-events: none;
	}	
	#footer .logo .navbar-brand .slogan {
        display: block;
        float: none;
        width: 180px;
        height: 40px;
        font-size: 0.5em;
        font-weight: 400;
        line-height: 1.32;
        text-transform: uppercase;
        margin-left: 0px;
        padding-top: 6px;
        color: #fff;
	}	
	
	#footer .menu h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#footer .menu ul {
		margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;
	}	
	#footer .menu ul li {
        padding-left: 0px;
        margin: 0px 0px 10px 0;
        line-height: 1.2;
	}	
	#footer .menu ul li a,
	#footer .menu ul li a:active,
	#footer .menu ul li a:focus
	{
		font-size: 0.8em;
        font-weight: 500;
        color: #CACACA;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 0px;		
	}
	#footer .menu ul li a:hover	{
		color: #ffffff;		
	}	
	#footer .content h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;	
	}
	#footer .content ul {
        margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;	
	}	
	#footer .content ul li {
		font-size: 0.75em;
        font-weight: 500;
        line-height: 1.2;
        background: url(../img/ul_icon_02.svg) 0 -1px no-repeat;
        background-size: 15px 15px;
        padding-left: 25px;
        margin: 0px 0px 15px 0;
        color: #CACACA;
        letter-spacing: -0.1px;	
	}
	#footer .content p {
		font-size: 0.8em;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 20px;
        color: #CACACA;		
	}	
	#footer .social {
		text-align: center;
        display: flex;
        justify-content: left;
        gap: 20px;
        margin-bottom: 50px;
        margin-top: 30px;	
	}
	#footer .social a {
		width:auto;
	}
	#footer .social a img {
		
	}
	#footer .social a object {
		pointer-events: none;	
	}		
	#footer .buttons {
		text-align: right;
	}
	#footer .buttons .btn-primary,
	#footer .buttons .btn-primary:focus,
	#footer .buttons .btn-primary:active {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        padding: 10px 20px !important;
        font-size: 0.75em;
        font-weight: 500;
        border-radius: 0px;
        transition: 0.5s !important;
        margin-top: 30px;
        margin-bottom: 60px;
	}
	#footer .buttons .btn-primary:hover {
		color: #000000 !important;
		background-color: rgb(255 255 255 / 90%) !important;
		border-color: rgb(255 255 255 / 90%) !important;
		transition: 0.5s;
	}	
	#footer .border {
		border-top: 1px solid white;
	}
	#footer .rights p {
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;			
	}	
	#footer .politics a,
	#footer .politics a:active,
	#footer .politics a:focus
	{
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
        margin-top: 20px;	
		text-align: center;
		display: block;
        position: relative;		
	}
	#footer .politics a:hover	{
		color: #c8c8c8;		
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1199.5px) {
	#footer {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
	}
	#footer .logo .navbar-brand {
        float: none;
        padding: 0px 0px;
        font-size: 18px;
        color: #fff;
        margin-right: 0px;
        margin-left: 0px;
	}	
	#footer .logo .navbar-brand img {
		display: block;
        float: none;
	}
	#footer .logo .navbar-brand object {
		display: block;
        float: none;
		pointer-events: none;
	}	
	#footer .logo .navbar-brand .slogan {
        display: block;
        float: none;
        width: 180px;
        height: 40px;
        font-size: 0.5em;
        font-weight: 400;
        line-height: 1.32;
        text-transform: uppercase;
        margin-left: 0px;
        padding-top: 6px;
        color: #fff;
	}	
	
	#footer .menu h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#footer .menu ul {
		margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;
	}	
	#footer .menu ul li {
        padding-left: 0px;
        margin: 0px 0px 10px 0;
        line-height: 1.2;
	}	
	#footer .menu ul li a,
	#footer .menu ul li a:active,
	#footer .menu ul li a:focus
	{
		font-size: 0.8em;
        font-weight: 500;
        color: #CACACA;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 0px;		
	}
	#footer .menu ul li a:hover	{
		color: #ffffff;		
	}	
	#footer .content h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;	
	}
	#footer .content ul {
        margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;	
	}	
	#footer .content ul li {
		font-size: 0.75em;
        font-weight: 500;
        line-height: 1.2;
        background: url(../img/ul_icon_02.svg) 0 -1px no-repeat;
        background-size: 15px 15px;
        padding-left: 25px;
        margin: 0px 0px 15px 0;
        color: #CACACA;
        letter-spacing: -0.1px;	
	}
	#footer .content p {
		font-size: 0.8em;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 20px;
        color: #CACACA;		
	}	
	#footer .social {
		text-align: center;
        display: flex;
        justify-content: left;
        gap: 20px;
        margin-bottom: 50px;
        margin-top: 30px;	
	}
	#footer .social a {
		width:auto;
	}
	#footer .social a img {
		
	}	
	#footer .social a object {
		pointer-events: none;	
	}	
	#footer .buttons {
		text-align: right;
	}
	#footer .buttons .btn-primary,
	#footer .buttons .btn-primary:focus,
	#footer .buttons .btn-primary:active {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
        padding: 10px 20px !important;
        font-size: 0.75em;
        font-weight: 500;
        border-radius: 0px;
        transition: 0.5s !important;
        margin-top: 30px;
        margin-bottom: 60px;
	}
	#footer .buttons .btn-primary:hover {
		color: #000000 !important;
		background-color: rgb(255 255 255 / 90%) !important;
		border-color: rgb(255 255 255 / 90%) !important;
		transition: 0.5s;
	}	
	#footer .border {
		border-top: 1px solid white;
	}
	#footer .rights p {
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;			
	}	
	#footer .politics a,
	#footer .politics a:active,
	#footer .politics a:focus
	{
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
        margin-top: 20px;	
		text-align: center;
		display: block;
        position: relative;		
	}
	#footer .politics a:hover	{
		color: #c8c8c8;		
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991.5px) {
	#footer {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
	}
	#footer .logo {
		text-align: center;
		position: relative;
		display: block;
		margin-bottom: 35px;
	}		
	#footer .logo .navbar-brand {
        float: none;
        padding: 0px 0px;
        font-size: 18px;
        color: #fff;
        margin-right: 0px;
        margin-left: 0px;
		display: inline-block;
	}	
	#footer .logo .navbar-brand img {
		display: inline-block;
        float: none;
	}
	#footer .logo .navbar-brand object {
		display: block;
        float: none;
		pointer-events: none;
	}	
	#footer .logo .navbar-brand .slogan {
        display: block;
        float: none;
        width: 180px;
        height: 40px;
        font-size: 0.5em;
        font-weight: 400;
        line-height: 1.32;
        text-transform: uppercase;
        margin-left: 0px;
        padding-top: 10px;
        color: #fff;
        position: relative;
	}	
	
	#footer .menu h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#footer .menu ul {
		margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;
	}	
	#footer .menu ul li {
        padding-left: 0px;
        margin: 0px 0px 10px 0;
        line-height: 1.2;
	}	
	#footer .menu ul li a,
	#footer .menu ul li a:active,
	#footer .menu ul li a:focus
	{
		font-size: 0.8em;
        font-weight: 500;
        color: #CACACA;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 0px;		
	}
	#footer .menu ul li a:hover	{
		color: #ffffff;		
	}	
	#footer div.content ~ div {
		text-align: center;
		margin-top: 20px;
	}
	#footer .content h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;	
	}
	#footer .content ul {
        margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;	
	}	
	#footer .content ul li {
		font-size: 0.75em;
        font-weight: 500;
        line-height: 1.2;
        background: url(../img/ul_icon_02.svg) 0 -1px no-repeat;
        background-size: 15px 15px;
        padding-left: 25px;
        margin: 0px 0px 15px 0;
        color: #CACACA;
        letter-spacing: -0.1px;	
	}
	#footer .content p {
		font-size: 0.8em;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 20px;
        color: #CACACA;		
	}	
	#footer .social {
		text-align: center;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;
        margin-top: 20px;	
	}
	#footer .social a {
		width:auto;
	}
	#footer .social a img {
		
	}	
	#footer .social a object {
		pointer-events: none;	
	}	
	#footer .buttons {
		text-align: center;
	}
	#footer .buttons .btn-primary,
	#footer .buttons .btn-primary:focus,
	#footer .buttons .btn-primary:active {
		color: #fff;
        background-color: #333333;
        border-color: #333333;
        padding: 15px 30px !important;
        font-size: 0.85em;
        font-weight: 500;
        border-radius: 0px;
        transition: 0.5s !important;
        margin-top: 20px;
        margin-bottom: 25px;
	}
	#footer .buttons .btn-primary:hover {
		color: #000000 !important;
		background-color: rgb(255 255 255 / 90%) !important;
		border-color: rgb(255 255 255 / 90%) !important;
		transition: 0.5s;
	}	
	#footer .border {
        border-top: 1px solid white;
        margin: 0px 40px;
        padding-top: 20px;
	}
	#footer .rights p {
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 20px;
        text-align: center;			
	}	
	#footer .politics a,
	#footer .politics a:active,
	#footer .politics a:focus
	{
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
        margin-top: 20px;	
		text-align: center;
		display: block;
        position: relative;		
	}
	#footer .politics a:hover	{
		color: #c8c8c8;		
	}	
}
@media only screen and (max-width: 767.5px){
	#footer {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
	}
	#footer .logo {
		text-align: center;
		position: relative;
		display: block;
		margin-bottom: 35px;
	}		
	#footer .logo .navbar-brand {
        float: none;
        padding: 0px 0px;
        font-size: 18px;
        color: #fff;
        margin-right: 0px;
        margin-left: 0px;
		display: inline-block;
	}	
	#footer .logo .navbar-brand img {
		display: inline-block;
        float: none;
	}
	#footer .logo .navbar-brand object {
		display: inline-block;
        float: none;
		pointer-events: none;
		text-align: center;
	}	
	#footer .logo .navbar-brand .slogan {
        display: block;
        float: none;
        width: 180px;
        height: 40px;
        font-size: 0.5em;
        font-weight: 400;
        line-height: 1.32;
        text-transform: uppercase;
        margin-left: 0px;
        padding-top: 5px;
        color: #fff;
        position: relative;
	}	
	
	#footer .menu h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#footer .menu ul {
		margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;
	}	
	#footer .menu ul li {
        padding-left: 0px;
        margin: 0px 0px 10px 0;
        line-height: 1.2;
	}	
	#footer .menu ul li a,
	#footer .menu ul li a:active,
	#footer .menu ul li a:focus
	{
		font-size: 0.8em;
        font-weight: 500;
        color: #CACACA;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 0px;		
	}
	#footer .menu ul li a:hover	{
		color: #ffffff;		
	}	
	#footer div.content ~ div {
		text-align: center;
		margin-top: 20px;
	}
	#footer .content h4 {
        font-size: 1em;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0px;
        padding-top: 0px;	
	}
	#footer .content ul {
        margin: 0 0 20px 0px;
        padding: 0;
        list-style: none;	
	}	
	#footer .content ul li {
		font-size: 0.75em;
        font-weight: 500;
        line-height: 1.2;
        background: url(../img/ul_icon_02.svg) 0 -1px no-repeat;
        background-size: 15px 15px;
        padding-left: 25px;
        margin: 0px 0px 15px 0;
        color: #CACACA;
        letter-spacing: -0.1px;	
	}
	#footer .content p {
		font-size: 0.8em;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 20px;
        color: #CACACA;		
	}	
	#footer .social {
		text-align: center;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 50px;
        margin-top: 20px;	
	}
	#footer .social a {
		width:auto;
	}
	#footer .social a img {
		
	}	
	#footer .social a object {
		pointer-events: none;	
	}	
	#footer .buttons {
		text-align: center;
	}
	#footer .buttons .btn-primary,
	#footer .buttons .btn-primary:focus,
	#footer .buttons .btn-primary:active {
		color: #fff;
        background-color: #333333;
        border-color: #333333;
        padding: 15px 30px !important;
        font-size: 0.85em;
        font-weight: 500;
        border-radius: 0px;
        transition: 0.5s !important;
        margin-top: 20px;
        margin-bottom: 25px;
	}
	#footer .buttons .btn-primary:hover {
		color: #000000 !important;
		background-color: rgb(255 255 255 / 90%) !important;
		border-color: rgb(255 255 255 / 90%) !important;
		transition: 0.5s;
	}	
	#footer .border {
        border-top: 1px solid white;
        margin: 0px 40px;
        padding-top: 20px;
	}
	#footer .rights p {
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 20px;
        text-align: center;			
	}	
	#footer .politics a,
	#footer .politics a:active,
	#footer .politics a:focus
	{
		font-size: 0.8em;
        line-height: 1.1;
        font-weight: 400;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
        margin-top: 20px;	
		text-align: center;
		display: block;
        position: relative;		
	}
	#footer .politics a:hover	{
		color: #c8c8c8;		
	}	
}
@media only screen and (max-width: 380px){
    #footer .menu ul li a, #footer .menu ul li a:active, #footer .menu ul li a:focus {
        font-size: 0.7em;
        font-weight: 500;
        color: #CACACA;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 0px;
    }
    #footer .content ul li {
        font-size: 0.7em;
        font-weight: 500;
        line-height: 1.2;
        background: url(../img/ul_icon_02.svg) 0 -1px no-repeat;
        background-size: 15px 15px;
        padding-left: 25px;
        margin: 0px 0px 15px 0;
        color: #CACACA;
        letter-spacing: -0.1px;
    }
    #footer .content p {
        font-size: 0.75em;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 20px;
        color: #CACACA;
    }
    #footer .politics a, #footer .politics a:active, #footer .politics a:focus {
        font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        color: #FFFFFF;
        text-decoration: underline;
        padding: 0;
        margin-top: 10px;
        text-align: center;
        display: block;
        position: relative;
    }	
}