/********************************************************************
Email:		trungnghia112@gmail.com
Phone:		+84 122 9549491
Facebook:	FB/trungnghia112
/********************************************************************/
/*====================================================================================
┬ 01.Config 
├ 01_1.Define
├ 01_2.Title
├ 01_3.Icon
└ 01_4.Button
  
─ 02.Layout

─ 03.All Page
====================================================================================*/
/*====================================================================================
─ 01.Config
====================================================================================*/
/*
  01_1.Define
--------------------------------------------------------------*/
body {
	color: #231f20;
	font-weight: normal;
	height: 100%;
	font-family: "helveticaneue", Helvetica, sans-serif;
	font-size: 15px;
}

a:hover, a:focus {
	outline: 0 none;
}

.tn-norad {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.clearline {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #dedede;
	margin: 25px 0 25px;
}

.ul-sty-num {
	list-style-type: decimal;
}

.text-normal {
	font-weight: normal !important;
}

.text-line-through {
	text-decoration: line-through;
	color: #c1c0c0;
}

.marbot10 {
	margin-bottom: 10px;
}

.marbot20 {
	margin-bottom: 20px;
}

.mr20 {
	margin-right: 20px !important;
}

.padtop20 {
	padding-top: 20px !important;
}

.margintb-sty20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.modal-header {
	background-color: #222222;
	color: #FFF;
	text-align: center;
}

.modal-footer {
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
}
button{
	cursor: pointer;
}
button.close {
	color: #FFF;
}

button.close:hover {
	color: #FFF;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.alert-warning {
	background-image: none;
	background-color: #fffdb9;
}

.popover {
	background-color: #000;
	color: #FFF;
}

.popover.top > .arrow:after, .popover.bottom > .arrow:after, .popover.left > .arrow:after, .popover.right > .arrow:after {
	border-top-color: #000;
}

.popover {
	max-width: 303px;
	padding: 10px;
}

.tooltip-inner {
	min-width: 255px;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tn-pagination {
	margin: 0 auto;
	text-align: center;
	background-color: #f8f8f8;
	height: 40px;
}

.tn-pagination .pagination {
	margin: 0 auto;
}

.tn-pagination .pagination > li > a, .tn-pagination .pagination > li > span {
	background-color: #f8f8f8;
	line-height: 20px;
	color: #222;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 10px 20px;
}

.tn-pagination .pagination > li:first-child > a, .tn-pagination .pagination > li:first-child > span, .tn-pagination .pagination > li:last-child > a, .tn-pagination .pagination > li:last-child > span {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.tn-pagination .pagination > li > a:hover, .tn-pagination .pagination > li > span:hover, .tn-pagination .pagination > li > a:focus, .tn-pagination .pagination > li > span:focus {
	background-color: #f0f0f0;
}

.tn-pagination .pagination > .active > a, .tn-pagination .pagination > .active > span, .tn-pagination .pagination > .active > a:hover, .tn-pagination .pagination > .active > span:hover, .tn-pagination .pagination > .active > a:focus, .tn-pagination .pagination > .active > span:focus {
	background-color: #f0f0f0;
	color: #222;
	border-color: #DDDDDD;
}

.tn-table.table > thead > tr > th, .tn-table.table > tbody > tr > th, .tn-table.table > tfoot > tr > th, .tn-table.table > thead > tr > td, .tn-table.table > tbody > tr > td, .tn-table.table > tfoot > tr > td {
	font-weight: bold;
	border-top-width: 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}

.tn-acolor {
	color: #96aa12;
	font-size: 15px;
}

.tn-table.table-md > thead > tr > th, .tn-table.table-md > tbody > tr > th, .tn-table.table-md > tfoot > tr > th, .tn-table.table-md > thead > tr > td, .tn-table.table-md > tbody > tr > td, .tn-table.table-md > tfoot > tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}

.tn-table.table-md > thead > tr > th, .tn-table.table-md > tbody > tr > th, .tn-table.table-md > tfoot > tr > th {
	font-weight: bold;
}

.tn-table.table > thead > tr:nth-last-child(1) > th, .tn-table.table > tbody > tr:nth-last-child(1) > th, .tn-table.table > tfoot > tr:nth-last-child(1) > th, .tn-table.table > thead > tr:nth-last-child(1) > td, .tn-table.table > tbody > tr:nth-last-child(1) > td, .tn-table.table > tfoot > tr:nth-last-child(1) > td {
	border-bottom-width: 0;
}

/*
  01_1_1.Panel group
--------------------------------------------------------------*/
.panel-title {
	font-size: 15px;
}

.tn-panel-group .panel-default {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.tn-panel-group.tn-panel-help .panel-default {
	border-width: 0;
	border-bottom-width: 1px;
}

.tn-panel-group .panel + .panel {
	margin-top: 10px;
}

.tn-panel-group .panel-default > .panel-heading {
	background-image: none;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}

.tn-panel-group.tn-panel-help .panel-default > .panel-heading {
	background-image: none;
	background-color: #FFF;
	border-color: #FFF;
}

.tn-panel-group .panel-heading {
	padding: 0;
}

.tn-panel-group .panel-heading .panel-title a {
	padding: 15px;
	display: block;
	background-image: url(../images/ico-arr-up.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

.tn-panel-group.tn-panel-help .panel-heading .panel-title a {
	padding-left: 0;
}

.tn-panel-group .panel-heading .panel-title a.collapsed {
	background-image: url(../images/ico-arr-down.png);
}

.tn-panel-group .panel-heading .panel-title a:hover, .tn-panel-group .panel-heading .panel-title a:focus {
	text-decoration: none;
}

/*2*/
.tn-panel-group2 .panel-default {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-right-width: 0;
	border-left-width: 0;
}

.tn-panel-group2 .panel + .panel {
	margin-top: -1px;
}

.tn-panel-group2 .panel-default > .panel-heading {
	background-image: none;
	background-color: #FFF;
	border-color: #f2f2f2;
}

.tn-panel-group2 .panel-body {
	background-color: #F8F8F8;
}

.tn-panel-group2 .panel-heading {
	padding: 0;
}

.tn-panel-group2 .panel-heading .panel-title a {
	padding: 15px;
	display: block;
	background-image: url(../images/ico-arr-up.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

.tn-panel-group2 .panel-heading .panel-title a.collapsed {
	background-image: url(../images/ico-arr-down.png);
}

.tn-panel-group2 .panel-heading .panel-title a:hover, .tn-panel-group2 .panel-heading .panel-title a:focus {
	text-decoration: none;
}

/*
  01_1_2.Form
--------------------------------------------------------------*/
.tn-form-dv {
	margin: auto;
}

.tn-form-dv .form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 42px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}

.form-dv-sty2 .form-control {
	background-color: #f0f0f0;
}

.form-dv-sty2 .form-group {
	margin-bottom: 11px;
}

.form-dv-sty2 a {
	color: #222;
	text-decoration: underline;
}

.form-dv-sty2 a:hover, .form-dv-sty2 a:focus {
	color: #222;
	text-decoration: none;
	outline: 0 none;
}

.tn-form-dv select option {
	box-sizing: inherit;
	border-right: 1px solid #cdcdcd;
}

.tn-form-dv textarea.form-control {
	height: auto;
}

.tn-form-dv .form-control.tn-in-disabled {
	background-color: #fffedc;
	border-color: #fffedc;
}

.tn-label_lefttxt {
	padding-left: 20px;
}

.tn-form_lefttxt {
	overflow: hidden;
}

.tn-lb_lefttxt {
	float: left;
	margin-right: 10px;
	line-height: 40px;
}

.tn-sp_lefttxt {
	margin-left: 10px;
	line-height: 40px;
	display: inline-block;
}

.tn-txt_label {
	line-height: 40px;
	display: inline-block;
}

.tn-label_ov_right {
	margin-right: -10px;
}

.tn-form-dv .row {
	margin-left: -5px;
	margin-right: -5px;
}

.tn-form-dv .col-xs-1, .tn-form-dv .col-sm-1, .tn-form-dv .col-md-1, .tn-form-dv .col-lg-1, .tn-form-dv .col-xs-2, .tn-form-dv .col-sm-2, .tn-form-dv .col-md-2, .tn-form-dv .col-lg-2, .tn-form-dv .col-xs-3, .tn-form-dv .col-sm-3, .tn-form-dv .col-md-3, .tn-form-dv .col-lg-3, .tn-form-dv .col-xs-4, .tn-form-dv .col-sm-4, .tn-form-dv .col-md-4, .tn-form-dv .col-lg-4, .tn-form-dv .col-xs-5, .tn-form-dv .col-sm-5, .tn-form-dv .col-md-5, .tn-form-dv .col-lg-5, .tn-form-dv .col-xs-6, .tn-form-dv .col-sm-6, .tn-form-dv .col-md-6, .tn-form-dv .col-lg-6, .tn-form-dv .col-xs-7, .tn-form-dv .col-sm-7, .tn-form-dv .col-md-7, .tn-form-dv .col-lg-7, .tn-form-dv .col-xs-8, .tn-form-dv .col-sm-8, .tn-form-dv .col-md-8, .tn-form-dv .col-lg-8, .tn-form-dv .col-xs-9, .tn-form-dv .col-sm-9, .tn-form-dv .col-md-9, .tn-form-dv .col-lg-9, .tn-form-dv .col-xs-10, .tn-form-dv .col-sm-10, .tn-form-dv .col-md-10, .tn-form-dv .col-lg-10, .tn-form-dv .col-xs-11, .tn-form-dv .col-sm-11, .tn-form-dv .col-md-11, .tn-form-dv .col-lg-11, .tn-form-dv .col-xs-12, .tn-form-dv .col-sm-12, .tn-form-dv .col-md-12, .tn-form-dv .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

/*
  01_2.Title style
--------------------------------------------------------------*/
.tn-borcycle {
	background-image: url(../images/bg-cir-num.png);
	line-height: 56px;
	display: inline-block;
	height: 56px;
	width: 56px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.tn-sty-title {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	font-weight: normal;
}

.tn-title-sm {
	font-size: 19px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	font-weight: normal;
}

.tn-title-md {
	font-size: 24px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #dedede;
	margin-bottom: 20px;
}

.tn-title-smmd {
	font-size: 19px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	font-weight: normal;
	margin: 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.tn-sty-titleme {
	font-size: 22px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

.tn-sty-titleli {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

/*
  01_3.Icon
--------------------------------------------------------------*/
.tn-ico-help {
	background-image: url(../images/ico-help.png);
	width: 23px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.tn-ico-help.tn-popover {
	cursor: pointer;
}

a:hover .tn-ico-help, a:focus .tn-ico-help {
	background-image: url(../images/ico-help_white.png);
}

.tn-ico-resource {
	background-image: url(../images/ico-resource.png);
	width: 23px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.tn-ico-upload {
	background-image: url(../images/ico-upload.png);
	width: 23px;
	height: 20px;
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
	margin-left: -15px;
	margin-right: 5px;
}

.tn-ico-upload2 {
	background-image: url(../images/ico-upload2.png);
	width: 23px;
	height: 20px;
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
	margin-left: -15px;
	margin-right: 5px;
}

a:hover .tn-ico-resource, a:focus .tn-ico-resource {
	background-image: url(../images/ico-resource_white.png);
}

.tn-colorbx-note {
	display: inline-block;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
	position: relative;
	top: 3px;
}

.tn-colorbx-note2 {
	display: inline-block;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	position: relative;
	top: 3px;
	border: 2px solid #000;
}

.tn-icobg-list {
	background-image: url(../images/ico-list.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 35px !important;
}

.tn-ico-check {
	background-image: url(../images/ico-check.png);
	width: 56px;
	height: 56px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

/*
  01_4.Button
--------------------------------------------------------------*/
.tn-btn-default {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ebf3b1;
	-webkit-box-shadow: 0 2px #e1e7b4;
	-moz-box-shadow: 0 2px #e1e7b4;
	box-shadow: 0 2px #e1e7b4;
	background-image: -webkit-linear-gradient(bottom, #ebf3b1, #eff6b7);
	background-image: -moz-linear-gradient(bottom, #ebf3b1, #eff6b7);
	background-image: -o-linear-gradient(bottom, #ebf3b1, #eff6b7);
	background-image: linear-gradient(to top, #ebf3b1, #eff6b7);
	color: #8b8e6b;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 17px;
}

.tn-btn-default:focus {
	outline: 0 none !important;
}

.tn-btn-black {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222222;
	-webkit-box-shadow: 0 2px #dddddd;
	-moz-box-shadow: 0 2px #dddddd;
	box-shadow: 0 2px #dddddd;
	color: #cbc9c9;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 17px;
}

.tn-btn-black:hover {
	color: #FFF;
	text-decoration: none;
}

.tn-btn-black:focus {
	outline: 0 none !important;
	color: #FFF;
	text-decoration: none;
}

.btn-sm.tn-btn-black {
	font-size: 14px;
	padding: 6px 15px;
}

.tn-btn-green {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #cde03d;
	-webkit-box-shadow: 0 2px rgba(156, 176, 6, 0.75);
	-moz-box-shadow: 0 2px rgba(156, 176, 6, 0.75);
	box-shadow: 0 2px rgba(156, 176, 6, 0.75);
	background-image: -webkit-linear-gradient(bottom, #cde03d, #d7e94b);
	background-image: -moz-linear-gradient(bottom, #cde03d, #d7e94b);
	background-image: -o-linear-gradient(bottom, #cde03d, #d7e94b);
	background-image: linear-gradient(to top, #cde03d, #d7e94b);
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	color: #222;
	min-width: 120px;
}

.tn-btn-green:hover, .tn-btn-green:focus, .tn-btn-green:active, .tn-btn-green:active:focus, .tn-btn-green.active:focus {
	color: #000;
	outline: 0 none;
}

.tn-btn-gray {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 2px #dddddd;
	-moz-box-shadow: 0 2px #dddddd;
	box-shadow: 0 2px #dddddd;
	color: #a2a2a2;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: normal;
	font-size: 17px;
}

.tn-btn-gray:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #222;
}

.tn-btn-gray:focus {
	outline: 0 none !important;
	color: #FFF;
	background-color: #222;
}

.tn-btn-gray-disable:hover {
	color: #a2a2a2;
	text-decoration: none;
	background-color: #f8f8f8;
	cursor: default;
}

.tn-btn-gray-disable:focus {
	outline: 0 none !important;
	color: #a2a2a2;
	background-color: #f8f8f8;
}

.btn-sm.tn-btn-gray {
	font-size: 14px;
	padding: 4px 15px;
}

.tn-bt-gr {
	background-color: #efefef;
	line-height: 18px;
	text-align: center;
	padding: 5px 8px;
	position: relative;
	top: 2px;
	color: #c6c6c6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	margin-left: 7px;
	display: none;
}

.tn-bt-gr:hover, .tn-bt-gr:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #de1e43;
}

.tn-btn-back {
	background-color: #ffffff;
	color: #222;
	font-size: 14px;
	background-image: url(../images/ico-back.png);
	background-position: 10px center;
	padding: 5px 10px 5px 40px;
	background-repeat: no-repeat;
}

.tn-btn-back:hover, .tn-btn-back:focus {
	background-color: #ffffff;
	color: #222;
	font-size: 14px;
	background-image: url(../images/ico-back.png);
	background-position: 10px center;
	padding: 5px 10px 5px 40px;
	background-repeat: no-repeat;
	outline: 0 none !important;
}

/*====================================================================================
─ 02.Layout
====================================================================================*/
.tn-header-full, .tn-main-full, .tn-footer-full, .tn-gnav-full, .tn-title-full {
	width: 100%;
	margin: auto;
}

.tn-header, .tn-main, .tn-footer, .tn-wrap, .tn-gnav, .tn-title {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/*====================================================================================
─ 03.All Page
====================================================================================*/
/*
  03_1.header
--------------------------------------------------------------*/
.tn-header-full {
	background-color: #231f20;
	padding-top: 1px;
	color: #FFF;
}

.tn-logo {
	margin: 35px 0 35px 0;
	padding: 0;
	float: left;
}

.tn-logo a {
	display: inline-block;
	margin-right: 10px;
}

.tn-headright {
	float: right;
}

.tn-userinfor {
	margin: 10px 0 30px 0;
	padding: 0;
	list-style: none;
	float: right;
}

.tn-userinfor > li {
	float: left;
	border-right: 1px solid #cdcdcd;
	font-weight: bold;
	padding: 0 5px;
}

.tn-userinfor > li a {
	color: #c1d72e;
}

.tn-userinfor > li.last {
	border-right-width: 0;
	padding-right: 0;
}

.tn-slogan {
	clear: both;
	font-size: 22px;
}

/*
  03_2.Global Navigation
--------------------------------------------------------------*/
.tn-gnav-full {
	background-color: #c1d72e;
	padding: 1px 0;
}

.tn-menu {
	float: left;
}

.tn-menu .dropdown > a {
	display: block;
	background-color: #d5ea48;
	color: #231f20;
	padding: 1px 20px 1px 20px;
	line-height: 65px;
	font-size: 18px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
}

.tn-menu .dropdown > a.active, .tn-menu .dropdown > a:hover, .tn-menu .dropdown > a:focus {
	text-decoration: none;
	background-color: #F3F3F3;
}

.tn-menu .dropdown.open > a {
	background-color: #e6f870;
}

.tn-menu .dropdown > a .caret {
	margin-left: 15px;
	color: #9fad3c;
}

.tn-menu .dropdown .dropdown-menu {
	max-width: inherit;
	width: 247px;
	margin-top: 0;
	background-color: #e6f870;
}

.tn-menu .dropdown .dropdown-menu .divider {
	background-color: #C1D72E;
}

.tn-menu .dropdown-menu > li > a:hover, .tn-menu .dropdown-menu > li > a:focus {
	background-color: #f6ffb8;
	background-image: none;
}

.tn-menuright {
	margin: 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.tn-menuright > li {
	float: left;
	padding: 0 5px;
	line-height: 67px;
	background-image: url(../images/bg-line-menutop.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.tn-menuright > li.active {
	background-color: #D5EA48;
}

.tn-menuright > li.last {
	border-right-width: 0;
	background-image: none;
}

.tn-menuright > li a {
	line-height: 25px;
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	color: #231f20;
}

.tn-menuright > li a:hover, .tn-menuright > li a:focus {
	text-decoration: none;
	color: #FFF;
}

.tn-menuright > li a i {
	margin-right: 5px;
}

/*
  03_3.banner
--------------------------------------------------------------*/
.tn-banner-full {
	max-width: 1600px;
	overflow: hidden;
	position: relative;
	height: 437px;
	margin: 0 auto;
}

.tn-banner {
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0;
	height: 100%;
	width: 100%;
}

/*
  03_3.Title Step
--------------------------------------------------------------*/
.tn-title-full {
	background-color: #f3f3f3;
	padding: 30px 0;
	margin-top: -1px;
}

/*
  03_3.Main page
--------------------------------------------------------------*/
.tn-main {
	padding-top: 40px;
	padding-bottom: 40px;
}

.tn-main-l {
	float: left;
	width: 585px;
}

.tn-main-r {
	float: right;
	width: 300px;
}

.tn-txt {
	margin-bottom: 30px;
}

.tn-form-ul > li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tn-form-ul > li > strong {
	display: inline-block;
	width: 120px;
}

.tn-step-dv .media > .pull-left {
	margin-right: 5px;
}

.tn-step-dv, .tn-stepsub-dv {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
}

.tn-step-dv > li.first .media {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tn-step-dv > li.last .media {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tn-step-dv > li.accreditation > .media {
	font-weight: bold;
	font-family: 'helveticaneue', Helvetica, sans-serif;
	background-image: url(../images/ckb_bor.png);
	background-position: 15px 19px;
}

.tn-step-dv > li.accreditation.active > .media {
	background-position: 15px 22px;
	background-image: url(../images/ckb_active.png);
}

.tn-step-dv > li > .media {
	background-color: #f8f8f8;
	padding: 20px 20px 20px 50px;
	background-image: url(../images/ckb_inactive.png);
	background-repeat: no-repeat;
	background-position: 15px 22px;
	border-bottom: 1px solid #FFF;
}

.tn-step-dv > li.active > .media {
	background-color: #cde03d;
	font-weight: bold;
	background-image: url(../images/ckb_active.png);
	font-family: 'helveticaneue', Helvetica, sans-serif;
}

.tn-step-dv > li.past > .media {
	background-color: #222222;
	font-weight: normal;
	background-image: url(../images/ckb_past.png);
	color: #FFF;
}

.tn-step-dv > li.active .tn-stepsub-dv {
	display: block;
}

.tn-stepsub-dv {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f3f7;
	display: none;
}

.tn-stepsub-dv > li > .media {
	margin-left: 30px;
	background-image: url(../images/ckb_inactive.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 20px;
	padding: 5px 5px 5px 30px;
}

.tn-stepsub-dv > li.active > .media {
	font-weight: bold;
	font-family: 'helveticaneue', Helvetica, sans-serif;
}

.tn-stepsub-dv > li.past > .media {
	background-image: url(../images/ckb_past-sub.png);
	background-position: left 2px;
}

.tn-footer-full {
	border-bottom: 14px solid #cde03d;
	background-color: #231f20;
	color: #FFF;
	padding-top: 45px;
	padding-bottom: 40px;
	font-size: 14px;
}

.tn-footer-l {
	padding-top: 13px;
}

.tn-footer-l a {
	color: #FFF;
	font-weight: bold;
}

.fc-content-dv {
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

.fc-content-dv p {
	margin-bottom: 0;
	line-height: 40px;
}

.tn-calendar-sty .fc-icon-left-single-arrow:after {
	content: inherit;
}

.tn-calendar-sty .fc-icon-right-single-arrow:after {
	content: inherit;
}

.tn-calendar-sty .fc-icon-left-single-arrow, .tn-calendar-sty .fc-icon-right-single-arrow {
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 10px;
	display: block;
}

.tn-calendar-sty .fc-icon-left-single-arrow {
	background-image: url(../images/btn-arr-left.png);
}

.tn-calendar-sty .fc-icon-right-single-arrow {
	background-image: url(../images/btn-arr-right.png);
}

.tn-calendar-sty .fc-state-down .fc-icon-left-single-arrow {
	background-image: url(../images/btn-arr-left_active.png);
}

.tn-calendar-sty .fc-state-down .fc-icon-right-single-arrow {
	background-image: url(../images/btn-arr-right_active.png);
}

.tn-calendar-sty .fc-state-default {
	background-image: none;
	background-color: #f2f2f2;
	text-transform: capitalize;
}

.tn-calendar-sty .fc-state-down, .tn-calendar-sty .fc-state-active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #222222;
	color: #FFF;
}

.tn-calendar-sty .fc-header-title h2 {
	font-size: 19px;
	font-family: 'helveticaneue-medium', Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
}

.tn-calendar-sty .fc-grid th {
	color: #b5b5b5;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tn-calendar-sty .fc-border-separate td {
	padding-left: 5px;
	padding-right: 5px;
}

.tn-calendar-sty .fc table {
	font-size: 12px;
}

.tn-calendar-sty .fc-event-inner {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.tn-calendar-sty .fc-state-highlight {
	background-color: #f2f2f2;
}

.tn-calendar-sty .fc-event {
	background-color: #d52a46;
	border-color: #d52a46;
}

.alert-warning .tn-ico-help.pull-left {
	margin-top: 3px;
}

.alert-warning .media-body {
	color: #231f20;
}

.tn-ul-supplier {
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

.tn-ul-supplier > li strong {
	display: inline-block;
	min-width: 60px;
	margin-right: 5px;
}

.tn-ul-lsibor {
	list-style-type: none;
	padding: 0;
}

.tn-ul-lsibor > li {
	clear: both;
	margin: 10px 0;
}

.tn-ul-lsibor > li.divider {
	height: 1px;
	background-color: #dedede;
}

.tn-bgpage {
	background-image: url(../images/bg-body_2.jpg);
	background-position: center top;
}

.tn-wrapbody {
	padding: 1px 0;
}

.tn-page-sty {
	margin-top: 40px;
	margin-bottom: 40px;
}

.tn-page-head {
	padding: 10px 80px;
	background-color: #231f20;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tn-page-head a {
	display: inline-block;
}

.tn-welcome-dv {
	padding-bottom: 2px;
}

.tn-page-body {
	padding: 30px 80px 50px;
	background-color: #fafafa;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tn-page-body .tn-title-smmd {
	margin-top: 0;
}

.tn-box-it {
	text-align: center;
}

.tn-box-it-img {
	height: 240px;
	line-height: 240px;
	background-color: #f0f0f0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tn-box-it-img a {
	display: block;
	line-height: 240px;
}

.tn-box-it-img img {
	vertical-align: middle;
}

.tn-bt-notegr.open {
	display: inline-block;
}

.tn-box-it-txt a {
	background-color: #c1d72e;
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	line-height: 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tn-box-it-txt a:hover {
	color: #FFF;
}

.tn-txt-notegr {
	font-size: 13px;
	margin-right: 10px;
	color: #918f8f;
}

.tn-bt-gr.open {
	display: inline-block;
}

/*--Date Picker--*/
.tn-datepicker-group .Zebra_DatePicker_Icon {
	background-image: url(../images/calendar2.png);
	right: 0;
	top: 0;
	width: 37px;
	height: 40px;
	margin-right: 0;
	background-position: center center;
}

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	border: 1px solid #dedede;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next, .Zebra_DatePicker .dp_header .dp_caption {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #FFF;
}

.Zebra_DatePicker {
	padding: 0;
	background-image: url(../images/bg-calendar_bot.png);
	padding-bottom: 36px;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-width: 0;
	margin-left: -50px;
}

.Zebra_DatePicker th {
	font-size: 11px;
	background-color: #639B25;
	border: 1px solid #639B25 !important;
	color: #FFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.Zebra_DatePicker .dp_header {
	background-image: url(../images/bg-calendar_head.png);
	background-size: cover;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #FFF;
}

.Zebra_DatePicker .dp_daypicker {
	margin-top: 0;
}

.Zebra_DatePicker .dp_previous.dp_hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.Zebra_DatePicker .dp_next.dp_hover {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.Zebra_DatePicker .dp_header .dp_hover {
	background-color: #8a1626;
}

.Zebra_DatePicker tr td.dp_weekend:nth-child(odd) {
	color: #d03d52;
}

.Zebra_DatePicker td.dp_current {
	color: #373737 !important;
	background-image: url(../images/today.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 1, 1, 0.12), inset 0 1px #fff;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 1, 1, 0.12), inset 0 1px #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 5px rgba(0, 1, 1, 0.12), inset 0 1px #fff;
}

.Zebra_DatePicker td.dp_selected {
	background-color: #af374a;
}

.Zebra_DatePicker td.dp_hover {
	background-color: #639B25;
	color: #FFF !important;
}

.form-control[disabled].tn-datepicker, .form-control[readonly].tn-datepicker, fieldset[disabled] .form-control.tn-datepicker {
	cursor: inherit;
}

.tn-page-head a.tn-logol {
	float: left;
	margin-left: 60px;
}

.tn-logor {
	float: right;
	margin-top: 30px;
}

.tn-wheeliebin-ul {
	margin: 0 -10px;
	padding: 0;
}

.tn-wheeliebin-ul > li {
	list-style-type: none;
	float: left;
	width: 33.3333%;
	padding: 0 10px;
	margin-bottom: 10px;
}

.wheeliebin-dv {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	border: solid 1px #d2d2d2;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5px;
}

.wheeliebin-dv img {
	max-width: 100%;
}

.wheeliebin-dv p {
	margin: 10px 0 0;
	font-weight: bold;
}

.wheeliebin-dv a {
	color: #231f20;
}

.tnico-link {
	cursor: pointer;
}

.calendar-sty-pp {
	line-height: 20px;
	padding: 1px 0;
	margin-bottom: 5px;
}

.calendar-sty-pp .fc-button {
	margin-bottom: -7px;
}

.numbers-row {
	position: relative;
}

.numbers-row .numbers-button {
	position: absolute;
	width: 21px;
	height: 21px;
	right: 0;
	z-index: 10;
	display: inline-block;
	cursor: pointer;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}

.numbers-row .numbers-inc {
	top: 0;
	background-image: url(../images/cong.png);
	background-position: center center;
}

.numbers-row .numbers-dec {
	bottom: 0;
	background-image: url(../images/tru.png);
}

.tn-colpt {
	margin: 0;
	padding: 0;
}

.tn-colpt:after {
	content: "";
	display: block;
	clear: both;
}

.tn-colpt > li {
	float: left;
	width: 33.3333%;
	list-style-type: none;
	margin-bottom: 25px;
}

.tn-colpt > li:nth-child(3n+1) {
	clear: both;
}

.tn-colpt-dv {
	width: 140px;
}

.tn-colpt-dv img {
	width: 100%;
	height: auto;
}

.tn-colpt-tt {
	font-weight: bold;
}

/* Responsive Styles */
/* Base Styles */
.tn-header, .tn-main, .tn-footer, .tn-wrap, .tn-gnav, .tn-title {
	max-width: 940px !important;
	width: auto !important;
}

.menu .tn-main-r, .menu .tn-menuright {
	display: none;
}

.tn-main,
.tn-title{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:15px;
	padding-right: 15px;
}

.tn-main .tn-main-l {
	width: 63%;
}

.tn-main .tn-main-r {
	width: 32%;
}

/* Nav */
/* menu styles */
.menu .opener {
	display: none;
}

/* burger menu style */
.opener {
	float: right;
	width: 32px;
	height: 32px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 6px 0 0;
}

.opener:before, .opener:after, .opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
  /* height/2 */
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.opener:before, .opener:after {
	content: '';
	top: 10px;
}

.opener:after {
	top: 22px;
}

/* close button transition */
.close-btn span, .active .opener span {
	opacity: 0;
}

.opener:hover {
	opacity: 0.9;
}

.close-btn:after, .close-btn:before, .active .opener:after, .active .opener:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after, .active .opener:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.active .opener {
	display: none !important;
}

.active .open-active {
	display: block !important;
}

/* disable animation while browser is resizing */
.resize-active .hold, .resize-active .drop, .resize-active .drop > ul {
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Header */
.tn-header-full .tn-header {
	padding: 0 5px;
}

.tn-panel-group .panel-heading .panel-title a {
	padding: 15px 30px 15px 15px;
}

@media only screen and (max-width: 960px){
	.tn-banner{
		margin: 0;
		position:static;
	}
	.tn-banner img{
		width: 100%;
		height: auto;
		display:block;
	}
	.tn-banner-full{
		height: auto;
	}
}


/* Media Queries*/
@media all and (max-width: 900px) {
	body {
		min-width: 320px;
	}
	.size-field{
		display:none;
	}
	.tn-page-sty {
		margin: 0;
	}

	.tn-wrapbody {
		padding: 0;
	}

	.tn-page-head {
		border-radius: 0;
		padding: 10px;
	}

	.tn-page-head:after {
		display: block;
		clear: both;
		content: '';
	}

	.tn-page-head .text-center {
		float: left;
	}

	.tn-page-head .text-center img {
		width: 140px;
		height: auto;
	}

	.tn-page-body {
		padding: 15px;
	}

	.col-xs-6 {
		width: 100%;
	}

	.login-box {
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.login-box .btn-forgot {
		text-align: center;
	}

	.menu .opener {
		display: block;
	}

	.menu .drop {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999999;
	}

	.menu .drop {
		float: none;
	}

  /* fade animation */
	.drop {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.25s linear;
		transition: opacity 0.25s linear;
		height: 0;
		background: #fff;
	}

	.active .drop {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}

  /* Header */
	.tn-header-full .tn-slogan {
		display: none;
	}

	.tn-header-full .tn-header {
		padding: 10px;
	}

	.tn-header-full .tn-header .tn-logo {
		margin: 0;
	}

	.tn-header-full .tn-header .tn-logo img {
		width: 140px;
		height: auto;
	}

  /* Drop Items */
	.menu .tn-main-r, .menu .tn-menuright {
		display: block;
	}

	.menu .tn-userinfor {
		float: none;
		display: block;
		width: 100%;
		background: #231f20;
		padding: 15px;
		margin: 0;
	}

	.menu .open-active {
		position: absolute;
		top: 0;
		right: 0;
	}

	.menu .tn-main-r {
		float: none;
		width: 100%;
		padding: 15px 15px 20px;
		color: #231f20;
	}

	.menu .tn-menuright {
		float: none;
		width: 100%;
		text-align: center;
		letter-spacing: -4px;
	}

	.menu .tn-menuright li {
		letter-spacing: 0;
		float: none;
		display: inline-block;
	}

	.menu .tn-menuright li a:hover {
		color: #cde03d;
	}

	.menu .tn-menuright li a:hover .tn-ico-help {
		background-image: url(../images/ico-help.png);
	}

	.menu .tn-menuright li a:hover .tn-ico-resource {
		background-image: url(../images/ico-resource.png);
	}

  /* Content */
	.tn-gnav-full .tn-menuright {
		display: none;
	}

	.tn-gnav-full .tn-menu {
		width: 100%;
	}

	.tn-gnav-full .tn-menu .dropdown {
		width: 50%;
		text-align: center;
	}

	.tn-gnav-full .tn-menu .dropdown a {
		font-size: 15px;
		height: 50px;
		line-height: 17px;
		padding: 17px 0;
	}

	.tn-gnav-full .tn-menu .dropdown .font-small {
		display: none;
	}

	.tn-banner-full {
		display: none;
	}

	.tn-title-full {
		padding: 13px 15px;
	}

	.tn-title-full h2 {
		font-size: 20px;
		padding: 0 0 0 55px;
	}

	.tn-title-full h2 .tn-borcycle {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 50%;
		line-height: 40px;
		position: absolute;
		left: 0;
		top: 50%;
		margin: -20px 0 0;
	}
	.tn-main .tn-main-r {
		display: none;
	}
	.tn-main .tn-main-l {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	
	.tn-main .tn-main-l .tn-form-dv .col-xs-9, .tn-main .tn-main-l .tn-form-dv .col-xs-3 {
		float: none;
		width: 100%;
	}

	.tn-main .tn-main-l .tn-form-ul > li > strong {
		display: block;
	}

	.tn-main .tn-main-l .tn-form-ul .checkbox-inline {
		margin: 0;
	}

	.tn-main .tn-main-l .tn-form-ul .form-control {
		width: 100% !important;
	}

	.tn-main .tn-main-l .col-xs-8, .tn-main .tn-main-l .col-xs-4 {
		float: none;
		width: 100%;
	}

	.tn-main .tn-main-l button[type="submit"], .tn-main .tn-main-l .btn {
		width: 100%;
		cursor: pointer;
	}
	
	/* Calendar */;
	
	.tn-main #calendar .fc-header td {
		display: inline-block;
		vertical-align: top;
	}

	.tn-main #calendar .fc-header .fc-header-left, .tn-main #calendar .fc-header .fc-header-center {
		width: 50%;
		margin: 0 0 20px;
	}

	.tn-main #calendar .fc-header .fc-header-right {
		white-space: normal;
		width: 100%;
		text-align: center;
	}

	.tn-main #calendar .fc-header .fc-header-right span {
		width: 33%;
	}

	.tn-main #calendar .fc-content-dv {
		padding: 30px 0 20px;
	}

	.tn-main #calendar .fc-content-dv .calendar-info-text {
		float: left;
		width: 40%;
		font-size: 15px;
	}

	.tn-main #calendar .fc-content-dv .calendar-info p {
		float: none !important;
		line-height: 20px !important;
	}

	.tn-main .margintb-sty20 .pull-left {
		float: none !important;
		display: block;
	}
	.tn-main .form-inline select{
		display:block !important;
		width: 100%;
	}
	.tn-main .form-inline select + select {
		margin-top: 10px;
	}

	.tn-footer-full {
		border: none;
		padding: 18px 15px;
	}

	.tn-footer-full .tn-footer-r {
		display: none;
	}
}

@media all and (max-width: 29.99em) {
  /* Products */
	.tn-colpt li {
		width: 50%;
	}

	.tn-colpt li .tn-colpt-dv {
		margin: 0 auto;
	}

	.tn-colpt > li:nth-child(3n+1) {
		clear: none;
	}
}

@media all and (max-width: 20.0525em) {
  /* Products */
	.tn-colpt li .tn-colpt-dv {
		float: left;
	}

	.tn-colpt > li:nth-child(even) .tn-colpt-dv {
		float: right;
	}
}
