/*=====================================
 Start Global
=====================================*/
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
  outline: none;
}
/*=====================================
 //End Global
=====================================*/





/*=====================================
 Start
=====================================*/
main {
  margin: auto;
  width: 94%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}
/*=====================================
 //End
=====================================*/






/*=====================================
 Start Color Side Picker
=====================================*/
aside.color_picker_sidebar {
  float: left;
  width: 20%;
  padding: 10px;
  margin: 20px 20px 20px 0;
  background-color: #F0F0F0;
}
.color_picker {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #FBFBFB;
}
.color_picker h3 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #555;
}
.color_picker img {
  margin-bottom: 20px;
}


/**/

.colorpicker {
    display:none;
    overflow: hidden;
    padding: 12px;
    background-color: #FFF;
    border: 1px solid #e2e2e2;
    color:Black;
    text-decoration:none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.colorpicker span {
    float: left;
    display:block;
}
.colorpicker span.clear {
    float: none;
    clear: both;
    border: 0;
    overflow:hidden;
    height:0;
    font-size:0;
}     
.colorpicker .colorbox {
    float: left;
    border:0;
    cursor: pointer;
}
.colorbox b {
    border:0;
    display:block;
    float:left;
    width: 25px;
    height: 25px;
    margin:4px;
    overflow:hidden;/*for IE6*/
    border: 1px solid transparent;
}
.colorbox b.selected {
    border-left-color:#FFF;
    border-top-color:#FFF;
    border-right-color:#999;
    border-bottom-color:#999;
}

.colorpicker span.hexbox,
.colorpicker span.bgbox {
    font: normal 18px verdana;
    height: 25px;
    margin-bottom: 4px;
}
.colorpicker span.hexbox {
    margin-left: 12px;
    color: #777;
    line-height: 16px;
}
.colorpicker span.bgbox{
    width: 25px;
}
  

/*=====================================
 //End Color Side Picker
=====================================*/





/*=====================================
 Start Image View
=====================================*/
.images_view {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  float: left;
  width: calc( 80% - 20px);
}
.images_view img {
  position: relative;
  width: 100%;
  height: 100%;
}
.images {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*=====================================
 //End Image View
=====================================*/





/*=====================================
 Start
=====================================*/

/*=====================================
 //End
=====================================*/






/*=====================================
 Start
=====================================*/
/*=====================================
 //End
=====================================*/





/*=====================================
 Start
=====================================*/
/*=====================================
 //End
=====================================*/





/*=====================================
 Start
=====================================*/
/*=====================================
 //End
=====================================*/