@charset "UTF-8";
/* CSS Document */
/* Edit the file and have fun.*/


/* Sidebars */

.textwidget .button:focus {
  background: rgb(250, 250, 250) !important;
}


#sidebar-rnd, #sidebar-news, #sidebar-products, #sidebar-investors, #sidebar-contact{
	padding-top: 0px;
	background:white;
}

#sidebar-about {
  margin-top: 50px;
  background:#f8f8f8;
}

#sidebar-homeslider{
	width:100%;
	padding-left:3%;
	padding-right:3%;
}


.homeslider-widget {
  background-color: #fff;
  margin-top: 5px;
}

@media only screen 
and (max-width : 400px){
	.homeslider-widget {
  margin-top:2px !important;
  width:100% !important;
  padding-left:0rem;
  padding-right:0rem;
}

.homeslider-widget .panel {
border: none;
background-color: #fff;
padding-left:none;
padding-right:none;

}
}

@-moz-document url-prefix() {
.homeslider-widget {
  background-color: #fff;
  margin-top:0px;
}

}




.homeslider-widget .panel {
border: none;
background-color: #fff;
padding-left:2.0rem;
padding-right: 2.0rem;

}


#sidebar {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 0;
	background:#E4E4E4;
  }
  
#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #fff;
  padding: 1.5rem 1.875rem;
  margin:.5rem;
}

.sidebarHeader{
	text-align:center;
	padding-top:0px;
}

.sidebarHeader h3{
  font-weight: bold;
  color:#7d7d7d;
}

#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}

#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}

#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}

#sidebar .widget h4, .widget h4 {
  text-transform: capitalize;
  font-size: 1rem;
  padding-bottom: 0rem;
  border-bottom: 1px solid #fff;
  font-weight: 900;
  text-align: center;
}

.textwidget {
	font-weight:normal;
	line-height:1.2rem;
  font-size: 12px;
  color: #807e82;
}

.textwidget h3{
  font-weight: 500;
}

.textwidget a{
  font-weight:bold;
  line-height:1.4rem;
  font-size: 12px;
  color: black !important;
}

.textwidget a:hover{
  font-weight:bold;
  line-height:1.4rem;
  font-size: 12px;
  color: #0c8f65 !important;
  text-decoration:none !important;
}

.textwidget .button {
  font-weight:normal;
  background: rgb(250, 250, 250);
  line-height:0.4rem;
  font-size: 18px;
  box-shadow: 1px 1px 1px #ccc;
  border:#807e82;
  padding:15px;
  margin:7px;
}

.textwidget .button:hover {
  font-weight:normal;
  line-height:.4rem;
  font-size: 18px;
  color: white;
  border:#807e82;
  background:white;
}

.textwidget .button a{
  font-weight: normal;
}

.home-box .textwidget a{
  font-weight:normal;
  line-height:1.4rem;
  font-size: 12px;
  color: #000;
}

.home-box .textwidget a:hover{
  color: white;
}

ul.indent1{
	margin-left:2.1rem;
}

em.indent1{
	display:inline-block;
	margin-left:2.1rem;
}

@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 0;
	background:#E4E4E4;
  }
}

# Sidebar

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}


