.cssload-container *, .cssload-container *:before, .cssload-container *:after {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-container {
    margin: 20px auto;
    width: 128px;
    height: 64px;
}

    .cssload-container > div {
        float: left;
        background: rgb(222,131,57);
        height: 100%;
        width: 11px;
        margin-right: 2px;
        display: inline-block;
    }

    .cssload-container .cssload-shaft1 {
        animation-delay: 0.0425s;
        -o-animation-delay: 0.0425s;
        -ms-animation-delay: 0.0425s;
        -webkit-animation-delay: 0.0425s;
        -moz-animation-delay: 0.0425s;
    }

    .cssload-container .cssload-shaft2 {
        animation-delay: 0.085s;
        -o-animation-delay: 0.085s;
        -ms-animation-delay: 0.085s;
        -webkit-animation-delay: 0.085s;
        -moz-animation-delay: 0.085s;
    }

    .cssload-container .cssload-shaft3 {
        animation-delay: 0.1275s;
        -o-animation-delay: 0.1275s;
        -ms-animation-delay: 0.1275s;
        -webkit-animation-delay: 0.1275s;
        -moz-animation-delay: 0.1275s;
    }

    .cssload-container .cssload-shaft4 {
        animation-delay: 0.17s;
        -o-animation-delay: 0.17s;
        -ms-animation-delay: 0.17s;
        -webkit-animation-delay: 0.17s;
        -moz-animation-delay: 0.17s;
    }

    .cssload-container .cssload-shaft5 {
        animation-delay: 0.2125s;
        -o-animation-delay: 0.2125s;
        -ms-animation-delay: 0.2125s;
        -webkit-animation-delay: 0.2125s;
        -moz-animation-delay: 0.2125s;
    }

    .cssload-container .cssload-shaft6 {
        animation-delay: 0.255s;
        -o-animation-delay: 0.255s;
        -ms-animation-delay: 0.255s;
        -webkit-animation-delay: 0.255s;
        -moz-animation-delay: 0.255s;
    }

    .cssload-container .cssload-shaft7 {
        animation-delay: 0.2975s;
        -o-animation-delay: 0.2975s;
        -ms-animation-delay: 0.2975s;
        -webkit-animation-delay: 0.2975s;
        -moz-animation-delay: 0.2975s;
    }

    .cssload-container .cssload-shaft8 {
        animation-delay: 0.34s;
        -o-animation-delay: 0.34s;
        -ms-animation-delay: 0.34s;
        -webkit-animation-delay: 0.34s;
        -moz-animation-delay: 0.34s;
    }

    .cssload-container .cssload-shaft9 {
        animation-delay: 0.3825s;
        -o-animation-delay: 0.3825s;
        -ms-animation-delay: 0.3825s;
        -webkit-animation-delay: 0.3825s;
        -moz-animation-delay: 0.3825s;
    }

    .cssload-container .cssload-shaft10 {
        animation-delay: 0.425s;
        -o-animation-delay: 0.425s;
        -ms-animation-delay: 0.425s;
        -webkit-animation-delay: 0.425s;
        -moz-animation-delay: 0.425s;
    }

    .cssload-container > div {
        animation: cssload-loading 1.275s infinite ease-in-out;
        -o-animation: cssload-loading 1.275s infinite ease-in-out;
        -ms-animation: cssload-loading 1.275s infinite ease-in-out;
        -webkit-animation: cssload-loading 1.275s infinite ease-in-out;
        -moz-animation: cssload-loading 1.275s infinite ease-in-out;
        transform: scaleY(0.05) translateX(-21px);
        -o-transform: scaleY(0.05) translateX(-21px);
        -ms-transform: scaleY(0.05) translateX(-21px);
        -webkit-transform: scaleY(0.05) translateX(-21px);
        -moz-transform: scaleY(0.05) translateX(-21px);
    }



@keyframes cssload-loading {
    50% {
        transform: scaleY(1.2) translateX(21px);
        background: rgb(75,86,5);
    }
}

@-o-keyframes cssload-loading {
    50% {
        -o-transform: scaleY(1.2) translateX(21px);
        background: rgb(75,86,5);
    }
}

@-ms-keyframes cssload-loading {
    50% {
        -ms-transform: scaleY(1.2) translateX(21px);
        background: rgb(75,86,5);
    }
}

@-webkit-keyframes cssload-loading {
    50% {
        -webkit-transform: scaleY(1.2) translateX(21px);
        background: rgb(75,86,5);
    }
}

@-moz-keyframes cssload-loading {
    50% {
        -moz-transform: scaleY(1.2) translateX(21px);
        background: rgb(75,86,5);
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #0d2446;
    overflow-x: hidden;
}

.body-content {
	min-height: 500px;
	padding-left: 15px;
	padding-right: 15px;
}

a {
    outline: none;
}

/*img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);  IE 9 
    -webkit-transform: translateZ(0);  Chrome, Safari, Opera 
    transform: translateZ(0);
}*/

header {
    position: relative;
    height: 1000px !important;
    min-height: 500px;
    width: 100%;
    /*background: #161415 url(../images/main3.jpg) no-repeat top center fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;*/
    text-align: center;
    overflow: hidden;
    background-color: rgb(199, 199, 199);
}

header:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

    header .main-logo {
        display: inline-block;
        vertical-align: top;
        margin-top: 110px;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateZ(0); /* IE 9 */
        -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
        transform: translateZ(0);
        width: 100%;
        max-width: 500px;
        filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')"; filter: url(#drop-shadow);
        -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
        filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
    }

header .banner {
	display: inline-block;
    position: relative;
	vertical-align: top;
	text-align: center;
}

header .banner-text {
    position: relative;
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}

header .banner-text .walk-button {
    width: 100%;
    height: 100%;
    color: white;
    background: #0d2446;
    opacity: 0.8;
    padding: 10px;
    border: 5px solid #0d2446;
    margin-top: 111px;
}

header .banner-text a.btn {
    width: 100%;
    margin-top: 24px;
    font-size: 1.5em;
    color: white;
}


/*header .banner-text h1 {
    display: none;
	font: 30px/1.0em 'opensans-bold', sans-serif;	
	letter-spacing: -2px;
	margin: 10px 0px 20px 0px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}*/

    header .banner-text h1 {
        text-align: center;
        font-size: 34px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        margin: 0 auto;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
        color: white;
        position: absolute;
        top: 25px;
        width: 100%;
    }

header .banner-text hr {
	width: 60%;
	margin: 18px auto 24px auto;
	border-color: #2F2D2E;
	border-color: rgba(150, 150, 150, .1);
}

header .social {
	padding: 0;
    margin: 20px 0px 0px 0px;
	font-size: 25px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}

header .social li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}

header .social li a {
	color: #0d2446;
}

header .scrolldown {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}

header .scrolldown a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -29px;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	height: 42px;
	width: 42px;
	font-size: 42px;
	line-height: 42px;	
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

div.page-head {
    color: white;
    background-color: #0d2446;
    padding-top: 110px;
}

div.page-head ul.bcrumb {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.page-head ul.bcrumb li {
    display: inline;
}

div.page-head h2 {
    font-size: 30px !important;
    margin: 0px;
    /*text-align: center;*/
    padding-bottom: 12px;
    margin-top: -15px;
}

div.page-head h2 span {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 320px;
}

.bcrumb, .bcrumb a {
    color: white;
}

.navbar-inverse .navbar-toggle {
    background: #de8439;
    border: 1px solid transparent;
    margin-right: 20px;
    margin-top: -45px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #0d2446;
}

.navbar-header .navbar-brand {
    display: none;
}

.footer-small {
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
}

.clear-both {
    clear: both;
}

.clearblock {
    display: block;
    clear: both;
}

select {
	max-width: 280px;
}

.scroll {
    overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px;
}

label {
    font-family: 'Sanchez', serif;
}

table tbody > tr > td {
    padding: 4px !important;
}

.clickable-row.highlight,
.clickable-row:hover td,
a[data-href]:hover {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}

.error-message > p {     
    display: none;      
    background-color: #9C1316;    
    border-radius: 5px;
    color: white;
    font-weight: bold; 
    padding: 10px;
}

.field-validation-error, #feedback-message, .feedback-message {
    color: #9C1316;
    font-weight: bold;
}

.red {
	color:#9C1316;
}

.date-picker.input-validation-error, .block-validation-error {
    border: 5px solid #9C1316;
    border-radius: 4px;
    background-color: rgba(156, 19, 22, 0.28);
    padding: 20px;
}

.date-picker.input-validation-error {
    padding: 0px;
}

.form-group.block-validation-error+span {
    display: block;
    margin-bottom: 20px;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.modal-content {
    /*width: 600px !important;*/
    margin: 30px 30px !important;
    border-style: solid;
    border-width: 3px;
    border-color: #0d2446;
    padding: 10px;
}

.modal-body {
    text-align: center;
}

.modal-footer {
    text-align: center;
}

#confirm-dialog, #feedback-dialog {    
    margin-left: auto;
    margin-right: auto;
    top: 25%;
}

.modal-close-btn {
    color: white;
    opacity: 1;
    text-shadow: none;
}

.navbar .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*.navbar-right {
	display: none;
}*/

#btn-login {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav.navbar-right li {
    padding-right: 0px;
}

.nav.navbar-right li > a
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav.navbar-right li > a span {
    margin-left: 17px;
}

.nav.navbar-nav > li a:hover + i {
    color: #de8439;
}

.nav.navbar-nav > li i {
    position: relative;
    margin-left: 5px;
    left: 3px;
}

.nav.navbar-nav > li ul.submenu {
    position: absolute;
    display: none;
    list-style: none;
    left: -55px;
    right: -55px;
    background: #de8439;
    text-align: center;
    margin-top: 6px;
    z-index: 999;
    padding: 0px 5px;
    border-radius: 5px;
}

/*.nav.navbar-nav > li.menu-item-has-children:hover ul.submenu*/
/*.nav.navbar-nav > li.menu-item-has-children:hover ul.submenu {    
    display: block;
    
}*/

.nav.navbar-nav > li.menu-item-has-children a:hover {
    cursor: pointer;
}

.nav.navbar-nav > li.menu-item-has-children ul.submenu li {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.nav.navbar-nav > li.menu-item-has-children ul.submenu li:last-of-type {
    border-bottom: none;
}

.nav.navbar-nav > li.menu-item-has-children ul.submenu li a {
    color: #efefef;
}

/*.nav.navbar-nav > li.menu-item-has-children:hover ul.submenu:before*/
    .nav.navbar-nav > li.menu-item-has-children ul.submenu:before {
        /*display: block;
    height: 25px;
    content: '';
    position: absolute;
    width: 100%;
    top: -24px;*/
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -8px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #de8439 transparent;
    }

.nav.navbar-nav > li:nth-child(7) {
    padding-right: 0px;
}

/*.opaque .nav > li:nth-child(4) {
    display: block;
}*/

.nav > li {
    padding-right: 100px;
}

.navbar-right {
    margin-right: 12px;
}

.navbar-right li {
    top: -7px;
}

/*.opaque .nav > li:nth-child(1),
.opaque .nav > li:nth-child(2),
.opaque .nav > li:nth-child(3),
.opaque .nav > li:nth-child(4),
.opaque .nav > li:nth-child(5) {
    padding-right: 22px;
}*/

/*.nav > li:nth-child(5) {
	padding-right: 74px;
}*/

/*.opaque ul.nav.navbar-right > li,
ul.nav.navbar-right > li {
    padding-right: 0px;
}*/

.navbar-fixed-top {
	position: static;
}

.navbar-inverse {
	color: #0d2446;
	height: 100px;
	font-size: 16px;
	font-weight: bold;
	background-image: none;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background-color: transparent;
	border-width: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #0d2446; 
    text-shadow: none !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #de8439;
}

.navbar-brand {
	display: block;
	margin: 0px 20px 0px 20px !important;
	padding: 0 !important;
}

.navbar-brand img {
    height: 32px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-collapse {
	width: 100%;
}
.nav-pills > li.active > a {
    background-color:#4b5605;
}

.clickable-row:hover td {
    background-color: #f5b987 !important;
}

.clickable-row.highlight,
.nav-pills > li.active > a:hover {
    background-color: #de8439 !important;
}

td .fa {
    margin-right: 10px;
}

span.button-text+i {
    margin-right: 0px;
    margin-left: 5px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #4b5605;
}

.timepicker-picker a.btn,
.timepicker-picker button,
.timepicker-picker .btn-primary:focus {
    background-color: #4b5605 !important;
}

.timepicker-picker table td span:hover {
    background-color: transparent;
}

.icon-list-horizontal {
	margin: 5px auto 20px auto;    
	padding-left: 0;
	list-style: none;	
	font-size: 18px;
}

    .icon-list-horizontal li {
        font-family: 'Sanchez', serif;
        text-transform: uppercase;
        display: inline-block;
        list-style-type: none;
        background-repeat: no-repeat;
        height: 50px;
        width: 50px;
        border-radius: 25px;
        background-size: 30px 30px;
        background-position: 13px 9px;
        background-color: #162948;
    }

.icon-list-horizontal li a {
	margin-left: 52px;
	display: inline-block;
	margin-top: 12px;    
	position: absolute;
}

.icon-list-horizontal li a.active {
    text-decoration: none;
    border-bottom: #de8439;
    border-width: 0px 0px 5px 0px;
    border-style: solid;
}

.icon-list-horizontal li:last-of-type {
	margin-right: 0px !important;
}

.icon-list-horizontal li:last-of-type span {
	width: 50px;
}

.icon-list-horizontal li i {
	padding-left: 12px;
	padding-top: 6px;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;    
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0d2446;
}

/*.button-icon {
    display: none;
}*/

.input-group.date-picker .input-group-addon {
    cursor: pointer;
}

input[type="date"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    background: #eee;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 16px !important;
    }
    
    input[type="date"]:focus,
    input[type="text"]:focus,
    input[type="number"]:focus,
    select:focus,
    textarea:focus
    {    
        font-size: 16px !important;
    }     
}

@media screen and (max-height: 600px)
{
	header:before {
		height: 120%;
	}
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sanchez', serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.lined-head {
	text-align: center;
	border-bottom: 1px solid #0d2446;
	line-height: 0.4;
	padding: 0;
    margin-bottom: 40px;
}

.lined-head.white {
	border-color: #FFFFFF;
}

.lined-head span {
	background: #fff;
	padding: 0 15px;
}

.lined-head span a {
    color: #0d2446;
}

.lined-head span a:hover {
    color: #de8439;
    text-decoration: none;
}

.lined-head.white span {
	background: #0d2446;
}

section {
	/*padding-top: 110px;*/
    padding-bottom: 40px;
    min-height: 600px;
}

section#login-form, section#volunteer, section#news {
    padding-top: 20px;
}

section#committee-area h4 {
    text-align: center;
}

section#welcome, section#coming-up, section#events, 
section#recent-news, section#opportunities-available,
section#photo-gallery {
	padding-top: 40px;
}

section#event-detail {
    padding-top: 10px;
}

section#event-submitted {
    padding-top: 50px;
}


footer {
	font-size: 15px;
	color: #0d2446;
	min-height: 280px;
	/*background: #595A5C;*/  
	background: #c1d735;  
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 30px 10px 30px;    
}

footer .notch {
    top: -35px;
    position: relative;    
}

footer .circ {
    background-color: #c1d735;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    display: inline-block;
}

footer .circ a {
    position: relative;
    top: 10px;
}

/*footer .links {
    margin-top: 10px;    
}*/

footer .links p {    
    font-size: 13px;
}

footer .links a {       
    font-weight: bold;
}

footer p.legal {
    font-size: 13px;
}

footer .smoothscroll {
    color: #0d2446;
}

footer .group-info p:first-of-type {
    margin-bottom: 30px;
}

footer .social {
	text-align: center;
}

footer .social span {
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    margin: 0px 15px;
}

footer .social img {
	height: 60px;
	width: 60px;
}

footer .social span.email {
    background: #669C41;
    position: relative;
    top: -3px;
}

footer .social span.email i {
    font-size: 17px;
}

footer .social span.facebook {    
    background: #3C5B9B;
}

footer .social span.twitter {
    background: #2DAAE1;
}

footer .social span i {
    margin-top: 11px;
    color: white;
}

footer .logo img {
	width: 154px;
	height: 100px;
}

footer .btn {
    width: 160px;
}

.form-inline .form-group {
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff !important;
	font-weight: bold;
  background: #de8439;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-default, .btn {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

.btn:hover {
  background: #4b5605;
  text-decoration: none;
  color: #ffffff;
}

.btn.green, .btn.green:hover {
	background: #4b5605;        
}

.btn.orange, .btn.orange:hover {
	background: #de8439;        
}

.btn.red, .btn-red:hover {
	background: #9C1316;   
}

.btn.blue, .btn-blue:hover {
	background: #325791;    
}

#btn-login, #btn-my-area {
    padding: 4px 24px;
    height: 30px;
    margin-top: 17px;
    color: #ffffff;
}

#btn-my-area {
	margin-right: 20px;
	background: #4b5605;
}

#btn-my-area:hover {
	background: #de8439;
}

#btn-login:hover {
	background: #4b5605;
}

.opaque {
	background-color: #c1d735;
	border-color: #0d2446;
	border-width: 0 0 8px;
}

#my-area, #my-area .btn, #my-area input {
	font-size: 14px;
}

#my-area #admin .btn {
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
    width: 300px;
}

#my-area .form-group {
	margin-bottom: 0px;
}

#my-area .form-group:nth-of-type(4),
#my-area .form-group:last-of-type {
	margin-bottom: 10px
}

#my-area #admin ul {
    list-style: none;
    padding-left: 0px;
}

#past-events {
	height: 150px;	
}

#upcoming-events {
	height: 115px;	
}


#past-events .btn {
	width: 100%;    
}

#upcoming-events .btn {	
	padding: 5px 8px;
}

#upcoming-events .row .row {
	margin-bottom: 0px;
}

#my-events .row {
	margin-bottom: 10px;
}

#my-events .btn {
    font-size: 10px;
    width: 100%;    
    height: 30px;
    padding: 7px 5px;
}

#my-events .table .col-xs-4, #my-events .table .col-xs-6
{
    padding-left: 0px;
}

#my-events .table-no-bordered {
    border-bottom: none !important;
}

#my-events .table-no-bordered th, #my-events .table-no-bordered td {
    border-top: none !important;
    border-left: none !important;
}


#event-attendance button[type=submit] {
    width: 100%;
}

#existing-members {
    margin-bottom: 10px;
}

#existing-members div.col-sm-6 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkbox label::before,
.checkbox label::after {
    margin-left: 0px;
    margin-top: 3px;
}

.checkbox label {
    padding-left: 25px;
}

.bootstrap-table {
    margin-top: -10px;
}

@media (min-width: 768px) {
    .nav.navbar-nav.navbar-right > li ul.submenu {
        left: -110px;
        right: 0px;
    }

    .nav.navbar-nav.navbar-right > li ul.submenu:before {
        left: 81% !important;
    }
}

@media (max-width: 1199px)
{    
    div.page-head h2 span {
        text-align: justify;
    }

    .button-icon {
        display: inline-block;
    }

    /*.button-text {
        display: none;
    }*/

    .navbar-inverse {
        font-size: 14px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }       

    #my-area {        
        padding: 0px;
    }

    /*div.page-head span.bcrumb {
        margin-left: 10px;
    }*/

    /*div.page-head {
        padding-left: 85px;
    }*/

    div.page-head ul+h2 {
        margin-top: 15px;
        display: inline-block;
    }

    div.page-head ul.bcrumb {
        position: absolute;
    }

    .icon-list-horizontal li a {
        margin-top: 15px;
    }

    header .banner-text h1 {
        font-size: 25px;
    }

    /*header .banner-text h3 {
        font-size: 14px;
    }*/

	.navbar-nav {
        position: relative;
	}

    #btn-login, #btn-my-area {
        padding: 2px 12px;
        height: 25px;
        margin-top: 20px;
        font-size: 12px;
    }

    .nav > li {
        padding-right: 80px;
    }    

    /*.opaque .nav > li:nth-child(1),
    .opaque .nav > li:nth-child(2),
    .opaque .nav > li:nth-child(3),
    .opaque .nav > li:nth-child(4) {
        padding-right: 14px;
    }*/

    /*.opaque .nav > li:nth-child(5),
    .opaque .nav > li:nth-child(6) {
        padding-right: 27px;
    }*/

    footer .btn {
        width: 120px;
        font-size: 10px;
    }

    footer .social span {        
        margin: 0px 8px;
    }
   
}

@media (max-width: 991px) {    

    /*.navbar-brand img {
        width: 150px;
        height: 39px;
        margin-top: 4px;
    }*/

    .navbar-brand {
        margin: 0px 5px 0px 5px !important;
    }

    .icon-list-horizontal li a {
        margin-top: 5px;
    }

    header .banner {
        width: 50%;
    }

    .navbar-inverse .navbar-nav > li > a {
        margin-top: 5px;        
    }

    /*.opaque .nav > li:nth-child(1),
    .opaque .nav > li:nth-child(2),
    .opaque .nav > li:nth-child(3),
    .opaque .nav > li:nth-child(4),
    .opaque .nav > li:nth-child(5),
    .opaque .nav > li:nth-child(6) {
        padding-right: 5px;
    }*/

    header .banner-text h1 {
        font-size: 22px;
    }

    /*header .banner-text h3 {
        font-size: 12px;
    }*/

    .navbar-nav > li > a {
        padding: 10px 10px;
    }    

    .navbar .container {
        padding-right: 0px;
        padding-left: 0px;        
    }

    .navbar-inverse {
        font-size: 12px;
    }

    .nav > li {
        padding-right: 52px;
    } 

    .nav > .nav > li:nth-child(6) {
        padding-right: 0px;
    }    

    #btn-login, #btn-my-area {
        padding: 0px 7px;
        height: 22px;
        margin-top: 21px;
    }
    
    #btn-my-area {
        margin-right: 5px !important;
    }

    footer .group-info {
        margin-bottom: 20px;
    }

    footer .social {
        margin-top: 20px;
    }

    footer .social span {
        margin: 0px 15px;
    }
    
}


@media (max-width: 767px) {    

    .navbar-brand img {
        width: 150px;
        height: 48px;
        margin-top: 4px;
    }

    .nav.navbar-nav.navbar-right > li {
        margin-left: 15px;
    }

    .nav.navbar-nav > li ul.submenu {
        margin-top: 10px;
    }   

    .nav.navbar-nav.navbar-right > li ul.submenu {
        padding: 0;
        border-radius: 0px;
    }

    /*div.page-head {
        padding-left: 10px;
    }*/

    /*#my-area {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    header .banner {
        width: 80%;
        max-width: 500px;
    }

    .navbar-fixed-top {
        background-color: #c1d735;
        border-color: #0d2446;
        border-width: 0 0 8px;
    }

    header#page-head {
        margin-top: 30px;
    }

    .navbar-header .navbar-brand {
        display: block;
        margin: 0 auto !important;
        width: 197px;
        float: none;
    }

    .navbar-inverse .navbar-collapse {
        background-color: rgb(193, 215, 53);
        border: none;
        margin-left: 0px;
        margin-top: 26px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-collapse .navbar-brand {
        display: none;
    }

    .nav.navbar-nav > li i {
        float: none;
        top: 0px;
    }

    .navbar-inverse .navbar-nav > li > a {
        text-align: center;
        padding: 5px;
        margin-top: 20px;
        /*display: inline-block;*/
    }

    .nav.navbar-nav > li ul.submenu {
        position: relative;
        left: 0px;
        right: 0px;
    }

    #btn-login, #btn-my-area {
        padding: 9px 7px;
        height: 43px;
        margin-top: 10px;
        font-size: 16px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .nav > li {
        padding-right: 0px!important;
    }
    /*header .banner-text h1 {
        font-size: 36px;
    }*/
    /*footer .social span {
		margin: 0px 10px;
	}*/
    footer .group-info {
        text-align: center;
    }

	footer .group-info h4 {
		margin-top: 0px;
	}

	footer .social {
		margin-bottom: 20px;
	}

	footer .logo img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none !important;
	}

    footer .links {
        text-align: center;
    }

}

@media (max-width: 599px) {
	
	footer .social span {
		margin: 20px 10px;
	}

}

@media (max-width: 572px) {

    .card-views .card-view:first-of-type {
        padding-top: 10px;
    }

    .card-views .card-view:nth-of-type(4) .fa {
        margin-right: 25px;
    }

    .card-view {
        padding-bottom: 10px;
    }

    .card-view .fa {
        font-size: 2em;
    }
}

@media (max-width: 499px) {

    .navbar-inverse .navbar-nav > li > a {       
        padding: 0px;
    }

    footer .btn {
        width: 100%;
        font-size: 12px;
        margin: 10px 0px;
    }

}


@media (max-width: 399px) 
{
    /*div.page-head h2 {
        margin-top: 20px;
        display: inline-block;
        margin-left: 10px;
    }*/

	footer .logo img {
		width: 157px;
		height: 102px;
	}

	footer .social img {
		width: 50px;
		height: 50px;
	}

	footer .social span {
		margin: 0px 5px;
	}

}

@media (max-width: 349px) 
{
	footer .social img {
		width: 45px;
		height: 45px;
	}

	footer .social span {
		margin: 0px 2px;
	}

}
