html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.span4 {
  width: 300px;
}

.span8 {
  width: 620px;
}

p {
  margin: 0 0 10px;
}

h1 {
  margin: 0px 0px 0px -6px;
  font-size: 94px;
  line-height: 1;
}

p {
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #c08635;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

span.codedirection {
  unicode-bidi:bidi-override;
  direction: rtl;
}

.fulljustify {
  text-align: justify;
}

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.icons {
    margin-top: 7px;
}

.icons i {
  font-size: 40px;
  line-height: 70px;
}

.icons a {
  color: inherit;
  text-decoration: none;
}

/*
  Responsive
*/

/* Large desktop */
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span8 {
    width: 770px;
  }
  .span4 {
    width: 370px;
  }

  h1 {
    font-size: 115px;
  }

  .icons i{
    font-size: 45px;
  }
}

/* Tablets */
@media (max-width: 979px) {
  body {
    padding-top: 40px;
  }

  h1 {
    font-size: 72px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .icons i{
    font-size: 34px;
    line-height: 55px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding-top: 20px;
  }

  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span8 {
    width: 476px;
  }
  .span4 {
    width: 228px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    width: auto;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* Phones */
@media (max-width: 480px) {
  h1 {
    line-height: 60px;
  }
}
