/**
 * Reset css
 */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
}
div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input{
  font-weight: 400;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
}
h1{
  font-size: 2.55em;
}
h2{
  font-size: 2.25em;
}
h3{
  font-size: 1.95em;
}
h4{
  font-size: 1.65em;
}
h5{
  font-size: 1.35em;
}
h6{
  font-size: 1.15em;
}
/* =WordPress Core
-------------------------------------------------------------- */
 
img {
  max-width: 100%;
  height: auto;
}
/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor {}
.sticky{}
.col-right{
  text-align:right;
}
.col-left{
  text-align:left;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
dd.gallery-caption{
  margin-top: 10px;
}
.format-gallery dt img {
    width: auto;
}
.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption  .wp-caption-text{
  padding-top: 10px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.dropdown-menu,a{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,a.hover  {
	color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.animate-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
  margin-right: 5px;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
th, td {
  font-weight: normal;
  text-align: left;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
address {
  font-style: italic;
}
dt {
  font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input, button, select, textarea {
    max-width: 100%;
}
input:focus {
  -webkit-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -ms-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  -o-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
  outline: none;
}

.gallery-item{
	margin:0;
}
.right {
  float: right;
}

.left {
  float: left;
}
.padding-left-100{
  padding-left: 100px;
}
.padding-right-100{
  padding-right: 100px;
}
.vc_column-inner {
  padding-top: 0 !important
}
.width-50{
  width:50%;
  float: left;
}
.midle{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  align-items: center;
  display: flex;
  text-align: center;
}
.loaderWrap{
	width: 100%;
	position: fixed;
	height: 100%;
	background: #000; 
	z-index: 9999;
	text-align:center;
}

#loader {
	display: block;
	position: absolute;
	margin: auto;
	top: 45%;
	width:100%;
	bottom: 0;
}
.loader-heart{
	display:inline-block;
}
.loader-heart i{ 
	opacity: 0;
	-webkit-animation: pulse2 1.8s linear infinite;
	-moz-animation: pulse2 1.8s linear infinite;
	-ms-animation: pulse2 1.8s linear infinite;
	animation: pulse2 1.8s linear infinite;
}
.loader-heart2  i{
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}
.loader-heart3  i{
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.loader-heart4  i{
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}
.loader-heart1 i{
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
}
.loader-heart5  i{
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
}
.loader-heart6  i{
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}
.loader-heart7  i{
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
}
blockquote{
  position: relative;
}
blockquote p:after{
  content:'"';
  padding:0;
  display: inline-block;
}
blockquote p:before{
  content:'"';
  display: inline-block;
}
.d_inline_block{
  display: inline-block
}
#page{
  overflow: hidden;
  position: relative;
}
.site{
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px){
  .padding-left-200{
    padding-left: 200px;
  } 
  .padding-right-200{
    padding-right: 200px;
  }
}
@media (max-width: 1399px){
  .padding-left-200{
    padding-left: 100px;
  } 
  .padding-right-200{
    padding-right: 100px;
  }
}
/*Padding Top*/
.padding-top-10{
  padding-top: 10px;
}
.padding-top-15{
  padding-top: 15px;
}
.padding-top-20{
  padding-top: 20px;
}
.padding-top-25{
  padding-top: 25px;
}
.padding-top-30{
  padding-top: 30px;
}
.padding-top-35{
  padding-top: 35px;
}
.padding-top-40{
  padding-top: 40px;
}
.padding-top-45{
  padding-top: 45px;
}
.padding-top-50{
  padding-top: 50px;
}
.padding-top-60{
  padding-top: 60px;
}
.padding-top-65{
  padding-top: 65px;
}
.padding-top-70{
  padding-top: 70px;
}
.padding-top-75{
  padding-top: 75px;
}
.padding-top-80{
  padding-top: 80px;
}
.padding-top-90{
  padding-top: 90px;
}
.padding-top-100{
  padding-top: 100px;
}
.padding-top-125{
  padding-top: 125px;
}
.padding-top-240{
  padding-top: 240px;
}
.padding-top-250{
  padding-top: 250px;
}
/*Padding Bottom*/
.padding-bottom-10{
  padding-bottom: 10px;
}
.padding-bottom-20{
  padding-bottom: 20px;
}
.padding-bottom-30{
  padding-bottom: 30px;
}
.padding-bottom-40{
  padding-bottom: 40px;
}
.padding-bottom-45{
  padding-bottom: 45px;
}
.padding-bottom-50{
  padding-bottom: 50px;
}
.padding-bottom-55{
  padding-bottom: 55px;
}
.padding-bottom-60{
  padding-bottom: 60px;
}
.padding-bottom-65{
  padding-bottom: 65px;
}
.padding-bottom-70{
  padding-bottom: 70px;
}
.padding-bottom-75{
  padding-bottom: 75px;
}
.padding-bottom-80{
  padding-bottom: 80px;
}
.padding-bottom-90{
  padding-bottom: 90px;
}
.padding-bottom-100{
  padding-bottom: 100px;
}
.padding-bottom-160{
  padding-bottom: 160px;
}
.padding-bottom-170{
  padding-bottom: 170px;
}
.padding-bottom-240{
  padding-bottom: 240px;
}
.padding-bottom-250{
  padding-bottom: 250px;
}
/*Margin Top*/
.margin-top-10{
  margin-top: 10px;
}
.margin-top-20{
  margin-top: 20px;
}
.margin-top-30{
  margin-top: 30px;
}
.margin-top-40{
  margin-top: 40px;
}
.margin-top-50{
  margin-top: 50px;
}
.margin-top-60{
  margin-top: 60px;
}
.margin-top-70{
  margin-top: 70px;
}
.margin-top-80{
  margin-top: 80px;
}
.margin-top-90{
  margin-top: 90px;
}
.margin-top-100{
  margin-top: 100px;
}
/*Margin Bottom*/
.margin-bottom-10{
  margin-bottom: 10px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-30{
  margin-bottom: 30px;
}
.margin-bottom-40{
  margin-bottom: 40px;
}
.margin-bottom-50{
  margin-bottom: 50px;
}
.margin-bottom-60{
  margin-bottom: 60px;
}
.margin-bottom-70{
  margin-bottom: 70px;
}
.margin-bottom-80{
  margin-bottom: 80px;
}
.margin-bottom-90{
  margin-bottom: 90px;
}
.margin-bottom-100{
  margin-bottom: 100px;
}

/*Beans Slider*/
.beans-stepslider .beans-slideset {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.beans-stepslider .beans-slideset button.slick-arrow {
  top: 40%;
  border: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #afafb0;
  position: absolute;
  height: 35px;
  width: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius:100%;
  z-index: 999;
  color: transparent;
  background:none;
}
.beans-stepslider .beans-slideset button.slick-arrow:hover i{
  color:#fff;
}
.beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
  left: -75px;
}
.beans-stepslider .beans-slideset button.slick-arrow.slick-next {
  right: -75px;
}
.beans-stepslider .beans-slideset button.slick-arrow i {
  font-size: 22px;
  color: #afafb0;
  line-height: 32px;
}
.beans-stepslider .beans-slideset button.slick-arrow:focus {
  outline: none;
}
.beans-slider, .beans-stepslider, .beans-fadeslider{
  width: 100%;
  position: relative;
}
.slick-slider {
  padding:0;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
 }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  }
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
  min-height: 1px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  margin:0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots li:hover{
  cursor: pointer;
  background: #999
}
.slick-dots li{
  list-style: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius:100%;
  margin:0 5px;
}
.slick-dots li.slick-active{
  background: #999
}
.slick-dots li button{
  display: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.border-hover > ul{
  padding:0;
  margin:0;
}
.beans-slideset .slick-slide .padding-35 .border-hover,
.beans-slideset .slick-slide .padding-15 .border-hover{
  border-left: 1px solid #f0f0f0 !important;
  border:1px solid transparent;
  margin-right: 0;
  border-radius: 3px;
  margin: 3px;
}
.beans-slideset .slick-slide.slick-active.slick-current .border-hover{
  border-left: 1px solid transparent!important;
}
.beans-slideset .slick-slide:hover .border-hover{
  border: 1px solid #f0f0f0!important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.beans-slideset .slick-slide:hover  + .slick-slide .border-hover{
  border-left: 1px solid transparent!important;
}
.share-yith,
.beans-slideset .slick-slide .share-yith{
  display:block;
  opacity: 0;
  position: relative;
  z-index: -1;
  visibility: hidden;
  margin-top:0;
  padding: 20px 0 0;
}
.products-type .product.type-product{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.products-type .product.type-product:hover .share-yith,
.beans-slideset .slick-slide:hover .share-yith{
  visibility:inherit;
  margin-top:0;
  z-index: 1;
  opacity: 1;
}
/*Button scroll top*/
.scroll-to-top{
  bottom: 0;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 25px;
  transition: all 0.7s ease-in-out 0s;
  width: 50px;
	text-align:center;
  z-index: 99;
}
.scroll-to-top i {
	visibility: visible;-webkit-animation-duration: 500ms; -moz-animation-duration: 500ms; animation-duration: 500ms;-webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite;
}
/*------------------------------------------------------------------
 21-5. blog masonry holder Styles / .blog-masonry-holder
 -------------------------------------------------------------------*/
.blog-masonry-holder {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder {
    width: 100%;
  }
}
.blog-masonry-holder.full-width .blog-post-v1.style3 {
  width: 17.8%;
  margin: 0 1.57% 30px 0;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3 {
    width: 32.133%;
    margin: 0 0.5% 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3 {
    width: 48%;
    margin: 0 1% 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.blog-masonry-holder.full-width .blog-post-v1.style3 .blog-txt {
  padding: 14px 10px 20px 122px;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3 .blog-txt {
    padding: 14px 10px 20px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3 .blog-txt {
    padding: 14px 10px 20px 70px;
  }
}
.blog-masonry-holder.full-width .blog-post-v1.style3.nospace {
  margin: 0;
  width: 19.9%;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3.nospace {
    width: 24.9%;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3.nospace {
    width: 49.9%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3.nospace {
    width: 100%;
    margin: 0;
  }
}
.blog-masonry-holder.full-width .blog-post-v1.style3.nospace .blog-txt {
  padding: 14px 10px 20px 122px;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3.nospace .blog-txt {
    padding: 14px 10px 20px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width .blog-post-v1.style3.nospace .blog-txt {
    padding: 14px 10px 20px 70px;
  }
}
.blog-masonry-holder.full-width.add-style {
  width: auto;
  margin: 0 -30px 0 -15px;
}
@media only screen and (max-width: 767px) {
  .blog-masonry-holder.full-width.add-style {
    margin: 0;
  }
}
.blog-masonry-holder.full-width.add-style .blog-post-v1.style3 {
  margin: 0;
  width: 19.9%;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width.add-style .blog-post-v1.style3 {
    width: 24.9%;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width.add-style .blog-post-v1.style3 {
    width: 49.9%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-masonry-holder.full-width.add-style .blog-post-v1.style3 {
    width: 100%;
    margin: 0;
  }
}
.blog-masonry-holder.full-width.add-style .blog-post-v1.style3 .blog-txt {
  padding: 14px 10px 20px 122px;
}
@media only screen and (max-width: 1500px) {
  .blog-masonry-holder.full-width.add-style .blog-post-v1.style3 .blog-txt {
    padding: 14px 10px 20px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-masonry-holder.full-width.add-style .blog-post-v1.style3 .blog-txt {
    padding: 14px 10px 20px 70px;
  }
}
.coll-2 {
  width: 50% !important;
}
@media only screen and (max-width: 500px) {
  .coll-2 {
    width: 100% !important;
  }
}
.coll-3 {
  width: 33.333%;
}
@media only screen and (max-width: 991px) {
  .coll-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .coll-3 {
    width: 100%;
  }
}
.coll-4 {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .coll-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .coll-4 {
    width: 100%;
  }
}
.coll-5 {
  width: 20%;
}
@media only screen and (max-width: 1400px) {
  .coll-5 {
    width: 25%;
  }
}
@media only screen and (max-width: 1219px) {
  .coll-5 {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .coll-5 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .coll-5 {
    width: 100%;
  }
}
.coll-6 {
  width: 16.6666%;
}
@media only screen and (max-width: 1219px) {
  .coll-6 {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .coll-6 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .coll-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .coll-6 {
    width: 100%;
  }
}
.coll3-holder {
  margin: 0 -1px 0 0;
}
.nospace .box {
  margin: 0;
}

@media all and (max-width:760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width:400px){
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs{
    display: none
  }
}
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-lg-5-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-md-5-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}