
body {
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  color: #191b1d;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.smalltext {
  font-size: 13px;
  overflow: hidden;
}

.smalltext a {
  font-size: 13px;
}

.smalltext a:hover {
  font-size: 13px;
}



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

.topcontainer {	
    margin-bottom: 50px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.phonemenu {
  float: left;
  width: 50% ;
  margin: 0px;	
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #D0FFBA;
}

.myaccount {	
	float: right;
  width: 50% ;	
  text-align: right;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;	
  background: #D0FFBA;
  margin: 0px; 
}

.searchmenu {
	clear: both;
	width: 100% ;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,FF);
}

.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget h6:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #191b1d;
  margin: 20px 0;
}
.sidebar .widget a {
  color: #494e53;
}
.sidebar .widget a:hover {
  color: #008C23;
}
.sidebar .widget ul.nav > li {
  margin-bottom: 0;
}
.sidebar .widget ul.nav > li:last-child > a {
  border-bottom: 0;
}
.sidebar .widget ul.nav > li > a {
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 1px;
}
.sidebar .widget ul.nav > li > a > span {
  display: block;
  color: #79818a;
  margin-top: 5px;
}
.sidebar .widget ul.nav > li > a:hover {
  background-color: transparent;
}
.sidebar .widget ul.nav > li > a:focus {
  background-color: transparent;
}
.widget h6 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.widget p {
  margin-bottom: 15px;
}
.widget p span {
  display: block;
}
.widget ul li a {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget ul li a i {
  font-size: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 3px;
}
.widget ul li a:hover i {
  margin-left: 10px;
}
.widget .tags a {
  display: block;
  float: left;
  padding: 10px 15px;
  border: 1px solid #191b1d;
  margin: 0 10px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500;
}
.widget .tags a:hover {
  background-color: #008C23;
  border-color: #008C23;
  color: #fff;
}