﻿/* 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;
}
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;
}
/*
  ========================================
  Menu
  ========================================
*/
.nav img{
border-radius: 25px;
}

.parent {
text-align: center;
}
ul {
    display: inline-block; /*превращаем элемент в строчный блок*/
    
    zoom: 1; /*присваиваем ему layout*/
    font-size: 12px;/*устанавливаем размер шрифта*/
}


li {
    float: left;/*делаем блок плавающим*/
    display: inline;/*убираем двойные отступы у плавающих блоков в IE6*/
    margin-right: 8px;
    width: 150px;
    height: 58px;
    overflow: hidden;
    text-align: center;/*для того, чтобы центрировать надписи в элементах списка по горизонтали*/
    color: #fff;
    font-weight: bold;
    background: url(/path-to/nvigatsiya-def.gif) no-repeat;
    cursor: default;/*для активной страницы*/
    line-height: 22px;/*для того, чтобы центрировать надписи в элементах списка по вертикали*/
}
li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 23px;
    height: 22px;
    background: url(/path-to/nvigatsiya-href.gif) no-repeat;
}



li img {
  border-radius: 25px;
}






h1 {
text-align: center;
}


/*
  

*/
body {
  background: #87CEFA;
  color: #888;
  font: 300 16px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
  

*/


*,

*:before,

*:after {
  
-webkit-box-sizing: border-box;
     
-moz-box-sizing: border-box;
          
box-sizing: border-box;

}

.container,

.grid {
  
margin: 0 auto;
  
width: 1080px;

}

.container {
  
padding-left: 10px;
  */роздвигає по сторонам
padding-right: 10px;

}

.grid,

.col-1-3,

.col-2-3 {
  
padding-left: 25px;
  
padding-right: 25px;

}

.col-1-3,

.col-2-3  {
  
display: inline-block;
  
vertical-align: top;

}

.col-1-3 {
  
width: 33.03%;

}

.col-2-3 {
  
width: 66.66%;

}
/*
  
*/
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}
/*
 
*/

.row,
.row-alt{
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 66px 0 64px 0;*/висота білої полоси, 66- зверху, 64 - знизу
}
.row-alt {
  background: #cbe2c1;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background: linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 24px 0 22px 0;
}


/*
  
*/
h1, h2, h3, h4 {
  color: black;
}
h1 {
color: black;
}
h1, h3, h4, h5, p {
  margin-bottom: 2px;
}
h1 {
  font-size: 30px;
  line-height: 34px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  color: black;*/колір підпису картинок
  font-size: 14px;
  font-weight: 400;
  
}
strong {
  font-weight: 400;
}
cite, em {
  font-style: italic;
}

/*

*/

.lead {
  text-align: center;
}
.lead p {
  font-size: 15px;
  line-height: 23px;
}
/*
  
*/

a {
  color: #648880;
  text-decoration: none;
}
a:hover {
  color: #a9b2b9;
}
p a {
  border-bottom: 1px solid #dfe2e5;
}
.primary-header a,
.primary-footer a {
  color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
  color: #648880;
}
/*
 
*/

.btn {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
}
.btn-alt {
  border: 1px solid #fff;
  padding: 10px 30px;
}
.btn-alt:hover {
  background: #fff;
  color: #648880;
}
/*
  
*/

.logo {
  */border-top: 4px solid #648880;
  float: left;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 44px;
  padding: 20px 0 22px 0;
  text-transform: uppercase;
}
.tagline {
  margin: 26px 0 22px 0;
  text-align: right;
}
.taglline {
  margin: 6px 0 12px 0;
  text-align: right;
}
.primary-nav {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  */text-transform: uppercase;
}
/*
 
*/

.primary-footer {
  color: #648880;
  font-size: 14px;
  padding-bottom: 44px;
  padding-top: 44px;
}
.primary-footer small {
  float: left;
  font-weight: 400;
}
/*
  
*/



/*
  
*/

.hero {
  color: #fff;
  line-height: 40px;
  padding: 22px 80px 46px 80px;
  text-align: center;
}
.hero h2 {
  font-size: 36px;
}
.hero p {
  font-size: 20px;
  font-weight: 80;

}
.teaser a:hover h3 {
  color: #000000;
  text-align: center;
}
.teaser img {
  border-radius: 5px;
  display: block;
  margin-bottom: 22px;
  max-width: 100%
}


p{
color: green;
font-size: 22px;
}