/* ## CSS OVERVIEW ----------------------------------------------
 
	1. Navigation Menu
		- Responsive Caret
		- Res. Min Width 992px
		- Res. Max Width 991px

-------------------------------------------------------------- */

/*  [ 1. Navigation Menu ]
- - - - - - - - - - - - - - - - - - - - */

/* ## Navigation Menu */
.header-main .ow-navigation {
	background-color: #306312;
	border-radius: 0 50px;
	min-height: 70px;
	margin-bottom: 0;
	border: none;	
	position: absolute;
	z-index: 4;
}
.header-main .ow-navigation.navbar-fixed-top {
	position: fixed;
}
.ow-navigation .navbar-collapse.collapse {
    position: relative;
}
.ow-navigation .nav.navbar-nav {	
	margin-left: 295px;
}
.ow-navigation .navbar-nav > li {
    font-family: 'Petrona', serif;
	text-transform: capitalize;
	margin-right: 16px;
}
.ow-navigation .navbar-nav > li a {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin: 25px 0 24px;
	position: relative;	
}
.ow-navigation .navbar-nav > li a span {
	margin-left: 6px;
}
.ow-navigation .navbar-nav .dropdown-menu li a::after ,
.ow-navigation .navbar-nav li a::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: -2px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	display: none;
	right: 15px;
}

.ow-navigation .navbar-nav > li .dropdown-menu li a:focus,
.ow-navigation .navbar-nav > li .dropdown-menu li a:hover {
	color: #fff;
}
.ow-navigation.navbar-inverse .navbar-nav > .active > a,
.ow-navigation.navbar-inverse .navbar-nav > .active > a:focus,
.ow-navigation.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
}
.ow-navigation.navbar-inverse .navbar-nav a:hover::after,
.ow-navigation.navbar-inverse .navbar-nav a:focus::after,	
.ow-navigation.navbar-inverse .navbar-nav > .active > a::after {
	display: block;
}
.ow-navigation .navbar-nav > li > a:before {
    height: 2px;
    width: 100%;
    background: transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.ow-navigation .navbar-nav .dropdown .dropdown-menu li a::after,
.ow-navigation .navbar-nav .dropdown li a::after {
	border-bottom: 0;
}
.ow-navigation .navbar-nav > li.active > a:before {
    top: 0;
    opacity: 1;
}
.ow-navigation .navbar-nav > li:hover a:before,
.ow-navigation .navbar-nav > li.current-menu-ancestor a:before {
    top: 0;
    opacity: 1;
}
.ow-navigation .dropdown-menu {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
}
.ow-navigation .dropdown-menu > li > a {
	line-height: 20px;
	margin: 0;
	font-size: 16px;
}
/* - Header2 */
.header2 .ow-navigation .nav.navbar-nav {
	margin-left: 0;
}
.header2 .header-contact-info {
	margin-left: 10px;
}

/* - Responsive Caret */
.ow-navigation .ddl-switch {
    color: #000;
    position: absolute;
    right: 0;
    text-align: center;
    width: 42px;
    z-index: 9999;
    background-color: #666;
    cursor: pointer;
    font-size: 23px;
    padding: 1.5px 7px;
    border-left: none;
    top: 0;
    height: 25px;
    width: 25px;
    line-height: 20px;
}
.ow-navigation .ddl-active > .ddl-switch:before {
    content: "\f106";
}

/* -- Fixed Top */
.header-main.navbar-fixed-top {
	position: fixed;
}

/* - Navigation Menu > 991 RES. */
@media (min-width: 992px) {
	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
		-webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}
	.ow-navigation .dropdown-menu > li.dropdown:hover > .dropdown-menu {
        float: none;
        left: 100%;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        opacity: 1;
        border-radius: 0;
    }
	
	/* Dropdown */	
	.ow-navigation .dropdown-menu {
		background-color: #306312;
		box-shadow: none;
		border: none;
		left: 0;
		padding: 10px;
		border-radius: 0;
		margin-top: 0;
	}
	.header-section.navbar-fixed-top .ow-navigation .dropdown-menu { 
		background-color: #306312;
		padding: 0;
		border-radius: 0;
		margin-top: 0;
	}

	.ow-navigation .navbar-nav > li  .dropdown-menu li {
		padding-left: 10px;
	}
	
	.ow-navigation .navbar-nav > li  .dropdown-menu li a {
		padding-left: 0px;
		padding-right: 10px;
	}

	.header-section.navbar-fixed-top .ow-navigation .navbar-nav > li  .dropdown-menu li a {
		padding-left: 10px;
	}

	.ow-navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		display: inherit;
	}

	.ow-navigation .navbar-nav > li  .dropdown-menu li a:focus,
	.ow-navigation .navbar-nav > li  .dropdown-menu li a:hover {
		color: #fff;
		background-color: transparent;
	}

	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul {
		left: 100%;
		top: 0;
	}

	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}

	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}

	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu {
		right: 0;
		left: auto;
	}
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul {
		right: 100%;
		top: 0;
		left: auto;
	}

	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}

	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}

	/* -- Fixed Top */
	.header-main.navbar-fixed-top {
		min-height: 0;
	}
	.header-main.navbar-fixed-top .header-contact,
	.header-main.navbar-fixed-top .header-socials,
	.header-main.navbar-fixed-top .header-logo-box::before,
	.header-main.navbar-fixed-top .header-logo-box::after,
	.header-main.navbar-fixed-top .header-logo-box a img,
	.header-main.navbar-fixed-top a.contact-us{
		display: none;
	}
	.header-main.navbar-fixed-top .header-contact-info {
		padding: 0;
		display: block;
	}
	.header-main.navbar-fixed-top .header-logo-box {
		background-color: transparent;
		width: 0;
		height: 0;
	}
	.header-main.navbar-fixed-top .header-logo-box a {
		top: 10px;
		color: #fff;
	}
	.header-main.navbar-fixed-top .header-logo-box a:hover {
		opacity: 0.7;
	}
	.header-main.navbar-fixed-top .header-logo-box a span {
		color: #fff;
	}
	.header-main.navbar-fixed-top .ow-navigation {
		border-radius: 0;
		width: 100%;
		left: 0;
		right: 0;
	}
	.header-main.navbar-fixed-top .navbar-nav {
		float: right;
		margin: 0;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {

	.ow-navigation .ddl-switch {
        background-color: #fff;
        cursor: pointer;
        font-size: 20px;
        padding: 1.5px 6px;
        position: absolute;
        right: 0;
        z-index: 9999;
    }
    .ow-navigation .navbar-header {
        float: none;
    }
    .ow-navigation .navbar-toggle {
        display: block;
		border-color: #fff;
    }
    .ow-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        width: 100%;
		padding: 0;
		margin: 0;
    }
    .ow-navigation .navbar-collapse.collapse {
        display: none!important;
    }
    .ow-navigation .navbar-nav {
        float: none!important;
    }
    .ow-navigation .navbar-nav > li {
        float: none;
    }
    .ow-navigation .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
		padding-left: 0;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }
	
    /* since 3.1.0 */    
    .ow-navigation .navbar-collapse.collapse.in {
        display: block!important;
    }
    .ow-navigation .collapsing {
        overflow: hidden!important;
    }
    .ow-navigation .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        margin-top: 0;
        padding-left: 20px;
        padding-top: 0;
        position: relative;
        width: 100%;
    }
    .ow-navigation .dropdown-menu li a {
        color: #fff;
    }
	
	.ow-navigation .dropdown-menu li {
		position: relative;
	}
	.ow-navigation .dropdown-menu  li a {		
		color: #fff;
		padding: 0 10px;
	}
	.ow-navigation .dropdown-menu  li a:hover,
	.ow-navigation .dropdown-menu  li a:focus {
		color: #fff;
		background-color: transparent;
	}	
	.ow-navigation .navbar-nav > li.dropdown:hover .dropdown-menu{ 
		display: none;
	}
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(-n+3) .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(n+4) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 0px;
		right: auto;
	}
	.ow-navigation .navbar-nav > li  .dropdown-menu li {
		background-color: transparent;
		padding-left: 0;
	}
	.ow-navigation .navbar-nav .dropdown-menu li a::after, 
	.ow-navigation .navbar-nav li a::after,
	.ow-navigation.navbar-inverse .navbar-nav a:hover::after, 
	.ow-navigation.navbar-inverse .navbar-nav a:focus::after,
	.ow-navigation.navbar-inverse .navbar-nav > .active > a::after {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
	/* - Ow Navigation	*/
	.ow-navigation .nav.navbar-nav {
		margin-left: 195px;
	}
	.ow-navigation .navbar-nav > li {
		margin-right: 8px;
	}
	.header-main.navbar-fixed-top .ow-navigation .navbar-collapse.collapse {
		width: 100%;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* - Ow Navigation */
	.header-main .ow-navigation {
		border-radius: 0;
	}
	.ow-navigation .navbar-toggle {
		margin-right: 0;
		margin-top: 20px;
	}
	.ow-navigation .nav.navbar-nav {
		margin-left: 0;
		margin-top: 5px;
	}
	.ow-navigation .navbar-nav > li {
		margin-right: 12px;
		display: inline-block;
		width: 100%;
	}
	.ow-navigation .navbar-nav li a::after {
		bottom: 0;
	}
	.ow-navigation .navbar-nav > li a {
		margin: 5px 0;
		padding-left: 8px;
	}
}

@media (max-width: 767px) {
	
	/* - Ow Navigation */
	.header-main .ow-navigation {
		border-radius: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.ow-navigation .navbar-toggle {
		margin-bottom: 20px;
		margin-top: 15px;
		margin-right: 15px;
	}
	.ow-navigation .navbar-nav li a::after {
		bottom: 0;
	}
	.ow-navigation .navbar-nav .dropdown-menu li a::after,
	.ow-navigation .navbar-nav li a::after {
		display: none;
	}
	.ow-navigation .nav.navbar-nav {
		margin-left: 0;
		margin-top: 5px;
	}
	.ow-navigation .navbar-nav  > li a {
		margin: 5px;
	}
	.contact-us {
		display: none;
	}
}

.floating{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0B6530;
	color:#FFF;
	border-radius:50px;
	text-align:center;
       font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}