/* CSS dokument - Copyright macrostudio - www.macro.si */

* {
	margin: 0px;
	padding: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 100;
	line-height: 1.5rem;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    
    -webkit-font-smoothing: antialiased;
}

@font-face {
    
}

html,body {
	height: 100%;
    width: 100%;
}

body {
	background-color: #f7f7f7;
    color: #424242;
}

a {
	color: #5f5f5f;
	text-decoration: underline;
}

a:hover, #footer a:hover {
	color: #000;
	text-decoration: none;
}

textarea, input {
    color: #000;
}

img {
	border: 0px;
}

h1, h2, h3 {
    font-family: 'Saira Extra Condensed', sans-serif;
	padding-bottom: 15px;
    /*text-transform: uppercase;*/
}

h2 {
    font-size: 2.5rem;
}

h3 {
    margin-top: 30px;
    font-weight: bold;
}

b, bold, strong {
	font-weight: bold;
}

ul {
    padding-left: 25px;
}

.selectable, .selectable a, input, textarea, .selectable li, .selectable div {
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.transparent {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.button:hover {
    cursor: hand;
}

.rollowerImage {
    background-repeat: no-repeat;
}

.rollowerImage:hover {
    background-position: 0% 100%;
}

#notification {
	position: relative;
	padding: 10px;
	text-align: center;
	display: none;
	border: 0px;
	color: #fff;
	cursor: pointer;
}

	.error {
		background-color: #ff5656;
	}
	
	.sucess {
		background-color: #3ec762;
	}

/*
NAVIGATION
*/

nav {
    padding-left: 100px;
    padding-right: 20px;
}
.navbar {
    background-color: #fff;
    z-index: 100;
    padding: 20px;
}

.nav-item a, .dropdown-menu a, .dropdown-toggle a {
    color: #7f7f7f;
    font-size: 0.75rem;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}

.navbar a {
    line-height: 60px;
}

.dropdown-menu a {
    line-height: 25px;
}

.navbar a:hover, .nav-item.active a {
    color: #000;
    text-decoration: none;
}

.nav-item .dropdown {
    padding: 0px;
}

.navbar-brand {
    margin-left: 2rem;
    margin-right: 2rem;
}

.logo {
    width: 111px;
    height: 48px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    margin-top: 0px;
}

.opacityEaseInOut {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}


/*
SLIDER
*/

.RS_slider {

}

.sliderNavButton {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 50%;
}

.sliderNavButtonVisible {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sliderNavButton:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.sliderNavButton img {
    width: 10px;
    height: 10px;
}

.sliderPrevButton {
    left: 20px;
    margin-top: -25px;
}
.sliderNextButton {
    right: 20px;
    margin-top: -25px;
    float: right;
}

.homeSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.servicesSlider {
    width: 100%;
    height: 30%;
    height: calc(100vw * 0.3);
    overflow: hidden;
    position: relative;
}

.sliderImage {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    background-position: center;
}

.homeSliderImage {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 40px;
}

.servicesSliderImage {

}



/*
CONTENT
*/

@media (min-width: 990px) {
    .container{
        max-width: 970px;
    }
    .row {
        width: 970px;
    }
    
    
}

/*
small - when folded
*/
@media (max-width: 766px) {
    
    .navbar-brand {
        margin-left: 10px;
    }
    
    .navbar-nav {
        margin-top: 15px;
    }
    
    .contactLeft {
        margin-bottom: 30px;
    }
    
    .bioRight {
        margin-top: 40px;
        text-align: center;
    }
    
    
}

.container {
    
}



.bioBox {
    /*border-left: solid 2px #ebebeb;*/
}

.opremaBox {
    border-top: solid 2px #ebebeb;
    margin-top: 20px;
    padding-top: 40px;
}

.parallax {
    display: block;
    /* Set a specific height */
    min-height: calc(100vw * 0.30);
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.parallax {
    margin-bottom: 40px;
}

.servicesTitleBox h2 {
    font-size: 1.8rem;
    color: #000;
}

.servicesTitleBox {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.servicesQuote {
    font-family: "Allura";
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    font-style: italic;
    margin-top: 60px;
    margin-bottom: 50px;
}


.contactPage {
    margin-top: 30px;
}

.addressBox {
    display: block;
    background-color: #ddd;
    padding: 10px 15px 10px 15px;
}

#map {
    border: solid 3px #ddd;
    width: 100%;
    height: 250px;
    max-width:100%;
    overflow:hidden;

}

input, textarea {
    border: solid 1px #ebebeb;
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    padding: 10px 15px 10px 15px;
}

input {
    line-height: 20px;
}



button {
    border: solid 1px #ebebeb;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    text-transform: uppercase;
}

button:hover {
    background-color: #ebebeb;
}

.contactIntroWord {
    font-style: italic;
    font-size: 1.2rem;
}


.bioImage {
    width: 13rem;
    height: 13rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 13rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.bioErik {
    font-family: 'Allura';
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #646464;
}

.bioQuote {
    font-family: 'Allura';
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #7d7d7d;
}

.blogsPage, .blogPage {
    margin-top: 50px;
}

.blogThumbnail img {
    width: 100%;
}

.blogTitle h2 {
    font-size: 2rem;
}

.blogTitle a {
    text-decoration: none;
    color: #000;
}

.blogTitle a:hover {
    color: #424242;
}

.blogTitle {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.8rem;
}

.blogTitle, .blogTitle a {
    color: #000;
}

.blogInfo {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
}

.blogsPage h2 {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight:bold;
}

.blogsPage .blogInfo {
    margin-bottom: 20px;
    font-style: italic;
}

.blogsPage .blogSummary {
    
}

.blogsPage .blogReadMore {
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 50%;
    position: relative;
}

.blogsPage .blogReadMoreLine {
    height: 1px;
    border-top: 1px solid #d8d8d8;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blogsPage .blogReadMore button {
    position: relative;
    z-index: 2;
}

/* single post */

.blogTitleBox {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}

.blogImages {
    margin-bottom: 20px;
}

.blogImages img {
    margin-bottom: 8px;
    width: 100%;
}

.blogContent iframe {
    width: 100%;
}

.blogContent {
    margin-bottom: 30px;
}

.writeComment {
    margin-top: 30px;
}

.comment {
	display: block;
}

.commentTop {
	height: 25px;
	float: top;
	display: inline-block;
}

.commentAuthor {
	float: left;
}

.commentSays {
	width: 13px;
	height: 16px;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
}

.commentNum {
	width: 25px;
	display: inline-block;
	float: left;
}

.commentTime {
	font-size: 0.8rem;
}

.commentContent {
	clear: both;
	margin-bottom: 10px;
    margin-left: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-top: 2px;
	border-left: solid 1px #dfdfdf;
	position: relative;
	padding-top: -10px;
	display: block;
}

/* page links */

#pageLinks {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

#pageLinks a, span {
    padding: 7px 12px 7px 12px;
    margin-right: 5px;
    text-decoration: none;
}

#pageLinks .currentPage {
    background-color: #fff;
    border: solid 1px #ebebeb;
    border-radius: 20px;
}

/*
FOOTER
*/

.footer {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
}

.homeFooterIconsWrapp {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.homeFooterIcons {
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    margin: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    bottom: 0px;
}

.homeFooterIcons:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.homeFooterHidden {
    opacity: 0;
    filter: alpha(opacity=0);
}

.homeFooterIcons a {
    float: left;
    padding: 5px;
}

.footerIcons {
    display: inline-block;
    margin-bottom: 20px;
}

.footerIcons a {
    float: left;
    padding: 5px;
}

.footerNote {
    clear: both;
}

.row {
}