*{
	font-family: 'Open Sans', sans-serif;
}
strong{
	font-weight: 700;
}
.fixed-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	overflow-y: scroll;
}
.fixed-menu::-webkit-scrollbar {
	display: none;
}
.black-background{
	background-color: #000;
}
.logo-holder{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	text-align: center;
}
code{
	background:silver;
	font-weight:bold;
	display:block;
}
.custom-template-tags{
	border:1px solid #d1d6dc;
}
.custom-template-tags td, .custom-template-tags th{
	border:1px solid #d1d6dc;
	padding:5px 10px;
}
.custom-template-tags td.line-tag{
	font-weight:bold;
}
.theme-info-holder{
	text-align: center;
	padding: 15px;
	color: #dedede;
}
.theme-info-holder h3{
	font-weight: 100;
	font-size: 36px;
	margin-bottom: 20px;
}
.menu-holder{
	margin-top: 35px;
}
.menu-holder ul{
	list-style: none;
	padding: 20px 25px;
}
.menu-holder ul li{
	margin-bottom: 15px;
}
.menu-holder ul li a{
	line-height: 20px;
	font-size: 16px;
	color: #dedede;
	text-decoration: none;
}
.menu-holder ul li a.active{
	color: #1e88e5;
}
.menu-holder ul li ul li{
	margin-bottom:7px;
	font-size:14px;
}
.menu-holder ul li ul{
	padding:10px 15px;
}
.menu-holder ul li ul li a{font-size:14px;}

.thepix-section{
	padding: 0 30px;
	background: #ffffff;
	border-bottom: 1px solid #f6f6f6;
	width: 100%;
}
.thepix-section h3{
	font-size:20px;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.color-bg{
	background-color: #f6f6f6;
}

#welcome{
	height: 100%;
	position: relative;
}
#welcome h2{
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 26px;
}
#welcome h3{
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 100;
}
.title{
	padding: 40px 0 50px;
	margin: 0;
	color: #1e88e5;
}
.subtitle{
	padding: 10px 0 15px;
	font-weight: 700;
}
.no-list{
	list-style: none;
	padding: 0 0 20px 15px;
}
.no-list li{
	margin-bottom: 10px;
}
.no-list img{
	margin-top: 10px;
	margin-bottom: 25px;
}
.ie-image-small{
	max-width: 50%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ie-image-medium{
	max-width: 80%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.italic{
	font-style: italic;
}
.margin-bottom{
	margin-bottom: 30px;
}
#pixpanel img{
	display: block;
	margin-bottom: 20px;
}
.ie-images img{
	margin: auto auto 20px;
	max-width: 98%;
}
.nota-bene{
	font-size:17px;
	line-height:21px;
}
.red{
	color:red;
}
.subheadline{
	font-size:16px;
	margin-left:15px;
}
.thepix img{
	border:1px solid silver;
}
