ul.theme {
    margin: 0 auto;
    text-align: center;
}
ul.theme li {
    /* float: left; */
    display: inline-block;
    margin: 0 10px 0.2em 0;
    text-align: center;
    width: 70px;
    background: none;
    vertical-align: top;
}

ul.theme li a {
    color: #343434;
    text-decoration: none;
}

ul.theme li::before {
    background: none;
}

ul.theme li div.icon {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 50px;
    display: block;
    height: 70px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    width: 70px;
    margin: 0 auto;
    text-align: center;
}
ul.theme li div.icon span.icon {
    font-size: 200%;
    line-height: 70px;
    padding-left: 0.5em;
}
ul.theme li div.icon:hover {
    background: #ffc800 none repeat scroll 0 0;
}

/*  slider --------------------------------------------------------------------------*/

#slide{
  width:100%;
  position:relative;
}

#slide img{
   position: absolute;
   left:0;
   top:0;
   width: 100%;
   height: auto;
}

#slider {
    max-width: 850px;
    max-height: 600px;
    height: 600px;
    margin: 0 auto;
}

#slider02 {
    max-width: 850px;
    max-height: 600px;
    height: 600px;
    margin: 0 auto;
}

#slider03 {
    max-width: 850px;
    max-height: 600px;
    height: 600px;
    margin: 0 auto;
}

#slider04 {
    max-width: 850px;
    max-height: 600px;
    height: 600px;
    margin: 0 auto;
}

.flex-control-nav {
  margin: 50px 0 0 0 !important;
}

.flexslider .flex-direction-nav {
    position: absolute;
    top: 54%;
    width: 100%;
    margin-top:0; 
}

/*  slider end --------------------------------------------------------------------------*/

.m_c_box h4 {
    color: #a07ab4;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 1.3em 0;
}

ul.theme li div.icon:hover {
    background: #a07ab4 none repeat scroll 0 0;
}

div.section.list div.headline {
    color: #a07ab4;
}

div.section.list div.update {
    color: #a07ab4;
}



@media only screen and (max-width: 1024px) {


/*  slider --------------------------------------------------------------------------*/

.mceContentBody .flexslider ul.slides li {
    height: auto !important;
}

#slider {
    height: 100%;
}

#slider02 {
    height: 100%;
}

#slider03 {
    height: 100%;
}

#slider04 {
    height: 100%;
}

/*  slider end --------------------------------------------------------------------------*/

}









@media only screen and (max-width: 480px) {

.mceContentBody .flexslider .flex-direction-nav {
    margin-top: 0;
}


/*  slider --------------------------------------------------------------------------*/

#slider {
    max-height: 230px;
    height: 100%;
}

#slider02 {
    max-height: 230px;
    height: 100%;
}

#slider03 {
    max-height: 230px;
    height: 100%;
}

#slider04 {
    max-height: 230px;
    height: 100%;
}

.mceContentBody .flexslider ul.slides li {
    background: #eeeeee none repeat scroll 0 0;
    display: table-cell !important;
    height: 100% !important;
    line-height: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0;
}

/*  slider end --------------------------------------------------------------------------*/






}     