body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, pc, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	zoom: 1
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

@font-face {
	/* font-family: cfdincnbbok;
	src: url('assets/fonts/CF_Din_CnBook.ttf'); */
	
	 font-family: 'Roboto', sans-serif;
}

@font-face {
	/* font-family: cfdinbbok;
	src: url('assets/fonts/CF_Din_Book.ttf'); */
	
	 font-family: 'Roboto', sans-serif;
}

* {
	/* font-family: cfdinbbok, sans-serif; */
	
	 font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4 {
	color: #141414;
	font-weight: 700;
	margin: 1em 0 0.35em 0
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.75em
}
h3 {
	font-size: 1.5em
}
h4 {
	font-size: 1.4em
}
h5 {
	font-size: 1.3em
}
h6 {
	font-size: 1.2em
}
small {
	font-size: 0.85em
}
ul li {
	list-style: none
}
ol li {
	list-style: none
}
strong, b {
	font-weight: bold
}
em, i {
	font-style: italic
}
p {
	letter-spacing: 0.06em;
	margin-bottom: 1em;
	text-align: center;
	text-justify: auto;
}

pc {
	letter-spacing: 0.06em;
	margin-bottom: 1em;
	text-align: left;
	text-justify: auto;
}

img, object, embed {
	height: auto;
	max-width: 100%
}
blockquote {
	background: #ef8e80;
	color: #e1e1e1;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 1.250em 1.250em;
	padding: 0.625em 1.250em 1.250em
}
.block-text {
	background: #010305;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 10px 15px;
}
a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	outline: 0
}
a:visited {
	color: #000000
}
a:hover {
	text-decoration: none
}
a:focus, a:active {
	outline: none
}
p a {
	letter-spacing: 0.05em
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #141414
}
a.btn {
	background: #ee4035;
	color: #fff;
	display: inline-block;
	float: left;
	bottom: 0;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin-bottom: 0.625em;
	outline: 0 none;
	padding: 5px 12px;
	width: auto;
	-moz-border-radius: 0.188em;
	-webkit-border-radius: 0.188em;
	border-radius: 0.188em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
a.btn:hover {
	background: #cccccc;
	text-decoration: none;
	color: #000;
}
a.btn:active {
	opacity: 0.9
}

.btn2 {
	background: #2d81c1;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin: 0.625em;
	outline: 0 none;
	padding: 3px 5px;
	width: auto;
	-moz-border-radius: 0.188em;
	-webkit-border-radius: 0.188em;
	border-radius: 0.188em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.btn2:hover {
	background: #91b1fa;
	text-decoration: none
}
.btn2:active {
	opacity: 0.9
}

a.button-full-width {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input, textarea {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	display: block;
	margin: 0;
	margin-bottom: 1.250em;
	outline: none;
	padding: 0.375em 1%;
	width: 100%;
	-moz-border-radius: 0.125em;
	-webkit-border-radius: 0.125em;
	border-radius: 0.125em
}
/*input {
 max-width: 12.500em
 }
 textarea {
 max-width: 25.000em
 }*/
textarea, input, .button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@-webkit-keyframes spin-icon{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-moz-keyframes spin-icon{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-o-keyframes spin-icon{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spin-icon{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	color: #010305;
	font-size: 0.9em;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	width: 100%
}
.container {
	margin: 0 auto;
	width: 96%
}
.hide {
	display: none
}
.center-align {
	text-align: center
}
.text-indent {
	text-indent: -9999px
}
.absolute {
	position: absolute
}
.fa {
	margin: 0px 3px 0
}
.row {
	overflow: hidden
}
.grid .one_four, .grid .two_four, .grid .three_four, .grid .four_four, .grid .one_three, .grid .two_three, .grid .three_three, .grid .one_two, .grid .two_two, .grid .two_third, .grid .one_third {
	background: #ef8e80;
	color: #ffffff;
	height: 3.125em
}
.one_four, .two_four, .three_four, .four_four, .one_three, .two_three, .three_three, .one_two, .two_two, .two_third, .one_third, .single-col {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 1px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.one_four, .two_four, .three_four, .four_four, .one_three, .two_three, .three_three, .one_two, .two_two, .two_third, .one_third, .single-col {
	float: left;
	margin-bottom: 0.625em;
	margin-left: 0%;
	width: 100%
}
.loading-image {
	background: #ffffff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1
}
.loader {
	height: 70px;
	left: 50%;
	margin: -35px 0 0 -35px;
	position: absolute;
	top: 50%;
	width: 80px;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated * {
	animation-duration: 1s;
	animation-fill-mode: both
}
.bg-pic {
	background-color: #303642;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: -1;
	background-position: center; 
}

.ltl-pic {
	background-color: #303642;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1
}
.entry {
	background-position: center center;
	height: 500px;
	background-size: cover;
	position: relative;
	width: 100%
}
.entry-other {
	background-position: center center;
	height: 100px;
	background-size: cover;
	position: relative;
	width: 100%
}
.top-bar {
	background: none repeat scroll 0 0 #2d81c1;
	border-bottom: 2px solid #91B1FA;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.03em;
	min-height: 3px;
	position: relative;
	width: 100%;
	z-index: 2
}
.top-bar p {
	font-size: 0.8em;
	margin: 0;
	padding: 3px 0
}
.main-header {
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1
}
.main-header .webknit-logo {
	float: left;
	margin: 3px 0 0
}
.main-header .mobile-nav {
	color: #052336;
	display: block;
	float: right;
	font-size: 1.3em;
	height: 23px;
	margin-top: 13px
}
.main-header .mobile-nav.open {
	color: #2D81C1
}
.main-header .main-nav {
	background: #010305;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 78px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s
}
.main-header .main-nav.active {
	opacity: 1
}
.main-header .main-nav li {
	display: block;
	margin: 0 5px;
	padding: 10px
}
.main-header .main-nav li a {
	color: #fff;
	font-size: 0.97em;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.main-header .main-nav li a:hover {
	border-bottom: 2px solid #2d81c1;
}

.intro-box {
	height: 80px;
	margin: 210px auto 0;
	position: relative;
	text-align: center;
	width: 174px;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s
}
.intro-box span, .intro-box h2 {
	color: #fff
}
.intro-box span {
	border-bottom: 1px solid #fff;
	display: inline-block;
	font-size: 0.98em;
	letter-spacing: 0.2em;
	margin-bottom: 0em;
	min-width: 164px;
	padding-bottom: 0.5em;
	font-weight: bold;
}

.nobordertitlespan {
	border: none;
	display: inline-block;
	font-size: 0.98em;
	letter-spacing: 0.2em;
	margin-bottom: 0em;
	min-width: 164px;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: white;
}

.intro-box h2 {
	font-size: 3em;
	font-weight: 900;
	margin: 0
}
.please-scroll {
	background: #fff;
	bottom: 0;
	color: #010305;
	display: none;
	position: absolute;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.main-body {
	background: #fff
}
.main-body .page-tab {
	margin: 0 auto;
	position: relative;
	top: -38px
}
.main-body .introduction {
	border-bottom: 1px solid rgba(0,0,0,1); /*old was border-bottom: 1px solid rgba(0,0,0,0.1);*/
	float: none;
	margin: 20px auto 20px; /*old was margin: 20px auto 70px; */
	padding: 0 0 20px; /*old was padding: 0 0 70px;*/
	width: 80%
}
.main-body .introduction .me-circle {
	margin-top: 40px
}
.main-body .key-points {
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	padding: 0px 0 0px;
	text-align: center
}
.main-body .key-points div.testimonial-div {
	background: #fff;
	margin-top: 70px
}
.main-body .key-points div.testimonial-div:first-child, .main-body .key-points div.testimonial-div .first {
	margin-top: 0
}
.main-body .key-points .key-points-icon {
	margin-bottom: 1em;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s
}
.main-body .key-points h3 {
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}
.main-body .key-points p {
	margin: 0 8% ;
	/* old margin: 0 auto 1em;*/
	width: 70%

}
.main-body .key-points .btn {

	float: none;
}
.main-body .key-points-homepage div {
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 0.188em;
	-webkit-border-radius: 0.188em;
	border-radius: 0.188em
}
.main-body .key-points-homepage div:hover {
	/*background: #c4c4c4;*/ /* old was f5f5f5*/
}
.main-body .key-points-homepage div:hover .key-points-icon {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg)
}
.main-body .contact-box {
	background: blue;
	background-size: cover;
	clear: both;
	padding: 150px 0
}

.main-body .inboxother {
	background: blue;
	background-size: 100% auto;
	clear: both;
	padding: 50px 0;
}
.main-body .contact-box .contact-box-white {
	background: #fff;
	opacity: 0.80;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.main-body .contact-box .talk {
	font-weight: 200;
	margin: 0
}
.main-body .contact-box .contact_methods {
	opacity: 1;
	color: #000000;
	margin: 0px auto 0
}
.main-body .contact-box .contact_methods li {
	display: block;
	margin: 20px 0 0px;
	padding: 0px
}
.main-body .contact-box .contact_methods li:first-child {
	margin-top: 0px
}
.main-body .contact-box .contact_methods li a {
	opacity: 1;
	color: #000000;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}
.main-body footer {
	background: rgba(246,246,246,0.5);
	padding: 70px 0
}
.main-body footer img {
	opacity: 0.4
}
.main-body footer h5 {
	color: #c8c8c8;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.main-body footer h5 span {
	display: block;
	font-size: 2.2em;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none
}
.social-footer {
	background: #2D81C1;
	padding: 20px 0
}
.social-footer li {
	color: #FFFFFF;
	font-size: 1.5em;
	list-style: none outside none;
	margin: 0 5px
}
.twitter-share {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 50px 0 0
}
.twitter-share .twitter-share-button {
	margin-top: 50px
}
.page-entry {
	background-color: #303642
}
.main-body .testimonial {
	padding: 0px 0 120px
}
.main-body .testimonial .page-tab {
	top: -70px
}
.main-body .testimonial .testimonial-div {
	border: 1px solid #010305;
	float: none;
	margin: 0 auto 0.625em;
	max-width: 80%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.main-body .testimonial .testimonial-div h3 {
	margin-bottom: 1em
}
.main-body .testimonial .testimonial-div a {
	margin-bottom: 2em
}
.lush-sig {
	font-size: 2em;
	margin: 2em 0 0
}
.work-entry {
	background-color: #cdddec
}
.work-page {
	padding: 0 0 70px;
	position: relative
}
.work-page .work-div {
	position: relative;
	margin-bottom: 50px
}
.work-page .work-div .white-box {
	background: #fff;
	bottom: 0;
	opacity: 1;
	padding: 10px 20px;
	position: relative;
	right: 0;
	visibility: visible;
	width: auto;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s
}
.work-page .work-div .white-box a {
	float: none
}
.work-page .work-div .white-box .close-work {
	color: #2d81c1;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 10px;
	visibility: hidden
}
.work-page .work-div .show-work {
	background: #2D81C1;
	font-size: 1.2em
}
.work-page .work-div .show-work.fa-info-circle {
	margin-right: 15px
}
.work-page .work-div .duties {
	color: #2D81C1;
	font-size: 0.7em;
	letter-spacing: 0.02em;
}
.work-page .work-div .page-tab {
	cursor: pointer;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 150px;
	visibility: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s
}
.work-page .work-div.active .white-box {
	right: 0px
}
.work-page .work-div.active .page-tab {
	opacity: 0
}
.main-body .show-all-work, .main-body .hide-all-work {
	cursor: pointer;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	z-index: 3
}
.main-body .show-all-work.hide-forever, .main-body .hide-all-work.hide-forever {
	visibility: hidden
}
.main-body .hide-all-work {
	left: auto;
	right: 0
}
.about-entry {
	background-color: #e0d885
}
.about .introduction h2 {
	margin-bottom: 1.5em
}
.contributions-entry {
	background-color: #f3b4af
}
.contributions .introduction {
	margin-bottom: 0;
	width: 100%
}
.contributions .contributions-project {
	padding: 100px 0;
	width: 100%
}
.contributions .contributions-project .contributions-project-logo {
	display: inline-block;
	margin-right: 30px
}
.contributions .contributions-project h2 {
	border-bottom: 2px solid rgba(0,0,0,0.1);
	display: inline-block;
	padding-bottom: 0.3em;
	margin-bottom: 1em
}
.contributions .contributions-project .presentation-img {
	padding-top: 20px
}
.contributions .won-project {
	background: url(assets/img/contributions/won-bg.jpg)
}
.contributions .base-project {
	background: #EB7260;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.contributions .base-project h2, .contributions .base-project p, .contributions .base-project a {
	color: #ffffff
}
.contributions .base-project a:hover {
	color: #ffffff;
	text-decoration: underline
}
.contributions .base-project h2 {
	border-bottom: 2px solid #fff
}
.contributions .moustache-project {
	background: url(assets/img/contributions/moustache-bg.jpg)
}
.contributions .moustache-project h2, .contributions .moustache-project p, .contributions .moustache-project a {
	color: #ffffff
}
.contributions .moustache-project a:hover {
	color: #ffffff;
	text-decoration: underline
}
.main-body .work-intro {
	margin-bottom: 50px;
	padding: 0 0 30px
}
.main-body .work-intro img {
	margin-bottom: 1.5em
}
.main-body .single-work {
	padding: 0 0 50px
}
.main-body .single-work .initial-intro {
	margin: 0 auto 70px;
	width: 80%
}
.main-body .single-work .initial-intro .btn {
	float: none;
	margin: 3em auto 0
}
.main-body .single-work .final-say {
	padding-top: 70px
}
.main-body .single-work .final-say img {
	margin: 0 auto
}
.main-body .single-work .final-say h3 {
	margin-bottom: 2em
}
.main-body .single-work .final-say a {
	float: none;
	margin-top: 40px
}
.main-body .browser-img {
	padding: 70px 0 0
}
.main-body .browser-img.bottom-padding {
	padding-bottom: 70px
}
.main-body .browser-img.red {
	background: #f77e76
}
.main-body .browser-img.blue {
	background: #9fb0be
}
.main-body .browser-img.d-blue {
	background: #303642
}
.main-body .browser-img.green {
	background: #8FCF8F
}
.main-body .browser-img.apple-green {
	background: #acd467
}
.main-body .browser-img.darker-green {
	background: #70CAB8
}
.main-body .browser-img.warm-orange {
	background: #E06245
}
.main-body .browser-img.light-green {
	background: #E5EEB7
}
.main-body .browser-img.purple-brown {
	background: #9F7371
}
.main-body .mobile-img img {
	max-width: 300px
}

#vpb_pop_up_background {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	position: fixed;
	z-index: 99999999;
}
#vpb_signup_pop_up_box {
	display: none;
	width: 420px;
	border: solid 1px #000;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	top: 20%;
	right: 30%;
	position: fixed;
	z-index: 9999999999;
}
#vpb_login_pop_up_box {
	display: none;
	width: 420px;
	border: solid 1px #000;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	top: 20%;
	right: 30%;
	position: fixed;
	z-index: 9999999999;
}
.vpb_textAreaBoxInputs {
	min-width: 260px;
	width: auto;
	height: 24px;
	font-size: 12px;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #6CF;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 20px;
}
.vpb_textAreaBoxInputs:focus {
	outline: none;
	border: 1px solid #6CF;
	box-shadow: 0 0 10px #6AB5FF;
	-moz-box-shadow: 0 0 10px #6AB5FF;
	-webkit-box-shadow: 0 0 10px #6AB5FF;
}
.vpb_general_button {
	background-color: #2d81c1;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d81c1),color-stop(100%,#2d81c1));
	background-image: -webkit-linear-gradient(top,#2d81c1,#2d81c1);
	background-image: -moz-linear-gradient(top,#2d81c1,#2d81c1);
	background-image: -ms-linear-gradient(top,#2d81c1,#2d81c1);
	background-image: -o-linear-gradient(top,#2d81c1,#2d81c1);
	background-image: linear-gradient(top,#2d81c1,#2d81c1);
	border: 2px solid #2d81c1;
	box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	min-width: 70px;
	width: auto;
	padding: 9px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 7px;
	text-decoration: none;
	float: left;
	margin-right: 30px;
}
.vpb_general_button:hover {
	background-color: #2d81c1;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d81c1),color-stop(100%,#2dc1b7 ));
	background-image: -webkit-linear-gradient(top,#2d81c1,#2dc1b7 );
	background-image: -moz-linear-gradient(top,#2d81c1,#2dc1b7 );
	background-image: -ms-linear-gradient(top,#2d81c1,#2dc1b7 );
	background-image: -o-linear-gradient(top,#2d81c1,#2dc1b7 );
	background-image: linear-gradient(top,#2d81c1,#2dc1b7 );
	box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.container_hor{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
