.naut-menu{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.logo-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 222px;
	z-index: 2;
	border: 1px solid #ccc;
	padding:40px;
}
.naut-masonry-menu {
	position: relative;
	background-color:#666;
	bottom: 0;
	float: left;
	font-size:16px;
	margin-left: 240px;
	height: 222px;
}

.naut-masonry-menu a.nautlogo {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1;
}
/* Input group addon*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	
	
}
.input-group input{
	border-width:0px !important;
}
.input-group input:focus, .input-group input:active{
	box-shadow:none !important;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    padding: 0 5px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 0px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
/* End Input group addon*/
.menu_col1_group2{margin-top: 15px;float:left;width:70%}
.naut_menu_2button{width:30%;float:right;margin-top: 12px;}

#naut-datepicker{width:50%;float:left;}
.nautsearch{width:50%;float:left;}
.naut_menu_top{width:100%;float:left;}

.masonry_menu_col1 {max-width:100%;padding: 2px 15px 5px 15px;display: inline-block;}
.masonry_menu_col2 {padding: 0 15px 0 0;display: inline-block;width: 100%;}
.naut_menu_2button .naut_3col{float: left;overflow: hidden;text-align: right;vertical-align: top;width: 50%;}
.nautdate {width:50%;margin:0;float:left;padding-right: 10px;}
.nautdate .input-group{background: #fff;height: 30px;line-height: 28px;cursor:pointer;}
.nautdate_text{line-height: 35px;vertical-align: top;width:33%;float:left;}
.nautdate_data{width:100%;float:left}
.nautdate input {width:100%;background-color:transparent;border-width:0px;padding: 4px 0 0 0;margin:0;border-radius: 5px;line-height:normal;cursor: pointer;}
.naut_col_right{color:#fff;margin-top: 10px;float:right;}
.husk{margin-left:10px;}
.naut_col_right .fa-stack{width: 1.5em;height: 1.5em;}
.naut_col_right .fa-stack-1x{color:#b7161c;font-size: 14px;line-height: 2.15;}
.naut_col_right .fa-stack-2x{font-size: 1.5em;}
.menu_col2_group2 .title-date{float: left; color: #fff;margin-top: 13px; margin-left: 15px;}
.naut_col_right a, .naut_col_right a:hover{color:#fff;text-decoration:none;}
.nautgenre {width:100%;display:inline-block;vertical-align:top;}
.nautmenubutton {width:100%;float:left;vertical-align:top;text-align:right;overflow:hidden;padding: 0px 0 10px 10px;}
.nautmenubutton .naut-button:hover {
    background-color: #b7161c;color: #fff;
}
.naut-button.btn-vis {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    border-radius: 0%;
    text-shadow: none;
    padding: 5px 10px;
}
.naut-button.btn-sog {
    display: block;
    background: #fff;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    border-radius: 0%;
    text-shadow: none;
    padding: 12px;
}

.nautsearch input {border: 0 none;padding: 0 8px;height: 30px;width:100%;margin:0;line-height:normal;}





.naut-checkboxes, .naut-checkboxes ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.naut-checkboxes {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.naut-checkboxes * {
    transition: all 0.3s ease 0s;
}
.naut-checkboxes li {
    display: block;
    float: left;
    list-style: outside none none;
    position: relative;
    white-space: nowrap;
    width: 33.3333%;
    height: 28px;
    margin-top: 5px !important;
    padding-left:0 !important;
    background-image: none !important;
}
.naut-checkboxes label {
    color: #fff;
    cursor: pointer;
    font-family: "Soho Gothic Regular",sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-left:25px;
    padding-right:5px;
    display: block;
}

/* Hide the browser's default checkbox */
.naut-checkboxes li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.genre:hover input ~ .checkmark {
    background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.genre input:checked ~ .checkmark {
    background-color: #b7161c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.genre input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.genre .checkmark:after {
    left: 5px;
    top: 2px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}