.t a:hover { color: #67bbd4; text-decoration: none }
.t h2 { font-size: 32px }
.t h3 { font-size: 28px }
.t .btn,.t a.btn, .t .button, .t a.ui-button, .t .ui-button, .t .make-button, .t a.make-button, .t .CheckoutButton, .t .checkOut, .t .AddPropertyConfirmLink, .t a.ShoppingCartLink, .t a.Printbutton, .t a.ContinueShoppingButton, .t .LoginToSeePrice > a, .t .LinkToPropertyDetail, .t button, .t input[type="submit"], .t input[type="reset"], .t input[type="button"] {
	font-size: 16px;
}
.t button.ui-datepicker-trigger,
.t button.ui-datepicker-trigger:hover,
.t button.ui-datepicker-trigger:active { background-image: url(/Content/Archive/406/calendar-190781.png); background-position: center center }
.t form label, .t .editor-label label { font-size: 16px }
.t .Logo.tCenter { text-align: center }

/*-- Search Button --*/
.t .SearchPadding {  right: 100px; }


/*Contact Page update 04/01/2016
===============================================================================*/
.t .FormPage form { padding: 0px 30px; width: 50%; box-shadow: none; border: 0px; border-left: 1px solid #e7e7e7; margin }
.t .FormPage form .form-group { margin: 0px 0px 20px 0px }
.t .FormPage .formDesc { padding-left: 15px; padding-right: 15px }


/*Menu tablet update 04/01/16
===============================================================================*/
.t .navbar { position: absolute; top: 0px; right: 0px; border: 0px; margin: 0px; min-height: 0px; z-index: 52 }
.t .navbar a { text-decoration: none; position: relative }
.t .navbar-header * { -webkit-transition: all 0.5s; transition: all 0.5s;  }
.t .navbar-brand, .t .cbp-spmenu h3, .t .cbp-spmenu button { display: none }
.t .navbar .navbar-toggle {   
	position: fixed;
	top: 0px;
	right: 0px;
	margin: auto;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	transition: all 0.2s
}
.t .navbar .navbar-toggle.active { right: 240px }
.t .navbar .navbar-toggle .icon-bar { 
	margin: auto;
	width: 60%;
	height: 2px;
	border-radius: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;  
}
.t .navbar .navbar-toggle.collapsed .icon-bar:nth-child(3) { margin: 5px auto }
.t .navbar .navbar-toggle.collapsed .icon-bar { -webkit-transform: rotate(0deg); transform: rotate(0deg); position: relative }
.t .navbar .navbar-toggle.collapsed.active .icon-bar { position: absolute; margin: auto }
.t .navbar .navbar-toggle.collapsed.active .icon-bar:nth-child(3) { opacity: 0; }
.t .navbar .navbar-toggle.collapsed.active .icon-bar:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.t .navbar .navbar-toggle.collapsed.active .icon-bar:nth-child(4) { -webkit-transform: rotate(45deg); transform: rotate(-45deg) }
.t .cbp-spmenu a.cbp-submenu-link,
.t .cbp-spmenu a.cbp-submenu-link2 { position: relative; padding: 0px }
.t .cbp-spmenu a.cbp-submenu-link:before,
.t .cbp-spmenu a.cbp-submenu-link2:before { content: ""; position: absolute; right: 0px;bottom: 0px; width: 58px; height: 45px }
.t .cbp-spmenu a.cbp-submenu-link2:before { height: 40px; }
.t .cbp-spmenu a.cbp-submenu-link .caret,
.t .cbp-spmenu a.cbp-submenu-link2 .caret { top: auto; bottom: 20px }
 /*-- Style up --*/
.t .navbar .navbar-toggle { background: #e7e7e7} /* close */
.t .navbar .navbar-toggle.collapsed .icon-bar { background: #000 } /* close */
.t .navbar .navbar-toggle.active { background: #e7e7e7 } /* open */
.t .navbar .navbar-toggle.collapsed.active .icon-bar { background: #000 } /* open */
/*-- ListMenu --*/
.t .cbp-spmenu { background: #e7e7e7 }
.t .cbp-spmenu > a.cbp-submenu-link { border-bottom: 1px solid rgba(0,0,0,0.1) }
.t .cbp-spmenu > a { padding: 12px 15px; border: 0px; text-decoration: none }
.t .cbp-spmenu > a, .t .cbp-spmenu > a:hover, .t .cbp-spmenu > a:focus, .t .cbp-spmenu > a:active { color: #000; background: #e7e7e7 }
.t .cbp-spmenu > a.active { background: rgba(0,0,0,0.1) }
/*-- Submenu --*/
.t .cbp-submenu { background: rgba(0,0,0,0.05) }
.t .cbp-submenu > a { line-height: 40px; padding: 0px 15px 0px 30px; border: 0px }
.t .cbp-submenu > a, .t .cbp-submenu > a:hover, .t .cbp-submenu > a:focus, .t .cbp-submenu > a:active { color: #000; background: none }
/*-- 3rd menu --*/
.t .cbp-submenu2 { background: rgba(0,0,0,0.05) }
.t .cbp-submenu2 > a { line-height: 40px; padding: 0px 15px 0px 30px; border: 0px }
.t .cbp-submenu2 > a, .t .cbp-submenu2 > a:hover, .t .cbp-submenu2 > a:focus, .t .cbp-submenu2 > a:active { color: #000 }
/*-- submenu arrow --*/
.t .cbp-submenu-link .caret,
.t .cbp-submenu-link2 .caret { 
	position: absolute; 
	right: 25px; 
	top: 0px; 
	bottom: 0px; 
	margin: auto; 
	border: 0px; 
	height: 8px; 
	width: 8px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotateZ(-135deg);
	transform: rotateZ(-135deg);
}/*-- style size --*/
.t .cbp-submenu-link .caret:before, 
.t .cbp-submenu-link .caret:after,
.t .cbp-submenu-link2 .caret:before, 
.t .cbp-submenu-link2 .caret:after { content: ""; display: block; position: absolute; background: #000; }
.t .cbp-submenu-link .caret:before, .t .cbp-submenu-link2 .caret:before { width: 20%; height: 125%; }
.t .cbp-submenu-link .caret:after, .t .cbp-submenu-link2 .caret:after {	width: 125%; height: 20%; }
/* tBig
---------------------------------------*/
.t .tBig .navbar .navbar-toggle { width: 64px; height: 64px; }
.t .tBig .navbar .navbar-toggle .icon-bar { height: 3px }
.t .tBig .navbar .navbar-toggle.collapsed .icon-bar:nth-child(3) { margin: 6px auto }
.t .tBig .navbar .navbar-toggle.collapsed.active .icon-bar:nth-child(3) { margin: auto }


/* Menu Account
---------------------------------------*/
.t .MenuAccount > div > .panel > .panel-heading a { right: 50px }


/* Slide
===============================================================================*/
.t .flexslider .flex-prev { left: 4%; }
.t .flexslider .flex-next { right: 4%; }