body {
    font-family: 'Encode Sans', sans-serif;
    font-size: 16px;
}

.box-emp {
/*    width: 50%;*/
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border-bottom: inset 5px #e3e3e3;
    margin-bottom: 20px;
}

.box-img {
    width: 500px;
    height: 220px;
    display: inline-block;
    overflow: hidden;
}

.box-img img {
    height: 100%;
}

.box-empinfo {
    width: 365px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-weight: 600;
}

.box-empinfo i {
    color: #b91433;
}

.box-empinfo p {
    margin: 0;
    padding: 10px 0px 0px 10px ;
}

.box-title {
    width: 100%;
/*    display: inline-block;*/
    vertical-align: top;
    padding: 10px;
    font-weight: 600;
    font-size: 28px;
}

.box-title i {
    margin-left: 20px;
}

.box-empfunc {
    width: 240px;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.box-emp-embrace {
    width: 645px;
    display: inline-block;
    vertical-align: top;
}

.box-button {
    width: 225px;
    padding: 7px;
    margin-bottom: 5px;
    background: #b91433;
    color: #FFF;
    cursor: pointer;
}

.box-button:hover {
    background: #de1943;
}

.box-button i {
    width: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #FFF;
}

.box-title-inside {
    width: calc(100% - 30px);
/*    display: inline-block;*/
    vertical-align: top;
    padding: 15px;
    background: #f7f7f7;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

.box-title-inside span {
    font-size: 20px;
    margin-left: 30px;
    border-left: solid 1px #CCC;
    padding-left: 20px;
    color: dimgrey;
}

.box-part {
    padding: 10px 0px;
/*    position: relative;*/
}

.box-unity {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 8px 8px;
    background: #f4f4f4;
    font-weight: 600;
/*    margin-right: 40px;*/
}

.box-unity i {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #CCC;
}

.box-unity-side {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    margin-bottom: 15px;
}

.box-form-container li , span {
    display: inline-block;
    margin: 0px 5px;
}

.box-form-container ul {
    list-style: none;
}

.box-form-container button {
    margin: 0;
    padding: 3px 10px;
/*    display: inline-block;*/
    vertical-align: top;
}

.box-form-container textarea {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
/*    margin-left: 30px;*/
    min-height: 70px;
}

.box-adress {
    width: -moz-calc(100%-30px);
    width: -webkit-calc(100%-30px);
    width: calc(100%-30px);
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.box-adress i , .box-feature-title i {
    font-size: 18px;
    width: 40px;
    text-align: center;
/*    padding-left: 5px;*/
/*    padding-right: 15px;*/
    margin-right: 15px;
    border-right: solid 1px #CCC;
}

.box-icon {}

.box-icon i {
    font-size: 18px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #CCC;
}

.box-icon-tab {}

.box-icon-tab i {
    font-size: 16px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-right: 10px;
    margin-right: 5px;
    border-right: solid 1px #CCC;
}

.box-feature-title {
    width: -moz-calc(100%-30px);
    width: -webkit-calc(100%-30px);
    width: calc(100%-30px);
    padding: 15px;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
}

.box-unity-values {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 8px 8px;
    margin-bottom: 5px;
    background: #f4f4f4;
    font-weight: 600;
}

.min-width-money {
    min-width: 135px;
}

.min-width-area {
    min-width: 105px;
}

.box-unity-values i {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #CCC;
}

.box-unity-embrace {
    display: inline-block;
    vertical-align: top;
}

.box-unity-control {
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    position: relative;*/
/*    left: 150px;*/
/*    top: -35px;*/
}


.input-button {
    display: inline-block;
    height: 14px;
    min-width: 16px;
    padding: 12px 5px;
    line-height: 30px;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #CCC;
    vertical-align: top;
    color: #666;
}

.input-button i {
    margin: 0;
}

.form-files input {
    padding: 8px 5px 0px 5px;
    font-family: 'Encode Sans', sans-serif;
    color: #777;
    border: solid 1px #CCC;
}

.box-features {
    width: calc(50% - 35px);
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    font-size: 18px;
}

.box-features p {
    margin-left: 35px;
}

.box-features i {
    color: #ff7f50;
}

.box-icon-right {}

.box-icon-right i {
    font-size: 18px;
    width: 20px;
    text-align: center;
/*    padding-left: 5px;*/
    padding-left: 10px;
/*    margin-left: 15px;*/
    border-left: solid 1px #CCC;
    color: #969696;
}

.box-icon-right i:hover { color: #646464;}

.box-features-text {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    font-size: 18px;
}

.box-features-text img {
    margin-right: 30px;
    height: 210px;
}

.box-features li {
    line-height: 26px;
}

.box-feature-image {
/*    width: 50%;*/
    padding: 10px;
    height: 340px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    border-bottom: inset 5px #e3e3e3;
    margin-bottom: 20px;
}

.box-feature-hover {
    display: hidden;
    padding-top: 130px;
    height: 210px;
    text-align: center;
    color: transparent;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-feature-hover:hover {
    background: rgba(0, 116, 219,0.7);
    width: 100%;
    padding-top: 130px;
    height: 210px;
    text-align: center;
    vertical-align: middle;
    color: #c9e6ff;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.font-white {
    color: #FFF;
}
/*

.btn-available {
    background: #14b97a;
}

.btn-unavailable {
    background: #b91414;
}

.btn-reserved {
    background: #646464;
}
*/

.box-accordioff {
/*    display: none;*/
    height: 10px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.box-accordion {
    display: block;
    opacity: 1;
/*    min-height: 100%;*/
/*    overflow: visible;*/
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.padding-ten {
    padding: 10px;
}

.center {
    text-align: center;
}

.font-medium {
    font-size: 20px;
}

.box-table table {
    padding: 5px;
}

.box-table td {
    padding: 15px;
}

.box-table tr {
    padding: 5px;
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.box-table tr:hover {
    background: #ebebeb;
    -webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	transition: all .55s ease;
}

.tr-head {
    font-weight: 700;
    background: #efefef;
}

.box-table p {
    margin-top: 15px;
}

.box-table {
    
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
/*    background-color: yellow;*/
}

.circle-side {
    border-left: solid 1px #CCC;
    padding-left: 10px;
    margin-left: 8px;
}

.yellow-circle { background-color: #eddc0e; }
.purple-circle { background-color: #5d2a90; }
.green-circle { background-color: #1d8b1d; }
.ocean-circle { background-color: #2626a2; }
.sky-circle { background-color: #0a97ff; }
.red-circle { background-color: #b91414; }

.box-top {
/*    height: 130px;*/
}

.box-emp , .box-accordioff {
    text-transform: uppercase;
}

.button-class button {
    padding: 4px 15px 4px 4px;
    margin-left: 10px;
}

.margin-ten {
    margin-left: 5px;
}
