/*

  960 Grid System ~ Text CSS.

  Learn more ~ http://960.gs/



  Licensed under GPL and MIT.

*/



/* `Basic HTML

----------------------------------------------------------------------------------------------------*/

@font-face {

    font-family: 'Museo';

    src: url('../font/museo.eot');

    src: url('../font/museo.eot?#iefix') format('embedded-opentype'),

         url('../font/museo.woff') format('woff'),

         url('../font/museo.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;



}

.pacifico {

font-family: Pacifico;

}

body {

font-family: Arial;

font-size: 14px;

line-height: 26px;

color: #747474;

font-weight: normal;

}



pre,

code {

  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;

}



hr {

  border: 0 #eaecee solid;

  border-top-width: 1px;

  clear: both;

  height: 0;

}



/* `Headings

----------------------------------------------------------------------------------------------------*/



h1 {

  font-size: 36px;

}



h2 {

  font-size: 30px;

}



h3 {

  font-size: 24px;

}



h4 {

  font-size: 18px;

  font-weight: 600;

}



h5 {

  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px !important;
  color: #747474 !important;
}




h6 {

  font-size: 14px;

}



h1, h2, h3, h4, h5, h6 {

  font-weight: normal;

  color: #464646;

  /*font-family: Lato, Arial, Tahoma;*/

clear: both;



}

.buttons-container h5, h1.special-text {
   font-family: 'Open Sans Condensed', Lato, Arial, Tahoma;
    font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}



#page-header h1 {

  font-weight: normal !important;

}



/* `Spacing

----------------------------------------------------------------------------------------------------*/



ol {

  list-style: decimal;

}



ul {

  list-style: disc inside;

}



li {

  margin-left: 30px;

}



p,

dl,

hr,

h1,

h2,

h3,

h4,

h5,

h6,

ol,

ul,

pre,

table,

address,

fieldset,

figure {

  margin-bottom: 30px;

}

img::selection,

div::selection,

a::selection,

h1::selection,

h2::selection,

h3::selection,

h4::selection,

h5::selection,

h6::selection,

span::selection,

p::selection {

	color: #fff; /* Цвет текста */

  background: #a5d651; /

}

img::-moz-selection,

div::-moz-selection,

a::-moz-selection,

h1::-moz-selection,

h2::-moz-selection,

h3::-moz-selection,

h4::-moz-selection,

h5::-moz-selection,

h6::-moz-selection,

span::-moz-selection,

p::-moz-selection {

	color: #fff; /* Цвет текста */

  background: #a5d651; /

}

a {text-decoration: none;}