/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* layout */

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
	width: 222px;
	height: 39px;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main hr {
  border-top: none;
  border-bottom: 1px solid #ddd;
}

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

.sidebar{
	margin-top: 18px !important;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */

#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 30px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 60px;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}


.footer-links a {
	display: block;
}

body {
	font-family: 'Noticia Text' !important;
	background: #F0F0F0 !important;
	padding: 60px 0;
	font-size: 13px;
}

ul#menu-tjanster li, ul#menu-kontakt li, #sidebar1 li, .menu li {
	line-height: 42px;
	font-size: 16px;
	border-top: 1px solid #ddd;
}

ul#menu-tjanster li:last-child, ul#menu-kontakt li:last-child, #sidebar1 li:last-child, .menu li:last-child {
	border-bottom: 1px solid #ddd;
}

img#page-main {
	margin: 10px 0 25px 0;
}

#nav_menu-3, #nav_menu-4, #nav_menu-5, #sidebar1 {
	margin: 0 0 40px 0;
}

#wpcf7-f141-p30-o1 {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 15px 30px 0px 50px;
	margin-bottom: 30px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: static;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}

#container-main {
	max-width: 970px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding: 30px 40px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

footer#main {
	background: #3C3C3C;
	color: #ddd;
	margin: 0 -40px -40px -40px;
	padding: 30px 40px;
	text-shadow: 0 1px 0 #000;
}

footer#main h4 {
	font-size: 15px;
	font-weight: bold;
}

footer#main a {
	color: #ddd;
}

footer#main a:hover {
	color: #ddd;
}

#main article {
	padding: 0;
	margin: 0;
}

.navbar-inner {
	border: none !important;
	background: none;
	box-shadow: 0px 0px 0px #fff !important;
	filter: inherit !important;
	padding: 0px !important;
}

.navbar-inner a {
	color: #98082C !important;
	font-size: 18px;
}

.navbar-inner .container-fluid {
	padding: 0;
	margin: 0;
}

.nav li.dropdown.open.active {
	background: none;
}

.navbar .nav {
	margin: 10px 10px 0 15px;
}

.navbar {
	margin-bottom: 0px;
}

.carousel {
	margin: 20px -40px 30px -40px;
}

#foot-hr {
	clear: both;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	margin: 0 0 20px 0;
}

h1,h2,h3,h4 {
	font-family: 'Noticia Text' !important;
}

.homepage-group {
	border-top: 1px solid #ddd;
	padding: 30px 0;	
}

.lathund {
	text-align: center;
}

.lathund h1 {
	font-family: 'Sansita One', cursive !important;
	font-size: 50px;
}

.lathund p {
	font-style: italic;
	color: #98082C;
}

.citat {
	min-height: 116px !important;
}

.citat.inline {
	border: 1px solid #ddd;
	border-width: 1px 0 1px;
	padding: 10px 0;
	margin: 20px 0;
	min-height: 110px;
}

.citat h4 {
	font-family: 'Sansita One', cursive !important;
}

.citat p {
	font-style: italic;
	color: #00797E;
}

.post_content {
	margin-bottom: 40px;
}

.post-cat {
	color: #bbb;
	font-style: italic;
}

.tnc {
	border: 1px solid #ddd;
	padding: 10px 10px 20px;
	margin-bottom: 20px;
}

.nyhet {
	font-size: 13px;
}

.nyhet h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
}

.nyhet p {
	margin: 0 0 6px 0;
}

a.more-link {
	border: 1px solid #600;
	padding: 0px 8px;
	border-radius: 11px;
	color: #fff;
	background: #99082c;
	font-size: 11px;
	text-shadow: 0 0px 1px #222;
	display: block;
	font-family: 'Noticia Text';
	margin-top: 10px;
	width: 43px;
}

a.more-link:hover {
	border: 1px solid #600;
	padding: 0px 8px;
	border-radius: 11px;
	color: #fff;
	background: #B60631;
	font-size: 11px;
	text-shadow: 0 0px 1px #222;
}

button.more-btn {
	font-size: 20px;
	padding: 0px;
	line-height: 13px;
	border-radius: 15px;
	width: 18px;
	height: 18px;
	margin: 0px;
	float: right;
	text-align: center;
	line-height: 18px;
	vertical-align: top;
}

button.more-btn:hover {
	background: #B60631;
	color: #fff;
}

img#page-main {
	margin: 3px 0 25px 0;
}

#employees {
	margin-top: -30px;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

#employees .row-fluid {
	margin-top: 10px;
}

.employee img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.employee-more {
	display: none;
}

.more-button {
	background: url('images/andco-button1.png') no-repeat;
	height: 18px;
	width: 18px;
	float: right;
}

.more-button.more {
	background-position: 0px -18px;
}

.more-button.less {
	background-position: -19px 0px;
}

.carousel-inner img {
	max-width: none;
	width: 100%;
}

.carousel-caption {
	background: none !important;
	width: 400px !important;
	padding: 130px 60px !important;
	top: 0px;
	bottom: inherit;
}

.carousel-caption h4 {
	color: #fff;
	text-decoration: none;
	font-size: 45px;
	font-family: 'Sansita One' !important;
}

.carousel-caption a {
	color: #fff !important;
}

.carousel-caption p {
	font-size: 19px;
	line-height: 27px;
	margin-top: 15px;
}

.carousel-caption p, .carousel-caption h4 {
	text-shadow: 0px 1px 2px #666;
}

.carousel-caption p a {
	display: none;
}

.navbar-search button {
	background:#0A7A89;
-webkit-border-top-left-radius: 15px !important;
-webkit-border-bottom-left-radius: 15px !important;
-moz-border-radius-topleft: 15px !important;
-moz-border-radius-bottomleft: 15px !important;
border-top-left-radius: 15px !important;
border-bottom-left-radius: 15px !important;

padding-right: 9px;
padding-left: 10px;
}

.navbar-search button:hover, #e-tjanster:hover {
	background: #0B93A5;
}

.navbar-search input {
-webkit-border-top-left-radius: inherit !important;
-webkit-border-bottom-left-radius: inherit !important;
-moz-border-radius-topleft: inherit !important;
-moz-border-radius-bottomleft: inherit !important;
border-top-left-radius: inherit !important;
border-bottom-left-radius: inherit !important;
}

#s {
	width: 80px !important;
}

#e-tjanster {
	margin-left: 10px;
	background: #0A7A89;
	color: #fff !important;
	text-shadow: 0 0 1px #222;
	font-family: 'Noticia Text';
	font-size: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#searchform, #e-tjanster {
	margin-top: 16px;
}

.bildspel-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	font-size: 45px;
	font-weight: 100;
	line-height: 55px;
	color: #98082C;
	text-align: center;
	border: none;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url('images/btn-arrow-prev.png') -30px 0;
	background-position: -30px 0;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	background-repeat: no-repeat;
}

.bildspel-nav.right {
left: auto;
right: 0px;
background: url('images/btn-arrow-next.png');
}

.bildspel-nav.left:hover {
	background-position: 0 0;
}

.bildspel-nav.right:hover {
	background-position: -30px 0;
}


.circle-half-right, .circle-half-left {
	height: 80px;
	width: 40px;
	border-radius: 0 40px 40px 0;
	background: #98082C;
	display: block;
	float: left;
	margin-right: 20px;
	margin: 14px 20px 20px 0;
}

.circle-half-left {
	float: right;
	margin: 14px 0 20px 20px;
	border-radius: 40px 0 0 40px;
}

.dropdown-menu {
	border-radius: 0 17px 17px;
	padding: 0px;
	margin: 0px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
	background: none;
}

.dropdown-menu li a {
	border-top: 1px solid #ddd;
	padding: 9px 17px;
	font-size: 14px;
}

.dropdown-menu li a.first {
	border: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.active > .dropdown-toggle {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.dropdown-menu li a:hover {
	background: none;
	text-decoration: underline !important;
}

.navbar .nav > li > .dropdown-menu::after {
	content:none !important;
}

.navbar .nav > li > .dropdown-menu::before {
	content:none !important;
}

a:hover {
	color: #98082C;
}

ul.menu, #sidebar1 ul {
	margin: 0;
}

ul.menu a:hover {
	
}

.navbar .nav > li > a {
	padding: 9px 13px 9px !important;
}

.navbar .nav > li {
	margin: 0 7px;
}

.dropdown-menu li.menu-item:hover {
	border: 1px solid transparent !important;
	margin: -1px !important;
}

#menu-huvudmeny .menu-item:hover {
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: -1px 6px;
}

#menu-huvudmeny .menu-item.dropdown {
	border-radius: 15px 15px 0 0;
	border-bottom: none;
}



.dropdown-menu {
margin-left: -1px;
}

.menu .menu-item, #sidebar1 li {
	background: url('images/andco-bullet0.png') center left no-repeat;
	list-style: none;
	padding-left:16px;
}

.menu .menu-item.active {
	background: url('images/andco-bullet1.png') center left no-repeat;
}

#text-2 h4 {
	font-size: 16px;
	font-weight: bold;
}

#text-2 p {
	font-size: 15px;
}

.mobile-hr {
	border-top: 1px solid #ddd;
	margin: 30px 0;
}

.btn.btn-navbar, .btn.btn-navbar:hover {
	background: #117E8C;
	margin: 15px 15px 0 0;
}

.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 8px !important;
	margin-top: 5px;
	height: inherit !important;
} 

.wpcf7 {
	padding: 15px 15px 0 15px !important;
}

.wpcf7 .row {
	margin: 0 !important;
}

.page-header {
	border-top: 1px solid #eee;
}

.navbar-fixed-top {
	margin-top: -10px;
	margin-bottom: -10px;
}

.tablepress table hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ffffff;
}

.tablepress tbody {

}

.tablepress thead {
	cursor: pointer;
	background: #bcecf2;
}

#homepage_content {
	margin-bottom: 0px;
}

.attachment-wpbs-featured.wp-post-image {
	margin-bottom: 30px;
}

.e-login img {
	margin-top: 13px;
}




@media (max-width: 766px) {
	
	.carousel-caption {
		padding: 0px !important;
		text-align: left;
		top: 18% !important;
		left: 16%;
		bottom: inherit !important;
		position: absolute !important;
		width: 107px !important;
		line-height: 61px !important;
	}
	
	.carousel-caption h4 {
		font-size: 25px !important;
		line-height: 27px !important;
	}
	
	#logo {
		margin: 0px;
		padding: 0px;
	}
	
	#nav_menu-3, #nav_menu-4, .lathund, #nav_menu-5 {
		display: none !important;
	}
	
	.page-header h1 {
		margin-left: 0px !important;
	}
	
	#left-foot, #right-foot {
		float: left;
		width: 50%;
	}
	
	#menu-huvudmeny .menu-item:hover {
		border-color: #fff;
	}
	
	.btn.btn-navbar {
		margin: 5px 0px;
	}
	
	.btn.btn-navbar:hover {
		margin: 5px 0px;
	}
	
	.homepage-group {
		padding: 15px 0;
	}
	
	.mobile-hr {
		margin: 20px 0 15px;
	}

}

@media (max-width: 1050px) {

	body {
		padding: 0;
	}
	#container-main {
		padding: 20px;
		border-radius: inherit;
	}
	
	footer#main {
		padding: 10px 20px;
		margin: -20px;
	}
	
	.carousel {
		margin: 20px -20px 20px -20px;
	}

	.navbar .nav > li > a {
		color: black !important;
	}
}

