body{
	background: #000;
	font-family:  'PT Sans';
	color:#fff;
}

@media (min-width:1260px) {
	.container {
		max-width: 1200px;
	}
}

	h4, .h4 {
  font-size: 17px;
}
a {
  color: #ff9330;
  text-decoration: none;
}

a:hover, a:focus {
  color: #c66d1c;
  text-decoration: underline;
}
.white{
	background:#fff;	
}
.dark {
	background: #333a44;
	padding: .6rem;
	font-size: .7rem;
	font-weight: bold;
	text-transform: uppercase;
}
.topline{
	background:#003047;
}

.navbar-brand{
float: none;
height: 100%;
}

.text-logo{
	padding:1rem 0;
	text-align:center;
}

.text-logo p{
	font-size:0.8em;
	color:#555;
	font-weight:bold;	
}

.text-logo .too{
	color:#505050;
	font-size:.7rem;
	text-transform:uppercase;
}
.text-logo .name{
	color:#195786;
	font-size:1.4rem;
	text-transform:uppercase;
	font-weight:700;
}
.container > hr{
	border-width:1px;
	border-color:#333;
}
.font-big{
	font-size:1.3rem;
}
.font-small{
	font-size:.7rem;
}

.article-info-term{
display:none;
}
.create{
font-size:12px;
text-align:right;
color:#777;
}
.navbar-default{
background: #fff;
margin-top:1px;
}
.navbar-default .navbar-nav > li > a {
  color: #343333;
  text-transform:uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #aaa;
  color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #aaa;
  color: #555;
  outline: 0 none;
  text-decoration: none;
}
.navbar-default .navbar-nav > li:hover{
	background-color: #aaa;
	 color: #555;
}
.navbar {
  border:0;
}
.navbar-brand{
	margin-right:0;
}
.navbar-brand a strong {
	font-size:23px;
}
.center{text-align:center;}
.pagination ul {
  padding: 5px 0 20px;
}
.pagination ul li {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 1px solid #007bc2;
  border-radius: 3px;
  float: left;
  list-style-type: none;
  margin-right: 5px;
  padding: 3px 5px;
}
.pagination .pagination-prev, .pagination .pagination-next {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 1px solid #007bc2;
  border-radius: 3px;
  padding: 3px 8px;
}

.page-header {
  margin: 0 0 20px;
  
}
.page-header h1{
	font-size:2rem;
}
.page-header h2{
	margin-top:0;
	font-size:1.4rem;
}
.page-header h2 a{
	color:#fff;
}
.moduletable:first-child h3{	
	margin-top:0;
	}
	
/*header*/
header.header {
	height: 390px;
	background: url('../images/header.jpg') 50% 70% no-repeat;
	overflow: hidden;	
}
.top{
	background:rgba(0,0,0,.4);
	text-align:center;
	margin:0 auto;
	width:30%;
	border-radius: 0 0 5px 5px;
	color:#fff;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.top a {
	color:#fff;
}

@media (max-width: 768px) {
	.top{
		width:100%;
		border-radius:0;
	}
	
.soc-set {
	display:none;
}
}

.slide{
	margin-top:-125px;
}

.soc-set {
	background: url('../images/rocket.png') no-repeat top center;
	border-radius: 25px;
	padding: 3rem 0 10px 5px;
	left: 0;
	position: absolute;
	top: 310px;
	width: 80px;
	z-index: 20;
	background-size:cover;
	height:280px;
	text-align:center;
}
.soc-set a {
	color: #fff;
	background: #e36314;
	border-radius: 50%;
	margin:  .2rem .2rem .2rem 21px;
	padding: 1px;
	width: 28px;
	height: 28px;
	border:1px solid #fff;
	text-align:center;
	display: block;
	text-align:center;
	transition:all 0.3s ease 0s;
	
}

.soc-set a:hover{	
	background: #9a9a9a;
}
.soc {
	position: fixed;
	top: 55px;
	left: auto;
}
/**/

	
/*menu*/
.menu-top{
	margin-top:3rem;
	z-index: 9999;
}
.menu-top .menu{
	min-height:90px;
	justify-content:center;
}
.menu-top .navbar{
	padding:.3rem 0rem;
}

.menu a{	
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0 1rem;		
	display: flex;
	justify-content: center;
}
.menu li{
	margin:0 .4rem;
}

.menu li>a{	
	padding:.5rem;
}
.menu .active a{	
	color:#fff;
}

.menu img{
	position:absolute;
}
.menu a span{
	background:rgba(0,0,0,.5);
	border-radius:.5rem;
	border:2px solid #555;
	padding:3px 12px;
	font-weight:500;
	position:relative;
	top:55px;
	text-align:center;
	transition: all 0.5s ease;
}


.menu-top ul li a:hover span,
.menu-top ul li.active span {
	background: rgba(168, 101, 101, .7);
	border:2px solid #b7602a;	
	top:25px;
}

@media (max-width: 1260px) {	
	.menu-top {
		margin-top: 1rem;
	}
	.menu-top .menu{
		min-height:195px;
	}
	.menu li{
	margin:0 .3rem;
	}
}
@media (max-width: 768px) {	
	.menu img {
		height: 66px;
	}
	.menu a span {
		font-size: smaller;
		top:45px;
	}
	
	.menu li{
	margin:0 ;
	}
}
@media (max-width: 568px) {	
	.menu img {
		height: 50px;
	}
	.menu a span {
		font-size: .8rem;
		top:30px;
	}
	.text-logo img {
		width:90%;
	}
}
@media (max-width: 440px) {	
	.menu-top {
		margin-top: 0;
		border-bottom: 1px solid #222;
		padding-bottom: 8px;
	}
	.menu-top .menu {
	min-height: 260px;
	}
	.menu a span {
		font-size: .7rem;
		top:25px;
	}
	.menu li {
	width: 45%;
}
}


/**/

/*lang*/
.mod-languages{
	padding:4px 0;
	margin-bottom:.7rem;
	}
.mod-languages li  a{	
  color: #555;
	background:rgba(255,255,255,.9);
	padding:.3rem .8rem;
	font-size:.9rem;
  border-radius: 2px;
  
  transition:  ease-in-out 0.2s;
}

.mod-languages li:hover a, .mod-languages li.lang-active a{		
  color: #fff;
  background: rgba(165, 61, 198, 0.9);
}
div.mod-languages li {
	margin: 1px;
}

div.mod-languages ul.lang-inline li {
	display: inline-block;
}
/**/

/*search*/

.search {
  padding-top: 1px;
}
.form-search{
justify-content:center;
}
.form-control {
  background-color: #fff;
  background: #fff;
  border: 0px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: .9rem;
  height: 26px;
  line-height: 1.42857;
  padding: 10px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-right:34px;
}

.form-search .btn-info {
  background: rgba(165, 61, 198, 0.9);
	color:#fff;
	position:absolute;
	margin-left:175px;
	padding:.2rem .5rem;
}
.form-search .btn-info:hover {	
  background: rgba(188, 142, 190, 0.9);
}


.search .btn {
  font-size: 13px;
}
.btn-primary {
  background-color: #A65C85;
  border-color: #ccc;
  color: #fff;
}
.search .button {
  vertical-align: text-bottom;
}
.search .button{
	border:none;
}
/**/


/* content */
.content hr{
	background:#333;
	height:2px;
}
.content .row img{
	max-width:100%;
	border:1px solid #dee2e6;
}
.content .btn{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#d0524a;
	border:2px solid #e39960;
  transition:  ease-in-out .8s;
}
.content .btn:hover, .content .btn:focus{
	color:#fff;
	background:#9b7878;	
	text-decoration:none;
}

.blog .span6 .column-1, .blog .span6 .column-2{
	width:48%;
	float:left;
	margin:1rem .3rem 2rem;
}

.blog .span4{	
	margin:1rem .3rem 2rem;
	float:left;
	width:31%;
}

.blog .span3{	
	margin:1rem .3rem 2rem;
	float:left;
	width:24%;
}


.item-image{
	margin-bottom:1rem;
	text-align:center;
}



@media (max-width: 1198px) {	
	.blog .span6 .column-1, .blog .span6 .column-2{		
	margin:1rem .3rem 2rem;
	}
.blog .span3{	
	width:23%;
}
}
@media (max-width: 992px) { 
	.blog .span6 .column-1, .blog .span6 .column-2{
		margin:.4rem ;	
	}
	.page-header h2{
	font-size:1.1rem;
	}
.blog .span3{	
	width:48%;
}
}

@media (max-width: 768px) { 
	.blog .span6 .column-1, .blog .span6 .column-2{
		width:100%;
		
		margin-bottom:2rem ;
	}

.blog .span4, .blog .span3{		
	width:100%;
}

	.blog .item-image img{
		width:100%;
		height:auto;
	}
}


.content{
	font-size:1.1rem;
	min-height:500px;
}
.span12 .page-header{
	background: #d0524a;
	border-radius: .3rem;
	text-align:center;
	text-transform:uppercase;
}
.span12 .page-header h2{
	font-size:1.8rem;
	padding: .1rem 0;
}
.breadcrumb {
	background:none;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 4px 15px;
}
.breadcrumb li a, .breadcrumb li span{
	font-size:.8rem;
	color:#fff;
}
.cat-children h3{
	font-size:18px;	
}
.cat-children h3.page-header{
	margin: 0 0 10px;
}
.jumbotron blockquote p{
font-size:17px;
}

.blog p{
	text-align:justify;
}
.blog>h2 {
	border-bottom:2px solid #FAAB01;
	padding:11px 0;
}
.blog h2 span{
background: #faab01 none repeat scroll 0 0;
color: #fff;
font-size: 23px;
padding: 10px 20px;
text-align: justify;
}

.item-title{
	text-transform:uppercase;
	margin-bottom:2rem;
}
.ava{
	margin:0 20px; 
	float: left;
}

@media (max-width: 568px) {
.item-title{
	margin-top:20px;
}
.ava{	
	float: none;
	width:90%;
}
}

/**/


/*News*/
.moduletable-news h3 {
	background: #195788;
	font-size: 1.4rem;
	padding:5px 10px;
	color: #fff;
	padding-left: 10px;
	text-transform: uppercase;
}
.slides_control{
	margin-top:100px;
}
.bt-cs .bt-inner .bt-category{
	color:#999;
	font-size:.8rem;
	font-weight:300;
}
.bt-cs .bt-inner .bt-title{
	color: #003f60;
	font-weight: normal;
	text-transform: none;
	font-size:17px;	
}
.slides_container .readmore{
	text-align:left;
}
.slides_container  .readmore a{
	background: #a53dc6;
	border-radius: 2px;
	color: #fff;
	padding: 4px 20px;
	font-size:.9rem;
}

.bt-cs .bt-inner {
	margin: 5px 0px 0px;
	padding: 10px 0px;
	/* border-top: 1px solid #d4d4d4; */
	font-size: 1.0rem;
	color: #3a3a3a;
}
.bt-cs .bt-inner img {
	outline: 0px solid #dadada;
	border: 0px solid #fff;
	max-width: 99%;
	margin: 3px 10px 3px 2px !important;
	transition: all 0.2s ease;
}
.bt-cs .bt-inner .bt-title {
	clear: both;
	color: #323232;
	font-weight: 700;
	text-transform: none;
	line-height: 1.2;
	font-size: 1rem;
}
.bt-cs .bt-extra {
	clear: none;
	margin-bottom: 5px;
	color:#777;
}
.bt-cs .bt-introtext {
	display: table;
	margin-top: 5px;
	font-size: 1.0rem;
	line-height: 1.2;
}

.title-module{
	text-align: center;
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom:2rem;
	font-weight:400;
}
/**/

/*login*/
.input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 2px 12px;
  text-align: center;
  width:90px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
	background-color:#cc6200;
	border-color:#FFEA00;
}
label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0px;
}
.control-group{
padding:2px 0;}

.unstyled{
	float:right;
	font-size:12px;
}

.unstyled li{
	list-style:none;	
}
.checkbox{
	font-size:12px;	
}

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: right;
  margin-left: 5px;
}
.login-greeting{
	padding-bottom:10px;
}
/**/

/*module*/
.modal-content {
	background-color: #bb4e41;
}
.buy, a.readmore-link{
	background: rgba(0,0,0,.5);
	border-radius: .5rem;
	border: 2px solid #555;
	padding: 3px 12px;
	font-weight: 500;
	text-align: center;
	transition: all 0.5s ease;
	margin-top:1rem;
	width:100%;
	color:#fff;
	text-decoration:none;
	display:block;
}
.formRed, .formError {
	color: white;
}
.buy:hover, .buy:focus, a.readmore-link:focus, a.readmore-link:hover{
	color: #f4bc2c;
	border: 2px solid #f4bc2c;
	text-decoration:none;
}

a.sppb-articles-scroller-link{
	text-decoration:none;
}
.sppb-articles-scroller-date-left-content {
	padding: 12px 25px;
}
.btn-block{
	background-color:#02ABEE;
	color:#fff;
}
.btn-block:hover{
	background:#666;
	color:#fff;
}
.project .title-module{
	text-align:left;
	margin-bottom:.6rem;
	font-size:1.4rem;
	font-weight:600;
	color:#484848;
}
.right-title{
	text-align:right;
	margin-bottom:.6rem;
	font-size:1.4rem;
	font-weight:600;	
	color:#484848;
}
.sprocket-lists-modern-title{
	font-size:1.2rem  !important;
	font-weight:600;
	color:#9534b4;
}
.sprocket-lists-modern-title .indicator{
	border-top:10px solid  #a53dc6;
}
.sprocket-padding{
	color:#666;
	font-size:.9rem  !important;
}
.readon{
	background: #6e43bf;
	opacity: 1;
	padding: 0.3em 1.2em 0.3em 1.2em;
	box-shadow: none;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-color: RGBA(0,0,0,1);
	border-radius: 3px;
	color:#fff;
	display:table;
	text-decoration:none;
	margin-top:.3rem;
}
.readon:hover{
	color:#fff;	
	background: #7238a6;
	text-decoration:none;
}
.green{
	background:#6ecd6e;
	padding:.5rem 1rem;
	color:#fff;
	font-size:1.2rem;
	margin:.4rem 0;
}
.yellow{
	background:#dad53f;
	padding:.5rem 1rem;
	color:#fff;
	font-size:1.2rem;
	margin:.4rem 0;	
}
.blue{
	background:#5fcdc7;
	padding:.5rem 1rem;
	color:#fff;
	font-size:1.2rem;
	margin:.4rem 0;	
}
.gray{
	background:#b0b0b0;
	padding:.5em 1rem;
	color:#fff;
	font-size:1.2rem;
	margin:.4rem 0;	
}
.red{
	background:#d65666;
	padding:.5rem 1rem;
	color:#fff;
	font-size:1.2rem;
	margin:.4rem 0;	
}
.green:hover, .yellow:hover, .blue:hover, .gray:hover, .red:hover{
	opacity:.8;
	cursor:pointer;
}
.position-3{
	background:#bd1993;
	-webkit-clip-path: polygon(0% 90%, 0% 0%, 100% 10%, 100% 100%);
	clip-path: polygon(0% 90%, 0% 0%, 100% 10%, 100% 100%);
}
.project .sprocket-lists-modern{
	border-right:1px solid #f0f0f0;
}

#comments-footer{
	display:none;
}
#comments-form label, #comments-report-form label, #comments-form span.captcha{
	color: #fff;
	line-height: 1.1em;
	font-size:.9rem;
	font-weight:normal;
}
#comments-form .btn, #comments-report-form .btn{
	background: rgba(0,0,0,.5);
	border-radius: .5rem;
	border: 2px solid #555;
	padding: 3px 12px;
	font-weight: 500;
	text-align: center;
	transition: all 0.5s ease;
	margin-top:1rem;
	text-decoration:none;
	display:block;
}
#comments-form .btn div, #comments-report-form .btn div {
	background: none; 
}
#comments-form .btn a{
	color:#fff;	
}
#comments-form .btn a:hover{	
	color:#999;	
}
#jc h4 {
	color: #fff;
	text-align:center;
	margin-top:5rem;
	font-size:1.2rem;
}
#comments-form input, #comments-form #comments-form-comment {
	padding: 1rem !important;
	font-size: 1rem;
}
.comments-form-message-error {
	background: #641F63 url(images/jc_error.gif) no-repeat 4px 50%;
}
.jcomments-links {
	 margin-top: 0px; 
	clear: both;
	text-align: center;
}
.comments-link{
	font-size:.8rem;
}
#comments-form input, #comments-form textarea {
	color: #777;
	background-color: #f8fff4 !important;
	border: 1px solid #849B9F;
	border-radius:5px;
}
/**/

/*left*/
.plitka-img {
	background: #000;
}
 .plitka-img img {
	max-width: 100%;
	opacity: 0.9;
	transition: 0.3s;
}
 .plitka-box:hover img {
	opacity: 0.6;
}
.plitka-link {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.plitka-link a {
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
/**/

/*right*/
.moduletable-about{
	background:#f1f4f9;
	padding:10px;
}
.about{
	font-size:.8rem;
}
.about span{
	color:#175689;
	text-transform:uppercase;
	font-weight:600;
}
.button-about{	
	background:#fff;
	border:2px solid #195788;
	color:#195788;
	padding:.2rem 1rem;
	text-transform:uppercase;
	font-size:.8rem;
	font-weight:600;
}

.button-about:hover{	
	color:#195788;
	background:#e1f8ff;
}
/**/

.item-page hr{
	clear:both;
}
.item-page image{
	margin:5px;
}
.item-page table p{
	text-indent: 0;
	font-size:15px;
}
.item-page table td{
	padding:5px;
}


/*footer*/
.bottom{
	color:#777;
	padding-bottom:15px;
}

footer{
  color: inherit;
  display: block;
  color:#fff;
  margin-top:10rem;
  padding-bottom:3rem;
}
footer #footer hr{
	border-color:  #555;
}
#footer{
	padding-top: 5px;
}
#footer p{
	padding:5px 0;
}
.footer-background{
	background:url(../images/footer.jpg) center bottom no-repeat;
	min-height:400px;
	width:100%;
}

.f-1{
	background:rgba(0, 0, 0, .5);
	border-radius:1rem;
	border:2px solid #666;
}
.f-2{
	text-align:center;
}
.f-3{
	text-align:center;
}

