/* Sonny Nails
color reference
gold: #ffc58c
grey: #55555
chocolate: #421f17
*/


/*  general **/

body{
    margin-top: 80px;
    font-family: "lato", helvetica, san-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
p{
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
/*  global **/
h1,h2,h3,h4,h5,h6{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
}
h1{
    font-size: 4.0em;
}
h1,h2{
    font-weight: 300;
    margin:0 0 20px;
}
h3{
    font-size: 2.5em;
    font-weight: 300;
    margin: 0 0 20px;
}
h4{
    font-size: 1.5em;
}
p.lead{
    font-weight: normal;
    margin: 20px 0 40px;
}
button, input, .btn, a.btn{
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
a{
    color: #ffffff;
}
a:focus, a:hover, li.active{
    color: #ffc58c;
    font-weight: bold;
    text-decoration: none;
}
.btn{
    font-weight: bold;
}
button.btn:focus{
    outline: none!important;
}

img{
    max-width: 100%;
}

blockquote{
    padding: 0;
    border: none;
    font: 18px 'Lato',Arial,sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0 20px;
}
cite{
    font: 14px 'Lato',Arial,sans-serif;
}

/*  layout **/

.sonny_bg{
    background: #421f17 url('../img/bodybk.jpg') top left repeat;
    color: white!important;
}
.sonny_bg2{
    background: #421f17;
    color: white!important;
}
.navbar-inverse{
    opacity: 0.95;
    background: #421f17 url('../img/footerL_bg.jpg') repeat;
}
.navbar-nav a{
    color: #ffffff!important;
    text-transform: uppercase;
}
.navbar-nav a:hover, .navbar-nav a:focus{
    color: #ffc58c!important;
}
.navbar-nav .active a, .active a, .navbar-nav a.active{
    color: #ffc58c!important;
    background: none!important;
    font-weight: bold;
}
.navbar-brand{
    padding: 10px 0;
}
.navbar-sonny{
    margin-top:30px;
}
.navbar-header{
    height: 80px;
}

.navbar .nav > li.dropdown.open.active > a:hover, 
.navbar .nav > li.dropdown.open > a
{
    color: #ffc58c!important;
    background: none!important;
}

.dropdown-menu{
    background: #421f17 url('../img/footerL_bg.jpg') repeat;
}

.dropdown-menu li a{
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #421f17;
    text-transform: capitalize!important;
}

.dropdown-menu li a.noborder{
    border-bottom: none;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
    font-weight: bold!important;
    background: none!important;
}

.dark_bg{
    background: #e7e7e7;
}
.section {
    padding: 50px 0;
}
.section-header{
    text-align: center;
}
section h1{
    margin-bottom: 30px;
}
section h2{
    font-size: 3.0em;
}

/* footer */

footer{
    color: white;
    background: #421f17 url('../img/footerD_bg.jpg') repeat;
}
#footerInfo{
    padding: 10px 0 20px;
    color: white;
}
#footerCopy{
    color: white;
    border-top: 1px solid #421f17;
    text-align: center;
    padding: 20px 0 40px;
}
footer h4{
    font: 24px 'Lato',Arial,sans-serif;
    font-weight: 400;
}
footer p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li{
    font-weight: 300;
    list-style-type: none;
    margin: 0;
}
.social_icon{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    position: relative;
    margin: 0 5px 10px 0;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;

}
.social_icon:hover, .social_icon:focus{
    border: 2px solid #ffc58c;
}
#back-top{
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 100;
    width: 45px;
    height: 45px;
    opacity: .8;
    background: #555;
    border-top-left-radius: 15px;
}
#back-top a{
    color:white;
    position:absolute;
    left: 12px;
    top: 0;
}
#back-top span{
    left: -3px;
    top: 20px;
    position:absolute;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}

.top20{
    margin-top: 20px;
}
.bottom20{
    margin-bottom: 20px;
}
.learnButton{
    text-align: center;
    display: block;
    border: 2px solid #421f17;
    background: none;
    width: 100%;
    color: #421f17;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.learnButton:hover, .learnButton:focus{
    color: #ffc58c;
    background: #421f17;
    border: 2px solid #421f17;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.learnButtonW{
    text-align: center;
    background: none;
    display: block;
    border: 2px solid #FFFFFF;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.learnButtonW:hover, .learnButtonW:focus{
    color: #421f17;
    background: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.contactbtn{
    text-align: center;
    background: #421f17;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
}
.brochure_btn{
    width: 60%;
}

/*  hero **/

.feature-image{
    height: 350px;
    display: table;
    width: 100%;
    color: white!important;
}
.feature-image-default{
    background: url('../img/sony-slide3.jpg') 50% 0 repeat fixed;
    background-size: cover;
}
.feature-image-default-alt{
    background: url('../img/sonnystore_bg2.jpg') no-repeat;
    background-size: cover;
}

.feature-image h1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-weight: 300;
    padding-top: 100px;
    padding-bottom: 20px;
}
#hero{
    padding: 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.carousel .item {
    width: 100%; /*slider width*/
}
.carousel .item img {
    height: 100%;
    width: 100%; /*img width*/
}
.carousel-control{
    width: 2%;
    top: 45%;
}
.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
.carousel-indicators{
    bottom: 0;
}
.carousel-indicators li{
    border: 1px solid #421f17;
}
.carousel-indicators .active{
    background-color: #421f17;
}
#bookNow{
    background: #ffc58c;
    padding: 20px 0;
    color: #421f17;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
#bookNow p{
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
#bookNow span{
    font-size: 18px;
    margin-right: 20px;
}
.service_grid{
    background: white;
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}
.service_title{
    text-align: center;
    color: #421f17;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 2.1em;
    font-weight: 300;
    margin: 5px;
}
.service_mask{
    color: #FFF;
    padding: 20px 30px;
    display: none;
    top: 0;
		bottom: 0;
		left: 0;
		right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background:  rgba(0, 0, 0, 0.75);
}
.service_mask h2{
    color: #FFF;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    margin: 20px;
}
.service_mask p{
    color: #FFF;
    margin-bottom: 30px;
}
.service_grid img{
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition:  all .5s ease-in-out;
}
.service_Info .learnButton{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: block;
    border: 2px solid #FFFFFF;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.service_Info{
	position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			text-align: center;
			width: 100%;
			padding: 20px;
}
.service_Info .learnButton:hover, .service_Info .learnButton:focus{
    color: #421f17;
    background: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.service_grid:hover img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
#testimonial .col-sm-4 {
    padding: 0 40px;
    text-align: center;
    margin: 10px 0 50px;
}
#testimonial img{
    width: 175px;
    height: 175px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#contact{
    background: url('../img/sonnystore_bg.jpg') 50% 0 repeat fixed;
    padding: 60px 0;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.contactBox{
    color: white;
    margin: 0px;
    background: rgba(75,34,24,.8);
}
.contactBoxL{
    padding: 0px;
}
.contactBoxR{
    padding: 40px 20px 20px;
}
.timeDelay1{
    animation-delay: 0.5s!important;
}
.timeDelay2{
    animation-delay: 1s!important;
}
.timeDelay3{
    animation-delay: 1.5s!important;
}
.fullBk_section{
    color: white;
    position: relative;
    overflow: hidden;
    clear: both;
    display: table;
    width: 100%;
    min-height: 500px;
}
.fullBk-bg, .fullBk-bg div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.textBox{
    display: table-cell;
    vertical-align: middle;
}
.shader{
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.borderR{
    border-right: 1px dotted #999;
}
.paddLeft{
    padding-left: 25px;
}
.paddRight{
    padding-right: 25px;
}
.error {color:red!important;}
input.error {border:solid 1px red!important;}
span.error, label.error, required {color:red!important;}

.statcounter{
    position: fixed;
    bottom: 0px;
    opacity: 0;
}
.price_box{
    background: #FFFFFF url('../img/dots.png') repeat-x 0 70%;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.item_type{
    margin: 0;
    background: #FFFFFF;
    padding-right: 5px;
    display: inline;
}
.item_price{
    margin: 0;
    background: #FFFFFF;
    padding: 0px 5px 4px 5px;
    display: inline;
    position: absolute;
    bottom: -4px;
    right: 0;
}
.price_box.darkColor{
    background: transparent url('../img/dots.png') repeat-x 0 70%;
}
.item_type.darkItem, .item_price.darkItem{
    background-color: #421f17;
}



/* media query*/

@media screen and (min-width: 992px){
    .carousel-control.right{
        right: 9px;
    }
    .shader{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px){
    .service_title{
        font-size: 1.55em;
    }
    .carousel-control.right{
        right: 20px;
    }
}

/* fix the top margin when logged in */
@media screen and (max-width: 767px){
    .carousel-control.right{
        right: 20px;
    }
    .navbar-nav{
        margin-top:0px;
    }
    .service_title{
        font-size: 2.0em;
    }
}

@media screen and (max-width: 568px){
    h1{
        font-size: 3.0em;
    }
    h2{
        font-size: 2.5em;
    }
    .navbar-nav{
        margin-top:0px;
    }
    .carousel-control{
        width: 4%;
        top: 25%;
    }
    .section {
        padding: 20px 0;
    }
    .brochure_btn {
        width: 100%; 
    }
    #service-hero h1{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .fullBk_section{
        min-height: 350px;
    }
    .paddLeft{
        padding-left: 15px;
    }
    .paddRight{
        padding-right: 15px;
    }
    #contactForm{
        display: table;

    }
    #mapD{
        display: table-footer-group;
    }
    #contactD{
        display: table-header-group;
    }
    .carousel-control{
        display: none;
    }
    /*
    .dropdown.open .dropdown-menu{
    overflow: hidden;
    max-height: none !important;
    }
    */
}
