@font-face{
    font-family:'MyFont2';
    src:url('font/Bangla.ttf');
    src:url('font/Bangla.ttf') format('embedded-opentype'), url('font/Bangla.ttf') format('woff2'), url('font/Bangla.ttf') format('woff'), url('font/Bangla.ttf') format('truetype'), url('font/Bangla.ttf') format('svg');
}
 *{
    font-family:'MyFont2';
    font-size:16px;
    text-decoration: none;
}
/* popup start */
/* Bordered form */
/* Full-width inputs */
 #popup input[type=email], #popup input[type=password] {
     width: 100%;
     padding: 12px 20px;
     margin: 8px 0;
     display: inline-block;
     border: 1px solid #ccc;
     box-sizing: border-box;
}
/* Set a style for all buttons */
 #popup button {
     background-color: #4CAF50;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 100%;
}
/* Extra style for the cancel button (red) */
 #popup .cancelbtn {
     width: auto;
     padding: 10px 18px;
     background-color: #f44336;
}
/* Center the avatar image inside this container */
 #popup .imgcontainer {
     text-align: center;
     margin: 24px 0 12px 0;
}
/* Avatar image */
 #popup img.avatar {
     width: 40%;
     border-radius: 50%;
}
/* Add padding to containers */
 #popup .container {
     padding: 16px;
}
/* Change styles for span and cancel button on extra small screens */
 @media screen and (max-width: 300px) {
     span.psw {
         display: block;
         float: none;
    }
     .cancelbtn {
         width: 100%;
    }
}
/* The Modal (background) */
 .modal {
     display: none;
    /* Hidden by default */
     position: fixed;
    /* Stay in place */
     z-index: 1;
    /* Sit on top */
     left: 0;
     top: 0;
     width: 100%;
    /* Full width */
     height: 100%;
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
     background-color: rgb(0,0,0);
    /* Fallback color */
     background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
     padding-top: 60px;
}
/* Modal Content/Box */
 .modal-content {
     background-color: #fefefe;
     margin: 5px auto;
    /* 15% from the top and centered */
     border: 1px solid #888;
     width: 80%;
    /* Could be more or less, depending on screen size */
     top:20px;
     left: 50%;
     margin-bottom: 110px;
     z-index: 9999;
}
/* The Close Button */
 .pclose {
     float: right;
     margin-top: -17px;
     margin-right: -17px;
     border-radius: 50%;
     right: 0px;
     top: 0;
     color: #000;
     font-size: 35px;
     font-weight: bold;
     background-color: #FF5722;
     padding: 3px 15px;
}
/* Close button on hover */
 .pclose:hover, .pclose:focus {
     color: red;
     cursor: pointer;
}
/* Add Zoom Animation */
 .animate {
     -webkit-animation: animatezoom 0.6s;
     animation: animatezoom 0.6s 
}
 @-webkit-keyframes animatezoom {
     from {
        -webkit-transform: scale(0)
    }
     to {
        -webkit-transform: scale(1)
    }
}
 @keyframes animatezoom {
     from {
        transform: scale(0)
    }
     to {
        transform: scale(1)
    }
}
/* Bordered form */
/* Full-width inputs #id01 input[type=email], #id01 input[type=password] {
     width: 100%;
     padding: 12px 20px;
     margin: 8px 0;
     display: inline-block;
     border: 1px solid #ccc;
     box-sizing: border-box;
}
*/
/* Set a style for all buttons */
 .btn_block {
    width: 100%;
}
 .success_button {
     background-color: #16a34a;
     color: white;
     padding: 8px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     border-radius: 12px;
     font-size: 18px;
     transition: all .3s ease;
}
 .success_button:hover {
     background: #19bf56;
     box-shadow: 2px 2px 4px #97bba4;
}
 .danger_button {
     background-color: #F44336;
     color: white;
     padding: 8px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     border-radius: 12px;
     font-size: 18px;
     transition: all .3s ease;
}
 .danger_button:hover {
     background: #f53426;
     box-shadow: 2px 2px 4px #f4433640;
}
/* Extra style for the cancel button (red) */
 #id01 .cancelbtn {
     width: auto;
     padding: 10px 18px;
     background-color: #f44336;
}
/* Center the avatar image inside this container */
 #id01 .imgcontainer {
     text-align: center;
     margin: 24px 0 12px 0;
}
/* Avatar image */
 #id01 img.avatar {
     width: 40%;
     border-radius: 50%;
}
/* Add padding to containers */
 #id01 .container {
     padding: 16px;
}
/* Change styles for span and cancel button on extra small screens */
 @media screen and (max-width: 300px) {
     span.psw {
         display: block;
         float: none;
    }
     .cancelbtn {
         width: 100%;
    }
}
/* The Close Button */
 .close {
     border-radius: 50%;
     float: right;
     margin-top: -17px;
     margin-right: -17px;
     right: 0px;
     top: 0;
     color: #000;
     font-size: 35px;
     font-weight: bold;
     background-color: #FF5722;
     padding: 3px 15px;
}
/* Close button on hover */
 .close:hover, .close:focus {
     color: red;
     cursor: pointer;
}
/* Add Zoom Animation */
 .animate {
     -webkit-animation: animatezoom 0.6s;
     animation: animatezoom 0.6s 
}
 @-webkit-keyframes animatezoom {
     from {
        -webkit-transform: scale(0)
    }
     to {
        -webkit-transform: scale(1)
    }
}
 @keyframes animatezoom {
     from {
        transform: scale(0)
    }
     to {
        transform: scale(1)
    }
}
 .user{
     background: #FfF url('img/user.png') 4px 7px no-repeat;
     background-size: 25px 24px;
}
 .pass{
     background: #FfF url('img/edit.png') 4px 7px no-repeat;
     background-size: 25px 24px;
}
/* popup end */
/* single start */
 .rating > span:hover:before {
     content: "\2605";
     position: absolute;
}
 .rating {
     unicode-bidi: bidi-override;
     direction: rtl;
     width: 205px;
}
 .rating > span:hover:before, .rating > span:hover ~ span:before {
     content: "\2605";
     color:#FFC107;
     text-shadow:0px 0px 5px #FFC107;
}
 .rating {
     unicode-bidi: bidi-override;
     direction: rtl;
     color:#9C9C9C;
}
 .rating > span {
     font-size: 35px;
     width: 1.1em;
}
 .rating > span:hover:before, .rating > span:hover ~ span:before {
     content: "\2605";
     position: absolute;
}
 .fullsize{
     line-height: 34px;
     font-size: 26px;
     text-align: justify;
     color: #ffffff;
     word-spacing: 3px;
     unicode-bidi: bidi-override;
     direction: ltr;
     background-color: #596263;
     position: fixed !important;
     height: 100% !important;
     width: 100% !important;
     top: 0;
     left: 0;
     z-index: 9999;
     overflow: scroll;
     white-space: pre-line;
     box-sizing: border-box;
     background-size: cover;
}
 .fulconclsbtn{
     position: fixed;
     top: 6px;
     right: 30px;
     background: #ffffff;
     font-size: 18px;
     line-height: 18px;
     padding: 8px 11px;
     border-radius: 5px;
     color: #ff5722;
     font-weight: bold;
     border: 2px solid #ff5722;
     display:none;
}
 .fullsizecontroler{
     position: fixed;
     top: 0px;
     z-index: 99999;
     width: 80%;
     left: 0px;
     padding: 0;
}
 .map_back{
     background-color: #000;
     position: fixed;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
     opacity: 0.6;
     z-index: 9998;
     display:none;
}
/* single end */
 .edit_button {
     background: rgba(3, 169, 244, 0.46);
     color: #4CAF50;
     font-size: 12px;
     padding: 2px 4px!important;
     font-weight: 700;
     margin-left: 8px;
     height: auto !important;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
    /* border-radius: 43%;
     */
     border: 1px solid #4CAF50 !important;
     width:45px;
     max-width:46px;
}
 .cvb{
     background: #36baf6;
     color: #FFF !important;
     font-size: 12px;
     padding: 3px 5px;
     font-weight: 700;
     margin-left: -2px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     margin-right: 5px;
     margin-top: -3px;
}
 .comment-box .comment-name a {
     color: #36baf6;
}
 .hideMe {
     background-color: #4CAF50;
     position: fixed;
     padding: 10px;
     right: 5px;
     top: 5px;
     position: fixed;
     top: 0.25em;
    /* left: 45%;
     */
     right: 6px;
    /* transform: scale(0);
     */
     width: 250px;
     margin-right: auto;
     margin-left: auto;
     padding: .5em;
     color: #FFF;
     border-radius: 2px;
     text-align: center;
     z-index: 9999;
     transition-delay: 1s;
     transition: all ease 0.45s;
     opacity: 0.8;
     transition: opacity 2s;
     box-shadow: 1px 1px 8px #444;
}
 .sidebarp {
     width: 100%;
     overflow: hidden;
     height: 23px;
}
 .blocked {
     width: 100%;
     position: fixed;
     height: auto;
     background-color: rgba(255, 87, 34, 0.88);
     color: black;
     font-size: 2em;
     padding: 12px;
     text-align: center;
     text-shadow: 1px 1px 3px #fff;
}
 #onlymobile {
     display:none;
     visibility: hidden;
}
 #nodisplayon50px {
     display:block;
     visibility: visible;
}
/* Bordered form */
/* Full-width inputs */
 .nodisplay {
     display:none;
}
 #popup input[type=email], #popup input[type=password] {
     width: 100%;
     padding: 12px 20px;
     margin: 8px 0;
     display: inline-block;
     border: 1px solid #ccc;
     box-sizing: border-box;
}
/* Set a style for all buttons */
 #popup button {
     background-color: #4CAF50;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 100%;
}
/* Extra style for the cancel button (red) */
 #popup .cancelbtn {
     width: auto;
     padding: 10px 18px;
     background-color: #f44336;
}
/* Center the avatar image inside this container */
 #popup .imgcontainer {
     text-align: center;
     margin: 24px 0 12px 0;
}
/* Avatar image */
 #popup img.avatar {
     width: 40%;
     border-radius: 50%;
}
/* Add padding to containers */
 #popup .container {
     padding: 16px;
}
 .hade-notifi {
     position: fixed;
     top: 6px;
     background: #FF9800;
     padding: 3px;
     border-radius: 50%;
     right: 1%;
     font: bold 10px/9px Arial,Helvetica,sans-serif;
     color: rgba(255, 255, 255, 0.57);
}
/* Change styles for span and cancel button on extra small screens */
 @media screen and (max-width: 300px) {
     span.psw {
         display: block;
         float: none;
    }
     .cancelbtn {
         width: 100%;
    }
}
/* The Modal (background) */
 .modal {
     display: none;
    /* Hidden by default */
     position: fixed;
    /* Stay in place */
     z-index: 1;
    /* Sit on top */
     left: 0;
     top: 0;
     width: 100%;
    /* Full width */
     height: 100%;
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
     background-color: rgb(0,0,0);
    /* Fallback color */
     background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
     padding-top: 60px;
}
/* Modal Content/Box */
 .modal-content {
     background-color: #fefefe;
     margin: 5px auto;
    /* 15% from the top and centered */
     border: 1px solid #888;
     width: 80%;
    /* Could be more or less, depending on screen size */
     top:20px;
     left: 50%;
     margin-bottom: 110px;
     z-index: 9999;
     max-width: 713px;
}
 .related-post{
     padding: 3px 4px;
     line-height: 36px;
     font-size: 25px;
     background-color: rgba(0, 0, 0, 0.11);
     width: 100%;
     margin: 2px 0;
     width: 100%;
     float: left;
     overflow: hidden;
     color: #7f8184;
     border-radius: 5px;
     box-sizing: border-box;
}
/* comment template */
 .comments-container .edit_button {
     margin: 0px 5px;
}
 .comments-container * {
     margin: 0;
     padding: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 a {
     text-decoration: none;
}
 ul {
     list-style-type: none;
}
/** ==================== * Lista de Comentarios =======================*/
 .comments-container {
     margin: 60px auto 15px;
     width: 100%;
}
 .comments-container h1 {
     font-size: 36px;
     color: #283035;
     font-weight: 400;
}
 .comments-container h1 a {
     font-size: 18px;
     font-weight: 700;
}
 .comments-list {
     margin-top: 30px;
     position: relative;
}
/** * Lineas / Detalles -----------------------*/
 .comments-list:before {
     content: '';
     width: 2px;
     height: 100%;
     background: #c7cacb;
     position: absolute;
     left: 32px;
     top: 0;
}
 .comments-list:after {
     content: '';
     position: absolute;
     background: #c7cacb;
     bottom: 0;
     left: 27px;
     width: 7px;
     height: 7px;
     border: 3px solid #dee1e3;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
}
 .reply-list:before, .reply-list:after {
    display: none;
}
 .reply-list li:before {
     content: '';
     width: 60px;
     height: 2px;
     background: #c7cacb;
     position: absolute;
     top: 25px;
     left: -55px;
}
 .comments-list li {
     margin-bottom: 15px;
     display: block;
     position: relative;
}
 .comments-list li:after {
     content: '';
     display: block;
     clear: both;
     height: 0;
     width: 0;
}
 .reply-list {
     padding-left: 88px;
     clear: both;
     margin-top: 15px;
}
/** * Avatar ---------------------------*/
 .comments-list .comment-avatar {
     width: 65px;
     height: 65px;
     position: relative;
     z-index: 99;
     float: left;
     border: 3px solid #FFF;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
     box-shadow: 0 0px 4px rgba(0,0,0,0.6);
     overflow: hidden;
}
 .comments-list .comment-avatar img {
     width: 100%;
     height: 100%;
}
 .reply-list .comment-avatar {
     width: 50px;
     height: 50px;
}
 .comment-main-level:after {
     content: '';
     width: 0;
     height: 0;
     display: block;
     clear: both;
}
/** * Caja del Comentario ---------------------------*/
 .comments-list .comment-box {
     width: 79%;
     float: left;
     margin-left: 20px;
     position: relative;
     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
     -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
     box-shadow: 0 0px 4px rgba(0,0,0,0.45);
}
 .comments-list .comment-box:before, .comments-list .comment-box:after {
     content: '';
     height: 0;
     width: 0;
     position: absolute;
     display: block;
     border-width: 10px 12px 10px 0;
     border-style: solid;
     border-color: transparent rgb(87, 174, 243);
     top: 8px;
     left: -12px;
}
 .comments-list .comment-box:before {
     border-width: 11px 13px 11px 0;
     border-color: transparent rgba(0,0,0,0.05);
     left: -12px;
}
 .reply-list .comment-box {
     width: 78%;
}
 .comment-box .comment-head {
     background: #FCFCFC;
     padding: 10px 12px;
     border-bottom: 1px solid #E5E5E5;
     overflow: hidden;
     -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
     border-radius: 0px 4px 0 0;
     border-left: 3px Solid #57AEF3;
}
 .comment-box .comment-head i {
     float: right;
     margin-left: 14px;
     position: relative;
     top: 2px;
     color: #A6A6A6;
     cursor: pointer;
     -webkit-transition: color 0.3s ease;
     -o-transition: color 0.3s ease;
     transition: color 0.3s ease;
}
 .comment-box .comment-head i:hover {
     color: #03658c;
}
 .comment-box .comment-name {
     color: #36baf6;
     font-size: 14px;
     font-weight: 700;
     float: left;
     margin-right: 10px;
}
 .comment-box .comment-name a {
     color: #36baf6;
}
 .comment-box .comment-head span {
     float: left;
     color: #999;
     font-size: 13px;
     position: relative;
     top: 1px;
}
 .comment-box .comment-content {
     background: #FFF;
     padding: 12px;
     font-size: 15px;
     color: #595959;
     -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 0px;
     border-radius: 0 0 4px 4px;
     border-left: 3px Solid #55ACF1;
}
 .cvb{
     background: #36baf6;
     color: #FFF !important;
     font-size: 12px;
     padding: 3px 5px;
     font-weight: 700;
     margin-left: -2px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     margin-right: 5px;
     margin-top: -3px;
}
/** ===================== * Responsive ========================*/
 @media only screen and (min-width : 476px) and (max-width : 780px) {
     .comments-container {
         width: 100%;
    }
     .comments-list .comment-box {
         width: 82%;
    }
     .reply-list .comment-box {
         width: 320px;
    }
}
 @media only screen and (min-width : 50px) and (max-width : 475px) {
     .comments-container {
         width: 100%;
    }
     .comments-list .comment-box {
         width: 65%;
    }
     .reply-list .comment-box {
         width: 320px;
    }
}
/* comment template */
/* The Close Button */
 .pclose {
     float: right;
     margin-top: -17px;
     margin-right: -17px;
     border-radius: 50%;
     right: 0px;
     top: 0;
     color: #000;
     font-size: 35px;
     font-weight: bold;
     background-color: #FF5722;
     padding: 3px 15px;
}
/* Close button on hover */
 .pclose:hover, .pclose:focus {
     color: red;
     cursor: pointer;
}
/* Add Zoom Animation */
 .animate {
     -webkit-animation: animatezoom 0.6s;
     animation: animatezoom 0.6s 
}
 @-webkit-keyframes animatezoom {
     from {
        -webkit-transform: scale(0)
    }
     to {
        -webkit-transform: scale(1)
    }
}
 @keyframes animatezoom {
     from {
        transform: scale(0)
    }
     to {
        transform: scale(1)
    }
}
 .notice{
     font-size: 16px;
     color: #86d3e4;
     padding: 2%;
}
 body {
     margin:0;
     padding:0;
     background-color: rgba(15, 161, 224, 0.12);
}
/**{
    font-family: 'Galada', cursive;
    font-size:16px;
}
*/
 .header_button{
    margin: 4px 5px;
    padding: 4px 10px 2px 10px !important;
    color:#7E7E7E !important;
    text-shadow:1px 1px 1px #FFF;
    width: auto;
    height: auto;
    background:transparent linear-gradient(#FBFBFB, #DEDEDE) repeat scroll 0% 0%;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FBFBFB), to(#DEDEDE));
    background-image:-webkit-linear-gradient(top, #FBFBFB, #DEDEDE);
    background-image:-o-linear-gradient(top, #FBFBFB, #DEDEDE);
    background-image:linear-gradient(to bottom, #FBFBFB, #DEDEDE);
    border-width:1px;
    border-style:solid;
    border-color:#CCC #BBB #BBB;
    border-radius:4px;
    box-shadow:0px 1px 1px #DDD;
    text-transform:uppercase;
    cursor:pointer;
}
 .header_button:hover{
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image:-webkit-linear-gradient(top, white, #E6E6E6);
    background-image:-o-linear-gradient(top, white, #E6E6E6);
    background-image:linear-gradient(to bottom, white, #E6E6E6);
}
 .color_green {
     color:green;
}
 .color_blue {
     color:#2196f3;
}
 .color_gray {
     color:gray !important;
}
 .color_pink {
     color: #E91E63 !important;
}
 .color_yallow {
     color: #FF5722 !important;
}
 .color_black {
     color: #607D8B !important;
}
 .text_style {
     font-size: 20px;
     color: #009688;
     text-shadow: 1px 1px 4px #2196F3;
     margin-top: 4px;
}
 .text_style2 {
     font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
     font-size: 15px;
     font-weight: bold;
     color: #03A9F4;
     padding: 6px;
}
 h3 {
     text-decoration: none;
     color: #4CAF50;
     font-size: 29px;
     margin:0px;
     padding:0px;
}
 .h3 {
     text-decoration: none;
     color: #4CAF50;
     font-size: 29px;
     margin:0px;
     padding:0px;
}
 .float_left {
     float:left;
}
 .float_right {
     float:right;
}
 #preview_post {
     display:none;
}
 #preview img {
     height: 150px;
     width: 150px;
     border-radius: 100%;
     border: 5px solid #fff;
     box-shadow: 0px 0px 6px;
}
 #header {
     border-bottom: 3px solid #ddd;
     height: 66px;
     min-width:998px;
     margin-bottom:6px;
     background: #371f15a1 box-sizing: border-box;
     border-bottom: none;
     box-shadow: 0 0 3px #371f15a1;
}
 #header #header_left {
     width: 250px;
     margin-left: 8px;
     height: 54px;
     padding: 8px;
}
 #header1-mobile {
     display:none;
     color: #03A9F4;
}
 #header1-mobile a {
     color: #717171;
     padding: 7px 4px;
     margin: 1px 4px;
     line-height: 30px;
     font-size: 16px;
     font-weight: bold;
}
 #header1-mobile a:hover{
     color: #aaAF50;
}
 .button_1 {
     padding: 10px 19px;
     margin-top: 12px;
     background-color: azure;
     border: 1px solid;
     background-color: rgba(222, 146, 230, 0.59);
     border: 1px solid rgb(212, 20, 233);
     font-size: 21px;
     text-decoration: none;
     font-size: 18px;
     color: rgba(255, 255, 255, 1);
     padding: 3px 12px;
     transition: box-shadow .5s;
     transition: text-shadow .5s;
}
 .button_1:hover {
     transition: all .5s;
     text-shadow: 3px 2px 2px #2A5A5B;
     box-shadow: 0px 0px 3px #444;
}
 #footer {
     background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, #03A9F4 100%), linear-gradient(-45deg, #2196F3 0%, rgba(217, 230, 185, 0.5) 80%);
     border-top: 3px solid #ddd;
     height: 90px;
     min-width:998px;
     bottom:0;
     width:100%;
}
 #footer a{
     color:white;
     text-shadow: 0px 0px 1px #C9E9DC;
}
 #body {
     padding:10px;
     padding-bottom:60px;
}
 .head_style{
    padding: 0px;
     margin: 0px;
     font-size: 30px;
     font-family: lotoeng;
     margin: 8px 1px;
     color: white;
     text-shadow: -2px -2px 2px #c9e8dc ,-1px -1px 2px #c9e8dc , 1px 1px 2px #fff , 2px 2px 2px #0babf4 , 3px 3px 2px #2196F3;
}
 .n {
     padding: 13px 14px;
     color: #fff;
     text-decoration: none;
     text-shadow: 1px 1px 2px rgba(12, 11, 11, 0.45);
     font-size: 23px;
     font-weight: 500;
    /* margin-top: 19px;
     */
     float: left;
     border-radius: 5px;
     transition: all .3s;
}
 .n:hover{
background-color: rgb(175 77 3 / 58%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .58) inset;
    border: 1px solid #ffffff47;
}
/* ############################### */
 .dropbtn {
     color: white;
     padding: 11px 2px;
     font-size: 16px;
     border: none;
     cursor: pointer;
}
 .dropdown {
     position: relative;
     display: inline-block;
}
 .dropdown-content {
     display: none;
     position: absolute;
     background-color: #f9f9f9;
     min-width: 160px;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     right: 0;
     opacity: 0;
}
 .dropdown-content a {
     color: black;
     padding: 12px 16px;
     text-decoration: none;
     display: block;
}
 .dropdown-content a:hover {
    background-color: #f1f1f1
}
 .dropdown:hover .dropdown-content {
     display: block;
     transition: opacity 1s ease-out;
     opacity: 1;
}
 .dropdown:hover .dropbtn {
     background-color: #ffffff;
}
 .v{
     height: 25px;
     width: 25px;
     border-radius: 50%;
     border: 3px solid #fff;
}
/* ############################### */
 .h4 {
     text-shadow: 0px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201), 0px 3px 0px rgb(187, 187, 187), 0px 4px 0px rgb(185, 185, 185), 0px 5px 0px rgb(170, 170, 170), 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 20px 20px rgba(0, 0, 0, 0.15);
     color: #FFFFFF;
     font-family: 'League Gothic',Impact,sans-serif;
     letter-spacing: 0.02em;
     text-align: center;
     font-size: 2em;
     padding: 7px;
     margin: 0;
}
 p {
     margin:0px;
     padding:0px;
     color:#08d;
}
 a {
     text-decoration:none;
     color:#08d;
     line-height: 100%;
}
 input {
     padding: 10px 10px;
}
 input:focus {
     border: 2px solid #4CAF50;
     box-shadow: 3px 3px 4px 0px #4caf502e;
}
 input[type="text"],input[type="password"] {
     width: 100%;
     color: #000000;
     font-size: 1rem;
     font-family: serif;
     border-radius: 0.5rem;
     border-color: #6b72803b;
     border-width: 1px;
     --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
     --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
     box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
 * {
    box-sizing: border-box;
}
 input[type="email"] {
     width: 100%;
     color: #000000;
     font-size: 1rem;
     font-family: serif;
     border-radius: 0.5rem;
     border-color: #6b72803b;
     border-width: 1px;
     --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
     --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
     box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
 .textarea {
    /* border: 1px solid #EAE9E9;
     */
    /* box-shadow: inset 0px 0px 6px #E2E2E2;
     */
     width: 94%;
     padding: 2% 3% !important;
}
 .read_text {
     line-height: 34px;
     font-size: 26px;
     text-align: justify;
     color: #616161;
     white-space: pre-line;
    /* CSS3 */
}
 .point {
     color: #F44336;
     font-weight: bold;
}
/* num */
 .num_new {
     margin-left: 10px;
     color: #FFF;
     font: bold 10px/23px Arial,Helvetica,sans-serif;
     width: 25px;
     height: 25px;
     background: transparent linear-gradient(to bottom, rgb(76, 205, 87) 0%, rgb(60, 186, 66) 100%) repeat scroll 0% 0%;
     text-align: center;
     border-radius: 12px;
     padding: 6px;
}
 .error {
     background:#ffdede;
     padding: 7px 10px;
     list-style: none;
     width: 50%;
    border-bottom: 1px solid #CECECE;
}
 .warning {
     color:#dc6200;
     padding: 7px 10px;
     list-style: none;
     width: 50%;
     border-bottom: 1px solid #CECECE;
}
 .succes {
     background: #dfedc0;
     padding: 7px 10px;
     list-style: none;
     width: 50%;
    border-bottom: 1px solid #CECECE;
     width: 79%;
     float: left;
     margin-left: 20px;
     position: relative;
     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
     -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
     box-shadow: 0 0px 4px rgba(0,0,0,0.45);
}
 .succes:before, .succes:after {
     content: '';
     height: 0;
     width: 0;
     position: absolute;
     display: block;
     border-width: 10px 12px 10px 0;
     border-style: solid;
     border-color: transparent rgb(87, 174, 243);
     top: 8px;
     left: -12px;
}
 .succes:before {
     border-width: 11px 13px 11px 0;
     border-color: transparent rgba(0,0,0,0.05);
     left: -12px;
}
 .num {
     position: relative;
     right: 0px;
     top: -7px;
     padding: 1px 3px;
     margin-top: -48px;
     color: #FFF;
     font: bold 10px/23px Arial,Helvetica,sans-serif;
     background: #FF9800;
     border-radius: 12px;
}
/* end */
 .textarea:first-of-type::first-letter {
     color: #FF5722;
     font-size: 40px;
}
 input[type="checkbox"] {
     height: 19px;
     width: 19px;
     padding: 2px 2px;
     box-shadow: none;
}
 .profile_title {
     background-color: #EAEAEA;
     padding: 3px 13px;
     border-radius: 7px;
}
 .msg_h2 {
     color: #48B638;
     font-size: 22px;
     text-align: center;
}
 .none {
     margin-top: 12px;
     border: none;
     text-decoration: none;
     font-size: 18px;
     color: unset;
}
/*--------------- */
 ul.navmenu {
     background:#fff;
     list-style: none;
     overflow:hidden;
     -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
     box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
     padding-left: 0px;
}
 .navmenu li {
     border: 1px solid rgba(8, 171, 244, 0.25);
     width:auto;
     float: left;
     padding: 2px 2px;
}
 .navmenu li a {
     padding: 2px 10px;
     height:30px;
     line-height:30px;
     display:block;
     overflow:hidden;
     text-decoration:none;
     font-size:14px;
     color:#686868;
     -webkit-transition:all 0.2s linear;
     -moz-transition:all 0.20s linear;
     -o-transition:all 0.2s linear;
     transition:all 0.20s linear;
}
 .navmenu li a:hover {
     background:#efefef;
}
 .navmenu li.selected a {
     background:#d7ece2;
}
 .states {
     list-style:none;
     margin:0;
     padding:0;
}
 .states li {
     vertical-align:top;
     margin:0 0 1px;
     padding:9px 5px 12px 17px;
}
 .states .error {
     background:#ffdede url(../images/sprite.png) no-repeat 17px -712px;
     color:#be0000;
}
 .states .warning {
     color:#dc6200;
     background:#fff6de url(../images/sprite.png) no-repeat 18px -975px;
}
 .states .succes {
     color:#3f5a04;
     background:rgba(10, 171, 244, 0.31);
}
/*--------------- */
 select {
    height: 30px;
    border: 2px solid #EAE9E9;
}
 .arrow_sidebar{
    background: #E5FBE1 none repeat scroll 0% 0%;
     border: 1px solid #48B638;
     margin-left: 0% !important;
     margin-top: 70px;
     border-radius:10px;
     width:205px;
     min-height:80px;
     position:relative;
     display:inline-block;
    padding:10px;
    height:auto;
}
 .arrow_sidebar:before{
    content:"";
    position:absolute;
    height:0px;
    width:0px;
    top:60px;
    left:-29px;
    border-width:14px;
    border-color:transparent #48B638 transparent transparent;
    border-style:solid;
}
 #content_left_container_70 {
     width:68%;
}
 #content_left_container_30 {
     width: 32%;
}
 .width_50{
     width:45% !important;
}
 .pad_4{
     padding:4px;
}
 .circular img {
     height: 52px;
     border-radius: 150px;
     border: 3px solid #fff;
     width: 50px;
     box-shadow: 0px 0px 3px;
}
 #top_author {
     margin-top: 10px;
     height: 65px;
     border-bottom: 2px solid #2196F3;
     border-bottom-left-radius: 40px;
}
 #centerd {
     margin: 0 auto;
     width: 998px;
}
 #container {
     margin: 0 auto;
     box-sizing: border-box;
     width: 998px;
     min-height:1200px;
     overflow: hidden;
}
 #content_left_container {
     height:auto;
     width: 740px;
     float: left;
}
 #content_left {
     background: #fff;
     height: auto;
     width: 742px;
     float: left;
     margin-bottom: 6px;
     padding: 8px 8px;
     box-shadow: 0 3px 0 0 #d5e1e6;
     margin-bottom: 10px;
     position: relative;
}
 #content_left .content_comment{
     width: 13%;
     height: 90px;
     background-color: rgb(161, 211, 250);
     float: left;
}
 #content_left .content_info{
     width: calc( 77% - 1px );
     height: auto;
     float: left;
     margin-left: 10px;
     overflow:hidden;
}
 #content_left .content_grade{
     height: 20px;
     float: right;
     position: absolute;
     right: 10px;
     top: 0px;
}
 #content_left .content_grade span{
     font-size:19px;
     color:#FF9800;
}
 #content_left .content_info a{
     font-size: 25px;
     text-decoration: none;
     color:#4CAF50;
     font-weight: bold;
     padding-left: 6px;
}
 #content_left .content_info p{
     margin: 0;
     padding-left: 5px;
}
 #content_left .post_info {
     color: #ADADAD;
}
 #sidebar_container{
     height: auto;
     width: 250px;
     float: right;
}
 #sidebar{
     background: #fff;
     height: auto;
     width: 234px;
     float: right;
     margin-bottom: 6px;
     padding-bottom: 5px;
     box-shadow: 0 3px 0 0 #d5e1e6;
}
 #sidebar_category li {
     list-style: none;
     font-size: 18px;
     padding: 6px 2px;
     border-bottom: 1px solid #D4D4D4;
     color: #4CAF50;
}
 #sidebar_category li a{
     font-size: 18px;
     color: #4CAF50;
}
 #sidebar_category ul {
     padding-left: 8px;
     padding-right: 3px;
}
 #sidebar_category span {
     font-size: 14px;
     float: right;
     color: #2196f3;
     margin: 0px auto;
     overflow: hidden;
}
 #sidebar_info li {
     list-style: none;
     font-size: 18px;
     border-bottom: 1px solid #D4D4D4;
     background-color: #2196F3;
     height: 79px;
     width: 105px;
     float: left;
     margin-left: 7px;
     margin-top: 7px;
     font-size: 38px;
     text-align: center;
     color: #673AB7;
     padding-top: 6px;
     line-height: 38px;
     line-height: 35px;
     overflow: hidden;
}
 #sidebar_info ul {
     padding: 0px;
     margin: 0px;
}
 #sidebar_info span {
     font-size: 25px;
     text-align: center;
     color: rgba(31, 154, 36, 0.81);
}
 #fullsize_container {
     box-shadow: 0 3px 0 0 #d5e1e6;
     min-height:50px;
     margin: 0 auto;
     width: 998px;
     background-color:#fff;
     margin-bottom: 6px;
     margin-bottom: 10px;
     border-radius: 6px;
}
 .box_shadow {
     box-shadow: 0px 0px 3px rgba(99, 179, 122, 0.42);
}
/* Shared */
 .loginBtn {
     box-sizing: border-box;
     position: relative;
    /* width: 13em;
     - apply for fixed size */
     margin: 0.2em;
     padding: 0 15px 0 46px;
     border: none;
     text-align: left;
     line-height: 34px;
     white-space: nowrap;
     border-radius: 0.2em;
     font-size: 16px;
     color: #FFF;
     width: 285px;
     height: 40px;
}
 .loginBtn:before {
     content: "";
     box-sizing: border-box;
     position: absolute;
     top: 0;
     left: 0;
     width: 34px;
     height: 100%;
}
 .loginBtn:focus {
     outline: none;
}
 .loginBtn:active {
     box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
/* Facebook */
 .loginBtn--facebook {
     background-color: #4C69BA;
     background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    */
     text-shadow: 0 -1px 0 #354C8C;
}
 .loginBtn--facebook:before {
     border-right: #364e92 1px solid;
     background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
 .loginBtn--facebook:hover, .loginBtn--facebook:focus {
     background-color: #5B7BD5;
     background-image: linear-gradient(#5B7BD5, #4864B1);
}
 form {
     margin: 0px;
}
 .hideMe {
     background-color: #4CAF50;
     position: fixed;
     padding: 10px;
     right: 5px;
     top: 5px;
     position: fixed;
     top: 0.25em;
    /* left: 45%;
     */
     right: 6px;
    /* transform: scale(0);
     */
     width: 250px;
     margin-right: auto;
     margin-left: auto;
     padding: .5em;
     color: #FFF;
     border-radius: 2px;
     text-align: center;
     z-index: 9999;
     transition-delay: 1s;
     transition: all ease 0.45s;
     opacity: 0.8;
     transition: opacity 2s;
     box-shadow: 1px 1px 8px #444;
}
 .alart_success {
     color: #4CAF50;
     border: 1px solid #4CAF50;
     width: 100%;
     float: left;
     background: #4caf5069;
     padding: 2px 6px;
     box-sizing: border-box;
     border-radius: 4px;
     text-align: center;
     font-size: 25px;
     line-height: 29px;
     margin: 5px auto;
}
 .alart_danger {
     color: #F44336;
     border: 1px solid #FF5722;
     width: 100%;
     float: left;
     background: #ff57227a;
     padding: 2px 6px;
     box-sizing: border-box;
     border-radius: 4px;
     text-align: center;
     font-size: 25px;
     line-height: 29px;
     margin: 5px auto;
}
 #header {
     background: #371f15;
     box-sizing: border-box;
     border-bottom: none;
     box-shadow: 0 0 3px #371f15a1;
}
 #header .dropbtn {
     background: #ffffff45;
     padding: 7px 9px;
     border-radius: 5px;
}
 #header #centerd {
    /* overflow: hidden;
     */
     background: url(img/hd-bg2.png);
     background: url(../img/hd-bg2.png);
     box-sizing: border-box;
     height: 66px;
}
 .box_siz{
     box-sizing: border-box;
}
 #header1-mobile a{
     color: #ffffff;
     font-weight: normal;
}
 div {
     box-sizing: border-box;
}
 body {
     background: -webkit-radial-gradient(center, ellipse cover, #8bc34a2b 0%, rgb(4 8 10 / 17%) 100%);
}
 #content_left {
     box-shadow: 2px 2px 3px #44444433;
     border-radius: 5px;
     border-bottom: 2px solid #14a01a82;
     width: 100%;
}
 #sidebar {
     width: 100% !important;
     padding: 5px;
     box-shadow: 2px 2px 3px #44444433;
     border-radius: 5px;
     border-bottom: 2px solid #1452a082;
}
 #sidebar_container {
     padding: 0px 0px 0px 5px;
     padding: 5px 5px;
     padding-left: 5px;
     width: 257px;
}
 #content_left_container {
     padding: 5px;
}
 #content_left .content_comment {
     border-radius: 5px;
}
 #sidebar_info li {
     margin: 0;
     border: 0;
     box-sizing: border-box;
     width: 50%;
     border: none;
     border-radius: 0 !important;
}
 #fullsize_containerx {
     box-shadow: 2px 2px 3px #44444433;
     border-radius: 5px;
     border-bottom: 2px solid #14a01a82;
     background: white;
}
 #hpage_fullsize_container {
     padding: 2px;
     background-color: unset;
     margin-bottom: 0;
     box-shadow: unset;
     height: auto;
     overflow: hidden;
     min-height: auto;
}
 #hpage_centerd {
     height: auto;
     overflow: hidden;
     min-height: auto;
     width: 100%;
     max-width: 998px;
     margin: 0 auto;
     padding: 0 5px;
}
 #centerd {
     background-color: #fff;
     box-shadow: 2px 2px 3px #44444433;
     border-radius: 5px;
     max-width: 998px;
     width: 100%;
}
 #sidebar_info li:nth-child(1) {
     color: #1880d4;
     background-color: rgba(33, 150, 243, 0.42);
}
 #sidebar_info li:nth-child(2) {
     color: #ad4569;
     background-color: rgba(233, 30, 99, 0.45);
}
 #sidebar_info li:nth-child(3) {
     color: #39946b;
     background-color: rgba(76, 175, 80, 0.35);
}
 #sidebar_info li:nth-child(4) {
     background-color: #f5e1a7;
     color: #bb941f;
}
 @media only screen and (min-width: 50px) and (max-width: 780px) {
     #content_left_container {
         width: 100% !important;
         padding: 7px;
    }
     #content_left {
         width: 100% !important;
    }
     #sidebar_info li {
         width: 25%!important;
    }
}
 .notice {
     padding: 0;
}
 .full_sec {
     border-left: 3px solid #6a736b;
     border-radius: 3px;
     border-right: 3px solid #6a736b;
     background: #c9ccc7;
     padding: 1px 10px;
}
 .nt_bord {
     background-color: #63d268;
     border-left: 3px solid #14a01a;
     border-radius: 3px;
     border-right: 3px solid #14a01a;
     padding: 1px 10px;
}
 .nt_bord_wht {
     background-color: #fff;
     box-shadow: 2px 2px 3px #44444433;
     border-radius: 5px;
     border-left: 3px solid #14a01a;
     border-right: 3px solid #14a01a;
     padding: 1px 10px;
}
 .bg_mud {
     background-color: #371f15bf;
     border-left: 3px solid #371f15;
     border-radius: 3px;
     border-right: 3px solid #371f15;
     padding: 1px 10px;
}
 .text_gray {
     text-decoration: none;
     color: #795548;
     font-size: 20px;
     margin: 0px;
     padding: 0px;
}
 .nt_text {
     font-size: 18px;
     font-weight: 600;
     color: #371f15;
     line-height: 25px;
     padding: 6px;
}
 #sr_string {
     box-sizing: border-box;
     width: 100%;
     margin-bottom: 8px;
}
 #sidebar #post_category{
     width: 60%;
     box-sizing: border-box;
     height:35px;
}
 #sidebar input[type="submit"]{
     width: 40%;
     box-sizing: border-box;
}
 #content_left {
     position: relative;
}
 #content_left .content_grade{
     height: 20px;
     float: right;
     position: absolute;
     right: 10px;
     top: 0px;
}
 