﻿/* 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;
}


/*
  ========================================
  Пользовательские стили
  ========================================
*/
body {
  background: #293f50;
  color: #888;
  font: 300 18px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
  min-width: 930px;
}

header {
    background: #293f50;
    color: #ffffff;
    padding-bottom: 70px;
    box-shadow: 0 0 5px 1px #ffffff;
    padding: 10px;
}

h1 {
  text-align: center;
  font-size: 64px;
  font-family: 'Roboto', cursive;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  line-height: 94px;
}

p.header {
  color: rgb(224, 224, 224);
}

.job {
  border: 2px #fff;
  border-radius: 15%;
}

.opisanie {
  background-image: url(img/job.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}

h2 {
  font-size: 48px;
  text-align: center;
  font-family: 'Pattaya', sans-serif;
  text-shadow: rgb(0, 0, 0) 2px 2px 10px,rgb(0, 0, 0) -2px -2px 10px;
  padding: 20px 30px;
}

ul.job {
list-style: square;
margin-left: 60px;

}

.job li {
  padding-top: 20px;
  font-family: 'Pattaya', sans-serif;
  font-size: 32px;
  text-shadow: rgb(0, 0, 0) 2px 2px 10px,rgb(0, 0, 0) -2px -2px 10px;
}

.main {
  font-size: 32px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 2px 2px 10px,rgb(0, 0, 0) -2px -2px 10px;
  padding-bottom: 20px;
}
main p {
  text-align: center;
}

.cart {
  border: 2px rgb(0, 0, 0);
  width: 95%;
  margin-bottom: 10px;
}

.adress {
  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: 44px 0 22px 0;
  text-align: center;
}

.raspisanie {
  margin: 0 auto;
  width: 100%;
  padding: 22px 0 22px 0;
}

.colonka {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

a > img {
  height: 365px;
}

p.podpis {
  line-height: 32px;
  font-size: 32px;
  padding-bottom: 10px;
  color:#293f50;
  font-weight: bold;
}
.red {
color: red;	
}

footer {
    background-image: url(img/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

img.boot {
  margin-left: 20px;
}

/*Колонки*/

footer > .container {
  margin: 0 auto;
  display: inline-block;
  margin-top: 40px;
  line-height: 20px;
  font-weight: bold;
}

.col-1-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.col-1-1 {
  display: inline-block;
  vertical-align: top;
}
.col-1-1 {
  width: 40%;
}

.price {
  font-size: 32px;
  margin-top: 20px;
}



/*Навигация*/

nav.header-menu {
    text-align: right;
    font-size: 48px;
}

nav li {
    display: inline-block;
    margin: 0 10px;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-shadow: rgb(255, 255, 255) 2px 2px 10px,rgb(255, 255, 255) -2px -2px 10px;
  color: rgb(14, 0, 145);
  text-decoration: underline;
}

.colonka > a {
  text-decoration: underline;
  /*text-shadow: rgb(12, 167, 64) 2px 2px 10px,rgb(12, 167, 64) -2px -2px 10px;*/
  color:#293f50;
  font-weight: bold;
}


/*Таблица*/

table {
  border-collapse: separate;
  border-spacing: 0;
  color: #4a4a4d;
  font: 18px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: auto;
}
th,
td {
  padding: 10px 15px;
  vertical-align: middle;
}
thead {
  background: #395870;
  color: #fff;
}
td:first-child {
  text-align: left;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
td {
  border-bottom: 1px solid #2f303a;
  border-right: 1px solid #2f303a;
}
td:first-child {
  border-left: 1px solid #2f303a;
}

tfoot {
color: red;
}

.price-table {
  font-size: 32px;
  margin-top: 20px;
}

td.zagolovok {
  text-align: center;
  background: #888;;
  color: #fff;
}

a.btn-link {
  font-size: 32px;
  color: #293f50;

}

.modal-title {
  font-size: 32px;
  color: #293f50;
}
