#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
font-family: 'PT Sans', sans-serif;
	line-height: 1;
	width:100%;
	z-index:100000000;
	margin:auto;
	border-radius:30px 30px 0px 0px;
}
#cssmenu > ul > li {
	display:inline-block;
	font-size:13px;

}
#cssmenu.align-center > ul {
	font-size: 0;
	
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
	padding:10px 0px;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	margin: 15px 22px 15px 22px;
	letter-spacing: 0.7px;
	font-size: 14px;
	vertical-align: top;
	text-align: right;
	text-decoration: none;
font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}



 @media screen and (min-width:320px) and (max-width:640px) {
	 
	 
 #cssmenu > ul > li > a {
 margin:10px 15px 10px 5px;
 letter-spacing:0.3px;
 font-size: 15px;
 text-align:left;
 text-decoration: none;
 font-family: 'Roboto', sans-serif;
font-weight:500;
 text-transform: uppercase;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
 #cssmenu > ul > li.active > a {
 color: #fff;
 padding-bottom:20PX;
}
}


#cssmenu > ul > li:hover {
	color:#000;
	background-color:#f1f1f1;
}
#cssmenu > ul > li:hover > a {
	color:#b93250;
}
#cssmenu > ul > li.active {
	color:#b93250;
	background-color:#f1f1f1;
}
#cssmenu > ul > li.active> a {
	color:#b93250;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a::after {
 position: absolute;
 top: 5px;
 right: 10px;
 width: 4px;
 height: 4px;
 border-bottom: 1px solid #b93250;
 font-family: 'Roboto', sans-serif;
border-right: 1px solid #b93250;
 content: "";
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: border-color 0.2s ease;
 -moz-transition: border-color 0.2s ease;
 -ms-transition: border-color 0.2s ease;
 -o-transition: border-color 0.2s ease;
 transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
 border-color: #b93250;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
 -webkit-transition: height .2s ease;
 -moz-transition: height .2s ease;
 -ms-transition: height .2s ease;
 -o-transition: height .2s ease;
 transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: auto;
}
#cssmenu ul ul li a {
	padding: 12px 15px 12px 10px;
	width: 200px;
	height:auto;
font-family: 'PT Sans', sans-serif;
	font-size: 14 px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom:1px solid #ccc;
	border-radius:3px;
	text-decoration: none;
	letter-spacing:0.5px;
	text-transform:uppercase;
	color: #000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #9b0000;
	background-color:#f2f2f2;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {


 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 background-color:#fff;
}
 #cssmenu.align-center > ul,  #cssmenu.align-right ul ul {
 text-align: left;
}
 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
}
 #cssmenu > ul > li,  #cssmenu.align-center > ul > li,  #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu ul ul li a {
 padding: 20px 40px 20px 10px;
 font-size: 13px;
 color: #000000;
 background: none;
 text-transform:uppercase;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
 color: #000000;
 background-color:#fff;
}
 #cssmenu ul ul ul li a {
 padding-left: 40px;
}
 #cssmenu ul ul,  #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
 margin-bottom:3px;
}
 #cssmenu #menu-button {
 display: block;
 padding: 15px;
 margin-top:25px;
 color: #000000;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 10px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 15px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 52px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #000000;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #000000;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
 background-color:#fff;
}
}
 @media(max-width:768px) {
 #cssmenu #menu-button {
 display: block;
 padding: 20px;
 color: #000000;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
}
#cssmenu ul li a {
 width:100%;
}
 #cssmenu > ul > li > a {
 letter-spacing:0.3px;
 font-size: 15px;
 text-align:left;
 padding:2PX 3px;
 text-decoration: none;
 font-family: 'Roboto', sans-serif;
font-weight:500;
 text-transform: uppercase;
 color: #000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
 #cssmenu > ul > li.active > a {
 color: #000;
 padding-bottom:20PX;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
 background-color:#fff;
}
}
 @media screen and (min-width:320px) and (max-width:640px) {
 #cssmenu #menu-button {
 display: block;
 padding: 10px;
 margin-top:5px;
 color: #fff;
 cursor: pointer;
 font-size: 15px;
 text-transform: uppercase;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 10px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #fff;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 15px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
}
#cssmenu ul li a {
 width:100%;
}
 #cssmenu > ul > li > a {
 letter-spacing:0.5px;
 font-size: 16px;
 text-align:left;
 text-decoration: none;
 font-family: 'Roboto', sans-serif;
 font-weight:500;
 text-transform: uppercase;
 color: #000000;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #9b0000;
}
}






/*
DEMO 4
*/

.a_demo_four {
	background-color:#c93c5b;
font-family: 'PT Sans', sans-serif;
	font-size:12px;
	letter-spacing:0.2px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
	position:relative;
	padding:5px 6px;
	padding-right:26px;
	background-image: linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -o-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(198,36,71) 0%, rgb(233,98,128) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(198,36,71)),
	color-stop(1, rgb(233,98,128))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #cf3255, 0px 3px 0px 0px #aa1838, 0px 5px 5px #999;
}

.a_demo_four:hover {
	top:3px;
	background-image: linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -o-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(233,98,128) 0%, rgb(198,36,71) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(233,98,128)),
	color-stop(1, rgb(198,36,71))
	);
	-webkit-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #aa1838, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #cf3255, 0px 2px 0px 0px #cc3a5a, 0px 5px 3px #999;
}

.a_demo_four::before {
	background-color:#cf1a42;
	background-image:url(../image/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:16px;
	height:16px;
	position:absolute;
	right:8px;
	top:54%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	-moz-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	-o-box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
	box-shadow: inset 0px 1px 0px #a81031, 0px 1px 0px #c74360;
}

.a_demo_four:hover::before {
	top:54%;
	margin-top:-10px;
	-webkit-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	-moz-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	-o-box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
	box-shadow: inset 0px 1px 0px #e53d62, 0px 3px 0px #9e0f2e, 0px 6px 3px #b01e3e;
}
.specifications .table {
    border-left: none;
    border-right: none;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
  .specifications .table.ptac thead {
    background: #C93C5B;
}

.specifications .table thead {
    background: #EE7524;
    font-weight: bold;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.specifications .table thead td:first-child {
    text-align: left;
}
.specifications .table tbody th {
    border-left: none;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}