/*
Theme Name: Radulovic
Theme URI: http://stoikos.io/
Author: Stefan Stojković
Author URI: https://stoikos.io/
Description: Radulović M&S company web site
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: radulovic
*/

@font-face {
	font-family: Akrobat;
	font-weight: normal;
	src: url("/fonts/Akrobat-Regular.otf") format("opentype");
}

@font-face {
	font-family: Akrobat;
	font-weight: bold;
	src: url("/fonts/Akrobat-SemiBold.otf") format("opentype");
}

@font-face {
	font-family: Akrobat;
	font-weight: 900;
	src: url("/fonts/Akrobat-ExtraBold.otf") format("opentype");
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	height:100%;
	font-family: 'Akrobat', sans-serif;
	display:flex;
	flex-flow:column;
	color:#333;
}

a {
	color:inherit;
    text-decoration:none;
}

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}

header nav {
	height:145px;
	border-bottom:15px solid #4a8660 !important;
	background:url(/images/header-bkg.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	right:0;
	z-index:9999;
	box-shadow: 40px -86px 71px 85px black;
}

img.brand {
    user-select: none;
    width: 230px;
    height: 85px;
    margin-top: 15px;
    margin-left: -10px;
    opacity: 0.9;
}

nav > ul > li {
	display:inline-block;
	margin:10px;
	font-size:18pt;
	color:white;
}

#content {
	flex:1;
	background-image: url('/images/bottom-background-logo.png');
	background-position: center 99%;
	background-size: 80%;
	background-repeat: no-repeat;
}

#content > .wrapper {
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	width:980px;
	height:100%;
	margin:0 auto;
}

#home {
	padding-top:170px;
	height:100vh;
	min-height:800px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	text-align:center;
}

#home .jumbotron {
	background:none;
	display:flex !important;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}

.home-logo {
	background:url(/images/home-logo.png);
	background-size:cover;
	width:600px;
	height:315px;
	filter:contrast(120%);
	margin:0 auto;
}

ul.nav.navbar-nav {
    position: absolute;
    bottom: 0;
    left:33%;
    background: rgba(255,255,255,0.8);
    transform: skew(20deg);
	font-size:16pt;
	font-weight:bold;
	text-transform:uppercase;
}

ul.nav.navbar-nav > li {
	transform: skew(-20deg);
	margin:0 8px;
	line-height:40px;
	color:#777;
}

@media screen and (max-width:1000px) {
	ul.nav.navbar-nav > li {
		margin:0 2px;
	}
}

@media screen and (max-width:800px) {
	ul.nav.navbar-nav > li {
		margin:0 1px;
	}
}

ul.nav.navbar-nav > li > a {
	padding:10px;
}

.home-nav {
	font-size:14pt;
	margin-top:60px;
	text-transform: uppercase;
}

.home-nav a {
	display:flex;
	flex-flow:column;
	align-items:center;
	margin-bottom:20px;
}

.home-nav a div.img {
	width:60px;
	height:60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.home-nav a span {
	margin-top:16px;
}

.home-nav a div.img.info {background-image:url('/images/button-info-disabled.png');}
.home-nav a div.img.products {background-image:url('/images/button-products-disabled.png');}
.home-nav a div.img.gallery {background-image:url('/images/button-gallery-disabled.png');}
.home-nav a div.img.contact {background-image:url('/images/button-contact-disabled.png');}
.home-nav a div.img.info:hover {background-image:url('/images/button-info.png');}
.home-nav a div.img.products:hover {background-image:url('/images/button-products.png');}
.home-nav a div.img.gallery:hover {background-image:url('/images/button-gallery.png');}
.home-nav a div.img.contact:hover {background-image:url('/images/button-contact.png');}

#about {
	padding-top:190px;
	margin-top:-130px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin-bottom:120px;
}

#about div.title {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:40px;
}

#about div.title img {
	width:60px;
	height:60px;
}

#about div.title .text {	
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 60px;
	margin-left: 20px;
	text-transform:uppercase;
}

#about .content {
	text-align:justify;
	font-size:17pt;
	line-height:135%;
	margin-bottom:40px;
}

#about .motto {
	background:rgba(80,160,149,0.6);
	padding:40px 0;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex-flow:column;
	margin:40px 0 120px;
	width:100%;
}

#about .motto .row-1 {
	font-size:15pt;
}

#about .motto .row-2 {
	font-size:18pt;
}

#about .ceo-img {
	width:160px;
	height:240px;
}

#products {
	padding-top:190px;
	margin-top:-130px;
}

#products div.title {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:80px;
}

#products div.title img {
	width:60px;
	height:60px;
}

#products div.title .text {	
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 60px;
	margin-left: 20px;
	text-transform:uppercase;
}

#products .product-row {
	display: flex;
    flex-flow: row;
    margin-bottom: 30px;
}

#products .product-row > div {
	width: 50%;
	text-align: center;
}

#products .product-row > div > img {
	margin-bottom:18px;
}

#products .product-row > div > span {
	font-weight: bold;
    font-size: 20pt;
}

#products .product-row > span {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    font-size: 14pt;
}

#products hr {
	width:70%;
	margin:20px auto 40px;
	border:1px solid #ddd;
}

#gallery {
	padding-top:190px;
	margin-top:-90px;
}

#gallery div.title {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:80px;
}

#gallery div.title img {
	width:60px;
	height:60px;
}

#gallery div.title .text {	
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 60px;
	margin-left: 20px;
	text-transform:uppercase;
}

#gallery img {
	cursor:pointer;
}

#contact {
	padding-top:190px;
	margin:-130px 0 120px;
}

#contact div.title {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:80px;
}

#contact div.title img {
	width:60px;
	height:60px;
}

#contact div.title .text {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 60px;
	margin-left: 20px;
	text-transform:uppercase;
}

#contact .directions {
	font-size:18pt;
}

#contact .info {
	margin-top:40px;
	text-align:center;
	font-size:19pt;
}

#contact .info h3 {
	font-size:24pt;
	font-weight:bold;
}

#contact .info .fb {
	width:50px;
	height:50px;
	background-image:url('/images/button-fb-disabled.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
}

#contact .info .fb:hover {
	background-image:url('/images/button-fb.png');
}

.to-top {
	opacity:0;
	transition:opacity 1s;
	background-image:url('/images/button-top-disabled.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:50px;
	height:50px;
	position:fixed;
	bottom:15px;
	right:15px;
}

.to-top:hover {
	background-image:url('/images/button-top.png');
}

.to-top.visible {
	opacity:1;
}

#bottom-shadow {
	height: 50vh;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(179,239,218,1) 0%, rgba(179,239,218,0) 85%, rgba(179,239,218,0) 100%);
    z-index: -1;
}

#fb {
	position:absolute;
	top:165px;
	left:15px;
	width:50px;
	height:50px;
	cursor:pointer;
	background-image:url('/images/button-fb-disabled.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#fb:hover {
	background-image:url('/images/button-fb.png');
}

#music {
	position:fixed;
	bottom:15px;
	left:15px;
	width:50px;
	height:50px;
	cursor:pointer;
}

#lang {
	position:absolute;
	top:165px;
	right:15px;
	font-size:16pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#777;
}

#lang > a, #lang > span {
	margin:0 8px;
}
