.container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}
.top-container, .top-left, .footer-container {
	background: #01124d;	
}
.footer-container {
	text-align; center;
}
.top-container {
	height: 34px;
    min-height: 34px;
	line-height: 34px;
	text-align: center;
}
.top-left {
	padding: 0;
}
.top {
	color: white;
	margin: 0 auto;
	text-align: left;
}
.top .registration, .top .anketa {
	float: right;
}
.top .anketa {
	margin-right: 2em;
}
.top .registration span, .top .anketa span {
	margin-right: .3em;
}
.top a {
	color: white;
}
.top .lang.current {
	color: gray;
}
.container-left {
	width: 229px;
	float: left;
}
.container-right {
	width: 751px;	
	padding: 20px 0 20px 20px;
	float: right;
	text-align: left;	
}
.menu {
	margin: 0;
	padding: 10px 0;
}
.menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu a {
	color: white;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 5px 20px;
}
.menu li.current a {
	color: #b9c8fc;
}
.menu a:hover {
	text-decoration: none;
	color: #b9c8fc;
}
h1 {	
	color: #214d6f;
	font-size: 25px;
	font-weight: bold;
	margin: 1em 0;
}
#carousel-container, #carousel-container2 {
	position: relative;
	width: 730px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.caroufredsel_wrapper {
	cursor: default!important;	
}
#carousel-container .prev, #carousel-container .next, #carousel-container2 .prev, #carousel-container2 .next { 
	position: absolute;
	top: 0;
	display: block;
	width: 35px;
	height: 300px;
	background-color: white;
	transition: opacity 500ms ease 0s;
	opacity: 0;
	background-repeat: no-repeat;	
	background-position: center center;
	cursor: pointer;
	/*box-shadow: inset 0 0 15px rgba(0,0,0,0.5);*/	
}
#carousel-container .prev, #carousel-container2 .prev { 
	box-shadow: inset -4px 0 10px -2px rgba(0,0,0,0.4);
}
#carousel-container .next, #carousel-container2 .next { 
	box-shadow: inset 4px 0 10px -2px rgba(0,0,0,0.4);
}
#carousel-container2 .prev, #carousel-container2 .next {
	height: 510px;		
}
#carousel-container:hover .prev, #carousel-container:hover .next, #carousel-container:hover .pagination, #carousel-container2:hover .prev, #carousel-container2:hover .next, #carousel-container2:hover .pagination {
	opacity: .3;
}
#carousel-container .prev, #carousel-container2 .prev {	
	left: 0;
	/*border-radius: 0 15px 15px 0;	*/
	background-image: url(../../img/baikal-forum/arrow-left.png)/*tpa=http://arcpac.org/img/baikal-forum/arrow-left.png*/;
}
#carousel-container .next, #carousel-container2 .next {	
	right: 0;
	/*border-radius: 15px 0 0 15px;*/
	background-image: url(../../img/baikal-forum/arrow-right.png)/*tpa=http://arcpac.org/img/baikal-forum/arrow-right.png*/;	
}
#carousel-container .pagination, #carousel-container2 .pagination {
	position: absolute;
	bottom: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	transition: opacity 500ms ease 0s;
	opacity: 0;
}
#carousel-container .pagination a, #carousel-container2 .pagination a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 5px;
	border: 2px solid white;
	text-indent: -9999px;
	margin: 0 2px;
}
#carousel-container .pagination a.selected, #carousel-container2 .pagination a.selected {	
	background: white;
}
#carousel {     
	width: 730px;
    height: 300px;
    overflow: hidden;
	position: relative;
	float: none;	
}
#carousel .item {
	float: left;	
	width: 730px;
    height: 300px;	
	position: relative;	
}
#carousel .title {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	/*text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;*/
}
#carousel .body {
	position: absolute;
	bottom: 0;
	right: 0;	
	width: 215px;
	height: 300px;
	color: white;	
	background: url(../../img/baikal-forum/bg.png)/*tpa=http://arcpac.org/img/baikal-forum/bg.png*/;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	display: table;
}
#carousel .quote {
	width: 480px;
	position: absolute;
	bottom: 18px;
	left: 18px;
	background: url(../../img/baikal-forum/bg3.png)/*tpa=http://arcpac.org/img/baikal-forum/bg3.png*/;
	padding: 10px 15px 10px 15px;	
	font-size: 12px;
	border-radius: 0px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#carousel .body p, #carousel .quote p {
	margin: 0;
}
#carousel .body a { 
	color: white;	
	line-height: 18px;	
	margin-bottom: 1em;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}
#carousel .body img {
	margin-bottom: 27px;
}
.eng #carousel .body img {
	margin-bottom: 40px;
}
#carousel .body a:hover { 
	text-decoration: none;
}
#carousel2 {
	width: 730px;
    height: 510px;
    overflow: hidden;
	position: relative;
	float: none;	
}
#carousel2 .item {
	float: left;	
	width: 730px;
    height: 510px;	
	position: relative;
	padding: 20px;
}
.banner {
	min-height: 100px;
	background: white;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	margin: 20px 0;
	padding: 20px;
}
.banner h1 {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 1.1em;
}
.block-shadow {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	margin: 20px 0 0 0;
	padding: 20px;
}
.program h1 {
	color: #214d6f;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
.program h2 {	
	font-size: 22px;
	font-weight: bold;		
	color: #604840;
	text-align: center;
	margin: 20px 0;
}
.program td {
	padding: 10px 0;
}
.program tr td:nth-child(2) {
	padding-left: 20px;
}
.program table {
	margin-bottom: 20px;
}
.program table h1 {
	line-height: 23px;
}
.program table h2 {
	color: #214d6f;	
	margin: 0 0 1em 0;
}
.program table h1 {	
	margin: 0 0 1em 0;
}
.program .gray {
	color: gray;
}
.program blockquote {
	font-size: inherit;
	font-style: italic;
}
.footer {
	color: white;
	padding: 20px 0;
	line-height: 31px;
	margin: 0 auto;
	text-align: left;
}
.footer .counter {
	float: right;
}
.logos img {
	margin: 0 10px;
}
.logo {
	margin: 0px;
	color: #01124d;
	display: block;	
	font-size: 1.2em;
	text-align: center;	
	text-transform: uppercase;
	background: #e8edff;
	padding: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.logo img {
	width: 50%;
	height: auto;
	margin-bottom: .5em;
}
.galleries, .gallery {
	margin: 0;
	padding: 0;
}
.galleries li, .gallery li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;		
}
.gallery li {
	display: inline-block;	
	margin: 0 20px 20px 0;	
}
.galleries li:nth-last-child(1) {
	margin: 0;
}
.galleries a {
	font-size: 1.4em;
}
.galleries img {
	float: left;
	margin: 0 20px 0 0;
}
.galleries .count {
	font-size: .9em;
	color: gray;
}
.booking .checkbox {
	display: inline;	
	margin: 0;        
    padding: 0;	
	line-height: 34px;
}
.booking .checkbox-group .checkbox {
	display: block;	
}
.booking .checkbox input {
	width: auto;
	vertical-align: top;
	float: none;
	margin: 0 10px 0 0;
	display: inline-block;
	height: 34px;
	background: inherit;
}
.booking .checkbox label {
	display: inline!important;
}
.booking .file {
	height: auto;
}
.booking .file .form-control-feedback {
	right: 155px;
	z-index: 2;
}
.booking.eng .file .form-control-feedback {
	right: 122px;
}
.booking .file .filesize {
	color: silver;
	font-size: .9em;
	margin-left: 1em;
}
/*.booking .file input {
	float: none;
	margin: 0;
	display: block;
	background: inherit;
	border: 0;
	box-shadow: none;	
	height: auto;
	padding: 0;	
}*/
.booking .has-error label {
	color: #a94442;
}
.booking .Confirmation input {
	width: 60px;
	display: inline-block;
	margin-left: 20px;
	padding: 6px 12px;
}
.booking .Confirmation img {
	margin-left: 10px;
}
.booking input {
	outline: none; 
}
.booking .checkbox .glyphicon {
	display: inline-block;
	position: relative;
	top: 0;
}
.booking .glyphicon-asterisk {
	color: #a94442;
	font-size: .5em;	
	margin: 0 0 0 3px;
	position: relative;
	vertical-align: super;
}
.booking .submit input {
	background: #01124d;
	border-color: #01124d;
}
.files {
	margin: 20px 0;
	padding: 0;
}	
.files li {
	list-style-type: none;
	margin: 0;
}
.participants a:hover {
	text-decoration: none;
}
.participants h2 {
	margin-top: 0;
	/*text-transform: uppercase;*/
	color: #444;
	font-size: 1.5em;
}
.participants ul {
	margin: 0;
	padding: 0;
}
.participants li {
	list-style-type: none;
	margin: 0;
	width: 50%;
	display: block;
	float: left;	
	padding-right: 20px;
	height: 165px;
}
.participants li img {
	float: left;
	border: 10px solid #fff;
	display: block;
	margin: 0 20px 0 0;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
.participants .name {
	color: #214c6e;
	font-size: 1.2em;
	font-weight: bold;	
	line-height: 1.1em;
	margin-bottom: .5em;
}
.participants .description {
	color: #444;
	font-size: .85em;
	line-height: 1.1em;	
}
.participants .description, .participants .description * {
	text-align: left!important;
}
.person h2 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: bold;
}
.person .portrait {
	float: left;
	border: 10px solid #fff;
	display: block;
	margin: 0 20px 0 0;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
.person .description {	
	font-weight: bold;
}
.page-title .date {
	font-size: 2.2em;
	font-weight: bold;	
	line-height: 2.1em;
	white-space: nowrap;
}
.page-title .name {
	font-size: 1.9em;	
	line-height: 1.2em;
	letter-spacing: 5px;
	text-align: center;
}	
.pagination li.active a {
	background: #01124d;
	border-color: #01124d;
}
.article .date {
	color: gray;
	font-size: .9em;
	margin-bottom: 1em;
}
.styled {
    border: 0;    
    border-collapse: collapse;
}
.styled td {
    border: 0;    
    border-collapse: collapse;
    border: 1px solid silver;
    padding: 10px!important;
}
.styled p {
        margin: 0;
}
.styled tr td:nth-last-child(1), .styled tr td:nth-last-child(2) {
        
}
.styled tr td  {
       vertical-align: top;
}
.news-media {
	margin-left: 0;
	margin-right: 0;
}
.news-media h1 {
	margin-top: 0;
}
.news-media .news {
	margin-right: 5px;
	width: 48.8%;
	min-height: 225px;
}
.news-media .media {
	margin-left: 5px;
	width: 48.8%;
	float: right;
	min-height: 225px;
}

.doc-gallery {
	padding: 0;
	margin: 40px 0 0 0;	
	text-align: center;
	clear: both;	
	overflow: hidden;
}
.doc-gallery.gallery {
	width: 100%;
	float: none;
	text-align: center;
}
.doc-gallery li, .doc-files li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.doc-files li {
	display: block;
}
.doc-gallery img {
	border: 2px solid white;
	/*border-radius: 10px;*/
}
.doc-files {
	margin: 1em 0;
}