    .show_children{
	display: none;
    } 
   
 @media (max-width: 600px){  
   .show_children {   
	display:block;
  
    position: absolute;
    width: 40px;
    height: 40px;
    max-height: 100%;
    top: 0px;
    right: 20px;
    margin: 3px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
  /*  background-color: #AFAFAF;  */
    /* background-image: linear-gradient(to bottom, #6D6D6D, #000000); */
    cursor: pointer;
    border-radius: 2px ;
    z-index:120;
    }
    }
 input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 20px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 20px;
    position: relative;
    width:20px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #dddd;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 10px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 10px;
}
input[type="radio"]:checked:after {
    background-color: #f66;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                inset 0 2px 2px hsla(0,0%,100%,.4),
                0 1px 1px hsla(0,0%,100%,.8),
                0 0 2px 2px hsla(0,70%,70%,.4);
                }
 input[type="radio"]:disabled:after 
 {
     background-color: Gray;
 } 
 .dd-toggle { display: inline-block;  position: absolute; top: 0; right: 15px; padding: 0; padding-top: 10px;  width: 20px; height:20px; text-align: center; z-index: 9999; border: 0;    font-size: x-large; }
 .dd-toggle a { color: #202020 ;}
  .dd-toggle a:hover { color: #ee8a34 ;}
 .DropDownMenu.active { padding-bottom: 0; display: block; }
.DropDownMenu.active > ul { display: block; }

 .dd-toggle i { -webkit-transition: transform .3s ease-out; -moz-transition: transform .3s ease-out; transition: transform .3s ease-out; }


#list_lang li { padding: 2px 2px; z-index: 2; }
#list_lang  li:not(.lang_init) { float: left; width:30px;margin-left:-40px;
padding:10px 30px; display: none; background: #3070b0; }
#list_lang  li:not(.lang_init):hover, ul li.selected:not(.lang_init) { background: #354974; }
li.lang_init { cursor: pointer; }


#list_currency li { padding: 12px 0px; z-index: 2; }
#list_currency  li:not(.currency_init) { float: left; width:30px;margin-left:-40px;
padding:10px 30px; display: none; background: #3070b0;color:white; }
#list_currency  li:not(.currency_init):hover, ul li.selected:not(.currency_init) { background: #354974;color:#ffffff }
li.currency_init { cursor: pointer; }
                                                          

width_responsive {  width: 100%;  }
height_responsive {  width: 100%;  }


    #sc_widget_right{
	position:fixed;
	right:0px;
	top:190px;
	z-index:100;
}
#sc_widget_right li{
	cursor:pointer;
	width:35px;
	height:110px;
	margin-bottom:1px;
	position:relative;
    list-style-type:none;
}
#sc_widget_right > li > div{
	padding:5px;
	border: solid #0170cf 3px;
	background: #fff;
	float:left;
	width:286px;
	height:296px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	position:absolute;
	top:0;
	left:35px;
	z-index:100;
}

 
<style > 
 #sc_widget_left{
	position:fixed;
left:-45px;
	top:190px;
	z-index:100;
}
#sc_widget_left li{
	cursor:pointer;
	width:35px;
	height:110px;
	margin-bottom:1px;
	position:relative;   
  list-style-type:none;
}
#sc_widget_left > li > div{
	padding:5px;
	border: solid #0170cf 3px;
	background: #fff;
	float:left;
	width:286px;
	height:296px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	position:absolute;
	top:0;
	left:-300px;
	z-index:100;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   RED;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    RED;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   RED;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    RED;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    RED;
}

#search_box::placeholder { /* Most modern browsers support this now. */
   color:  gray;
}

#search_box::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:  gray;
}
#search_box::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    gray;
   opacity:  1;
}
#search_box::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  gray;
   opacity:  1;
}
#search_box::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   gray;
}
#search_box::-ms-input-placeholder { /* Microsoft Edge */
   color:    gray;
}

#search_box::placeholder { /* Most modern browsers support this now. */
   color:   gray;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content{height:auto;overflow:visible;width:45%}
 @media (max-width: 1200px){ 
 .modal-content{height:auto;overflow:visible;width:45%}
 }
 
  @media (max-width: 600px){  
  .modal-content{height:auto;overflow:visible;width:100%}
  }
  @media (max-width: 800px) and (min-width:601px){ 
  .modal-content{height:auto;overflow:visible;width:55%}
  } 
.modal-header {
  padding: 2px 16px;
  background-color: #C0C0C0;
  color: white;
  height:35px;
}

.modal-body {width:100%;float:left;position:relative;padding: 0px 0px;}
 .modal-text {width:65%;float:left;position:relative;padding: 2px 16px;}
  .modal-pic {width:25%;float:left;position:relative;padding: 2px 16px;}
.modal-footer {
  padding: 2px 16px;
  background-color: #C0C0C0;
  color: white;
}
 .close_button {
    position: absolute;
    background-color:#CD1C3F;
    color:#ffffff;
    padding:5px;
    bottom: 30px;
    right: 15px;
    z-index: 0;
    border: 0;
