/*###################################################
# Admin Style
####################################################*/

/*#################### Layout ######################*/
* { margin: 0; }

html{
  height: 100%;
  min-height: 100%;
}
body{
  background-color: #ebebeb;
  padding-top: 70px;
  padding-bottom: : 70px;
  color: #606060;
  height: 100%;
  min-height: 100%;
}
.navbar-brand {
  padding-top: 10px;
}

footer {
  bottom: -1px;
  height: 70px;
  width: 100%;
  background: #222;
  padding: 5px;
  color: #e1e1e1;
  font-size: 13px;
  clear:both;
  text-decoration: none;
}

footer ul {
  margin-bottom: 0;
  margin-top: 14px;
  white-space: nowrap
}

footer ul li {
  display: inline;
}

#admin-content {
  height: auto;
  min-height: 100%;
  margin: 0 auto -70px;
  padding-bottom: 70px;
}

.custom-navbar-right {
  width: 186px;
}

.fake-img-usr {
  width: 200px;

}
.fake-img-user {
  font-size: 100px;
}

.mask-img-profile{
  height: 29px;
  width: 21px;
  position: relative;
  overflow: hidden;
  top: 11px;
}

.mask-img-profile img{
  width: 21px;
}

.qq-upload-list {
  display: inline;
  list-style: none;
}
.qq-upload-list>li>span {
  margin-left: 5px;
}

.qq-upload-retry {
  display: none;
}

.box-borded-radius{
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 10px 0 20px 0;
  background: #FFFFFF;
  min-height: 350px;
}

.align-center{
  float: none;
  margin: 0 auto;
}

.margin-top{
  margin-top: 15px;
}
.margin-bottom{
  margin-bottom: 15px;
}

.progress-custom{
  margin-top: 50%;
}
.modal-header-custom{
  background: #428bca;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-content-custom{
  border-radius: 5px;
}

.th-radius-left {
    border-radius: 4px 0 0 0;
}

.th-radius-right{
  border-radius: 0 4px 0 0;
}

.thead-primary{
  background-color: #428bca;
  border-color: #357ebd;
  border-radius: 4px;
}

.thead-primary > tr > th{
  color: #FFF;
  font-weight: normal;
}

.table-custom > tbody > tr > td{
  line-height: 25px;
}

.table-custom > tbody > tr > td > a{
  color: #606060;
}

.tab-pane > .table-custom {
  margin-top: 20px;
}

.modal-dialog-custom {
  width: 720px;
}

.img-thumbnail{
  width: 100%;
  height: auto;
  font-size: 70px;
  text-align: center;
}
.img-thumbnail > img{
  width: 100%;
  height: auto;
}


.iframe {
  margin-top: -70px;
}
#iframe_preview{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#menu_preview_layout {
  position: fixed;
  margin-top: -70px;
  background: #fff;
  width: 230px;
  height: 100%;
  overflow: auto;
  left: -230px;
  z-index: 10;
}

.colorpicker {
  z-index: 15;
}

#menu_preview_layout a,
#menu_preview_layout .panel-title > .glyphicon {
  color: #428bca;
}

.color-selected-show {
  height: 34px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#menu_custom_button{
  position: fixed;
  top: 50%;
  left: -55px;
  background: #FFFFFF;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  width: 150px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 4px 4px 0px 0px;
  padding: 5px;
  text-align: center;
}

.border-bottom{
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}

.logo-custom-layout{
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 10px 0 10px 10px;
  background: #606060;
  color: #FFF;
}

.buttons-custom-layout{
  margin: 5px 5px 40px 5px;
}

.panel-group .panel-custom{
  border-radius: 0;
  border: 0;
}

.panel-custom > .panel-heading > h4 > span{
  padding-right: 5px;
}
.panel-custom > .panel-heading > h4 > .pull-right{
  padding-right: 10px;
}

.panel-custom > .panel-heading > h4{
  padding: 10px 0px 10px 0px;
}
.panel-custom > a{
  text-decoration: none;
}

.table-reply {
  margin-left: 10px;
  width: 100%;
}
.table-reply > tbody>tr>td {
  border: 0;
}

.base-layout-panel {
  min-height: 450px;
}

/*##################################
# Nav pils custom
###################################*/
.nav-pils-custom{
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.nav-pils-custom > li{
  /*border-bottom: 1px solid #E5E5E5;*/
  border-radius: 0px;
}
.nav-pils-custom>li+li{
  margin-top: 0px;
}
.nav-pils-custom>li>a>span{
  color: #CCC;
}
.nav-pils-custom>li>a{
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 991px){
  .nav-pils-custom {
    position: static;
    top: 0;
  }
}

@media screen and (min-width: 992px){
  .nav-pils-custom {
    width: 213px;
  }
}

@media screen and (min-width: 1200px) {
  .nav-pils-custom {
    width: 263px;
  }
}

/*##################################
# Fim Nav pils custom
###################################*/


.glyphicon-success{
  margin-right: 5px;
  color: #5cb85c;
}
.glyphicon-primary{
  margin-right: 5px;
  color: #428bca;
}
.glyphicon-danger{
  margin-right: 5px;
  color: #d9534f;
}

.navbar-form {
  padding-right: 0px;
}

.navbar > .container .navbar-brand{
  margin-left: -10px;
}

#admin-banner{
  background-color: #252525;
  height: 80px;
  margin-top: -20px;
  margin-bottom:20px;
  border-radius: 0px;
  color: #FFFFFF;
}

#admin-logo{
  padding: 30px 5px 5px 0px;
  font-size: 25px;
}

#admin-user{
  padding: 15px 5px 5px 5px;
  color: #999;
}

.navbar-brand > img{
  width: 200px;
}

#dv_bg_color,
#dv_bg_img
{
  display: none;
}


.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*##################################
# Custom Jquery form timePicker addon
###################################*/

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/*##################################
# Fim Custom Jquery form timePicker addon
###################################*/

.parsley-error {
  background: #c9c9c9;
}

.parsley-error-list {
  list-style: none;
  margin-left: -40px;
}

.add-project-user {
  padding: 5px;
  margin: 0px;
  margin-bottom: 10px;
}

.add-project-user label {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.add-project-user div.col-sm-12 {
  padding: 0px;
  width: 90%;
  margin-left: 15px;
}

.add-project-user button {
  margin-left: 15px;
  margin-top: 25px;
}

#handle-add-project-select {
  display: none;
}

#view-prototype {
  display: none;
}

.form-signin button[type=submit]{
  background: #FF5B31 !important;
  border-color: #FF5B31 !important;
}

#media-exclude-block {
  position: relative;
  top: -25px;
  left: 22px;
}

.panel-with-select {
  padding-bottom: 22px;
}

.category-list-1 { margin-left: 10px; }
.category-list-2 { margin-left: 20px; }
.category-list-0,
.category-list-1,
.category-list-2 {
  margin-bottom: 6px;
}

.notf-project {
  margin-bottom: 10px;
}
.alert-limit-footer {
  display: none;
}

/*##############
#   Highlight  #
##############*/
span.highlight {
  background:#fff6a4;
}


.alert-notify {
  position:absolute;
  top:-50%;
  background:#eb0000;
  color:#ffffff;
  font-size:80%;
  z-index:999;
}

.tagify {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.tagify-tag {
  border: 1px solid #CCCCCC;
  padding: 3px 3px 3px 7px;
  display: inline-block;
  font-size: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  border-radius: 3px;   
  background-color: #E5E5E5;
}


.tagify-remove {
  margin-left: 5px;
  cursor: pointer;
    height: 10px;
    width: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAIAAADd4huNAAAAA3NCSVQICAjb4U/gAAAAGXRFWHRTb2Z0d2FyZQBnbm9tZS1zY3JlZW5zaG907wO/PgAAAPNJREFUKJFjfPr0KQNxgIlIdUhK//96deXw4Suvfv2Hyfz9fO/kwdOPvv5HV/rv67P7Dx6c37374qtf/xkY/n66fXj70VuP7j989xOmlhHu1v/fn57ete/mJyYhTXOFT+fOPf3JKm3mYacuwIKhlIGB4f+P52f37L3+/j8DAwOblJm7PUIdurcYWbn5uCGSTHxiIlwsyJLISv9+un1o+8knv1nFVeV5/725sGPvpde//2Mq/f/13uEdJ578YpU293S2sHV3UuP99+bizj2X3/7GMPXf339MXDLmnvZq/MwMjJzSpu6Oavxs//79g5vLSJPYAgBkmnFuLGHIEgAAAABJRU5ErkJggg==) 0 0 no-repeat;
    display: inline-block;  

}

.embed-container { 
position: relative; 
height: 0; 
overflow: hidden; 
width: 100%; 
height: auto; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    width: 100%;
}
