/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

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

body {
	font-family: 'Ubuntu', sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    font-weight: 700;
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #58595b;;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ed1c24;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}


#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured {
			position: relative;
			display: inline-block;
			background-color: #ed1c24;
			width: 9em;
			padding: 1.75em 0 0.75em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 4.5em;
				line-height: 1em;
				color: #fff;
			}

			.icon.featured:after {
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #ed1c24;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.alt {
				background-color: #58595b;
			}

				.icon.featured.alt:after {
					border-top-color: #58595b;
				}

			.icon.featured.alt2 {
				background-color: #827a7c;
			}

				.icon.featured.alt2:after {
					border-top-color: #827a7c;
				}

				
/* Logo2 */

	.logo2 {
		display: block;
		width: 60%;
		margin: 1em 0 2em 0;
	}
	
	.langdd {
		margin: 1em 0 2em 0;
		overflow: visible;
		z-index: 2;
	}

ul {
	padding-left: 0;	
}
	
#success_message{ display: none;} 


#map-outer {
	height: 330px; 
	padding: 10px;
	}
#map-container { height:310px }
@media all and (max-width: 991px) {
#map-outer  { height: 650px }
}

.cicons{
	padding-right: 50px;
	/*color: #827a7c;*/
	color: rgba(237, 28, 36, 0.8);
}


.contact{
	background-color: #f5f5f5;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
	
.copywrite{
	
	padding-top: 20px;
	padding-bottom:10px;
	vertical-align: bottom;
	
}	 

.contact-l{
	font-size: 1.25em;
	/*margin-top: 50px;*/

}

.contact-l a {
	color:black;
}

.contact-l a:hover {
	color:#ed1c24;
}

.contact-s{
	/*margin-top: 50px;*/
	padding-bottom:30px;
}

.contact-d{
	padding-bottom:30px;
}

.ctext{
	margin-bottom:15px;
	padding-left:15px;
	border-left: 1px solid rgba(130, 122, 124, 0.5);
}

.btn-send{
	background-color: rgba(237, 28, 36, 1);
	color:white;
	
}

.btn-send:hover{
	background-color: white;
	color:rgba(237, 28, 36, 1);
	border: 1px solid rgba(237, 28, 36, 1);
	
}

/* Cilj */

.cilj {
    display: table;
    width: 100%;
    height: 400px;
    color: white;
    background: url(../img/roleb.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.cilj h1 {
   
}



/* Portfolio */

.portfolio {
    padding: 50px 0;
	background-color:rgb(247, 247, 247);
}

.portfolio-item {
    padding-bottom: 20px;
	background-color:white;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Custom Button Styles */

.btn-dark {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-red {
    color: #fff;
    background-color: #ed1c24;
	border-radius: 5px;
	
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff;
    background-color: #e53359;
}

.btn-light {
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}


/*

font-size: 1.1em;
padding: 0.65em 1.5em 0.65em 1.5em;

cursor: pointer;
border: 0;
border-radius: 5px;
background: #ed1c24;
color: #fff !important;
font-weight: 700;
outline: 0;
-moz-transition: background-color .25s ease-in-out;
-webkit-transition: background-color .25s ease-in-out;
-ms-transition: background-color .25s ease-in-out;
transition: background-color .25s ease-in-out;


*/