.home {
    position: absolute;
    top: 15px;
    right: 15px;
}
li {text-align:center;padding:20px;list-style-type: none;margin-bottom:10px;}
h2 {margin-top:30px;text-align:center;}
span {color:#fff;font-size:14px;}
p {text-align: justify;}
img {width: 100%;border-radius: 5px;}
.container {
    max-width: 840px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    color: #000000;
    background: #ffffff;
}
.main-color > * {
	margin-bottom: 15px;
}
.main-color h1 {
    text-align: center;
    margin-top: 30px;
    
    color: #000000;
}
.active-color {
    width: 100%;
    height: 200px;
}
.color-palette {
    width: 100%;
    height: 15px;
	display: flex;
}
.color-palette-piece {
    height: 100%;
    cursor: pointer;
}
.color-palette-piece:hover {
    padding: 3px;
    margin: -3px;
    position: relative;
    z-index: 9999;
}
.color-values {
    display: flex;
    justify-content: center;
}
.color-hex {
    margin-right: 20px;
}
.color-item {
    max-width: 180px;
    width: 100%;
	margin-right: 20px;
}
.colors {
    display: flex;
    flex-wrap: wrap;
}
.colors > div:nth-child(5n) {
    margin: 0;
}
.hidden {
	display: none;
}
.colors > div {
	margin-bottom: 25px;
}
.color-item-active {
    width: 100%;
    height: 170px;
	overflow: hidden;
}
input#color {
    width: 110%;
    height: 110%;
    border: none;
    background: none;
    margin: -10px;
    
}
.color-options {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #2a2a2d;
    border-right: 1px solid #2a2a2d;
	padding: 5px 0;
	padding-top: 7px;
}
.color-options > * {
    width: 35px;
    text-align: center;
}
.color-options > * svg {
    max-height: 15px;
	width: 20px;
	cursor: pointer;
}
input.color-number {
    background: none;
    border: none;
	font-size: inherit;
    color: inherit;
    text-align: center;
	flex-grow: 1;
}
.color-number-option {
    display: flex;
    justify-content: space-between;
    height: 30px;
    border: 1px solid #2a2a2d;
    cursor: pointer;
}
span.color-number-minus, span.color-number-plus {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
}
span.color-number-minus {
    border-right: 1px solid #2a2a2d;
}
.color-item-add {
    max-width: 180px;
    width: 100%;
	height: 233px;
    border: 1px dashed #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: -webkit-xxx-large;
	box-sizing: border-box;
	cursor: pointer;
}
.color-inside {
	display: none;
}
@media (max-width: 450px) {
    .color-item, .color-item-add {
        width: calc(50% - 10px);
        margin: 0 5px 0;
    }
}
.form-group {
    padding-bottom: 7px;
    
    position: relative;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: linear-gradient(#283593,#283593),linear-gradient(#d2d2d2,#d2d2d2);
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    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-group label.control-label {
    font-size: 20px;
    line-height: 1.07143;
    font-weight: 400;
    margin: 5px 0 0;
    padding-top: 8px;
}
.col-md-2 {
    width: 16.66666667%;
    float: left;
}
.col-md-10 {
    /*width: 83.33333333%;*/
    width: 72%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.btn {
    font-weight: 400;
    letter-spacing: .14px;
    white-space: nowrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    outline: rgba(0,0,0,.870588) none 0;
}
.btn.btn-xlg {
    padding: 10px 40px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.btn, .input-group-btn .btn {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow,transform;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #4e92df;
    border-color: #4e92df;
}
/* for mobile */
@media (max-width: 767px) {
    .col-md-10 {
        width: 65%;
    }
}