* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

::selection {
  background: #e51c23;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #e51c23;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #e51c23;
  color: #fff;
  text-shadow: none; }

::-o-selection {
  background: #e51c23;
  color: #fff;
  text-shadow: none; }

body {
  overflow-x: hidden; }

a {
  text-decoration: none !important; }

::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  background: white; }

::-webkit-scrollbar-thumb {
  background: #e51c23;
  border-radius: 999px; }

body {
  background-size: 110% !important; }

body#section-home {
  background: url("../img/bg-home.jpg") no-repeat center top fixed; }

body#section-onas {
  background: url("../img/bg-o-nas.jpg") no-repeat center top fixed; }

body#section-kontakty {
  background: url("../img/bg-kontakty.jpg") no-repeat center top fixed; }

body#section-reference {
  background: url("../img/bg-reference.jpg") no-repeat center top fixed; }

body#section-blog {
  background: url("../img/bg-blog.jpg") no-repeat center top fixed; }

body#section-sluzby {
  background: url("../img/bg-sluzby.jpg") no-repeat center top fixed; }

body#section-refdetail {
  background-attachment: fixed !important;
  background-position: center top !important;
  background-size: cover !important; }

.container {
  position: relative; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff; }
  .loader p {
    font-size: 36px;
    font-weight: bold;
    color: #e51c23;
    position: absolute;
    bottom: 0;
    right: 25px;
    letter-spacing: 0.08em; }
  .loader .load-logo {
    width: 100%;
    height: 100%;
    background: url("../img/logo-symbol.png") no-repeat center center;
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0; }

h1 {
  font-weight: bold;
  font-size: 32px;
  margin-top: 5px;
  color: #e51c23;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
  letter-spacing: 0.04em; }

h2 {
  font-weight: bold;
  font-size: 18px;
  color: #3b3e46;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0; }

h3 {
  font-weight: bold;
  font-size: 16px;
  color: #e51c23;
  letter-spacing: 0.08em; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 70px;
  z-index: 999; }
  header .logo {
    float: left;
    background: url("../img/logo.png") no-repeat left center;
    background-size: 90%;
    width: 100%;
    height: 70px;
    text-indent: -9999px; }
  header nav {
    float: right;
    width: 100%;
    height: 70px;
    position: relative;
    margin-right: -10px; }
    header nav a {
      text-decoration: none !important;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -ms-transition: all .4s;
      transition: all .4s; }
      header nav a .flag {
        width: 20px;
        height: 20px;
        float: left;
        opacity: .6;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -ms-transition: all .4s;
        transition: all .4s;
        border-radius: 4px; }
      header nav a .flag-active, header nav a .flag:hover {
        opacity: 1; }
      header nav a .flag-czech {
        background: url("../img/flag-cz.png") no-repeat center center;
        background-size: cover; }
      header nav a .flag-english {
        background: url("../img/flag-en.png") no-repeat center center;
        background-size: cover;
        margin-left: -15px; }
    header nav a:hover, header nav a.active {
      color: #e51c23 !important; }
    header nav select {
      margin-left: 10px;
      border: 1px solid #ddd; }
    header nav > ul li {
      line-height: 70px;
      float: left;
      position: relative; }
      header nav > ul li a {
        float: left;
        margin: 0 10px;
        text-transform: lowercase;
        font-weight: 600;
        letter-spacing: 0.08em;
        color: #3b3e46;
        margin-right: 20px;
        line-height: 20px;
        margin-top: 25px;
        font-size: 13px; }
      header nav > ul li > ul {
        position: absolute;
        top: 70px;
        left: 0;
        width: 260px;
        padding: 10px;
        padding-top: 0;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        display: none; }
        header nav > ul li > ul li {
          line-height: 20px;
          list-style: none; }
          header nav > ul li > ul li a {
            margin-top: 0;
            padding: 8px 0;
            font-weight: normal;
            font-size: 13px; }
          header nav > ul li > ul li a:hover {
            text-indent: 5px; }
    header nav > ul > li:last-child {
      padding-right: 0;
      padding-left: 10px; }
    header nav i {
      margin-right: 5px; }
    header nav i.dropdown {
      margin-right: 0;
      opacity: .6;
      font-size: 15px;
      margin-left: 5px; }
    header nav li:hover > ul {
      display: block; }
    header nav > ul > li:before {
      content: '';
      border-right: 1px solid #e1e1e1; }
    header nav > ul li:last-child:before {
      display: none; }
      header nav > ul li:last-child:before a {
        margin-right: 0; }

.content-move {
  padding: 40px 0 70px !important; }

.content {
  float: left;
  width: 100%;
  margin-top: 70px;
  padding: 20px 0; }
  .content p {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 22px; }
    .content p strong, .content p a {
      color: #e51c23;
      font-weight: bold; }
  .content .bigger p {
    font-size: 14px; }
  .content hr {
    border-top: 1px solid #ddd; }
  .content .breadcumbs {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    .content .breadcumbs p {
      font-weight: bold;
      font-size: 48px;
      color: #e51c23;
      line-height: 42px; }
      .content .breadcumbs p span {
        font-size: 32px;
        color: #3b3e46;
        font-weight: normal; }
  .content .tiles-home {
    position: relative;
    top: -20px; }
  .content .tiles .tile {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(200, 200, 200, 0.4);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    border: 5px solid white !important;
    box-shadow: 0 0 0 1px #ddd; }
    .content .tiles .tile *, .content .tiles .tile i {
      text-align: center;
      color: #3b3e46 !important;
      text-decoration: none !important;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -ms-transition: all .4s;
      transition: all .4s; }
    .content .tiles .tile i {
      display: table;
      margin: 0 auto;
      width: 95px;
      height: 85px;
      line-height: 90px;
      background: transparent;
      border: 2px solid #e51c23;
      border-radius: 9999px;
      font-size: 36px;
      padding: 0 !important;
      color: #e51c23 !important; }
    .content .tiles .tile p {
      font-weight: bold;
      margin-top: 22px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 15px; }
  .content .tiles .tile-big {
    height: 180px;
    padding: 20px;
    margin: 20px 0; }
  .content .tiles .tile-small {
    height: 160px;
    padding: 5px;
    float: left;
    margin: 20px 0; }
    .content .tiles .tile-small i {
      width: 75px;
      height: 75px;
      line-height: 70px;
      font-size: 26px;
      padding: 0;
      position: relative;
      top: 35px; }
  .content .tiles .tile-rec p {
    margin: 0;
    padding: 15px 0; }
  .content .tiles .tile:hover {
    background: #e51c23;
    opacity: .98; }
    .content .tiles .tile:hover i {
      background: #fff;
      color: #e51c23;
      border: 2px solid #e51c23; }
    .content .tiles .tile:hover p {
      color: #fff !important; }

.color-container {
  padding: 19px 25px;
  border: 2px solid rgba(200, 200, 200, 0.4);
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 5px solid white !important;
  box-shadow: 0 0 0 1px #ddd; }

footer {
  float: left;
  width: 100%;
  background: #3b3e46;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40px;
  box-shadow: 0 -1px 0 1px #33373f; }
  footer p {
    color: #fff !important;
    font-size: 11px;
    line-height: 40px;
    margin: 0 !important;
    letter-spacing: 0.02em;
    color: #ddd !important; }
    footer p a {
      color: #fff !important; }

.btn {
  float: left;
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border-radius: 0 !important;
  background: #e51c23 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s; }
  .btn i {
    margin-left: -15px;
    margin-right: 5px; }

.btn:hover {
  background: #d0171d !important;
  box-shadow: 0 0 0 1px #aaa; }

.tags li {
  float: left;
  list-style: none; }
  .tags li a {
    float: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3b3e46;
    background: #f9f9f9;
    border: 5px solid white;
    box-shadow: 0 0 0 1px #ddd;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s; }
  .tags li a:hover {
    background: #fff;
    color: #e51c23 !important; }

.diftags {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .diftags li {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 12px 0; }
    .diftags li strong {
      color: #e51c23;
      font-weight: bold; }

.dispost {
  border: 1px solid #ddd;
  background: #f9f9f9 !important;
  border: 5px solid white !important;
  box-shadow: 0 0 0 1px #ddd;
  float: left;
  width: 100%;
  margin: 15px 0;
  padding: 25px 15px; }
  .dispost .img-area {
    display: table;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin-top: 10px; }
    .dispost .img-area img {
      width: 100%; }
  .dispost .down-bar {
    float: left;
    width: 100%;
    width: calc(100% + 30px);
    background: #fff;
    margin-left: -15px;
    margin-bottom: -25px;
    padding: 13px 0 2px;
    margin-top: 25px; }

#mycomment {
  float: left;
  width: 100%; }

.mycomment .img-area {
  float: left;
  height: 45px;
  width: 45px;
  overflow: hidden;
  margin-top: 10px; }
  .mycomment .img-area img {
    width: 100%; }

.lineup {
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
  width: calc(100% - 30px);
  margin-left: 15px;
  padding-bottom: 10px; }

.nomgbtm p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.btn-sec {
  background: #3b3e46 !important; }

.btn-sec:hover {
  background: #2c2f36 !important; }

.btn-centered {
  float: none !important;
  display: table !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 12px 25px; }

.person {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: #f9f9f9 !important;
  border: 5px solid white !important;
  box-shadow: 0 0 0 1px #ddd; }
  .person h3 {
    font-weight: bold;
    font-size: 16px;
    color: #e51c23;
    letter-spacing: 0.08em; }
  .person p {
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 12px 0; }
  .person ul.social li a {
    border: none !important;
    box-shadow: none !important; }
  .person ul.social li a:hover {
    background: transparent !important;
    color: #e51c23 !important; }
  .person em {
    font-size: 13px; }
  .person .img-area {
    display: table;
    margin: 0 auto;
    width: 80px;
    background: #fff;
    border-radius: 9999px;
    height: 80px;
    margin-top: 20px;
    margin-left: 25px;
    overflow: hidden; }
    .person .img-area img {
      width: 100%; }

.service-detail .rounded-icon {
  font-size: 48px;
  float: left;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 9999px;
  background: #fff !important;
  color: #e51c23 !important;
  border: 1px solid #ddd; }
.service-detail .border-please {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  margin-left: -10px; }
.service-detail .adv {
  background: #f9f9f9;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ddd;
  padding: 15px 25px;
  margin-bottom: 25px;
  float: left;
  width: 100%; }
  .service-detail .adv p {
    font-size: 13px; }
  .service-detail .adv h3 {
    font-size: 18px; }
  .service-detail .adv .number {
    font-size: 38px;
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 9999px;
    background: #fff !important;
    color: #e51c23 !important;
    border: 1px solid #ddd;
    font-weight: 700;
    margin-top: 20px; }
.service-detail .adv-centered .number {
  float: none;
  display: table;
  margin: 0 auto; }
.service-detail .adv-centered * {
  text-align: center; }
.service-detail .adv-centered h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #3b3e46; }

ul.social li {
  display: inline;
  float: left;
  margin-top: 8px;
  margin-right: 12px; }
  ul.social li a {
    color: #3b3e46 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    text-indent: auto;
    font-size: 24px;
    background: #f5f5f5 !important;
    border: 5px solid white !important;
    box-shadow: 0 0 0 1px #ddd; }
  ul.social li a:hover {
    background: #e51c23 !important;
    color: #fff !important; }

ul.social-big {
  float: left;
  width: 100%; }
  ul.social-big li {
    font-size: 46px;
    margin-top: -8px; }
    ul.social-big li a {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.04em;
      background: #fff;
      border: 1px solid #ddd;
      padding: 12px;
      font-size: 15px; }
    ul.social-big li i {
      margin-right: 5px;
      font-size: 22px;
      position: relative;
      top: 1px; }

form input, form textarea {
  float: left;
  width: 100%;
  background: #f5f5f5 !important;
  border: 5px solid white !important;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 0;
  margin: 7px 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  padding: 9px 12px; }
form input:focus, form textarea:focus, form input:hover, form textarea:hover {
  background: #fff !important;
  box-shadow: 0 0 0 1px #ccc;
  outline: none !important; }
form label {
  float: left;
  width: 100%;
  margin-top: 12px; }
form textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  height: 200px; }

.errorpage {
  background: url("../img/robot.png") no-repeat left top;
  float: left;
  height: 480px;
  width: 100%;
  background-size: 52%; }
  .errorpage h1 {
    margin-top: 45px;
    font-size: 180px;
    border-bottom: none;
    margin-bottom: 25px; }
  .errorpage h2 {
    font-size: 22px; }
  .errorpage p {
    font-size: 16px; }

.show-nav {
  display: none; }

.filter {
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  .filter li {
    display: inline;
    width: 100%;
    float: left; }
    .filter li a {
      float: left;
      width: 100%;
      border: 1px solid #ddd;
      padding: 9px 15px;
      color: #3b3e46;
      margin-right: 12px;
      font-weight: normal;
      letter-spacing: 0.02em;
      font-size: 13px;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -ms-transition: all .4s;
      transition: all .4s;
      margin-top: -1px; }
      .filter li a i {
        color: #e51c23;
        margin-right: 10px; }
    .filter li a:hover {
      background: #f9f9f9;
      text-indent: 2px; }
    .filter li a.current {
      background: #e51c23;
      color: #fff;
      font-weight: 600; }
      .filter li a.current i {
        color: #fff !important; }

.blog-post {
  float: left;
  width: 100%;
  background: #f5f5f5;
  color: #fff !important;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  padding: 25px;
  margin-bottom: 30px;
  color: #3b3e46 !important;
  position: relative; }
  .blog-post .coms {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 40px;
    width: 50px;
    background: #e51c23;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff !important; }
  .blog-post .btn {
    font-size: 11px;
    padding: 9px 15px;
    float: right !important;
    width: auto !important;
    margin: 0; }
  .blog-post h2 {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s; }
  .blog-post .notfull {
    margin-top: -20px;
    margin-bottom: -15px !important; }
  .blog-post .img-blog-area {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 25px; }
    .blog-post .img-blog-area img {
      width: 100%;
      min-height: 100px;
      display: block;
      margin: 0 auto; }
  .blog-post .img-blog-area-big {
    height: 250px; }
    .blog-post .img-blog-area-big img {
      width: 100%;
      min-height: 250px; }

.archiv p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }
  .archiv p a {
    font-size: 12px !important;
    letter-spacing: 0.06em !important;
    font-weight: 600;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s; }
  .archiv p a:hover {
    margin-left: 5px; }

a.blog-post:hover {
  background: #fff; }
  a.blog-post:hover h2 {
    color: #e51c23 !important; }

.service-box {
  float: left;
  width: 100%;
  background: #f5f5f5;
  color: #fff !important;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  padding: 25px;
  margin-bottom: 30px;
  color: #3b3e46 !important; }
  .service-box h2 {
    color: #3b3e46 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s; }
  .service-box i {
    font-size: 36px;
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 9999px;
    background: #fff !important;
    color: #e51c23 !important;
    border: 1px solid #ddd; }

.service-box:hover {
  background: #e51c23;
  color: #fff !important; }
  .service-box:hover h2 {
    color: #fff !important; }

.references {
  float: left; }
  .references .nomargin {
    margin-left: -5px;
    margin-bottom: 30px; }
  .references .item {
    float: left;
    margin-left: 0;
    padding: 0;
    border: 7px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    position: relative;
    overflow: hidden; }
    .references .item img {
      width: 100%;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -ms-transition: all .4s;
      transition: all .4s; }
    .references .item .cover {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -o-transition: all .4s;
      -ms-transition: all .4s;
      transition: all .4s; }
      .references .item .cover p {
        text-align: center;
        color: #fff;
        margin-top: 35px !important;
        margin: 0;
        font-weight: bold;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
      .references .item .cover i {
        position: absolute;
        top: 65px;
        background: #e51c23;
        opacity: .9;
        border-radius: 9999px;
        text-align: center;
        line-height: 50px;
        left: 50%;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        font-size: 18px;
        color: #fff !important; }
  .references .item:hover .cover {
    opacity: 1; }
  .references .item:hover img {
    -webkit-transform: scale(1.2); }

/*responsive*/
@media (max-width: 1200px) {
  .person p {
    margin-top: -1px !important; }

  .person ul {
    float: left;
    width: 100%;
    margin-bottom: 20px; }

  .person .img-area {
    width: 60px;
    height: 60px; }

  header {
    position: absolute !important;
    height: auto !important; }

  .show-nav {
    display: block !important;
    position: absolute;
    top: 25px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s; }

  .show-nav:hover {
    color: #e51c23 !important; }

  nav {
    position: absolute;
    border-top: 1px solid #ddd;
    left: 0;
    top: 0;
    width: 100%;
    height: auto !important;
    display: none; }
    nav li {
      float: left !important;
      width: 100% !important; }
      nav li a {
        line-height: 8px !important; }
    nav li:before {
      display: none !important; }
    nav .flag {
      margin-left: -5px !important;
      margin-right: -20px !important;
      margin-bottom: 15px !important; }

  header nav > ul li > ul {
    margin-top: 15px !important;
    margin-bottom: -15px;
    float: left;
    width: 100%;
    display: none;
    position: static;
    box-shadow: none; }
    header nav > ul li > ul a {
      font-size: 12px !important; }

  nav ul.pull-right {
    float: left !important; }

  .show-nav {
    top: -45px !important; } }
@media (max-width: 992px) {
  .show-nav {
    top: -45px !important; }

  .logo {
    background-size: 120px !important; }

  ul {
    position: static !important;
    display: block;
    box-shadow: none !important;
    background: transparent !important; }

  .content {
    height: auto;
    overflow: visible;
    padding: 35px 0 25px !important; }

  body {
    overflow: visible;
    background-position: center center !important;
    background-size: cover !important; }

  footer {
    position: static;
    height: auto; }

  .adv * {
    text-align: center !important; }
  .adv .number {
    display: table;
    margin: 0 auto;
    float: none !important; }

  .service-detail * {
    text-align: center !important; }
  .service-detail .rounded-icon {
    font-size: 36px;
    float: none;
    margin: 0 auto 25px;
    display: table;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 9999px;
    background: #fff !important;
    color: #e51c23 !important;
    border: 1px solid #ddd; } }
@media (max-width: 768px) {
  .mycomment .img-area {
    float: none;
    display: table !important;
    margin: 0 auto 20px !important;
    height: 45px;
    width: 45px;
    overflow: hidden;
    margin-top: 10px; }
    .mycomment .img-area img {
      width: 100%; }

  .blog-post {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; }
    .blog-post .btn {
      float: left !important;
      margin-left: -10px !important; }

  .img-blog-area-big {
    height: 100px !important; }

  .down-bar * {
    text-align: center !important;
    float: left;
    width: 100%; }

  .btn {
    font-size: 12px;
    overflow: hidden; }

  .btn-centered {
    float: left !important;
    padding: 12px !important;
    margin-left: -30px !important;
    font-size: 10px !important; }

  .breadcumbs p {
    font-size: 38px !important;
    text-align: center; }
    .breadcumbs p span {
      font-size: 18px !important;
      line-height: 10px !important;
      letter-spacing: 0.04em; }

  .service-box i {
    text-align: center;
    float: none;
    display: table;
    margin: 0 auto 20px; }
  .service-box * {
    text-align: center; }

  .filter li a {
    font-size: 12px; }

  .references .item .cover p {
    margin-top: 25px !important; }

  .references .item .cover i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    top: 55px; }

  ul.social-big li a {
    width: 100% !important;
    float: left; }

  ul.social-big li {
    float: left;
    width: 100%;
    margin: 0; }

  .person * {
    text-align: center !important; }
  .person p strong, .person p span {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 11px; }
  .person .img-area {
    display: table;
    margin: 25px auto 15px;
    float: none; }
  .person ul {
    text-align: center;
    margin-top: 15px; }
    .person ul li {
      float: none; }

  footer {
    padding: 15px 0; }

  footer p {
    text-align: center !important;
    line-height: 20px; }

  .notfull {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: 15px 0 !important; }

  .blog-post .btn {
    margin-top: 15px;
    position: relative;
    left: 10px; }

  .blog-post {
    padding: 5px !important; } }

/*# sourceMappingURL=style.css.map */
