@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=4ec7a0e2-095e-4f4a-a11f-ca8f2fe7524f"); 
@font-face{ 
    font-family:"Avenir LT W01 55 Roman"; 
    src:url("https://www.otimo.se/images/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix"); 
    src:url("https://www.otimo.se/images/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot"),url("https://www.otimo.se/images/fonts/b9ebb19d-88c1-4cbd-9baf-cf51972422ec.woff") format("woff"),url("https://www.otimo.se/images/fonts/5ed4f98e-9044-4810-88ff-74d412c1351f.ttf") format("truetype"),url("https://www.otimo.se/images/fonts/4cb16859-16ca-4342-b89c-292dc83266af.svg#4cb16859-16ca-4342-b89c-292dc83266af") format("svg"); 
} 
@font-face{ 
font-family:"Avenir LT W01 85 Heavy"; 
    src:url("https://www.otimo.se/images/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix"); 
    src:url("https://www.otimo.se/images/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"),url("https://www.otimo.se/images/fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"),url("https://www.otimo.se/images/fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"),url("https://www.otimo.se/images/fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg"); 
} 
body{
	background-color: rgb(77, 42, 31);
}
html,body{
    height: 100%;
}

html { 
    -webkit-font-smoothing: antialiased; 
} 
body, button, input, select, textarea, a, .navbar-nav{ 
    /*font-family: 'Avenir LT W01 55 Roman', Arial, sans-serif; */
} 

h1,h2,h3,h4,h5,h6 { 
    font-family: 'Avenir LT W01 85 Heavy', Arial, sans-serif;  
}
h3{
	font-size: 1.3em;
}
h3, h4{
	text-transform: uppercase;
}
h3 {color: #91472c;}
h4 {color: #91472c; font-size: 12px; padding: 10px 0;}

time{
	color: #873006;
	font-size: 12px;
	text-transform: uppercase;
}

a { color: #00adc6;}
a:hover {color: #017181;}
b { font-weight: normal; font-family:'Avenir LT W01 85 Heavy'; }

.pagecontent h1 {
	font-size: 31.25px;
	margin-bottom: 25px;
}
h5 { font-weight: 400 }

.page.container{
	background-color: #FFF;
	background-image: url(https://www.otimo.se/images/uploads/style/otimo_circlar.png);
    	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.container-fluid {
    max-width: 2300px;
}

footer {
    border-bottom: none;
    background-color: rgb(0, 173, 198);
	color: #FFF;
}
footer a, footer h3{
	color: #FFF;
}
.footer-bottom span{
	padding: 0 10px;
}
.footer-bottom p{
	padding-top: 20px;
	margin-bottom: 0;
}

.top{
	height: 130px;
}
.top img.loggo {
	margin: 35px 0 0 25px;
	height: 65px;
}
.pagecontent {
	padding: 20px 40px;
}
.pagecontent h1{
	font-size: 2.5em;
}
.floattext{
	line-height: 1.7em;
}
figure, figure img{
	-webkit-margin-before: 0px !important;
	-webkit-margin-start: 0px !important;
	marging-top: 0px;
	padding-top: 0px;
}


/*------------------------------------------------------Huvudmenyn*/
.navbar {
    background-color: transparent !important; 
	padding: 0 !important;
}
.navbar-toggler {
    background-color: rgb(0, 173, 198);
	color: #fff;
}
#navbar-main .navbar-nav li a{
	color: #333 !important;
	font-weight: normal; 
	font-family:'Avenir LT W01 85 Heavy', Arial, sans-serif;
	text-transform: uppercase;
	padding: 9px 13px;
}
#navbar-main .navbar-nav li a:hover{
    background-color: #eee;
}
#navbar-main .navbar-nav li.active a{
	padding: 6px 11px 9px;
	background-color: rgb(0, 173, 198) !important;
	color: #FFF !important;
	border-left: solid 3px #008294;
	border-top: solid 3px #008294;	
}
#navbar-main .navbar-nav li:nth-child(1) a{
	border-radius: 3px 0 0 3px;
}
#navbar-main, body { 
    background-color: #f4f4f4 !important; 
}
.navbar, 
#navbar-main,
#navbar-main > .nav.navbar-nav, 
#navbar-main > .nav.navbar-nav > li,
#navbar-main > .nav.navbar-nav > li:not(.selected) > a { 
    border: none !important; 
}

@media (min-width: 550px) /* Larger than mobile */
{
  /* Main menu */
  #navbar-main {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .navbar {
    margin-right: 20px;
  }
}
@media (min-width: 990px) /* Larger than tablet */
{
  /* Main menu */
  .navbar {
    margin-right: 110px;
  }
}

/*Sök*/
.search{
	margin-top: 70px;
	width: 39px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #c9eef3;
	background-image: url(https://www.otimo.se/images/uploads/style/search.png);
	text-indent: 15px;
	background-position: 5px center;
	background-repeat: no-repeat;
	-webkit-transition:width 0.5s ease-in-out;
	-o-transition:width 0.5s ease-in-out;
	-moz-transition:width 0.5s ease-in-out;
}	
.search:focus{
	width: 200px;
	outline: none !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
	-webkit-transition:width 0.5s ease-in-out;
	-o-transition:width 0.5s ease-in-out;
	-moz-transition:width 0.5s ease-in-out;
}
#searchtable tr td{
	padding-bottom: 10px;
}
#searchtable{
	margin-bottom: 50px;
}

/*------------------------------------------------------Startsidan*/
/* Carousels */
.carousel-control{
	background-image: none !important;
	margin-top: -30px;
	width: auto;
    top: 50%;
    z-index: 5;
}
.carousel-caption, 
.product-caption-inner {
	text-align: left !important;
	position: absolute;
	right: 0;
	left: 0 !important;
	bottom: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    background-color: transparent\9;
    
  	/* IE8 and below X*/
  	background: rgba(0, 0, 0, 0.6);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
	width: 100%;
}
.carousel-caption h1{
	font-size: 28px;
	color: #FFF;
}
.carousel-control-prev, 
.carousel-control-next {
	width: 7% !important;
}

#startslider{
	height: auto;
}
#startslider .carousel-inner > .carousel-item {
    max-height: 550px;
}

#contactslider .carousel-control{
	top: 50%;
	margin-top: -50px;
	position: absolute;
	/*margin-top:-65px;*/
}

#loggoCarousel .carousel-control{
	margin-top: -10px;
}
#loggoCarousel{
	padding: 20px 40px; 
	min-height: 170px;
}
#loggoCarousel .carousel-item .col-sm-2{
    height: 150px;
    text-align: center;
    font: 0/0 a;
}
#loggoCarousel .carousel-item .col-sm-2:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
#loggoCarousel .col-sm-2 img{
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
}
#loggoCarousel .carousel-control-prev, 
#loggoCarousel .carousel-control-next {
	width: 3% !important;
}

.products { min-height: initial }

.start-middle, .products {
 	min-height: 330px;
	height: auto;
}




/*Dölj nyheter omskämen är liten*/
@media (max-width: 480px) {
    	.startpage .newslist li{
		display: block !important;
	}
}
@media (max-width: 768px) {
	.startpage .newslist li{
       		display: block !important;  
	}
}
@media (max-width: 992px) {
    	.startpage .newslist li:nth-child(n+2){
		display: none;
	}
}
@media(max-width:1200px){
	.startpage .newslist li:nth-child(n+3){
		display: none;
	}
}


/* Theme-Btn-Extra */
.btn-brown {
	background-color: #4d2a1f;
	border: none;
}
.btn-brown > * { background-color: white !important; color: white !important; }

.btn-blue{
	background-image: linear-gradient(#00adc6, #00a0b7 6%, #0190a5);
	border: none;
}
.btn-blue, .btn-blue:hover {
	background-color: #00adc6 !important;
    background-image: -webkit-linear-gradient(#00adc6, #00a5bd 6%, #0190a5) !important;
    background-image: -o-linear-gradient(#00adc6, #00a5bd 6%, #0190a5) !important;
    background-image: linear-gradient(#00adc6, #00a5bd 6%, #0190a5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f5151', endColorstr='#3f4141', GradientType=0);
    border: none;
}
.btn-blue {
  color: #ffffff;
  background-color: #00adc6;
}


/* Bootstrap changes */
.card {
	border-radius: 0 !important;
}
.card h4 {padding: 10px;}
.alert-info {
    color: #4c2a20;
    background-color: #f9eeea;
    border-color: #f9eeea;
}
.btn-info {
  color: #ffffff;
  background-color: #0097ad;
  border: 2px solid #0097ad;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #006a7a;
  border-color: #006a7a;
  transition: .2s;
}


/* Background-circles */
@media (min-width: 1700px) /* Very large screen */
{
  body {
      background-image: url(https://www.otimo.se/images/uploads/pattern-transparent-rotated.png);
      background-position: 125% 0%;
      background-repeat: no-repeat;
      background-size: 60%;
      background-attachment: fixed;
  }
  .page.container {
  	  background-image: none;
  }
  img.loggo {
  	  float: right;
	  margin-right: 30px !important;
  }
}

@media (max-width: 550px) /* Mobile */
{ 
  /* LOGO */
  .top img.loggo {
	margin: 53px 0 0 20px;
	height: 55px;
  }
  .top { background-color: rgba(255,255,255,0.5); }
  
  /* Main menu */
  .navbar.navbar-default, #navbar-main {
  	border-radius: 5px;
  }
  
  /* Header font-size */
  h1 { font-size: 18px !important; }
  h2 { font-size: 15px !important; }
  h3 { font-size: 14px !important; }
  h4, h5, h6 { 
	font-size: 13px !important; 
	font-weight: normal; 
	font-family:'Avenir LT W01 85 Heavy'; 
}
  
  /* Startpage Main Slider */
  #startslider { margin-bottom: 20px; }
  #startslider .carousel-caption { padding: 10px !important; }
  #startslider .carousel-caption > p { display: none !important; }
  
  /* Customer slider */
  #loggoCarousel .carousel-inner .item .col-sm-2 {
  	margin: 0 auto;
  }
}

@media (max-width: 990px) /* Tablet and smaller */
{
  /* Intervju image smaller size */
  .intervju {
    background-size: 100% auto;
  }
}