/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

.no-js .mainpage .pre, .pre {display:none;}
.mainpage .pre { display:block; position:fixed; top:0px; left:0px; width:100%; height:100%; background:#fff; z-index: 11;}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 14, 2011 */


@font-face {
    font-family: 'Segoe';
    src: url('../fonts/segoerg-webfont.eot');
    src: url('../fonts/segoerg-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/segoerg-webfont.woff') format('woff'),
         url('../fonts/segoerg-webfont.ttf') format('truetype'),
         url('../fonts/segoerg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Segoe';
    src: url('../fonts/segoesb-webfont.eot');
    src: url('../fonts/segoesb-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/segoesb-webfont.woff') format('woff'),
         url('../fonts/segoesb-webfont.ttf') format('truetype'),
         url('../fonts/segoesb-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Segoe';
    src: url('../fonts/segoeit-webfont.eot');
    src: url('../fonts/segoeit-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/segoeit-webfont.woff') format('woff'),
         url('../fonts/segoeit-webfont.ttf') format('truetype'),
         url('../fonts/segoeit-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;

}@font-face {
    font-family: 'SegoeBlack';
    src: url('../fonts/segoeblk-webfont.eot');
    src: url('../fonts/segoeblk-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/segoeblk-webfont.woff') format('woff'),
         url('../fonts/segoeblk-webfont.ttf') format('truetype'),
         url('../fonts/segoeblk-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height:100%; max-width: 1020px; min-width: 100%;
}
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.231; background:#fff; text-transform:uppercase; }
body.dark  {background:#58595B; color: #fff;}
body.light {background:#fff; color: #231F20;}

body, button, input, select, textarea { font-family: Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif;  }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #00FF00; color: #fff; text-shadow: none; }
::selection { background: #00FF00; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #231F20; text-decoration:none; }

.dark a { color: #fff; text-decoration:none; }


/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */

.dark a:visited { color: #fff; }
a:visited { color: #231F20; }

a:hover, a:active { outline: 0; }

a:hover, .dark a:hover {color:#0f0}

a:focus { outline: thin dotted #0f0; }





/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1 {font-size:32px; margin:0;}
h2 {font-size:28px; margin:0;}
h3 {font-size:26px; margin:0;}
h4 {font-size:24px; margin:0;}
h5 {font-size:20px; margin:0;}
h6 {font-size:16px; margin:0;}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin:0; padding:0; list-style:none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
#container {
	position: relative;
	width:964px;
	margin:0 0px 0 40px;
	min-height:100%;
	height:auto !important;
	height:100%;	
}
.page-contacts #container { position:static!important}
.bg {display:none; overflow:hidden;}

.dark .bg { display:block; position:absolute; top:0px; left:0px; width:100%; height:100%;}
.dark .bg img { position:absolute; top:0px; left:0px; width: 100%;}

.half .bg{ display:block; position:absolute; top:0px; left:0px; width:100%; height: 485px; overflow:hidden;}
.half .bg img{ position:absolute; top:0px; left:0px; }

.dark {}
.half {}
.light {}

	  header {padding:35px 0 20px 0; height:145px; position:relative; z-index:10;}
.dark header {height:145px;}
.mainpage.dark header { height:500px;}
.half header { height:450px;}
.dark.page-contacts header { height:60px; padding:35px 0 0 0;}
.page-contacts { min-height:1000px; position:relative;}
.page-contacts .footer-wrap { position:absolute; bottom:0px;}

.main-slider { position:relative; width:100%; height:100%;}
.main-slider .slide-image { position:absolute; top:0px; left:0px; width:100%; height:100%; display:none;}
.main-slider .slide-image.active, .main-slider .slide-image.prev {display:block;}
.main-slider .slide-image img {width:100%;}
.main-slider .text { z-index:5; width:425px; position:absolute; top:215px; left:40px; font-size:25px; font-weight:bold;}

header h1 { font-size:14px; padding:0; margin:0 0 30px 0; font-weight:normal  }
header h1 a { display:block; line-height:1; height:12px; vertical-align:bottom; outline:0;}
header h1 span{ background:#0f0; display:inline-block; width:300px; height:100%; vertical-align:bottom; line-height:14px; margin:0 5px;  }
header h1 a:hover {color:#231F20;}
header h1 a:focus { outline:none;}
.half header {color:#fff;}
.half header a{color:#fff;}

.dark header h1 a:hover, mainpage header h1 a:hover, .half header h1 a:hover{color:#fff;}

.mainpage header h1 { font-size:32px; position:absolute; top:170px; left:0px; margin:0; font-weight:bold;}
.mainpage header h1 a {display:block; line-height:1; height:28px; vertical-align:bottom;}
.mainpage header h1 span{ background:#0f0; display:inline-block; width:170px; height:23px; vertical-align:bottom; line-height:23px; margin:0 5px 4px;  }



header .lang { position:absolute; top:75px; right:0px;}
header .lang li { float:left; width:40px; color:#000;}
header .lang li a {color:#0f0; text-decoration:underline;}

.mainpage header .lang {top:35px;}
.mainpage header .lang li {color:#fff}
.mainpage header .lang li a {color:#0f0;}

.dark header .lang li {color:#fff}
.dark header .lang li a {color:#0f0;}

header nav { height:20px; font-weight:bold; }
header nav ul {}
header nav ul li{ float:left; padding:0 25px 0 0;}
header nav ul li a{}
header nav ul li a:hover{color:#0f0;}
header nav ul li.active a {color:#0f0!important;}


.content {}
.content blockquote { padding:0; margin:0 0 20px 0; font-size:32px}
.content strong, .content b{ font-family: SegoeBlack, Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif; color:#0f0;}
.content h1 { margin:0 0 20px 0;}
.b-textpage ul, .b-textpage ol { padding: 0 0 10px 0;}
.b-textpage ul li { display:block; padding:0 0 10px 1.3em; position:relative; text-indent:-1.3em;}
.b-textpage ol li { list-style:decimal ; margin: 0 0 10px 1.3em; }
.b-textpage p { margin:0 0 20px 0;}
.b-textpage a { color:#0f0; text-decoration:underline;}
.b-textpage a:hover { text-decoration:none;}
.b-textpage ul li{
	//z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '&mdash;&nbsp;'));
}

.b-textpage ul li:before{
	content: "\2014\a0";
}

/*.content ul li:before { content: "— "; font-size:18px; position:absolute;top:0px; left:0px; }*/

.content table { width:100%; margin:0 0 20px 0;}
.content table tr {}
.content table tr td { vertical-align:top; padding:0px 20px 20px 0;}


.b-six_preview { overflow:hidden;  margin:0 0 0 -15px; padding:0 0 50px 0;}
.b-six_preview ul{ padding:0; list-style:none;}
.b-six_preview ul li{ float:left; width:300px; height:310px; margin:0 20px 10px 0;}
.b-six_preview ul li a { display:block;  width:270px; height:280px;  padding: 15px;  }
.b-six_preview ul li h1{ font-weight:normal; margin:0 0 10px; color:#0f0; font-size:22px;/*вообще не было размера шрифта*/}
.b-six_preview ul li .text{font-size:16px; /*22px*/}

.b-six_preview ul li a:hover { background:#0f0; color:#fff;}
.b-six_preview ul li a:hover a {color:#fff;}
.b-six_preview ul li a:hover h1 {color:#000;}


.b-news .b-anounce .unit{ display:none;}
.no-js .b-news .b-anounce .unit { display:block;}
.b-news h1 { margin: 0 0 45px 0;}

.b-anounce {}
.b-anounce ul { margin:0; padding:0; list-style:none;}
.b-anounce ul li { padding:0 0 20px 0;}
.b-anounce time { font-size:16px; font-weight:bold; padding:0 0 15px 0; display:block; color:#0f0;}

.b-anounce .text {font-size:22px; color:#0f0;}
.b-anounce .text a {color:#231F20;}
.b-anounce .text a:hover { color:#0f0;}
.b-anounce .b-social{padding:20px 0 0 ;}

.dark .b-anounce .text a {color:#0f0;}
.dark .b-anounce time { color:#fff;}
.dark .b-anounce .text a:hover { color:#fff;}

.b-news-filter { padding:0 0 45px 0; height:20px; }
.b-news-filter select { display:block; margin:1px; border:1px solid #0f0; border-radius:3px; width:200px;}
.b-news-filter select:hover {border: 2px solid #0f0; margin:0;}
.b-news-filter select:active { margin:0; border: 2px solid #0f0; outline:0;}


.b-portfolio-filter { padding:0 0 45px 0; height:20px; }
.b-portfolio-filter select { display:block; margin:1px; border:1px solid #0f0; border-radius:3px; width:200px;}
.b-portfolio-filter select:hover {border: 2px solid #0f0; margin:0;}
.b-portfolio-filter select:active { margin:0; border: 2px solid #0f0; outline:0;}



/*.b-news .b-anounce .filtered {border:3px solid #0f0;}*/
.b-news-detail .image{ margin:-20px 0 20px;}
.b-news-detail .detail{ position:relative; width:780px;}
.b-news-detail .detail h1{ color:#0f0; font-size:24px; font-weight:bold; margin:0 100px 0 0;}
.b-news-detail .detail time{ font-size:16px; color:#0f0; position:absolute; top:0px; right:0px; font-weight:bold;}
.b-news-detail .detail .text{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#58595B; text-transform:none}
.b-news-detail .detail .b-social { margin:30px 0;}

.back-btn { display:block; float:left; height:21px; line-height:21px; padding:0px 15px 0px 15px; background:#0f0 url(http://bright-capital.com/wf/templates/images/back.png) no-repeat left center; color:#fff!important; font-size:14px; }

.b-social { height:20px;}
.b-social .retweet {float:left; margin:0 10px 0 0;}
.b-social .fb-like {float:left; margin:0 10px 0 0;}


.b-team {}
.b-team ul{ width:100%; margin:0; padding:0}
.b-team ul li{ display:block; float:left; position:relative; background:#000; width:227px; height:227px; list-style:none; margin:0 10px 10px 0; padding:0 ; overflow:hidden;}
.b-team ul li a {display:block; width:227px; height:227px;}
.b-team ul li img {display:block; width:227px; height:227px; -webkit-transition:opacity .2s linear; -moz-transition:opacity .2s linear;	-o-transition:opacity .2s linear; transition:opacity .2s linear;}

.b-team ul li a article.text {  position:absolute; top:227px; left:0px; width:227px; height:227px; }
.b-team ul li a article.text h1{ font-size:20px; font-family: SegoeBlack, Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif; color:#0f0; position:absolute; bottom:55px; left:10px; margin:0; padding:0; }
.b-team ul li a article.text h2{ font-size:15px; position:absolute; top:180px; left:10px;  margin:0; padding:0;}

.cssanimations .b-team ul li a:hover article.text { top:0;}
.cssanimations .b-team ul li a:hover img { opacity:0.5;}
.no-js .b-team ul li a:hover article.text { top:0;}
.no-js .b-team ul li a:hover img { opacity:0.5;}




.b-team-detail {}
.b-team-detail hgroup {}
.b-team-detail hgroup h1{color:#0f0; font-size:32px; font-family: SegoeBlack, Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif; color:#0f0; margin:0 0 0px;}
.b-team-detail hgroup h2{color:#0f0; font-size:32px; margin:0 0 30px; font-weight:normal;}

.b-team-detail .text{ width:315px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff; text-transform:none;}

.b-team-detail .projects { padding:70px 0 0 }
.b-team-detail .projects h3{color:#0f0; font-size:24px; padding:0 0 30px;}
.b-team-detail .projects ul{ list-style:none; font-size:20px; margin:0 0 0 -5px; padding:0;}
.b-team-detail .projects ul li { padding:0 0 5px 0; height:30px;}
.b-team-detail .projects ul li a{ padding:3px 5px; color:#fff;}
.b-team-detail .projects ul li a:hover { color:#fff; background:#0f0; font-weight:bold;  }

.b-projects { overflow:hidden;  margin:0 0 0 -15px; padding:0 0 50px 0;}
.b-projects ul.preview{ padding:0; list-style:none;}
.b-projects ul.preview li{ float:left; width:300px; height:310px; margin:0 20px 10px 0;}
.b-projects ul.preview li a { display:block; padding:15px; width:270px; height:280px;}
.b-projects ul.preview li h1{ font-weight:normal; margin:0 0 10px; color:#0f0; font-size:18px; font-family:SegoeBlack, Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif;}
.b-projects ul.preview li .text{font-size:15px;}

.b-projects ul.preview li:hover { background:#0f0; color:#fff;}
.b-projects ul.preview li:hover a {color:#fff;}
.b-projects ul.preview li:hover h1 {color:#000;}

.b-projects .general { margin:0 0 100px 15px;}
.b-projects .general h1 { font-size:32px;}
.b-projects .general .text {font-size:26px;}

.b-portfolio-detail { position:relative;}
.b-projects .general h1 {font-family:SegoeBlack, Segoe, Segoe UI ,Tahoma, Arial, Verdana, sans-serif; margin: 0 0 15px 0;}
.b-portfolio-detail h1, .b-portfolio-detail h2 { font-size:24px; color:#0f0; font-weight:normal;}
.b-projects h1 {
	margin: 0 0 45px 15px;
}
.b-portfolio-filter {
	margin: 44px 0 20px 15px;
}


.half .b-portfolio-detail .anounce {position:absolute; left:0px; bottom:100%; max-height:330px; overflow:hidden;}
.b-portfolio-detail .anounce{ font-size:36px; color:#0f0; font-weight:normal; margin: 0 0 70px 0; }
.b-portfolio-detail .anounce .anounce-text {}
.b-portfolio-detail .anounce .anounce-text .logo {}

.b-portfolio-detail .text1{ padding:0 0 50px 0;}
.b-portfolio-detail .text2{ padding:0 0 50px 0;}

.b-portfolio-detail .dinamic{ overflow:hidden; min-height:250px;}


.b-portfolio-detail .dinamic .participant{  }
.b-portfolio-detail .dinamic .participant h2{ padding:0 0 20px;}
.b-portfolio-detail .dinamic .participant ul{ white-space:nowrap; }
.b-portfolio-detail .dinamic .participant ul li{width:125px; height:125px; margin:0 10px 10px 0; position:relative; overflow:hidden; display:inline-block; background:#000;}
.b-portfolio-detail .dinamic .participant ul li img{ width:125px; display:block; position:absolute; top:0px; left:0px; -webkit-transition:opacity .2s linear; -moz-transition:opacity .2s linear; -o-transition:opacity .2s linear; transition:opacity .2s linear; opacity:1;}
.b-portfolio-detail .dinamic .participant ul li .name { position:absolute; width:105px; bottom:10px; left:10px; color:#0f0; white-space:normal;}
.b-portfolio-detail .dinamic .participant ul li a { display:block; width:125px; height:125px;}
.cssanimations .b-portfolio-detail .dinamic .participant ul li a:hover img { opacity:0.5; }
.no-js .b-portfolio-detail .dinamic .participant ul li a:hover img { opacity:0.5; }

.b-portfolio-detail .dinamic .investors{ }
.b-portfolio-detail .dinamic .investors h2{padding:0 0 20px;}
.b-portfolio-detail .dinamic .investors ul{  }
.b-portfolio-detail .dinamic .investors ul li{margin:0 10px 10px 0; position:relative; overflow:hidden; display:inline-block;}

.b-portfolio-detail .dinamic.half  .participant { margin:0 30px 0 0 ; float:left;}
.b-portfolio-detail .dinamic.half  .investors {  float:left;}


.b-vacancy .b-vacancy-filter { padding:0 0 20px 0; height:20px; }
.b-vacancy .b-vacancy-filter select { display:block; margin:1px; border:1px solid #0f0; border-radius:3px; width:200px;}
.b-vacancy .b-vacancy-filter select:hover {border: 2px solid #0f0; margin:0;}
.b-vacancy .b-vacancy-filter select:active { margin:0; border: 2px solid #0f0; outline:0;}
.b-vacancy .b-vacancy-filter label{display:inline-block; height:24px; line-height:24px; vertical-align:top; padding:2px 10px 0 0;}
.b-vacancy .b-text p {font-size:15px; width:470px;}
.b-vacancy .b-text a {color:#0f0; text-decoration:underline;}
.b-vacancy .b-text a:hover {color:#0f0; text-decoration:none;}

.b-vacancy li { padding:0 0 10px 0;}
.b-vacancy h1 { overflow:hidden; margin:0 0 0px 0;}
.b-vacancy h1 a {font-size:20px; border-bottom:1px dashed #000; }
.b-vacancy h1 a:hover {border-bottom:1px dashed #0f0;}
.b-vacancy .text { overflow:hidden; padding: 0 0 0 30px ; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#636363; text-transform:none; display:none;}
.b-vacancy .column { float:left; width:30%; padding: 0 3% 0 0}
.b-vacancy li.active h1 a {border-bottom:1px solid #fff; color:#0f0; }
.b-vacancy li.active .text { display:block; }

.b-contacts { position:absolute; top:0px; left:0px; width:100%; height:100%; overflow:hidden;}
.b-contacts .contacts-wrap{ position:absolute; top:50%; left:50%; width:540px;  margin:-155px 0 0 -270px; }
.b-contacts .contacts-text-wrap { position:relative; background:#0f0;  width:540px; z-index:5;}
.b-contacts .contacts-text { padding:20px; color:#000; }
.b-contacts .contacts-text h1 { font-weight:normal; display:inline-block; cursor:pointer; font-size:32px; margin:0 0 15px 0; color:#fff;}
.b-contacts .contacts-text h1.active {font-size:22px; text-decoration:none; border-bottom:1px dashed #fff;}
.b-contacts .contacts-text h2 {font-size:22px; color:#fff; padding:10px 0 15px;}
.b-contacts .contacts-text p { font-size:22px; font-weight:bold; margin:0 0 10px 0;}
.b-contacts .contacts-text a {color:#000; text-decoration:underline;}
.b-contacts .contacts-text a:hover {color:#000; text-decoration:none;}
.b-contacts .contacts-text .openContacts a { position:absolute; top:20px; right:20px; font-size:22px; color:#fff; text-decoration:none; border-bottom:1px dashed #fff;}
.b-contacts .contacts-text .openContacts a.active {font-size:32px; line-height:30px; border-bottom: none;}
.b-contacts .contacts-text b, .b-contacts .contacts-text strong, .b-contacts .contacts-text table td strong {color:#000; font-size:15px; font-family:Segoe, Arial, Helvetica, sans-serif;  }
.b-contacts .contacts-text .contactsTable { display:none}
.b-contacts .contacts-text table { margin:0;}
.b-contacts .contacts-text table td { padding:0 10px 10px 0; font-size:12px;}
.b-contacts .contacts-text table td a { font-size:15px; font-weight:bold;}
.b-contacts .contacts-bg { position:absolute; left: -713px; top: -492px; z-index:2;}
.b-contacts .contacts-dot { width:20px; height:20px; left:-30px; top:-20px; background:#0f0; z-index:5; position:absolute;}
.b-contacts .contacts-gd { position:absolute; z-index:2; top:0px; left:0px; height:350px; width:100%; background:url(http://bright-capital.com/wf/templates/images/gd.png) repeat-x;}

.b-preloader{ display:none;}
/*.page-main .b-preloader { display:block; position:fixed; top:0px; left:0px;  width:100%; height:100%; z-index:1000; font-family:Arial, Helvetica, sans-serif;}
.page-main .b-preloader .text { position:absolute; line-height:1; vertical-align:top; top:50%; left:50%; width:900px; height:44px; margin:-50px 0 0 -450px; color:#000; font-size:60px; font-weight:bold; text-align:center;}
.page-main .b-preloader .text span{ background:#0f0; display:inline-block; width:300px; height:100%; vertical-align:top; line-height:14px; margin:0 5px;  }
.page-main .b-preloader .text b { display:inline-block; vertical-align:top; height:44px; margin:-9px 0 0 0; }
.page-main .b-preloader .preloader_bg { position:absolute; top:0px; left:0px; background:#fff; width:100%; height:100%; }

.no-js .b-preloader{ display:none;}
*/

.footer-blank {
	height:150px;
	clear:both;
}
.footer-wrap {
	position:relative;
	margin-top:-60px;
	height:60px;
	width:100%;
	z-index:5;
}
footer { 
	width:924px;
	margin:0 40px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	line-height:18px;
	vertical-align:middle;
}
footer .madeInOny { position:absolute; top:0px; right:0px; }
footer .facebook, footer .twitter { padding:0 0 0 5px; display:inline-block;width:18px; height:18px; background:url(http://bright-capital.com/wf/templates/images/footer-social-ico.png) 0 0 no-repeat; vertical-align:middle;}
footer .twitter { background-position: 0 -17px;}
footer .copyright img { padding:0 0 0 5px; display:inline-block; vertical-align:middle;}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.debug { display:none; position:fixed; top:0px; left:0px; width:100%; overflow-y:scroll; height:80%; background:rgba(255,255,255,0.95); text-transform:none;}
.debug h1 {color:#424242; padding:0 0 0 20px; font-size:16px;}
.debug .text { padding:10px;}
.debug.showgrid {display:block;}

.debug2 { display:none; position:fixed; bottom:0px; left:0px; width:100%; overflow-y:scroll; height:20%; background:rgba(255,255,255,0.95);text-transform:none;}
.debug2 h1 {color:#424242; padding:0 0 0 20px; font-size:16px;}
.debug2 .text { padding:10px;}
.debug2.showgrid {display:block;}

.loaderLogo { position:absolute; top:50%; left:50%; width:800px; height:30px; margin:-20px 0 0 -400px;   }
.loaderLogo .w1 { position:absolute; top:-7px; height:30px; vertical-align:top; right:100%; font-size:32px; color:#000; font-weight:bold; font-family:Segoe, Arial, Helvetica, sans-serif;}
.loaderLogo .w2 { position:absolute; top:-7px; height:30px; vertical-align:top;  left:100%; font-size:32px; color:#000; font-weight:bold; font-family:Segoe, Arial, Helvetica, sans-serif;}
.loaderLogo .bar { margin:0 30px; position:relative; height:20px;} 

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {

  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  .bg { display:none!important}
  .bg img {display:none!important}
  html body .logo span { background:#0f0!important; border:1px solid #0f0}
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}