{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
  cursor: pointer;
}
.padding-top p {
	padding-top: 0px !important;
    margin-bottom: 12px !important;
}
.header{
  /*position: absolute;*/
  width: 100%;
  background: #FFF;
  z-index: 9999;
  overflow: hidden;
}
.header .first-row {margin-right: 0px;}
.header .logo{
  width: 110%;
  margin-left:auto;
  margin-right:auto;
}
.header .logo a{
  display: block;
  width: 71%;
}
.header .logo a img{
 width: 100%;
 height: 100%;
}
.header .cart , .header .search {padding-top: 8px;}
.header .cart a {text-decoration: none;color: #333}
.header .cart a span {color: #333}
.header .search input{
  border: 0;
  right: 0;
  float: right;
  width: 120%;
  background: #efefef;
  color: #666;
  padding: 4px 10px;
  border-radius: 8px;
  outline: 0;
  font-size: 15px;
}
.header .search i {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #666;
}

.user-links {padding: 18px 0 12px;margin: auto;}
.user-links li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
    padding: 0 8px;
    border-right: 1px solid #333;
    line-height: 20px;
}
.user-links li:last-child {border-right: none}
.user-links li a {color: #333;}
/*Start Navbar*/
nav{
  background: #182350;
  top: 0px;
  margin-bottom: 0px;
  border-bottom:  4px solid #ffd500;
	padding: 10px 0 !important;
}
nav:before{
  content:"";
  display: block;
  clear: both;
}
nav ul.navbar-nav{
  margin: 0 auto;
}
nav .nav-link{
  color: #FFF !important;
  font-size: 18px;
  padding: 0 30px !important;
}
/*End Navbar*/
/*End Header*/


.banner {padding-bottom: 50px}
.banner img {
	position: absolute;
	background-size: cover;
	min-height: 150px;
	width: 100%;
}

.banner h2{
	position: relative;
  	margin: auto;
	color: #fff;
	font-size: 40px;
	padding-top: 8%;
}


/*Start Thumbs*/
.show-thumbs{
  padding: 0px 10px;
}
.show-thumbs .show-now{
  margin: 15px auto;
}
.show-thumbs .show-now a{
  color: #182350;
  border: 2px solid #182350;
  padding: 5px;
  font-size: 25px;
  text-decoration: none;
}
.show-thumbs .info{
  margin: 20px auto;
  padding: 0 10px;
  display:  none;
}
.thumbs{
  margin: 0;
  position: absolute;
  left: 0;
}
.thumbs >div >div{
  position: relative;
  width: 100%;
  margin: 0;
  padding:  0px 0px;
  height: 70%;
}
.thumbs .padding-top {margin-top: -50px !important;}
.thumbs >div >div a{
  padding: 0;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #434544;
}
.thumbs >div >div a p.margin {
	margin: 6px 0 !important;
}
.thumbs >div >div a img{
  width: 100%;
  height: 100%;
  border: 2px solid #ffd102;
}
.navbar-light .navbar-toggler-icon{
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
.share-links {
    position: fixed;
    bottom: 10px;
    margin-left: 2px;
}
.share-links li a{
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  display: block;
  margin: 3px 0;
  color: #FFF;
  position: relative;
  left: 3px;
}
.share-links li .wordpress{
  background: #1d6f94;
}
.share-links li .envelope{
  background: #8c2667;
}
.share-links li .youtube{
  background: #c3342e;
}
.share-links li .instagram{
  background: #cc2d6f;
}
.share-links li .facebook{
  background: #385694;
}
.share-links li .pinterest{
  background: #af222b;
}


/*Start media query*/
@media (max-width: 767px) {
	.header .logo {padding: 10px 12px;}
	.header .logo a {width: 100%;}
	.header .row {text-align: center}
	.header .cart {padding: 5px 0;}
	.header .search input {display: block;margin: auto;width: 100%}
	.banner {padding-bottom: 90px}
	.user-links {padding: 0px 14px; }
	.banner h2{font-size: 25px;padding-top: 16%}
	.thumbs >div >div {margin-bottom: 25px}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .logo {padding: 14px 12px;width: 100%}
	.header .logo a {width: 100%;}
	.header .search input {width: 100%;}
	.header .search i {right: 128px}
	.user-links {padding: 0px 14px;margin: auto }
	.user-links li {text-align: center;padding: 5px 14px;}
	.header .cart {width: 55%;float: right;}
	.header .search {width: 75%;float: left}
	.banner {padding-bottom: 42px}
	.banner h2{font-size: 40px;padding-top: 10%;}
	.banner img {min-height: 160px;}
	.thumbs >div >div {margin-bottom: 25px}
	.padding-top p {margin-bottom: 5px !important;margin-top: 0px !important}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header .cart {width: 122%;}
	.header .search {width: 110%;}
	.header .search input {width: 100%;}
	.header .search i {right: 4px;}
	.user-links li {font-size: 12px;padding: 0px 3px;}
	.banner h2{font-size: 32px;}
	.banner {padding-bottom: 80px}
	.padding-top p {padding-top: 28px !important}
}
@media (min-width: 1200px) {
	/*
	.user-links li {float: left;padding: 0px 3px;font-size: 14px;}
	.header .search input {width: 132%;padding: 3px 9px;}
	.banner {padding-bottom: 1px}
	.banner h2{font-size: 40px;}
	*/
}
/*End media query*/


