

@font-face {
	font-family: 'iransans';
	src: url('/font/iransans-webfont.ttf');
}
 html,body {
    margin:0;
    padding:0;
    direction:rtl;
    font-family: 'iransans';
  

}

*, ::after, ::before {
  box-sizing: border-box;
}



:root {
  --color1: #000000;
  --color2: #202020;
  --color3: #282828;
  --color4: #404040;
  --color5: #606060;
  --color6: #707070;
  --color7: #808080;
  --color8: #909090;
  --color9: #A0A0A0;
  --color10: #B0B0B0;
  --color11: #C0C0C0;
  --color12: #D0D0D0;
  --color13: #E0E0E0;
  --color14: #F0F0F0;
  --color15: #F9F9F9;
  --color16: #FFFFFF;
}


:root {
  --origin8: #ec2335;
  --origin9: #af1624;
  --origin10: #951420;
  --origin11: #9c1e29;
  --origin12: #861821;
  
  --origin15: #15244f;
}


:root {
  --opacity1: #00000025;
  --opacity2: #00000050;
  --opacity3: #00000075;
  --opacity4: #00000090;
  --opacity5: #00000095;
}
:root {
  --titr-line-height: 1.2;
  --padding1: 1%;
  --padding2: 2%;
  --padding3: 3%;
  --padding-top1: 1%;
  --padding-bottom1: 1%;
  --padding-right1: 1%;
  --padding-left1: 1%;
  --margin1: 1%;
  --margin2: 2%;
  --margin3: 3%;
  --margin-top1: 1%;
  --margin-bottom1: 1%;
  --margin-right1: 1%;
  --margin-left1: 1%;
  --border-radius: 15px;
  --item-count2: 2;
  --item-count3: 3;
  --item-count4: 4;
  --item-count5: 5;
  --item-count6: 6;
  --line-height:1.3;
}

main {
   margin: 0 6%;
  padding:0;
}

h1 {
font-size: 1.8em;
  line-height: 1.1;
}

h2 {
font-size: 1.4em;
  line-height: 1.2;
}

h3 {
font-size: 1.1em;
  line-height: 1.4;
  font-weight: normal;
}

.top-news h3
{
  min-height:50px;
}

h4 {
font-size: 1.05em;
  line-height: 1.1;
}


h5 {
font-size: 1.1em;
  line-height: 1.1;
}


h6 {
font-size: 1em;
  line-height: 1.1;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}


.small {
font-size: .8em;
}

.medium {
font-size: .9em;
}

.content-titr {
  border-right: 3px solid var(--origin9);
padding-right: 10px;
  margin-right: 3%;
}

.content-titr i:before {
 
  font-size: .8em;
}

.primary-titr {
  border-bottom: 3px solid var(--origin9);
  width: 200px;
  text-align: center;
  margin: 4% auto 0 auto;
  padding-bottom: 1%;
}


.content-body{
line-height: 2;
  padding: 1% 3%;
}

.content-body img {
  border-radius: 20px;
  border: 2px solid #e3e0e0;
  padding: 4px;
  max-width: 65%;
  transition: .5s ease-out;
  display: block;
  margin: 2% auto;
}


.wrapper {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.col-2 {
    width: 15%;
  margin: 1%;
}

.col-3 {
    width: 23%;
  margin: 1%;
}

.col-4 {
    width: 30%;
  margin: 1%;
}


.col-6 {
    width: 48%;
  margin: 1%;
}

header
{
  position: sticky;
  top: 0;
  z-index: 100;
}

.top-header {
display: flex;
align-items: center;
background-color: var(--origin10);
justify-content: flex-end;
color: var(--color16);
  padding-left: 2%;
  padding: .4%;
}

.top-header section {
padding: 0 1%;
}

.bot-header {
display: flex;
align-items: center;
  box-shadow: 0px 2px 9px -4px rgba(0,0,0,0.75);
margin-bottom: 1%;
  background-color: var(--color16);
}

.logo-place {
flex: 1;
margin: 1%;
   
  margin-top: .2%;
  margin-right: 5%;
}

.menu-place {
flex: 4;
  text-align: center;
}



section.search {
flex: 1;
  margin-left: 5%;
}

div.search {
display: flex;
align-items: center;
width: 300px;
  border-radius: 5px;
  background-color: var(--color14);
  padding: 1%;
}

.i-search i {
cursor: pointer;
padding-top: 10px;
  color: var(--color11);
}

.menu {
display: none;
}

.dropdown ul {
font-weight: normal;
}

#txtsearch {
  border: 0px;
  width: 100%;
  text-align: right;
font-family: 'iransans';
  background-color: var(--color14);
}





.banner-container {
display: flex;
}

.banner-place1 {
  width: 100%;
  padding-left: 2%;
}

.banner-place1 ul {
padding: 0;
}

.banner {
  width: 100%;
  display: none;
 
  height: 100%;
  position: relative;
}

.banner .caption {
 position: absolute;
z-index: 1;
text-align: center;
left: 5%;
padding: 2%;
border-radius: 10px;
  background-color: #ffffff9e;
width: 70%;
font-size: .8em;
  bottom: 10px;
}

.banner-place .circle-place {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  padding: 10px 0px;
  float: right;
  width: 100%;
  text-align: center;
}

.banner-place .circle-place i {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: .3s ease-out;
}



 

aside article {
box-shadow: 0px 3px 10px 0px #0000001c;
  display: flex;
  padding: .2%;
  margin: 1%;
  align-items: center;
}

aside article section {
padding: 1.2%;
}

aside article section p {
margin: 0;
  font-size: .9em;
}

aside article section h3 {


  font-size: 1em;
  line-height: 1.1;
}

aside article section h3 a:visited , aside article section h3 a:link {
color: var(--origin10);
}

aside article figure img {
width: 140px;
  object-fit: cover;
}


.top-news-container {
margin-top: 3%;
}

.top-news article {
box-shadow: 0px 3px 10px 0px #00000024;
  margin-top: 0;
}


.top-news article figure img {
width: 100%;
height: 220px;
object-fit: cover;
}

.top-news article section {
text-align: justify;
  padding: 4% 4%;
 
    font-size:.9em;
  
}



.analysis-container {
margin: 5% 0;
}


.analysis {
display: flex;
}

.analysis article {
display: flex;
width: 49%;
align-items: center;
box-shadow: 0px 1px 5px 1px rgba(145,136,136,0.75);
margin: 1%;
padding: .5%;
  margin-top: 0;
  border-radius: 6px;
}

.analysis article figure img {
width: 200px;
height: auto;
object-fit: cover;
}

.analysis article section {
margin-right: 2%;
}

.analysis article section h3 , .analysis article section p {
margin: 0;
}

.gallery-container .third-item3 section figure img {
width: 100%;
height: 65px;
object-fit: cover;
}


.picture-container >  section
{
  flex:1;
  border: 1px solid var(--color13);
  padding: 5px;
  margin: .5%;
}
.picture-container >  section:nth-child(1)
{
  flex:1.5
}
.gallery-container .third-item3 section {
margin: 1%;
}


.content {
  flex: 3;
 
}

.sidebar {
  flex: 1;
  border: 1px solid var(--color13);
  padding: 1%;
  position: sticky;
  top: 150px;
  height: 100%;
}

.top-content {
  margin: 0 1%;
  display: flex;
  background-color: var(--color14);
  padding: 1%;
  border-radius: 2px;
}

.top-content section {
  color: var(--color11);
  flex: 1;
}

.top-content section:nth-child(2) {
  text-align: left;
}

.top-content section a:last-child , .top-content section a:first-child {
  border-left: unset;
}


.icon-clock::before {
    content: '\e856';
    padding-left: 5%;
}

.top-content section a {
  padding: 0 1.5%;
  border-left: 1px solid var(--color12);
  color: var(--color8);
}


.content h1 {
  color: var(--color6);
  line-height: 1.3;
}

.master-container-content {
  text-align: justify;
  margin: 0 8%;
  min-height: 300px;
}

.master-container-content h4 {
  padding: 2%;
  border-radius: 10px;
  background: var(--color14);
  font-weight: normal;
}


.master-container-content ul.contact_us li {
  margin-top: var(--margin1);
  background-color: var(--color14);
  padding: 0;
  display:flex;
}
    .master-container-content ul.contact_us li span:nth-child(1) {
  background-color: var(--color12);
  padding: var(--padding1);
  color: var(--color1);
flex;
}

.master-container-content ul.contact_us li span:nth-child(2) {
  padding-right: var(--padding-right1);
}

.master-container-content ul.contact_us li span:nth-child(2) {
  padding-right: var(--padding-right1);
}


.index-pic img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px;
  padding: 3%;
  width: 80%;
}

.tag-place {
    display: flex;
    margin: 3% 0;
}

.tag-place span {
  background-color: var(--origin10);
  padding: 1%;
}

.tag-place span:nth-child(1) {
color: var(--color15);
}

.tag-place a {
  background: var(--color13);
  color: var(--color1);
  padding: 1%;
  margin: 0 .5%;
}

.tag-place span:nth-child(2) {
  background-color: var(--color13);
  margin: 0 .5%;
}

form[id^="form"] {
  text-align: center;
  border-radius: 4px;
}

.question {
  min-height: 120px;
  padding: 1%;
  border-radius: 5px;
  border: solid 1px var(--color13);
}

.bubbles ul, .question ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  display: flex;
  color: var(--color5);
  align-items: center;
}

.bubbles > div li, .question > div li {
  padding: 1%;
}

.bubbles ul li:nth-child(2), .question > div li:nth-child(2) {
  padding-top: 20px;
  color: var(--color10);
}

.icon-profile::before {
  color: var(--color12);
}

.icon-reply::before {
  content: unset;
}

.bubbles {
  width: 95%;
  position: relative;
  min-height: 120px;
  padding: 1%;
  border-radius: 5px;
  border: var(--color12) solid 1px;
  margin-top: 17px;
  float: left;
}

.bubbles::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: var(--color12) transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -15px;
  right: 20px;
}

.bubbles::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -14px;
  right: 20px;
}

div.poll-reply .comment {
  padding: 1% 1%;
  color: var(--color5);
}

h3.suggestion {
  width: 100%;

}

.archive {
  width: 100%;
}


.archive article {
  justify-content: unset;
  border: 1px solid var(--color14);
  padding: .4%;
  align-items: center;
  background: var(--color15);
  flex-wrap: nowrap;
  margin: 1% 0;
}


.archive article figure img {
    width: 100px;
    height: 60px;
    object-fit: cover;
}

.archive article h6 {
  background: unset;
  margin: 0;
  line-height: 1.2;
  padding: 2%;
  font-weight: normal;
}

.archive article h6 a:link, .archive article h6 a:visited {
  color: var(--color7);
}

.sidebar section {
  margin-top: 10%;
}

.aside-first-item ul, .aside-second-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

aside.sidebar ul li {
  border-bottom: 1px solid var(--color13);
  padding: 4% 0;
  line-height: 1.1;
}

.icon-circle::before {
  font-size: .8em;
  padding-left: 20px;
}


aside section ul li:last-child {
  border-bottom: none;
}

form[id^="form"] fieldset, fieldset {
  background-color: unset;
}

form[id^="form"] .poll-container fieldset li {
  background-color: unset;
  align-items: center;
}

form[id^="form"] div.poll-container fieldset li input[type="email"], html:lang(fa) form[id^="form"] div.poll-container input[type="text"], form[id^="form"] div.poll-container fieldset li input[type="text"], form[id^="form"] div.poll-container fieldset li textarea  {
  background-color: unset;
}

form[id^="form"] .poll-container fieldset li i {
  color: var(--color9);
}

form[id^="form"] div.poll-container input[type="button"] {
  font-family: 'iransans';
  background-color: var(--origin10);
}

.poll form[id^="form"] p {
  font-weight: bold;
}

.poll form[id^="form"] fieldset li {
  width: 100%;
  text-align: right;
  border-radius: unset;
}

.poll-section h3 {
  margin-bottom: 3%;
}

poll form[id^="form"] input[type="button"], input[type="reset"], form[id^="form"] button {
  font-size: unset;
  background-color: var(--origin10);
}

aside div.search {
  width: 100%;
}


.gallery 
{
  position:relative;
}

.gallery img 
{
max-width: 100%;
  max-height: 350px;
  width: 100%;

}

aside.report-image {
  position:absolute; top:0;right:0;
}

aside.report-image img{
max-width: 80px;
  padding: 2px;
  display: block;
  background: white;
}


footer {
margin-top: 5%;
}

footer i {
color: var(--color3);
font-size: 1.2em;
  text-shadow: 0px 1px 7px rgba(255,255,255,0.87);
}

.top-footer {
display: flex;
background-color: var(--origin12);
align-items: center;
  padding: 3% 0;
}

.top-footer .menu-footer {
flex: 2;
margin-right: 2%;
  display: flex;
}

.top-footer .logo-place {
flex: 1;
text-align: center;
}

.top-footer .logo-place figure img {
opacity: .7;
}



.top-footer span .social-box {
padding-top: 2%;
}

.top-footer section li {
list-style: none;
padding: 0 1%;
}

.top-footer section li::before {
  content: '|';
  color: var(--color15);
  font-family: 'webfont';
  padding: 0 10px;
}

.top-footer section li:nth-child(1)::before {
content: unset;
}


.top-footer section li a:visited , .top-footer section li a:link {
color: var(--color15);
}



.bot-footer {
background-color: var(--origin9);
  padding: 2% 0;
}

.copyright {
text-align: center;
color: var(--color15);
}


.master-container-text-news_3 figure{
  border:1px solid #f0ecec;
  width:100px;
  text-align:center;
  max-height: 70px;
  object-fit: cover;
  height: 70px;
}
.master-container-text-news_3 figure img{
   max-width:95px;
   object-fit: cover;
   width: 100px;
   height: 70px;
}



ul{
    list-style-type: none;
}


i{
  cursor: pointer;
}
.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.master {
    width: 100%;
}

.arrow-place {
    float: right;
    position: absolute;
    z-index: 2;
    top: 35%;
    right: 0;
    left: 0;
}

    .arrow-place i {
        cursor: pointer;
    }

 a:link ,a , a:visited{
    text-decoration: none;
   color: var(--color4);
}

.karik a:link, .karik a, .karik a:visited {
  text-decoration: none;
  color: var(--color15);
  font-size:.8em
}
article img,.banner img
{
  border-radius:5px;
}


#form2 .col-10{
  
    text-align: right;
}




.fadeInRight{
    animation-duration: 0.5s;
     animation-delay: 0.5s
}
.fadeInRight{
    animation-duration: 0.5s;
    animation-delay: 1.5s
}
.fadeInLeft
{
    animation-duration: 0.5s;
     animation-delay: 1.5s

}

form[id^='formpoll'] fieldset{
  
  width:auto;

}


.fadeInRight{
    animation-duration: 0.5s;
     animation-delay: 0.5s
}
.fadeInLeft{
    animation-duration: 0.5s;
     animation-delay: 0.5s
}
.fadeInUp{
    animation-duration: 0.8s; 
    animation-delay: 0.3s;
}
.fadeInDown{
    animation-duration: 0.8s;
     animation-delay: 0.3s;
}





.border-patern {
width: 100%;
  text-align: right;
background-image: url(/directory/masirefarhangir/images/sidebar-title.png);
height: 10px;
margin-bottom: 20px;
margin-top: 30px;
}

.border-patern a:link, .border-patern a, .border-patern a:visited {
padding-left: 10px;
  background: var(--color15);
  padding-right: 5px;
  background-image: url(/directory/masirefarhangir/images/sidebar-title.png);
  border-radius: 3px;
}

.border-patern h3 {
  line-height: .1;
}



          
form[id^="form"] div.poll-container input[type=button] {
    font-family: 'iransans';
}


.advert-place img{
  height: 65px;
  width: 100%;
  object-fit: cover;
}


/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active h3.img-title{
  background-color: var(--color4);
color: var(--font-color2);
}



.active a{
color: var(--font-color2);
}


.last-news-image-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: right;
}

.last-news-image-box .border-patern {
  margin-top: unset;
}
.last-news-image-box section.dialog ,
.last-news-image-box section.best-images,
.last-news-image-box div.advert-place{
width: 24%;
margin:  0 .5%;
}
.last-news-image-box section.best-images .title-parent ,.last-news-image-box section.mini-slide .title-parent {
  margin-top:unset;
}


.last-news-image-box section.mini-slide {
  width: 98%;
  background:var(--color13);
  padding: 1%;
  color: var(--origin2);
}

.best-images .last-news-list
{
  height: 308px;
  padding: 2%;
  color: var(--font-color2);
  background: var(--color13);
}

.wide-wrapper .last-news-list{

position: relative;
display:flex;
line-height: 0;
}

.best-images .last-news-list section{
  height: 275px;
}

.wide-wrapper .last-news-list img{
max-width: 100%;
object-fit: cover;
width: 100%;
height: 450px;

}

.tab-video video {
  max-width: 98%;
  height: 300px;
}

.wide-wrapper .last-news-list article{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: var(--color14);
    line-height: 160%;
  color: var(--font-color2);
    min-height: 75px;
  padding: 1%;
}

.third-news .wide-wrapper .last-news-list article a{
  color:var(--font-color2) !important;
  font-size: .8em;
}





.content-detail img{
    max-width: 100%;
    max-height: 250px;
}
.content-detail{
   display:flex
}
.content-detail-pic {
    margin: 0 2% 2% 0;
    float: left;
}
.content-detail-title p{
    font-weight: bold;
}

.newspaper-details section img {
  height: unset;
}
.newspaper-details section p{
  text-align: right;
  margin: 1% 3%;
}


.margin_pig_page section a ,.margin_pig_page section a:hover{
  color: var(--font-color2);

}

.margin_pig_page section h3 {
color: var(--origin2);
margin: 1%;
}


.parent-content .pic-center2 img {
  height: 200px;
  max-width: 100%;
  padding: 2%;
  box-shadow: 0px 0px 8px 3px var(--color7);
  border: 1px solid var(--origin3);
}

.news-box-content3 .news-section-aside article p{
  display: none;
}


.users-perspective-question , .users-perspective-answer{
    display:flex;
    padding: 2%;
}
.users-perspective-question strong , .users-perspective-answer strong{
   
    margin: 10px;
}
.users-perspective-question p , .users-perspective-answer p{
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 100px;
   display;flex;
    border-radius: 5px;
    margin: 0;
}
.users-perspective-question img{
    float: right;
    margin: 5px;
}
.users-perspective-answer img{
    max-width: 100%;
    max-height: 40px
}
.master-container-content .total-video {
    text-align: center;
}
.master-container-content .news-section.news-section-video {
    width: 46%;
    margin: 1%;
    display: inline-block;
    float: none;
    vertical-align: top;
    border: 1px solid #eae6e6;
}

.master-container-content .news-section {
    float: right;
    width: 100%;
    text-align: center;
}
.news-section-video a, .news-section-video a:link, .news-section-video a:visited {
    color: #000 !important;
}


.dialog .last-news-list .news-section span:nth-child(1){
    position: relative;
}
.dialog .last-news-list .news-section span:nth-child(1) i{
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 2.5em;
}
.up {
  cursor: pointer;
  position: fixed;
  bottom: 33px;
  left: 20px;
  z-index: 9999;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  transition: .3s ease-out;
  right: unset;
}
.up i {
    transition: .3s ease-out;
    margin: 13px 15px 0 0px;
    position: absolute;
}
.lan {
    float: left;
    margin: 1% 0px 0px 1%;
    text-align: left;
}
.lan a {
    margin: 10px;
    font-size: 0.9em;
}
.last-news-list .news-section video{
    width: 100px;
    height: 70px;
    margin-left: 2%;
}


video{
 width: 100%; 
}

.best-image-bindpic .preview{
  width: 30%;
  display: inline-block;
  margin: 5px 1%;
}
.best-image-bindpic .preview img{
  cursor: zoom-in;
}
.master-container-content .total-video{
  text-align: center;
}


.adver img
{
  max-width: 100%;
  max-height: 110px;
width: 100%;  
}

.adver section
{
  margin:3px;
}

.poll form[id^="form"] fieldset ul {
  padding-right:10%;
}
.poll form[id^="form"] fieldset li {
    width: 100%;
}
.poll #radio input[type="radio"] {
    height: 1.5em;
}
.poll form[id^="form"] input[type="button"], input[type="reset"], form[id^="form"] button {
  font-size:unset;
  margin-left: 10px;
}
.poll form[id^="form"] p{
    font-weight:bold
}
.logo-rule p {
   font-size: 0.7em;
}
.middle-advert img{
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 1%;
}


.middle-advert{
    float: right;
    width: 98%;
    padding: 1% 1% 0 1%;
}
.archive.leftBox{
  width: 100%;
  float: right;
  border-bottom : 1px dotted #c8c5c5;
  padding: 2px;
  margin: 4px;
  text-align: right;
  display: flex;
  background-color: var(--color7);
} 

.archive.leftBox img{
	   
    max-height: 70px;
    float: right;
    padding: 0 5px;
    object-fit: contain;
    height: 80px;
    width: 100px;
}

div.archive.leftBox figure {
  width:100px;height:80px;
}


.last-news-list i{
    cursor: pointer;
}






button:hover{
    background: #571616;
}








.message {
    background-color: #a5cf8f;
}



.up {
    background: #4545454d;
}





/* banner css	*/



.banner-place1 ul li img {
  max-width: 100%;
  object-fit: cover;
height: 480px;
  width: 100%;
  object-position: top;
}

/*style for dots*/


.dots-1 {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
text-align: center;
display: flex;
justify-content: center;
left: 0;
background: #004d2969;
padding: 1%;
}

.dots-1 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background:var(--origin2);
  cursor: pointer;
}

.dots-1 li:hover, .dots-1 li.active { background:var(--color4); }



/*style for img in case of low download speed*/

.banner-place2 {
background: var(--color13);
  text-align: center;
}

.banner-place2 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;

padding-left: 0;
}

.banner-place2 ul li { float: left; }

.banner-place2 ul li img { width: 100%; }

.dots-2 {
padding: 0;
text-align: center;
display: flex;
justify-content: center;
}

.dots-2 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.dots-2 li:hover, .dots-2 li.active { background: var(--color4); }



.best-image-bindpic{

text-align:center;


}

.best-image-bindpic img
{
  margin:1%;
  border-radius:5%;
  max-width:90%;
  
}

.banner-container aside
{
  flex:1;
}
.banner-place1
{
  flex:1;
}



/* Under 1600	*/
@media (max-width: 1600px) {


main {
   margin: 0 4%;
  padding:0;
}

}

/* Under 1600	*/
@media (max-width: 1400px) {


main {
   margin: 0 1%;
  padding:0;
}

}

/* Under 1024px	*/
@media (max-width: 1024px) {
  
  .banner-container {
  display: unset;;
}
    main {
  margin: 1%;
  }
  
   .menu {
  display: inline;
}
  
  .logo-place {
  margin-right: unset;
  }
  
  section.search {
  margin-left: 10px;
  }
  
   .menu-place {
display: none;
right: -450px;
    position: absolute;
top: 80px;
  }
  
 
  
  .menu i {
  display: block;
}
  
  .icon-menu-1 {
  color: var(--origin10);
  }
  
  .banner-container {
  flex-wrap: wrap;
  }
  
  
  .top-news article {
  width: 48%;
  }
  
  
  
  .content {
  flex: unset;
  }
  

    .archive {
  margin-bottom: 10%;
  }
  
  .sidebar {
  display: flex;
flex-wrap: wrap;
  }
  
  .sidebar section {
  width: 100%;
  }
  
  .search-place {
  width: 100%;
  }
  
  section.search {
  flex: unset;
  }
 
}



/* Under 800px	*/
@media (max-width: 820px) {
  
  .top-content {
  margin: 5% 1%;
 
}
  
  

  .banner-place1 ul li img {
  max-width: 100%;
  min-height: unset
}
  
 
  
  .top-footer .menu-footer {
  flex-wrap: wrap;
justify-content: center;
  }
  
  section.search {
  flex: unset;
  }
  
  .master-container-content h4 {
  line-height: 1.7em;
}
  

  .analysis {
  flex-wrap: wrap;
  }
  
  .analysis article {
  width: 100%;
  }
  
  .picture-container > section:nth-child(1) {
  flex: unset;
  }
  
  .picture-container > section {
  flex: unset;
    margin: 1% 15%;
  }
 
  
}





/* Under 620px	*/
@media (max-width: 620px) {
  
  
  .banner-place1 ul li img {
  height: 270px;
  }
  
  
  .banner .caption {
  top: unset;
    bottom: 5px;
font-size: .7em;
left: 3%;
  }
  

  .top-header section {
  font-size: .8em;
  }

  .top-footer .logo-place {
  margin-left: 1%;
  }
  
  .top-footer .menu-footer {
  margin-left: 5%;
  }
  
  footer {
  margin-top: 10%;
}
  
  
  
  div.search {
  width: 150px;
  }
  
  .logo-place {
  text-align: center;
  }
  
  .logo-place img {
  max-width: 200px;
  }
  
  
  aside article {
  display: unset;
    box-shadow: unset;
  }
  
  aside article figure img {
  width: 100%;
  }
  
  aside article section {
  padding: 3%;
}
 
  
}





/* Under 550px	*/
@media (max-width: 550px) {

  .analysis article {
  flex-wrap: wrap;
padding: 2%;
  }

  .master-container-content {
    margin: 0 2%;
  }
  
  
  .analysis article figure img {
  width: 100%;
    height: unset;
  }
  
  .analysis article section {
  padding: 2%;
  }

  
  .top-content {
  font-size: .72rem;
  }

  
  .master-container-content h4 {
  line-height: 1.5em;
    text-align: justify;
}
  
  .content h1 {
  font-size: 1.3rem;
  }


}









/* Under 414px	*/
@media (max-width: 450px) {

 .bot-header{
  flex-wrap: wrap;
   padding: 2% 3%;
  }
  
  .banner .caption {
font-size: .6em;
  }
  

  
  .top-news article {
  width: 100%;
}
  
 
  
  .analysis article section {
  font-size: .9em;
  }
  
  .picture-container > section {
  margin: 1% 0;
  }
  
  

  .menu {
  flex: 1;
  }
  
  
  .logo-place img {
  max-width: 180px;
  }
  
  section.search {
  margin: 3% auto 2% auto;
  }
  
  div.search {
	width: 300px;
}
  
  .top-content section {
  font-size: .8em;
  }
  
    
  .top-footer {
  flex-wrap: wrap;
  }
  
  .top-footer .menu-footer{
  flex: unset;
    margin: 6% 0;
  }
  
  .top-footer .logo-place figure img {
  margin-bottom: 3%;
  }
  
  .copyright {
  font-size: .7em;
  }
  
  .content h1 {
  padding: 1%;
  }
  
  .master-container-content h4 {
    padding: 3%;
  }
  
  .top-footer section li {
  width: 100%;
    padding: 1%;
    margin-right: 20px;
  }
  
  .top-footer section li::before , .top-footer section li:nth-child(1)::before {
   content: '\e801';
  }
  

  

  
  
}


/* Under 360px	*/
@media (max-width: 360px) {

  .logo-place {
  margin-left: 10px;
  }





}
  