/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  	background-color: #f2f2f2;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
/*    line-height: 28px;
    margin-bottom: 25px;
*/    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
   /* color: #1abc9c;*/
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
    text-transform: uppercase;
	
}

.navbar-inverse {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse {
	background-color: #d2312d /*#1abc9c*/;
	border-color: #d2312d /*#16a085*/;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.mt {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pt {
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: #ffffff;
}


#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon-arrow-down {
	font-size: 40px;
	color: #d2312d /*#1abc9c*/;
}

/* custom */

.coupon-frame {
    padding:5px;
    margin: 0 auto;
    background-color: #f2f2f2;
    font-size:0.9em;
    
}


.product-frame a {
    color:#333;
}
.product-frame a:hover {
    color:#444;
}

a.btn {
    color:white;
}
a.btn:hover {
    color:#f2f2f2;
}


.product-frame {
    padding:10px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom:20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    background: #fff;
    position: relative;
}

.product-frame-title {
    font-size: 0.9em;
    padding: 10px 10px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    height:70px;
}
.product-frame-price {
    font-size: 1.2em;
    padding: 10px 10px;
}
.product-frame-store {
    font-size: 0.9em;
    padding: 0px 10px 10px 10px;
}

.featuredstoreslist a {
    color:#aaa;
}

.brandlogo {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;   
    background-color: #fff;
/*    height:180px; */
    margin-bottom:20px;
     border-radius: 6px;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
     background: #fff;
     position: relative;
     font-size:0.9em;
}

.brandlogo a {
    color:#fff;
}

.brandlogo a:hover {
    color:#999;
}


.brandlogo:hover, .shoplogo:hover, .product-frame:hover {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.32);
}

.shoplogo {
    margin: 0 auto;
    padding-top: 38px;
    padding-bottom: 1px;   
    background-color: #fff;
    height:120px;
    margin-bottom:20px;
     border-radius: 6px;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
     background: #fff;
     position: relative;
     font-size:0.9em;
}


.shoplogo p a{
    /*color: #aaa;*/
    font-weight:800;
}


.logofavicon {
    margin-bottom:2px;
}

.deal {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding-top: 22px;
    border: 1px dashed #CECECF;
    padding-bottom: 22px;
}

.featuredcoupons a {
    color:#333;
}

.featuredcoupons a:hover {
    color: #428bca;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
   border-color: #d2312d;
}

.navbar-form {
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0); 
}

a.visitsite, a.visitsite:hover {
    text-decoration:underline;
}
a.visitsite {
    color:white;
}

a.visitsite:hover {
    color:#f2f2f2;
}
