/*
Theme Name: ITBrolis
Theme URI: URL
Version: 1.0
Author: Linas Pagirys
Author URI: http://www.itbrolis.lt/
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }



/* This stylesheet generated by Transfonter (https://transfonter.org) on March 2, 2018 7:15 AM */

@font-face {
  font-family: 'Amarillo';
  src: url('fonts/Amarillo.woff2') format('woff2'),
  url('fonts/Amarillo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Regular.woff2') format('woff2'),
  url('fonts/MinionPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Bold.woff2') format('woff2'),
  url('fonts/MinionPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


/* MAIN LAYOUT */
/* ----------------------------------------- */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #717171;
  font-size: 12px;
  line-height: 24px;
  height: 39px;
  width: 100%;
  border: 1px solid #68b1e1;
  border-radius: 50px;
  padding-left: 20px;
}

html {
  height:100%;
  min-height: 100%;
}

body {
  font-family: 'Minion Pro', sans-serif;
  height:100%;
  min-height: 100%;
  color: #333333;
  display: flex;
  flex-direction: column;
  background: #dce4e5;
}

#main-content {
  flex: 1 0 auto;
}

a {
  color: #000000;
}

a:hover {
  color: #f14f1d;
  text-decoration: none;
  cursor: pointer;
}

p {
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3 {

}

h4,
h5,
h6 {

}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}

.rte h2 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}

.rte h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.rte h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

.rte h5 {
  font-size: 23px;
  line-height: 27px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
  padding-left: 35px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

header {
  background: #dcdcdc;
}

footer {

}

.not-found {
  text-align: center;
  padding: 100px 0;
}

.not-found h1 {
  margin-bottom: 30px;
}

nav {
  width: 100%;
}

.sub-menu {
  position: absolute;
  background: #181818;
  min-width: 130px;
  padding: 15px;
  display: none;
  z-index: 10;
}

.navbar-default .navbar-nav > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  .mob-men {
    margin-left: -15px;
    margin-right: -15px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
    background: -webkit-linear-gradient(#36aae7, #1fa0e4);
    background: -moz-linear-gradient(#36aae7, #1fa0e4);
    background: -o-linear-gradient(#36aae7, #1fa0e4);
    background: -ms-linear-gradient(#36aae7, #1fa0e4);
    background: linear-gradient(#36aae7, #1fa0e4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
    background: -webkit-linear-gradient(#1fa0e4, #1992d1);
    background: -moz-linear-gradient(#1fa0e4, #1992d1);
    background: -o-linear-gradient(#1fa0e4, #1992d1);
    background: -ms-linear-gradient(#1fa0e4, #1992d1);
    background: linear-gradient(#1fa0e4, #1992d1);
  }
  #cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}

.logo-holder {
  float: left;
}

.menu-holder {
  float: right;
}

.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #199ad6;
  font-weight: 700;
  transition: all 0.3s ease;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:visited {
  color: #199ad6;
  background-color: transparent;
  opacity: 0.7;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.about-left {

}

.about-right {

}

.header-txt-wrapper {
  text-align: center;
  margin-top: 150px;
}

.header-txt-wrapper h2 {
  color: #199ad6;
  font-size: 39px;
  line-height: 100px;
  font-family: 'Amarillo', sans-serif;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 400;
}

.header-txt-wrapper p {
  color: #199ad6;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.btn-blue {
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  background: #199ad6;
  padding: 15px 30px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s ease;
}

header#pradzia {
  background: url(images/first-section-buble.png) no-repeat top -134px center;
}

.header-hello {
  position: relative;
}

.miracle-logo {
  background: url("images/blanket-logo.png") no-repeat center center;
  width: 87%;
  height: 82px;
  position: absolute;
  bottom: 46px;
}

.vertical-connector {
  position: absolute;
  left: calc(50% - 5px);
  width: 5px;
  height: 50px;
  bottom: -1px;
  background: #e6f4fa;
}

.partners-logos-wrapper {
  text-align: center;
}

.partners-logos-wrapper img {
  display: inline-block;
}

.partners-section {
  background: url(images/partners-section-bg.png) no-repeat center center;
  padding: 52px 0;
}

.about-us-text h2 {
  color: #e06e7f;
  font-size: 28px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-us-text p {
  font-size: 15px;
  line-height: 22px;
}

.about-us-text ul {
  
}

.about-us-text ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  line-height: 22px;
}

.about-us-text ul li:after {
  content: "";
  background: url("images/list-style-red.png") no-repeat;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 7px;
  display: block;
  position: absolute;
}

.about-us-left {
  float: left;
  width: 40%;
  padding-right: 0%;
}

.about-us-right {
  float: left;
  width: 60%;
  padding-top: 85px;
}

.apie-mus-section {
  background: url(images/second-about-background.png) no-repeat center center;
  margin-top: -15px;
}

.about-us-image {
  position: relative;
  top: 25px;
}

.one-collum-smaller {
  position: relative;
}

.partners-about-us {
  background: #fff;
  bottom: -54px;
}

.kaip-naudoti-section {
  padding: 50px 0 140px 0;
  position: relative;
}

.how-to-use-heading {
  text-align: center;
  position: relative;
}

.how-to-use-heading h2 {
  color: #0097db;
  font-size: 40px;
  line-height: 44px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 15px 15px 15px;
  display: inline-block;
  border-bottom: 1px solid #0097db;

}


.blue-birds {
  background: url("images/varneles-blue.png") no-repeat center center;
  position: absolute;
  left: calc(50% - 24px);
  width: 47px;
  height: 24px;
  bottom: -43px;
  opacity: 0.5;
}

.htu-img {
  margin-bottom: 30px;
}

.htu-text p {
  font-size: 18px;
  line-height: 22px;
}

.how-to-use-item {
  width: 49%;
  padding: 0 15px;
  margin-bottom: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.how-to-use-bloks-wrapper {
  margin-top: 35px;
}

.red-flower {
  background: url(images/flower-bubbles.png) no-repeat center center;
  position: absolute;
  right: 8%;
  top: 196px;
  width: 61px;
  height: 61px;
  opacity: 0.5;
}


.blue-boronka {
  background: url(images/boronka-blue.png) no-repeat center center;
  position: absolute;
  right: 0%;
  top: 42%;
  width: 86px;
  height: 86px;
  opacity: 0.3;
}

.blue-flower {
  background: url(images/flower-bubbles-blue.png) no-repeat center center;
  position: absolute;
  right: 51%;
  bottom: 4%;
  width: 62px;
  height: 61px;
  opacity: 0.3;
}

.how-to-video-wrapper{
  position: relative;
  margin-top: 80px;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.video-how {
  padding: 0px 14%;
}

.title-how-video {
  height: 126px;
  background: url(images/arrow-right.png) no-repeat bottom center;
  position: absolute;
  left: -50px;
  top: 32%;
  width: 130px;
}

.title-how-video h3{
  color: #0097db;
  font-size: 25px;
  line-height: 29px;
}

.oval-sep-female {
  background: url(images/oval-seperator-female.png) no-repeat center center;
  width: 100%;
  height: 177px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.why-choose-left {
  float: left;
  width: 60%;
  padding: 0 7% 0 16%;
}

.why-choose-right {
  float: left;
  width: 36%;
}

.kodel-verta-section {
  background: url(images/why-choose-bg.png) no-repeat center center;
  margin-top: -40px;
  position: relative;
}

.why-choose-image {
  position: relative;
  top: 30px;
}


.why-choose-text h2 {
  color: #a762a6;
  font-size: 28px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.why-choose-text ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}

.why-choose-text ul li:after {
  content: "";
  background: url("images/list-style.png") no-repeat;
  width: 13px;
  height: 9px;
  left: 0px;
  top: 7px;
  display: block;
  position: absolute;
}

.why-choose-text {
  margin-top: 110px;
}

.modeliai-wrapper {
  text-align: center;
}

.modeliai-wrapper h2{
  color: #0097db;
  font-size: 40px;
  line-height: 44px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 0px 15px 15px 15px;
  display: inline-block;
  border-bottom: 1px solid #0097db;
  text-align: center;
}

.purple {
  color: #a762a6;
}

.how-to-use-item  {
  text-align: center;
}
.manufacturer {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #199ad6;
  margin-top: 20px;
}

.model-text p {
  font-size: 17px;
  line-height:22px;
  color: #a6a6a6;
}

.model-item {
  display: inline-block;
  width: 24%;
  margin-bottom: 50px;
  vertical-align: top;
}

.model-img {
  margin-bottom: 15px;
}

.modeliai-section {
  margin-top: 63px;
}

.oval-sep-male {
  background: url(images/oval-seperator-female.png) no-repeat center center;
  width: 100%;
  height: 177px;
  position: absolute;
  bottom: -125px;
  left: 0px;
  transform: rotate(180deg);
}

.kur-isigyti {
  padding-top: 115px;
}

.where-to-buy-heading h2 {
  font-size: 33px;
  font-weight: 700;
  color: #a6a6a6;
  margin-bottom: 35px;
}

.where-to-buy-wrapper {
  position: relative;
  padding: 0 70px;
}

.birds-grey {
  background: url(images/varneles-grey.png) no-repeat center center;
  position: absolute;
  right: 35%;
  top: 10px;
  width: 47px;
  height: 24px;
  opacity: 1;
}

.oval-sep-female.where-to-buy-oval {
  background: url(images/oval-seperator-female-long-nose.png) no-repeat center center;
  top: -140px;
  bottom: auto;
  height: 208px;
}

.google-maps {
  position: relative;
  padding-bottom: 45%; // This is the aspect ratio
height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.where-to-buy-shops {
  margin-top: 55px;
}

.where-to-buy-item {
  display: inline-block;
  width: 24%;
}

.where-to-buy-item h2 {
  font-weight: 700;
  font-size: 18px;
  color: #555555;
  margin-bottom: 5px;
}

.miracle-logo-footer {
  background: url(images/blanket-logo.png) no-repeat center center;
  width: 100%;
  height: 82px;
  bottom: 46px;
}

.kontaktai-sublogo {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 45px;
}
.kontaktai-sublogo img {
  display: inline-block;
  margin: 0 auto;
}

.kontaktai-section {
  background: url(images/footer-elipse.png) no-repeat top center;
  position: relative;
  margin-top: 195px;
  padding-bottom: 50px;
}

.kontaktai-wrapper {
  position: relative;
}

.kontaktai-inside-wrapper h2 {
  font-size: 25px;
  color: #68b1e1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #68b1e1;
  display: inline-block;
}

.oval-sep-female.kontaktai-oval {
  background: url(images/oval-seperator-female-long-nose.png) no-repeat center center;
  top: -220px;
  bottom: auto;
  height: 220px;
}

.kontaktai-left {
  float: left;
  width: 60%;
}

.kontaktai-right {
  float: left;
  width: 40%;
  padding-left: 10%;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #68b1e1;
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  top: 4px;
  left: 21px;
}

.address p{
  color: #aeaeae;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 21px;
}

.contact-text {
  position: relative;
}

.footer-btn {
  margin-top: 30px;
}

.footer-flower-red {
  background: url(images/flower-bubbles.png) no-repeat center center;
  width: 61px;
  height: 61px;
  margin-top: 44px;
  margin-left: 50px;
}

input:focus,
textarea:focus {
  outline: none !important;
}


footer {
  background: #f78898;
  padding: 22px 0;
  position: relative;
}

.footer-text p {
  padding-left: 79px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  margin-bottom: 0px;
}


.footer-product {
  background: url("images/footer-cropped.png") no-repeat bottom left;
  position: absolute;
  width: 441px;
  height: 686px;
  left: 0px;
  bottom: 0px;
  background-size: 93%;
}

.custom-padding-for-head {
  padding: 60px 100px 0 140px;
}

.duk-section{
  padding: 50px 0;
}

.duk-section h2{
  line-height: 44px;
  margin-top: 0px;
  padding: 0px 15px 15px 15px;
  border-bottom: 1px solid #a6a6a6;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  color: #a6a6a6;
  margin-bottom: 29px;
}


.panel-group .panel {
  background: #f1fcfa;
}

.panel-group .panel {
  background: #f1fcfa;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

.tab-links {
  color: #68b1e1;
}

.tab-links:hover,
.tab-links:active,
.tab-links:focus,
.tab-links:visited,

.tab-links:hover h3,
.tab-links:active h3,
.tab-links:focus h3,
.tab-links:visited h3
{
  color: #a762a6;
  text-transform: none;
  text-decoration: none;
}


.panel-body {
  padding: 15px;
  list-style: none;
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  line-height: 22px;
}





@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 1600px) {
  .footer-product {
    background-size: 54%;
  }
}
@media screen and (min-width: 1200px) {

  .duk-wrapper{
    padding: 0 15%;
  }

  .kontaktai-inside-wrapper {
    padding-left: 70px;
    padding-right: 140px;
  }

  .where-to-buy-heading h2 {
    padding-left: 45px;
  }

  .where-to-buy-wrapper {
    padding: 0 70px;
  }

  .container {
    width: 1200px;
  }

  .one-collum-smaller {
    padding: 0 70px;
  }

  .two-collum-smaller {
    padding: 0 140px;
  }

  .how-to-use-item {
    padding: 0 30px;
  }

  .about-us-text {
    padding-right: 25%;
  }

  .model-img {
    padding: 0 17%;
  }

}

@media screen and (max-width: 1200px) {

  .logo-holder {
    float: none;
    text-align: center;
  }

  .logo-holder img {
    display: inline-block;
  }

  .menu-holder {
    float: none;
  }

  ul#menu-main-menu-lt {
    float: none !important;
    text-align: center;
  }

  .navbar-nav>li {
    float: none;
    display: inline-block;
  }

  .custom-padding-for-head {
    padding: 20px 0px 0 0px;
  }

  .header-txt-wrapper {
    text-align: center;
    margin-top: 100px;
  }

  .header-txt-wrapper h2 {
    font-size: 29px;
    line-height: 80px;
  }

  .partners-section {
    margin-top: 40px;
  }

  .title-how-video {
    left: -10px;
  }

  .why-choose-left {
    float: left;
    width: 60%;
    padding: 0 4% 0 4%;
    margin-bottom: 93px;
  }

  .footer-product {
    width: 100px;
  }

}

@media screen and (max-width: 992px) {
  .header-txt-wrapper {
    text-align: center;
    margin-top: 43px;
  }

  .miracle-logo {
    width: 72%;
  }

  .vertical-connector {
    display: none;
  }

  .partners-section {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .about-us-right {
    padding-top: 5px;
  }

  .footer-product {
    width: 69px;
    height: 120px;
  }

}

@media screen and (max-width: 768px) {
  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

}

@media screen and (max-width: 767px) {
  .title-how-video {
    height: auto;
    background: transparent;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .model-item {
    width: 49%;
    margin-bottom: 80px;
  }

  .video-how {
    padding: 0px 0%;
  }

}

@media screen and (max-width: 480px) {
  .kontaktai-left {
    float: none;
    width: 100%;
  }

  .kontaktai-right {
    float: none;
    width: 100%;
    padding-left: 0%;
    margin-top: 85px;
  }

  .header-txt-wrapper {
    text-align: center;
    margin-top: 0px;
  }

  .header-txt-wrapper h2 {
    font-size: 21px;
    line-height: 76px;
    margin-top: 3px;
  }

  .miracle-logo {
    width: 100%;
    bottom: 27px;
  }

  .about-us-left {
    float: none;
    width: 100%;
    padding-right: 0%;
  }

  .about-us-right {
    float: none;
    width: 100%;
  }

  .about-us-image {
    position: relative;
    top: 25px;
    padding: 0 30%;
  }

  .how-to-use-item {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 65px;
  }


  .why-choose-left {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 80px;
  }

  .why-choose-right {
    float: none;
    width: 100%;
    padding: 0 30%;
    display: none;
  }

  .kur-isigyti .where-to-buy-oval {
      display: none;
  }

  .where-to-buy-wrapper {
    position: relative;
    padding: 0 0px;
  }

  .birds-grey {
    right: 4%;
  }

  .google-maps {
    position: relative;
    padding-bottom: 120%;
    overflow: hidden;
  }

}



@media screen and (max-width: 350px) {
  .why-choose-text ul li {
    list-style: none;
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 13px;
  }
}













