
body {
    min-width: 1100px;
    font-family: Helvetica,Arial;
    font-size: 18px;
}

.mainContainer {
    padding: 100px 0 100px 0;
	min-height: 700px;
}


h1,h2,h3,h4,h5 {
    color: #5CB85C;
}

/* header start */

.normal_logo {
    height: 40px;
}


#header {
    min-width: 1100px;
    overflow: visible;
    background-color: #fff;
    position: fixed;
    width:100%;
    z-index:500;
    height:56px;
    border-top: 2px solid #34A4EE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);

-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;

}

#header .buttons {
    position: absolute;
    top: 10px;
    right: 30px;
}


nav {
    float: right;
    padding-right: 420px;
    padding-top:16px;
    font-size: 16px;
}

nav {
    font-size: 14px;
}

nav ul li {
    padding-right: 45px;
    float: left;
    padding: 0px 35px 0px 0px;
    margin: 0px;
    list-style: outside none none;
}

nav ul li a{
    color: #848484;
}

/* header end */


/* slider start */

.sliderBackground {
    position: absolute;
    width:100%;
    height:500px;
    background-image: url(http://seib.ru/static/images/headerbg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:0;
}

.sliderMainText {
    position: absolute;
    left: 70px;
    top:120px;
    //background-color: rgba(112, 179, 239, 0.9);
    //color: rgba(112, 179, 239, 0.9);
    color: #fff;
    text-shadow: 0px 1px 0px #808080;
    //text-shadow: #fff 5px 0 0px, #fff 0 5px 0px, #fff -5px 0 0px, #fff 0 -5px 0px;
    font-size:40px;
    padding:7px;
    line-height: 100%;
}    

.sliderText {
    position: absolute;
    color:#fff;
    text-shadow: 0px 1px 0px #808080;
    font-size:20px;
    padding:7px;
}

.sliderText1 {
    left: -1000px;
    top:190px;
    -webkit-animation: sliderText1 1s forwards;
    animation: sliderText1 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes sliderText1 {
    100% { left: 70px; }
}

@keyframes sliderText1 {
    100% { left: 70px; }
}


.sliderText2 {
    left: 70px;
    top: -1000px;
    -webkit-animation: sliderText2 1s forwards;
    animation: sliderText2 1s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes sliderText2 {
    100% { top: 220px; }
}

@keyframes sliderText2 {
    100% { top: 220px; }
}


.sliderText3 {
    left: -1000px;
    top: 250px;
    -webkit-animation: sliderText3 1s forwards;
    animation: sliderText3 1s forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes sliderText3 {
    100% { left: 70px; }
}

@keyframes sliderText3 {
    100% { left: 70px; }
}

.sliderText4 {
    left: 70px;
    top: -1000px;
    -webkit-animation: sliderText4 1s forwards;
    animation: sliderText4 1s forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@-webkit-keyframes sliderText4 {
    100% { top: 280px; }
}

@keyframes sliderText4 {
    100% { top: 280px; }
}

.sliderText5 {
    left: -1000px;
    top: 310px;
    -webkit-animation: sliderText5 1s forwards;
    animation: sliderText5 1s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

@-webkit-keyframes sliderText5 {
    100% { left: 70px; }
}

@keyframes sliderText5 {
    100% { left: 70px; }
}

/* slider end */



.mainImage {
    position: relative;
    width:100%;
    height:500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:0;
    margin-top:-130px;
}


/* listing start */

.listing .item {
  width: 292px;
  padding:20px;
  position: relative;
  border: 1px solid #eaeaea;
}

.listing .item .thumb {
  //width: 100%;
  width: 250px;
  height: 200px;
}

.listing .item .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 35px 0 15px;
  color: #1b1b1b;
  text-transform: none;
}

.listing .item .cat {
  font-size: 12px;
  line-height: 16px;
  color: #949494;
  font-weight: 500;
  margin-bottom: 20px;
}

.listing .item .content {
  font-size: 14px;
  line-height: 22px;
  color: #5a5a5a;
}

/* listing end */


/* footer start */

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #ddd;
    background-color: #f2f2f2;
    font-size: 12px;
}


.footer .logo {
    margin: 0 0 0 70px;
    float:left;
    vertical-align: middle;
    width: 45px;
}

.footer .menu ul li {
    list-style: outside none none;
    float:left;
    padding: 0px 0px 0px 20px;
}

.footer .menu ul li a {
    color: #A1A1A1;
}


.copyright {
    overflow: hidden;
    margin:0 auto;
    width:960px;
}

.copyright span {
    font-size: 10px;
    font-family: Arial;
    margin-top: 20px;
    margin-left: 0px;
    color:#a1a1a1;
    display: block;
}

/* footer end */


/* tabs start */

.navigation.horizontal-grey-navigation {
  margin:20px 0 0;
  position:relative;
  left:0;
  top:0;
  z-index:3
}

.navigation.horizontal-grey-navigation ul {
  margin:0;
  padding:0;
  display:block;
  list-style:none;
  display:table;
  table-layout:fixed;
  width:100%;
  background:#f9f9f9;
  -webkit-box-shadow:0 -4px 4px rgba(0,0,0,.06),0 -2px 2px rgba(0,0,0,.12);
  -moz-box-shadow:0 -4px 4px rgba(0,0,0,.06),0 -2px 2px rgba(0,0,0,.12);
  box-shadow:0 -4px 4px rgba(0,0,0,.06),0 -2px 2px rgba(0,0,0,.12);
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -ms-border-radius:3px 3px 0 0;
  -o-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
  overflow:hidden;
  vertical-align:top;
  border:none;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;
}

.navigation.horizontal-grey-navigation ul li {
  margin:0;
  padding:0;
  list-style:none;
  display:table-cell;
  font-size:12px;
  vertical-align:top;
  border-bottom:1px solid #dadada;
}

.navigation.horizontal-grey-navigation ul li.activeTab {
  border-bottom: none;
}





.navigation.horizontal-grey-navigation ul li a {
  position:relative;
  left:0;
  top:0;
  z-index:3;
  color:#282828;
  text-decoration:none;
  display:block;
  cursor:pointer;
  outline:none;
  height:49px;
  line-height:42px;
  vertical-align:middle;
  text-align:center
}

.navigation.horizontal-grey-navigation ul li a:before {
  content:"";
  position:absolute;
  top:50%;
  left:-1px;
  margin-top:-19px;
  z-index:5;
  display:block;
  width:1px;
  height:40px;
  background:#DADADA
}

.navigation.horizontal-grey-navigation ul li a span.link-inner {
  margin:0 -1px;
  border-top:3px solid transparent;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:block;
  height:100%
}

.navigation.horizontal-grey-navigation ul li.activeTab a span.link-inner, .navigation.horizontal-grey-navigation ul li:hover a span.link-inner {
    border-top: 3px solid #3FC3FC;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.navigation.horizontal-grey-navigation ul li a span.link-inner span {
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:middle;
  *vertical-align:auto;
  zoom:1;
  *display:inline;
  margin-left:8px
}

.navigation.horizontal-grey-navigation ul li a .link-inner::before {
    color: #8D8F95;
    content: "";
    font-size: 20px;
    /*font-family: icons;*/
    font-family: "Glyphicons Halflings";
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 39px;
}

.navigation.horizontal-grey-navigation ul li a.overview .link-inner::before {
    content: "";
}

.navigation.horizontal-grey-navigation ul li a.photos .link-inner::before {
    content: "";
}

.navigation.horizontal-grey-navigation ul li a.map .link-inner::before {
    content: "";
}

.navigation.horizontal-grey-navigation ul li a.finanaliz .link-inner::before {
    font-family: FontAwesome;
    content: "\f080";
}

.navigation.horizontal-grey-navigation ul li a.businessplan .link-inner::before {
    font-family: FontAwesome;
    content: "\f201";
}

.navigation.horizontal-grey-navigation ul li a.discuss .link-inner::before {
    content: "";
}

.navigation.horizontal-grey-navigation ul li a.news .link-inner::before {
    font-family: FontAwesome;
    content: "\f1ea";
}


div.tabContent > div {
    display: none;
}

div.tabContent .activeTab {
    display: block;
}

.tabs .activeTab {
    background: #fff;
}


/* tabs end */




.cabinetCompanyLinks a{
  font-size:15px;
  line-height:15px;

}






