/* Comment the style tag out, only for IDE purposes. 
<style type="text/css">*/
/* Media Queries */
@media (max-width: 767px) {
        #footer {
                margin-left: -20px !important;
                margin-right: -20px !important;
                padding-left: 20px !important;
                padding-right: 20px !important;
        }
}
/* Conditional Classes template CSS */
/* Body */
body.body-font {
        font-family: 'titilliumregular';
}
body.body-custom {
        ;
}
/* Navbar Configurations */
#nav-configure.bar-colors #nav > div.navbar-inner {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='');
        background-color:  !important;
        background-image: -moz-linear-gradient(to bottom, , );
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(), to());
        background-image: -webkit-linear-gradient(to bottom, , );
        background-image: -o-linear-gradient(to bottom, , );
        background-image: linear-gradient(to bottom, , );
        border-color:  !important;
}
#nav-configure.bar-colors #nav ul.nav li > a:hover, #nav ul.nav > li.dropdown.open > a, #nav-configure.bar-colors #nav ul.nav > li.dropdown.active > a, #nav-configure.bar-colors #nav ul.nav > li.active > a {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='');
        background-color:  !important;
}

#nav-configure.bar-colors #nav .dropdown-menu li > a:hover, #nav-configure.bar-colors #nav .dropdown-menu li > a:focus, #nav-configure.bar-colors #nav .dropdown-submenu:hover > a, #nav-configure.bar-colors #nav .dropdown-menu .active > a, #nav-configure.bar-colors #nav .dropdown-menu .active > a:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='');
        background-color:  !important;
        background-image: -moz-linear-gradient(to bottom, , ) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(), to()) !important;
        background-image: -webkit-linear-gradient(to bottom, , ) !important;
        background-image: -o-linear-gradient(to bottom, , ) !important;
        background-image: linear-gradient(to bottom, , ) !important;
        border-color:  !important;
}

#nav-configure.bar-colors #nav.navbar-inverse .btn-navbar, #nav-configure.bar-colors #nav .btn-navbar  {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='');
        background-color:  !important;
        background-image: -moz-linear-gradient(to bottom, , ) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(), to()) !important;
        background-image: -webkit-linear-gradient(to bottom, , ) !important;
        background-image: -o-linear-gradient(to bottom, , ) !important;
        background-image: linear-gradient(to bottom, , ) !important;
        border-color:  !important;
}

#nav-configure.caret-color #nav ul.nav > li.dropdown > .dropdown-toggle .caret {
        border-top-color:  !important;
}
#nav-configure.caret-color #nav ul.nav > li.dropdown.active > .dropdown-toggle .caret {
        border-top-color:  !important;
}
#nav-configure.caret-color #nav ul.nav > li.dropdown.open > a:hover > .caret, #nav-configure.caret-color #nav ul.nav > li.dropdown.open > a:focus > .caret, #nav-configure.caret-color #nav ul.nav > li.dropdown.open > a > .caret {
        border-top-color:  !important;
}
#nav-configure.caret-color #nav.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color:  !important;
}

#nav-configure.caret-color #nav.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, #nav-configure.caret-color #nav.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, #nav-configure.caret-color #nav.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-top-color:  !important;
}

#nav-configure.brand-color #nav a.brand {
        color:  !important;
}
#nav-configure.brand-color #nav a.brand:hover {
        color:  !important;
}

#nav-configure.font-color #nav ul.nav > li.dropdown > a, #nav-configure.font-color #nav ul.nav > li > a {
        color:  !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#nav-configure.font-color #nav .nav-collapse.collapse .nav > li > a, #nav-configure.font-color #nav .nav-collapse.collapse .dropdown-menu a {
        color:  !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#nav-configure.font-color #nav .dropdown-menu li > a:hover, #nav-configure.font-color #nav .dropdown-menu li > a:focus, #nav-configure.font-color #nav .dropdown-submenu:hover > a {
        color:  !important;
}
#nav-configure.font-color #nav.navbar .btn-navbar .icon-bar {
        background-color:  !important;
}
#nav-configure.menu-height #nav .navbar-inner {
        min-height: ;
}
#nav-configure.brand-font #nav a.brand {
        font-family:  !important;
}
#nav-configure.menu-font #nav .nav a {
        font-family: ;
}
#nav-configure.menu-custom #nav .nav a {
        ;
}
#nav-configure.brand-custom #nav a.brand {
        ;
}
#nav-configure.nav-bar-custom #nav > div.navbar-inner {
        
margin: 0 auto;
border-radius: 15px 15px 0 0;;
}

/* Footer Configurations */
#footer.footer-fixed {
        position: fixed !important;
        bottom: 0 !important;
}
#page.footer-fixed {
        margin-bottom: 4em;
}
@media (max-width: 800px) {
        #footer.footer-fixed {
                padding: 0 20px;
                margin-left: -20px;
                position: relative !important;
        }
}
#footer.bg-color {
        background-color: rgba(0,0,0,0.5); !important;
        border-color:  !important;
}
#footer.font-color {
        color:  !important;
}
#footer.footer-custom {
        ;
}

/* Conditional Media Queries */
@media (min-width: 800px){
        #nav-configure.nav-list-custom #nav .nav {
                ;
        }
}
@media (max-width: 800px) {
        #nav-configure.adjusted #nav li {
                clear:both;
        }
        #nav-configure.adjusted #nav .nav-helper {
                float:right !important;
                position:relative;
                cursor: pointer;
                zoom: 1;
                z-index: 200;
        }
        #nav-configure.adjusted #nav .sub-nav-helper {
                float:right !important;
                position:relative;
                cursor: pointer;
        }
        #nav-configure.adjusted #nav ul.nav > li.dropdown > a {
                float:left !important;
                width: 60% !important;
                position:relative;
                clear:both;
        }
        #nav-configure.adjusted #nav ul.dropdown-menu {
                width: 60% !important;
        }
        #nav-configure.adjusted #nav ul.dropdown-menu a, #nav-configure.adjusted #nav ul.dropdown-menu > li.dropdown-submenu {
                clear:both !important;
        }

        #nav-configure.adjusted #nav li.dropdown-submenu > a {
                float: left !important;
                position:relative;
        }

        #nav-configure.adjusted #nav li.dropdown-submenu > a:after {
                display:none;
        }
}

        h1, h2, h3, h4, h5, h6 {
                font-family: 'titilliumregular';
        }
        h1, h2, h3, h4, h5, h6 {
                font-weight: normal !important;;
        }

/*
</style>
*/
