/* BASE - Base styles, variables, mixins, ect */
/* Font Colors */
/* Background Colors */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 18, ../scss/base/_reset.scss */
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 */
/* line 28, ../scss/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 41, ../scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/base/_base.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #444444;
  min-width: 320px;
  font-weight: 400;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  background: #eee;
}

/* line 14, ../scss/base/_base.scss */
a {
  color: #e50019;
}

/* line 18, ../scss/base/_base.scss */
i, em {
  font-style: italic;
}

/* line 22, ../scss/base/_base.scss */
a:hover {
  text-decoration: none;
}

/* line 26, ../scss/base/_base.scss */
textarea:focus, input:focus, a:focus {
  outline: 0;
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}

/* line 30, ../scss/base/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 35, ../scss/base/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 39, ../scss/base/_base.scss */
.clearfix {
  *zoom: 1;
}

/* LAYOUTS - Page layout styles */
/** PARALLAX **/
/* line 4, ../scss/layouts/_header.scss */
.my-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

/* line 13, ../scss/layouts/_header.scss */
.height320 {
  height: 240px;
}

.mobile-contact-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #2A3A59;
  border: 1px solid #2A3A59;
  line-height: 2;
}
.bottom-fixed {
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  z-index: 1111;
}
.pulse::after, .pulse::before {
  content: '';
  position: absolute;
  border: 1px solid #42952f;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

/* line 18, ../scss/layouts/_header.scss */
.my-parallax-overlay {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 27, ../scss/layouts/_header.scss */
.center-middle {
  vertical-align: middle;
  text-align: center;
}

/* line 33, ../scss/layouts/_header.scss */
p.main-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 45, ../scss/layouts/_header.scss */
p.main-title a {
  color: #fff;
}

/* line 49, ../scss/layouts/_header.scss */
.main-description h1, .main-description h2 {
  font-weight: 300;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 4px;
  border-radius: 3px;
}

/* WRAPPER */
/* line 63, ../scss/layouts/_header.scss */
.marginbottom {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

/* line 69, ../scss/layouts/_header.scss */
.container {
  padding-right: 25px;
  padding-left: 25px;
}

/* line 74, ../scss/layouts/_header.scss */
.wrapper {
  position: relative;
  bottom: 80px;
  margin-top: 20px;
}

/* line 80, ../scss/layouts/_header.scss */
.bg-wrapper {
  background-color: #fff;
  padding-top: 20px;
  border-radius: 4px;
}

/* line 86, ../scss/layouts/_header.scss */
.main-image img {
  width: 100%;
  border-radius: 4px;
}

/** HEADER **/
/* line 95, ../scss/layouts/_header.scss */
.modal-header {
  background-color: #2a3a59;
  color: #fff;
}

/* line 100, ../scss/layouts/_header.scss */
.modal-header h4 {
  text-transform: uppercase;
  font-weight: 400;
}

/* line 105, ../scss/layouts/_header.scss */
p.mockphone {
  opacity: 0;
  height: 0px;
  margin: 0;
  position: relative;
  bottom: 30px;
}

/* line 113, ../scss/layouts/_header.scss */
.modal-info p {
  margin-bottom: 20px;
  font-size: 13px;
}

/* line 118, ../scss/layouts/_header.scss */
.form-control {
  border-radius: 2px;
}

/* line 122, ../scss/layouts/_header.scss */
.modal-footer {
  border-top: 1px dashed #ddd;
}

/* line 126, ../scss/layouts/_header.scss */
input.callback {
  background-color: #e50019;
  border-radius: 2px;
  border: none;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #fff;
}

/* line 135, ../scss/layouts/_header.scss */
input.callback:hover {
  background-color: #2a3a59;
}

/* line 139, ../scss/layouts/_header.scss */
.form-control {
  font-size: 12px;
}

/* line 143, ../scss/layouts/_header.scss */
.alert-custom {
  background-color: #2a3a59;
  padding: 20px;
  text-align: center;
  color: #fff;
}

/* line 150, ../scss/layouts/_header.scss */
.help-block {
  margin-top: 0;
}

/* line 154, ../scss/layouts/_header.scss */
.text-danger li {
  background-color: #2a3a59;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  list-style: none;
}

label.error {
  background-color: #2a3a59;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  list-style: none;
  display: block;
}

.btn-large {
  width: 100%;
  font-size: 17px;
}

.float-left {
  float: left;
}

/* line 162, ../scss/layouts/_header.scss */
.btn-ask {
  border: 1px dashed #e50019;
  color: #e50019;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.7;
  margin-top: 3px;
  margin-right: 10px;
}

/* line 172, ../scss/layouts/_header.scss */
.btn-ask:hover {
  border: 1px dashed #2a3a59;
  text-decoration: none;
  color: #2a3a59;
}

/* line 162, ../scss/layouts/_header.scss */
.btn-info {
  border: 1px dashed #fff;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #e50019;
  border-radius: 4px;
  line-height: 1.7;
  margin-top: 3px;
  margin-right: 10px;
}

/* line 172, ../scss/layouts/_header.scss */
.btn-info:hover {
  border: 1px dashed #e50019;
  color: #e50019;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.7;
}

/* line 179, ../scss/layouts/_header.scss */
.contacts {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
}

/* line 185, ../scss/layouts/_header.scss */
.contacts ul {
  list-style: none;
}

/* line 189, ../scss/layouts/_header.scss */
.contacts span {
  color: #afaeae;
  text-transform: uppercase;
  display: block;
}

/* line 196, ../scss/layouts/_header.scss */
.social li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

/* line 202, ../scss/layouts/_header.scss */
.social img {
  width: 20px;
}

/* line 206, ../scss/layouts/_header.scss */
.social img:hover {
  opacity: .7;
}

/** SERVICE LIST **/
/* line 212, ../scss/layouts/_header.scss */
.service-list {
  background-color: #2a3a59;
  text-align: center;
  border-radius: 4px;
}
.mt-30 {
  margin-top: 30px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #e50019;
}
.navbar-toggle {
  background-color: #2a3a59;
  margin-right: 0px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 219, ../scss/layouts/_header.scss */
.service-list li {
  border-right: 1px dashed #e50019;
  list-style: none;
}

/* line 225, ../scss/layouts/_header.scss */
.service-height li {
  height: 40px;
}

/* line 229, ../scss/layouts/_header.scss */
li.last-item {
  border-right: 0;
  border-color: #fff;
}

/* line 234, ../scss/layouts/_header.scss */
.service-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
  padding: 12px;
}

/* line 245, ../scss/layouts/_header.scss */
.service-item i {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}

/* line 251, ../scss/layouts/_header.scss */
.service-item a:hover {
  text-decoration: none;
  color: #c2ab82;
}

/* line 257, ../scss/layouts/_header.scss */
.last-actions p a {
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
  display: block;
  margin-top: 40px;
  margin-bottom: 25px;
  text-decoration: underline;
}

/* line 268, ../scss/layouts/_header.scss */
.last-actions li {
  margin: 12px 0;
  list-style: none;
}

/* line 273, ../scss/layouts/_header.scss */
.last-actions span {
  background-color: #2a3a59;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
}

/* line 282, ../scss/layouts/_header.scss */
.last-actions a {
  color: #645f69;
  font-weight: 400;
  font-size: 15px;
}

/* line 289, ../scss/layouts/_header.scss */
.last-actions a:hover {
  color: #e50019;
  text-decoration: none;
}

/* line 1, ../scss/layouts/_footer.scss */
footer {
  position: relative;
  top: -27px;
  font-size: 14px;
  font-weight: 400;
}

/** MAIN CONTENT **/
/* line 3, ../scss/layouts/_mainpage.scss */
p.main-content-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px dashed #e50019;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-right: 20px;
  color: #2a3a59;
}

/* line 16, ../scss/layouts/_mainpage.scss */
.main-content {
  margin-bottom: 30px;
  margin-right: 20px;
  line-height: 1.8;
}

/* line 22, ../scss/layouts/_mainpage.scss */
.main-content p {
  margin-bottom: 10px;
}

/* line 26, ../scss/layouts/_mainpage.scss */
.main-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.main-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

/* line 31, ../scss/layouts/_mainpage.scss */
.main-content img {
  width: 100%;
}

/* line 34, ../scss/layouts/_mainpage.scss */
.main-content strong {
  font-weight: bold;
}

/* line 38, ../scss/layouts/_mainpage.scss */
.page-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.page-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

/* line 43, ../scss/layouts/_mainpage.scss */
.page-content img {
  width: 100% !important;
}

/* line 46, ../scss/layouts/_mainpage.scss */
.page-content strong {
  font-weight: bold;
}

/** MAIN SIDEBAR **/
/* line 53, ../scss/layouts/_mainpage.scss */
.main-sidebar {
  margin-top: 22px;
}

/* line 57, ../scss/layouts/_mainpage.scss */
.main-sidebar-item {
  margin-bottom: 30px;
  font-size: 13px;
  border: 1px solid #ddd;
}

/* line 64, ../scss/layouts/_mainpage.scss */
.main-sidebar-item img {
  width: 100%;
}

/* line 68, ../scss/layouts/_mainpage.scss */
.main-sidebar-item i {
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 8px;
  color: #e50019;
}

/* line 76, ../scss/layouts/_mainpage.scss */
.main-sidebar-item p {
  padding: 10px;
}

/* line 80, ../scss/layouts/_mainpage.scss */
.main-sidebar-item a {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #2a3a59;
}

/* line 87, ../scss/layouts/_mainpage.scss */
a.sidebar {
  color: #2a3a59;
}

/* line 91, ../scss/layouts/_mainpage.scss */
a.sidebar:hover {
  color: #e50019;
  text-decoration: none;
}

/* line 96, ../scss/layouts/_mainpage.scss */
.readall a {
  border: 1px dashed #e50019;
  color: #e50019;
  padding: 4px 10px;
  text-transform: uppercase;
}

/* line 103, ../scss/layouts/_mainpage.scss */
.readall a:hover {
  border: 1px dashed #2a3a59;
  text-decoration: none;
  color: #2a3a59;
}

/* line 109, ../scss/layouts/_mainpage.scss */
p.main-sidebar-item-title {
  color: #2a3a59;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px;
  margin-left: 10px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
}

/* line 121, ../scss/layouts/_mainpage.scss */
p.main-sidebar-item-description {
  text-align: left;
  font-size: 14px;
}

/* line 126, ../scss/layouts/_mainpage.scss */
.text-right {
  margin: 0 10px;
}

/** CLIENTS **/
/* line 132, ../scss/layouts/_mainpage.scss */
.clients-list p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px dashed #e50019;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #2a3a59;
}

/* line 143, ../scss/layouts/_mainpage.scss */
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
}

/* line 150, ../scss/layouts/_mainpage.scss */
.owl-controls {
  position: relative;
  bottom: 57px;
}

/* line 157, ../scss/layouts/_mainpage.scss */
.owl-buttons {
  width: 100%;
  font-size: 30px;
  color: #e50019;
}

/* line 164, ../scss/layouts/_mainpage.scss */
.owl-prev {
  float: left;
}

/* line 168, ../scss/layouts/_mainpage.scss */
.owl-next {
  float: right;
}

/* line 1, ../scss/layouts/_page.scss */
.breadcrumbs {
  font-size: 14px;
}

/* line 5, ../scss/layouts/_page.scss */
.page-content {
  margin-right: 20px;
  line-height: 1.9;
}

/* line 10, ../scss/layouts/_page.scss */
.page-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* line 18, ../scss/layouts/_page.scss */
.img-wrap img {
  width: 100%;
  border-radius: 3px;
}

/* line 23, ../scss/layouts/_page.scss */
.article-title-block {
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  position: relative;
  bottom: 50px;
  height: 100px;
  border: 1px dashed #ddd;
  border-radius: 3px;
}

/* line 34, ../scss/layouts/_page.scss */
.blog-title-block {
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  position: relative;
  bottom: 50px;
  height: 50px;
  border: 1px dashed #ddd;
  border-radius: 3px;
}

/* line 45, ../scss/layouts/_page.scss */
span.date {
  background-color: #e50019;
  padding: 4px 10px;
  font-size: 17px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
}

/* line 55, ../scss/layouts/_page.scss */
.articles-list {
  margin-right: 20px;
}

/* line 59, ../scss/layouts/_page.scss */
p.article-title {
  text-transform: uppercase;
  padding: 4px;
  font-size: 14px;
}

/* line 65, ../scss/layouts/_page.scss */
a p.article-title {
  color: #2a3a59;
}

/* line 69, ../scss/layouts/_page.scss */
a p.article-title:hover {
  color: #e50019;
  text-decoration: none;
}

/* line 74, ../scss/layouts/_page.scss */
p.article-description {
  line-height: 1.2;
  color: #645f69;
}

/* line 79, ../scss/layouts/_page.scss */
.pagination-block {
  text-align: center;
}

/* line 83, ../scss/layouts/_page.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #2a3a59;
  border-color: #2a3a59;
}

/* line 88, ../scss/layouts/_page.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a3a59;
}

/* line 92, ../scss/layouts/_page.scss */
.pagination > li > a, .pagination > li > span {
  color: #2a3a59;
}

/* line 96, ../scss/layouts/_page.scss */
.thumb-img {
  float: left;
}

/* line 100, ../scss/layouts/_page.scss */
.thumb-img img {
  width: 200px;
  margin-right: 10px;
}

/* line 105, ../scss/layouts/_page.scss */
p.blog-date {
  text-align: center;
  color: #2a3a59;
  font-size: 18px;
}

/* line 111, ../scss/layouts/_page.scss */
thead {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

/* line 117, ../scss/layouts/_page.scss */
.seminars-list a {
  color: #2a3a59;
  font-weight: 700;
}

/* line 122, ../scss/layouts/_page.scss */
.seminar-sidebar img {
  width: 100%;
  border-radius: 4px;
}

/* line 127, ../scss/layouts/_page.scss */
p.price {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
}

/* line 134, ../scss/layouts/_page.scss */
p.sidebar-info {
  margin-top: 10px;
  font-size: 14px;
}

/* line 139, ../scss/layouts/_page.scss */
p.sidebar-info strong {
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

/** banner **/
/* line 147, ../scss/layouts/_page.scss */
.banner-sidebar {
  margin-bottom: 20px;
}

/* line 151, ../scss/layouts/_page.scss */
.banner-sidebar img {
  width: 100%;
}

/** info page **/
/* line 157, ../scss/layouts/_page.scss */
.info {
  text-align: center;
  margin: 70px 0;
  font-size: 20px;
}

/* line 163, ../scss/layouts/_page.scss */
.display-block {
  float: left;
}

/* line 167, ../scss/layouts/_page.scss */
.display-block a {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 173, ../scss/layouts/_page.scss */
.category-list {
  margin-right: 20px;
}

/* line 177, ../scss/layouts/_page.scss */
.category-list a {
  color: #2a3a59;
}

/* line 181, ../scss/layouts/_page.scss */
a.more {
  margin-left: 10px;
  color: #e50019;
  padding: 3px 10px;
}

.infography .infography-icon i {
  font-size: 45px;
}

.infography .infography-icon {
  margin-bottom: 15px;
}

.infography h6 {
  font-size: 22px;

  line-height: 1.2;
}

.infography-text {
    margin-top: 15px;
}

.infography-text p {
  font-size: 16px;
  text-transform: none;
}

.small-space {
  height: 15px;
}




@media (max-width: 500px) {

  .contacts {
    text-align: center;
    margin-top: 20px;
  }

  .mobile-center {
    text-align: center;
  }

  .mobile-center.float-left {
    float: none !important;
  }

  p.main-title {
    font-size: 29px;
    margin-top: 20px;
  }

  .service-list {
    background: transparent;
  }

  li.service-item {
    background-color: #2a3a59;
    margin: 10px 0;
    border-right: none;
  }

  footer .text-right, footer, footer .text-left {
    text-align: center;
  }
}
