.navbar-default {
    border-color: transparent;
    background-color: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgb(125, 125, 125);
}

.navbar-default .navbar-brand {
		font-family: 'Open Sans', sans-serif;  letter-spacing: 0px;
  color: #ffffff;
  float: left;
  height: 50px;
  padding: 0px 0px;
  line-height: 20px;
  max-width: 200px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #FF7800;
    background-color: #FF7800;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FF7800;
}

.navbar-default .nav li a {
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
    font-weight: 400;
    color: #000000;
	font-size: 16px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #000000;
}

.navbar-default .nav li a:hover {
	border-radius: 10px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.05);
}
	
.navbar-default .navbar-nav>.active>a {
    border-radius: 10px;
    color: #ffffff;
    background-color: #FF7800;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #FF7800;
}

.navbar-brand>img {
	width: 100%;
}

.navbar-brand p {
	font-size: inherit;
	line-height: 33px;
}

li.menu1_slogan1 a {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.77;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px 10px;
    width: 200px;
    height: 50px;
    text-transform: none;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;  
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

	li.menu1_slogan1 a img {
		max-width: 44px;
		margin: 0px 0px 0px 10px;
	}
	
li.menu1_slogan1 a:hover {
	background-color: rgb(255, 156, 55) !important;
	text-transform: none;    
	text-decoration: none;  
	color: #000000 !important;
}

li.menu1_slogan1 a:focus {
	background-color: rgba(255, 255, 255, 0.1) !important;
	text-transform: none;    
	text-decoration: none;  
	color: #ffffff !important;
}

   
.center_menu1 {
	margin-left: 5%;
}

@media (min-width: 768px) {

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: #ffffff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;

    }

    .navbar-default .navbar-brand {
        font-size: 28px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 10px;
    }

    .navbar-default.navbar-shrink {
		padding: 10px 0 5px;
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0px 0px 4px 0px rgb(125, 125, 125);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 21px;
    }
	
}
@media (max-width: 1199px) {
	
	.center_menu1 {
	  margin-left: 5%;
	}
}

@media (max-width: 991px) {
	
	.navbar-default .nav li a {
		font-size: 14px;
	}
	li.menu1_slogan1 a {
		width: 82px;
	}
	
	li.menu1_slogan1 a img {
		margin: 0;
	}
}
	
@media (max-width: 768px) {
	.navbar-brand>img {
		width: 90%;
	}
	
	.navbar-default .navbar-brand {
		padding: 8px 10px;
    }

	.navbar-default .nav li a {
		font-size: 16px;
	}
}

