@font-face {
    font-family: Futura;
    src: url('webfonts/futura/Futura Book font.ttf');
}
body{
    background-image: url("../images/desktop-bg.png");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: repeat;
    background-attachment:fixed;
}
.food-ad-bg {
    background: url('../images/food-ad.png') no-repeat center;
    background-size: cover;
    /*font-size: 14px;
    min-height: 100vh;*/
}
.transparent-field-container {
    background: rgba(255, 255, 255, 0.7);
    border: 0px transparent;
    border-radius: 40px;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
}
#simpleContactSubmitButton{
    background:#63B4C2;
    color: #fff;
    border: 2px solid #63B4C2;
    border-radius: 24px;
}
#simpleContactSubmitButton:hover{
    box-shadow: 0 0 0 2px white, 0 0 0 3px #63B4C2;
}
.mini-tile{
    font-size: 15px;
}
/*.modal-open {
    width: 100%;
    padding-right: 0!important;
}*/

.modal-lg, .modal-xl {
    max-width: 754px;
}
.logo-molitva{
    width: 199px;
}
.header{
    background-image: url("../images/logo-holder-top-desktop-header.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 146px;
}
.header-lead{
    position: fixed;
    top: 0px;
    z-index: 9;
    background-image: url("../images/logo-holder-top-desktop-shadow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 188px;
}
.panel-default .btn-link{
    background: #fff;
    padding: .19rem .75rem;
}
.para{
    background: #00247D;
    transform: skewX(-15deg);
    transform-origin: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para > span{
    transform: skewX(15deg);
}
#app-content {
    margin-top: 179px;
}
#searchBtn{
    background-color: #0c713f;
}
.web-search {

}
/*.app-footer{
    background-image: url("../images/wood.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
.app-footer-desktop {
    background-image: url("../images/footer-desktop.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 206px;
}
.footer-lead{
    background-image: url("../images/footer-desktop-shadow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.logo{
    width:370px;
}
.castle-logo{
    width: 81px;
}
.h4{
    font-weight: 600;
}
.hide-mobile{
    display: block!important;
}
.show-mobile{
    display: none!important;
}
.border-x{
    border: 3px solid #fff;
}
.accordion {
    margin: 0px 0;
}

.accordion .item {
    border: none;
    margin-bottom: 20px;
    background: none;
}

.t-p {
    color: #0056b3;
    padding: 0px 90px 0px 90px;
    position: relative;
    top: -10px;
    font-size: 18px;
    min-height: 100px;
    background: #fff;
    border: 3px solid #63B4C2;
    border-top: 2px solid #fff;
    box-shadow: 0px 8px 10px -1px grey;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #000;
    color: #546DB1;
    border-radius: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    border: 2px solid #fff;
    padding-left: 65px;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 5px 12px 5px 12px;
    display: block;
    width: 100%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
