	/*
	Vyapar Seva Pvt. Ltd.
	Version: 3.1
	Author: Vyapar Seva Pvt. Ltd.
	*/
	
	/*basic*/
	* {
	margin: 0;
	padding: 0;
	outline: 0;
	}
	body, html {
	height: 100%;
	}
	body {
	font-size: 11px;
	line-height: 18px;
	font-family: arial, sans-serif;
	color: #737373;
	background-color: #333333;
	min-width: 100%;
	}
	a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	}
	.orange {
	color: #F26A2F;
	}
	h6 {
	color: #F26A2F;
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	}
	h7 {
	color: #666;
	font-family: 'Michroma', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	}
	a:hover {
	text-decoration: none;
	color: #F26A2F;
	}
	a img {
	border: 0;
	}
	a img:hover {
	opacity: 0.3;
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	cursor: pointer;
	}
	a.more {
	color: #2b9208;
	text-decoration: underline;
	padding-left: 11px;
	background: url(images/arr-ico.html) no-repeat 0 5px;
	}
	a.more:hover {
	text-decoration: none;
	}
	input, textarea, select {
	font-size: 12px;
	font-family: arial, sans-serif;
	}
	textarea {
	overflow: auto;
	}
	.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
	}
	.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	}
	.left, .alignleft {
	float: left;
	display: inline;
	}
	.right, .alignright {
	float: right;
	display: inline;
	}
	article, aside, details, footer, header, menu, nav, section {
	display: block;
	}
	.cell {
	width: 990px;
	margin: 0px auto;
	padding-top: 65px;
	-webkit-box-shadow: 0px 1px 5px #1C1C1C;
	-moz-box-shadow: 0px 1px 5px #1C1C1C;
	box-shadow: 0px 1px 5px #1C1C1C;
	}
	.container {
	background: #fff;
	}
	.clear {
	height: 25px;
	width: 100%;
	float: left;
	position: relative;
    }
	.clears {
	display:none;
	}
	section {
	display: block;
	overflow: hidden;
	position: relative;
	}
	
	/*header*/
	#header {
	position: fixed;
	top: 0px;
	background-color: #2C2C2C;
	width: 940px;
	height: 60px;
	padding-top: 12px;
	padding-left: 33px;
	padding-right: 17px;
	z-index:1000;
	}
	#logo {
	width: 81px;
	float: left;
	font-size: 0;
	line-height: 0;
	}
	.theme {
	width: 100px;
	height: 30px;
	position: fixed;
	padding-top:20px;
	right: 10px;
	top: 0px;
	display:block;
	z-index: 10000;
	}
	#logo a {
	width: 224px;
	height: 50px;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -4000px;
	}
	
	/*nenu*/ 	
	#menu-bar {
	width: 531px;
    float: right;
    height: 35px;
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	
	line-height: 100%;
	background: #2C2C2C;
	position: relative;
	top:15px;
	z-index:999;
	}
	#menu-bar li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 20px 0px;
	float: left;
	position: relative;
	list-style: none;
	}
	#menu-bar a {
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 20px;
	}
	#menu-bar .active a, #menu-bar li:hover > a {
	background-image: url(images/arr-menu.png);
	background-repeat: no-repeat;
	color: #F26A2F;
	}
	#menu-bar ul li:hover a, #menu-bar li:hover li a {
	background: none;
	border: none;
	font-weight: bold;
	color: #666;
	}
	#menu-bar ul a:hover {
	background: #F26A2F !important;
	color: #ffffff !important;
	}
	#menu-bar ul .active a{
	background: #F26A2F !important;
	color: #fff !important;
	}
	#menu-bar ul {
	background: #2C2C2C;
	display: none;
	margin: 0;
	padding: 0;
	width: 135px;
	position: absolute;
	top: 34px;
	left: 0;
	-webkit-box-shadow: 1px 1px 3px #2C2C2C;
	-moz-box-shadow: 1px 1px 3px #2C2C2C;
	box-shadow: 1px 1px 3px #2C2C2C;
	}
	#menu-bar li:hover > ul {
	display: block;
	}
	#menu-bar ul li {
	border-bottom: 1px solid #333;
	float: none;
	margin: 0;
	padding: 0;
	}
	#menu-bar ul a {
	padding:10px 0px 10px 15px;
	color:#999999 !important;
	font-size:11px;
	font-style:normal;
	font-family:arial;
	font-weight: normal;
	}
	
	/*slider*/
	.slider-holder {
	position: relative;
	z-index: 5;
	}
	.slider-holder span.slider-b {
	background: url(images/slider-shadow.png) no-repeat 0 2px;
	width: 990px;
	height: 13px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	z-index: 100;
	}
	.slider-holder span.slider-shadow {
	background: url(images/slider-shadow.png) no-repeat 0 0;
	width: 990px;
	height: 13px;
	position: fixed;
	top: 72px;
	z-index: 100;
	display: block;
	}
	.slider {
	width: 990px;
	height: 378px;
	position: relative;
	background: url(images/slide-img.png) no-repeat 0 0;
	}
	.slider-map {
	width: 990px;
	height: 378px;
	position: relative;
	}
	.slider ul.slides {
	list-style: none;
	list-style-position: outside;
	}
	.slider ul.slides li {
	width: 990px;
	height: 378px;
	float: left;
	position: relative;
	overflow: hidden;
	}
	.slider ul.slides li .img-holder {
	width: 741px;
	height: 376px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	.slider ul.slides li .img-holder img {
	width: 741px;
	height: 376px;
	}
	.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 50px 0 0 34px;
	position: absolute;
	left: 80px;
	top: 30px;
	}
	.slider ul.slides li .slide-cnt {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	}
	.slider ul.slides li .slide-cnt p {
	padding: 20px 0px 0px 0px;
	color: #999;
	font-size: 11px;
	padding-bottom: 22px;
	}
	
	/*slider button*/
	.button2 {
	color: #fff;
	padding: 15px 30px 15px 30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	border-bottom: 1px solid #222;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	}
	.button2:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.slider ul.slides li .slide-cnt a.grey-btn {
	max-width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	text-transform:uppercase;
	border-top: 1px solid #f88d5f;
	border-bottom: 1px solid #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.slider ul.slides li .slide-cnt a.grey-btn:hover {
	border-top: 1px solid #525252;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	cursor: pointer;
	}
	.slider ul.slides li .slide-cnt a.grey-btn:active {
	color: #09C;
	border-top: 1px solid #525252;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	cursor: pointer;
	}
	.flex-control-nav {
	left: 480px;
	}
	
	/*main*/
	.main a.m-btn-grey {
	display: none;
	}
	.main {
	padding: 47px 0px 0px;
	background: url(images/main.html) repeat-x 0 0;
	}
	.main h2 {
	font-size: 22px;
	color: #737373;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	}
	.main h3 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Arial', sans-serif;
	font-weight: 500;
	}
	.main h4 {
	font-size: 12px;
	color: #333;
	line-height: 22px;
	padding-bottom: 15px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	.main h5 {
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
	padding-bottom: 15px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	.circle section {
	clear: both;
	padding: 20px 0px 60px 0px;
	}
	.main section {
	clear: both;
	padding: 20px 0px 20px 0px;
	}
	.main ul {
	list-style: none;
	list-style-position: outside;
	}
	.main ul li {
	/* [disabled]padding-bottom: 0px; */
	}
	.main ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}
	.main ul li a:hover {
	text-decoration: none;
	}
	.main .cols {
	padding-left: 0;
	padding-right: 0;
	}
	.main .cols .col {
	width: 197px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px dotted #999;
	margin-left: 40px;
	float: left;
	}
	.main .cols .col:after {
	content:'';
	width: 100%;
	clear: both;
	}
	.main .cols .col + .col {
	padding-left: 0px;
	}
	.main .cols .col img {
	float: left;
	width: 32px;
	height: 32px;
	}
	.main .cols .col-cnt {
	width: 183px;
	float: right;
	}
	.main .post {
	padding-top: 0px;
	padding-left: 40px;
	}
	.main .post .video-holder {
	width: 435px;
	height: 245px;
	float: left;
	margin-right: 20px;
	}
	.main .post h2 {
	padding-bottom: 15px;
	}
	.main .post p {
	padding-bottom: 8px;
	}
	.main .post p strong {
	display: block;
	}
	.main .post-cnt {
	float: left;
	}
	.main .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #EBEBEB !important;
	background: url(images/slider-shadow.png) no-repeat 0px -4px;
	}
	.main .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: -6px;
	}
	.testimonial h2 {
	padding-bottom: 12px;
	}
	.testimonial p {
	padding-bottom: 6px;
	}
	.testimonial p.author {
	text-align: right;
	}
	
	/*socials*/
	.socials {
	height: 49px;
	}
	.twitter {
	height: 25px;
	width: 25px;
	background-image: url(images/Twitter.png);
	float: left;
	margin-right: 5px;
	}
	.twitter:hover {
	background-image: url(images/Twitter2.png);
	cursor: pointer;
	}
	.facebook {
	height: 25px;
	width: 25px;
	background-image: url(images/Facebook.png);
	float: left;
	margin-right: 5px;
	}
	.facebook:hover {
	background-image: url(images/Facebook2.png);
	cursor: pointer;
	}
	.vimeo{
	height: 25px;
	width: 25px;
	background-image: url(images/Vimeo.png);
	float: left;
	margin-right: 5px;
	}
	.vimeo:hover {
	background-image: url(images/Vimeo2.png);
	cursor: pointer;
	}
	.youtube{
	height: 25px;
	width: 25px;
	background-image: url(images/Youtube.png);
	float: left;
	margin-right: 5px;
	}
	.youtube:hover {
	background-image: url(images/Youtube2.png);
	cursor: pointer;
	}
	
	/*tweet*/
	.head_tweet {
	background-color: #0C1212;
	display:block;
	padding: 17px 0px 0px 35px;
	z-index:100;
	height: 40px;
	}
	.headinner {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #999;
	display:block;
	width: 70px; 
	float: left;
	font-weight: normal;
	}
	.footer_tweet {
	z-index:100;
	height: 40px;
	}
	.footer_tweet_icon {
	position:absolute;
	left:0px;
	width:50%;
	display:block;
	}
	.tweet, .query {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #666;
	}
	.tweet ul.tweet_list {
	height:4em;
	overflow-y:hidden;
	}
	.tweet .tweet_list li {
	height: 4em;
	overflow: hidden;
	}
	.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	}
	.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	}
	.tweet_list li a {
	color: #F26A2F;
	}
	.tweet_list li a:hover {
	color: #999;
	}
	.tweet_list li:before {
	content:url(images/tweet_orange.png);
	}
	#footer {
	background-color: #2C2C2C;
	}
	
	/*footer*/
	#footer h2 {
	font-size: 11px;
	color: #999999;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 18px;
	}
	.footer-cols {
	padding: 45px 0px 20px 35px;
	}
	.footer-cols .col {
	float: left;
	width: 195px;
	}
	.footer-cols .col + .col {
	padding-left: 50px;
	float: left;
	font-size:11px;
	width: 200px;
	}
	.map {
	padding-left: 54px;
	margin-right: 35px;
	float: left;
	font-size:11px;
	width: 180px;
	}
	.line {
	font-size: 12px;
	color: #b0b0b0;
	font-family: Georgia;
	font-style: italic;
	}
	.hottest {
	color: #F26A2F;
	font-size: 15px;
	}
	.linetest {
	font-size: 15px;
	color: #b0b0b0;
	font-family: Georgia;
	}
	.hot {
	color: #F26A2F;
	font-size: 12px;
	}
	.hot-orange {
	color: #F26A2F;
	font-size: 12px;
	text-transform: uppercase;
	}
	.socialfoot {
	height: 25px;
	margin-top: 20px;;
	}

	/*form footer*/
	.form input[type="text"], .form input[type="password"], .form textarea {
	background: #333333;
	padding: 8px 10px;
	font-size: 11px;
	border: none;
	width: 175px;
	color: #999999;
	box-shadow: inset 1px 1px 3px #222222;
	border-radius: 2px;
	margin-bottom: 13px;
	}
	.form input, .form input {
	height: 15px;
	}
	.form input[type="submit"] {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
	padding: 0px 20px 2px 20px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-top: 1px solid #525252;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	}
	.form input[type="submit"]:hover {
	color: #222222;
	border-top: 1px solid #f88d5f;
	background: #c45423;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	cursor: pointer;
	}
	.form input[type="submit"]:active {
	color: #09C;
	border-top: 1px solid #f88d5f;
	background: #c45423;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	cursor: pointer;
	}
	.button1 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.button1:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	}
	.button3 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	}
	.button3:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.button-active {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.button-active:hover {
	color: #fff;
	cursor: default;
	}
	
	/*form contact*/
	.formcon input[type="text"], .formcon input[type="password"]{
	background: #EBEBEB;
	padding: 8px 10px;
	font-size: 11px;
	border: none;
	width: 198px;
	margin-right: 5px;
	color: #666666;
	box-shadow: inset 0px 0px 2px #c2c2c2;
	border-radius: 2px;
	margin-bottom: 15px;
	}
	.formcon textarea {
	background: #EBEBEB;
	padding: 8px 10px;
	font-size: 11px;
	border: none;
	width: 650px;
	color: #666666;
	box-shadow: inset 0px 0px 2px #c2c2c2;
	border-radius: 2px;
	margin-bottom: 12px;
	}
	.formcon input, .formcon input {
	height: 20px;
	}
	.formcon input[type="submit"] {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 35px;
	padding: 0px 40px 2px 40px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #f88d5f;
	border-bottom: 0px solid #777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #c45423;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.formcon input[type="submit"]:hover {
	color: #fff;
	border-top: 1px solid #525252;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	cursor: pointer;
	}
	.formcon input[type="submit"]:active {
	color: #09C;
	border-top: 1px solid #525252;
	background: #2c2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #404040, #2c2c2c);
	background: -moz-linear-gradient(top, #404040, #2c2c2c);
	background: -ms-linear-gradient(top, #404040, #2c2c2c);
	background: -o-linear-gradient(top, #404040, #2c2c2c);
	background-image: -ms-linear-gradient(top, #404040 0%, #2c2c2c 100%);
	cursor: pointer;
	}
	.amount input[type="text"], .amount input[type="password"]{
	background: #C5C5C5;
	margin-top: 20px;
	padding: 8px 10px;
	font-size: 11px;
	border: none;
	width: 161px;
	color: #333;
	box-shadow: inset 0px 0px 2px #c2c2c2;
	border-radius: 2px;
	margin-bottom: 15px;
	}
	
	/*footer columns*/
	.footer-cols .col ul {
	list-style: none;
	list-style-position: outside;
	}
	.footer-cols .col ul li {
	color: #7dc33a;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	background: url(images/arrow.png) no-repeat 0 9px;
	padding-left: 12px;
	border-bottom:1px dotted #333333;
	}
	.footer-bottom {
	background-color: #0C1212;
	height: 38px;
	padding-top: 24px;
	padding: 24px 20px 0;
	border-top: 1px solid #262c2c;
	}
	.footer-bottom .footer-nav {
	margin-left: 20px;
	float: left;
	line-height: 11px;
	}
	.footer-bottom .footer-nav ul {
	list-style: none;
	list-style-position: outside;
	}
	.footer-bottom .footer-nav ul li {
	display: inline;
	font-size: 11px;
	color: #9e9e9e;
	border-left: 1px solid #1a1f20;
	padding: 0 11px;
	}
	.footer-bottom .footer-nav ul li.first {
	padding-left: 0;
	border: 0;
	}
	.footer-bottom .footer-nav ul li a {
	color: #5f6261;
	}
	.footer-bottom .footer-nav ul li a:hover, .footer-bottom .footer-nav ul li.active a {
	color: #F26A2F;
	text-decoration: none;
	}
	.footer-bottom p.copy {
	margin-right: 25px;
	float: right;
	line-height: 11px;
	font-size: 11px;
	color: #5f6261;
	}
	.footer-bottom p.copy span {
	padding: 0 11px;
	}
	.footer-bottom p.copy a {
	color: #F26A2F;
	text-decoration: none;
	}
	.footer-bottom p.copy a:hover {
	color: #666;
	text-decoration: none;
	}
	.footer-bottom p.copy strong {
	font-weight: normal;
	}
	
	/*wrapper container*/
	.tt-wrapper {
	padding: 0;
	}
	.tt-wrapper li {
	float: left;
	}
	.tt-wrapper li a {
	display: block;
	width: 166px;
	margin: 0px 30px 7px 0px;
	height: 79px;
	outline: none;
	position: relative;
	background-image: url(images/map.png);
	}
	.tt-wrapper li .tt-gplus {
	background-position: 0px 0px;
	}
	.tt-wrapper li a span {
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -36px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #F26A2F;
	text-align: center;
	border: 1px solid #666;
	background: #333;
	text-indent: 0px;
	border-radius: 2px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	-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;
	}
	.tt-wrapper li a span:before,  .tt-wrapper li a span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
	}
	.tt-wrapper li a span:after {
	bottom: -10px;
	margin-left: -7px;
	border-top: 10px solid #999999;
	}
	.tt-wrapper li a:hover span {
	opacity: 1;
	bottom: 54px;
	}
	ol, ul {
	list-style:none;
	}
	
	/*contact map /adress*/
	#map_canvas {
	width:100%;
	height:376px;
	position:absolute;
	top:0px;
	left:0px;
	background-color: #2C2C2C;
	}
    .adress {
	color: #F26A2F;
    }
    .adress:hover {
	color: #737373;
    }
	.orange {
	color: #F26A2F;
    }
    .hint {
    float: left;
    width: 220px;
    margin: 72px 0px 0px 20px;
    }
    .state {
    position:absolute;
	top: 70px;
	left: 110px;
	color: #B7B6B6;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
    }
    .state1 {
    position:absolute;
	top: 95px;
	left: 110px;
	color: #B7B6B6;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
    }
	.state2 {
    position:absolute;
    width: 350px;
	top: 150px;
	left: 110px;
	color: #B7B6B6;
	font-size: 11px;
	font-family: 'Arial';
	font-weight: normal;
    }
	.state3 {
    position:absolute;
    width: 200px;
    height: 35px;
	top: 240px;
	left: 110px;
	padding: 15px 0px 0px 1px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
    }
	.state4 {
	position:relative;
	width: 250px;
	top: 0px;
	left: 65px;
	text-align: center;
	padding: 20px 15px 20px 20px;
	font-family: 'Arial';
	float: left;
    }
	.month {
	position:relative;
	width: 258px;
	left: 80px;
	text-align: left;
	font-family: 'Arial';
	float: left;
	margin: 10px 30px 0px 0px;
    }
	.state5 {
	position:relative;
	width: 830px;
	display: block;
	text-align: center;
	padding: 20px 80px 30px 80px;
	font-family: 'Arial';
    }
	.state6 {
	position:relative;
	width: 252px;
	height: 150px;
	top: 40px;
	left: 80px;
	margin: 0px 37px 0px 0px;
	float: left;
    }
	.state7 {
	background-image: url(images/t-shadow.png);
	background-repeat:no-repeat;
    background-position: 0px 1px;
	position:relative;
	width: 222px;
	background-color: #F0F0F0;
	top: 40px;
	left: 80px;
	text-align: center;
	margin-right: 37px;
	margin-bottom: 40px;
	padding: 10px 15px 20px 15px;
	font-family: 'Arial';
	float: left;
	border-bottom: 1px dotted #F26A2F;
    }
	.state8 {
	position:relative;
	width: 255px;
	top: 20px;
	left: 80px;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0px 20px 0px;
	font-family: 'Arial';
	float: left;
	border-bottom: 0px dotted #999999;
	}
	.state9 {
	position:relative;
	width: 545px;
	top: 20px;
	left: 115px;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0px 20px 0px;
	font-family: 'Arial';
	float: left;
	border-bottom: 0px dotted #999999;
	}
	.state10 {
	background-image: url(images/t-shadow.png);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	width: 222px;
	background-color: #F0F0F0;
	text-align: center;
	padding: 10px 15px 20px 15px;
	font-family: 'Arial';
	float: left;
	border-bottom: 1px dotted #F26A2F;
    }
	.state_single {
	background-image: url(images/single-slider-shadow.png);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	width: 780px;
	background-color: #F0F0F0;
	text-align: left;
	padding: 20px 20px 25px 20px;
	font-family: 'Arial';
	float: left;
	border-bottom: 1px dotted #F26A2F;
    }
	.state_buy {
	text-align: left;
	font-family: 'Arial';
	border-bottom: 1px dotted #F26A2F;
	color: #999;
    }
	.stateshop {
	position:relative;
	width: 204px;
	height: 122px;
	float: left;
    margin-right: 1px;
    border-bottom:1px dotted #F26A2F;
    }
	.stateform {
	position:relative;
	top:200px;
	margin:0 auto;
	padding: 30px 15px 0px 30px;
	width: 380px;
	height: 250px;
	background-color:#ededed;
	border-bottom:1px dotted #F26A2F;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color:#666666;
	background-image: url(images/plane.png);
	background-repeat: no-repeat;
	background-position: 200px 150px;
    }
    
	/*client*/
	.client1 {
	position:relative;
	width: 840px;
	top: 40px;
	left: 80px;
	text-align: left;
	float: left;
    }
	.jcarousel-skin-tango .jcarousel-container {
	border: 0px solid #999;
	}
	.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
	}
	.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 920px;
	}
	.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
	}
	.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  800px;
	height: 90px;
	margin-left: 75px;
	margin-right: 0px;
	}
	.jcarousel-skin-tango .jcarousel-item {
	width: 200px;
	height: 90px;
	}
	/*client buttons*/
	.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 43px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/next.png) no-repeat 0 0;
	}
	.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background: transparent url(images/next_hover.png) no-repeat 0 0;
	}
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, 
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
	}
	.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/prev.png) no-repeat 0 0;
	}
	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background: transparent url(images/prev_hover.png) no-repeat 0 0;
	}
    .bot {
	height: 27px;
	padding-top: 8px;
	margin-top: 25px;
	}
	
	/*circle team*/
	.ch-item {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
	inset 0 0 0 16px rgba(255,255,255,0.6),  0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	.ch-img-1 {
	background-image: url(../images/adcont/procl1.png);
	}
	.ch-img-2 {
	background-image: url(../images/adcont/procl2.png);
	}
	.ch-img-3 {
	background-image: url(../images/adcont/procl3.png);
	}
	.ch-img-4 {
	background-image: url(../images/adcont/procl4.png);
	}
	.ch-img-5 {
	background-image: url(../images/adcont/procl5.png);
	}
	.ch-img-6 {
	background-image: url(../images/adcont/procl6.png);
	}
	.ch-info-inner {
	padding: 75px 0px 0px 0px;
	color: #CCC;
	text-align: center;
	font-weight: bold;
	width: 190px;
	}
	.ch-info {
	position: absolute;
	background: rgba(51,51,51, 0.95);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	}
	.ch-item:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),  0 1px 2px rgba(0,0,0,0.1);
	cursor: pointer;
	}
	.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}
	.ch-item:hover .ch-info p {
	opacity: 1;
	}
	.ch-grid {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	}
	.ch-grid li {
	width: 190px;
	height: 190px;
	display: inline-block;
	margin: 0px 45px -10px 42px;
	}
	.si-grid-left {
	list-style: none;
	display: block;
	text-align: left;
	width: 240px;
	float: left;
	margin-right: 30px;
	}
	.pagi {
	list-style: none;
	display: block;
	text-align: left;
	width: 200px;
	float: left;
	margin-top: 10px;
	}
	.infoteam {
	width: 32px;
	height: 32px;
	margin: 10px auto;
	position: absolute;
	bottom: 0px;
	right: 10px;
	}
	.info:hover {
	cursor: pointer;
	opacity: 1.0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	}
	.zoom {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	.zoom:hover {
	cursor: pointer;
	opacity: 1.0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out; 
	}
	.info {
	height: 32px;
	width: 32px;
	float: left;
	opacity: 1;
	}
		
	/*filter*/
	.ff-container label {
	position: relative;
	left: 80px;
	float: left;
	margin-right: 5px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	color: #666;
	font-size: 11px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 1px solid #EBEBEB;
	background: #F0F0F0;
	}
	.ff-container label:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.ff-container label.ff-label-type-all {
	border-radius: 2px;
	}
	.ff-container label.ff-label-type-3 {
	border-radius: 2px;
	}
	.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
	.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
	.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
	.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f26a2f), to(#c45423));
	background: -webkit-linear-gradient(top, #f26a2f, #c45423);
	background: -moz-linear-gradient(top, #f26a2f, #c45423);
	background: -ms-linear-gradient(top, #f26a2f, #c45423);
	background: -o-linear-gradient(top, #f26a2f, #c45423);
	background-image: -ms-linear-gradient(top, #f26a2f 0%, #c45423 100%);
	}
	.ff-container input {
	display: none;
	}
	.ff-items {
	position: relative;
	margin: 0px auto;
	float: left;
	}
	.ff-items li img {
	display: block;
	}
	.ff-items li {
	position: relative;
	left: 40px;
	margin: 40px 0px 0px 40px;
	float: left;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	}
	.ff-container input.ff-selector-type-all:checked ~ .ff-items li,
	.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
	.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
	.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3 
	{
	opacity: 1;
	}
	.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
	.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
	.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) 
	{
	opacity: 0.1;
	}
	.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1) span,
	.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2) span,
	.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3) span 
	{
	display:none;
	}
	
	/*slide single portfolio*/
	label, a {
	cursor: pointer;
	text-decoration: none;
	}
	label, #active, img {
	-moz-user-select:none;
	-webkit-user-select:none;
	}
	#slider {
	margin: 0 auto;
	}
	#slide1:checked ~ #slides .inner 
	{
	margin-left:0;
	}
	#slide2:checked ~ #slides .inner 
	{
	margin-left:-100%;
	}
	#slide3:checked ~ #slides .inner 
	{
	margin-left:-200%;
	}
	#slide4:checked ~ #slides .inner 
	{
	margin-left:-300%;
	}
	#slide5:checked ~ #slides .inner 
	{
	margin-left:-400%;
	}
	#overflow {
	width: 100%;
	overflow: hidden;
	}
	article img {
	width: 100%;
	}
	#slides .inner {
	width: 500%;
	line-height: 0;
	}
	#slides article {
	width: 20%;
	float: left;
	}
	#active {
	position: absolute;
	margin: -30px 0px 0px 0px;
	padding-left: 20px;
	width: 200px;
	text-align: left;
	z-index: 100;
	height: 20px;
	}
	#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background:url('images/control-nav.png') no-repeat 0 -15px;
	}
	#active label:hover {
	background:url('images/control-nav.png') no-repeat 0 0px;
	}
	#controls label:hover {
	opacity: 1;
	}
	#slides {
	width: 820px;
	margin: 0 auto;
	}
	#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	.slides-mask-top {
	width: 216px;
	position: absolute;
	z-index: 100;
	}
	.slides-mask-under {
	width: 600px;
	position: absolute;
	z-index: 99;
	height: 376px;
	background-image: url(../images/product/product_one.png);
	}
	.slides-mask-right {
	width: 180px;
	position: absolute;
	background-color: #333;
	right: 85px;
	height: 296px;
	padding: 35px 20px 45px 20px;
	}
	
	/*slide product*/
	#slide1:checked ~ #product .inner {
	margin-left:0;
	}
	#slide2:checked ~ #product .inner {
	margin-left:-100%;
	}
	#slide3:checked ~ #product .inner {
	margin-left:-200%;
	}
	#slide4:checked ~ #product .inner {
	margin-left:-300%;
	}
	#product .inner {
	width: 500%;
	line-height: 0;
	}
	#product article {
	width: 20%;
	float: left;
	}
	#product {
	width: 600px;
	margin-left: 85px;
	background-color: #e0e0e0;
	}
	#product .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	
	/*price table*/
	.price_table {
	margin: 20px auto;
	width: 810px;
	}
	.price_table .align_center {
	text-align: center;
	}
	.price_table .pack-title {
	font-family: 'Michroma', arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	margin-top:10px;
	}
	.price_table .price {
	font-family: 'Michroma', sans-serif;
	font-size: 25px;
	color: #F26A2F;
	margin:30px 0px 20px 0px;
	}
	.price_table .time {
	font-size: 11px;
	color: #999;

	text-transform: uppercase;
	}
	.price_table .column_1 .header_row_1 {
	height: 45px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	background: #F26A2F;
	}
	.price_table .column_1 .header_row_2 {
	height: 100px;
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid #fff;
	background: #333
	}
	.price_table .column_1 .header_row_3 {
	height: 100px;
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid #fff;
	background: #3B3A3A;
	}
	.price_table .column_1 {
	height: 100%;
	float: left;
	width:270px;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-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;
	}
	.price_table .column_1:hover {
	position: relative;
	z-index: 100;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px, -15px);
	-moz-transform: translate(-5px, -15px);
	-o-transform: translate(-5px, -15px);
	-ms-transform: translate(-5px, -15px);
	transform: translate(0px, -7px);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	}
	.price_table .row_style_1,  .price_table .row_style_2,  .price_table .row_style_footer_1,  .price_table .row_style_footer_2 {
	width: 190px;
	height: 10px;
	padding: 50px 0px 0px 80px;
	float: left;
	}
	.price_table .row_style_footer_1, .price_table .row_style_footer_2 {
	width: 270px; 
	padding: 50px 0px 50px 0px;
	text-align: center;
	border-bottom: 1px dotted #F26A2F;
	}
	.price_table .row_style_1, .price_table .row_style_footer_1 {
	background-color: #F8F8F8;
	} 
	.price_table .row_style_2, .price_table .row_style_footer_2 {
	background-color: #F1F1F1;
	}
	.price_table .row_style_1 span, .price_table .row_style_2 span {
	position:relative;
	font-size:11px;
	}
	.price_table .row_style_1 span:before, .price_table .row_style_2 span:before {
	background: url("images/yes.png") no-repeat 0 0;
	width: 20px;
	height: 20px;
	left: -30px;
	position: absolute;
	top: -1px;
	content: "";
	}
	.price_table .no-option span:before {
	background: url("images/no.png") no-repeat 0 0;
	width: 20px;
	height: 20px;
	left: -30px;
	position: absolute;
	top: -1px;
	content: "";
	}
	
	/*skills*/
	.skill {
	position:relative;
	left: 80px;
	margin: 10px 30px 0px 0px;
	float: left;
	bottom: 10px;
    }
	.pro-on {
	overflow: hidden;
	padding: 5px 0px 10px 0px;
	}
	.progress {
	overflow: hidden;
	width: 257px;
	}
	.progress-val {
	float: right;
	margin-left: 10px;
	font: bold 12px/30px Arial, sans-serif;
	color: #666;
	}
	.progress-bar {
	display: block;
	overflow: hidden;
	height: 10px;
	margin: 11px 0;
	background: #b8b8b8;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.5);
	}
	.progress-orange {
	display: block;
	min-width: 8px;
	height: 10px;
	background: #F26A2F;
	border-radius: 5px;
	}
	.progress-blue {
	display: block;
	min-width: 8px;
	height: 10px;
	background: #3AAABE;
	border-radius: 5px;
	}
	.progress-green {
	display: block;
	min-width: 8px;
	height: 10px;
	background: #59BF6A;
	border-radius: 5px;
	}
	.progress-orange:hover, .progress-blue:hover {
	background: #F0EB58;
	cursor:pointer;
	}
	.progress-green:hover {
	background: #B8B8B8;
	cursor:pointer;
	}
	
	/*qote*/
	.mb-qote {
	position: relative;
	left: 80px;
	width: 830px;
	float: left;
	}
	.mb-qote blockquote {
	padding: 30px;
	border-radius: 0px;
	background-color: #F7F7F7;
	}
	.mb-qote blockquote p {
	font-family: 'Gorgia', serif;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-indent: 25px;
	position: relative;
	}
	.mb-qote blockquote p:before {
	content: '\201C';
	font-family: serif;
	font-weight: bold;
	position: absolute;
	font-size: 30px;
	top: 0px;
	left: -25px;
	color: #F26A2F;
	}
	.mb-qote .mb-attribution {
	text-align: right;
	padding: 0px 75px 20px 0px;
	position: relative;
	}
	.mb-qote .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #555555;
	border-radius: 50%;
	background: url(../images/thumbs/qote.jpg) no-repeat center center;
	position: absolute;
	right: -15px;
	bottom: 5px;
	box-shadow: inset 0 0 3px #333, 0 0 1px #666; 
	}
	.mb-qote .mb-author {
	font-family: 'Gorgia', serif;
	font-style: italic;
	font-size: 14px;
	color: #F26A2F;
	}
	
	/*tabs*/
	.ac-container {
	text-align: left;
	width: 830px;
	float: left;
	position: relative;
	left: 80px;
	}
	.ac-container label {
	font-family: Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #999;
	text-transform: uppercase;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold; 
	background-color: #333;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	}
	.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #333;
	color: #F26A2F;
	}
	.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(images/arrow_down.png) no-repeat center center;
	}
	.ac-container input:checked + label:hover:after {
	background-image: url(images/arrow_up.png);
	}
	.ac-container input {
	display: none;
	}
	.ac-container article {
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	}
	.ac-container article p {
	color: #777;
	line-height: 20px;
	font-size: 11px;
	padding: 30px;
	}
	.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	}
	.ac-container input:checked ~ article.ac-small {
	height: 150px;
	}
	.ac-container input:checked ~ article.ac-medium {
	height: 200px;
	}
	.ac-container input:checked ~ article.ac-large {
	height: 220px;
	}
	
	
