/* ========================
Project: www.templatemount.com by Vosidiy M. 
===================== */
/* ================== COMMON =================== */
/* ==================== INCLUDE FONTS ======================= */
@import url(../fonts/roboto/font.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
img {
  max-width: 100%; }

/* ------------------ a links --------------------- */
a {
  text-decoration: none;
  transition: all .3s; }

a:hover {
  text-decoration: none;
  transition: all .3s;
  color: #EC6F23; }

a:focus, .focus {
  outline: none; }

/* ============ text styles and paragraph ==============  */
body, form {
  font-family: "Roboto", Arial; }

p {
  padding: 0px;
  margin: 0;
  margin-bottom: 15px; }

ol, ul, li {
  margin: 0;
  padding: 0; }

.font-title {
  font-family: 'Roboto', Arial; }

/* ================== heading texts ==================  */
.section-heading {
  text-align: center;
  margin-bottom: 45px; }

.section-title {
  font-size: 36px;
  color: inherit !important;
  font-family: "Roboto", Arial; }

.section-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

.title-text {
  margin-bottom: 15px;
  margin-top: 0; }

.title-text + .title-text {
  margin-top: 15px; }

/* ================ PADDING FOR SECTIONS ================== */
.padding-section {
  padding-top: 45px;
  padding-bottom: 30px; }

.padding-section-lg {
  padding-top: 60px;
  padding-bottom: 45px; }

.bg {
  background-color: #f1f1f1; }

.section-aside-full {
  height: 450px; }
  .section-aside-full .img-side-wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%; }
  .section-aside-full .img-wrap {
    width: 100%;
    height: 100%; }
  .section-aside-full .side-text-wrap {
    padding: 30px; }

.right {
  right: 0; }

.left {
  left: 0; }

.section-offer {
  position: relative;
  padding-top: 50px;
  background-image: url("../images/pattern.png"); }
  .section-offer .section-heading {
    margin-top: 100px; }
  .section-offer .code {
    margin-bottom: 70px;
    width: 200px;
    margin-left: auto;
    margin-right: auto; }

.block-booking {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(51, 51, 51, 0.4);
  margin-bottom: 15px; }
  .block-booking .img-wrap {
    min-height: 120px;
    background-size: cover;
    background-position: bottom;
    background-color: #ddd;
    border-radius: 5px 5px 0 0; }
    .block-booking .img-wrap .form-control {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
      border: none;
      font-weight: normal; }
  .block-booking .label-wrap {
    margin-top: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 500; }
  .block-booking .bottom-wrap {
    padding: 10px;
    border-radius: 0 0 5px 5px; }
  .block-booking .spinner-wrap {
    width: 120px;
    margin-left: auto;
    margin-right: auto; }
  .block-booking .icon {
    font-size: 32px; }
  .block-booking .form-wrap {
    text-align: center;
    max-width: 80%;
    margin-top: 80px; }

.block-call {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  margin: auto auto;
  box-shadow: 0 -3px 15px rgba(51, 51, 51, 0.5);
  border-radius: 15px;
  width: 700px;
  padding: 30px;
  text-align: center; }
  .block-call .btn-call-lg {
    border: 2px solid #EC6F23;
    padding: 7px 45px;
    border-radius: 7px;
    display: inline-block; }
    .block-call .btn-call-lg span.num {
      font-size: 26px; }
    .block-call .btn-call-lg span {
      display: block;
      color: #EC6F23; }

/* ================== scroll top btn ================== */
.topHome {
  position: fixed;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7px;
  bottom: 1%;
  right: 1%;
  z-index: 5;width:3%; }

/* ================== SECTIONS =================== */
/* ================ section-HEADER ==================  */
@media (min-width: 1200px) {
  .section-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 1px 6px rgba(50, 50, 50, 0.18);
    z-index: 500;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.3)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.3) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.3) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ } }
.logo {
  float: left;
  max-height: 50px; }

.sitename {
  font-size: 28px;
  color: #999;
  margin-top: 30px; }

.slogan {
  font-size: 14px;
  color: #ccc; }

.navbar-toggle {
  background-color: #EC6F23; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

/* ================== navbar top ==================  */
.navbar-brand {
  padding: 10px 0;
  margin-right: 30px;
  line-height: 20px; }

.navbar-top {
  margin: 0;
  border: 0; }

.navbar-top .navbar-nav > li > a {
  padding-top: 25px;
  color: #113F6D;
  padding-bottom: 25px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400; }
.navbar-top .navbar-nav > li > a:hover {
  color: #EC6F23;
  background-color: rgba(255, 255, 255, 0.4); }
.navbar-top .navbar-nav > li > a:focus {
  color: #113F6D;
  background-color: rgba(255, 255, 255, 0.4); }
.navbar-top .navbar-nav > .active > a {
  color: #EC6F23;
  border-bottom: 1px solid #EC6F23; }
.navbar-top .navbar-nav > .active > a:hover {
  color: #EC6F23; }
.navbar-top .navbar-nav > .active > a:focus {
  color: #EC6F23; }
.navbar-top .navbar-nav .open > a,
.navbar-top .navbar-nav .open > a:hover {
  color: #113F6D; }
.navbar-top .navbar-nav .open > a:focus {
  color: #113F6D; }

.dropdown-menu {
  border: none;
  min-width: 100%; }

.dropdown-menu
> li > a {
  padding: 7px 15px; }
  .dropdown-menu
  > li > a i {
    font-size: 18px;
    margin-right: 4px;
    color: #EC6F23; }

.fixed-top {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 1200;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .fixed-top .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .fixed-top .navbar-brand {
    padding: 0px;
    line-height: 20px; }

/* ================ section-INTRO ==================  */
.section-intro {
  height: 600px;
  position: relative;
  background-color: #f5f5f5;
  background-image: url("../images/bg-intro.jpg");
  background-size: cover; }
  .section-intro .intro-wrap {
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9); }
    .section-intro .intro-wrap .title-intro {
      margin-top: 200px;
      font-size: 72px;
      animation: colorchange 2s infinite alternate; }
    .section-intro .intro-wrap .lead {
      font-size: 48px;
      font-weight: 300;
      margin-top: 15px;
      margin-bottom: 0; }
    .section-intro .intro-wrap p {
      font-size: 24px;
      text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7), 0px 0px 10px rgba(0, 0, 0, 0.9); }

.offer-circle {
  padding-top: 20px;
  position: relative;
  bottom: -80px;
  animation: pulse 4s infinite;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background-color: #EC6F23;
  z-index: 20;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2; }
  .offer-circle small {
    font-size: 28px; }
  .offer-circle big {
    font-size: 68px;
    font-weight: bold; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
@keyframes colorchange {
  0% {
    color: #fff; }
  10% {
    color: yellow; }
  30% {
    color: yellow; }
  40% {
    color: #fff; }
  50% {
    color: #ff8bef; }
  70% {
    color: #ff8bef; }
  100% {
    color: #fff; } }
.pyro > .before, .pyro > .after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  animation-delay: 1.25s, 1.25s, 1.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@keyframes bang {
  to {
    box-shadow: -37px -179.33333px #68ceff, 89px -39.33333px #b0c2ff, -95px -252.33333px #f9d6ff, -93px -84.33333px #edbaff, -11px -259.33333px #f32aff, 187px -39.33333px #f78eff, 134px 18.66667px #6036ff, 93px -92.33333px #9758ff, -169px 28.66667px #ac8bff, 112px -104.33333px #f742ff, 23px -121.33333px #4437ff, -161px -161.33333px #6ca4ff, -98px -1.33333px #2322ff, 68px -254.33333px #11ffff, -197px -120.33333px #71cdff, 82px -228.33333px #8123ff, -58px 20.66667px #be41ff, 69px -215.33333px #96b1ff, -51px -195.33333px #88c2ff, -62px -93.33333px #9ddaff, -38px 57.66667px #fcbdff, -167px -47.33333px #e213ff, 171px -318.33333px #a097ff, 182px -259.33333px #2551ff, -146px -262.33333px #8726ff, 95px -19.33333px #630aff, 37px -199.33333px #0dacff, 142px -99.33333px #3636ff, 191px -146.33333px #db84ff, -42px 16.66667px #376dff, -47px -295.33333px #bd2eff, -97px -302.33333px #c1c9ff, 21px -326.33333px #9403ff, -45px -248.33333px #412bff, 146px -44.33333px #e8bdff, -42px -98.33333px #b953ff, -165px -294.33333px #7b93ff, 93px -258.33333px #0113ff, -94px -22.33333px #2a0bff, 136px -318.33333px #d1adff, 52px -158.33333px #8c49ff, -6px -44.33333px #5db3ff, -194px -85.33333px #e7c1ff, 103px -228.33333px #531fff, -194px -269.33333px #d476ff, -11px 10.66667px #e494ff, -21px -251.33333px #8d34ff, 48px -147.33333px #c6acff, -192px -295.33333px #74fdff, -25px -86.33333px #a8d5ff, 32px -240.33333px #b5e5ff; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
/* ================ SECTION-CONTACT ==================  */
.section-contact {
  background-color: #f5f5f5; }

.blok-contact span {
  display: inline-block; }
.blok-contact .title {
  font-weight: 600;
  margin-right: 15px;
  width: 60px;
  vertical-align: top; }
.blok-contact .val {
  margin-right: 15px;
  line-height: 1.6; }

.blok-map {
  margin-bottom: 15px; }

/* ================ SECTION-FOOTER ==================  */
.section-footer {
  background-color: #ccc;
  padding: 0px 0; }
  .section-footer p {
    font-size: 12px; }
  .section-footer .copyright {
    float: left;
    font-size: 12px; }
  .section-footer .counter {
    float: right;
    width: 100px;
    height: 40px; }

/* ================== components BUTTONS =================== */
/* ======= social icons======= */
.social-buttons a {
  display: inline-block;
  background-color: #333;
  width: 34px;
  height: 34px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  line-height: 38px; }
.social-buttons a:hover {
  color: #fff; }
.social-buttons i {
  font-size: 20px; }
.social-buttons .facebook {
  background-color: #405D9D; }
.social-buttons .twitter {
  background-color: #2C99D7; }
.social-buttons .instagram {
  background-color: #C8046C; }
.social-buttons .youtube {
  background-color: #E52D27; }

.btn-warning {
  background-color: #EC6F23; }

.btn-round {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #EC6F23; }

/* ================== components ELEMENTS =================== */
.separator {
  line-height: 0;
  text-align: center;
  display: block; }

/* ================== HELPERS - additional styling =================== */
.screen-height {
  height: 100vh; }

.transp-white {
  color: rgba(255, 255, 255, 0.6); }

.white {
  color: #fff; }

  .accent {
  color: #EC6F23; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-primary {
  background-color: #113F6D; }

.bg-orange {
  background: #ffbea3;
  background: url("../images/pattern.png"), -moz-linear-gradient(45deg, #ffbea3 0%, #ffdf9c 50%, #fffecf 100%);
  background: url("../images/pattern.png"), -webkit-linear-gradient(45deg, #ffbea3 0%, #ffdf9c 50%, #fffecf 100%);
  background: url("../images/pattern.png"), linear-gradient(45deg, #ffbea3 0%, #ffdf9c 50%, #fffecf 100%); }

.bg-blue {
  background: #71b5ff;
  background: url("../images/pattern.png"), -moz-linear-gradient(45deg, #71b5ff 0%, #00d0db 51%, #00fff0 100%);
  background: url("../images/pattern.png"), -webkit-linear-gradient(45deg, #71b5ff 0%, #00d0db 51%, #00fff0 100%);
  background: url("../images/pattern.png"), linear-gradient(45deg, #71b5ff 0%, #00d0db 51%, #00fff0 100%); }

.bg-dark {
  background: #7abcff;
  background: url("../images/pattern.png"), -moz-linear-gradient(45deg, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: url("../images/pattern.png"), -webkit-linear-gradient(45deg, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: url("../images/pattern.png"), linear-gradient(45deg, #7abcff 0%, #60abf8 44%, #4096ee 100%); }

.shadow-in {
  box-shadow: inset 0 0 30px #0000003b; }

.img-right {
  right: 0; }

/* --------------------- lists ---------------------- */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.list-inline li {
  float: left; }

.list-check {
  list-style: none;
  margin-bottom: 15px; }
  .list-check li {
    margin-bottom: 7px; }
  .list-check li::before {
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 13px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 10px 0px 0px;
    background-color: #FF9800;
    border-radius: 100%;
    vertical-align: middle; }

.rotate180 {
  transform: rotate(180deg); }

.rotate90 {
  transform: rotate(90deg); }

.rotate45 {
  transform: rotate(45deg); }

.rotate-left {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.rotate-right {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.flip-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* --------------------- typography ---------------------- */
.center {
  margin-left: auto;
  margin-right: auto; }

.text-center, .txt-center {
  text-align: center; }

.border {
  border: 1px solid red; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.uppercase {
  text-transform: uppercase; }

.b {
  font-weight: bold; }

.label {
  font-weight: normal;
  margin-right: 5px; }

.mt0 {
  margin-top: 0; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p30 {
  padding: 30px; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m30 {
  margin: 30px; }

.mr30 {
  margin-right: 30px; }

.ml30 {
  margin-left: 30px; }

.min-h-300 {
  min-height: 300px; }

.min-h-350 {
  min-height: 350px; }

.min-h-400 {
  min-height: 400px; }

.min-h-500 {
  min-height: 500px; }

/* all clearfix */
article:after,
article:before,
.form-group:before,
.form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.panel-body:before,
.panel-body:after,
.blok:before,
.blok:after,
.row-sm:before,
.row-sm:after {
  display: table;
  content: " "; }

article:after,
.row-sm:after,
.container:after,
.form-group:after,
.panel-body:after,
.blok:after,
.container-fluid:after {
  clear: both; }

/*  clearfix mini */
.cfx:before, .cfx:after {
  content: "";
  display: table; }

.cfx:after {
  clear: both; }

.hide {
  display: none !important; }

/* ================== HELPERS - bootstrap restyling =================== */
.label {
  padding: 3px 7px 2px;
  margin-right: 3px; }
  .label i {
    margin-right: 3px; }

/* -------------------- Bootstrap gutter --------------------- */
.no-gutter {
  margin-right: 0px;
  margin-left: 0px; }

.no-gutter {
  padding-right: 0px;
  padding-left: 0px; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.row-sm {
  margin-right: -5px;
  margin-left: -5px; }

.row-sm > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 768px) {
  .col-5-1 {
    width: 20%;
    float: left !important; } }
ul.row {
  margin-right: -15px !important;
  margin-left: -15px !important; }
