@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        font-family: sans-serif;
    }
}
body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    background-color: #f1f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('../../../../storage/app/media/uploaded-files/cso-bg-image02.png');
    background-size: cover;
    
}
button:focus {outline:0;}
a, a:hover, a:focus, a:visited{
    text-decoration: none;
}
p{
    font-style: normal !important;
}
textarea:focus, input:focus{
    outline: none;
}
input:focus {outline:none !important;}
textarea:focus {outline:none !important;}
*:focus {
    outline: none;
}
strong{
    font-weight: 700;
}
h1{
    font-style: normal !important;
    font-weight: 100;
    font-size: 50px;
    color: #f36d27;
}
h2{
    font-style: normal !important;
    font-weight: 400;
    font-size: 25px;
    color: #f36d27;
    position: relative;
    padding-bottom: 20px;
}
h2:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left:0;
    width: 50px;
    height:1px;
    background-color: #f36d27;
}
h3{
    font-style: normal !important;
    font-weight: 100;
    font-size: 40px;
    color: #ffffff;
}
h4{
    font-size: 22px;
    font-weight: 800;
    color: #f15a27;
    font-style: normal !important;
}
h5{
    font-style: normal !important;
    font-size: 20px;
    color: #f15a27;
    font-weight: 900;
    padding-bottom: 10px;
}
h6{
    font-style: normal !important;
    font-size: 15px;
    color: #f15a27;
    font-weight: 900;
    padding-bottom: 10px;
}
.default-content-container ul{
    list-style: none;
}
.default-content-container ul li{
    padding: 5px;
    position: relative;
}
.default-content-container ul li:before{
    content: '\f054';
    font-family: FontAwesome;
    color: #f15a27;
    font-size: 9px;
    top: 6px;
    left:-10px;
    position: absolute;
}
.slick-slide{
    height: auto;
}
.height-ninety{
	height: 90vh !important;
}
.mainpage-slide{
    position: relative;
    height: 30vh;
    min-height: 350px; 
    background-position: center center;
    background-size: cover;
}
.caption-slide-container, .caption-slide-row{
    height:100%;
    position: relative;
    z-index: 1;
    padding:15px;
}
.main-slide-container{
    padding:0;
    margin:0;
    overflow-x: hidden;
}
.slide-mask{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
}
.mainpage-slide-caption{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 10%;
}
.mainpage-slick-slider .slick-dots{
    bottom: 15px;
}
.slick-dots li button:before{
    color: #ffffff;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #ffffff;
    opacity:1;
}
.slick-dots li button::before{
    font-family:"Font Awesome 5 Free";
    content: '\f111';
    opacity: 1;
    font-size:9px;
}
.slick-dots li.slick-active button:before{
    content: '\f192' !important;
    opacity: 1 !important;
    font-size:9px !important;
}
.slick-prev:before, .slick-next:before{
    font-family: 'FontAwesome';
    font-size: 14px;
    opacity: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next{
    width: 50px;
    height: 50px;
    background-color: #f36d27;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus{
    background-color: #f36d27;
}
.slick-prev{
    left:0;
    z-index:1;
    padding: 10px;
}
.slick-next{
    right:0;
    z-index:1;
    padding: 10px;
}
.slick-dotted.slick-slider{
    margin:0;
}
.news-slide{
	background-color: #ffffff;
}
.logo-column img{
    max-width: 320px;
}
.header-container{
    position: absolute;
    z-index: 99;
    padding: 0;
}
.header-contents{
    padding: 15px;
}
.header-mask{
    position: absolute;
    width:100%;
    height:100%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.menu-column{
    text-align: right;
    color: #ffffff;
}
.social-media-btn{
    margin-left: 10px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.social-media-btn:hover{
    color: #f36d27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown{
    display: inline-block;
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}
.vertical-seperator{
    display: inline-block;
    margin: 0 5px;
    width:1px;
    height: 20px;
    background-color: #ffffff;
    vertical-align: middle;
}

.dropdown-menu{
    background-color: #f15a2c;
    padding:0;
    margin:15px 0 0 0;
    color: #ffffff;
    border:none;
    border-radius: 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.dropdown-menu:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f36d27;
    top: -10px;
    left:10px;
}
.dropdown-menu .dropdown-item{
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 15px;
    border-bottom: 1px solid #f28353;
    border-top: 1px solid #c64309;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown-menu .dropdown-item:nth-child(1){
    border-top: none;
}
.dropdown-menu .dropdown-item:hover{
    background-color: #9b2f16;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top-menu-column .fas, .top-menu-column .fab{
    font-size: 16px;
}
.main-menu{
    padding-top: 15px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu-btn{
    background-color: transparent !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    padding: 0 15px 0 0;
    border: none !important;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main-menu-btn:hover{
    color: #f36d27;
}
.main-menu-btn:nth-child(6){
    padding:0;
}
.no-margin{
    margin:0;
}

.move-top-container{
    position: fixed;
    margin:0 auto;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}
.move-top-btn{
    position: absolute;
    right:0;
    top:-80px;
    background-color: #f15a2c;
    z-index:99;
    color: #ffffff;
    font-size: 14px;
    padding:15px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.move-top-btn:hover{
    padding: 25px 15px 15px 15px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.move-top-active{
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.aboutus-jumbotron-text-column{
    background-color: #ffffff;
    border-left: 3px solid #f15a27;
    padding: 30px 50px;
}
.aboutus-jumbotron-text-column p{
    font-size: 12px;
}
.aboutus-jumbotron-image-colum{
    padding-right: 0;
    height: auto;
    position: relative;
}
.aboutus-jumbotron-image{
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
}
.aboutus-jumbotron{
    margin-top: -60px;
}
.more-btn{
    color: #f15a2c;
    padding: 10px 15px;
    border: 2px solid #f15a2c;
    border-radius: 25px;
    font-weight:800;
    font-size:11px;
    display: inline-block;
    margin: 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.plus{
    border: 1px solid #f15a2c;
}
.more-btn span:nth-child(2){
    padding-left: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.more-btn:hover{
    background-color: #f15a2c;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.more-btn:hover span:nth-child(2){
    padding-left: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.twitter-feed-box{
    background-color: #ffffff;
}
.twitter-feed-box a{
    height:px; 400
}
.twitter-feeds-column{
    padding:30px;
    background-color: #ffffff;
}
.aboutus-jumbotron .row{
    margin-bottom:15px;
}
.big-news-content{
    padding-bottom: 35%;
    width:100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.announcement-mask{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.small-news-box{
	background-color: #ffffff;
    border: 5px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.small-news-box:hover{
	border: 5px solid #f36d27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-box{
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-box:hover{
    border: 5px solid #f36d27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-box h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    padding-left: 15px;
    position: absolute;
    width:calc(70% - 35px);
    bottom: 35px;
    left:35px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}
.news-box h3:before{
    position: absolute;
    top: 0px;
    left: 0;
    width: 5px;
    height: 35px;
    background-color: #f36d27;
    content: '';
}
.news-box:hover .announcement-mask{
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-title{
	background-color: #ffffff;
	padding: 15px 30px;
	color: #f36d27;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}
.small-news-content{
    height:240px;
    width:100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.small-news-box-column{
	margin-bottom: 10px;
}
.secondary-news-box{
    margin-top: 15px;
}
.secondary-news-box .col-sm-6:nth-child(1), .secondary-news-box .col-sm-6:nth-child(3){
    padding-right: 8px;
}
.secondary-news-box .col-sm-6:nth-child(2), .secondary-news-box .col-sm-6:nth-child(4){
    padding-left: 8px;
}
.move-top-active{
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-twitter-container{
    padding-bottom: 15px;
    padding-top: 15px;
}
.see-all-news-btn{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    margin-top: 15px;
    background-color: #f36d27;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.see-all-news-btn:hover{
    color: #ffffff;
    background-color: #22414e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-container{
    background-color: #22414e;
    padding: 50px 15px;
}
.vacprevention-logo img{
    max-width: 200px;
}
.social-media-btns{
    padding-top: 85px;
    margin-right: -15px;
}
.social-media-btns a{
    margin-left: 0;
    margin-right: 15px;
}
.footer-menu-column .main-menu-btn{
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
}
.footer-menu-column .dropdown{
    display: block;
}
.footer-menu-column .dropdown-menu:before{
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f36d27;
    border-bottom: none;
    top: auto;
    left: 10px;
}
.footer-menu-column .dropdown-menu{
    margin: 0 0 10px 0;
}
.eu-column{
    text-align: right;
}
.first-logo-column a{
	padding: 10px 20px;
    display: inline-block;
    width: 160px;
}
.first-logo-column img{
    max-width: 150px;
}
.disclaimer-box{
    padding-top: 15px;
}
.disclaimer-img img{
    max-width: 150px;
}
.disclaimer-text{
    font-size: 12px;
    color: #ffffff;
    font-weight: 800;
}
.main-content-column{
    background-color: #ffffff;
    padding: 50px;
    border-right: 1px solid #eeeeee;
}
.main-content-column td{
	font-size: 14px;
	padding: 10px;
}
.main-content-column blockquote{
    font-size: 20px;    
    font-weight: 100;
}
.default-content-container{
    margin-top: -50px;
}
.member-content-container{
    margin-top: -200px;
    padding-bottom: 80px;
}
.download-btn{
    background-color: #f36d27;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-block;
    margin: 15px 0;
    border: 3px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.download-btn span:nth-child(1){
    font-size: 20px;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    vertical-align: middle;
}
.download-btn span:nth-child(2){
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 10px;
}
.download-btn:hover{
    background-color: transparent;
    border: 3px solid #f36d27;
    color: #f36d27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.highlighted-text{
    font-weight: 100;
    font-size: 20px;
}
.add-padding-bottom{
    padding-bottom: 25px;
}
.add-padding-top{
    padding-top: 25px;
}
.member-logo{
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
    height: 160px;
    position: relative;
}
.member-logo img{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-width: 90%;
    max-height: 100px;
    vertical-align: middle;
}
.member-name{
    background-color: #e6e7e8;
    color: #000000;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
}
.member-column{
    padding: 15px;
}
.slide{
    position: relative;
}
.slide .row{
    padding:0;
    margin:0;
    height: 100%;
}
.slide-news-image{
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    border-right: 3px solid #f15a27;
    padding: 0 0 30% 0;
}
.slide-news-text{
    background-color: #ffffff;
    padding: 50px;
}
.limited-text{
    overflow: hidden;
    max-height: 40px;
    margin-bottom: 10px;
}
.news-thumb-container{
    padding: 50px 15px;
}
.news-thumb{
    display: inline-block;
    margin: 15px 0;
}
.add-fixed-top{
	position: fixed;
	top: 50px;
}
.news-thumb:hover .news-thumb-image{
    border-top: 5px solid #f15a27;
    border-left: 5px solid #f15a27;
    border-right: 5px solid #f15a27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-thumb:hover .news-thumb-text{
    border-bottom: 5px solid #f15a27;
    border-left: 5px solid #f15a27;
    border-right: 5px solid #f15a27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-thumb-image{
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-thumb-text{
    background-color: #ffffff;
    border-bottom: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-header{
    z-index:2;
    margin-top: -80px;
    padding-bottom: 30px;
}
.back-btn-column{
    padding: 0;
    margin-top: -30px;
}
.back-btn{
    background-color: #f15a27;
    padding: 10px 15px;
    color: #ffffff;
    display: inline-block;
}
.back-btn:hover{
    color: #ffffff;
}
.back-btn span:nth-child(1){
    font-size: 18px;
    vertical-align: middle;
}
.back-btn span:nth-child(2){
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}
.news-image-btn-image{
    height: 150px;
    background-size: cover;
    background-position: center center;
    border: 2px solid #eeeeee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news-image-btn{
    margin: 15px 0;
}
.news-image-btn:hover .news-image-btn-image{
    border: 2px solid #f15a27;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.document-content{
    margin: 20px 0;
}
.document-content object{
	min-height: 1000px;
} 
.form-box{
    background-color: #FFFFFF;
    padding: 40px;
}
.publications-column{
    margin-top: 100px;
}
.pub-header{
    padding-top: 80px;
}
.pub-scroller{
    display: block;
    margin: 15px 0;
    color: #f36d27;
    font-size: 16px;
    font-weight: 600;
}

.mobile-menu-btn, .mobile-menu-btn:focus, .mobile-menu-btn:active, .mobile-menu-btn:visited{
    position: absolute;
    right: 30px;
    top:10px;
    color: #f15a27;
    font-size: 25px;
}
.modal-menu{
    text-align: center;
}
.modal-menu-btn{
    display: block;
    font-size: 18px;
    padding: 10px;
    color: #f15a27;
    font-weight: 600;
    letter-spacing: 1px;
}
.modal-menu-btn:hover, .modal-menu-btn:focus, .modal-menu-btn:active{
    color: #a97c50;
}
.modal-menu-btn .fa{
    font-size: 10px;
    vertical-align: middle;
    margin-top: -5px;
    color: #a97c50;
}
.collapse-menu-btn{
    display: block;
    font-size: 12px;
    padding:5px;
    color: #ffffff;
}
.modal{
    background-color: rgba(0,0,0,0.8);
}
.modal-content{
    background-color: transparent;
    border:none;
    box-shadow: none;
}
.modal-header{
    border-bottom: none;
}
.modal-header .close{
    color: #a97c50;
    opacity: 1;
    text-shadow: none;
}
.modal-logo{
    padding-bottom: 20px;
}
.modal-esta-lang-buttons{
    padding-top: 30px;
}
.modal-esta-lang-buttons .lang-btn{
    font-size: 16px;
}
.event-calendar-column{
	background-color: #ffffff;
	padding: 15px 30px;
}
div.campaignr-calendar{
	font-size: 11px;
}
div.campaignr-calendar div.thead{
	color: rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
div.campaignr-calendar .tbody .tr{
	min-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
div.campaignr-calendar div.events a{
	margin: 5px 0;
    background-color: #f15a27;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    white-space: normal !important;
}
.news-thumb-text h6{
	padding: 0;
	margin: 0;
}
.news-thumb-text p{
	padding: 0;
	margin: 0;
	color: #000000;
}
.homepage-calendar{
	margin-bottom: 15px;
}
.homepage-calendar .more-btn{
	font-size: 8px;
	padding: 5px 15px;
}
.scrolled-container{
	position: fixed;
	top: -150px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrolled-container-visible{
	top: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.scrolled-menu{
	text-align: right;
}
.scrolled-menu .main-menu-btn{
	font-size: 12px;
	color: #f36d27;
}
table{
    font-size: 9px;
    width: 100% !important;
}
table tr{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#brosur-poster h2{
	color: #1B75BC;
}
#brosur-poster h2:after{
	background-color: #1B75BC;
}
#el-kitabi h2{
	color: #00A79D;
}
#el-kitabi h2:after{
	background-color: #00A79D;
}
#kilavuz h2{
	color: #8DC63F;
}
#kilavuz h2:after{
	background-color: #8DC63F;
}
#politika-belgesi h2{
	color: #DA1C5C;
}
#politika-belgesi h2:after{
	background-color: #DA1C5C;
}
#bildiri h2{
	color: #009444;
}
#bildiri h2:after{
	background-color: #009444;
}
#rapor h2{
	color: #662D91;
}
#rapor h2:after{
	background-color: #662D91;
}
@media (max-width: 768px){
    .mainpage-slide-caption{
        font-size: 16px;
    	line-height: 20px;
        padding: 30px;
    }
    .mainpage-slick-slider .slick-dots{
        bottom: 15px;    
    }
    .aboutus-jumbotron-image{
        left:0;
    }
    .aboutus-jumbotron{
        margin-top: 0;    
    }
    .secondary-news-box .col-sm-6:nth-child(1){
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .secondary-news-box .col-sm-6:nth-child(2){
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .news-box{
        height:200px;
    }
    .news-box h3{
        font-size: 20px;
        width: calc(100% - 60px);
    }
    .footer-menu-column{
        text-align: center;
    }
    .footer-menu-column .dropdown{
        text-align: -webkit-center;
    }
    .eu-column{
        text-align: center;
    }
    .disclaimer-text{
        padding-bottom: 20px;
    }
    .logo-column{
        text-align: center;
    }
    .social-media-btns{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: -15px;
    }
    .menu-column{
        top:-20px;
    }
}