@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

:root {
  --maindir: left;
  --subdir: right;
}


.link {
     color: white;
     text-decoration: none;

 }
.link:hover {
    text-decoration:blink;
}


@media screen and (max-width: 600px) {
    .pad_panel{
        padding:10px 20px 10px 20px;
    }
    .extra_information{
        padding: 5px 0 10px 0 ;
    }
}
@media screen and (min-width: 600px){
    .pad_panel{
        padding:10px 50px 10px 50px;
    }
    .extra_information{
        padding: 150px 0 0 0 ;
    }
}


[class*="col-"] {
    float:var(--maindir);
    margin:0;
    /*border: 1px solid red;*/
}
[class*="div-"] {
    float:left;
    margin:0;
    /*border: 1px solid red;*/
}
#backToTop{
	position:fixed; 
	right:20px; 
	bottom:20px;
	width: 35px; 
	height:35px;
	display: none;
	opacity:0.6;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#backToTop:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.robot_crawler{
	display:none;
}

@media screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }
	.hidden-600{
		display:none;
	}
	#myArticle_BodyPanel{
		background-color:#b7e1e5;
	}
}


.img_circle{
	float:right;
	border-radius: 50%;
	shape-outside: circle();
	-webkit-shape-outside:circle();
	shape-margin: 15px;
	margin-left:15px;
	width: 200px;
	height: 200px;	
}
.img_circle1{
	border-radius: 50%;
	shape-outside: circle();
	-webkit-shape-outside:circle();
	shape-margin: 15px;
	margin-left:15px;
	width: 200px;
	height: 200px;	
}

#pointer {
	 width: 200px; height: 40px; position: relative; background: red; 
	 color:#FFFFFF;
	 padding:5px;
} 
#pointer:after {
	 content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid white; border-top: 20px solid transparent; border-bottom: 20px solid transparent; 
	 } 
#pointer:before { 
	content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-left: 20px solid red; border-top: 20px solid transparent; border-bottom: 20px solid transparent; 
	}

.bkg_pattern{
	background-color: #ccb571;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23d7c180' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}