/* Variables

$body_back: #c0c0c0 ;
$headfoot_back: #000000;
$nav_text_hover: #c0c0c0;
$nav_links: #fff;
$sub_link_back: #0000ff;
$main_div_back: rgba(255,255,255,.5);
$error_text: #c60101;
$body_link: #4c022c;
$body_visited: #616161;
$body_hover: #9b045a;
$social_link: #ffffff;
$social_hover: #ec95b1;
$success_border: #1b3d10;
$success: #286016;
*/


body {
    padding: 30px 0px;
    background-color: #fff;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

img.lightbox{
	width: 100%;
	height: 100%;
}

img.gallery{
	max-height: 200px;
	width: auto;
	padding: 5px;
}
.navbar , .dropdown-menu{
	background-color: #000;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #c0c0c0;
	font-weight: bold;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-weight: bold;
}
.navbar-default .navbar-nav  .open .dropdown-menu > li > a:hover{
	color: #c0c0c0;
	font-weight: bold;
	background-color: #00f;
}

.navbar-default > .navbar-header > h1 {
	color: #fff;
	padding-left: 10px;
}
.navbar-text > a:link{
	color: #fff;
	text-decoration: none;
}
.navbar-text > a:visited{
	color: #fff;
	text-decoration: none;
}
.navbar-text > a:hover{
	color: #c0c0c0;
	text-decoration: none;
}

div.main{
	background-color: #999;
	padding: 20px;
}

a{font-weight: bold;}
a:link{color:#000; text-decoration: none;}
a:visited{color: #616161; text-decoration: none;}
a:hover{color: #00f; text-decoration: none;}

.error{
	color: #c60101;
}
.btn-success{
	background-color: #000;
	border-color: #000;
}
.btn-success:hover{
	color: #fff;
	background-color: #c0c0c0;
	border-color: #1b3d10;
}

.btn-warning{
	color: #fff;
	background-color: #ff5b5b;
	border-color: #fc1a1as;
}
.btn-warning:hover{
	color: #fff;
	background-color: #fc1a1a;
	border-color: #fc1a1a;
}

.modal .modal-content{
	width: 300px;
	margin: auto;
}

#carousel-custom{
	padding-bottom: 0px;
	display: table;
	margin: 0 auto;
	width: 200px;

}

@media (min-width: 300px) {
	#carousel-custom{
		width: 250px;
	}
}

@media (min-width: 500px) {
	#carousel-custom{
		width: 450px;
	}
}

@media (min-width: 768) {
	#carousel-custom{
		width: 600px;
	}
}
@media (min-width: 992) {
	#carousel-custom{
		width: 800px;
	}
}


.carousel-inner img{
	margin: auto;
	min-height: 100px;
	max-height: 100px;
	width: auto;
}

@media (min-width: 300px){
	.carousel-inner img {
		min-height: 125px;
		max-height: 125px;
	}
}

@media (min-width: 500px){
	.carousel-inner img {
		min-height: 280px;
		max-height: 280px;
	}
}

@media (min-width: 768){
	.carousel-inner img {
		min-height: 380px;
		max-height: 380px;
	}
}

@media (min-width: 992){
	.carousel-inner img {
		min-height: 400px;
		max-height: 400px;
	}
}
img.little {
	width: 75px;

}

#carousel-custom .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: center;
	width: 100%;

}

#carousel-custom .carousel-indicators li {
	background-color: transparent;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}

#carousel-custom .carousel-indicators li img {
	display: block;
	opacity: 0.35;
}

#carousel-custom .carousel-indicators li.active img{
	opacity: 1;

}

#carousel-custom .carousel-indicators li:hover img {
	opacity: 0.75;
}

div.indicators {
	overflow: auto;
	max-height: 400px;
	max-width: 400px;
	margin: auto;
}

textarea{
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
}
/* Contact modal media queries*/
@media (min-width: 768px){
	.modal .modal-content{
		width: 350px;
	}
}

@media (min-width: 992px){
	.modal .modal-content{
		width: 450px;
	}
}
@media (min-width: 1200px){
	.modal .modal-content{
		width: 600px;
	}
}

.question {
	text-decoration: bold;
}


body {font-family: Arial, Helvetica, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


body {
            font-family:Arial, Helvetica, sans-serif;
            font-size:14px;
         }
         label {
            font-weight:bold;
            width:100px;
            font-size:14px;
         }
         .box {
            border:#666666 solid 1px;
         }



