/*-- Basic --*/

body {
background-color: #F2F2F2;

background-image:url(../images/skid-mark-tile-lighter.jpg);
background-position:center center;
background-size:100% 100%;


}

a {
  text-decoration: none;
  /* color: #f78e21;  OLD COLOUR FOUND AND REPLACED WITH CC0000  */
  color: #CC0000;
}

a:hover {
  text-decoration: none;
  color: #CC0000;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #555;
}


/* adds a bg image */

#product-post, #timeline-post, #our-team {
	padding-bottom:40px;
}

#our-team {
  padding-bottom:50px;
}


.product-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  line-height:25px; /* ADDED CLASS - DELETE IF SPACING GOES TO POT */
  padding-bottom:2px !important;



  /*

  padding-top:0px !important;
  margin-top:0px !important;
  */
}

p.first-paragraph {font-size: 16px; line-height:25px !important;}

.pic-caption {font-weight:600; line-height:16px;}

a.button {
font-size: 13px;
font-style: normal;
font-weight: 400 !important;
font-variant: normal;
line-height: 20px;
text-transform: uppercase;
letter-spacing:1px;
text-decoration: none;
text-align: center;
margin: 0px;
padding: 8px 16px 8px 16px;

color: #ffffff !important;
background: #cc0000;
background-image: -webkit-linear-gradient(top, #cc0000, #990000);
background-image: -moz-linear-gradient(top, #cc0000, #990000);
background-image: -ms-linear-gradient(top, #cc0000, #990000);
background-image: -o-linear-gradient(top, #cc0000, #990000);
background-image: linear-gradient(to bottom, #cc0000, #990000);
-webkit-border-radius: 6px;

-moz-border-radius: 6px;
border-radius: 6px;

text-shadow: 1px 1px 2px #333333;
-webkit-box-shadow: 0px 0px 7px #666666;
-moz-box-shadow: 0px 0px 7px #666666;
box-shadow: 0px 0px 7px #666666;

border: solid #a30202 1px;
}

a:hover.button {
text-decoration: none;
background: #990000;
background-image: -webkit-linear-gradient(top, #990000, #cc0000);
background-image: -moz-linear-gradient(top, #990000, #cc0000);
background-image: -ms-linear-gradient(top, #990000, #cc0000);
background-image: -o-linear-gradient(top, #990000, #cc0000);
background-image: linear-gradient(to bottom, #990000, #cc0000);

text-shadow: 1px 1px 2px #000;

-webkit-box-shadow: 0px 0px 10px #555555;
-moz-box-shadow: 0px 0px 10px #555555;
box-shadow: 0px 0px 10px #555555;
}


.heading-section {
  text-align: center;
  padding: 40px 0 30px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  line-height:30px;} /* added by me */


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}












/*-- Header --*/


header {
background-color:#111;
}

#top-header {
  color: #fff;
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.logo {
  padding: 20px 0;
}

#main-header {
/*
background-color: #191919;
*/

background-color:#CC0000;

}

#main-header {
  background-image:url(../images/letter-b-phone-portrait.png);
  background-repeat:no-repeat;
  background-position: center center;
}


.main-menu {
  padding-top:0px;
  padding-bottom:0px;
}

/* added by me */

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

/*

.main-menu li {
	list-style: none;
	display: inline-block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

*/

/*
.main-menu li {
  list-style: none;
  display: inline-block;
    padding: 30px 0;
}
*/

 /* my version */
  .main-menu li {
    list-style: none;
	display: inline-block;
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing: 1px;
	color:#222;
  }


.main-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #CC0000;
  color:#fff;
  text-transform: uppercase;
  margin-right: 25px;
  margin-right: 35px; /*old */
}

.main-menu a:hover {
  /* color: #fff; old */
  color: #222;
}

.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}


/*-- End Header --*/




/*-- Heading --*/

#heading {

  padding-bottom: 40px;
}

#heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/* added by me */

#top-header {
	background-color: #111111;
	background-image:url(../images/header-bg-image.png);
	background-repeat: repeat-x;
	background-position: center center;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #CC0000;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #CC0000;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #CC0000;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  font-size: 12px; /* added by me */
  font-weight: bold; /* added by me */
  color: #555555;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #CC0000;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #CC0000;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #CC0000
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #CC0000;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #CC0000;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #CC0000;
}

/*- End Products --*/





/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #CC0000;
}

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #CC0000;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #CC0000;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none;
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

/* MASTER
.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #CC0000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
*/

.send button {

  margin-top:0px;

  cursor: pointer;
font-family: 'Open Sans', sans-serif;
  font-style: normal;
  border: 0;
  outline: none;

  text-decoration: none;
  display: inline-block;
  background-color: #CC0000;
  text-align: center;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;

  /* ADDED CSS STYLES */
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 23px;
  padding-right: 23px;
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -ms-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 0px 0px 7px #666666;
  -moz-box-shadow: 0px 0px 7px #666666;
  box-shadow: 0px 0px 7px #666666;

  border: solid #a30202 1px;
}



.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #CC0000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
  margin-bottom: 30px; /* ADDED CSS */
  background-color: #dfdfdf;
  color: #333;
}

.message-form  textarea {
  margin-top: 0px; /* ADDED CSS */
  margin-bottom: 30px; /* ADDED CSS */
  padding-bottom: 20px;
  background-color: #dfdfdf;
  color: #333;
}

.dropDownTabs {
  margin-bottom: 30px;
  background-color: #000000;
  color: #CCCCCC;
  border: none;
  width: 100%;
}

.send {
  margin-top: 10px;
}

.info p {
  padding-bottom: 10px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #666;
}

.info i {
  color: #CC0000;
  margin-right: 10px;
  font-size: 24px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.image-border {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}

.upsell-border {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}

.side-bar h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing:1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #cc0000;
  margin-top: 0px;
  margin-bottom: 10px;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #CC0000;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #CC0000;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 4px;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #CC0000;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #CC0000;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #CC0000;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 120px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing:2px;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 15px;
  letter-spacing:1px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #CC0000;
  /*
  width: 200px;
  height: 40px;
  */
  text-align: center;
  color: #fff;
  /*line-height: 40px;*/
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;

  /* ADDED CSS STYLES */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 21px;
  padding-right: 21px;
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -ms-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #333333;
  -webkit-box-shadow: 0px 0px 7px #666666;
  -moz-box-shadow: 0px 0px 7px #666666;
  box-shadow: 0px 0px 7px #666666;
  border: solid #a30202 1px;

  letter-spacing: 2px;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 15px solid #CC0000;
  color: #CC0000;
  font-size: 32px;
  line-height: 80px;
  width: 110px;
  height: 110px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #cc0000;
  text-transform: uppercase;
}

.content-show span {
  color: #CC0000;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/* my additions */

.read-more-toggle {display:none;}

.content-hide a:hover {color:#fff;}




/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

/* start - added by me - start */


/* end - added by me - end */

footer
/* keep in case we add a border
{
	border-top: 5px solid #777;
	margin-top: 0px;
	border-bottom: 5px solid #777;
  background-image:url(../images/footer-bg-img.jpg);
}
*/
/*
{
	background-color: #111;
	margin-bottom: 0px;
	background-image:url(../xmas/footer-xmas-bg-img.jpg);
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
*/

{
	background-color: #111;
	margin-bottom: 0px;
	background-image:url(../images/footer-bg-img.jpg);
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
}


.social-bottom {
  margin-top: 40px;
  padding-bottom: 20px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #CC0000;
}

.social-bottom a:hover {
  background-color: #CC0000;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.about p {color: #fff; line-height:22px;}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 2px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}

.shop-list a {
  text-transform: uppercase;
  color: #CC0000;
  font-size: 13px;
}

.shop-list a:hover {
  color: #fff;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 25px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #CC0000;
}

.recent-post-info a:hover {
  color: #fff;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
}

.more-info p {
  color: #fff;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info a:hover {color: #fff;}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #999;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 20px 0 15px 0;
}

.bottom-footer a {
  color: #CC0000;
}

.bottom-footer a:hover {
  color: #fff;
}

.bottom-footer p {
  font-size: 11px;
  font-weight: 300;
  color: #666;
  margin-top:5px;
  margin-bottom:5px;
}



/*-- End Footer --*/









/*--- RESPONSIVE ---*/

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

body { background-color: #F2F2F2; background-image:none;}/* Smartphones */

footer {
	background-image:url(../images/footer-bg-img-portrait.jpg);
	background-size:100% 100%;
}

  .author-details span {color:#333333; font-weight:bold;} /* added by me */

  /* added bm me */
  .about , .recent-posts , .shop-list , .more-info {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555555;
  }

  .about {padding-bottom:30px;}
  .recent-posts {padding-bottom:15px;}
  .shop-list {padding-bottom:30px;}
  .more-info {padding-bottom:15px;}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 70px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

  /* end added by me */

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }

  .logo {
    text-align: center;
  }

  .search-box {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 40px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }


  /* my adds below */

  .main-menu {padding-bottom:30px;}

   /* my version */
  .main-menu li {
    /* display: block; just for phones portrait */
    margin-top: 2px;
	margin-bottom: 2px;
    /* margin-right: -35px; just for phones portrait */
	padding-top:10px;
	padding-bottom:10px;
  }

    #main-header {
  background-image:url(../images/letter-b-phone-portrait.png);
  background-repeat:no-repeat;
  background-position: center center;
}



}

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

  body { background-color: #F2F2F2; background-image:none;}/* Smartphones */


  footer { background-image:url(../images/transparent-graphic.png);}

  #heading {background-color:#111;}

  .heading-section h2 {color:#333333; line-height:30px;} /* added by me */

  .author-details span {color:#333333; font-weight:bold;} /* added by me */

  /* added bm me */

  #slider {display:none;}


  .about , .recent-posts , .shop-list , .more-info {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
  }

  .about {padding-bottom:20px;}
  .recent-posts {padding-bottom:5px;}
  .shop-list {padding-bottom:20px;}
  .more-info {padding-bottom:15px;}

  /* end added by me */


  .home-account {
    text-align: center;
    display: block;
	display:none; /* added by me */
  }

  .cart-info {
    text-align: center;
    display: block;
	display:none; /* added by me */
  }

  .logo {
    text-align: center;
	display:none; /* added by me */
  }

  .search-box {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

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

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  /* original version below which works */

  /*
  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }
  */

  /* original above */


  /* my version */
  .main-menu li {
    display: block;
    margin-top: 1px;
	margin-bottom: 1px;
    margin-right: -35px;
	padding-top:7px;
	padding-bottom:7px;
  }




  /*
  #heading-section img {
    display: none;
  }
  */

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }


  /* all bellow added by me */

  .main-menu {padding-top:30px;}

  .service-item {
  border-bottom:1px; border-bottom-color:#ccc; border-bottom-style:solid; margin-top:30px; padding-bottom:40px;}

  #main-header {
  background-image:url(../images/letter-b-phone-portrait.png);
  background-repeat:no-repeat;
  background-position: center center;
}


}

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

  /*
  .slider-caption {
    display: none;
  }
  */
}

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


  /*
  .heading-section img {
    display: none;
  }
  */

  body {
    overflow-x: hidden;
  }
}

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

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}

/*--- END RESPONSIVE ---*/
