/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #93CB4D;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: #2D1426;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #93CB4D;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 0px solid rgba(255,255,255,.2);
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

.light {
    font-weight: 400;
}

.navigation-menu {
    background-color: #93CB4D;
}

.navigation-menu li a,
.navigation-menu li a:hover,
.navigation-menu li a:focus {
    color: #ffffff;
    background-color: #93CB4D;
}

.fa-minus,
.fa-gear {
	color: #219ab3;
	font-size: 18px;
	float: right;
}

.fa-plus {
	color: #219ab3;
	font-size: 20px;
	float: right;
	visibility: hidden;
}

.fa-minus {
	margin-right: 20px;
}

#properties {
	visibility: hidden;	
}

#properties .input-group {
	margin-bottom: 5px;
	width: 100%;
}

.int-tool {
	text-align: center;
	margin-bottom: 5px;
}

.dev {
	margin-bottom: 30px;	
}

@media all and (max-width: 700px) {
 .eviti-hidden-small
 {
  display: none !important;	
 }
}