.site-header {
	background-color: #e6e7e8;
	background: no-repeat left;
	background-size: cover;
	background-attachment:local;
	height: 474px;
}

.main-navigation ul ul li li {
	background-color: #0099ff;
}

.main-navigation ul ul li li {
	background-color: #0099ff;
}

/*Social header buttons */
.header-widget .sfsi_plus_widget {
	position: absolute;
	right:0;
	bottom:0;
	width:100%;
}

.header-widget .sfsiplus_norm_row {
	width:auto !important;
	position: absolute;
	right:0;
	padding: 0 5px;
	
}

.header-widget .sfsi_plus_holders {
	height:auto !important;	
}

/* header central float START
Please add header Custom Menu named "quickclick" in WordPress

*/
.inside-header .header-widget {
	position: inherit;
	margin:0;
	padding:0;
	clear:both;
	float: none;
}

.inside-header {
	margin:0 ;
	padding:0;

	
}

.grid-parent > .main-navigation {
		opacity: 0.9;

}
ul#menu-quickclick  {
    list-style: none;
    width:400%;
    margin: auto;
	position:absolute;
	top:50%;
}

ul#menu-quickclick li {
    display: inline-block;
    margin: 0 10px;
}
.menu-quickclick-container {
	height:100%;
	position:absolute;
	right:0;
	left:0;
	margin: 0 auto;
	width:50%;
}

ul#menu-quickclick li[class*="current-menu-"] > a,
ul#menu-quickclick li a {
	padding: 20px 40px 20px 40px;

		-moz-border-radius-bottomleft:10px;
			color: white;	
	background-color:rgba(115,202,235,0.35);
	border: thin solid #73caeb;-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;

}

ul#menu-quickclick li > a:hover {

		-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	color: #5b5b5b;
	border: thin solid white;
	background-color: white;	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

.custom-img-frame {

	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

.custom-img-frame img {
	margin: 3px;
	padding:0;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}


input[type=text],
input[type=email],
input[type=url]
input[type=password],
input[type=tel],
input[type=search],
textarea {
	border:1px solid #ccc;
	padding:2px 3px;
	margin:2px 3px;
	max-width:100%
}