html,
body {
    height: 100%;
    background-color: white;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -120px;
    padding: 0 0 120px;
}

.wrap > .container {
    padding: 60px 0 0;
}

.footer {
    height: 120px;
    background-color: black;
    border: 0;
    padding-top: 14px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.metro-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10%;
    margin-top: -10%;
    z-index: 7;
}
.box {
    border: 0.5em;
    border-style: solid;
    border-bottom-color: white;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background-color: rgb(193, 180, 160);
    min-height: 200px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.box:hover {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.box-title {
    color: #EC1743;

    letter-spacing: 1px;
    font-weight: 900;
    font-size: 130%;
    text-align: left;
    position: absolute;
    top:0;
    left: 55px;
    right: 63px;
    margin-top: 15px;
}
.box-description {
    color: black;
    position: absolute;
    top: 65px;
    left: 55px;
    width: 50%;
    font-weight: bold;
}
.box-note-description {
    color: red;
    position: absolute;
    top: 51px;
    left: 55px;
    width: 70%;
    font-weight: bold;
    font-size: 10px;
}
.product-title {
    color: black;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
    div:not(.square-box-description) > p {
        font-size: 14px;
    }
    .product-title {
        font-size:2.6rem;
    }
    .box-title, .square-box-title {
        font-size: 112%;
    }
    .square-box {
        min-height: 200px;
    }
    .square-box-button, .square-box-amount {
        font-size: 135%;
    }
    .square-box-logo {
        height: 80px;
    }
}
@media only screen and (max-width: 1366px) {
     #main-navbar {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1024px) {
    p {
        font-size: 14px;
    }
    .product-title {
        font-size:2.2rem;
    }
    .box-title, .square-box-title {
        font-size: 110% ;
    }
    .square-box {
        min-height: 190px;
    }
    .square-box-button, .square-box-amount {
        font-size: 120%;
    }
    .square-box-logo {
        height: 70px;
    }

}

@media only screen and (max-width: 568px) {
    p {
        font-size: 12px;
    }
    .product-title {
        font-size: 2rem;
    }
    .box-title, .square-box-title {
        font-size: 110%;
    }
    .square-box {
        min-height: 190px;
    }
    .square-box-button, .square-box-amount {
        font-size: 110%;
    }
    .square-box-logo {
        height: 70px;
    }
}

@media only screen and (max-width: 360px) {
    p {
        font-size: 12px;
    }
    .product-title {
        font-size: 1.5rem;
    }
    .box-title, .square-box-title {
        font-size: 100%;
    }
    .square-box {
        min-height: 170px;
    }
    .square-box-button, .square-box-amount {
        font-size: 100%;
    }
    .square-box-logo {
        height: 60px;
    }
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.navbar-brand {
    left: 0;
    top: 0;
    z-index: 0;
    padding: 0 0;
    margin-left: 0 !important;
    text-align: center;
    float: none;
    display:table-cell;
    vertical-align:middle;
}
.logo
{
    display: inline-block ;
    vertical-align: middle;
    height: 60%;
}

#main-navbar {
    background-color: black !important;
    border: 0;
}
@media (min-width: 1025px) {
    #main-navbar>.container {
        width: auto;
        display: inline-block;

    }
    #main-navbar {
        text-align: center;
    }
}


.demicircle {
    position: absolute;
    border-top-left-radius: 190px;
    border-bottom-right-radius: 200px;
    margin-left: -15px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    min-height:67%;
    width: 100%;
    background-color: white;
    top:2px;
    right: 2px;
}
.prog-logo {
    position: absolute;
    right: 0;
    padding-right: 15px;
    width: 73px;
    height: 81px;
    text-align: right;
    padding-top: 70px;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.prog-price {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}
.prog-logo:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.box-button-container {
    position: absolute;
    bottom: 20px;
    width:90%;
    margin-left: -15px;
    padding-left: 15px;
}
video {
    autoplay: 0; !important
}
.bootstrap-touchspin-prefix, .bootstrap-touchspin-down, .bootstrap-touchspin-up {
    height:22px !important;
    padding: 0 12px !important;
}
.dropdown-menu > li > form > button {
    padding: 3px 20px;
    text-decoration: none !important;
}

.blvd-callout {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.blvd-callout > p {
    margin: 0;
}

.blvd-callout-white {
    border-left-color: white;
}

.blvd-a, .blvd-a:visited, .blvd-a:active {
    color: white;
    text-decoration: underline;
}

.blvd-a:hover {
    color: #444444;
}

.square-box {
    border:2px solid black;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
.square-box-content {
    min-width: 100%;
    background-color: white;
}

.square-box-logo {
}
.section1-box {
    height: 50%;
}

.square-box-title {
    font-weight: 600;
    color: black;
    border-bottom: 2px solid black;
    flex: 1;
    align-self: center;
}
.square-box-description {
    font-size: 12px !important;
    line-height: 95%;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-weight: bold;
}

.square-box-price {
    position: absolute;
    bottom: 5px;
    right: 30px;
    color: red;
}
.square-box-price > .square-box-tax {
    font-size: 12px;
}
.square-box-price > .square-box-amount {
    font-size: 20px;
}
.square-box-button {
    background-color: black;
}

.square-box-button a {
    text-decoration: none;
    color: white;
}

.square-box-note-description {
    color: red;
    font-size: 100% !important;
    font-weight: bold;
    padding-left: 10px;
    margin: 0;
}

.well {
    background-color: white;
}

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

.navbar-default .navbar-nav > li > a:hover
, .navbar-default .navbar-nav > li > a:focus
, .navbar-default .navbar-nav > .active > a
, .navbar-default .navbar-nav > .active > a:hover
, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.download-link:link, .download-link:visited {
    color: #393a3c;
    text-decoration: none;
    font-weight: bold;
}
.download-link:hover {
    color: black;
    text-decoration: none;
    font-weight: bolder;
}

.input-multiselect {
    min-height: inherit !important;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item > img {
    padding: 5px;
}

.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}