@charset "UTF-8";
/* Menu css Document */

<style>
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

@media only screen and (max-width: 2000px) {
	


#menu{
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index:5;
  background: #000;
  opacity: 0.6;
}
#menu li{
  display: block;
  float: left;
  width: 14.285%;
  margin: 0;
  padding: 0;
  text-align: center; 
}
#menu li a{
  display: block;
  padding: 12px 0 5px 5px;
  background: #000000;
  color: #fff;
  text-decoration: none;
  font-size:12px;
  font-weight: 700;
}
#menu li a:hover{
  color:#FF0000;
}
#toggle{ 
 display: none;
}
}

@media only screen and (max-width: 1200px) {
    #menu li{
    width: 20%;
    border-bottom: 1px solid #444;
  }
}

@media only screen and (max-width: 740px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
	text-align: left;
  }
  
  
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 30px 0 10px 10PX;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 6px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -9px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

</style>

<style id="style-1-cropbar-clipper">
.en-markup-crop-options {
    top: 18px !important;
    left: 50% !important;
    margin-left: -100px !important;
    width: 200px !important;
    border: 2px rgba(255,255,255,.38) solid !important;
    border-radius: 4px !important;
}

.en-markup-crop-options div div:first-of-type {
    margin-left: 0px !important;
}
</style>

