@charset "utf-8";
/* CSS Document */
body{
	background: #fff;
	font-family:  'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*letter-spacing: .5px;*/
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
h1, h2, h3, h4, h5{
	margin:0;
	padding: 0;
}
h1, h2{
	color: #000;
}
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h4, h5{
}
a img{
	border: none;
}
a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a.decorated{
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
b, strong {
    font-weight: 600;
}
.nav a:hover{
	cursor: pointer;
}
.row {
 margin-right: 0; 
 margin-left: 0;
}
.thumbnail{
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: normal;
	background-color: inherit;
	border: none;
	border-radius: 0;
}
.container{
	padding: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
padding: 0; }

.div10{
	height: 10px;
}
.div30{
	height: 30px;
}
.div50{
	height: 50px;
}
.div100{
	height: 100px;
}
.clear{
	clear: both;
	height: 0;
}
.nowrap{
	white-space: nowrap;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.right_txt{
	text-align: right;
}

/* SHAPKA */
.shapka_abs{
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.shL{
	background: url(../img/shL.png) left top no-repeat;
	height: 170px;
}
.shR{
	background: url(../img/shR.png) right top no-repeat;
	height: 170px;
}
.title h1{
	font-size: 24px;
	font-family: Roboto, 'Myriad Pro', sans-serif;
	padding-top: 65px;
}
.title h3{
	font-size: 20px;
	font-family: Roboto, 'Myriad Pro', sans-serif;
	font-weight: 300;
}
.logo img{
	padding: 25px 0 24px;
}
.top_icons {
	text-align:center;
	padding: 5px 0;
}
.fa-2x {
  font-size: 18px;
}
.menu{
	margin-top: 0px;
	font-family: 'Myriad Pro', sans-serif;
	/*font-weight: 300;*/
	border-top: 1px solid #f00606;
}
.navbar {
  margin-bottom: 10px;
  min-height: 42px;
}
.navbar-default{
	background-color: transparent;
	border: none;
	margin: 0 auto;
}
.navbar-collapse{
	border-top: none;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	max-height: none;
	padding-right: 0;
    padding-left: 0;
	padding-top: 5px;
}
  
.navbar-collapse.in {
  overflow-y: visible;
}
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-header span.menu_pointer{
	display: none;
	color: #000;
	padding-left: 10px;
}

.navbar-toggle{
	padding-top: 2px;
}
.navbar-toggle .icon-bar+.icon-bar {
}
.navbar-toggle .icon-bar {
  display: block;
  height: 3px;
  border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
}
.nav-tabs.nav-justified>li{
}
.nav-tabs.nav-justified>li:last-child{
	border-right: none;
}

.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
  border: none;
  padding-top: 2px;
}
.nav-tabs.nav-justified>li>a{
	padding: 0px 5px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #f00606;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #f00606;
  background-color: transparent;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: none;
}
/**/
.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
li.dropdown{
	position: static;
}

.dropdown-menu {
	min-width: 160px;
	width: auto;
	padding: 10px;
	background-color: #fff;
	overflow: auto;
	z-index: 10000;
	
}
.dropdown-menu ul{
	list-style-position: inside;
	padding: 0 0 0 0;
}
.dropdown-menu li{
	border-bottom: 1px solid  #75788f;
	
}
.dropdown-menu>li:last-child{
	border: none;
}
.dropdown-menu li a {
	padding: 10px 20px 5px 20px;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}
.dropdown-menu li a:hover{
	color: #f00;
	background: #fff;
}
@media screen and (min-width: 768px){
	.menu ul.nav li:hover .dropdown-menu{
		display: block;
	}
}


.borderL{
	border-top: 1px solid red;
	height: 5px;
}
.borderR{
	border-top: 5px solid red;
	height: 5px;
}
.borderW{
	background: url(../img/border_footer.png) top left repeat-x;
	height: 5px;
}
/* END SHAPKA */









.search_box{
	border: 1px solid #e5e5e5;
	padding: 3px 0;
}
.search_box span{
	white-space: nowrap;
}
.search_box input{
	padding: 0px 10px;
	width: 90%;
	border: none;
}
.btn_search{
	border: none;
	background: none;
	color: #e9e9e9;
	padding: 0 10px 0 0;
	width: 10%;
	text-align: right;
}

.menu_left {
	font-size: 14px;
	padding-top: 30px;
}

h3.plate{
	background: url(../img/plate.png) left top no-repeat;
	height: 31px;
	margin: 30px 0 15px 0;
	padding: 8px 20px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}
h3.plate.grey{
	background: url(../img/plate_grey.png) left top no-repeat;
}
h3.plate.link{
	
}
h3.plate.link a, .menu_left h3.plate.link a:hover, .menu_left h3.plate.link a:active, .menu_left h3.plate.link a:focus{
	color: #000;
}
h3.plate.link a:hover{
	text-decoration: underline;
}
h3.plate.link.left_dir{
	background: url(../img/plateL.png) right top no-repeat;
	margin: 0;
	width: 200px;
	text-align: right;
}



.menu_left .news-date-time{
	padding: 0;
	font-style: italic;
}

/* MAIN */

.main{
	padding: 20px 30px 10px 0;
	background: url(../img/bg_grey.png) repeat-x 50% 0%;
}
.main h1{
	color: #d6b469;
	font-family: Roboto, 'Myriad Pro', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.main h2, .main h3{
	margin: 0 0 5px 0;
}
.main h4{
	margin: 30px 0 15px 0;
}
.main img{
	max-width: 100%;
	
	height: auto;
}
.about{
	border: 1px solid #d6b469;
	padding: 20px;
	margin-top: 30px;
}
.about p{
	padding: 0 15px 15px 0;
}

.in_news{
	color: #767676;
	font-size: 14px;
	margin: 15px 0;
}
.in_news img{
	box-shadow:
    0 0 0 9px #fff,
    0 0 0 10px #d6b469;
	margin: 10px 30px 10px 10px;
	float: left;
}
.main ul{
	list-style: none;
	list-style-position: inside;
	padding: 0 10px;
	margin: 10px 0 10px auto;
}
.main ul li { 
    padding: 0 0 15px; 
    text-indent: 0;
}
.main ul li:before {
    content: "• ";
    color: #f00; 
}
.grey{
	color: #c0bfbf;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
}

.in_news h2 a{
	text-decoration: none;
	color: #000;
}
.in_news a{
	text-decoration: underline;
	color: #c0bfbf;
}
.in_news a:hover{
	text-decoration: none;
}
.in_news h3{
	margin: 20px 0 10px 0;
}

.in_docs a{
	text-decoration: none;
	color: #000;
}
.in_docs a:hover{
	text-decoration: underline;
}

.news_main{
}
.news_main h2{
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	margin: 0 0 10px 0;
	background-image: none;
}
.news_main h3{
	font-size: 20px;
	color: #000;
	padding: 15px 0 10px;
}
.news_main h3 a{
	text-decoration: underline;
	color: grey;
}


.news{
	padding: 0 7px 15px 0;
	overflow: hidden;
}
.news p{
	margin: 0 0 10px auto;
	color: #767676;
}

.archive{
	float: left;
	width: 70px;
	min-height:1px;
}
.archive ul {
	list-style: none;
	list-style-position: inside;
	padding: 0 5px 0 11px;
	margin: 0;
}
.archive ul li{
	padding: 0 0 12px 0;
}
.archive ul li:before {
    content: "";
}
.archive ul li a{
	padding: 10px 0 10px 0px;
	font-size: 20px;
	text-align:center;
	letter-spacing:normal;
	color: #fff;
	display: block;
	background-color: #767676;
	text-decoration: none;
}
.archive ul li a:hover, .archive ul li a.active, .archive ul li a.selected{
	color: #fff;
	background: #f00 url(../img/poly.png) 0 0 no-repeat;
}





/* --- INNER --- */

.news-date-time{
	display: block;
	padding: 0px 0 0px;
	color: #c0bfbf;
	font-size: 14px;
	font-weight: 900;
}
.news_main .news-date-time{
	display: block;
	padding: 0 0 5px;
	color: #D30003;
}
div.news-list img.preview_picture, div.news-detail img.detail_picture {
  float: left;
  margin: 0 15px 10px 0;
}

.table_header{
	border-bottom: 5px solid #767676;
	margin: 20px 0 15px 0;
}
.navstring p{
	padding-left: 20px;
}
.navstring a{
	color: #f00;
}
.navstring a:hover{
	color: #767676;
}


.offices img{
	padding: 0 30px 30px;
}
.photos img{
	width: 100%;
}

/* TABLE */
.main table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
	color: #000;
	display:table;
}
.main td {
	padding: 20px 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: left;
	border: 1px solid #d6b469;
}


.main tr:nth-child(even) td {
	background: #fdfaf3;
}
.main tr:nth-child(odd) td {
}


.main tr:hover td {
	background: #fefdfb !important;
	cursor: default;
}
.main table p{
	margin: 0;
}
.small_font{
	font-size: 14px;
}
/* OTHER TABLES */
table.normal_table td{
	border: 1px solid #d6b469;
}
table.normal_table td, table.normal_table td:nth-of-type(2) {
	white-space: normal;
}
table.normal_table tr:nth-child(even) td {
	background: #fff;
}


table.normal_table tr:hover td {
	background: #fff !important;
	cursor: default;
}
table.align_left td, table.align_left td:nth-of-type(2) {
	text-align: left;
	white-space: normal;
}
/***/

div.hr{
	height: 4px;
	border-bottom: 1px solid #d7cfba;
	border-top: 1px solid #d7cfba;
}
hr{
	display: none;
}


.footer{
	padding: 0 0 30px;
	background: #f6eedc url(../img/footer.jpg) top center no-repeat;
	min-height: 450px;
	color: #514c41;
	font-size: 16px;
	border-top: 1px solid #f00606;
}
.footer h4{
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 10px;
}
.footer p{
	text-align: left;
	padding: 0 0 0 0;
	font-size: 14px;
}
.footer ul.links {
	padding: 10px 40px 10px 0;
}
.footer ul.links li{
	padding: 10px 0;
	border-bottom: 1px solid rgba(215,207,186,.3);
}
.footer ul.links li:last-child{
	border: none;
}
.footer ul.links i{
	color: #fff;
	text-align: center;
	padding: 7px 10px 0 15px;
}
.footer ul.footer_menu {
	padding: 15px 0;
}
.footer ul.footer_menu li{
	padding: 5px 0;
}
.footer ul.footer_menu i{
	color: #000;
	text-align: center;
	padding: 5px 10px 0 0px;
	opacity: .5;
}
.footer a {
	color: #514c41;
}
.footer a:hover{
	opacity: .8;
}
.footer a span{
	color: #8bb2f2;
}
.hidden_dt{
	display: none;
}
form {
    margin-bottom: 0 !important;
}
@media (min-width: 1400px) {
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
		white-space: nowrap;
	}
	.navbar-default{
	width: 100%
	}
}
@media (max-width: 1200px) {
	
}
}
@media (max-width: 992px) {
	.container{padding: 0 15px;}
	.title2 h1{
		margin: 0 auto 20px auto;
	}
	.dropdown-menu li a{white-space: normal;}
}
@media(min-width:767px) and (max-width: 991px){
	
	.search_box input{
		width: 86%;
	}
	
}
	
@media (max-width:767px){
	.shL{
		background: url(../img/shL.png) left top no-repeat;
		height: 230px;
	}
	.title h1{
		font-size: 18px;
		font-family: Roboto, 'Myriad Pro', sans-serif;
		padding-top: 7px;
		text-align: center;
	}
	.title h3{
		font-size: 14px;
		font-family: Roboto, 'Myriad Pro', sans-serif;
		font-weight: 300;
		text-align: center;
	}
	.title_right h3{
		padding-bottom: 5px;
	}
	.logo img{
		padding: 7px 0 0;
	}
	.navbar-collapse{ box-shadow: none; padding-top: 10px;}
	.nav-tabs.nav-justified>li:first-child, .nav-tabs.nav-justified>li:nth-child(2), .nav-tabs.nav-justified>li:nth-child(3){ width: 100%; }
	.nav-tabs.nav-justified>li{	border-right: none; border-bottom: 1px solid #75788f}
	.nav-tabs.nav-justified>li:last-child{border: none;}
	.nav-tabs.nav-justified>li>a {padding: 15px 5px 0;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{color: #d6b469; text-align: center;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color: #f00606;}
	.navbar-nav { margin: 7.5px 0; }
	.logo img{
	margin-right: auto;
    margin-left: auto;
	display: block;
    max-width: 100%;
    height: auto;
	}
	.navbar-header span.menu_pointer{display: block; float: left}
	.main{padding: 20px 0 0 0;}
	.in_news img{float: none; margin-bottom: 20px;}
	.menu_left{max-width: 100%; margin: 0;}
	
	.hidden_mob{ display: none;}
	.hidden_dt{ display: block;}
	.footer{ background-image: none;}
}
@media(min-width:467px) and (max-width: 767px){
	h3.plate, h3.plate.grey {text-align: right; background-position: top right;}
	
}
@media(max-width:468px){
	.antiterror h3, .antiterror p{
		text-align: center;
	}
}


.quotes{
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}

.quotes td{
	padding: 3px 0 5px 0;
}

.quotes .num_cell{
	text-align: right;
}

.quotes .secondary{
	color: #c0bfbf;
}
