/* #General Styles
================================================== */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* #Lightbox Shortcode
================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }*/

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

  .mfp-ready .mfp-figure {
  opacity: 0;
}
.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mfp-zoom-in button.mfp-arrow-left {
  opacity:0;
  left:60px;
}
.mfp-zoom-in button.mfp-arrow-right {
  opacity:0;
  right:60px;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.mfp-zoom-in.mfp-image-loaded button.mfp-arrow-left {
  opacity:1;
  left:40px;
}
.mfp-zoom-in.mfp-image-loaded button.mfp-arrow-right {
  opacity:1;
  right:40px;
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.95;
}
.mfp-zoom-in.mfp-removing button.mfp-arrow-right,
.mfp-zoom-in.mfp-removing button.mfp-arrow-left {
  opacity:0;
}
.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}


/* #Column Shortcodes
================================================== */
.tw-one-half {
	width: 48%;
}
.tw-one-third {
	width: 30.66%;
}
.tw-two-third {
	width: 65.33%;
}
.tw-one-fourth {
	width: 22%;
}
.tw-three-fourth {
	width: 74%;
}
.tw-one-fifth {
	width: 16.8%;
}
.tw-two-fifth {
	width: 37.6%;
}
.tw-three-fifth {
	width: 58.4%;
}
.tw-four-fifth {
	width: 79.2%
}
.tw-one-sixth {
	width: 13.33%;
}
.tw-five-sixth {
	width: 82.67%;
}
.tw-one-half, .tw-one-third, .tw-two-third, .tw-three-fourth, .tw-one-fourth, .tw-one-fifth, .tw-two-fifth, .tw-three-fifth, .tw-four-fifth, .tw-one-sixth, .tw-five-sixth {
	margin-right: 4%;
	margin-bottom: 25px;
	float: left;
}
.tw-column-last {
	margin-right: 0!important;
	clear: right;
}

/* #Tabs
================================================== */
ul.tw-tabs {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.tw-tabs li {
	display: block;
	width: auto;
	height: 42px;
	padding: 0;
	float: left;
	margin-bottom: 0;
	margin-left:0;
	list-style-type:none;
}
ul.tw-tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 34px;
	padding: 6px 20px 0 20px;
	line-height: 30px;
	border-style:solid;
	border-color:#dcdcdc;
	border-color: rgba(0,0,0,.15);
	border-width: 1px 1px 0 0;
	margin: 0;
	font-size: 13px;
	color:#555;
	border-bottom-width: 1px;
}
ul.tw-tabs li a:hover {
	color: #333;
	box-shadow: 0 -1px 1px #F3F3F3;
	-moz-box-shadow:  0 -1px 1px #F3F3F3;
  	-webkit-box-shadow:  0 -1px 1px #F3F3F3;
}
ul.tw-tabs li a.active {
	height: 35px;
	position: relative;
	top: -4px;
	padding-top: 9px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	border-bottom:none;
}
#footer ul.tw-tabs li a.active  {
	background-color:#222;
	padding-top:4px;
}
#footer ul.tw-tabs li a { 
	border-color:#555;
	padding: 0px 15px;
}
#footer ul.tw-tabs {
	border-color:#555;
}
ul.tw-tabs li:first-child a.active {
	margin-left: 0;
}
ul.tw-tabs li:first-child a {
	border-width: 1px 1px 1px 1px;
}
ul.tabs-content {
	margin: 0;
	display: block;
}
ul.tabs-content br {
	display:none;
}
ul.tabs-content li br {
	display:inline;
}
ul.tabs-content > li {
	display:none;
	margin-left:0;
	list-style-type:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tw-tabs for beautiful stacking */
ul.tw-tabs:before,  ul.tw-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tw-tabs:after {
	clear: both;
}
ul.tw-tabs {
	zoom: 1;
}

/* #Posts
================================================== */
.tw-postshortcode {
  margin:30px 0;
}
.tw-postshortcode, .tw-postshortcode p {
  font-size:12px !important;
  line-height: 1.75em !important;
}
h3.title-shortcode {
  display:block;
  font-size:24px;
  line-height:28px; 
}
h3.title-shortcode a {
	text-decoration: none;
}
.tw-postshortcode .date {
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-transform: none;
	margin-top: 10px;
}
.tw-postshortcode h3,
.tw-postshortcode h3 a {
  font-size: 18px !important;
  margin-bottom: 5px;
  line-height: 22px;
}
.tw-postshortcode .articleinner {
  margin-bottom:40px;
}
.tw-postshortcode .thumbnailarea {
  margin-bottom:15px;
}

/* #Divider Styling
================================================== */
.tw-divider {
	margin:10px 0 40px 0;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#dcdcdc;
	border-color: rgba(0,0,0,.15);
	height: 12px;
}
.tw-divider h5 {
  line-height:20px !important;
}
.tw-divider span {
	background:#333;
	padding:5px 10px;
	color:#fff;
	height:12px;
	margin-bottom:-10px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* #Toggle
================================================== */
.tw-toggle .tw-toggle-trigger {
	display: block;
	padding: 15px 15px 15px 37px;
	background: url("../images/toggle-plus.png") no-repeat 15px center;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	background-color: rgba(245,245,245,0.85);
	border-color: rgba(245,245,245,0.95);
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	margin-top: 3px;
	cursor: pointer;
}

.tw-toggle .tw-toggle-trigger:hover {
	background-color: #eee;
	background-color: rgba(230,230,230,0.85);
	border-color: rgba(230,230,230,0.95);
	text-decoration: none;
}
.tw-toggle .tw-toggle-trigger.active,
.tw-toggle .tw-toggle-trigger.active:hover {
	background-color: rgba(230,230,230,0.85);
  	border-color: rgba(230,230,230,0.95);
	background-image: url("../images/toggle-minus.png");
	text-decoration: none;
}

.tw-toggle .tw-toggle-container {
	display: none;
	overflow: hidden;
	padding: 15px;
	border-top: 0px;
	background-color: #fff;
	border: 1px solid #fff;
	border-top:none;
}

/* Accordion
================================================== */
.tw-accordion h3.tw-accordion-trigger {
	display: block;
	padding: 15px 15px 15px 37px;
	background: #f9f9f9 url("../images/toggle-plus.png") no-repeat 15px center;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	background-color: rgba(245,245,245,0.85);
	border-color: rgba(245,245,245,0.95);
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin:3px 0 0 !important;
	cursor: pointer;
}

.tw-accordion h3.tw-accordion-trigger a,
.tw-accordion h3.tw-accordion-trigger a:hover {
	text-decoration: none !important;
  color: #333;
}

.tw-accordion .ui-state-focus {
	outline: none;
}

.tw-accordion .tw-accordion-trigger:hover {
	background-color: #eee;
  background-color: rgba(230,230,230,0.85);
  border-color: rgba(230,230,230,0.95);
	text-decoration: none;
}

.tw-accordion .tw-accordion-trigger.ui-state-active {
	background-color: #eee;
  background-color: rgba(230,230,230,0.85);
  border-color: rgba(230,230,230,0.95);
	background-image: url("../images/toggle-minus.png");
	text-decoration: none;
}

.tw-accordion .ui-accordion-content {
	padding: 15px;
  background-color: #fff;
  border: 1px solid #fff;
  border-top:none;
}

.tw-accordion .ui-accordion-content p:last-child {
	margin: 0px;
}

.tw-accordion .ui-icon {
	margin-right: 7px;
}

/* Pricing Table
================================================== */
.tw-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.tw-pricing-table div {
	list-style: none;
}

.tw-pricing-table > div {
	margin-right: 4%;
  margin-bottom: 20px;
	list-style: none;
	text-shadow: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
  border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.tw-pricing-table .tw-pricing-header {
	background: #333;
	text-align: center;
	padding: 20px 0;
}

.tw-pricing-table .tw-pricing-header h5 {
	color: #fff;
  color: rgba(255,255,255,0.75);
	font-size: 17px;
	margin: 0;
	padding: 0 20px 20px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.15);
  letter-spacing:normal;
}

.tw-pricing-table .tw-pricing-cost {
	color: #fff;
	font-size: 48px;
	line-height: 1em;
	padding-top: 20px;
  font-weight:normal;
}

.tw-pricing-table .featured .tw-pricing-header {
	background: #00a498;
	color: #fff;
}

.tw-pricing-table .featured .tw-pricing-header h5 {
	color: #fff;
  color: rgba(255,255,255,0.75);
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.tw-pricing-table .tw-pricing-per {
	font-size: 0.786em;
	color: #fff;
  color: rgba(255,255,255,0.75);
}

.tw-pricing-table .tw-pricing-content {
	background: #fff;
	font-size: 0.857em;
	text-align: center;
}

.tw-pricing-table .tw-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
}

.tw-pricing-table .tw-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
}

.tw-pricing-table .tw-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9;
}

.tw-pricing-table .tw-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}

.tw-pricing-table .tw-pricing-button .tw-button {
	float: none;
	margin: 0 auto;
}

/* Social
================================================== */
.tw-social-icon {
	display: inline-block;
	margin-right: 2px;
}
.tw-social-icon img {
	display: inline;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}


/* #Buttons and Read More Links
================================================== */
.tw-button, 
a.tw-button, 
.tw-postshortcode a.more-link {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
	padding: 11px 14px 11px;
	position: relative;
	text-decoration: none;
	font-size:12px;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	border:none;
}
.tw-button:hover, a.tw-button:hover, 
.widget a.tw-button:hover, 
.tw-postshortcode a.more-link:hover {
	background:#111 !important;
}
.tw-postshortcode span.more-link {
	display: block;
}
.tw-postshortcode a.more-link {
	display:block;
	float:left;
}
.tw-button:hover, 
a.tw-button:hover,
.tw-postshortcode a.more-link:hover {
	color:#fff !important;
}
.tw-button.custom:hover, 
a.tw-button.custom:hover {
	background:#000 !important;
}
a.more-link, 
a.tw-button, 
.tw-button {
	margin-top:15px;
}
a.tw-button.shortcode {
	margin-top:0 !important;
	margin-bottom:15px;	
}

/* #Button Sizes
================================================== */
.tw-button.small {
	font-size:10px;
}
.tw-button.medium {
	font-size:12px;
	padding: 10px 12px 11px !important;
}
.tw-button.large {
	font-size:14px;
	padding: 12px 14px 13px !important;
}
.tw-button.huge {
	font-size:14px;
	padding: 22px 25px !important;
}

/* #Button Colors
================================================== */
.tw-button.red {
	background:#C60108;
}
.tw-button.orange {
	background:#E97F02;
}
.tw-button.yellow {
	background:#ECBA09;
}
.tw-button.green {
	background:#8FBE00;
}
.tw-button.blue {
	background:#00A8C6;
}
.tw-button.purple {
	background:#490A3D;
}
.tw-button.purple:hover, 
.tw-button.blue:hover, 
.tw-button.green:hover, 
.tw-button.yellow:hover, 
.tw-button.orange:hover, 
.tw-button.red:hover {
		background:#333;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

/* #General Layout Changes
================================================== */
.tw-one-half, .tw-one-third, .tw-two-third, .tw-three-fourth, .tw-one-fourth, .tw-one-fifth, .tw-two-fifth, .tw-three-fifth, .tw-four-fifth, .tw-one-sixth, .tw-five-sixth {
	width:100%;
}

}
