/* Theme Name: REACTOR_STUDIO v2
Author: Rafał Krzeszewski
Author URI: http://reactor-studio.net/
 */
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;800&display=swap');
:root{
  --orange: rgb(255, 112, 0);
  --gray:rgb(211, 211, 211);
  
--two_color_bg:linear-gradient(to right, var(--orange) 0%, var(--orange) 35%, var(--gray) 35%, var(--gray) 100%);

}
p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
word-break: break-word;
}

body{
  overflow: hidden;  
}
	body, html{
	font-family: 'Roboto', sans-serif;
        background-color:black;
        text-rendering:geometricPrecision;
		font-size:12px;
}
body .gallery-item {
    margin: 0;
}
::-webkit-scrollbar {
    width:  12px;
    height: 12px;
    background-color:black;
}
::-webkit-scrollbar-track {
    background-color:black;
    width: 12px;
}
::-webkit-scrollbar-track-piece  {
    background-color:black;
}
::-webkit-scrollbar-thumb {    
    background-color:var(--orange);
    width: 12px;
}

.loader {
	position: fixed;
	z-index: 1200;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
background-color: black;
    display: flex;
  align-items: center;
  justify-content: center

}
#loader_pan{
    width: fit-content;
    min-height: auto;
    height:auto;
    text-align: center;
    
}
#loader_pan img{
    width:50%;
    height:auto;
    margin-bottom: 1rem;
}
.pre-loader {
   margin:auto;
   width: 66px;
   height: 20px;
}
 
.pre-loader  div {
   background-color: #E25920;
   height: 8px;
   width: 8px;
   display: inline-block;
    margin: 1px;
	border-radius:50%;
    -webkit-animation: heightChange 1s infinite ease-in-out;
   animation: heightChange 1s infinite ease-in-out;

}

@-webkit-keyframes heightChange {
   0%, 40%, 100% { -webkit-transform: scale(0.4) }  
   20% { -webkit-transform: scale(1.0) }
}
 
@keyframes heightChange {
   0%, 40%, 100% { transform: scale(0.4); }  
   20% { transform: scale(1.0); }
}
.pre-loader .box2 {
   -webkit-animation-delay: -0.9s;
   animation-delay: -0.9s;
}
 
.pre-loader .box3 {
   -webkit-animation-delay: -0.8s;
   animation-delay: -0.8s;
}
 
.pre-loader .box4 {
   -webkit-animation-delay: -0.7s;
   animation-delay: -0.7s;
}
 
.pre-loader .box5 {
   -webkit-animation-delay: -0.6s;
   animation-delay: -0.6s;
}
.mobile_menu {
    z-index: 1200;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
   background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
visibility:visible;
opacity: 1;
transition: all 1s;
   
}
.bt_menu_close{
    position: fixed;
    top:6px;
    right: 10px;
  	background-image: url(image_html/hamburger_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 50px;
	cursor:pointer;  
}
#mobile_menu_center{
    width:100vw;
    height: 100vh;
    text-align: center;
     overflow-x:auto;
    display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: space-between;
}
#mini_nav {
    margin:auto;
    height: fit-content;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#mini_nav ul li {
text-align: center;
       
}
#mini_nav ul li a{
display: inline-block;
    text-align: center;
    color: var(--gray);
    font-weight: 400;
    font-size: 3rem;
    padding: 2rem;
    text-decoration: none;
}

#mini_nav ul li a:hover{
   background-color: var(--orange);
    color:white; 
    transition:1s all;
}

#mini_nav ul li ul li a{
    display: inline-block;
 text-align: center;
    color:white;
    font-weight: 400;
    font-size: 1.4rem;
    padding:1.4rem;
    text-decoration: none;
}

#mini_nav ul li ul li a:hover{
   background-color: #50AE58;
    color:white; 
    transition:1s all;
}

#mini_nav .current-menu-item  a{
   background-color: var(--orange);
    color:black; 
    transition:1s all;
      font-weight: 700;

}
#mini_nav .current-category-ancestor a{
   background-color: var(--orange);
    color:black; 
    transition:1s all;
       font-weight: 700;
}
#mini_nav .current-menu-parent a{
   background-color: var(--orange);
    color:black; 
    transition:1s all;
       font-weight: 700;
}

.bt_menu{
z-index: 900;
        position: fixed;
    top:6px;
    right: 10px;
	background-image: url(image_html/hamburger_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 50px;
	cursor:pointer;
}


#root_container{
    margin-left:auto;
    margin-right: auto;
    width:100%;
    min-width:300px;
    max-width: 1980px;
    background-color: black;
    
}
#top_container {
    z-index:400;
    position: sticky;
    top:0;
    width:100%;
    height:auto;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    backdrop-filter: blur(6px);
    min-height: 30px;
}
#top_container:after{
    content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
}
#top_logo_container {
width:fit-content;
    height: auto;
}
#top_logo_container a:first-child img{
    width: 30%;
    height: auto
}
#top_logo_container img{
    width: 30%;
    height: auto;
    margin:.3rem;
}
#max_nav ul{
	margin-right: 2rem;
}

#max_nav li{
	display:inline;
}

#max_nav li a{
	color:var(--gray);
	font-size:1.3rem;
	font-weight:400;
	text-decoration:none;
	margin:0px 3px 0px 3px;
	transition: 2s all;
	padding:4px 6px 4px 6px;
	-webkit-font-smoothing: subpixel-antialiased;
}
#max_nav li a:hover
{
	color:var(--orange);
	transition: 0.6s all;
}


#max_nav .current-menu-item  a{
    font-weight: 600;
	color:black;
     transition: 0.6s all;
	 background-color:var(--orange);
}
#max_nav .current-category-ancestor a{
    font-weight: 600;
	color:black;
     transition: 0.6s all;
	 background-color:var(--orange);
}
#max_nav .current-menu-parent a{
    font-weight: 600;
	color:black;
     transition: 0.6s all;
	 background-color:var(--orange);
}

#top_menu_mobile{
    width:fit-content;
    height: auto;
}

#banner_container {
position: relative;
    width:100%;
    height:auto;
    background-color:#000000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   justify-content:space-around; 
    align-content: center;
    align-items: center;
	/*background-image:url('image_html/ban_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;*/
    margin-bottom: 1rem;
}
#inner{
	width:100%;
	height:100%
	transition: transform 2s;
}
#ban_container_left{
	box-sizing:border-box;
	width:35%;
	height:auto;
	text-align:center;
	perspective: 10px;
	  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 2s;
  cursor: crosshair;
    user-select: none;
border-right: 1px solid #ff5f00;
}

#ban_container_right{
	height:auto;
	background-color:orange;
	width:65%;

}
#ban_container_left img{
	box-sizing:border-box;
  display: block;
	width:63%;
	height:auto;
	margin:auto;
	padding:0;

}
#ban_container_right img{
  display: block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#banner_container:after{
position: absolute;
    bottom:0;
    content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
}
.title_left{
    display: inline-block;
    font-size: 1.3rem;
    color: lightgray;
    font-weight: 600;
    padding:1rem;
    margin: 0 0 1rem 0;
    background-color:dimgrey;
    color:var(--gray);
}

#big_orange_title_left{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding:1rem;
    margin: 0 0 1rem 0;
    background-color:var(--orange);
    color:black;
}
/* start menu skroty//////////////////////////////////////// */

#menu_skroty{
	box-sizing:border-box;
	padding:2rem;
	width:100%;
	height:auto;
	background-color: #000000;
	text-align:center;
	font-size:13px;
    margin-bottom: 1rem;
}
#nav_skroty{
	margin:auto;
	width:90%
}
#nav_skroty li{
	margin:.5rem;
	display:inline-block
}

#nav_skroty li a{
	position: relative;
		display:inline-block;
	color:#FF7000;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
	padding:1rem;
}
#nav_skroty li a:hover{
	color:lightgray;
}
#nav_skroty li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
#nav_skroty li a:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
#nav_skroty li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(.8,.8);
}
#nav_skroty li a:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
/* start menu skroty//////////////////////////////////////// */

/* all thumb start*/
#thumb_all_container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    padding: 0;
}
#thumb_all_container::after{
 position: absolute;
    top:0;
    left:0;
    content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);   
}
.thumb_container{ 
box-sizing:border-box;
    display: inline-block;
	position:relative;
	height:auto;
    overflow: hidden;
    background-color:black;
	}


	#thumb_description {
        position:relative;
		bottom: -60px;
    opacity: 0;
    transition: all 1s;
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: auto;
    background-color: hsla(0, 0%, 0%, 0.85);
    padding-bottom: 4px;
    user-select: none;
    backdrop-filter: blur(6px);
}
#thumb_description:after{
    position: absolute;
    top:0;
    left:0;
        content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
}

	#thumb_description span{
		display:inline-block;
		color:gray;
		margin-left:2%;
		margin-right:2%;
		margin-top:8px;
		margin-bottom:4px;
		font-size:0.8em;
	}
	#thumb_description h1 {
        font-weight: 600;
		position:relative;
		color:#FF7000;
		margin-left:2%;
		margin-right:2%;
		font-size:1.2em;

	}
	
		#thumb_description p{
			display:inline-block;
		color:#bfbfbf;
		margin-left:2%;
			margin-right:2%;
		margin-top:4px;
		margin-bottom:45px;
		font-size:1em;
line-height:normal;
	}
	
	.thumb_container a{
        display: inline-block;
font-weight:700;
		color:lightgray;
		text-decoration:none;
		padding-top:6px;
        padding-bottom:6px;
        padding-left:12px;
        padding-right:12px;
		position: absolute;
    right: 10px;
    bottom: 10px;
	border: 1px solid lightgray;
        transition: background-color 2s;
		font-size:1em;
		
	}
.thumb_container a:hover{
	color:#FF7000;
	border: 1px solid #FF7000;
	}

	#thumb_img_container{
    display:inline;
	width:100%;
	height:auto;
    margin: 0;
    background-color: white;
	overflow:hidden;
     overflow: hidden;
        
}
	#thumb_img_container img{
        background-color: black;
        display: block;
		width:100%;
		height:auto;
		object-fit:cover;
		 transition: all 1s;	
		}

.thumb_container:hover img {
	filter: grayscale(100%) ;
 transition: all 1s;	
}
.thumb_container:hover #thumb_description {
		bottom: 0px;
    opacity: 1;
    transition: all 1s;	
}
/* end   all thumb start*/

#footer_container{
position: relative;
	width:100%;
	height:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	padding-top:20px;
	padding-bottom:20px;
}
#footer_container:before{
    position: absolute;
    top:0;
    left:0;
    content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
}

#footer_pan{
	height:auto;
	min-height:20px;
	text-align:center;
    margin-bottom:1rem;
   
}

#footer_pan img{
	width:30%;
    max-width: 200px;
	height:auto;
}

#footer_pan p{
	 color: var(--gray);
	font-size:1.2rem;
		line-height:150%;
		margin-bottom:1rem;
	
}
#footer_pan h1{
    color: #FF7000;
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
#footer_pan a{
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--gray);
    text-decoration: none;
    line-height: 3rem;
    margin: 1rem 0.5rem;
	}
#footer_pan a:hover{
color:#FF7000;
		text-decoration:underline;
	}
	#footer_pan a:visited{
	color:#FF7000;
		
	}
#footer_pas{
	width:1px;
	height:auto;
	max-height:60%;
	background: linear-gradient(0deg, gray 60%,  #FF7000 60%);
}

.social_bt {
	display: inline-block;
	width:37px; 
	height:37px; 
    margin-right:4px;
    background-size: cover;
    transform: scale(1);
   
}
#icon_fb{
    background-image:url(image_html/icon_fb.png);
}
#icon_yt{
    background-image:url(image_html/icon_yt.png);
}
#icon_out{
    background-image:url(image_html/icon_out.png);
}
#icon_rs{
    background-image:url(image_html/icon_rs.png);
}
.social_bt {
 filter: grayscale(100%); 
    transition: filter 2s;
}
.social_bt:hover {
 filter: none; 
transform: scale(1.1);
 transition: .5s all;
}
input {
    font-size: 1rem;
    padding: 8px;
    transition: all 1s;
    background-color: white;
    color: #0b022f;
	border: 0px solid;
	 outline: none;
}
#text_search{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
background-color:lightgray;
}

#bt_search{
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
background-color:#FF7000;
font-weight:600;
}
#bt_search:hover{
background-color:gray;
cursor:pointer;
text-align:center;
}
form#search-form {
    margin-top: 1rem;
}
/* klasy js*/
.blur{
filter: blur(5px);
user-select: none;
cursor:default;
transition: all 1s;
}
.hide{
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    
}
.cat_post_nav{
	position: sticky;
	bottom: 0;
	backdrop-filter: blur(6px);
    background-color:rgba(18, 18, 18, .8);
}
#big_title{
        width:100%;
    height:auto;
    background-color:#121212;
    margin-bottom: 1rem;
}
#big_title h2{
display: inline-block;
    font-size: 1.4rem;
color:var(--orange); 
    font-weight: 600;
    padding:1rem;
}
/* content container//////////////////////////////////////// */
#content_wrapper {
    box-sizing: border-box;
    width:100%;
    height:auto;
    padding: 1rem;
    margin-bottom: 1rem;
}

#content_wrapper p{
    color:var(--gray);
    line-height: normal;

}
#info_category {
    margin:1rem auto 1rem auto;
    max-width: 1200px;
    width:96%;
    height:auto;
}
#oferta_flex_wrapper{
    box-sizing: border-box;
    width:100%;
    height:auto;
    margin: 0 auto 0 auto;
    padding: .5rem 0 .5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-content: flex-start;
    align-items: flex-start;

}
/* oferta//////////////////////////////////////// */
#oferta_panel{
    display: block;
    box-sizing: border-box;
    background-color: var(--orange);
    margin: 1rem 1rem 1rem 1rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid #FF7000;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.9);
    transition: .6s all;
    
}
#oferta_panel:hover #oferta_pan_image img{
    transform: scale(1.5);
 filter: grayscale(100%); 
    transition: all .6s;
}
#oferta_panel:hover {
 border: 2px solid var(--gray);
    transition: .6s all;
}

#oferta_panel:hover #oferta_text h1{
color:var(--orange);
    transition: all .6s;
}
#oferta_pan_image {
    width:100%;
    height:auto;
    overflow: hidden;
}

#oferta_pan_image img {
     display: block;
    width:100%;
    height:auto;
     filter: grayscale(0); 
    transition: all .6s;

}
#oferta_text{
        position: relative;
    display: block;
    text-align: center;
    width:100%;
    height:auto;
    background-color: black;
    padding-bottom: .6rem;
}
#oferta_text::after{
    position: absolute;
    top:0;
    left:0;
  content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
    
}
#oferta_panel a{
    text-decoration: none;
}
#oferta_text h1{
    display: inline-block;
    margin:.5rem .5rem .4rem .5rem;
    font-size: 1.2em;
    color:var(--gray);
    font-weight: 600;
    line-height: normal;
    user-select: none;
    transition: all .6s;
}
#oferta_text p{
    display: block;
    margin:.3rem .5rem .5rem .5rem;
    font-size: 1em;
    text-decoration: none;
    color:grey;
    font-weight: 400;
    line-height: normal;
    user-select: none;
}
/*/ START SEARCH PAGE /*/
#search_content_wrapper {
    width:100%;
    height:auto;
    padding: 0.5rem 0 0.5rem 0;
    text-align:center;
    background-color: #121212;
}
#search_section_info{
    height:auto;
    padding:20px;
    text-align: center;
}
#search_section_info h1{
    font-size:1.4rem;
    font-weight:700;
    color:var(--orange);
}
#search_flex_container{
    width:100%;
    height:auto;
    padding:3rem 0 3rem 0;
        display: flex;
    flex-direction:row;
	gap:0.5rem;
    flex-wrap: wrap;
    justify-content:center;
    align-content:center;
    align-items:center;  
}

#search_results_container{
    position:relative;
    width:fit-content;
    height:auto;
    margin:1rem;
    padding-bottom: 1rem;
}
#search_results_container::before{
    position: absolute;
    bottom:0;
    left:0;
  content:"";
    width:100%;
    height:1px;
    background: var(--two_color_bg);
    
}
#search_results_container h1{
           color: var(--gray);
font-size:1.3rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}
#search_results_container a{
    display: inline-block;
         color: var(--gray);
    background-color: var(--orange);
font-size:.1.2rem;
    font-weight: 400;
      line-height: normal;
    padding:.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
}
#search_results_container a:hover{
     color:var(--orange);
    background-color: var(--gray);

}
#head_section_info{
	width:100%;height:auto;
}
#head_section_info h1,#head_section_info h2 {
	font-size:1.6rem!important;
	font-weight:bolder;
	color:var(--orange);
	margin-bottom:2rem;
}
#head_section_info p{
	font-size:1.4rem!important;
	color:var(--orange);
}
/*/ END SEARCH PAGE /*/

/*/ paginate/*/
#paginate{
	clear: both;
margin-left:auto;
margin-right:auto;
width:100%;
height:auto;
padding:20px;
color:DimGray;
text-align: center; 
margin-top:1rem;
margin-bottom:1rem;


}
#paginate.pages{
color:white;

}

.wp-pagenavi a, .wp-pagenavi span{
border-color: transparent !important;
    margin: .6rem!important;
    background-color: #ff5722!important;
    color: black!important;
    display: inline-block;
    text-align: center!important;
    width: auto!important;
    height: auto!important;
    line-height: 1.2rem !important;
    font-size: 1.2rem!important;
	font-weight:bold;
    padding: .5rem!important;
   

}
.wp-pagenavi .current{
background-color: transparent !important;
color:white !important; 
}
#paginator {
    text-align: center;
margin-top:0;
margin-bottom:0;
}
#paginator a{
	font-size:1.2rem;
	color:var(--gray);
	padding:1rem;
	text-decoration: none;
}
#paginator a:hover{
	color:var(--orange);
	transition: color 1s;
}
/*/ end paginate/*/
.one_rem_bottom{
    margin-bottom: 1rem;
}
/* /////////////// wp format*/
.entry{

}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	font-weight:700!important;
}
.entry a{
	color:var(--gray);
}
.entry a:hover{
	color:var(--orange);
}
.wp-block-image {
    margin: 0 1em 1em 1em;
}
.wp-block-image img {
  
    height: auto;
}
.wp-block-column p{
    margin: 1rem;
}
.wp-block-column strong{
	font-weight:900;
}
.wp-block-media-text__content ul {
    margin: 0 0 0 10px;
}
.wp-block-media-text__content ul li {
    margin: 0 0 8px 10px;
    list-style:circle;
	text-align:left;
}
.su-spoiler-title {
	background-color: #5D7FB1 !important;
}
.su-spoiler-title p {
font-size:1rem !important;
	margin-right:1em !important;
	color:white !important;
}
.su-spoiler-title h2 {
font-size:1.2rem !important;
	color:white !important;
}

.su-spoiler-title h1 {

	color:#28166F !important;
}
.su-spoiler-icon{
	color:white !important;
	font-size:1.2rem !important;
	margin-left:0.5em !important;
}

.wp-block-table{
    /* overflow-x: auto; */
    display: inherit!important;
}

.prod_table table {
  width: 100%;
 min-width:1200px;

}
.prod_table td, .prod_table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
 .popmake-close { 
	text-align: center!important;
	 	font-size:1.2rem!important;
	font-weight:900!important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video{
	height:auto !important;
}
.wp-block-media-text__content h2{
	margin-bottom:1rem !important;
}
.list_center {
    margin: 0 auto 0 auto !important;
	display:inline-block !important;
}
.list_center li {
    margin: 0 0 8px 10px !important;
    list-style:circle !important;
	text-align:left !important;
}
.entry ul{
	    margin: 0 auto 0 auto !important;
}
.entry li{
	    list-style:circle !important;
	text-align:left !important;
	line-height:normal;
	    margin-bottom: 2rem!important;
	    margin-left: 1rem!important;
}

.entry ul>li::marker {
content:"〇  " !important;
}
.entry h1,.entry h2, .entry h3, .entry h4{
	margin-top:1rem !important;
	margin-bottom:2rem!important;
}
.wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-top{
	margin-top:2rem !important;
}
wp-block-columns{
	margin-top:1rem !important;
	margin-bottom:1rem !important;
}
strong {
  font-weight: bold;
}
.wp-block-media-text{
	margin-bottom:2rem !important;
}
.wp-block-media-text__media{
	margin-bottom:1rem !important;
}
.wp-block-separator{
	border-color:#0C666E;
}
.wp-block-code code{
	padding:2rem!important;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{
	padding:1rem;
}
table{
	margin:1rem auto 1rem auto;
	max-width:1200px;
	width:calc(100% - 4rem);
}
.center_div_wp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cirkle_img img{
	 border-radius: 50%;
border: .2rem solid #ff6b00;
}

