@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #333;
  background-color: #fff;
}
.error {
  color: #ff0000;
  padding-left: 4px;
  font-size: 11px;
}
.curPage {
  border-top: 3px solid #4c6b98;
  background-color: #f3f3f3;
  color: #4c6b98;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.1em;
}
.txtshadow {
  text-shadow: 1px 1px 1px #000;
}
.yellowcolor {
  color: #ffff0f;
}
.whitecolor {
  color: #fff;
}
p {
  color: #333;
}
a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #0066ff;
}
a:hover {
  text-decoration: none;
  color: #fecc02;
}
ul.social-network {
  font-size: 30px;
  list-style: none;
  margin-top: 10px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}
ul.social-network li a {
  color: #d0d0d0;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.footer-social-media {
  text-align: center;
}
.info {
  float: left;
  margin-top: -45px;
  margin-left: 110px;
}

.info li {
  display: inline-block;
  margin-left: 30px;
}

.info i {
  color: #d0d0d0;
  font-size: 15px;
  margin-right: 10px;
}

.info a {
  color: #d0d0d0;
  font-size: 12px;
}

.info a:hover {
  color: #ed502e;
}

.info p {
  color: #d0d0d0;
  font-size: 12px;
  margin: 0;
}

/*===========================
  Menu and Navigation
============================ */

body {
  padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
  padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
  padding: 0 13px;
}

@media (min-width: 768px) {
  body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
  }

  .navbar-fixed-top .navbar-brand {
    padding: 15px 0;
  }
}
.menu {
  float: right;
}
.menu .navbar-nav li a {
  text-transform: capitalize;
  color: #f4d807;
}

/*
.navbar-collapse{
  text-align: center;
}
.collapse{
text-align: center;
}
.navigation  {
  background-color:#fff;
  padding:0;

}
.navbar-brand{
	margin-top: -35px;
}

.navbar-brand h1 {
	dmargin-top:-10px;
	float: left;	
	font-size: 30px;	
	color:#333;	
	
}
.navbar-brand h1 span {
	color: #ED502E;
}

.menu {
	font-size:12px;
	dfloat:left;
  dtext-align: center;
	text-transform:uppercase;
	font-weight:300;	
  background: #000;
  width: 100%;
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {	
	dmargin-top:-20px;
  margin-top: 5px;
	margin-right:15px;
	line-height: 1.42857143;
	dborder-color: #fff #eee #fff;
	dborder-top: 4px solid transparent;
	border-radius:0;
	color:#333;
	padding:30px;
}

.nav-tabs > li > a:hover {	
  dborder-color: #FFB213 #eee #eee;
  color: #FFB213;
  dborder-radius:0;
  background-color:#f9f9f9; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	dborder-color: #FFB213 #eee #eee;
  color: #fff;
  border-radius:0;
  background-color:#84CB75; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
*/
/* ++++++++++++++++This is for the dashboad area ++++++++++++++++++++++++ */
/* VERTICAL NAV ONLY */
.navigation {
  dwidth: 300px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #184294;
  text-decoration: none;
  padding: 7px 7px 7px 14px;
  color: #fff;
  border-bottom: 1px solid #c5c5c5;
}

/* add hover behaviour */
.mainmenu a:hover {
  background-color: #0e2654;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}
/* ================ vertical menu ends ==================== */

.leftcol {
  dwidth: 90%;
  background-color: #184294;
  dpadding: 0 20px 0 20px;
  border-left: 7px solid #fecc02;
}
.basic-info {
  background-color: #6492e6;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.basic-info p {
  color: #fff;
}
.leftcol h4 {
  dbackground-color: #fecc02;
  color: #fff;
  padding: 20px 0 7px 15px;
}
/*
.cdash-menu{
    margin-left: 0;
    padding-left: 0;
}
.cdash-menu ul{
    padding-left: 0;
}
.cdash-menu ul li{
  text-decoration: none;
  list-style-type: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
    margin-left: 0;
}
.cdash-menu ul li a{
  text-decoration: none;
  color: #f7f7f7;
}
.cdash-menu ul li a:hover{
  text-decoration: none;
  color: #FECC02;
}
*/
.dp-container {
  padding: 15px 10px 5px 8px;
}
.dp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.mem {
  padding: 10px;
  font-size: 18px;
  color: #f7f7f7;
}
.colbg {
  background-color: #184294;
  margin-top: 10px;
  margin-left: 1%;
  color: #f7f7f7;
  text-align: center;
  dborder-bottom: 7px solid #fecc02;
  padding: 15px 15px 8px 15px;
}
.acctbg {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #454545;
  text-align: center;
  border-bottom: 4px solid #fecc02;
  padding: 20px;
}
.acctbg1 {
  background-color: #fff;
  margin-top: 30px;
  color: #454545;
  text-align: left;
  border-bottom: 4px solid #fecc02;
  
}
.welcomebg {
  dbackground-color: #fff;
  margin: 30px;
  color: #454545;
  text-align: left;
  dborder-bottom: 5px solid #184294;
  padding: 20px;
}
.colbg p,
h2 {
  color: #f7f7f7;
}
.breadcrumb1 {
  border-left: 20px solid #fecc02;
  border-bottom: 1px solid #ccc;
}
.bread-title {
  padding-left: 15px;
}
.bread-title h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
h1 .breadcrumb1 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++ Form container ++++++++++++++++++++++++++ */
.sendmessage-container {
  background-color: #fff;
  text-align: left;
  padding: 40px;
  margin: 50px 30px 0 30px;
}
.form-container {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 35px;
  margin-top: 30px;
}
.form-container h3 {
  margin-bottom: 20px;
  text-align: center;
}
.panel-info > .panel-heading {
  background-color: #184294;
  color: #fff;
}
.btn-success {
  background-color: #184294;
  dborder: none;
}
.btn-success:hover {
  border-color: #fecc02;
  background-color: #fecc02;
}
.btn {
  color: #fff !important;
  font-size: 13px !important;
  padding: 3px 10px !important;
}
.thbg {
  background: #e5e5e5;
  font-weight: 400;
}
table tr td {
  padding: 4px 10px 3px 15px !important;
}
table tr th {
  padding: 8px 10px 8px 15px !important;
}
.accttitle {
}
.accttitle tr {
  padding: 5px;
}
/* ++++++++++++++++++++++++++++++++++++++++ */

/* ======== registration form =============== */

/* ===============end ======= */
.slider {
  background-color: #f9f9f9;
  margin-top: -20px;
  margin-bottom: -10px;
}
.capture-box {
  text-align: center;
  background-color: #f7f7f7;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.capture-box img {
  dwidth: 100%;
  padding: 5px;
}
.capture-box h4 {
  padding: 20px 0;
  background: #77100c;
  color: #fff;
}
.action-box {
  text-align: center;
  dbackground-color: #f7f7f7;
  color: #000;
  padding: 70px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.action-box h1 {
  font-size: 2.9em;
  margin-top: 0;
}
.align-center {
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.align-center h4 {
  padding: 10px;
  -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}
.align-center p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.align-center:hover {
  -webkit-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  -moz-box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
  box-shadow: 1px 2px 2px 4px rgba(204, 204, 204, 1);
}
.icon {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ed502e;
}

.ficon i {
  color: #ed502e;
}
.ficon a {
  color: #333;
}
.ficon a:hover {
  color: #eee;
}
.btn {
  color: #333;
  display: inline-block;
  padding: 10px 20px;
  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: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffb213;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}
.btncolbox {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  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: 0;
}

.btncolbox:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffb213;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-defaultcolbox {
  color: #fff;
  background-color: #84cb75;
  border-color: #ccc;
  width: 100%;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-thumbnail img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.mission-vision {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  dborder: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  opacity: 0.7;
}
.colbox {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.img-colbox {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  dborder: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.img-colbox img {
  margin-bottom: 20px;
  text-align: center;
}

.box {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 60px;
}
.box1 {
  padding-top: 80px;
  padding-bottom: 60px;
  dbackground-image: url(../img/men.png);
  background-size: cover;
}
.home-image {
  text-align: center;
  margin: 0 auto;
}
.home-image img {
  margin: 0 auto;
}
.spacebar {
  height: 30px;
}

.caption {
  text-align: center;
}
.caption a {
  margin-top: 20px;
  dmargin-bottom: 20px;
  color: #333;
}
.breadcrumbs {
  text-align: center;
  margin-bottom: -5px;
  background-color: #0066ff;
}
.breadcrumbs p {
  margin-top: 30px;
}
.breadcrumbs span {
  color: #ed502e;
}
.breadcrumbs .btn-primary {
  color: #fff;
  border-color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  background-color: #ed502e;
}
.breadcrumbs .btn-primary:hover {
  color: #333;
  background-color: #f9f9f9;
}

.breadcrumbs h2 {
  margin-top: -68px;
  dmargin-bottom: -60px;
  color: #fff;
  padding-bottom: 50px;
  font-size: 40px;
  padding-top: 100px;
  text-transform: uppercase;
}

.icons i {
  padding: 50px;
  border-radius: 50%;
  color: #ed502e;
  background-color: #fff;
  border-color: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.icons i:hover {
  background-color: #ed502e;
  color: #fff;
}

/*===========================
  Portfolio
============================ */
#section-works {
  margin-top: -5px;
  margin-bottom: 50px;
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

nav#filter a {
  background-color: #fff;
  color: #333;
}
nav#filter a:hover,
nav#filter a.current {
  background-color: #ed502e;
  color: #fff;
}

/* ------- */

.isotopeWrapper article {
  margin-bottom: 30px;
}

#portfolio img {
  width: 100%;
}

#portfolio article p {
  margin-bottom: 1.45em; /*set next row on the baseline*/
}
nav#filter {
  margin-bottom: 1.5em;
}

nav#filter li {
  display: inline-block;
  margin: 0 0 0 5px;
}
nav#filter a {
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
}

.portfolio-items article img {
  width: 100%;
}

.portfolio-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-item img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #fff;
  opacity: 0.5;
}

.portfolio-item .portfolio-desc {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: rgba(220, 220, 220, 0.7);
}
.portfolio-item:hover .portfolio-desc {
  padding-top: 20%;
  height: 100%;
  transition: all 200ms ease-in-out 0s;
  opacity: 1;
}

.portfolio-item .portfolio-desc a {
  color: #ed502e;
}
.portfolio-item .portfolio-desc a:hover {
  /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
  text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
  top: -20px;
  padding: 30px;
  height: 0;
  opacity: 0;
  position: relative;
}
.portfolio-item:hover .folio-info {
  height: 100%;
  opacity: 0.8;
  transition: all 500ms ease-in-out 0s;
  top: -10px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
  text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
  font-size: 12px;
}
/* --- contact-area --- */
.contact-area {
  margin-top: 60px;
  margin-bottom: 30px;
}

button.btn-default {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  color: #333;
}
button.btn-default:hover {
  background-color: #ed502e;
  color: #fff;
}
textarea.form-control {
  border-radius: 0;
}

/* --- Map --- */
.map {
  position: relative;
  margin-top: 18px;
}

.map iframe {
  width: 100%;
  height: 550px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/*=========================
  Footer
 ================= */

footer {
  background: #111;
}

.inner-footer {
  padding: 100px 0;
}
.inner-footer ul li,
a {
  list-style: none;
}
.widgetheading {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 40px;
}
.f-about a h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
.f-about a h1 span {
  color: #0066ff;
}
.f-about p {
  font-size: 14px;
  color: #8a8d94;
}
.l-posts h3 {
  margin-left: 40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #2c2d2e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover {
  color: #fff;
}

.f-contact p {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;

  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p {
  color: #fff;
}
.last-div {
  background: #010101;
  padding: 20px 0;
  position: relative;
}

.copyright {
  font-size: 12px;
  color: #999;
  margin: 0;

  font-weight: 300;
  float: left;
}
.copyright a {
  color: #0066ff;
}
.copyright a:hover {
  text-decoration: underline;
  color: #ffb213;
}

.foot-nav {
  float: right;
  margin-right: 20px;
}

.foot-nav li {
  display: inline;
  margin-right: 20px;
}

.foot-nav li:after {
  content: "";
  padding-left: 7px;
  margin-right: 7px;
}

.foot-nav li:last-child:after {
  display: none;
}

.foot-nav a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
}

.foot-nav a:hover {
  color: #ed502e;
}

a.scrollup {
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 999;
}
a.scrollup:hover {
  opacity: 1;
  background-color: #ed502e;
  color: #fff;
}

/**
 * Added for evoting
 * @devking
 * 
 * */

.king-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.king-voting-content {
  min-height: 20vh;
}

.king-voting-content p:first-child {
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.3;
}

.king-voting-content p:last-child {
  margin-top: 12vh;
  font-size: 1.5em;
  line-height: 1.3;
}

.king-voting-list li {
  padding: 1em 1em;
  list-style-type: none;
}

.king-voting-list li label {
  margin-left: 1.2em;
  margin-bottom: 0px;
}
/* ========================================
Media queries
========================================= */
/* Small devices (tablets, 768px and up) */

@media (min-width: @screen-sm-min) {
  .img-thumbnail img {
    margin-right: 30px;
  }
}
