html {
	scroll-behavior: smooth;
}
body{
	font-family: 'Red Hat Display', sans-serif;
	color: #000000;
	background-color: #ffffff;
}
input, button, select, optgroup, textarea {
    max-width: 100%;
}
.wpcf7-form, .cf7-style {
        width: 100%!important;
 }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 50px;
    padding-left: 50px;
}
	.search-icon{
		margin-right: 6px;
	}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
}
hr.clear-rule {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border-top: 0 !important;
}

.lots-to-do-padding img {
	width: 100%;
}
#search-results .category-button-collection{
    display: block;
    width:100%;
        min-height: inherit;
    margin: 0;
}
#search-results a:link,
#search-results a:visited,
#search-results a:active { 
    font-weight: 400;
    text-decoration: none;
    color:#000000;
}
#search-results .category-button-collection h2 a:hover,
#search-results h2 a:hover{
    font-size: 2rem !important;
    font-weight: 400 !important;
    text-decoration: underline;
    color: #519eb0;
}
#search-readmore a:link,
#search-readmore a:visited,
#search-readmore a:active {
    color: #519eb0 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
     font-size: 1rem !important;
}
#search-readmore a:hover {
    color: #000000 !important;
    text-decoration: none !important;
     font-size: 1rem !important;
}
#search-readmore .category-button-collection a:link,
#search-readmore .category-button-collection a:visited,
#search-readmore .category-button-collection a:active {
    color: #519eb0 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    font-size: 1rem !important;
}
#search-readmore .category-button-collection a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
}
.featured-img-post-list img{
max-width: 80%;
    display: block;
    margin: 0 auto 20px auto;
	width: 100%;
}
.featured-img-post-list img {
  -webkit-transition: -webkit-filter .6s ease-in-out;
          transition:         filter .6s ease-in-out;
}
.featured-img-post-list img:hover {
  filter: grayscale(100%);
}
.category-button-collection h3 {
    font-size: 18px !important;
	    font-weight: 600;
}
.category-button-collection {
float: left;
    width: 20%;
    margin: 0 2.5%;
    min-height: 300px;
}
.featured-img-post-list {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 220px;
}
.gallery-caption {
margin: -50px auto 0 auto !important;
	max-width: 200px;
}
.gallery-columns-1 .gallery-caption {
margin: -20px 0 20px 0 !important;
}

.gallery-columns-1 img {
    max-width: 380px;
    margin: 20px 0;
}
.gallery-columns-6 img, .gallery-columns-5 img, .gallery-columns-4 img, .gallery-columns-3 img, .gallery-columns-2 img {
    padding: 0 50px 50px 50px;
}
.gallery-columns-2 img, .gallery-columns-3 img, .gallery-columns-4 img {
    max-width: 280px;
}
img.featured-img-post-list {
  left: 50%;
  margin-left: -200px;
  position: absolute;
}
#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7, #gallery-8, #gallery-9, #gallery-10, #gallery-11, #gallery-12, #gallery-13, #gallery-14, #gallery-15 {
	margin: 0 auto 20px 0 !important;
}

#gallery-1 img, #gallery-2 img, #gallery-3 img, #gallery-4 img, #gallery-5 img, #gallery-6 img, #gallery-7 img, #gallery-8 img, #gallery-9 img, #gallery-10 img, #gallery-11 img, #gallery-12 img, #gallery-13 img, #gallery-14 img, #gallery-15 img {
border: none !important;
	    width: 100%;
}

iframe.video_wrapper {
width: 90%;
    height: 456px;
    margin: 5%;
}

img .size-thumbnail{
}
.sidebar img.aligncenter {margin:0 auto 40px auto !important;}

.no-top-padding{
	    margin-top: -40px !important;
}
.columns {
    columns: 3 auto;
    margin: 0 0 1rem 0;
}
.twocolumns {
    columns: 2 auto;
    margin: 0 0 1rem 0;
}
.columns p, .twocolumns p{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#overall-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
    margin-bottom: 1.4rem;
}
h1, h2, h3, h4, h5, h6, #replace-h-one h2 {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, #replace-h-one h2 {
    margin-bottom: 1.5rem;
}
h1, .h1, #replace-h-one h2 {
    line-height: 1.1em;
	font-size: 2.5rem;
}

.block-myra h2, .block-myra .h2 {
    font-size: 2rem;
    line-height: 46px;
    padding-bottom: 30px;
    max-width: 880px;
}
p {
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
}
#event-list p {
    font-size: 18px;
    line-height: 24px;
}
.sidebar p {
	font-size: 16px;
    line-height: 24px;
}

p.read-more-link {
	text-align: right;
    font-size: 14px !important;
    letter-spacing: .1em;
	padding-bottom: 20px;
}
.block-myra p {
	margin-left: 64px;
    font-size: 24px;
    max-width: 700px;
}
a:link,
a:visited,
a:active { 
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
	font-weight:700;
	color:#519eb0;
	text-decoration: underline;
} 
a:hover {
	color:rgba(255,187,49,1);
	text-decoration: none;
	cursor: pointer;
}
#lots-to-do a:link,
#lots-to-do a:visited,
#lots-to-do a:active {
	color:rgba(255,255,255,1);
	font-weight: 400;
	text-decoration: underline;
} 
#lots-to-do a:hover {
	color:rgba(255,187,49,1);
	text-decoration: none;
	cursor: pointer;
}
.disclaimer a:link,
.disclaimer a:visited,
.disclaimer a:active {
	color:rgba(255,255,255,1);
	font-weight: 400;
	text-decoration: none;
} 
.disclaimer a:hover {
	color: rgba(255,255,255,.5);
	text-decoration: underline;
} 
.collapseomatic {
    font-size: 20px;
    font-weight: 600;
    color: #519eb0;
    text-decoration: underline;
    	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.colomat-hover {
	color:rgba(255,187,49,1);
	text-decoration: none;
	cursor: pointer;
}

p.read-more-link a:link,
p.read-more-link a:visited,
p.read-more-link a:active { 
    color:#000000;
    font-weight: 400;
    text-decoration: underline;
}
p.read-more-link a:hover {
	color:#519eb0;
	text-decoration: none;
}
.searchform{
    float: right;
}
#search-template .searchform{
    float: left;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-o-transition: background 0.3s linear, border-radius 0.3s linear, color 0.3s linear;
	-moz-transition: background 0.3s linear, border-radius 0.3s linear, color 0.3s linear;
	-webkit-transition: background 0.3s linear, border-radius 0.3s linear, color 0.3s linear;
	-ms-transition: background 0.3s linear, border-radius 0.3s linear, color 0.3s linear;
	transition: background 0.3s linear, border-radius 0.3s linear, color 0.3s linear;
	background: rgba(48,126,100,1);
    color: #ffffff;
    border: none;
    padding: 10px 30px !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover  {
	background: rgba(130,211,193,1);
    color: rgba(18,56,47,1);
    border: none;
	border-top-left-radius: 20px;
    padding: 10px 30px;
	text-decoration: none;
}
.overall button  {
	margin: 40px auto 0 auto;
}
.max-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.logo-container {
    margin: 0 auto;
    max-width: 100%;
}
.bg-buttons {
	background-image:url("../images/button-collection-on-display.jpg");
color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.bg-green {
	background-color: rgba(18,56,47,1);
	color:#ffffff;
}
.btm-border {
	border-bottom: solid 4px;
	border-bottom-color: rgba(130,211,193,1);
	margin-top: 0;
}
img.header-icons {
    max-width: 35px;
    padding: 8px 10px 8px 0;
}


/* BEGIN NAV CSS */

#navigation {
	z-index: 9800;
	position: relative;
}
#nav-max {
	max-width: 80%;
    margin-left: 20%;
    padding-right: 0;
    margin-right: 4%;
}
.hide-nav-mobile {
	display: flex;
}
.show-nav-mobile {
	display: none;
}
.footer-links {
	text-align:center;
	padding:0;
	font-size:14px;
	line-height: 20px;
	float: none;
	display: block;
}
.nav-links {
	float:right;
	text-align: right;
}
	
.footer-links a:link,
.footer-links a:visited,
.footer-links a:active { 
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 10px;
	line-height: 12px;
    border-left: solid 1px;
	border-left-color: rgba(255,187,49,1);
} 

.footer-links a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}

.footer-links .first-link a:link,
.footer-links .first-link a:visited,
.footer-links .first-link a:active { 
    border-left: none;
} 

.footer-links .current-menu-item a {
	color: rgba(255,255,255,.5);
}

.footer-links .current-menu-item a:hover {
	color: rgba(255,255,255,.5);
}

.footer-links .current_page_parent a {
	font-weight: 600;
}

.footer-links .current-menu-item a {
	font-weight: 600;
	color:#ffffff;
}

.footer-links ul{
        margin: 8px auto 11px auto;
    padding: 0;
}

.footer-links ul li {
    display:inline;
}

.footer-links ul li a{
	text-decoration: none;
	display: inline-block;
	list-style-type: none;
	white-space: wrap;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.footer-links ul li {
	position:relative;
	margin:0;
	padding:0
}

.footer-links ul ul {
	display:none;
	position:absolute;
	z-index:999;
	top:100%;
	left:12px;
	background:#14382E;
	padding:6px 0;
	margin-top:0;
	border-right:none;
	text-align:left;
	width: 70%;
	min-width:120px;
}

.footer-links ul ul a {
    border-right: none;
}

.footer-links ul ul li {
	float:none;
	width:200px
}

.footer-links ul ul a {
	line-height:120%;
	padding: 12px 10px 8px 10px;
    font-size: 90%;
	border-left: none !important;
}

.footer-links ul ul ul {
	top:0;
	left:100%
}

.footer-links ul li:hover > ul {
	display:none;
}
.nav-links ul li:hover > ul {
	display:block !important;
}

/* END NAV CSS */

/* Side Nav begin */

* {
	 box-sizing: border-box;
}
 #page-wrapper {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
}
 #title {
	 color: #f6f6f6;
	 position: absolute;
	 top: 50%;
	 right: 50%;
	 transform: translate(-50%, -50%);
	 font-size: 2em;
}
 #btn {
	position: fixed;
    z-index: 9999;
    top: 8px;
    right: 15px;
    cursor: pointer;
    transition: right 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    background-color: rgba(130,211,193,1);
    padding: 10px 10px 2px 10px;
}
 #btn div {
	 width: 35px;
	 height: 2px;
	 margin-bottom: 8px;
	 background-color: #14382E;
	 transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms;
}
 #btn.active {
}
 #btn.active div {
	     background-color: rgba(18,56,47,1);
}
 #btn.active #top {
	 transform: translateY(10px) rotate(-135deg);
}
 #btn.active #middle {
	 opacity: 0;
	 transform: rotate(135deg);
}
 #btn.active #bottom {
	 transform: translateY(-10px) rotate(-45deg);
}
 #box {
	 position: fixed;
	 z-index: 9900;
	 overflow: auto;
	 top: 0px;
	 right: -400px;
	 width: 400px;
	 opacity: 0;
	 padding: 20px 0px;
	 height: 100%;
	 background-color: rgba(48,126,100,1);
	 color: #343838;
	 transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
	 filter: drop-shadow(rgba(0, 0, 0, 0.7) 3px 3px 30px);
}
 #box.active {
	 right: 0px;
	 opacity: 1;
}
#box ul, ul.sub-menu {
	list-style: none;
    padding-left: 0;
}
 #items {
	position: relative;
	top: 470px;
	transform: translateY(-50%);
	margin-bottom: 80px;
}
 #items .item {
	 position: relative;
	 cursor: pointer;
	 font-size: 1.2em;
	 padding: 15px 30px;
	 transition: all 250ms;
}
 #items .item:hover {
	 padding: 15px 45px;
	 background-color: rgba(18,56,47,1);
}
 #items .item-sub {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px;
}
 #items .item-sub:hover {
	 padding: 0 0 0 20px;
	 background-color: rgba(18,56,47,1);
}
.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:active { 
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
    padding-top: 8px;
    letter-spacing: .06em;
    display: block;
    text-transform: none;
    font-size: 13px;
    line-height: 15px;
} 
.sub-menu a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}
 #btn, #btn * {
	 will-change: transform;
}
 #box {
	 will-change: transform, opacity;
}

.item a:link,
.item a:visited,
.item a:active { 
	color: #ffffff;
	text-decoration: none;
}
.item a:hover {
	text-decoration:none;
	color: rgba(255,187,49,1);
}

.item-sub a:link,
.item-sub a:visited,
.item-sub a:active { 
	color: #ffffff;
	text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
	line-height: 17px;
}
.item-sub a:hover {
	text-decoration:none;
	color: rgba(255,187,49,1);
}
 

/* Side Nav end */

#header-nav{
	min-height: 52px;
    margin: 10px 0 0 0;
}
#logo {
    margin-top: -87px;
	z-index:9810;
	position: relative;
}
#logo img{
	width: 100%;
	max-width: 240px;
	min-width: 220px;
	height: auto;
}
#slider {
    z-index: 7000;
    position: relative;
    max-width: 1800px;
    margin: -46px auto 0 auto;
}
#slider img {
	width: 100%;
	height: auto;
}
.vertical-txt {
    transform: rotate(270deg);
    color: rgba(48,126,100,1);
    text-transform: uppercase;
}
.vertical-txt p {
    font-size: 26px;
    letter-spacing: .2em;
    display: block;
    width: 300px;
    margin: 186px 0 0 -106px;
}
#event-list {
	border-left: solid 1px;
    border-left-color: rgba(48,126,100,1);
    margin-left: -30px;
    margin-right: 27px;
    min-height: 400px;
    padding-top: 80px;
	padding-left: 30px;
}
.event-list-max-w{
	max-width: 300px;
}
.hide-event-mobile {
	display: contents;
}
.show-event-mobile {
	display: none;
}
#home-welcome{
	padding-top: 80px;
}
.overall {
	
}
#overall-content{
	padding-top: 80px;
	padding-bottom: 0;
	min-height: 440px;
}
.callout-fb {
	max-width: 460px;
}
.sidebar {
	padding-top: 40px;
	padding-bottom: 120px;
}
.block-myra{
	background-image:url("../images/history-block-myra.png");
	background-repeat: no-repeat;
	background-position: top 30px right;
	background-size: contain;
}
.myra-callout{
	color: rgba(130,211,193,1)
}
#history-block, #buttons-block{
	padding: 50px 0 0 0;
	min-height: 300px;
} 
#history-block button, #buttons-block button{
	margin-top: 50px;
	float: right;
}
.block-spacing {
	margin-top: 80px;
}
#callout-area {
	
}
#callout-area img{
    max-width: 500px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#fb-feed{
	margin: 40px auto 0 auto;
    text-align: center;
    max-width: 100%;
}
#lots-to-do {
	background-color: rgba(25,68,58,1);
	background-image: url("../images/bg-lots-to-do.jpg");
	background-size: cover;
	background-repeat: no-repeat;	
	color: #ffffff;
	text-align: center;
	max-width: 100%;
	margin: 0;
}
#lots-to-do button{
	float: right;
    margin-top: -44px;
}
#lots-to-do h2{
	font-size: 2.5rem;
	line-height: 1.1em;
	padding: 16px 0 0 0;
}
#lots-to-do p{
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0 0 0;
    max-width: 300px;
    margin: 0 auto;
}
.lots-to-do-padding {
	padding: 40px 40px 80px 40px;
}
p.caption {
font-size: 12px !important;
    font-style: italic;
    padding: 10px 0 0 0 !important;
    line-height: 16px !important;
}
#footer {
	background-color: rgba(22,37,78,1);
	margin-top: 120px;
	text-align: center;
	color:#ffffff;
	padding: 40px 0 60px 0;
}
p.copyright {
	margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
}
.disclaimer, .disclaimer p {
	color: rgba(255,187,49,1);
	font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}
.iframe {
    width: 100%;
}
.fb-feed-container {
	display: block; 
	margin: 0 auto; 
	text-align: center; 
	max-width: 500px;
	width: 100%;
}

@media only screen and (max-width: 1199px) {
.btm-border {
    margin-top: -70px;
}
#logo img {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: auto;
}
#event-list {
    margin-right: 0;
}
.block-myra h2, .block-myra .h2 {
    max-width: 700px;
}
.callout-fb {
	max-width: inherit;
    margin: 0 auto;
    display: block;
}
#lots-to-do {
    max-width: 500px;
    margin: -40px auto 0 auto;
}
#overall-content {
	padding-top: 0;
	padding-bottom: 0;
}

}

@media only screen and (max-width: 1073px) {
.hide-event-mobile {
	display: none;
}
h1, .h1, #replace-h-one h2 {
    font-size: 2.1rem;
}
.show-event-mobile {
	display: contents;
}
.vertical-txt {
    transform: rotate(0deg);
    color: rgba(48,126,100,1);
    text-transform: uppercase;
}
.vertical-txt p {
    font-size: 22px !important;
    margin: 0 0 20px 0;
}
#event-list {
    border-left: 0;
    margin-left: 0;
}
.block-myra {
    background-image: none;
}
.columns {
    columns: 2 auto;
}
}
@media only screen and (max-width: 919px) {
.category-button-collection {
    width: 28%;
}
}
@media only screen and (max-width: 767px) {
.fb-feed-container {
	display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    width: 90%;
    padding: 0 5%;
}
	.category-button-collection {
    width: 45%;
}
.gallery-columns-6 img, .gallery-columns-5 img, .gallery-columns-4 img, .gallery-columns-3 img, .gallery-columns-2 img {
    padding: 0 7px 50px 7px;
}
.columns, .twocolumns {
    columns: 1 auto;
}
#logo {
	margin-top: -64px;
}
.footer-links {
	display: none;
}
	.hide-nav-mobile {
	display: none;
}
.show-nav-mobile {
	display: flex;
	}
#event-list {
	margin-left: 50px;
	margin-right: 50px;
	padding: 80px 0 0 0;
}
#home-welcome {
    padding-top: 50px;
	padding-left: 20px;
    padding-right: 20px;
}
	
.history-block-padding {
		padding-left: 20px;
    padding-right: 20px;
	}
.block-myra h2, .block-myra .h2 {
    font-size: 1.6rem;
    line-height: 36px;
}
.block-myra p {
    font-size: 20px;
}
#logo {
    padding-left: 10px;
	}
#logo img {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
}
img.alignright {float:none; display: block; margin:0 auto 20px auto; width:100%; height:auto; max-width: 400px;}
img.alignleft {float:none; display: block; margin:0 auto 20px auto; width:100%; height:auto; max-width: 400px;}
img.aligncenter {display: block; margin:0 auto 20px auto; width:100%; height:auto;}
img.alignnone {display: block; margin:0 auto 20px auto; width:100%; height:auto;}
.overall .alignright {float:none; display: block;  margin:0 auto 20px auto; width:100% !important; height:auto; max-width: 400px;}
.overall .alignleft {float:none; display: block;  margin:0 auto 20px auto; width:100% !important; height:auto; max-width: 400px;}
.overall .aligncenter {display: block; margin:0 auto 20px auto; width:100% !important; height:auto;}
.overall .alignnone {display: block; margin:0 auto 20px auto; width:80% !important; height:auto;}

h1, .h1, #replace-h-one h2 {
    font-size: 1.7rem;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.4rem;
}
#overall-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.2rem;
}
.block-myra p {
    margin-left: 0;
}
.callout-fb, #lots-to-do {
    margin: 0 0 0 -10%;
    width: 120%;
}
	#lots-to-do h2 {
    font-size: 2rem;
	}
#lots-to-do p {
    font-size: 20px;
	}
#event-list {
    margin-left: 20px;
    margin-right: 20px;
	}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}
	.search-icon{
		margin-right: 36px;
	}
}
@media only screen and (min-width: 1090px) {
.sidebar-bottom {
	display: none;
}
.sidebar-top {
	display: block;
}
}
@media only screen and (max-width: 1091px) {
.sidebar-bottom {
	display: block;
}
.sidebar-top {
	display: none;
}
}