.main-calc-frames-list {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px
}
.main-calc-frames-list > li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.main-calc-frames-list li.active {
    background-color: rgb(221, 221, 221);
}
.main-calc-frames-list-frame {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 5
}
.main-calc-frames-list-frame img {
    padding: 10px;
}
.main-calc-frames-list-frame:hover {
    background-color: #f2f2f2;
}
.main-calc-frames-list > li.opened {}.main-calc-frames-sub-list {
    display: none;
    background: rgb(245, 245, 245);
    border: 3px solid #fff;
    position: absolute;
    max-width: 570px;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34);
    z-index: 3
}
.main-calc-frames-list > li.opened > .main-calc-frames-sub-list {
	padding-left: 0;
    display: block
}
.main-calc-frames-sub-list:after {
    content: '';
    display: block;
    width: 28px;
    height: 25px;
    position: absolute;
    top: -23px;
    background: url( ) 0 0 no-repeat
}
.main-calc-frames-sub-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 10px
}
.main-calc-frames-sub-list-frame {
    text-align: center;
    padding: 10px;
    display: block;
    cursor: pointer
}
.main-calc-img-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 340px;
    margin-left: 40px
}
.main-calc-img-wrapper img {
    max-width: 100%;
    max-height: 100%
}
.main-calc-instructions {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
	min-height: 66px
}
.main-calc-img {
    margin: 20px 0;
	max-width: 100%;
    height: auto;
}
.form-group label {
    font-size: 20px;
    font-weight: 300;
}
.form-control {
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #f2f2f2;
    box-shadow: none;
	font-size: 16px;
}
.form-control:focus {
    border: 1px solid #0b6121;
    border-color: #0b6121;
    outline:0;
    -webkit-box-shadow: none;
    box-shadow: none
}
#total_sum_calc {
    background: #f2f2f2;
    padding: 5px 12px;
    line-height: 1.42857143;
	font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
}
#price {
    position: absolute;
    left: 50%;
}
#progressbar {
    height: 30px;
    background-color: #0b6121;
}
select.has-error {
    border-color: #a94442;
}
label.control-label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
#myBtn .btn-select-value {
    font-size: 20px;
    font-weight: 300;
}
#myBtn .btn-select-arrow {
    padding: 9px 10px;
	color: #fff;
    background-color: #444;
}

/**********************************************/

.count-input {
  position: relative;
}
.count-input input {
  width: 100%;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: none;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
}
.count-input input:focus {
  outline: none;
}
.count-input .incr-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  text-decoration:none;
}
.count-input .incr-btn:first-child {
  right: auto;
  left: 0;
  top: 46%;
}
.count-input.count-input-sm {
  max-width: 125px;
}
.count-input.count-input-sm input {
  height: 36px;
}
.count-input.count-input-lg {
  max-width: 200px;
}
.count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}

/************************************/


.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
}

.btn-select .btn-select-value {
    padding: 5px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
	font-size: 16px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
    color: #444;
    background-color: #ddd;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}


/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul {
    border: #f2f2f2 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: #f2f2f2;
    color: #333;
}
.btn-select.btn-select-light .btn-select-value.has-error {
    background-color: #a94442;
    color: #fff;
}