@charset "UTF-8";


html {
  font-family: brother-1816, sans-serif;
font-style: normal;
font-weight: 400; 
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.h3-grey {
	color: #9F9F9F;
	font-size: 24px;
	font-weight: 400;
}

.header-red {
	color: #FA0404;
	font-size: 24px;
	font-weight: 500;
}
.header-red-small {
	color: #FA0404;
	font-size: 14px;
	font-weight: 800;
}
.HSEHeader {
	font-size: 16px;
	color: #D04538;
}

.background {
	background:  color, #FFFFFF;
}
.dsc-col-xs-2 {
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
	background:  color, #FCF200;
}




.yellowtop {
	height: 10px;
	background-color: #F6C048;
}

.yellowline {
	height: 3px;
	background-color: #F6C048;
}

.lg-button {
	font-family: brother-1816, sans-serif;
	height: 250px;
	width: 180px;
	position: center;
  	display: inline-block;
	background-color: #D7D6D2;
	margin-top: 15%;
	margin-right: 2%;
	border-radius: 10px;
	float: auto;
	-webkit-box-shadow: 6px 6px 12px 8px #ebebeb;
	box-shadow: 6px 6px 14px 6px #ebebeb;
}

.lg-button {
	font-family: brother-1816, sans-serif;
}

.pager {
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0,.-6);
}

.pager > li > a {
	position: absolute;
	width: 140px;
	padding: 10px 10px;
	margin: 0 20px ;
	border-radius: 5px;
}

.btn-pager {
	width: 100px;
	position: center;
	padding: 5px 5px;
	margin: 0 10px;
	border-radius: 5px;
}

.btn {
font-family: brother-1816, sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-right: 1%;
  margin-bottom: 0%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-dsc {
	height: 15em;
	width: 10.5em;
  color: #333;
  background-color: #E2E2E2;
  border-color: #8F8F8F;
}
.btn-dsc:hover,
.btn-dsc:focus,
.btn-dsc.focus,
.btn-dsc:active,
.btn-dsc.active,
.open > .dropdown-toggle.btn-dsc {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-dsc:active,
.btn-dsc.active,
.open > .dropdown-toggle.btn-dsc {
  background-image: none;
}
.btn-dsc.disabled,
.btn-dsc[disabled],
fieldset[disabled] .btn-dsc,
.btn-dsc.disabled:hover,
.btn-dsc[disabled]:hover,
fieldset[disabled] .btn-dsc:hover,
.btn-dsc.disabled:focus,
.btn-dsc[disabled]:focus,
fieldset[disabled] .btn-dsc:focus,
.btn-dsc.disabled.focus,
.btn-dsc[disabled].focus,
fieldset[disabled] .btn-dsc.focus,
.btn-dsc.disabled:active,
.btn-dsc[disabled]:active,
fieldset[disabled] .btn-dsc:active,
.btn-dsc.disabled.active,
.btn-dsc[disabled].active,
fieldset[disabled] .btn-dsc.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-dsc-panel-heading {
	font: open sans, sans-serif;
	font-size: 20px;
	margin : 15px;
	padding: 10px 0px;
	height: 240px;
	text-align: center;
  	background-color: #DFDEDC;
	border-color: #333;
	border: 1px solid;
  	border-radius: 15px;
	text-decoration: none;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .10);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .10);
	background-repeat: no-repeat;
  cursor: pointer;
}


.btn-dsc-panel-heading:hover{
  color: #fff;
  text-decoration: none;
	border-color: #333;
  background-color: #AEAEAE;
-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}



.dsc-panel-body {
  padding: 35px -20px;
  text-decoration: none;
}

.dsc-panel-body2 {
  padding: 0px -20px;
  text-decoration: none;
}

.dsc-panel-body3 {
  padding: 0px;
  letter-spacing: -0px;
  text-decoration: none;
}

.dsc-panel-body5 {
  padding: 0px;
  letter-spacing: -0px;
  text-decoration: none;
}

.footer-background {
	background-color: #F6C048;
}

.footer-nav {
  margin : 6px;
  margin-bottom: -5px;
  line-height: 6px;
}
		
.footer-nav > li {
  position: relative;
  display: inline-block;
}
		
.footer-nav > li > a {
  position: relative;
  display: inline-block;
  padding: 5px;
}
		
.footer-nav > li > a:hover,
.footer-nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}


.navbar-fixed-dsc {
background-color: #fff;
bottom: 0px;
position: fixed;
right: 0px;
left: 0px;
z-index: 1030;
}
.dsc-grid {
background-color: rgba(252,242,0,0.90);
border: 1px solid rgba(86, 61, 124, .2);
padding: 0px 15px;
}
.hide {
url(http://www.dsc-ltd/home.html);
}
	
	
/* xs */
@media only screen and (max-width : 1024px) {
.btn-dsc-panel-heading {
	display: inline-block;
	vertical-align: bottom;
	margin : 15px 5px;
	font-size: 18px;
	padding: 5px 5px;
	max-height: 150px;
	width: 150px;
}
	
.dsc-panel-body {
	font-size: 85%;
	vertical-align: bottom;
	line-height: 20px;
	padding: 1px 0px;
	margin : -40px 1px;
	text-decoration: none;
}
	
.dsc-panel-body2 {
	font-size: 85%;
	vertical-align: bottom;
	line-height: 20px;
	padding: 1px 0px;
	margin : -40px 1px;	
	text-decoration: none;
}
	
.dsc-panel-body3 {
	font-size: 85%;
	vertical-align: bottom;
	line-height: 15px;
	padding: 1px 0px;
	margin : -30px 1px;
	letter-spacing: 0px;
	text-decoration: none;
}
.dsc-panel-body4 {
	font-size: 85%;
	line-height: 20px;
	padding: 1px 0px;
	margin : -18px 1px;
	letter-spacing: 0px;
	text-decoration: none;
}
.dsc-panel-body5 {
	font-size: 85%;
	line-height: 15px;
	padding: 1px 0px;
	margin : -42px 1px;
	letter-spacing: 0px;
	text-decoration: none;
}
	
	@media only screen and (max-width : 375px) {
	.btn-dsc-panel-heading {
	display: inline-block;
	vertical-align: bottom;
	margin : 2px;
	font-size: 14px;
	line-height: 10px;
	padding: 2px;
	max-height: 100px;
	width: 100px;
}
				
.footer-nav {
 margin : 4px;
 vertical-align: bottom;
}
		
.navbar-fixed-dsc {
	position: static;
	font-size: 12px;
	line-height: 9px;
}
	}