* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
  width: 4px;
  height: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background-color: #777;
}
html {
  box-sizing: border-box;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #78909c;
  background-color: #141a1d;
  font: 13px sans-serif;
  line-height: 1.615;
  margin: 0;
}
.h_active {
  color: var(--theme-color)!important;
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .hidepc {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .hidemobile {
    display: none;
  }
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
p {
  margin: 0;
  padding: 0;
}
form {
  margin-bottom: 0;
}
.row {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
#extras {
  padding: 5px 10px;
  border: 1px dashed #42809c;
  font-size: 11px;
}
#extras p {
  color: #fff;
  font-size: 11px;
  margin: 4px 0 0;
}
#extras a {
  display: inline-block;
  height: 21px;
  font: 400 11px/20px arial;
  color: #99d6f5;
  padding: 0 5px;
  white-space: nowrap;
  background: #2a2c2d;
  margin: 4px 1px 1px 0;
}
header {
  background-color: #0f1416;
  padding: 0;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
footer {
}
ul {
  list-style-position: outside;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .form-search input::-webkit-input-placeholder {
  color: #fff;
}
#player-video {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.jwplayer .jw-rightclick {
  display: none !important;
}
.jw-controlbar .jw-button-image {
  max-height: 19px !important;
}
.tab-movies {
  display: block;
  margin-top: 12px;
}
.tab-movies1 {
  display: block;
  margin-top: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #1e2024;
  overflow: hidden;
  padding: 8px;
}
.tab-movies1 h2.title-movies1,
.tab-movies1 h1.title-movies1 {
  padding-left: 10px;
  margin: 0;
  font-size: 20px;
  color: #adb5bd;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-left: 2px solid var(--theme-color);
}
.tab-movies1 h2.title-movies1:before,
.tab-movies1 h1.title-movies1:before {
  color: var(--theme-color);
  position: absolute;
  top: 5px;
  right: -18px;
  content: "\e802";
  font-family: fontello;
  font-weight: 500;
  font-size: 14px;
}
.tab-movies h2.title-movies {
  padding-left: 10px;
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-left: 2px solid var(--theme-color);
}
.tab-movies h2.title-movies:before {
  color: var(--theme-color);
  position: absolute;
  top: 5px;
  right: -20px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 14px;
}
.tab-movies h1.title-movies {
  padding-left: 10px;
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-left: 2px solid var(--theme-color);
}
.tab-movies h1.title-movies:before {
  color: var(--theme-color);
  position: absolute;
  top: 5px;
  right: -20px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 14px;
}
.list-movies {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.list-movies > li {
  padding-top: 15px;
  padding-left: 3px;
  padding-right: 3px;
  min-width: 0;
}
.list-movies > li {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .list-movies > li {
    width: 33.333333333333%;
  }
}
@media screen and (min-width: 900px) {
  .list-movies > li {
    width: 25%;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 0;
  }
  .list-movies {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.list-movies > li .image {
  position: relative;
  padding: 37%;
}
.list-movies > li .image .movie-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: 0 0;
  object-fit: cover;
  border-radius: 10px;
}
.list-movies > li .title-movie {
  margin-top: 4px;
  font-weight: 400;
  text-align: center;
  font-size: 0.875rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.post-movie:hover .movie-play:before {
  opacity: 1;
  transform: scale(1);
}
.movie-play:before,
.movie-play:after {
  transition: 0.2s;
  opacity: 0;
}
.movie-play:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 3rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.1rem;
  z-index: 2;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0, 0, 0, 0.5);
}
.movie-play:after {
  content: "";
  background-color: #263238;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.text {
  margin-top: 20px;
  text-align: center;
  font-size: 17px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
li.item-movie {
  position: relative;
}
li.item-movie .label {
  position: absolute;
  top: 15px;
  left: 5px;
  background: var(--theme-color);
  color: #fff;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  font-size: 13px;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
  border-radius: 10px 0px 10px 0;
}
@media screen and (max-width: 900px) {
li.item-movie .label {
  position: absolute;
  top: 15px;
  left: 3px;
  background: var(--theme-color);
  color: #fff;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  font-size: 13px;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
  border-radius: 10px 0px 10px 0;
}
}
li.item-movie:hover .title-movie {
  color: var(--theme-color);
}
li.item-movie:hover .movie-play:after {
  opacity: 0.6;
}
li.item-movie:hover .movie-play:before {
  opacity: 1;
  transform: scale(1);
}
li.item-movie:hover .cripple {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: ripple 900ms ease-out infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
.tab-movies:first-child {
  margin-top: 0;
}
footer .tab-footer {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #0f1416;
  padding: 20px;
  margin: 15px 0 0;
}
footer .tab-footer .logo {
  margin: 0 0 14px;
}
footer .copyright {
  text-align: center;
  margin: 15px 0;
}
div.navigation {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 17px;
}
div.navigation .prev {
  left: -2px;
}
div.navigation .next {
  right: -2px;
}
div.navigation .prev,
div.navigation .next {
  position: absolute;
}
.navigation-scoll {
  text-align: center;
  padding: 10px 0 0;
  margin: 0;
}
div.navigation a {
  margin: 2px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  min-width: 40px;
  background: #282828;
}
div.navigation a.currentpage {
  margin: 0 2px;
  color: var(--theme-color);
}
#video {
  background-color: #222;
  background-image: radial-gradient(#323232, #111);
  background-image: -webkit-radial-gradient(#323232, #111);
  background-image: -moz-radial-gradient(#323232, #111);
  background-image: -o-radial-gradient(#323232, #111);
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.cssloading {
  width: 113px;
  font-size: 15px;
  color: #eee;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #000;
}
.cssloading span {
  font-size: 20px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.cssloading span:nth-child(2) {
  animation-delay: 0.2s;
}
.cssloading span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.openloadvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-action {
  padding-bottom: 10px;
}
.icon-view,
.server {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 4px 10px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525;
}
.server.active {
  color: var(--theme-color);
  background: #1b1b1b;
  pointer-events: none;
  cursor: default;
}
.icon-view {
  float: right;
}
.tools {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  order: 1;
  margin: 0 -1px;
}
.tools-item {
  background: #252525;
  align-items: center;
  display: flex;
  flex: 1 0;
  justify-content: center;
  padding: 10px;
  margin: 0 1px;
}
.info-movie {
  margin-top: 10px;
}
.download {
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525;
}
.download:hover {
  color: var(--theme-color);
  background: #1b1b1b;
}
@media (min-width: 1000px) {
  .body {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #0f1416;
    overflow: hidden;
    padding: 15px;
    margin-top: 65px;
  }
  .header-play {
    margin: -15px -15px 0;
  }
  header .logo {
    display: inline-block;
    float: left;
    margin: 10px;
  }
  header .button-menu {
    display: none;
  }
  header .button-search {
    display: none;
  }
  header .form-search {
    display: inline-block;
    float: right;
    position: relative;
    margin: 5px;
  }
  header .form-search input {
    color: #fff;
    background-color: #141a1d;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    padding: 0 10px 0 40px;
    font-weight: 300;
    height: 2.5rem;
    line-height: normal;
    display: block;
    width: 100%;
    outline: none;
  }
  header .form-search input:focus {
    background-color: rgba(49, 49, 49, 0.69);
  }
  header .form-search button {
    outline: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    padding: 12px 15px;
    display: inline-block;
  }
  header .form-search button:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: var(--theme-color);
  }
  nav.list-menu {
    display: inline-block;
    float: left;
  }
  nav.list-menu > ul > li {
    float: left;
    position: relative;
  }
  nav.list-menu > ul > li > a {
    text-transform: uppercase;
    padding: 13px 10px;
    display: block;
    line-height: 2;
  }
  nav.list-menu > ul > li.item-menu > a {
    padding: 13px 25px 13px 10px;
  }
  nav.list-menu > ul > li.item-menu > a:before {
    color: var(--theme-color);
    position: absolute;
    top: 14px;
    right: 7px;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 12px;
  }
  nav.list-menu > ul > li > a:hover {
    color: var(--theme-color);
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu {
		border-top: 3px solid var(--theme-color);
        overflow: hidden;
        max-height: 0;
        overflow-y: auto;
        left: 12%;
        width: 345px;
        position: absolute;
        top: 100%;
        background-color: #1e1c1ceb;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
  nav.list-menu > ul > li:hover.item-menu > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 440px;
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li {
    float: left;
    width: 33.333333333333%;
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
    color: #fff;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 10px;
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
    color: var(--theme-color);
  }
  nav.list-menu > ul > li.item-menu:before {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid var(--theme-color);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    visibility: hidden;
    transition: 0.2s;
  }
  nav.list-menu > ul > li:hover.item-menu:before {
    visibility: visible;
    opacity: 1;
  }
  .header-title {
    color: var(--theme-color);
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .header-play {
    margin: -10px -10px 0;
  }
  .server span {
    display: none;
  }
  div.navigation .prev,
  div.navigation .next {
    display: none;
  }
  footer .tab-footer .logo {
    text-align: center;
  }
  footer .tab-footer {
    border-top: 1px solid #212121;
    padding: 10px;
    margin: 0;
  }
  .body.blur {
    filter: blur(5px);
  }
  .body {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #0f1416;
    overflow: hidden;
    padding: 10px;
    margin-top: 50px;
  }
  header {
    padding: 10px 5px;
  }
  header .logo {
    text-align: center;
  }
  header .button-menu {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24.3px 26px;
  }
  header .button-menu.active icon > i {
    background-color: var(--theme-color);
  }
  icon {
    position: absolute;
    top: 19px;
    left: 17px;
  }
  header .button-menu.active icon > i:first-child {
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  header .button-menu.active icon > i:nth-child(2) {
    opacity: 0;
  }
  header .button-menu.active icon > i:last-child {
    transform: rotate(45deg) translate(-3px, -3px);
  }
  header .button-menu icon > i {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 3px;
  }
  header .button-menu icon > i:last-child {
    margin-bottom: 0;
  }
  header .button-search {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 24.3px 26px;
  }
  header .button-search:before {
    position: absolute;
    top: 12px;
    right: 17px;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    font-size: 17px;
  }
  header .button-search.active:before {
    color: var(--theme-color);
    position: absolute;
    top: 6px;
    right: 18px;
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 25px;
  }
  header .form-search {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    top: 50px;
    left: 0;
    position: fixed;
    background-color: #141719cc;
    width: 100%;
    height: 100%;
  }
  header .form-search.active {
    opacity: 1;
    visibility: visible;
  }
  header .form-search form {
    position: relative;
  }
  header .form-search input {
    color: #fff;
    background-color: #00000073;
    margin-bottom: 0;
    border: 0;
    padding: 0 20px 0 53px;
    font-weight: 300;
    height: 50px;
    line-height: normal;
    display: block;
    width: 100%;
    outline: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  header .form-search button {
    outline: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    padding: 15px 19px;
    display: inline-block;
  }
  header .form-search button:before {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: var(--theme-color);
    font-size: 17px;
  }
  nav.list-menu {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    top: 50px;
    left: 0;
    position: fixed;
    background-color: #141719cc;
    width: 100%;
    height: 100%;
  }
  nav.list-menu.active {
    opacity: 1;
    visibility: visible;
  }
  nav.list-menu > ul > li {
    position: relative;
  }
  nav.list-menu > ul > li > a {
    text-transform: uppercase;
    padding: 14px 20px;
    display: block;
  }
  nav.list-menu > ul > li.item-menu > a:before {
    color: var(--theme-color);
    position: absolute;
    top: 13px;
    right: 16px;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 12px;
  }
  nav.list-menu > ul > li.item-menu.active > a:before {
    content: "\f077";
  }
  nav.list-menu > ul > li > a:hover {
    color: var(--theme-color);
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    max-height: 0;
    background: #00000073;
    border-left: 3px solid var(--theme-color);
    display: none;
  }
  nav.list-menu > ul > li.item-menu.active > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 550px;
  }
  nav.list-menu.active > ul > li.item-menu > ul.sub-menu {
    display: block;
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li {
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
    padding: 14px 20px;
    display: block;
  }
  nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
    color: var(--theme-color);
  }
  .header-title {
    color: var(--theme-color);
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
  }
  div.navigation a.point {
    display: none;
  }
  .dmca-badge {
    display: none;
  }
  .tab-movies h2.title-movies {
    font-size: 18px;
  }
  .tab-movies h2.title-movies:before {
    top: 3px;
  }
}
.viewe-online {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fafbee;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
   background: none repeat scroll 0 0 rgba(17,17,17,.6);
   padding: 5px 5px 5px 5px;
   border-radius: 10px 0px 10px 0;
   border-right: 3px solid var(--theme-color);
}
.noti {
  text-align: center;
}
.nofi-body {
  margin-top: 15px;
}
.btn-srv {
  float: left;
  margin-right: 5px;
}
.btn-srv {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 4px 10px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525;
}
.btn-srv.active {
  color: var(--theme-color);
  background: #484848;
  font-weight: 700;
}
.btn-srv:hover {
  color: var(--theme-color);
  background: #484848;
}
.active {
  color: var(--theme-color);
}

.recent-search {
    margin-top: 7px;
    overflow: hidden;
}
.recent-search a {
    display: inline-block;
    font-size: 13px;
    padding: 4px 8px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    margin: 5px 0 0 3px;
    text-transform: capitalize;
}
.recent-search a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.clearfix {
  clear: both;
}
span.name-actor {
  position: absolute;
  bottom: 10px;
  right: 4px;
  left: 4px;
  color: #fafbee;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
   background: none repeat scroll 0 0 rgba(17,17,17,.6);
   padding: 5px 5px 5px 5px;
   border-radius: 0px 0px 10px 10px;
   text-align: center;
}

.notice {
    position: relative;
    width: 100%;
    background: #272727;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: var(--theme-color) dashed 1px;
    text-align: center;
    margin: 6px 0;
    padding: 3px;
}
.notice:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 9px;
    border-color: var(--theme-color) transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 25px;
}
.notice:after {
    content: '';
    position: absolute;
    border-style: dashed;
    border-width: 0 6px 9px;
    border-color: #272727 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 25px
}
.color-search {
    color: var(--theme-color);
    font-weight: 600;
}

.columleft_body{float:left;width:300px}
.columright_body{float:left;width:calc(100% - 350px);}

@media only screen and (max-width:600px){
	.columleft_body,.columright_body{float:none;width:100%;margin-bottom:20px}
}