/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

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

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

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

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

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

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Remove most spacing between table cells.
 */

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

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2014-1-13, 12:09:04
    Author     : disho
*/

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*HELPER*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2014-1-13, 12:12:04
    Author     : disho
*/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 25px auto 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-viewport {
  margin-bottom: 50px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -25px;
  width: 100%;
  display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url("../i/sprite.png") 0 -1147px no-repeat;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url("../i/sprite.png") 0 -1083px no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 0;
  background: url("../i/sprite.png") 25px -992px no-repeat rgba(0, 0, 0, 0.2);
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("../i/sprite.png") 25px -919px no-repeat rgba(0, 0, 0, 0.2);
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  opacity: .8;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  background: url("../i/topBgr.jpg") top center no-repeat #b8e8ff;
  position: relative;
}

a {
  color: #2aa5d8;
}

a:hover {
  color: #faa933;
}

.bottomBgr {
  background: url("../i/bottomBgr.jpg") bottom center no-repeat #b8e8ff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 689px;
  z-index: -1;
}

.wraper {
  max-width: 1140px;
  min-width: 980px;
  background: white;
  margin: 0 auto;
  padding: 0 30px 30px;
  overflow: hidden;
}

.mainAria {
  margin: 0 220px;
  text-align: left;
}

h2 {
  margin: 0;
  text-align: left;
  font-size: 18.4px;
  padding: 15px 0 0;
  color: #2aa5d8;
  float: left;
  text-transform: uppercase;
}

header {
  text-align: center;
}

aside {
  width: 200px;
  float: left;
  text-align: left;
}

aside.secondary {
  float: right;
}

.preHeader {
  max-width: 1140px;
  min-width: 980px;
  margin: 0 auto;
  height: 190px;
  position: relative;
}

.preHeader .logo {
  background: url("../i/logo.png") no-repeat;
  width: 668px;
  height: 75px;
  position: absolute;
  bottom: 0;
  margin: 0 0 -1px 0;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.preHeader .logo:hover {
  opacity: 0.8;
}

.share {
  background: #e8f8ff;
  bottom: 0;
  padding: 10px 0 10px 20px;
  position: absolute;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: -30px;
}

.share a {
  float: right;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}

.share a:hover {
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  opacity: .8;
}

header {
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: white;
  max-width: 1140px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

footer {
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin: 5px auto 0;
  max-width: 1140px;
  min-width: 980px;
  background: white;
  padding: 20px  30px;
}

.copyright {
  height: 45px;
  text-align: right;
  padding: 5px 0 0 52px;
  font-size: 12px;
  margin: 0 auto;
  width: 462px;
  color: white;
}

.facebook {
  background: url("../i/sprite.png") 0 0 no-repeat;
}

.twitter {
  background: url("../i/sprite.png") 0 -82px no-repeat;
}

.googleplus {
  background: url("../i/sprite.png") 0 -246px no-repeat;
}

.linkedin {
  background: url("../i/sprite.png") 0 -164px no-repeat;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 10px 0;
  color: #2aa5d8;
  background: url(../i/blueHeaderBgr.png);
  border-top: 2px solid #2aa5d8;
}

input[type='text'],
input[type='password'] {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 8px 4px;
  width: 90%;
  margin: 4px 0;
  font-size: 13px;
}

input[type='text']:focus,
input[type='password']:focus {
  border: 1px solid #2aa5d8;
  box-shadow: 0 0 7px -3px #2aa5d8;
}

.button,
.searchBut {
  background: #87c343;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  color: white;
  border: none;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
}

.button:hover,
.searchBut:hover {
  background: #7ab339;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.button:active,
.searchBut:active {
  background: #72a836;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.searchBut,
.searchBut:hover,
.searchBut:active {
  width: 32px;
  height: 30px;
  background-image: url("../i/sprite.png");
  background-position: 6px -502px;
  padding: 0;
  margin: 4px 0 0 -2px;
  text-indent: 999px;
  float: left;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

input.searchField {
  float: left;
  width: 150px;
}

a.slideUp {
  display: block;
  max-width: 1140px;
  min-width: 980px;
  margin: -14px auto 0;
  background: url(../i/collapse.png) no-repeat center -14px white;
  height: 32px;
  padding: 14px 30px;
  text-align: right;
  font-size: 13px;
  color: #eeeeee;
  text-decoration: none;
}

a.slideUp:hover {
  background: url(../i/collapse.png) no-repeat center -94px white;
  color: #c3c3c3;
}

a.slideDown {
  display: block;
  max-width: 1140px;
  min-width: 980px;
  margin: -14px auto 0;
  background: url(../i/collapse.png) no-repeat center -166px white;
  height: 32px;
  padding: 14px 30px;
  text-align: right;
  font-size: 13px;
  color: #eeeeee;
  text-decoration: none;
}

a.slideDown:hover {
  background: url(../i/collapse.png) no-repeat center -246px white;
  color: #c3c3c3;
}

p {
  font-size: 14px;
}

.keywords {
  border-top: 2px solid #2aa5d8;
  margin: 40px 0 0 220px;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  padding: 10px 0;
}

.checkLabel {
  font-size: 13px;
  color: #666666;
  padding: 6px;
}

.lostPsw {
  color: #87c343;
  font-size: 13px;
}

.menu {
  background: #2aa5d8;
  margin: -10px 0 0;
  padding: 10px 2px 10px 15px;
}

.menu li {
  list-style: none;
  padding: 2px 0;
}

.menu li.current a {
  color: #bfe4f2;
}

.menu li ul {
  margin: 0;
  padding: 0 2px;
}

.menu li ul li {
  background: url("../i/sprite.png") 0 -1655px no-repeat;
  padding: 2px 10px;
}

.menu a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.menu a:hover {
  color: #bfe4f2;
}

.loginLink {
  float: right;
  width: 190px;
  text-decoration: none;
  display: none;
}

.carouselIthem img {
  width: 100%;
}

.bxslider {
  padding: 0;
  margin: 0;
}

.bigImage {
  position: relative;
  display: block;
}

.carouselIthem .newsTitle {
  display: block;
  position: absolute;
  padding: 10px;
  background: #2aa5d8;
  border-top: 2px solid white;
  bottom: 30px;
  left: 30px;
  z-index: 20;
  color: white;
  margin-right: 180px;
}

.readMore {
  margin: 0;
  color: #2aa5d8;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  display: block;
}

aside .readMore {
  color: #87c343;
}

.date {
  color: #87c343;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0 5px 0;
}

h4.newsTitle {
  font-size: 14px;
  margin: 0 0 20px 0;
}

h4.newsTitle a {
  text-decoration: none;
}

.twitterWraper iframe {
  width: 100% !important;
}

.feedbackMail {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 40px;
  background: url("../i/sprite.png") 6px -398px no-repeat;
  font-size: 14px;
}

.feedbackMail span {
  font-size: 22px;
  font-weight: bold;
  word-break: break-all;
}

.rssWraper {
  font-size: 13px;
  border-top: 2px solid #eeeeee;
  padding: 20px;
  margin: 20px 0 0 0;
}

.rssWraper .rss {
  text-align: left;
  background: url("../i/sprite.png") 6px -328px no-repeat;
  padding: 6px 0 6px 45px;
  border: none;
  margin: 10px 5px;
  color: #666666;
  text-transform: uppercase;
}

.rssWraper a span {
  color: #faa933;
}

.rssWraper a {
  text-align: center;
  color: #faa933;
  display: block;
  text-decoration: none;
}

.altColor {
  border-top: 2px solid #87c343;
  background: url(../i/greenHeaderBgr.png);
  color: #87c343;
}

.altColor2 {
  border-top: 2px solid #87c343;
  background: url(../i/greenHeaderBgr2.png);
  color: #87c343;
}

.searchForm {
  margin-top: 16px;
}

.recentTweets {
  background: url("../i/sprite.png") 0 -866px no-repeat;
  height: 19px;
  width: 30px;
  display: inline-block;
}

#expandableConttent {
  padding: 30px 0 0 0;
}

#expandableConttent aside h3 {
  margin-top: 0;
}

.euLogo {
  background: url("../i/sprite.png") 0 -1721px no-repeat;
  float: left;
  width: 72px;
  height: 50px;
  display: block;
  margin-right: 10px;
}

.sevenLogo {
  background: url("../i/sprite.png") 0 -1819px no-repeat;
  float: right;
  width: 72px;
  height: 50px;
  display: block;
  margin-left: 50px;
}

footer p {
  color: #000;
  padding: 0 50px;
  text-align:left;
}

.errorContainer {
  background: red;
  color: white;
  padding: 7px 12px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px #75000e;
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.56);
  top: 0;
  position: absolute;
  display: block;
}


#expandableConttent .login_errors {
	font-size:12px;
}

.errorContainer p {
  padding: 0;
  margin: 0;
}

.errorContainer:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: red transparent;
}

.formErrors {
  /*border: 2px solid red !important;*/
}

form {
  background: white;
  position: relative;
}

.articleContent {
  font-size: 15px;
}

.articleContent h1 {
  font-size: 20px;
}

.articleContent h2 {
  font-size: 18px;
}

.articleContent h3 {
  font-size: 16px;
}

.articleContent h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.articleContent p {
  line-height: 160%;
  font-size: 15px;
  text-align: justify;
}

.articleContent ul {
  margin: 0 0 40px;
}

.articleContent li, #storiesByMonth li {
  line-height: 160%;
  margin: 0 0 10px 0;
  list-style: none;
  background: url("../i/sprite.png") 0 -2011px no-repeat;
  padding: 0 0 0 24px;
}

#storiesByMonth ul {
  padding-left:0px;
}

.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h1 {
  color: #333333;
  text-transform: none;
  float: none;
}

.imageLeft {
  float: left;
  margin: 20px 30px 20px 0;
  color: #c3c3c3;
  font-size: 13px;
}

.imageLeft img {
  display: block;
  margin-bottom: 10px;
}

.fullWidthImage {
  width: 100%;
}

.articleContent blockquote {
  margin-bottom: 40px;
  color: #666666;
  font-style: italic;
  position: relative;
}

.articleContent blockquote:before {
  content: " \201D";
  color: #c3c3c3;
  font-style: italic;
  font-size: 50px;
  position: absolute;
  top: -10px;
  left: -35px;
}

.articleContent .print {
  background: url("../i/sprite.png") 0 -1924px no-repeat;
  padding: 13px 0 10px 30px;
  display: block;
  border-top: 2px solid #eeeeee;
  font-size: 13px;
  text-decoration: none;
}

.articleContent .articleDate {
  color: #666666;
  text-transform: uppercase;
  text-align: right;
  display: block;
  border-top: 2px solid #2aa5d8;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 5px;
}

.googleplusSm,
.linkedinSm,
.facebookSm,
.twitterSm {
  width: 16px;
  height: 16px;
  background: url("../i/sprite.png") 0 -1543px no-repeat;
  padding: 0;
  text-indent: 999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.shareThisArticla {
  text-align: right;
  color: #666666;
  font-size: 13px;
}

.linkedinSm {
  background: url("../i/sprite.png") 0 -1477px no-repeat;
}

.facebookSm {
  background: url("../i/sprite.png") 0 -1345px no-repeat;
}

.twitterSm {
  background: url("../i/sprite.png") 0 -1411px no-repeat;
}

h3.push {
  margin-top: 20px;
}

.bigMain {
  margin-right: 0;
}

nav {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  float: left;
  margin-top: 13px;
  width: 100%;
}

nav a {
  padding: 5px 30px;
  text-transform: uppercase;
  color: #87c343;
  border-right: 2px solid #eeeeee;
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

nav a:last-child {
  border-right: none;
}

nav a.current {
  color: #2aa5d8;
}

.buttons a {
  padding: 5px 30px;
  color: #2aa5d8;
  border-right: 2px solid #eeeeee;
  display: inline-block;
  margin: 12px 0 3px 14px;
  font-size: 14px;
  text-decoration: none;
  background: url("../i/sprite.png") 5px -1270px no-repeat;
}

.buttons a:hover {
  opacity: .8;
  color: #faa933;
}

.buttons a:last-child {
  border-right: none;
}

.userProfile {
  width: 150px;
  text-align: right;
  width: 250px;
  font-size: 13px;
  position: absolute;
  right: 30px;
}

.userProfile a {
  padding: 0 10px 2px 0;
  border-right: 1px solid #eeeeee;
  margin: 6px;
  text-decoration: none;
}

.userProfile a:last-child {
  padding: 0 0 2px;
  border-right: none;
  margin: 0;
}

.userProfile p {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.userProfile span {
  border-bottom: 2px solid #2aa5d8;
  position: relative;
  display: inline-block;
  float: right;
  margin: -5px 0 10px 10px;
}

.userProfile span:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 5px;
  height: 5px;
  background: url("../i/sprite.png") 0 -1609px no-repeat;
}

table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}

td {
  border: 1px solid #EEEEEE;
  padding: 4px;
  line-height: 15px;
}

.tableTest {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.tblHeader {
  background: #fff;
}

.mayCloneTable {
  position: absolute;
  border-color: transparent;
}

.invisibleTD {
  visibility: hidden;
  border: 1px solid transparent;
}

.excel {
  background: url("../i/sprite.png") 0 -1208px no-repeat;
  padding-left: 24px;
}

.more {
  margin: 30px 0 0 0;
}

/* paging */
#pagination {
    margin: 50px 0 0 10px;
}

#pagination .page{
    background: url('../i/page.png') no-repeat;
    float: left;
    width: 35px;
    height: 29px;
    margin: 0 3px;
    padding-top: 5px;
    text-align: center;
}
#pagination a {
    font-size: 18px;
    color: #87c343;
    font-weight: bold;
    padding: 5px 10px;
    padding-left: 8px;
    text-align: center;
    text-decoration: none;
}
#pagination .arrow{
    float: left;
    width: 35px;
    height: 29px;
    margin: 0 3px;
    padding-top: 5px;
    text-align: center;
}
#pagination #prev{
    background: url('../i/larrow.png') no-repeat;
}
#pagination #next{
    background: url('../i/rarrow.png') no-repeat;
}
#pagination .arrow a{
    padding: 5px 16px;
}
/* active page */
#pagination .hover{
    background: url('../i/pageHover.png') no-repeat;
    float: left;
    width: 35px;
    height: 29px;
    margin: 0 3px;
    padding-top: 5px;
    text-align: center;
}
#pagination .page:hover {
    background: url('../i/pageHover.png') no-repeat;
    color: #333333;
}
#pagination span {
    float: left;
    color: #10942E;
}

.stories_list .authorpic{
    float: left;
    margin: 0!important;
}
.stories_list .authorpic img{
    padding: 5px 10px 2px 0px;
}

.clear {
    clear: both;
}
.floatRight{
    float: right!important;
}
.floatLeft{
    float: left;
}

.attachments {
    background: #EEEEEE;
    border: 1px solid #C7C7C7; 
    padding: 20px;
    margin-top: 20px;
}

.articleContent .attachments .relelements{
    color: #666666;
    font-size: 16px;
    line-height: 150%;
}
.articleContent .attachments img{
    vertical-align: middle;
    padding-right: 10px;
}

.articleContent .attachments{
    background: #EEEEEE;
    width: 638px;
    border: 1px solid #C7C7C7; 
    padding: 30px;
    margin-top: 20px;
}

.content h2{
	float:none;
}

.madia_page {
	padding-top:20px;
}

.picsleft {
	float:left;
	margin: 0px 10px 0px 0px;
}

.content, .content p {
	font-size:15px !important;
}

/* internal events classes start */
#cal {
    margin-top: -1px;
}

.switchButtons {
    position: absolute;
    margin: 27px 0 0 805px;
    color: #2aa5d8;
}
.switchButtons .input_background {
    float: left;
    height: 31px;
}
.switchButtons .input_background .leftANG{
    background: url('../i/calleft.png') no-repeat;
    width: 5px;
    height: 31px;
}
.switchButtons .input_background .MID{
    background: url('../i/calmid.png') repeat-x;
    width: 80px;
    height: 31px;
    color: #87c343;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    line-height: 180%;
}
.switchButtons .input_background .MID div{
    margin-top: 4px;
}
.switchButtons .input_background .rightANG{
    background: url('../i/calright.png') no-repeat;
    width: 5px;
    height: 31px;
}

.input_background .leftANG{
    background: url(../i/leftInput.png) no-repeat;
    width: 4px;
    height: 32px;
    float: left;
}
.input_background .MID{
    background: url(../i/inputMiddle.png) repeat-x;
	position:relative;
    height: 32px;
    float: left;
}
.input_background .rightANG{
    background: #fff url(../i/rightInput.png) no-repeat;
    width: 2px;
    height: 32px;
    float: left;
}

.fc-header {
	border:0px none !important;
}

.fc-header td {
	border:0px none !important;
}

.fc-header .fc-button {
	margin-bottom:0px;
} 

.fc-content {
	clear:none !important;	
}

#cal {
	font-size:15px;
}

/* event popup start*/

#eventpopup {
    font-size: 13px;
    color: #333333;
    line-height: 120%;
    padding: 5px;
}
#eventpopup a{
    text-decoration: none;
}
#eventpopup tr td{
    padding: 5px 5px;
    padding-left: 60px;
}
#eventpopup tr .first{
    color: #666666;
    padding-left: 20px;
    width: 75px;
}
#eventpopup h2{
    margin: 10px 10px 8px 20px;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #C7C7C7;
}
#eventpopup h2 a{
    color: #0777A0;
    font-size: 18px;
    text-decoration: underline;
    line-height: 140%;
}
#eventpopup #close{
    background: url('../i/windowclose.png');
    position: absolute;
    float: right;
    margin: 0 0 0 470px;
    cursor: pointer;
    float: right;
    width: 10px;
    height: 9px;
}

/* event popup end*/

.browseEventsList, .browseEventsList p {
	font-size:15px;
}

.in_list {
	position:relative;
	padding:11px 0px 35px 0px;
}

/* internal events classes end */

.no_documents {
	padding:20px 0px 0px 0px;
	text-align:center;
}

.menu_login_form form{
	background:none;
}

.showhide_0 {
	display:none;	
}

.showhideonindex_1 {
	display:none;
}

a.slideDown.showhideonindex_1 {
	display:none;
}

.showhideinline_0 {
	display: inline;
}

.showhideinline_1 {
	display: none;
}

.ColsHolder .boxCol {
	width: 230px;
	float: left;
}

#mails .box {
	/*border-top: 1px solid #EDEDED;*/
	color: #666666;
	/*max-height: 300px;*/
	position: relative;
	margin-top: 10px;
}

#mails .leftBox {
	float: left;
}

#mails .rightBox {
	float: left;
	margin-left: 15px;
}

input[type='file'] {
	background: none;
	border: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 2;
}

.rightBox input[type='file'] {
	width:160px;
} 

.files .chose{
	width:159px;
	margin-top: -17px;
	height: 17px;
	overflow: hidden;
}

.input_background input[type="button"] {
	background: url("../i/browsemid.png");
	margin-top: 2px;
	border: medium none;
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	height: 28px;
	margin-left: 3px;
	width: 65px;
	outline: none;
}  

.defButtons:hover, .defButtons:hover, .inputBtn:hover {
	background: #7ab339;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.defButtons, .inputBtn {
	background: #87c343;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	color: white;
	border: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}

.defButtons, .inputBtn {
	line-height: normal;
}

a.mailArchive {
	float: right!important;
}

#mails .title h3, .mail_list .title h3 {
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}

.mail_list #sort {
	width: auto;
}

#sort {
	margin-top: 28px;
	/*width: 720px;*/
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0px;
	margin-left: 3px;
	border-bottom: 2px solid #EDEDED
}

.mail_list #sortBy {
	-ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	margin-left: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 120%;
}

.mail_list #sortBy a {
	border-right: 1px solid #EDEDED;
	padding-right: 5px;
}

#sort a {
	font-size: 12px;
	color: #87c343;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 10px;
	margin-left: 20px;
	text-decoration: none;
}

.mail_list #sort a img {
	margin-bottom: 1px;
	margin-left: 2px;
}
/* library start */
#tabs {
	width: 100%;
	height: 48px;
	margin: 19px 0 0 5px;
	border-bottom: 1px solid #EDEDED;
}

.tab {
	background: #fff url('../i/tabActive.png') bottom right repeat-x;
	margin: 0px 1px;
	float: left;
	border: 1px solid #C7C7C7;
	text-align: center;
	margin-left: 5px;
	padding: 0 12px;
	cursor: pointer;
	border-bottom: none;
	height: 50px;
	color: #87c343;
	font-size: 18px;
	font-weight: bold;
}

#tabHover {
	background: #fff url('../i/tabHover.png') bottom right repeat-x;
	border-top: 3px solid #2aa5d8;
	border-bottom: none;
	color: #2aa5d8;
}

.tab div {
	text-align: center;
	height: 30px;
	padding: 13px 10px 0px 10px;
	margin-left: 0px;
}

#searchTab {
	background: none;
	border: none;
	float: left;
	margin-left: 35px;
}

#searchTab .tab_input {
	background: url('../i/searchFiles.png') no-repeat;
	width: 154px;
	height: 32px;
	margin: 5px 0px 0 0px;
	float: left;
}

.folder-tree-header {
	margin: 20px 0px 0px 0px;
}

.folder-tree-header a {
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	font-size: 13px !important;
}

ul.dhtmlgoodies_tree {
	margin: 0px 0px 0px 30px;
	width: 724px;
	float:left;
}

ul.dhtmlgoodies_tree .file{
	margin-left:5px;
}

#content li {
	margin: 7px 0 0 -10px;
}

#content ul li img {
	vertical-align: middle;
	margin-left: -10px;
	padding-right: 5px;
	margin-left: -6px !important;
}

.dhtmlgoodies_tree li a {
	color: #000;
	text-decoration: none;
	/* font-family: arial; */
	font-size: 12px;
	padding-left: 2px;
}

ul.dhtmlgoodies_tree .folder-tree-inline-actions {
	font-size: 10px;
	color: #8F8F8F;
}

ul.dhtmlgoodies_tree .folder-tree-inline-actions a, .folder-tree-action-holder a {
	color: #0079B0;
	font-family: "ms sans serif",arial;
	font-size: 13px;
	text-decoration: none;
	padding-left: 2px;
}

#dhtmlgoodies_tree ul {
	margin:0px 0px 0px 30px;
}

#dhtmlgoodies_tree ul li {
	margin-top: 0px;
}

.folder-tree-footer {
	margin: 20px 0px 0px 0px;
	float:left;
}

.listWraper p {
	margin:0px;
}

.titleIcon {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}

.list .listWraper {
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.list h3 {
	font-size: 18px;
	margin: 17px 0 10px 0;
	width: 890px;
}

/* library end */

#usersList {
	margin-top:20px;		
}

#usersList #sort #sortBy{
	float:left;
	margin-top:20px;
}

#usersList #sort{
	width:100%;
} 

#searchTab {
	background: none;
	border: none;
	float: right;
	margin-left: 35px;
	width: 200px;
}

#usersList .userBox {
	border-top: 1px solid #E3E3E3;
	margin-left: 0px;
	margin-bottom: 10px;
}

.userBox .userPic {
	float: left;
	width: 75px;
	margin-top: 17px;
}

#usersList a {
	text-decoration: none;
}

.userBox .userPic img {
	width: 75px;
}

.userBox .leftBox {
	float: left;
	margin-left: 23px;
}

#usersList .userBox h3 {
	color: #0877A1;
	margin: 20px 0px 5px 0;
	line-height: 140%;
	text-transform: none;
	background:none;
	border-top:none;
	text-align:left;
	padding:0px;
}

.userBox .leftBox p {
	font-size: 13px;
	line-height: 150%;
	margin: 0;
	color: #666666;
}

.userBox .leftBox p .email {
	color: #2aa5d8;
	padding-left: 30px;
}

.userBox .leftBox p span {
	color: #333333;
	padding-left: 20px;
}

.userBox .rightBox {
	float: right;
	height: 39px;
	border-left: 1px solid #E3E3E3;
	padding: 10px 0 0 34px;
	color: #10942E;
	font-size: 12px;
	line-height: 230%;
	margin: 32px 30px 0 0;
}

.rightBox img {
	vertical-align: middle;
	padding-right: 5px;
}

#usersList {
	float:left;
	width:100%;
}

.submitForm {
	float:left;
	width:100%;
	margin-top:20px;
}

.inputLabel {
	margin:10px 0px 0px 0px;
}

.submitForm .MID input[type="file"]{
	width:630px;
}

.submitForm .fld_row select {
	width:705px;
}

.fileInput .input_background input[type="file"] {
	float:left;
}

.middle {
	margin-left:20px;
}

.files .MID input[type="file"]{
	width:325px;
}

.MID .chose {
	position: absolute;
	z-index: 2;
	top: 22px;
	width: 300px;
}

.fld_row_cal {
	margin:10px 0px 0px 20px;
}

.notification #usr {
	margin-left:20px;
}

.addnews .notification .recipients {
	background: url("../i/inputtop.png") top repeat-x;
	float: left;
	width: 350px;
	height: 100px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	padding:5px;
}

#internalEvent .inputBtn {
	width:250px;
}

.myProfile .leftBox {
	float: left;
	width: 120px;
	height: 500px;
	margin-top: 21px;
}

.myProfile .leftBox img {
	width: 120px;
	vertical-align: middle;
	padding-right: 5px;
}

.myProfile .leftBox input[type='file'] {
	background: none;
	border: none;
	font-size: 13px;
	opacity: 0;
	/* -ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
	filter: alpha(opacity=0);
	cursor: pointer;
	float: right;
	height: 31px;
	margin-top: -22px;
}

.myProfile .middleBox {
	float: left;
	margin-left: 24px;
}

.myProfile #upload_picture img {
	width: 13px;
	height: 14px;
}

.myProfile .leftBox img {
	vertical-align: middle;
	padding-right: 5px;
}

.myProfile .headline {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}

.myProfile .rightBox {
	float: left;
	margin-left: 29px;
}

.myProfile .inputLabel {
	font-size: 13px;
	letter-spacing: 0;
	margin: 20px 0 -6px 0;
}

.myProfile #usrInfo input[type='text'] {
	width: 250px;
}

.myProfile .bottomBox {
	float: left;
	margin-left: 25px;
}

.myProfile .textarea_background {
	margin-top: 10px;
}

.textarea_background .MID {
	-ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	width: 563px;
	height: 132px;
	float: left;
}

.myProfile .formWrapper form textarea {
	width: 560px;
	height: 120px;
	color: #666666;
	resize: none;
	overflow: auto;
}

.myProfile .bottomBox .newpass {
	float: left;
}

.myProfile #usrInfo input[type='password'] {
	width: 250px;
}

.myProfile .bottomBox .oldpass {
	float: left;
	margin-left: 29px;
}

.width_147 input {
	width: 160px !important;
}

#mails {
	float:left;
}

.input_background .width_147 {
	position:relative;
	z-index:1;
}

.input_background .width_147 .chose {
	width:150px;
} 

.mail_list {
	float:left;
	width:100%;
}

.mail_list .title, #mails .title{
	margin-top:20px;
} 

.pageload .listWraper h1 {
	font-size:inherit;
}

.gantt_page {
	margin-top:20px;
}

.contentWithTopMargin {
	margin-top:20px;
}

.priority:after {
	content: "";
	display: block; 
	clear: both;
}

#userProfile .userAvatar {
	float: left;
	width: 120px;
	height: 120px;
}

.userInfo {
	float: left;
	margin-left: 25px;
	font-size: 13px;
	letter-spacing: 0;
	width: 770px;
}

.userInfoWrapper {
	float: left;
	width:595px;
}

#userProfile .rightBox {
	float: right;
	height: 39px;
	margin: 12px 45px 0 0;
	font-size: 12px;
	line-height: 230%;
	letter-spacing: 0;
}

#userProfile .userAvatar img {
	width: 75px;
	margin: 22.5px 0 0 22.5px;
}

.removeButton {
	margin:0px 0px 0px 10px;
}

#userProfile {
	margin-top:20px;
}

.document_list .authors {
	color: #666666;
	font-size: 10px;
}

.document_list .authors span {
	color: #FF8611;
	font-size: 14px;
	line-height: 150%;
}

.document_list .url {
	color: #666666;
	font-size: 12px;
}

.document_list .details {
	line-height: 120%;
	height: auto;
}

.document_list .details div {
	float: left;
	color: #666666;
	font-size: 12px;
	margin-right: 10px;
}

.document_list .details span {
	padding: 0 4px;
	border-right: 1px solid #c3c3c3;
}

.modalDialog_contentDiv .formWrapper{
	margin:10px;
}

.results_header .title {
	float:left;
	width: 360px;
	font-style: italic;
	font-size: 14px;
}

.fPassPage {
	margin-top:20px;
}

.fpassemailfld {
	width:200px !important;
}

.fpassbtn {
	width:218px !important;
}
.mail_state {
	float: right;
	font-size: 0.8em;
	background-color: #00A1A1;
	border-radius: 5px;
	padding: 1px 8px;
	color: white;
	margin: 18px 0 0 0;
	line-height: 1.8em;
	letter-spacing: 0;
}
.home_video{
	margin-top: 20px;
}
.twitterWraper {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}