body {
	
}


.own-top-bar {
    margin-bottom: 0 !important;
    margin-top: 4px;
}

.own-top-bar > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
}

.own-carousel {
	background-image: url(../img/bg.png);
	padding-bottom: 10px;
	padding-top: 10px;
}

.own-top-bar {
    margin-bottom: 0 !important;
    margin-top: 4px;
}



.own-content-bg {
	background-image: url(../img/bg.png);
}


.own-top-bar  {
	margin-bottom: 0 !important;
	margin-top: 4px;
}

.carousel-item {
	height: 320px;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-bar {
	background-color: #fe9901;
	color: #fff;
	height: 35px;
	font-size: 13px;
}

.portfolio-item {
	margin-bottom: 30px;
}

.own-row-padding {
	padding-bottom: 10px;	
}

.pos-rel {
    position: relative;
}

.pos-abs-h2 {
	position: absolute;
	bottom: 20px;
	    font-size: 23px;
}

.pos-abs-h2 span {
	color: white;
	letter-spacing: -1px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	text-transform: uppercase;
}


.dropfalse {
	user-drag: none; 
	-moz-user-select: none; 
	-webkit-user-drag: none;
}

.own-category-six1 {
	padding-right: 5px;	
}

.own-category-six-c {
	padding-left: 5px;	
	padding-right: 5px;
}
.own-category-six2 {
	padding-left: 5px;	
}

@media only screen and (max-width: 576px) and (min-width: 1px) { 
	.own-category-six1 {
		padding-left: 0px;
		padding-right: 0px;	
		margin-bottom:10px;
	}
	
	.own-category-six2 {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom:10px;
	}
	
	.own-carousel-mobile {
		display: none;
	}
}

@media only screen and (max-width: 1242px) and (min-width: 1px) { 
	.logo {
		width: 165px;
	}
}

@media only screen and (max-width: 574px) and (min-width: 1px) { 
	.own-row-padding {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 575px) and (min-width: 1px) { 
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 576px) and (min-width: 1px) { 
	.top-bar {
		display: none;
	}
}

@media only screen and (max-width: 991px) and (min-width: 1px) { 
	.badge-warning {
		margin-left: -4px;
	}
	.own-search-style {
		margin-top: 15px !important;
		margin-left: 1px !important;	
	}
	.own-search-span {
		margin-top: 15px !important;
	}
	.pos-abs-h2 {
		font-size: 15px;
	}
	.nav-link {
		margin-left: 0;
	}	
}



@media only screen and (max-width: 1199px) and (min-width: 992px) { 
	.navbar-dark .navbar-nav .nav-link {
		font-size: 13px;
	}
	.badge-warning {
		margin-top: 6px;
		font-size: 10px;
	}
	.own-search-style {
		width: 84px !important;
		font-size: 12px !important;
		height: 25px !important;
		margin-top: 5px !important;
		margin-left: 15px !important;
	}	
}

.own-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;	
}

.own-search-style {
	width: 120px !important;
	font-size: 13px;
	height: 25px;
	margin-top: 5px;
	margin-left: 25px;
	border: 0;
	float: left;
}

.own-csanyi-btn {
	margin-left: 5px;	
}

.own-csanyi-a {
	color: #fff !important;
	font-size: 11px;
}

.own-csanyi-a:hover {
	text-decoration: none;
}

.own-search-style:focus {
	border: 0;
	background: #e8e8e8;
}

.own-search-btn {
	padding: 0px 5px 0px 5px;
	background: #fe9901;
	cursor: pointer;
}

.own-search-span {
	margin-top: 5px;
	height: 25px;	
}

.sbar-color {
	color: #fff;	
}

.own-actual-menu-stand {
	border-bottom: 1px solid #d87d00;		
}

.req-content-title {
	margin-top: 20px;	
}


/*MENU LVL3*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

