
body {
	z-index:1;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: Rubik,Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
	background: #eff2f4;
	/*height:100%;*/
	color:#000;
}

a {
color:#2c66d4;
}

header#top {
width:100%;
height:120px;
padding-top:5px;
background-color: #fff;
background: linear-gradient(#140f5a, #450e81);
box-shadow: 0 0 4px 0 #8c8c8c;
-webkit-box-shadow: 0 0 4px 0 #8c8c8c;
-moz-box-shadow: 0 0 4px 0 #8c8c8c;
}

main {
	max-width: 1140px;
	margin: 0 auto 0 auto;
	padding: 7px 17px;
	min-height: calc(100vh - 180px);
}

article h1 {
	font-size: 30px !important;
	font-weight: 700;
	color:#261e4d;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif;
}

br {
 /*  margin: 10px 0;
   display: block;
   content: " ";*/
}


table {
    margin: 1.75rem 0;
    width: 100%;
    border: none;
    table-layout: auto;
    border-spacing: 0;
    border-collapse: collapse;
}

th {
    background: #0000000d;
}
td {
    font-weight: normal;
    text-align: initial;
	padding: 0.4em 0.6em;
    border: 1px solid;
    border-color: #0000001a;
	
}

main#full {
	width: 100%;
	max-width:100%;
	padding:0;
	background: #fff;
	min-height:800px
}
.home_headerline {
    background: linear-gradient(#3d0081, #340f5c);
	padding:6px;
	display:block
	
}

.home_intro_block {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
}

.home_intro_l {
	color:#093355;
	text-align:left;
	margin:60px 0 60px 0;
	width: 30%;
	margin-right:45px;
	text-align:left;
	display:inline-block;
}

.home_intro_c {
	color:#093355;
	text-align:center;
	margin:60px 0 60px 0;
	width: 30%;
	margin-right:45px;	
	text-align:left;
	display:inline-block;

}

.home_intro_r {
	color:#093355;
	text-align:center;
	margin:60px 0 60px 0;
	width: 30%;
	text-align:left;
	display:inline-block;

}

.home_intro h1 {
	font-size:36px;
}
.home_intro p {
    font-size: 15px;
    font-weight: 500;
	font-style: italic;

}
.home_search {
	width:100%;
	min-height: 400px;
	height:45vh;
    background: linear-gradient(#140f5a, #450e81);
	box-shadow: 4px 10px 15px -10px #450e81;
	-webkit-box-shadow: 4px 10px 15px -10px #450e81;
	-moz-box-shadow: 4px 10px 15px -10px #450e81;	
	text-align:center
	
}
.home_search_contents {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	text-align:left;
	position:relative;
	top:23%;
	top:11vh;
}
.home_logo {
		display:block;
		margin-bottom:13px;
		margin-left:-10px;
}
#home_search_field {
	text-align: left;
	padding-left:20px;
    font-size: 13pt;
	color:#000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-color: #147a86;
    border-radius: 4px;
    background: #f4fcfd;
    height: 46px;
    width: 90%;
}

#home_search_btn {
	max-width: 48px;
    font-size: 30px;
	font-weight:bold;
	vertical-align:top;
    /*padding: 0px 14px;*/
	height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-color: #fccf00;
    background-color: #d0af0a;
    background: linear-gradient(#d2640e, #d0af0a);
    color: #fff;
    border-radius: 4px;
	text-align:center;
}

#home_search_btn:hover {
    cursor: pointer;
    background-color: #bb9e0d;
    background: linear-gradient(#ea7a22, #bb9e0d);
}

.home_links {
	color:#fff;
	font-size:13pt;
	margin-top:25px;
}

.home_links a{
	color:#fff;

}

.home_links li {
	display:inline-block;
	padding: 5px 10px;
    background: #463181;
    border-radius: 5px;
}

.home_links li:not(:last-child) {
	margin-right:20px;
}

.home_links_bt {
	font-size:13.5pt;
	margin-top:25px;
}

.home_links_bt li a {
	margin: 6px 0;
    display: block;
    padding-right: 10px;
    padding: 10px 0 7px 0;
}

.home_links_bt li {
	list-style:none;
    border-top: 1px dotted #d8d7eb;
    width: 90%;	
}

.home_intro_block h2 {
	padding-top:20px;
	font-size:18pt;
	color: #221172;
}


.header-layer {
max-width:1140px;
text-align:center;	
margin-left:auto;
margin-right:auto;
}



#logo {
	display:inline-block;
	text-align:left;
	width: 15%;
	float:left;	
	z-index: 1;
    position: relative;
}

.logo {
	background: url("https://static.mensagensmagicas.com/img/layout/mm_logo_3.png") no-repeat;
	width:170px;
	height:59px;
	background-size: 170px 59px;
	/*margin: 13px 0px 14px 0px;*/
	display:inline-block;
	position:relative;
	top:9px;
}


#sfield {
	display:inline-block;
	z-index:10;
	/*width: 57%;*/
	width: 52%;
	position:relative;
	text-align:left;
	bottom:13px;
}

#top-header {
	
/*border-bottom: 1px solid #4e2d95;*/
}

#alterMenu {
display: none;
z-index:99999;
}

.header_small {
z-index:9999;
display:none;
position:fixed;
top:0;
width:100%;
background-color: #fff;
position:fixed;
margin-left:auto;
margin-right:auto;
box-shadow: 0 0 4px 0 #8c8c8c;
-webkit-box-shadow: 0 0 4px 0 #8c8c8c;
-moz-box-shadow: 0 0 4px 0 #8c8c8c;
}

#search_field {
    text-align: center;
    font-size: 13pt;
	color:#000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-color: #147a86;
    border-radius: 4px;
    background: #f4fcfd;
    height: 39px;
    width: 80%;
}
.btn-link a{
	color:#fff !important;
}
.glyphicon-search {
	color:#fff !important;
}


.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

form {
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid currentColor;
  border-radius: 5px;
  margin: 0 0 0px;
  background:#fff
}

input[type="search"] {
  width:100%;
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  
}

input[type="search"]::placeholder {
  color: #bbb;
}

button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

button[type="submit"]:hover {
  opacity: 1;
}

button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}

#search_btn:hover {
    cursor: pointer;
    background-color: #bb9e0d;
    background: linear-gradient(#ea7a22, #bb9e0d);
}

#search_btn {
	width: 100px;
    font-size: 16px;
    font-weight: normal;
	vertical-align: top;	
    padding: 0px 14px;
	height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-color: #8a78d9;
    background-color: #825daf;
    background: linear-gradient(#825daf, #825daf);
    color: #fff;
    border-radius: 4px;
	text-align:center;
}

#home_section {
margin-top:4px;	
padding:40px 0 40px 0;
color:#404040;
background: #fff;

}

#intro_field {
    text-align: left;
	padding-left:20px;
	color:#000;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-color: #157795;
	box-shadow: 0px 13px 15px -10px #adadad;
	-webkit-box-shadow: 0px 13px 15px -10px #adadad;
	-moz-box-shadow: 0px 13px 15px -10px #adadad;	
    border-radius: 4px;
    background: #fff;
    height: 54px;
    width: 98%;
}

.intro_section {
	margin-left:auto;
	margin-right:auto;
}

.intro_section p {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.intro-left{
	display:inline-block;
	width:62%;
	padding:0 100px;
}

.intro-left h1 {
	color:#205868;
	font-size:34px;
	
}


.intro-right{
	display:inline-block;	
	width:36%;
	padding:0 50px;

}

p {
/*margin-top:1em;
margin-bottom:1.5em;*/
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul, ol {
	padding:0;
	margin:0;
}

hr {
/*border: 0.5px solid #dcd2d2;
margin-top:0px !important;
margin-left:auto;
margin-right:auto;
clear:both;*/
	
}

h1 {
display:block;
font-weight:bold;
margin-top:0.67em;
margin-bottom:0em;
line-height:1.1em;
}


h2.msg-title {
    font-weight: bold;
    font-size: 1.15em;
	line-height:1.4em;
	padding:10px;
	/*border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	background: #f9f7ff;*/
	
}

.msg-content-wrap {
	padding:15px 15px;
	font-size:12pt;
	border-top: 1px dotted #e9e9e9;
    background: #fbfbfb;
	
}

.message {
	background: #fff;
	padding: 1px 20px 0px 20px;
	margin:20px 0;
	-webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
    border-radius: 4px;
	
}

.paginate {
	width:100%;
	font-size:15pt;
}

.paginate>li {
    position: relative;
    float: left;
    padding: 6px 13px;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e0d9e5;
}

.paginate>li.active {
	color:#fff;
    background-color: #2e106e;
    padding: 6px 13px;
	margin-left: -1px;
    line-height: 1.42857143;	
	
}
.paginate li a {
	color:#3526a5;
    text-decoration: none;	
}

.pagination>li>a:hover, .pagination>li>a:focus {
    background-color: #ede5f7;
	color:#5426a5;
}


.pagination>li>a {
	color:#5426a5;
	margin-right:3px;

}

.pagination>.active>span {
	color:#fff;
    background-color: #10216e;
	border: 1px solid #e0d9e5;	
	margin-right:3px;

	
}

.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2e106e;
	border: 1px solid #e0d9e5;	
}


#left_block {
	/*width: 71.5%;*/
	width: 69%;
	padding: 0px 0px;
	display:inline-block;
}

#sidewid {
	width: 30.5%;
	float:right;
	display:inline-table;
	padding: 10px 0 0 10px;
	font-size:12pt;
	font-weight:bold;
	margin-top: 35px;

}

#sidewid ul{
	list-style-type: none;	
}
#sidewid li:not(:last-child){
	border-bottom: 1px solid #f3f2f5;	
}

#sidewid a{
	color:#2c66d4;
	margin: 10px 0;
    display: block;	
}

.question_info {
	margin:7px;
	color: #525252;
	font-size:15px	
}

.question_info .cat {
	padding:3px 10px;
	background: #576c74;
	color:#fff;
	font-size:14px;
    border-radius: 3px;	
}

.question_ratings {
	margin:7px;
	color: #3a3a3a;
	font-size:16pt	
}

.question_ratings .glyphicon-star {
	font-size:17pt;
    border-color: #fccf00;
    color: #d09b0b;	
}

.content {
	font-size:13pt;
	line-height:1.8em;
	text-align:left
}

.content a {
	/*color: #3c388d;*/
	/*color: #472cd4;*/
	text-decoration:underline;
}

.content ul, ol {
	padding-left:30px;
	margin:0;
}
.full_reply {
	display:block;
	margin:15px 0;
}

.full_reply .glyphicon-new-window {
	font-size:13pt;	
}

p.spacing {
	margin:0;
	/*margin-top:0;
	margin-bottom:1.8em;*/
	
}

.light_section {
	font-size:16pt;
	margin:20px 0;
	background: #fff;
    padding: 10px 40px;
    -webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
    border-radius: 4px;
}

.light_section ul.bottom_border {
	list-style-type: none;
}

.bottom_border p {
	border-bottom: 1px solid #d1cfcf;
	width:100%;
	padding:0 0 20px 0;
}

.light_section i {
	font-size:20pt;
	vertical-align:top;
	padding: 0 10px;
}

.light_section .privacy_content li{
	margin-left:40px;

}

.privacy_content {
	font-size:14pt;	
}


#main_footer {
    width: 100%;
	margin-top:40px;
	clear: both;
}

#main_footer a{
	color:#fff;	
	font-size:10pt;	
}

#main_footer li {
	padding:0px 20px;
}

.footer_align {
    max-width: 1100px;
	margin: 0 auto 0 auto;
}

.fixed_footer {
    width:100%;
    background: linear-gradient(#1b0e60, #1b0e60);	
    height: 60px;
    position: fixed;
    bottom: 0;
    margin: 0;
	
}


.fixed_footer li {
	margin-right:0px;
	display:inline-block;
}

.fixed_footer_links {
	text-align:left;
	width:60%;
	display:inline-block;
	position:relative;
	top:20px;
}

.general_footer {
    width:100%;
    background: linear-gradient(#1b0e60, #1b0e60);	
    height: 60px;
    bottom: 0;
    margin: 0;
}

.general_footer li {
	margin-right:0px;
	display:inline-block;
}

.general_footer_links {
	text-align:left;
	width:49.5%;
	display:inline-block;
	position:relative;
	top:20px;
}

.copyright {
	width:39.5%;
	text-align:right; 
	display:inline-block;
	position:relative;
	top:20px;
	color:#fff
}

#responsive_menu {
	display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #563d99;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:left;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Cat Finder */

.adv_select {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 15px;	
}
#in-search {
	position: relative;
	margin-top:20px;
    background: #e2e0eb;
    padding: 15px 30px 30px 30px;
    border: 1px solid #cacad3;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0 #cac7d5;
    -webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
}
#in-search label {
	font-size: 8.5pt;
    color: #25293e;
    font-weight: normal;
}
#in-search form {
    border: 1px solid #b9b8c9;
    border-radius: 5px;
}
#in-search input {
    padding: 8px 10px;
    font-size: 12pt;
}
#in-search ul{
	margin:0;
}
.cntr {
	position: relative;
}

.sbox {
    position: absolute;
	z-index: 2;
    overflow: scroll;
	overflow-x: hidden;
    width: 100%;
    max-height: 400px;
    display: none;
    background: #fff;
    font-size: 13pt;
	border: 1px solid #e3e0ee;
}

.sbox ul{
	/*padding:10px;*/
}

.autocomplete li {
    cursor: pointer;
    border-bottom: 1px dotted #e0e6ee;
}

.autocomplete a {
	display:block;
	padding: 10px 10px 10px 20px;
	text-decoration:none;
}

.autocomplete li:hover {
	background:#3c388d;
	color:#fff;
}
.autocomplete li:hover a{
	color:#fff;
}
.loading_spinner {
	display:none;
    z-index: 1;
    text-align: center;
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* End Cat Finder */


/* Message Filter */

#in-filter {
	width: 100%;
    display: block;
    margin: 10px 0;
	background: #fbfbfb;
    margin-top: 20px;
    margin-bottom: -10px;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
}

#in-filter label {
	font-weight:normal;
	font-size:8.5pt;
}

.selfilter {
	font-size: 12pt;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #afafaf;
}

.textopts {
	width:25%;
	display:inline-block;
}

.resultopts {
	width:40%;
	display:inline-block;
}
.filter-btn {
	width: 33%;
    display: inline-block;
    text-align: right;
}

.filter-btn button {
    background: #efefef;
    font-size: 9pt;
    position: relative;
    bottom: 7px;
    border: 1px solid #afafaf;
    padding: 10px 30px;
    border-radius: 3px;
    color: #000000;
    -webkit-box-shadow: rgb(35 56 66 / 0%) 0 0px 2px, rgb(35 63 66 / 0%) 0 0px 0px 0px, rgb(58 103 111 / 20%) 0 -2px 0 inset;
    box-shadow: rgb(35 56 66 / 0%) 0 0px 2px, rgb(35 63 66 / 0%) 0 0px 0px 0px, rgb(58 103 111 / 20%) 0 -2px 0 inset;
}

.filter-btn button:hover{
    background: #e1e8ed;
}

.filterwrap {
	background: #fbfbfb;
    padding: 7px 10px 7px 25px;
}

/* End Message Filter */

.popcats {
	margin-bottom: 20px;
    margin-left: 4px;
    padding-left: 15px;
    list-style-type: none;
    background: #ffffff;
    padding: 12px 30px 10px 30px;
    border: 1px solid #efe7f7;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0 #cac7d5;
    -webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
}

.popcats p {
	font-weight: bold;
    font-size: 15pt;
    color: #2f317d;
}

.popicon {
	position: relative;
    top: 3px;
}

.social {
	margin-top: 20px;
    border-top: 1px dotted#e1e1e1;
    display: block;
}

.copy-btn button {
	margin: 10px 0;
    font-size: 10pt;
	background: #ededed;
    border: 1px solid #afafaf;
    padding: 0px 15px;
    border-radius: 4px;
	color: #4a4a4b;
	-webkit-box-shadow: rgb(35 56 66 / 0%) 0 0px 2px, rgb(35 63 66 / 0%) 0 0px 0px 0px, rgb(58 103 111 / 20%) 0 -2px 0 inset;
    box-shadow: rgb(35 56 66 / 0%) 0 0px 2px, rgb(35 63 66 / 0%) 0 0px 0px 0px, rgb(58 103 111 / 20%) 0 -2px 0 inset;
}

.copy-btn button:hover {
	background: #dee3ed;
}

.copy-btn {
	display: inline-block;
	width:20%;
    text-align: right;
}
.copy-btn button.copied {
    background: #718fd5;
    border: 1px solid #5770ab;
	color:#fff;
}
.icons {
	font-size: 20pt;
	width: 80%;
    display: inline-block;
	vertical-align:middle;
}

.icons button {
	border: none;
	background:none;
	padding: 0 6px;
	/*color:#81788b;*/
	
}

.icons i:hover {
	cursor: pointer;
}
.fa-square-whatsapp {
	color:#799189;
}

.fa-square-whatsapp:hover{
	color:#0e9759;
}

.fa-square-facebook{
	color:#708397;
}
.fa-square-facebook:hover{
	color:#2e60a1;
}


.fa-square-x-twitter {
	color:#777879;
}
.fa-square-x-twitter:hover{
	color:#000;
}

.fa-square-envelope {
	color:#81788b;
}
.fa-square-envelope:hover{
	color:#664e81;
}

.breadcrumbs {
	color:#4d586d;
	border-bottom: 1px dashed #e7e3e3;
    padding-bottom: 12px;
}

.breadcrumbs a {
	text-decoration:underline;
}

/* MENU */

#menu {
    position: relative;
    display: inline-block;
    text-align: center;
    /* width: 27%; */
    width: 90%;
    color: #fff;
    font-size: 9pt;
    position: relative;
    bottom: 25px;
    font-weight: bold;
}
#menu a {
	color:#fff;
}

#menu li {
    display: inline;
    margin: 0 2px;
	padding:5px 10px;
	background: #463181;
	border-radius:5px;	
}

#menu-wrap {
	position: relative;
    top: 31px;
}


#featured_menu {
	display:inline-block;
	width:32%;
	bottom: 13px;
    position: relative;
	font-size:12pt;
}

#featured_menu a {
	color:#fff;
}

#featured_menu li {
	display:inline-block;
	margin-left:5px;
	padding:8px 10px;
    background: #463181;
	border-radius:5px;
}

.menu-more-symbol {
    position: relative;
    top: 8px;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mm-items {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    background: #2f2759;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

li.menu-more {
    /* float: left; */
    cursor: pointer;
    overflow: hidden;
    line-height: 0.2;
    border: none;
    outline: none;
    color: white;
    padding: 25px 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.menu-more:hover .mm-items {
  display: block;
  padding: 20px 0;
}

.mm-items a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

#menu > ul > li.menu-more > ul > li {
	background:none;
}
.mm-items a:hover {
	background: #463181;

}

.menu_icon {
	display:none;
}


.breadsymbol {
	font-size:16pt;
}

.ct-bl {
	background: #ffffff;
    padding: 20px 0;
    border: 1px solid #efe7f7;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0 #cac7d5;
    -webkit-box-shadow: 1px 1px 4px 0 #cac7d5;
	margin-top: 20px;
}

.pagination {
	margin: 20px 0 20px 0;
}

.ct-bl ul > li {
	width: 47%;
    display: inline-block;
    margin: 7px 5px;
    font-size: 13pt;
    padding: 0 10px;
    line-height: 1.5em;
    border-bottom: 1px dotted #e7e7e7;
    padding-bottom: 14px;
	vertical-align:middle;
	
}


.ct-bl ul > li a {
	text-decoration: none;
}

.ct-bl ul > li a:hover {
    text-decoration: underline;
}

.home_cats {
    width: 49.5%;
    display: inline-block;
	vertical-align:top;
}

@media only screen and (max-width: 1140px) {
	.home_search_contents {
		width:80%;
		
	}
	#home_search_field {
		width:83%;
	}
	
	#home_search_btn {
		width:15%;
		
	}
	.home_links {
		font-size:12pt;
	}
	
	.home_intro_block {
		width:90%;
	}
	
	.home_intro_l {
		width:27%;
		margin-right:35px;
	}
	.home_intro_c {
		width:27%;
		margin-right:35px;		
	}
	
	#logo {
		width:15%;
		margin-left:5px;
	}
	/**/

	#top-header {
		width:100%;
		text-align: left;
		display: inline-block;
	}
	#top-header li a {
		padding:20px 0;
		border-bottom: 1px dotted #715fa1;		
	}
	
	#top-header li a:hover {
		background: #463181;
	}	


	#menu {
		width: 100%;
		display: block;
		text-align: center;
		z-index: 100;
		list-style: none;
	}
	nav#menu {
		margin-top: 18px;
		border-top: 1px dotted #715fa1;	
	}

	#menu li {
		display: block;
		font-weight:normal;
		background: #3b355e;
		list-style: none;
		margin:0;
		padding:0;
		border-radius:0;		
	}
	

	#menu a {
		display:block;
		font-size: 11pt;
		color: #fff;
		text-decoration: none;
	}

	#menu span {
		display:none;
	}
	
	#menu-wrap {
		background: #3f0e7c;
		position: relative;
		top: 85px;
		z-index: 10;
		max-height: 1020px;
	}
	#menu-wrap-in {
		position: relative;
		bottom: 27px;
		width: 97%;
		margin: 0 auto;
		
	}

	#featured_menu {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		z-index: 100;
		top: 0px;
		list-style: none;
	}

	#featured_menu li {
		display:block;
		background: #3b355e;
		border-radius:0px;
		padding:0;
		margin:0;
		
	}

	#featured_menu a {
		padding: 13px 0;	
		/*font-weight:bold;*/
		display:block;
		font-size: 11.5pt;
		color: #fff;
		text-decoration: none;
		
	}
	
	.mm-items {
		display: block;
		position: relative;
		background:none;
		top: 0;
		right: 0;
		z-index: 1;
		border-radius: 0px;
	}
	li.menu-more { 
		line-height:inherit;
	}
	.menu-more:hover .mm-items {
	  display: block;
	  padding: 0;
	}
	.menu_icon {
		display: block;
		position: relative;
		right: 30px;
		/* bottom: 9px; */
		top: 18px;
		font-size: 15px;
		cursor: pointer;
		color: #fff;
		float: right;
		padding: 10px;
		background: #563d99;
		border: 1px solid #7b60bb;
		border-radius: 4px;
	}

	#sfield {
		width: 100%;
		position: relative;
		display: none;
		bottom: 25px;
		margin-bottom: -15px;
		
	}
	
	#sfield form {
		padding: 8px;
	}
	
	/**/
	
	#menu, #featured_menu {
		display:none;
		
	}
	
	header#top {
		height: 90px;
	}
	
	.footer_align {
		padding: 0 20px;
	}
	
	.mob_search {
		width:90%;
		margin: 10px auto 0 auto;
		text-align:center;
		
	}

	.mob_search #home_search_field {
		width:70%;
	}

	.mob_search #home_search_btn {
		width:15%;
		padding:0;
		font-size:20px;
	}
	
	#mySidenav hr {
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #8275a7;
	}
	
}

@media only screen and (max-width: 750px) {
	.home_links {
		margin-top: 25px;
		
	}
	
	.home_intro_block {
		width:100%;
		padding: 0 65px;
	}	
	.home_intro_l {
		display:block;
		margin: 50px auto;
		width: 100%;
	}
	.home_intro_c {
		display:block;
		margin: 50px auto;	
		width: 100%;
	}
	.home_intro_r {
		display:block;
		margin: 50px auto;
		width: 100%;	
	}

	#left_block {
		width:100%;
		padding: 0px; 
	}
	
	#sidewid {
		width:100%;
		padding: 0px; 
		margin-top: 0;
	}
	.popcats {
		margin:0 0 20px 0;
	}
	#main_footer {
		display:flex;
	}
	
	.footer_align {
		padding: 0 30px 0 30px;
	}	
	
	.fixed_footer {
		position:relative;
		margin-top: 50px;
	}
	main {
		min-height:750px;
	}
	
	.home_cats {
		width: 100%;
	}
	.fixed_footer_links {
		width: 100%;
		text-align: center;
	}
	
	.copyright {
		width: 100%;
		top: 40px;
		text-align: center;
	}
	.general_footer {
		height: 100px;
	}
	

}

@media only screen and (max-width: 560px) {

	.home_links li:not(:last-child) {
		margin: 0 5px 5px 0;
	}
	
	#home_search_btn {
		font-size:25px;
	}

	.general_footer {
		height:100px;
	}
	.fixed_footer {
		height:100px;
	}	
	#left_block {
		width:100%;
		padding: 0; 
	}
	#main_footer a {
		font-size: 13px;
	}

	.footer_align {
		padding: 0 10px 0 10px;
	}
	
	.light_section {
		font-size:15pt;
	}
	
	.light_section .bottom_border li {
		margin: 10px 0;
	}
	
	.light_section i {
		font-size: 16pt;
	}
	
	main {
		padding: 7px 9px;
	}
	
	h2.msg-title {
		font-size:1em;
	}
	
	#in-search {
		padding: 10px 5px 20px 5px;
	}
	article h1 {
		padding-left:7px;
	}
	.breadcrumbs {
	    padding: 0 0 12px 7px;
	}
	
	.selfilter {
		font-size: 10pt;
	}
	.filter-btn {
		width: 20%;
	}
	.resultopts {
		width: 48%;
	}
	.textopts {
		width: 29%;
	}
	.filter-btn button {
		background: #efefef;
		font-size: 8pt;
		bottom: 4px;
		padding: 10px 13px;
	}
	.filterwrap {
		padding: 7px 10px 7px 12px;
	}
	
	.content ul, ol {
		padding-left: 0px;
		margin: 0;
	}
	
	section.content ul > li {
		font-size:12pt;
	}
	.pagination>li {
		display: inline-block;
		margin: 2px;
	}
	.pagination>li>a {
		margin: 0px;
	}
	
	.home_intro_block {
		padding: 0 35px;
	}
	.home_links {
		font-size: 11pt;
	}
	.light_section {
		padding: 10px 20px;
	}

}

@media only screen and (max-width: 375px) {
	main {
		padding: 7px 5px;
	}
	
	.right_block {
		padding:0 15px;
	}
	#in-filter {
		padding: 5px 5px 15px 5px;		
	}
	.filter-btn {
		width: 100%;
	}
	.resultopts {
		width: 60%;
	}
	.textopts {
		width: 38%;
		vertical-align: top;
	}
	.filter-btn button {
		bottom: 0;
		top:12px;
		width:100%;
	}
	.filterwrap {
		padding: 7px 10px 7px 12px;
	}
	
	.f_fix {
		float:right;
	}
	
	section.content ul > li {
		width: 100%;
	}
	
	.copyright {
		top: 30px;
	}
	
}
@media only screen and (max-width: 350px) {
	main {
		padding:0px 10px;
	}	
	
	#main_footer li {
		padding:0px 10px;
	}
}

@media only screen and (max-width: 290px) {
	.f_fix {
		float:none;
	}
	.resultopts {
		display:block;
	}
}