body {height: auto;}
h1 {font-family: 'Marmelad', sans-serif;
	margin: 10px 20px 20px 20px;
	font-size: 34px;
	color: #f4f7f9;
	line-height:1.6;
	text-align: center;
	text-shadow: 0px 1px 2px rgb(0, 0, 0);
}
h2 {
	margin: 15px;
	padding-bottom: 40px;
	font-size: 26px;
	font-weight: 500;
	color: #ecf3f7;
	line-height:1.6;
	text-align: center;
}
h3 {
	margin: 15px 15px 25px 15px;
	font-size: 25px;
	font-weight: 600;
	color: #d83510;
	line-height:1.6;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	margin: 15px 15px 25px 15px;
	font-size: 20px;
	color: #4e4c4c;
	font-weight: 500;
	line-height:1.6;
}
h5 {
	margin: 25px 15px 25px 15px;
	font-size: 18px;
	color: #d83511;
	font-weight: 500;
	line-height:1.6;
	text-align: center;
}
hr {
    margin-bottom: 50px;
    max-width: 500px;
    border-color: #ca2a06;
}
.top-head {
	min-height: 44px;
	background-color: #078dd5;
    background-image: linear-gradient(#1386c3,#099be9);
}
.top-number {min-width: 155px;} 
.top-number p {
  margin-top:11px;
  font-size:16px; 
  font-weight:200; 
  color:#ffffff; 
}
.social {
    margin-top: 5px;  
    margin-bottom: -5px; 
    padding: 0;
    text-align: right; 
}
.social-share{
	margin-top: 3px;
	padding: 0;
    display: inline-block;
    list-style: none;
}
ul.social-share li {display: inline-block;}
ul.social-share li a {
    display: inline-block;
    padding-top:6px;
    background: #e56548;
    width: 30px;
    height: 30px;
    color: #f7f5f4;
    line-height: 16px;
    text-align: center;
    font-size:18px; 
    border-radius: 2px;
}
ul.social-share li a:hover {
  background: transparent;
  color: #cb2f0d;
}
/*End top block*/
/*Begin menu block*/
.navbar-static-top {
    margin-bottom: 19px;
	height: 110px;
	background-color: #f2f4f5;
}
#logo {
	height: auto;
	margin: -12px 1px 1px -2px;
}
#navbar {margin-top: 30px;}
.navbar-right {margin-right: -15px;}
.navbar-default .navbar-nav>li>a {
	font-size: 18px;
    color: #045f9d;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #162d3f;
    background-color: transparent;
}
.navbar-collapse {
    padding-top: 10px;
    background-color: #f2f4f5;
}
.big-home-block {
	 margin-top: -19px;
	  background: url(../img/bg.png) no-repeat center center;
      background-size: cover;
      color: inherit;
}
#intro-big {vertical-align: center;}
#intro-big img {
  margin: 0 auto; 
  padding-top: 20px;
  padding-bottom: 30px;
  width: auto;  
  float: center;  
}
#dinamic {margin: 0 5px;}
#dinamic img {
	margin: 0 auto; 
	padding-top: 15px;
    padding-bottom: 15px;
	width: 50%;  
}
#dinamic p {text-align: center;}
#about {margin: 50px 1px;}
#about img {
  margin:1px 0px 20px 20px;
  width: 90%;  
}
#media, #help {margin: 70px 1px;} 
.gallery {margin-bottom: 25px;}
.gallery h4 {text-align: center;}
.gallery p {
	margin-top:15px;
	text-align: center;
}
.gallery img {margin: 0 auto;}
#contacts {
    margin: 270px 1px 220px 1px;
    padding: 40px 1px 50px 1px;
    background-color: #f2f4f5;
    border: 1px solid #d3d6d7;
}  
.video {margin-bottom:15px;}
footer {
	background:#0f3245;
	margin-top: 100px;
	border-top: 1px solid #a2a3a3;
}
footer p{
	font-size: 14px;
	margin: 20px 5px 30px 1px;
	color: #e2e5e7;
}
.btn-primary{
	margin: 20px 1px;
	float: right;	
}
.btn-warning{
    background-color: #e45c0d;
    background-image: linear-gradient(#f67930,#d54a0d);
    border-color: #e15604;
}
.btn-warning:hover{
	color: #f6ede8;
    background-color: #da5303;
    background-image: linear-gradient(#e4581a,#f67930);
    border-color: #C75918;
}
.copyright {
    margin-left: 20px;
    padding: 25px 0 15px 0;
}
.copyright a {
    color: #e2e5e7;
    text-decoration: none;
}
.copyright a:hover {
    color: #e2e5e7;
    text-decoration: underline;
}
/*media query*/
@media screen and (max-width: 768px) {
h1 {
	margin: 5px;
	font-size: 29px;
	}
h2 {
	margin: 10px;
	font-size: 22px;
	}
.top-number p {
  font-size:15px; 
}
.social{
	margin-right: 1px; 
	}
.navbar-static-top {
	height: 75px;
	}
#logo {
	height: 300%;
	} 
}