
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.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;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

body{
	background-image: url('/assets/media/cover.jpg')!important;
	background-attachment: fixed!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	
}

.nav-link:hover{
	background-color: #bcbebf!important;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}
.nav-menu{
	    background-color: #e9ecef!important;
}

.nav-header{
	 background-color: #94dea5!important;
}

.dh{
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    font-weight: bold;
}
/*@media (min-width: 979px) {*/




.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
    line-height: 1.33em;
    color: #7E7E7E;
}
h1 {
    color: #EEEEEE;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-image: url('/assets/media/cover.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -114px 0 0 -98px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#imgloader{
	display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -177px 0 0 -75px;
	 z-index: 1000;
	
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

/**********************************************/
	.scrollto{
		font-family: "Philosopher", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #555;
	}
	
	a.scrollto:hover, a.scrollto:visited, a.scrollto:link, a.scrollto:active
	{
			text-decoration: none;
	}
	.container{
		min-width:80%;
	}
	
	.row-search{
		padding:10px;
	}

/******************THEMING***********************/


/* Small devices (landscape phones, 544px and up) */
 @media (min-width: 544px) {  
	
    .row-search{
		width:95%;
	}
	.scrollto{
		font-family: "Philosopher", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #555;
		font-size: 16px;
	}
	
	a.scrollto:hover, a.scrollto:visited, a.scrollto:link, a.scrollto:active
	{
			text-decoration: none;
	}
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {  
    .row-search{
		width:95%;
	}
	
	.scrollto{
		font-family: "Philosopher", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #555;
		font-size: 30px;
	}
	
	a.scrollto:hover, a.scrollto:visited, a.scrollto:link, a.scrollto:active
	{
			text-decoration: none;
	}
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .row-search{
		width:70%;
	}
	.scrollto{
		font-family: "Philosopher", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #555;
		font-size: 40px;
	}
	
	a.scrollto:hover, a.scrollto:visited, a.scrollto:link, a.scrollto:active
	{
			text-decoration: none;
	}

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
	.row-search{
		width:70%;
	}
   .scrollto{
		font-family: "Philosopher", sans-serif;
		font-weight: bold;
		font-style: italic;
		color: #555;
		font-size: 48px;
	}
	
	a.scrollto:hover, a.scrollto:visited, a.scrollto:link, a.scrollto:active
	{
			text-decoration: none;
	}
  }


/***********************************************/    
