/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  
}
body {
  color: #545051;background: #b4b4b4;
  
  
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }



/* Header bar section start */

.main-contnet-bar-inner {
	width: 400px;
	margin: 0 auto;
}


.top-img img {
  width: 100%;
}
.share-sec {
  text-align: center;
  padding-bottom: 20px;
}
.share-sec a img {
	max-width: 270px;
	margin: 28px 0;
}
.share-sec h4 {
  color: #000000;
  font-size: 33px;font-family: 'Slabo 27px', serif;
}
.grp-img img {
  width: 100%;
}
.btm-single-images img {
  max-width: 300px;
  margin: 35px auto;
  display: block;
}
.btm-single-images {
  padding-top: 25px;
}

.top-img video {
	width: 100%;
}


/* Header bar section  END */












