/* Trustizer Web - Style sheet to style company specific */
/* Jan Andersson, 2015-11-22                             */
/* Version 0.1.0                                         */

h1, h2, h3, h4, h5 {
	font-family: 'Advent Pro', sans-serif;
	font-weight: 200;
}
.myhead{
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 20px;
	/*background: url(../../assets/img/jpg/bg.jpg) no-repeat;*/
 	background-size: 100%;
	background-position: center center;
}
.myhead h1, .myhead h4 {
	color: #FFF;
	font-weight: 900;
}
.dark{
	background-color: #222222;
	padding: 30px 0 20px 0;
}
.main{
	padding: 20px 0 20px 0;
}
.color{
	background-color: #c9c1d4;
}
.lightT{
	color: #9CF;
}
@media only screen and (min-width: 48em) {
.myhead{
	margin-top: -50px;
	padding-top: 200px;
	padding-bottom: 50px;
	/*background: url(../../assets/img/jpg/bg.jpg) no-repeat;*/
 	background-size: 100%;
	background-position: center center;
}
}

/* Trustizer specific styles */
.tru-icon {
	width: 24px;
	height: 24px;
}

.tru-icon-2 {
	width: 48px;
	height: 48px;
}

/*  Instagram styles */
.ig-b- {
	display: inline-block;
}
.ig-b- img { 
	visibility: hidden; 
}
.ig-b-:hover { 
	background-position: 0 -60px; 
} 
.ig-b-:active { 
	background-position: 0 -120px;
}
.ig-b-48 { 
	width: 48px; 
	height: 48px;
	background: url(//badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0; 
}
