/* Eric Meyer's CSS Reset 
-----------------------------------------------------------------------------*/
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;
}
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;
}
/* Global
-----------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  font: 12px/18px Arial, sans-serif;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  min-width: 900px;
}
html, body {
  height: 100%;
}
.wrapper {
  width: 100%;
  min-width: 1000px;
}
h1 {
    font-weight: bold;
}
td {
  vertical-align: top;
  width: 25%;
}
table {
  height: 100%;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left_table {
  float: left;
}
.sidebar {
  background: #fafafa;
  width: 300px;
  min-height: 100%;
  position: relative;
}
.footer {
  height: 275px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  width: 360px;
}
.border_banner {
  border:4px solid #dddddd;
  display:block;
  text-decoration:none;
  margin-bottom: 53px;

}
.banner {
  width: 282px;
  max-width: 282px;
}
.send_form {
  height: 100%;
}
.send_form td {
  vertical-align: middle;
  overflow: hidden;
}
.logo img {width:42px;}
 .bottom {
  vertical-align: bottom;
  background: #f4f4f1;
  height: 100%;
  width: 360px;
  min-height: 100%;
  position: relative;
}
.footer .text  {
  margin: 0 auto;
  text-align: center;
  width: 302px;
  max-width: 302px;
  margin: 0 auto;
  padding: 5px 10px;
  
}
.signin {
  width: 7px;
  height: 8px !important;
  position: absolute;
  bottom: 18px;
  right: 35px;
  opacity: 0.5
}
.logo {
  margin: 0px auto 0 auto;
  text-align: center;
  width: 60%;
  margin-top: 30px;
}
.logo h1 {
  border: none;
  color: #000;
  margin-top: 15px;
  text-transform: uppercase;
}
.logo p, .footer p {
  color: #908e86;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
}
.phone {
  margin-top: 20px;
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 500;
}
.logo p span {font-size:14px;padding-top: 10px;
  display: block;}
.form {
  margin: auto;
  text-align: center;
  display: block;
  height: 225px;
  width: 240px;
}
.form form {
  margin-top: 20px;
}
.form input {
  display: block;
  width: 100%;
}
.form input[type="text"] {
  border: none;
  background: none;
  outline: none;
  border-bottom: 2px solid #e1e1e1;
  font-size: 12px;
  margin-bottom: 10px;
  color: #8c8c8c;
  padding: 10px 0;
  text-transform: uppercase;
}
.form input[type="text"].error {
  border-color: #F30000
}
.form input[type="submit"], .button {
  text-align: center;
  height: 59px;
  color: #8c8c8c;
  background: #FFF;
  text-transform: uppercase;
  border: 2px solid #e1e1e1;
  cursor: pointer;
  margin-top: 20px;
  outline: none;
}
.button {
  display:block;
  text-decoration:none; 
  margin-top:10px;
  padding-top:20px;
  height:39px;
}
.form input[type="submit"]:hover, .button:hover {
  background: #fcfcfc;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease; 
}
.form strong{
  font-size: 16px;
  color: #8c8c8c;
  text-transform: uppercase;
}
/* Middle
-----------------------------------------------------------------------------*/
.background {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

.background:hover span {
  background: #000;
}
.info {
  margin: auto;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  height: 150px;
  width: 80%;
}
.info h1 {
  line-height: 30px;
}
h1 {
  padding-bottom: 0px;
  text-align: center;
  display: table;
  font-size: 32px;
  border-bottom: 3px solid #f30000;
  margin: 0 auto 15px auto;
}
.info_text {
  margin: 0 auto;
  width: 90%;
}
.info span {
  font-size: 14px;
  display: inline;
  padding-top: 2px;
  line-height: 22px;
  color: #FFF;
}
.i1, .i2, .i3, .i4 {
  background: url(../img/i1.jpg)  50% 50% / cover no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100% !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  transition: transform 1500ms ease; 
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
}
.i1:hover, .i2:hover, .i3:hover, .background:hover .row .i1, .i4:hover {
  -webkit-transform: scale(1); transform: scale(1); -webkit-transition: transform 1500ms ease; 
  transition: transform 1500ms ease; 
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.i2 {
  background: url(../img/i2.jpg)  50% 50% / cover no-repeat;
}
.i3 {
  background: url(../img/i3.jpg)  50% 50% / cover no-repeat;
}
.i4 {
  background: url(../img/i4.jpg)  50% 50% / cover no-repeat;
}
.info ul li{
    margin-bottom:10px;
    position:relative;
    font-size:16px;
    line-height:30px;
    text-transform:none;
    padding-left:30px;
}
.info ul li:before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 15px;
    height: 12px;
    background: url(../img/list.png) no-repeat;
    background-position: 0 0;
}
/* jGrowl
-----------------------------------------------------------------------------*/
.jGrowl{z-index:9999;color:#fff;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:fixed}.jGrowl.top-left{left:0;top:0}.jGrowl.top-right{right:0;top:0}.jGrowl.bottom-left{left:0;bottom:0}.jGrowl.bottom-right{right:0;bottom:0}.jGrowl.center{top:0;width:50%;left:25%}.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}.jGrowl-notification{background-color:#000;opacity:.9;-ms-filter:alpha(90);filter:alpha(90);zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;word-break:break-all;min-height:40px}.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}.jGrowl-notification .jGrowl-header{font-weight:700;font-size:.85em}.jGrowl-notification .jGrowl-close{background-color:transparent;color:inherit;border:none;z-index:99;float:right;font-weight:700;font-size:1em;cursor:pointer}.jGrowl-closer{background-color:#000;opacity:.9;-ms-filter:alpha(90);filter:alpha(90);zoom:1;width:250px;padding:10px;margin:10px;display:none;border-radius:5px;word-break:break-all;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center}.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print{.jGrowl{display:none}}
.jGrowl-notification {border:none !important; color: #FFF !important}