@import url(./assets/fonts/fontiran.css);
body {
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #222;
	background: #eee;
	margin: 0;
}
a {
	text-decoration: none;
	color: blue;
}
p {
	padding: 0;
	margin: 0;
}

input, select , textarea {
	display: block;
	width: 100%;
	padding: 7px;
	padding-left: 0;
	padding-right: 0;
	
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 13px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #ccc;
		box-sizing: content-box;
		box-sizing: border-box;
}
option {
	padding: 7px;
}
input[type=submit] {
	cursor: pointer;
}
textarea {
	text-indent: 0;
	padding-left: 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:focus {
    outline-width: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}


.msgbox1 {
	width: 94%;
	max-width: 1190px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	direction: rtl;
	background:#4cae4c;
	color:#FFF;
	font-size: 13px;
	border-radius: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.msgbox2 {
	width: 94%;
	max-width: 1190px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	background:#c04257;
	direction: rtl;
	color:#FFF;
	font-size: 13px;
	border-radius: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #12a1d9;
}
a:hover {
	color: #666;
}


.pagenum {
	display: inline-block;
	margin: 3px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	font-size: 12.5px;
	color: #333;
	background-color: #eee;
}

/* header */
header {
	background-color: #5c9991;
	direction: rtl;
	background-image: url('images/wall8.jpg');
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,.07);
}

#topmenuw {
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
}
#topmenu {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
#topmenu .site_logo {
	float: right;
	color: #fff;	
	margin-right: 12px;
}
#topmenu .site_button {
	float: right;
	display: block;
	height: 40px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
#topmenu .site_button:hover {
	background-color: rgba(255,255,255,.1);
}

#topmenu .site_button_register {
	float: left;
	display: block;
	height: 40px;
	color: #fff;
	padding-left: 12px;
	padding-right: 29px;
	background-image: url('images/icons/icon_register.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 13px;
}
#topmenu .site_button_register:hover {
	background-color: rgba(255,255,255,.1);
}
#topmenu .site_button_active , #topmenu .site_button_active:hover {
	background-color: rgba(255,255,255,.25);
}
#topmenu .site_button_login {
	float: left;
	display: block;
	height: 40px;
	color: #fff;
	padding-left: 12px;
	padding-right: 30px;
	background-image: url('images/icons/icon_login.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 13px;
}
#topmenu .site_button_login:hover {
	background-color: rgba(255,255,255,.1);
}

#header {
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header #logo {
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: right;
	padding-right: 10px;
	float: right;
}
#header #logo img.logo_image {
	display: block;
	width: 140px;
	height: auto;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}
#header #logo h1 {
	margin: 0;
	margin-top: 0px;
	display: block;
	padding: 9px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
#header #logo a:hover h1 {
	color: #eee;
}
#header #logo p {
	display: block;
	padding: 9px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: right;
	margin-bottom: 8px;
}

a.button_register {
	background-color: #c04257;
	color: #fff;
	padding: 13px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 26px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-left: 5px;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
a.button_register:hover {
	border-radius: 10px;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
}
a.button_more {
	background-color: transparent;
	border: 4px solid #fff;
	color: #fff;
	padding: 9px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 26px;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-right: 10px;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
a.button_more:hover {
	border-radius: 10px;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
}
/* header */



/* categories */
#categories {
	width: 94%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-top: 25px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	direction: rtl;
}
#categories a {
	display: inline-block;
	vertical-align: top;
	width: 8.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-radius: 15px;
	color: #333;
	font-weight: 400;
}
#categories a:hover , #categories a.cat_active {
	background-color: #eee;
}
#categories a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
	transition: .5s;
}
#categories a:hover img {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
	transition: .5s;
}
#categories a span {
	display: block;
}
/* categories */

/* main */
.main_title {
	width: 94%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #ccc;
	direction: rtl;
	margin-top: 25px;
	margin-bottom: 5px;
}
.main_title span {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 2px solid #12a1d9;
}
.main_content {
	width: 94%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #fff;
	direction: rtl;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}

main {
	margin: 0 auto;
	margin-top: 0px;
	height: auto;
	max-width: 1200px;
	direction: rtl;
}
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container::after { content: ""; display: table; clear: both;}
main article {
	width: 33%;
	padding: 20px;
	padding-bottom: 15px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
main article hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}
main article .articlebox {
	background-color: white;
	width: auto;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid #fff;
	position: relative;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
main article .articlebox a {
	color: #222;
}
main article .articlebox a:hover {
	color: #777;
}
main article .articlebox img.article_image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
main article .articlebox h3 {
	margin: 0;
	padding: 10px;
	padding-top: 15px;
	font-size: 16px;
	line-height: 25px;
}
main article .articlebox p {
	margin: 0;
	padding: 10px;
	padding-top: 0;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
main article .articlebox div.icons {	
	position: absolute;
	top: 15px;
	left: 15px;
	transition: .5s;
	opacity: .7;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	border-radius: 5px;
	padding-left: 3px;
}
main article .articlebox:hover div.icons {
	transition: .5s;
	opacity: 1;
}
main article .articlebox span.article_icon {
	display: inline-block;
	height: 25px;
	line-height: 27px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
}
main article .articlebox span.article_icon img {
	width: 12px;
	height: 12px;
	padding: 2px;
	float: right;
	margin-left: 3px;
	margin-top: 4px;
}

main article .articlebox div.share {
	text-align: center;
	transition: .5s;
	float: left;
	padding-left: 10px;
	padding-top: 7px;
}
main article .articlebox div.share:hover {
	transition: .5s;
}
main article .articlebox div.share img {
	width: 13px;
	height: 13px;
	padding: 3px;
	opacity: .4;
	transition: .2s;
}
main article .articlebox div.share img:hover {
	opacity: 1;
	transition: .2s;
}


main article .articlebox .bloglinkbox {
	float: right;
	padding-right: 6px;
	padding-bottom: 6px;
}
main article .articlebox .bloglinkbox a {
	font-size: 12px;
	color: #777;
	font-weight: 400;
	opacity: .8;
	transition: .3s;
}
main article .articlebox .bloglinkbox a:hover {
	opacity: 1;
	color: #12a1d9;
	transition: .3s;
}
main article .articlebox div.bloglinkbox img {
	width: 27px;
	height: 27px;
	padding: 3px;
	transition: .2s;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}



#login_box {
	width: 90%;
	max-width: 350px;
	background-color: #fff;
	border-radius: 10px;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
}
#login_box input {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 12px;
	direction: ltr;
    text-indent: 8px;
    font-size: 12.5px;
    font-family: tahoma;
}
#login_box input[type=submit] {
	background-color: #4cae4c;
	color: #fff;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
}
#login_box input[type=submit]:hover {
	opacity: .8;
}
.codeinp {
	background-image: url('images/bgcodeinp.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 120px 35px;
}
img.user_logo {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	margin-top: -40px;
	border: 7px solid #fff;
	border-radius: 50%;
	background-color: #fff;
}

#login_box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: right;
    direction: rtl;
    text-indent: 8px;
}
#login_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: right;
    direction: rtl;
    text-indent: 8px;
}
#login_box input::-ms-input-placeholder { /* Microsoft Edge */
    text-align: right;
    direction: rtl;
    text-indent: 8px;
}
#login_box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: right;
    direction: rtl;
    text-indent: 8px;
}


#login_box input.blogname {
}
#login_box input.blogname::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: left;
    direction: ltr;
}
#login_box input.blogname:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: left;
    direction: ltr;
}
#login_box input.blogname:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: left;
    direction: ltr;
}

#login_box input.blogname::-ms-input-placeholder { /* Microsoft Edge */
    text-align: left;
    direction: ltr;
}

#login_box input:focus {outline:0;}


.register_box span {
	display: block;
	position: relative;
}
.register_box font {
	position: absolute;
	right: 0;
	top: 3px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #aaa;
	background-color: #fff;
	font-size: 13px;
}
/* main */


/* panel */
#panel_content_main {
	display:grid;
	grid-template-columns: 17% 83%;
}
.panel_content {
	display: block;
	width: 94%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-radius: 10px;
	direction: rtl;
	background-color: #fff;
	overflow: hidden;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.19);
}
.panel_content a.blogtitlebox {
	font-size: 13px;
	font-weight: 400;
	color: #222;
}
.panel_content a.blogtitlebox:hover {
	color: #12a1d9;
	transition: .3s;
}
.panel_content img.blogimage {
	width: 27px;
	height: 27px;
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	opacity: .8;
}
.panel_content a.blogtitlebox:hover img {
	opacity: 1;
	transition: .3s;
}
.panel_content a.buttonbox {
	display: block;
	float: left;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #c04257;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
}
.panel_content a.buttonbox:hover {
	opacity: .5;
	transition: .3s;
}
.panel_right {
	float: right;
	background-color: #49736e;
}
.panel_left {
	float: right;
	display: block;
	width: auto;
	padding: 10px;
}
a.panel_right_menu {
	display: block;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #688b87;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	background-color: #49736e;
}
a.panel_right_menu:hover {
	background-color: #688b87;
	transition: .3s;
}
a.panel_right_menu_active {
	background-color: #fff;
	color: #000;
}
a.panel_right_menu_active:hover {
	background-color: #fff;
	color: #000;
}

a.a_button_red {
	display: inline-block;
	background: #c04257;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 13px;
}
a.a_button_blue {
	display: inline-block;
	background: #15a4a2;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 13px;
}
a.a_button_red:hover, a.a_button_blue:hover {
	opacity: .7;
}

a.green_button {
	background-color: #15a4a2;
	color: #fff;
	padding: 8px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
a.green_button:hover {
	opacity: .6;
	transition: .3s;
}


a.green_button2 {	color: #fff;
	padding: 8px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
	float: left;
	margin-bottom: 10px;
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4cae4c;

		-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
a.green_button2:hover {
	opacity: .6;
	transition: .3s;
}

.settings_form {
	display: block;
	width: 98%;
	max-width: 600px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}
.settings_form label {
	font-size: 12px;
	font-weight: 500;
	margin-top: 15px;
	display: block;
	text-align: right;
	text-indent: 5px;
}
.settings_form img.sitelogo {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
}
.settings_form input {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.settings_form input[type=submit] {
	background-color: #4cae4c;
	color: #fff;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
}
.settings_form input[type="file"] {
	margin: 0;
	padding: 0;
	height: 38px;
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: center;
	z-index: 2;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	direction: rtl;
}
.settings_form input[type="file"]::-webkit-file-upload-button {
	margin: 0;
	padding: 0;
	background: #485dc5;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0;
	margin: 2px;
	padding-right: 70px;
	border: none;
	float: left;
	visibility: hidden;
}
.settings_form div.image_file_box {
	position:relative;
}
.settings_form span.image_file_button {
	position:absolute;
	right:4px;
	top:4px;
	border-radius: 5px;
	display: block;
	width:130px;
	height: 30px;
	line-height: 30px;
	background-color: #40abd5;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	z-index: 1;
}

.regform {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
}
.regform input[type=submit] {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #1c943b;
	color: #fff;
}
.replybox {
	margin: 10px;
	margin-top: 15px;
	background:#deedf3;
	padding: 5px;
	border-radius: 5px;
}
.replybox:hover {
	background:#cfe4ea;
	transition: .3s;
}


.table_icon {
	width: 16px;
	height: 16px;
}
.divtables {
	width:99%;
	overflow:auto;
	padding:5px;
	direction: rtl;
	margin-left: auto;
	margin-right: auto;
}
.divtables .tablelist {
	width: 100%;
}
.tablelist {
	background: #e1e1e1;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	white-space: normal;
	border-radius: 8px;
	overflow: hidden;
}
.tablelist th {
	background: #e1e1e1;
	font-weight: normal;
	padding: 5px;
	padding-top: 7px;
	font-size: 12px;
	border-radius: 8px;
}
.tablelist td {
	padding: 5px;
	padding-top: 7px;
	overflow: hidden;
	border-radius: 8px;
}
.tablelist tr {
	background: #fff;
}
.tablelist tr:hover {
	background: #f6f6f6;
	transition: .5s;
}
.tablelist hr {
	border: 0;
	border-bottom: 1px dashed rgba(0,0,0,.1)
}
img.post_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	margin-top: 5px;
	margin-bottom: 20px;
}
/* panel */





.ql-align-center {
	text-align: center;
}
.ql-align-justify {
	text-align: justify;
	direction: rtl;
}
blockquote {
	margin: 5px;
    border: 0px;
    border-right: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 16px;
    background-color: #f1f1f1;
    padding: 10px;
}
pre.ql-syntax {
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	border-radius: 5px;
	text-align: left;
	direction: ltr;
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible;
}


/* footer */
footer {
	background-color: #fff;
	direction: rtl;
}
#footer {
	width: 94%;
	max-width: 1155px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	direction: rtl;
}
#footer a.menuf {
	display: block;
	float: right;
	direction: rtl;
	margin-right: 5px;
	margin-left: 10px;
}
#footer p {
	margin: 0;
	float: left;
	direction: rtl;
}
/* footer */
.stformseprator {
	display: inline-block;
	width: 85px;
}


.ifbignone {
	display: none;
}


/* ReSIZE 990px */
/* ReSIZE 990px */
/* ReSIZE 990px */
@media screen and (max-width: 990px) {
	main article {
		width: 49%;
	}
	.stformseprator {
		display: inline-block;
		width: 100%;
	}
}
/* ReSIZE 990px */
/* ReSIZE 990px */
/* ReSIZE 990px */


/* ReSIZE 660px */
/* ReSIZE 660px */
/* ReSIZE 660px */
@media screen and (max-width: 660px) {

	.ifsmallnone {
		display: none;
	}
	.ifbignone {
		display: inherit;
	}
	header {
		background-size: 300% auto;
	}
	#header #logo {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		padding-right: 0;
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#header #logo img.logo_image {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#header #logo h1 {
		display: inline-block;
		text-align: center;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	#header #logo p {
		display: inline-block;
		padding-right: 15px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}


	#footer {
		text-align: center;
	}
	#footer a.menuf {
		display: inline-block;
		float: none;
		direction: rtl;
		margin-right: 12px;
		margin-left: 0;
	}
	#footer p {
		margin: 0;
		float: none;
		display: inline-block;
		direction: rtl;
		margin-top: 10px;
	}
	#categories a {
		width: 22%;
		margin: 2px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	a.button_register {
		width: 180px;
		display: block;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	a.button_more {
		width: 180px;
		display: block;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	main article {
		width: 100%;
	}




							/* panel */
								#panel_content_main {
									grid-template-columns: 100%;
								}
								.panel_right {
									width: 102%;
								    white-space: nowrap;
								}
								a.panel_right_menu {
									float: right;
									width: 49%;
									margin: 0;
									padding: 0;
									border: 0;
									border-bottom: 1px solid #688b87;
									border-left: 1px solid #688b87;
									font-size: 12px;
								}
								a.panel_right_menu span {
									display: block;
									width: 100%;
									padding: 4px;
								}
							/* panel */

}
/* ReSIZE 660px */
/* ReSIZE 660px */
/* ReSIZE 660px */



/* ReSIZE 400px */
/* ReSIZE 400px */
/* ReSIZE 400px */
@media screen and (max-width: 400px) {

	#categories a {
		width: 30%;
		margin: 2px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#topmenu .site_button {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}
	a.green_button {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	.tablelist th {
		padding: 1px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tablelist td {
		font-size: 12px;
	}

}
/* ReSIZE 400px */
/* ReSIZE 400px */
/* ReSIZE 400px */