
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*    font-family: 'Open Sans', sans-serif;*/
    
}


body {
    background: rgba(244, 244, 244, 0.82) top no-repeat scroll;
    background-position: 50% 0%;
    width: 100%;
    font-family: "GothamPro"; 
    font-weight: bold;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* finish */






.wrapper {
    margin-bottom: 3%;
}

.navbar a, a:hover {
    color: white;
    text-decoration: none;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.logo {
    width: 600px;
}

.logo img {
    width: 125px;
    display: inline-block;
    position: absolute;
}

.logo_text {
    width: 475px;
    float: right;  
    margin-left: 125px;
    margin-top: 5px;
    display: block;
    position: absolute;
}

.logo p.first {
    width: 100%;
    margin: 5px;
    font-size: 200%;
    float: right;
    text-align: center;
}

.logo p.second {
    width: 100%;
    margin: 5px;
    font-size: 150%;
/*    float: right;*/
    text-align: center;
}

.nav-pills {
    float: right;
    vertical-align: bottom;
}

.navbar-right{
    margin-top 10px;
}

.header {
    width: 100%;
}

.navbar-collapse {
    width: 100%;
    margin-bottom: 10px;
}

h1, h2 {
    text-align: center;
    margin: 15px;
    font-weight: bolder;
    font-size: 250%;
    font-family: "GothamPro";
}

h2 {
    font-size: 200%;
}

.container {
    text-align: center;
}

.sign-in h1 {
    margin-bottom: 5%;
}

.live_video {
    margin-left: 10%;

}

.about-text-1 {
	position: absolute;
	padding: 30px;
	color: #e4e4e4;
}

.about-text-img {
	padding: 20px;
	margin-top: 20px;
}

.about-text-img p {
	margin-bottom: 10px;
}

.verse{
	float: right;
	font-style: italic;
}

.about-img img {
    width: 100%;
}

.donat-info {
	float: right;
	color: #c1c1c1;
	font-size: 70%;
}

.donat-info a {
	text-decoration: underline;
	color: #c1c1c1;
}

.donat-info a::hover {
	color: #bbbbbb;
}

.donat-detail-info {
	margin-top: 40px;
	text-align: left;
}

.donat-detail-info div.donate-area {
	margin-top: -25px;
}

.bold-text {
	font-style: bold;
	font-weight: bold; 
}

.btn-group {
    margin: 15px;
}

.navbar-inverse .btn-link {
    color: #292929;
}

.navbar-inverse .btn-link:hover {
    color: #db2029;
    text-decoration: none;
}

.top-bar {
    float: right;
    width: 100%;
    margin-bottom: 40px;
}

.container button {
    margin: 10px;
    margin-top: 0;
}

.btn-group a {
    padding-right: 25px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: white;
    background-color: #db2029;
    font-size: 100%;
}

/*
.nav-pills>li>a {
    font-size: 78%;
}
*/

.nav-pills>li>a:hover {
    color: white;
    background-color: #db2029;
}

.navbar a, a:hover {
    color: #DB2029;
    text-decoration: none;
}

.footer {
    background-color: #d0d0d0;
}

.footer p {
    color: #000;
    font-size: calc(0.8rem + 0.5vw);
}

.navbar-footer {
    width: 100%;
    text-align: center;
}

.navbar-footer ul {
	display: inline-block; 
    zoom: 1; /*присваиваем ему layout*/
	list-style: none;
    float: none;
}


.footer-pills>li.active>a, .footer-pills>li.active>a:focus, .footer-pills>li.active>a:hover {
    color: #585858;
    background-color: #d0d0d0;
    text-decoration: underline;
    font-size: 130%;
}

.footer-pills>li>a {
    color: #646464;
    text-align: justify;
    font-size: 130%;
}

.footer-pills {
    float: none;
    text-align: justify;
}

.footer-pills>li>a:hover {
    color: #4d4d4d;
    background-color: #d0d0d0;
    text-decoration: underline;
}

hr {
    color: #DB2029; /* Цвет линии для остальных браузеров */
    background-color: #DB2029; /* Цвет линии для браузера Firefox и Opera */
    height: 2px; /* Толщина линии */
    margin: 25px;
}

ul li {
    position: relative;
}

.dropdown {
    position: absolute;
    top: 100%;
    width: 170px;
    background: #fff;
    display: none;
    border-radius: 4px;
    border-color: #DB2029;
    border: 0.1px;
    font-size: 80%;
}

body.mouse #navbarCollapse li:hover .dropdown {
    display: block;
    color: white;
}

.dropdown li {
    width: 100%;
    height: 35px;
    text-align: left;
}

.dropdown li.disabled a{
    color: grey;
}

.dropdown li a {
    display: block;
    line-height: 35px;
    height: 35px;
    padding-left: 13px;
}

.dropdown li:hover {
    background-color: #DB2029;
    border-radius: 4px;
}

.dropdown li.disabled:hover {
    background-color: #fff;
}


.dropdown li a:hover {
    color: white;
}

.dropdown li.disabled a:hover {
    color: gray;
}

.navbar-inverse .navbar-toggle {
    background-color: #DB2029;
    border-color: white;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #db2029;
}

form-control {
    border-radius: 0px;
}

form button {
    float: right;
}

.sign-in {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.sign-in h1 {
    padding-bottom: 10px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
    border: 1px solid #DB2029;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.yotube-videos {
    margin-top: 5%;
}

.conference-text {
	font-size: 150%;
	//text-align: justify;
}

.text-accent {
	text-decoration: underline;
}

.conference-img {
	width: 100%;
	margin-bottom: 30px;
}

.conference-img div {
	padding: 20px;
}

.br-media-css{
	display: none;
}

.item {
    height: 400px;
}

.item img {
    height: 350px;
}

.news-2 {
    padding-top: 5%;
}

.news-2 li {
    font-size: 200%;
}

.space-video {
    padding-top: 15px;
    padding-bottom: 25px;
}

.btn-youtube {
    margin: 2% 2% 0 2%;
}

.contacts-group {
    margin-top: 5%;
}

.contacts-group hr {
    margin: 15px;
}

h3 {
	font-size: 140%;
	margin-bottom: 20px;
}

.contacts-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contacts-item p {
    font-size: 120%;
}

.map {
    margin-top: 7%;
    margin-bottom: 4%;
}

.news-item p {
    font-size: 120%;
    margin: 3%;
}

button.btn-success {
    margin: 0px;
    margin-top: 1px;
}

li.donat {
    background-color: #51a951;
    border-radius: 3px;
}

li.donat a {
    color: white;
}

li.donat a:hover {
    color: white;
    background-color: #397739;
}

li.donat-footer a {
    color: #428a42;
}

li.donat-footer a:hover {
    color: #2c5c2c;
}


.nav-header [type="checkbox"], .nav-header label.toggleDrop{
     display: none;
    }

a.facebook-bg {
    background-color: #1877F2;
    color: white;
}

li>a.facebook-bg {
    margin-left: 3px;
    position: relative;
    display: block;
    padding: 6px 4px 1px 15px;
    margin-left: 5px;
    margin-top: 1px;
    background-color: #1257b1;
    color: white;
    border-radius: 4px;
}

.nav>li>a.facebook-bg:hover {
    background-color: #0e4287;
    color: white;
}

.facebook-bg i {
    font-size: 27px;
}

ul.social-icons li{
    display: block;
}


/* start dropdown menu from IT Freelancer */

/*
.arrow {
	display: none;
	position: absolute;
	right: 0;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.arrow.active{
	transform: rotate(-180deg);
}

.sub-menu__arrow.arrow {
	right: 10px;
	border-left: 10px solid #000;
	border-right: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.menu__arrow {}

body.mouse .menu__list>li:hover .sub-menu__list {
	display: block;
}
body.mouse .sub-menu__list>li:hover .sub-sub-menu__list {
	display: block;
}

body.touch .sub-menu__list.open{
	display: block;
}
body.touch .sub-sub-menu__list.open{
	display: block;
}
body.touch .arrow {
	display: block;
}

@media (max-width:767px){
	.wrapper{
		padding: 15px;
	}
	.menu__list {
		display: block;
	}
	.menu__list>li{
		margin: 0px 0px 10px 0px;
	}
	.sub-menu__list{
		position: relative;
		left: 0;
		top: 0;
	}
	.sub-sub-menu__list{
		padding: 0px 5px;
		position: relative;
		left: 0;
		top: 0;
	}
	.sub-menu__arrow.arrow {
		right: 10px;
		top: 15px;
		border-bottom: none;
		border-left: 10px solid transparent;
		border-top: 10px solid #000;
		border-right: 10px solid transparent;
	}
}
*/

/* finish dropdown menu from IT Freelancer */







/* соцсети */

ul.menu {
  transform: translate(0%, 0%);
  list-style-type: none;
  padding: 0;
/*  width: 50%;*/
  display: inline-block;
  margin: 20px;
}

ul.menu li {
  display: inline-block;
  margin: 10px;
}


ul.menu li a i.fa {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  
  border-radius: 40px;
  color: #424242;
  position: relative;
  transition: all ease 0.2s;
}
ul.menu li a i.fa::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 40px;
  background-color: #9E9E9E;
}
ul.menu li a i.fa:hover {
  color: #fff;
  font-size: 18px;
}
ul.menu li a i.fa:hover::after {
  animation: animate ease 0.6s forwards;
}
ul.menu li a i.fa-facebook:hover::after {
  background-color: #3b5998;
}
ul.menu li a i.fa-twitter:hover::after {
  background-color: #00aced;
}
ul.menu li a i.fa-instagram:hover::after {
  background-color: #8a3ab9;
}
ul.menu li a i.fa-youtube-play:hover::after {
  background-color: #ff0000;
}

@keyframes animate {
  0%,20% {
    transform: scale(1);
    border-radius: 40px;
    background-color: #9E9E9E;
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
    border-radius: 10px;
  }
  60%,100% {
    transform: scale(1);
    border-radius: 5px;
  }
}

/* /соцсети */








@font-face {
/* GothamPro */
font-family: "GothamPro"; 
/* адрес шрифта и тип */
src: url("../fonts/GothamPro.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 