/* Arayüz */

#SGFooterButtons{
	line-height: 50px;
	text-align:center;
}

#SGFooterButtons #SGContentDiv{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

#SGFooterButtons #SGClearDiv{
	width: 100%;
	height: 50px;
}

#SGFooterButtons .SGColumnOne, 
#SGFooterButtons .SGColumnTwo{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#SGFooterButtons a{
	display: block;
	line-height: 50px;
	text-align:center;
	text-decoration: none;
}



/* FOR DIFFERENT SCREEN SIZES */

.SG-hidden-xs-up {
  display: none !important;
}

@media (min-width: 544px) {
  .SG-hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .SG-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .SG-hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .SG-hidden-xl-up {
    display: none !important;
  }
}