@font-face {
    font-family: myFirstFont;
    src: url(../fonts/MONTSERRAT-BLACK.OTF);
	font-weight:bold;
}
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/MONTSERRAT-LIGHT.OTF);
}
body {
	font-family: montserrat, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.5;
}
#content {
	margin: 0;
}
header#branding {
	padding: 20px 0px;
}
.navbar-default {
	background: rgb(0 0 0 / 15%) !important;
	border: none 0px;
	margin-top:30px;
}
#colophon {
	padding: 1em 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:focus, a:hover {
	color: #079448;
	text-decoration: none;
}
.menu-item ul {
	border-radius: 10px 0px 40px 0px;
	background-color: #f7941ea6;
}
.dropdown-menu {
	min-width: 110px;
	margin: 2px;
}
.dropdown-menu>li>a {
	color: #ffffff;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
p {
    margin: 0px;
}
.carousel-caption {
	background: rgb(0 75 37 / 56%);
	right: 70%;
    left: 0;
	text-align: left;
	bottom: 0px;
}
.carousel-products {
}
.background-none {
	background: none;
	background-image: none !important;
}
.carousel-indicators {
	bottom: 0px;
    background: #00673357;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 15px 0;
}
.carousel-indicators li {
	background-color: #dddddd;
}
.carousel-indicators .active {
	background-color: #f7941e;
}
.rounded-circle {
	border-radius: 50%;
}
.right {
	right: 0px;
}
.news {
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 4px solid #dddddd;
}
.news:hover {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 4px solid #f7941e;
	cursor: pointer;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background-color:#f7941e;
}
@media (min-width: 768px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background:none;
}
}
@media (max-width: 768px) {
	 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		 background-color:#eb9316;
		 }
}
.navbar-brand{
	height: 75px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
	    background: none;
		color:#ffffff;
		border:0px none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
}
.navbar-default .navbar-nav>.active>a{
	color:#ffffff;	
}
.navbar-brand, .navbar-nav>li>a, .dropdown-menu>li>a{
    text-shadow: 1px 1px 1px #33333330;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #ffffff;
	background:none;
}
.navbar-nav>li>a:hover{
	color: #ffffff !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #ffffff !important;
	background:none;
}
.navbar-nav>li {
	background-image: url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:2px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color:#ffffff;
	background-image: linear-gradient(to bottom,#e78713 0,#e78612 100%);
}
@media (min-width:768px) {
.header-bg {
	position: absolute;
	z-index: 100;
	width: 100%;
	background: none transparent !important;
}
.navbar-header{
	margin-top:-55px;
}
.news-date{
	background-color:#f7941e;
	width:20%;
	border: 3px solid #fff;
    padding: 10px;
	margin-top: -20px;
    position: relative;
    margin-left: 10px;
}
.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media (max-width:767px) {
.header-bg {
}
.news-date{
	background-color:#f7941e;
    padding: 10px;
}
}

/*borders*/ 

.orange-bord {
	border: 2px solid #f7941e;
}
.gray-bord {
	border: #e9e9e9 solid 1px;
}

/*background*/

.orange-bg {
	background-color: #f7941e;
}
.products-bg {
	background: url(../images/products-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.green-bg {
	background-color: #149248;
}
.gray-bg {
	background-color: #f5f5f5;
}
.white-bg {
	background-color: #fff;
}
.border-radius {
	border-radius: 10px 0px 10px 0px;
}
.border-radius_02 {
	border-radius: 120px 0px;
}

/*text*/
.text-white {
	color: #fff
}
.text-orange {
	color: #f7941e;
}
.text-gray {
	color: #7a7a7a;
}
.text-8 {
	font-size: 8px;
}
.text-12 {
	font-size: 12px;
}
.text-14 {
	font-size: 14px;
}
.text-18 {
	font-size: 18px;
}
.text-20 {
	font-size: 20px;
}
.text-24 {
	font-size: 24px;
}
.text-36 {
	font-size: 36px;
}
.text-65 {
	font-size: 65px;
}
.text-upper {
	text-transform: uppercase;
}
.text-bold {
	font-family: "Montserrat Black"
}

/*padding and margine*/
.p-5 {
	padding: 5px
}
.p-10 {
	padding: 10px
}
.p-20 {
	padding: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.m-5 {
	margin: 5px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.img-mt- {
	margin-top: -120px;
	position: absolute;
}