
@font-face {
    font-family: mullerregular; 
    src: url(/mullerregular.ttf); 
   }
body {
  background-color: #f2f2f2;
  font-family: mullerregular;
      font-weight: normal;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin-top: 60px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #000;
  word-wrap: break-word;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
height:60px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 15px;
}
.phonetop {color:#fff;    font-weight: normal;margin: 12px 0 0 0;}
.navbar-inverse {
  background: #4CB978;
  border-color: #4CB978;
}

.navbar-inverse .navbar-nav>.active>a {
  background: #ff7878
}

.navbar-inverse .navbar-brand {
  color: #999999;
  font-weight: bolder;
  font-size: 22px;
  letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
  color: #ff7878;
  font-size: 22px;
  letter-spacing: 1px;
}

/*TILT*/

.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(/images/bg2.jpg) no-repeat center top;
  padding: 100px 0 0 0;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
color:#fff;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#headerwrap_c {
 background: url(/images/bg2.jpg) no-repeat center top;
  padding: 80px 0 0 0;
  text-align: left;
margin:0 -1px;
  background-attachment: relative;
  background-position: center center;
  min-height: 300px;
color:#fff;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* Dark Grey Wrap */

#dg {
  background: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#dg h4 {
  font-weight: 700;
}

/* Light Grey */

#lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#lg h4 {
  font-weight: 700;
}

/* Red Wrap */

#r {
  background: #ff7878;
  padding-top: 35px;
  padding-bottom: 35px;
}

#r h4 {
  color: white;
  font-weight: 700;
}

#r p {
  color: white;
}

/* Blue Wrap */

#blue {
  background: #3498db;
  padding-top: 35px;
  padding-bottom: 35px;
}

#blue h4 {
  color: white;
  font-weight: 700;
}

#blue p {
  color: white;
}

/* Footer Wrap */

#f {
  background: #2d2d2d;
  padding-top: 30px;
  padding-bottom: 30px;
}

#f i {
  color: #bdbdbd;
  font-size: 30px;
  padding: 20px;
}

#f i:hover {
  color: #ff7878;
}

/****** SECTIONS *****/

.w {
  padding-top: 35px;
}

.w h4 {
  font-weight: 700;
}

.w i {
  color: #ff7878;
  font-size: 30px;
}

.wb {
  padding-top: 35px;
  margin-bottom: 0px;
}

.wb h4 {
  font-weight: 700;
}

.desc {
  padding-top: 35px;
}

.desc h4 {
  font-weight: 700;
}

.desc i {
  color: #ff7878;
  font-size: 12px;
  padding: 5px;
}

/***** MODAL CONTACT *****/

.modal-content {
  border-radius: 0px;
}

.modal-header {
  background: #4CB978;
  color: white;
}

.modal-header h4 {
  font-weight: 700;color:#fff;
}

.modal-body {
  background: #f2f2f2;
font-family: mullerregular;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

.modal-footer {
  background: #f2f2f2;
  margin-top: 0px;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
  padding-bottom: 40px;
}

.pricing-option .pricing-top {
  position: relative;
  background: #222;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1abc9c;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
}

.special .pricing-top {
  background: black;
}

.pricing-option .pricing-edition {
  text-transform: uppercase;
  display: block;
  font-size: 25px;
  letter-spacing: 8px;
}

.pricing-option .price {
  display: inline-block;
  position: relative;
}

.pricing-option .price sup {
  position: absolute;
  top: 50px;
  left: -10px;
  font-size: 24px;
}

.pricing-option .price .price-amount {
  font-size: 108px;
  letter-spacing: -4px;
}

.pricing-option .price small {
  position: relative;
  left: -10px;
  font-size: 18px;
}

.pricing-option ul {
  list-style: none;
  margin: 0;
  background: #eee;
  text-align: center;
  padding-left: 0px;
}

.pricing-option ul li {
  border-bottom: solid 1px #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-option .pricing-signup {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  color: white;
  background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
  background: #ff7878;
}

/* Contact Form */

.contact-form {
  text-align: left;
  padding: 0 15px;
}

.contact-form label {
   color: #222;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #4CB978;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #e65f5b;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #121A14;
height:350px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights p {
  margin-bottom: 5px;
color:#4CB978;
}

.credits {
  color: #566d5f;
}
.phonetop span {
padding:0 10px;
}
#em {padding:0 0 0 30px;}
#do {padding:0 0 0 40px}
#do a {border:0;}
#do a:before {    background: url(/images/ic1.png) no-repeat;
    width: 12px;
    height: 15px;
    padding: 0 10px 0 10px;
    display: inline-block;
    content: ' ';}
.phonetop a {color:#fff;border-bottom: 1px solid #ccc;padding:0 0 5px 0;}
#header {
background:#E8E8E8;
height:180px;
}
#header .row {padding:35px 0px 0 10px;}
#zaya {
background: #4CB978;
    width: 180px;
    height: 40px;
display: inline-block;
    float: right;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
vertical-align: middle;
margin: 4px 0 0 0;
}

#search {
vertical-align: middle;
display: inline-block;
    background: #fff;
    border-radius: 20px;
    margin: 0 0 0 60px;
    height: 40px;
    width: 100%;
    width: calc(100% - 240px);
border:0;outline:0;padding:0 15px;
}
#search_panel {
vertical-align: middle;
display: inline-block;
    background: none;
    border-radius: 20px;
    margin: 0 0 0 60px;
    height: 40px;
    width: 100%;
    width: calc(100% - 440px);
}
#copyrights div {text-align:left;opacity:0.8;}
#copyrights .col-sm-8 {padding-right:50px;}
#copyrights .col-sm-8,#copyrights .col-sm-4  {padding-top:130px;}
#formbot {
background:#22372B;
width:100%;
color:#fff;
}
#pic02 {
background:url(/images/pic02.jpg) top center;
min-height:542px;
}
.top_content {
background:#f1f1f2;
padding:50px 0 50px 0;
min-height:400px;
}
.top_content.f {background:#fff !important;}
.top_content h2 {
display:inline-block;
color:#22372B;
font-size:28px;
font-family:mullerregular;
padding:0 0 60px 20px;
}


.carousel-element {
background:#fff;
margin:0 20px;
border-radius:20px;
    overflow: hidden;
}
.carousel-element .imag {
background:#EAEAEA;
position:relative;
}

.carousel-element .imag img {
max-width:100%;
}
.carousel-element .imag .ez {
position:absolute;
top:15px;
left:15px;
background:url(/images/akc.png);
    width: 71px;
    height: 32px;
display:block;
}
.carousel-element .opis {padding:35px 5px;}
.carousel-element .opis p {
text-align:center;
color:#22372B;
font-size:19px;
}
.carousel-element .opis span {
text-align:center;display:block;
color:#A6A8AB;font-size:16px;
}
.carousel-element .opis .dl {
background:url(/images/akc_dalee.png);
width: 87px;
    height: 42px;
    margin: 25px auto 0 auto;display:block;
}


.carousel-element .opis .dl_h {
background:url(/images/hit_dalee.png);
width: 187px;
    height: 43px;
    margin: 25px auto 0 auto;display:block;
}

#carousel_h .carousel-element .opis, #carousel_h .carousel-element .imag {
display:inline-block;max-width:49%;
}
#carousel_h .carousel-element .opis {padding:0 0 0 90px;}
#carousel_h .carousel-element .opis p, #carousel_h .carousel-element .opis span {text-align:left;}
.carousel-element .opis .dl_h { margin: 25px 0 0 0; }



.arro {position:absolute;top:10px;right:20px;}
.js-prev {background:url(/images/left.png);width:43px;height:42px;display:inline-block;}
.js-next {background:url(/images/right.png);width:43px;height:42px;display:inline-block;}



.owl-pagination {
margin:25px 0 0 0;
	text-align: center; 
}
/* 1 Точка */
.owl-page {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #D0D2D3;
	margin: 10px;
	border-radius: 14px;
}
/* Активная точка */
.owl-page.active {
	background: #4CB978;width:42px;
}

#formbot .right {padding:100px 0 100px 100px;}
#formbot .right .h {font-size:28px;}
#formbot .right span {font-size:16px;line-height: 50px;}
.forma_bottom {margin:40px 0 0 0;}
.forma_bottom input[type=text] {
background: none;
    border: 0;margin: 0 50px 0 0;
    border-bottom: 2px solid #4CB978;
    outline: 0;
    color: #fff;
width:100%;
max-width:250px;
}
.forma_bottom input::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.forma_bottom input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.forma_bottom input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.forma_bottom input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

.soglasie {  margin: 35px 0 50px 0;color:#4CB978;font-size:14px;}
.forma_bottom input[type=submit] {
background:#4CB978;
color:#fff;font-size:14px;border:0;outline:0;
border-radius:20px;
padding:12px 40px;
}
.form_tel {
padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
    margin: -6px 0 0 0;
}

.telo span {color: #4cb978;
    padding: 0 10px;
}
.back-bread {color:#F1F1F2;font-size:14px;line-height: 65px;}
.back-bread:before {content:' ';display:inline-block;background:url(/images/back-bread.png);width:24px;height:13px;margin:0 15px 0 0;}

#dostavka h2 {
display: inline-block;
border-bottom: 2px solid #4CB978;
padding:0 0 20px 0;
}
#dostavka h3 {
color:#4CB978;
font-size:24px;
font-family: mullerregular;
padding:0 0 15px 0;
}
.steps #steps {background:url(/images/steps.png); width:59px;height:59px;float:left;color:#4CB978;font-size:24px;text-align:center;line-height:60px;margin:0 20px 0 0;}
.steps p {clear:both;padding:10px 0;}
#ph,#ema {color:#000;font-size:20px;line-height:30px;}
#ph:before {content: '';
    display: block;
    background: url(/images/phone1.png) no-repeat;
    width: 23px;
    height: 100px;
    margin: 0 20px 0 0;
    float: left;
}
#ema:before {content: '';
    display: block;
    background: url(/images/email1.png) no-repeat;
    width: 32px;
    height: 25px;
    margin: 0 12px 0 0;
    float: left;
}
.black span {color:#000;font-size:20px;}
.upmenu {margin:30px 0 0 0;}
.upmenu ul {
list-style-type: none;
padding:0;
}
.upmenu ul li {
color:#000;text-align:center;
display:inline-block;
width:calc(100%/8 - 1px);
font-size:14px;
vertical-align: middle;
padding:0 15px;
height:65px;
cursor:pointer;
border-bottom:4px solid #e8e8e8;
/*position:relative;*/
}
.upmenu ul li:last-child {border:0;}
.upmenu ul li span {color:#ff1313}

.upmenu ul li:after{content:'';background: #4CB978;;width:1px;height:34px;position:absolute;top:0;right:0;}
.upmenu ul li:last-child:after {display:none;}
.upmenu > ul > li:hover {
color:#4CB978;
border-bottom:4px solid #4CB978;
}

.submenu {display:none;position: absolute;top:60px;
    background: #f1f1f1;text-align:left;height:100px;
    margin: 5px auto;left:0;right:0;padding: 0 0 0 55px !important;}
.upmenu ul li:hover .submenu {display:block;}

.submenu li {width:210px !important;padding:20px 15px !important;border:0 !important;margin:3px 0 12px 0;}

.submenu li img {
width: 50px;
    height: 50px;margin:0 20px 0 0;
    background: #fff;
float:left;
border:2px solid #fff;
    border-radius: 50%;
}
.submenu li:hover img,.submenu li:hover .menu_img {
border:2px solid #4CB978;
}
.gr {color:#4CB978;
display:inline-block;
padding:0 8px;
font-size:22px;
}
.table-category {width:100%;border-spacing: 0 10px !important;
    border-collapse: unset;}
.table-category thead td {color:#777;font-size:14px;}
.table-category .t_akc {background:#4CB978;}
.table-category .t_ {background:#fff;}

.table-category tr {background:#fff;}
.table-category thead tr {background:none;color:#000;}
.table-category .t_ td {color:#000;padding:1px 0;}

.table-category td {color:#000;padding:1px 0;}

.table-category .t_ td:last-child {border-radius: 0 50px 50px 0;}
.table-category td:last-child {border-radius: 0 50px 50px 0;}

.table-category .t_akc td {color:#fff;padding:1px 0;}
.table-category .t_akc td:last-child {border-radius: 0 50px 50px 0;}
.table-category .t_image {width:200px;background:#fff;padding:0 !important;text-align:center;}
.table-category .t_image img {max-height:40px;max-width:200px}

.table-category tr td:nth-child(2) {padding-left:40px;}
.rew {padding: 30px 10px 10px 10px !important;}
.zag {padding: 0 0 10px 10px !important;border-bottom: 2px solid #4cb978;margin:0;}

.table-category .t_ td:nth-child(1),.table-category .t_akc td:nth-child(1) { width:100px !important }
.table-category .t_ td:nth-child(2),.table-category .t_akc td:nth-child(2) { width:300px !important }
.table-category .t_ td:nth-child(3),.table-category .t_akc td:nth-child(3) { width:90px !important }
.table-category .t_ td:nth-child(4),.table-category .t_akc td:nth-child(4) { width:90px !important }
.table-category .t_ td:nth-child(5),.table-category .t_akc td:nth-child(5) { width:290px !important }
.table-category .t_ td:nth-child(6),.table-category .t_akc td:nth-child(6) { width:140px !important }

.table-category .ta_ td:nth-child(1),.table-category .ta_akc td:nth-child(1) { width:100px !important }
.table-category .ta_ td:nth-child(2),.table-category .ta_akc td:nth-child(2) { width:100px !important }
.table-category .ta_ td:nth-child(3),.table-category .ta_akc td:nth-child(3) { width:90px !important }
.table-category .ta_ td:nth-child(4),.table-category .ta_akc td:nth-child(4) { width:290px !important;padding:0 20px; }
.table-category .ta_ td:nth-child(5),.table-category .ta_akc td:nth-child(5) { width:140px !important }

.menu_img {
width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    float: left;
    border: 2px solid #fff;
    border-radius: 50%;
}
.quota {
border-left: 3px solid #4cb978;
    padding: 0 15px;
    margin: 20px 0;
color:#000;
}
.container .col-sm-12 > p {text-align:justify;}
.zaga {
font-size: 40px;
    font-weight: bold;
line-height:80px;
}
.butto {
max-width: 300px;
    padding: 6px 20px;
    text-align: center;
margin: 30px auto 40px auto;
    background: #4cb978;
    color: #fff;
    border-radius: 60px;
}
.butto a {color:#fff;}
.cleart {clear:both}
@media (min-width: 768px) {
.col-l {
    padding: 0 !important;
}
.col-r {
    padding: 0 0 0 20px;
text-align:right;
}
}

@media (max-width:767px){
.navbar{padding-left:15px;padding-right:15px;}
#headerwrap_c{padding:20px !important;min-height:180px !important;}
#zaya {display:none !important;}
#header .row {text-align:center;padding:20px !important;}
#header {height: inherit !important;}
.top_content h2 {font-size:20px !important;}
.rew {padding: 0px !important;margin: 0 0 15px 0 !important;}
.table-scroll {width:100%;overflow-x:scroll;-webkit-overflow-scrolling: touch;}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
.table-category thead td {padding:1px 10px;}
.table-category thead td:last-child {padding:1px 40px;}
.table-scroll:before {content:'текст';display:block;color:#777;font-size:14px;}
.table-scroll:before {
    content: ' ';
background: url(/right.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 40%;
    display: block;

}
#formbot {display:none !important;}
#copyrights .col-sm-8, #copyrights .col-sm-4 {
    padding-top: 20px !important;
}
}
.but_s {
background: #4CB978;
    width: 90px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    vertical-align: middle;
    margin: 4px 0 0 0;
border:0;
}

.modal-open {
  // Kill the scroll on the body
  overflow: hidden;

  .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

// Container that the modal scrolls within
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: $zindex-modal;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  // Prevent Chrome on Windows from adding a focus outline. For details, see
  // https://github.com/twbs/bootstrap/pull/10951.
  outline: 0;
  // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
  // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
  // See also https://github.com/twbs/bootstrap/issues/17695
}

// Shell div to position the modal with bottom padding
.modal-dialog {
  position: relative;
  width: auto;
  margin: $modal-dialog-margin;
  // allow clicks to pass through for custom click handling to close modal
  pointer-events: none;

  // When fading in the modal, animate it to slide down
  .modal.fade & {
    @include transition($modal-transition);
    transform: $modal-fade-transform;
  }
  .modal.show & {
    transform: $modal-show-transform;
  }
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (#{$modal-dialog-margin} * 2));

  // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)
  &::before {
    display: block; // IE10
    height: calc(100vh - (#{$modal-dialog-margin} * 2));
    content: "";
  }
}

// Actual modal
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
  // counteract the pointer-events: none; in the .modal-dialog
  pointer-events: auto;
  background-color: $modal-content-bg;
  background-clip: padding-box;
  border: $modal-content-border-width solid $modal-content-border-color;
  @include border-radius($modal-content-border-radius);
  @include box-shadow($modal-content-box-shadow-xs);
  // Remove focus outline from opened modal
  outline: 0;
}

// Modal background
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: $zindex-modal-backdrop;
  width: 100vw;
  height: 100vh;
  background-color: $modal-backdrop-bg;

  // Fade for backdrop
  &.fade { opacity: 0; }
  &.show { opacity: $modal-backdrop-opacity; }
}

// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
  display: flex;
  align-items: flex-start; // so the close btn always stays on the upper right corner
  justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
  padding: $modal-header-padding;
  border-bottom: $modal-header-border-width solid $modal-header-border-color;
  @include border-top-radius($modal-content-border-radius);

  .close {
    padding: $modal-header-padding;
    // auto on the left force icon to the right even when there is no .modal-title
    margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;
  }
}

// Title text within header
.modal-title {
  margin-bottom: 0;
  line-height: $modal-title-line-height;
}

// Modal body
// Where all modal content resides (sibling of .modal-header and .modal-footer)
.modal-body {
  position: relative;
  // Enable `flex-grow: 1` so that the body take up as much space as possible
  // when should there be a fixed height on `.modal-dialog`.
  flex: 1 1 auto;
  padding: $modal-inner-padding;
}

// Footer (for actions)
.modal-footer {
  display: flex;
  align-items: center; // vertically center
  justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
  padding: $modal-inner-padding;
  border-top: $modal-footer-border-width solid $modal-footer-border-color;
  @include border-bottom-radius($modal-content-border-radius);

  // Easily place margin between footer elements
  > :not(:first-child) { margin-left: .25rem; }
  > :not(:last-child) { margin-right: .25rem; }
}

// Measure scrollbar width for padding body during modal show/hide
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

// Scale up the modal
@include media-breakpoint-up(sm) {
  // Automatically set modal's width for larger viewports
  .modal-dialog {
    max-width: $modal-md;
    margin: $modal-dialog-margin-y-sm-up auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (#{$modal-dialog-margin-y-sm-up} * 2));

    &::before {
      height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
    }
  }

  .modal-content {
    @include box-shadow($modal-content-box-shadow-sm-up);
  }

  .modal-sm { max-width: $modal-sm; }
}

@include media-breakpoint-up(lg) {
  .modal-lg,
  .modal-xl {
    max-width: $modal-lg;
  }
}

@include media-breakpoint-up(xl) {
  .modal-xl { max-width: $modal-xl; }
}

.snowContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
}

#snow {
	width: 100%;
	height: 100%;
	background-image: url("/snow/snow_1.png"), url("/snow/snow_2.png"), url("/snow/snow_3.png");
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}

@keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-moz-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-webkit-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-ms-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}