/* menu*/
@media (min-width: 992px)
html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:hover:before, html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:focus:before, html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
    border-color: rgba(35, 136, 237, 0.5);
}

@media (min-width: 992px)
#header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
    right: 0.55rem;
}
.font-second-color {
    color: #fecb2f !important;
}
.bg-second-color {
	background-color: #fecb2f !important;
}
.bg-second-color-2 {
	background-color: #ff7e07 !important;
}
body {font-size: 15px;}

/*menu*/
@media (min-width: 992px){
	html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
	    border-color: rgba(254, 203, 47, 0.5) !important;
	}
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    margin-top: 0px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
#header .header-top.header-top-colored a, #header .header-top.header-top-colored i {
    color: #FFF;
    font-size: 0.8rem;
}
#header .header-top.header-top-dark .nav i, #header .header-top.header-top-colored .nav i {
    color: #fff;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
	    border-radius: 4px;
	    font-size: 0.9rem;
	    font-style: normal;
	    font-weight: 500;
	    line-height: 1.2;
	    padding: 1.93333em 0.85em;
	    color: #777;
	}
}

.page-header h1 {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
    position: relative;
    font-size: 25.6px;
    font-size: 1.2rem;
}


/*loader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}
#loader {
    width: 256px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -128px;
    margin-top: -19px;
}
.loader-inner {
    width: 256px;
    height: 38px;
    background: url(../images/loader.gif) center center no-repeat;
}

/*header*/
.page-header span {
    display: inline-block;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
    position: relative;
    font-size: 25.6px;
    font-size: 1.6rem;
    color: #000;
}

/*slider*/

.tparrows.slider-arrows-style-second-color.tp-leftarrow, .tparrows.slider-arrows-style-second-color.tp-rightarrow{
	border: 2px solid #fecb2f !important;
	color: #fff !important;
}

.tparrows.slider-arrows-style-second-color.tp-leftarrow:hover, .tparrows.slider-arrows-style-second-color.tp-rightarrow:hover {
	opacity: 0.8 !important;
	background-color: #fecb2f !important;
}
 
 
 
 
 


/*index*/
.custom-top-image-border-1:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.2vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/demos/restaurant/styled-border-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-top-image-border-11:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.8vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/demos/restaurant/styled-border-22.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-top-image-border-2:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.2vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/demos/restaurant/styled-border-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-top-image-border-22:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.2vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/demos/restaurant/styled-border-11.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.call-to-action h2, .call-to-action h3 {
    margin-bottom: 0;
    color: #fff;
} 


/*despre*/
.counters.counters-light .counter label {
    color: #FFF !important;
    font-size: 0.8rem !important;
    font-weight: 500;
}

/*oferte*/
.card.card-style-5:before {
	opacity: 0; //1
}
 
.card.card-style-5 .card-body {
    background: rgba(255, 255, 255, 0);
    background: #f1f3f7;
    opacity: 0.8;
    z-index: 10;
    -webkit-transition: ease background 300ms;
    transition: ease background 300ms;
}
.card.card-style-5 .card-body p{color: #000 !important}

/*contact*/
form.form-style-2 .form-control {
    background-color: #fff !important;
}

/*footer*/
.footer-copyright a.copyright  {color: #aa0000 !important; font-weight: bold;}

.custom-top-image-border-2 {
    position: relative;
}
.custom-top-image-border-2:before {
    content: '';
    display: block;
    position: absolute;
    top: -3.2vw;
    left: 0;
    width: 100%;
    height: 8vw;
    background: url(../img/demos/restaurant/styled-border-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
html .scroll-to-top {
    background: #404040;
    color: #FFF;
}


.comment_div_securitate_asc {
    visibility: hidden;
    height: 1px;
}