@import url(//fonts.googleapis.com/css?family=PT+Sans);

@import url(//fonts.googleapis.com/css?family=PT+Sans:700);

@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
	background: #ffffff;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #ffffff;
	min-width: 1200px;
}
.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url('../img/bg_loader.png') 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url('../img/web_page_loader.gif') 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown-menu li ul li {
  list-style-type: square;
  color: #333333;
}
h2 {
  letter-spacing: -1px;
  margin-bottom: 31px;
}
h3 {
  text-transform: uppercase;
  color: #8b9b9e;
  margin: -35px 0 32px 7px;
}
hr {
  border: none;
  height: 1px;
  color: #5b6668;
  background-color: #5b6668;
  margin: 0 0 52px -50px;
}
.title {
  color: #ffffff;
  font-size:16px;
}
.marg_1 {
  margin-bottom: 27px;
}
.marg_2 {
  margin-bottom: 60px;
}
.marg_3 {
  margin-bottom: 33px!important;
}
.marg_4 {
  margin-right: 43px;
}
.marg_5 {
  margin-top: 35px;
}
.pad_1 {
  padding-top: 295px!important;
}
/* ============================= bgGall ======================= */
#bgStretch img {
  background: #000;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/gallLoader.gif') 50% 20% no-repeat;
}
.leftPanel {
  position: absolute;
  display: inline-block;
  width: 204px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  background: #314a97;
}
.leftPanel .logoHolder {
  position: relative;
  width: 100%;
  height: 205px;
  margin-top: -9px;
  background: #e31b22;
}
.leftPanel #logo {
	display: flex;
	position: absolute;
/*	background: url('../img/berger-consulting_gross.png') 0 0 no-repeat;
    width: 600px;
	height: 155px;*/
	text-indent: -9999px;
	margin: 40px 0 0 40px;
/*	background-image: url('../img/berger-consulting_gross.png');*/
}
.leftPanel #logo img {height:125px;
					  width:auto;
}
.leftPanel #logo:hover {
  text-decoration: none;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
}
/*--- header end ------*/
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  z-index: 10;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.sf-menu {
  z-index: 3;
  position: relative;
  margin: 0;
}
.sf-menu .last {
  border-bottom: none;
}
.sf-menu > li {
  position: relative;
  display: block;
  height: 119px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 214px;
  height: 119px;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 0px;
  left: 233px;
  width: 207px;
  padding: 38px 0 37px 0;
  z-index: 5;
  background: #314a97;
  margin: 0;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  height: 39px;
  border-bottom: 1px solid #5b6668;
}
.submenu_1 a {
  font: 700 23px/23px 'PT Sans', sans-serif;
  color: #8b9b9e;
  position: relative;
  display: inline-block;
  padding: 6px 0 0 36px!important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #fff !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #fff !important;
}
.submenu_2 {
  position: absolute;
  width: 208px;
  left: 210px;
  top: -7px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: #314a97;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #8b9b9e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #fff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #fff !important;
}
.mText {
  font: 700 26px/26px 'PT Sans', sans-serif;
  color: #333333;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  padding: 38px 0 0 39px;
}
.mText2 {
  font: 400 16px/16px 'PT Sans', sans-serif;
  color: #bfbfbf;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  padding: 63px 0 0 39px;
}
.mTextOver {
  font: 700 40px/40px 'PT Sans', sans-serif;
  color: #e31b22;
  position: relative;
  width: 100%;
  z-index: 3;
  padding-left: 39px;
  top: -100px;
}
.mTextOver2 {
  font: 400 16px/16px 'PT Sans', sans-serif;
  color: #333333;
  position: relative;
  width: 100%;
  z-index: 4;
  top: -100px;
  padding: 18px 0 0 39px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: none;
}
._overLine {
  position: absolute;
  width: 10px;
  height: 119px;
  top: 0;
  z-index: -1;
  right: 10px;
  display: block;
  background: url('../img/arr_button.png') 0 0 no-repeat;
  opacity: 0;
}
/*--- menu end ------*/
/*------ content ------- */
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 795;
  top: 0;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
.inner {
  padding: 93px 0 52px;
}
.cont_bg {
  position: absolute;
  width: 880px;
  height: 120%;
  background: #314a97;
  margin-left: 270px;
  opacity:0.9;
}
.splash {
  position: absolute;
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  z-index: 800;
}
.splashHolder {
  position: relative;
  margin: 330px 0 0;
  color: #ffffff;
  z-index: 900;
  text-align: right;
  overflow: hidden;
}
.splashHolder .txt_1 {
  position: relative;
  font: 700 100px/191px 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  z-index: 1;
  margin-bottom: 0;
}
.splashHolder .txt_1 span {
  background: #e31b22;
  padding: 0 40px;
  display: inline-block;
}
.splashHolder .txt_2 {
  position: relative;
  background: #314a97;
  font: 700 40px/100px 'PT Sans', sans-serif;
  text-transform: uppercase;
  float: right;
  letter-spacing: -1px;
  padding: 0 40px 0 40px;
  z-index: 2;
  height: 102px;
  margin-top: -30px;
}
.splashHolder .txt_2 span {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 102px;
  float: left;
  background: #ffffff;
  margin-right: 40px;
  letter-spacing: 0;
  text-align: center;
}
.splashHolder .txt_2 span a {
  font: 400 9px/10px 'PT Sans', sans-serif;
  color: #314a97;
  display: block;
  padding: 18px 0 25px;
}
.splashHolder .txt_2 span a strong {
  position: relative;
  font: 400 37px/49px 'FontAwesome';
}
.splashHolder .txt_2 span a:hover {
  text-decoration: none;
  color: #e31b22;
}
.splashHolder .txt_2 .arr {
  position: absolute;
  display: block;
  width: 5px;
  height: 9px;
  background: url('../img/arr_1.png') no-repeat 0 0;
  top: 47px;
  left: 97px;
  z-index: 50;
}
.paginwraper {
  position: relative;
  display: block;
  padding: 5px 0 0 0;
}
.pagin {
  margin-left: 0px;
}
.pagin ul {
  margin: 0;
  display:none;

}
.pagin li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -4px;
  width: 150px;
  height: 92px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagin li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagin li > span {
  position: absolute;
  display: block;
  width: 150px;
  height: 10px;
  background: url('../img/pic_over.png') no-repeat 0 0;
  top: -5px;
  left: 0;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagin li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagin li:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagin li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagin li.active > span {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block_buttons {
  position: relative;
  display: block;
  font: 400 22px/26px 'FontAwesome';
  overflow: hidden;
  margin: -48px 0 72px 594px;
}
.block_buttons .item1 {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background: #e31b22;
  text-align: center;
  float: left;
  color: #ffffff;
}
.block_buttons .item1:hover {
  color: #e31b22;
  background: #ffffff;
  text-decoration: none;
}
.block_buttons .item1 span {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.block_buttons .item2 {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background: #5f6a6b;
  text-align: center;
  float: left;
  color: #ffffff;
}
.block_buttons .item2:hover {
  color: #5f6a6b;
  background: #ffffff;
  text-decoration: none;
}
.block_buttons .item2 span {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.block_info1 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.block_info1 img {
  position: relative;
  display: inline-block;
  float: left;
  margin: -2px 19px 0 0;
  height:187px;
}
.block_info1 div {
  position: relative;
  display: block;
  overflow: hidden;
}
.block_info1 div p {
  margin-bottom: 25px;
}
.btn {
  font: 14px/20px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  background: #e31b22;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:active {
  color: #e31b22;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_1 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.list_1 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0 6px no-repeat;
  padding: 0 0 0 14px;
  min-height: 18px;
  margin: 0 0 8px;
}
.list_1 a {
  color: #ffffff;
  text-decoration: none;
}
.list_2 {
  position: relative;
  display: inline-block;
  margin: 5px 0 67px;
}
.list_2 figure {
  margin: 0;
}
.list_2 .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 217px;
  height: 208px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list_2 .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.list_2 li {
  background: #546062;
  list-style: none;
  width: 237px;
  float: left;
  padding-top: 10px;
  margin: 0 30px 30px 0;
}
.list_2 li .thumbnail {
  display: block;
  padding: 0;
  margin: 0 10px 12px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.list_2 li .thumbnail .caption {
  color: #a2afb1;
  padding: 8px 0 0;
}
.link_1 {
  color: #ffffff;
}
.link_1:hover {
  color: #e31b22;
  text-decoration: none;
}
.block_info2 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.block_info2 img {
  position: relative;
  display: inline-block;
  float: left;
  margin: 5px 19px 0 0;
}
.block_info2 div {
  position: relative;
  display: block;
  overflow: hidden;
}
.block_info2 div p {
  margin-bottom: 25px;
}
.g_map {
  max-width: 421px;
  width: 421px;
  float: left;
  margin: 4px 19px 0 0;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 421px;
  height: 194px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url('../img/web_site_loader.gif') center no-repeat #ffffff !important;
  margin-bottom: -6px;
}
.width1 {
  display: inline-block;
  width: 55px;
}
.block_info3 {
  overflow: hidden;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  margin: 23px 0 0;
  width: 100%;
}
label {
  margin: 0!important;
}
#form1 input {
  font: 16px/18px Arial, Helvetica, sans-serif;
  color: #314a97;
  text-transform: none;
  margin: 0 0 6px;
  padding: 8px 9px 9px;
  width: 321px;
  border: 1px solid #9ba19c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 16px/18px Arial, Helvetica, sans-serif;
  color: #314a97;
  padding: 5px 9px 3px;
  width: 362px;
  height: 120px;
  border: 1px solid #9ba19c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 36px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  top: 4px;
  right: 0;
  display: none;
  font-size: 9px;
  line-height: 13px;
  color: #e31b22;
  text-transform: none;
}
.btns {
  position: relative;
  display: inline-block;
  margin: 30px 5px 0;
  float: right;
}
.btns a {
  margin: 0 0 0 23px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -17px;
  display: none;
  font-size: 9px;
  line-height: 13px;
  color: #e31b22;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
  position: absolute;
  width: 339px;
  color: #314a97;
  text-align: center;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #9ba19c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 44px 0;
}
/* ============================= end forms ============================= */
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
#search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 14px;
  color: #314a97;
  width: 169px;
  padding: 7px 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  float: left;
  margin-right: 6px;
}
.search_result {
  color: #ffffff;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #989797;
  text-decoration: none;
}
.search_list {
  margin-top: 30px;
  display: inline-block;
}
.search_list li {
  margin-bottom: 40px;
  display: inline-block;
}
.search_list .search {
  font-size: 25px;
  color: #989797;
}
#searchButton {
  position: absolute;
  display: inline-block;
  margin: 0;
  z-index: 10;
}
/* ============================= end search ============================= */
.style_1 {
  font: 700 40px/26px 'PT Sans', sans-serif;
  margin-bottom: 39px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  font: 400 9px/14px 'PT Sans', sans-serif;
  position: absolute;
  bottom: 75px;
  width: 100%;
  z-index: 950;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
footer .block {
  bottom: -7px;
  position: relative;
  width: 204px;
  padding-left: 27px;
}
.link_0 {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_0:hover {
  color: #e31b22;
  text-decoration: none;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
span.Stilportrait {
	color: white;
	font-weight: bold;
	font-size: 26px;
}
.logoHolder img {margin-top:35px;
				margin-left:35px;
}
.block img {height:auto;
			width:186px;
}
.block p {margin-left:-20px;
		  font-size:13px;
		  line-height:28px;	
}