@import url(http://fonts.googleapis.com/css?family=Raleway);
body {color: #fff;
font-family: 'Raleway', sans-serif; font-weight:normal;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}
.wapper {
	width: 100%;
}
.main {
	width: 1000px;
	margin: 0 auto;
	height: 100px;
}
.top_bar {
	height: 15px;
	background: #da251c;
	width: 100%;
}
.pic_contact{ width:200px;height:80px;margin-top:7px; float:left; margin-left:13px;float:left;}
.pic_contact h4{ color:#B60100; font-size:14px;}
.pic_contact p{ margin-left:70px; color:#333; font-family:Arial, Helvetica, sans-serif;}
.pic_contact2{ width:200px;height:80px;margin-top:7px; float:left; margin-left:13px;float:left;}
.pic_contact2 h4{ color:#B60100; font-size:14px;}
.pic_contact2 p{ margin-left:70px; color:#333; font-family:Arial, Helvetica, sans-serif;}
#contact_box{width:100%; height:90px;}
#download_brc{width:361px;height:50px;float:right;margin-top:20px;background-color:#DA251C;border-radius:3px;border: 2px solid #B60100;}
#pdf_img{width:32px; height:32px;float:left;margin-top:10px;margin-left:9px;}
#download_brochure{float:right;line-height:50px;margin-right:44%;}
a{color:#FFF;text-decoration:none;}
/*****************Banner******************/
img {
	border: none;
}
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../img/progress.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111 url(../img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
/******************Logo****************/
.logo {
	margin: 10px 0 0 0;
}
/*******Logo Animation*****************/
@-webkit-keyframes fadeInDownBig {
 0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInDownBig {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInDownBig {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.animated.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
	clear: left;
	float: left;
	position: absolute;
	width: 250px;
}
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
.menu {
	width: 643px;
	float: right;
}
.nav ul {
	margin-top: 0;
}
.nav li {
	background: none repeat scroll 0 0 #da251c;
	color: #FFFFFF;
	float: left;
	height: 80px;
	list-style: none outside none;
	margin-right: 7px;
	padding: 10px;
	width: 95px;
	margin-top: -16px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
}
.nav li a {
	text-decoration: none;
	color: #fff;
}
.nav li:hover {
	background: none repeat scroll 0 0 #b40006;
}
.nav li.active {
	background: none repeat scroll 0 0 #b40006;
}
#ic_home {
	width: 52px;
	height: 52px;
	background: url(../images/home_ic.png) no-repeat;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 5px;
}
#ic_2 {
	width: 52px;
	height: 52px;
	background: url(../images/ic_sr.png) no-repeat;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 20px;
}
#ic_3 {
	width: 52px;
	height: 52px;
	background: url(../images/ic_sr1.png) no-repeat;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 5px;
}
#ic_4 {
	width: 52px;
	height: 52px;
	background: url(../images/ic_people.png) no-repeat;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 5px;
}
#ic_5 {
	width: 52px;
	height: 52px;
	background: url(../images/ic_contact.png) no-repeat;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 5px;
}
.content {
	width: 1000px;
	background: url(../images/transprant_box.png) repeat;
	border: 2px solid #da251c;
	padding: 10px;
	float: left;
	margin-top: 150px;
	margin-bottom: 20px;
}
.content h3 {
	font-size: 18px;
	background: #da251c;
	color: #ffffff;
	padding: 8px;
	margin-bottom: 0;
	text-shadow:0px 0px 1px #000;
}
.content p {
	font-size: 14px;
	color: #333333;
	padding: 10px;
	background: #fff;
	margin-top: 0;
}
.content span {
	font-size:40px;
	color: #fff;
}
.cir-logo {
	border-radius: 50% 50%;
	padding: 5px;
	width: 150px;
	height: 150px;
	background: url(../images/iso.png) no-repeat center #ffffff;
	border: 2px solid #da251c;
	margin: -100px auto 0;
	position: relative;
	z-index: 9999;
}
.cir-logo:hover {
	opacity: 0.9;
	background: url(../images/iso.png) no-repeat center #ddd;
}
.left_box {
	width: 450px;
	margin-right: 20px;
	border: 2px solid #da251c;
	border-radius: 5px;
	margin-top: -64px;
	float: left;
	background: #FFF;
}
.left_box h3 {
	padding: 5px;
	font-size: 16px;
	text-align: left;
	background: #da251c;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #000;
}
.left_box p {
	text-align: justify;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
}
.left_box span {
	text-align: justify;
	font-size: 14px;
	color: #da251c;
}
/*******************image*****************************************/
.right_box {
	width: 450px;
	border: 2px solid #da251c;
	border-radius: 5px;
	margin-top: -64px;
	float: right;
	background: #FFF;
}
.view-seventh img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-seventh .mask {
	background-color: #da251c;
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.view-seventh h2 {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-seventh p {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
	-webkit-transform: rotate(720deg) scale(0);
	-moz-transform: rotate(720deg) scale(0);
	-o-transform: rotate(720deg) scale(0);
	-ms-transform: rotate(720deg) scale(0);
	transform: rotate(720deg) scale(0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-seventh:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px) rotate(0deg);
	-moz-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	-ms-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.view-seventh:hover h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.view-seventh:hover p {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.view-seventh:hover a.info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.view {
	margin: 6px;
	float: left;
	border: 3px solid #ddd;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}
.view .mask, .view .content {
	height: 300px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
/************************about******************************/
.about_banner {
	background: url(../images/new_about_banner.jpg) no-repeat center;
	width: 1000px;
	height: 200px;
	margin-top: -65px;
	border: 1px solid #DA251C;
}
.client_banner {
	background: url(../images/client_banner.jpg) no-repeat center;
	width: 1000px;
	height: 200px;
	margin-top: -65px;
	border: 1px solid #DA251C;
}
.contact_banner {
	width: 1000px;
	height: 200px;
	margin-top: -65px;
	border: 1px solid #DA251C;
}
.products_banner {
	background: url(../images/products_banner.jpg) no-repeat center;
	width: 1000px;
	height: 200px;
	margin-top: -65px;
	border: 1px solid #DA251C;
}
/************************Clients******************************/
.cl_list {
	width: 100%;
}
.cl_box {
	width: 150px;
	padding: 2px;
	text-align: center;
	background: #DA251C;
	float: left;
	margin: 10px 6px 10px 6px;
}
.cl_box p {
	width: 130px;
	margin-bottom: 0;
	text-align: center;
	background: #333333;
	color: #ffffff;
	height: 31px;
}
/************************Contact******************************/
.contact_box {
	width: 100%;
}
.left_box_1 {
	width: 600px;
	margin-top: 10px;
	float: left;
	background: #FFF;
	padding: 10px;
	border: 1px solid #333;
}
.left_box_1 h3 {
	padding: 5px;
	font-size: 16px;
	text-align: left;
	background: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #000;
}
.left_box_1 p {
	text-align: justify;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
	background: none;
	margin-bottom: -10px;
}
.left_box_1 h4 {
	text-align: justify;
	font-size: 20px;
	color: #da251c;
	margin-bottom: -5px;
	margin-left: 5px;
	margin-top: 10px;
}
.left_box_1 a {
	margin-right: 10px;
	font-size: 16px;
	color: #da251c;
}
.left_box_1 span {
	text-align: justify;
	font-size: 20px;
	color: #333333;
	background: #FFF;
}
.right_box_1 {
	width: 350px;
	margin-top: 10px;
	float: right;
	border: 1px solid #333;
	background: #FFF;
	padding: 7px;
}
.right_box_1 h3 {
	padding: 5px;
	font-size: 16px;
	text-align: left;
	background: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 2px #000;
}
.input_unm {
	border: 1px solid #dddddd;
	padding: 5px 0px 7px 42px;
	width: 292px;
	margin: 7px;
	border-radius: 2px;
	background: #FFF;
}
.input_unm_1 {
	border: 1px solid #dddddd;
	padding: 5px 0px 7px 42px;
	width: 292px;
	margin: 7px;
	border-radius: 2px;
	background: #FFF;
}

.btn {
	background: none repeat scroll 0 0 #333333;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 3px;
	margin-left: 7px;
	margin-top: 10px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.btn:hover {
	background: #DA251C;
	cursor: pointer;
}
.btn_bar {
	width: 100%;
	float: left;
}
.right_box_1 a {
	text-align: justify;
	font-size: 14px;
	color: #da251c;
}
/************************Products******************************/
.wrapper {
	position: relative;
	padding: 0 0 50px 0;
}
.topbar {
	position: relative;
	padding: 20px 0;
	float: right;
	margin-right: 20px;
	margin-top: -35px;
}
.back{
	width: 70px;
	height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-23px 0 0 -49px;
	text-align: center;
	color: #999;
	background: #b40006;
	cursor: pointer;
	display: none; line-height:33px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.back:hover{ background:#333333;
}
.topbar h2, .topbar h3 {
	display: inline-block;
	font-weight: 300;
	font-size: 40px;
	width: 49%;
	min-width: 320px;
}
.topbar h2 {
	padding-right: 20px;
	color: #666;
}
.topbar h3 {
	text-align: right;
	padding-left: 20px;
	color: #aaa;
}
.loader {
	left: 50%;
	position: absolute;
	margin-left: -120px;
}
.loader i {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-animation: loading 1s linear infinite forwards;
	-moz-animation: loading 1s linear infinite forwards;
	-o-animation: loading 1s linear infinite forwards;
	-ms-animation: loading 1s linear infinite forwards;
	animation: loading 1s linear infinite forwards;
}
.cssanimations .loader span {
	display: none;
}
.no-cssanimations .loader i {
	display: none;
}
.loader i:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.loader i:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.loader i:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.loader i:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.loader i:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
 @-webkit-keyframes loading {
 0% {
 opacity: 0;
 background-color: rgba(255,255,255,0.9);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(0.25) rotate(75deg);
 background-color: rgba(155,155,155,0.9);
}
}
 @-moz-keyframes loading {
 0% {
 opacity: 0;
 background-color: rgba(255,255,255,0.9);
}
 100% {
 opacity: 1;
 -moz-transform: scale(0.25) rotate(75deg);
 background-color: rgba(155,155,155,0.9);
}
}
 @-o-keyframes loading {
 0% {
 opacity: 0;
 background-color: rgba(255,255,255,0.9);
}
 100% {
 opacity: 1;
 -o-transform: scale(0.25) rotate(75deg);
 background-color: rgba(155,155,155,0.9);
}
}
 @-ms-keyframes loading {
 0% {
 opacity: 0;
 background-color: rgba(255,255,255,0.9);
}
 100% {
 opacity: 1;
 -ms-transform: scale(0.25) rotate(75deg);
 background-color: rgba(155,155,155,0.9);
}
}
 @keyframes loading {
 0% {
 opacity: 0;
 background-color: rgba(255,255,255,0.9);
}
 100% {
 opacity: 1;
 transform: scale(0.25) rotate(75deg);
 background-color: rgba(155,155,155,0.9);
}
}
 @media screen and (max-width: 680px) {
.topbar h2, .topbar h3 {
	text-align: left;
	padding: 0;
	display: block;
}
.back {
	left: auto;
	right: 0px;
	margin-left: 0px;
}
}
.container {
	width: 100%;
	position: relative;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: left;
	display: block;
}
/* Demo Buttons Style */
.codrops-demos {
	display: inline-block;
	padding-top: 5px;
	text-align: right;
	width: 50%;
	min-width: 320px;
}
.codrops-demos a {
	display: inline-block;
	margin: 10px 20px 0 0;
	color: #666;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 4px solid transparent;
}
.codrops-demos a:last-child {
	margin-right: 0px;
}
.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}
.codrops-demos a.current-demo, .codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}
.support-note {
	clear: both;
}
.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}
 @media screen and (max-width: 640px) {
.codrops-demos {
	text-align: left;
}
}
.tp-grid {
	list-style-type: none;
	position: relative;
	display: block;
}
.tp-grid li {
	position: absolute;
	cursor: pointer;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.no-js .tp-grid li {
	position: relative;
	display: inline-block;
}
.tp-grid li a {
	display: block;
	outline: none;
}
.tp-grid li img {
	display: block;
	border: none;
}
.tp-info, .tp-title {
	position: absolute;
	background: #fff;
	line-height: 20px;
	color: #333;
	top: 40%;
	width: 75%;
	padding: 10px;
	font-weight: 700;
	text-align: right;
	left: -100%;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1),  5px 0 5px -3px rgba(0,0,0,0.4),  inset 0 0 5px rgba(0,0,0,0.04);
}
.tp-title span {
	font-size: 16px;
	color: #333333;
}
.touch .tp-info {
	left: 0px;
}
.no-touch .tp-info {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.no-touch .tp-grid li:hover .tp-info {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
}
.no-touch .tp-open li:hover .tp-info {
	left: 0px;
}
.tp-title {
	padding: 10px 35px 10px 10px;
	left: 0px;
}
.tp-title span:nth-child(2) {
	color: #aaa;
	padding: 0 5px;
	background: #F7F7F7;
	right: 0px;
	height: 100%;
	line-height: 40px;
	top: 0px;
	position: absolute;
	display: block;
}
.footer {
	background: none repeat scroll 0 0 #DA251C;
	border-top: 2px solid #000;
	float: left;
	height: 45px;
	line-height: 30px;
	margin-top: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 5px;
}
#description { margin-bottom: 40px; padding-bottom: 10px; }

#description p { margin-bottom: 10px; text-align:justify; }
code {background: #f2f2f2; margin-bottom: 20px; display: block; padding: 20px; }	
blockquote p { margin-bottom: 10px;}
blockquote cite {font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; color:#DA251C;}
blockquote {width: 300px;margin: 0 auto;}
#quote_wrap{ background: #fff url(../images/quote-mark.png) no-repeat 4px -2px;padding: 20px; border: 1px solid #edffaf;}
