/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  background: #ECF0F5;
}

nav {
  background-color: #ECF0F5 !important;
}
nav.navbar {
  min-height: 90px !important;
}

/* navbar right menu */
nav .dropdown .index_menubar{
  font-weight: bold;
  font-size: 20px;
  color: black !important;
}
nav .dropdown-menu {
  font-size: 17px;
  background-color: #ffffff3b !important;
  margin-top: 20px !important;
}
#picturebar {
  margin-top: 70px;
}

.modal-dialog {
  width: 300px;
  position: absolute !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  -webkit-transform:translate(-50%,-50%) !important;
  -moz-transform:translate(-50%,-50%) !important;
  -ms-transform:translate(-50%,-50%) !important;
  -o-transform:translate(-50%,-50%) !important;    
}

.modal-content {
  background-color: rgba(37, 72, 106, 0.5);
  color: white;
}

.modal-body {
  margin-top: 0px;
}


/* 
  infomation
*/
.infomation {
  padding: 0;
  box-shadow: 0 0 9px rgb(22, 21, 21);
}
.infotext.orange {
  background: #F2C361;
}
.infotext.blue {
  background: #37B5E5;
}
.infotext h2{
  color: whitesmoke;
  margin-top: 10%;
  margin-left: 35%;
}
.infotext a{
  color: whitesmoke;
  text-decoration:none;
  font-size: 20px;
  margin-top: 10%;
  margin-left: 35%;
  border: 2px solid;
}

.row.index [class*="col-sm-6"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  /* height: 200px; */
}
.row.index{
  overflow: hidden; 
}

/* 
Mycarousel
*/
#Mycarousel {
  touch-action: pan-y; 
  user-select: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  clear: both;
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
	background: #313030;
	color: #b0b0b0;
}

/* 
footer
*/
html, body {
  margin: 0px;
  height: 100%;
}
#body-wrapper {
  padding: 0;
  min-height: 100%;
  margin-bottom: -210px;
}
.footer {
    background:#272626;
    color:#fff;
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
    height: 210px;
}
.push{
  padding: 0;
  margin-top: 5px;
  height: 210px;
}
.footer .icon-width {
  width: 24px;
}



/* 
About us html
*/
#aboutuslist li{
  margin-left: 0 !important;
  font-size: 20px;
  text-align: center;
}
/* #aboutuslist li a{
  background-color: #7cbbf1;
  color: black;
}
#aboutuslist li a:active{
  background-color: #337ab7;
}
#aboutuslist li a:focus{
  background-color: #337ab7;
  color: white;
} */

.companyinfo {
  font: 17px "Open Sans", sans-serif;
  line-height: 25px;
}

.newsinfo {
  font: 15px "Open Sans", sans-serif;
  line-height: 25px;
}

#contactus .aboutaddress {
  height: 300px;
  padding-top: 120px;  
  font-weight: bold; 
  font-size: 17px;
}