/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.2.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/*Fonts
---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
  font-family: 'Prompt', sans-serif;
}
h5 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
}
body {
  font-family: 'Roboto', sans-serif;
}
.logo-font {
  font-family: 'Prompt', sans-serif;
}
/*Typography
---------------------------------- */
html {
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.46666667;
  color: #777777;
  background-color: #ffffff;
  font-weight: 300;
}
body.canvas-sliding,
body.canvas-slid {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.2;
}
p.large {
	font-family: 'Prompt', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

/*Backgrounds
---------------------------------- */
.background-img-1 {
  background: url("../image_content/background-img-1.jpg") 50% 0px no-repeat;
}
.background-img-2 {
  background: url("../images/background-img-2.jpg") 50% 0px no-repeat;
}
.background-img-3 {
  background: url("../images/background-img-3.jpg") 50% 0px no-repeat;
}
.background-img-4 {
  background: url("../images/background-img-4.jpg") 50% 0px no-repeat;
}
.background-img-5 {
  background: url("../images/background-img-5.jpg") 50% 0px no-repeat;
}
.background-img-6 {
  background: url("../images/background-img-6.jpg") 50% 0px no-repeat;
}
.background-img-7 {
  background: url("../images/background-img-7.jpg") 50% 0px no-repeat;
}
.background-img-8 {
  background: url("../images/background-img-8.jpg") 50% 0px no-repeat;
}
.background-img-9 {
  background: url("../images/background-img-9.jpg") 50% 0px no-repeat;
}
.background-img-10 {
  background: url("../images/background-img-10.jpg") 50% 0px no-repeat;
}
.fullscreen-bg {
  background: url("../images/fullscreen-bg.jpg") 50% 0px no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-wrapper {
  background-color: #ffffff; margin-top:-45px;/**/
}

.product.price {
  font-size: 18px;
  font-weight: 400;
}

.media-left,
.media > .pull-left {
  padding-right: 20px;
}

a:hover,
a:focus {
 
  text-decoration: none;
}
.footer-content .media img,
.block .media img {
  width: 150px;
}