/* Add here all your css styles (customizations) */

.header {
	background-color: #bfd730;
	min-height: 89px;
	border-bottom: 1 px solid white;;
	
}


.header .navbar-brand {
	margin: 0;
	padding: 0;
	top: 0px;
}

.header .navbar-nav {
	top: 48px;
}

.header-fixed .header {
    height: 80px;
}

@media (max-width: 999px) {
.header-fixed .header .navbar-nav {
    margin-top: 40px;
    background-color: #bfd730
}
}

.header-fixed .header.header-fixed-shrink {
	height: 80px;
	margin-top: 0px;
	border-bottom-color: #f5f5f5;
	background: rgba(191,215,48, 0.9); 
}

.header-fixed .header.header-fixed-shrink .navbar-brand {
    top: 0px;
}

.flexslider img {
	max-width:100%;
	height: auto;
}


@media (min-width: 1024px) {

	.header .navbar-default .navbar-nav > li > a {
		padding: 9px 15px 10px 15px;		
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

	.header .navbar-default .navbar-nav > li > a {
		padding: 9px 8px 10px 8px !important;	
		font-size: 12px;	
	}
}
  
.copyright {
   height: 80px;
}

.copyright p {
    margin-top: 20px;
}

.logo-footer {
	float: right;
	position: absolute;
	bottom: -78px;
	right: 0;
	z-index: 0;
}


.copyright a img {
    margin-top: 0px;
}


.skybluesofa-social-share {
	position: relative;
	z-index: 10;
}
.mysearchform {
	display: inline-table;
}


/*
.footer ul li {
    border-bottom: 1px solid #6b7c03;
}
*/




.formblock input[type="text"], .formblock input[type="email"], .formblock textarea, .formblock select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: none;
}

.formblock textarea {
	height: 80px;
	width: 80%
}

.formblock  input[type="text"]:focus, .formblock input[type="email"]:focus, .formblock textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.footer h2, .footer h3, .footer h4 {
    color: #6b7c03;
}

.footer .headline h2, .footer .headline h3, .footer .headline h4 {
    border-bottom: 2px solid #6b7c03;
}

.footer .headline {
    border-bottom: 1px dashed #6b7c03;
}

.footer .nav > ul {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.footer .nav > li > a:hover {
    background-color: transparent;
}

.footer .nav li {
/*     background: url("/themes/secretgarden/images/bg-dotted.png") repeat-x scroll left bottom rgba(0, 0, 0, 0); */
    list-style: none outside none;
    margin-bottom: 8px;
    padding-bottom: 6px;
    line-height: 20px;
    border-bottom: 1px dashed #6b7c03;
}

.footer .nav li  a {
	background-image: url("/themes/secretgarden/images/bg-list-arrow.png");
    background-position: 0 14px;
    background-repeat: no-repeat;
    color: #6b7c03;
    padding-left: 13px;
    display: inline;
    font-weight:  normal;
}



.footer .nav .nav-selected a, .footer .nav li a:hover {
	background-image: url("/themes/secretgarden/images/bg-list-arrow_over.png");
	color: #933c4a;
}

.header .dropdown-menu .active > a, .header .dropdown-menu li > a:hover {
    background: none repeat scroll 0 0 #933c4a !important;
}

.header .dropdown-menu { 
		border-top: solid 2px #933c4a; 
		border-bottom: solid 2px #933c4a; 
	}


@media (max-width: 1000px) {


.logo-footer {
	display: none;
}

}


@media (max-width: 450px) {

#logo-header {
 width:80%;
/*  margin-left: 20px; */
 position: relative;

top: -30px;
}

}