@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/*-- nav menu Section
----------------------------------------------------------------------*/
.navbar-webfrog {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	
}
.navbar-webfrog .navbar-nav > .active > a {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-webfrog .navbar-brand, 
.navbar-webfrog .navbar-nav > li > a {
	text-shadow: none;
}
.navbar {
	position: relative;
	min-height: 20px;
	margin-bottom: 0;
	border: none;
	border-bottom: 3px solid transparent;
	border-radius: 0;
}
.navbar-webfrog {
	background-color: #00B7DD;
	border-color: #004B61; 
	text-transform: uppercase; 
	color: #fff;
}
.navbar-webfrog .navbar-brand {
	color: #fff;
}
.navbar-webfrog .navbar-brand:hover, 
.navbar-webfrog .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-webfrog .navbar-text {
	color: #fff;
}
.navbar-webfrog .navbar-nav > li > a {
	color: #fff;
}
.navbar-webfrog .navbar-nav > li > a:hover, 
.navbar-webfrog .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #222532;
	transition: all ease 0.4s;
}
.navbar-webfrog .navbar-nav > .active > a, 
.navbar-webfrog .navbar-nav > .active > a:hover, 
.navbar-webfrog .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #252936;
}
.navbar-webfrog .navbar-nav > .disabled > a, 
.navbar-webfrog .navbar-nav > .disabled > a:hover, 
.navbar-webfrog .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-webfrog .navbar-toggle {
	border-color: #333333;
}
.navbar-webfrog .navbar-toggle:hover, 
.navbar-webfrog .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-webfrog .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-webfrog .navbar-collapse, 
.navbar-webfrog .navbar-form {
	border-color: #101010;
}
.navbar-webfrog .navbar-nav > .open > a, 
.navbar-webfrog .navbar-nav > .open > a:hover, 
.navbar-webfrog .navbar-nav > .open > a:focus {
	background-color: #252936;
	color: #ffffff;
}
.navbar-webfrog .navbar-link {
	color: #999999;
}
.navbar-webfrog .navbar-link:hover {
	color: #ffffff;
}
.navbar-nav {
	margin: 7.5px -10px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
nav:before {
	content:'Copyright © 2017 | Website Design by Webfrog Studios';
	position:absolute;
	text-indent:-999999px;
	top:0;
	left:-999999px;
	width:100%;
}


	.nothing-ul{
		
		list-style: none;
	}
	
	.nothing-ul li{
		
		display:inline-block;
		font-weight:500;
		font-size:12px;
	}


	.nothing-ul li:last-child{
		
		padding-left:15px;
		font-weight: 200;
	}
	
	.nothing-ul li a{
	 
		font-size:12px;
	}
/*-- Mobile Navbar Style --*/
@media (max-width: 767px) {
	
	
	
	
.navbar-webfrog .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
}
.navbar-webfrog .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}
.navbar-webfrog .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-webfrog .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-webfrog .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-webfrog .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-webfrog .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-webfrog .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-webfrog .navbar-nav .open .dropdown-menu > .disabled > a, 
.navbar-webfrog .navbar-nav .open .dropdown-menu > .disabled > a:hover, 
.navbar-webfrog .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
}
/*-- Mobile Navbar dropdown Style --*/
@media (max-width: 767px) {
	
	
	
	
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}


/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
		.nothing-ul{
		
		list-style: none;
	}
	
	.nothing-ul li{
		
		display:inline-block;
		font-weight:500;
		font-size:0.7vw;
	}


	.nothing-ul li:last-child{
		
		padding-left:15px;
		font-weight: 200;
	}
	
	.nothing-ul li a{
	 
		font-size:0.7vw;
	}
	
	
.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*.navbar-nav > li > a > .fa {
	font-size: 10px;
	margin-left: 2px;
	top: -1px;
	position: relative;
}*/
.navbar-nav.navbar-right:last-child {
	margin-right: -10px;
}
.nav>li>a {
	padding: 10px 12px;
	font-size: 10px;
	font-size: 1.0rem;
}


.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #222632;
	border: 1px solid #222632;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
	text-align: left;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: #15B9D9;
	text-decoration: none;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	background-color: #273171;
}

/* Hover over drop down menus */
.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
	top:-5px;
	left:99%;
	position:absolute;
	display:none;
}
.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
	display:block;
}

.left-menu .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    background-color: #00B8DA;
    text-decoration: none;
    color: #fff;
} 
	
	
.left-menu .dropdown{
	
	transition: all ease-in-out 0.4s;	
}

	.left-menu .dropdown-menu {
    position: relative;
    top: 100%;
    
	width:100%;	
    z-index: 1000;
    display: none;
    float: left; 
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: none;
    background-clip: padding-box;
    text-align: right;
	transition: all ease-in-out 0.4s;	
	 
}
	
	
	.left-menu .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
	position:relative;	
	 background-color: #252936;
	margin-bottom: -10px;
		position: relative;
		z-index: 5;
	 	
}

.left-menu .dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
	 margin-bottom: inherit;
	position: relative;
		z-index: 10;
}
	
	.left-menu .notdown{
		
		position: relative;
		z-index: 5;
	}

	/*
	
	.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
	*/
	
	

	
	
}



/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.nav>li>a {
	padding: 15px 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
	.navbar {
		display:none;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.nav>li>a {
	padding: 15px 30px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
}
body:not(.copyright_2017_webfrogStudios) nav {
    display: none;
}