/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* .view-who-how ul.slides li{
	position:fixed !important;
}
.view-who-how ul.slides li:nth-child(1),
.view-who-how ul.slides li:nth-child(6),
.view-who-how ul.slides li:nth-child(16) {
    top: 22%; 
	left: 7%;
} 
.view-who-how ul.slides li:nth-child(2),
.view-who-how ul.slides li:nth-child(7),
.view-who-how ul.slides li:nth-child(12) {
    top: 56%; 
	left: 48%;
} 
.view-who-how ul.slides li:nth-child(3),
.view-who-how ul.slides li:nth-child(8),
.view-who-how ul.slides li:nth-child(13) {
	left: 23%;
	bottom: 10%;
} 
.view-who-how ul.slides li:nth-child(4),
.view-who-how ul.slides li:nth-child(9),
.view-who-how ul.slides li:nth-child(14) {
    top: 25%; 
	right:50%;
} 
.view-who-how ul.slides li:nth-child(5),
.view-who-how ul.slides li:nth-child(10),
.view-who-how ul.slides li:nth-child(15)
 {
    top: 40%; 
	left: 40%;
}

.flex-control-nav {
    bottom: 10px!important;
    left: 0!important;
    position: fixed!important;
    text-align: center;
    width: 100%;
    z-index: 200;
}*/


/* For sticky header
=============================== */
div.contact-box {
    position: fixed;
    right: 0;
    text-align: center;
    width: 175px;
    z-index: 99;
}
#header.sticky #site-name a:link, 
#header.sticky #site-name a:visited{
	color:#fff;
}
#header.sticky div#branding.branding-elements hgroup#name-and-slogan ul.menu li a{
	color:#fff;
	font-size:100%;
}
#header.sticky div#branding.branding-elements hgroup#name-and-slogan ul.menu li{
	padding:0 25px;
}
#header.sticky div#branding.branding-elements hgroup#name-and-slogan ul.menu li.first{
	border-right:none;
}
#header.sticky{
	z-index:1;
	padding-bottom:0;
	position:fixed;
	left:0;
	width:100%;
	background-color:#355761;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#header.sticky #logo{
	display:none;
}
#header.sticky #name-and-slogan{
	margin-left:0;
	width:100%;
	padding:0 20px; 
}
#header.sticky #name-and-slogan h1{
	float:left;
}
#header.sticky #name-and-slogan ul.menu{
	float:left;
	padding:12px 0 12px 6% !important;
	margin:0;
}