@media (min-width: 960px) {
    .container {
        width: 960px;
    }
}

.wrap {
    width: 100%;
}

h1 {
    font-weight: bold;
    font-size: 40px;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 5px;
}

h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 5px;
}

h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.back_purple {
    background-color: #663E83;
}

.back_light {
    background-color: #EEDEBC;
}

.back_yellow {
    background-color: #FD8100;
}

.back_gray {
    background-color: #999999;
}

.yellow {
    color: #FD8100;
}

.purple {
    color: #663E83 !important;
}

.white {
    color: white !important;
}

.dark {
    color: #42291B;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}


.pr5 {
    padding-right: 5px;
}

.pr15 {
    padding-right: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl5 {
    padding-left: 5px;
}

.pl15 {
    padding-left: 15px;
}

.contact {
    font-size: 13px;
}

#language {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    #language > li {
        float: left;
        border-right: none;
    }

        #language > li a {
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            font-size: 12px;
            padding: 10px 5px 5px 5px;
            height: 38px;
            width: 36px;
        }

.language_active > a {
    background-color: none !important;
    background: url("../images/kruzic-jezik.png") no-repeat !important;
    background-position-y: center;
}


.desc {
    font-size: 16px;
    font-weight: bolder;
}

.lineb {
    border-bottom: solid 1px #42291B;
    padding-bottom: 15px;
}

.lineb2 {
    border-bottom: solid 1px #42291B;
    padding-bottom: 5px;
}

.borderw {
    border: solid 2px white;
}

.intro {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.intro_desc {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.alacarte {
    margin: 0;
    padding: 20px 0 20px 20px;
    font-size: 33px;
}

.alacarte2 {
    margin: 0;
    padding: 20px 0 20px 20px;
    font-size: 28px;
}

.alacarte_d {
    margin: 0;
    padding: 20px 0 20px 20px;
    font-size: 33px;
	letter-spacing:4px;
	text-align:center;
}


.eat {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.eat_desc {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.col-sm {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1024px) {
    .col-sm {
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width:767px) and (min-width:400px) {
    .col-xs-12 {
        float: left !important;
        width: 50%;
    }
}


.col-smf {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.dots {
    text-align: center;
    padding-bottom: 15px;
    margin-top: -5px;
}

.dotsline {
    padding-top: 20px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

span[class*="glyphicon-dot"] {
    margin-bottom: -.8em;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 6px;
}

.glyphicon-dot-yellow:before {
    content: "\25cf";
    font-size: 31px;
    color: #FD8100;
}

.glyphicon-dot-red:before {
    content: "\25cf";
    font-size: 31px;
    color: #B90050;
}

.subtitle {
    margin-top: -5px;
}

.about_desc {
    font-size: 16px;
    line-height: 25px;
}


.gimage {
    border: solid 2px white;
    width: 100%;
    margin-bottom: 10px;
}

.contact_name {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.contact_desc {
    font-size: 16px;
    line-height: 25px;
    color: white;
    font-weight: 600;
}



.footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .footer > div p {
        color: white;
    }

        .footer > div p > a, .footer > div p > a:hover, .footer > div p > a:focus {
            text-decoration: none;
            color: white;
        }


.copyright {
    font-size: 15px;
}

.design_right {
    text-align: right;
}

@media (max-width: 767px) {
    .design_right {
        text-align: left;
    }
}

.nodec, .nodec:hover, .nodec:focus {
    text-decoration: none;
    color: white;
}

.yellowdec, .yellowdec:hover, .yellowdec:focus {
    text-decoration: underline;
    color: #FD8100;
}


.nishta_back {
    width: 100%;
    background: url('../images/nishta.jpg') no-repeat top center;
}

.nishta_column {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -60px;
}

.nishta_back2 {
    margin: 0 auto;
    width: 733px;
    height: 500px;
    background: url('../images/nishta_logo.png') no-repeat top center;
    background-size: 733px 427px;
}

.nishta_title {
    position: relative;
    top: 255px;
    left: 4px;
    border-top: 2px solid #42291B;
    width: 445px;
    height: 50px;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 24px;
    letter-spacing: 3px;
    color: #42291B;
}

.nishta_info {
    position: relative;
    top: -115px;
    left: 4px;
    background-color: #FD8100;
    width: 400px;
    height: 80px;
    margin: 0 auto;
    padding-top: 25px;
    letter-spacing: 4px;
    color: white;
    font-weight: normal;
}

.nishta_back_d {
    margin: 0 auto;
    width: 482px;
    height: 140px;
    background: url('../images/nishta_logo_white.png') no-repeat top center;
    background-size: 482px 281px;
	background-position:center -50px;
}

.nishta_title_d {
    position: relative;
    top: 115px;
    left: 0px;
    border-top: 2px solid #ffffff;
    width: 295px;
    height: 30px;
    margin: 0 auto;
    padding-top: 7px;
	padding-left:10px;
    font-size: 15px;
    letter-spacing: 3px;
    color: #FD8100;
	text-align:center;
}

.nishta_info_d {
    position: relative;
    top: 0px;
    left: 4px;
    width: 600px;
    height: 80px;
    margin: 0 auto;
    padding-top: 25px;
    letter-spacing: 1px;
    color: white;
    font-weight: normal;
	text-align:center;
}

.recipe {
	height:460px;
	width:auto;
}


@media (max-width:960px) and (min-width:768px) {
    .nishta_column {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: -40px;
    }

    .nishta_back2 {
        width: 489px;
        height: 334px;
        background-size: 489px 285px;
    }

    .nishta_title {
        top: 170px;
        left: 4px;
        width: 295px;
        height: 50px;
        padding-top: 10px;
        font-size: 16px;
        letter-spacing: 2px;
        border-top: 1px solid #42291B;
        color: black;
    }

    .nishta_info {
        top: -80px;
        left: 4px;
        width: 270px;
        height: 55px;
        padding-top: 17px;
        letter-spacing: 3px;
        font-size: 18px;
    }
	
	.recipe {
		height:360px;
		width:auto;
	}

}

@media (max-width: 767px) {
    .nishta_column {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .nishta_back2 {
        min-width: 300px;
        width: 95%;
        height: 250px;
        background-size: 330px 192px;
    }

    .nishta_title {
        top: 120px;
        left: 4px;
        width: 205px;
        height: 25px;
        padding-top: 10px;
        font-size: 12px;
        letter-spacing: 1px;
        border-top: 1px solid #42291B;
        color: black;
    }

    .nishta_info {
        left: 0px;
        top: -35px;
        max-width: 330px;
        min-width: 300px;
        width: 95%;
        height: 35px;
        padding-top: 8px;
        letter-spacing: 2px;
        font-size: 18px;
    }
	
	.nishta_back_d {
		width: 95%;
		height: 140px;
		background-size: 330px 192px;
		background-position: center -30px;
	}

	.nishta_title_d {
		top: 85px;
		left: 0px;
		width: 200px;
		height: 30px;
		padding-top: 7px;
		font-size: 12px;
		letter-spacing: 1px;
		padding-left:7px;
	}

	.nishta_info_d {
		top: -100%0px;
		left: 4px;
		width: 95%;
		height: 50px;
		padding-top: 0px;
		letter-spacing: 1px;
		font-weight: normal;
		text-align:center;
		font-size:18px;
	}	
	
	.recipe {
		width:100%;
		height:auto;
	}
}

.comment_head {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.comment {
    font-size: 14px;
    font-weight: normal;
}

.decoration {
    text-decoration: underline;
}

.nobold {
 font-weight:normal !important;
}

.menu_day
{
	font-size:20px;
    height:30px;
}

.menu_item {
	text-align:right; 
	width:80px;
}

.menu_price {
    font-size: 18px;
    font-weight: 600;
}


.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 3px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Glyphicons Halflings';
            content: "\e013";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.small {
	font-size:5px;
}


.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus
{
    background-color: #663E83;
    color: white;
    border-color: #663E83;
    font-weight: normal;
    border-radius: 0;
}