/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";

body , * {

  /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Cambria', sans-serif !important;
}

.flxbx {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.ct-header h2{

  text-transform: uppercase;

}

.flxbx div.left-cta,

.flxbx div.right-cta {

  width: 50%;



  padding: 0 16px;

}



.flxbx .table-wrap {

  display: table;



  width: 100%;



  height: 100%;

}



.flxbx .table-wrap .inner {

  display: table-cell;



  vertical-align: middle;

}



.camera_pag {

  position: absolute;



  bottom: 5px;



  left: 50%;



  width: 150px;



  margin-left: -75px;

}



.camera_wrap .camera_pag .camera_pag_ul {

  text-align: center !important;

}



.camera_wrap .camera_pag .camera_pag_ul li {

  background-color: rgba(255, 255, 255, 0.75);



  width: 12px !important;



  height: 12px !important;



  margin: 10px 5px !important;

}



.camera_wrap .camera_pag .camera_pag_ul li > span {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;



  width: 8px !important;



  height: 8px !important;



  top: 2px !important;



  left: 2px !important;

}



.camera_wrap .camera_pag .camera_pag_ul li:hover > span {

  width: 10px;



  height: 10px;



  position: absolute;



  top: 3px;



  left: 3px;



  background: #777 !important;

}



.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {

  width: 10px;



  height: 10px;



  position: absolute;



  top: 3px;



  left: 3px;



  background: #1c1c1c !important;

}



a.tyros-button.slider-button {

  margin-top: 15px;



  background: none;



  -webkit-transition: all 0.3s ease-in-out;



  -o-transition: all 0.3s ease-in-out;



  transition: all 0.3s ease-in-out;

}



.parallax {

  display: table;



  position: relative;



  width: 100%;



  max-width: 100%;



  background: none;



  z-index: 1;



  overflow: hidden;

}



.sc-slider-wrapper .parallax {

  text-align: center;



  height: 600px;

}



.sc-slider-wrapper .parallax .camera_caption {

  position: relative;

}



.plx-img {

  display: block;



  position: absolute;



  top: 0;



  left: 0;



  right: 0;



  height: 125%;



  z-index: -1;



  background-size: cover;



  background-repeat: no-repeat;



  background-position: center;

}



.parallax > .inner {

  display: table-cell;



  vertical-align: middle;

}



.sc-slider-wrapper .parallax h2 {

  padding: 7px 40px;



  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);



  font-size: 50px;



  line-height: normal;



  display: block;



  color: #fff;



  text-transform: uppercase;



  font-weight: 400;



  margin: 0;

}



.sc-slider-wrapper .parallax .plx-img {

  opacity: 0;

}



.tyros-callout .detail {

  margin-top: 15px;



  margin-bottom: 30px;

}



.tyros-callout .buttons {

  margin-top: 15px;

}



.tyros-callout .buttons .tyros-button {

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;



  margin-bottom: 10px;



  display: inline-block;



  border: none;



  margin-right: 5px;

}



.tyros-callout .buttons .tyros-button:last-child {

  margin-right: 0;

}



.tyros-callout .buttons .tyros-button:hover {

  opacity: 0.85;

}



.tyros-sidebar .tyros-callout .buttons .tyros-button {

  width: 100%;



  text-align: center;



  color: #fff;

}



form#scmod-contact-form input[type="text"],

form#scmod-contact-form textarea {

  width: 100% !important;



  border: none;



  border-bottom: thin solid #e4e4e4;



  font-size: 16px !important;



  font-family: "Open Sans" !important;



  font-weight: 400;



  color: rgba(0, 0, 0, 0.54);



  background: none;



  border-radius: 3px 3px 0 0;



  position: relative;



  z-index: 9;



  padding: 5px;

}



.tyros-contact-form input[type="submit"]:hover {

  opacity: 0.85;

}



form#scmod-contact-form .group {

  position: relative;



  margin: 30px 0 50px 0;

}



form#scmod-contact-form .group > label {

  position: absolute;



  top: 5px;



  left: 10px;



  -webkit-transition: all 0.2s ease-in-out;



  -o-transition: all 0.2s ease-in-out;



  transition: all 0.2s ease-in-out;



  font-weight: 500;



  text-transform: uppercase;



  letter-spacing: 0.15em;



  z-index: 1;

}



.tyros-contact-form input[type="submit"] {

  margin-top: 15px;



  margin: 15px 0 0 auto;



  display: block;

}



form#scmod-contact-form label.focused-material {

  top: -20px;



  left: 0;



  font-size: 10px;



  line-height: normal;

}



form#scmod-contact-form .group.message-wrap {

  margin-bottom: 0;

}



.tyros-contact-form .detail {

  margin-top: 15px;



  margin-bottom: 40px;

}



.tyros-sidebar .tyros-contact-form input[type="submit"] {

  width: 100%;



  color: #fff;



  margin-bottom: 30px;

}



footer#colophon.site-footer .tyros-contact-form input,

footer#colophon.site-footer .tyros-contact-form textarea {

  color: #fff;

}



.tyros-contact-form input,

.tyros-contact-form textarea {

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.tyros-sidebar form#scmod-contact-form input[type="text"].input-opacity,

.tyros-sidebar form#scmod-contact-form textarea.input-opacity {

  background-color: rgba(0, 0, 0, 0.05);

}



footer#colophon form#scmod-contact-form input[type="text"].input-opacity,

footer#colophon form#scmod-contact-form textarea.input-opacity {

  background-color: rgba(255, 255, 255, 0.05);

}



footer#colophon.site-footer .tyros-contact-form label {

  color: #f8f8f8;

}



.tyros-contact-info .detail {

  margin-bottom: 15px;



  margin-top: 15px;

}



.tyros-contact-info .contact-row .detail {

  margin-top: 0;



  margin-bottom: 0;



  padding: 30px 15px;



  font-weight: 500;



  text-transform: uppercase;



  letter-spacing: 0.15em;



  font-size: 16px;



  line-height: 24px;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  overflow: hidden;



  position: relative;



  text-align: center;

}



.tyros-contact-info .contact-row .detail a {

  opacity: 0;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  display: block;



  min-height: 40px;

}



footer#colophon.site-footer .tyros-contact-info .contact-row .detail a {

  color: #f8f8f8;

}



.tyros-contact-info .contact-row .detail:hover a {

  opacity: 1;



  padding-top: 15px;

}



.tyros-contact-info .contact-row:last-of-type .detail {

  border-bottom: none;

}



.tyros-contact-info .contact-row .detail span.fa {

  color: #fff;



  height: 40px;



  line-height: normal;



  border-radius: 0%;



  text-align: center;



  display: block;



  letter-spacing: normal !important;



  font-size: 32px !important;



  -webkit-transition: 0.4s all ease-in-out;



  -o-transition: 0.4s all ease-in-out;



  transition: 0.4s all ease-in-out;

}



.tyros-sidebar .tyros-contact-info .contact-row .detail span.fa {

  background: none;

}



.tyros-contact-info .contact-row .detail:hover span.fa {

  opacity: 1;

}



.tyros-contact-info .contact-row .detail span.fa:before {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;

}



.tyros-contact-info .contact-row .detail:hover span.fa:before {

  -webkit-transform: rotateY(-180deg);

          transform: rotateY(-180deg);

}



.tyros-sidebar .tyros-contact-info .contact-row .detail {

  font-size: 14px;

}



div#homepage-area-a,

div#homepage-area-b,

div#homepage-area-c,

div#homepage-area-d,

div#homepage-area-e {

  background: #fff;



  min-height: 100px;



  color: #525252;



  background-size: cover;



  background-position: 50%;

}



div#homepage-area-a.parallax,

div#homepage-area-b.parallax,

div#homepage-area-c.parallax,

div#homepage-area-d.parallax,

div#homepage-area-e.parallax {

  min-height: 400px;

}



div#homepage-area-a.no-overlay,

div#homepage-area-b.no-overlay,

div#homepage-area-c.no-overlay,

div#homepage-area-d.no-overlay,

div#homepage-area-e.no-overlay {

  padding: 40px 0;

}



div#homepage-area-a > .overlay-inner,

div#homepage-area-b > .overlay-inner,

div#homepage-area-c > .overlay-inner,

div#homepage-area-d > .overlay-inner,

div#homepage-area-e > .overlay-inner {

  padding: 40px 0;

}



div#homepage-area-a.no-overlay .overlay-inner,

div#homepage-area-b.no-overlay .overlay-inner,

div#homepage-area-c.no-overlay .overlay-inner,

div#homepage-area-d.no-overlay .overlay-inner,

div#homepage-area-e.no-overlay .overlay-inner {

  background: none;

}



div#homepage-area-a .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-b .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-c .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-d .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-e .tyros-contact-info .contact-row .detail span.fa {

  background: none;

}



.tyros-pricing-table .widget {

  background-color: #ffffff;



  text-align: center;



  color: #525252;

}



.tyros-pricing-table .widget .inner {

  padding: 5px;

}



.tyros-pricing-table .price {

  font-size: 50px;



  line-height: normal;

}



.tyros-pricing-table .description {

  margin: 30px;

}



.tyros-pricing-table .widget .inner .price {

  padding: 10px 0;



  margin-top: 30px;

}



.tyros-pricing-table .subtitle {

  font-size: 20px;



  margin-bottom: 30px;

}



.tyros-pricing-table .widget .inner.special .pricing-table-header {

  color: #fff;



  padding: 10px 15px;

}



.tyros-pricing-table .widget .inner .pricing-table-footer {

  background-color: #f8f8f8;



  padding: 10px 15px;



  margin: 15px 0 5px;

}



.tyros-pricing-table .widget .inner .pricing-table-header .widget-title {

  margin: 0;

}



.tyros-pricing-table .widget .inner.special .special {

  display: none;

}



.tyros-pricing-table .widget .inner .pricing-table-header {

  padding: 30px 15px 10px 15px !important;

}



.footer-boxes

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header

  .widget-title {

  color: #fff !important;

}



.footer-boxes

  .tyros-pricing-table

  .widget

  .inner

  .pricing-table-header

  .widget-title {

  color: #525252;

}



.tyros-pricing-table .tyros-button {

  display: block;



  padding: 15px 0;



  margin: 0;

}



.tyros-testimonials {

  overflow: hidden;

}



.tyros-testimonials .widget-title {

  margin-bottom: 15px;

}



ul#testimonials {

  list-style: none;



  padding-left: 0;



  margin: 0;



  width: 100%;

}



ul#testimonials .testimonial-content {

  padding-left: 30px;



  padding-top: 15px;



  padding-bottom: 15px;

}



.testimonial-author {

  font-size: 20px;

}



#testimonials li {

  width: 100%;

}



#testimonials li .testimonial-author {

  padding: 0;



  margin: 0 0 0 0;

}



#testimonials li .testimonial-content {

  display: table-cell;



  vertical-align: middle;

}



.testimonial-content svg path {

  fill: #999;

}



.testimonial-content svg {

  padding-bottom: 2px;



  vertical-align: top;

}



.testimonial-content svg:last-of-type {

  -webkit-transform: rotate(180deg);

      -ms-transform: rotate(180deg);

          transform: rotate(180deg);

}



#testimonials li .left-cta img {

  text-align: right;



  border-radius: 50%;



  margin-bottom: 15px;



  max-width: 100%;



  height: auto;

}



#testimonials .flxbx div.left-cta {

  width: 25%;



  padding: 30px 30px 30px 0;



  text-align: right;



  border-right: 1px solid #cacaca;

}



#testimonials .flxbx div.right-cta {

  width: 75%;



  padding: 15px 20px 15px 0;

}



#testimonials .flxbx div.left-cta .inner {

  text-align: right;

}



#testimonials .owl-buttons {

  position: absolute;



  width: 100%;



  top: 50%;



  margin-top: -15px;



  height: 30px;

}



#testimonials .owl-buttons .owl-prev {

  left: -15px;



  position: absolute;



  background: none !important;



  opacity: 1 !important;

}



#testimonials .owl-buttons .owl-next {

  right: -15px;



  position: absolute;



  background: none !important;



  opacity: 1 !important;

}



#testimonials .owl-buttons .fa {

  margin: 0 -2.5px;



  font-size: 18px;

}



footer .footer-boxes #testimonials li.flxbx {

  border-bottom: 0;



  color: #fff;

}



.faq-item {

  margin-bottom: 30px;

}



.tyros-faq .widget-title {

  margin-bottom: 15px;

}



.tyros-sidebar .tyros-faq .widget-title {

  margin-bottom: 30px;

}



.tyros-faq .faq-item {

  text-align: left;

}



.faq-item .faq-content {

  font-size: 20px;



  cursor: pointer;

}



.tyros-sidebar .faq-item .faq-content {

  font-size: 18px;

}



.faq-item .faq-answer {

  font-size: 16px;



  text-transform: initial;



  font-weight: 300;



  border-top: 1px solid #cacaca;



  padding: 15px 15px 15px 0px;



  margin-top: 15px;



  display: none;

}



footer .footer-boxes .tyros-faq .faq-content {

  color: #fff;

}



.tyros-sidebar .widget-title {

  margin-bottom: 15px;

}

.tyros-sidebar .widget .inner a {
    font-size: 13px;
}


.news-item {

  position: relative;



  z-index: 1;



  display: block;



  background: #ffffff;



  height: 400px;



  border: thin solid #dddddd;



  -webkit-transition: all 0.3s linear 0s;



  -o-transition: all 0.3s linear 0s;



  transition: all 0.3s linear 0s;



  margin-bottom: 30px;

}



.news-item:hover .news-image img,

.hover .news-image img {

  -webkit-transform: scale(1.3);

      -ms-transform: scale(1.3);

          transform: scale(1.3);



  opacity: 0.6;

}



.news-item .news-image {

  background: #000000;



  height: 100%;



  overflow: hidden;

}



.news-item .news-image .date {

  position: absolute;



  top: 20px;



  right: 20px;



  z-index: 1;



  background: #e74c3c;



  width: 55px;



  height: 55px;



  padding: 12.5px 0;



  border-radius: 100%;



  color: #ffffff;



  font-weight: 700;



  text-align: center;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;

}



.news-item .news-image .date .day {

  font-size: 18px;

}



.news-item .news-image .date .month {

  font-size: 12px;



  text-transform: uppercase;

}



.news-item .news-image a {

  display: block;



  height: 100%;

}



.news-item .news-image .image {

  display: block;



  -webkit-transition: all 0.3s linear 0s;



  -o-transition: all 0.3s linear 0s;



  transition: all 0.3s linear 0s;



  background-size: cover;



  background-position: 50%;



  height: 100%;



  width: 100%;

}



.news-item:hover .news-image .image {

  -webkit-transform: scale(1.1);

      -ms-transform: scale(1.1);

          transform: scale(1.1);

}



.news-item .post-content {

  position: absolute;



  bottom: 0;



  background: #ffffff;



  width: 100%;



  overflow: hidden;



  padding: 30px 15px;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;



  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;



  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;

}



.news-item .post-content .category {

  position: absolute;



  top: -34px;



  left: 0;



  background: #e74c3c;



  padding: 10px 15px;



  color: #ffffff;



  font-size: 14px;



  font-weight: 600;



  text-transform: uppercase;

}



.news-item .post-content .title {

  margin: 0;



  padding: 0 0 10px;



  color: #333333;



  font-size: 20px;



  font-weight: 700;

}



.news-item .post-content .title a,

.post-content.no-image .title a {

  color: #333333 !important;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.news-item .post-content .sub_title {

  margin: 0;



  padding: 0 0 20px;



  color: #e74c3c;



  font-size: 20px;



  font-weight: 400;

}



.news-item .post-content .description {

  display: none;



  color: #666666;



  font-size: 14px;



  line-height: 1.8em;

}



.news-item .post-content .post-meta {

  margin: 15px 0 0;



  color: #999999;

}



.news-item .post-content .post-meta .timestamp {

  margin: 0 16px 0 0;

}



.news-item .post-content .post-meta a {

  color: #999999;



  text-decoration: none;

}



.hover .post-content .description {

  display: block !important;



  height: auto !important;



  opacity: 1 !important;

}



.tyros-news .post-content.no-image {

  background-color: #fff;



  padding: 30px;



  color: #333333;



  margin-bottom: 30px;



  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);



          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);



  -webkit-transition: all 0.3s linear 0s;



  -o-transition: all 0.3s linear 0s;



  transition: all 0.3s linear 0s;

}



.tyros-news .post-content.no-image:hover {

  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);

          box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);

}



.tyros-news .post-content.no-image .title {

  font-size: 26px;



  font-weight: 700;



  padding-bottom: 10px;



  margin: 0;

}



.tyros-sidebar .tyros-callout.col-sm-12,

.tyros-sidebar .tyros-contact-form.col-sm-12,

.tyros-sidebar .tyros-contact-info.col-sm-12,

.tyros-sidebar .tyros-faq.col-sm-12,

.tyros-sidebar .tyros-testimonials.col-sm-12,

.tyros-sidebar .tyros-news.col-sm-12,

.tyros-sidebar .tyros-pricing-table.col-sm-12,

.tyros-sidebar .tyros-events.col-sm-12,

.tyros-sidebar .tyros-gallery.col-sm-12 {

  padding-left: 0;



  padding-right: 0;

}



.tyros-sidebar .tyros-testimonials #testimonials li.flxbx {

  border: none;



  display: block !important;

}



.tyros-sidebar .tyros-testimonials #testimonials .flxbx div.left-cta {

  width: 100%;



  padding-right: 0;



  border-right: none;



  text-align: center;



  padding-bottom: 0;

}



.tyros-sidebar

  .tyros-testimonials

  #testimonials

  .flxbx

  div.left-cta

  .table-wrap,

.tyros-sidebar

  .tyros-testimonials

  #testimonials

  .flxbx

  div.left-cta

  .table-wrap

  .inner {

  display: block;



  text-align: center;

}



.tyros-sidebar .tyros-testimonials #testimonials .flxbx div.right-cta {

  padding-right: 0 !important;



  display: block;



  width: 100%;

}



.tyros-sidebar

  .tyros-testimonials

  #testimonials

  .flxbx

  div.right-cta

  .table-wrap,

.tyros-sidebar

  .tyros-testimonials

  #testimonials

  .flxbx

  div.right-cta

  .table-wrap

  .inner {

  text-align: center;



  display: block;

}



.tyros-sidebar .tyros-testimonials #testimonials li .testimonial-content {

  display: block;



  padding: 0 30px;

}



.tyros-sidebar .tyros-testimonials #testimonials .owl-buttons .owl-prev .fa,

.tyros-sidebar .tyros-testimonials #testimonials .owl-buttons .owl-next .fa {

  color: #525252;

}



.tyros-sidebar .tyros-news .col-md-4 {

  width: 100%;



  float: none;

}



div#alt-single-wrap .post-title,

.page-template-default .post-title.alt-layout {

  text-transform: none;



  font-size: 32px;



  line-height: normal;



  margin-top: 5px;



  border-bottom: 1px solid #e4e3e3;



  padding-bottom: 10px;



  padding-top: 0px;



  margin-bottom: 10px;

}



#alt-single-wrap .featured-image {

  margin-top: 30px;

}



.page-template-default .post-title.alt-layout {

  padding-bottom: 10px !important;

}



.tyros-events img.wp-post-image {

  float: none;

}



.tyros-events .event-details {

  background-color: #fff;



  color: #333333;



  padding: 30px;

}



.tyros-events .event-details .title {

  margin: 0;

}



.tyros-events .event-details .title a {

  color: #333333 !important;

}



.tyros-events .event-details a.tyros-button {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;



  display: inline-block;



  margin-top: 15px;



  margin-right: 0;

}



.tyros-events .event-details a.tyros-button:hover {

  opacity: 0.85;

}



.tyros-events .event-details .location {

  text-transform: uppercase;



  letter-spacing: 0.125em;



  margin-top: 5px;

}



.tyros-events .event-details .date {

  margin-top: 15px;

}



.tyros-events .event-post {

  margin-bottom: 30px;

}



.tyros-sidebar .tyros-events .event-post {

  border: thin solid #dddddd;

}



.tyros-sidebar .tyros-events .col-sm-6 {

  width: 100%;

}



.tyros-sidebar .tyros-events .event-details a.tyros-button {

  color: #fff !important;

}



footer#colophon .footer-boxes .tyros-contact-form input[type="submit"],

footer#colophon .footer-boxes .tyros-callout .buttons .tyros-button,

footer#colophon .footer-boxes .tyros-events .event-details a.tyros-button,

footer#colophon .footer-boxes .tyros-pricing-table a.tyros-button {

  color: #fff;

}



footer#colophon .footer-boxes .tyros-testimonials .widget-title,

footer#colophon .footer-boxes .tyros-news .widget-title,

footer#colophon .footer-boxes .tyros-events .widget-title,

footer#colophon .footer-boxes .tyros-faq .widget-title,

footer#colophon .footer-boxes .tyros-gallery .widget-title {

  margin-bottom: 30px;

}



.page-template-cpt-page-events .tyros-events {

  margin-top: 30px;

}



.page-template-cpt-page-events .tyros-events .event-post {

  border: thin solid #dddddd;

}



.page-template-cpt-page-events .tyros-events .event-details a.tyros-button {

  color: #fff;

}



.page-template-cpt-page-events .none-to-display {

  margin-top: 30px;

}



.page-template-cpt-page-gallery #tyros-gallery {

  margin-top: 30px;

}



.page-template-cpt-page-gallery .none-to-display {

  margin-top: 30px;

}



.page-template-cpt-page-news .tyros-news {

  margin-top: 30px;

}



.page-template-cpt-page-news .none-to-display {

  margin-top: 30px;

}



.page-template-cpt-page-faq .tyros-faq {

  margin-top: 30px;

}



.page-template-cpt-page-faq .none-to-display {

  margin-top: 30px;

}



#masonry-blog-wrapper .blog-roll-item .image-corner {

  width: 50%;



  height: 0;



  border-style: solid;



  border-width: 0 0 40px 250px;



  position: absolute;



  bottom: 0;



  right: 0;



  border-color: transparent transparent #fff transparent;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



#masonry-blog-wrapper .blog-roll-item .image-corner.left {

  width: 50%;



  height: 0;



  border-style: solid;



  border-width: 0px 500px 40px 0px;



  position: absolute;



  bottom: 0;



  left: 0;



  border-color: transparent transparent #ffffff transparent;

}



#masonry-blog-wrapper .blog-roll-item .image-corner.left.hovered {

  border-width: 0px 650px 65px 0px;

}



div#post-slider-cta {

  text-align: center;



  color: #fff;



  padding: 50px 30% 50px 30px;



  position: relative;



  overflow: hidden;

}



div#post-slider-cta .main-heading {

  font-size: 28px;



  margin-top: 0;



  margin-bottom: 0;



  text-align: left;

}



div#post-slider-cta .secondary-heading {

  font-size: 20px;



  margin-bottom: 0;



  font-weight: 300;



  text-align: left;

}



div#post-slider-cta a.tyros-button {

  border: 2px solid;



  margin-top: 15px;



  padding-left: 40px;



  padding-right: 40px;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.homepage-widget-area.pro .top-banner-text {

  background: none !important;



  color: inherit !important;



  border: none;

}



aside.widget_product_categories ul.product-categories li a {

  color: #373737;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



aside.widget_product_categories

  ul.product-categories

  > li.cat-parent

  ul.children

  li {

  border-bottom: none;

}



aside.widget_product_categories ul li.cat-parent ul.children {

  padding-left: 15px;

}



aside.widget_product_categories ul li.cat-parent ul.children li {

  padding-bottom: 0;

}



aside.widget_product_categories ul.product-categories > li > a {

  font-size: 22px;

}



/*!



Theme Name: Tyros



Theme URI: http://underscores.me/



Author: Smartcat



Author URI: https://smartcatdesign.net/



Description: Tyros is a WooCommerce-ready, modern, and responsive theme that is perfect for businesses, organizations, professional free-lancers, and other individuals looking to make a great first impression. Tyros comes with a full-width slider, over 600 Font Awesome icons, highly customizable and user-friendly options, and a very appealing homepage design. It has callouts to make your products & services stand out, and comes with multiple color options, as well as numerous sidebar widget areas.



Version: 2.0.0



License: GNU General Public License v3 or later



License URI: https://www.gnu.org/licenses/gpl-3.0.txt



Text Domain: tyros



Tags: two-columns, three-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, news, e-commerce







This theme, like WordPress, is licensed under the GPL.



Use it to make something cool, have fun, and share what you've learned with others.







Tyros is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.



Underscores is distributed under the terms of the GNU GPL v2 or later.







Normalizing styles have been helped along thanks to the fine work of



Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/



*/



html {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  font-family: sans-serif;



  -webkit-text-size-adjust: 100%;



  -moz-text-size-adjust: 100%;



  -ms-text-size-adjust: 100%;



      text-size-adjust: 100%;



  font-size: 10px;

}



body {

  background: #fff;



  color: #333;



  margin: 0 auto;



  line-height: normal;



  font-size: 14px;



  font-family: Helvetica, sans-serif;



  background-color: #f0f0f0;
  background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/bg_new.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media (max-width: 576px){
    body {
        background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/bg_mob.webp);    
    }
}


article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;



  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;



  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;



  color: #337ab7;



  text-decoration: none;

}



a:active,

a:hover {

  outline: 0;

}



abbr[title] {

  border-bottom: 1px dotted;

}



b,

strong {

  font-weight: 700;

}



dfn {

  font-style: italic;

}



h1 {

  margin: 0.67em 0;



  font-size: 2em;

}



mark {

  color: #000;



  background: #ff0;

}



small {

  font-size: 80%;

}



sub,

sup {

  position: relative;



  font-size: 75%;



  line-height: 0;



  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  height: auto;



  max-width: 100%;



  border: 0;



  vertical-align: middle;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 0;

}



hr {

  background-color: #ccc;



  height: 0;



  -webkit-box-sizing: content-box;



          box-sizing: content-box;



  margin-top: 14px;



  margin-bottom: 14px;



  border: 0;



  border-top: 1px solid #d7d2d2;

}



pre {

  background: #eee;



  font-family: "Courier 10 Pitch", Courier, monospace;



  margin-bottom: 1.6em;



  max-width: 100%;



  overflow: auto;



  display: block;



  padding: 9.5px;



  margin: 0 0 10px;



  font-size: 13px;



  line-height: 1.42857143;



  color: #333;



  word-break: break-all;



  word-wrap: break-word;



  background-color: #f5f5f5;



  border: 1px solid #ccc;



  border-radius: 4px;

}



code,

kbd,

pre,

samp {

  font-size: 1em;



  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

}



button,

input,

optgroup,

select,

textarea {

  margin: 0;



  font: inherit;



  color: inherit;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;



  -moz-appearance: button;



  appearance: button;



  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  padding: 0;



  border: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  padding: 0;



  margin: 4px 0 0;



  margin-top: 1px\9;



  line-height: normal;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;



  appearance: none;

}



fieldset {

  min-width: 0;



  padding: 0;



  margin: 0;



  border: 0;

}



legend {

  display: block;



  width: 100%;



  padding: 0;



  margin-bottom: 20px;



  font-size: 21px;



  line-height: inherit;



  color: #333;



  border: 0;



  border-bottom: 1px solid #e5e5e5;

}



textarea {

  width: 100%;



  overflow: auto;

}



optgroup {

  font-weight: 700;

}



table {

  margin: 0 0 1.5em;



  width: 100%;



  border-spacing: 0;



  border-collapse: collapse;



  background-color: transparent;

}



td,

th {

  padding: 0;

}



body,

button,

input,

select,

optgroup,

textarea {

  color: #404040;



  font-family: sans-serif;



  font-size: 1rem;



  line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  clear: both;



  font-family: Montserrat, sans-serif;

}



p {

  margin-bottom: 1.5em;



  margin: 0 0 10px;

}



dfn,

cite,

em,

i {

  font-style: italic;

}



blockquote {

  padding: 10px 20px;



  margin: 0 0 20px;



  font-size: 17.5px;



  border-left: 5px solid #eee;

}



address {

  margin: 0 0 1.5em;



  margin-bottom: 20px;



  font-style: normal;



  line-height: 1.42857143;

}



code,b

kbd,

tt,

var {

  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;



  font-size: 0.9375rem;

}



abbr,

acronym {

  border-bottom: 1px dotted #666;



  cursor: help;

}



mark,

ins {

  background: #fff9c0;



  text-decoration: none;

}



big {

  font-size: 125%;

}



*,

*:before,

*:after {

  -webkit-box-sizing: inherit;

          box-sizing: inherit;

}



ul,

ol {

  margin: 0 0 1.5em 3em;



  margin-top: 0;



  margin-bottom: 10px;
  
  font-size: 15px;

}



ul {

  list-style: disc;

}



ol {

  list-style: decimal;

}



li > ul,

li > ol {

  margin-bottom: 0;



  margin-left: 1.5em;

}



dt {

  font-weight: 700;

}



dd {

  margin: 0 1.5em 1.5em;



  margin-left: 0;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

  border: 1px solid;



  border-color: #ccc #ccc #bbb;



  border-radius: 3px;



  background: #e6e6e6;



  color: rgba(0, 0, 0, 0.8);



  font-size: 0.75rem;



  line-height: 1;



  padding: 0.6em 1em 0.4em;

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

  border-color: #ccc #bbb #aaa;

}



button:active,

button:focus,

input[type="button"]:active,

input[type="button"]:focus,

input[type="reset"]:active,

input[type="reset"]:focus,

input[type="submit"]:active,

input[type="submit"]:focus {

  border-color: #aaa #bbb #bbb;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

  color: #666;



  border: 1px solid #ccc;



  border-radius: 3px;



  padding: 3px;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

input[type="number"]:focus,

input[type="tel"]:focus,

input[type="range"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="week"]:focus,

input[type="time"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="color"]:focus,

textarea:focus {

  color: #111;

}



select {

  border: 1px solid #ccc;

}



.main-navigation {

  clear: both;



  display: block;



  float: left;



  width: 100%;

}



.main-navigation ul {

  display: none;



  list-style: none;



  margin: 0;



  padding-left: 0;

}



.main-navigation ul ul {

  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);



  float: left;



  position: absolute;



  top: 100%;



  left: -999em;



  z-index: 99999;

}



.main-navigation ul ul ul {

  left: -999em;



  top: 0;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

  left: 100%;

}



.main-navigation ul ul a {

  width: 200px;

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

  left: auto;

}



.main-navigation li {

  float: left;



  position: relative;

}



.main-navigation a {

  display: block;



  text-decoration: none;

}



.menu-toggle,

.main-navigation.toggled ul {

  display: block;

}



.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

  margin: 0 0 1.5em;



  overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

  float: left;



  width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

  float: right;



  text-align: right;



  width: 50%;

}



.screen-reader-text {

  border: 0;



  clip: rect(1px, 1px, 1px, 1px);



  -webkit-clip-path: inset(50%);



  clip-path: inset(50%);



  height: 1px;



  margin: -1px;



  overflow: hidden;



  padding: 0;



  position: absolute !important;



  width: 1px;



  word-wrap: normal !important;

}



.screen-reader-text:focus {

  background-color: #f1f1f1;



  border-radius: 3px;



  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);



          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);



  clip: auto !important;



  -webkit-clip-path: none;



  clip-path: none;



  color: #21759b;



  display: block;



  font-size: 0.875rem;



  font-weight: bold;



  height: auto;



  left: 5px;



  line-height: normal;



  padding: 15px 23px 14px;



  text-decoration: none;



  top: 5px;



  width: auto;



  z-index: 100000;

}



#content[tabindex="-1"]:focus {

  outline: 0;

}



.alignleft {

  display: inline;



  float: left;



  margin-right: 1.5em;

}



.alignright {

  display: inline;



  float: right;



  margin-left: 1.5em;

}



.aligncenter {

  clear: both;



  display: block;



  margin-left: auto;



  margin-right: auto;

}



.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

  content: "";



  display: table;



  table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both;

}



.widget {

  margin: 0 0 1.5em;



  margin-bottom: 30px;

}



.widget select {

  max-width: 100%;

}



.sticky {

  display: block;

}



.hentry {

  margin: 0 0 1.5em;

}



.updated:not(.published) {

  display: none;

}



.page-content,

.entry-content,

.entry-summary {

  margin: 0.7em 0 0;

}



.page-links {

  clear: both;



  margin: 0 0 1.5em;

}



.comment-content a {

  word-wrap: break-word;

}



.bypostauthor {

  display: block;

}



.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

  display: none;

}



.infinity-end.neverending .site-footer {

  display: block;

}



.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

  border: none;



  margin-bottom: 0;



  margin-top: 0;



  padding: 0;

}



embed,

iframe,

object {

  max-width: 100%;

}



.custom-logo-link {

  display: inline-block;

}



.wp-caption {

  margin-bottom: 1.5em;



  max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

  display: block;



  margin-left: auto;



  margin-right: auto;

}



.wp-caption .wp-caption-text {

  margin: 0.8075em 0;

}



.wp-caption-text {

  text-align: center;

}



.gallery {

  margin-bottom: 1.5em;

}



.gallery-item {

  display: inline-block;



  text-align: center;



  vertical-align: top;



  width: 100%;

}



.gallery-columns-2 .gallery-item {

  max-width: 50%;

}



.gallery-columns-3 .gallery-item {

  max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

  max-width: 25%;

}



.gallery-columns-5 .gallery-item {

  max-width: 20%;

}



.gallery-columns-6 .gallery-item {

  max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

  max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

  max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

  max-width: 11.11%;

}



.gallery-caption {

  display: block;

}



.honesz h1 {

  font-size: 1px !important;



  margin: 0px;

}



.col-md-3 {

  position: relative;



  min-height: 1px;



  padding-right: 0px !important;



  padding-left: 0px !important;

}



/*!



 * Bootstrap v3.3.7 (http://getbootstrap.com)



 * Copyright 2011-2016 Twitter, Inc.



 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)



 */



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block;

}



input[type="search"] {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  -webkit-appearance: none;



  -moz-appearance: none;



  appearance: none;

}



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */



@font-face {

  font-family: "Glyphicons Halflings";



  src: url(../fonts/glyphicons-halflings-regular.eot);



  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)

      format("embedded-opentype"),

    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),

    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),

    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype");

}



.glyphicon {

  position: relative;



  top: 1px;



  display: inline-block;



  font-family: "Glyphicons Halflings";



  font-style: normal;



  font-weight: 400;



  line-height: 1;

}



.glyphicon-asterisk:before {

  content: "\002a";

}



.glyphicon-plus:before {

  content: "\002b";

}



.glyphicon-eur:before,

.glyphicon-euro:before {

  content: "\20ac";

}



.glyphicon-minus:before {

  content: "\2212";

}



.glyphicon-cloud:before {

  content: "\2601";

}



.glyphicon-envelope:before {

  content: "\2709";

}



.glyphicon-pencil:before {

  content: "\270f";

}



.glyphicon-glass:before {

  content: "\e001";

}



.glyphicon-music:before {

  content: "\e002";

}



.glyphicon-search:before {

  content: "\e003";

}



.glyphicon-heart:before {

  content: "\e005";

}



.glyphicon-star:before {

  content: "\e006";

}



.glyphicon-star-empty:before {

  content: "\e007";

}



.glyphicon-user:before {

  content: "\e008";

}



.glyphicon-film:before {

  content: "\e009";

}



.glyphicon-th-large:before {

  content: "\e010";

}



.glyphicon-th:before {

  content: "\e011";

}



.glyphicon-th-list:before {

  content: "\e012";

}



.glyphicon-ok:before {

  content: "\e013";

}



.glyphicon-remove:before {

  content: "\e014";

}



.glyphicon-zoom-in:before {

  content: "\e015";

}



.glyphicon-zoom-out:before {

  content: "\e016";

}



.glyphicon-off:before {

  content: "\e017";

}



.glyphicon-signal:before {

  content: "\e018";

}



.glyphicon-cog:before {

  content: "\e019";

}



.glyphicon-trash:before {

  content: "\e020";

}



.glyphicon-home:before {

  content: "\e021";

}



.glyphicon-file:before {

  content: "\e022";

}



.glyphicon-time:before {

  content: "\e023";

}



.glyphicon-road:before {

  content: "\e024";

}



.glyphicon-download-alt:before {

  content: "\e025";

}



.glyphicon-download:before {

  content: "\e026";

}



.glyphicon-upload:before {

  content: "\e027";

}



.glyphicon-inbox:before {

  content: "\e028";

}



.glyphicon-play-circle:before {

  content: "\e029";

}



.glyphicon-repeat:before {

  content: "\e030";

}



.glyphicon-refresh:before {

  content: "\e031";

}



.glyphicon-list-alt:before {

  content: "\e032";

}



.glyphicon-lock:before {

  content: "\e033";

}



.glyphicon-flag:before {

  content: "\e034";

}



.glyphicon-headphones:before {

  content: "\e035";

}



.glyphicon-volume-off:before {

  content: "\e036";

}



.glyphicon-volume-down:before {

  content: "\e037";

}



.glyphicon-volume-up:before {

  content: "\e038";

}



.glyphicon-qrcode:before {

  content: "\e039";

}



.glyphicon-barcode:before {

  content: "\e040";

}



.glyphicon-tag:before {

  content: "\e041";

}



.glyphicon-tags:before {

  content: "\e042";

}



.glyphicon-book:before {

  content: "\e043";

}



.glyphicon-bookmark:before {

  content: "\e044";

}



.glyphicon-print:before {

  content: "\e045";

}



.glyphicon-camera:before {

  content: "\e046";

}



.glyphicon-font:before {

  content: "\e047";

}



.glyphicon-bold:before {

  content: "\e048";

}



.glyphicon-italic:before {

  content: "\e049";

}



.glyphicon-text-height:before {

  content: "\e050";

}



.glyphicon-text-width:before {

  content: "\e051";

}



.glyphicon-align-left:before {

  content: "\e052";

}



.glyphicon-align-center:before {

  content: "\e053";

}



.glyphicon-align-right:before {

  content: "\e054";

}



.glyphicon-align-justify:before {

  content: "\e055";

}



.glyphicon-list:before {

  content: "\e056";

}



.glyphicon-indent-left:before {

  content: "\e057";

}



.glyphicon-indent-right:before {

  content: "\e058";

}



.glyphicon-facetime-video:before {

  content: "\e059";

}



.glyphicon-picture:before {

  content: "\e060";

}



.glyphicon-map-marker:before {

  content: "\e062";

}



.glyphicon-adjust:before {

  content: "\e063";

}



.glyphicon-tint:before {

  content: "\e064";

}



.glyphicon-edit:before {

  content: "\e065";

}



.glyphicon-share:before {

  content: "\e066";

}



.glyphicon-check:before {

  content: "\e067";

}



.glyphicon-move:before {

  content: "\e068";

}



.glyphicon-step-backward:before {

  content: "\e069";

}



.glyphicon-fast-backward:before {

  content: "\e070";

}



.glyphicon-backward:before {

  content: "\e071";

}



.glyphicon-play:before {

  content: "\e072";

}



.glyphicon-pause:before {

  content: "\e073";

}



.glyphicon-stop:before {

  content: "\e074";

}



.glyphicon-forward:before {

  content: "\e075";

}



.glyphicon-fast-forward:before {

  content: "\e076";

}



.glyphicon-step-forward:before {

  content: "\e077";

}



.glyphicon-eject:before {

  content: "\e078";

}



.glyphicon-chevron-left:before {

  content: "\e079";

}



.glyphicon-chevron-right:before {

  content: "\e080";

}



.glyphicon-plus-sign:before {

  content: "\e081";

}



.glyphicon-minus-sign:before {

  content: "\e082";

}



.glyphicon-remove-sign:before {

  content: "\e083";

}



.glyphicon-ok-sign:before {

  content: "\e084";

}



.glyphicon-question-sign:before {

  content: "\e085";

}



.glyphicon-info-sign:before {

  content: "\e086";

}



.glyphicon-screenshot:before {

  content: "\e087";

}



.glyphicon-remove-circle:before {

  content: "\e088";

}



.glyphicon-ok-circle:before {

  content: "\e089";

}



.glyphicon-ban-circle:before {

  content: "\e090";

}



.glyphicon-arrow-left:before {

  content: "\e091";

}



.glyphicon-arrow-right:before {

  content: "\e092";

}



.glyphicon-arrow-up:before {

  content: "\e093";

}



.glyphicon-arrow-down:before {

  content: "\e094";

}



.glyphicon-share-alt:before {

  content: "\e095";

}



.glyphicon-resize-full:before {

  content: "\e096";

}



.glyphicon-resize-small:before {

  content: "\e097";

}



.glyphicon-exclamation-sign:before {

  content: "\e101";

}



.glyphicon-gift:before {

  content: "\e102";

}



.glyphicon-leaf:before {

  content: "\e103";

}



.glyphicon-fire:before {

  content: "\e104";

}



.glyphicon-eye-open:before {

  content: "\e105";

}



.glyphicon-eye-close:before {

  content: "\e106";

}



.glyphicon-warning-sign:before {

  content: "\e107";

}



.glyphicon-plane:before {

  content: "\e108";

}



.glyphicon-calendar:before {

  content: "\e109";

}



.glyphicon-random:before {

  content: "\e110";

}



.glyphicon-comment:before {

  content: "\e111";

}



.glyphicon-magnet:before {

  content: "\e112";

}



.glyphicon-chevron-up:before {

  content: "\e113";

}



.glyphicon-chevron-down:before {

  content: "\e114";

}



.glyphicon-retweet:before {

  content: "\e115";

}



.glyphicon-shopping-cart:before {

  content: "\e116";

}



.glyphicon-folder-close:before {

  content: "\e117";

}



.glyphicon-folder-open:before {

  content: "\e118";

}



.glyphicon-resize-vertical:before {

  content: "\e119";

}



.glyphicon-resize-horizontal:before {

  content: "\e120";

}



.glyphicon-hdd:before {

  content: "\e121";

}



.glyphicon-bullhorn:before {

  content: "\e122";

}



.glyphicon-bell:before {

  content: "\e123";

}



.glyphicon-certificate:before {

  content: "\e124";

}



.glyphicon-thumbs-up:before {

  content: "\e125";

}



.glyphicon-thumbs-down:before {

  content: "\e126";

}



.glyphicon-hand-right:before {

  content: "\e127";

}



.glyphicon-hand-left:before {

  content: "\e128";

}



.glyphicon-hand-up:before {

  content: "\e129";

}



.glyphicon-hand-down:before {

  content: "\e130";

}



.glyphicon-circle-arrow-right:before {

  content: "\e131";

}



.glyphicon-circle-arrow-left:before {

  content: "\e132";

}



.glyphicon-circle-arrow-up:before {

  content: "\e133";

}



.glyphicon-circle-arrow-down:before {

  content: "\e134";

}



.glyphicon-globe:before {

  content: "\e135";

}



.glyphicon-wrench:before {

  content: "\e136";

}



.glyphicon-tasks:before {

  content: "\e137";

}



.glyphicon-filter:before {

  content: "\e138";

}



.glyphicon-briefcase:before {

  content: "\e139";

}



.glyphicon-fullscreen:before {

  content: "\e140";

}



.glyphicon-dashboard:before {

  content: "\e141";

}



.glyphicon-paperclip:before {

  content: "\e142";

}



.glyphicon-heart-empty:before {

  content: "\e143";

}



.glyphicon-link:before {

  content: "\e144";

}



.glyphicon-phone:before {

  content: "\e145";

}



.glyphicon-pushpin:before {

  content: "\e146";

}



.glyphicon-usd:before {

  content: "\e148";

}



.glyphicon-gbp:before {

  content: "\e149";

}



.glyphicon-sort:before {

  content: "\e150";

}



.glyphicon-sort-by-alphabet:before {

  content: "\e151";

}



.glyphicon-sort-by-alphabet-alt:before {

  content: "\e152";

}



.glyphicon-sort-by-order:before {

  content: "\e153";

}



.glyphicon-sort-by-order-alt:before {

  content: "\e154";

}



.glyphicon-sort-by-attributes:before {

  content: "\e155";

}



.glyphicon-sort-by-attributes-alt:before {

  content: "\e156";

}



.glyphicon-unchecked:before {

  content: "\e157";

}



.glyphicon-expand:before {

  content: "\e158";

}



.glyphicon-collapse-down:before {

  content: "\e159";

}



.glyphicon-collapse-up:before {

  content: "\e160";

}



.glyphicon-log-in:before {

  content: "\e161";

}



.glyphicon-flash:before {

  content: "\e162";

}



.glyphicon-log-out:before {

  content: "\e163";

}



.glyphicon-new-window:before {

  content: "\e164";

}



.glyphicon-record:before {

  content: "\e165";

}



.glyphicon-save:before {

  content: "\e166";

}



.glyphicon-open:before {

  content: "\e167";

}



.glyphicon-saved:before {

  content: "\e168";

}



.glyphicon-import:before {

  content: "\e169";

}



.glyphicon-export:before {

  content: "\e170";

}



.glyphicon-send:before {

  content: "\e171";

}



.glyphicon-floppy-disk:before {

  content: "\e172";

}



.glyphicon-floppy-saved:before {

  content: "\e173";

}



.glyphicon-floppy-remove:before {

  content: "\e174";

}



.glyphicon-floppy-save:before {

  content: "\e175";

}



.glyphicon-floppy-open:before {

  content: "\e176";

}



.glyphicon-credit-card:before {

  content: "\e177";

}



.glyphicon-transfer:before {

  content: "\e178";

}



.glyphicon-cutlery:before {

  content: "\e179";

}



.glyphicon-header:before {

  content: "\e180";

}



.glyphicon-compressed:before {

  content: "\e181";

}



.glyphicon-earphone:before {

  content: "\e182";

}



.glyphicon-phone-alt:before {

  content: "\e183";

}



.glyphicon-tower:before {

  content: "\e184";

}



.glyphicon-stats:before {

  content: "\e185";

}



.glyphicon-sd-video:before {

  content: "\e186";

}



.glyphicon-hd-video:before {

  content: "\e187";

}



.glyphicon-subtitles:before {

  content: "\e188";

}



.glyphicon-sound-stereo:before {

  content: "\e189";

}



.glyphicon-sound-dolby:before {

  content: "\e190";

}



.glyphicon-sound-5-1:before {

  content: "\e191";

}



.glyphicon-sound-6-1:before {

  content: "\e192";

}



.glyphicon-sound-7-1:before {

  content: "\e193";

}



.glyphicon-copyright-mark:before {

  content: "\e194";

}



.glyphicon-registration-mark:before {

  content: "\e195";

}



.glyphicon-cloud-download:before {

  content: "\e197";

}



.glyphicon-cloud-upload:before {

  content: "\e198";

}



.glyphicon-tree-conifer:before {

  content: "\e199";

}



.glyphicon-tree-deciduous:before {

  content: "\e200";

}



.glyphicon-cd:before {

  content: "\e201";

}



.glyphicon-save-file:before {

  content: "\e202";

}



.glyphicon-open-file:before {

  content: "\e203";

}



.glyphicon-level-up:before {

  content: "\e204";

}



.glyphicon-copy:before {

  content: "\e205";

}



.glyphicon-paste:before {

  content: "\e206";

}



.glyphicon-alert:before {

  content: "\e209";

}



.glyphicon-equalizer:before {

  content: "\e210";

}



.glyphicon-king:before {

  content: "\e211";

}



.glyphicon-queen:before {

  content: "\e212";

}



.glyphicon-pawn:before {

  content: "\e213";

}



.glyphicon-bishop:before {

  content: "\e214";

}



.glyphicon-knight:before {

  content: "\e215";

}



.glyphicon-baby-formula:before {

  content: "\e216";

}



.glyphicon-tent:before {

  content: "\26fa";

}



.glyphicon-blackboard:before {

  content: "\e218";

}



.glyphicon-bed:before {

  content: "\e219";

}



.glyphicon-apple:before {

  content: "\f8ff";

}



.glyphicon-erase:before {

  content: "\e221";

}



.glyphicon-hourglass:before {

  content: "\231b";

}



.glyphicon-lamp:before {

  content: "\e223";

}



.glyphicon-duplicate:before {

  content: "\e224";

}



.glyphicon-piggy-bank:before {

  content: "\e225";

}



.glyphicon-scissors:before {

  content: "\e226";

}



.glyphicon-bitcoin:before {

  content: "\e227";

}



.glyphicon-btc:before {

  content: "\e227";

}



.glyphicon-xbt:before {

  content: "\e227";

}



.glyphicon-yen:before {

  content: "\00a5";

}



.glyphicon-jpy:before {

  content: "\00a5";

}



.glyphicon-ruble:before {

  content: "\20bd";

}



.glyphicon-rub:before {

  content: "\20bd";

}



.glyphicon-scale:before {

  content: "\e230";

}



.glyphicon-ice-lolly:before {

  content: "\e231";

}



.glyphicon-ice-lolly-tasted:before {

  content: "\e232";

}



.glyphicon-education:before {

  content: "\e233";

}



.glyphicon-option-horizontal:before {

  content: "\e234";

}



.glyphicon-option-vertical:before {

  content: "\e235";

}



.glyphicon-menu-hamburger:before {

  content: "\e236";

}



.glyphicon-modal-window:before {

  content: "\e237";

}



.glyphicon-oil:before {

  content: "\e238";

}



.glyphicon-grain:before {

  content: "\e239";

}



.glyphicon-sunglasses:before {

  content: "\e240";

}



.glyphicon-text-size:before {

  content: "\e241";

}



.glyphicon-text-color:before {

  content: "\e242";

}



.glyphicon-text-background:before {

  content: "\e243";

}



.glyphicon-object-align-top:before {

  content: "\e244";

}



.glyphicon-object-align-bottom:before {

  content: "\e245";

}



.glyphicon-object-align-horizontal:before {

  content: "\e246";

}



.glyphicon-object-align-left:before {

  content: "\e247";

}



.glyphicon-object-align-vertical:before {

  content: "\e248";

}



.glyphicon-object-align-right:before {

  content: "\e249";

}



.glyphicon-triangle-right:before {

  content: "\e250";

}



.glyphicon-triangle-left:before {

  content: "\e251";

}



.glyphicon-triangle-bottom:before {

  content: "\e252";

}



.glyphicon-triangle-top:before {

  content: "\e253";

}



.glyphicon-console:before {

  content: "\e254";

}



.glyphicon-superscript:before {

  content: "\e255";

}



.glyphicon-subscript:before {

  content: "\e256";

}



.glyphicon-menu-left:before {

  content: "\e257";

}



.glyphicon-menu-right:before {

  content: "\e258";

}



.glyphicon-menu-down:before {

  content: "\e259";

}



.glyphicon-menu-up:before {

  content: "\e260";

}



* {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}



:after,

:before {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}



button,

input,

select,

textarea {

  font-family: inherit;



  font-size: inherit;



  line-height: inherit;

}



a:focus,

a:hover {

  color: #23527c;



  text-decoration: underline;

}



a:focus {

  outline: 5px auto -webkit-focus-ring-color;



  outline-offset: -2px;

}



.carousel-inner > .item > a > img,

.carousel-inner > .item > img,

.img-responsive,

.thumbnail a > img,

.thumbnail > img {

  display: block;



  max-width: 100%;



  height: auto;

}



.img-rounded {

  border-radius: 6px;

}



.img-thumbnail {

  display: inline-block;



  max-width: 100%;



  height: auto;



  padding: 4px;



  line-height: 1.42857143;



  background-color: #fff;



  border: 1px solid #ddd;



  border-radius: 4px;



  -webkit-transition: all 0.2s ease-in-out;



  -o-transition: all 0.2s ease-in-out;



  transition: all 0.2s ease-in-out;

}



.img-circle {

  border-radius: 50%;

}



.sr-only {

  position: absolute;



  width: 1px;



  height: 1px;



  padding: 0;



  margin: -1px;



  overflow: hidden;



  clip: rect(0, 0, 0, 0);



  border: 0;

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

  position: static;



  width: auto;



  height: auto;



  margin: 0;



  overflow: visible;



  clip: auto;

}



[role="button"] {

  cursor: pointer;

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: inherit;



  font-weight: 500;



  line-height: 1.1;



  color: inherit;

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

  font-weight: 400;



  line-height: 1;



  color: #777;

}



.h1,

.h2,

.h3,

h1,

h2,

h3 {

  margin-top: 20px;



  margin-bottom: 10px;

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small {

  font-size: 65%;

}



.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin-top: 10px;



  margin-bottom: 10px;

}



.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

  font-size: 75%;

}



.h1,

h1 {

  font-size: 36px;

}



.h2,

h2 {

  font-size: 30px;

}



.h3,

h3 {

  font-size: 24px;

}



.h4,

h4 {

  font-size: 18px;

}



.h5,

h5 {

  font-size: 14px;

}



.h6,

h6 {

  font-size: 12px;

}



.lead {

  margin-bottom: 20px;



  font-size: 16px;



  font-weight: 300;



  line-height: 1.4;

}



.small,

small {

  font-size: 85%;

}



.mark,

mark {

  padding: 0.2em;



  background-color: #fcf8e3;

}



.text-left {

  text-align: left;

}



.text-right {

  text-align: right;

}



.text-center {

  text-align: center;

}



.text-justify {

  text-align: justify;

}



.text-nowrap {

  white-space: nowrap;

}



.text-lowercase {

  text-transform: lowercase;

}



.text-uppercase {

  text-transform: uppercase;

}



.text-capitalize {

  text-transform: capitalize;

}



.text-muted {

  color: #777;

}



.text-primary {

  color: #337ab7;

}



a.text-primary:focus,

a.text-primary:hover {

  color: #286090;

}



.text-success {

  color: #3c763d;

}



a.text-success:focus,

a.text-success:hover {

  color: #2b542c;

}



.text-info {

  color: #31708f;

}



a.text-info:focus,

a.text-info:hover {

  color: #245269;

}



.text-warning {

  color: #8a6d3b;

}



a.text-warning:focus,

a.text-warning:hover {

  color: #66512c;

}



.text-danger {

  color: #a94442;

}



a.text-danger:focus,

a.text-danger:hover {

  color: #843534;

}



.bg-primary {

  color: #fff;



  background-color: #337ab7;

}



a.bg-primary:focus,

a.bg-primary:hover {

  background-color: #286090;

}



.bg-success {

  background-color: #dff0d8;

}



a.bg-success:focus,

a.bg-success:hover {

  background-color: #c1e2b3;

}



.bg-info {

  background-color: #d9edf7;

}



a.bg-info:focus,

a.bg-info:hover {

  background-color: #afd9ee;

}



.bg-warning {

  background-color: #fcf8e3;

}



a.bg-warning:focus,

a.bg-warning:hover {

  background-color: #f7ecb5;

}



.bg-danger {

  background-color: #f2dede;

}



a.bg-danger:focus,

a.bg-danger:hover {

  background-color: #e4b9b9;

}



.page-header {

  padding-bottom: 9px;



  margin: 40px 0 20px;



  border-bottom: 1px solid #eee;

}



ol ol,

ol ul,

ul ol,

ul ul {

  margin-bottom: 0;

}



.list-unstyled {

  padding-left: 0;



  list-style: none;

}



.list-inline {

  padding-left: 0;



  margin-left: -5px;



  list-style: none;

}



.list-inline > li {

  display: inline-block;



  padding-right: 5px;



  padding-left: 5px;

}



dl {

  margin-top: 0;



  margin-bottom: 20px;

}



dd,

dt {

  line-height: 1.42857143;

}



abbr[data-original-title],

abbr[title] {

  cursor: help;



  border-bottom: 1px dotted #777;

}



.initialism {

  font-size: 90%;



  text-transform: uppercase;

}



blockquote ol:last-child,

blockquote p:last-child,

blockquote ul:last-child {

  margin-bottom: 0;

}



blockquote .small,

blockquote footer,

blockquote small {

  display: block;



  font-size: 80%;



  line-height: 1.42857143;



  color: #777;

}



blockquote .small:before,

blockquote footer:before,

blockquote small:before {

  content: "\2014 \00A0";

}



.blockquote-reverse,

blockquote.pull-right {

  padding-right: 15px;



  padding-left: 0;



  text-align: right;



  border-right: 5px solid #eee;



  border-left: 0;

}



.blockquote-reverse .small:before,

.blockquote-reverse footer:before,

.blockquote-reverse small:before,

blockquote.pull-right .small:before,

blockquote.pull-right footer:before,

blockquote.pull-right small:before {

  content: "";

}



.blockquote-reverse .small:after,

.blockquote-reverse footer:after,

.blockquote-reverse small:after,

blockquote.pull-right .small:after,

blockquote.pull-right footer:after,

blockquote.pull-right small:after {

  content: "\00A0 \2014";

}



code {

  padding: 2px 4px;



  font-size: 90%;



  color: #c7254e;



  background-color: #f9f2f4;



  border-radius: 4px;

}



kbd {

  padding: 2px 4px;



  font-size: 90%;



  color: #fff;



  background-color: #333;



  border-radius: 3px;



  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);



          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

}



kbd kbd {

  padding: 0;



  font-size: 100%;



  font-weight: 700;



  -webkit-box-shadow: none;



          box-shadow: none;

}



pre code {

  padding: 0;



  font-size: inherit;



  color: inherit;



  white-space: pre-wrap;



  background-color: transparent;



  border-radius: 0;

}



.pre-scrollable {

  max-height: 340px;



  overflow-y: scroll;

}



.container {

  padding-right: 15px;



  padding-left: 15px;



  margin-right: auto;



  margin-left: auto;

}



.container-fluid {

  padding-right: 15px;



  padding-left: 15px;



  margin-right: auto;



  margin-left: auto;

}



.row {

  margin-right: -15px;



  margin-left: -15px;

}



.col-lg-1,

.col-lg-10,

.col-lg-11,

.col-lg-12,

.col-lg-2,

.col-lg-3,

.col-lg-4,

.col-lg-5,

.col-lg-6,

.col-lg-7,

.col-lg-8,

.col-lg-9,

.col-md-1,

.col-md-10,

.col-md-11,

.col-md-12,

.col-md-2,

.col-md-3,

.col-md-4,

.col-md-5,

.col-md-6,

.col-md-7,

.col-md-8,

.col-md-9,

.col-sm-1,

.col-sm-10,

.col-sm-11,

.col-sm-12,

.col-sm-2,

.col-sm-3,

.col-sm-4,

.col-sm-5,

.col-sm-6,

.col-sm-7,

.col-sm-8,

.col-sm-9,

.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

  position: relative;



  min-height: 1px;



  padding-right: 15px;



  padding-left: 15px;

}



.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

  float: left;

}



.col-xs-12 {

  width: 100%;

}



.col-xs-11 {

  width: 91.66666667%;

}



.col-xs-10 {

  width: 83.33333333%;

}



.col-xs-9 {

  width: 75%;

}



.col-xs-8 {

  width: 66.66666667%;

}



.col-xs-7 {

  width: 58.33333333%;

}



.col-xs-6 {

  width: 50%;

}



.col-xs-5 {

  width: 41.66666667%;

}



.col-xs-4 {

  width: 33.33333333%;

}



.col-xs-3 {

  width: 25%;

}



.col-xs-2 {

  width: 16.66666667%;

}



.col-xs-1 {

  width: 8.33333333%;

}



.col-xs-pull-12 {

  right: 100%;

}



.col-xs-pull-11 {

  right: 91.66666667%;

}



.col-xs-pull-10 {

  right: 83.33333333%;

}



.col-xs-pull-9 {

  right: 75%;

}



.col-xs-pull-8 {

  right: 66.66666667%;

}



.col-xs-pull-7 {

  right: 58.33333333%;

}



.col-xs-pull-6 {

  right: 50%;

}



.col-xs-pull-5 {

  right: 41.66666667%;

}



.col-xs-pull-4 {

  right: 33.33333333%;

}



.col-xs-pull-3 {

  right: 25%;

}



.col-xs-pull-2 {

  right: 16.66666667%;

}



.col-xs-pull-1 {

  right: 8.33333333%;

}



.col-xs-pull-0 {

  right: auto;

}



.col-xs-push-12 {

  left: 100%;

}



.col-xs-push-11 {

  left: 91.66666667%;

}



.col-xs-push-10 {

  left: 83.33333333%;

}



.col-xs-push-9 {

  left: 75%;

}



.col-xs-push-8 {

  left: 66.66666667%;

}



.col-xs-push-7 {

  left: 58.33333333%;

}



.col-xs-push-6 {

  left: 50%;

}



.col-xs-push-5 {

  left: 41.66666667%;

}



.col-xs-push-4 {

  left: 33.33333333%;

}



.col-xs-push-3 {

  left: 25%;

}



.col-xs-push-2 {

  left: 16.66666667%;

}



.col-xs-push-1 {

  left: 8.33333333%;

}



.col-xs-push-0 {

  left: auto;

}



.col-xs-offset-12 {

  margin-left: 100%;

}



.col-xs-offset-11 {

  margin-left: 91.66666667%;

}



.col-xs-offset-10 {

  margin-left: 83.33333333%;

}



.col-xs-offset-9 {

  margin-left: 75%;

}



.col-xs-offset-8 {

  margin-left: 66.66666667%;

}



.col-xs-offset-7 {

  margin-left: 58.33333333%;

}



.col-xs-offset-6 {

  margin-left: 50%;

}



.col-xs-offset-5 {

  margin-left: 41.66666667%;

}



.col-xs-offset-4 {

  margin-left: 33.33333333%;

}



.col-xs-offset-3 {

  margin-left: 25%;

}



.col-xs-offset-2 {

  margin-left: 16.66666667%;

}



.col-xs-offset-1 {

  margin-left: 8.33333333%;

}



.col-xs-offset-0 {

  margin-left: 0;

}



caption {

  padding-top: 8px;



  padding-bottom: 8px;



  color: #777;



  text-align: left;

}



th {

  text-align: left;

}



.table {

  width: 100%;



  max-width: 100%;



  margin-bottom: 20px;

}



.table > tbody > tr > td,

.table > tbody > tr > th,

.table > tfoot > tr > td,

.table > tfoot > tr > th,

.table > thead > tr > td,

.table > thead > tr > th {

  padding: 8px;



  line-height: 1.42857143;



  vertical-align: top;



  border-top: 1px solid #ddd;

}



.table > thead > tr > th {

  vertical-align: bottom;



  border-bottom: 2px solid #ddd;

}



.table > caption + thead > tr:first-child > td,

.table > caption + thead > tr:first-child > th,

.table > colgroup + thead > tr:first-child > td,

.table > colgroup + thead > tr:first-child > th,

.table > thead:first-child > tr:first-child > td,

.table > thead:first-child > tr:first-child > th {

  border-top: 0;

}



.table > tbody + tbody {

  border-top: 2px solid #ddd;

}



.table .table {

  background-color: #fff;

}



.table-condensed > tbody > tr > td,

.table-condensed > tbody > tr > th,

.table-condensed > tfoot > tr > td,

.table-condensed > tfoot > tr > th,

.table-condensed > thead > tr > td,

.table-condensed > thead > tr > th {

  padding: 5px;

}



.table-bordered {

  border: 1px solid #ddd;

}



.table-bordered > tbody > tr > td,

.table-bordered > tbody > tr > th,

.table-bordered > tfoot > tr > td,

.table-bordered > tfoot > tr > th,

.table-bordered > thead > tr > td,

.table-bordered > thead > tr > th {

  border: 1px solid #ddd;

}



.table-bordered > thead > tr > td,

.table-bordered > thead > tr > th {

  border-bottom-width: 2px;

}



.table-striped > tbody > tr:nth-of-type(odd) {

  background-color: #f9f9f9;

}



.table-hover > tbody > tr:hover {

  background-color: #f5f5f5;

}



table col[class*="col-"] {

  position: static;



  display: table-column;



  float: none;

}



table td[class*="col-"],

table th[class*="col-"] {

  position: static;



  display: table-cell;



  float: none;

}



.table > tbody > tr.active > td,

.table > tbody > tr.active > th,

.table > tbody > tr > td.active,

.table > tbody > tr > th.active,

.table > tfoot > tr.active > td,

.table > tfoot > tr.active > th,

.table > tfoot > tr > td.active,

.table > tfoot > tr > th.active,

.table > thead > tr.active > td,

.table > thead > tr.active > th,

.table > thead > tr > td.active,

.table > thead > tr > th.active {

  background-color: #f5f5f5;

}



.table-hover > tbody > tr.active:hover > td,

.table-hover > tbody > tr.active:hover > th,

.table-hover > tbody > tr:hover > .active,

.table-hover > tbody > tr > td.active:hover,

.table-hover > tbody > tr > th.active:hover {

  background-color: #e8e8e8;

}



.table > tbody > tr.success > td,

.table > tbody > tr.success > th,

.table > tbody > tr > td.success,

.table > tbody > tr > th.success,

.table > tfoot > tr.success > td,

.table > tfoot > tr.success > th,

.table > tfoot > tr > td.success,

.table > tfoot > tr > th.success,

.table > thead > tr.success > td,

.table > thead > tr.success > th,

.table > thead > tr > td.success,

.table > thead > tr > th.success {

  background-color: #dff0d8;

}



.table-hover > tbody > tr.success:hover > td,

.table-hover > tbody > tr.success:hover > th,

.table-hover > tbody > tr:hover > .success,

.table-hover > tbody > tr > td.success:hover,

.table-hover > tbody > tr > th.success:hover {

  background-color: #d0e9c6;

}



.table > tbody > tr.info > td,

.table > tbody > tr.info > th,

.table > tbody > tr > td.info,

.table > tbody > tr > th.info,

.table > tfoot > tr.info > td,

.table > tfoot > tr.info > th,

.table > tfoot > tr > td.info,

.table > tfoot > tr > th.info,

.table > thead > tr.info > td,

.table > thead > tr.info > th,

.table > thead > tr > td.info,

.table > thead > tr > th.info {

  background-color: #d9edf7;

}



.table-hover > tbody > tr.info:hover > td,

.table-hover > tbody > tr.info:hover > th,

.table-hover > tbody > tr:hover > .info,

.table-hover > tbody > tr > td.info:hover,

.table-hover > tbody > tr > th.info:hover {

  background-color: #c4e3f3;

}



.table > tbody > tr.warning > td,

.table > tbody > tr.warning > th,

.table > tbody > tr > td.warning,

.table > tbody > tr > th.warning,

.table > tfoot > tr.warning > td,

.table > tfoot > tr.warning > th,

.table > tfoot > tr > td.warning,

.table > tfoot > tr > th.warning,

.table > thead > tr.warning > td,

.table > thead > tr.warning > th,

.table > thead > tr > td.warning,

.table > thead > tr > th.warning {

  background-color: #fcf8e3;

}



.table-hover > tbody > tr.warning:hover > td,

.table-hover > tbody > tr.warning:hover > th,

.table-hover > tbody > tr:hover > .warning,

.table-hover > tbody > tr > td.warning:hover,

.table-hover > tbody > tr > th.warning:hover {

  background-color: #faf2cc;

}



.table > tbody > tr.danger > td,

.table > tbody > tr.danger > th,

.table > tbody > tr > td.danger,

.table > tbody > tr > th.danger,

.table > tfoot > tr.danger > td,

.table > tfoot > tr.danger > th,

.table > tfoot > tr > td.danger,

.table > tfoot > tr > th.danger,

.table > thead > tr.danger > td,

.table > thead > tr.danger > th,

.table > thead > tr > td.danger,

.table > thead > tr > th.danger {

  background-color: #f2dede;

}



.table-hover > tbody > tr.danger:hover > td,

.table-hover > tbody > tr.danger:hover > th,

.table-hover > tbody > tr:hover > .danger,

.table-hover > tbody > tr > td.danger:hover,

.table-hover > tbody > tr > th.danger:hover {

  background-color: #ebcccc;

}



.table-responsive {

  min-height: 0.01%;



  overflow-x: auto;

}



label {

  display: inline-block;



  max-width: 100%;



  margin-bottom: 5px;



  font-weight: 300;

}



input[type="file"] {

  display: block;

}



input[type="range"] {

  display: block;



  width: 100%;

}



select[multiple],

select[size] {

  height: auto;

}



input[type="file"]:focus,

input[type="checkbox"]:focus,

input[type="radio"]:focus {

  outline: 5px auto -webkit-focus-ring-color;



  outline-offset: -2px;

}



output {

  display: block;



  padding-top: 7px;



  font-size: 14px;



  line-height: 1.42857143;



  color: #555;

}



.form-control {

  display: block;



  width: 100%;



  height: 34px;



  padding: 6px 12px;



  font-size: 14px;



  line-height: 1.42857143;



  color: #555;



  background-color: #fff;



  background-image: none;



  border: 1px solid #ccc;



  border-radius: 4px;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);



  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;



  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;



  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;



  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;



  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}



.form-control:focus {

  border-color: #66afe9;



  outline: 0;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),

    0 0 8px rgba(102, 175, 233, 0.6);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),

    0 0 8px rgba(102, 175, 233, 0.6);

}



.form-control::-moz-placeholder {

  color: #999;

}



.form-control:-ms-input-placeholder {

  color: #999;

}



.form-control::-webkit-input-placeholder {

  color: #999;

}



.form-control::-ms-input-placeholder {

  color: #999;

}



.form-control::placeholder {

  color: #999;

}



.form-control::-ms-expand {

  background-color: transparent;



  border: 0;

}



.form-control[disabled],

.form-control[readonly],

fieldset[disabled] .form-control {

  background-color: #eee;



  opacity: 1;

}



.form-control[disabled],

fieldset[disabled] .form-control {

  cursor: not-allowed;

}



textarea.form-control {

  height: auto;

}



.form-group {

  margin-bottom: 15px;

}



.checkbox,

.radio {

  position: relative;



  display: block;



  margin-top: 10px;



  margin-bottom: 10px;

}



.checkbox label,

.radio label {

  min-height: 20px;



  padding-left: 20px;



  margin-bottom: 0;



  font-weight: 400;



  cursor: pointer;

}



.checkbox input[type="checkbox"],

.checkbox-inline input[type="checkbox"],

.radio input[type="radio"],

.radio-inline input[type="radio"] {

  position: absolute;



  margin-top: 4px\9;



  margin-left: -20px;

}



.checkbox + .checkbox,

.radio + .radio {

  margin-top: -5px;

}



.checkbox-inline,

.radio-inline {

  position: relative;



  display: inline-block;



  padding-left: 20px;



  margin-bottom: 0;



  font-weight: 400;



  vertical-align: middle;



  cursor: pointer;

}



.checkbox-inline + .checkbox-inline,

.radio-inline + .radio-inline {

  margin-top: 0;



  margin-left: 10px;

}



fieldset[disabled] input[type="checkbox"],

fieldset[disabled] input[type="radio"],

input[type="checkbox"].disabled,

input[type="checkbox"][disabled],

input[type="radio"].disabled,

input[type="radio"][disabled] {

  cursor: not-allowed;

}



.checkbox-inline.disabled,

.radio-inline.disabled,

fieldset[disabled] .checkbox-inline,

fieldset[disabled] .radio-inline {

  cursor: not-allowed;

}



.checkbox.disabled label,

.radio.disabled label,

fieldset[disabled] .checkbox label,

fieldset[disabled] .radio label {

  cursor: not-allowed;

}



.form-control-static {

  min-height: 34px;



  padding-top: 7px;



  padding-bottom: 7px;



  margin-bottom: 0;

}



.form-control-static.input-lg,

.form-control-static.input-sm {

  padding-right: 0;



  padding-left: 0;

}



.input-sm {

  height: 30px;



  padding: 5px 10px;



  font-size: 12px;



  line-height: 1.5;



  border-radius: 3px;

}



select.input-sm {

  height: 30px;



  line-height: 30px;

}



select[multiple].input-sm,

textarea.input-sm {

  height: auto;

}



.form-group-sm .form-control {

  height: 30px;



  padding: 5px 10px;



  font-size: 12px;



  line-height: 1.5;



  border-radius: 3px;

}



.form-group-sm select.form-control {

  height: 30px;



  line-height: 30px;

}



.form-group-sm select[multiple].form-control,

.form-group-sm textarea.form-control {

  height: auto;

}



.form-group-sm .form-control-static {

  height: 30px;



  min-height: 32px;



  padding: 6px 10px;



  font-size: 12px;



  line-height: 1.5;

}



.input-lg {

  height: 46px;



  padding: 10px 16px;



  font-size: 18px;



  line-height: 1.3333333;



  border-radius: 6px;

}



select.input-lg {

  height: 46px;



  line-height: 46px;

}



select[multiple].input-lg,

textarea.input-lg {

  height: auto;

}



.form-group-lg .form-control {

  height: 46px;



  padding: 10px 16px;



  font-size: 18px;



  line-height: 1.3333333;



  border-radius: 6px;

}



.form-group-lg select.form-control {

  height: 46px;



  line-height: 46px;

}



.form-group-lg select[multiple].form-control,

.form-group-lg textarea.form-control {

  height: auto;

}



.form-group-lg .form-control-static {

  height: 46px;



  min-height: 38px;



  padding: 11px 16px;



  font-size: 18px;



  line-height: 1.3333333;

}



.has-feedback {

  position: relative;

}



.has-feedback .form-control {

  padding-right: 42.5px;

}



.form-control-feedback {

  position: absolute;



  top: 0;



  right: 0;



  z-index: 2;



  display: block;



  width: 34px;



  height: 34px;



  line-height: 34px;



  text-align: center;



  pointer-events: none;

}



.form-group-lg .form-control + .form-control-feedback,

.input-group-lg + .form-control-feedback,

.input-lg + .form-control-feedback {

  width: 46px;



  height: 46px;



  line-height: 46px;

}



.form-group-sm .form-control + .form-control-feedback,

.input-group-sm + .form-control-feedback,

.input-sm + .form-control-feedback {

  width: 30px;



  height: 30px;



  line-height: 30px;

}



.has-success .checkbox,

.has-success .checkbox-inline,

.has-success .control-label,

.has-success .help-block,

.has-success .radio,

.has-success .radio-inline,

.has-success.checkbox label,

.has-success.checkbox-inline label,

.has-success.radio label,

.has-success.radio-inline label {

  color: #3c763d;

}



.has-success .form-control {

  border-color: #3c763d;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-success .form-control:focus {

  border-color: #2b542c;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

}



.has-success .input-group-addon {

  color: #3c763d;



  background-color: #dff0d8;



  border-color: #3c763d;

}



.has-success .form-control-feedback {

  color: #3c763d;

}



.has-warning .checkbox,

.has-warning .checkbox-inline,

.has-warning .control-label,

.has-warning .help-block,

.has-warning .radio,

.has-warning .radio-inline,

.has-warning.checkbox label,

.has-warning.checkbox-inline label,

.has-warning.radio label,

.has-warning.radio-inline label {

  color: #8a6d3b;

}



.has-warning .form-control {

  border-color: #8a6d3b;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-warning .form-control:focus {

  border-color: #66512c;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

}



.has-warning .input-group-addon {

  color: #8a6d3b;



  background-color: #fcf8e3;



  border-color: #8a6d3b;

}



.has-warning .form-control-feedback {

  color: #8a6d3b;

}



.has-error .checkbox,

.has-error .checkbox-inline,

.has-error .control-label,

.has-error .help-block,

.has-error .radio,

.has-error .radio-inline,

.has-error.checkbox label,

.has-error.checkbox-inline label,

.has-error.radio label,

.has-error.radio-inline label {

  color: #a94442;

}



.has-error .form-control {

  border-color: #a94442;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-error .form-control:focus {

  border-color: #843534;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

}



.has-error .input-group-addon {

  color: #a94442;



  background-color: #f2dede;



  border-color: #a94442;

}



.has-error .form-control-feedback {

  color: #a94442;

}



.has-feedback label ~ .form-control-feedback {

  top: 25px;

}



.has-feedback label.sr-only ~ .form-control-feedback {

  top: 0;

}



.help-block {

  display: block;



  margin-bottom: 10px;



  color: #737373;



  margin-top: 10px;



  background-color: #1ea2df;



  height: 120px;



  border-radius: 15px;



  font-style: italic;



  font-weight: 600;



  font-family: Helvetica, sans-serif;

}



.form-horizontal .checkbox,

.form-horizontal .checkbox-inline,

.form-horizontal .radio,

.form-horizontal .radio-inline {

  padding-top: 7px;



  margin-top: 0;



  margin-bottom: 0;

}



.form-horizontal .checkbox,

.form-horizontal .radio {

  min-height: 27px;

}



.form-horizontal .form-group {

  margin-right: -15px;



  margin-left: -15px;

}



.form-horizontal .has-feedback .form-control-feedback {

  right: 15px;

}



.btn {

  display: inline-block;



  padding: 6px 12px;



  margin-bottom: 0;



  font-size: 14px;



  font-weight: 400;



  line-height: 1.42857143;



  text-align: center;



  white-space: nowrap;



  vertical-align: middle;



  -ms-touch-action: manipulation;



      touch-action: manipulation;



  cursor: pointer;



  -webkit-user-select: none;



  -moz-user-select: none;



  -ms-user-select: none;



  user-select: none;



  background-image: none;



  border: 1px solid transparent;



  border-radius: 4px;

}



.btn.active.focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn:active:focus,

.btn:focus {

  outline: 5px auto -webkit-focus-ring-color;



  outline-offset: -2px;

}



.btn.focus,

.btn:focus,

.btn:hover {

  color: #333;



  text-decoration: none;

}



.btn.active,

.btn:active {

  background-image: none;



  outline: 0;



  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);



          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn.disabled,

.btn[disabled],

fieldset[disabled] .btn {

  cursor: not-allowed;



  filter: alpha(opacity=65);



  -webkit-box-shadow: none;



          box-shadow: none;



  opacity: 0.65;

}



a.btn.disabled,

fieldset[disabled] a.btn {

  pointer-events: none;

}



.btn-default {

  color: #333;



  background-color: #fff;



  border-color: #ccc;

}



.btn-default.focus,

.btn-default:focus {

  color: #333;



  background-color: #e6e6e6;



  border-color: #8c8c8c;

}



.btn-default:hover {

  color: #333;



  background-color: #e6e6e6;



  border-color: #adadad;

}



.btn-default.active,

.btn-default:active,

.open > .dropdown-toggle.btn-default {

  color: #333;



  background-color: #e6e6e6;



  border-color: #adadad;



  background-image: none;

}



.btn-default.active.focus,

.btn-default.active:focus,

.btn-default.active:hover,

.btn-default:active.focus,

.btn-default:active:focus,

.btn-default:active:hover,

.open > .dropdown-toggle.btn-default.focus,

.open > .dropdown-toggle.btn-default:focus,

.open > .dropdown-toggle.btn-default:hover {

  color: #333;



  background-color: #d4d4d4;



  border-color: #8c8c8c;

}



.btn-default.disabled.focus,

.btn-default.disabled:focus,

.btn-default.disabled:hover,

.btn-default[disabled].focus,

.btn-default[disabled]:focus,

.btn-default[disabled]:hover,

fieldset[disabled] .btn-default.focus,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default:hover {

  background-color: #fff;



  border-color: #ccc;

}



.btn-default .badge {

  color: #fff;



  background-color: #333;

}



.btn-primary {

  color: #fff;



  background-color: #337ab7;



  border-color: #2e6da4;

}



.btn-primary.focus,

.btn-primary:focus {

  color: #fff;



  background-color: #286090;



  border-color: #122b40;

}



.btn-primary:hover {

  color: #fff;



  background-color: #286090;



  border-color: #204d74;

}



.btn-primary.active,

.btn-primary:active,

.open > .dropdown-toggle.btn-primary {

  color: #fff;



  background-color: #286090;



  border-color: #204d74;



  background-image: none;

}



.btn-primary.active.focus,

.btn-primary.active:focus,

.btn-primary.active:hover,

.btn-primary:active.focus,

.btn-primary:active:focus,

.btn-primary:active:hover,

.open > .dropdown-toggle.btn-primary.focus,

.open > .dropdown-toggle.btn-primary:focus,

.open > .dropdown-toggle.btn-primary:hover {

  color: #fff;



  background-color: #204d74;



  border-color: #122b40;

}



.btn-primary.disabled.focus,

.btn-primary.disabled:focus,

.btn-primary.disabled:hover,

.btn-primary[disabled].focus,

.btn-primary[disabled]:focus,

.btn-primary[disabled]:hover,

fieldset[disabled] .btn-primary.focus,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary:hover {

  background-color: #337ab7;



  border-color: #2e6da4;

}



.btn-primary .badge {

  color: #337ab7;



  background-color: #fff;

}



.btn-success {

  color: #fff;



  background-color: #5cb85c;



  border-color: #4cae4c;

}



.btn-success.focus,

.btn-success:focus {

  color: #fff;



  background-color: #449d44;



  border-color: #255625;

}



.btn-success:hover {

  color: #fff;



  background-color: #449d44;



  border-color: #398439;

}



.btn-success.active,

.btn-success:active,

.open > .dropdown-toggle.btn-success {

  color: #fff;



  background-color: #449d44;



  border-color: #398439;



  background-image: none;

}



.btn-success.active.focus,

.btn-success.active:focus,

.btn-success.active:hover,

.btn-success:active.focus,

.btn-success:active:focus,

.btn-success:active:hover,

.open > .dropdown-toggle.btn-success.focus,

.open > .dropdown-toggle.btn-success:focus,

.open > .dropdown-toggle.btn-success:hover {

  color: #fff;



  background-color: #398439;



  border-color: #255625;

}



.btn-success.disabled.focus,

.btn-success.disabled:focus,

.btn-success.disabled:hover,

.btn-success[disabled].focus,

.btn-success[disabled]:focus,

.btn-success[disabled]:hover,

fieldset[disabled] .btn-success.focus,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success:hover {

  background-color: #5cb85c;



  border-color: #4cae4c;

}



.btn-success .badge {

  color: #5cb85c;



  background-color: #fff;

}



.btn-info {

  color: #fff;



  background-color: #5bc0de;



  border-color: #46b8da;

}



.btn-info.focus,

.btn-info:focus {

  color: #fff;



  background-color: #31b0d5;



  border-color: #1b6d85;

}



.btn-info:hover {

  color: #fff;



  background-color: #31b0d5;



  border-color: #269abc;

}



.btn-info.active,

.btn-info:active,

.open > .dropdown-toggle.btn-info {

  color: #fff;



  background-color: #31b0d5;



  border-color: #269abc;



  background-image: none;

}



.btn-info.active.focus,

.btn-info.active:focus,

.btn-info.active:hover,

.btn-info:active.focus,

.btn-info:active:focus,

.btn-info:active:hover,

.open > .dropdown-toggle.btn-info.focus,

.open > .dropdown-toggle.btn-info:focus,

.open > .dropdown-toggle.btn-info:hover {

  color: #fff;



  background-color: #269abc;



  border-color: #1b6d85;

}



.btn-info.disabled.focus,

.btn-info.disabled:focus,

.btn-info.disabled:hover,

.btn-info[disabled].focus,

.btn-info[disabled]:focus,

.btn-info[disabled]:hover,

fieldset[disabled] .btn-info.focus,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info:hover {

  background-color: #5bc0de;



  border-color: #46b8da;

}



.btn-info .badge {

  color: #5bc0de;



  background-color: #fff;

}



.btn-warning {

  color: #fff;



  background-color: #f0ad4e;



  border-color: #eea236;

}



.btn-warning.focus,

.btn-warning:focus {

  color: #fff;



  background-color: #ec971f;



  border-color: #985f0d;

}



.btn-warning:hover {

  color: #fff;



  background-color: #ec971f;



  border-color: #d58512;

}



.btn-warning.active,

.btn-warning:active,

.open > .dropdown-toggle.btn-warning {

  color: #fff;



  background-color: #ec971f;



  border-color: #d58512;



  background-image: none;

}



.btn-warning.active.focus,

.btn-warning.active:focus,

.btn-warning.active:hover,

.btn-warning:active.focus,

.btn-warning:active:focus,

.btn-warning:active:hover,

.open > .dropdown-toggle.btn-warning.focus,

.open > .dropdown-toggle.btn-warning:focus,

.open > .dropdown-toggle.btn-warning:hover {

  color: #fff;



  background-color: #d58512;



  border-color: #985f0d;

}



.btn-warning.disabled.focus,

.btn-warning.disabled:focus,

.btn-warning.disabled:hover,

.btn-warning[disabled].focus,

.btn-warning[disabled]:focus,

.btn-warning[disabled]:hover,

fieldset[disabled] .btn-warning.focus,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning:hover {

  background-color: #f0ad4e;



  border-color: #eea236;

}



.btn-warning .badge {

  color: #f0ad4e;



  background-color: #fff;

}



.btn-danger {

  color: #fff;



  background-color: #d9534f;



  border-color: #d43f3a;

}



.btn-danger.focus,

.btn-danger:focus {

  color: #fff;



  background-color: #c9302c;



  border-color: #761c19;

}



.btn-danger:hover {

  color: #fff;



  background-color: #c9302c;



  border-color: #ac2925;

}



.btn-danger.active,

.btn-danger:active,

.open > .dropdown-toggle.btn-danger {

  color: #fff;



  background-color: #c9302c;



  border-color: #ac2925;



  background-image: none;

}



.btn-danger.active.focus,

.btn-danger.active:focus,

.btn-danger.active:hover,

.btn-danger:active.focus,

.btn-danger:active:focus,

.btn-danger:active:hover,

.open > .dropdown-toggle.btn-danger.focus,

.open > .dropdown-toggle.btn-danger:focus,

.open > .dropdown-toggle.btn-danger:hover {

  color: #fff;



  background-color: #ac2925;



  border-color: #761c19;

}



.btn-danger.disabled.focus,

.btn-danger.disabled:focus,

.btn-danger.disabled:hover,

.btn-danger[disabled].focus,

.btn-danger[disabled]:focus,

.btn-danger[disabled]:hover,

fieldset[disabled] .btn-danger.focus,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger:hover {

  background-color: #d9534f;



  border-color: #d43f3a;

}



.btn-danger .badge {

  color: #d9534f;



  background-color: #fff;

}



.btn-link {

  font-weight: 400;



  color: #337ab7;



  border-radius: 0;

}



.btn-link,

.btn-link.active,

.btn-link:active,

.btn-link[disabled],

fieldset[disabled] .btn-link {

  background-color: transparent;



  -webkit-box-shadow: none;



          box-shadow: none;

}



.btn-link,

.btn-link:active,

.btn-link:focus,

.btn-link:hover {

  border-color: transparent;

}



.btn-link:focus,

.btn-link:hover {

  color: #23527c;



  text-decoration: underline;



  background-color: transparent;

}



.btn-link[disabled]:focus,

.btn-link[disabled]:hover,

fieldset[disabled] .btn-link:focus,

fieldset[disabled] .btn-link:hover {

  color: #777;



  text-decoration: none;

}



.btn-group-lg > .btn,

.btn-lg {

  padding: 10px 16px;



  font-size: 18px;



  line-height: 1.3333333;



  border-radius: 6px;

}



.btn-group-sm > .btn,

.btn-sm {

  padding: 5px 10px;



  font-size: 12px;



  line-height: 1.5;



  border-radius: 3px;

}



.btn-group-xs > .btn,

.btn-xs {

  padding: 1px 5px;



  font-size: 12px;



  line-height: 1.5;



  border-radius: 3px;

}



.btn-block {

  display: block;



  width: 100%;

}



.btn-block + .btn-block {

  margin-top: 5px;

}



input[type="button"].btn-block,

input[type="reset"].btn-block,

input[type="submit"].btn-block {

  width: 100%;

}



.fade {

  opacity: 0;



  -webkit-transition: opacity 0.15s linear;



  -o-transition: opacity 0.15s linear;



  transition: opacity 0.15s linear;

}



.fade.in {

  opacity: 1;

}



.collapse {

  display: none;

}



.collapse.in {

  display: block;

}



tr.collapse.in {

  display: table-row;

}



tbody.collapse.in {

  display: table-row-group;

}



.collapsing {

  position: relative;



  height: 0;



  overflow: hidden;



  -webkit-transition-timing-function: ease;



       -o-transition-timing-function: ease;



          transition-timing-function: ease;



  -webkit-transition-duration: 0.35s;



       -o-transition-duration: 0.35s;



          transition-duration: 0.35s;



  -webkit-transition-property: height, visibility;



  -o-transition-property: height, visibility;



  transition-property: height, visibility;

}



.caret {

  display: inline-block;



  width: 0;



  height: 0;



  margin-left: 2px;



  vertical-align: middle;



  border-top: 4px solid\9;



  border-right: 4px solid transparent;



  border-left: 4px solid transparent;

}



.dropdown,

.dropup {

  position: relative;

}



.dropdown-toggle:focus {

  outline: 0;

}



.dropdown-menu {

  position: absolute;



  top: 100%;



  left: 0;



  z-index: 1000;



  display: none;



  float: left;



  min-width: 160px;



  padding: 5px 0;



  margin: 2px 0 0;



  font-size: 14px;



  text-align: left;



  list-style: none;



  background-color: #fff;



  background-clip: padding-box;



  border: 1px solid rgba(0, 0, 0, 0.15);



  border-radius: 4px;



  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);



          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}



.dropdown-menu.pull-right {

  right: 0;



  left: auto;

}



.dropdown-menu .divider {

  height: 1px;



  margin: 9px 0;



  overflow: hidden;



  background-color: #e5e5e5;

}



.dropdown-menu > li > a {

  display: block;



  padding: 3px 20px;



  clear: both;



  font-weight: 400;



  line-height: 1.42857143;



  color: #333;



  white-space: nowrap;

}



.dropdown-menu > li > a:focus,

.dropdown-menu > li > a:hover {

  color: #262626;



  text-decoration: none;



  background-color: #f5f5f5;

}



.dropdown-menu > .active > a,

.dropdown-menu > .active > a:focus,

.dropdown-menu > .active > a:hover {

  color: #fff;



  text-decoration: none;



  background-color: #337ab7;



  outline: 0;

}



.dropdown-menu > .disabled > a,

.dropdown-menu > .disabled > a:focus,

.dropdown-menu > .disabled > a:hover {

  color: #777;

}



.dropdown-menu > .disabled > a:focus,

.dropdown-menu > .disabled > a:hover {

  text-decoration: none;



  cursor: not-allowed;



  background-color: transparent;



  background-image: none;



  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}



.open > .dropdown-menu {

  display: block;

}



.open > a {

  outline: 0;

}



.dropdown-menu-right {

  right: 0;



  left: auto;

}



.dropdown-menu-left {

  right: auto;



  left: 0;

}



.dropdown-header {

  display: block;



  padding: 3px 20px;



  font-size: 12px;



  line-height: 1.42857143;



  color: #777;



  white-space: nowrap;

}



.dropdown-backdrop {

  position: fixed;



  top: 0;



  right: 0;



  bottom: 0;



  left: 0;



  z-index: 990;

}



.pull-right > .dropdown-menu {

  right: 0;



  left: auto;

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

  content: "";



  border-top: 0;



  border-bottom: 4px solid\9;

}



.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {

  top: auto;



  bottom: 100%;



  margin-bottom: 2px;

}



.btn-group,

.btn-group-vertical {

  position: relative;



  display: inline-block;



  vertical-align: middle;

}



.btn-group-vertical > .btn,

.btn-group > .btn {

  position: relative;



  float: left;

}



.btn-group-vertical > .btn.active,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:hover,

.btn-group > .btn.active,

.btn-group > .btn:active,

.btn-group > .btn:focus,

.btn-group > .btn:hover {

  z-index: 2;

}



.btn-group .btn + .btn,

.btn-group .btn + .btn-group,

.btn-group .btn-group + .btn,

.btn-group .btn-group + .btn-group {

  margin-left: -1px;

}



.btn-toolbar {

  margin-left: -5px;

}



.btn-toolbar .btn,

.btn-toolbar .btn-group,

.btn-toolbar .input-group {

  float: left;

}



.btn-toolbar > .btn,

.btn-toolbar > .btn-group,

.btn-toolbar > .input-group {

  margin-left: 5px;

}



.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

  border-radius: 0;

}



.btn-group > .btn:first-child {

  margin-left: 0;

}



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

  border-top-right-radius: 0;



  border-bottom-right-radius: 0;

}



.btn-group > .btn:last-child:not(:first-child),

.btn-group > .dropdown-toggle:not(:first-child) {

  border-top-left-radius: 0;



  border-bottom-left-radius: 0;

}



.btn-group > .btn-group {

  float: left;

}



.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-top-right-radius: 0;



  border-bottom-right-radius: 0;

}



.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-left-radius: 0;



  border-bottom-left-radius: 0;

}



.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {

  outline: 0;

}



.btn-group > .btn + .dropdown-toggle {

  padding-right: 8px;



  padding-left: 8px;

}



.btn-group > .btn-lg + .dropdown-toggle {

  padding-right: 12px;



  padding-left: 12px;

}



.btn-group.open .dropdown-toggle {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn-group.open .dropdown-toggle.btn-link {

  -webkit-box-shadow: none;

          box-shadow: none;

}



.btn .caret {

  margin-left: 0;

}



.btn-lg .caret {

  border-width: 5px 5px 0;



  border-bottom-width: 0;

}



.dropup .btn-lg .caret {

  border-width: 0 5px 5px;

}



.btn-group-vertical > .btn,

.btn-group-vertical > .btn-group,

.btn-group-vertical > .btn-group > .btn {

  display: block;



  float: none;



  width: 100%;



  max-width: 100%;

}



.btn-group-vertical > .btn-group > .btn {

  float: none;

}



.btn-group-vertical > .btn + .btn,

.btn-group-vertical > .btn + .btn-group,

.btn-group-vertical > .btn-group + .btn,

.btn-group-vertical > .btn-group + .btn-group {

  margin-top: -1px;



  margin-left: 0;

}



.btn-group-vertical > .btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.btn-group-vertical > .btn:first-child:not(:last-child) {

  border-top-left-radius: 4px;



  border-top-right-radius: 4px;



  border-bottom-right-radius: 0;



  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn:last-child:not(:first-child) {

  border-top-left-radius: 0;



  border-top-right-radius: 0;



  border-bottom-right-radius: 4px;



  border-bottom-left-radius: 4px;

}



.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group-vertical

  > .btn-group:first-child:not(:last-child)

  > .dropdown-toggle {

  border-bottom-right-radius: 0;



  border-bottom-left-radius: 0;

}



.btn-group-vertical

  > .btn-group:last-child:not(:first-child)

  > .btn:first-child {

  border-top-left-radius: 0;



  border-top-right-radius: 0;

}



.btn-group-justified {

  display: table;



  width: 100%;



  table-layout: fixed;



  border-collapse: separate;

}



.btn-group-justified > .btn,

.btn-group-justified > .btn-group {

  display: table-cell;



  float: none;



  width: 1%;

}



.btn-group-justified > .btn-group .btn {

  width: 100%;

}



.btn-group-justified > .btn-group .dropdown-menu {

  left: auto;

}



[data-toggle="buttons"] > .btn input[type="checkbox"],

[data-toggle="buttons"] > .btn input[type="radio"],

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],

[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {

  position: absolute;



  clip: rect(0, 0, 0, 0);



  pointer-events: none;

}



.input-group {

  position: relative;



  display: table;



  border-collapse: separate;

}



.input-group[class*="col-"] {

  float: none;



  padding-right: 0;



  padding-left: 0;

}



.input-group .form-control {

  position: relative;



  z-index: 2;



  float: left;



  width: 100%;



  margin-bottom: 0;

}



.input-group .form-control:focus {

  z-index: 3;

}



.input-group-lg > .form-control,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .btn {

  height: 46px;



  padding: 10px 16px;



  font-size: 18px;



  line-height: 1.3333333;



  border-radius: 6px;

}



select.input-group-lg > .form-control,

select.input-group-lg > .input-group-addon,

select.input-group-lg > .input-group-btn > .btn {

  height: 46px;



  line-height: 46px;

}



select[multiple].input-group-lg > .form-control,

select[multiple].input-group-lg > .input-group-addon,

select[multiple].input-group-lg > .input-group-btn > .btn,

textarea.input-group-lg > .form-control,

textarea.input-group-lg > .input-group-addon,

textarea.input-group-lg > .input-group-btn > .btn {

  height: auto;

}



.input-group-sm > .form-control,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .btn {

  height: 30px;



  padding: 5px 10px;



  font-size: 12px;



  line-height: 1.5;



  border-radius: 3px;

}



select.input-group-sm > .form-control,

select.input-group-sm > .input-group-addon,

select.input-group-sm > .input-group-btn > .btn {

  height: 30px;



  line-height: 30px;

}



select[multiple].input-group-sm > .form-control,

select[multiple].input-group-sm > .input-group-addon,

select[multiple].input-group-sm > .input-group-btn > .btn,

textarea.input-group-sm > .form-control,

textarea.input-group-sm > .input-group-addon,

textarea.input-group-sm > .input-group-btn > .btn {

  height: auto;

}



.input-group .form-control,

.input-group-addon,

.input-group-btn {

  display: table-cell;

}



.input-group .form-control:not(:first-child):not(:last-child),

.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.input-group-addon,

.input-group-btn {

  width: 1%;



  white-space: nowrap;



  vertical-align: middle;

}



.input-group-addon {

  padding: 6px 12px;



  font-size: 14px;



  font-weight: 400;



  line-height: 1;



  color: #555;



  text-align: center;



  background-color: #eee;



  border: 1px solid #ccc;



  border-radius: 4px;

}



.input-group-addon.input-sm {

  padding: 5px 10px;



  font-size: 12px;



  border-radius: 3px;

}



.input-group-addon.input-lg {

  padding: 10px 16px;



  font-size: 18px;



  border-radius: 6px;

}



.input-group-addon input[type="checkbox"],

.input-group-addon input[type="radio"] {

  margin-top: 0;

}



.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group > .btn,

.input-group-btn:first-child > .dropdown-toggle,

.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,

.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {

  border-top-right-radius: 0;



  border-bottom-right-radius: 0;

}



.input-group-addon:first-child {

  border-right: 0;

}



.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,

.input-group-btn:first-child > .btn:not(:first-child),

.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group > .btn,

.input-group-btn:last-child > .dropdown-toggle {

  border-top-left-radius: 0;



  border-bottom-left-radius: 0;

}



.input-group-addon:last-child {

  border-left: 0;

}



.input-group-btn {

  position: relative;



  font-size: 0;



  white-space: nowrap;

}



.input-group-btn > .btn {

  position: relative;

}



.input-group-btn > .btn + .btn {

  margin-left: -1px;

}



.input-group-btn > .btn:active,

.input-group-btn > .btn:focus,

.input-group-btn > .btn:hover {

  z-index: 2;

}



.input-group-btn:first-child > .btn,

.input-group-btn:first-child > .btn-group {

  margin-right: -1px;

}



.input-group-btn:last-child > .btn,

.input-group-btn:last-child > .btn-group {

  z-index: 2;



  margin-left: -1px;

}



.nav {

  padding-left: 0;



  margin-bottom: 0;



  list-style: none;

}



.nav > li {

  position: relative;



  display: block;

}



.nav > li > a {

  position: relative;



  display: block;



  padding: 10px 15px;

}



.nav > li > a:focus,

.nav > li > a:hover {

  text-decoration: none;



  background-color: #eee;

}



.nav > li.disabled > a {

  color: #777;

}



.nav > li.disabled > a:focus,

.nav > li.disabled > a:hover {

  color: #777;



  text-decoration: none;



  cursor: not-allowed;



  background-color: transparent;

}



.nav .open > a,

.nav .open > a:focus,

.nav .open > a:hover {

  background-color: #eee;



  border-color: #337ab7;

}



.nav .nav-divider {

  height: 1px;



  margin: 9px 0;



  overflow: hidden;



  background-color: #e5e5e5;

}



.nav > li > a > img {

  max-width: none;

}



.nav-tabs {

  border-bottom: 1px solid #ddd;

}



.nav-tabs > li {

  float: left;



  margin-bottom: -1px;

}



.nav-tabs > li > a {

  margin-right: 2px;



  line-height: 1.42857143;



  border: 1px solid transparent;



  border-radius: 4px 4px 0 0;

}



.nav-tabs > li > a:hover {

  border-color: #eee #eee #ddd;

}



.nav-tabs > li.active > a,

.nav-tabs > li.active > a:focus,

.nav-tabs > li.active > a:hover {

  color: #555;



  cursor: default;



  background-color: #fff;



  border: 1px solid #ddd;



  border-bottom-color: transparent;

}



.nav-tabs.nav-justified {

  width: 100%;



  border-bottom: 0;

}



.nav-tabs.nav-justified > li {

  float: none;

}



.nav-tabs.nav-justified > li > a {

  margin-bottom: 5px;



  text-align: center;



  margin-right: 0;



  border-radius: 4px;

}



.nav-tabs.nav-justified > .dropdown .dropdown-menu {

  top: auto;



  left: auto;

}



.nav-tabs.nav-justified > .active > a,

.nav-tabs.nav-justified > .active > a:focus,

.nav-tabs.nav-justified > .active > a:hover {

  border: 1px solid #ddd;

}



.nav-pills > li {

  float: left;

}



.nav-pills > li > a {

  border-radius: 4px;

}



.nav-pills > li + li {

  margin-left: 2px;

}



.nav-pills > li.active > a,

.nav-pills > li.active > a:focus,

.nav-pills > li.active > a:hover {

  color: #fff;



  background-color: #337ab7;

}



.nav-stacked > li {

  float: none;

}



.nav-stacked > li + li {

  margin-top: 2px;



  margin-left: 0;

}



.nav-justified {

  width: 100%;

}



.nav-justified > li {

  float: none;

}



.nav-justified > li > a {

  margin-bottom: 5px;



  text-align: center;

}



.nav-justified > .dropdown .dropdown-menu {

  top: auto;



  left: auto;

}



.nav-tabs-justified {

  border-bottom: 0;

}



.nav-tabs-justified > li > a {

  margin-right: 0;



  border-radius: 4px;

}



.nav-tabs-justified > .active > a,

.nav-tabs-justified > .active > a:focus,

.nav-tabs-justified > .active > a:hover {

  border: 1px solid #ddd;

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;



  border-top-left-radius: 0;



  border-top-right-radius: 0;

}



.navbar {

  position: relative;



  min-height: 50px;



  margin-bottom: 20px;



  border: 1px solid transparent;

}



.navbar-collapse {

  padding-right: 15px;



  padding-left: 15px;



  overflow-x: visible;



  border-top: 1px solid transparent;



  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);



          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

}



.navbar-collapse.in {

  overflow-y: auto;

}



.navbar-fixed-bottom .navbar-collapse,

.navbar-fixed-top .navbar-collapse {

  max-height: 340px;

}



.container-fluid > .navbar-collapse,

.container-fluid > .navbar-header,

.container > .navbar-collapse,

.container > .navbar-header {

  margin-right: -15px;



  margin-left: -15px;

}



.navbar-static-top {

  z-index: 1000;



  border-width: 0 0 1px;

}



.navbar-fixed-bottom,

.navbar-fixed-top {

  position: fixed;



  right: 0;



  left: 0;



  z-index: 1030;

}



.navbar-fixed-top {

  top: 0;



  border-width: 0 0 1px;

}



.navbar-fixed-bottom {

  bottom: 0;



  margin-bottom: 0;



  border-width: 1px 0 0;

}



.navbar-brand {

  float: left;



  height: 50px;



  padding: 15px 15px;



  font-size: 18px;



  line-height: 20px;

}



.navbar-brand:focus,

.navbar-brand:hover {

  text-decoration: none;

}



.navbar-brand > img {

  display: block;

}



.navbar-toggle {

  position: relative;



  float: right;



  padding: 9px 10px;



  margin-top: 8px;



  margin-right: 15px;



  margin-bottom: 8px;



  background-color: transparent;



  background-image: none;



  border: 1px solid transparent;



  border-radius: 4px;

}



.navbar-toggle:focus {

  outline: 0;

}



.navbar-toggle .icon-bar {

  display: block;



  width: 22px;



  height: 2px;



  border-radius: 1px;

}



.navbar-toggle .icon-bar + .icon-bar {

  margin-top: 4px;

}



.navbar-nav {

  margin: 7.5px -15px;

}



.navbar-nav > li > a {

  padding-top: 10px;



  padding-bottom: 10px;



  line-height: 20px;

}



.navbar-form {

  padding: 10px 15px;



  margin-top: 8px;



  margin-right: -15px;



  margin-bottom: 8px;



  margin-left: -15px;



  border-top: 1px solid transparent;



  border-bottom: 1px solid transparent;



  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),

    0 1px 0 rgba(255, 255, 255, 0.1);



          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),

    0 1px 0 rgba(255, 255, 255, 0.1);

}



.navbar-nav > li > .dropdown-menu {

  margin-top: 0;



  border-top-left-radius: 0;



  border-top-right-radius: 0;

}



.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {

  margin-bottom: 0;



  border-top-left-radius: 4px;



  border-top-right-radius: 4px;



  border-bottom-right-radius: 0;



  border-bottom-left-radius: 0;

}



.navbar-btn {

  margin-top: 8px;



  margin-bottom: 8px;

}



.navbar-btn.btn-sm {

  margin-top: 10px;



  margin-bottom: 10px;

}



.navbar-btn.btn-xs {

  margin-top: 14px;



  margin-bottom: 14px;

}



.navbar-text {

  margin-top: 15px;



  margin-bottom: 15px;

}



.navbar-default {

  background-color: #f8f8f8;



  border-color: #e7e7e7;

}



.navbar-default .navbar-brand {

  color: #777;

}



.navbar-default .navbar-brand:focus,

.navbar-default .navbar-brand:hover {

  color: #5e5e5e;



  background-color: transparent;

}



.navbar-default .navbar-text {

  color: #777;

}



.navbar-default .navbar-nav > li > a {

  color: #777;

}



.navbar-default .navbar-nav > li > a:focus,

.navbar-default .navbar-nav > li > a:hover {

  color: #333;



  background-color: transparent;

}



.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:focus,

.navbar-default .navbar-nav > .active > a:hover {

  color: #555;



  background-color: #e7e7e7;

}



.navbar-default .navbar-nav > .disabled > a,

.navbar-default .navbar-nav > .disabled > a:focus,

.navbar-default .navbar-nav > .disabled > a:hover {

  color: #ccc;



  background-color: transparent;

}



.navbar-default .navbar-toggle {

  border-color: #ddd;

}



.navbar-default .navbar-toggle:focus,

.navbar-default .navbar-toggle:hover {

  background-color: #ddd;

}



.navbar-default .navbar-toggle .icon-bar {

  background-color: #888;

}



.navbar-default .navbar-collapse,

.navbar-default .navbar-form {

  border-color: #e7e7e7;

}



.navbar-default .navbar-nav > .open > a,

.navbar-default .navbar-nav > .open > a:focus,

.navbar-default .navbar-nav > .open > a:hover {

  color: #555;



  background-color: #e7e7e7;

}



.navbar-default .navbar-link {

  color: #777;

}



.navbar-default .navbar-link:hover {

  color: #333;

}



.navbar-default .btn-link {

  color: #777;

}



.navbar-default .btn-link:focus,

.navbar-default .btn-link:hover {

  color: #333;

}



.navbar-default .btn-link[disabled]:focus,

.navbar-default .btn-link[disabled]:hover,

fieldset[disabled] .navbar-default .btn-link:focus,

fieldset[disabled] .navbar-default .btn-link:hover {

  color: #ccc;

}



.navbar-inverse {

  background-color: #222;



  border-color: #080808;

}



.navbar-inverse .navbar-brand {

  color: #9d9d9d;

}



.navbar-inverse .navbar-brand:focus,

.navbar-inverse .navbar-brand:hover {

  color: #fff;



  background-color: transparent;

}



.navbar-inverse .navbar-text {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a {

  color: #9d9d9d;

}



.navbar-inverse .navbar-nav > li > a:focus,

.navbar-inverse .navbar-nav > li > a:hover {

  color: #fff;



  background-color: transparent;

}



.navbar-inverse .navbar-nav > .active > a,

.navbar-inverse .navbar-nav > .active > a:focus,

.navbar-inverse .navbar-nav > .active > a:hover {

  color: #fff;



  background-color: #080808;

}



.navbar-inverse .navbar-nav > .disabled > a,

.navbar-inverse .navbar-nav > .disabled > a:focus,

.navbar-inverse .navbar-nav > .disabled > a:hover {

  color: #444;



  background-color: transparent;

}



.navbar-inverse .navbar-toggle {

  border-color: #333;

}



.navbar-inverse .navbar-toggle:focus,

.navbar-inverse .navbar-toggle:hover {

  background-color: #333;

}



.navbar-inverse .navbar-toggle .icon-bar {

  background-color: #fff;

}



.navbar-inverse .navbar-collapse,

.navbar-inverse .navbar-form {

  border-color: #101010;

}



.navbar-inverse .navbar-nav > .open > a,

.navbar-inverse .navbar-nav > .open > a:focus,

.navbar-inverse .navbar-nav > .open > a:hover {

  color: #fff;



  background-color: #080808;

}



.navbar-inverse .navbar-link {

  color: #9d9d9d;

}



.navbar-inverse .navbar-link:hover {

  color: #fff;

}



.navbar-inverse .btn-link {

  color: #9d9d9d;

}



.navbar-inverse .btn-link:focus,

.navbar-inverse .btn-link:hover {

  color: #fff;

}



.navbar-inverse .btn-link[disabled]:focus,

.navbar-inverse .btn-link[disabled]:hover,

fieldset[disabled] .navbar-inverse .btn-link:focus,

fieldset[disabled] .navbar-inverse .btn-link:hover {

  color: #444;

}



.breadcrumb {

  margin-bottom: 20px;



  border-radius: 4px;



  margin: 0;



  padding: 0;



  list-style: none;



  text-align: left;



  background: none;



  vertical-align: top;



  color: #020538;



  white-space: nowrap;



  -webkit-box-flex: 1;



      -ms-flex: 1 0 auto;



          flex: 1 0 auto;

}



.breadcrumb > li {

  display: inline-block;

}



.pagination {

  display: inline-block;



  padding-left: 0;



  margin: 20px 0;



  border-radius: 4px;

}



.pagination > li {

  display: inline;

}



.pagination > li > a,

.pagination > li > span {

  position: relative;



  float: left;



  padding: 6px 12px;



  margin-left: -1px;



  line-height: 1.42857143;



  color: #337ab7;



  text-decoration: none;



  background-color: #fff;



  border: 1px solid #ddd;

}



.pagination > li:first-child > a,

.pagination > li:first-child > span {

  margin-left: 0;



  border-top-left-radius: 4px;



  border-bottom-left-radius: 4px;

}



.pagination > li:last-child > a,

.pagination > li:last-child > span {

  border-top-right-radius: 4px;



  border-bottom-right-radius: 4px;

}



.pagination > li > a:focus,

.pagination > li > a:hover,

.pagination > li > span:focus,

.pagination > li > span:hover {

  z-index: 2;



  color: #23527c;



  background-color: #eee;



  border-color: #ddd;

}



.pagination > .active > a,

.pagination > .active > a:focus,

.pagination > .active > a:hover,

.pagination > .active > span,

.pagination > .active > span:focus,

.pagination > .active > span:hover {

  z-index: 3;



  color: #fff;



  cursor: default;



  background-color: #337ab7;



  border-color: #337ab7;

}



.pagination > .disabled > a,

.pagination > .disabled > a:focus,

.pagination > .disabled > a:hover,

.pagination > .disabled > span,

.pagination > .disabled > span:focus,

.pagination > .disabled > span:hover {

  color: #777;



  cursor: not-allowed;



  background-color: #fff;



  border-color: #ddd;

}



.pagination-lg > li > a,

.pagination-lg > li > span {

  padding: 10px 16px;



  font-size: 18px;



  line-height: 1.3333333;

}



.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

  border-top-left-radius: 6px;



  border-bottom-left-radius: 6px;

}



.pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

  border-top-right-radius: 6px;



  border-bottom-right-radius: 6px;

}



.pagination-sm > li > a,

.pagination-sm > li > span {

  padding: 5px 10px;



  font-size: 12px;



  line-height: 1.5;

}



.pagination-sm > li:first-child > a,

.pagination-sm > li:first-child > span {

  border-top-left-radius: 3px;



  border-bottom-left-radius: 3px;

}



.pagination-sm > li:last-child > a,

.pagination-sm > li:last-child > span {

  border-top-right-radius: 3px;



  border-bottom-right-radius: 3px;

}



.pager {

  padding-left: 0;



  margin: 20px 0;



  text-align: center;



  list-style: none;

}



.pager li {

  display: inline;

}



.pager li > a,

.pager li > span {

  display: inline-block;



  padding: 5px 14px;



  background-color: #fff;



  border: 1px solid #ddd;



  border-radius: 15px;

}



.pager li > a:focus,

.pager li > a:hover {

  text-decoration: none;



  background-color: #eee;

}



.pager .next > a,

.pager .next > span {

  float: right;

}



.pager .previous > a,

.pager .previous > span {

  float: left;

}



.pager .disabled > a,

.pager .disabled > a:focus,

.pager .disabled > a:hover,

.pager .disabled > span {

  color: #777;



  cursor: not-allowed;



  background-color: #fff;

}



.label {

  display: inline;



  padding: 0.2em 0.6em 0.3em;



  font-size: 75%;



  font-weight: 700;



  line-height: 1;



  color: #fff;



  text-align: center;



  white-space: nowrap;



  vertical-align: baseline;



  border-radius: 0.25em;

}



a.label:focus,

a.label:hover {

  color: #fff;



  text-decoration: none;



  cursor: pointer;

}



.label:empty {

  display: none;

}



.btn .label {

  position: relative;



  top: -1px;

}



.label-default {

  background-color: #777;

}



.label-default[href]:focus,

.label-default[href]:hover {

  background-color: #5e5e5e;

}



.label-primary {

  background-color: #337ab7;

}



.label-primary[href]:focus,

.label-primary[href]:hover {

  background-color: #286090;

}



.label-success {

  background-color: #5cb85c;

}



.label-success[href]:focus,

.label-success[href]:hover {

  background-color: #449d44;

}



.label-info {

  background-color: #5bc0de;

}



.label-info[href]:focus,

.label-info[href]:hover {

  background-color: #31b0d5;

}



.label-warning {

  background-color: #f0ad4e;

}



.label-warning[href]:focus,

.label-warning[href]:hover {

  background-color: #ec971f;

}



.label-danger {

  background-color: #d9534f;

}



.label-danger[href]:focus,

.label-danger[href]:hover {

  background-color: #c9302c;

}



.badge {

  display: inline-block;



  min-width: 10px;



  padding: 3px 7px;



  font-size: 12px;



  font-weight: 700;



  line-height: 1;



  color: #fff;



  text-align: center;



  white-space: nowrap;



  vertical-align: middle;



  background-color: #777;



  border-radius: 10px;

}



.badge:empty {

  display: none;

}



.btn .badge {

  position: relative;



  top: -1px;

}



.btn-group-xs > .btn .badge,

.btn-xs .badge {

  top: 0;



  padding: 1px 5px;

}



a.badge:focus,

a.badge:hover {

  color: #fff;



  text-decoration: none;



  cursor: pointer;

}



.list-group-item.active > .badge,

.nav-pills > .active > a > .badge {

  color: #337ab7;



  background-color: #fff;

}



.list-group-item > .badge {

  float: right;

}



.list-group-item > .badge + .badge {

  margin-right: 5px;

}



.nav-pills > li > a > .badge {

  margin-left: 3px;

}



.jumbotron {

  padding-top: 30px;



  padding-bottom: 30px;



  margin-bottom: 30px;



  color: inherit;



  background-color: #eee;

}



.jumbotron .h1,

.jumbotron h1 {

  color: inherit;

}



.jumbotron p {

  margin-bottom: 15px;



  font-size: 21px;



  font-weight: 200;

}



.jumbotron > hr {

  border-top-color: #d5d5d5;

}



.container .jumbotron,

.container-fluid .jumbotron {

  padding-right: 15px;



  padding-left: 15px;



  border-radius: 6px;

}



.jumbotron .container {

  max-width: 100%;

}



.thumbnail {

  display: block;



  padding: 4px;



  margin-bottom: 20px;



  line-height: 1.42857143;



  background-color: #fff;



  border: 1px solid #ddd;



  border-radius: 4px;



  -webkit-transition: border 0.2s ease-in-out;



  -o-transition: border 0.2s ease-in-out;



  transition: border 0.2s ease-in-out;

}



.thumbnail a > img,

.thumbnail > img {

  margin-right: auto;



  margin-left: auto;

}



a.thumbnail.active,

a.thumbnail:focus,

a.thumbnail:hover {

  border-color: #337ab7;

}



.thumbnail .caption {

  padding: 9px;



  color: #333;

}



.alert {

  padding: 15px;



  margin-bottom: 20px;



  border: 1px solid transparent;



  border-radius: 4px;

}



.alert h4 {

  margin-top: 0;



  color: inherit;

}



.alert .alert-link {

  font-weight: 700;

}



.alert > p,

.alert > ul {

  margin-bottom: 0;

}



.alert > p + p {

  margin-top: 5px;

}



.alert-dismissable,

.alert-dismissible {

  padding-right: 35px;

}



.alert-dismissable .close,

.alert-dismissible .close {

  position: relative;



  top: -2px;



  right: -21px;



  color: inherit;

}



.alert-success {

  color: #3c763d;



  background-color: #dff0d8;



  border-color: #d6e9c6;

}



.alert-success hr {

  border-top-color: #c9e2b3;

}



.alert-success .alert-link {

  color: #2b542c;

}



.alert-info {

  color: #31708f;



  background-color: #d9edf7;



  border-color: #bce8f1;

}



.alert-info hr {

  border-top-color: #a6e1ec;

}



.alert-info .alert-link {

  color: #245269;

}



.alert-warning {

  color: #8a6d3b;



  background-color: #fcf8e3;



  border-color: #faebcc;

}



.alert-warning hr {

  border-top-color: #f7e1b5;

}



.alert-warning .alert-link {

  color: #66512c;

}



.alert-danger {

  color: #a94442;



  background-color: #f2dede;



  border-color: #ebccd1;

}



.alert-danger hr {

  border-top-color: #e4b9c0;

}



.alert-danger .alert-link {

  color: #843534;

}



@-webkit-keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }



  to {

    background-position: 0 0;

  }

}



@keyframes progress-bar-stripes {

  from {

    background-position: 40px 0;

  }



  to {

    background-position: 0 0;

  }

}



.progress {

  height: 20px;



  margin-bottom: 20px;



  overflow: hidden;



  background-color: #f5f5f5;



  border-radius: 4px;



  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);



          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

}



.progress-bar {

  float: left;



  width: 0;



  height: 100%;



  font-size: 12px;



  line-height: 20px;



  color: #fff;



  text-align: center;



  background-color: #337ab7;



  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);



          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);



  -webkit-transition: width 0.6s ease;



  -o-transition: width 0.6s ease;



  transition: width 0.6s ease;

}



.progress-bar-striped,

.progress-striped .progress-bar {

  background-image: -o-linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

  background-image: linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );



  background-size: 40px 40px;

}



.progress-bar.active,

.progress.active .progress-bar {

  -webkit-animation: progress-bar-stripes 2s linear infinite;



  animation: progress-bar-stripes 2s linear infinite;

}



.progress-bar-success {

  background-color: #5cb85c;

}



.progress-striped .progress-bar-success {

  background-image: -o-linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

  background-image: linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

}



.progress-bar-info {

  background-color: #5bc0de;

}



.progress-striped .progress-bar-info {

  background-image: -o-linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

  background-image: linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

}



.progress-bar-warning {

  background-color: #f0ad4e;

}



.progress-striped .progress-bar-warning {

  background-image: -o-linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

  background-image: linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

}



.progress-bar-danger {

  background-color: #d9534f;

}



.progress-striped .progress-bar-danger {

  background-image: -o-linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

  background-image: linear-gradient(

    45deg,

    rgba(255, 255, 255, 0.15) 25%,

    transparent 25%,

    transparent 50%,

    rgba(255, 255, 255, 0.15) 50%,

    rgba(255, 255, 255, 0.15) 75%,

    transparent 75%,

    transparent

  );

}



.media {

  margin-top: 15px;

}



.media:first-child {

  margin-top: 0;

}



.media,

.media-body {

  overflow: hidden;

}



.media-body {

  width: 10000px;

}



.media-object {

  display: block;

}



.media-object.img-thumbnail {

  max-width: none;

}



.media-right,

.media > .pull-right {

  padding-left: 10px;

}



.media-left,

.media > .pull-left {

  padding-right: 10px;

}



.media-body,

.media-left,

.media-right {

  display: table-cell;



  vertical-align: top;

}



.media-middle {

  vertical-align: middle;

}



.media-bottom {

  vertical-align: bottom;

}



.media-heading {

  margin-top: 0;



  margin-bottom: 5px;

}



.media-list {

  padding-left: 0;



  list-style: none;

}



.list-group {

  padding-left: 0;



  margin-bottom: 20px;

}



.list-group-item {

  position: relative;



  display: block;



  padding: 10px 15px;



  margin-bottom: -1px;



  background-color: #fff;



  border: 1px solid #ddd;

}



.list-group-item:first-child {

  border-top-left-radius: 4px;



  border-top-right-radius: 4px;

}



.list-group-item:last-child {

  margin-bottom: 0;



  border-bottom-right-radius: 4px;



  border-bottom-left-radius: 4px;

}



a.list-group-item,

button.list-group-item {

  color: #555;

}



a.list-group-item .list-group-item-heading,

button.list-group-item .list-group-item-heading {

  color: #333;

}



a.list-group-item:focus,

a.list-group-item:hover,

button.list-group-item:focus,

button.list-group-item:hover {

  color: #555;



  text-decoration: none;



  background-color: #f5f5f5;

}



button.list-group-item {

  width: 100%;



  text-align: left;

}



.list-group-item.disabled,

.list-group-item.disabled:focus,

.list-group-item.disabled:hover {

  color: #777;



  cursor: not-allowed;



  background-color: #eee;

}



.list-group-item.disabled .list-group-item-heading,

.list-group-item.disabled:focus .list-group-item-heading,

.list-group-item.disabled:hover .list-group-item-heading {

  color: inherit;

}



.list-group-item.disabled .list-group-item-text,

.list-group-item.disabled:focus .list-group-item-text,

.list-group-item.disabled:hover .list-group-item-text {

  color: #777;

}



.list-group-item.active,

.list-group-item.active:focus,

.list-group-item.active:hover {

  z-index: 2;



  color: #fff;



  background-color: #337ab7;



  border-color: #337ab7;

}



.list-group-item.active .list-group-item-heading,

.list-group-item.active .list-group-item-heading > .small,

.list-group-item.active .list-group-item-heading > small,

.list-group-item.active:focus .list-group-item-heading,

.list-group-item.active:focus .list-group-item-heading > .small,

.list-group-item.active:focus .list-group-item-heading > small,

.list-group-item.active:hover .list-group-item-heading,

.list-group-item.active:hover .list-group-item-heading > .small,

.list-group-item.active:hover .list-group-item-heading > small {

  color: inherit;

}



.list-group-item.active .list-group-item-text,

.list-group-item.active:focus .list-group-item-text,

.list-group-item.active:hover .list-group-item-text {

  color: #c7ddef;

}



.list-group-item-success {

  color: #3c763d;



  background-color: #dff0d8;

}



a.list-group-item-success,

button.list-group-item-success {

  color: #3c763d;

}



a.list-group-item-success .list-group-item-heading,

button.list-group-item-success .list-group-item-heading {

  color: inherit;

}



a.list-group-item-success:focus,

a.list-group-item-success:hover,

button.list-group-item-success:focus,

button.list-group-item-success:hover {

  color: #3c763d;



  background-color: #d0e9c6;

}



a.list-group-item-success.active,

a.list-group-item-success.active:focus,

a.list-group-item-success.active:hover,

button.list-group-item-success.active,

button.list-group-item-success.active:focus,

button.list-group-item-success.active:hover {

  color: #fff;



  background-color: #3c763d;



  border-color: #3c763d;

}



.list-group-item-info {

  color: #31708f;



  background-color: #d9edf7;

}



a.list-group-item-info,

button.list-group-item-info {

  color: #31708f;

}



a.list-group-item-info .list-group-item-heading,

button.list-group-item-info .list-group-item-heading {

  color: inherit;

}



a.list-group-item-info:focus,

a.list-group-item-info:hover,

button.list-group-item-info:focus,

button.list-group-item-info:hover {

  color: #31708f;



  background-color: #c4e3f3;

}



a.list-group-item-info.active,

a.list-group-item-info.active:focus,

a.list-group-item-info.active:hover,

button.list-group-item-info.active,

button.list-group-item-info.active:focus,

button.list-group-item-info.active:hover {

  color: #fff;



  background-color: #31708f;



  border-color: #31708f;

}



.list-group-item-warning {

  color: #8a6d3b;



  background-color: #fcf8e3;

}



a.list-group-item-warning,

button.list-group-item-warning {

  color: #8a6d3b;

}



a.list-group-item-warning .list-group-item-heading,

button.list-group-item-warning .list-group-item-heading {

  color: inherit;

}



a.list-group-item-warning:focus,

a.list-group-item-warning:hover,

button.list-group-item-warning:focus,

button.list-group-item-warning:hover {

  color: #8a6d3b;



  background-color: #faf2cc;

}



a.list-group-item-warning.active,

a.list-group-item-warning.active:focus,

a.list-group-item-warning.active:hover,

button.list-group-item-warning.active,

button.list-group-item-warning.active:focus,

button.list-group-item-warning.active:hover {

  color: #fff;



  background-color: #8a6d3b;



  border-color: #8a6d3b;

}



.list-group-item-danger {

  color: #a94442;



  background-color: #f2dede;

}



a.list-group-item-danger,

button.list-group-item-danger {

  color: #a94442;

}



a.list-group-item-danger .list-group-item-heading,

button.list-group-item-danger .list-group-item-heading {

  color: inherit;

}



a.list-group-item-danger:focus,

a.list-group-item-danger:hover,

button.list-group-item-danger:focus,

button.list-group-item-danger:hover {

  color: #a94442;



  background-color: #ebcccc;

}



a.list-group-item-danger.active,

a.list-group-item-danger.active:focus,

a.list-group-item-danger.active:hover,

button.list-group-item-danger.active,

button.list-group-item-danger.active:focus,

button.list-group-item-danger.active:hover {

  color: #fff;



  background-color: #a94442;



  border-color: #a94442;

}



.list-group-item-heading {

  margin-top: 0;



  margin-bottom: 5px;

}



.list-group-item-text {

  margin-bottom: 0;



  line-height: 1.3;

}



.panel {

  margin-bottom: 20px;



  background-color: #fff;



  border: 1px solid transparent;



  border-radius: 4px;



  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);



          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}



.panel-body {

  padding: 15px;

}



.panel-heading {

  padding: 10px 15px;



  border-bottom: 1px solid transparent;



  border-top-left-radius: 3px;



  border-top-right-radius: 3px;

}



.panel-heading > .dropdown .dropdown-toggle {

  color: inherit;

}



.panel-title {

  margin-top: 0;



  margin-bottom: 0;



  font-size: 16px;



  color: inherit;

}



.panel-title > .small,

.panel-title > .small > a,

.panel-title > a,

.panel-title > small,

.panel-title > small > a {

  color: inherit;

}



.panel-footer {

  padding: 10px 15px;



  background-color: #f5f5f5;



  border-top: 1px solid #ddd;



  border-bottom-right-radius: 3px;



  border-bottom-left-radius: 3px;

}



.panel > .list-group,

.panel > .panel-collapse > .list-group {

  margin-bottom: 0;

}



.panel > .list-group .list-group-item,

.panel > .panel-collapse > .list-group .list-group-item {

  border-width: 1px 0;



  border-radius: 0;

}



.panel > .list-group:first-child .list-group-item:first-child,

.panel

  > .panel-collapse

  > .list-group:first-child

  .list-group-item:first-child {

  border-top: 0;



  border-top-left-radius: 3px;



  border-top-right-radius: 3px;

}



.panel > .list-group:last-child .list-group-item:last-child,

.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {

  border-bottom: 0;



  border-bottom-right-radius: 3px;



  border-bottom-left-radius: 3px;

}



.panel

  > .panel-heading

  + .panel-collapse

  > .list-group

  .list-group-item:first-child {

  border-top-left-radius: 0;



  border-top-right-radius: 0;

}



.panel-heading + .list-group .list-group-item:first-child {

  border-top-width: 0;

}



.list-group + .panel-footer {

  border-top-width: 0;

}



.panel > .panel-collapse > .table,

.panel > .table,

.panel > .table-responsive > .table {

  margin-bottom: 0;

}



.panel > .panel-collapse > .table caption,

.panel > .table caption,

.panel > .table-responsive > .table caption {

  padding-right: 15px;



  padding-left: 15px;

}



.panel > .table-responsive:first-child > .table:first-child,

.panel > .table:first-child {

  border-top-left-radius: 3px;



  border-top-right-radius: 3px;

}



.panel

  > .table-responsive:first-child

  > .table:first-child

  > tbody:first-child

  > tr:first-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > thead:first-child

  > tr:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child,

.panel > .table:first-child > thead:first-child > tr:first-child {

  border-top-left-radius: 3px;



  border-top-right-radius: 3px;

}



.panel

  > .table-responsive:first-child

  > .table:first-child

  > tbody:first-child

  > tr:first-child

  td:first-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > tbody:first-child

  > tr:first-child

  th:first-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > thead:first-child

  > tr:first-child

  td:first-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > thead:first-child

  > tr:first-child

  th:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,

.panel

  > .table:first-child

  > thead:first-child

  > tr:first-child

  th:first-child {

  border-top-left-radius: 3px;

}



.panel

  > .table-responsive:first-child

  > .table:first-child

  > tbody:first-child

  > tr:first-child

  td:last-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > tbody:first-child

  > tr:first-child

  th:last-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > thead:first-child

  > tr:first-child

  td:last-child,

.panel

  > .table-responsive:first-child

  > .table:first-child

  > thead:first-child

  > tr:first-child

  th:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,

.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,

.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {

  border-top-right-radius: 3px;

}



.panel > .table-responsive:last-child > .table:last-child,

.panel > .table:last-child {

  border-bottom-right-radius: 3px;



  border-bottom-left-radius: 3px;

}



.panel

  > .table-responsive:last-child

  > .table:last-child

  > tbody:last-child

  > tr:last-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tfoot:last-child

  > tr:last-child,

.panel > .table:last-child > tbody:last-child > tr:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child {

  border-bottom-right-radius: 3px;



  border-bottom-left-radius: 3px;

}



.panel

  > .table-responsive:last-child

  > .table:last-child

  > tbody:last-child

  > tr:last-child

  td:first-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tbody:last-child

  > tr:last-child

  th:first-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tfoot:last-child

  > tr:last-child

  td:first-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tfoot:last-child

  > tr:last-child

  th:first-child,

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {

  border-bottom-left-radius: 3px;

}



.panel

  > .table-responsive:last-child

  > .table:last-child

  > tbody:last-child

  > tr:last-child

  td:last-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tbody:last-child

  > tr:last-child

  th:last-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tfoot:last-child

  > tr:last-child

  td:last-child,

.panel

  > .table-responsive:last-child

  > .table:last-child

  > tfoot:last-child

  > tr:last-child

  th:last-child,

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,

.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {

  border-bottom-right-radius: 3px;

}



.panel > .panel-body + .table,

.panel > .panel-body + .table-responsive,

.panel > .table + .panel-body,

.panel > .table-responsive + .panel-body {

  border-top: 1px solid #ddd;

}



.panel > .table > tbody:first-child > tr:first-child td,

.panel > .table > tbody:first-child > tr:first-child th {

  border-top: 0;

}



.panel > .table-bordered,

.panel > .table-responsive > .table-bordered {

  border: 0;

}



.panel > .table-bordered > tbody > tr > td:first-child,

.panel > .table-bordered > tbody > tr > th:first-child,

.panel > .table-bordered > tfoot > tr > td:first-child,

.panel > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-bordered > thead > tr > td:first-child,

.panel > .table-bordered > thead > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {

  border-left: 0;

}



.panel > .table-bordered > tbody > tr > td:last-child,

.panel > .table-bordered > tbody > tr > th:last-child,

.panel > .table-bordered > tfoot > tr > td:last-child,

.panel > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-bordered > thead > tr > td:last-child,

.panel > .table-bordered > thead > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,

.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,

.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {

  border-right: 0;

}



.panel > .table-bordered > tbody > tr:first-child > td,

.panel > .table-bordered > tbody > tr:first-child > th,

.panel > .table-bordered > thead > tr:first-child > td,

.panel > .table-bordered > thead > tr:first-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,

.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {

  border-bottom: 0;

}



.panel > .table-bordered > tbody > tr:last-child > td,

.panel > .table-bordered > tbody > tr:last-child > th,

.panel > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-bordered > tfoot > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,

.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {

  border-bottom: 0;

}



.panel > .table-responsive {

  margin-bottom: 0;



  border: 0;

}



.panel-group {

  margin-bottom: 20px;

}



.panel-group .panel {

  margin-bottom: 0;



  border-radius: 4px;

}



.panel-group .panel + .panel {

  margin-top: 5px;

}



.panel-group .panel-heading {

  border-bottom: 0;

}



.panel-group .panel-heading + .panel-collapse > .list-group,

.panel-group .panel-heading + .panel-collapse > .panel-body {

  border-top: 1px solid #ddd;

}



.panel-group .panel-footer {

  border-top: 0;

}



.panel-group .panel-footer + .panel-collapse .panel-body {

  border-bottom: 1px solid #ddd;

}



.panel-default {

  border-color: #ddd;

}



.panel-default > .panel-heading {

  color: #333;



  background-color: #f5f5f5;



  border-color: #ddd;

}



.panel-default > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ddd;

}



.panel-default > .panel-heading .badge {

  color: #f5f5f5;



  background-color: #333;

}



.panel-default > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ddd;

}



.panel-primary {

  border-color: #337ab7;

}



.panel-primary > .panel-heading {

  color: #fff;



  background-color: #337ab7;



  border-color: #337ab7;

}



.panel-primary > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #337ab7;

}



.panel-primary > .panel-heading .badge {

  color: #337ab7;



  background-color: #fff;

}



.panel-primary > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #337ab7;

}



.panel-success {

  border-color: #d6e9c6;

}



.panel-success > .panel-heading {

  color: #3c763d;



  background-color: #dff0d8;



  border-color: #d6e9c6;

}



.panel-success > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #d6e9c6;

}



.panel-success > .panel-heading .badge {

  color: #dff0d8;



  background-color: #3c763d;

}



.panel-success > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #d6e9c6;

}



.panel-info {

  border-color: #bce8f1;

}



.panel-info > .panel-heading {

  color: #31708f;



  background-color: #d9edf7;



  border-color: #bce8f1;

}



.panel-info > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #bce8f1;

}



.panel-info > .panel-heading .badge {

  color: #d9edf7;



  background-color: #31708f;

}



.panel-info > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #bce8f1;

}



.panel-warning {

  border-color: #faebcc;

}



.panel-warning > .panel-heading {

  color: #8a6d3b;



  background-color: #fcf8e3;



  border-color: #faebcc;

}



.panel-warning > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #faebcc;

}



.panel-warning > .panel-heading .badge {

  color: #fcf8e3;



  background-color: #8a6d3b;

}



.panel-warning > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #faebcc;

}



.panel-danger {

  border-color: #ebccd1;

}



.panel-danger > .panel-heading {

  color: #a94442;



  background-color: #f2dede;



  border-color: #ebccd1;

}



.panel-danger > .panel-heading + .panel-collapse > .panel-body {

  border-top-color: #ebccd1;

}



.panel-danger > .panel-heading .badge {

  color: #f2dede;



  background-color: #a94442;

}



.panel-danger > .panel-footer + .panel-collapse > .panel-body {

  border-bottom-color: #ebccd1;

}



.embed-responsive {

  position: relative;



  display: block;



  height: 0;



  padding: 0;



  overflow: hidden;

}



.embed-responsive .embed-responsive-item,

.embed-responsive embed,

.embed-responsive iframe,

.embed-responsive object,

.embed-responsive video {

  position: absolute;



  top: 0;



  bottom: 0;



  left: 0;



  width: 100%;



  height: 100%;



  border: 0;

}



.embed-responsive-16by9 {

  padding-bottom: 56.25%;

}



.embed-responsive-4by3 {

  padding-bottom: 75%;

}



.well {

  min-height: 20px;



  padding: 19px;



  margin-bottom: 20px;



  background-color: #f5f5f5;



  border: 1px solid #e3e3e3;



  border-radius: 4px;



  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

}



.well blockquote {

  border-color: rgba(0, 0, 0, 0.15);

}



.well-lg {

  padding: 24px;



  border-radius: 6px;

}



.well-sm {

  padding: 9px;



  border-radius: 3px;

}



.close {

  float: right;



  font-size: 21px;



  font-weight: 700;



  line-height: 1;



  color: #000;



  text-shadow: 0 1px 0 #fff;



  filter: alpha(opacity=20);



  opacity: 0.2;

}



.close:focus,

.close:hover {

  color: #000;



  text-decoration: none;



  cursor: pointer;



  filter: alpha(opacity=50);



  opacity: 0.5;

}



button.close {

  -webkit-appearance: none;



  -moz-appearance: none;



  appearance: none;



  padding: 0;



  cursor: pointer;



  background: 0 0;



  border: 0;

}



.modal-open {

  overflow: hidden;

}



.modal {

  position: fixed;



  top: 0;



  right: 0;



  bottom: 0;



  left: 0;



  z-index: 1050;



  display: none;



  overflow: hidden;



  outline: 0;

}



.modal.fade .modal-dialog {

  -webkit-transition: -webkit-transform 0.3s ease-out;

  transition: -webkit-transform 0.3s ease-out;

  -o-transition: transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;



  -webkit-transform: translate(0, -25%);



      -ms-transform: translate(0, -25%);



          transform: translate(0, -25%);

}



.modal.in .modal-dialog {

  -webkit-transform: translate(0, 0);

      -ms-transform: translate(0, 0);

          transform: translate(0, 0);

}



.modal-open .modal {

  overflow-x: hidden;



  overflow-y: auto;

}



.modal-dialog {

  position: relative;



  width: auto;



  margin: 10px;

}



.modal-content {

  position: relative;



  background-color: #fff;



  background-clip: padding-box;



  border: 1px solid rgba(0, 0, 0, 0.2);



  border-radius: 6px;



  outline: 0;



  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);



          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);

}



.modal-backdrop {

  position: fixed;



  top: 0;



  right: 0;



  bottom: 0;



  left: 0;



  z-index: 1040;



  background-color: #000;

}



.modal-backdrop.fade {

  filter: alpha(opacity=0);



  opacity: 0;

}



.modal-backdrop.in {

  filter: alpha(opacity=50);



  opacity: 0.5;

}



.modal-header {

  padding: 15px;



  border-bottom: 1px solid #e5e5e5;

}



.modal-header .close {

  margin-top: -2px;

}



.modal-title {

  margin: 0;



  line-height: 1.42857143;

}



.modal-body {

  position: relative;



  padding: 15px;

}



.modal-footer {

  padding: 15px;



  text-align: right;



  border-top: 1px solid #e5e5e5;

}



.modal-footer .btn + .btn {

  margin-bottom: 0;



  margin-left: 5px;

}



.modal-footer .btn-group .btn + .btn {

  margin-left: -1px;

}



.modal-footer .btn-block + .btn-block {

  margin-left: 0;

}



.modal-scrollbar-measure {

  position: absolute;



  top: -9999px;



  width: 50px;



  height: 50px;



  overflow: scroll;

}



.tooltip {

  position: absolute;



  z-index: 1070;



  display: block;



  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;



  font-size: 12px;



  font-style: normal;



  font-weight: 400;



  line-height: 1.42857143;



  text-align: start;



  text-decoration: none;



  text-shadow: none;



  text-transform: none;



  letter-spacing: normal;



  word-break: normal;



  word-spacing: normal;



  word-wrap: normal;



  white-space: normal;



  filter: alpha(opacity=0);



  opacity: 0;



  line-break: auto;

}



.tooltip.in {

  filter: alpha(opacity=90);



  opacity: 0.9;

}



.tooltip.top {

  padding: 5px 0;



  margin-top: -3px;

}



.tooltip.right {

  padding: 0 5px;



  margin-left: 3px;

}



.tooltip.bottom {

  padding: 5px 0;



  margin-top: 3px;

}



.tooltip.left {

  padding: 0 5px;



  margin-left: -3px;

}



.tooltip-inner {

  max-width: 200px;



  padding: 3px 8px;



  color: #fff;



  text-align: center;



  background-color: #000;



  border-radius: 4px;

}



.tooltip-arrow {

  position: absolute;



  width: 0;



  height: 0;



  border-color: transparent;



  border-style: solid;

}



.tooltip.top .tooltip-arrow {

  bottom: 0;



  left: 50%;



  margin-left: -5px;



  border-width: 5px 5px 0;



  border-top-color: #000;

}



.tooltip.top-left .tooltip-arrow {

  right: 5px;



  bottom: 0;



  margin-bottom: -5px;



  border-width: 5px 5px 0;



  border-top-color: #000;

}



.tooltip.top-right .tooltip-arrow {

  bottom: 0;



  left: 5px;



  margin-bottom: -5px;



  border-width: 5px 5px 0;



  border-top-color: #000;

}



.tooltip.right .tooltip-arrow {

  top: 50%;



  left: 0;



  margin-top: -5px;



  border-width: 5px 5px 5px 0;



  border-right-color: #000;

}



.tooltip.left .tooltip-arrow {

  top: 50%;



  right: 0;



  margin-top: -5px;



  border-width: 5px 0 5px 5px;



  border-left-color: #000;

}



.tooltip.bottom .tooltip-arrow {

  top: 0;



  left: 50%;



  margin-left: -5px;



  border-width: 0 5px 5px;



  border-bottom-color: #000;

}



.tooltip.bottom-left .tooltip-arrow {

  top: 0;



  right: 5px;



  margin-top: -5px;



  border-width: 0 5px 5px;



  border-bottom-color: #000;

}



.tooltip.bottom-right .tooltip-arrow {

  top: 0;



  left: 5px;



  margin-top: -5px;



  border-width: 0 5px 5px;



  border-bottom-color: #000;

}



.popover {

  position: absolute;



  top: 0;



  left: 0;



  z-index: 1060;



  display: none;



  max-width: 276px;



  padding: 1px;



  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;



  font-size: 14px;



  font-style: normal;



  font-weight: 400;



  line-height: 1.42857143;



  text-align: start;



  text-decoration: none;



  text-shadow: none;



  text-transform: none;



  letter-spacing: normal;



  word-break: normal;



  word-spacing: normal;



  word-wrap: normal;



  white-space: normal;



  background-color: #fff;



  background-clip: padding-box;



  border: 1px solid rgba(0, 0, 0, 0.2);



  border-radius: 6px;



  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);



          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);



  line-break: auto;

}



.popover.top {

  margin-top: -10px;

}



.popover.right {

  margin-left: 10px;

}



.popover.bottom {

  margin-top: 10px;

}



.popover.left {

  margin-left: -10px;

}



.popover-title {

  padding: 8px 14px;



  margin: 0;



  font-size: 14px;



  background-color: #f7f7f7;



  border-bottom: 1px solid #ebebeb;



  border-radius: 5px 5px 0 0;

}



.popover-content {

  padding: 9px 14px;

}



.popover > .arrow,

.popover > .arrow:after {

  position: absolute;



  display: block;



  width: 0;



  height: 0;



  border-color: transparent;



  border-style: solid;

}



.popover > .arrow {

  border-width: 11px;

}



.popover > .arrow:after {

  content: "";



  border-width: 10px;

}



.popover.top > .arrow {

  bottom: -11px;



  left: 50%;



  margin-left: -11px;



  border-top-color: rgba(0, 0, 0, 0.25);



  border-bottom-width: 0;

}



.popover.top > .arrow:after {

  bottom: 1px;



  margin-left: -10px;



  content: " ";



  border-top-color: #fff;



  border-bottom-width: 0;

}



.popover.right > .arrow {

  top: 50%;



  left: -11px;



  margin-top: -11px;



  border-right-color: rgba(0, 0, 0, 0.25);



  border-left-width: 0;

}



.popover.right > .arrow:after {

  bottom: -10px;



  left: 1px;



  content: " ";



  border-right-color: #fff;



  border-left-width: 0;

}



.popover.bottom > .arrow {

  top: -11px;



  left: 50%;



  margin-left: -11px;



  border-top-width: 0;



  border-bottom-color: rgba(0, 0, 0, 0.25);

}



.popover.bottom > .arrow:after {

  top: 1px;



  margin-left: -10px;



  content: " ";



  border-top-width: 0;



  border-bottom-color: #fff;

}



.popover.left > .arrow {

  top: 50%;



  right: -11px;



  margin-top: -11px;



  border-right-width: 0;



  border-left-color: rgba(0, 0, 0, 0.25);

}



.popover.left > .arrow:after {

  right: 1px;



  bottom: -10px;



  content: " ";



  border-right-width: 0;



  border-left-color: #fff;

}



.carousel, .carousel-2 {

  position: relative;

}



.carousel-inner {

  position: relative;



  width: 100%;



  overflow: hidden;

}



.carousel-inner > .item {

  position: relative;



  display: none;



  -webkit-transition: 0.6s ease-in-out left;



  -o-transition: 0.6s ease-in-out left;



  transition: 0.6s ease-in-out left;

}



.carousel-inner > .item > a > img,

.carousel-inner > .item > img {

  line-height: 1;

}



.carousel-inner > .active,

.carousel-inner > .next,

.carousel-inner > .prev {

  display: block;

}



.carousel-inner > .active {

  left: 0;

}



.carousel-inner > .next,

.carousel-inner > .prev {

  position: absolute;



  top: 0;



  width: 100%;

}



.carousel-inner > .next {

  left: 100%;

}



.carousel-inner > .prev {

  left: -100%;

}



.carousel-inner > .next.left,

.carousel-inner > .prev.right {

  left: 0;

}



.carousel-inner > .active.left {

  left: -100%;

}



.carousel-inner > .active.right {

  left: 100%;

}



.carousel-control {

  position: absolute;



  top: 0;



  bottom: 0;



  left: 0;



  width: 15%;



  font-size: 20px;



  color: #fff;



  text-align: center;



  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);



  background-color: rgba(0, 0, 0, 0);



  filter: alpha(opacity=50);



  opacity: 0.5;

}



.carousel-control.left {

  background-image: -webkit-gradient(

    linear,

    left top, right top,

    color-stop(0, rgba(0, 0, 0, 0.5)),

    to(rgba(0, 0, 0, 0.0001))

  );

  background-image: -o-linear-gradient(

    left,

    rgba(0, 0, 0, 0.5) 0,

    rgba(0, 0, 0, 0.0001) 100%

  );

  background-image: linear-gradient(

    to right,

    rgba(0, 0, 0, 0.5) 0,

    rgba(0, 0, 0, 0.0001) 100%

  );



  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);



  background-repeat: repeat-x;

}



.carousel-control.right {

  right: 0;



  left: auto;



  background-image: -webkit-gradient(

    linear,

    left top, right top,

    color-stop(0, rgba(0, 0, 0, 0.0001)),

    to(rgba(0, 0, 0, 0.5))

  );



  background-image: -o-linear-gradient(

    left,

    rgba(0, 0, 0, 0.0001) 0,

    rgba(0, 0, 0, 0.5) 100%

  );



  background-image: linear-gradient(

    to right,

    rgba(0, 0, 0, 0.0001) 0,

    rgba(0, 0, 0, 0.5) 100%

  );



  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);



  background-repeat: repeat-x;

}



.carousel-control:focus,

.carousel-control:hover {

  color: #fff;



  text-decoration: none;



  filter: alpha(opacity=90);



  outline: 0;



  opacity: 0.9;

}



.carousel-control .glyphicon-chevron-left,

.carousel-control .glyphicon-chevron-right,

.carousel-control .icon-next,

.carousel-control .icon-prev {

  position: absolute;



  top: 50%;



  z-index: 5;



  display: inline-block;



  margin-top: -10px;

}



.carousel-control .glyphicon-chevron-left,

.carousel-control .icon-prev {

  left: 50%;



  margin-left: -10px;

}



.carousel-control .glyphicon-chevron-right,

.carousel-control .icon-next {

  right: 50%;



  margin-right: -10px;

}



.carousel-control .icon-next,

.carousel-control .icon-prev {

  width: 20px;



  height: 20px;



  font-family: serif;



  line-height: 1;

}



.carousel-control .icon-prev:before {

  content: "\2039";

}



.carousel-control .icon-next:before {

  content: "\203a";

}



.carousel-indicators {

  position: absolute;



  bottom: 10px;



  left: 50%;



  z-index: 15;



  width: 60%;



  padding-left: 0;



  margin-left: -30%;



  text-align: center;



  list-style: none;

}



.carousel-indicators li {

  display: inline-block;



  width: 10px;



  height: 10px;



  margin: 1px;



  text-indent: -999px;



  cursor: pointer;



  background-color: rgba(0, 0, 0, 0);



  border: 1px solid #fff;



  border-radius: 10px;

}



.carousel-indicators .active {

  width: 12px;



  height: 12px;



  margin: 0;



  background-color: #fff;

}



.carousel-caption {

  position: absolute;



  right: 15%;



  bottom: 20px;



  left: 15%;



  z-index: 10;



  padding-top: 20px;



  padding-bottom: 20px;



  color: #fff;



  text-align: center;



  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}



.carousel-caption .btn {

  text-shadow: none;

}



.btn-group-vertical > .btn-group:after,

.btn-group-vertical > .btn-group:before,

.btn-toolbar:after,

.btn-toolbar:before,

.clearfix:after,

.clearfix:before,

.container-fluid:after,

.container-fluid:before,

.container:after,

.container:before,

.dl-horizontal dd:after,

.dl-horizontal dd:before,

.form-horizontal .form-group:after,

.form-horizontal .form-group:before,

.modal-footer:after,

.modal-footer:before,

.modal-header:after,

.modal-header:before,

.nav:after,

.nav:before,

.navbar-collapse:after,

.navbar-collapse:before,

.navbar-header:after,

.navbar-header:before,

.navbar:after,

.navbar:before,

.pager:after,

.pager:before,

.panel-body:after,

.panel-body:before,

.row:after,

.row:before {

  display: table;



  content: " ";

}



.btn-group-vertical > .btn-group:after,

.btn-toolbar:after,

.clearfix:after,

.container-fluid:after,

.container:after,

.dl-horizontal dd:after,

.form-horizontal .form-group:after,

.modal-footer:after,

.modal-header:after,

.nav:after,

.navbar-collapse:after,

.navbar-header:after,

.navbar:after,

.pager:after,

.panel-body:after,

.row:after {

  clear: both;

}



.center-block {

  display: block;



  margin-right: auto;



  margin-left: auto;

}



.pull-right {

  float: right !important;

}



.pull-left {

  float: left !important;

}



.hide {

  display: none !important;

}



.show {

  display: block !important;

}



.invisible {

  visibility: hidden;

}



.text-hide {

  font: 0/0 a;



  color: transparent;



  text-shadow: none;



  background-color: transparent;



  border: 0;

}



.hidden {

  display: none;

}



.affix {

  position: fixed;

}



@-ms-viewport {

  width: device-width;

}



@-o-viewport {

  width: device-width;

}



@viewport {

  width: device-width;

}



.visible-lg,

.visible-md,

.visible-sm,

.visible-xs {

  display: none !important;

}



.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block {

  display: none !important;

}



.visible-print {

  display: none !important;

}



.visible-print-block {

  display: none !important;

}



.visible-print-inline {

  display: none !important;

}



.visible-print-inline-block {

  display: none !important;

}



root {

  display: block;

}



.margin0auto {

  margin: 0 auto;

}



.col4 {

  width: 32%;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  float: left;

}



.relative {

  position: relative;

}



.center {

  text-align: center;

}



.left {

  float: left;

}



.right {

  float: right;

}



.mt20 {

  margin-top: 20px;

}



.scale125 {

  -webkit-transform: scale(1.25);

      -ms-transform: scale(1.25);

          transform: scale(1.25);

}



.scale11 {

  -webkit-transform: scale(1.1);

      -ms-transform: scale(1.1);

          transform: scale(1.1);

}



.transition {

  -webkit-transition: 0.4s all ease;

  -o-transition: 0.4s all ease;

  transition: 0.4s all ease;

}



a.btn-primary {

  color: #fff;

}



.btn,

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

  word-break: keep-all;



  color: #fff;



  padding: 10px 30px;



  border-radius: 4px;



  border: none;



  font-size: 16px;



  font-weight: 600;



  display: inline-block;



  text-transform: none;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



a.btn.btn-slider {

  border: 2px solid white;



  font-size: 18px;



  color: white;



  display: inline-block;



  padding: 15px;



  line-height: 0px;



  background: rgba(255, 255, 255, 0.2);



  -webkit-box-shadow: 0 0 3px white;



          box-shadow: 0 0 3px white;

}



a.btn.btn-slider:hover {

  background: rgba(255, 255, 255, 0.4);

}



#sc_logo {

  max-height: 80px;

}



#site-toolbar {

  color: #d0d0d0;



  left: 0;



  z-index: 999;



    /*height: 50px;*/
  min-height: 50px;

}



#site-toolbar .contact-bar a {

 /* height: 30px;*/



  margin: 7px 5px;



  display: inline-block;



  text-align: center;



  line-height: 30px;



  -webkit-transition: 0.2s all ease;



  -o-transition: 0.2s all ease;



  transition: 0.2s all ease;



  font-size: 16px;

}



#site-toolbar .contact-bar a .fa {

  margin-right: 5px;



  vertical-align: middle;

}



#site-toolbar .contact-bar a span {

  color: #666;

}



#site-toolbar .social-bar a {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;



  width: 25px;



  height: 25px;



  margin: 7px 5px;



  font-size: 12px;



  display: inline-block;



  text-align: center;



  line-height: 25px;



  border: none;



  border-radius: 50%;



  background: #545454;



  color: #fff;

}



#site-toolbar .social-bar {

  /*text-align: left;*/
  text-align: center;

}



#site-toolbar .contact-bar {

  text-align: right;

}



.no_toolbar .site-branding {

  top: 0;

}



.site-branding {

  height: 90px;



  left: 0;



  background: white;



  z-index: 99;



  border-bottom: 1px solid #f0f0f0;

}



.site-title {

  height: 100%;



  margin: 0;



  font-size: 40px;

}



.site-branding .search-bar {

  text-align: right;

}



.site-branding .search-bar .search-form {

  margin-top: 20px;



  line-height: 20px;

}



.site-branding .search-bar .search-field {

  border-top: 0;



  border-left: 0;



  border-right: 0;



  border-radius: 0;



  outline-color: #fff;



  -webkit-transition: 0.2s all ease-in-out;



  -o-transition: 0.2s all ease-in-out;



  transition: 0.2s all ease-in-out;

}



.site-branding .search-bar .search-field:focus {

  padding-right: 20px;



  color: #222;



  border-bottom: 1px solid #83dcb0;

}



.site-branding .col-sm-6 {

  min-height: 70px;



  line-height: 70px;

}



#site-navigation.main-navigation .menu {

  float: right;

}



#site-navigation.main-navigation li a {

  font-size: 14px;



  padding: 0 10px;



  font-weight: 400;



  text-transform: uppercase;



  color: #000;

}



#site-navigation.main-navigation .menu-ares-container > .menu > li a:after {

  content: "/";



  margin-left: 10px;

}



.main-navigation ul ul a:after {

  content: "" !important;

}



.main-navigation ul ul li {

  line-height: 30px;

}



.icon404 {

  font-size: 54px;



  line-height: 90px;

}



.site-header {

  width: 100%;



  overflow: visible;

}



.site-description {

  font-size: 14px;



  display: none;

}



.sc-slider-wrapper {

  margin: 0 auto;



  overflow: hidden;



  background-color: #f8f8f8;

}



.sc-slider-wrapper .camera_caption {

  text-transform: uppercase;



  margin: 0 auto;

}



.sc-slider-wrapper .camera_caption.primary_caption {

  bottom: 350px !important;

}



.sc-slider-wrapper .camera_caption.secondary_caption {

  bottom: 300px !important;

}



.sc-slider-wrapper .camera_caption.third_caption {

  bottom: 250px !important;

}



.camera_caption > div {

  padding: 0 !important;

}



.sc-slider-wrapper .camera_caption > div {

  background: transparent;



  text-align: center;

}



.smartcat_slider_caption {

  position: absolute;



  width: 100%;



  background: transparent;



  top: 60%;



  margin: 0 auto;



  text-align: center;



  opacity: 0;



  -webkit-transition: 0.4s all ease-in-out;



  -o-transition: 0.4s all ease-in-out;



  transition: 0.4s all ease-in-out;

}



.smartcat_slider_caption.visible {

  opacity: 1;



  top: 50%;

}



.smartcat_slider_caption span {

  display: inline-block;



  width: 30%;

}



.smartcat-menu-wrapper.is-sticky .site-branding {

  width: 100% !important;



  background: transparent;



  height: 70px;



  border-bottom: none;

}



#main-heading {

  background: transparent;



  position: relative;



  width: 100%;



  min-height: 100px;



  z-index: 9;

}



#main-heading .main-heading-box.larger-box {

  padding: 30px;



  font-size: 40px;



  line-height: 44px;

}



#main-heading .main-heading-box {

  padding: 30px;



  font-size: 16px;



  line-height: 18px;

}



#site-cta {

  position: relative;



  z-index: 9;

}



#site-cta .site-cta {

  text-align: center;



  position: relative;

}



#site-cta .site-cta .fa {

  display: inline-block;



  width: 70px;



  height: 70px;



  font-size: 24px;



  text-align: center;



  line-height: 66px;



  border-radius: 100%;



  color: #8c8c8c;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  position: relative;



  border: 2px solid #83dcb0;

}



#site-cta .site-cta .fa.hover {

  -webkit-transform: scale(1.3);

      -ms-transform: scale(1.3);

          transform: scale(1.3);



  color: #fff;

}



#site-cta.no-slider {

  top: 0;



  width: 100%;



  margin-bottom: 0;

}



#site-cta .col4.mid {

  margin: 0 2% 0 2%;

}



.site-cta {

  position: relative;

}



#site-cta .col-sm-4:first-child {

  padding-left: 0;

}



#site-cta .col-sm-4:nth-child(3) {

  padding-right: 0;

}



.avenue-underline {

  display: block;



  height: 10px;



  margin-top: 10px;



  margin-bottom: 10px;



  background-position: 0 0;



  background-repeat: repeat-x;

}



.site-cta h3 {

  font-size: 18px;



  -webkit-transition: 0.3s all ease;



  -o-transition: 0.3s all ease;



  transition: 0.3s all ease;



  position: relative;



  font-weight: 700;



  margin: 20px 0;



  margin-top: 30px;



  margin-bottom: 0px;

}



#top-banner {

  background: #fff;



  min-height: 100px;



  margin: 0;



  color: #525252;



  border: 1px solid #eaeaea;



  padding: 20px;



  border-top: 1px solid #e2e2e2;



  border-bottom: 1px solid #e2e2e2;

}



#top-banner .textwidget {

  font-weight: 400;

}



#top-banner .top-banner-text {

  font-size: 20px;



  margin-bottom: 20px;



  font-weight: 200;

}



#top-banner .date,

#top-banner .author {

  font-size: 16px;

}



#top-banner #sc_avenue_recent_posts > div {

  margin-bottom: 30px;

}



#top-banner #sc_avenue_recent_posts img {

  width: 100%;

}



#top-banner #sc_avenue_recent_posts .col-sm-3 {

  overflow: hidden;

}



#top-banner #sc_avenue_recent_posts .col-sm-3 > div {

  position: relative;

}



#top-banner .top-banner-text .overlay {

  position: absolute;



  width: 100%;



  height: 100%;



  padding-top: 10%;



  top: 0;



  left: 0;



  background: rgba(0, 0, 0, 0.5);



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



#top-banner .top-banner-text .overlay:hover {

  background: rgba(0, 0, 0, 0);

}



article {

  background: white;



  color: #000;



  border: 1px solid #eaeaea;



  padding: 20px;

}



article.sidebar-off {

  width: 100%;

}



.no_toolbar .site-content-wrapper {

  margin-top: 80px;

}



#page.skulls {


}



#page.food {


}



#page.texturetastic_gray {


}



#page.crossword {


}



#page.tweed {

  background: url("../images/tweed.png") fixed;

}



#page.halftone {


}



#page.stardust {


}



#page.confectionary {


}



#page.witewall {


}



#page.brickwall {


}



#secondary .widget_sc_recent_posts_widget #sc_avenue_recent_posts .col-sm-3 {

  width: 100%;

}



#secondary

  .widget_sc_recent_posts_widget

  #sc_avenue_recent_posts

  .col-sm-3

  img {

  float: left;



  width: 75px;

}



#secondary #sc_avenue_recent_posts .date,

#secondary #sc_avenue_recent_posts .author {

  display: none;

}



#secondary #sc_avenue_recent_posts .overlay {

  padding-left: 80px;

}



#secondary #sc_avenue_recent_posts .col-sm-3 {

  margin-bottom: 10px;

}



.site-footer {

  width: 100%;



  color: #a0a0a0;



  background: #1d1d1d;



  z-index: 99;



  -webkit-box-shadow: 0 1px 5px #979797;



          box-shadow: 0 1px 5px #979797;

}



.site-footer .site-info {

  background: #000;



  padding: 15px 0;

}



.site-footer .footer-boxes {

  padding: 50px 0;

}



.site-footer .footer-boxes .textwidget {

  margin-top: 15px;

}



.site-footer .footer-boxes .widget:first-child {

  padding-left: 0;

}



.site-footer .col-md-6 {

  padding: 20px 10px 20px 0;

}



.site-footer .widget-title {

  text-align: center;



  color: #fff;

}



.scroll-top {

  width: 30px;



  height: 30px;



  margin: 7px 5px;



  display: inline-block;



  text-align: center;



  line-height: 30px;



  border: 1px solid #e0e0e0;



  color: #e0e0e0;



  border-radius: 100%;



  cursor: pointer;



  -webkit-transition: 0.2s all ease-in-out;



  -o-transition: 0.2s all ease-in-out;



  transition: 0.2s all ease-in-out;

}



.site-footer .site-info .payment-gateways {

  line-height: 30px;

}



.payment-gateways .fa {

  display: inline-block;



  width: 30px;



  height: 30px;



  font-size: 24px;



  margin-right: 3px;

}



.scroll-top:hover {

  -webkit-transform: scale(1.2);

      -ms-transform: scale(1.2);

          transform: scale(1.2);

}



.frontpage.page-content {

  padding-top: 0;



  margin-top: 0;

}



.frontpage article,

.frontpage .avenue-sidebar {

  margin-top: 15px;

}



.page-content {

  margin-top: 8px;

}



.page-title {




  margin-left: -15px;



  margin-right: -15px;



  font-size: 32px;



  color: #e0e0e0;



  padding: 30px 0;

}



.item-page {

  border-radius: 15px;

}



.item-page.col1 {

  width: 100%;

}



.homepage-content {

  margin-top: 10px;



  overflow: hidden;

}



.homepage-content .item-post {

  overflow: hidden;



  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  padding: 10px;



  margin-right: 5px;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  height: auto;

}



.homepage-content .item-post .post-title {

  font-size: 18px;



  margin-top: 15px;

}



.homepage-content .item-post .post-thumb {

  overflow: hidden;

}



.homepage-content .item-post .post-thumb:hover img {

  -webkit-transform: scale(1.1);

      -ms-transform: scale(1.1);

          transform: scale(1.1);



  opacity: 0.85;

}



.homepage-content .item-post .post-thumb img {

  width: 100%;



  float: none;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.blogroll {

  margin-top: 20px;

}



.item-post.blog-roll {

  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  padding: 10px 0;



  width: 46%;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  margin-right: 1%;



  margin-bottom: 10px;



  -webkit-box-shadow: 0 1px 3px 0 #9e9e9e;



          box-shadow: 0 1px 3px 0 #9e9e9e;

}



.top-banner-text {

  overflow: hidden;



  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  margin-top: 20px;



  padding: 15px;



  border-bottom: none;

}



.bottom-banner-text {

  overflow: hidden;



  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  margin-bottom: 20px;



  padding: 15px;

}



.single .wp-post-image {

  margin: 0 20px 20px 0;



  max-width: 250px;

}



.single .post-title,

.item-page .post-title {

  font-weight: 400;



  margin-top: 5px;



  text-transform: uppercase;



  padding: 0;

}



.nav-next .meta-nav,

.nav-previous .meta-nav {

  height: 30px;



  width: 30px;



  display: inline-block;



  text-align: center;



  line-height: 30px;



  font-size: 13px;



  text-decoration: none;



  font-weight: 400;



  cursor: pointer;



  border-radius: 100%;



  overflow: hidden;



  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);



          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);



  background: #fff;

}



.meta-nav .fa {

  font-size: 17px;

}



.wp-post-image {

  float: left;

}



.avenue-sidebar .widget {

  overflow: hidden;



  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  margin-bottom: 20px;



  padding: 0 15px 15px 15px;

}



.avenue-sidebar .widget .widget-title {

  padding: 10px 0 0px 0;

}



.avenue-sidebar .widget_search {

  padding: 20px;

}



.widget-area .search-field {

  width: 100%;



  padding-left: 5px;

}



.widget-title {

  margin-top: 0;



  font-size: 22px;



  line-height: normal;



  margin-bottom: 10px;

}



.widget-area ul {

  margin: 0;

}



.widget-area ul li {

  list-style-type: none;



  padding-left: 0;



  border-bottom: 1px solid #e6e6e6;



  padding: 7px 0;

}



.widget-area ul li a {

  -webkit-transition: 0.2s all ease;

  -o-transition: 0.2s all ease;

  transition: 0.2s all ease;



  display: block;

}



ul.social-icons {

  margin-bottom: 10px;

}



ul.social-icons li {

  border-bottom: none;



  display: inline-block;

}



ul.social-icons li a {

  width: 30px;



  height: 30px;



  line-height: 30px;



  text-align: center;



  background: #777;



  color: #1d1d1d;



  border-radius: 100%;



  padding: 0;



  margin-right: 5px;



  display: inline-block;

}



ul.social-icons li a:hover {

  background: #999;

}



.smartcat_team_member {

  width: 30%;



  display: inline-block;



  float: left;



  overflow: hidden;



  min-height: 210px;



  background-repeat: no-repeat;



  background-size: cover;



  background: #d9d9d9;

}



.smartcat_team_member img {

  -webkit-transition: 0.45s all ease-in-out;

  -o-transition: 0.45s all ease-in-out;

  transition: 0.45s all ease-in-out;



  -webkit-filter: grayscale(100%);



          filter: grayscale(100%);

}



.smartcat_team_member.mid {

  margin: 0 3%;

}



.smartcat_team_member h4,

.smartcat_team_member p {

  padding: 0 15px;



  color: #000;

}



.smartcat_team_member h4 {

  font-size: 22px;



  margin: 5px 0 3px 0;



  font-weight: 600;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



#tasty-mobile-toggle {

  display: none;

}



.feature-grid .col-xs-2 {

  text-align: center;

}



.feature-grid h3 {

  font-weight: 600;



  margin-bottom: 8px;

}



.feature-grid .fa {

  font-size: 46px;

}



.woocommerce-tabs p {

  text-transform: none;

}



.cart_totals table tr th,

.cart_totals table tr td {

  border-bottom: 1px solid #e0e0e0;

}



.cart_totals table td {

  text-align: right;

}



.shipping-calculator-button {

  margin-top: 10px;

}



.order-total .amount {

  color: #b12704;

}



.woocommerce ul.product_list_widget li {

  padding: 10px;

}



.woocommerce ul.product_list_widget li img {

  float: none;



  display: block;



  width: 100%;



  -webkit-box-shadow: none;



          box-shadow: none;

}



.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {

  -webkit-box-shadow: none;

          box-shadow: none;



  background: #83cbdc;



  border: none;

}



.woocommerce .widget_price_filter .ui-slider .ui-slider-range,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {

  -webkit-box-shadow: none;

          box-shadow: none;



  background: #e8e8e8;



  border: none;



  opacity: 0.5;

}



.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,

.woocommerce-page

  .widget_price_filter

  .price_slider_wrapper

  .ui-widget-content {

  background: #f4f4f4;

}



.avenue-sidebar .woocommerce ul li {

  overflow: hidden;



  padding-bottom: 7px;

}



.avenue-sidebar .woocommerce ul li:last-child {

  border-bottom: none;

}



.avenue-sidebar .woocommerce ul li img {

  float: left;



  width: 75px;



  padding-right: 5px;

}



p.stars a,

p.stars a:hover,

.woocommerce .star-rating:before,

.woocommerce .star-rating span {

  color: #f1c40f;

}



.woocommerce ins {

  background: transparent;

}



.woocommerce ins .amount {

  color: #e5534c;

}



.woocommerce #content input.button,

.woocommerce #respond input#submit,

.woocommerce a.button,

.woocommerce button.button,

.woocommerce input.button,

.woocommerce-page #content input.button,

.woocommerce-page #respond input#submit,

.woocommerce-page a.button,

.woocommerce-page button.button,

.woocommerce-page input.button {

  font-size: 100%;



  margin: 0;



  line-height: 1em;



  cursor: pointer;



  position: relative;



  overflow: visible;



  padding: 6px 10px;



  text-decoration: none;



  font-weight: 700;



  border-radius: 2px;



  left: auto;



  color: #5e5e5e;



  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);



  border: 1px solid #c8bfc6;



  background: #f7f6f7;



  white-space: nowrap;



  display: inline-block;



  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075),

    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);



          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075),

    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);

}



#floatingShare {

  position: relative;



  text-align: center;

}



#floatingShare a {

  position: relative;



  width: 42px;



  height: 42px;



  line-height: 36px;



  display: list-item;



  list-style-type: none;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



#floatingShare a,

#floatingShare a:focus,

#floatingShare a:hover {

  color: #fff;

}



#floatingShare a,

#floatingShare a:visited,

#floatingShare a:focus,

#floatingShare a:active,

#floatingShare a:hover {

  outline: 0 none !important;

}



#floatingShare i {

  line-height: inherit;



  font-size: 24px;



  text-align: center;

}



#floatingShare .top-left {

  position: fixed;



  top: 20%;



  left: 0;

}



#floatingShare .top-right {

  position: fixed;



  top: 20%;



  right: 0;

}



#floatingShare .feysbuk {

  background-color: #3b5998;

}



#floatingShare .tivitir {

  background-color: #00aced;

}



#floatingShare .gogil {

  background-color: #dd4b39;

}



#floatingShare .linktin {

  background-color: #007bb6;

}



#floatingShare .meyil {

  background-color: #726c6c;

}



#floatingShare .pinter {

  background-color: #c92228;

}



#floatingShare .stambul {

  background-color: #eb4924;

}



#floatingShare .shareCount {

  position: absolute;



  bottom: 0;



  right: 0;



  left: 0;



  margin: auto;



  color: #dddddd;



  font-size: 10px;

}



#floatingShare .mtop5 {

  margin-top: 5px;

}



#floatingShare a:hover {

  width: 60px;

}



.new-add:hover {

  background-color: #6ab400 !important;



  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);



          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}



.new-route:hover {

  background-color: #7acf00 !important;



  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);



          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);



  border-color: #7acf00 !important;

}



*:focus {

  outline: none;

}



a,

a:hover {

  text-decoration: none !important;

}



a.btn-primary,

.btn-primary,

.tyros-button,

#main-heading {

  color: #fff;

}



.tyros-button {

  border: 2px solid #fff;



  padding: 10px 30px;



  border-radius: 4px;



  font-size: 16px;



  font-weight: 600;

}



#parent-slider-wrap {

  border-bottom: 2px gray solid;



  background: #fff0;

}



div#tyros_slider_wrap {

  margin-bottom: 0 !important;

}



.info {

  width: 200px;

}



.info img {

  border: 0;

}



.info-body {

  line-height: 15px;



  margin: 2px 0;



  overflow: hidden;

}



.info-img {

  height: 220px;



  width: 200px;

}



#site-toolbar .contact-bar a,

#site-toolbar .social-bar a {

  -webkit-transition: 0.25s all ease-in-out;

  -o-transition: 0.25s all ease-in-out;

  transition: 0.25s all ease-in-out;



  cursor: pointer;

}



#site-toolbar .social-bar a:hover {

  background: #80ce06 !important;

}



#site-toolbar .social-bar a:first-of-type {

  margin-left: 0;

}



#site-toolbar .contact-bar a.icon-phone .fa {

  font-size: 18px;

}



#site-branding div.branding {

  width: 25%;

}



#site-branding div.navigation {

  width: 75%;



  font-size: 15px;



  height: 100%;

}



#site-branding .site-title {

  margin: 0;



  font-size: 32px;

}



#site-branding div#primary-menu,

#site-branding div.navigation ul#primary-menu {

  text-align: right;

}



div#primary-menu > ul > li,

ul#primary-menu > li {

  vertical-align: text-top;



  display: inline-block;



  padding-bottom: 0;



  float: none;



  padding-right: 15px;

}



div#primary-menu > ul > li:last-of-type,

ul#primary-menu > li:last-of-type {

  padding-right: 0;

}



div#primary-menu > ul > li > a,

ul#primary-menu > li > a {

  color: #222222;

}



#site-branding div#primary-menu > ul ul.sub-menu,

#site-branding ul#primary-menu ul.sub-menu {

  background-color: #fff;



  opacity: 0;



  height: 0;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  text-align: left;



  padding: 15px 5px;



  display: block !important;



  overflow: hidden;

}



#site-branding

  div#primary-menu

  > ul

  > li.menu-item-has-children:hover

  > ul.sub-menu

  li,

#site-branding

  ul#primary-menu

  > li.menu-item-has-children:hover

  > ul.sub-menu

  li {

  max-width: 175px;

}



#site-branding div#primary-menu > ul li a,

#site-branding ul#primary-menu > li a {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;

}



#site-branding

  div#primary-menu

  > ul

  > li.menu-item-has-children:hover

  > ul.sub-menu

  li:hover

  a,

#site-branding

  ul#primary-menu

  > li.menu-item-has-children:hover

  > ul.sub-menu

  li:hover

  a {

  padding-left: 15px;

}



#site-branding

  div#primary-menu

  > ul

  > li.menu-item-has-children:hover

  > ul.sub-menu,

#site-branding ul#primary-menu > li.menu-item-has-children:hover > ul.sub-menu {

  display: block;

}



#site-branding div#primary-menu > ul li:hover ul.sub-menu,

#site-branding ul#primary-menu li:hover ul.sub-menu {

  opacity: 1;



  height: auto;

}



div#site-branding-sticky-wrap {




  z-index: 999;



  -webkit-animation-duration: 0.6s;



  animation-duration: 0.6s;



  position: relative;



  border-radius: 0;



  background: none;

}



header#masthead div#primary-menu > ul > li > a,

header#masthead ul#primary-menu > li > a {

  -webkit-transition: 0.15s all ease-in-out;

  -o-transition: 0.15s all ease-in-out;

  transition: 0.15s all ease-in-out;

}



div#site-cta-wrap {

  background-color: #fff;



  overflow: hidden;

}



div#site-cta {

  padding: 50px 0;

}



.site-cta p.text {

  margin: 5px 0 0 0;

}



.site-cta p.link {

  margin: 15px 0 0 0;

}



#tyros_slider_wrap .camera_caption {

  display: table;



  width: 100%;



  height: 100%;

}



#tyros_slider_wrap .camera_caption > div {

  display: table-cell;



  vertical-align: middle;

}



.camera_loader {

  left: 100%;



  top: 0%;



  margin-left: -51px;



  margin-top: 15px;

}



.camera_prev > span {

  background: url(../images/camera_skins.png) no-repeat 0 -80px;



  display: block;



  height: 40px;



  width: 40px;

}



.camera_next > span {

  background: url(../images/camera_skins.png) no-repeat -40px -80px;



  display: block;



  height: 40px;



  width: 40px;

}



.camera_prev,

.camera_next {

  background: none;

}



.sc-slider-wrapper .camera_caption > div a {

  color: #fff;



  font-size: 24px;



  line-height: normal;



  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);

}



.sc-slider-wrapper .camera_caption > div span.secondary-caption {

  font-size: 24px;



  display: block;

}



.sc-slider-wrapper .tyros-button {

  background: none;



  color: #fff;



  border: 2px solid #fff;



  padding: 10px 30px;



  border-radius: 4px;



  font-size: 16px;



  font-weight: 600;



  display: inline-block;



  margin: 15px 0 0 0;



  text-transform: none;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.sc-slider-wrapper .tyros-button:hover {

  background: rgba(255, 255, 255, 0.2);

}



.pagination-links {

  text-align: center;



  padding: 0 0;

}



.pagination-links .page-numbers,

.woocommerce nav.woocommerce-pagination ul li span {

  padding: 4px 10px;



  display: inline-block;



  border-radius: 5px;



  color: #666;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.woocommerce nav.woocommerce-pagination ul li span {

  border-radius: 5px;



  padding: 0;

}



.pagination-links .page-numbers:hover,

.woocommerce nav.woocommerce-pagination ul li:hover {

  background-color: #dadada;

}



.pagination-links .page-numbers.current {

  color: #ffffff;

}



.pagination-links .page-numbers.dots {

  background: none;

}



.cta-button-wrap {

  position: absolute;



  height: 100%;



  top: 0;



  right: 0;



  width: 30%;



  text-align: right;

}



.cta-button-wrap .inner-wrap {

  display: table;



  width: 100%;



  height: 100%;



  padding: 0 30px;

}



.cta-button-wrap .inner-wrap .inner {

  display: table-cell;



  vertical-align: middle;

}



.cta-button-wrap .inner .tyros-button {

  color: #fff;

}



div#post-slider-cta a.tyros-button:hover {

  background: rgba(255, 255, 255, 0.2);

}



.smartcat_team_member:hover img {

  -webkit-filter: grayscale(0%);

          filter: grayscale(0%);

}



#tyros-main-blog-wrap,

#tyros-carousel-blog-wrap {

  margin-top: 15px;

}



.item-post {

  background: #fff;



  margin-bottom: 15px;

}



.item-post.text-left {

  padding: 25px 15px 15px 30px;

}



.item-post .tyros-button {

  margin-bottom: 15px;



  margin-top: 15px;

}



.item-post .col-md-8 .text-right {

  padding-right: 15px;

}



#tyros-carousel-blog-wrap .owl-item {

  padding: 0 7.5px !important;

}



#tyros-carousel-blog-wrap .item-post {

  border: 1px solid #eaeaea;

}



#tyros-main-blog-wrap .item-post .post-title,

#tyros-carousel-blog-wrap .item-post .post-title {

  margin: 0;



  font-size: 22px;



  line-height: normal;

}



#tyros-main-blog-wrap .item-post .post-title {

  margin: 15px 0 0 0;

}



#tyros-main-blog-wrap .item-post .post-thumb img,

#tyros-carousel-blog-wrap .item-post .post-thumb img,

div#masonry-blog-wrapper .blog-roll-item article .image img {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;



  width: 100%;

}



#tyros-carousel-blog-wrap .item-post .inner {

  padding: 15px 15px 15px 15px;

}



#tyros-main-blog-wrap .item-post:hover img,

#tyros-carousel-blog-wrap .item-post:hover img,

div#masonry-blog-wrapper .blog-roll-item article:hover .image img {

  -webkit-transform: scale(1.1);

      -ms-transform: scale(1.1);

          transform: scale(1.1);



  -webkit-filter: blur(0.5px);



          filter: blur(0.5px);



  opacity: 0.85;

}



#tyros-carousel-blog-wrap .item-post .post-thumb {

  overflow: hidden;



  background-color: #fff;

}



#tyros-carousel-blog-wrap .item-post .post-content {

  margin-top: 5px;

}



#tyros-carousel-blog-wrap.owl-theme .owl-dots {

  width: 30%;



  margin-left: 35%;



  background: #fff;



  padding: 10px 5px 5px 5px;



  border-radius: 5px;

}



div#tyros-main-blog-wrap .item-post .post-thumb .inner {

  overflow: hidden;

}



div#tyros-main-blog-wrap .item-post.text-left .post-title {

  margin: 0 !important;

}



#tyros-alt-blog-wrap {

  margin-top: 15px;

}



div#masonry-blog-wrapper .blog-roll-item article {

  padding: 0;



  margin-bottom: 15px;

}



div#masonry-blog-wrapper .blog-roll-item .inner {

  padding: 15px 15px 15px 15px;

}



div#masonry-blog-wrapper .blog-roll-item .inner.has-image {

  padding: 15px 15px 15px 15px;

}



#masonry-blog-wrapper .blog-roll-item .post-content {

  margin-top: 5px;

}



div#masonry-blog-wrapper .blog-roll-item .post-title {

  margin: 0;



  font-size: 22px;



  line-height: normal;

}



div#masonry-blog-wrapper .blog-roll-item article .image {

  overflow: hidden;

}



div#masonry-blog-wrapper .post-meta {

  text-transform: uppercase;



  letter-spacing: 0.125em;



  font-size: 12px;

}



div#masonry-blog-wrapper .post-category {

  margin-bottom: 0;



  margin-top: 15px;



  text-transform: uppercase;



  letter-spacing: 0.125em;

}



div#tyros-alt-blog-wrap.masonry2 article .image {

  position: relative;



  background: #000;

}



div#tyros-alt-blog-wrap.masonry2 .blog-roll-item article:hover .image img {

  opacity: 0.75 !important;

}



div#tyros-alt-blog-wrap.masonry2 .blog-roll-item .inner {

  padding: 30px;

}



div#tyros-alt-blog-wrap.masonry2 .blog-roll-item .inner a {

  color: #333;

}



div#tyros-alt-blog-wrap.masonry2 .blog-roll-item .image .inner.has-image {

  padding: 30px;



  position: absolute;



  top: 0;



  left: 0;



  width: 100%;



  overflow: hidden;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  height: 100%;



  opacity: 0;



  background: rgba(0, 0, 0, 0.66);



  color: #fff;

}



div#tyros-alt-blog-wrap.masonry2 .blog-roll-item .image .inner.has-image a {

  color: #fff;

}



div#tyros-alt-blog-wrap.masonry2

  .blog-roll-item

  article:hover

  .inner.has-image {

  opacity: 1;

}



.blog-roll-item .bottom-meta {

  display: none !important;



  width: calc(100% + 1px);



  border-radius: 0;



  position: absolute;



  bottom: -48px;



  left: 0;



  opacity: 0;

}



.blog-roll-item .bottom-meta .meta-section {

  cursor: pointer;



  text-align: center;



  display: table-cell;



  vertical-align: middle;



  padding: 15px 5px;



  width: 25%;

}



.blog-roll-item .bottom-meta .meta-section i {

  color: #fff;

}



.blog-roll-item .bottom-meta a.ext-link {

  cursor: pointer;



  text-align: center;



  display: table-cell;



  vertical-align: bottom;



  padding: 15px 5px;



  width: 25%;

}



.blog-roll-item .bottom-meta a.ext-link .ext-link-section,

.blog-roll-item .bottom-meta a.ext-link .meta-comments-section,

.blog-roll-item .bottom-meta a.ext-link .meta-author-section {

  color: #fff;



  vertical-align: bottom;

}



div#tyros-alt-blog-wrap.masonry2 article {

  border: none;

}



div#tyros-alt-blog-wrap.masonry2 article hr {

  margin: 15px 0;

}



.blog-roll-item .bottom-meta a:last-of-type {

  border: none;

}



body.home article.page {

  padding: 30px;



  border-left: none;



  border-right: none;



  border-bottom: none;

}



body.home article.page .entry-title {

  margin-top: 15px;

}



img#scl {

  height: 20px;



  vertical-align: text-top;

}



aside.widget ul {

  margin-left: 0;



  padding-left: 0;



  list-style: none;

}



.homepage-widget-area .top-banner-text {

  margin-top: 0;



  border-left: 0;



  border-right: 0;



  padding: 30px 15px 15px 15px;

}



.widget-area ul li:last-of-type {

  border-bottom: none;

}



.above-post-area.top-banner-text,

.above-page-area.top-banner-text {

  padding: 30px 15px 15px;



  margin-top: 30px;

}



.below-post-area.top-banner-text,

.below-page-area.top-banner-text {

  padding: 30px 15px 15px;



  margin-top: 15px;



  margin-bottom: 30px;

}



#homepage-area-b .top-banner-text,

#homepage-area-b .top-banner-text a {

  color: #fff;

}



.single-post .entry-title {

  margin-top: 0;

}



body.page article,

.single-post article {

  /*text-align: justify;*/
  text-align: left;



  padding: 15px;



  margin-bottom: 15px;

}



body.archive .page-header,

body.search .page-header {

  background: #fff;



  padding: 15px 30px;



  margin-top: 0;



  margin-bottom: 30px;

}



body.archive div#tyros-alt-blog-wrap,

body.search div#tyros-alt-blog-wrap {

  margin-top: 0;

}



input.search-field {

  height: 36px;



  padding: 0px 15px;

}



section.error-404.not-found {

  background: #fff;



  padding: 15px 30px;

}



section.error-404.not-found .page-header {

  margin: 0;



  padding-bottom: 15px;

}



.comment-list {

  margin-left: 0;



  padding-left: 0;

}



div.slicknav_menu {

  padding: 0;



  display: none;



  background: #fff;



  position: absolute;



  top: 100%;



  width: 100%;



  z-index: 9999;

}



#slicknav-menu-toggle {

  display: none;



  cursor: pointer;

}



div#slicknav-menu-toggle i {

  color: #000000;



  top: 20px;



  right: 20px;



  font-size: 22px;



  line-height: 28px;



  width: 28px;



  height: 28px;



  cursor: pointer;



  text-align: center;

}



.slicknav_nav a {

  margin-left: 0;



  padding-left: 0;



  padding-top: 0;



  padding-bottom: 0;



  margin: 0 0 5px 0;



  color: #fff !important;



  text-transform: uppercase;



  letter-spacing: 0.2em;



  font-size: 10px;

}



ul.slicknav_nav > li:last-child > a {

  margin-bottom: 0;

}



ul.slicknav_nav ul.sub-menu {

  -webkit-box-shadow: none;

          box-shadow: none;



  position: relative;



  float: none;



  left: 0 !important;



  top: inherit;



  margin-left: 0;

}



ul.slicknav_nav {

  padding: 20px;



  text-align: left;



  background: #1c1c1c;

}



ul.slicknav_nav ul.sub-menu li a {

  width: auto;

}



ul.slicknav_nav ul.sub-menu ul.sub-menu {

  margin-left: 15px;



  border: none;

}



div.slicknav_menu li {

  display: block;



  margin-left: 0;



  float: none;

}



.slicknav_nav > li > .slicknav_item {

  margin-left: 0;



  padding-left: 0;

}



.slicknav_nav a:hover {

  background: none;

}



.slicknav_nav .slicknav_row:hover {

  background: none;

}



a.slicknav_btn {

  display: none;

}



.single-product .wp-post-image {

  max-width: 100%;



  margin: 0;

}



.woocommerce-breadcrumb {

  margin-top: 0 !important;



  margin-bottom: 0;



  padding: 0 !important;

}



nav.woocommerce-breadcrumb {

  margin-top: 0px !important;

}



header.woocommerce-products-header.page-header .inner {

  background: #fff;



  padding: 30px 15px;

}



h1.woocommerce-products-header__title {

  margin-top: 0;

}



.woocommerce nav.woocommerce-pagination ul {

  border: none;



  margin: 0 !important;

}



.woocommerce nav.woocommerce-pagination ul li {

  float: none;



  border-radius: 5px;



  font-size: 14px;



  line-height: 20px;



  overflow: visible;



  border-right: 0;

}



.woocommerce nav.woocommerce-pagination ul li a:hover {

  background: none;

}



header.woocommerce-products-header.page-header {

  margin: 30px 0;



  padding: 0;

}



header.woocommerce-products-header.page-header .inner.just-bread {

  margin-bottom: 30px;

}



.woocommerce-pagination ul {

  list-style: none;



  text-align: center;



  padding: 15px 0;



  margin: 0;

}



.woocommerce-pagination ul li {

  display: inline-block;

}



.woocommerce-pagination ul span.page-numbers,

.woocommerce-pagination ul li a {

  padding: 4px 10px;



  display: inline-block;



  border-radius: 5px;



  color: #666;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;

}



.woocommerce-pagination ul span.page-numbers.current {

  color: #fff;

}



.woocommerce-pagination ul li a:hover {

  background-color: #dadada;

}



div#tyros-shop-wrap {

  padding: 30px;



  background-color: #fff;

}



.woocommerce ul.products li.product a img {

  margin-bottom: 0;

}



h2.woocommerce-loop-product__title,

.woocommerce ul.products li.product .woocommerce-loop-category__title {

  font-size: 18px !important;



  line-height: normal;



  padding: 0 !important;



  color: #3c3c3c;

}



.woocommerce-loop-category__title .count {

  background: none;



  display: none;

}



.woocommerce ul.products li.product .price {

  font-size: 1.25em;



  margin: 10px 0;



  color: #525252;

}



.widget.woocommerce .button,

.widget.woocommerce a.button,

.widget.woocommerce button.button,

.woocommerce a.button.add_to_cart_button,

.woocommerce button.single_add_to_cart_button,

.woocommerce a.button.product_type_simple,

.woocommerce button.product_type_simple,

.widget.woocommerce a.button,

.woocommerce-cart .woocommerce a.button,

.woocommerce input.button,

.woocommerce-page input.button,

.woocommerce-message a.button {

  color: #fff;



  display: inline-block;



  border: none;



  padding: 10px 30px;



  border-radius: 4px;



  font-size: 16px;



  font-weight: 600;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  -webkit-box-shadow: none;



          box-shadow: none;



  text-shadow: none;



  background: none;

}



.woocommerce div.product p.price,

.woocommerce div.product span.price {

  color: #525252;

}



.woocommerce span.onsale {

  padding: 0px 10px;



  min-height: 0 !important;



  min-width: 0 !important;



  border-radius: 2px;

}



h2.woocommerce-loop-product__title,

.woocommerce .star-rating span,

.woocommerce ul.products li.product .woocommerce-loop-category__title {

  -webkit-transition: 0.3s all ease-in-out;

  -o-transition: 0.3s all ease-in-out;

  transition: 0.3s all ease-in-out;

}



.woocommerce .woocommerce-breadcrumb {

  font-size: 16px;



  margin-bottom: 0;

}



form.woocommerce-ordering {

  margin-bottom: 30px !important;

}



.woocommerce .quantity .qty {

  height: 30px;

}



.woocommerce div.product .woocommerce-tabs ul.tabs li a {

  font-weight: 400;

}



h2.woocommerce-Reviews-title {

  margin-bottom: 30px;

}



.woocommerce #reviews #comments ol.commentlist {

  padding-left: 0 !important;

}



.woocommerce form input.submit,

.woocommerce input[type="submit"].button {

  color: #fff !important;



  display: inline-block;



  border: none !important;



  padding: 10px 30px !important;



  border-radius: 4px;



  font-size: 16px;



  font-weight: 600;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  -webkit-box-shadow: none !important;



          box-shadow: none !important;



  text-shadow: none !important;



  background: none !important;

}



.woocommerce a.checkout-button.button {

  color: #fff !important;



  display: inline-block;



  border: none !important;



  padding: 10px 30px;



  border-radius: 4px;



  font-size: 16px;



  font-weight: 600;



  -webkit-transition: 0.3s all ease-in-out;



  -o-transition: 0.3s all ease-in-out;



  transition: 0.3s all ease-in-out;



  -webkit-box-shadow: none !important;



          box-shadow: none !important;



  text-shadow: none !important;



  background: none !important;

}



.tyros-sidebar.shop-sidebar > aside#secondary.widget-area {

  margin: 30px 0 0 0;

}



header.woocommerce-products-header.page-header.just-bread {

  margin-bottom: 0;



  border-bottom: none;

}



aside.widget.woocommerce.widget_product_search button[type="submit"] {

  margin-top: 10px;



  display: inline-block;

}



.tyros-avatar-wrap {

  width: 200px;



  height: 200px;



  background-position: 50%;



  background-size: cover;



  border-radius: 50%;



  border: 5px solid #fff;

}



body.single-team_member .sc_team_single_member {

  background-color: #fff;



  margin-top: 130px;



  position: relative;



  overflow: unset;

}



body.single-team_member .sc_team_single_member .tyros-avatar-wrap {

  position: absolute;



  top: -100px;



  left: 50%;



  -webkit-transform: translate(-50%, 0);



      -ms-transform: translate(-50%, 0);



          transform: translate(-50%, 0);

}



body.single-team_member .single-member-sidebar {

  background-color: #fff;



  padding: 130px 30px 50px 30px;



  margin-bottom: 50px;

}



body.single-team_member .sc_personal_quote {

  overflow: unset;

}



body.single-team_member .sc_personal_quote span.sc_team_icon-quote-left {

  -webkit-transform: translate(0, -15px);

      -ms-transform: translate(0, -15px);

          transform: translate(0, -15px);



  font-size: 24px;



  font-style: italic;

}



body.single-team_member .sc_personal_quote span.sc_personal_quote_content {

  float: none;

}



body.single-team_member .sc_team_single_member .articles .article {

  background: #f7f7f7;



  border-left: thick solid;



  border-radius: 2px;

}



body.single-team_member h4.single-member-article-heading {

  margin-bottom: 15px;



  margin-top: 30px;

}



body.single-team_member .sc_team_single_skills {

  width: 100% !important;



  float: none !important;

}



body.single-team_member .progress {

  height: 25px;



  line-height: 25px;



  border-radius: 2px;



  margin: 3px 0 10px 0;

}



body.single-team_member .sc_team_single_member .progress span {

  padding-right: 5px;



  font-size: 12px;

}



body.single-team_member h4.single-member-skills-heading {

  margin-top: 30px;



  margin-bottom: 15px;

}



body.single-team_member .single-member-wrap {

  background-color: #fff;



  padding: 30px 50px 30px 50px;

}



body.single-team_member h2.post-title,

body.single-team_member .single-member-wrap .name {

  font-size: 40px;



  margin-bottom: 0;



  text-transform: none;

}



body.single-team_member .single-member-wrap .title {

  margin-top: 5px;



  margin-bottom: 0;

}



body.single-team_member .social {

  margin: 30px 0 0;

}



body.single-team_member .social > a {

  margin: 5px;

}



.woocommerce ul.products li.product div.product-content {

  background: #f8f8f8;



  padding: 20px 15px 15px;



  overflow: hidden;

}



.woocommerce ul.products li.product h2.woocommerce-loop-product__title {

  margin-bottom: 10px;

}



.woocommerce ul.products li.product .button {

  margin-top: 5px;



  width: 100%;



  text-align: center;



  padding-left: 0;



  padding-right: 0;



  overflow: hidden;

}



.woocommerce .product-content a.added_to_cart {

  display: block;



  text-align: center;



  color: #3c3c3c;

}



.woocommerce.single-product .quantity .qty {

  height: 36px;

}



.woocommerce div.product form.cart .variations label {

  color: #3c3c3c;



  font-size: 18px;



  vertical-align: text-top;



  text-transform: capitalize;



  font-weight: normal;

}



.woocommerce button.button.alt.disabled {

  padding: 10px 30px;

}



.woocommerce div.product form.cart .variations {

  margin-bottom: 5px;

}



.woocommerce #content div.product div.summary form.cart {

  margin-top: 30px;

}



.woocommerce div.product form.cart div.variations_button {

  padding-top: 30px;

}



body.single-team_member .entry-content div#sc_our_team div.icons {

  margin: 30px 0;

}



body.single-team_member .entry-content .sc-team-member-posts .width25 img {

  max-width: 100%;

}



body.single-team_member .entry-content .skills-title {

  margin-top: 30px;



  margin-bottom: 15px;

}



body.single-team_member .entry-content .sc-team-member-posts .width75 a {

  font-size: 28px;

}



.news-art {

  height: 135px;



  padding: 0px 15px 0px 0px !important;



  border: 0px;

}



.news-art2 {

  width: 33%;



  float: left;

}



.news-img {

  border-radius: 8px 0px 0px 8px;

}



.news-art3 {

  margin-left: 10px;



  margin-top: 10px;



  width: 65%;



  float: left;

}



.mn-tx {

  float: left;



  height: 240px;



  background: white;



  color: #000;



  border-radius: 20px;



  padding-top: 15px;



  border: 1px solid #eaeaea;



  width: 172px;



  margin-bottom: 25px;

}



.mn-tx:hover {

  bottom: 10px;



  -webkit-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.75);



          box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.75);

}



.mn-tx:not(:first-child):not(:last-child) {

  margin-right: 5px;



  margin-left: 5px;

}



.mn-tx:first-child {

  margin-right: 5px;

}



.mn-tx:last-child {

  margin-left: 5px;

}



.flex-align-center {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;

}



.justify-end {

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}



.justify-space-between {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.d-md-row {

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}



@-webkit-keyframes hovered {

  0% {

    top: 0;

  }



  100% {

    top: -15px;

  }

}



@keyframes hovered {

  0% {

    top: 0;

  }



  100% {

    top: -15px;

  }

}



@-webkit-keyframes grayed {

  0% {

    opacity: 0;

  }



  100% {

    opacity: 0.5;

  }

}



@keyframes grayed {

  0% {

    opacity: 0;

  }



  100% {

    opacity: 0.5;

  }

}



@font-face {

  font-family: "Mont Heavy";



  src: url("../fonts/MontDemo-Heavy.eot");



  src: url("../fonts/MontDemo-Heavy.eot?#iefix") format("embedded-opentype"),

    url("../fonts/MontDemo-Heavy.woff2") format("woff2"),

    url("../fonts/MontDemo-Heavy.woff") format("woff"),

    url("../fonts/MontDemo-Heavy.ttf") format("truetype");



  font-style: normal;



  font-weight: normal;

}



#map-container {

  border-radius: 20px;



  width: 100%;



  margin-bottom: 15px;

}



.block-img {

  width: 100%;



  height: auto;



  display: block;



  margin-bottom: 10px;

}



.four-bl {

  padding: 0px 0px 0px 0px !important;

}



#map {

  border-radius: 20px;



  width: 100%;



  height: 400px;

}



.read-more {

  color: #00b7e0 !important;

}



.bb1 {

  text-align: center;



  font-style: italic;



  font-weight: bold;



  vertical-align: middle;



  line-height: 35px;

}



.btn-add {

  margin-bottom: 15px;



  color: #fff;

}



.sc_team_single_member .sc_single_side .social span {

  background: #83dcb0;

}



.grid#sc_our_team .sc_team_member .sc_team_member_name,

.grid#sc_our_team .sc_team_member .sc_team_member_jobtitle {

  background: #83dcb0;

}



.grid#sc_our_team .sc_team_member {

  padding: 5px !important;

}



.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle,

.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {

  background: #83dcb0;

}



.grid_circles#sc_our_team .sc_team_member {

  margin: 5px;

}



.grid_circles2#sc_our_team .sc_team_member {

  margin: 5px;

}



#site-branding div.navigation ul#primary-menu > li > a,

#site-navigation.main-navigation div#primary-menu ul > li > a {

  font-size: 14px;

}



#site-navigation.main-navigation div#primary-menu ul > li > a,

#site-branding div.navigation ul#primary-menu > li > a,

div#mobile-menu-wrap ul#mobile-menu > li,

ul.slicknav_nav li a {

  font-family: Montserrat, sans-serif !important;

}



.sc-slider-wrapper .camera_caption .primary-caption {

  font-size: 58px;

}



.sc-slider-wrapper .camera_caption.slide-num-1 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-1 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-1 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



.sc-slider-wrapper .camera_caption.slide-num-2 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-2 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-2 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



.sc-slider-wrapper .camera_caption.slide-num-3 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-3 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-3 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



.sc-slider-wrapper .camera_caption.slide-num-4 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-4 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-4 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



.sc-slider-wrapper .camera_caption.slide-num-5 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-5 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-5 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



.sc-slider-wrapper .camera_caption.slide-num-6 .secondary-caption {

  color: #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-6 a.tyros-button {

  color: #ffffff !important;



  border: 2px solid #ffffff !important;

}



.sc-slider-wrapper .camera_caption.slide-num-6 a.tyros-button:hover {

  background-color: rgba(255, 255, 255, 0.2) !important;

}



#post-slider-cta,

div#post-slider-cta a.tyros-button {

  background-color: #83dcb0 !important;

}



div#post-slider-cta .main-heading,

div#post-slider-cta .secondary-heading,

div#post-slider-cta a.tyros-button {

  color: #ffffff !important;

}



div#homepage-area-a,

div#homepage-area-a a,

div#homepage-area-a form#scmod-contact-form input[type="text"],

div#homepage-area-a form#scmod-contact-form textarea,

div#homepage-area-a .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-a #testimonials .owl-buttons .fa {

  color: #ffffff;

}



div#homepage-area-a form#scmod-contact-form input[type="text"],

div#homepage-area-a form#scmod-contact-form textarea,

div#homepage-area-a .tyros-contact-info .contact-row .detail {

  border-bottom-color: #ffffff;

}



div#homepage-area-a > .overlay-inner,

div#homepage-area-a.overlay > .inner {

  background: rgba(0, 0, 0, 0.5) !important;

}



div#homepage-area-a #testimonials .flxbx div.left-cta {

  border-right-color: #ffffff;

}



div#homepage-area-a .tyros-faq .faq-item .faq-answer {

  border-color: #ffffff;

}



div#homepage-area-a .owl-theme .owl-controls .owl-page span,

div#homepage-area-a

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-a .tyros-callout .buttons .tyros-button,

div#homepage-area-a .tyros-contact-form input[type="submit"] {

  background-color: #ffffff;

}



div#homepage-area-a .tyros-callout .buttons .tyros-button,

div#homepage-area-a .tyros-contact-form input[type="submit"] {

  color: #f6f6f6;

}



div#homepage-area-a .tyros-contact-form input.input-opacity,

div#homepage-area-a .tyros-contact-form textarea.input-opacity {

  background-color: rgba(255, 255, 255, 0.15) !important;

}



div#homepage-area-a

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-a .tyros-pricing-table .tyros-button,

div#homepage-area-a .tyros-events .event-details a.tyros-button {

  background-color: #f6f6f6;

}



div#homepage-area-b,

div#homepage-area-b a,

div#homepage-area-b form#scmod-contact-form input[type="text"],

div#homepage-area-b form#scmod-contact-form textarea,

div#homepage-area-b .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-b #testimonials .owl-buttons .fa {

  color: #373737;

}



div#homepage-area-b form#scmod-contact-form input[type="text"],

div#homepage-area-b form#scmod-contact-form textarea,

div#homepage-area-b .tyros-contact-info .contact-row .detail {

  border-bottom-color: #373737;

}



div#homepage-area-b > .overlay-inner,

div#homepage-area-b.overlay > .inner {

  background: rgba(0, 0, 0, 0.6) !important;

}



div#homepage-area-b #testimonials .flxbx div.left-cta {

  border-right-color: #373737;

}



div#homepage-area-b .tyros-faq .faq-item .faq-answer {

  border-color: #373737;

}



div#homepage-area-b .owl-theme .owl-controls .owl-page span,

div#homepage-area-b

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-b .tyros-callout .buttons .tyros-button,

div#homepage-area-b .tyros-contact-form input[type="submit"] {

  background-color: #373737;

}



div#homepage-area-b .tyros-callout .buttons .tyros-button,

div#homepage-area-b .tyros-contact-form input[type="submit"] {

  color: #83dcb0;

}



div#homepage-area-b .tyros-contact-form input.input-opacity,

div#homepage-area-b .tyros-contact-form textarea.input-opacity {

  background-color: rgba(55, 55, 55, 0.15) !important;

}



div#homepage-area-b

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-b .tyros-pricing-table .tyros-button,

div#homepage-area-b .tyros-events .event-details a.tyros-button {

  background-color: #83dcb0;

}



div#homepage-area-c,

div#homepage-area-c a,

div#homepage-area-c form#scmod-contact-form input[type="text"],

div#homepage-area-c form#scmod-contact-form textarea,

div#homepage-area-c .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-c #testimonials .owl-buttons .fa {

  color: #ffffff;

}



div#homepage-area-c form#scmod-contact-form input[type="text"],

div#homepage-area-c form#scmod-contact-form textarea,

div#homepage-area-c .tyros-contact-info .contact-row .detail {

  border-bottom-color: #ffffff;

}



div#homepage-area-c > .overlay-inner,

div#homepage-area-c.overlay > .inner {

  background: rgba(0, 0, 0, 0.75) !important;

}



div#homepage-area-c #testimonials .flxbx div.left-cta {

  border-right-color: #ffffff;

}



div#homepage-area-c .tyros-faq .faq-item .faq-answer {

  border-color: #ffffff;

}



div#homepage-area-c .owl-theme .owl-controls .owl-page span,

div#homepage-area-c

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-c .tyros-callout .buttons .tyros-button,

div#homepage-area-c .tyros-contact-form input[type="submit"] {

  background-color: #ffffff;

}



div#homepage-area-c .tyros-callout .buttons .tyros-button,

div#homepage-area-c .tyros-contact-form input[type="submit"] {

  color: #373737;

}



div#homepage-area-c .tyros-contact-form input.input-opacity,

div#homepage-area-c .tyros-contact-form textarea.input-opacity {

  background-color: rgba(255, 255, 255, 0.15) !important;

}



div#homepage-area-c

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-c .tyros-pricing-table .tyros-button,

div#homepage-area-c .tyros-events .event-details a.tyros-button {

  background-color: #373737;

}



div#homepage-area-d,

div#homepage-area-d a,

div#homepage-area-d form#scmod-contact-form input[type="text"],

div#homepage-area-d form#scmod-contact-form textarea,

div#homepage-area-d .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-d #testimonials .owl-buttons .fa {

  color: #373737;

}



div#homepage-area-d form#scmod-contact-form input[type="text"],

div#homepage-area-d form#scmod-contact-form textarea,

div#homepage-area-d .tyros-contact-info .contact-row .detail {

  border-bottom-color: #373737;

}



div#homepage-area-d > .overlay-inner,

div#homepage-area-d.overlay > .inner {

  background: rgba(0, 0, 0, 0.5) !important;

}



div#homepage-area-d #testimonials .flxbx div.left-cta {

  border-right-color: #373737;

}



div#homepage-area-d .tyros-faq .faq-item .faq-answer {

  border-color: #373737;

}



div#homepage-area-d .owl-theme .owl-controls .owl-page span,

div#homepage-area-d

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-d .tyros-callout .buttons .tyros-button,

div#homepage-area-d .tyros-contact-form input[type="submit"] {

  background-color: #373737;

}



div#homepage-area-d .tyros-callout .buttons .tyros-button,

div#homepage-area-d .tyros-contact-form input[type="submit"] {

  color: #f6f6f6;

}



div#homepage-area-d .tyros-contact-form input.input-opacity,

div#homepage-area-d .tyros-contact-form textarea.input-opacity {

  background-color: rgba(55, 55, 55, 0.15) !important;

}



div#homepage-area-d

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-d .tyros-pricing-table .tyros-button,

div#homepage-area-d .tyros-events .event-details a.tyros-button {

  background-color: #f6f6f6;

}



div#homepage-area-e,

div#homepage-area-e a,

div#homepage-area-e form#scmod-contact-form input[type="text"],

div#homepage-area-e form#scmod-contact-form textarea,

div#homepage-area-e .tyros-contact-info .contact-row .detail span.fa,

div#homepage-area-e #testimonials .owl-buttons .fa {

  color: #333333;

}



div#homepage-area-e form#scmod-contact-form input[type="text"],

div#homepage-area-e form#scmod-contact-form textarea,

div#homepage-area-e .tyros-contact-info .contact-row .detail {

  border-bottom-color: #333333;

}



div#homepage-area-e > .overlay-inner,

div#homepage-area-e.overlay > .inner {

  background: rgba(0, 0, 0, 0.5) !important;

}



div#homepage-area-e #testimonials .flxbx div.left-cta {

  border-right-color: #333333;

}



div#homepage-area-e .tyros-faq .faq-item .faq-answer {

  border-color: #333333;

}



div#homepage-area-e .owl-theme .owl-controls .owl-page span,

div#homepage-area-e

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-e .tyros-callout .buttons .tyros-button,

div#homepage-area-e .tyros-contact-form input[type="submit"] {

  background-color: #333333;

}



div#homepage-area-e .tyros-callout .buttons .tyros-button,

div#homepage-area-e .tyros-contact-form input[type="submit"] {

  color: #f8f8f8;

}



div#homepage-area-e .tyros-contact-form input.input-opacity,

div#homepage-area-e .tyros-contact-form textarea.input-opacity {

  background-color: rgba(51, 51, 51, 0.15) !important;

}



div#homepage-area-e

  .tyros-pricing-table

  .widget

  .inner.special

  .pricing-table-header,

div#homepage-area-e .tyros-pricing-table .tyros-button,

div#homepage-area-e .tyros-events .event-details a.tyros-button {

  background-color: #f8f8f8;

}



#tyros-carousel-blog-wrap .item-post,

div#masonry-blog-wrapper .blog-roll-item article {

  border: none !important;

}



#tyros_slider_wrap .camera_overlayer {

  opacity: 0;



  background: rgba(0, 0, 0, 0.45) !important;

}



.uu1 {

  text-align: center;



  font-size: 15px;



  position: absolute;

}



.uu1 a {

  font-family: Montserrat, sans-seruf;

}



.primary-color,

.btn-primary .badge,

.btn-link,

.sc-primary-color,

.icon404,

.nav-menu > li a:hover,

.smartcat_team_member:hover h4,

#site-navigation.main-navigation li a:hover,

#site-navigation.main-navigation li.current_page_item > a,

#site-cta .site-cta .fa,

.feature-grid .fa,

header#masthead div#primary-menu > ul > li:hover > a,

header#masthead ul#primary-menu > li:hover > a,

.woocommerce .woocommerce-breadcrumb a,

.order-total .amount,

aside.widget_product_categories ul.product-categories li a:hover {

  color: #006ec3;

}



.woocommerce-message::before,

.sc_personal_quote span.sc_team_icon-quote-left,

.sc_team_single_member .articles .article a,

.woocommerce ins .amount {

  color: #83dcb0 !important;

}



a.btn-primary,

.btn-primary,

.tyros-button,

fieldset[disabled] .btn-primary.active,

ul.social-icons li a:hover,

#site-toolbar .row .social-bar a:hover,

#main-heading,

#site-cta .site-cta .fa.hover,

#site-toolbar .social-bar a:hover,

div#post-slider-cta,

.btn,

button,

input[type="button"],

input[type="reset"],

input[type="submit"],

#homepage-area-b .top-banner-text,

.woocommerce a.button.add_to_cart_button,

.woocommerce button.single_add_to_cart_button,

.woocommerce a.button.product_type_simple,

.woocommerce button.product_type_simple,

.widget.woocommerce a.button,

.woocommerce-cart .woocommerce a.button,

.woocommerce #respond input#submit.alt,

.woocommerce a.button.alt,

.woocommerce button.button.alt,

.woocommerce input.button.alt,

.woocommerce span.onsale,

.woocommerce-page span.onsale,

.wc-pagination ul span.page-numbers.current,

.pagination-links .page-numbers.current,

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,

.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,

.woocommerce #respond input#submit.alt.disabled,

.woocommerce #respond input#submit.alt.disabled:hover,

.woocommerce #respond input#submit.alt:disabled,

.woocommerce #respond input#submit.alt:disabled:hover,

.woocommerce #respond input#submit.alt:disabled[disabled],

.woocommerce #respond input#submit.alt:disabled[disabled]:hover,

.woocommerce a.button.alt.disabled,

.woocommerce a.button.alt.disabled:hover,

.woocommerce a.button.alt:disabled,

.woocommerce a.button.alt:disabled:hover,

.woocommerce a.button.alt:disabled[disabled],

.woocommerce a.button.alt:disabled[disabled]:hover,

.woocommerce button.button.alt.disabled,

.woocommerce button.button.alt.disabled:hover,

.woocommerce button.button.alt:disabled,

.woocommerce button.button.alt:disabled:hover,

.woocommerce button.button.alt:disabled[disabled],

.woocommerce button.button.alt:disabled[disabled]:hover,

.woocommerce input.button.alt.disabled,

.woocommerce input.button.alt.disabled:hover,

.woocommerce input.button.alt:disabled,

.woocommerce input.button.alt:disabled:hover,

.woocommerce input.button.alt:disabled[disabled],

.woocommerce input.button.alt:disabled[disabled]:hover,

.sc_team_single_member .sc_team_single_skills .progress,

.sc-tags .sc-single-tag {

  background: #016232;

}



.woocommerce input[type="submit"].button,

.woocommerce a.checkout-button.button,

.woocommerce form input.submit,

.woocommerce-message a.button {

  background: #83dcb0 !important;

}



.sc-primary-border,

.scroll-top:hover,

#site-cta .site-cta .fa.hover {

  border-color: #83dcb0;

}



.woocommerce-message,

.sc_team_single_member .articles .article {

  border-color: #83dcb0 !important;

}



a:hover {

  color: #006ec3;

}



.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active,

.btn-primary.active,

.open .dropdown-toggle.btn-primary,

.btn:hover,

button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover,

.woocommerce a.button.add_to_cart_button:hover,

.woocommerce button.single_add_to_cart_button:hover,

.woocommerce a.button.product_type_simple:hover,

.woocommerce button.product_type_simple:hover,

.widget.woocommerce a.button:hover,

.woocommerce-cart .woocommerce a.button:hover,

.woocommerce #respond input#submit.alt:hover,

.woocommerce a.button.alt:hover,

.woocommerce button.button.alt:hover,

.woocommerce input.button.alt:hover {

  background-color: #69b08d;

}



.woocommerce input[type="submit"].button:hover,

.woocommerce a.checkout-button.button:hover,

.woocommerce form input.submit:hover,

.woocommerce-message a.button:hover {

  background: #69b08d !important;

}



.btn-primary:hover,

.btn-primary:focus,

.btn-primary:active,

.btn-primary.active,

.open .dropdown-toggle.btn-primary {

  border-color: #69b08d !important;

}



#colophon .footer-widgets-area {

  background: #000;



  padding-top: 40px;

}



#colophon .before-footer-area {

  background: #242b2f;



  padding-top: 40px;

}



#colophon .after-footer-area {

  background: #272f32;



  padding-top: 40px;



  padding-bottom: 55px;

}



#colophon .after-footer-area .site-title {

  color: #fff;

}



#colophon .after-footer-area .site-title:hover,

#colophon .after-footer-area .site-title:focus,

#colophon .after-footer-area .site-title:active {

  color: "#fff";

}



#colophon .regular-footer-area > .container {

  border-bottom: 1px solid #2f383c;

}



.site-info {

  background-color: "#fff";



  padding: 15px 0;

}



.site-info *,

.site-info a {

  font-size: 15px;



  line-height: 25px;



  font-family: Montserrat, sans-serif !important;



  color: #fff;



  text-align: center;

}



.back-to-top {

  display: inline-block;



  height: 30px;



  width: 30px;



  position: fixed;



  bottom: 40px;



  right: 10px;



  border-radius: 0;



  font-size: 23px;



  text-align: center;



  white-space: nowrap;



  visibility: hidden;



  opacity: 0;



  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;



  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;



  transition: opacity 0.3s 0s, visibility 0s 0.3s;



  line-height: 25px;



  z-index: 100;



  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);



          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);



  background: #ff3d2e;



  color: #fff;



  border: none;

}



.back-to-top.back-to-top-is-visible,

.back-to-top.back-to-top-fade-out,

.no-touch .back-to-top:hover {

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;

  -o-transition: opacity 0.3s 0s, visibility 0s 0s;

  transition: opacity 0.3s 0s, visibility 0s 0s;

}



.back-to-top.back-to-top-is-visible {

  visibility: visible;



  opacity: 1;



  -webkit-animation: anim-back-to-top 850ms linear both;



  animation: anim-back-to-top 850ms linear both;

}



.no-touch .back-to-top:hover {

  border: 1px solid "#fff";



  opacity: 1;



  color: "#fff";

}



.back-to-top:hover {

  background: #000;



  color: #fff;

}



.back-to-top span {

  display: block;



  line-height: 27px;

}



#back-to-top span,

#back-top-top:active,

#back-top-top:focus,

#back-top-top:link {

  color: #fff;

}



.site-footer > .widgets-area {

  padding: 40px 0 0 0;

}



.site-footer p.no-margin {

  margin-bottom: 0;

}



.site-footer .newsmag-social-footer {

  list-style-type: none;



  margin: 0 0 30px;



  padding: 0;

}



.site-footer .newsmag-social-footer li {

  display: inline-block;



  margin-right: 15px;

}



.site-footer .newsmag-social-footer li a[href*="wordpress.org"],

.site-footer .newsmag-social-footer li a[href*="wordpress.com"] {

  color: #21759b;

}



.site-footer .newsmag-social-footer li a[href*="facebook.com"] {

  color: #3b5998;

}



.site-footer .newsmag-social-footer li a[href*="twitter.com"] {

  color: #33ccff;

}



.site-footer .newsmag-social-footer li a[href*="dribbble.com"] {

  color: #ea4c89;

}



.site-footer .newsmag-social-footer li a[href*="plus.google.com"] {

  color: #dd4b39;

}



.site-footer .newsmag-social-footer li a[href*="pinterest.com"] {

  color: #c8232c;

}



.site-footer .newsmag-social-footer li a[href*="github.com"] {

  color: #171515;

}



.site-footer .newsmag-social-footer li a[href*="tumblr.com"] {

  color: #34526f;

}



.site-footer .newsmag-social-footer li a[href*="youtube.com"] {

  color: #c4302b;

}



.site-footer .newsmag-social-footer li a[href*="flickr.com"] {

  color: #ff0084;

}



.site-footer .newsmag-social-footer li a[href*="vimeo.com"] {

  color: #1ab7ea;

}



.site-footer .newsmag-social-footer li a[href*="instagram.com"] {

  color: #3f729b;

}



.site-footer .newsmag-social-footer li a[href*="codepen.io"] {

  color: #000;

}



.site-footer .newsmag-social-footer li a[href*="linkedin.com"] {

  color: #0e76a8;

}



.title-newsads {

  font-size: 24px;



  margin-bottom: 15px;

}



.news-title a,

.news-title a:link,

.news-title a:visited .news-title a:hover {

  color: #464646 !important;

}



.entry-content a:link {

  color: #006ec3;

}



.uu1 a:link,

.uu1 a:visited {

  color: #006ec3 !important;



  border: 2px #006ec3 solid;



  border-radius: 25px;



  padding: 0px 20px;



  width: 200px;



  height: 40px;



  margin-top: 10px;



  text-align: center;



  text-decoration: none;



  display: inline-block;

}



.uu1 a:hover {

  border: 2px #165495 solid !important;



  background-color: #165495 !important;



  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);



          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}



.uu1 a:active {

  color: white;



  border: 2px #114271 solid !important;



  background-color: #114271 !important;

}



aside#secondary {

  padding-top: 10px;

}



.news .news-anons img {

  float: left;



  margin-right: 27px;

}



.news-anons {

  padding-top: 6px;



  padding-bottom: 3px;

}



.widget.widget_categories ul,

.widget_tag_cloud ul {

  padding-left: 15px !important;



  margin: 0 0 1.5em 0 !important;

}



.widget.widget_categories ul li a:link,

.widget.widget_categories ul li a:visited {

  color: #a0a0a0;

}



.widget.widget_categories ul li a:hover {

  color: #006ec3;

}



.textwidget a:link,

.textwidget a:visited {

  color: #7acf00;

}



.widget_tag_cloud ul li a:not(.friends-wrapper li a):link,

.widget_tag_cloud ul li a:visited {

  color: #7acf00 !important;

}



.tx-sr {

  margin-top: -25px;



  position: absolute;



  z-index: 5000;



  width: 282px;



  overflow: unset !important;

}



.tx-sr:before {

  content: "";



  position: absolute;



  border: 10px solid transparent;



  border-bottom: 10px solid white;



  top: -20px;



  left: 45%;

}



.mn-tx h2 {

  font-size: 18px;



  margin-top: 10px;

}



.mn-tx h3 {

  margin-top: 0px;



  font-size: 14px;

}



.title-newsads h3 {

  font-family: Helvetica, sans-serif;



  margin-top: 0px;



  font-size: 24px;



  margin-bottom: 15px;

}



#site-branding img {

  display: block;



  width: 100%;



  height: auto;



  border-radius: 10px;



  overflow: hidden;

}



#site-branding picture {

  display: block;



  width: 100%;



  height: auto;



  border-radius: 10px;



  overflow: hidden;

}



.tyros-sidebar > aside#secondary > div:not(.clear),

.tyros-sidebar aside.widget {

  border-radius: 10px;



  overflow: hidden;



  background: white;



  color: #525252;



  border: 1px solid #eaeaea;



  margin-bottom: 15px;



  padding-top: 15px;



  padding-right: 5px;



  padding-bottom: 0;



  padding-left: 5px;

}



.tyros-sidebar > aside#secondary > div.advertising {

  padding-top: 0;

}



.categories-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-pack: center;



      -ms-flex-pack: center;



          justify-content: center;



  -ms-flex-wrap: wrap;



      flex-wrap: wrap;



  width: 100%;



  margin: 15px auto;

}



.ct-item {

  position: relative;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



      -ms-flex-direction: column;



          flex-direction: column;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  margin-bottom: 30px;



  -webkit-transform: scale(1, 1);



      -ms-transform: scale(1, 1);



          transform: scale(1, 1);



  opacity: 1;



  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;



  transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;



  -o-transition: transform 0.7s ease, opacity 0.5s ease-in-out;



  transition: transform 0.7s ease, opacity 0.5s ease-in-out;



  transition: transform 0.7s ease, opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;

}



.ct-item.gray {

  opacity: 0.5;

}



.ct-item.hovered {

  -webkit-transform: scale(1.1, 1.1);

      -ms-transform: scale(1.1, 1.1);

          transform: scale(1.1, 1.1);



  z-index: 9999;

}



.ct-header {

  margin-bottom: auto;

}



.ct-item h2 {

  font-size: 20px;



  color: #000535;



  font-weight: 600;



  /*margin-top: -5px;*/
  margin-top: 6px;

}



.ct-item h3 {

  font-size: 18px;



  color: #000000;



  margin-top: 0;

}



.news2 {
  /*height: 170px;
  width: 170px;*/
  
  width: 130px;
  height: 130px;
}



.wrapper-dropdown-3 ul {

  padding: 0px;



  margin: 0px;

}



.wrapper-dropdown-3 {

  z-index: 10000;



  position: relative;



  width: 100%;



  margin: 0 auto;



  padding: 5px;



  background: #fff;



  border-radius: 35px;



  border: 1px solid rgba(0, 0, 0, 0.15);



  -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);



          box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);



  cursor: pointer;



  outline: none;



  color: #696868;

}



.wrapper-dropdown-3:after {

  content: "";



  width: 0;



  height: 0;



  position: absolute;



  right: 15px;



  top: 50%;



  margin-top: -3px;



  border-width: 0px 6px 6px 6px;



  border-style: solid;



  border-color: #a5a5a5 transparent;

}



.active:after {

  border-width: 6px 6px 0px 6px;

}



.wrapper-dropdown-3 .dropdown {

  position: absolute;



  top: 140%;



  left: 0;



  right: 0;



  background: white;



  border-radius: inherit;



  border: 1px solid rgba(0, 0, 0, 0.17);



  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);



          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);



  font-weight: normal;



  -webkit-transition: all 0.5s ease-in;



  -o-transition: all 0.5s ease-in;



  transition: all 0.5s ease-in;



  list-style: none;



  opacity: 0;



  pointer-events: none;

}



.wrapper-dropdown-3 .dropdown li a {

  display: block;



  padding: 10px;



  text-decoration: none;



  color: #616161;



  border-bottom: 1px solid #e6e8ea;



  -webkit-box-shadow: inset 0 1px 0 white;



          box-shadow: inset 0 1px 0 white;



  -webkit-transition: all 0.3s ease-out;



  -o-transition: all 0.3s ease-out;



  transition: all 0.3s ease-out;

}



.wrapper-dropdown-3 .dropdown li i {

  float: right;



  color: inherit;

}



.wrapper-dropdown-3 .dropdown li:first-of-type a {

  border-radius: 7px 7px 0 0;

}



.wrapper-dropdown-3 .dropdown li:last-of-type a {

  border-radius: 0 0 7px 7px;



  border: none;

}



.wrapper-dropdown-3 .dropdown li:hover a {

  background: #f1f1f194;

}



.wrapper-dropdown-3 .dropdown:after {

  content: "";



  width: 0;



  height: 0;



  position: absolute;



  bottom: 100%;



  right: 50%;



  left: 50%;



  border-width: 0 6px 6px 6px;



  border-style: solid;



  border-color: #fff transparent;

}



.wrapper-dropdown-3 .dropdown:before {

  content: "";



  width: 0;



  height: 0;



  position: absolute;



  bottom: 100%;



  right: 50%;



  left: 50%;



  border-width: 0 8px 8px 8px;



  border-style: solid;



  border-color: rgba(0, 0, 0, 0.1) transparent;

}



.wrapper-dropdown-3.active .dropdown {

  opacity: 1;



  pointer-events: auto;



  border-radius: 5px;

}



.news-title {

  font-size: 16px;

}



aside#secondary2 {

  border-radius: 10px;



  overflow: hidden;



  background: #015699;



  color: #525252;



  -webkit-box-shadow: 1px 4px 19px -1px rgba(0, 0, 0, 0.75);



          box-shadow: 1px 4px 19px -1px rgba(0, 0, 0, 0.75);



  margin-bottom: 15px;



  padding: 6px 6px;

}



#secondary2 .widget {

  border: 3px dotted #ffd300;



  border-radius: 10px;



  height: 85px;



  margin-bottom: 0px;

}



.help-text {

  font-size: 18px;



  font-style: italic;



  width: 200px;



  color: #fff;



  text-align: center;



  margin: 0 auto;



  margin-top: 17px;

}



#secondary2:hover {

  background: #0069ba;

}



#secondary2:hover .widget {

  margin: 0px;



  background: #0069ba;



  border-color: transparent;

}



#forumiframe {

  display: block;



  background: #fff;



  border: none;



  height: 100vh;



  width: 100vw;

}



.help-btn {

  cursor: pointer !important;

}



.help-block .block1 {

  background-color: #83de00;



  width: 50%;



  float: left;



  height: 120px;



  border-radius: 15px;



  color: #ffffff;

}



.help-block .block2 {

  background-color: #1ea2df;



  width: 50%;



  float: left;



  height: 120px;



  border-radius: 0px 10px 10px 0px;



  color: #fff;



  text-align: center;

}



.help-block .block1 span.text1 {

  display: block;



  line-height: 20px;



  text-align: left;



  padding: 3em 3em;

}



.help-block .block2 span.text2 {

  display: block;



  line-height: 22px;



  text-align: left;



  padding: 1em 2em;

}



.dropdown::-webkit-scrollbar {

  width: 5px;

}



.dropdown::-webkit-scrollbar-track {

  background: #f1f1f1;

}



.dropdown::-webkit-scrollbar-thumb {

  background: #888;

}



.dropdown::-webkit-scrollbar-thumb:hover {

  background: #555;

}



.round2 {

  border-radius: 200px;

}



.site-footer .round2.news2 {

  -webkit-transform: scale(1, 1);

      -ms-transform: scale(1, 1);

          transform: scale(1, 1);



  -webkit-transition: -webkit-transform 1s ease;



  transition: -webkit-transform 1s ease;



  -o-transition: transform 1s ease;



  transition: transform 1s ease;



  transition: transform 1s ease, -webkit-transform 1s ease;

}



.site-footer .round2.news2:hover {

  -webkit-transform: scale(2, 2);

      -ms-transform: scale(2, 2);

          transform: scale(2, 2);



  -webkit-transition: -webkit-transform 1s ease;



  transition: -webkit-transform 1s ease;



  -o-transition: transform 1s ease;



  transition: transform 1s ease;



  transition: transform 1s ease, -webkit-transform 1s ease;

}



.out_team {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -ms-flex-wrap: wrap;



      flex-wrap: wrap;

}



.out_team > .four-bl {

  width: 50%;

}



.charity-container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-align: start;



      -ms-flex-align: start;



          align-items: flex-start;



  -ms-flex-pack: distribute;



      justify-content: space-around;



  -ms-flex-wrap: wrap;



      flex-wrap: wrap;



  width: 100%;



  position: relative;



  padding: 15px 0;

}



.charity-item {

  width: 30%;



  border-radius: 30px;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  overflow: hidden;



  border: 3px solid #3339cf;



  -webkit-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



          box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



  color: #000000;



  position: relative;



  margin-bottom: 20px;

}



.charity-item:hover {

  text-decoration: none;

}



.charity-item.hovered {

  text-decoration: none;



  color: #fe0000;



  -webkit-animation: hovered 0.5s ease-in normal both;



  animation: hovered 0.5s ease-in normal both;

}



.charity-item .grayed {

  background-color: #c6d6ed;



  opacity: 0;



  position: absolute;



  top: 0;



  left: 0;



  right: 0;



  bottom: 0;

}



.charity-item .grayed.is-visible {

  -webkit-animation: grayed 0.7s ease-out normal both;



  animation: grayed 0.7s ease-out normal both;

}



.charity-img {

  width: 100%;



  height: auto;



  display: block;

}



.charity-title {

  font-family: "Mont Heavy", sans-serif;



  text-align: center;



  font-weight: normal;



  font-size: 16px;



  line-height: 1.3;



  padding: 10px 15px;



  background-color: #c6d6ed;



  text-decoration: none;

}



.charity-title::first-letter {

  font-size: 130%;

}



.charity-sliders-container {

  background-color: #c6d6ed;



  padding-top: 15px;



  border: 3px solid #3339cf;



  -webkit-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



          box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



  border-radius: 30px;



  margin-bottom: 120px;



  position: relative;

}



.charity-sliders-container::after {

  content: url("/themes/ucranianos/assets/images/charity/arrows/arrows-down.png");



  display: block;



  left: 50%;



  -webkit-transform: translate(-50%, 0);



      -ms-transform: translate(-50%, 0);



          transform: translate(-50%, 0);



  position: absolute;



  bottom: -105px;

}



.charity-sliders-container:last-of-type::after {

  content: "";

}



.charity-sliders-container .charity-slick-title {

  font-family: "Mont Heavy", sans-serif;



  text-align: center;



  font-weight: normal;



  font-size: 16px;



  line-height: 1.3;



  padding: 10px 15px;

}



.charity-sliders-container .charity-slick-title::first-letter {

  font-size: 130%;

}



.main-slick-slider,

.secondary-slick-slider {

  width: 95%;



  margin: 0 auto;

}



.main-slick-slider .slick-list {

  padding: 62px 0 !important;

}



.main-slick-slider .slick-slide {

  opacity: 0.5;



  -webkit-transform: scale(0.8);



      -ms-transform: scale(0.8);



          transform: scale(0.8);



  -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),

    -webkit-transform 0.7s ease-in-out;



  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),

    -webkit-transform 0.7s ease-in-out;



  -o-transition: transform 0.7s ease-in-out,

    opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);



  transition: transform 0.7s ease-in-out,

    opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);



  transition: transform 0.7s ease-in-out,

    opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1),

    -webkit-transform 0.7s ease-in-out;

}



.main-slick-slider .slick-slide.slick-current {

  opacity: 1;



  -webkit-transform: scale(1.4);



      -ms-transform: scale(1.4);



          transform: scale(1.4);



  z-index: 100000;



  position: relative;

}



.main-slick-slider .slick-prev,

.main-slick-slider .slick-next {

  font-size: 0;



  line-height: 0;



  position: absolute;



  top: 50%;



  display: block;



  height: 100%;



  padding: 0;



  width: 20px;



  -webkit-transform: translate(0, -50%);



      -ms-transform: translate(0, -50%);



          transform: translate(0, -50%);



  cursor: pointer;



  color: transparent;



  border: none;



  outline: none;



  background: transparent;



  z-index: 99999;

}



.main-slick-slider .slick-prev:hover,

.main-slick-slider .slick-prev:focus,

.main-slick-slider .slick-next:hover,

.main-slick-slider .slick-next:focus {

  outline: none;



  background: transparent;



  color: transparent;

}



.main-slick-slider .slick-prev.slick-disabled::before,

.main-slick-slider .slick-next.slick-disabled::before {

  opacity: 0.25;

}



.main-slick-slider .slick-prev::before,

.main-slick-slider .slick-next::before {

  display: inline-block;

}



.main-slick-slider .slick-prev {

  left: -33px;

}



.main-slick-slider .slick-prev::before {

  content: url("/themes/ucranianos/assets/images/charity/arrows/prev-arrow.png");

}



.main-slick-slider .slick-prev:hover::before {

  content: url("/themes/ucranianos/assets/images/charity/arrows/prev-arrow-hover.png");

}



.main-slick-slider .slick-next {

  right: -3px;

}



.main-slick-slider .slick-next::before {

  content: url("/themes/ucranianos/assets/images/charity/arrows/next-arrow.png");

}



.main-slick-slider .slick-next:hover::before {

  content: url("/themes/ucranianos/assets/images/charity/arrows/next-arrow-hover.png");

}



.main-slick-slider .slick-img {

  width: 100%;



  height: auto;



  display: block;



  -webkit-box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.68);



          box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.68);

}



.modal-btn {

  background: none;



  margin: 0;



  padding: 1px 6px;

}



.modal-btn:hover {

  background: none;

}



.cousine-container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -ms-flex-pack: distribute;



      justify-content: space-around;



  -ms-flex-wrap: wrap;



      flex-wrap: wrap;



  width: 100%;



  position: relative;



  padding: 15px 0;

}



.cousine-item {

  width: 30%;



  border-radius: 30px;



  -webkit-box-sizing: border-box;



          box-sizing: border-box;



  overflow: hidden;



  border: 3px solid #3339cf;



  -webkit-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



          box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.5);



  color: #000000;



  position: relative;



  margin-bottom: 20px;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



      -ms-flex-direction: column;



          flex-direction: column;

}



.cousine-item:hover {

  text-decoration: none;

}



.cousine-item.hovered {

  text-decoration: none;



  color: #fe0000;



  -webkit-animation: hovered 0.5s ease-in normal both;



  animation: hovered 0.5s ease-in normal both;

}



.cousine-item .grayed {

  background-color: #c6d6ed;



  opacity: 0;



  position: absolute;



  top: 0;



  left: 0;



  right: 0;



  bottom: 0;

}



.cousine-item .grayed.is-visible {

  -webkit-animation: grayed 0.7s ease-out normal both;



  animation: grayed 0.7s ease-out normal both;

}



.cousine-img {

  width: 100%;



  height: auto;



  display: block;

}



.cousine-title {

  font-family: "Mont Heavy", sans-serif;



  text-align: center;



  font-weight: normal;



  font-size: 16px;



  line-height: 1.3;



  padding: 10px 15px;



  background-color: #c6d6ed;



  text-decoration: none;



  -webkit-box-flex: 1;



      -ms-flex-positive: 1;



          flex-grow: 1;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  -webkit-box-pack: center;



      -ms-flex-pack: center;



          justify-content: center;

}



.cousine-title::first-letter {

  font-size: 130%;

}



.dish {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;



  -webkit-box-align: start;



      -ms-flex-align: start;



          align-items: flex-start;



  padding: 0;



  margin-bottom: 30px;

}



.dish__thumb {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  width: 80px;



  height: 60px;



  overflow: hidden;



  border: 2px solid #3339cf;



  border-radius: 15px;



  -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



          box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



  margin-right: 15px;



  -webkit-box-flex: 0;



      -ms-flex: 0 0 auto;



          flex: 0 0 auto;

}



.dish__thumb img {

  height: 100%;



  width: 100%;



  display: block;

}



.dish__thumb--m {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  overflow: hidden;



  border: 2px solid #3339cf;



  border-radius: 15px;



  -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



          box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



  margin-right: 8px;



  -webkit-box-flex: 0;



      -ms-flex: 0 0 auto;



          flex: 0 0 auto;



  display: none;

}



.dish__thumb--m img {

  height: 100%;



  width: 100%;



  display: block;

}



.dish__info {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;



  border: 3px solid #3339cf;



  border-radius: 15px;



  -webkit-box-flex: 1;



      -ms-flex: 1 1 auto;



          flex: 1 1 auto;



  padding: 6px 0;



  background-color: #c6d6ed;



  -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



          box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.64);



  font-size: 16px;



  font-family: "Roboto", sans-serif;



  font-weight: 500;

}



.dish__title {

  font-size: 32px;



  font-family: "Mont Heavy";



  font-style: normal;



  font-weight: 900;



  padding: 0 24px;

}



.dish__title a {

  color: inherit;



  display: inline-block;



  width: 100%;

}



.dish__title a[aria-expanded="true"] {

  text-align: center;

}



.dish__title a:hover {

  color: #ff0000;

}



.dish__main-img {

  display: block;



  width: 100%;



  max-width: 384px;



  height: auto;



  margin: 20px auto;

}



.dish__data {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;



  -webkit-box-align: start;



      -ms-flex-align: start;



          align-items: flex-start;



  padding: 10px 24px;

}



.dish__ingredients {

  -webkit-box-flex: 1;

      -ms-flex: 1 0 47%;

          flex: 1 0 47%;



  border: 2px solid #3339cf;



  border-radius: 10px;



  overflow: hidden;

}



.dish__ingredients-title {

  font-size: 20px;



  font-family: "Mont Heavy";



  font-style: normal;



  font-weight: 900;



  text-align: center;

}



.dish__ingredients-list {

  margin: 0;



  padding: 0 0 18px;

}



.widget-area ul .dish__ingredients-list-item {

  list-style: none;



  padding: 6px 5px 6px 0;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-align: end;



      -ms-flex-align: end;



          align-items: flex-end;

}



.widget-area ul .dish__ingredients-list-item .dotted {

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;



  border-bottom: 1px dotted black;

}



.widget-area ul .dish__ingredients-list-item::before {

  content: "\2013";



  margin-left: 5px;



  margin-right: 5px;



  -ms-flex-item-align: center;



      -ms-grid-row-align: center;



      align-self: center;

}



.widget-area ul .dish__ingredients-list-item:nth-of-type(odd) {

  background-color: #cfddf0;

}



.dish__description {

  -webkit-box-flex: 1;

      -ms-flex: 1 0 47%;

          flex: 1 0 47%;



  padding: 15px;

}



.dish__description a {

  word-break: break-all;

}



.dish__cooking {

  padding: 20px 0 10px;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



      -ms-flex-direction: column;



          flex-direction: column;

}



.dish__cooking .cooking-step {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;

}



.dish__cooking .cooking-step:nth-of-type(odd) {

  background-color: #cfddf0;

}



.dish__cooking .cooking-step__text {

  padding-left: 24px;



  padding-right: 5px;

}



.dish__cooking .cooking-step__img {

  padding: 10px 24px 10px 5px;



  -webkit-box-flex: 0;



      -ms-flex: 0 0 140px;



          flex: 0 0 140px;

}



.dish__cooking .cooking-step__img img {

  -webkit-transform: scale(1, 1);

      -ms-transform: scale(1, 1);

          transform: scale(1, 1);



  -webkit-transition: -webkit-transform 1s ease;



  transition: -webkit-transform 1s ease;



  -o-transition: transform 1s ease;



  transition: transform 1s ease;



  transition: transform 1s ease, -webkit-transform 1s ease;

}



.dish__cooking .cooking-step__img img.hovered {

  -webkit-transform: scale(2.2, 2.2);

      -ms-transform: scale(2.2, 2.2);

          transform: scale(2.2, 2.2);



  -webkit-transition: -webkit-transform 1s ease;



  transition: -webkit-transform 1s ease;



  -o-transition: transform 1s ease;



  transition: transform 1s ease;



  transition: transform 1s ease, -webkit-transform 1s ease;



  position: relative;



  z-index: 100;

}



.dish__cooking .cooking-step__img--m {

  display: none;

}



.dish__close {

  padding: 20px 24px 0;



  -ms-flex-item-align: end;



      align-self: flex-end;



  color: #000000;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  position: relative;



  font-family: "Mont Heavy";



  font-style: normal;



  font-weight: 900;



  font-size: 16px;



  line-height: 1;

}



.dish__close:hover {

  color: #3339cf;



  text-shadow: 5px 5px 8px rgba(52, 57, 209, 0.6),

    -5px 5px 8px rgba(52, 57, 209, 0.6), 5px -5px 8px rgba(52, 57, 209, 0.6),

    -5px -5px 8px rgba(52, 57, 209, 0.6);

}



.dish__close .cross {

  font-size: 24px;

}



.poster {

  width: 312px !important;

  margin-bottom: 17px;



  background: #ffffff

    url("https://ucranianos.com/themes/ucranianos/assets/images/affiche_bg.jpg")

    top left no-repeat;



  background-size: cover;



  -webkit-box-shadow: 8px 1px 40px 0.5px rgba(0, 0, 0, 0.21);



          box-shadow: 8px 1px 40px 0.5px rgba(0, 0, 0, 0.21);



  padding: 30px 24px;



  border-radius: 10px;



  overflow: hidden;



  font-family: "Elektra Light Pro", Montserrat, sans-serif;

}



.poster .date {

  margin-bottom: 18px;



  padding: 20px 20px 30px;



  border: 1px solid white;



  border-radius: 10px;



  background-color: rgba(255, 255, 255, 0.3);



  -webkit-box-shadow: 6px 4px 40px 0.4px rgba(146, 0, 69, 0.2);



          box-shadow: 6px 4px 40px 0.4px rgba(146, 0, 69, 0.2);



  color: #c35641;

  text-align: center;

  font-size: 18px;



  line-height: 1;

}



.poster .date .day {

  font-size: 46px;



  font-weight: 800;



  margin-right: 5px;

}



.poster .time {

  width: 100%;



  margin-bottom: 30px;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  color: #c35641;



  position: relative;

}



.poster .time::after {

  position: absolute;



  content: "";



  bottom: -12px;



  left: 50%;



  -webkit-transform: translateX(-50%);



      -ms-transform: translateX(-50%);



          transform: translateX(-50%);



  width: 0;



  height: 0;



  border-style: solid;



  border-width: 16px 10px 0 10px;



  border-color: #c35741 transparent transparent transparent;

}



.poster .time .country {

  width: 50%;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



      -ms-flex-direction: column;



          flex-direction: column;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  line-height: 1;

}



.poster .time .country .title {

  margin-bottom: 10px;



  font-size: 22px;



  font-weight: 800;



  background: none;

}



.poster .time .country .local-time {

  margin-top: auto;



  font-size: 20px;

}



.poster .this-day {

  margin-bottom: 30px;

}



.poster .this-day .day {

  padding: 10px 0;



  border-bottom: 1px solid white;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;

}



.poster .this-day .day .title {

  -webkit-box-flex: 0;

      -ms-flex: 0 1 auto;

          flex: 0 1 auto;



  font-size: 16px;



  font-weight: 800;



  color: white;



  background: none;

}



.poster .this-day .day .image {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 85px;

          flex: 0 0 85px;



  height: 52px;



  margin-left: 30px;



  border-radius: 5px;



  overflow: hidden;

}



.poster .this-day .day .image > img {

  -o-object-position: center;



  object-position: center;



  -o-object-fit: cover;



  object-fit: cover;

}



.poster .word {

  margin-bottom: 30px;



  color: white;



  font-size: 16px;



  font-weight: 800;

}



.poster-item {

  margin-bottom: 15px;



  display: block;



  width: 100%;



  padding: 15px 20px;



  border: 1px solid white;



  border-radius: 10px;



  color: white;



  font-size: 13px;



  font-weight: 800;



  text-transform: uppercase;

}



.poster-item:last-of-type {

  margin-bottom: 0;

}



.poster-item svg {

  fill: #ffffff;

}



.poster-item:hover {

  color: #e6e6e6;

}



.poster-item:hover svg {

  fill: #fff;

}



.poster-item.send-greetings {

  background-color: rgba(167, 0, 0, 0.15);



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;

}

.send-greetings_text {

  width: 165px;

}

.poster-item.send-greetings span:nth-child(2) {

  margin-left: 60px;

}

.concerts svg{

  width: 50px;

  height: 50px;

}

.concerts > .item:nth-child(1) > svg ,.concerts > .item:nth-child(3) > svg{

  margin-top: 12px;

}

.concerts > .item:nth-child(2) > svg{

  margin-bottom: 12px;

}

.concerts > .item:nth-child(2){

  margin-left: -5px;

}

.concerts > .item:nth-child(1) > svg{

  margin-left: -9px;

}

.history svg {

  height: 50px;

}

.poster-item.send-greetings .icon {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50px;

          flex: 0 0 50px;



  margin-left: 25px;

}



.poster-item.concerts {

  background-color: rgba(45, 0, 60, 0.15);



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;

}





.poster-item.concerts .item {

  -webkit-box-flex: 1;

      -ms-flex: 1 0 27%;

          flex: 1 0 27%;



  text-align: center;



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-orient: vertical;



  -webkit-box-direction: normal;



      -ms-flex-direction: column;



          flex-direction: column;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;

}



.poster-item.concerts .icon {

  width: 50px;

}



.poster-item.history {

  background-color: rgba(0, 23, 142, 0.17);



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.poster-item:hover{

  -webkit-transform: scale(1.1, 1.1);

      -ms-transform: scale(1.1, 1.1);

          transform: scale(1.1, 1.1);

  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;

  transition: opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;

  -o-transition: transform 0.7s ease, opacity 0.5s ease-in-out;

  transition: transform 0.7s ease, opacity 0.5s ease-in-out;

  transition: transform 0.7s ease, opacity 0.5s ease-in-out, -webkit-transform 0.7s ease;

}

.horoscope svg{

  height: 30px;

}

.horoscope .title {

  margin: 14px 0px;

}

.weather{

  padding: 20px 0px !important;

  position: relative;

}

.weather  svg:nth-child(1){

  width: 29%;

}

.weather  svg:nth-child(2){

  width: 18px;

  height: 18px;

  position: absolute;

  left: 83px;

  top: 64px;

}

.weather  svg:nth-child(4){

  width: 25px;

    height: 25px;

    position: absolute;

    left: 163px;

    top: 14px;

}

.weather  svg:nth-child(5){

  width: 25%;

}

.poster-item.history .title {

  text-align: center;



  -webkit-box-flex: 0;



      -ms-flex: 0 1 auto;



          flex: 0 1 auto;



  background: none;

}



.poster-item.history .icon {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50px;

          flex: 0 0 50px;

}



.poster-item.horoscope {

  background-color: rgba(0, 46, 46, 0.2);

}



.poster-item.horoscope .line {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;

}



.poster-item.horoscope .icon {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 25px;

          flex: 0 0 25px;

}



.poster-item.horoscope .title {

  text-align: center;



  -webkit-box-flex: 1;



      -ms-flex: 1 0 auto;



          flex: 1 0 auto;



  background: none;

}



.poster-item.weather {

  background-image: -webkit-gradient(

    linear,

    left bottom, left top,

    from(rgba(255, 0, 19, 0.212)),

    to(rgba(0, 96, 8, 0.212))

  );

  background-image: -o-linear-gradient(

    bottom,

    rgba(255, 0, 19, 0.212) 0%,

    rgba(0, 96, 8, 0.212) 100%

  );

  background-image: linear-gradient(

    0deg,

    rgba(255, 0, 19, 0.212) 0%,

    rgba(0, 96, 8, 0.212) 100%

  );



  display: -webkit-box;



  display: -ms-flexbox;



  display: flex;



  -webkit-box-pack: justify;



      -ms-flex-pack: justify;



          justify-content: space-between;

}



.poster-item.weather .cloud {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 75px;

          flex: 0 0 75px;



  margin-left: -20px;



  margin-bottom: 10px;



  -ms-flex-item-align: start;



      align-self: flex-start;

}



.poster-item.weather .wind {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 75px;

          flex: 0 0 75px;



  margin-right: -20px;



  margin-top: 10px;



  -ms-flex-item-align: end;



      align-self: flex-end;

}



.poster-item.weather .snow-bottom {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 15px;

          flex: 0 0 15px;



  -ms-flex-item-align: end;



      align-self: flex-end;



  margin: -10px;

}



.poster-item.weather .snow-top {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 25px;

          flex: 0 0 25px;



  -ms-flex-item-align: start;



      align-self: flex-start;



  margin-right: -10px;

}



.poster-item.weather .title {

  background: none;



  -ms-flex-item-align: center;



      -ms-grid-row-align: center;



      align-self: center;



  text-align: center;



  -webkit-box-flex: 0;



      -ms-flex: 0 0 auto;



          flex: 0 0 auto;

}



.filters {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



  -webkit-box-align: center;



      -ms-flex-align: center;



          align-items: center;

}



.filters select {

  padding: 10px 30px;



  font-size: 1.25rem;



  font-weight: 600;



  border-radius: 25px;

}



.filters * + * {

  margin-right: 0.75rem;



  margin-left: 0.75rem;

}



/* СЛАЙДЕР-КАЛЕНДАР */

.calendar-body{

  overflow: hidden;

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  padding: 0px 25px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.dates{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  -webkit-box-align: baseline;

      -ms-flex-align: baseline;

          align-items: baseline;

  position: relative;

  

  -webkit-transition: 0.7s;

  

  -o-transition: 0.7s;

  

  transition: 0.7s;



}



.btn-vue-calendar{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

    width: 110px;

    color: #000;

    font-size: 13px;

    background-color: white;

    padding: 5px;

    border-radius: 20px;

    -ms-flex-pack: distribute;

        justify-content: space-around;

    top: -4px;

    position: relative;

    cursor: pointer;

    flex-direction: column;
    transition: 0.4s;

}

.btn-vue-calendar:first-child{

  margin-right: 10px;

}

.btn-vue-calendar:last-child{

  margin-left: 10px;

}

.btn-vue-calendar svg{

  width:15px;
  height:19.5px;

}









.dates-wrap{

  width:calc(100% - 78px);

  overflow: hidden;

  margin-top: -15px;

}

.day{

  color: #fff;

  font-size: 16px;

  margin-right: 10px;

  cursor:pointer;

}

.calendar{

  padding-top:35px;

}

.calendar-title{

  margin-bottom:15px;

}

.day span{

  font-size: 22px;

  margin-right: 3px;

}

.today{

  color: #FF8C7D;

  font-size: 18px;

  margin-right: 10px;

}

.today span{

  font-size: 45px;

  margin-right: 3px;

}

.month{

  font-size: 16px;

  color:#fff;

  position:absolute;

  margin-top: 8px;

}

.one-screen{

  border-radius: 20px;

  background: #8E0009;

  background: rgba(87, 13, 13, 0.1);

  
  -webkit-transition: 0.6s;

  
  -o-transition: 0.6s;

  
  transition: 0.6s;
  height: auto;
  max-height: 636px;

}

.too-screen{

  border-radius: 20px;

  background: #8E0009;

  background: rgba(87, 13, 13, 0.1);

  margin-top: 30px;

  padding-top: 35px;

  padding-bottom: 57px;

}

.too-screen form{

  padding: 0px 15px;

  margin: 0 auto;

}

.too-screen form input{

  border-radius: 10px;

  height: 46px;

  border: 1px solid #0F668D;

  display: block;

  width: 100%;

}

.too-screen form select {

  display:block;

  width: 100%;

  height: 46px;

  border: 1px solid #0F668D;

  border-radius: 10px;

}

.too-screen form span{

  font-size: 18px;

  color: #fff;

  margin-left: 15px;

}

span.form-title{

  margin-top: 22px;

  display:inline-block;

}

.too-screen .flex-block > div {

  width: 49%;

}



.screen-title {

  font-style: normal;

    font-weight: bold;

    font-size: 26px;

    line-height: 35px;

    text-transform: uppercase;

    color: #FFFFFF;

    text-align: center;

    

    

}

.flex-block{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

.arrow{

  width: 26px;

    height: 38px;

    background: rgba(255, 255, 255, 0.7);

    border: 1px solid #0F668D;

    border-radius: 5px; 

    display:-webkit-box; 

    display:-ms-flexbox; 

    display:flex;

    cursor: pointer;

}

.btn-back img {

  -webkit-transform: rotate(90deg);

      -ms-transform: rotate(90deg);

          transform: rotate(90deg);

}

.btn-before img {

  -webkit-transform: rotate(-90deg);

      -ms-transform: rotate(-90deg);

          transform: rotate(-90deg);

}



.holy{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding:0px 15px;

  color: #fff;

  font-size: 14px;

  margin-top: 20px;
  height:auto;
  max-height: 457px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.holy-title{

  margin-left: 30px;

  font-size: 20px;

  margin-bottom: 15px;

}

.holy-item{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;



}

.holy-item p {

  margin:10px 0px 0px 10px;

}

.holy-item{

  margin-bottom: 30px;

}

.holy-column{

  width:25%;

}

.blur{
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100px;

    top: -80px;

    position: relative;

    -webkit-box-shadow: 0px -70px 35px 0px rgba(230,192,191,0.91)inset;

            box-shadow: 0px -70px 35px 0px rgba(230,192,191,0.91)inset;

    color: #fff;

    text-align: center;

    font-size: 20px;

    padding-top: 40px;

    border-bottom-left-radius: 20px;

        border-bottom-right-radius: 20px;



}

.blur span {

  border-bottom: 3px solid #fff;

  cursor: pointer;

}

.image-wrapper{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  

}

.select-image-block{

  width:38%;

  height:219px;

  overflow: auto;

  padding:24px 38px 14px 62px;

  background-color: #fff;

  border: 1px solid #0F668D;

  border-radius: 10px;

}

.select-image-block > img{

  width: 76px;

  height: 52px;

  margin-right: 10px;

  margin-bottom: 10px;
  object-fit: contain;
  cursor: pointer;

}
.selected-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.selected-image{

  border: 1px solid #0F668D;

  border-radius: 10px;

  width:225px;

  height: 218px;

  background-color: #fff;

  font-size: 14px;

  text-align: center;
  margin-left: calc(12% - 15px);



}

.selected-image p {

  margin-top: calc(50% - 15px);

}

.text-block textarea {

  border: none;

    border-radius: 10px;

    resize:none;

}

.text-block img{

  width: 20px ;

  margin-right: 5px;

}

.textarea-btn{

  color: #FF8C7D;

    font-size: 14px;

    border: 1px solid #FF8C7D;

    border-radius: 25px;

    width: 186px;

    display: inline-block;

    padding: 3px 5px;

}

.text-block{

  background-color: #fff;

  border: 1px solid #0F668D;

  border-radius: 10px;

}

.text-block > div{

  width: 654px;

    border-top: 1px solid #C4C4C4;

    margin: 0 auto;

    padding: 10px 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}.text-block > div > p {

  color:#747474;

  font-size: 14px;

  margin-bottom: 0px;

}

.socials{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  font-size:12px;

}

.socials > div {

  width:114px;

  height: 52px;

  border: 1px solid #0F668D;

  border-radius: 10px;

  background-color: #fff;

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.socials > div > img {

  margin-right:5px;

}

.result-block{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  

}

.result-card{

  background-color: #fff;

  width: 520px;

  padding: 26px;

  font-size: 14px;

  line-height: 20px;

  border: 1px solid #0F668D;

  border-radius: 10px;

}

.result-block .submit{

  background-color: #FF8C7D;

    border: none;

    height: 50px;

    width: 180px;

    border-radius: 30px;

}

.result-card-body{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

}

.result-card-body > img{

  width: 149px;

  height: 149px;

  margin-right: 32px;

}

.result-card-title{

  margin-bottom: 22px;

}

.to-name{

  margin-top:5px;

}

.screen{

  height:433px;

  background: rgba(42, 117, 159, 0.15);

  border: 1px solid #FFFFFF;

  border-radius: 20px;

  margin-top: 30px;

}



@media (min-width: 1200px){

  .dates{

  left: -1223px;

  }

}

@media (min-width: 992px ) and (max-width: 1199px){

  .dates{

  left: -1363px;

  }

  .holy{

    -ms-flex-wrap:wrap;

        flex-wrap:wrap;



  }

  .holy-column{

    width:46% !important;

  }

  .one-screen{
    height: auto;
    max-height:925px !important;

  }

  

}

@media (min-width: 768px ) and (max-width: 991px){

  .dates{

  left: -1471px;

  }

  .holy{

    -ms-flex-wrap:wrap;

        flex-wrap:wrap;



  }

  .holy-column{

    width:46% !important;

  }

  .one-screen{
    height: auto;
    max-height:925px !important;

  }

  .too-screen form {

    width:650px;

  }

  .select-image-block{

    width:400px;

  }

  .selected-image{

    width:200px;

  }

  .result-block{

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

  .result-block .submit{

    margin:15px 0px 30px 0px;

  }

}









@media (max-width: 768px){

  .today , .day{

    font-size: 14px;

  }

  .today span{

    font-size:28px;

  }

  .day span{

    font-size:16px;

  }

  .month{

    margin-top: -8px;

  }

  .dates{

    left: calc(-1528px + 46vw);

  }
  .day{
    margin-right:9px;
  }

  .holy{

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    max-height: 555px;

    overflow: hidden;

  }

  .holy-column{

    width:100%;

  }

  .one-screen{
    height: auto;
    max-height:715px;

  }

  .holy-item p{

    margin:0px 0px 0px 10px;

  }

  .flex-block , .image-wrapper , .result-block , .result-card-body{

    -webkit-box-orient:vertical;

    -webkit-box-direction:normal;

        -ms-flex-direction:column;

            flex-direction:column;

  }

  .too-screen{

    padding:57px 15px  0px 15px;
    

  }
  .hidden-block{
    height: 550px;
    overflow: hidden;
  }
  .hidden-block form{
    height: calc(100% - 70px);
  }
  .hidden-block:after{
    width: 100vw;
    height: 100px;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#0000009e), to(transparent));
    background: -o-linear-gradient(bottom, #0000009e, transparent);
    background: linear-gradient(to top, #0000009e, transparent);
    position: relative;
    top: -100px;
    left: -15px;
    
  }

  .too-screen form , .too-screen .flex-block > div  , .select-image-block , .text-block > div , .result-card{

    width:100%;

  }

  .image-wrapper{

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

  }

  .selected-image{

    margin-top:20px;

  }

  .text-block > div{

    padding:10px;

  }

  .textarea-btn{

    font-size:12px;

    width:158px;

  }

  .socials {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;

  }

  .socials > div{

    width:110px;

    margin-bottom: 8px;

  }

  .result-block .submit{

    margin:15px 0px 30px 0px;

  }

}
@media (min-width:405px) and (max-width: 768px){
  .hidden-block:after{
    top:-65px;
  }
}
@media screen and (min-width: 37.5em) {

  .menu-toggle {

    display: none;

  }



  .main-navigation ul {

    display: block;

  }

}



@media (min-width: 768px) {

  

  

  

  .lead {

    font-size: 21px;

  }



  .dl-horizontal dt {

    float: left;



    width: 160px;



    overflow: hidden;



    clear: left;



    text-align: right;



    -o-text-overflow: ellipsis;



       text-overflow: ellipsis;



    white-space: nowrap;

  }



  .dl-horizontal dd {

    margin-left: 180px;

  }



  .container {

    width: 750px;

  }



  .col-sm-1,

  .col-sm-10,

  .col-sm-11,

  .col-sm-12,

  .col-sm-2,

  .col-sm-3,

  .col-sm-4,

  .col-sm-5,

  .col-sm-6,

  .col-sm-7,

  .col-sm-8,

  .col-sm-9 {

    float: left;

  }



  .col-sm-12 {

    width: 100%;

  }



  .col-sm-11 {

    width: 91.66666667%;

  }



  .col-sm-10 {

    width: 83.33333333%;

  }



  .col-sm-9 {

    width: 75%;

  }



  .col-sm-8 {

    width: 66.66666667%;

  }



  .col-sm-7 {

    width: 58.33333333%;

  }



  .col-sm-6 {

    width: 50%;

  }



  .col-sm-5 {

    width: 41.66666667%;

  }



  .col-sm-4 {

    width: 33.33333333%;

  }



  .col-sm-3 {

    width: 25%;

  }



  .col-sm-2 {

    width: 16.66666667%;

  }



  .col-sm-1 {

    width: 8.33333333%;

  }



  .col-sm-pull-12 {

    right: 100%;

  }



  .col-sm-pull-11 {

    right: 91.66666667%;

  }



  .col-sm-pull-10 {

    right: 83.33333333%;

  }



  .col-sm-pull-9 {

    right: 75%;

  }



  .col-sm-pull-8 {

    right: 66.66666667%;

  }



  .col-sm-pull-7 {

    right: 58.33333333%;

  }



  .col-sm-pull-6 {

    right: 50%;

  }



  .col-sm-pull-5 {

    right: 41.66666667%;

  }



  .col-sm-pull-4 {

    right: 33.33333333%;

  }



  .col-sm-pull-3 {

    right: 25%;

  }



  .col-sm-pull-2 {

    right: 16.66666667%;

  }



  .col-sm-pull-1 {

    right: 8.33333333%;

  }



  .col-sm-pull-0 {

    right: auto;

  }



  .col-sm-push-12 {

    left: 100%;

  }



  .col-sm-push-11 {

    left: 91.66666667%;

  }



  .col-sm-push-10 {

    left: 83.33333333%;

  }



  .col-sm-push-9 {

    left: 75%;

  }



  .col-sm-push-8 {

    left: 66.66666667%;

  }



  .col-sm-push-7 {

    left: 58.33333333%;

  }



  .col-sm-push-6 {

    left: 50%;

  }



  .col-sm-push-5 {

    left: 41.66666667%;

  }



  .col-sm-push-4 {

    left: 33.33333333%;

  }



  .col-sm-push-3 {

    left: 25%;

  }



  .col-sm-push-2 {

    left: 16.66666667%;

  }



  .col-sm-push-1 {

    left: 8.33333333%;

  }



  .col-sm-push-0 {

    left: auto;

  }



  .col-sm-offset-12 {

    margin-left: 100%;

  }



  .col-sm-offset-11 {

    margin-left: 91.66666667%;

  }



  .col-sm-offset-10 {

    margin-left: 83.33333333%;

  }



  .col-sm-offset-9 {

    margin-left: 75%;

  }



  .col-sm-offset-8 {

    margin-left: 66.66666667%;

  }



  .col-sm-offset-7 {

    margin-left: 58.33333333%;

  }



  .col-sm-offset-6 {

    margin-left: 50%;

  }



  .col-sm-offset-5 {

    margin-left: 41.66666667%;

  }



  .col-sm-offset-4 {

    margin-left: 33.33333333%;

  }



  .col-sm-offset-3 {

    margin-left: 25%;

  }



  .col-sm-offset-2 {

    margin-left: 16.66666667%;

  }



  .col-sm-offset-1 {

    margin-left: 8.33333333%;

  }



  .col-sm-offset-0 {

    margin-left: 0;

  }



  .form-inline .form-group {

    display: inline-block;



    margin-bottom: 0;



    vertical-align: middle;

  }



  .form-inline .form-control {

    display: inline-block;



    width: auto;



    vertical-align: middle;

  }



  .form-inline .form-control-static {

    display: inline-block;

  }



  .form-inline .input-group {

    display: inline-table;



    vertical-align: middle;

  }



  .form-inline .input-group .form-control,

  .form-inline .input-group .input-group-addon,

  .form-inline .input-group .input-group-btn {

    width: auto;

  }



  .form-inline .input-group > .form-control {

    width: 100%;

  }



  .form-inline .control-label {

    margin-bottom: 0;



    vertical-align: middle;

  }



  .form-inline .checkbox,

  .form-inline .radio {

    display: inline-block;



    margin-top: 0;



    margin-bottom: 0;



    vertical-align: middle;

  }



  .form-inline .checkbox label,

  .form-inline .radio label {

    padding-left: 0;

  }



  .form-inline .checkbox input[type="checkbox"],

  .form-inline .radio input[type="radio"] {

    position: relative;



    margin-left: 0;

  }



  .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }



  .form-horizontal .control-label {

    padding-top: 7px;



    margin-bottom: 0;



    text-align: right;

  }



  .form-horizontal .form-group-lg .control-label {

    padding-top: 11px;



    font-size: 18px;

  }



  .form-horizontal .form-group-sm .control-label {

    padding-top: 6px;



    font-size: 12px;

  }



  .navbar-right .dropdown-menu {

    right: 0;



    left: auto;

  }



  .navbar-right .dropdown-menu-left {

    right: auto;



    left: 0;

  }



  .nav-tabs.nav-justified > li {

    display: table-cell;



    width: 1%;

  }



  .nav-tabs.nav-justified > li > a {

    margin-bottom: 0;



    border-bottom: 1px solid #ddd;



    border-radius: 4px 4px 0 0;

  }



  .nav-tabs.nav-justified > .active > a,

  .nav-tabs.nav-justified > .active > a:focus,

  .nav-tabs.nav-justified > .active > a:hover {

    border-bottom-color: #fff;

  }



  .nav-justified > li {

    display: table-cell;



    width: 1%;

  }



  .nav-justified > li > a {

    margin-bottom: 0;

  }



  .nav-tabs-justified > li > a {

    border-bottom: 1px solid #ddd;



    border-radius: 4px 4px 0 0;

  }



  .nav-tabs-justified > .active > a,

  .nav-tabs-justified > .active > a:focus,

  .nav-tabs-justified > .active > a:hover {

    border-bottom-color: #fff;

  }



  .navbar {

    border-radius: 4px;

  }



  .navbar-header {

    float: left;

  }



  .navbar-collapse {

    width: auto;



    border-top: 0;



    -webkit-box-shadow: none;



            box-shadow: none;

  }



  .navbar-collapse.collapse {

    display: block !important;



    height: auto !important;



    padding-bottom: 0;



    overflow: visible !important;

  }



  .navbar-collapse.in {

    overflow-y: visible;

  }



  .navbar-fixed-bottom .navbar-collapse,

  .navbar-fixed-top .navbar-collapse,

  .navbar-static-top .navbar-collapse {

    padding-right: 0;



    padding-left: 0;

  }



  .container-fluid > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container > .navbar-collapse,

  .container > .navbar-header {

    margin-right: 0;



    margin-left: 0;

  }



  .navbar-static-top {

    border-radius: 0;

  }



  .navbar-fixed-bottom,

  .navbar-fixed-top {

    border-radius: 0;

  }



  .navbar > .container .navbar-brand,

  .navbar > .container-fluid .navbar-brand {

    margin-left: -15px;

  }



  .navbar-toggle {

    display: none;

  }



  .navbar-nav {

    float: left;



    margin: 0;

  }



  .navbar-nav > li {

    float: left;

  }



  .navbar-nav > li > a {

    padding-top: 15px;



    padding-bottom: 15px;

  }



  .navbar-form .form-group {

    display: inline-block;



    margin-bottom: 0;



    vertical-align: middle;

  }



  .navbar-form .form-control {

    display: inline-block;



    width: auto;



    vertical-align: middle;

  }



  .navbar-form .form-control-static {

    display: inline-block;

  }



  .navbar-form .input-group {

    display: inline-table;



    vertical-align: middle;

  }



  .navbar-form .input-group .form-control,

  .navbar-form .input-group .input-group-addon,

  .navbar-form .input-group .input-group-btn {

    width: auto;

  }



  .navbar-form .input-group > .form-control {

    width: 100%;

  }



  .navbar-form .control-label {

    margin-bottom: 0;



    vertical-align: middle;

  }



  .navbar-form .checkbox,

  .navbar-form .radio {

    display: inline-block;



    margin-top: 0;



    margin-bottom: 0;



    vertical-align: middle;

  }



  .navbar-form .checkbox label,

  .navbar-form .radio label {

    padding-left: 0;

  }



  .navbar-form .checkbox input[type="checkbox"],

  .navbar-form .radio input[type="radio"] {

    position: relative;



    margin-left: 0;

  }



  .navbar-form .has-feedback .form-control-feedback {

    top: 0;

  }



  .navbar-form {

    width: auto;



    padding-top: 0;



    padding-bottom: 0;



    margin-right: 0;



    margin-left: 0;



    border: 0;



    -webkit-box-shadow: none;



            box-shadow: none;

  }



  .navbar-text {

    float: left;



    margin-right: 15px;



    margin-left: 15px;

  }



  .navbar-left {

    float: left !important;

  }



  .navbar-right {

    float: right !important;



    margin-right: -15px;

  }



  .navbar-right ~ .navbar-right {

    margin-right: 0;

  }



  .modal-dialog {

    width: 600px;



    margin: 30px auto;

  }



  .modal-content {

    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

  }



  .modal-sm {

    width: 300px;

  }



  .desktop-hidden {

    display: none;

  }

}



@media screen and (min-width: 768px) {

  .jumbotron {

    padding-top: 48px;



    padding-bottom: 48px;

  }



  .container .jumbotron,

  .container-fluid .jumbotron {

    padding-right: 60px;



    padding-left: 60px;

  }



  .jumbotron .h1,

  .jumbotron h1 {

    font-size: 63px;

  }



  .carousel-control .glyphicon-chevron-left,

  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-next,

  .carousel-control .icon-prev {

    width: 30px;



    height: 30px;



    margin-top: -10px;



    font-size: 30px;

  }



  .carousel-control .glyphicon-chevron-left,

  .carousel-control .icon-prev {

    margin-left: -10px;

  }



  .carousel-control .glyphicon-chevron-right,

  .carousel-control .icon-next {

    margin-right: -10px;

  }



  .carousel-caption {

    right: 20%;



    left: 20%;



    padding-bottom: 30px;

  }



  .carousel-indicators {

    bottom: 20px;

  }

}



@media only screen and (min-width: 768px) {

  .back-to-top {

    right: 20px;



    bottom: 20px;



    width: 30px;



    height: 30px;



    line-height: 25px;

  }

}



@media (min-width: 960px) {

  .bb1 {

    padding-top: 5px;

  }

}



@media (min-width: 992px) {

  .container {

    width: 970px;

  }



  .col-md-1,

  .col-md-10,

  .col-md-11,

  .col-md-12,

  .col-md-2,

  .col-md-3,

  .col-md-4,

  .col-md-5,

  .col-md-6,

  .col-md-7,

  .col-md-8,

  .col-md-9 {

    float: left;

  }



  .col-md-12 {

    width: 100%;

  }



  .col-md-11 {

    width: 91.66666667%;

  }



  .col-md-10 {

    width: 83.33333333%;

  }



  .col-md-9 {

    width: 75%;

  }



  .col-md-8 {

    width: 66.66666667%;

  }



  .col-md-7 {

    width: 58.33333333%;

  }



  .col-md-6 {

    width: 50%;

  }



  .col-md-5 {

    width: 41.66666667%;

  }



  .col-md-4 {

    width: 33.33333333%;

  }



  .col-md-3 {

    width: 25%;

  }



  .col-md-2 {

    width: 16.66666667%;

  }



  .col-md-1 {

    width: 8.33333333%;

  }



  .col-md-pull-12 {

    right: 100%;

  }



  .col-md-pull-11 {

    right: 91.66666667%;

  }



  .col-md-pull-10 {

    right: 83.33333333%;

  }



  .col-md-pull-9 {

    right: 75%;

  }



  .col-md-pull-8 {

    right: 66.66666667%;

  }



  .col-md-pull-7 {

    right: 58.33333333%;

  }



  .col-md-pull-6 {

    right: 50%;

  }



  .col-md-pull-5 {

    right: 41.66666667%;

  }



  .col-md-pull-4 {

    right: 33.33333333%;

  }



  .col-md-pull-3 {

    right: 25%;

  }



  .col-md-pull-2 {

    right: 16.66666667%;

  }



  .col-md-pull-1 {

    right: 8.33333333%;

  }



  .col-md-pull-0 {

    right: auto;

  }



  .col-md-push-12 {

    left: 100%;

  }



  .col-md-push-11 {

    left: 91.66666667%;

  }



  .col-md-push-10 {

    left: 83.33333333%;

  }



  .col-md-push-9 {

    left: 75%;

  }



  .col-md-push-8 {

    left: 66.66666667%;

  }



  .col-md-push-7 {

    left: 58.33333333%;

  }



  .col-md-push-6 {

    left: 50%;

  }



  .col-md-push-5 {

    left: 41.66666667%;

  }



  .col-md-push-4 {

    left: 33.33333333%;

  }



  .col-md-push-3 {

    left: 25%;

  }



  .col-md-push-2 {

    left: 16.66666667%;

  }



  .col-md-push-1 {

    left: 8.33333333%;

  }



  .col-md-push-0 {

    left: auto;

  }



  .col-md-offset-12 {

    margin-left: 100%;

  }



  .col-md-offset-11 {

    margin-left: 91.66666667%;

  }



  .col-md-offset-10 {

    margin-left: 83.33333333%;

  }



  .col-md-offset-9 {

    margin-left: 75%;

  }



  .col-md-offset-8 {

    margin-left: 66.66666667%;

  }



  .col-md-offset-7 {

    margin-left: 58.33333333%;

  }



  .col-md-offset-6 {

    margin-left: 50%;

  }



  .col-md-offset-5 {

    margin-left: 41.66666667%;

  }



  .col-md-offset-4 {

    margin-left: 33.33333333%;

  }



  .col-md-offset-3 {

    margin-left: 25%;

  }



  .col-md-offset-2 {

    margin-left: 16.66666667%;

  }



  .col-md-offset-1 {

    margin-left: 8.33333333%;

  }



  .col-md-offset-0 {

    margin-left: 0;

  }



  .modal-lg {

    width: 900px;

  }



  .new-lang {

    margin: -25px 0;

  }



  #site-navigation,

  #site-branding-sticky-wrap-sticky-wrapper {

    height: 125px !important;

  }



  div#primary-menu > ul > li,

  ul#primary-menu > li {

    line-height: 80px;

  }

}



@media screen and (min-width: 992px) {

  .d-md-row {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

  }

}



@media only screen and (min-width: 1024px) {

  .back-to-top {

    height: 30px;



    width: 30px;



    right: 30px;



    bottom: 30px;



    line-height: 25px;

  }

}



@media (min-width: 1200px) {

  .container {

    width: 1170px;

  }



  .col-lg-1,

  .col-lg-10,

  .col-lg-11,

  .col-lg-12,

  .col-lg-2,

  .col-lg-3,

  .col-lg-4,

  .col-lg-5,

  .col-lg-6,

  .col-lg-7,

  .col-lg-8,

  .col-lg-9 {

    float: left;

  }



  .col-lg-12 {

    width: 100%;

  }



  .col-lg-11 {

    width: 91.66666667%;

  }



  .col-lg-10 {

    width: 83.33333333%;

  }



  .col-lg-9 {

    width: 75%;

  }



  .col-lg-8 {

    width: 66.66666667%;

  }



  .col-lg-7 {

    width: 58.33333333%;

  }



  .col-lg-6 {

    width: 50%;

  }



  .col-lg-5 {

    width: 41.66666667%;

  }



  .col-lg-4 {

    width: 33.33333333%;

  }



  .col-lg-3 {

    width: 25%;

  }



  .col-lg-2 {

    width: 16.66666667%;

  }



  .col-lg-1 {

    width: 8.33333333%;

  }



  .col-lg-pull-12 {

    right: 100%;

  }



  .col-lg-pull-11 {

    right: 91.66666667%;

  }



  .col-lg-pull-10 {

    right: 83.33333333%;

  }



  .col-lg-pull-9 {

    right: 75%;

  }



  .col-lg-pull-8 {

    right: 66.66666667%;

  }



  .col-lg-pull-7 {

    right: 58.33333333%;

  }



  .col-lg-pull-6 {

    right: 50%;

  }



  .col-lg-pull-5 {

    right: 41.66666667%;

  }



  .col-lg-pull-4 {

    right: 33.33333333%;

  }



  .col-lg-pull-3 {

    right: 25%;

  }



  .col-lg-pull-2 {

    right: 16.66666667%;

  }



  .col-lg-pull-1 {

    right: 8.33333333%;

  }



  .col-lg-pull-0 {

    right: auto;

  }



  .col-lg-push-12 {

    left: 100%;

  }



  .col-lg-push-11 {

    left: 91.66666667%;

  }



  .col-lg-push-10 {

    left: 83.33333333%;

  }



  .col-lg-push-9 {

    left: 75%;

  }



  .col-lg-push-8 {

    left: 66.66666667%;

  }



  .col-lg-push-7 {

    left: 58.33333333%;

  }



  .col-lg-push-6 {

    left: 50%;

  }



  .col-lg-push-5 {

    left: 41.66666667%;

  }



  .col-lg-push-4 {

    left: 33.33333333%;

  }



  .col-lg-push-3 {

    left: 25%;

  }



  .col-lg-push-2 {

    left: 16.66666667%;

  }



  .col-lg-push-1 {

    left: 8.33333333%;

  }



  .col-lg-push-0 {

    left: auto;

  }



  .col-lg-offset-12 {

    margin-left: 100%;

  }



  .col-lg-offset-11 {

    margin-left: 91.66666667%;

  }



  .col-lg-offset-10 {

    margin-left: 83.33333333%;

  }



  .col-lg-offset-9 {

    margin-left: 75%;

  }



  .col-lg-offset-8 {

    margin-left: 66.66666667%;

  }



  .col-lg-offset-7 {

    margin-left: 58.33333333%;

  }



  .col-lg-offset-6 {

    margin-left: 50%;

  }



  .col-lg-offset-5 {

    margin-left: 41.66666667%;

  }



  .col-lg-offset-4 {

    margin-left: 33.33333333%;

  }



  .col-lg-offset-3 {

    margin-left: 25%;

  }



  .col-lg-offset-2 {

    margin-left: 16.66666667%;

  }



  .col-lg-offset-1 {

    margin-left: 8.33333333%;

  }



  .col-lg-offset-0 {

    margin-left: 0;

  }



  .visible-lg {

    display: block !important;

  }



  table.visible-lg {

    display: table !important;

  }



  tr.visible-lg {

    display: table-row !important;

  }



  td.visible-lg,

  th.visible-lg {

    display: table-cell !important;

  }



  .visible-lg-block {

    display: block !important;

  }



  .visible-lg-inline {

    display: inline !important;

  }



  .visible-lg-inline-block {

    display: inline-block !important;

  }



  .hidden-lg {

    display: none !important;

  }



  #header-box-wrap {

    padding-top: 15px;

  }



  body .container {

    width: 1250px;

  }

}



@media (max-width: 1200px) {

  .col-md-3 {

    padding-right: 15px !important;



    padding-left: 15px !important;

  }



  .four-bl {

    padding: 0px 0px 0px 0px !important;

  }



  .help-block .block1 {

    width: 100% !important;



    height: 70px;



    border-radius: 15px;

  }



  .help-block .block1 span.text1 {

    display: block;



    line-height: 20px;



    text-align: left;



    padding: 2em 3em;

  }



  .help-block .block2 {

    width: 100% !important;



    border-radius: 15px;



    height: 100px;

  }



  .help-art {

    margin-top: 50px !important;

  }

}



@media (max-width: 1199px) {

  .news-item .post-content .title {

    font-size: 16px;

  }

}



@media screen and (max-width: 992px) {

  .article {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;



    -webkit-box-orient: vertical;



    -webkit-box-direction: normal;



        -ms-flex-direction: column;



            flex-direction: column;

  }



  .article__advise {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;

  }



  .article__info {

    -webkit-box-ordinal-group: 1;

        -ms-flex-order: 0;

            order: 0;

  }



  .article__advertising {

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;

  }

}



@media (max-width: 991px) {

  #site-branding div.branding {

    width: 100%;

  }



  #site-branding .navigation {

    display: none;

  }



  div#site-cta .site-cta {

    margin-bottom: 30px;

  }



  .sc-slider-wrapper .camera_caption > div span {

    font-size: 36px !important;



    line-height: 1em;

  }



  .sc-slider-wrapper .camera_caption > div span.secondary-caption {

    font-size: 20px !important;



    line-height: 1em;



    margin-top: 5px;

  }



  .sc-slider-wrapper .tyros-button {

    font-size: 12px;



    padding: 10px 20px;

  }



  .above-post-area.top-banner-text,

  .above-page-area.top-banner-text {

    margin-top: 15px;

  }



  .below-post-area.top-banner-text,

  .below-page-area.top-banner-text {

    margin-top: 0px;

  }



  .page-content {

    margin-top: 15px;

  }



  body.archive .page-header,

  body.search .page-header {

    margin-bottom: 15px;

  }



  ul#primary-menu {

    display: none;

  }



  div.slicknav_menu {

    display: block;

  }



  #slicknav-menu-toggle {

    display: block;

  }



  .mr-tx {

    margin-left: 7px;

  }



  #site-navigation,

  #site-branding-sticky-wrap-sticky-wrapper {

    height: 126px !important;

  }



  div#primary-menu > ul > li,

  ul#primary-menu > li {

    line-height: 80px;

  }

}



@media (max-width: 960px) {

  .bb1 {

    padding-right: 10px;



    padding-top: 15px;

  }



  .title {

    padding-right: 2px;



    background: -webkit-gradient(

      linear,

      left top, right top,

      from(#e6cc4a),

      color-stop(23%, #dd5450),

      color-stop(49%, #e9df45),

      color-stop(49%, #e9df45),

      color-stop(74%, #95ba8d),

      to(#3e96e1)

    );



    background: -o-linear-gradient(

      left,

      #e6cc4a 0%,

      #dd5450 23%,

      #e9df45 49%,

      #e9df45 49%,

      #95ba8d 74%,

      #3e96e1 100%

    );



    background: linear-gradient(

      to right,

      #e6cc4a 0%,

      #dd5450 23%,

      #e9df45 49%,

      #e9df45 49%,

      #95ba8d 74%,

      #3e96e1 100%

    );

  }

}



@media only screen and (max-width: 768px) {

  .back-to-top {

    line-height: 0;

  }

}



@media screen and (max-width: 768px) {

  /* .calendar-body{
    height: 42.5px;
  } */
  .calendar-body{
    padding: 0px 8px;
  }
  .dish {

    padding: 0 10px;

  }



  .dish__thumb {

    width: 68px;



    height: 51px;



    margin-right: 15px;

  }



  .dish__title {

    font-size: 24px;

  }

}



@media (max-width: 767px) {

  #testimonials li.flxbx {

    display: block !important;

  }



  #testimonials .flxbx div.left-cta {

    width: 100%;



    padding-right: 0;



    border-right: none;



    text-align: center;



    padding-bottom: 0;

  }



  #testimonials .flxbx div.left-cta .table-wrap,

  #testimonials .flxbx div.left-cta .table-wrap .inner {

    display: block;



    text-align: center;

  }



  #testimonials .flxbx div.right-cta {

    padding-right: 0 !important;



    display: block;



    width: 100%;

  }



  #testimonials .flxbx div.right-cta .table-wrap,

  #testimonials .flxbx div.right-cta .table-wrap .inner {

    text-align: center;



    display: block;

  }



  #testimonials li .testimonial-content {

    display: block;



    padding: 0 30px;

  }



  div#post-slider-cta .main-heading {

    font-size: 22px;



    text-align: center;

  }



  div#post-slider-cta .secondary-heading {

    font-size: 18px;



    text-align: center;

  }



  .navbar-nav .open .dropdown-menu {

    position: static;



    float: none;



    width: auto;



    margin-top: 0;



    background-color: transparent;



    border: 0;



    -webkit-box-shadow: none;



            box-shadow: none;

  }



  .navbar-nav .open .dropdown-menu .dropdown-header,

  .navbar-nav .open .dropdown-menu > li > a {

    padding: 5px 15px 5px 25px;

  }



  .navbar-nav .open .dropdown-menu > li > a {

    line-height: 20px;

  }



  .navbar-nav .open .dropdown-menu > li > a:focus,

  .navbar-nav .open .dropdown-menu > li > a:hover {

    background-image: none;

  }



  .navbar-form .form-group {

    margin-bottom: 5px;

  }



  .navbar-form .form-group:last-child {

    margin-bottom: 0;

  }



  .navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #777;

  }



  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #333;



    background-color: transparent;

  }



  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {

    color: #555;



    background-color: #e7e7e7;

  }



  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {

    color: #ccc;



    background-color: transparent;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {

    border-color: #080808;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {

    background-color: #080808;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #9d9d9d;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #fff;



    background-color: transparent;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {

    color: #fff;



    background-color: #080808;

  }



  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {

    color: #444;



    background-color: transparent;

  }



  .visible-xs {

    display: block !important;

  }



  table.visible-xs {

    display: table !important;

  }



  tr.visible-xs {

    display: table-row !important;

  }



  td.visible-xs,

  th.visible-xs {

    display: table-cell !important;

  }



  .visible-xs-block {

    display: block !important;

  }



  .visible-xs-inline {

    display: inline !important;

  }



  .visible-xs-inline-block {

    display: inline-block !important;

  }



  .hidden-xs {

    display: none !important;

  }



  .mobile-hidden {

    display: none;

  }



  #site-toolbar .contact-bar {

    display: none;

  }



  div#post-slider-cta {

    padding: 30px 30px 40px 30px;

  }



  .cta-button-wrap {

    position: relative;



    text-align: center;



    width: 100%;



    margin-top: 30px;

  }



  div#tyros-main-blog-wrap .item-post .post-title {

    margin: 0;

  }



  div#tyros-main-blog-wrap .item-post .inner-content {

    padding: 15px 15px 5px 15px;

  }



  div#tyros-main-blog-wrap .item-post.text-left {

    padding: 5px 15px 5px 0px;

  }



  .woocommerce .woocommerce-ordering,

  .woocommerce-page .woocommerce-ordering {

    float: none;

  }



  body.single-team_member .sc-single-wrapper {

    padding-bottom: 0;

  }



  body.single-team_member .single-member-wrap {

    padding: 100px 15px 30px 15px;

  }



  body.single-team_member .social {

    text-align: center;



    padding-left: 30px;



    padding-right: 30px;

  }



  body.single-team_member .single-member-sidebar {

    padding: 30px 15px 30px 15px;



    margin-bottom: 00px;

  }



  body.single-team_member .single-member-wrap .name,

  body.single-team_member .single-member-wrap .title {

    text-align: center;

  }



  body.single-team_member .sc_team_single_member {

    margin-top: 120px;

  }



  body.single-team_member .entry-content > img.wp-post-image {

    width: 100%;



    margin: 0 0 30px 0;



    max-width: 100%;

  }



  .row.boxed-wrap {

    margin-left: 0 !important;



    margin-right: 0 !important;

  }

}



@media screen and (max-width: 767px) {

  .table-responsive {

    width: 100%;



    margin-bottom: 15px;



    overflow-y: hidden;



    border: 1px solid #ddd;

  }



  .table-responsive > .table {

    margin-bottom: 0;

  }



  .table-responsive > .table > tbody > tr > td,

  .table-responsive > .table > tbody > tr > th,

  .table-responsive > .table > tfoot > tr > td,

  .table-responsive > .table > tfoot > tr > th,

  .table-responsive > .table > thead > tr > td,

  .table-responsive > .table > thead > tr > th {

    white-space: nowrap;

  }



  .table-responsive > .table-bordered {

    border: 0;

  }



  .table-responsive > .table-bordered > tbody > tr > td:first-child,

  .table-responsive > .table-bordered > tbody > tr > th:first-child,

  .table-responsive > .table-bordered > tfoot > tr > td:first-child,

  .table-responsive > .table-bordered > tfoot > tr > th:first-child,

  .table-responsive > .table-bordered > thead > tr > td:first-child,

  .table-responsive > .table-bordered > thead > tr > th:first-child {

    border-left: 0;

  }



  .table-responsive > .table-bordered > tbody > tr > td:last-child,

  .table-responsive > .table-bordered > tbody > tr > th:last-child,

  .table-responsive > .table-bordered > tfoot > tr > td:last-child,

  .table-responsive > .table-bordered > tfoot > tr > th:last-child,

  .table-responsive > .table-bordered > thead > tr > td:last-child,

  .table-responsive > .table-bordered > thead > tr > th:last-child {

    border-right: 0;

  }



  .table-responsive > .table-bordered > tbody > tr:last-child > td,

  .table-responsive > .table-bordered > tbody > tr:last-child > th,

  .table-responsive > .table-bordered > tfoot > tr:last-child > td,

  .table-responsive > .table-bordered > tfoot > tr:last-child > th {

    border-bottom: 0;

  }

}



@media screen and (max-width: 700px) {

  .charity-sliders-container {

    width: 95%;

  }



  .main-slick-slider .slick-slide.slick-current {

    -webkit-transform: none;

        -ms-transform: none;

            transform: none;

  }

}



@media screen and (max-width: 690px) {

  .charity-container {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;



    -webkit-box-align: center;



        -ms-flex-align: center;



            align-items: center;

  }



  .charity-item {

    width: 75%;

  }



  .main-slick-slider .slick-list {

    padding: 15px 0 !important;

  }



  .cousine-container {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;



    -webkit-box-align: center;



        -ms-flex-align: center;



            align-items: center;

  }



  .cousine-item {

    width: 75%;

  }

}



@media screen and (max-width: 640px) {

  .dish {

    padding: 0 5px;

  }



  .dish__data {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;



    padding: 10px 12px;

  }



  .dish__ingredients {

    -webkit-box-flex: 1;

        -ms-flex: 1 0 auto;

            flex: 1 0 auto;



    width: 95%;

  }



  .dish__description {

    -webkit-box-flex: 1;

        -ms-flex: 1 0 auto;

            flex: 1 0 auto;



    width: 95%;

  }



  .dish__cooking {

    padding: 10px 0;

  }



  .dish__cooking .cooking-step {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }



  .dish__cooking .cooking-step__text {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;



    margin-bottom: 10px;

  }



  .dish__cooking .cooking-step__img {

    display: none;

  }



  .dish__cooking .cooking-step__img--m {

    display: block;



    -webkit-box-ordinal-group: 1;



        -ms-flex-order: 0;



            order: 0;



    width: 75%;



    margin-bottom: 5px;



    -webkit-box-flex: 0;



        -ms-flex: 0 0 auto;



            flex: 0 0 auto;



    padding: 10px 5px;

  }



  .dish__cooking .cooking-step__img--m img {

    -webkit-transform: scale(1, 1);

        -ms-transform: scale(1, 1);

            transform: scale(1, 1);



    -webkit-transition: -webkit-transform 1s ease;



    transition: -webkit-transform 1s ease;



    -o-transition: transform 1s ease;



    transition: transform 1s ease;



    transition: transform 1s ease, -webkit-transform 1s ease;



    position: relative;



    z-index: 100;

  }



  .dish__cooking .cooking-step__img--m img.touched {

    -webkit-transform: scale(1.5, 1.5);

        -ms-transform: scale(1.5, 1.5);

            transform: scale(1.5, 1.5);



    -webkit-transition: -webkit-transform 1s ease;



    transition: -webkit-transform 1s ease;



    -o-transition: transform 1s ease;



    transition: transform 1s ease;



    transition: transform 1s ease, -webkit-transform 1s ease;

  }

}



@media (max-width: 600px) {

  .nav-menu > li.current_page_item > a {

    color: #83dcb0;

  }

}



@media (max-width: 560px) {

  .item-post.blog-roll {

    width: 95%;



    margin-right: 0;

  }



  .new-lang {

    margin-top: -10px !important;



    width: 100% !important;

  }



  #parent-slider-wrap {

    height: 100% !important;

  }



  .hdd {

    padding-left: 50%;

  }



  .uu1 {

    position: relative !important;

  }



  .bb1 .title {

    display: none;

  }



  .news2 {

    height: 130px;



    width: 130px;

  }



  .mn-tx:first-child {

    margin-left: 5px;

  }



  .mn-tx {

    width: 170px;

  }



  .mn-tx h2 {

    font-size: 15px;

  }

}



@media (max-width: 540px) {
.friends-wrapper{
  /*width: 230px;*/
  margin: 0 auto;
  padding:0px;
}
.friends-wrapper li{
  width:31% !important;
}

.friends-wrapper li img {
    width: 75px !important;
    height: 75px !important;
}

  .out_team {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

       



    -webkit-box-align: center;



        -ms-flex-align: center;



            align-items: center;

  }



  .out_team > .four-bl {

    width: 50%;

  }

}



@media screen and (max-width: 520px) {

  .dish__thumb {

    width: 57px;



    height: 43px;

  }



  .dish__title {

    font-size: 18px;

  }

}



@media (max-width: 515px) {

  .news-art3 {

    margin-left: 10px;



    margin-top: 10px;



    width: 60%;



    float: left;

  }



  .news-art {

    height: 135px;



    padding: 5px !important;



    border: 0px;

  }

}



@media screen and (max-width: 420px) {

  .dish__thumb {

    display: none;

  }



  .dish__thumb--m {

    display: block;



    width: 54px;



    height: 40px;

  }



  .dish__title {

    font-size: 16px;



    padding: 0 10px;

  }

}



@media screen and (max-width: 350px) {

  .dish__title {

    font-size: 12px;

  }



  .ct-item h2 {

    font-size: 16px;

  }



  .ct-item h3 {

    font-size: 14px;

  }

}



@media (min-width: 768px) and (max-width: 991px) {

  .visible-sm {

    display: block !important;

  }



  table.visible-sm {

    display: table !important;

  }



  tr.visible-sm {

    display: table-row !important;

  }



  td.visible-sm,

  th.visible-sm {

    display: table-cell !important;

  }



  .visible-sm-block {

    display: block !important;

  }



  .visible-sm-inline {

    display: inline !important;

  }



  .visible-sm-inline-block {

    display: inline-block !important;

  }



  .hidden-sm {

    display: none !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md {

    display: block !important;

  }



  table.visible-md {

    display: table !important;

  }



  tr.visible-md {

    display: table-row !important;

  }



  td.visible-md,

  th.visible-md {

    display: table-cell !important;

  }



  .visible-md-block {

    display: block !important;

  }



  .visible-md-inline {

    display: inline !important;

  }



  .visible-md-inline-block {

    display: inline-block !important;

  }



  .hidden-md {

    display: none !important;

  }

  .col-md-9{

    width:67%;

  }

  .col-md-3{

    width: 33%;

  }
  

}



@media print {

  *,

  :after,

  :before {

    color: #000 !important;



    text-shadow: none !important;



    background: 0 0 !important;



    -webkit-box-shadow: none !important;



            box-shadow: none !important;

  }



  a[href]:after {

    content: " (" attr(href) ")";

  }



  abbr[title]:after {

    content: " (" attr(title) ")";

  }



  a[href^="javascript:"]:after,

  a[href^="#"]:after {

    content: "";

  }



  blockquote,

  pre {

    border: 1px solid #999;



    page-break-inside: avoid;

  }



  thead {

    display: table-header-group;

  }



  img,

  tr {

    page-break-inside: avoid;

  }



  img {

    max-width: 100% !important;

  }



  h2,

  h3,

  p {

    orphans: 3;



    widows: 3;

  }



  h2,

  h3 {

    page-break-after: avoid;

  }



  .navbar {

    display: none;

  }



  .btn > .caret,

  .dropup > .btn > .caret {

    border-top-color: #000 !important;

  }



  .label {

    border: 1px solid #000;

  }



  .table {

    border-collapse: collapse !important;

  }



  .table td,

  .table th {

    background-color: #fff !important;

  }



  .table-bordered td,

  .table-bordered th {

    border: 1px solid #ddd !important;

  }



  .visible-print {

    display: block !important;

  }



  table.visible-print {

    display: table !important;

  }



  tr.visible-print {

    display: table-row !important;

  }



  td.visible-print,

  th.visible-print {

    display: table-cell !important;

  }



  .visible-print-block {

    display: block !important;

  }



  .visible-print-inline {

    display: inline !important;

  }



  .visible-print-inline-block {

    display: inline-block !important;

  }



  .hidden-print {

    display: none !important;

  }

}



@media screen and (-webkit-min-device-pixel-ratio: 0),

  screen and (-o-min-device-pixel-ratio: 0/1),

  screen and (min-resolution: 0dppx) {

  input[type="date"].form-control,

  input[type="time"].form-control,

  input[type="datetime-local"].form-control,

  input[type="month"].form-control {

    line-height: 34px;

  }



  .input-group-sm input[type="date"],

  .input-group-sm input[type="time"],

  .input-group-sm input[type="datetime-local"],

  .input-group-sm input[type="month"],

  input[type="date"].input-sm,

  input[type="time"].input-sm,

  input[type="datetime-local"].input-sm,

  input[type="month"].input-sm {

    line-height: 30px;

  }



  .input-group-lg input[type="date"],

  .input-group-lg input[type="time"],

  .input-group-lg input[type="datetime-local"],

  .input-group-lg input[type="month"],

  input[type="date"].input-lg,

  input[type="time"].input-lg,

  input[type="datetime-local"].input-lg,

  input[type="month"].input-lg {

    line-height: 46px;

  }

}



@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-bottom .navbar-collapse,

  .navbar-fixed-top .navbar-collapse {

    max-height: 200px;

  }

}



@media all and (transform-3d), (-webkit-transform-3d) {

  .carousel-inner > .item {

    -webkit-transition: -webkit-transform 0.6s ease-in-out;

    transition: -webkit-transform 0.6s ease-in-out;

    -o-transition: transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out;

    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;



    -webkit-backface-visibility: hidden;



    backface-visibility: hidden;



    -webkit-perspective: 1000px;



            perspective: 1000px;

  }



  .carousel-inner > .item.active.right,

  .carousel-inner > .item.next {

    left: 0;



    -webkit-transform: translate3d(100%, 0, 0);



            transform: translate3d(100%, 0, 0);

  }



  .carousel-inner > .item.active.left,

  .carousel-inner > .item.prev {

    left: 0;



    -webkit-transform: translate3d(-100%, 0, 0);



            transform: translate3d(-100%, 0, 0);

  }



  .carousel-inner > .item.active,

  .carousel-inner > .item.next.left,

  .carousel-inner > .item.prev.right {

    left: 0;



    -webkit-transform: translate3d(0, 0, 0);



            transform: translate3d(0, 0, 0);

  }

}



@media (max-width: 600px){

  .poster{

    margin: 0 auto;

  }

  .slider-wrapp{

    width: calc(100% - 50px) !important;

  }

  .dates{

    top:6px;

  }

  .dates-wrap{

    margin-top:0px;

  }

}



.page_title_small , #como_one_title{

  font-size: 30px;

}

#como_one_title {
    font-size: 26px;
    text-align: left;
}

.article-page p , .article-page b , .article-page em , .article-page strong{

  font-size: 15px;

}

.article-page p a {
    word-break: break-all;
}

footer p , footer b , footer em , footer strong , footer a {

  font-size: 14px;

}

.display-none{

  display:none;

}

.slider-wrapp{

  display:-webkit-box;

  display:-ms-flexbox;

  display:flex;

  margin: 20px 0px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  width: calc(100% - 100px);

    margin: 0 auto;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    margin-top: 20px;

}

.slider-btn svg{

  width: 24px;

}

.btn-prev{

  margin-right: 20px;

}



.afisha-slider .afisha-slider_item{

  width: 330px;

  margin-right: 20px;

}

.slick-slide img{

  /*width:100%;

  border-radius: 10px;

  */

}

.slider-wrapper2{

  width:calc(100% - 88px);

}
.more-open{
  top:0px;
}
.btn-vue-calendar input{
  display:none;
}
.btn-vue-calendar.open{
  width:150px;
  padding:10px;
}
.btn-vue-calendar.open input{
  display:block;
  margin-top: 5px;
}
@media (min-width: 992px ) and (max-width: 1199px){
  .selected-image{
    margin-left:20px;
  }
  .select-image-block{
    width:445.89px;
  }
}
@media (max-width: 992px ){
  .image-wrapper{
    flex-direction: column;
    align-items: center;
    
  }
  .select-image-block{
    width:100%;
  }
  .selected-image{
    margin-left:0px;
    margin-top: 20px;
  }
}
.jobian-page{
  background: #fff;
  
}
.jobian-page *{
  font-family: Fira Sans !important;
}
.jobian-header{
  margin-top:55px;
  margin-bottom: 60px;
}

.jobian-title{
  font-weight: 600;
font-size: 28px;
line-height: 28px;
color: #001D3B;
margin-bottom: 30px;
}
.jobian-item_content p {
  font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #001D3B;

}
.jobian-item{
box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.04);
border-radius: 8px;
display:flex;
width:48%;
height: 165px;
padding: 18px 28px 22px 18px;
background-color: #fff;
margin-bottom: 20px;
}
.jobian-item_img img{
  margin-right: 30px;
    

}
.jobian-btn{
   color: #fff;
    background: #19C15A;
    border-radius: 8px;
    padding: 14px 0px;
    font-weight: 600;
    font-size: 14px;
    width: 228px;
    text-align: center;
}
.jobian-item_content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.jobia-content > div{
  display: flex;
  justify-content: space-between;
}
.jobian-header .logo img {
  width:200px;
}
.jobian-image{
  margin:0 auto;
  transition: 0.5s;
}

.scale-img1 img{
  transform: scale(4.13);
  margin-left: 326px; 
  
}
.scale-img2 img{
  transform: scale(4.13);
  margin-left: -147px; 
  
}
@media (max-width:1198px) {
  .scale-img1 img{
    position: absolute;
    left: 0px;
    transform: scale(1);
    margin-left: 0px;
    z-index: 10;
    
  }
  .scale-img2 img{
    position: absolute;
    left: 0px;
    transform: scale(1);
    margin-left: 0px;
    z-index: 10;
    
  }
}
@media (max-width:1199px) {
  .jobia-content{
    flex-direction: column;
    
  }
  .jobia-content > div{
    flex-direction: column;
  }
  .jobia-content > div {
    margin-bottom: 35px;
  }
  .jobian-item{
    width:435px;
  }
}
@media (max-width:500px) {
 
  .jobian-item_content p{
    font-size:14px;
  }
  .jobian-item{
    width:100%;
    height: auto;
  }
}

.friends-wrapper{
  list-style: none;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}
.friends-wrapper li{
  width: 32%;
  text-align: center;
  margin-bottom: 10px;
}
.friends-wrapper li img{
  display:block;
  margin:0px auto;
  margin-bottom: 5px;
  border-radius: 50%;
  transition: transform 1s ease, -webkit-transform 1s ease;
  transform: scale(1);
  width: 50px;
  height:50px;
}
.friends-wrapper li img:hover{
  transform: scale(2);
}
.friends-wrapper li a{
  color:#fff !important;
  text-align: center;
}

.pay-buttons-wrapper{
  margin-top:50px;
  font-size: 24px;
  
}
.pay-buttons-wrapper{
  display:flex;
  justify-content: space-between;
}
.pay-buttons-row:first-child{
  width: 25%;
}
.pay-buttons-row:last-child{
  width: 60%;
}

.pay-method:not(.visa){
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 5px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 0px 13px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 13px 5px rgb(34 60 80 / 20%);
    border-radius: 15px;
    word-wrap: break-word;
}
.patreon , .crypto , .bizum{
  margin-bottom: 25px;
}
.our-needs h2{
  /*font-size: 30px;*/
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.our-needs .label-description {
    font-style: italic;
}

.need-title{
  font-size: 18px;
  color:#000;
}
.need-description{
  font-size: 14px;
  max-width: 600px;
  margin-bottom: 10px;
}
.need{
  margin-bottom: 20px;
}
.load-bar{
  width:100%;
  height: 30px;
 /* border:1px solid #FF8C7D;*/
  /*border: 2px solid #0172b8;*/
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.load-bar .sum{
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -35px;
}
.our-needs{
  margin:40px 0px;
}
.donat-btn {
  font-size: 18px;
    /*background-color: #19C15A;*/
    background-color: #a9cded;
    /*color: #fff;*/
    color: #000;
    padding: 5px 20px;
    border-radius: 58px;
    margin-top: 10px;
    display: block;
    width: fit-content;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: 0.2s;
}
.procent-load{
  
  height: 30px;
  /*background-color:#FF8C7D;*/
  background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/bar-blue.png);
  position: absolute;
    /*top: -1px;*/
    top: -2px;
    left: 0;
    border-radius: 30px;
    z-index: -1;
}
.pay-buttons-row .visa{
  /*max-height:170px;*/
}
.bizum{
  text-align:center;
  color: #337ab7;
}
.tyros-sidebar > p{
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  top: 5px;
}
.llang-text{
  position: relative;
    /*top: 7px;*/
    top: 5px;
}
@media (max-width: 1199px){
  .pay-buttons-wrapper{
    flex-direction: column;
    align-items: center;
  }
  .pay-buttons-row:first-child , .pay-buttons-row:last-child{
    width: 600px;
  }
  .visa form{
    height: 170px;
  }
  .visa form input[type="image"]{
    max-height: 100%;
    object-fit: contain;
  }
 
  .visa{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 5px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 0px 13px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 13px 5px rgb(34 60 80 / 20%);
    border-radius: 15px;
    padding: 20px 15px;
   /* max-height: 210px !important;*/
    margin-bottom: 25px;
  }
  .bizum img{
    max-width: 400px;
  }
}

@media (max-width: 600px){
  .pay-buttons-row:last-child , .pay-buttons-row:first-child {
    width: 100%;
  }
  .bizum img{
    max-width: 100%;
  }
 
  .our-needs{
    margin: 0px;
  }
}

/* NEW [START] */
.label-description {
    font-size: 14px;
}

@media (max-width: 600px){

  .label-description {
      font-size: 13px;    
  }
}

@media (max-width: 500px){
    .llang-text {
        font-size: 13px;
        flex-shrink: 0;
        top: 5px;
    }
    
    .menu-top {
        flex-wrap: wrap;
    }
    
    .ct-item_small {
/*        flex-basis: 100px;
        flex-grow: 1;*/
        width: 50%;
    }
    
    .ct-item_default {
        flex-basis: 200px;
        flex-grow: 1;
    }
}

@media (max-width: 416px){
    .new-lang {
        justify-content: space-around;
    }
    
    .llang-text {
        top: 3px;    
    }
}

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/new/Cambria.eot');
    src: local('Cambria'),
        url('../fonts/new/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../fonts/new/Cambria.woff2') format('woff2'),
        url('../fonts/new/Cambria.woff') format('woff'),
        url('../fonts/new/Cambria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria-Bold';
    src: url('../fonts/new/Cambria-Bold.eot');
    src: local('Cambria Bold'), local('Cambria-Bold'),
        url('../fonts/new/Cambria-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/new/Cambria-Bold.woff2') format('woff2'),
        url('../fonts/new/Cambria-Bold.woff') format('woff'),
        url('../fonts/new/Cambria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#filter {
    font-size: 15px;
}

#filter input[type="checkbox"], #filter input[type="radio"] {
    position: relative;
    top: 1px;
}

.copy-wallet {
    max-width: 100%;
    width: 24px;
}

.donat-btn:hover {
    background-color: #4e96d2;
    color: white;
    border: 2px solid #0072d6;
}

.loadbar {
    overflow: hidden;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -1px;
    border: 2px solid #0172b8;
    border-radius: 20px;    
}

.bar-orange {
    border: 2px solid #f6a000;
}

.procent-load_orange {
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/bar-orange.png);    
}

.title-urgency {
    display: inline-block;
    border: 2px solid red;
    padding: 2px 5px;
    color: red;
    border-radius: 25px;
    font-size: 12px;    
    font-weight: bold;
}

.card-donate, .card-donate:hover {
/*    border: none;
    outline: none;
    width: 440px;
    max-width: 100%;
    background: transparent;
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/card_donate.png);
    height: 686px;*/
    border: none;
    outline: none;
    width: 310px;
    max-width: 100%;
    background: transparent;
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/card_donate.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 468px;
    position: relative;
}

.card-donate-no-qr, .card-donate-no-qr:hover  {
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/card_donate_no_qr.png);
    height: 180px;
}

.card-donate_wrapper {
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    width: 100%;
}

.clear-button, .clear-button:hover {
    border: none;
    outline: none;
    background: transparent;
}

.contacts-button, .contacts-button:hover {
    max-width: 100%;
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/btn_contacts.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    width: 100%;
    min-height: 59px;
    text-transform: uppercase;
    color: #e0d152;
    font-size: 27px;
    letter-spacing: 2px;
}

.more-button, .more-button:hover {
    position: relative;
    width: 80%;
    min-height: 29px;
    border-radius: 12px;
    border: 2px solid #2e489a;
    color: #2e489a;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 5px;
    margin: 0px 56px;
}

.card-donate_wrapper p {
    margin: 0;
}

.card-donate_title {
    text-transform: uppercase;    
}

.form-custom {
    margin: 20px auto;
}

.form-contacts {
    width: 80%;
    margin: 45px auto;
}

.form-full {
    width: 100%;    
}

.form-contacts input, .form-contacts textarea, .form-contacts select,
.form-full input, .form-full textarea, .form-full select,
.letter-recipient, .btn-form-full, .btn-form-full:hover {
    background: transparent;
    border-radius: 15px;
    border: 2px solid #006db5;
}

.btn-form-full {
    margin-bottom: 20px;
    color: #006db5;
}
/*
.btn-form-full.active {
    margin-bottom: 0;    
}*/

.letter-recipient {
    padding: 20px;
    box-sizing: border-box;
}

.form-custom-label {
    font-size: 22px;    
}

.form-contacts-inputs {
    padding: 0 50px; 
}

.form-input-group {
    margin-top: 26px;
}

.flex-input-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-growing-button {
    flex-grow: 1;    
}

.form-input-group .form-input {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.d-flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */    
}

.flex-column {
    flex-direction: column;    
}

.flex-wrap {
    flex-wrap: wrap;
}

.section-title {
    margin-top: 36px;    
}

.document-wrapper {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

.stats-medicamentos {
    justify-content: center;
    margin: 0 -20px;
}

.stats-medicamentos-wrapper {
    margin: 10px 20px 20px;
    flex-basis: 400px;
}

.page-text {
    font-size: 20px;
    margin-top: 36px;
}

.choose-file {
    background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/btn_choose-file.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    min-height: 131px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fullwidth {
    width: 100%;
}

.adaptive-width {
    max-width: 100%;
}

.choose-file_label {
    font-style: italic;
    font-size: 22px;
    margin-top: 3px;
    color: #878a8c;
}

.upload-icon {
    width: 53px;
}

.form-contacts select.form-input {
    width: 40%;
}

.btn-form-confirm, .btn-form-confirm:hover {
    border-radius: 8px;
    background: #a9cded;
    color: white;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.send-form {
    text-align: center;
    margin-top: 23px;
}

.assoc-button, .assoc-button:hover {
    /*max-width: 100%;*/
    /*background-image: url(https://ucranianos.com/themes/ucranianos/assets/images/assoc_btn.png);*/
    background: #ffd02c;
    border-radius: 10px;
    border: 3px solid #ea7b19;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    width: 100%;
    min-height: 86px;
    font-size: 20px;
    color: rgb(1, 0, 0);
    line-height: 1.2;
    margin: 0 auto 20px;
    word-break: break-word;
    box-sizing: border-box;
    display: block;
}

.assoc-button:hover {
    box-shadow: 0px 0px 20px #ea7b19;
}

.join {
    font-size: 16px;
    margin: 15px 0 40px;
    justify-content: space-between;
}

.join-button, .join-button:hover {
    background: #b9d7f2;
    border-radius: 25px;
    border: 3px solid #232dd1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    /*width: 84%;*/
    min-height: 86px;
    font-size: 20px;
    color: rgb(1, 0, 0);
    line-height: 1.2;
    margin: 20px auto;
    word-break: break-word;
    box-sizing: border-box;
    display: block;
}

.join-button-hover {
    box-shadow: 0px 0px 20px #7d7d7d;
}

.join-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

ul.join-list {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 30px;
   /* list-style-type: circle;*/
   list-style: none;
   font-size: 16px;
}

ul.join-list li::before {
    content: "◦";
    color: #232dd1;
    display: inline-block;
    width: 24px;
    margin-left: -25px;
    font-size: 34px;
    vertical-align: middle;
    line-height: 7px;
}

.policy-checkboxes {
    /*margin: 30px 66px;*/
    margin: auto auto 20px;
    font-size: 16px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
 /* display: inline-flex;
  align-items: center;*/
  display: inline;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #232dd1;
  border-radius: 0.25em;
  margin-right: 0.5em;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: white;
  position: relative;
  top: 4px;
}

.custom-checkbox:checked+label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23232dd1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.assoc-logo {
    width: 296px;
    display: block;
    margin: 10px auto;
}

.mail-us {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.join-role {
    font-size: 36px;    
}

.role-wrapper {
    display: flex;
    flex-direction: column;
}

.block-center {
    margin: 0 auto;
    display: block;
}

.text-center {
    text-align: center;    
}

.persona-block {
    box-sizing: border-box;
    width: 420px;
    max-width: 100%;
    height: auto;
    min-height: 279px;
    justify-content: center;
    align-items: center;
    border: 2px solid #c1d6f1;
}

.persona-wrapper {
    justify-content: space-between;    
}

.persona-wrapper > div {
    justify-content: flex-start;
}

.persona-image {
    margin-bottom: 13px;
    width: 100px;
}

.persona-title {
    font-size: 20px;    
}

.persona-btn {
    border: 2px solid #5281ff;
    background: #789cff;
    font-size: 16px;
}

.persona-btn:hover {
    border: 2px solid #5281ff;
    background: #789cff;
    font-size: 16px;
    box-shadow: 0px 0px 20px #7d7d7d;
}

.persona-label {
    margin-bottom: 5px;
    font-size: 22px;
}

ul.persona-list {
    padding-left: 31px;
}


ul.persona-list li {
    border-bottom: none;
    font-size: 20px;
    padding: 2px;
    list-style-image: url('../images/check.png');
}

.lang-rare {
    margin: 10px 0 13px;    
}

.lang-new {
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.lang-new-ua {
    background-image: url('../images/new_lang_ukr.png');
    width: 146px;
    height: 40px;
}

.lang-new-esp {
    background-image: url('../images/new_lang_esp.png');
    width: 118px;
    height: 40px;
}

/*.lang-rare .lang {
    position: static;    
}*/

.lang-new-active.lang-new-ua {
    background-image: url('../images/new_lang_ukr_active.png');
    right: -8px;
}

.lang-new-active.lang-new-esp {
    width: 121px;
    background-image: url('../images/new_lang_esp_active.png');
    left: -8px;
}

.lang-new-active {
    position: relative;
    z-index: 2;
}

.new-lang-text {
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: initial;
    font-size: 15px;
    margin-right: 15px;
}

.socials-header {
    align-items: center;
    position: relative;
    z-index: 999999;
    margin: 0 5px;
}

.social-icon {
    margin: 0 3px;
    width: 40px;
    transition: 0.3s;
}

.social-icon:hover {
    /*width: 45px;*/
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}

.social-icon_instagram {
    width: 32px;
}

/*.social-icon_instagram:hover {
    width: 37px;
}*/

.next, .next:hover, .next2, .next2:hover {
    background: transparent;
    width: 50px;
    height: 109px;
    background-image: url('/themes/ucranianos/assets/images/charity/arrows/next-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
}

.prev, .prev:hover, .prev2, .prev2:hover  {
     background: transparent;
     background-image: url("/themes/ucranianos/assets/images/charity/arrows/prev-arrow.png");
     background-position: center;
     background-repeat: no-repeat;
     width: 50px;
     height: 109px;
}

.comment {
    width: 100%;
    margin: 20px auto;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
    border-radius: 15px;
    border: 2px solid #006db5;
}

.comment_name {
    font-weight: 700;
    margin-bottom: 0;
}

.form-border {
    height: 2px;
    width: 100%;
    background-color: #006db5;
}

.comment-border {
     width: 90%;
     margin: 20px auto 40px;
}

.quick-contacts {
    margin-bottom: 20px;
    border: 2px solid #006db5;
}

.contacts-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact-button, .contact-button:hover {
    border: 2px solid #006db5;
    color: black;
    margin: 5px;
    background: transparent;
    border-radius: 15px;
    transition: 0.3s;
}

.contact-button:hover, .contact-button.active {
     background: #006db5;
     color: white;
}

.contact-email {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;form-input-group
    font-weight: 700;
    word-break: break-all;
}

/* [PAGE: спонсори] */
.block-title {
    font-size: 36px;
}

.partners {
    justify-content: center;    
}

.partner {
    width: 170px;
    max-width: 100%;
    /*border: 2px solid #2e489a;
    border-radius: 12px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.partner__name {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.partner__descr {
    border: 2px solid #909090;
    border-radius: 11px;
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.partner__addr {
    font-size: 18px;    
}

.partner__avatar {
    width: 96px;
    max-width: 100%;
}

.partner__avatar.partner__avatar_big {
    width: 128px;
}

@media (max-width: 1200px) {
     .upload-icon {
        width: 32px;
        margin-top: 14px;
    }
}

@media (max-width: 991px) {

    .persona-wrapper > div {
        justify-content: center;
        align-items: center;
    }
    

}

@media (max-width: 767px) {
    .more-button, .more-button:hover {
        width: 300px;
    }
}

@media (max-width: 600px){
    .join {
        display: block!important;    
    }
    
    .join-button {
        margin-top: 40px;    
    }
    
    .policy-checkboxes {
        margin: 30px 15px;    
    }
       
    .persona-block {
        width: auto;    
    }
    
    .next, .next:hover, .prev, .prev:hover  {
        width: 8px;
        height: 48px;
    }
    
    .prev, .prev:hover {
        background-image: url("/themes/ucranianos/assets/images/prev-arrow_mob.png");
        left: -7px;
    }
    
    .next, .next:hover {
        background-image: url('/themes/ucranianos/assets/images/next-arrow_mob.png');
        right: -7px;
    }
    
    .slick-arrow.slick-hidden {
        display: block;    
    }
    
    .more-button, .more-button:hover {
        margin: 0;
        max-width: 250px;
        width: auto;
        padding: 5px 15px;
        box-sizing: border-box;
    }
    
    .partner {
        width: 150px;
        margin: 5px;
    }
    
    .stats-medicamentos {
        margin: 0;
    }
    
    .stats-medicamentos-wrapper {
        margin: 0;
        flex-basis: 100%;
    }
}

@media (max-width: 576px) {
    .form-contacts {
        width: 100%;    
    }
    
    .form-contacts-inputs {
        padding: 0;    
    }
    
    .form-contacts select.form-input {
        width: 90%;    
    }
    
    .upload-icon {
        width: 24px;
    }
}

@media (max-width: 450px) {
    .socials-header {
        margin: 0;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .social-icon {
        width: 36px;    
    }
    
    .social-icon_instagram {
        width: 30px;
    }
    
    .lang-rare {
        margin-top: 0;    
    }
    
    /*.lang-new {
        scale: 0.8;    
    }
    
    .lang-new-ua {
        width: 188px;
    }
    
    .lang-new-active.lang-new-ua {
        right: -43px;
    }
    
    .lang-new-esp {
        width: 186px;
    }
    
    .lang-new-active.lang-new-esp {
        width: 146px;
        left: -42px;
    }*/
    
    .lang-wrapper {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .new-lang-text {
        margin-right: 0;
        font-size: 13px;
    }
    
    .news2 {
      width: 96px;
      height: 96px;
    }
}

@media (max-width: 374px) {
    .new-lang-text {
        display: none;    
    }    
}

/* NEW [END] */