@font-face {
	font-family: 'Futura';
	src: url('/assets/font/FuturaStd-Condensed.eot');
	src: local('☺'), url('/assets/font/FuturaStd-Condensed.woff') format('woff'), url('/assets/font/FuturaStd-Condensed.ttf') format('truetype'), url('/assets/font/FuturaStd-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.outer-content {
	background: #fff;
}
.services {
	margin-bottom: 0;
}
/* Main design overrides */
.menu {
	background: -moz-linear-gradient(top , #979797, #969696) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top , #979797, #969696) repeat scroll 0 0 transparent;
	background: linear-gradient(top , #979797, #969696) repeat scroll 0 0 transparent;
}
.menu-main li {
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #ACACAC;
}
.motto {
	color: #000000;
}
.page-content {
	width: 650px;
	margin: 0 9px 0 10px;
	padding: 0 9px 0 0;
}

.startups-body {
	background: url("/assets/images/special/startups/startups_bg.jpg") repeat scroll 0 0 transparent;
}
.startups-body .site-header {
	background: none;
}

.form-wrap {
	width: 610px;
	margin: 0 auto;
}
.form-wrap .startups {
	margin: 20px auto 10px;
}
.form-wrap .email {
	width: 400px;
	margin: 0 auto;
}
.form-wrap .email input[type="text"] {
	width: 300px;
	padding: 10px;
}
.form-wrap .email input[type="submit"] {
	padding: 10px 15px;
}
.timer {
	font-size: 30px;
	margin: 20px 0 10px;
	text-align: center;
}
.countdown_section {
	display: inline-block;
	margin: 30px 10px 10px;
	font-size: 20px;
}
.countdown_amount {
	font-size: 56px;
}
.partners {
	margin: 40px auto 0;
	width: 630px;
	text-align: center;
}
.partners h3 {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #BFBFBF;
	padding: 0 0 3px;
	font-size: 24px;
}
.partner {
	display: inline-block;
	margin: 20px 30px;
}
.partner img {
	height: 64px;
}
.extras-bottom {
	position: relative;
	width: 630px;
	margin: 10px auto;
}
.extras-bottom > * {
	vertical-align: bottom !important;
	margin: 0 5px !important;
	height: 21px !important;
}

/* Startups main */
.extras-title, .top-slider h1, .top-slider h2, .rate-title, .startup-rate, .slider-title, .article-title, .startup-tables, th.t-description, th.t-url, .startupTitle h2, .startupTitle span, .startupPopup p .more {
	font-family: 'Futura', sans-serif;
	font-weight: normal;
}
.page-content, .services, .top-slider-image-subtitle, .t-description, .t-url, .method, .startupDescription {
	font-family: Georgia, serif;
}
.slider-title {
	font-size: 18px;
	line-height: 10px;
	padding: 7px 0 11px 10px;
}
.top-slider {
	height: 370px;
	position: relative;
	margin: 0 0 10px 0;
	background: #151515;
}
.top-slider-image-wrap {
	width: 673px;
	height: 370px;
	position: relative;
}
.top-slider-image .image {
	width: 673px;
	height: 370px;
}
.top-slider-image-text {
	background: url("/assets/images/special/startups/top-slider-image-text_background.png");
	position: absolute;
	bottom: 0;
	width: 658px;
	padding: 0 0 0 15px;
	height: 120px;
}
.top-slider-image-text-link {
	display: block;
	text-decoration: none;
}
.top-slider-image-title {
	font-size: 40px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	color: #FFFFFF;
	text-shadow: #070606 2px 2px 2px;
}
.top-slider-image-subtitle {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 24px;
	margin: 10px 0 0 0;
	text-shadow: #070606 2px 2px 1px;
}
.top-slider-image-text:hover .top-slider-image-subtitle {
	color: #FFFFFF;
}
.top-slider-only-title-wrap {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}
.top-slider-only-title {
	padding: 9px 0 0;
}
.top-slider-only-title .title {
	font-size: 20px;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #4D4D4D;
	margin: 0 0 0 10px;
	padding: 0 0 9px 0;
	text-shadow: #070606 2px 2px 2px;
}
.top-slider-only-title:last-child .title {
	border-bottom: 0;
}
.top-slider-only-title .title a {
	color: #FFFFFF;
}
.top-slider-only-title:hover, .top-slider-only-title.active {
	background: url("/assets/images/special/startups/top-slider-text_background-hover.png") 0 50%;
	border-radius: 0 2px 2px 0;
}
.top-slider-only-title:hover .title, .top-slider-only-title.active .title, .top-slider-only-title.active .subtitle {
	color: #FFFFFF;
}

.static {
	overflow: hidden;
}
.static-item {
	padding: 0 3px;
	width: 210px;
	border: 1px dotted #979797;
	float: left;
}
.static-item:last-child {
	border-right: none;
}
.static-item .title {
	font-size: 18px;
	line-height: 24px;
	margin: 7px 0 10px;
	text-align: center;
	font-weight: normal;
}
.static-item .title a {
	color: #000000;
}
.static-item .image {
	width: 206px;
	height: 127px;
	padding: 1px;
	border: 1px solid #969696;
}
.static-item .subtitle {
	font-size: 14px;
	margin: 20px 9px 0;
}
.more {
	background: url("/assets/images/special/startups/more.png") no-repeat scroll 100% 0 transparent;
	display: block;
	padding: 0 40px 0 0;
	height: 20px;
	margin: 0 3px 0 0;
}
.static-item .more {
	float: right;
}
.related-articles {
	border: 1px solid #969696;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.extras-title {
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	margin: 10px;
	background: url("/assets/images/special/startups/related_title_bg.png") repeat-x scroll 0 0 transparent;
}
.extras-title .text {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 0;
}
.page-content ul {
	padding: 0 10px;
}
.extras-content li {
	padding: 3px 0;
	border-bottom: 1px dotted #969696;
	font-size: 14px;
	line-height: 24px;
	list-style-position: inside;
}
.extras-content li:last-child {
	border-bottom: none;
}
.extras-content li a {
	color: #676767;
}
.extras-content li a:hover {
	color: #000000;
}
.related-articles .more {
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin: 4px 10px;
}
.rate {
	border: 1px solid #969696;
	background: #FFFFFF;
	margin: 0 10px 10px;
}
.rate-title {
	border: 1px solid #FFFFFF;
	padding: 9px;
	background: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 24px;
}
.rate-list {
	border-top: 1px solid #969696;
	list-style-type: none;
}
.rate-list li {
	padding: 4px 0;
	margin: 0 7px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #969696;
}
.rate-list li:last-child {
	border-bottom: none;
}
.startup-rate {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: #bfbfbf;
	letter-spacing: 3px;
	padding: 0 3px 0 4px;
	text-align: center;
	display: inline-block;
	width: 28px;
	-moz-box-shadow: 0 0 3px 1px #CFCFCF;
	-webkit-box-shadow: 0 0 3px 1px #CFCFCF;
	box-shadow: 0 0 3px 1px #CFCFCF;
	position: relative;
	top: -1px;
	line-height: 20px;
}
.AAA, .AA {
	background: #FF4C86;
}
.BB, .BBB {
	background: #7FD9DC;
}
.norate {
	background: #FFFFFF;
}
.see-all, .online {
	margin: 0 10px 9px;
	width: 281px;
	height: 113px;
	-moz-box-shadow: 0 0 8px #D0D0D0;
	-webkit-box-shadow: 0 0 8px #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	border-radius: 6px;
}
.online {
	display: block;
	height: 50px;
}
.see-all img {
	display: block;
}

/* Startups Article */
.banner {
	margin: 0 0 30px 0;
}
.services .static {
	margin: 0 10px 10px;
	background: #FFFFFF;
}
.services .static-item {
	width: auto;
	float: none;
	border: 1px solid #4ed2de;
	border-top: none;
	overflow: hidden;
	padding: 0;
}
.services .static-item:first-of-type {
	border: 1px solid #4ed2de;
}
.services .static-item .title {
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #4ed2de;
	font-family: 'Futura', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	background: url(/assets/images/special/startups/startup-static-article-arrow.png) no-repeat 259px center;
}
.services .static-item .title a {
	display: block;
	padding: 5px 11px 5px 10px;
	width: 257px;
	height: 100%;
}
.services .static-item .image {
	width: 111px;
	height: 68px;
	float: left;
	margin: 0 9px 0 0;
}
.services .static-item .subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica;
	color: #868686;
	padding: 10px 10px 16px;
}
.profiles-nav {
	margin: 15px 0 15px 55px;
}
.home {
	background: url("/assets/images/special/startups/home_button.png") no-repeat;
	display: inline-block;
	width: 26px;
	height: 20px;
	vertical-align: sub;
}
.bar {
	background: url("/assets/images/special/startups/related_title_bg.png") repeat-x scroll 0 0 transparent;
	display: inline-block;
	width: 460px;
	height: 20px;
}
.contents-links {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
.contents-left-arrow {
	background: url("/assets/images/special/startups/startup_arrows.png") no-repeat 0 0;
	height: 27px;
	width: 27px;
	display: inline-block;
	margin: 0 15px 0 0;
}
.contents-right-arrow {
	background: url("/assets/images/special/startups/startup_arrows.png") no-repeat 0 -27px;
	height: 27px;
	width: 27px;
	display: inline-block;
}
.shaded {
	opacity: 0.4;
}
.startup-visual {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 390px;
	margin: 0 0 0 -10px;
	width: 673px;
}
.startup-image {
	width: 673px;
	height: 370px;
	margin: 0;
}
.article-text {
	padding: 0 50px 0 55px;
}
.startup-related-wrap {
	padding: 0 40px 0 55px;
}
.article-text p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 25px 0;
}
.article-title {
	font-size: 24px;
	line-height: 42px;
	text-transform: uppercase;
	padding: 0 50px 0 0;
	margin: 0 0 0 55px;
}
.article-subtitle {
	font-size: 18px;
	line-height: 24px;
	color: #646464;
	padding: 0 50px 20px 0;
	border-bottom: 1px dotted #969696;
	margin: 0 0 10px 55px;
	position: relative;
}
.article-text .lead, .article-text .author {
	font-size: 12px;
	line-height: 18px;
	color: #969696;
	margin: 0 0 10px 0;
}
.article-text .author {
	color: #000000;
	margin: 0 0 25px 0;
}
.article-text .author a {
	color: #000000;
}
.article-subtitle .date {
	color: #000000;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.caption {
	text-align: right;
	font-size: 11px;
	color: #969696;
	margin: 0 10px 0 0;
}
.emphasis {
	padding: 10px;
	background: url("/assets/images/site_img/stripped_background.gif") repeat scroll 0 0 #EFEFEF;
	margin: 0 0 20px 0;
}
.emphasis p {
	background: #FFFFFF;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
.startup-social {
	padding: 10px;
	overflow: visible;
}
.startup-social > * {
	display: block;
	margin: 3px 0;
}

.subscribe-button-container {
	margin: 10px;
	background: #215f5e;
}
.subscribe-button, .subscribe-button:link, .subscribe-button:visited {
	background: url(/assets/images/special/startups/subscribe-letter-icon.png) no-repeat 10px center;
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 6px 10px 6px 0;
	text-indent: 50px;
	width: 270px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
}

/* Startup table */
.partners-bar {
	vertical-align: top;
	text-align: left;
	padding: 0 15px 6px;
	display: table-cell;
}
.partners-bar a {
	display: table-cell;
	margin-bottom: 10px;
	height: 52px;
	vertical-align: middle;
	line-height: 82px;
}
.partners-bar .pwc-partner, .partners-bar .rbk-partner {
	float: left;
}

.partners-bar .greenfield-project-partner, .partners-bar .digital-october {
	float: right;
}

/*{
 position: relative;
 top: -10px;
 }*/

.partners-bar img {
	display: inline-block;
}
.startup-tables {
	margin: 0 40px 20px;
	font-size: 18px;
	line-height: 24px;
}
.startup-tables.startup-tabs {
	margin: 50px 40px 30px;
}
.startup-tables .extras-title, .essentials .extras-title, .tables-nav-buttons .extras-title {
	margin: 10px 0;
}

.tables-nav-buttons .extras-bottom {
	margin-bottom: 5px;
	position: absolute;
	/*left: 50px;*/
	top: 18px;
}
.extras-bottom a[class*='pin_it'] {
	top: 2px !important;
}
.startup-tables th, .t-rate, .t-sector, .t-featured {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
.startup-tables th {
	text-align: left;
}
.startup-tables th {
	background: url("/assets/images/special/startups/table_bg.png") repeat-x 0 bottom;
}
.startup-tables th {
	color: #646464;
}
.t-table {
	border-collapse: collapse;
}
.t-rate, .t-sector {
	width: 80px;
	color: #FFFFFF;
}
.t-name {
	width: 208px;
	text-transform: uppercase;
}
.t-name a {
	color: #3B5998;
}
.t-description, .t-url {
	width: 434px;
	font-size: 14px;
	line-height: 16px;
}
th.t-rate, th.t-sector {
	background: #E6E6E6;
	padding: 0 0 0 10px;
	color: #000000;
}
th.t-featured {
	padding: 0 0 0 10px;
}
th.t-description, th.t-url {
	font-size: 18px;
	line-height: 24px;
}
.t-name, .t-description, .t-url {
	padding: 10px 10px 10px 20px;
}
.t-info {
	width: 35px;
}
.t-info a {
	background: url("/assets/images/special/startups/info.png") no-repeat 0 0;
	width: 25px;
	height: 17px;
	display: inline-block;
}
.t-featured {
	width: 97px;
	border-left: 1px dotted #969696;
}
.t-url {
	border-left: 1px dotted #969696;
}
.tables-nav-buttons {
	margin: 10px 40px;
	overflow: hidden;
	vertical-align: bottom;
	position: relative;
}

.nav-home {
	position: absolute;
	top: 30px;
	display: none;
}
.other-list-button {
	float: right;
}
.tables-nav-buttons .other-list-button img {
	width: 284px;
	height: auto;
}
.other-list-button.rate-2013 {
	margin-right: 40px;
}
.startup-tables tr:nth-child(odd) {
	background: #FFFFFF;
}
.startup-tables tr:nth-child(even) {
	background: #F2F2F2;
}
.t-AAA, .t-High-tech, .t-HighTech {
	background: #B8B8B8;
}
.t-LifeScience {
	background: #8F8F8F;
}
.t-AA, .t-IT {
	background: #CFCFCF;
}

.t-AAA {
	background: #8F8F8F;
}
.t-AA {
	background: #ABABAB;
}

.odd .t-A {
	background: #B8B8B8;
}
.even .t-A {
	background: #dddddd;
}
.startup-tables.startup-tabs .odd .t-rate {
	background: #B8B8B8;
}
.startup-tables.startup-tabs .even .t-rate {
	background: #CFCFCF;
}

.startup-tables th.sorting {
	background: url("/assets/images/special/startups/table_bg.png") repeat-x 0 bottom, url("/assets/images/special/startups/sort.png") no-repeat 100% 49% transparent;
}
.startup-tables th.t-rate.sorting, .startup-tables th.t-sector.sorting {
	background: url("/assets/images/special/startups/sort.png") no-repeat 100% 49% #E6E6E6;
}
.startup-tables th.sorting_asc {
	background: url("/assets/images/special/startups/table_bg.png") repeat-x 0 bottom, url("/assets/images/special/startups/ascending.png") no-repeat 100% 49% transparent;
}
.startup-tables th.t-rate.sorting_asc, .startup-tables th.t-sector.sorting_asc {
	background: url("/assets/images/special/startups/ascending.png") no-repeat 100% 49% #E6E6E6;
}
.startup-tables th.sorting_desc {
	background: url("/assets/images/special/startups/table_bg.png") repeat-x 0 bottom, url("/assets/images/special/startups/descending.png") no-repeat 100% 49% transparent;
}
.startup-tables th.t-rate.sorting_desc, .startup-tables th.t-sector.sorting_desc {
	background: url("/assets/images/special/startups/descending.png") no-repeat 100% 49% #E6E6E6;
}
.dataTables_length, .dataTables_filter, .dataTables_info, #startups-rate_paginate, #LIFESCIENCE_table_paginate {
	display: none;
}
.method {
	border: none;
	border-right: 1px dotted #969696;
	margin: 0 0 0 40px;
	width: 440px;
}
.method .image {
	float: left;
	margin: 0 30px 0 0;
}
.method .title {
	text-align: left;
	margin: 0 0 10px 50px;
}
.method .subtitle {
	margin: 0;
}
.method .more {
	display: inline-block;
	margin: 10px 0 0 -21px;
	float: none;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}
/* Popup */
.startupBox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
}
.startupPopup {
	width: 400px;
	position: relative;
	background: #fff;
	padding: 25px 20px 32px 20px;
	margin: 0 auto;
	font-size: 14px;
	top: 20%;
}

.startupTitle {
	padding: 0 0 10px 0;
	clear: both;
}
.startupTitle h2, .startupTitle span, .startupPopup p .more {
	text-transform: uppercase;
}
.startupPopup p .more {
	color: #000000;
	float: left;
	line-height: 20px;
	padding: 0 30px 0 0;
}
.startupTitle h2 {
	padding: 20px 0 14px 0;
	font-size: 21px;
}
.startupTitle span {
	color: #969696;
}
.startupTitle a {
	float: right;
}
.startupDescription {
	border-top: 1px dotted #969696;
	padding: 20px 0 33px 0;
	color: #969696;
}
.closeButton {
	position: absolute;
	left: 423px;
	top: -15px;
	cursor: pointer;
}
.startupTitle .startup-link, .startupTitle .startup-link:link, .startupTitle .startup-link:visited {
	color: #000;
	font-family: Georgia, serif;
}

.startupDescription {
	border-top: 1px dotted #969696;
	padding: 20px 0 33px 0;
	color: #969696;
	font-family: Georgia, serif;
}
/* Essentials */
.essentials {
	width: 540px;
	margin: 40px 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 20px;
}
.essentials td {
	border-bottom: 1px dotted #969696;
	padding: 0 0 5px 0;
}
.e-heading {
	font-size: 12px;
	color: #646464;
	margin: 5px 0;
}
span.e-heading {
	display: inline-block;
	margin: 10px 10px 10px 0;
}
.essentials .e-name, .essentials .e-url {
	font-size: 14px;
	vertical-align: top;
}
.essentials .e-url {
	padding: 0 0 0 10px;
}
.essentials .e-swot, .essentials .e-title, .essentials .e-contacts {
	border-bottom: none;
}
.e-swot-table td {
	border-left: 1px dotted #969696;
	padding: 0 10px 10px 10px;
	vertical-align: top;
}
.e-swot-table td:first-child {
	border-left: none;
}

/*Startup Form*/

.startupForm {
	width: 278px;
	position: relative;
	margin: 0 0 0 10px;
	background: #fff;
}
.startupForm .emailInput .error_list {
	border: 1px solid #4ed2de;
	border-top: none;
	border-bottom: none;
}
.startupForm .error_list {
	padding-top: 5px;
}
.startupForm p {
	text-align: left;
	text-transform: uppercase;
}
.startupForm p:first-of-type {
	color: #fff;
	background: #000;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px 5px;
	font-family: 'Futura', sans-serif;
}
.startupForm .emailInput input {
	color: #b4b3b3;
	font-size: 14px;
	line-height: 24px;
	background: /*url(/assets/images/special/startups/startupFormBackground.png)*/#fff;
	padding: 9px 0 8px 10px;
	border: none;
	display: block;
	width: 266px;
	height: 14px;
	font-family: 'Futura', sans-serif;
	border: 1px solid #4ed2de;
	border-top: none;
}
.startupForm .error_list {
	list-style: none outside none;
	color: #B01016;
	font-size: 12px;
	padding: 5px 0 2px 10px;
	background: #fff;
}
.startupForm textarea {
	width: 256px;
	height: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 18px 10px;
	border: none;
	resize: none;
	color: #868686;
	display: block;
}
.startupForm .startup-form-textarea {
	border: 1px solid #4ed2de;
	border-top: none;
}
.startupForm input[type="submit"] {
	min-width: 64px;
	border: none;
	float: right;
	background: #a63ba9;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 12px;
	margin: 0 1px 1px 0;
	color: #fff;
	border-top: 1px solid #d1d1d1;
	font-family: 'Futura', Arial, sans-serif;
	cursor: pointer;
	text-transform: uppercase;
}
.startupForm .lengthCountBox {
	font-family: Helvetica;
	position: absolute;
	width: 28px;
	height: 19px;
	/*background: url(/assets/images/special/startups/startupLengthCount.png);*/
	right: 5px;
	bottom: 110px;
	color: #b4b3b3;
	font-size: 12px;
	line-height: 18px;
}
.startupForm #lengthCount {
	padding: 0 0 0 4px;
	text-align: center;
}

/*Language change block*/

.startup-languages-change-block {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	position: relative;
	font-family: Futura, sans-serif;
	margin: 3px 0 11px 10px;
}
.startup-languages-change-block p {
	color: #969696;
	padding: 4px 5px 0 0;
	float: left;
}

.startup-languages-change-block .startup-languages-change-list {
	float: left;
}
.startup-languages-change-block .startup-languages-change-list:hover {
	height: auto;
}
.startup-languages-change-block .startup-languages-change-item {
	list-style-type: none;
	color: #fff;
	padding: 4px 11px;
	cursor: pointer;
	border-right: 1px solid #646464;
	float: left;
}
.startup-languages-change-block .startup-languages-change-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #b4b4b4;
}
.startup-languages-change-block .startup-languages-change-item:last-child {
	border: none;
}
.startup-languages-change-block .startup-languages-change-item a:hover {
	color: #000;
}

/*Thank You message*/

#startupThankYou {
	background: #fff;
	display: inline-block;
	padding: 5px;
	width: 267px;
	color: #0D5C00;
}

/*Startup main page*/

.page-content.mainpage {
	border: none;
	margin-bottom: 15px;
	padding-top: 11px;
	border-right: 1px dotted #BFBFBF;
	position: relative;
}

.startup-big-title {
	font-family: 'Futura', Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	color: #fff;
	font-size: 140px;
	line-height: 140px;
	background: url("/assets/images/special/startups/startups_bg.jpg");
	padding: 20px 20px;
	width: 300px;
	text-align: center;
	letter-spacing: -2px;
	height: 142px;
	margin: 20px 20px 30px 20px;
}
.page-content.mainpage .startup-big-title {
	font-family: 'Futura', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 44px;
	line-height: 42px;
	background: url("/assets/images/special/startups/startups_bg.jpg");
	padding: 23px 20px;
	position: relative;
	left: -10px;
	width: 630px;
	margin: 0;
	height: auto;
	text-align: left;
	letter-spacing: 1px;
}

.page-content.mainpage .related-articles {
	margin-top: 0;
	border: none;
	clear: both;
}
.page-content.mainpage .related-articles .extras-content {
	list-style-type: none;
}
.page-content.mainpage .related-articles .extras-content h2 a {
	font-size: 16px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 100;
}
.page-content.mainpage .related-articles .extras-content .subtitle {
	color: #646464;
	line-height: 18px;
	font-size: 14px;
}
.page-content.mainpage .related-articles .extras-content {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.page-content.mainpage .related-articles .extras-content > img {
	width: 110px;
	height: 73px;
	float: left;
	margin: 6px 11px 5px 0;
}

.extras-content.startup .comments img {
	margin: 0;
}

.page-content.mainpage .extras-title {
	display: none;
}
.page-content.mainpage .startup-mainpage {
	display: block;
	margin: 20px 0;
	color: #000000;
	font-size: 24px;
	line-height: 20px;
	background: url("/assets/images/special/startups/related_title_bg.png") repeat-x scroll 0 0 transparent;
}
.page-content.mainpage .startup-mainpage .text {
	background: #FFFFFF;
	padding: 0 10px 0 0;
	font-family: 'Futura', Helvetica, sans-serif;
	text-transform: uppercase;
}

.startup-rating-editions {
	margin: 10px;
	width: 280px;
}
.startup-rating-editions h2 {
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px 5px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Futura', sans-serif;
}
.startup-rating-editions .rating-editions-block {
	border: 1px solid #4ed2de;
	border-top: none;
	height: 135px;
}
.rating-editions-block .rating-editions-link {
	float: left;
	width: 139px;
	font-size: 80px;
	font-family: 'Futura', sans-serif;
	letter-spacing: -4px;
	height: 135px;
}
.rating-editions-block .rating-editions-link:first-of-type {
	line-height: 104px;
	padding: 0 20px 0 10px;
	width: 109px;
}
.rating-editions-link:first-of-type a {
	color: #d3d3d3;
}
.rating-editions-link:last-of-type a {
	color: #000;
	line-height: 164px;
}

/*Top 50 2013*/
a[href='/startups'] img {
	display: block;
}
.top50-static-block {
	margin: 20px 20px 30px 0;
	width: 280px;
	float: left;
}
.top50-static-block h2 {
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px 5px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Futura', sans-serif;
}
.top50-static-block p {
	color: #000;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 10px 10px 11px;
	border: 1px solid #4ED2DE;
	border-top: none;
	height: 126px;
	overflow: hidden;
}

.startup-runing-line {
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin-bottom: 25px;
}
.tables-nav-buttons.rate-of-2013 {
	margin: 0 9px 0 0;
	float: right;
}
.tables-nav-buttons.rate-of-2013 .extras-bottom {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
}

.startup-rating-logo {
	float: left;
	margin: 0 10px 0 0;
}

/*Cocial on startup page*/
.twitter-timeline {
	width: 280px;
	margin: 0 10px;
}
.extras-bottom .IN-widget {
	top: 0 !important;
}
.extras-bottom a[class*="pin_it"] {
	top: 1px !important;
}
.extras-bottom.rate-of-2012 a[class*="pin_it"] {
	top: 4px !important;
}

/*Interactive top block*/

.startup-interactive-blocks {
	width: 650px;
	height: 246px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.startup-interactive-blocks > div {
	float: left;
	margin: 0 1px 1px 0;
	height: auto;
	position: relative;
	z-index: 5;
}
.startup-interactive-blocks > div > img {
	display: block;
}
.startup-interactive-blocks > div > a {
	position: absolute;
	width: 90%;
	height: 100%;
	display: block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 27px;
	font-family: 'Futura', Helvetica, sans-serif;
	padding: 0 5%;
	opacity: 0;
	transition: opacity 0.7s;
}
.startup-interactive-blocks > div > a span {
	background: url(/assets/images/special/startups/startup-carousel-block-arrow.png) no-repeat right center;
	padding-right: 13px;
}
.startup-interactive-blocks > div > a:hover {
	opacity: 1;
}
.startup-interactive-blocks > div > a.hover {
	opacity: 1;
}
.violet-box {
	background: rgba(166,59,169,0.8);
}
.turquoise-box {
	background: rgba(78,210,222,0.8);
}
.darkgreen-box {
	background: rgba(33,95,94,0.8);
}
.mastertag_pic {
	float: left;
	height: 160px;
	margin: 0 16px 20px 0;
	position: relative;
	width: 300px;
}
.mastertag_pic img {
	height: 160px;
	width: 300px;
}
.mastertag_pic_title {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}
.mastertag_pic_title a {
	background: url("/assets/images/site_img/top-slider-image-text_background.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px;
	text-decoration: none;
}

/*Runing line*/
data-tooltip {
	background: red;
}

.instead-of-interactive-blocks {
	width: 650px;
}
.instead-of-interactive-blocks .top-slider-image .image {
	width: 650px;
}
.instead-of-interactive-blocks .top-slider-image-text {
	width: 635px;
}
/*  Incuts  */
.incut {
	background: #F7F7F7;
	border: 1px solid #BFBFBF;
	padding: 10px 10px 0;
	width: 150px;
	font-size: 12px;
	line-height: 16px;
}
.incut h2 {
	font-size: 14px;
	color: #5E5E5E;
}
.i_left {
	float: left;
	margin: 10px 10px 10px 0;
}
.i_right {
	float: right;
	margin: 10px 0 10px 10px;
}
.i_wide {
	width: 460px;
}
.i_left img, .i_right img {
	max-width: 100% !important;
	height: auto !important;
}

.i_wide img {
	max-width: 460px;
}
.mastertag_pic {
	float: left;
	height: 160px;
	margin: 0 16px 20px 0;
	position: relative;
	width: 300px;
}
.mastertag_pic img {
	height: 160px;
	width: 300px;
}
.mastertag_pic_title {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}
.mastertag_pic_title a {
	background: url("/assets/images/site_img/top-slider-image-text_background.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 0 5px;
	text-decoration: none;
}


.fb-comments {
	width: 540px;
	margin: 10px auto 0 !important;
	display: block !important;
}

.startup .subtitle {
	line-height: 18px;
	font-size: 14px;
}