/* ############ TABLE OF CONTENT  ############
1.General

 ############ END OF TABLE OF CONTENT  ############ */


/* ###### GENERAL ######*/
body {
	margin: 0;
	padding: 0;
	font-family: "Open sans";
	font-weight: 400;
	font-size: 15px;}

.m0 {margin: 0px !important; }
.mt0 {margin-top: 0px !important; }
.mt10 {margin-top: 10px !important; }
.mt20 {margin-top: 20px !important; }
.mt30 {margin-top: 30px !important; }
.mt50 {margin-top: 50px !important; }
.mb0 {margin-bottom: 0px !important; }
.mb10 {margin-bottom: 10px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.mb50 {margin-bottom: 50px !important; }
.ml0 {margin-left: 0 !important; }
.ml0 {margin-left: 0 !important; }
.mr0 {margin-right: 0 !important; }
.mr10 {margin-right: 10px !important; }
.b0 { border: 0 !important;}

a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #444;
}

a:hover{
	text-decoration: none;
	color: #f30;
}

a:hover, a:active, a:focus {
	outline: 0;
}

/* ###### HEADER ######*/
.logo{
	background-image: url(../images/graditeljstvo_logo.jpg);
	background-repeat: no-repeat;
	width: 241px;
	height: 77px;
    z-index: 999;
}


/* ###### MAIN CONTENT ######*/
.container-color{
	background-color: #F4F4F4;}

.title-border{
	display: inline-block;
	border-bottom: 3px solid #F00;}

.thumb-img1 {
	width:100%;
	height:350px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;}

.thumb1 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;}

.thumb-img0 {
	width:100%;
	height:250px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;}

.thumb0 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;}

h3.white{
	background: #FFF;
	padding:10px;
	margin: 0px;
	font-size:15px;
}

h3.novosti{
	padding:10px 0px;
	margin: 10px 0px;
	text-transform: uppercase;
	font-size:15px;
}

.bg-stretch1 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;}

.intro-inner .text-box {
	color: #FFF;
    z-index: 10;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	margin-top: 50px;}

@media only screen and (max-width: 991px) {
    #intro .intro-inner h2 {
        font-size: 24px;}
	.thumb-img0 {
		width:100%;
		height:200px;
		padding:0px;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline-block;}
	h3.white{
		min-height: 55px;}
	}

.img-bgr-top{
    position: relative;
    z-index: 0;
    background: linear-gradient(to top, rgba(255, 51, 0, 0.6), rgba(255, 51, 0, 0.6)), url("../images/IMG_1110.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    padding-top: 5%;}

.img-bgr-top2{
    position: relative;
	top:65px;
    z-index: 0;
    background: linear-gradient(to top, rgba(3, 3, 3, 0.7), rgba(3, 3, 3, 0.7)), url("../images/IMG_1110.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
    padding-top: 5%;}

.above-footer{
	background: url("../images/footerBgr.png");
	background-repeat: repeat-y;
	color: #FFF;

}

.title-border-bottom{
	display: inline-block;
	padding-bottom:5px;
	border-bottom: 2px solid #FFF;}

    .gg-main-img {
        height: 100% !important;
    }

/* For mobile phones: */
@media only screen and (max-width: 768px) {
    .gg-main-img {
        height: auto !important;
    }
}

.navbar-default {
	background:#FFF;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #555;
	font-weight: bold;
}

.submit-index-form:hover{
	background: #f30;
	color: #FFF;
}

.space-20{
	margin-top:20px;
}
.space-50{
	margin-top:50px;
}


.navbar-default {
    border-bottom: 5px #f30 solid;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    font-weight: bold;
	background:#F30;
	border-radius: 5px;
}
