@charset "utf-8";
/* CSS Document */

#topNav div.submenu-dark ul.dropdown-menu {
    background: #112b4d;
    background-color: #112b4d;
}

#topNav div.submenu-dark ul.dropdown-menu {
    border-color: #112b4d #112b4d #112b4d;
}

#footer {
    background: #fff;
}

#footer>.container {
    padding-top: 20px;
    margin-bottom: 60px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Goudy Bookletter 1911', serif;
}

h4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 14px 0 4px 0;
}

h1 {
    font-size: 30px;
	margin-bottom:20px;
}

h2 {
	font-size:20px;
	margin-bottom:12px;
}

/*

, input[type="radio"]

*/


input[type="checkbox"], input[type="radio"] {

    margin: 5px 0 0;
    float: left;
    margin-right: 5px;

}


input[type='checkbox'] { 
    height: 20px;
    border:1px solid #B5B7B8;

    padding:7px 7px 7px 12px;
    /*margin:0 0 30px 0;*/
    background:#FFF;
    border:1px solid #d5d5d6;
    outline:none;
    color:#96999D;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);        
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 0.15s;
       -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
         -o-transition: all 0.15s;
            transition: all 0.15s;          
}
input[type=checkbox]:focus
  {
    border-color: #ACACB8;
    color: #2E3236;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18)!important;
}

input[type=checkbox]:checked {
    background-color: #8ab933;
}

label { margin-left: 5px; }

#topMain.nav-pills>li>a {
	 font-family: 'Goudy Bookletter 1911', serif;
    color: #fff;
	font-size:20px;
    font-weight: normal;
    background-color: transparent;
}
#topMain.nav-pills>li>a:hover {
    color: #fff;
    background-color: #5F08A1;
}

body {
	font-size:17px;
}


#footer {
 font-size: 14px;
 /*color: rgba(0,0,0,0.6);
 background: url(/images/menu-background.jpg);*/
}

#footer a {
    color:#BF3F1A;
    text-decoration: none;
}

#footer a:hover {
 color: rgba(0,0,0,1.0);
}

#header {
	 /*background:url(/images/menu-background.jpg); background-repeat:no-repeat;*/
	 background-color: #1499C5;
}

section#slider {
    background-color: #fff;
}

#footer {
    background-color: rgba(0,0,0,0.2);
}

#topNav button.btn-mobile i {
color:#fff;

}