/*
Theme Name: Buildecon
Theme URI: http://buildecon.eu/
Description: Buildecon theme
Author: Coding: Rainit Vildo; Design and HTML: Jüri Muhhin
Version: 1.0
Tags: CodeCloud OÜ

License:
License URI:

General comments (optional).
*/
root {
    display: block;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}

.entry-content img, .comment-content img, .widget img {
    max-width: 97.5%;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.bigHeader {
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    width: 780px;
}

.bg-parallax-no-fix {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
    width: 100%;
    height: 100%;
}

@media (min-width: 850px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 11px;
    }
}