/*
Theme Name: Bootstrap3 base
Theme URI: http://www.uanet.se
Description: En template som baseras på bootstrap version 3
Template: bootstrap3base
Version: 3.0
Author: web@uanet.se 
Author URI: http://www.uanet.se
Tags: Uanet responsive bootstrap

License: GNU General Public License v3 or later
License URI: license.txt 

*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);*/
/*@import url("fonts/roboto/stylesheet.css");*/
//@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
//@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,700);

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/**
 * Element styles
 */
html {    
	overflow-y: scroll;
}
body.admin-bar .navbar {
	/*height: 40px;
	position: fixed;
	top: 28px;
	z-index: 1000;*/
}

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

body {
	background-color: #fff;
	padding-top: 50px;
    font-family: 'PT Sans';
    color: #444;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Raleway;
    font-weight: 700;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

.row h2.title-heading {
    color: #848484;
    font-size: 145%;
    font-weight: 500;
    margin-bottom: 21px;
    overflow: hidden;
    position: relative;
}

.row h2.title-heading:after {
    background: none repeat scroll 0 0 #dbdbdb;
    content: " ";
    height: 1px;
    margin: 1px 0 0 14px;
    position: absolute;
    top: 50%;
    width: 100%;
}


/**
 * General styles, buttons etc
 */
.row {
	position: relative;
}
[class*="span"] {
    position: relative;
}

.btn-flat {
	display: inline-block;
	background: #98c93d;
	margin: 0;
	padding: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	font-size: 14pt;
}

.btn-floatright {
	float: right;
}

/**
 * Wordpress default
 */
.alignright {
	float: right;
}

/**
 * Widgets
 */
.widget {
    margin-top: 30px;
}
.widget-leftside {
	margin-top: 20px;
}

.blogg-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar .widget h3.title {
    border-bottom: 1px solid #eee;
    color: #a2a2a2;
    font-weight: 400;
    margin: 0 0 25px;
    padding-bottom: 0.2em;
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .widget ul li {
    padding: 0;
    margin: 0;
}

.widget .blogg-sidebar form input[type="text"] {
    height: 28px;
}

.searchform .screen-reader-text {
    display: none;
}

/**
 * Top content
 */


/**
 * Navbar
 */
.navbar-default .navbar-nav > li > a {
    font-family: Raleway;
    font-weight: 500;
    color: #292929;
}


/**
 * Bread crumbs
 */
.container .breadcrumb {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 4px 15px 8px 0;
}

/**
 * Page header
 */
.md-page-header {
	background: #eee;
    padding: 35px 0px;
    margin-bottom: 10px;
}
.md-page-header .container {
	padding: 0;
}
.md-page-header h2{
	margin: 0;
	color: #777;
	line-height: 1;
}

/**
 * Left menu
 */



/**
 * Main content
 */
.content {
	margin-top: 0px;
}

.content img {
    max-width: 100%;
    height: auto;
}

/**
 * Blog
 */
.post h3 {
	line-height: 1.5;
	margin-bottom: 0;
}

.well .btn-flat {
	margin-top: 30px;
}



/**
 * Bootstrap carousel
 */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    max-width: none;
    height: auto;
}


/**
 * Gallery settings
 */
 .wp-caption-text.gallery-caption {
 	font-size: 10pt;
 	font-style: italic;
 }
 
 #fancybox-title #fancybox-title-outside {
 	font-size: 18px;
 	font-style: italic;
 }
 

/**
 * Plugin CSS
 */

/** 
 * Form
 */

input[type="text"], input[type="email"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    color: #636363;
    font-family: "PT Sans";
    font-size: 100%;
    padding: 5px 10px;
    
    background-color: #fafafa;
    border-color: #dbdbdb;
    box-shadow: 0 2px 3px rgba(41, 41, 41, 0.07) inset;
    color: #636363;
    outline: 0 none;
}



/**
 * Footer
 */
footer, .footer {
    background: none repeat scroll 0 0 #3f3f3f;
    color: #818181;
    line-height: 1.25;
    margin-top: 44px;
    position: relative;
    text-shadow: 0 1px 2px rgba(28, 28, 28, 0.8);
    z-index: 1;
    border-top: 6px #777 solid;
}

footer a, .footer a {
    color: #bdbdbd;
    transition: color 200ms ease-in-out 0s;
}

.footer p, .footer a { color: #fff; }

.footer h4 { color: #fff; padding-bottom: 20px; text-transform: uppercase; }

.footer ul { list-style: none; padding:0; margin: 0}
.footer ul li { margin-left: 0; margin-bottom: 10px;}

footer > .container, .footer > .container {
    padding: 41px 15px;
    position: relative;
    z-index: 2;
}

.bottom-bar:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bottom-bar {
    background-color: rgba(41, 41, 41, 0.54);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 18px 0;
    position: relative;
    z-index: 2;
}

.bottom-bar p {
    line-height: 1.3;
    margin: 0;
    color: #a2a2a2;
    opacity: 0.82;
}



/**
 * Animation test
 */
.animate  {
	opacity: 0;
}

.animate-fade-in {
	opacity: 1;
	transition: opacity 1.0s ease-in 0s;
}


/**
 * Parallax [skrollr] styles
 */
#skrollr-body {
    height:100%;
    overflow:visible;
    position:relative;
}
.parallax-image-wrapper {
    position:fixed;
    top: -100%;
    left:0;
    width:100%;
    overflow:hidden;
    height: 100%;
}

.parallax-image {
    display:none;
    position:absolute;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    height: 100%;
}

.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}


/*.bcg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    width: 100%;
    position: relative;
}*/
.section {
    min-height: 440px;
    background: none repeat scroll 0 0 #fff;
    position: relative;
    padding: 20px 0;
    margin: 0px 0;
}

.section-parallax {
    background: none repeat scroll 0 0 transparent !important;
    background-size:cover;
    height: 440px;
}

/**
 * Sections
 */
.section-sale {
    padding: 80px 0;
    margin: 40px 0;
    background: #dbdbdb;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/**
 * Media querys
 */
@media(min-width:767px) {
    
    .top-nav-collapse {
        padding: 0;
    }
    
}
 
 
@media (max-width: 1190px) {
    
}
@media (max-width: 979px) {
	 #main-menu {
		padding: 0;
	 }
     
}
@media (max-width: 767px) {
	
	 
	.wp-post-image {
		margin-bottom: 20px;
	}

	/* Switch gallery to 2 from 4 */
	#gallery-1.gallery .gallery-item {
		/*width: 50%;*/
	}
	#gallery-1.gallery .gallery-item img {
		max-width: 100%;
        height: auto;
	}
	
	/* responsive grid column */
	.column-grid .column, .column-grid .column-first, .column-grid .column-last { float: none; }
	body .column-grid .column { width: 100%; }
    
    
    .carousel .wp-post-image { margin-bottom: 0; }
    
    .bcg {
        height: 250px;
    }
    .homeSlide {
        height: 250px !important;
    }
}




@media (max-width: 480px) {
    
}

