/*
 *	Autor: Aleksandar Mitrovic
 *	Datum: 16.11.2016
 *	File name: style.css
 *	Update: 
 */

 body{
 	background: url("../images/marble_by_austrich.jpg");
 	font-family: 'Open Sans', sans-serif;
 	/*font-family: 'Roboto', sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	color: #444444;
 }
 ul, li, a, a:hover, a:visited, a:active, a:focus {
	margin: 0;
	padding: 0;
	color: #ffffff;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
h1{ font-size: 24px; }
h2{ font-size: 22px; }
h3{ font-size: 18px; }
h4{ font-size: 16px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

.clearfix:after{
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
.clearfix{
	display: block;
}


.col-md-2{
	text-align: center;
}

.sep{
	border-top: 1px dotted #666;
}
.height-50{
	height: 50px;
}
.left{
	text-align: left;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------header------------------------------------*/
/*---------------------------------------------------------------------------*/

header {
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 20px 0;
}
/*header img:hover {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        transition: 1.35s all ease;
}*/
header .navbar-default {
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	padding: 0;
}
header .navbar{
	
}
.tiny {
	background-image: url("../images/for-tiny.jpg");
	padding: 2px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

header .navbar-default .navbar-header{
	padding: 0;
	margin: 0;
}
header .navbar-default .navbar-header button{
	margin-top: 6%;
}
#bs-collapse{
	padding: 0;
	margin: 0;
}
header .navbar {
	padding: 0;
	margin: 0;
	border: none;
}
header .navbar-default .navbar-brand {
	height: auto;
	padding: 0;
}
header .navbar-default .navbar-right {
	margin: 0;
	padding: 12px 0;
}
header .navbar-default .navbar-nav>li {
	margin: 1px 1px 0 0px;
	text-align: center;
}
header .navbar-default .navbar-nav>li>a {
	border-radius: 50%;
	border: none;
	padding: 14px 25px;
	background-color: #a2a4a7;
	opacity: 0.9;
	color: #ffffff;
	transition: 0.35s all ease;

}
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a.active {
	background-color:#ffffff;
	opacity: 1;
	color: #000000;
}
header .navbar-default .navbar-nav>li.dropdown:visited{
	background-color: blue;
}
header .navbar-right {
	margin-right: 0px;
}
ul.dropdown-menu{
	background-color:#a2a4a7;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------slider------------------------------------*/
/*---------------------------------------------------------------------------*/

.slider{
	padding-top: 0;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------welcome-----------------------------------*/
/*---------------------------------------------------------------------------*/


.welcome {
	margin: 50px 0 0 0;
	padding: 50px 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.welcome .title {
	font-size: 46px;
	margin: 30px 0 20px 0;
	color: #ed1c24;
	/*font-family: 'Lobster', cursive;*/
	/*font-family: 'Qwigley', cursive;*/
	font-family: 'Cormorant Garamond', serif;
}
.welcome .large-text {
	font-size: 22px;
	margin: 30px;
	color: #000000;
}
.welcome .large-text-Qwigley {
	font-size: 46px;
	margin: 30px;
	color: #ed1c24;
	font-family: 'Qwigley', cursive;
}
.welcome .welcome-text {
	font-size: 16px;
	margin: 30px;
	color: #000000;
}

/*---------------------------------------------------------------------------*/
/*-------------------------------our-process---------------------------------*/
/*---------------------------------------------------------------------------*/

.our-process {
	/*background-color: #c23537;*/
	/*background-image: url("../images/web/rough-marble-brick-wall-texture-hd.jpg");*/
	padding: 25px 0;
	position: relative;
	overflow: hidden;
}
.our-process:before{
	content: '';
	background-image: url("../images/nasiradovi.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.our-process:after{
	content: '';
	background-color: #a2a4a7;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.our-process .title-white {
    color: #ffffff;
    font-size: 38px;
    padding: 15px 0;
}
.our-process p {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.our-process .steps {
	margin: 50px 0;
}
.our-process .steps .box{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
}
.our-process .steps img {
	float: left;
	display: inline-block;
}
.our-process .steps .text-box {
	float: left;
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	text-align: left;
	color: #ffffff;
}
.our-process .steps .text-box .big {
	text-transform: uppercase;
}
.our-process .steps .text-box .small {
	text-transform: none;
	font-weight: 600;
	font-size: inherit;
}
.our-process .learn-more {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 10px 20px;
	text-align: center;
}
.our-process .learn-more:hover {
	background-color: #ffffff;
	color: #a2a4a7;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------gallery-----------------------------------*/
/*---------------------------------------------------------------------------*/
.gallery {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0;
}
.gallery .img-box {
	position: relative;
	padding: 0;
	text-align: center;
}
.gallery .img-box img {}
.gallery .img-box .link-box {
	position: absolute;
	top: 45%;
	width: 100%;
	height: 10%;
}
.gallery .img-box .link-box .link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 20px;
	text-align: center;
	background-color: #a2a4a7;
	opacity: 0.85;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
.gallery .img-box .link-box .link:hover{
	opacity: 1;
	background-color: #ffffff;
	color: #a2a4a7;
}





/*---------------------------------------------------------------------------*/
/*--------------------------------materials----------------------------------*/
/*---------------------------------------------------------------------------*/

.materials{
	margin: 0;
	padding: 50px 0 0 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.materials .title{
	padding: 40px 20px 0 0;
	margin-bottom: 50px;
    color: #666;
    font-size: 30px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
.materials .box-materials{
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.materials .box-materials a{
	position: relative;
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.materials .box-materials img{
	
}
.materials .box-materials .textbox{
	font-size: 14px;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.materials .box-materials .textbox .text {
	text-align: center;
	padding-top: 50px;
	color: #ffffff;
}
.materials .box-materials .textbox:hover {
	opacity:1;
}
.materials .pad-10{
	padding: 10px 0;
	margin-top: 30px;
}
.materials a.gumb{
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    background-color: #a2a4a7;
}
.materials a.gumb:hover{
	background-color: #818385;
}



/*---------------------------------------------------------------------------*/
/*-------------------------------nasi-radovi---------------------------------*/
/*---------------------------------------------------------------------------*/

/* ------ info section ------ */
.nasi-radovi {
	padding: 20px 0 90px;
	background-color: rgba(255, 255, 255, 0.5);
}
.nasi-radovi .info-title {
	padding: 30px 20px 0 0;
	margin-bottom: 20px;
    color: #666;
    font-size: 30px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}
.nasi-radovi .text-materials{
	padding: 20px 0 50px 0;
	text-align: left;
	font-size: 16px;
}
.nasi-radovi .nav-tabs{
	border: none;
}
.nasi-radovi ul {
	float: left;
	margin-bottom: 40px;
}
.nasi-radovi ul li {
	float: left;
	display: inline-block;
	margin: 10px;
}

.nasi-radovi ul li.active{
	border-bottom: 1px dotted #666;
}
.nasi-radovi ul li.active a{
	background-color: transparent;
	border: none;
}
.nasi-radovi ul li.active a:focus,
.nasi-radovi ul li.active a:hover{
	background-color: transparent;
	border: none;
}

.nasi-radovi ul li a{
	border: 0;
    background: transparent;
    display: block;
    padding: 5px 10px;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}
.nasi-radovi ul li a:hover{}
.nasi-radovi .text-box{
	padding: 5px;
}
.nasi-radovi .text-box .title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #444;
	margin-bottom: 20px;
}
.nasi-radovi .text-box p {
	margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.nasi-radovi .tab-content {
	clear: left;
}
.nasi-radovi .img-box {
	margin-top: 30px;
    /*padding: 3px;
    border: 1px solid #707070;*/
}
.nasi-radovi .img-box img{
	width: 100%;
	border-radius: 5px;
}
figcaption{
	text-align: right;
}

/*---------------------------------------------------------------------------*/
/*---------------------------------footer------------------------------------*/
/*---------------------------------------------------------------------------*/

.before-footer {
	/*background: linear-gradient(black, white);*/
	background-image: url("../images/before-footer-2.jpg");
	
	/*background-color: #a2a4a7;*/
	padding: 25px 0;
	color: #ffffff;
}
.before-footer .box{
	width: 75%;
	margin: 10px auto;
}
.before-footer nav {}
.before-footer nav ul{
	text-align: left;
}
.before-footer nav ul li{
	margin: 0;
	padding: 5px;
	width: 75%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.before-footer nav ul li a {
	font-size: 12px;
	padding: 5px;
}
.before-footer nav ul li a:hover {
	color: #a4a9b2;
}
.before-footer nav ul li a span.icon{
	padding: 5px;
	font-size: 24px;
}
.before-footer nav ul li a span.text{
	font-size: 14px;
	padding: 5px;
	margin-left: 5px;
}
.before-footer nav ul li a span i{
	
}.pr-10 {    padding-right: 10px;    font-size: 26px;    width: 30px;    display: inline-block;}
.pr-no-space{
	padding-left: 5px;
}
.right-footer li a:hover {
	color: #a4a9b2;
}
.jedan{
	width: 10%;
}
.dva{
	width: 60%;
}
.tri{
	width: 30%;
}

footer{
	background-image: url("../images/for-tiny.jpg");
	/*background-color: #67696d;*/
	padding: 10px 0;
	color: #ffffff;
}
footer .copyright {
	font-size: 12px;
}
footer .design {
	font-size: 12px;
	text-align: right;
}
footer a: hover img{
	
}
footer img{
	background-image: url("../images/fox/tumblr_m5vcsnxuk41r4zr2vo1_r2_500.gif");
}

/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------kako radimo--------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-kako-radimo{
	position: relative;
	background-image: url("../images/kako-radimo/proizvodnja1.jpg");
	background-size: cover;
	height: 300px;
}
.picture-kako-radimo .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

.content {
	background-color: rgba(255, 255, 255, 0.5);
}
.content .uvodni-text{
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 16px;
}
.content .kako-radimo-content{
	margin: 20px 0 0 0;
	padding: 20px;
	border-top: 1px dotted #666;
	font-size: 16px;
}
.content .kako-radimo-content span{
	display: inline-block;
	font-size: 24px;
	color: #000000;
	margin-right: 40px;
}
.content .kako-radimo-content p{
	margin: 25px 0;
	font-size: 16px;
}
.content .kako-radimo-content img{
	width: 100%;
}


/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------kontakt-----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-kontakt{
	position: relative;
	background-image: url("../images/kako-radimo/tel.jpg");
	background-size: cover;
	height: 300px;
}
.picture-kontakt .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

.contakt-forma{
	background-color: rgba(255, 255, 255, 0.3);
}
#success_message{ display: none;}

.me-margin{
	margin: 50px 0;
}
.me-margin .btn-success{
	background-color: #a2a4a7;
	border: none;
}
.me-margin .box{
	padding-left: 25%;
}
.me-margin p{
	margin:  0 0 50px 0;
	font-size: 16px;
}
.me-margin p.box-info{
	margin: 50px auto;
}
.me-margin li{
	color: rgba(0, 0, 0, 0.75);
}


/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------spomenici----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-spomenici{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/za-troje/00M.jpg");
	background-size: cover;
	height: 300px;
}
/*.picture-spomenici img{
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.picture-spomenici .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
.spomenici{
	background-color: rgba(255, 255, 255, 0.5);
}
.spomenici .sep{
	border-top: 1px dotted #666;
}
.spomenici .title-text{
	padding: 20px;
	font-size: 16px;
}
.spomenici .box{
	margin: 50px;
	
}
.spomenici .box img{
	border-radius: 10px;
}
.spomenici .box a{
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    background-color: #a2a4a7;
}
.spomenici .box a:hover{
	background-color: #818385;
}



/*--------------------spomenici 1-3------------------------------------*/
.bottom-marg{
	margin-bottom: 20px;
}

.bottom-marg ul.pagination li a{
	border: none;
 	background-color: #ffffff;
 	color: #000000;
 	font-weight: 500;
 }
 .bottom-marg ul.pagination li.active a{
	border: none;
 	background-color: #a2a4a7;
 	color: #000000;
 	font-weight: 500;
 }
.bottom-marg ul.pagination li a:hover,
.bottom-marg ul.pagination li a:active{
	border: none;
 	background-color: rgba(162, 164, 167, 0.5);
 	color: #000000;
 	font-weight: 500;
 }

 
/*-------------------------------------------------------------------------------------------------*/
/*---------------------------------------fasadni elementi------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-fasadni-elementi{
	position: relative;
	background-image: url("../images/nasi-radovi/fasadni-elementi/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-fasadni-elementi .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
.section-gallery{
	background-color: rgba(255, 255, 255, 0.5);
	padding-top: 20px;
}
.section-gallery .title-text{
	padding: 20px;
	margin: 0 0 20px 0;
	font-size: 16px;
}

/*-------------------------------------------------------------------------------------------------*/
/*-----------------------------------fotokeramika i porcelan---------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-fotokeramika-i-porcelan{
	position: relative;
	background-image: url("../images/nasi-radovi/fotokeramika-i-porcelan/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-fotokeramika-i-porcelan .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
.box-fotokeramika{
	margin: 50px;
	line-height: 200%;
	letter-spacing: 0.5px;
}
.box-fotokeramika ul{
	margin-top: 10px;
}
.box-fotokeramika ul li{
	color: #000000;
	margin-left: 10px;
}
.box-fotokeramika img{
	border-radius: 10px;
}
.box-fotokeramika a{
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    background-color: #a2a4a7;
}
.box-fotokeramika a:hover{
	background-color: #818385;
}
.box-fotokeramika table{
	width: 50%;
}
/*-------------------------------------------------------------------------------------------------*/
/*---------------------------------------sankovi i kuhinje------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-sankovi-i-kuhinje{
	position: relative;
	background-image: url("../images/nasi-radovi/sankovi-i-kuhinje/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-sankovi-i-kuhinje .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------------------------*/
/*---------------------------------------kamini i stolovi------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-kamini-i-stolovi{
	position: relative;
	background-image: url("../images/nasi-radovi/kamini-i-stolovi/14.jpg");
	height: 300px;
}
.picture-kamini-i-stolovi .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------ponude----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-ponude{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/ponude/00.jpg");
	height: 300px;
}
.picture-ponude .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------za-jednog----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-za-jednog{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/za-jednog/00.jpg");
	height: 300px;
}
.picture-za-jednog .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}


/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------za-dvoje----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-za-dvoje{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/za-dvoje/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-za-dvoje .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------za-troje----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-za-troje{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/za-troje/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-za-troje .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}


/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------kapiteli----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.picture-kapiteli{
	position: relative;
	background-image: url("../images/nasi-radovi/spomenici/kapiteli/00.jpg");
	background-size: cover;
	height: 300px;
}
.picture-kapiteli .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------stepenista---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.picture-stepenista{
	position: relative;
	background-image: url("../images/stepeniste.jpg");
	background-size: cover;
	height: 300px;
}
.picture-stepenista .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
.picture{
	position: relative;
	background-image: url("../images/kako-radimo/oferta_kamienie.jpg");
	background-size: cover;
	height: 300px;
}
.picture .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 50px;
	font-size: 36px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}

.section-gallery {
	padding: 70px 0 30px 0;
}
.section-gallery .box {
	/*box-sizing: border-box;*/
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
	padding: 0 0 5px 0;
	margin-bottom: 60px;
	border-radius: 2px;
	box-shadow: 0 0 5px #999999;
	width: 160px;
	height: 160px;
}
.section-gallery .box:hover {
	transform: scale(1.25);
	transition: 1.15s all ease;
}
.section-gallery .box img {
	width: 160px;
	height: 160px;
	padding: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.section-gallery .box .title {
	font-family: 'Baumans';
	/*font-size: 18px;*/
	text-align: center;
	color: #a2a4a7;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	background-color:#a2a4a7;
	color: #ffffff;
}



-------------------------
.section-gallery-2 {
	padding: 70px 0 30px 0;
}
.section-gallery-2 .box {
	/*box-sizing: border-box;*/
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
	padding: 0 0 5px 0;
	margin-bottom: 60px;
	border-radius: 2px;
	box-shadow: 0 0 5px #999999;
	width: 160px;
	height: 160px;
}
.section-gallery-2 .box:hover {
	transform: scale(1.25);
	transition: 1.15s all ease;
}
.section-gallery-2 .box img {
	width: 160px;
	height: 160px;
	padding: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.section-gallery-2 .box .title {
	font-family: 'Baumans';
	/*font-size: 18px;*/
	text-align: center;
	color: #a2a4a7;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	background-color:#a2a4a7;
	color: #ffffff;
}

































/*---------------------------------------------------------------------------*/
/*------------------------------optimization---------------------------------*/
/*---------------------------------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {
	.me-margin .box{
		padding-left: 0%;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-default .navbar-nav>li>a {
		font-size: 11px;
		padding: 10px 20px;
	}
	.materials a.gumb{
	    margin-top: 30px;
	}
}
	
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	header .navbar-default .navbar-nav>li>a {
		width: 195px;
	}
	.col-sm-4{

	}
	.our-process .steps img {
		
	}
	.materials a.gumb{
	    margin-top: 10px;
	}
}


/* Portrait phones and smaller */
@media (max-width: 480px) {}
