/*
Theme Name: Kontrast Group
Author: Henrix, Georgsson 2015
Version: 0.1
*/
.jumbotron {
	height: 600px !important;
	
}

.jumbotron-noimage {
	height: 170px !important;
	
}

.page {
	margin-top: 20px;
}
hr{
	display: block;
    height: 1px !important;
    border: 0 !important;
    border-top: 1px solid #ffffff !important;
    margin: 1em 0 !important;
    padding: 0 !important; 
}
#kundsegment h1 {
	color: #ffffff !important;
}
#produktion h1 {
	color: #ffffff !important;
}
.coworker-inner .single-coworker h5 {
    margin-top: 3px !important;
	margin-bottom: 10px !important;
}

article.section-135 h5 {
    font-size: 110% !important;
}

.jumbotron .box-start {
    padding: 190px 0 !important;
}

:focus {
    outline: none !important;
}

div.partner_logo {
	height: 10em;
	position: relative
}

div.partner_logo img {
	margin: 0;
	position: absolute;               /* 2 */
	top: 50%;                         /* 3 */
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	width: 40%;
}   
   
div.partner_logo img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.googlemap {
position: relative;
padding-bottom: 75%; /* 4:3 ratio*/
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#a0a0a0;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#544f4f;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.row {
	margin: 20px 0px 20px 0px !important;
	padding-top: 50px !important;
	padding-bottom: 20px !important;
	
}

/*a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}*/

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}