/* SIVUSTAMO OY - CUSTOM CSS
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');


/* Header
-------------------------------------------------------------- */

html, body {
	font-family: 'PT Sans', sans-serif !important;
}

.SiteHeader {
	background: #303030;
}

.utiheader{
	width:1200px;
	height:38px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.utiwrapper {
	width:100%;
	height:38px;
	background: #000;
}

.utiheader #LiveSearch {
/*	width: 200px;*/
	display:inline-block;
	vertical-align: middle;
	float:left;
}
.InlineNavigation{
	display:inline-block;
}

.InlineNavigation a{
	color: #fefefe;
	text-decoration:none;
}

.InlineNavigation a[href='/account/register/']:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f234";
    margin-right: 0.5em;
}

#utibutton .Button{
	padding-left:0px;
}

ul.kielet{
	list-style-type: none;
	display:inline-block;
	/*margin:0px 0px 0px 10px;*/
	vertical-align: middle;
	float:right;

}

ul.kielet li {
    float: left;
    padding-right: 10px;
}

ul.some{
	list-style-type: none;
	display:inline-block;
	/*margin:0px 0px 0px 10px;*/
	vertical-align: middle;
	float:right;
	padding-top: 3px;

}

ul.some li {
    float: left;
    padding-right: 10px;
}

.some a[href='https://www.facebook.com/Behnfords-55347934986/']:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f082";

}
.some a[href='https://twitter.com/behnfords']:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f081";
	
}
.some a[href='https://www.instagram.com/behnfordshelsinki/']:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
	
}

#SearchForm #SearchInput {
	width:0px;
	background: #000;
    border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#SearchForm:hover #SearchInput {
	width:150px;
	background:#fefefe;
	border:1px;
}

#SearchForm #SearchInput:focus {
	width:150px;
	background:#fefefe;
	border:1px;
}

.BrandHeader {
	background: url('/files/ulkoasu-uusi-b2b/images/dimension.png');
	background-color:#000;
	padding: 70px 0px;

}

#logo{
	margin:0 auto !important;
	width:800px;
}

.MainNavigation ul {
	text-align:center;
}

/* Responsiivisuus
-------------------------------------------------------------- */

/* Desktop */
@media screen and (min-width: 1025px) {

}

/* Tabletti */
@media screen and (max-width: 1024px) {

.utiheader {
	display:none !important;
	visibility: hidden !important;
}

.utiwrapper {
	display:none !important;
	visibility: hidden !important;
}

#StickyNavigation {

	height: 110px;
	background: url('/files/ulkoasu-uusi-b2b/images/dimension.png');
	background-color:#000;
}

.NavigationBarToggle {
	color:#fefefe !important;
}

.NavigationBar .LogoLink > img {
	max-height: 90px;
}

}

/* Mobiili */
@media screen and (max-width: 600px) {

}



/* Yleistä rakennekorjausta
-------------------------------------------------------------- */

.Col-9-12 {
    width: 100%;
}

#keskitys {
	text-align: center;
}

#infoleveys {
	width: 50%;
	margin: 0 auto;
}

/* Buttonit
-------------------------------------------------------------- */

.Button, form [type='submit'] {
	background-color:#303030;
	color:#fefefe !important;
	border-color:#fefefe;
}

.Button:hover, form [type='submit']:hover {
	background-color:#fefefe;
	color:#303030 !important;
	border-color:#303030;
}

#utibutton, #SearchButton {
	background-color: transparent;
	border-color: transparent;
	color: #fefefe !important;
	border:none;
	border-style:none;
	box-shadow: none !important;

}

#utibutton:hover, #SearchButton:hover {
	background-color: transparent;
	color: #fefefe !important;
	border:none;
	border-style:none;
	box-shadow: none !important;
}

.SubmitButton{
	background-color: #303030 !important;
	border-color: #000;
}

/* Body
-------------------------------------------------------------- */

.SiteContent{
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
}

.Container a {
	color: #303030;
}

.Container h2,h1 {
	text-transform: uppercase;
}

.CategoryImage {
	display:none;
}


/* Footer
-------------------------------------------------------------- */

.SiteFooter {
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	background-color:#303030;
}

.Footer h2 {
	color: #fff;
}

.Footer a, .Footer p {
	color: #fefefe;
}

.Footer .Col {
	float:none;
}

.Footer .InfoNavigation {
	-webkit-columns: 50px 4; /* Chrome, Safari, Opera */
    -moz-columns: 50px 4; /* Firefox */
    columns: 50px 4;
    margin:0 auto;
}

.Footer .Col-3-12 {
width:100%;
}

.Footer p {
	display: inline-block;
	width: 25%;
}

.Footer .some {
	float:none;
	padding: 0px 15px;
	font-size: 40px
}

.Footer .some a:before {
	font-size:30px;
}

.Footer .some a:hover{
	color: #a59170;
}

.Footer h2 {
	text-transform: uppercase;
}
