body {
  background-color: #D0E2EF;
  color: #333333;
  font-size: 14px;
}
header {
  background: url("../images/vp-header.jpg") no-repeat center top #96acb9;
}
textarea {
  resize: none;
}
.lng-flg {
  padding-top: 10px;
}
.lng-flg a {
  margin-left: 3px;
}
.lng-flg a:hover {
  text-decoration: none;
}
.lng-flg a img {
  width: 30px;
}
.carousel {
  padding: 8px;
  background-color: #FFFFFF;
}
.carousel-control {
 margin-top: 20px;
}
.content-block {
  margin: 20px 0px;
  background-color: #FFFFFF;
}
.content {
  background-color: #FFFFFF;
  line-height: 23px;
  padding: 18px;
  text-align: left;
}
.page-title {
  background-color: #579DD0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.nav-back a {
  color: #FFFFFF;
  font-size: 11px;
}
footer {
  background-color:#1a1917;
}
.footer2 {
  background-color: #131211;
  border-top: solid 1px #2b2a29;
}
.footer2 .container {
  color: #579DD0;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
}
.footer2 .container a {
  padding: 0px 5px;
}
.footer2 .container a:hover {
  text-decoration: none;
  color: #579DD0;
}
.footer2 .footer-note {
  color: #666666;
  font-size: 11px;
}
.widget-area {
  margin: 30px 0px;
}
.widget-container {
  background-color: #D0E2EF;
  padding: 10px;
  min-height: 160px;
}
.widget-title {
  background-color: #579DD0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 8px 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.textwidget {
 font-size: 13px;
 line-height: 21px;
}
.admn-rights {
  padding-top: 20px;
  text-align: center;
}
.admn-rights a {
  padding: 0px 5px;
}
.mn_lang_inactive {
  opacity:0.4;
}
/* Overwriting bootstrap styles*/
.alert h4 {
  margin-bottom: 7px;
}
.redstar {
  color:#ff0000;
}
.modal-body {
  max-height: 400px;
}
.connect-page {
  border-top: dashed 1px #E2E2E2;
}
.content h1 {
	margin-top:0px;
	font-size:30px;
	font-weight:normal;
}
.content h2 {
  margin-top:0px;
  margin-bottom:5px;
  font-size:20px;
  font-weight:normal;
  line-height:25px;
}
.content h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size:14px;
  font-weight:bold;
  line-height:25px; 
}
.main-search {
  margin: 10px 0px 0px 10px;
  float: right;
}
.main-search form {
  margin-bottom: 0px;
}
.main-search input[type="text"] {
  border: 1px solid #999999;
  border-radius: 0px;
  color: #777777;
  width: 150px;
  padding: 2px 10px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  margin: 0px -5px 5px 0px;
}
.main-search input[type="text"]:focus {
  width: 200px;
}
.main-search .btn {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0px;
  box-shadow: none;
  padding: 2px 5px;
  position: relative;
  margin-top: -5px;
  margin-bottom: 0px;
}
#toTop {
  background-color: rgb(18, 138, 239);
  color: #ffffff;
  bottom: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: none;
  font-size: 22px;
  position: fixed;
  padding: 6px 6px;
  right: 30px;
  z-index: 9999;
  transform: rotate(-90deg);
}