/*------------------------------------------------------------------
Project:    NewNakshi Furnitures Custom style sheet
Author:     Pratik Borsadiya
URL:        https://www.facebook.com/pratikjborsadiya
Version:    1.1
Created:    April 2014 - May 2014
Updated:   December 2014
-------------------------------------------------------------------*/

/* LAYOUT STYLES
==================================================== */

.start {
    margin-top: 60px;
}
.navbar-inverse {
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
}
.navbar-brand {
    font-size: 1.375em;
}
.dropdown-menu {
    min-width: 170px;
    font-size: inherit;
    -webkit-animation-duration: 0.3s !important;
    -moz-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 0.750em;
    margin-right: 5px;
    opacity: 0;
}
.dropdown-menu > li > a:hover:before {
    opacity: 1;
}
.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
a {
	-webkit-transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
footer {
    background-color: #0066cc;
    color: #fff;
    border-top:2px solid #e5e5e5;
    padding: 35px 0 15px;
    text-align: center;
}
footer a {
    color: #fff;
}
footer a:hover {
	text-decoration: none;
	color: #d6d6d6;
}
footer p {
    font-size: 1em;
}
.fnav{
    list-style: none;
    padding: 0;
}
.fnav li {
    display: inline;
    padding: 5px;
    text-align: center;
}
.fcredit {
    font-size: 1em;
}
.backtotop {
    background: #006ddb;
    padding: 15px 16px;
    font-size: 1.125em;
    color: #FFF;
    border-radius: 3px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms;
}
.backtotop:hover {
    background: #4D88C3;
}
/*---Animate Delays----*/

.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: none;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: none;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: none;
    animation-delay: 900ms;
}
.delay-4 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: none;
    animation-delay: 1200ms;
}
.delay-5 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: none;
    animation-delay: 1500ms;
}
.delay-6 {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: none;
    animation-delay: 1800ms;
}
.delay-7 {
    -webkit-animation-delay: 2100ms;
    -moz-animation-delay: none;
    animation-delay: 2100ms;
}
.delay-8 {
    -webkit-animation-delay: 2400ms;
    -moz-animation-delay: none;
    animation-delay: 2400ms;
}
/* HOME PAGE STYLES
==================================================== */

/* Featurettes
------------------------- */
.featurette {
    padding: 50px 100px;
}
.featurette-divider {
    margin: 20px 0;
}
.featurette-heading {
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
}
.lead {
    font-size: 1.375em;
}
.sft {
    margin-right: 5px;
}
.pro-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.875em;
    text-align: center;
}
.pro-container h3 {
    font-size: 1.125em;
    text-align: center;
}
.pro-container .panel-default {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pro-container .panel-default:hover  {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(102, 175, 233, 0.6);
}
.pro-container .panel-body {
    padding: 10px;
}
.pro-container .col-sm-3 {
    width: 18.3%;
    padding: 5px;
}
.pro-container .col-sm-1 {
    width: 5.333333%;
}
.pro-container .panel-heading {
    border-top: 1px solid #dddddd;
    border-bottom: 0px;
    padding: 8px;
}
.welcome{
    display: none;
    text-align: center;
}
.welcome h2{
	font-size: 1.250em;
	font-weight: bold;
}
.welcome .lead{
	font-size: 1em;
}
/* SITEMAP PAGE STYLES
==================================================== */

.panel-title {
    font-size: 1.375em;
}
.sitemap-panel{
    padding: 0px;
}
.fsp{
    min-height: 431px;
}
/* CONTACT PAGE STYLES
==================================================== */

legend {
    font-weight: bold;
    font-size: 1.500em;
    text-align: center;
}
.line-header {
    margin-bottom: 40px;
}
.line-header span {
    border-bottom: 1px solid #006bd6;
    display: inline-block;
    padding-bottom: 10px;
}
.contact-form {
    margin-bottom: 50px;
}
.contact-form h3 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
.form-group {
    margin-bottom: 20px;
}
.address {
    margin-bottom: 50px;
    text-align: center;
}
.address .lead {
    font-size: 1.125em;
}
.address h3 {
    margin-top: 0px;
}
.address .text-muted {
    color: #555;
}
.address .glyphicon {
    top: 3px;
}
#gmap {
    width: 100%;
    height: 400px;
    border: 1px solid #E7E7E7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* ABOUT PAGE STYLES
==================================================== */

.about-container {
    text-align: center;
}
.about-container h1 {
    font-size: 2.250em;
    font-weight: bold;
    letter-spacing: -1px;
}
.about-container h3 {
    color: #0066cc;
    letter-spacing: -0.7px;
    margin-bottom: 4.5px;
}
.about-container .lead {
    margin: 0 200px 3px;
}
/* RESPONSIVE CSS
==================================================== */

@media (min-width: 768px) {
    .featurette-heading {
        font-size: 3.125em;
    }
    .dropdown-menu > li > a {
        padding: 7px 30px 7px 10px;
        border-bottom: 1px solid #eee;
        -webkit-transition: padding 300ms;
        -moz-transition: padding 300ms;
        transition: padding 300ms;
    }
    .dropdown-menu > li > a:hover {
        padding: 7px 20px 7px 20px;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 35px;
    }
}
@media (max-width: 992px) {
    .featurette-image {
        margin-top: 105px;
    }
}
@media (max-width: 768px) {
    .about-container .lead {
        margin: 0 50px 3px;
    }
    .pro-container .col-sm-3 {
    	margin-left: 2%;
        width: 45%;
		float: left;
		text-align: center;
    }
    .fsp{
    min-height: 170px;
    }
    .pro-container .row{
    	margin-left: 15px;
    }
    .pro-container .row:after{
    	clear: none;
    }
}
@media (max-width: 480px) {
    .about-container .lead {
        margin: 0 0 3px;
    }
    .nav-pills > li > a {
        padding: 7px 7px;
    }
    .backtotop {
        padding: 10px 10px;
    }
    .slider {
        display: none;
    }
    .welcome{
        display: block;
    }
    .pro-title{
    	font-size: 1.375em;
    }
    .featurette{
    	text-align: center;
    	padding: 0;
    }
    .featurette .lead{
    	font-size: 1.125em;
    }
    .featurette-heading{
    	font-size: 1.500em;
    }
    .pro-container .col-sm-3{
    	width: 90%;
    	margin-left: 5px;
    }
    .pro-container h3{
    	font-size: 0.875em;
    }
}