@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900);
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Exo 2', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
a:hover {
	cursor: pointer;
}

.header_top {
  background:#0070c2;
  text-align: center;
  min-height:100px;
  position:relative;
}
.header_top img {
  width:170px;
  height:auto;
  margin:0;
  margin-top: -30px;
}
.header_top:before {
  background: url(../images/pattern1.png) 0 top repeat-x;
  width: 100%;
  height: 9px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.logo {
	line-height: 0.6;
	margin-top: 15px;
}

.logo h1{
	font-size: 36px;
	margin-top: 18px;
}

.red {
	color:#FE0000;
}

.blue {
	color:#7AAEFB;
}

.white {
	color:white;
}

.menu {
	color:#FFFFFF;
}

.menu ul {
	margin-top:40px;
	margin-bottom:20px;
	
}
.menu ul li {
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	color:#FFFFFF;
	
}
.menu a {
	font-size:22px;
	color:#FFFFFF;
}
.menu a:hover {
	border-bottom: 1px dashed #FFFFFF;
	text-decoration: none;
	color:#FFFFFF;
	
}
.index_text {
	text-align:left;
	margin-top:50px;
	margin-bottom:50px;
	min-height:400px;
}
.index_header {
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.box_1 {
	border:1px solid #6bb044;
    padding:10px;
    text-align:center;
    height:170px;
    padding:10px;
    margin-bottom:40px;
}
.inner_row {
	border:1px solid #6bb044;
	background:#6bb044;
	height:150px;

}
.inner_row:hover{
	border:1px solid #567f3e;
	background:#567f3e;
	height:150px;
	cursor:pointer;
}
span.icon_1 {
    font-size: 50px;
    line-height: 50px;
    color: white;
    margin-top:20px;
    display: block;
}
.inner_row h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: 400;
    margin-top:15px;
    text-align:center;
}
glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.share_pulso {
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
}
.footer {
	background:#0070c2;
	height:60px;
}
.footer a {
	color:#ffff00;
}
.footer p {
	color:white;
	margin-top:20px;
	text-align:center;
}
.news-block {
	text-align:center;
	margin-bottom:20px;
	margin-top:40px;
}
.news-header {
	margin-bottom:40px;
}
.news-one {
	padding-bottom:50px;
	padding-left:70px;
	padding-right:70px;
}
.date {
	color:grey;
	font-size:18px;
}
.news-one a {
	color:#6bb044;
}
.inner_content {
	min-height:400px;
	margin-bottom:60px;
	margin-top:60px;
}
a.index_a_uslugi:hover {
	text-decoration:none;
}
table {
	border:1px solid grey;
	padding-left:10px;
	width:auto;
}
tr {
	border:1px solid grey;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
td {
	border:1px solid grey;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;

}
.counter {
	padding-top:28px;
}

.forma h1{
	text-align: center;
}

.forma h2{
	text-align: center;
}

.forma p {
	margin-top:20px;
}

.message_text {
	height:200px;
}

.btn-right {
	margin-top:30px;
	text-align:center;
}

.index_text img {
	max-width: 980px;
}

.inner_content img {
	max-width: 980px;
}

.php-text {
	margin-top:300px;
	text-align: center;
	font-size: 22px;
	color:white;
}

.php-text a{
	color:red;
}

.bg_mail_tpl {
	background: #655076;
	height: 100%;

}


.pages {
	text-align: center;
}

.photo_block {
	min-height:350px !important;
}

.photo_block a:hover{
	text-decoration: none;

}




@media (max-width: 480px) and (min-width: 300px) {

	.menu ul {
	    margin-top: 40px !important;
	    margin-bottom: 40px !important;
	   padding: 10px 15px !important;
	}
	.menu ul li {
	    display: inline-block !important;
	    margin-left: 15px !important;
	    margin-right: 8px !important;
	    color: white !important;
	}
	
	.menu a {
	    font-size: 48px !important;
	    color: #FFFFFF !important;
	}
	
}