@import 'my.css';
@import 'my2.css';
@import 'css/bootstrap.min.css';
@import 'form.css';
@import 'ar_fonts.css';
@import 'font-awesome.css';
@import 'css/elements/note.css';
@import 'css/elements/heading.css';
@import 'css/elements/buttons.css';
@import 'css/elements/image-caption.css';
@import 'css/elements/animate.css';
@import 'css/elements/social-share.css';
@import 'css/elements/form.css';

 /*
@import 'css/elements/accordion.css';
@import 'css/elements/box.css';
@import 'css/elements/breadcrumb.css';

@import 'css/elements/carousel.css';
@import 'css/elements/flipbox.css';
@import 'css/elements/form.css';

@import 'css/elements/link-effects.css';
@import 'css/elements/list.css';
@import 'css/elements/member.css';
@import 'css/elements/modal.css';
@import 'css/elements/note.css';
@import 'css/elements/post-grid.css';
@import 'css/elements/pricing-tables.css';
@import 'css/elements/progress-bar.css';
@import 'css/elements/services.css';
@import 'css/elements/table.css';
@import 'css/elements/tabs.css';
@import 'css/elements/testimonial.css';
@import 'css/elements/timeline.css';*/






@import url('https://fonts.googleapis.com/css?family=Anton|Arimo|Black+Han+Sans|Cabin|Fira+Sans|Fjalla+One|Hind|Muli|Nanum+Gothic|Noto+Serif|Nunito|Open+Sans|Open+Sans+Condensed:300|PT+Sans+Narrow|Roboto|Sunflower:300|Ubuntu');

 .enfont1{   font-family: 'Ubuntu', sans-serif;}
 .enfont2{   font-family: 'Muli', sans-serif;}
 .enfont3{   font-family: 'Anton', sans-serif;}
 .enfont4{   font-family: 'Nanum Gothic', sans-serif;}
 .enfont5{   font-family: 'Fira Sans', sans-serif;}
 .enfont6{   font-family: 'Nunito', sans-serif;}
 .enfont7{   font-family: 'Noto Serif', serif;}
 .enfont8{   font-family: 'PT Sans Narrow', sans-serif;}
 .enfont9{   font-family: 'Arimo', sans-serif;}
 .enfont10{  font-family: 'Open Sans Condensed', sans-serif;}
 .enfont11{   font-family: 'Open Sans', sans-serif;}
 .enfont12{    font-family: 'Sunflower', sans-serif;}
 .enfont13{   font-family: 'Roboto', sans-serif;}
 .enfont14{  font-family: 'Cabin', sans-serif;}
 .enfont15{  font-family: 'Hind', sans-serif;}
 .enfont16{  font-family: 'Fjalla One', sans-serif;}
 .enfont17{  font-family: 'Black Han Sans', sans-serif;}


 .square {
 position: relative;
 width: 100%
}

.square:after {
 content: "";
 display: block;
 padding-bottom: 100%;
}

.content-sq {
 position: absolute;
 width: 100%;
 height: 100%; z-index: 3;
}
.content-sq img{
  width: 100%;
  height: 100%;
}

.square a{
  position: absolute;
  z-index: 15;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
 top: 0px;
 left: 0px;
 cursor: pointer;
 background: rgba(0,0,0,0.1);
   border:17px solid rgba(0,0,0,0.3);
}






*, *::before, *::after {
  box-sizing: border-box;
}

.honeycomb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(34.375px);
          transform: translateY(34.375px);
}
.honeycomb-cell {
  -webkit-box-flex: 0;
          flex: 0 1 250px;
  max-width: 250px;
  height: 137.5px;
  margin: 65.4761904762px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.honeycomb-cell__title {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.honeycomb-cell__title > small {
  font-weight: 300;
  margin-top: 0.25em;
}
.honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.honeycomb-cell::before, .honeycomb-cell::after {
  content: '';
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #ccc;
  -webkit-transform: scale(1.055);
          transform: scale(1.055);
}
.honeycomb-cell::after {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.honeycomb-cell:hover .honeycomb-cell__title {
  opacity: 0;
}
.honeycomb-cell:hover::before {
  background: #000000;
}
.honeycomb-cell:hover::after {
  opacity: 0;
}
.honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}

@media (max-width: 550px) {
  .honeycomb-cell {
    margin: 81.25px 25px;
  }
}
@media (min-width: 550px) and (max-width: 825px) {
  .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 125px);
    margin-left: calc(50% - 125px);
  }

  .honeycomb__placeholder:nth-child(3n + 5) {
    display: block;
  }
}
@media (min-width: 825px) and (max-width: 1100px) {
  .honeycomb-cell:nth-child(5n + 4) {
    margin-left: calc(50% - 275px);
  }

  .honeycomb-cell:nth-child(5n + 5) {
    margin-right: calc(50% - 275px);
  }

  .honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n + 3) {
    display: block;
  }
}
@media (min-width: 1100px) {
  .honeycomb-cell:nth-child(7n + 5) {
    margin-left: calc(50% - 400px);
  }

  .honeycomb-cell:nth-child(7n + 7), .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
    margin-right: calc(50% - 400px);
  }

  .honeycomb__placeholder:nth-child(7n + 7), .honeycomb__placeholder:nth-child(7n + 9), .honeycomb__placeholder:nth-child(7n + 11) {
    display: block;
  }
}







.carooo{ border-bottom:2px solid gold;}



.greedy-nav {
  position: relative;
  min-width: 250px;

}
.greedy-nav a {
  display: block;
  padding:1px 7px; padding-top: 11px;font-weight:100; margin-top:1px; margin-bottom:1px; margin-right:3px; margin-left:3px;
font-size: 15px;
  color: #fff;  font-family:'GETWO',sans-serif;
  text-decoration: none;
}
.greedy-nav a:hover {
  color: #ccc;
}
.greedy-nav button {
  position: absolute;
  height: 100%;
  left: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color:#333;
  color: #fff;
  cursor: pointer;
}
.greedy-nav button:hover {
  background-color: #e31a1c;
}
.greedy-nav button::after {
  content: attr(count);
  position: absolute;
  width: 23px;
  height: 23px;
  right: -16px;
  top: 5px;
  text-align: center; font-family:Tahoma, Geneva, sans-serif;
  background-color:#333;
  color: #fff;
  font-size: 12px;
  line-height:15px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
}
.greedy-nav button:hover::after {
  transform: scale(1.075);
}
.greedy-nav .hamburger {
  position: relative;
  width: 32px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
}
.greedy-nav .hamburger:before {
  top: -8px;

}
.greedy-nav .hamburger:after {
  bottom: -8px;
}
.greedy-nav .visible-links {
  display: inline-table;
}
.greedy-nav .visible-links li {
  display: table-cell;
 }
.greedy-nav .hidden-links {
  position: absolute;
  left: 0px;
  top: 100%; background:#da0000;
}
.greedy-nav .hidden-links li {
  display: block;
  border-bottom: 0px solid #536189;
}
.greedy-nav .hidden-links li a{ padding: 7px 7px; }
.greedy-nav .visible-links li:first-child {

}
.greedy-nav .visible-links li:first-child a {

}
.greedy-nav .hidden {
  visibility: hidden;
}


.rotate-text {
  font:18px;sans-serif;
  color: #A4BB28;
  height: 1.2em;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 .1em 0;
}
.rotate-text > span {
  float: right;
  margin-left: .3em;
  height: 1.2em;
}
.rotate-text > span:last-of-type {
  font-weight: 500;
  display: inline-block;
  color: #5A8243;
  position: relative;
  white-space: nowrap;
  bottom: 0;
  right: 0;
  animation: ticker 10s;
  animation-iteration-count: infinite;
  animation-delay: 4s;
}

@keyframes ticker {
  0% {
    bottom: 0;
  }

  10% {
    bottom: 0;
  }

  20% {
    bottom: 1.2em;
  }

  30% {
    bottom: 1.2em;
  }

  40% {
    bottom: 2.4em;
  }

  50% {
    bottom: 2.4em;
  }

  60% {
    bottom: 3.6em;
  }

  70% {
    bottom: 3.6em;
  }
}











.video-list-thumbs{}
.video-list-thumbs > li{
 margin-bottom:12px;
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
display:block;
position:relative;
background-color: #111;
color: #fff;
padding: 8px;
border-radius:3px
 transition:all 500ms ease-in-out;
 border-radius:4px
}
.video-list-thumbs > li > a:hover{
box-shadow:0 2px 5px rgba(0,0,0,.3);
text-decoration:none
}
.video-list-thumbs h2{
bottom: 0;
font-size: 14px;
height: 33px;
margin: 8px 0 0; text-align:center;
}
.video-list-thumbs .fa-play-circle-o{
 font-size: 60px;
 opacity: 0.6;
 position: absolute;
 right: 39%;
 top: 31%;
 text-shadow: 0 1px 3px rgba(0,0,0,.5);
 transition:all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .fa-play-circle-o{
color:#fff;
opacity:1;
text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .duration{
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2px;
color: #fff;
font-size: 11px;
font-weight: bold;
left: 12px;
line-height: 13px;
padding: 2px 3px 1px;
position: absolute;
top: 12px;
 transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration{
background-color:#000;
}
@media (min-width:320px) and (max-width: 480px) {
.video-list-thumbs .fa-play-circle-o{
 font-size: 35px;
 right: 36%;
 top: 27%;
}
.video-list-thumbs h2{
 bottom: 0;
 font-size: 12px;
 height: 22px;
 margin: 8px 0 0;
}
}







.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}
.lSSlideWrapper>.lightSlider:after{clear:both}
.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}
.lSSlideWrapper .lSFade{position:relative}
.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}
.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}
.lSSlideWrapper .lSFade>*.active{z-index:10}
.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}
.lSPager{width:100%;text-align:center; font-size:0px;}
.lSPager li{display:inline-block}
.lSPager li a{display:block;padding:5px}
.lSPager li.active a{color:#000}
.lSAction a{width:20px;height:20px;display:block;border-radius:50%;border:solid 1px #000;cursor:pointer;color:#000;text-align:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.lSAction a.lSPrev{left:10px}
.lSAction a.lSPrev:before{content:'<';display:block}
.lSAction a.lSNext{right:10px}
.lSAction a.lSNext:before{content:'>';display:block}
.lSAction a.disabled{pointer-events:none}
.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}
.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}
.lSSlideOuter .lightSlider>*{float:left}
.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}
.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}
.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}
.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}
.lightSlider{overflow:hidden;margin:0}
.lightSlider:before,.lightSlider:after{content:" ";display:table}
.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
ul{list-style:none outside none;padding-left:0;margin:0}
.demo .item{margin-bottom:10px}
.content-slider li{ }
.content-slider h3{ }
.demo{width:800px}







 @font-face{font-family:'Monoton';font-style:normal;font-weight:400;src:local(Monoton),local(Monoton-Regular),url(http://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format("woff")}
@font-face{font-family:'Iceland';font-style:normal;font-weight:400;src:local(Iceland),local(Iceland-Regular),url(http://themes.googleusercontent.com/static/fonts/iceland/v3/F6LYTZLHrG9BNYXRjU7RSw.woff) format("woff")}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local(Pacifico-Regular),url(http://themes.googleusercontent.com/static/fonts/pacifico/v5/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format("woff")}
.pname{width:auto;background:rgba(34,44,44,0.3);color:# FF0;padding:10px 5px;border-left:0 solid #77a1af;font-size:32px;text-align:left;font-family:'JF Flat Regular',Sans-Serif;line-height:30px}
.pdesc{width:auto;background:rgba(34,44,44,0.3);color:#fff;padding:10px 5px;border-left:0 solid #77a1af;font-size:17px;text-align:left;font-family:'JF Flat Regular',Sans-Serif;line-height:20px}
.my_hidd{display:block}
.column,.columns{display:block;float:right;margin:0 1%}
.one{width:6.333%}
.two{width:14.666%}
.three{width:22.999%}
.four{width:31.332%}
.five{width:39.665%}
.six{width:47.998%}
.seven{width:56.331%}
.eight{width:64.664%}
.nine{width:72.997%}
.ten{width:81.33%}
.eleven{width:89.663%}
.twelve,.full{width:98%}
.oneHalf,.twoFourths,.half{width:47.998%}
.oneThird{width:31.332%}
.twoThirds{width:64.664%}
.oneFourth,.oneQuarter{width:22.999%}
.threeFourths{width:72.997%}
.last,.omega,.end{margin:0!important}
.arrow_left{height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #262626 transparent transparent;position:absolute;right:0;z-index:2;top:45%}
.arrow_right{width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #262626;position:absolute;left:0;z-index:2;top:45%}
.arrow_down{width:0;height:0;border-style:solid;border-width:10px 10px 0;border-color:#262626 transparent transparent;position:absolute;left:45%;z-index:2;top:0}
.my_img1{height:610px;}
.my_img2{height:240px;}
.my_img3{height:240px;}
.my_img4{height:240px;}
.my_img5{height:240px;}
.my_img6{height:240px;}
.my_img7{height:240px;}
.banner_tit{color:#002d62;text-align:center;font-size:24px;position:absolute;width:100%;top:40%}
.my_show{display:none;}
.bannertext1{color:#e32429;font-size:38px;font-family:'GETWO',sans-serif;text-shadow:-1px -1px 0 #ccc,1px -1px 0 #ccc,-1px 1px 0 #ccc,1px 1px 0 #ccc;padding-top:15px}
.my_banner1{padding-top:220px;}
.my_banner2{padding-top:270px;text-align:center;width:100%;max-width:500px;display:block;margin:auto}
.navo{background:#e32429;border-top:4px solid #e32429;border-bottom:4px solid #e32429}
.slider_title1{font-family: 'Nanum Gothic', sans-serif; font-size:35px;}
.slider_title2{ font-size:70px; letter-spacing:5px; padding-bottom:20px; margin-bottom:10px; font-weight:700; border-bottom:1px solid #000;}
.slider_title3{ font-size:16px; color:#666;}
@media only screen and (min-width:720px) and (max-width: 1300px) {
.my_hidd{display:block}
.my_show{display:none}
.navo{background:#e32429;border-top:4px solid #e32429;border-bottom:4px solid #e32429}
.my_img1{}
.my_img2{}
.my_img3{}
.my_img4{}
.my_img5{}
.my_img6{}
.my_img7{}
}
@media only screen and (max-width:719px) {
.pname{padding:3px 2px;font-size:12px;line-height:17px}
.pdesc{padding:3px 2px;font-size:10px;line-height:17px}
.my_hidd{display:none}
.column,.columns{margin:1% 0;overflow:hidden}
.one{width:100%}
.two{width:100%}
.three{width:100%}
.four{width:100%}
.five{width:100%}
.six{width:100%}
.seven{width:100%}
.eight{width:100%}
.nine{width:100%}
.ten{width:100%}
.eleven{width:100%}
.twelve{width:100%}
.arrow_left{height:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #262626;position:absolute;right:45%;z-index:2;top:97%}
.arrow_right{width:0;height:0;border-style:solid;border-width:10px 10px 0;border-color:#262626 transparent transparent;position:absolute;left:45%;z-index:2;top:0}
.banner_tit{color:#1d7dee;font-size:12px;bottom:10px}
.my_img1{height:auto}
.my_show{display:block}
.bannertext1{font-size:0;padding-top:1px}
.my_banner1{padding-top:5px}
.my_banner2{padding-top:30px}
.navo{background:#e32429;border-top:0 solid #e32429;border-bottom:0 solid #e32429}
.my_img1{ height:250px;}
.my_img2{}
.my_img3{}
.my_img4{}
.my_img5{}
.my_img6{}
.my_img7{}
.slider_title1{font-family: 'Nanum Gothic', sans-serif; font-size:15px;}
.slider_title2{ font-size:20px; letter-spacing:0px; padding-bottom:20px; margin-bottom:10px; font-weight:700; border-bottom:1px solid #000;}
.slider_title3{ font-size:0px; color:#666;}
}






















.myy { float: right; display:block; }

.box100 { width: 100%; }
.box90 { width: 90%; }
.box80 { width: 80%; }
.box70 { width: 70%; }
.box60 { width: 60%; }
.box50 { width: 50%; }
.box40 { width: 40%; }
.box30 { width: 30%; }
.box20 { width: 20%; }
.box10 { width: 10%; }
.box33 { width: 33.333333333333336%; }
.box66 { width: 16.66666666666667%; }
.box77 { width: 14.28571428571429%; }
.box88 { width: 12.5%; }
.box25 { width: 25%; }
.box20 { width: 20%; }
 .side{ display:block;}

/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {

.box100 { width: 100%; }
.box90 { width: 90%; }
.box80 { width: 80%; }
.box70 { width: 70%; }
.box60 { width: 60%; }
.box50 { width: 50%; }
.box40 { width: 40%; }
.box30 { width: 30%; }
.box20 { width: 20%; }
.box10 { width: 10%; }
.box33 { width: 33.333333333333336%; }
.box66 { width: 16.66666666666667%; }
.box77 { width: 14.28571428571429%; }
.box88 { width: 12.5%; }
.box25 { width: 25%; }
.box20 { width: 20%; }
 .side{ display:none;}

}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 500px) and (orientation: portrait) {
.box100 { width: 100%; }
.box90 { width: 100%; }
.box80 { width: 100%; }
.box70 { width: 100%; }
.box60 { width: 100%; }
.box50 { width: 100%; }
.box40 { width: 100%; }
.box30 { width: 100%; }
.box20 { width: 100%; }
.box10 { width: 100%; }
.box33 { width: 100%; }
.box25 { width: 100%; }
.box20 { width: 100%; }
.box66 { width: 100%; }
.box77 { width: 100%; }
.box88 { width: 100%; }
 .side{ display:none;}

}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
.box100 { width: 100%; }
.box90 { width: 100%; }
.box80 { width: 100%; }
.box70 { width: 100%; }
.box60 { width: 100%; }
.box50 { width: 100%; }
.box40 { width: 100%; }
.box30 { width: 100%; }
.box20 { width: 100%; }
.box10 { width: 100%; }
.box33 { width: 100%; }
.box25 { width: 100%; }
.box20 { width: 100%; }
.box66 { width: 100%; }
.box77 { width: 100%; }
.box88 { width: 100%; }
 .side{ display:none;}


}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
.box100 { width: 100%; }
.box90 { width: 100%; }
.box80 { width: 100%; }
.box70 { width: 100%; }
.box60 { width: 100%; }
.box50 { width: 100%; }
.box40 { width: 100%; }
.box30 { width: 100%; }
.box20 { width: 100%; }
.box10 { width: 100%; }
.box33 { width: 100%; }
.box25 { width: 100%; }
.box20 { width: 100%; }
.box66 { width: 100%; }
.box77 { width: 100%; }
.box88 { width: 100%; }
 .side{ display:none;}

}
