@charset "utf-8";
/* CSS Document */

/*============ PANEL ===========*/
.panel-default {
   border-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #f0f0f0; 
    border: 1px solid transparent;
    border-radius:0; 
    box-shadow:none;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #ba5555;
    border-color: transparent;
    text-transform: uppercase;
}
.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}
.panel-body {
    padding: 15px 0; background:#f0f0f0; border:0; box-shadow:none;
}
.title{	font-size:14px; margin:0;}
/*=========== FORM CSS ========== */
.sm-form {
	width:330px;
	margin:0 auto;
	position:relative;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
	line-height: 1.42857143;
    color: #555;
    background-color: #f0f0f0;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:hover, .form-control:focus {
    border-color: #ba5555;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 85, 85, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 85, 85, .6);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase; font-size:10px;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase; font-size:10px;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase; font-size:10px;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase; font-size:10px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 4px 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal; 
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height:18px;
  width: 18px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #ba5555;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ba5555;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width:4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.btn-danger {
    color: #fff;
    background-color: #ba5555;
    border-color: #ba5555;
}



/*================= LOGIN ================ */
.for-pass a{color:#ba5555; cursor: pointer;
  font-size: 12px;} .for-pass a:hover{color:#ba5555 !important; text-decoration:underline;} 
  
/*============ REVIEW =================*/
/* CSS Rating */
.star-rating {
	font-size: 0;
}
.star-rating__wrap {
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after {
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #ba5555;
	margin-top: 7px;
	font-size:15px;
}
.star-rating__ico:last-child {
	padding-left: 0;
}
.star-rating__input {
	display: none;
}
.star-rating__ico:hover:before, .star-rating__ico:hover ~ .star-rating__ico:before, .star-rating__input:checked ~ .star-rating__ico:before {
 content: "\f005";
}

/*============= CONTACT FORM ====================*/
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	
}
/*select{
  text-transform: uppercase;
}
option{
  text-transform: lowercase !important;
}*/
@media (max-width: 767px) {
.sm-form {
	width:290px;
	margin:0 auto;
	position:relative;
}
}