/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
    
/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

 @font-face { 
    font-family: "Bubbler One";
    src: url('fonts/Bubbler One/Bubbler One.eot');
    src: url('fonts/Bubbler One/Bubbler One.eot?#iefix') format('embedded-opentype');
    src: url('fonts/Bubbler One/Bubbler One.woff') format('woff');
    src: url('fonts/Bubbler One/Bubbler One-Regular.ttf') format('truetype');
    src: url('fonts/Bubbler One/Bubbler One.svg#bubbler_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 


body {
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    text-align: center; 
    margin: 0;
    background-color: #fff;
    padding-top: 50px;
}

h1 {
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold; 
}

h2 {
    font-family: Bubbler One, Lato, Arial, sans-serif;
    font-size: 40px;
    margin: 0;
    text-align: center; 
}

h2 {
    font-family: Bubbler One, Lato, Arial, sans-serif;
    font-size: 40px;
    margin: 0;
    text-align: center; 
    padding-top: 15px;
    padding-bottom: 15px;
}

h3 h4 {
    font-family: Bubbler One, Lato, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold; 
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
}

h5 {
    font-size: 10px;
    padding-top: 10px;
}

img {
    max-width: 100%;
}

iframe {
    margin-bottom: 20px;
    max-width: 100%;
}

#mainContainer {
    max-width: 768px;
    background-color: #fff;
}

#mainImg {
    margin-bottom: 30px;
}

#logo {
    display: block;
    max-width: 230px;
    height: 116px;
    background-image: url('../images/Lartist_logo.png');
    margin: 0 auto;
    margin-bottom: 30px;
}

#logo h1, #logo h1 a {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#logo h1 span {
    display: none;
}

#logoMedium {
    display: block;
    max-width: 200px;
    height: 100px;
    background-image: url('../images/Lartist_logo_medium.png');
    margin: 0 auto;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

#navbar {
    font-family: Bubbler One, Lato, Arial, sans-serif;
    font-size: 17px;  
}

#me {
    margin-top: 20px;
}

#ajankohtaista {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}

#hinnasto {
    background-color: #ddd6cd;
    margin-top: 60px;
    margin-bottom: 30px;
}

#hinnasto ul {
    float: left;
    padding-left: 0;
}

#hinnasto ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

#hinnasto ul li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: -2px;
}

#hinnasto ul li h4 {
    font-size: 20px;
    font-weight: bold;
}

#tuotteet {
    margin-top: 20px;
}

#yhteystiedot {
    background-color: #bfd7e6;
    margin-top: 20px;
}

#yhteystiedot a {
    color: #000;
}

#yhteystiedot a:hover{
    color: #3e8ba6;
    text-decoration: none;
}

#yhteystiedot .col-sm-4 {
    border-right: none;
    margin-bottom: 20px;
    max-width: 100%;
}

ul#someIcons {
    margin-top: 18px;
    float: left;
    padding-left: 0;
}

ul#someIcons li {
    list-style-type: none;
    float: left;
}

ul#someIcons li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

ul#someIcons li a span {
    display: none;
}

ul#someIcons li a.facebook {
    background-image: url('../images/facebook.png');
}

ul#someIcons li a.instagram {
    background-image: url('../images/instagram.png');
    margin-left: 10px;
}

#myCarousel {
    margin-bottom: 20px;
}

.container-fluid {
    background-color: #fff;
    max-width: 768px;
}

.container {
    max-width: 768px;
    margin: 0 auto;
}

.rightContainer {
    max-width: 300px;
    float: right;
}

.navbar {
    background-color: #fff;
}

.navbar-header {
    background-color: #fff; 
}

.navbar-default .navbar-nav > li a{
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #bfd7e6;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand img {
    margin-top: -5px;
}

.workerImg {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.workerImg h2 {
    position: absolute;
    text-align: center;
    top: 30px;
    left: 40px;
    width: 350px;
}

.workerImg p {
    position: absolute;
    text-align: center;
    top: 90px;
    left: 40px;
    margin-top: 20px;
    width: 350px;
}

.workerImg2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.workerImg2 h2 {
    position: absolute;
    text-align: center;
    top: 30px;
    left: 360px;
    right: 20px;
}

.workerImg2 p {
    position: absolute;
    text-align: center;
    top: 90px;
    left: 360px;
    right: 20px;
    margin-top: 20px;
}

.productImg {
    margin-top: 30px;
    margin-bottom: 10px;
}

.row {
  margin: 15px;  
}

.btn {
    background-color: #bfd7e6;
    border-color: #000;
    color: #000;
    margin: 20px 0 20px 0;
}

.panel-default {
    border-color: #3e8ba6;
}

.panel-default > .panel-heading {
    background-color: #3e8ba6;
    border-color: #3e8ba6;
    color: #333;
}

.someContainer {
    display: inline-block;
    float: none;
    text-align: center;   
}

.col-sm-4 {
    border-right: solid 0.5px #fff;
    margin-top: -10px;
    margin-bottom: 20px;
    max-width: 100%;
}

.col-sm-4:last-child {
    border-right: none;
}

.colContainer {
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

.clearfix {
  overflow: auto;
  zoom: 1;
  clear: both;
}

.one-third {
    float: left;
    width: 32%;
    height: 500px;
    margin-bottom: 10px !important;
}

.social-feed-element {
    margin: 0 8px 0 0;
    box-shadow: none;
    color: #000;
    font-family: Lato, Arial, sans-serif;
    background: #f5f5f5;
    -webkit-border: solid 0.5px #dddddd; 
	-moz-border: solid 0.5px #dddddd;
    border: solid 0.5px #dddddd;
    -webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.social-feed-element:last-child {
    margin-right: 0;
}

.social-feed-element .content {
    padding: 10px;
}

.social-feed-element .content a img{
    display: none;
}

.social-feed-element .muted {
    display: none;
}

.social-feed-element a {
    color: #3e8ba6;
    text-decoration: none;
}

.button {
	display: inline-block;
    margin-top: 15px;
	outline: none;
	cursor: pointer;
	border: solid 0.5px #dddddd;
    background: #f5f5f5;
	text-align: center;
	text-decoration: none;
	font: 15px/100% Lato, Arial, sans-serif;
    color: #000;
	padding: 13.5px 31px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button:hover {
	background: #bfd7e6;
    color: #000;
    text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

div.colLeft {
    width: 236px;
    float: left;
}

div.colMid {
    width: 236px;
    float: left;
}

div.colRight {
    width: 236px;
    float: right;
}

div.colRight2 {
    max-width: 100%;
    float: right;
    margin-right: 10px;
}

/* Elementti katoaa näkyvistä desktop-versiossa. */
.desktopHidden {
    display: none;
}

@media (max-width: 770px) {
    #hinnasto ul {
        float: none;    
    }
    
    .col-sm-4 {
    border-right: none;
    }
    
    div.colRight2 {
    max-width: 100%;
    float: none;
    margin: auto 0;
    }
    
    .one-third {
    float: left;
    width: 48%;
    height: 500px;
    margin-bottom: 10px !important;
    }
    
}


@media (max-width: 640px) {
    
    .container-fluid {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    /* Elementti katoaa näkyvistä mobile-versiossa. */
    .mobileHidden {
        display: none;
    }
    
    .desktopHidden {
        display: block;
    }
    
    .desktopHidden h1 {
        margin-top: 40px;
        margin-bottom: -20px;
    }
    
    iframe {
        margin: 0 auto;
    }
    
    div.colRight2 {
        max-width: 100%;
        float: none;
        margin-right: 0;
    }

    .someContainer {
        max-width: 236px;
        display: inline-block;
        float: none;
        text-align: center;
    }
    
    .one-third {
    float: left;
    width: 100%;
    }

    .social-feed-element {
        margin: 0 0 20px 0;
        max-height: 600px;
    }
    
    #hinnasto ul {
        float: none;    
    }
    
    #ajankohtaista {
        margin-top: 50px;
    }
    
    h2 {
        padding-bottom: 0;
    }
    
    h4 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    
}

